]> 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-hg.el (vc-hg-dir-status-files): Include ignored files.
4 (Bug#18579)
5
6 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
7 files. (Bug#18579)
8
9 2014-11-23 Michael Albinus <michael.albinus@gmx.de>
10
11 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
12 remote `buffer-file-name'.
13
14 2014-11-23 Leo Liu <sdl.web@gmail.com>
15
16 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
17
18 2014-11-22 Fabián Ezequiel Gallina <fgallina@gnu.org>
19
20 Set PYTHONUNBUFFERED on shell startup.
21
22 * progmodes/python.el (python-shell-unbuffered): New var.
23 (python-shell-calculate-process-environment): Use it.
24
25 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
26
27 * net/tramp.el (tramp-action-password): Clean password on subsequent
28 attempts even if there was no wrong password indication. (Bug#19047)
29
30 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
31 fallback.
32 (tramp-open-connection-setup-interactive-shell): No need to check
33 for nil as `tramp-get-remote-locale' return value.
34
35 2014-11-21 Eli Zaretskii <eliz@gnu.org>
36
37 * vc/vc-git.el (vc-git-command, vc-git--call): Bind
38 coding-system-for-read and coding-system-for-write to
39 vc-git-commits-coding-system.
40 (vc-git-previous-revision): Use "~1" instead of "^", since the
41 latter is a special character for MS-Windows system shells.
42
43 2014-11-20 Michael Albinus <michael.albinus@gmx.de>
44
45 Improve XEmacs compatibility.
46
47 * net/tramp.el (tramp-autoload-file-name-handler):
48 Wrap `temporary-file-directory' by `symbol-value', it doesn't
49 exist in XEmacs.
50 (tramp-read-passwd): Don't use `with-timeout-suspend' and
51 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
52 (tramp-time-less-p, tramp-time-subtract): Remove functions.
53 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
54 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
55 * net/tramp-cache.el (tramp-get-file-property):
56 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
57 Use `time-less-p' and `time-subtract, respectively.
58
59 * net/tramp-adb.el (top): Do not require time-date.el.
60
61 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
62
63 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
64 Check, whether `utf-8' is a valid coding system.
65
66 2014-11-19 Eli Zaretskii <eliz@gnu.org>
67
68 * vc/vc.el (vc-retrieve-tag): Doc fix.
69
70 2014-11-17 Eli Zaretskii <eliz@gnu.org>
71
72 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
73 Don't assume --long is the default for "bzr log", always specify
74 it explicitly, in case the user defined an alias for 'log' that
75 uses some other format.
76
77 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
78
79 * progmodes/python.el (python-eldoc--get-doc-at-point): Strip
80 shell output before returning. (bug#18794)
81
82 2014-11-16 Dmitry Gutov <dgutov@yandex.ru>
83
84 Fix indentation before `!=' and after `+='. Originally reported
85 in https://github.com/mooz/js2-mode/issues/174.
86 * progmodes/js.el (js--indent-operator-re): Make assignments and
87 (in)equality operator a separate case.
88 (js--continued-expression-p): Escape the second `+' in the regexp.
89
90 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
93
94 2014-11-15 Andreas Schwab <schwab@linux-m68k.org>
95
96 * version.el (emacs-repository-get-version): Use git rev-parse
97 instead of git log.
98
99 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
100
101 * progmodes/python.el (python-indent-calculate-levels): Fix
102 indentation behavior multiline dedenter statement. (Bug#18432)
103
104 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
105
106 * progmodes/python.el (python-indent-region): Use
107 python-indent-line and skip special cases. (Bug#18843)
108
109 2014-11-15 Michael Albinus <michael.albinus@gmx.de>
110
111 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
112
113 2014-10-28 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
114
115 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
116 envelope-from when reporting through sendmail (bug#19054).
117
118 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
119
120 * progmodes/python.el (python-ffap-module-path): Use
121 `derived-mode-p' instead of equality test on `major-mode'.
122
123 2014-11-13 Ulrich Müller <ulm@gentoo.org>
124
125 * version.el (emacs-repository-get-version): Call `git log'
126 command with proper format argument (bug#19049).
127
128 2014-11-10 Glenn Morris <rgm@gnu.org>
129
130 * startup.el (command-line): Handle nil elements in load-path.
131
132 2014-11-08 Glenn Morris <rgm@gnu.org>
133
134 * emacs-lisp/bytecomp.el (byte-compile-report-error):
135 Allow the argument to be a string. Due to the vague doc,
136 it was already being used this way.
137
138 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
139
140 * net/tramp.el (tramp-check-cached-permissions): Include hop in
141 the constructed Tramp file name. (Bug#18943)
142
143 2014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
146 (bug#18952).
147 (cua-set-mark, cua--pre-command-handler-1,cua--post-command-handler-1):
148 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
149
150 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
151
152 * files.el (file-name-non-special): Wrap the call of
153 `insert-file-contents' by `unwind-protect', in order to set the
154 buffer's file name anyway. (Bug#18891)
155
156 2014-11-07 Daiki Ueno <ueno@gnu.org>
157
158 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
159 (bug#18979). Reported by Hideki Saito.
160
161 2014-10-18 Alan Mackenzie <acm@muc.de>
162
163 Check that a "macro" found near point-min isn't a ## operator.
164 Fixes bug #18749. Backported from trunk, 2014-11-05.
165 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
166 (c-beginning-of-macro): Use the above new function.
167
168 2014-11-05 Alan Mackenzie <acm@muc.de>
169
170 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
171 * progmodes/cc-fonts.el (c-font-lock-declarations): Pass
172 "(point-max)" as bound to c-font-lock-declarators, not "limit", as
173 the buffer is sometimes narrowed to less than "limit" (e.g., in
174 the presence of macros).
175
176 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
177
178 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
179 only when message appeared in minibuffer. (Bug#18891)
180
181 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
182 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
183 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
184 case of errors.
185
186 2014-11-04 Eli Zaretskii <eliz@gnu.org>
187
188 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
189 returned by load-average.
190
191 2014-11-04 Michael Albinus <michael.albinus@gmx.de>
192
193 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
194 a local copy; setting `inhibit-file-name-handlers' proper might be
195 more performant. (Bug#18751)
196
197 2014-11-04 Glenn Morris <rgm@gnu.org>
198
199 * mail/emacsbug.el (report-emacs-bug): No longer include
200 recent-keys in the report. (Bug#18900)
201
202 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
205 local copy of FILENAME, when it is remote. (Bug#18751)
206
207 2014-11-02 Michael Albinus <michael.albinus@gmx.de>
208
209 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
210 an error when the command fails; the return code must indicate.
211 (tramp-adb-send-command-and-check): Fix docstring.
212
213 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
214
215 * net/tramp-cache.el (tramp-get-file-property)
216 (tramp-set-file-property): Check, that `tramp-cache-get-count-*'
217 and `tramp-cache-set-count-*' are bound. Otherwise, there might
218 be compiler warnings.
219
220 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
221 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
222
223 2014-11-01 Eli Zaretskii <eliz@gnu.org>
224
225 * progmodes/compile.el (compilation-mode): Turn off deferred
226 fontifications locally. (Bug#18856)
227
228 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
229
230 * net/tramp-sh.el (tramp-send-command): Fix the case where the
231 remote-echo connection property is non-nil (bug#18858).
232
233 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
234
235 Backport Tramp changes from trunk.
236
237 * net/tramp.el (tramp-methods): Tweak docstring.
238 (tramp-file-name-handler): Apply `cons' where appropriate.
239 (tramp-handle-file-accessible-directory-p): Check for
240 `file-readable-p' instead of `file-executable-p'.
241 (tramp-handle-shell-command): Use `display-buffer'. (Bug#18326)
242 (tramp-handle-unhandled-file-name-directory): Return "/".
243 (tramp-check-cached-permissions):
244 Use `tramp-compat-file-attributes'.
245 (tramp-call-process): Add new argument VEC. Adapt callees in all
246 tramp*.el files.
247
248 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
249 (tramp-adb-handle-write-region): Improve messages.
250 (tramp-adb-maybe-open-connection): Don't set
251 `tramp-current-*' variables.
252
253 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
254 Suppress debug messages.
255
256 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
257 (tramp-ftp-file-name-handler):
258
259 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
260 (tramp-gvfs-methods-mounttracker)
261 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
262 during initialization. (Bug#18774)
263 (tramp-gvfs-handle-delete-file): Flush file properties, not
264 directory properties.
265 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
266 reading "unix::mode".
267 (tramp-gvfs-handle-file-name-all-completions):
268 Use "-h" option for "gvfs-ls".
269 (tramp-gvfs-url-file-name): Apply `cons' where appropriate.
270 `user' and `localname' could be nil.
271 (tramp-gvfs-send-command): Simplify traces.
272
273 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
274 (vc-git-program, vc-hg-program): Declare.
275 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
276 (tramp-methods) <nc>: Add new method.
277 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
278 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
279 `tramp-login-args'.
280 (tramp-default-user-alist): Add "nc".
281 (top): Remove completion function for "sftp". Add completion
282 functions for "nc" and "psftp".
283 (tramp-sh-handle-set-visited-file-modtime):
284 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
285 (tramp-do-copy-or-rename-file-out-of-band):
286 Use cached "remote-copy-args" value, if available. (Bug#18199)
287 Tweak docstring. Implement support for "nc" method.
288 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
289 (tramp-remote-coding-commands, tramp-call-local-coding-command):
290 Tweak docstring.
291 (tramp-sh-handle-start-file-process): Expand `default-directory'.
292 (tramp-sh-handle-write-region): Tweak error message.
293 (tramp-sh-handle-vc-registered): Remove backends when the remote
294 binary does not exist.
295 (tramp-open-connection-setup-interactive-shell):
296 Prefer utf-8 coding. (Bug#17859)
297 (tramp-find-inline-encoding): Do not raise an error.
298 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
299 the "nc" case. Quote result also locally.
300 (tramp-get-remote-id): Check also for "gid".
301 (tramp-get-remote-python):
302
303 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
304 (tramp-smb-handle-set-file-acl): Use `start-process'.
305 (tramp-smb-handle-insert-directory): Use progress reporter.
306 (tramp-smb-handle-rename-file): Flush also file properties of
307 FILENAME.
308
309 * net/trampver.el: Update release number.
310
311 2014-11-01 Reuben Thomas <rrt@sc3d.org>
312
313 * net/tramp.el (tramp-handle-file-symlink-p):
314 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
315 about VMS, which we no longer support.
316
317 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
320 the global vc-handled-backends (bug#18535).
321
322 2014-11-01 Jérémy Compostella <jeremy.compostella@intel.com>
323 Michael Albinus <michael.albinus@gmx.de>
324
325 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
326 Reduce the amount of set environment variable commands.
327
328 2014-11-01 Paul Eggert <eggert@cs.ucla.edu>
329
330 * net/tramp-sh.el (tramp-get-remote-touch): Omit unnecessary call to
331 current-time.
332
333 2014-11-01 Emilio C. Lopes <eclig@gmx.net>
334
335 * net/tramp-sh.el (tramp-get-remote-python): Also search for
336 executables named "python2" or "python3".
337 (tramp-get-remote-uid-with-python): Use parentheses around
338 arguments to `print' to make it compatible with Python 3.
339 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
340
341 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * simple.el (newline): Add assertions to try and help catch bug#18913.
344
345 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
346 (bug#18886).
347 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
348
349 2014-10-31 Eli Zaretskii <eliz@gnu.org>
350
351 * Makefile.in (repo-update): Fix a typo and slightly reword
352 commentary.
353
354 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
355
356 * Makefile.in: Change some production names so they're neutral
357 about the repository type.
358
359 2014-10-30 Kim F. Storm <storm@cua.dk>
360
361 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
362 * delsel.el (delete-selection-save-to-register)
363 (delsel--replace-text-or-position): New vars.
364 (delete-active-region): Use them.
365 (delete-selection-repeat-replace-region): New command, moved from
366 cua-base.el.
367 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
368 (cua-repeat-replace-region): Move command to delsel.el.
369 (cua--init-keymaps): Update binding accordingly.
370 (cua-mode): Set delete-selection-save-to-register.
371
372 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
375 (c-lang-defconst):
376 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
377
378 2014-10-29 Eli Zaretskii <eliz@gnu.org>
379
380 * progmodes/compile.el (compilation-start):
381 If compilation-scroll-output is non-nil, don't force window-start of
382 the compilation buffer to be at beginning of buffer. (Bug#18874)
383
384 2014-10-23 Tassilo Horn <tsdh@gnu.org>
385
386 * doc-view.el (doc-view-open-text): View the document's plain text
387 in the current buffer instead of a new one.
388 (doc-view-toggle-display): Handle the case where the current
389 buffer contains the plain text contents of the document.
390 (doc-view-initiate-display): Don't switch to fallback mode if the
391 user wants to view the doc's plain text. [Backport]
392
393 2014-10-23 Eli Zaretskii <eliz@gnu.org>
394
395 * startup.el (fancy-about-text): Read the entire tutorial, not
396 just its first 256 bytes. (Bug#18760)
397
398 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
401 * emacs-lisp/cl-extra.el: Add missing provide.
402
403 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
406 all args are copyable (bug#18767).
407 (=, <, >, <=, >=): Re-enable the optimization.
408
409 2014-10-20 Santiago Payà i Miralta <santiagopim@gmail.com>
410
411 * vc/vc-hg.el (vc-hg-log-graph): New var.
412 (vc-hg-print-log): Use it.
413 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
414 graph output (bug#17515).
415
416 2014-10-20 Juri Linkov <juri@jurta.org>
417
418 * vc/diff-mode.el (diff-refine-changed): Rename from
419 `diff-refine-change' for consistency with `diff-changed'.
420 (diff-refine-change): Add obsolete face alias. (Bug#10181)
421
422 * vc/smerge-mode.el (smerge-refined-changed): Rename from
423 `smerge-refined-change'.
424 (smerge-refined-change): Add obsolete face alias.
425
426 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * subr.el (call-process-shell-command, process-file-shell-command):
429 Make the `args' obsolete (bug#18409).
430 (start-process-shell-command, start-file-process-shell-command):
431 Use `declare'.
432
433 2014-10-20 Juanma Barranquero <lekktu@gmail.com>
434
435 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
436
437 2014-10-20 Glenn Morris <rgm@gnu.org>
438
439 * dired.el (dired-read-regexp): Make obsolete.
440 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
441 (dired-flag-files-regexp):
442 * dired-aux.el (dired-mark-read-regexp):
443 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
444
445 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * progmodes/python.el (inferior-python-mode): Use add-hook.
448
449 * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
450
451 2014-10-20 Glenn Morris <rgm@gnu.org>
452
453 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
454 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
455 * emulation/ws-mode.el: Move to obsolete/. [Backport]
456
457 2014-10-20 Glenn Morris <rgm@gnu.org>
458
459 * cus-start.el (history-length): Bump :version. [Backport]
460
461 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * obsolete/cc-compat.el: Make obsolete (bug#18561).
464
465 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
466
467 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
468 case (bug#18767).
469
470 2014-10-20 Glenn Morris <rgm@gnu.org>
471
472 * Version 24.4 released.
473
474 2014-10-15 Alan Mackenzie <acm@muc.de>
475
476 * cus-edit.el (custom-command-apply): Specify the return value in
477 the doc string.
478 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
479 custom-command-apply has returned non-nil.
480
481 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
484 Backported (bug#18688).
485
486 2014-10-14 Eli Zaretskii <eliz@gnu.org>
487
488 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
489 Force bidi-paragraph-direction to 'left-to-right'. This fixes
490 buffer-menu display when the first buffer happens to start with
491 R2L letter.
492
493 2014-10-13 Glenn Morris <rgm@gnu.org>
494
495 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
496 (authors-obsolete-files-regexps): Additions.
497 (authors-no-scan-regexps): New constant.
498 (authors-no-scan-file-p): New function.
499 (authors): Respect authors-no-scan-file-p.
500
501 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
502
503 Fix import completion. (Bug#18582)
504 * progmodes/python.el (python-shell-completion-get-completions):
505 Fix import case regexp.
506
507 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
510 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
511 * progmodes/prolog.el (prolog-electric--underscore): Same.
512
513 2014-10-09 Glenn Morris <rgm@gnu.org>
514
515 * frame.el (display-monitor-attributes-list): Doc tweaks.
516
517 2014-10-08 Eli Zaretskii <eliz@gnu.org>
518
519 * faces.el (display-grayscale-p): Mention in the doc string that
520 the argument can be either a display name or a frame.
521
522 * frame.el (display-pixel-height, display-pixel-width)
523 (display-mm-height, display-mm-width, display-backing-store)
524 (display-save-under, display-planes, display-color-cells)
525 (display-visual-class, display-monitor-attributes-list)
526 (display-screens): Mention in the doc string that the argument can
527 be either a display name or a frame. Improve the docs of the
528 monitor attributes. (Bug#18636)
529
530 2014-10-06 Martin Rudalics <rudalics@gmx.at>
531
532 * term.el (term-window-width): Subtract 1 from the width when
533 any fringe has zero width, not just the right fringe. (Bug#18601)
534
535 2014-10-05 Leo Liu <sdl.web@gmail.com>
536
537 * imenu.el (imenu-default-goto-function): Fix typo.
538
539 2014-10-04 Glenn Morris <rgm@gnu.org>
540
541 * frame.el (frame-monitor-attributes)
542 (display-monitor-attributes-list): Doc fixes.
543
544 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
545
546 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
547 (vc-svn-ignore): Use it. (Bug#18619)
548
549 2014-10-03 Martin Rudalics <rudalics@gmx.at>
550
551 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
552 In doc-string mention need to set `frame-resize-pixelwise'.
553
554 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
557 similarly to Rogers's 2010-06-16 change for the remote case
558 (bug#18605).
559
560 2014-10-01 Glenn Morris <rgm@gnu.org>
561
562 * emacs-lisp/package.el (package-import-keyring):
563 Create gnupg directory private. (Bug#17625#155)
564
565 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * progmodes/python.el (python-shell-completion-get-completions):
568 Use python-shell--prompt-calculated-input-regexp from the
569 process buffer (bug#18582).
570 Don't assume that `line' comes from the process buffer.
571
572 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
573
574 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
575 (bug#18462).
576
577 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * emacs-lisp/package.el (package-check-signature): Default to nil if
580 GPG is not available.
581 (package-refresh-contents): Don't mess with the keyring if we won't
582 check the signatures anyway.
583
584 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
585
586 * window.el (fit-window-to-buffer): When counting buffer width,
587 count the whole visible buffer. Correctly convert the body-height
588 to pixel size for window-text-pixel-size (Bug#18498).
589
590 2014-09-14 Glenn Morris <rgm@gnu.org>
591
592 * image.el (image-multi-frame-p): Fix thinko - do not force
593 a delay if none was specified. (Bug#18334)
594
595 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
596
597 * window.el (fit-window-to-buffer): Doc fix.
598
599 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
600
601 * desktop.el (desktop-create-buffer): Check that buffers are still live
602 before burying them (bug#18373).
603
604 2014-09-09 Glenn Morris <rgm@gnu.org>
605
606 * calendar/diary-lib.el (diary-list-entries):
607 Restore 24.3 display behavior. (Bug#18381)
608
609 2014-09-09 Eli Zaretskii <eliz@gnu.org>
610
611 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
612 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
613 discrepancy between window-pixel-edges and mouse events, and
614 avoids moving mode line up when the mouse click is on the modeline
615 and no drag is attempted.
616
617 2014-09-08 Glenn Morris <rgm@gnu.org>
618
619 * calendar/calendar.el (calendar-basic-setup):
620 Avoid clobbering calendar with diary. (Bug#18381)
621
622 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
625
626 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
627
628 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
629 as well (bug#18400).
630
631 2014-09-04 Eli Zaretskii <eliz@gnu.org>
632
633 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
634
635 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/package.el (package-generate-description-file):
638 Properly quote the arguments (bug#18332). Change second arg.
639 (package--alist-to-plist-args): Rename from package--alist-to-plist and
640 quote the elements.
641 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
642 the *-pkg.el file. Adjust to new calling convention of
643 package-generate-description-file.
644
645 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
646 (gud-gdb-completions): Remove obsolete workaround.
647
648 2014-09-02 Eli Zaretskii <eliz@gnu.org>
649
650 * subr.el (posn-col-row): Revert the change from commit
651 2010-11-13T21:07:58Z!eliz@gnu.org, which
652 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
653 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
654 introduced an off-by-one error in the reported row when there is a
655 header line. (Bug#18384)
656
657 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
658
659 * progmodes/python.el (python-indent-post-self-insert-function):
660 Avoid electric colon at beginning-of-defun. (Bug#18228)
661
662 2014-09-01 Glenn Morris <rgm@gnu.org>
663
664 * tutorial.el (tutorial--display-changes):
665 Fix 2014-07-29 change. (Bug#18382)
666
667 2014-08-29 Ken Brown <kbrown@cornell.edu>
668
669 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
670 the Cygwin-w32 build. (Bug#18347)
671
672 2014-08-28 Glenn Morris <rgm@gnu.org>
673
674 * tar-mode.el (tar--extract, tar-extract):
675 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
676
677 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
678
679 * emacs-lisp/authors.el (authors-aliases): Addition.
680
681 * net/tramp-adb.el: Spell author name correctly.
682
683 2014-08-27 João Távora <joaotavora@gmail.com>
684
685 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
686 use url-expand-file-name. (Bug#18310)
687
688 2014-08-25 Glenn Morris <rgm@gnu.org>
689
690 * emulation/cua-rect.el (cua--highlight-rectangle):
691 Avoid error at point-min. (Bug#18309)
692
693 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
696 executable-find (bug#18244).
697
698 * simple.el (self-insert-uses-region-functions): Defvar.
699
700 2014-08-13 Leo Liu <sdl.web@gmail.com>
701
702 * speedbar.el (speedbar-generic-list-tag-p): Allow special
703 elements from imenu.
704
705 2014-08-11 Glenn Morris <rgm@gnu.org>
706
707 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
708
709 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
710 chose coding system for writing before backing up, since it causes
711 a more serious problem than the one it solves. (Closes Bug#18141,
712 reopens Bug#13522.)
713
714 2014-08-10 Martin Rudalics <rudalics@gmx.at>
715
716 * window.el (window-total-size): Make doc-string more
717 self-contained.
718
719 2014-08-09 Martin Rudalics <rudalics@gmx.at>
720
721 * window.el (display-buffer-below-selected): Restore original
722 behavior if buffer is already displayed in the window below the
723 selected one (Bug#18181).
724
725 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
728 event (bug#18212).
729
730 2014-08-08 Eli Zaretskii <eliz@gnu.org>
731
732 * info.el (info): Doc fix.
733
734 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * info.el (Info-mode-map): Override a global down-mouse-2 binding
737 (bug#18212).
738
739 2014-08-05 Eli Zaretskii <eliz@gnu.org>
740
741 * simple.el (default-line-height): A floating-point value of
742 line-spacing means a fraction of the default frame font's height,
743 not of the font currently used by the 'default' face.
744 Truncate the pixel value, like the display engine does.
745 (window-screen-lines): Use window-inside-pixel-edges for
746 determining the window height in pixels. (Bug#18195)
747
748 2014-07-29 Eli Zaretskii <eliz@gnu.org>
749
750 * tutorial.el (tutorial--display-changes): Accept punctuation
751 characters before the key binding. (Bug#18146)
752
753 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
754
755 * doc-view.el (doc-view-open-text): Don't require that the
756 document is saved in a file (e.g., email attachment).
757
758 2014-07-27 Eli Zaretskii <eliz@gnu.org>
759
760 * window.el (window--pixel-to-total): Use FRAME's root window, not
761 that of the selected frame. (Bug#18112, Bug#16674)
762
763 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
764
765 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
766 (Bug#18117)
767
768 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
769
770 * progmodes/python.el (inferior-python-mode): Doc fix.
771
772 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
773
774 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
775 not a character, ignore it instead of raising an error.
776
777 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
778
779 * calendar/todo-mode.el: Fix handling of marked items and make
780 minor code improvements.
781 (todo-edit-item): If there are marked items, ensure user can only
782 invoke editing commands that work with marked items.
783 (todo-edit-item--text): When there are marked items, make it a
784 noop if invoked with point not on an item; otherwise, ensure it
785 applies only to item at point.
786 (todo-item-undone): If there are marked not-done items, return
787 point to its original position before signaling user error.
788 (todo--user-error-if-marked-done-item): New function.
789 (todo-edit-item--header, todo-edit-item--diary-inclusion)
790 (todo-item-done): Use it.
791
792 2014-07-25 Glenn Morris <rgm@gnu.org>
793
794 * files.el (toggle-read-only): Re-add basic doc-string.
795 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
796
797 * progmodes/prolog.el (prolog-mode-keybindings-edit):
798 Replace missing `switch-to-prolog' with `run-prolog'.
799 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
800
801 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
802
803 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
804 of file-wide setting when changing category-wide setting.
805
806 2014-07-21 Glenn Morris <rgm@gnu.org>
807
808 * progmodes/hideif.el (hide-ifdef-mode-submap):
809 Also substitute read-only-mode.
810 * bindings.el (mode-line-toggle-read-only):
811 * bs.el (bs-toggle-readonly):
812 * buff-menu.el (Buffer-menu-toggle-read-only):
813 * dired.el (dired-toggle-read-only):
814 * files.el (view-read-only, find-file-read-only)
815 (find-file-read-only-other-window)
816 (find-file-read-only-other-frame):
817 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
818 Doc fixes re toggle-read-only.
819
820 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
821
822 * progmodes/python.el: Add comment about pipe buffering and
823 solutions for missing/delayed output in inferior Python shells.
824 (Bug#17304)
825
826 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
827
828 * progmodes/python.el (python-mode): Don't set
829 mode-require-final-newline. (Bug#17990)
830
831 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
832
833 Make python.el work with IPython automatically. (Bug#15510)
834 * progmodes/python.el:
835 (python-shell-completion-setup-code): New value supporting iPython.
836 (python-shell-completion-string-code): New value supporting iPython.
837 (python-shell-completion-get-completions): Use them.
838 (python-shell-completion-module-string-code): Make obsolete.
839 (python-shell-prompt-input-regexps)
840 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
841 (python-shell-output-filter): Fix comment typo.
842
843 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
844
845 Fix Python shell prompts detection for remote hosts.
846 * progmodes/python.el (python-shell-prompt-detect):
847 Replace call-process with process-file and make it more robust.
848
849 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
850
851 Autodetect Python shell prompts. (Bug#17370)
852 * progmodes/python.el:
853 (python-shell-interpreter-interactive-arg)
854 (python-shell-prompt-detect-enabled)
855 (python-shell-prompt-detect-failure-warning)
856 (python-shell-prompt-input-regexps)
857 (python-shell-prompt-output-regexps): New vars.
858 (python-shell-prompt-calculated-input-regexp)
859 (python-shell-prompt-calculated-output-regexp): New vars.
860 (python-shell-get-process-name)
861 (python-shell-internal-get-process-name)
862 (python-shell-output-filter)
863 (python-shell-completion-get-completions): Use them.
864 (python-shell-prompt-detect)
865 (python-shell-prompt-validate-regexps): New functions.
866 (python-shell-prompt-set-calculated-regexps): New function.
867 (inferior-python-mode): Use it. Also honor overridden
868 python-shell-interpreter and python-shell-interpreter-args.
869 (python-shell-make-comint): Honor overridden
870 python-shell-interpreter and python-shell-interpreter-args.
871 (python-shell-get-or-create-process): Make it testable by allowing
872 to call run-python non-interactively.
873 (python-util-valid-regexp-p): New function.
874 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
875 (python-shell-prompt-output-regexp)
876 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
877
878 2014-07-16 Glenn Morris <rgm@gnu.org>
879
880 * desktop.el (after-init-hook): Disable startup frame restoration
881 in non-graphical situations. (Bug#17693)
882
883 2014-07-14 Glenn Morris <rgm@gnu.org>
884
885 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
886 if it was "empty", or used for a different set of files. (Bug#17884)
887
888 2014-07-13 Eli Zaretskii <eliz@gnu.org>
889
890 * bindings.el (mode-line-remote): If default-directory is not a
891 string, don't call file-remote-p on it; instead state in the
892 help-echo that it is nil. (Bug#17986)
893
894 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
895
896 Fix bug: C-x v v discarded existing log message (Bug#17884).
897 * vc/vc-dispatcher.el (vc-log-edit):
898 Don't clobber an already-existing log message.
899
900 2014-07-10 Glenn Morris <rgm@gnu.org>
901
902 * vc/log-edit.el (log-edit-changelog-entries):
903 Check for a visited-but-never-saved ChangeLog.
904
905 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
908 a non-existing file (bug#17970).
909
910 * faces.el (face-name): Undo last change.
911 (x-resolve-font-name): Don't call face-name (bug#17956).
912
913 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
914
915 Fix dedenters and electric colon handling. (Bug#15163)
916
917 * progmodes/python.el
918 (python-rx-constituents): Add dedenter and block-ender.
919 (python-indent-dedenters, python-indent-block-enders): Delete.
920 (python-indent-context): Return new case for dedenter-statement.
921 (python-indent-calculate-indentation): Handle new case.
922 (python-indent-calculate-levels): Fix levels calculation for
923 dedenter statements.
924 (python-indent-post-self-insert-function): Fix colon handling.
925 (python-info-dedenter-opening-block-message): New function.
926 (python-indent-line): Use it.
927 (python-info-closing-block)
928 (python-info-closing-block-message): Remove.
929 (python-info-dedenter-opening-block-position)
930 (python-info-dedenter-opening-block-positions)
931 (python-info-dedenter-statement-p): New functions.
932
933 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
936 the middle of a line (bug#17896).
937
938 2014-07-08 Juri Linkov <juri@jurta.org>
939
940 * startup.el (command-line): Append displaying the warning about
941 the errors in the init file to the end of `after-init-hook'.
942 (Bug#17927)
943
944 2014-07-08 Juri Linkov <juri@jurta.org>
945
946 * faces.el (face-name): Return input arg `face' as is
947 when it's not a symbol.
948 (x-resolve-font-name): Don't check if the face is a symbol.
949 (Bug#17956)
950
951 2014-07-08 Juri Linkov <juri@jurta.org>
952
953 * facemenu.el (list-colors-print): In help-echo format use %.2f
954 instead of %d because now HSV values are floating-point components
955 between 0.0 and 1.0.
956
957 2014-07-06 Glenn Morris <rgm@gnu.org>
958
959 * emulation/cua-rect.el (cua--activate-rectangle):
960 Avoid setting cua--rectangle to nil. (Bug#17877)
961
962 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
963
964 * calendar/todo-mode.el: Fix wrong-type-argument error when
965 marking multiple consecutive items.
966 (todo-toggle-mark-item): Don't try to mark the empty lines at the
967 end of the todo and done items sections. Note in doc string that
968 items marked by passing a numeric prefix argument can include the
969 last todo and first done items.
970 (todo-mark-category): Don't try to mark the empty line between the
971 todo and done items sections.
972
973 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
976 proper Lisp quoting (bug#17934).
977
978 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
979 require-final-newline since prog-mode already took care of it (bug#17947).
980
981 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
982
983 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
984 refer to the Todo mode Info manual. Update the comment on
985 requiring cl-lib.
986 (todo-find-filtered-items-file): Add todo-prefix overlays.
987 (todo-filter-items): Reorder a let-bound variable to avoid a
988 wrong-type-argument error on canceling the file choice dialog.
989
990 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * progmodes/octave.el (inferior-octave-mode):
993 Set comint-input-ring-size to a number (bug#17912).
994
995 2014-07-03 Juri Linkov <juri@jurta.org>
996
997 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
998 and `isearch-mode' associated with nil. (Bug#17849)
999
1000 2014-07-02 Juri Linkov <juri@jurta.org>
1001
1002 * desktop.el (desktop-save): Rename arg `auto-save' to
1003 `only-if-changed'. Doc fix. (Bug#17873)
1004
1005 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1008 Use insert-for-yank (bug#17271).
1009
1010 2014-07-02 Leo Liu <sdl.web@gmail.com>
1011
1012 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
1013 Support lexical-binding.
1014
1015 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * vc/log-edit.el (log-edit-goto-eoh): New function.
1018 (log-edit--match-first-line): Use it (bug#17861).
1019
1020 2014-07-01 Glenn Morris <rgm@gnu.org>
1021
1022 * vc/log-edit.el (log-edit-hook): Add missing :version.
1023
1024 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
1025
1026 * progmodes/python.el (python-indent-post-self-insert-function):
1027 Enhancements to electric indentation behavior inside
1028 parens. (Bug#17658)
1029
1030 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
1033 buffer-invisibility-spec (bug#17867).
1034
1035 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
1036
1037 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
1038 pass "-a".
1039
1040 2014-06-29 Glenn Morris <rgm@gnu.org>
1041
1042 * cus-edit.el (help):
1043 * finder.el (finder-known-keywords):
1044 * help.el (help-for-help-internal):
1045 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
1046 (ediff-redraw-registry-buffer):
1047 * vc/ediff-ptch.el (ediff-patch-file-internal):
1048 Doc fixes re "online" help. (Bug#17803)
1049
1050 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
1051 (idlwave-mode): Doc URL update.
1052
1053 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
1054
1055 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1056 account for file-wide setting of todo-top-priorities-overrides.
1057 Make code a bit cleaner.
1058
1059 2014-06-27 Leo Liu <sdl.web@gmail.com>
1060
1061 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
1062
1063 2014-06-27 Glenn Morris <rgm@gnu.org>
1064
1065 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
1066
1067 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
1068
1069 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1070 category-wide setting of todo-top-priorities-overrides, check for
1071 a file-wide setting and fontify accordingly.
1072
1073 2014-06-26 Glenn Morris <rgm@gnu.org>
1074
1075 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
1076
1077 2014-06-26 Daiki Ueno <ueno@gnu.org>
1078
1079 * emacs-lisp/package.el (package--check-signature):
1080 If package-check-signature is allow-unsigned, don't signal error when
1081 we can't verify signature because of missing public key
1082 (backport for bug#17625).
1083
1084 2014-06-26 Glenn Morris <rgm@gnu.org>
1085
1086 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1087 Remove outdated declaration.
1088
1089 * emacs-lisp/authors.el (authors-valid-file-names)
1090 (authors-renamed-files-alist): Additions.
1091
1092 2014-06-25 Leo Liu <sdl.web@gmail.com>
1093
1094 * textmodes/picture.el (picture-set-tab-stops):
1095 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1096 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1097
1098 * progmodes/asm-mode.el (asm-calculate-indentation):
1099 Use indent-next-tab-stop.
1100
1101 * indent.el (indent-accumulate-tab-stops): New function.
1102
1103 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1106 (package-desc-status): Obey it.
1107
1108 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
1109
1110 * calendar/todo-mode.el: Fix two bugs.
1111 (todo-insert-item--basic): If user cancels item insertion to
1112 another category before setting priority, show original category
1113 whether it is in the same or a different file.
1114 (todo-set-item-priority): After selecting category, instead of
1115 moving point to top, which extends an active region, restore it.
1116
1117 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * help-fns.el (describe-function-1): Check file-name is a string before
1120 calling help-fns--autoloaded-p (bug#17564).
1121
1122 2014-06-24 Juri Linkov <juri@jurta.org>
1123
1124 * desktop.el (desktop-auto-save-enable)
1125 (desktop-auto-save-disable): New functions.
1126 (desktop-save-mode, desktop-auto-save-timeout): Use them.
1127 (desktop-read): Disable the autosave before loading the desktop,
1128 and enable afterwards. (Bug#17351)
1129
1130 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 Fix some indentation problem with \; and pipes (bug#17842).
1133 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1134 (sh-smie--default-forward-token, sh-smie--default-backward-token):
1135 New functions.
1136 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1137 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1138 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1139
1140 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1141
1142 * international/fontset.el (script-representative-chars):
1143 Add representative characters for scripts added in Unicode 7.0.
1144 (otf-script-alist): Synchronize with the latest registry of OTF
1145 script tags.
1146
1147 * international/characters.el (char-script-table): Update for
1148 scripts added and codepoint ranges changed in Unicode 7.0.
1149
1150 2014-06-23 Leo Liu <sdl.web@gmail.com>
1151
1152 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1153 tab-stop-list to nil. (Bug#16381)
1154
1155 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1156 (indent-rigidly-left-to-tab-stop)
1157 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1158 (move-to-tab-stop): Change callers.
1159
1160 2014-06-22 Eli Zaretskii <eliz@gnu.org>
1161
1162 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1163 wrt behavior of \n as the first/last element of a skeleton.
1164
1165 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * net/tramp-adb.el (tramp-adb-handle-process-file):
1168 * net/tramp-sh.el (tramp-sh-handle-process-file):
1169 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1170 the output buffer when DISPLAY is non-nil. (Bug#17815)
1171
1172 2014-06-21 Glenn Morris <rgm@gnu.org>
1173
1174 * play/landmark.el (landmark-move-down, landmark-move-up):
1175 Fix 2007-10-20 change - preserve horizontal position.
1176
1177 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1178
1179 Fix completion retrieval parsing (bug#17209).
1180 * progmodes/python.el (python-mode):
1181 (python-util-strip-string): New function.
1182 (python-shell-completion-get-completions): Use it.
1183
1184 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1185
1186 * skeleton.el (skeleton-insert): Fix last change.
1187
1188 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1189
1190 Enhancements for outline integration (bug#17796).
1191 * progmodes/python.el (python-mode): Properly set
1192 outline-heading-end-regexp so that comments after colons for
1193 defuns are supported.
1194
1195 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1196
1197 * skeleton.el (skeleton-insert): Doc fix.
1198
1199 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1202 (smie-config-guess): Use smie-config-local so the rules are obeyed
1203 (bug#17818).
1204
1205 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1206 since it's already done inside the loop (bug#17819).
1207
1208 2014-06-20 Martin Rudalics <rudalics@gmx.at>
1209
1210 * mouse.el (mouse-drag-line): Re-remove code initially removed
1211 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1212 (Bug#17819).
1213
1214 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1217 align with the surrounding parent (bug#17721).
1218
1219 2014-06-20 Eli Zaretskii <eliz@gnu.org>
1220
1221 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1222 locally to nil.
1223 (texinfo-insert-block, texinfo-insert-@end)
1224 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1225 local setting of skeleton-end-newline by adding an explicit \n to
1226 the skeletons where appropriate. (Bug#17801)
1227
1228 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1231 (smie-indent--hanging-p): Use it.
1232 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1233
1234 2014-06-20 Leo Liu <sdl.web@gmail.com>
1235
1236 * simple.el (read-quoted-char): Don't let help chars pop up help
1237 buffer. (Bug#16617)
1238
1239 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1242 for | (bug#17621).
1243
1244 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
1247 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
1248 burping.
1249
1250 2014-06-18 Eli Zaretskii <eliz@gnu.org>
1251
1252 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1253 and later. (Bug#17790)
1254
1255 2014-06-18 Juri Linkov <juri@jurta.org>
1256
1257 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1258 to `soft'. (Bug#17554)
1259
1260 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1263 (bug#17737).
1264
1265 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
1266
1267 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1268 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1269
1270 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1273 `unread-command-events'.
1274
1275 2014-06-14 Glenn Morris <rgm@gnu.org>
1276
1277 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1278 Replace delete-duplicates and mapcan by cl- versions throughout.
1279 And cl-macroexpand-all by macroexpand-all.
1280 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1281
1282 2014-06-14 Eli Zaretskii <eliz@gnu.org>
1283
1284 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1285
1286 2014-06-14 Juri Linkov <juri@jurta.org>
1287
1288 * bindings.el: Put `ascii-character' property on keypad keys
1289 mapped to characters. (Bug#17759)
1290
1291 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1294 bumping forward into a closing paren (bug#17761).
1295
1296 * term/xterm.el (xterm--version-handler): Work around for OSX
1297 Terminal.app (bug#17607).
1298
1299 2014-06-08 Glenn Morris <rgm@gnu.org>
1300
1301 * startup.el (initial-buffer-choice): Doc fix.
1302 Reset :version (adding an option does not merit a :version bump).
1303
1304 * bookmark.el (bookmark-load):
1305 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1306
1307 2014-06-06 Juri Linkov <juri@jurta.org>
1308
1309 * desktop.el: Activate auto-saving on window configuration changes.
1310 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1311 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
1312 (desktop-auto-save-set-timer): Change REPEAT arg of
1313 `run-with-idle-timer' from t to nil.
1314 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1315
1316 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1317
1318 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1319 vc-hg-command (bug#17570).
1320
1321 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1324 (bug#17702).
1325
1326 2014-06-06 Glenn Morris <rgm@gnu.org>
1327
1328 * startup.el (window-setup-hook): Doc fix.
1329
1330 2014-06-05 Glenn Morris <rgm@gnu.org>
1331
1332 * emacs-lisp/package.el (package-check-signature)
1333 (package-unsigned-archives): Doc fixes.
1334
1335 2014-06-03 Martin Rudalics <rudalics@gmx.at>
1336
1337 * window.el (display-buffer-use-some-window): Don't make window
1338 used smaller than it was before (Bug#17671).
1339
1340 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1341
1342 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1343 'redisplay' instead of '(sit-for 0)'.
1344
1345 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
1348 regexp. (Bug#17653)
1349
1350 2014-06-03 Glenn Morris <rgm@gnu.org>
1351
1352 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1353
1354 2014-06-02 Eli Zaretskii <eliz@gnu.org>
1355
1356 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1357
1358 2014-06-01 Eli Zaretskii <eliz@gnu.org>
1359
1360 * simple.el (keyboard-quit): Force update of mode lines, to remove
1361 the "Def" indicator, if we were defining a macro. (Bug#17615)
1362
1363 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * minibuffer.el (minibuffer-force-complete-and-exit):
1366 Obey minibuffer-default (bug#17545).
1367
1368 * progmodes/js.el (js-indent-line): Don't mix columns and chars
1369 (bug#17619).
1370
1371 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * subr.el (set-transient-map): Don't wait for some "nested"
1374 transient-map to finish if we're only supposed to be active for
1375 the next command (bug#17642).
1376
1377 2014-05-31 Leo Liu <sdl.web@gmail.com>
1378
1379 * emacs-lisp/gv.el (window-buffer, window-display-table)
1380 (window-dedicated-p, window-hscroll, window-point, window-start):
1381 Fix gv-expander. (Bug#17630)
1382
1383 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1386 clicks (bug#17633).
1387
1388 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1389 for the single comma, since ", " is *very* common in normal French text
1390 (bug#17643).
1391
1392 2014-05-30 Glenn Morris <rgm@gnu.org>
1393
1394 * emacs-lisp/package.el (package-check-signature)
1395 (package-unsigned-archives): Fix :version.
1396
1397 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1398
1399 * subr.el (sit-for): Don't run input-methods (bug#15614).
1400
1401 2014-05-28 Glenn Morris <rgm@gnu.org>
1402
1403 * cus-start.el: Fix some :version numbers.
1404
1405 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * simple.el (deactivate-mark): Set mark-active to nil even if
1408 deactivation is done via setting transient-mark-mode to nil,
1409 since one is buffer-local and the other is global.
1410
1411 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1412 there can't be more than 2 arguments (bug#17584).
1413
1414 2014-05-27 Glenn Morris <rgm@gnu.org>
1415
1416 * simple.el (filter-buffer-substring-functions)
1417 (filter-buffer-substring-function, buffer-substring-filters)
1418 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1419
1420 * minibuffer.el (completion-in-region-functions, completion-in-region)
1421 (completion--in-region): Doc fixes.
1422
1423 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1424 (expand-abbrev, abbrev--default-expand): Doc fixes.
1425
1426 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1427
1428 Include sources used to create macuvs.h.
1429 * international/README: Refer to the Unicode Terms of Use rather
1430 than copying it bodily here, as that simplifies maintenance.
1431
1432 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1433
1434 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1435
1436 2014-05-25 Martin Rudalics <rudalics@gmx.at>
1437
1438 * window.el (window--dump-frame): Remove interactive
1439 specification.
1440
1441 2014-05-23 Glenn Morris <rgm@gnu.org>
1442
1443 * hippie-exp.el (he-line-search-regexp):
1444 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1445
1446 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1447
1448 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1449 to avoid errors when trying to create or visit a file foo.todo
1450 located outside to todo-directory, and to allow having such files
1451 without them being tied to Todo mode (bug#17482).
1452 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1453 (todo-archive-done-item, todo-find-filtered-items-file)
1454 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1455 (todo-category-completions, todo-read-category): When visiting a
1456 Todo file, make sure we're in the right mode and the buffer local
1457 variables are set.
1458 (todo-make-categories-list, todo-reset-nondiary-marker)
1459 (todo-reset-done-string, todo-reset-comment-string):
1460 After processing all Todo files, kill the buffers of those files that
1461 weren't being visited before the processing.
1462 (todo-display-as-todo-file, todo-add-to-buffer-list)
1463 (todo-visit-files-commands): Comment out.
1464 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1465 (auto-mode-alist): Remove add-to-list calls making Todo file
1466 extensions unrestrictedly tied to Todo modes.
1467
1468 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1471 (advice-function-member-p): Tell it to check both names and functions
1472 (bug#17531).
1473 (advice--add-function): Adjust call accordingly.
1474
1475 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1476
1477 * calendar/todo-mode.el: Miscellaneous bug fixes.
1478 (todo-delete-file): When deleting an archive but not its todo
1479 file, make sure to update the todo file's category sexp.
1480 (todo-move-category): Keep the moved category's name unless the
1481 file moved to already has a category with that name. If the
1482 numerically last category of the source file was moved, make the
1483 first category current to avoid selecting a nonexisting category.
1484 (todo-merge-category): Fix implementation to make merging to a
1485 category in another file work as documented. Eliminate now
1486 insufficient and unnecessary renaming of archive category, correct
1487 document string accordingly, and clarify it. If the numerically
1488 last category of the source file was merged, make the first
1489 category current to avoid selecting a nonexisting category.
1490 (todo-archive-done-item): When there are marked items and point
1491 happens to be on an unmarked item, ignore the latter. Don't leave
1492 point below last item after archiving marked items.
1493 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1494 from an archive with only one category deletes the archive only
1495 when the category is empty after unarchiving. Make sure the todo
1496 file's category sexp is updated.
1497 (todo-read-file-name): Allow an existing file name even when it is
1498 not required (todo-move-category needs this to work as documented).
1499 (todo-add-file): Call todo-validate-name to reject the name of an
1500 existing todo file (needed due to fix in todo-read-file-name).
1501 (todo-reset-nondiary-marker): Also reset in filtered items files.
1502 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1503 regexp filtered items files.
1504 (todo-reset-highlight-item): Also reset in filtered items files.
1505 Fix incorrect variable reference in document string.
1506
1507 2014-05-22 Glenn Morris <rgm@gnu.org>
1508
1509 * window.el (window--dump-frame): Avoid error in --without-x builds.
1510
1511 2014-05-21 Glenn Morris <rgm@gnu.org>
1512
1513 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1514
1515 2014-05-21 Eli Zaretskii <eliz@gnu.org>
1516
1517 * frame.el (set-frame-font): Doc fix.
1518
1519 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1520
1521 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
1522
1523 * emacs-lisp/package.el (package--download-one-archive):
1524 Use `write-region' instead of `save-buffer' to avoid running various
1525 hooks. (Bug#17155)
1526 (describe-package-1): Same. Insert newline at the end of the
1527 buffer if appropriate.
1528
1529 2014-05-20 Juri Linkov <juri@jurta.org>
1530
1531 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1532 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1533 Add more modifiers: meta, control, shift, hyper, super, alt.
1534 (Bug#17439)
1535
1536 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1537 to allow changing its value with `set-variable'.
1538
1539 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1542 #; comments.
1543 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1544 New functions.
1545 (scheme-mode-variables): Set syntax-propertize-function instead of
1546 font-lock-syntactic-face-function.
1547 (scheme-font-lock-syntactic-face-function): Delete.
1548
1549 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1550
1551 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1554 (bug#17392).
1555
1556 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
1557
1558 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1559 for a temporary file name.
1560
1561 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1562
1563 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1564
1565 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/dbus.el (dbus-init-bus, dbus-call-method)
1568 (dbus-call-method-asynchronously, dbus-send-signal)
1569 (dbus-method-return-internal, dbus-method-error-internal):
1570 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1571
1572 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1573
1574 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1575 methods which do not have a doc string. (Bug#17490)
1576
1577 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1578 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1581 suffix (bug#15419).
1582
1583 2014-05-14 Glenn Morris <rgm@gnu.org>
1584
1585 * vc/emerge.el (emerge-temp-file-prefix):
1586 Make pointless option obsolete.
1587 (emerge-temp-file-mode): Make non-functional option obsolete.
1588
1589 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * net/browse-url.el (browse-url):
1592 Use `unhandled-file-name-directory' when setting `default-directory',
1593 in order to circumvent stalled remote connections. (Bug#17425)
1594
1595 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1598 into autoloading just because of a silly indirection.
1599
1600 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1601
1602 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1603
1604 2014-05-11 Glenn Morris <rgm@gnu.org>
1605
1606 * emacs-lisp/find-gc.el: Move to ../admin.
1607
1608 2014-05-10 Glenn Morris <rgm@gnu.org>
1609
1610 * printing.el (pr-version):
1611 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1612
1613 * net/browse-url.el (browse-url-mosaic):
1614 Create /tmp/Mosaic.PID as a private file.
1615
1616 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1619 (advice--member-p): If name is given, only compare the name.
1620 (advice--remove-function): Don't stop at the first match.
1621 (advice--normalize-place): New function.
1622 (add-function, remove-function): Use it.
1623 (advice--add-function): Pass the name, if any, to
1624 advice--remove-function.
1625
1626 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1627
1628 * electric.el (electric-indent-post-self-insert-function): Don't use
1629 `pos' after modifying the buffer (bug#17449).
1630
1631 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * subr.el (function-put): Add function.
1634
1635 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1636
1637 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1638 Correct argument list to conform to todo-insert-item--basic.
1639
1640 2014-05-09 Glenn Morris <rgm@gnu.org>
1641
1642 * files.el (cd-absolute): Test if directory is accessible
1643 rather than executable. (Bug#17330)
1644
1645 * progmodes/compile.el (recompile):
1646 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1647
1648 2014-05-08 Juri Linkov <juri@jurta.org>
1649
1650 * dired.el (dired-check-switches, dired-switches-recursive-p):
1651 New functions. (Bug#17218)
1652 (dired-switches-escape-p, dired-move-to-end-of-filename):
1653 Use `dired-check-switches'.
1654 (dired-insert-old-subdirs, dired-build-subdir-alist)
1655 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1656
1657 2014-05-08 Glenn Morris <rgm@gnu.org>
1658
1659 * net/browse-url.el (browse-url-mosaic):
1660 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1661 This is CVE-2014-3423.
1662
1663 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1666 (xterm-mouse--read-event-sequence-1000): Return nil if something
1667 looks fishy.
1668 (xterm-mouse-event): Propagate it.
1669 (xterm-mouse-translate-1): Handle it.
1670
1671 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1672
1673 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1674 four slots of the parameter list are filled, make sure to pass it
1675 to the argument list of todo-insert-item--basic.
1676
1677 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1680 Add optional `seen' argument to detect and break infinite loops.
1681
1682 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1683
1684 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1685 (trace-unsafe, trace-use-tree): Make parentheses style be
1686 according to Emacs style.
1687
1688 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * net/tramp-sh.el (tramp-remote-process-environment):
1691 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1692 Add :version entry.
1693 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1694 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1695 extra "PSx=..." commands.
1696 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1697 (Bug#17295)
1698
1699 (tramp-uudecode): Replace the hard-coded temporary file name by a
1700 format specifier.
1701 (tramp-remote-coding-commands): Enhance docstring.
1702 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1703 name. (Bug#17415)
1704 This is CVE-2014-3424.
1705
1706 2014-05-06 Glenn Morris <rgm@gnu.org>
1707
1708 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1709 (find-gc-source-files): Update some names.
1710 (trace-call-tree): Simplify and update.
1711 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1712 This is CVE-2014-3422.
1713
1714 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * minibuffer.el (completion--try-word-completion): Revert fix for
1717 Bug#15980 (bug#17375).
1718
1719 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1720 Always store button numbers in the same way in xterm-mouse-last;
1721 Don't burp is xterm-mouse-last is not set as expected.
1722 Never return negative indices.
1723
1724 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1725
1726 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1727 Backtrack one char if the global/char-literal var matcher hits
1728 inside a string. The next char could be the beginning of an
1729 expression expansion.
1730
1731 2014-05-05 Glenn Morris <rgm@gnu.org>
1732
1733 * help-fns.el (describe-function-1): Test for an autoload before a
1734 macro, since `macrop' works on autoloads. (Bug#17410)
1735
1736 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1739
1740 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1741 Make sure the new point we return is within the new string (bug#17239).
1742
1743 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1744
1745 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1746
1747 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1750 Use nil rather than `default' for the "default" appearance (bug#17388).
1751 * vc/ediff-util.el (ediff-inferior-compare-regions)
1752 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1753 a misleading `default' value when it's really a boolean.
1754 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1755 overlay is not visible.
1756
1757 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1758
1759 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1760 (todo-menu): Uncomment and update.
1761
1762 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1763
1764 * calendar/todo-mode.el: Reimplement item editing to have the same
1765 basic user interface as item insertion, and make small UI and
1766 larger internal improvements to the latter.
1767 (todo-insert-item): Add reference to the Todo mode user manual to
1768 the documentation string.
1769 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1770 adjust all callers. Change signature to combine diary and
1771 nonmarking arguments. Incorporate functionality of deleted item
1772 copying command and add error checking. Remove detailed
1773 descriptions of the arguments from the documentation string, since
1774 this is treated in the Todo mode user manual.
1775 (todo-copy-item, todo-edit-multiline-item)
1776 (todo-edit-done-item-comment, todo-edit-item-header)
1777 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1778 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1779 (todo-edit-item-date-year, todo-edit-item-date-month)
1780 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1781 Remove.
1782 (todo-edit-item): Reimplement as wrapper command for
1783 todo-edit-item--next-key and make it distinguish done and not done
1784 todo items.
1785 (todo-edit-item--text): New function, replacing old command
1786 todo-edit-item and incorporating deleted commands
1787 todo-edit-multiline-item and todo-edit-done-item-comment.
1788 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1789 Use only numeric value of prefix argument. Remove detailed
1790 descriptions of the arguments from the documentation string, since
1791 this is treated in the Todo mode user manual.
1792 (todo-edit-item--diary-inclusion): New function, replacing old
1793 command todo-edit-item-diary-inclusion and incorporating and fixing
1794 functionality of deleted command todo-edit-item-diary-nonmarking,
1795 making sure to remove todo-nondiary-marker when adding
1796 diary-nonmarking-symbol.
1797 (todo-edit-category-diary-inclusion): Make sure to delete
1798 diary-nonmarking-symbol when adding todo-nondiary-marker.
1799 (todo-edit-category-diary-nonmarking): Fix indentation.
1800 (todo-insert-item--parameters): Group diary and nonmarking
1801 parameters together.
1802 (todo-insert-item--apply-args): Adjust to signature of
1803 todo-insert-item--basic and incorporate copy parameter.
1804 Make small code improvements.
1805 (todo-insert-item--next-param): Improve prompt and adjust it to
1806 new parameter grouping. Remove obsolete code.
1807 (todo-edit-item--param-key-alist)
1808 (todo-edit-item--date-param-key-alist)
1809 (todo-edit-done-item--param-key-alist): New defconsts.
1810 (todo-edit-item--prompt): New variable.
1811 (todo-edit-item--next-key): New function.
1812 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1813 Remove bindings of deleted commands.
1814
1815 2014-05-02 Leo Liu <sdl.web@gmail.com>
1816
1817 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1818
1819 2014-05-01 Glenn Morris <rgm@gnu.org>
1820
1821 * allout-widgets.el (allout-widgets-tally)
1822 (allout-decorate-item-guides):
1823 * menu-bar.el (menu-bar-positive-p):
1824 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1825 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1826 * progmodes/js.el (js--inside-param-list-p)
1827 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1828 * progmodes/prolog.el (region-exists-p):
1829 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1830 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1831 Doc fixes (replace `iff').
1832
1833 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1836
1837 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1838
1839 * dired.el (dired-initial-position-hook, dired-initial-position):
1840 Doc string fixes.
1841
1842 2014-04-29 Glenn Morris <rgm@gnu.org>
1843
1844 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1845
1846 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1847
1848 * faces.el (face-spec-recalc): Apply X resources only after the
1849 defface spec has been applied. Thus, X resources are no longer
1850 overridden by the defface spec which also fixes issues on win32 where
1851 the toolbar coloring was wrong because it is set through X resources
1852 and was (wrongfully) overridden. (Bug#16694)
1853
1854 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * textmodes/rst.el (electric-pair-pairs): Declare.
1857 (rst-mode): Set it (bug#17131).
1858
1859 2014-04-27 Juri Linkov <juri@jurta.org>
1860
1861 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1862 and `print-level' to nil. (Bug#17351)
1863
1864 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1865
1866 * battery.el (battery-update): Handle the case where battery
1867 status is "N/A" (bug#17319).
1868
1869 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1870
1871 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1872 Use equal-including-properties to compare help-echo strings (bug#17331).
1873
1874 2014-04-24 Leo Liu <sdl.web@gmail.com>
1875
1876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1877 Fix syntax for @. (Bug#17325)
1878
1879 2014-04-24 Daniel Colascione <dancol@dancol.org>
1880
1881 * emacs-lisp/cl.el (gv): Require gv early to break eager
1882 macro-expansion cycles.
1883
1884 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * simple.el (region-active-p): Check there's a mark (bug#17324).
1887
1888 * simple.el (completion-list-mode-map): Use choose-completion for the
1889 mouse binding as well (bug#17302).
1890 (completion-list-mode, completion-setup-function): Adjust docstring and
1891 echo area message accordingly.
1892 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1893 calling convention of choose-completion.
1894 * comint.el (comint-dynamic-list-completions):
1895 * term.el (term-dynamic-list-completions): Accept choose-completion.
1896
1897 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1898 &, |, +, - and * can't be a division (bug#17317).
1899
1900 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1903 features on gnome-terminal (bug#16988).
1904
1905 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1906
1907 * dired.el (dired-insert-set-properties): Do not consider
1908 subdirectory headings and empty lines to be information that
1909 `dired-hide-details-mode' should hide. (Bug#17228)
1910
1911 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1912
1913 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1914 Remove test messages.
1915 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1916 and `target' twice.
1917
1918 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1921 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1922
1923 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1924
1925 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1928 Set "IFS=" when using read builtin, in order to preserve spaces in
1929 the file name. Add test messages for hunting a bug on hydra.
1930 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1931
1932 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1935 Don't prettify a word within a symbol.
1936
1937 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1938
1939 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1940 possible.
1941
1942 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1945 assignments such as "case=hello" (bug#17297).
1946
1947 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1948
1949 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1950 Do not autoload.
1951 (tramp-file-name-handler, tramp-completion-file-name-handler):
1952 Revert patch from 2014-04-10, it isn't necessary anymore.
1953 (tramp-autoload-file-name-handler)
1954 (tramp-register-autoload-file-name-handlers): New defuns.
1955 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1956 (tramp-register-file-name-handlers): Remove also
1957 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1958 Do not autoload its invocation, but eval it after loading of 'tramp.
1959
1960 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1961
1962 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1963
1964 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1967 was done (bug#17264).
1968 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1969 comment to EOB.
1970
1971 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1972 here-documents (bug#17262).
1973
1974 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1975
1976 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1977 Provide doc strings, as required by snarf-documentation.
1978
1979 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1982 arg of overlays-at. Use `invisible-p'.
1983
1984 * obsolete/lucid.el (extent-at):
1985 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1986 overlays-at.
1987 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1988
1989 2014-04-14 João Távora <joaotavora@gmail.com>
1990
1991 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1992 links. (Bug#17217).
1993
1994 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1995
1996 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1997 Use mapc to loop over a vector. (Bug#17257).
1998
1999 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
2000
2001 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2002 patch, there are new problems with file names containing spaces.
2003 Get rid of backticks. (Bug#17238)
2004
2005 2014-04-13 João Távora <joaotavora@gmail.com>
2006
2007 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2008 possible bug.
2009
2010 2014-04-13 Eli Zaretskii <eliz@gnu.org>
2011
2012 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2013 (blink-cursor-mode): Mention customization variables and the
2014 effect of 'blink-cursor-blinks'.
2015
2016 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
2017
2018 * simple.el (undo): Prevent insertion of identity mapping into
2019 undo-equiv-table so as undo-only does not inf loop in the presence
2020 of consecutive nils in undo list.
2021
2022 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2023
2024 * faces.el (make-face): Deprecate optional argument as it is no
2025 longer needed/used since the conditional X resources handling
2026 has been pushed down to make-face-x-resource-internal itself.
2027 (make-empty-face): Don't pass optional argument to make-face.
2028
2029 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2030
2031 * international/characters.el <standard-case-table>: Add entries
2032 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2033 Set category of Coptic characters be 'g' (Greek).
2034
2035 2014-04-12 Leo Liu <sdl.web@gmail.com>
2036
2037 * progmodes/octave.el (completion-table-with-cache): Define if not
2038 available.
2039 (octave-goto-function-definition)
2040 (octave-sync-function-file-names)
2041 (octave-find-definition-default-filename): Backquote upattern for
2042 compatibility.
2043
2044 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2047 name twice due to backticks. (Bug#17238)
2048
2049 2014-04-11 Glenn Morris <rgm@gnu.org>
2050
2051 * term/w32-win.el (x-win-suspend-error):
2052 * term/x-win.el (x-win-suspend-error): Sync docs.
2053
2054 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 Ediff's overlay priorities cause more trouble than they solve.
2057 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2058 (ediff-highest-priority): Remove function (bug#17234).
2059 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2060 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2061 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2062 overlay priorities.
2063
2064 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
2065
2066 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2067 entry; use symbol boundaries to avoid mis-matches.
2068
2069 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * net/tramp.el (tramp-file-name-handler)
2072 (tramp-completion-file-name-handler): Avoid recursive loading.
2073
2074 * net/tramp-sh.el (tramp-make-copy-program-file-name):
2075 Quote result also locally.
2076
2077 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2078
2079 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2080 Module methods. (Bug#17216)
2081
2082 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * help.el (describe-bindings): Fix buffer handling (bug#17210).
2085 (describe-bindings-internal): Mark obsolete.
2086
2087 2014-04-07 João Távora <joaotavora@gmail.com>
2088
2089 * elec-pair.el:
2090 (electric-pair--syntax-ppss): When inside comments parse from
2091 comment beginning.
2092 (electric-pair--balance-info): Fix typo in comment.
2093 (electric-pair--in-unterminated-string-p): Delete.
2094 (electric-pair--unbalanced-strings-p): New function.
2095 (electric-pair-string-bound-function): New var.
2096 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2097 according to `electric-pair--in-unterminated-string-p'
2098
2099 2014-04-07 João Távora <joaotavora@gmail.com>
2100
2101 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2102 Inhibit quote pairing if point-max is inside an unterminated string.
2103 (electric-pair--looking-at-unterminated-string-p): Delete.
2104 (electric-pair--in-unterminated-string-p): New function.
2105
2106 2014-04-07 Glenn Morris <rgm@gnu.org>
2107
2108 * shell.el (shell-directory-tracker):
2109 Go back to just ignoring failures. (Bug#17159)
2110
2111 2014-04-06 João Távora <joaotavora@gmail.com>
2112
2113 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2114 backspace. (bug#16981)
2115 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2116 (electric-pair-backward-delete-char-untabify): Delete.
2117 (electric-pair-mode-map): Bind backspace to a menu item filtering
2118 a new `electric-pair-delete-pair' command.
2119 (electric-pair-delete-pair): New command.
2120
2121 2014-04-06 João Távora <joaotavora@gmail.com>
2122
2123 * progmodes/python.el (python-electric-pair-string-delimiter):
2124 Fix triple-quoting electricity. (Bug#17192)
2125
2126 2014-04-06 João Távora <joaotavora@gmail.com>
2127
2128 * elec-pair.el (electric-pair-post-self-insert-function):
2129 Don't skip whitespace when `electric-pair-text-pairs' and
2130 `electric-pair-pairs' were used. syntax to
2131 electric-pair--skip-whitespace. (Bug#17183)
2132
2133 2014-04-06 Eli Zaretskii <eliz@gnu.org>
2134
2135 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2136 "<F>". (Bug#17199)
2137
2138 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2141 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2142
2143 2014-04-05 Glenn Morris <rgm@gnu.org>
2144
2145 * help.el (view-lossage): Doc tweak.
2146
2147 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
2148
2149 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2150 only when inhibit-x-resources is nil, and do that earlier in the
2151 function. Doc fix. (Bug#16694)
2152 (face-spec-choose): Accept additional optional argument, whose
2153 value is returned if no matching attributes are found.
2154 (face-spec-recalc): Use the new optional argument when calling
2155 face-spec-choose. (Bug#16378)
2156 (make-face-x-resource-internal): Do nothing when
2157 inhibit-x-resources is non-nil. Don't touch the default face if
2158 reversed video is given--as was done in previous versions of Emacs.
2159 (face-set-after-frame-default): Don't call
2160 make-face-x-resource-internal here. (Bug#16434)
2161
2162 2014-04-04 Tassilo Horn <tsdh@gnu.org>
2163
2164 * doc-view.el (doc-view-bookmark-jump):
2165 Use `bookmark-after-jump-hook' to jump to the right page after the
2166 buffer is shown in a window. (bug#16090)
2167
2168 2014-04-04 Eli Zaretskii <eliz@gnu.org>
2169
2170 * international/characters.el (mirroring): Fix last change:
2171 instead of loading uni-mirrored.el explicitly, do that implicitly
2172 by creating the 'mirroring' uniprop table. This avoids announcing
2173 the loading of uni-mirrored.el.
2174
2175 2014-04-04 Glenn Morris <rgm@gnu.org>
2176
2177 * files.el (buffer-stale--default-function)
2178 (buffer-stale-function, revert-buffer--default):
2179 * autorevert.el (auto-revert-buffers): Doc tweaks.
2180
2181 2014-04-03 Eli Zaretskii <eliz@gnu.org>
2182
2183 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2184
2185 2014-04-03 Glenn Morris <rgm@gnu.org>
2186
2187 * files.el (make-backup-file-name-function)
2188 (make-backup-file-name, make-backup-file-name--default-function)
2189 (make-backup-file-name-1, find-backup-file-name)
2190 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2191 (buffer-stale--default-function, buffer-stale-function)
2192 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2193 (revert-buffer, revert-buffer--default)
2194 (revert-buffer-insert-file-contents--default-function):
2195 Doc fixes related to defaults no longer being nil.
2196 (make-backup-file-name-function): Bump :version.
2197 Restore nil as a valid but deprecated custom type.
2198
2199 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
2202 used as a variable (bug#17174).
2203
2204 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * progmodes/perl-mode.el (perl-indent-new-calculate):
2207 Handle forward-sexp failure (bug#16985).
2208 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2209 modifiers introducing expressions (bug#17116).
2210
2211 2014-04-02 Glenn Morris <rgm@gnu.org>
2212
2213 * menu-bar.el (menu-bar-file-menu):
2214 * vc/ediff.el (ediff-current-file):
2215 Update for revert-buffer-function no longer being nil by default.
2216
2217 * simple.el (command-execute): Respect nil disabled-command-function.
2218
2219 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2220
2221 * simple.el (command-execute): Do not execute the command when it
2222 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2223
2224 2014-03-29 Juri Linkov <juri@jurta.org>
2225
2226 * dired-aux.el (dired-compress-file): Don't use string-match-p
2227 because its match data is used afterwards.
2228
2229 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2232 0 like nil.
2233
2234 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2235
2236 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2237 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2238
2239 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2240 Don't propertize `?' or `!' as symbol constituent when after
2241 colon. (Bug#17097)
2242
2243 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2244
2245 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2246 which is no longer needed and causes trouble in GTK builds (bug#17046).
2247
2248 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2249 Use url-insert-file-contents; package-handle-response no longer exists.
2250
2251 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * emacs-lisp/package.el: Fix bug#16733 (again).
2254 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2255 (url-http-target-url): Remove unused declarations.
2256 (package-handle-response): Remove.
2257 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2258 (package--download-one-archive): Use current-buffer instead of
2259 dynamic binding of `buffer'.
2260 (describe-package-1): Do not decode readme-string.
2261
2262 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
2263
2264 * simple.el (primitive-undo): Correction to 2014-03-24 change.
2265
2266 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
2267
2268 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2269
2270 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2271 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2272 `remote-file-name-inhibit-cache' to nil in the second pass.
2273 (tramp-find-executable): Do not call "which" on SunOS.
2274 (tramp-send-command-and-check): Fix docstring.
2275 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2276 check whether source directory has set the sticky bit.
2277
2278 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
2279
2280 * simple.el (primitive-undo): Only process marker adjustments
2281 validated against their corresponding (TEXT . POS). Issue warning
2282 for lone marker adjustments in undo history. (Bug#16818)
2283 (undo-make-selective-list): Add marker adjustments to selective
2284 undo list based on whether their corresponding (TEXT . POS) is in
2285 the region. Remove variable adjusted-markers, which was unused
2286 and only non nil during undo-make-selective-list.
2287 (undo-elt-in-region): Return nil when passed a marker adjustment
2288 and explain in function doc.
2289
2290 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2291
2292 * emacs-lisp/package.el (package--add-to-archive-contents):
2293 Include already installed and built-in packages in
2294 `package-archive-contents'.
2295 (package-install): Don't include already installed packages in the
2296 options during interactive invocation. (Bug#16762)
2297
2298 2014-03-24 Daniel Colascione <dancol@dancol.org>
2299
2300 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2301 instead of cl-loop search function.
2302
2303 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
2304
2305 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2306
2307 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2308
2309 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2310
2311 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2312
2313 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2314 Match special global variables without curlies, too.
2315 (ruby-font-lock-keywords): Simplify the matcher for special global
2316 variables. Don't require a non-word character after the variable.
2317 (Bug#17057)
2318
2319 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * simple.el (redisplay-highlight-region-function): Increase priority of
2322 overlay to make sure boundaries are visible (bug#15899).
2323
2324 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * frameset.el (frameset-restore): Compare display strings with equal.
2327
2328 * frame.el (make-frame): Don't quote display name in error message,
2329 it is already a string.
2330
2331 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2332
2333 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2334 the password.
2335
2336 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
2337
2338 * emacs-lisp/package.el (package-show-package-list): If the buffer
2339 is already displayed in another window, switch to that window.
2340
2341 2014-03-21 Daniel Colascione <dancol@dancol.org>
2342
2343 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2344 information in bug reports.
2345
2346 2014-03-23 Daniel Colascione <dancol@dancol.org>
2347
2348 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2349 list to look for keyword arguments instead of `memq', fixing
2350 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2351 Please make bootstrap.
2352
2353 2014-03-23 Richard Stallman <rms@gnu.org>
2354
2355 * battery.el (battery-linux-sysfs): Search for each field
2356 from the beginning of the buffer.
2357
2358 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2359
2360 * emacs-lisp/package.el (package-desc): Use the contents of the
2361 quoted form, not its cdr. (Bug#16873)
2362
2363 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2364
2365 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2366 benefit of doc.c; change parameter profile to match the X function.
2367
2368 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2369
2370 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2371 and `tramp-copy-env'.
2372
2373 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2374 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2375
2376 2014-03-21 Glenn Morris <rgm@gnu.org>
2377
2378 * electric.el (electric-indent-post-self-insert-function): Add doc.
2379
2380 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2381
2382 * emacs-lisp/package.el (package-compute-transaction):
2383 Use `version-list-<=' to compare the requirement version against
2384 the version of package already to be installed. Update the error
2385 message. (Bug#16826)
2386
2387 * progmodes/ruby-mode.el (ruby-smie-rules):
2388 Add indentation rule for ` @ '. (Bug#17050)
2389
2390 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * align.el (align-regexp): Remove superfluous backslash.
2393
2394 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2395 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2396 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2397 Fix docstring typos.
2398 (ffap-next): Use C-u in docstring.
2399 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2400 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2401 Remove superfluous backslashes.
2402 (ffap-string-at-point): Reflow docstring.
2403
2404 * server.el (server-host): Reflow docstring.
2405 (server-unload-function): Fix docstring typo.
2406 (server-eval-at): Remove superfluous backslash.
2407
2408 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2409 (skeleton-insert): Doc fix.
2410 (skeleton-insert): Reflow docstring.
2411
2412 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2413 (tty-color-approximate, tty-color-by-index, tty-color-values)
2414 (tty-color-desc): Remove superfluous backslashes.
2415
2416 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * electric.el (electric-newline-and-maybe-indent): New command.
2419 Bind it globally to C-j.
2420 (electric-indent-mode): Don't mess with the global map any more.
2421 Don't drop the post-self-insert-hook is some buffer is still using it
2422 (bug#16770).
2423
2424 * bindings.el (global-map): Remove C-j binding.
2425
2426 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2427 the docstring of functions advised before dumping (bug#16993).
2428
2429 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2430
2431 * ps-print.el (ps-generate-postscript-with-faces):
2432 Explicitly deactivate the mark (bug#16866).
2433 * simple.el (deactivate-mark): Update region highlight.
2434
2435 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * emacs-lisp/package.el (describe-package-1):
2438 Decode commentary (bug#16733).
2439
2440 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2443 modification of the value argument of :set (bug#16755).
2444
2445 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * simple.el (newline-and-indent): Do autofill (bug#17031).
2448
2449 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2450
2451 * newcomment.el (comment-normalize-vars): Only add escaping check
2452 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2453 (comment-beginning): Use `narrow-to-region' instead of moving back
2454 one character.
2455 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2456 (comment-start-skip): Update the docstring.
2457
2458 2014-03-18 Richard Stallman <rms@gnu.org>
2459
2460 * dired.el (dired-display-file): Force use of other window.
2461
2462 2014-03-18 Daniel Colascione <dancol@dancol.org>
2463
2464 * startup.el (tty-handle-args): Remove debug message from 2007.
2465
2466 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2469 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2470 (advice--make-1, advice-add, advice-remove):
2471 Remove braindead :advice-pending hack.
2472
2473 2014-03-17 Glenn Morris <rgm@gnu.org>
2474
2475 * calendar/calendar.el (calendar-generate-month): Apply weekend
2476 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2477
2478 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2481 (tramp-call-process): Trace also DESTINATION.
2482
2483 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2484 Quote file names when they are local. Remove superfluous trace.
2485
2486 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2487
2488 * newcomment.el (comment-beginning): If `comment-start-skip'
2489 doesn't match, move back one char and try again. (Bug#16971)
2490
2491 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2492 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2493 Set `comment-start-skip' to a simpler value that doesn't try to
2494 check if the semicolon is escaped (this is handled by
2495 `syntax-ppss' now). (Bug#16971)
2496
2497 * progmodes/scheme.el (scheme-mode-variables): Same.
2498
2499 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2500
2501 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2502 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2503 current (Bug#16816, Bug#17007).
2504 (with-current-buffer-window): New macro doing the same as
2505 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2506 * help.el (help-print-return-message): Warn in doc-string to not
2507 use this in `with-help-window'.
2508 (describe-bindings-internal): Call `describe-buffer-bindings'
2509 from within help buffer. See Juanma's scenario in (Bug#16816).
2510 (with-help-window): Update doc-string.
2511 * dired.el (dired-mark-pop-up):
2512 * files.el (save-buffers-kill-emacs):
2513 * register.el (register-preview): Use `with-current-buffer-window'
2514 instead of `with-temp-buffer-window'.
2515
2516 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2519 Implement inserting into current buffer, documented in their docstrings.
2520 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2521 (rst-section-tree-point, rst-forward-section, rst-indent)
2522 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2523 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2524 (rst-font-lock-handle-adornment-pre-match-form)
2525 (rst-repeat-last-character): Reflow docstrings.
2526 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2527 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2528 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2529 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2530 Fix docstring typos.
2531 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2532 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2533 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2534
2535 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2538 for compatibility with other ports.
2539 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2540 from the -xrm command line argument, but in the Nextstep port its value
2541 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2542
2543 * progmodes/python.el (defconst, python-syntax-count-quotes)
2544 (python-indent-region, python-indent-shift-right)
2545 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2546 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2547 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2548 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2549 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2550 (python-shell-buffer-substring, python-shell-send-buffer)
2551 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2552 (python-completion-complete-at-point, python-fill-docstring-style)
2553 (python-eldoc-function, python-imenu-format-item-label)
2554 (python-imenu-format-parent-item-label)
2555 (python-imenu-format-parent-item-jump-label)
2556 (python-imenu--build-tree, python-imenu-create-index)
2557 (python-imenu-create-flat-index): Fix docstring typos.
2558 (python-indent-context, python-shell-prompt-regexp, run-python):
2559 Remove superfluous backslashes.
2560 (python-indent-line, python-nav-beginning-of-defun)
2561 (python-shell-get-buffer, python-shell-get-process)
2562 (python-info-current-defun, python-info-current-line-comment-p)
2563 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2564 (python-indent-post-self-insert-function, python-shell-send-file)
2565 (python-shell-completion-get-completions)
2566 (python-shell-completion-complete-or-indent)
2567 (python-eldoc--get-doc-at-point): Reflow docstrings.
2568
2569 2014-03-14 Glenn Morris <rgm@gnu.org>
2570
2571 * emacs-lisp/package.el (package-menu-mode-map):
2572 Replace use of obsolete function alias. Tweak menu item text.
2573
2574 * info.el (Info-finder-find-node):
2575 Ignore the `emacs' metapackage. (Bug#10813)
2576
2577 * finder.el (finder-list-matches): Include unversioned packages
2578 in the result of a keyword search.
2579
2580 * finder.el (finder--builtins-descriptions): New constant.
2581 (finder-compile-keywords): Use finder--builtins-descriptions.
2582
2583 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2584
2585 * simple.el (blink-matching-paren): Describe the new value,
2586 `jump', enabling the old behavior.
2587 (blink-matching-open): Use that value. (Bug#17008)
2588
2589 2014-03-14 Glenn Morris <rgm@gnu.org>
2590
2591 * finder.el (finder-no-scan-regexp): Add leim-list.
2592 (finder-compile-keywords):
2593 Don't skip files with same basename. (Bug#14010)
2594 * Makefile.in (setwins_finder): New, excluding leim.
2595 (finder-data): Use setwins_finder.
2596
2597 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2598 (help-function-arglist, help-make-usage): Move from here...
2599 * help.el (help-split-fundoc, help-add-fundoc-usage)
2600 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2601 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2602
2603 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * net/socks.el (socks, socks-override-functions)
2606 (socks-find-services-entry):
2607 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2608 (hif-find-ifdef-block):
2609 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2610
2611 * net/tls.el (tls-program): Reflow docstring.
2612
2613 * progmodes/pascal.el (pascal-mode-abbrev-table)
2614 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2615 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2616 (pascal-outline-mode): Fix docstring typos.
2617 (pascal-mode): Let define-derived-mode document mode hook.
2618 (pascal-uncomment-area): Reflow.
2619 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2620
2621 * progmodes/opascal.el (opascal-compound-block-indent)
2622 (opascal-case-label-indent): Fix docstring typos.
2623 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2624
2625 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2626
2627 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2628 Fontify multiple adjacent negation chars. (Bug#17004)
2629
2630 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2631
2632 * emacs-lisp/package.el (package--prepare-dependencies):
2633 Accept requirements without explicit version (bug#14941).
2634
2635 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * register.el (register-separator, copy-to-register): Doc fixes.
2638 (register-preview-default): Remove unnecessary call to concat.
2639
2640 * frameset.el (frameset-restore): When checking for a visible frame,
2641 use the action map instead of calling visible-frame-list.
2642
2643 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2644
2645 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2646
2647 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2648
2649 * window.el (fit-frame-to-buffer): Get maximum width from
2650 display's width instead of height.
2651
2652 2014-03-12 Glenn Morris <rgm@gnu.org>
2653
2654 * desktop.el (desktop-restore-frames)
2655 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2656 (desktop-restore-reuses-frames): Doc tweaks.
2657
2658 * electric.el (electric-indent-mode): Doc fix.
2659
2660 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2663 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2664 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2665 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2666 (cvs-dired-use-hook): Fix docstring typos.
2667 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2668 Doc fixes.
2669
2670 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2671 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2672 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2673 (cvs-execute-single-dir): Fix docstring typos.
2674
2675 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2676 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2677
2678 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2679
2680 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2681 Fix docstring typos.
2682
2683 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2686 called from jump-to-register after unloading the frameset package.
2687
2688 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2691 (bug#16975). Deactivate the mark before setting it to nil.
2692 (activate-mark): Do nothing if region is already active.
2693
2694 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2695
2696 * frameset.el (frameset--target-display): Remove definition; declare.
2697 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2698
2699 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2702 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2703 when the advice is pending.
2704 (advice-remove): Remove this marker when not needed any more.
2705
2706 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2707
2708 * frameset.el: Separate options for reusing frames and cleaning up.
2709 (frameset--reuse-list): Remove definition; declare.
2710 (frameset--action-map): Declare.
2711 (frameset--find-frame-if): Doc fix.
2712 (frameset--restore-frame): Cache frame action.
2713 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2714 how to clean up the frame list after restoring. Remove cleaning
2715 options from REUSE-FRAMES. Change all keyword values to symbols.
2716 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2717
2718 * desktop.el (desktop-restore-forces-onscreen)
2719 (desktop-restore-reuses-frames): Use non-keyword values.
2720 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2721
2722 2014-03-10 Glenn Morris <rgm@gnu.org>
2723
2724 * files.el (find-file): Doc fix: update info node name.
2725
2726 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2727 Doc fix: remove references to deleted info nodes.
2728
2729 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2732 Do not add `nil' to the environment, when there's no remote `locale'.
2733 (tramp-find-inline-encoding): Check, that the remote host has
2734 installed perl, before sending scripts.
2735
2736 2014-03-10 Leo Liu <sdl.web@gmail.com>
2737
2738 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2739 Clear eldoc-last-message. (Bug#16920)
2740
2741 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2744 (bug#14430).
2745
2746 2014-03-09 Juri Linkov <juri@jurta.org>
2747
2748 * ansi-color.el (ansi-color-names-vector): Copy default colors
2749 from `xterm-standard-colors' that look well on the default white
2750 background (and also on the black background) to avoid illegible
2751 color combinations like yellow-on-white and white-on-white.
2752 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2753
2754 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * frameset.el (frameset-restore): When no frame is visible, do not
2757 generate a list of frames, just make visible the selected one.
2758
2759 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2760
2761 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2762 it only contains the repository root. (Bug#16897)
2763
2764 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2767 only when `remote-file-name-inhibit-cache' is nil.
2768 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2769
2770 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2771
2772 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2773 Fix doc-strings.
2774 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2775 fit-frame-to-buffer variable. Fix doc-string.
2776 (fit-window-to-buffer): Set ONLY argument in call of
2777 fit-frame-to-buffer. Fix doc-string.
2778
2779 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2780
2781 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2782 (tramp-action-password): Clear password cache if needed.
2783 (tramp-read-passwd): Do not clear password cache.
2784
2785 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2786 cache unless it is the first password request.
2787
2788 2014-03-06 Glenn Morris <rgm@gnu.org>
2789
2790 * simple.el (newline): Doc tweak.
2791
2792 * emacs-lisp/shadow.el (load-path-shadows-find):
2793 Ignore dir-locals. (Bug#12357)
2794
2795 2014-03-05 Glenn Morris <rgm@gnu.org>
2796
2797 * files.el (interpreter-mode-alist):
2798 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2799
2800 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * frameset.el (frameset--initial-params): Filter out null entries.
2803
2804 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2805
2806 * window.el (window-min-height, window-min-width):
2807 Rewrite doc-strings.
2808 (window-body-size): Add PIXELWISE argument to make it consistent
2809 with its callees.
2810
2811 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * finder.el (finder-mode-map, finder-mode-syntax-table):
2814 Revert part of 2014-02-28 change.
2815
2816 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2817
2818 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2819 (eww-setup-buffer): Clear next/prev/etc more reliably.
2820 (eww-textarea-map): [tab] doesn't work on tty.
2821 Reported by Mario Lang.
2822
2823 * net/shr.el (shr-map): Ditto.
2824
2825 2014-03-04 Glenn Morris <rgm@gnu.org>
2826
2827 * minibuffer.el (completion-hilit-commonality):
2828 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2829
2830 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * hilit-chg.el (hilit-chg-unload-function): New function.
2833 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2834 (hilit-chg-map-changes): Prefer cardinal number to digit.
2835 (hilit-chg-display-changes): Reflow docstring.
2836 (highlight-changes-rotate-faces): Remove superfluous backslash.
2837
2838 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2841 `tramp-send-command-and-check'.
2842
2843 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * hexl.el (hexl-address-region, hexl-ascii-region)
2846 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2847 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2848 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2849 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2850 (hexl-mode): Doc fix.
2851 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2852 (hexl-mode-ruler): Fix typos in docstrings.
2853
2854 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2855 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2856 Remove superfluous backslashes.
2857 (strokes-last-stroke, strokes-global-map, strokes-mode):
2858 Reflow docstrings.
2859 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2860 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2861 (strokes-distance-squared, strokes-global-set-stroke)
2862 (strokes-global-set-stroke-string): Doc fixes.
2863 (strokes-help): Fix typos; reflow docstring.
2864
2865 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2866
2867 * window.el (window-in-direction): Fix doc-string.
2868
2869 2014-03-04 Glenn Morris <rgm@gnu.org>
2870
2871 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2872 Explicit error if no grammar.
2873 (smie-config-save): Doc fix. Fix quote typo.
2874
2875 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2878 electric-indent-mode-hook if we obey electric-indent-mode.
2879 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2880 decide whether we obey electric-indent-mode.
2881 (c-change-set-fl-decl-start, c-extend-after-change-region):
2882 Silence warnings.
2883 (c-electric-indent-mode-hook): Assume we do want to obey
2884 electric-indent-mode.
2885
2886 * electric.el (electric-indent-mode-has-been-called): Remove.
2887 (electric-indent-mode): Fix accordingly.
2888
2889 * files.el (hack-local-variables): Mention file name in warning.
2890
2891 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2892
2893 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2894
2895 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2896 * simple.el (delete-forward-char): Mark as interactive-only.
2897
2898 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * icomplete.el (icomplete-completions):
2901 Follow-up to 2014-03-01 change.
2902
2903 * icomplete.el: Miscellaneous doc fixes.
2904 Use Icomplete everywhere instead of icomplete for consistency.
2905 (icomplete-max-delay-chars): Fix typo.
2906 (icomplete-mode): Use \[].
2907 (icomplete-tidy, icomplete-exhibit): Reflow.
2908 (icomplete-minibuffer-setup-hook, icomplete-completions):
2909 Remove superfluous backlashes.
2910
2911 * ido.el: Miscellaneous doc fixes.
2912 Use Ido everywhere instead of ido or `ido' for consistency.
2913 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2914 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2915 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2916 (ido-separator): Extract obsolescence info from docstring and declare
2917 with make-obsolete-variable.
2918 (ido-minibuffer-setup-hook): Simplify example.
2919 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2920 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2921 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2922 (ido-everywhere): Reflow docstring.
2923 (ido-toggle-vc): Doc fix.
2924 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2925 of long list of keybindings.
2926
2927 2014-03-03 Glenn Morris <rgm@gnu.org>
2928
2929 * frame.el (display-pixel-height, display-pixel-width)
2930 (display-mm-dimensions-alist, display-mm-height)
2931 (display-mm-width): Doc tweaks.
2932
2933 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2934
2935 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2936 case of undo in region.
2937
2938 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2939
2940 * window.el (fit-window-to-buffer): Fix argument in window-size
2941 call when window is horizontally combined.
2942
2943 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2944
2945 * icomplete.el (icomplete-completions): Use string-width.
2946 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2947
2948 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2949
2950 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2951 Highlight regexp options. (Bug#16914)
2952
2953 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2954
2955 * window.el (window--max-delta-1): Round down when calculating
2956 how many lines/columns we can get from a window.
2957
2958 2014-03-01 Glenn Morris <rgm@gnu.org>
2959
2960 * isearch.el (search-invisible): Doc fix.
2961
2962 * minibuffer.el (completion-hilit-commonality):
2963 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2964 * comint.el (comint-dynamic-list-completions): Doc fix.
2965 * comint.el (comint-dynamic-list-completions):
2966 * filecache.el (file-cache-minibuffer-complete):
2967 * tempo.el (tempo-display-completions):
2968 * eshell/em-hist.el (eshell-list-history):
2969 Replace use of obsolete argument of display-completion-list.
2970
2971 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2972
2973 * icomplete.el (icomplete-completions):
2974 Revert back to using "..." when ?… cannot be displayed.
2975
2976 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * finder.el (finder-unload-function): New function.
2979
2980 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2981
2982 * dframe.el (dframe-detach):
2983 * find-dired.el (find-dired, find-name-dired):
2984 * finder.el (finder-mode-map, finder-mode-syntax-table)
2985 (finder-headmark, finder-select, finder-mouse-select):
2986 Fix docstring typos.
2987
2988 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2989
2990 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2991 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2992 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2993 Fix doc-string based on a suggestion by Nicolas Richard
2994 <theonewiththeevillook@yahoo.fr>.
2995 * help.el (with-help-window): Fix doc-string.
2996
2997 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2998
2999 * net/shr.el (shr-image-animate): New option.
3000 (shr-put-image): Respect shr-image-animate.
3001
3002 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * net/tramp-adb.el (tramp-adb-parse-device-names):
3005 Use `accept-process-output'.
3006 (tramp-adb-handle-file-truename): Cache the localname only.
3007 (tramp-adb-handle-make-directory)
3008 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3009 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3010 modes cannot be changed.
3011
3012 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3013 file properties of symlinks.
3014
3015 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3016
3017 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3018 required/optional fields to match development biblatex. (Bug#16781)
3019
3020 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3021
3022 * saveplace.el (toggle-save-place):
3023 Fix argument handling. (Bug#16673)
3024
3025 2014-02-28 Glenn Morris <rgm@gnu.org>
3026
3027 * minibuffer.el (completions-first-difference)
3028 (completions-common-part, completion-hilit-commonality): Doc fixes.
3029
3030 2014-02-28 Karl Berry <karl@gnu.org>
3031
3032 * info.el (Info-mode-map): Add H for describe-mode,
3033 to synchronize with standalone Info.
3034
3035 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3036
3037 * progmodes/sql.el (sql-interactive-mode):
3038 Avoid setting global comint-input-ring-separator. (Bug#16814)
3039
3040 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/dbus.el (dbus--init-bus): Declare function.
3043 (dbus-path-local, dbus-interface-local): New defconst.
3044 (dbus-init-bus): Use them.
3045 (dbus-return-values-table): Extend doc.
3046 (dbus-handle-bus-disconnect): Extend error message.
3047
3048 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * subr.el (y-or-n-p): Fix double space issue in message.
3051
3052 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3053
3054 * net/tramp.el (tramp-call-process): Improve trace message.
3055 (tramp-handle-insert-file-contents): Trace error case.
3056
3057 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3058 <insert-directory>: Use `tramp-handle-insert-directory'.
3059 (tramp-adb-handle-insert-directory): Remove function.
3060 (tramp-adb-send-command-and-check): New defun, replacing
3061 `tramp-adb-command-exit-status'. Change all callees.
3062 (tramp-adb-handle-file-attributes)
3063 (tramp-adb-handle-directory-files-and-attributes): Use it.
3064 (tramp-adb-ls-output-name-less-p):
3065 Use `directory-listing-before-filename-regexp'.
3066 (tramp-adb-handle-delete-directory): Flush also file properties of
3067 the truename of directory.
3068 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3069 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3070 (tramp-adb-handle-write-region): Implement APPEND.
3071 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3072 properties correctly.
3073 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3074 variables. Check for connected devices only when needed.
3075
3076 2014-02-27 Glenn Morris <rgm@gnu.org>
3077
3078 * minibuffer.el (completion-table-dynamic)
3079 (completion-table-with-cache): Doc fixes.
3080
3081 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3082 (completing-read-multiple): Doc fixes.
3083
3084 2014-02-27 Daniel Colascione <dancol@dancol.org>
3085
3086 * minibuffer.el (completion--nth-completion): Fix indentation.
3087
3088 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3089 explicit tramp path is empty.
3090
3091 2014-02-27 Glenn Morris <rgm@gnu.org>
3092
3093 * emacs-lisp/crm.el (completing-read-multiple):
3094 Empower help-enable-auto-load.
3095
3096 2014-02-26 Glenn Morris <rgm@gnu.org>
3097
3098 * startup.el (command-line): Don't init the tty in daemon mode.
3099
3100 Avoid calling tty-setup-hook twice, eg if a term file
3101 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3102 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3103 (tty-create-frame-with-faces): Use it.
3104 * startup.el (command-line): Pass run-hook argument
3105 to tty-run-terminal-initialization.
3106
3107 * dired.el (dired-restore-desktop-buffer): Demote errors;
3108 eg in case a glob match fails. (Bug#16884)
3109
3110 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3111
3112 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3113 error from `read-from-string'. (Bug#16850)
3114
3115 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3116 result of `completing-read' in the interactive form. (Bug#16854)
3117
3118 2014-02-25 Glenn Morris <rgm@gnu.org>
3119
3120 * image.el (image-animate, image-animate-timeout):
3121 Stop animating images in dead buffers. (Bug#16878)
3122
3123 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3124
3125 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3126 Doc fixes.
3127 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3128 * term/sun.el (sun-raw-prefix-hooks):
3129 Use tty-setup-hook instead of term-setup-hook.
3130 (terminal-init-sun): Construct message from bytecomp plist.
3131 * term/wyse50.el (enable-arrow-keys): Doc fix.
3132
3133 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3136 Fix docstring typos.
3137
3138 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3139
3140 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3141
3142 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3143
3144 * minibuffer.el (completion--try-word-completion):
3145 Fix error when completing M-x commands (bug#16808).
3146
3147 2014-02-24 Leo Liu <sdl.web@gmail.com>
3148
3149 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3150
3151 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * apropos.el (apropos-print): Avoid formatting error when
3154 apropos-do-all and apropos-compact-layout are both t.
3155
3156 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * apropos.el (apropos-property, apropos-all-words-regexp)
3159 (apropos-true-hit, apropos-variable, apropos-print):
3160 Fix docstring typos, and remove obsolete comment.
3161
3162 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3165 Preserve trailing "/". (Bug#16851)
3166
3167 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3168
3169 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3170 after `=>' (bug#16811).
3171 (ruby-smie-rules): Handle the inconsistent second element of the
3172 list returned by `smie-indent--parent'.
3173 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3174 method call.
3175
3176 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * elec-pair.el (electric-pair-text-syntax-table)
3179 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3180 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3181 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3182 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3183
3184 2014-02-22 Glenn Morris <rgm@gnu.org>
3185
3186 * imenu.el (imenu--generic-function): Doc fix.
3187
3188 * register.el (frame-configuration-to-register): Make obsolete.
3189
3190 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * desktop.el (desktop-save-buffer-p): Do not fail when
3193 desktop-files-not-to-save is nil. Return t for true result
3194 as the doc says.
3195
3196 2014-02-22 Daniel Colascione <dancol@dancol.org>
3197
3198 * net/secrets.el (secrets-create-item, secrets-search-items):
3199 Check that attribute values are strings, avoiding the construction
3200 of invalid dbus messages.
3201
3202 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3203
3204 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3205 defun-declarations-alist.
3206
3207 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3210 (bug#16829).
3211
3212 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3215 (whitespace-newline, whitespace-trailing, whitespace-line)
3216 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3217 (whitespace-space-after-tab): Fix typo in docstrings.
3218
3219 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3220
3221 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3222
3223 * electric.el (electric-indent-functions-without-reindent):
3224 Add `yaml-indent-line'.
3225
3226 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3227
3228 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3229 It has done nothing for years; should be removed after the release.
3230
3231 * simple.el (choose-completion): Fix docstring typo.
3232 (read-quoted-char-radix): Remove unneeded * in docstring.
3233 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3234 Don't escape parentheses unnecessarily in docstrings.
3235
3236 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3237
3238 Fix handling of window-min-height/-width (Bug#16738).
3239 * window.el (window--dump-window, window--dump-frame):
3240 New functions.
3241 (window--min-size-1): Account for window dividers.
3242 When window-resize-pixelwise is nil, delay rounding till after the
3243 sum of the window components has been calculated.
3244 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3245 nil make sure at least one text line and two text columns remain
3246 fully visible.
3247 (window-resize): Signal an error when window-resize-apply fails.
3248 (window--resize-child-windows): Fix calculation of by how many
3249 pixels a window can still be shrunk via window-new-normal.
3250 (adjust-window-trailing-edge): Call window--resizable with
3251 correct TRAIL argument.
3252
3253 (with-temp-buffer-window): Don't evaluate BODY within
3254 with-current-buffer (Bug#16816).
3255
3256 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3257
3258 * net/tramp.el (tramp-check-cached-permissions):
3259 Call `file-attributes' with `suffix' being a symbol but a string.
3260
3261 2014-02-21 Daniel Colascione <dancol@dancol.org>
3262
3263 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3264 (dbus-init-bus): New function: call into dbus-init-bus-1
3265 and installs a handler for the disconnect signal.
3266 (dbus-call-method): Rewrite to look for result in cons.
3267 (dbus-call-method-handler): Store result in cons.
3268 (dbus-check-event): Recognize events with nil sender as valid.
3269 (dbus-handle-bus-disconnect): New function. React to bus
3270 disconnection signal by synthesizing dbus error for each
3271 pending synchronous or asynchronous call.
3272 (dbus-notice-synchronous-call-errors): New function.
3273 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3274 is true, not all the time.
3275
3276 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3279 Remove obsolescence declarations, these variables do not exist anymore.
3280
3281 * savehist.el (savehist-save-minibuffer-history)
3282 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3283 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3284 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3285 mostly, refer to "Savehist mode" when talking about the mode,
3286 and not the function.
3287
3288 * saveplace.el (save-place): Remove redundant info in docstring.
3289 (save-place-forget-unreadable-files, toggle-save-place)
3290 (save-place-forget-unreadable-files, save-place-dired-hook):
3291 Fix typos and remove unneeded backslashes.
3292
3293 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3296 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3297
3298 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3299 <insert-directory>: Use `tramp-handle-insert-directory'.
3300 (tramp-gvfs-handle-insert-directory): Remove function.
3301
3302 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3303 Call `tramp-handle-insert-directory'.
3304
3305 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3306
3307 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3308 before the start of buffer/region (bug#16799).
3309
3310 2014-02-20 Glenn Morris <rgm@gnu.org>
3311
3312 * isearch.el (search-invisible): Doc fix.
3313
3314 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3315
3316 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3317 (bug#16657).
3318
3319 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * frameset.el (frameset-restore): Delay removing an old frame's
3322 duplicate id until the new frame has been correctly created.
3323
3324 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3327 (tramp-check-cached-permissions): Call `file-attributes' if the
3328 cache is empty.
3329
3330 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3331 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3332
3333 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3334 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3335 (tramp-gvfs-maybe-open-connection): Set always connection
3336 properties, even if target is mounted already.
3337
3338 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3339 Set tramp-autoload cookie.
3340 (tramp-get-remote-touch): New defun.
3341 (tramp-sh-handle-set-file-times): Use it.
3342 (tramp-sh-handle-directory-files-and-attributes):
3343 Use `tramp-handle-directory-files-and-attributes' if neither stat
3344 nor perl are available on the remote host.
3345
3346 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3347 "/". Write long listing only when "l" belongs to the switches.
3348
3349 * net/trampver.el: Update release number.
3350
3351 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3354
3355 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3356
3357 * window.el (window-state-put): Allow WINDOW to refer to an
3358 internal window (Bug#16793).
3359
3360 2014-02-19 Glenn Morris <rgm@gnu.org>
3361
3362 * textmodes/remember.el: Move provide statement to end.
3363 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3364 (remember-notes): Doc fixes.
3365
3366 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * delsel.el (delete-char): Restore incorrectly erased property
3369 (bug#16795).
3370
3371 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * frameset.el (frameset--restore-frame): When a frame is being reused
3374 and its root window is not alive, delete all the frame's windows before
3375 restoring the window state. This works around the issue in bug#16793.
3376
3377 2014-02-18 Glenn Morris <rgm@gnu.org>
3378
3379 * textmodes/remember.el (remember-data-directory)
3380 (remember-directory-file-name-format, remember-store-in-files)
3381 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3382 (remember-notes-save-and-bury-buffer)
3383 (remember-notes--kill-buffer-query): Doc fixes.
3384
3385 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3386
3387 2014-02-17 Alan Mackenzie <acm@muc.de>
3388
3389 Connect electric-indent-mode up with CC Mode. Bug #15478.
3390 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3391 to electric-indent-{,local-}-mode.
3392 (c-basic-common-init): Set electric-indent-inhibit.
3393 Initialise c-electric-flag from electric-indent-mode.
3394 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3395 New hook functions which propagate electric-indent-mode to CC mode.
3396
3397 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3398 hit, toggle electric-indent-local-mode.
3399
3400 * electric.el (electric-indent-mode-has-been-called):
3401 New variable.
3402
3403 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * frameset.el (frameset-cfg-id): New function.
3406 (frameset--reuse-frame, frameset-restore): Use it.
3407 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3408
3409 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * ido.el (ido-file-internal): Remove unused var `d'.
3412 Use \` for to match BoS. Fit within 80n columns.
3413
3414 2014-02-17 Daniel Colascione <dancol@dancol.org>
3415
3416 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3417 dbus-call-method check for completion using a busy-wait loop with
3418 gradual backoff.
3419
3420 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3421
3422 Sync with Tramp 2.2.9.
3423
3424 * net/trampver.el: Update release number.
3425
3426 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3427
3428 * ido.el (ido-file-internal): Don't add the name of an existing
3429 directory twice. (Bug#16747)
3430
3431 2014-02-16 Glenn Morris <rgm@gnu.org>
3432
3433 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3434 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3435
3436 2014-02-15 Michael R. Mauger <michael@mauger.com>
3437
3438 * progmodes/sql.el: Version 3.4
3439 (sql-oracle-options): New default value ("-L").
3440 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3441 (sql-placeholders-filter): Correct placeholder pattern.
3442 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3443 (sql-login-delay): New variable.
3444 (sql-product-interactive): Use it.
3445
3446 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3447
3448 * frameset.el (frameset--jump-to-register): Check that buffer is live
3449 (bug#16749).
3450
3451 2014-02-15 Glenn Morris <rgm@gnu.org>
3452
3453 * info.el (info-initialize): Revert 2014-01-10 change.
3454
3455 2014-02-14 Glenn Morris <rgm@gnu.org>
3456
3457 * replace.el (map-query-replace-regexp)
3458 (read-regexp-defaults-function, read-regexp): Doc fixes.
3459
3460 * dired.el (dired-read-regexp):
3461 * faces.el (list-faces-display):
3462 * misearch.el (multi-isearch-read-matching-buffers)
3463 (multi-isearch-read-matching-files):
3464 * play/cookie1.el (cookie-apropos):
3465 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3466
3467 * textmodes/remember.el (remember): Use frameset-to-register
3468 rather than frame-configuration-to-register.
3469
3470 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3471
3472 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3473 incorrect keybinding.
3474
3475 2014-02-13 Daniel Colascione <dancol@dancol.org>
3476
3477 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3478 when adding overlays so that line numbers from compiler match line
3479 numbers we use.
3480
3481 2014-02-13 Glenn Morris <rgm@gnu.org>
3482
3483 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3484
3485 * jit-lock.el (jit-lock-mode): Doc fix.
3486
3487 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * apropos.el (apropos-read-pattern): When the user passes an empty
3490 string, give a more helpful error message than "Wrong type
3491 argument: stringp, nil".
3492
3493 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3496
3497 2014-02-13 Glenn Morris <rgm@gnu.org>
3498
3499 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3500
3501 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3504 shift-select commands.
3505
3506 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3507
3508 * progmodes/js.el (js-indent-line): Don't widen.
3509 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3510
3511 2014-02-12 Glenn Morris <rgm@gnu.org>
3512
3513 * icomplete.el (icomplete): Add info-link to defgroup.
3514 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3515 (icomplete-minibuffer-map, icomplete-mode)
3516 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3517
3518 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3519 (package-menu-filter): Rename from package-menu-filter-interactive.
3520 Doc fix.
3521
3522 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * frameset.el (frameset--jump-to-register): Select the required
3525 window and buffer before restoring position (bug#16696).
3526
3527 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3528
3529 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3530
3531 2014-02-10 Glenn Morris <rgm@gnu.org>
3532
3533 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3534
3535 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3536
3537 * w32-common-fns.el (x-get-selection): Doc fix.
3538 * select.el (x-get-selection): Doc fix. (Bug#15109)
3539
3540 * face-remap.el (face-remap-add-relative)
3541 (face-remap-remove-relative, face-remap-reset-base)
3542 (face-remap-set-base): Call force-mode-line-update to redisplay
3543 the current buffer due to potential change in faces. (Bug#16709)
3544
3545 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3546
3547 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3548 script more robustly.
3549
3550 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3551
3552 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3553
3554 * simple.el (choose-completion): Doc fix (bug#14160).
3555
3556 * subr.el (event-start): Say what a nil EVENT value means.
3557
3558 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3559 (bug#14197).
3560
3561 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3562
3563 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3564
3565 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3566
3567 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3568 predicate function (bug#15455).
3569
3570 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3571
3572 * ielm.el (inferior-emacs-lisp-mode): Instead of
3573 `comment-use-global-state', set `comment-use-syntax'.
3574
3575 2014-02-10 Glenn Morris <rgm@gnu.org>
3576
3577 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3578
3579 2014-02-09 Alan Mackenzie <acm@muc.de>
3580
3581 Fix c-invalidate-state-cache on narrowed buffers.
3582 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3583 Widen when setting and clearing the CPP delimiter properties.
3584
3585 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3586
3587 * help.el (describe-bindings): Doc fix (bug#9888).
3588
3589 * files.el (save-buffer): Use ARG as the parameter name for
3590 consistency (bug#10346).
3591 (save-buffer): Clarify the 0 argument (bug#10346).
3592
3593 * cus-edit.el (customize-apropos): Fix error string.
3594 (custom-buffer-create): Doc fix (bug#11122).
3595 (custom-sort-items): Doc fix (bug#11121).
3596
3597 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3598
3599 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3600 (icomplete-simple-completing-p): Mention the previous variable.
3601
3602 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3603 meaning of the parameter (bug#12282).
3604
3605 * files.el (find-file-noselect): Clarify prompt when changing
3606 readedness (bug#13261).
3607 (locate-file): Suffixes aren't returned, so don't say that they
3608 are (bug#12674).
3609 (backup-inhibited): Doc clarification (bug#12525).
3610
3611 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3612 before we actually start to delete things (bug#16331).
3613
3614 * subr.el (event-start): Doc fix (bug#14228).
3615 (event-end): Ditto.
3616
3617 2014-02-09 Glenn Morris <rgm@gnu.org>
3618
3619 * emacs-lisp/warnings.el (lwarn):
3620 Empower help-enable-auto-load. (Bug#15940)
3621
3622 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3623
3624 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3625 (Bug#16690)
3626
3627 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3628
3629 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3630 Insert output at end of buffer. (Bug#16120)
3631
3632 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3633
3634 * simple.el (choose-completion-string-functions): Document new
3635 calling convention (bug#14153).
3636 (execute-extended-command): Clarify doc string (bug#13373).
3637
3638 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3639
3640 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3641 (find-grep-dired): Doc fix (bug#14288).
3642
3643 2014-02-08 Juri Linkov <juri@jurta.org>
3644
3645 * isearch.el (isearch-quote-char): Check character validity
3646 like in `quoted-insert' (bug#16677).
3647
3648 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3649
3650 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3651
3652 * isearch.el (isearch-hide-immediately): Doc clarification
3653 (bug#14723).
3654
3655 * simple.el (line-move): Document utility function used many
3656 places in the Emacs sources (bug#14843).
3657
3658 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3659 (dired-prev-marked-file): Doc fix (bug#14855).
3660 (dired-up-directory): Doc fix (bug#14848).
3661
3662 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3663
3664 * files.el (file-relative-name): Doc fix (bug#15159).
3665
3666 * fringe.el (fringe-styles): Doc fix (bug#15239).
3667
3668 * isearch.el (isearch-filter-predicate): Documentation typo fix
3669 (bug#15474).
3670
3671 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3672
3673 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3674
3675 * replace.el (replace-match-maybe-edit): Doc clarification
3676 (bug#15632).
3677
3678 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3679
3680 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3681
3682 2014-02-08 Glenn Morris <rgm@gnu.org>
3683
3684 * help-fns.el (describe-variable):
3685 Check {file,dir}-local-variables-alist, and buffer-file-name,
3686 in the correct buffer.
3687
3688 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3689
3690 * help-fns.el (describe-variable): Fix the case where
3691 a value is directory-local with no dir-locals file. (Bug#16635)
3692
3693 2014-02-08 Glenn Morris <rgm@gnu.org>
3694
3695 * abbrev.el (edit-abbrevs-mode):
3696 Derive from fundamental-mode. (Bug#16682)
3697
3698 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * simple.el (quoted-insert): Check character validity (bug#16677).
3701
3702 2014-02-07 Juri Linkov <juri@jurta.org>
3703
3704 * desktop.el (desktop-read): Claim the lock when the owner is not
3705 the current process. (Bug#16157)
3706
3707 2014-02-07 Juri Linkov <juri@jurta.org>
3708
3709 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3710 to "\\` ". (Bug#16651)
3711
3712 2014-02-07 Juri Linkov <juri@jurta.org>
3713
3714 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3715 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3716 (desktop-auto-save-cancel-timer): New function with some code from
3717 `desktop-auto-save-set-timer'.
3718 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3719 Instead of setting `desktop-save-mode' to nil, call
3720 `desktop-save-mode' with arg 0. (Bug#16630)
3721
3722 2014-02-07 Glenn Morris <rgm@gnu.org>
3723
3724 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3725 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3726 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3727
3728 * obsolete/iswitchb.el: Move to obsolete/.
3729 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3730 since obsolete/ is not scanned for autoloads.
3731 * emacs-lisp/authors.el (authors-valid-file-names):
3732 Add iswitchb.el.
3733
3734 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3735 Disable now non-functional find-file-hook.
3736
3737 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3738
3739 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3740 instead of ";" in order to avoid additional prompts. Let heredoc
3741 scripts read from tty. (Bug#16582)
3742 (tramp-send-command): No special handling of heredocs, it isn't
3743 necessary anymore.
3744
3745 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3748 with a space (bug#16664). Limit the symbols considered to the ones
3749 that are bound or fbound (bug#16646).
3750
3751 2014-02-06 Glenn Morris <rgm@gnu.org>
3752
3753 * epa.el (epa-mail-aliases): Doc fix.
3754
3755 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3756
3757 * emacs-lisp/lisp.el (lisp-completion-at-point):
3758 Use `completion-table-merge' instead of `completion-table-in-turn'
3759 (bug#16604).
3760
3761 * minibuffer.el (completion-table-merge): New function.
3762
3763 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3766 (tramp-sh-handle-set-file-acl)
3767 (tramp-sh-handle-start-file-process)
3768 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3769 (tramp-find-executable, tramp-send-command): Use it.
3770
3771 2014-02-05 Glenn Morris <rgm@gnu.org>
3772
3773 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3774
3775 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3776
3777 * progmodes/python.el (python-shell-send-string)
3778 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3779
3780 2014-02-04 Anders Lindgren <andlind@gmail.com>
3781
3782 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3783 the names (bug#16620).
3784
3785 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3786
3787 * faces.el (window-divider): New default value. Rewrite doc-string.
3788 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3789
3790 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3791
3792 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3793 `protected' and `public' can also be called without arguments.
3794
3795 2014-02-03 Glenn Morris <rgm@gnu.org>
3796
3797 * register.el (window-configuration-to-register)
3798 (frame-configuration-to-register): Unadvertise unused argument.
3799 * frameset.el (frameset-to-register): Remove unused argument.
3800
3801 * frameset.el (frameset-to-register):
3802 * kmacro.el (kmacro-to-register):
3803 * register.el (increment-register):
3804 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3805 (calc-append-to-register, calc-prepend-to-register):
3806 * play/gametree.el (gametree-layout-to-register)
3807 (gametree-apply-register-layout):
3808 * textmodes/picture.el (picture-clear-rectangle-to-register)
3809 (picture-yank-rectangle-from-register):
3810 * vc/emerge.el (emerge-combine-versions-register):
3811 Use register-read-with-preview to read registers.
3812
3813 2014-02-03 João Távora <joaotavora@gmail.com>
3814
3815 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3816 when at beginning of (possibly narrowed) buffer.
3817
3818 2014-02-02 Daniel Colascione <dancol@dancol.org>
3819
3820 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3821 Also try to display local help from just before point.
3822
3823 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3824
3825 c-parse-state. Don't "append-lower-brace-pair" in certain
3826 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3827 recognised as a comment.
3828
3829 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3830 as well as normal comment starter.
3831 (c-parse-state-get-strategy): Extra return possibility
3832 'back-and-forward.
3833 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3834 return value list to indicate replacement of a brace-pair cons
3835 with its car.
3836 (c-parse-state-1): With 'back-and-forward, only call
3837 c-append-lower-brace-pair-to state-cache when cons-separated.
3838
3839 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3840
3841 * term/ns-win.el (ns-suspend-error): New function.
3842 (ns-initialize-window-system): Add ns-suspend-error to
3843 suspend-hook (Bug#16612).
3844
3845 2014-02-02 Daniel Colascione <dancol@dancol.org>
3846
3847 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3848 Make loading cc-mode silent.
3849
3850 2014-02-02 Daniel Colascione <dancol@dancol.org>
3851
3852 * comint.el (comint-prompt-read-only): Change doc to suggest
3853 remap keybinding.
3854
3855 2014-02-02 Glenn Morris <rgm@gnu.org>
3856
3857 * register.el (register-read-with-preview, point-to-register)
3858 (window-configuration-to-register, frame-configuration-to-register)
3859 (jump-to-register, number-to-register, view-register, insert-register)
3860 (copy-to-register, append-to-register, prepend-to-register)
3861 (copy-rectangle-to-register): Doc fixes.
3862
3863 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3866 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3867 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3868 * help-fns.el (describe-function-1): Use it.
3869
3870 2014-02-02 Glenn Morris <rgm@gnu.org>
3871
3872 * register.el (register-preview-default): New function,
3873 split from register-preview.
3874 (register-preview-function): Rename from register-preview-functions,
3875 make it not a hook.
3876 (register-preview): Use register-preview-function.
3877 (register-read-with-preview): Error on non-character event. (Bug#16595)
3878
3879 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3880
3881 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3882 `:' before binary operators (bug#16609). Don't check for `:'
3883 before `[' and `(', or their syntax status. A percent literal
3884 can't end with either.
3885 (ruby-font-lock-keywords): For built-ins that require arguments,
3886 check that they're followed by something that looks like argument
3887 (bug#16610).
3888
3889 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3890
3891 * subr.el (butlast): Document what an omitted N means (bug#13437).
3892 (nbutlast): Ditto.
3893
3894 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3895
3896 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3897 depth shallower (bug#16587).
3898 (shr-tag-svg): Respect `shr-inhibit-images'.
3899 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3900
3901 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3902
3903 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3904 (ruby-smie-grammar): Make "." right-associative. Make its priority
3905 lower than the ternary and all binary operators.
3906 (ruby-smie-rules): Indent "(" relative to the first non-"."
3907 parent, or the first "." parent at indentation.
3908 Use `ruby-align-chained-calls' for indentation of "." tokens.
3909 (Bug#16593)
3910
3911 2014-01-31 Juri Linkov <juri@jurta.org>
3912
3913 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3914 from `make-hash-table'.
3915
3916 * textmodes/ispell.el (ispell-init-process): Change message format
3917 to be consistent with other messages.
3918
3919 2014-01-31 Glenn Morris <rgm@gnu.org>
3920
3921 * delsel.el (delete-selection-mode): Doc fix.
3922
3923 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3924 (trace-function-background): Doc fixes.
3925
3926 * ido.el (ido-use-virtual-buffers): Doc fix.
3927 Reset :version, since the default value has not changed.
3928
3929 * register.el (register-preview-delay, register-read-with-preview):
3930 Doc fixes.
3931
3932 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3933 do not mess with mail-buffer position (fixes 2009-11-03 change).
3934 * progmodes/cc-mode.el (c-submit-bug-report):
3935 Check auto-fill-mode is bound. (Bug#16592)
3936
3937 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3938
3939 * startup.el (fancy-splash-image-file): New function,
3940 split from fancy-splash-head.
3941 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3942 so that we are both using the same image. (Bug#16574)
3943
3944 2014-01-30 Glenn Morris <rgm@gnu.org>
3945
3946 * simple.el (eval-expression): Doc fix.
3947
3948 * hexl.el (hexl-mode-hook):
3949 * ielm.el (ielm-mode-hook):
3950 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3951 (lisp-interaction-mode-hook):
3952 * progmodes/cfengine.el (cfengine3-documentation-function):
3953 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3954
3955 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3958 is a symbol (bug#16584).
3959
3960 2014-01-30 Glenn Morris <rgm@gnu.org>
3961
3962 * help.el (help-for-help-internal): Add "P" to text.
3963
3964 2014-01-29 Glenn Morris <rgm@gnu.org>
3965
3966 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3967
3968 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3969
3970 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3971 height constraints.
3972
3973 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3974
3975 * progmodes/hideif.el: Extend to full CPP expression syntax.
3976 (hif-token-alist): Add missing tokens.
3977 (hif-token-regexp): Add support for float/octal/hex immediates.
3978 (hif-string-literal-regexp): New const.
3979 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3980 (hif-exprlist): New function.
3981 (hif-parse-if-exp): Use it.
3982 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3983 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3984 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3985 (hif-logxor, hif-comma): New functions.
3986
3987 2014-01-28 Glenn Morris <rgm@gnu.org>
3988
3989 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3990
3991 * indent.el (tab-stop-list): Doc fix. Add :version.
3992
3993 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3994 (cvs-append-to-ignore): Add compatibility alias.
3995
3996 2014-01-27 Glenn Morris <rgm@gnu.org>
3997
3998 * dired.el (dired-hide-details-mode): Don't autoload it,
3999 since it cannot be used outside Dired buffers anyway.
4000
4001 * emulation/cua-base.el (cua-mode): Doc fix.
4002
4003 * dired.el (dired-hide-details-hide-symlink-targets)
4004 (dired-hide-details-hide-information-lines)
4005 (dired-hide-details-mode): Doc fixes.
4006
4007 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4008 * strokes.el (strokes-file): Doc fix. Bump :version.
4009 (strokes-help): Doc fix.
4010 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4011 * emulation/viper.el (viper): Doc fix for custom group.
4012 (top-level): Remove oh-so-no-longer-relevant text about vip.
4013 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4014
4015 * ido.el (ido-save-directory-list-file):
4016 * saveplace.el (save-place-file):
4017 * calendar/timeclock.el (timeclock-file):
4018 * net/quickurl.el (quickurl-url-file):
4019 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4020 * progmodes/idlwave.el (idlwave-config-directory):
4021 * textmodes/remember.el (remember-data-file):
4022 Bump :version.
4023
4024 2014-01-26 Glenn Morris <rgm@gnu.org>
4025
4026 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4027 Doc fix. Make obsolete.
4028 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4029
4030 * sort.el (delete-duplicate-lines): Doc fix.
4031
4032 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4033
4034 * progmodes/ada-mode.el (ada):
4035 * woman.el (woman): Link to info manual and Commentary section.
4036
4037 * progmodes/flymake.el (flymake):
4038 * nxml/nxml-mode.el (nxml):
4039 * net/eww.el (eww):
4040 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4041 * htmlfontify.el (htmlfontify):
4042 * ses.el (ses):
4043 * epa.el (epa):
4044 * ido.el (ido): Link to info manual.
4045
4046 2014-01-25 Leo Liu <sdl.web@gmail.com>
4047
4048 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4049
4050 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4051
4052 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4053 (bug#16537).
4054
4055 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * net/eww.el (eww-download-callback):
4058 Fix reference to eww-download-directory.
4059
4060 * emacs-lisp/bytecomp.el (byte-compile-file):
4061 Remove unused local variable `file-name'.
4062
4063 2014-01-24 Glenn Morris <rgm@gnu.org>
4064
4065 * woman.el (woman-default-faces, woman-monochrome-faces):
4066 Fix obsolescence specification.
4067
4068 * subr.el (with-demoted-errors): Doc fix.
4069
4070 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4073 (cl--macroexp-fboundp): New function.
4074 (cl--make-type-test): Use it.
4075
4076 2014-01-23 Glenn Morris <rgm@gnu.org>
4077
4078 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4079 * simple.el (eval-expression): Doc fixes.
4080
4081 2014-01-22 Glenn Morris <rgm@gnu.org>
4082
4083 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4084
4085 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * emacs-lisp/package.el: Write files silently.
4088 (package-autoload-ensure-default-file, package--write-file-no-coding)
4089 (package-generate-description-file, package--download-one-archive)
4090 (package-install-from-archive): Tell `write-region' to stay quiet.
4091 (package-menu-mode, package-menu--print-info): Omit the Archive column
4092 if there's only one archive.
4093 (package-all-keywords, package--has-keyword-p): Remove dead code.
4094
4095 2014-01-22 Glenn Morris <rgm@gnu.org>
4096
4097 * version.el (emacs-bzr-version-bzr): Fix typo.
4098
4099 * version.el (emacs-repository-get-version):
4100 Check either .bzr or .git, but not both.
4101 Make the git case actually use the DIR argument, and return nil
4102 rather than the empty string.
4103 Avoid error if .git exists but the git executable is not found.
4104
4105 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4106
4107 Fixes in window size functions around Bug#16430 and Bug#16470.
4108 * window.el (window-total-size, window-size): New argument ROUND.
4109 (window--min-delta-1, window-min-delta, window--max-delta-1):
4110 Be more conservative when calculating the numbers of lines or
4111 columns a window can shrink (Bug#16430).
4112 (fit-window-to-buffer): Simplify code.
4113 * term.el (term-window-width): Call window-body-width again.
4114
4115 2014-01-22 Glenn Morris <rgm@gnu.org>
4116
4117 * image.el (image-format-suffixes): Doc fix.
4118
4119 * international/quail.el (quail-define-package): Doc fix.
4120
4121 * emacs-lisp/authors.el (authors-valid-file-names)
4122 (authors-renamed-files-alist): Additions.
4123
4124 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4125 reverts 2014-01-09 change. (Bug#16422)
4126
4127 * calc/calc-embed.el (thing-at-point-looking-at):
4128 * emacs-lisp/map-ynp.el (x-popup-dialog):
4129 * obsolete/lmenu.el (x-popup-dialog):
4130 * emacs-lisp/package.el (url-recreate-url):
4131 * mail/mailclient.el (clipboard-kill-ring-save):
4132 * subr.el (x-popup-dialog): Update declaration.
4133 * mail/rmail.el (rmail-mime-message-p):
4134 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4135
4136 2014-01-21 Daniel Colascione <dancol@dancol.org>
4137
4138 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4139 Correctly detect when we're inside an arithmetic expansion form
4140 containing nested parenthesis.
4141 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4142 to detect cases where we shouldn't expand "<<" to a heredoc
4143 skeleton.
4144
4145 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4148 (eldoc--message-command-p): New function.
4149 (eldoc-display-message-p): Use it.
4150 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4151 message is not automatically erased for us.
4152 (eldoc-print-current-symbol-info): Erase previous message, if any.
4153
4154 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4155
4156 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4157 specify it's an interactive function.
4158
4159 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4160 Fix regex used for scanning for citation keys which failed for
4161 citations with optional arguments.
4162
4163 2014-01-21 Leo Liu <sdl.web@gmail.com>
4164
4165 * simple.el (read--expression): Don't enable eldoc-mode.
4166
4167 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * simple.el (move-beginning-of-line): Make sure we don't move forward
4170 (bug#16497).
4171
4172 2014-01-20 Juri Linkov <juri@jurta.org>
4173
4174 * saveplace.el (toggle-save-place, save-place-to-alist)
4175 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4176 'dired-mode) before checking for dired-directory. (Bug#16477)
4177
4178 2014-01-20 Juri Linkov <juri@jurta.org>
4179
4180 * indent.el (indent-line-to): Use backward-to-indentation
4181 instead of back-to-indentation. (Bug#16461)
4182
4183 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4184
4185 Revert some of the CANNOT_DUMP fix (Bug#16494).
4186 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4187 but fixing this can wait until after the next release.
4188 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4189
4190 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4191
4192 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4193 Use `password-word-equivalents'.
4194 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4195 to t. (Bug#5664, Bug#13124)
4196
4197 2014-01-19 Alan Mackenzie <acm@muc.de>
4198
4199 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4200 points.
4201 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4202 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4203 * progmodes/cc-mode.el (c-before-change, c-after-change)
4204 (c-font-lock-fontify-region): Bind it here.
4205
4206 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4207
4208 * term.el (term-window-width): Call window-text-width instead of
4209 window-width (Bug#16470).
4210
4211 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4212
4213 * simple.el (password-word-equivalents): Remove duplicates.
4214 Sort, to make this easier next time.
4215 Downcase. Omit ": " after "jelszó".
4216
4217 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4218
4219 * term/common-win.el (saved-region-selection): Defvar it.
4220 (x-select-text): Set saved-region-selection (Bug#16382).
4221
4222 2014-01-18 Glenn Morris <rgm@gnu.org>
4223
4224 * emacs-lisp/authors.el (authors-aliases)
4225 (authors-renamed-files-alist): Add some entries.
4226
4227 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4228
4229 * net/tramp.el (tramp-password-prompt-regexp):
4230 Use `password-word-equivalents' if available.
4231 (tramp-action-password, tramp-process-one-action)
4232 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4233
4234 2014-01-17 Chong Yidong <cyd@gnu.org>
4235
4236 * simple.el (password-word-equivalents): New defcustom.
4237 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4238 to 24.4.
4239 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4240 to t. (Bug#13124)
4241
4242 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4243
4244 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4245 (ruby-align-to-stmt-keywords): Change the default value.
4246 Use `ruby-alignable-keywords' to generate the possible customization
4247 choices.
4248 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4249 keywords, check against the value of `ruby-alignable-keywords'
4250 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4251
4252 2014-01-17 Glenn Morris <rgm@gnu.org>
4253
4254 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4255
4256 Make M-x authors return zero *Authors Errors* from current logs.
4257 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4258 (authors-ignored-files): Add some entries, remove others.
4259 (authors-ambiguous-files, authors-valid-file-names):
4260 Add some entries.
4261 (authors-renamed-files-alist): Add, remove, and adjust entries.
4262 (authors-renamed-files-regexps): Add some entries.
4263 Remove some very broad ones. Make some entries `lax'.
4264 (authors-lax-changelogs): New constant.
4265 (authors-disambiguate-file-name): Treat top-level specially.
4266 (authors-lax-changelog-p): New function.
4267 (authors-canonical-file-name): Check file as written against
4268 authors-valid-file-names. Do not special-case etc/.
4269 Handle `lax' logs and authors-renamed-files-regexps elements.
4270
4271 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4272
4273 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4274 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4275 callers.
4276
4277 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4280 Assume we're already in the proper buffer.
4281 Inspired by Anders Lindgren <andlind@gmail.com>.
4282 (follow-post-command-hook): Call it from the right buffer.
4283 (follow-comint-scroll-to-bottom): Adjust call.
4284 (follow-all-followers): Use get-buffer-window-list.
4285
4286 2014-01-15 Daniel Colascione <dancol@dancol.org>
4287
4288 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4289 `buffer-file-name' in interactive-form so that we don't leave
4290 pathless file names in `file-name-history'.
4291
4292 2014-01-15 Juri Linkov <juri@jurta.org>
4293
4294 * indent.el (indent-rigidly): Set deactivate-mark to nil
4295 in transient indentation mode. (Bug#16438)
4296
4297 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4298
4299 * emacs-lisp/package.el (package-desc-keywords): New function
4300 (Bug#16222).
4301 (describe-package-1, package-all-keywords)
4302 (package--has-keyword-p): Use it.
4303
4304 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4305
4306 * simple.el (define-alternatives): When creating the
4307 COMMAND-alternatives variable, assign COMMAND as its definition
4308 name so that `describe-variable' can relocate it.
4309
4310 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4311
4312 * font-lock.el (font-lock-keywords): Fix typo in docstring
4313 (bug#16307).
4314
4315 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4316
4317 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
4318 line instead of wrongly reset `add-coment' (bug#13577).
4319
4320 2014-01-14 Daiki Ueno <ueno@gnu.org>
4321
4322 * epa-file.el (epa-file-write-region): Encode the region according
4323 to `buffer-file-format'. Problem reported at:
4324 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4325
4326 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4329 so it applies in the right buffer (bug#16410).
4330
4331 2014-01-13 Daniel Colascione <dancol@dancol.org>
4332
4333 * textmodes/rst.el (rst-define-key): Provide deprecated
4334 keybindings through named functions instead of anonymous ones so
4335 that "??" doesn't appear in describe-mode output.
4336
4337 2014-01-13 Bastien Guerry <bzg@gnu.org>
4338
4339 * simple.el (define-alternatives): Call the selected command
4340 interactively. When setting `COMMAND--implementation' for the
4341 first time, tell the user how to chose another implementation.
4342 Enhance the docstring.
4343
4344 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4347 (log-edit--match-first-line): New function.
4348 (log-edit-font-lock-keywords): Use it.
4349 (log-edit-mode): Make jit-lock-defer-multiline work.
4350
4351 2014-01-13 Bastien Guerry <bzg@gnu.org>
4352
4353 * rect.el (rectangle-mark-mode): When the region is not active,
4354 display a message saying that the mark as been set and that
4355 rectangle mode is in use.
4356 (rectangle--highlight-for-redisplay): Only put an overlay with a
4357 visible vertical bar when (display-graphic-p) is non-nil.
4358 This partially fixes Bug#16403.
4359
4360 2014-01-13 Juri Linkov <juri@jurta.org>
4361
4362 * info.el (Info-find-file): Go to DIR before displaying the error
4363 about a nonexistent file if no previous Info file is visited.
4364 Use `user-error' instead of `error' for "Info file %s does not exist".
4365 (Info-find-node-2): In case of a nonexistent node in unwind forms
4366 go to the Top node if there is no previous node to revert to.
4367 (Bug#16405)
4368
4369 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4370
4371 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4372 * window.el (fit-frame-to-buffer): Fix doc-string.
4373 Respect window-min-height/-width. Fit pixelwise when
4374 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4375 when avoiding that frame goes partially off-screen.
4376 (fit-window-to-buffer): Respect window-min-height/-width
4377 (Bug#14096).
4378
4379 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4382 after an empty line.
4383
4384 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * net/shr.el (shr-render-region): Autoload.
4387
4388 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4389
4390 * net/eww.el (eww-download-directory): Rename from
4391 `eww-download-path' (Bug#16419).
4392
4393 2014-01-12 Leo Liu <sdl.web@gmail.com>
4394
4395 * dired-x.el (dired-mode-map): Fix last change.
4396
4397 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4398
4399 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4400
4401 Spelling fixes.
4402 * emacs-lisp/generic.el (generic--normalize-comments):
4403 Rename from generic--normalise-comments. All uses changed.
4404 * play/bubbles.el (bubbles--neighborhood-score)
4405 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4406 (bubbles--neighborhood-available)
4407 (bubbles--update-neighborhood-score):
4408 Rename from names with 'neighbourhood'. All uses changed.
4409
4410 2014-01-12 Leo Liu <sdl.web@gmail.com>
4411
4412 Re-implement the feature of showing eldoc info after editing.
4413 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4414 (eldoc-edit-message-commands): New function.
4415 (eldoc-print-after-edit): New variable.
4416 (eldoc-pre-command-refresh-echo-area): Emit message only by
4417 eldoc-message-commands.
4418 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4419 if eldoc-print-after-edit is set. (Bug#16346)
4420 * simple.el (read--expression): Enable eldoc-mode.
4421 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4422
4423 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4424 Eric S. Raymond <esr@thyrsus.com>
4425
4426 * version.el (emacs-repository-get-version): Enhance so the
4427 function works correctly in either a Bazaar or Git repo.
4428
4429 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4430
4431 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4432 Goes with removal of the joke manpages from /etc.
4433
4434 2014-01-10 Kenichi Handa <handa@gnu.org>
4435
4436 * mail/rmail.el (rmail-get-coding-system):
4437 Check rmail-get-coding-function before "funcall"ing it.
4438
4439 2014-01-10 Glenn Morris <rgm@gnu.org>
4440
4441 * emacs-lisp/authors.el (authors-fixed-entries):
4442 Update for files that no longer exist.
4443
4444 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4445
4446 * version.el (emacs-bzr-get-version): Restore compatibilty with
4447 24.3 (Tested).
4448
4449 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4450
4451 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4452 and Podfile.
4453
4454 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4455
4456 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4457
4458 2014-01-10 Chong Yidong <cyd@gnu.org>
4459
4460 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4461
4462 2014-01-10 Anders Lindgren <andlind@gmail.com>
4463
4464 * follow.el (follow-cache-command-list): Include right-char and
4465 left-char.
4466
4467 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4468
4469 Spelling fixes.
4470 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4471 * woman.el (woman-mark-horizontal-position):
4472 Rename from woman-mark-horizonal-position. Use changed.
4473
4474 2014-01-10 Glenn Morris <rgm@gnu.org>
4475
4476 * info.el (info-initialize): If running uninstalled, ensure our
4477 own info files are always found first, even if INFOPATH is set.
4478
4479 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4480
4481 2014-01-09 David Engster <deng@randomsample.de>
4482
4483 * emacs-lisp/eieio-custom.el:
4484 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4485 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4486 * emacs-lisp/eieio.el: Regenerate autoloads.
4487
4488 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4489
4490 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4491 following renames. (Bug#8756)
4492
4493 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4496 (bug#16382).
4497 (activate-mark): Add `no-tmm' argument.
4498 (set-mark, push-mark-command): Use it instead of running
4499 activate-mark-hook by hand.
4500
4501 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4502
4503 In preparation for the move to git, sanitize out some
4504 Bazaar-specific names.
4505
4506 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4507
4508 * version.el (emacs-bzr-version): Name changed to
4509 emacs-repository-version. Obsolete-variable alias made.
4510 * loadup.el: Follow through on this name change.
4511 * mail/emacsbug.el (report-emacs-bug): Factor out any
4512 assumption about the version control system in use.
4513
4514 2014-01-08 David Engster <deng@randomsample.de>
4515
4516 * help-fns.el (help-fns-describe-function-functions):
4517 New variable to call functions for augmenting help buffers.
4518 (describe-function-1): Remove explicit calls to
4519 `help-fns--compiler-macro', `help-fns--parent-mode' and
4520 `help-fns--obsolete'. Put them in above new variable instead, and
4521 call them through `run-hook-with-args'.
4522 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4523 `eieio-describe-class'. Not meant for interactive use anymore,
4524 but to augment existing help buffers. Remove optional second
4525 argument. Create proper button for file location.
4526 Rewrite function to use `insert' instead of `princ' and `prin1' where
4527 possible.
4528 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4529 (eieio-method-def, eieio-class-def): Move further up.
4530 (describe-method, describe-generic, eieio-describe-method):
4531 Remove aliases.
4532 (eieio-help-constructor, eieio-help-generic): Rename from
4533 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4534 Rewrite to use `insert' in the current buffer and use proper help
4535 buttons.
4536 (eieio-help-find-method-definition)
4537 (eieio-help-find-class-definition): Also accept symbols as
4538 arguments.
4539 (eieio-help-mode-augmentation-maybee): Remove.
4540 (eieio-describe-class-sb): Use `describe-function'.
4541 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4542 Add `eieio-help-generic' and `eieio-help-constructor'.
4543
4544 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4545
4546 Spelling fixes.
4547 * language/china-util.el (hz-ascii-designation):
4548 Rename from hz-ascii-designnation.
4549 (hz-ascii-designation): Rename from hz-ascii-designnation.
4550 All uses changed.
4551
4552 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4555 package-alist.
4556
4557 2014-01-08 Bastien Guerry <bzg@gnu.org>
4558
4559 * emacs-lisp/package.el (package-delete):
4560 Correctly delete the package from package-alist.
4561
4562 2014-01-08 Daiki Ueno <ueno@gnu.org>
4563
4564 * emacs-lisp/package.el (url-recreate-url): Declare.
4565 (url-http-target-url): Declare.
4566 (package-handle-response): Include requested URL in the error message.
4567 (package--check-signature): Don't re-signal errors from
4568 package--with-work-buffer. Suggested by Stefan Monnier.
4569
4570 2014-01-07 Bastien Guerry <bzg@gnu.org>
4571
4572 * minibuffer.el (completion--try-word-completion): When both a
4573 hyphen and a space are possible candidates for the character
4574 following a word, display both candidates. (Bug#15980)
4575
4576 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4577
4578 * window.el (balance-windows-2): While rounding don't give a
4579 window more than the remainder. Bug#16351, bug#16383.
4580
4581 2014-01-07 Glenn Morris <rgm@gnu.org>
4582
4583 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4584 (menu-bar-help-menu): Use view-external-packages instead.
4585
4586 2014-01-07 Bastien Guerry <bzg@gnu.org>
4587
4588 * emacs-lisp/package.el (package-delete): Also delete the package
4589 name from `package-alist', not its description only.
4590
4591 2014-01-07 Glenn Morris <rgm@gnu.org>
4592
4593 * help.el (view-external-packages):
4594 * menu-bar.el (menu-bar-help-extra-packages):
4595 Visit efaq.info rather than etc/MORE.STUFF.
4596
4597 2014-01-07 Juri Linkov <juri@jurta.org>
4598
4599 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4600 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4601
4602 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4603 that shadows RET. (Bug#16342)
4604
4605 2014-01-07 Chong Yidong <cyd@gnu.org>
4606
4607 * isearch.el (isearch-yank-char, isearch-yank-word)
4608 (isearch-yank-line): Doc fix.
4609
4610 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4613 * emacs-lisp/elint.el (elint-find-builtins):
4614 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4615 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4616 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4617 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4618 * apropos.el (apropos-safe-documentation):
4619 * subr.el (symbol-file): Remove redundant fboundp.
4620 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4621
4622 2014-01-06 Bastien Guerry <bzg@gnu.org>
4623
4624 * hl-line.el (global-hl-line-overlay): Make a local variable.
4625 (global-hl-line-overlays): New variable to store all overlays.
4626 (global-hl-line-mode): Don't delete overlays from the current
4627 buffer when `global-hl-line-sticky-flag' is non-nil.
4628 (global-hl-line-highlight): Add new overlays to
4629 `global-hl-line-overlays'.
4630 (global-hl-line-unhighlight-all): New function to delete all
4631 overlays when turning off `global-hl-line-mode'.
4632 This fixes Bug#16183.
4633
4634 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * subr.el (set-transient-map): Fix nested case and docstring.
4637
4638 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4639
4640 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4641 `Texinfo' entry.
4642
4643 2014-01-06 Daniel Colascione <dancol@dancol.org>
4644
4645 Fix defun navigation in vc log view.
4646
4647 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4648 like `beginning-of-defun'.
4649 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4650 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4651 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4652 (log-view-extract-comment): Call `log-view-current-entry' directly
4653 instead of relying on broken `log-view-beginning-of-defun' behavior.
4654
4655 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4656
4657 Spelling fixes.
4658 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4659 * emacs-lisp/debug.el (cancel-debug-on-entry):
4660 * epg.el (epg-error-to-string):
4661 * files.el (recover-file):
4662 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4663 * mail/emacsbug.el (report-emacs-bug-hook):
4664 * mail/sendmail.el (mail-recover):
4665 * ses.el (ses-yank-resize):
4666 * term/ns-win.el (ns-print-buffer):
4667 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4668 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4669 All uses changed.
4670 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4671
4672 2014-01-06 Leo Liu <sdl.web@gmail.com>
4673
4674 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4675 to avoid shadowing global key. (Bug#16354)
4676
4677 2014-01-06 Daniel Colascione <dancol@dancol.org>
4678
4679 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4680 rst-mode.
4681
4682 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4683
4684 * window.el (balance-windows): Add mising t to fix Bug#16351.
4685
4686 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4689 (bug#16285).
4690 (shr-insert): If we have a word that's longer than `shr-width',
4691 break after it anyway. Otherwise we'll do no breaking once we get
4692 such a long word.
4693
4694 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4695
4696 * net/eww.el (eww): Support single/double quote for search.
4697 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4698 (eww-history-quit): Delete and use quit-window.
4699 (eww-history-kill): Delete, because it doesn't work well and
4700 not necessary.
4701 (eww-history-mode-map): Delete some keys and add easy-menu.
4702
4703 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4704
4705 Fix misspelling of 'chinese' in rx (Bug#16237).
4706 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4707 chinese-two-byte.
4708
4709 Change subword regexps back to vars (Bug#16296).
4710 * progmodes/subword.el (subword-forward-regexp)
4711 (subword-backward-regexp): Change these back to variables.
4712
4713 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4716 syntax-begin-function (bug#16247).
4717
4718 2014-01-03 Chong Yidong <cyd@gnu.org>
4719
4720 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4721 (advice--docstring): Delete variable.
4722 (advice--make-1): Leave the docstring empty.
4723 (advice-add): Use function-documentation for advised docstring.
4724
4725 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4726 Ignore function-documentation property when getting documentation.
4727 (ad-activate-advised-definition): Use function-documentation
4728 generate the docstring.
4729 (ad-make-advised-definition): Don't call
4730 ad-make-advised-definition-docstring.
4731 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4732 Delete functions.
4733
4734 * progmodes/sql.el (sql-help): Use function-documentation instead
4735 of dynamic-docstring-function property. No need to autoload now.
4736 (sql--help-docstring): New variable.
4737 (sql--make-help-docstring): Use it.
4738
4739 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * ielm.el (ielm-tab): Retarget.
4742 (ielm-map): Use ielm-tab for tab.
4743 (ielm-complete-filename): Use comint-filename-completion.
4744 (ielm-complete-symbol): Remove.
4745 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4746 remove ielm-tab from completion-at-point-functions (bug#16224).
4747
4748 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4749 Beware signals raised by predicates (bug#16201).
4750
4751 2014-01-02 Richard Stallman <rms@gnu.org>
4752
4753 * dired-aux.el (dired-do-print): Handle printer-name.
4754
4755 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4756 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4757 (rmail-epa-decrypt): Turn off mime processing.
4758
4759 * mail/rmail.el (rmail-make-in-reply-to-field):
4760 Add parens in message-id.
4761
4762 * mail/rmail.el (rmail-get-coding-function): Variable.
4763 (rmail-get-coding-system): Use it.
4764
4765 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4766
4767 * international/mule-conf.el: Unify the charset indian-is13194.
4768 (indian-is13194): Specify unify-map.
4769
4770 2013-12-31 Leo Liu <sdl.web@gmail.com>
4771
4772 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4773
4774 2013-12-30 Daniel Colascione <dancol@dancol.org>
4775
4776 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4777 of printing a useless when we resume from sleep.
4778
4779 * progmodes/sh-script.el
4780 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4781 in indentation code. (Bug#16233)
4782
4783 2013-12-28 João Távora <joaotavora@gmail.com>
4784
4785 * elec-pair.el (electric-pair-post-self-insert-function):
4786 Don't open extra newlines at beginning of buffer. (Bug#16272)
4787
4788 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4789
4790 * frame.el (window-system-for-display): Don't allow to create a
4791 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4792
4793 2013-12-28 Glenn Morris <rgm@gnu.org>
4794
4795 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4796 Update callers.
4797
4798 * apropos.el (apropos-match-face):
4799 * calculator.el (calculator-displayer):
4800 * dabbrev.el (dabbrev-search-these-buffers-only):
4801 * face-remap.el (buffer-face-mode-face):
4802 * simple.el (yank-handled-properties):
4803 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4804 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4805 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4806 (hashcash-double-spend-database):
4807 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4808 (ruby-deep-indent-paren-style):
4809 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4810 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4811 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4812 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4813 Specify custom types.
4814
4815 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4816 * bookmark.el (bookmark-bmenu-use-header-line):
4817 * doc-view.el (doc-view-scale-internally):
4818 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4819 * register.el (register-preview-delay):
4820 * net/shr.el (shr-bullet):
4821 * progmodes/cfengine.el (cfengine-cf-promises)
4822 (cfengine-parameters-indent):
4823 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4824 * textmodes/reftex-vars.el (reftex-label-regexps):
4825 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4826
4827 * net/tls.el (tls-certtool-program): Fix default value.
4828
4829 * desktop.el (desktop-restore-in-current-display):
4830 * newcomment.el (comment-empty-lines):
4831 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4832 (idlwave-pad-keyword):
4833 * progmodes/tcl.el (tcl-tab-always-indent):
4834 * textmodes/reftex-vars.el (reftex-index-default-tag):
4835 * elec-pair.el (electric-pair-skip-whitespace):
4836 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4837
4838 * emacs-lisp/authors.el (authors-ignored-files)
4839 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4840
4841 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4842
4843 * shell.el (shell-dynamic-complete-command): Doc fix.
4844 (shell--command-completion-data): Shell completion now matches
4845 executable filenames from the current buffer's directory, on
4846 systems in which this behavior is the default (windows-nt, ms-dos).
4847
4848 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4849
4850 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4851
4852 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4855 (bug#16251).
4856
4857 * electric.el: Move all electric-pair-* to elec-pair.el.
4858 * elec-pair.el: New file, split from electric.el.
4859
4860 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4861
4862 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4863 indentation level is larger than the width, because that will
4864 infloop.
4865 (shr-insert): Fill repeatedly long texts, so that Japanese is
4866 formatted correctly (bug#16263).
4867 (shr-find-fill-point): Off by one error in comparison with the
4868 indentation.
4869
4870 2013-12-26 João Távora <joaotavora@gmail.com>
4871
4872 * electric.el (electric-pair-mode): More flexible engine for skip-
4873 and inhibit predicates, new options for pairing-related functionality.
4874 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4875 if that keeps or improves their balance in buffers.
4876 (electric-pair-delete-adjacent-pairs): Delete the pair when
4877 backspacing over adjacent matched delimiters.
4878 (electric-pair-open-extra-newline): Open extra newline when
4879 inserting newlines between adjacent matched delimiters.
4880 (electric--sort-post-self-insertion-hook):
4881 Sort post-self-insert-hook according to priority values when
4882 minor-modes are activated.
4883 * simple.el (newline-and-indent): Call newline with interactive
4884 set to t.
4885 (blink-paren-post-self-insert-function): Set priority to 100.
4886 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4887 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4888 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4889 electric-pair-open-newline-between-pairs to nil.
4890
4891 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4892
4893 * progmodes/python.el: Use lexical-binding.
4894 (python-nav-beginning-of-defun): Stop searching ASAP.
4895
4896 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4897
4898 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4899 Fix interactive spec. Doc fix. (Bug#15754)
4900
4901 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4902
4903 * emacs-lisp/byte-run.el (eval-when-compile):
4904 * progmodes/cc-defs.el (cc-eval-when-compile):
4905 Fix edebug spec (bug#16184).
4906
4907 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4908
4909 * net/shr.el (shr-visit-file): Remove debugging function.
4910 (shr-insert): Don't infloop if we can't find a good place to break
4911 the line (bug#16256).
4912
4913 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4914
4915 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4916 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4917 python-nav-lisp-forward-sexp-safe.
4918 (python-nav--forward-sexp): New argument SAFE allows switching
4919 forward sexp movement behavior for parens.
4920 (python-nav-forward-sexp): Throw errors on unterminated parens
4921 (Bug#16191).
4922 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4923 (python-nav-backward-sexp-safe): New functions.
4924 (python-shell-buffer-substring):
4925 Use `python-nav-forward-sexp-safe'.
4926
4927 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4928
4929 * net/shr.el (shr-find-fill-point): Don't break lines before a
4930 quotation mark.
4931 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4932 (shr-find-fill-point): Remove the special checks for the quotation
4933 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4934
4935 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4936
4937 * net/eww.el (eww-form-textarea): Use a different face for
4938 textareas than text input since they have different keymaps
4939 (bug#16142).
4940
4941 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4942
4943 * progmodes/python.el (python-nav-beginning-of-statement):
4944 Speed up (Bug#15295).
4945
4946 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4947
4948 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4949 the window configuration.
4950
4951 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4952
4953 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4954 we run on MS-Windows or MS-DOS.
4955
4956 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4957
4958 * window.el (balance-windows-area): Call window-size instead of
4959 window-height and window-width. Bug#16241.
4960
4961 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4962
4963 * net/eww.el (eww-bookmark-quit): Remove.
4964 (eww-bookmark-browse): Restore the window configuration when you
4965 choose a bookmark (bug#16144).
4966
4967 2013-12-24 Daniel Colascione <dancol@dancol.org>
4968
4969 * icomplete.el: Remove redundant :group arguments to `defcustom'
4970 throughout.
4971 (icomplete-show-matches-on-no-input): New customizable variable.
4972 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4973 we have something to show.
4974 (icomplete-exhibit): Compute completions even if we have no user input.
4975
4976 2013-12-23 Daniel Colascione <dancol@dancol.org>
4977
4978 * icomplete.el: Move `provide' to end of file.
4979
4980 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4981
4982 * net/gnutls.el (gnutls-verify-error): Add version tag.
4983
4984 2013-12-23 Chong Yidong <cyd@gnu.org>
4985
4986 * subr.el (set-transient-map): Rename from
4987 set-temporary-overlay-map. Doc fix.
4988
4989 * face-remap.el (text-scale-adjust):
4990 * indent.el (indent-rigidly):
4991 * kmacro.el (kmacro-call-macro):
4992 * minibuffer.el (minibuffer-force-complete):
4993 * repeat.el (repeat):
4994 * simple.el (universal-argument--mode):
4995 * calendar/todo-mode.el (todo-insert-item--next-param):
4996 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4997
4998 * indent.el (indent-rigidly): Use substitute-command-keys.
4999
5000 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5001
5002 * net/eww.el (eww-tag-select): Add text-property to jump to next
5003 select field.
5004 (eww): Add non-supported ftp error.
5005
5006 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5007
5008 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5009 comments. Handle electric indent after typing `?' and `!'.
5010
5011 2013-12-22 Chong Yidong <cyd@gnu.org>
5012
5013 * faces.el (face-spec-recalc): If the theme specs are not
5014 applicable to a frame, fall back on the defface spec.
5015 This prevents themes from obliterating faces on low-color terminals.
5016
5017 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5018
5019 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5020 after `{'. We need it after block openers, and it doesn't seem
5021 to hurt after hash openers.
5022
5023 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5024
5025 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5026 extracted from `ruby-smie-rules'.
5027 (ruby--electric-indent-chars): New variable.
5028 (ruby--electric-indent-p): New function.
5029 (ruby-mode): Use `electric-indent-functions' instead of
5030 `electric-indent-chars'.
5031
5032 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5033
5034 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5035 docstring.
5036 (ruby-smie-rules): Indent plus one level after `=>'.
5037
5038 2013-12-21 Richard Stallman <rms@gnu.org>
5039
5040 * simple.el (newline): Doc fix.
5041
5042 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5043
5044 * net/eww.el (eww-list-histories, eww-list-histories)
5045 (eww-history-browse, eww-history-quit, eww-history-kill)
5046 (eww-history-mode-map, eww-history-mode): New command and
5047 functions to list browser histories.
5048 (eww-form-text): Support text form with disabled
5049 and readonly attributes.
5050 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5051
5052 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5053
5054 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5055 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5056 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5057 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5058 Use `user-error'.
5059 (eww-bookmark-mode-map): Add menu.
5060 (eww-render, eww-mode): Use `setq-local'.
5061 (eww-tool-bar-map): New variable.
5062 (eww-mode): Set `tool-bar-map'.
5063 (eww-view-source): Check for `html-mode' with `fboundp'.
5064
5065 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5066
5067 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5068 elements with text inside. Also remove debugging.
5069
5070 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5071
5072 * cus-start.el (all): Add ns-use-srgb-colorspace.
5073
5074 2013-12-21 Chong Yidong <cyd@gnu.org>
5075
5076 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5077 undefined. Thus, theme settings for undefined faces do not take
5078 effect until the faces are defined with defface, the same as with
5079 theme variables.
5080
5081 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5082 (face-spec-reset-face): Don't assign extra properties in temacs.
5083 (face-spec-recalc): Apply X resources too.
5084
5085 2013-12-21 Chong Yidong <cyd@gnu.org>
5086
5087 * faces.el (face-spec-set):
5088 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5089 * custom.el (defface): Doc fixes (Bug#16203).
5090
5091 * indent.el (indent-rigidly-map): Add docstring, and move commands
5092 into named functions.
5093 (indent-rigidly-left, indent-rigidly-right)
5094 (indent-rigidly-left-to-tab-stop)
5095 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5096 indentation direction based on bidi direction, and accumulate
5097 sequential commands in a single undo boundary.
5098 (indent-rigidly--pop-undo): New utility function.
5099
5100 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * faces.el (read-face-name): Require crm.el when using crm-separator.
5103
5104 2013-12-20 Daniel Colascione <dancol@dancol.org>
5105
5106 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5107 so that we don't reflow comments into the shebang line.
5108
5109 2013-12-20 Juri Linkov <juri@jurta.org>
5110
5111 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5112 a position when `dired-directory' is non-nil. Check integer
5113 positions with `integerp'.
5114 (toggle-save-place, save-places-to-alist): Add check for
5115 `dired-directory'.
5116 (save-place-find-file-hook): Check integer positions with
5117 `integerp'.
5118 (save-place-dired-hook): Use `dired-goto-file' when
5119 `dired-filename' is found in the assoc list. Check integer
5120 positions with `integerp'.
5121 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5122
5123 * dired.el (dired-initial-position-hook): Rename back from
5124 `dired-initial-point-hook'.
5125 (dired-initial-position): Rename `dired-initial-point-hook' to
5126 `dired-initial-position-hook'.
5127 (dired-file-name-at-point): Doc fix. (Bug#15329)
5128
5129 2013-12-20 Juri Linkov <juri@jurta.org>
5130
5131 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5132 (read-regexp-suggestions): New function.
5133 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5134 Use `read-regexp-suggestions'. Add non-empty default to history
5135 for empty input.
5136 (occur-read-regexp-defaults-function): Remove function.
5137 (occur-read-primary-args): Use `regexp-history-last' instead of
5138 `occur-read-regexp-defaults-function'.
5139
5140 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5141 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5142 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5143 `hi-lock-read-regexp-defaults-function'. Doc fix.
5144 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5145 with `find-tag-default-as-symbol-regexp'. Doc fix.
5146 (hi-lock-read-regexp-defaults): Remove function.
5147 (hi-lock-regexp-okay): Add check for null.
5148
5149 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5150 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5151
5152 * subr.el (find-tag-default-as-symbol-regexp): New function.
5153 (find-tag-default-as-regexp): Move symbol regexp formatting to
5154 `find-tag-default-as-symbol-regexp'.
5155
5156 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5157
5158 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5159 (Bug#14179)
5160
5161 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5162
5163 * calendar/todo-mode.el: New implementation of item insertion
5164 commands and key bindings.
5165 (todo-key-prompt): New face.
5166 (todo-insert-item): New command.
5167 (todo-insert-item--parameters): New defconst, replacing defvar
5168 todo-insertion-commands-args-genlist.
5169 (todo-insert-item--param-key-alist): New defconst, replacing
5170 defvar todo-insertion-commands-arg-key-list.
5171 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5172 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5173 (todo-insert-item--next-param): New functions.
5174 (todo-insert-item--args, todo-insert-item--argleft)
5175 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5176 New variables.
5177 (todo-key-bindings-t): Change binding of "i" from
5178 todo-insertion-map to todo-insert-item.
5179 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5180 (todo-insertion-command-name, todo-insertion-commands-names)
5181 (todo-define-insertion-command, todo-insertion-commands)
5182 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5183
5184 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5185
5186 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5187 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5188 eval-when-compile.
5189 (todo-move-category): Allow choosing a non-existing todo file to
5190 move the category to, and create that file.
5191 (todo-default-priority): New user option.
5192 (todo-set-item-priority): Use it.
5193 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5194 (desktop-restore-file-buffer): Declare.
5195 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5196 (todo-modes-set-2): Locally set desktop-save-buffer to
5197 todo-desktop-save-buffer.
5198 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5199 (auto-mode-alist): Add autoload cookie.
5200
5201 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5202
5203 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5204 helpers.el was a poor choice of name.
5205 (string-remove-prefix): New function.
5206 (string-remove-suffix): New function.
5207
5208 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5209
5210 Fix assignment for new window total sizes.
5211 * window.el (window--pixel-to-size): Remove function.
5212 (window--pixel-to-total-1, window--pixel-to-total):
5213 Fix calculation of new total sizes.
5214
5215 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5216
5217 * comint.el (comint-output-filter): Fix rear-nonsticky property
5218 placement (Bug#16010).
5219
5220 2013-12-20 Chong Yidong <cyd@gnu.org>
5221
5222 * faces.el (read-color): Minor fix for completion function.
5223
5224 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5225
5226 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5227 New option. (Bug#16182)
5228 (ruby-smie--indent-to-stmt-p): Use it.
5229 (ruby-smie-rules): Revert the logic in the handling of `when'.
5230 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5231 (ruby-deep-arglist, ruby-deep-indent-paren)
5232 (ruby-deep-indent-paren-style): Update docstrings to note that the
5233 vars don't have any effect with SMIE.
5234
5235 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5236
5237 * calc/calc.el (calc-enter, calc-pop): Use the variable
5238 `calc-context-sensitive-enter'.
5239
5240 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5241
5242 * net/shr.el (shr-insert): Protect against infloops in degenerate
5243 tables.
5244
5245 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5246
5247 * progmodes/octave.el (octave): Add link to manual and octave
5248 homepage.
5249 (octave-mode-menu): Link to octave-mode manual.
5250
5251 2013-12-20 Leo Liu <sdl.web@gmail.com>
5252
5253 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5254 insertion using skeleton-end-newline. (Bug#16138)
5255
5256 2013-12-20 Juri Linkov <juri@jurta.org>
5257
5258 * replace.el (occur-engine): Use `add-face-text-property'
5259 to add the face property to matches and titles. (Bug#14645)
5260
5261 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5262 the palette of other hi-lock colors.
5263 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5264
5265 2013-12-19 Juri Linkov <juri@jurta.org>
5266
5267 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5268 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5269 (minibuffer-history-symbol): Move variable declaration closer to
5270 its usage.
5271
5272 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5273 (Bug#14785)
5274
5275 2013-12-19 Juri Linkov <juri@jurta.org>
5276
5277 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5278 New function.
5279 (log-edit-hook): Add it to :options. (Bug#16170)
5280
5281 2013-12-19 Juri Linkov <juri@jurta.org>
5282
5283 * simple.el (eval-expression-print-format): Don't check for
5284 command names and the last command. Always display additional
5285 formats of the integer result in the echo area, and insert them
5286 to the current buffer only with a zero prefix arg.
5287 Display character when char-displayable-p is non-nil.
5288 (eval-expression): With a zero prefix arg, set `print-length' and
5289 `print-level' to nil, and insert the integer values from
5290 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5291
5292 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5293 `eval-last-sexp-arg-internal'. Doc fix.
5294 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5295 `eval-last-sexp-print-value'. Doc fix.
5296 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5297 Set `print-length' and `print-level' to nil when arg is zero.
5298 (eval-last-sexp): Doc fix.
5299 (eval-defun-2): Print the integer values from
5300 `eval-expression-print-format' at the end.
5301
5302 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5303 values from `eval-expression-print-format' at the end.
5304
5305 * ielm.el (ielm-eval-input): Print the integer
5306 values from `eval-expression-print-format' at the end.
5307
5308 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5309
5310 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5311 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5312
5313 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5316 (hl-line-highlight, global-hl-line-highlight): Use it.
5317 (hl-line-overlay): Use defvar-local.
5318
5319 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5320
5321 * term/ns-win.el: Require dnd.
5322 (global-map): Remove drag items.
5323 (ns-insert-text, ns-set-foreground-at-mouse)
5324 (ns-set-background-at-mouse):
5325 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5326 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5327 New functions.
5328
5329 2013-12-19 Glenn Morris <rgm@gnu.org>
5330
5331 * emacs-lisp/ert.el (ert-select-tests):
5332 Fix string/symbol mixup. (Bug#16121)
5333
5334 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5335
5336 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5337 keywords to their parent.
5338
5339 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5340
5341 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5342 first arg to be a string (fixed dead code), or an operator symbol.
5343 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5344 operator symbols.
5345 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5346 did nothing. Don't respond to `(:after ".")', it will be called
5347 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5348 change anything. Only return indentation for binary operators
5349 when they are hanging. De-dent opening paren when its parent is
5350 `.', otherwise it looks bad when the dot is not at bol or eol
5351 (bug#16182).
5352
5353 2013-12-19 Juri Linkov <juri@jurta.org>
5354
5355 * replace.el (query-replace-read-args): Split a non-negative arg
5356 and a negative arg into separate elements.
5357 (query-replace, query-replace-regexp, replace-string)
5358 (replace-regexp): Add arg `backward'. Doc fix.
5359 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5360 move point to the beginning of the match.
5361 (replace-search, replace-highlight): Use new arg `backward'
5362 to set the value of `isearch-forward'.
5363 (perform-replace): Add arg `backward' and use it to perform
5364 replacement backward. (Bug#14979)
5365
5366 * isearch.el (isearch-query-replace): Use a negative prefix arg
5367 to call `perform-replace' with a non-nil arg `backward'.
5368
5369 2013-12-18 Juri Linkov <juri@jurta.org>
5370
5371 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5372 to the default list. Move `log-edit-show-files' to the end.
5373 Add more available functions to options.
5374 (log-edit): Move default specific settings to
5375 `log-edit-insert-message-template'. Don't move point.
5376 (log-edit-insert-message-template): New function.
5377 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5378 (Bug#16170)
5379
5380 2013-12-18 Juri Linkov <juri@jurta.org>
5381
5382 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5383 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5384
5385 2013-12-18 Leo Liu <sdl.web@gmail.com>
5386
5387 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5388 (Bug#16186)
5389
5390 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5391
5392 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5393 formats for displaying file sizes when the -s switch is given.
5394 Instead, compute a separate format for displaying the size in
5395 blocks, which is displayed in addition to the "regular" size.
5396 When -h is given in addition to -s, produce size in blocks in
5397 human-readable form as well. (Bug#16179)
5398
5399 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5400
5401 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5402 Reference tables with ~\ref{...} instead of only \ref{...}.
5403
5404 2013-12-18 Chong Yidong <cyd@gnu.org>
5405
5406 * cus-edit.el (custom-magic-alist): Fix "themed" description
5407 (Bug#14348).
5408
5409 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5410 is non-nil, do not create a new entry in the symbol's theme-value
5411 or theme-face property; update theme-settings only (Bug#14664).
5412 (custom-available-themes): Doc fix.
5413
5414 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5415 (Bug#15674).
5416
5417 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5418
5419 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5420
5421 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5422 (Bug#13914).
5423
5424 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5425
5426 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5427
5428 2013-12-18 Glenn Morris <rgm@gnu.org>
5429
5430 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5431 * cus-start.el (load-prefer-newer): New option.
5432
5433 2013-12-18 Le Wang <l26wang@gmail.com>
5434
5435 * comint.el (comint-previous-matching-input-from-input):
5436 Retain point (Bug#13404).
5437
5438 2013-12-18 Chong Yidong <cyd@gnu.org>
5439
5440 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5441
5442 2013-12-18 Glenn Morris <rgm@gnu.org>
5443
5444 * mail/emacsbug.el (report-emacs-bug):
5445 Only mention enable-multibyte-characters if non-standard.
5446
5447 2013-12-17 Juri Linkov <juri@jurta.org>
5448
5449 * arc-mode.el (archive-extract-by-file): Check if directory exists
5450 before deletion to not show irrelevant errors if it doesn't exist.
5451
5452 2013-12-17 Juri Linkov <juri@jurta.org>
5453
5454 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5455 (Bug#14751)
5456
5457 * net/eww.el (browse-web): Add alias to `eww'.
5458 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5459 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5460
5461 * net/browse-url.el (browse-url-browser-function): Move `eww'
5462 closer to similar functions.
5463
5464 * startup.el (fancy-startup-screen, fancy-about-screen):
5465 Set browse-url-browser-function to eww-browse-url locally.
5466 (Bug#14751)
5467
5468 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * window.el (window--pixel-to-total): Remove unused `mini' var.
5471 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5472 (split-window): Remove unused `new' var.
5473 (window--display-buffer): Remove unused `frame' and `delta' vars.
5474 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5475 and display-width'.
5476
5477 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5478
5479 * dired.el (dired-mark-pop-up):
5480 * register.el (register-preview): Don't bind
5481 split-height-threshold here since it's now done in
5482 display-buffer-below-selected.
5483
5484 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5485
5486 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5487 xterm-rgb-convert-to-16bit.
5488 (rxvt-register-default-colors): Standardize with
5489 xterm-register-default-colors (Bug#14078).
5490
5491 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5492
5493 * simple.el (kill-region): Pass mark first, then point, so that
5494 kill-append works right (Bug#12819).
5495 (copy-region-as-kill, kill-ring-save): Likewise.
5496
5497 2013-12-17 Leo Liu <sdl.web@gmail.com>
5498
5499 * net/rcirc.el (rcirc-add-face):
5500 * eshell/em-prompt.el (eshell-emit-prompt):
5501 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5502 (Bug#16167)
5503
5504 2013-12-17 Chong Yidong <cyd@gnu.org>
5505
5506 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5507 Suggested by Xue Fuqiao.
5508
5509 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5510
5511 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5512
5513 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * net/shr.el (shr-insert-document): Remove unused var
5516 `shr-preliminary-table-render'.
5517 (shr-rescale-image): Remove unused arg `force'.
5518 (shr-put-image): Update calls accordingly.
5519 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5520
5521 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5522
5523 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5524 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5525 :close-all, to see which indentation method to use (Bug#16116).
5526 (smie-rules-function): Document the method :close-all.
5527
5528 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
5530 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5531
5532 * net/eww.el (eww-display-html): If we can't find the anchor we're
5533 looking for, then go to point-min.
5534
5535 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5536
5537 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5538 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5539 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5540 Expand dir too, in case it's relative.
5541
5542 2013-12-16 Juri Linkov <juri@jurta.org>
5543
5544 * desktop.el (desktop-auto-save-timeout): Change default to
5545 `auto-save-timeout'. Doc fix.
5546 (desktop-save): Skip the timestamp in desktop-saved-frameset
5547 when checking for auto-save changes.
5548 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5549 `desktop-auto-save' is called repeatedly by the idle timer.
5550 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5551 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5552 (Bug#15331)
5553
5554 2013-12-16 Juri Linkov <juri@jurta.org>
5555
5556 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5557 (Bug#16035)
5558 (isearch-pre-command-hook): Check `this-command' for symbolp.
5559
5560 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5563
5564 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5565
5566 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5567 (cfengine3--current-function): Bring in the current-function
5568 functionality from `cfengine3--current-word'.
5569 (cfengine3-completion-function): Bring in the
5570 bounds-of-current-word functionality from
5571 `cfengine3--current-word'.
5572
5573 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5574
5575 * window.el (display-buffer-below-selected):
5576 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5577
5578 2013-12-16 Leo Liu <sdl.web@gmail.com>
5579
5580 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5581 Remove NOMSG arg and all uses changed.
5582
5583 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5586 (cua--deactivate-rectangle): Don't deactivate the mark.
5587 (cua-set-rectangle-mark): Don't set mark-active since
5588 cua--activate-rectangle already does it for us.
5589 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5590 non-rectangular region.
5591
5592 * emulation/cua-base.el (cua-repeat-replace-region):
5593 Use with-current-buffer.
5594
5595 * net/gnutls.el: Use cl-lib.
5596 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5597
5598 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5599
5600 * emacs-lisp/package.el (package-built-in-p): Support both
5601 built-in and the package.el converted package descriptions.
5602 (package-show-package-list): Allow keywords.
5603 (package-keyword-button-action): Use it instead of
5604 `finder-list-matches'.
5605 (package-menu-filter-interactive): Interactive filtering (by
5606 keyword) function.
5607 (package-menu--generate): Support keywords and change keymappings
5608 and headers when they are given.
5609 (package--has-keyword-p): Helper function.
5610 (package-menu--refresh): Use it.
5611 (package--mapc): Helper function.
5612 (package-all-keywords): Use it.
5613 (package-menu-mode-map): Set up menu items and keybindings to
5614 provide a filtering UI.
5615
5616 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5617
5618 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5619 the behavior when a certificate fails validation. Defaults to
5620 old behavior: never abort, just warn.
5621 (gnutls-negotiate): Use it.
5622
5623 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5624
5625 * window.el (display-buffer-below-selected): Never split window
5626 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5627
5628 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5629
5630 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5631 (package-buffer-info): Use it (bug#15108).
5632
5633 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * icomplete.el (icomplete-completions): Make sure the prefix is already
5636 displayed elsewhere before hiding it (bug#16219).
5637
5638 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5639
5640 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5641 open-paren tokens when preceded by a open-paren, too.
5642 (ruby-smie-rules): Handle virtual indentation after open-paren
5643 tokens specially. If there is code between it and eol, return the
5644 column where is starts (Bug#16118).
5645
5646 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5647
5648 * progmodes/cfengine.el: Fix `add-hook' doc.
5649 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5650 (cfengine3--current-word): Fix parameters.
5651 (cfengine3-make-syntax-cache): Simplify further.
5652 (cfengine3-completion-function, cfengine3--current-function):
5653 Use `assq' for symbols.
5654 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5655
5656 2013-12-13 Glenn Morris <rgm@gnu.org>
5657
5658 * loadup.el (load-path): Warn if site-load or site-init changes it.
5659 No more need to reset it when bootstrapping.
5660
5661 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5662
5663 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5664 locations for cf-promises.
5665 (cfengine-mode-syntax-functions-regex): New caching variable.
5666 (cfengine3-fallback-syntax): Fallback syntax for cases where
5667 cf-promises doesn't run.
5668 (cfengine3--current-word): Reimplement using
5669 `cfengine-mode-syntax-functions-regex'.
5670 (cfengine3-completion-function, cfengine3--current-function):
5671 Use `cfengine3-make-syntax-cache' directly.
5672 (cfengine3-clear-syntax-cache): New function.
5673 (cfengine3-make-syntax-cache): Simplify and create
5674 `cfengine-mode-syntax-functions-regex' on demand.
5675 (cfengine3-format-function-docstring): Don't call
5676 `cfengine3-make-syntax-cache' explicitly.
5677
5678 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5679
5680 Fix windmove-find-other-window broken after pixelwise resizing
5681 (Bug#16017).
5682 * windmove.el (windmove-other-window-loc): Revert change from
5683 2013-12-04.
5684 (windmove-find-other-window): Call window-in-direction.
5685 * window.el (window-in-direction): New arguments SIGN, WRAP and
5686 MINI to emulate original windmove-find-other-window behavior.
5687
5688 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5689
5690 * simple.el (blink-matching--overlay): New variable.
5691 (blink-matching-open): Instead of moving point, highlight the
5692 matching paren with an overlay
5693 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5694
5695 * faces.el (paren-showing-faces, show-paren-match)
5696 (show-paren-mismatch): Move from paren.el.
5697
5698 2013-12-13 Leo Liu <sdl.web@gmail.com>
5699
5700 * indent.el (indent-region): Disable progress reporter in
5701 minibuffer. (Bug#16108)
5702
5703 * bindings.el (visual-order-cursor-movement): Fix version.
5704
5705 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5706
5707 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5708 Also match after beginning of line.
5709 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5710 files. Thanks to Russell Sim. (Bug#15378)
5711
5712 2013-12-13 Juri Linkov <juri@jurta.org>
5713
5714 * simple.el <Keypad support>: Remove key bindings duplicated
5715 with bindings.el. (Bug#14397)
5716
5717 2013-12-13 Juri Linkov <juri@jurta.org>
5718
5719 * comint.el (comint-mode-map): Replace `delete-char' with
5720 `delete-forward-char'. (Bug#16109)
5721
5722 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5723
5724 * progmodes/python.el (python-indent-calculate-indentation):
5725 Fix de-denters cornercase. (Bug#15731)
5726
5727 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5730 (advice--make): Pay attention to `depth'.
5731 (advice--make-1): Don't autoload commands eagerly.
5732 * emacs-lisp/elp.el (elp-instrument-function):
5733 * emacs-lisp/trace.el (trace-function-internal):
5734 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5735
5736 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5737
5738 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5739
5740 * term/w32-win.el (w32-handle-dropped-file):
5741 * startup.el (normal-top-level):
5742 * net/browse-url.el (browse-url-file-url):
5743 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5744 decode file names using 'utf-8' rather than
5745 file-name-coding-system.
5746
5747 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5748
5749 * progmodes/python.el (python-indent-context)
5750 (python-indent-calculate-indentation): Fix auto-identation
5751 behavior for comment blocks. (Bug#15916)
5752
5753 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5754
5755 * progmodes/python.el (python-indent-calculate-indentation):
5756 When determining indentation, don't treat "return", "pass", etc., as
5757 operators when they are just string constituents. (Bug#15812)
5758
5759 2013-12-12 Juri Linkov <juri@jurta.org>
5760
5761 * uniquify.el (uniquify-buffer-name-style): Change default to
5762 `post-forward-angle-brackets'.
5763
5764 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5765 `uniquify'. Change default to `post-forward-angle-brackets'.
5766
5767 2013-12-11 Glenn Morris <rgm@gnu.org>
5768
5769 * emacs-lisp/package.el (finder-list-matches):
5770 Autoload rather than falsely declaring.
5771
5772 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5773
5774 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5775 (eww-mode-map): Use them.
5776
5777 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5778
5779 * window.el (display-buffer-in-side-window): Fix doc-string
5780 (Bug#16115).
5781
5782 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * vc/vc-git.el: Silence byte-compiler warnings.
5785 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5786 (log-edit-set-header): Declare.
5787
5788 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5789
5790 * Makefile.in (custom-deps, finder-data): Run output file names
5791 through unmsys--file-name. (Bug#16099)
5792
5793 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5796 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5797
5798 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5799 instead of deleting the selection "by hand" (bug#16098).
5800 Rely on insert-for-yank to yank rectangles.
5801 (cua-highlight-region-shift-only): Mark obsolete.
5802 (cua-mode): Don't enable/disable transient-mark-mode,
5803 shift-select-mode (cua-mode works both with and without them), and
5804 pc-selection-mode (obsolete).
5805 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5806 (cua--deactivate-rectangle): Deactivate it.
5807
5808 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5809 (delete-selection-helper): Make sure yank starts at the top of the
5810 deleted region.
5811 (minibuffer-keyboard-quit): Use region-active-p.
5812
5813 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5814
5815 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5816 to `delete' (bug#16109).
5817
5818 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5819
5820 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5821 info manual and show keybindings and set `:group' keyword.
5822
5823 2013-12-11 Juri Linkov <juri@jurta.org>
5824
5825 * delsel.el (delete-active-region): Let-bind `this-command'
5826 to prevent `kill-region' from changing its original value.
5827 (delete-selection-helper): Handle `overwrite-mode' for the type
5828 `kill' exactly the same way as for the type `t'.
5829 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5830 Support more commands. (Bug#13312)
5831
5832 2013-12-11 Juri Linkov <juri@jurta.org>
5833
5834 * bindings.el: Map kp keys to non-kp keys systematically
5835 with basic modifiers control, meta and shift. (Bug#14397)
5836
5837 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5838
5839 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5840 "Close browser" menu items. Fix wrong function of "List
5841 bookmarks".
5842
5843 2013-12-11 Juri Linkov <juri@jurta.org>
5844
5845 * misearch.el (multi-isearch-buffers): Set the value of
5846 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5847 arg of isearch-forward to t.
5848 (multi-isearch-buffers-regexp): Set the value of
5849 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5850 arg of isearch-forward-regexp to t.
5851 (multi-isearch-files): Set the value of
5852 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5853 arg of isearch-forward to t.
5854 (multi-isearch-files-regexp): Set the value of
5855 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5856 arg of isearch-forward-regexp to t. (Bug#16035)
5857
5858 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5859 arg of isearch-forward to t.
5860 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5861 arg of isearch-forward-regexp to t.
5862 (dired-isearch-filter-filenames): Remove unnecessary check for
5863 `dired-isearch-filenames'.
5864
5865 * comint.el (comint-history-isearch-backward):
5866 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5867 (comint-history-isearch-backward-regexp):
5868 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5869
5870 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5871
5872 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5873 unmsys--file-name. (Bug#16099)
5874
5875 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5876
5877 * emacs-lisp/package.el (package-keyword-button-action):
5878 Remove finder.el require dependency.
5879
5880 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5881
5882 * emacs-lisp/package.el: Require finder.el.
5883 (describe-package-1): Add keyword buttons.
5884 (package-make-button): New convenience function.
5885 (package-keyword-button-action): Keyword button action using
5886 `finder-list-matches'.
5887
5888 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5889
5890 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5891 last commit.
5892
5893 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5896 symlinked files.
5897
5898 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5899
5900 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5901 after the end of a percent literal.
5902
5903 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5904
5905 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5906 Handle caret-delimited strings (Bug#16079).
5907
5908 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5909
5910 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5911 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5912 `ruby-parse-partial' (Bug#16078).
5913
5914 2013-12-09 Leo Liu <sdl.web@gmail.com>
5915
5916 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5917
5918 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5919
5920 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5921 (js-switch-indent-offset): New option.
5922 (js--proper-indentation): Use it. And handle the case when
5923 "default" is actually a key in an object literal.
5924 (js--same-line): New function.
5925 (js--multi-line-declaration-indentation): Use it.
5926 (js--indent-in-array-comp, js--array-comp-indentation):
5927 New functions.
5928 (js--proper-indentation): Use them, to handle array comprehension
5929 continuations.
5930
5931 2013-12-08 Leo Liu <sdl.web@gmail.com>
5932
5933 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5934 (flymake-make-overlay): Remove arg MOUSE-FACE.
5935 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5936
5937 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5940 New function.
5941 (redisplay-highlight-region-function): Use it.
5942
5943 * emulation/cua-base.el (cua--explicit-region-start)
5944 (cua--last-region-shifted): Remove.
5945 (cua--deactivate): Use deactivate-mark.
5946 (cua--pre-command-handler-1): Don't handle shift-selection.
5947 (cua--post-command-handler-1): Don't change transient-mark-mode.
5948 (cua--select-keymaps): Use region-active-p rather than
5949 cua--explicit-region-start or cua--last-region-shifted.
5950 (cua-mode): Enable shift-select-mode.
5951
5952 2013-12-08 Leo Liu <sdl.web@gmail.com>
5953
5954 * progmodes/flymake.el (flymake-popup-current-error-menu):
5955 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5956 (flymake-posn-at-point-as-event, flymake-popup-menu)
5957 (flymake-make-emacs-menu): Remove. (Bug#16077)
5958
5959 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * rect.el (rectangle-mark-mode): Activate mark even if
5962 transient-mark-mode is off (bug#16066).
5963 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5964 is > mark and at bolp.
5965
5966 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5967 (region-extract-function): Use it.
5968 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5969 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5970 Delete functions.
5971 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5972 kill-ring-save, kill-region, delete-char, delete-forward-char.
5973 Ignore self-insert-iso.
5974
5975 * emulation/cua-gmrk.el (cua--init-global-mark):
5976 Ignore `self-insert-iso'.
5977
5978 * emulation/cua-base.el (cua--prefix-copy-handler)
5979 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5980 checking cua--rectangle.
5981 (cua-delete-region): Use region-extract-function.
5982 (cua-replace-region): Delete function.
5983 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5984 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5985 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5986 (cua--init-keymaps): Don't remap delete-selection commands.
5987 (cua-mode): Use delete-selection-mode instead of rolling our own
5988 (bug#16085).
5989
5990 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5991 Obey region-extract-function.
5992
5993 Make registers and delete-selection-mode work on rectangles.
5994 * register.el (describe-register-1): Don't modify the register's value.
5995 (copy-to-register): Obey region-extract-function.
5996 * delsel.el (delete-active-region): Obey region-extract-function.
5997
5998 2013-12-08 Leo Liu <sdl.web@gmail.com>
5999
6000 * progmodes/flymake.el (flymake, flymake-error-bitmap)
6001 (flymake-warning-bitmap, flymake-fringe-indicator-position)
6002 (flymake-compilation-prevents-syntax-check)
6003 (flymake-start-syntax-check-on-newline)
6004 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6005 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6006 (flymake-xml-program, flymake-master-file-dirs)
6007 (flymake-master-file-count-limit)
6008 (flymake-allowed-file-name-masks): Relocate.
6009 (flymake-makehash, flymake-float-time)
6010 (flymake-replace-regexp-in-string, flymake-split-string)
6011 (flymake-get-temp-dir): Remove.
6012 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6013 (flymake-current-row, flymake-selected-frame)
6014 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6015 related functions. (Bug#16077)
6016
6017 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6018
6019 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6020
6021 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6022
6023 * help-fns.el (describe-function-1): Use new advice-* functions
6024 rather than old ad-* functions. Fix function type description and
6025 source links for advised functions and subrs.
6026
6027 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6028
6029 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6030
6031 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6032
6033 * progmodes/compile.el (compilation-start):
6034 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6035
6036 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6037 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6038
6039 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6040
6041 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6042 Touch up the last change.
6043
6044 2013-12-06 Leo Liu <sdl.web@gmail.com>
6045
6046 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6047 (inferior-octave-startup): Always use "octave> " for prompt.
6048 (octave-goto-function-definition)
6049 (octave-sync-function-file-names)
6050 (octave-find-definition-default-filename): Remove redundant backquotes.
6051
6052 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6053
6054 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6055 syntax for `?'.
6056 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6057 where appropriate already.
6058 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6059 end of method names (Bug#15874).
6060
6061 2013-12-06 Juri Linkov <juri@jurta.org>
6062
6063 * isearch.el (isearch--saved-overriding-local-map):
6064 New internal variable.
6065 (isearch-mode): Set it to the initial value of
6066 `overriding-terminal-local-map'.
6067 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6068 with `isearch--saved-overriding-local-map'. (Bug#16035)
6069
6070 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6071
6072 * progmodes/octave.el (inferior-octave-completion-table):
6073 Turn back into function, use `completion-table-with-cache'
6074 (Bug#11906). Update all references.
6075
6076 * minibuffer.el (completion-table-with-cache): New function.
6077
6078 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6079
6080 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6081
6082 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6083
6084 * net/eww.el (eww-current-source): New variable to store page
6085 source.
6086 (eww-display-html, eww-mode, eww-save-history)
6087 (eww-restore-history): Use it.
6088 (eww-view-source): New command to view page source.
6089 Opportunistically uses `html-mode' to highlight the buffer.
6090 (eww-mode-map): Install it.
6091
6092 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6093
6094 * net/dbus.el (dbus-unregister-service)
6095 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6096 Fix docstring.
6097 (dbus-unregister-service): Skip :serial entries in
6098 `dbus-registered-objects-table'.
6099 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6100
6101 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6102
6103 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6104 around keywords with extra `split-string' argument.
6105
6106 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6107
6108 * windmove.el (windmove-other-window-loc): Handle navigation
6109 between windows (excluding the minibuffer window - Bug#16017).
6110
6111 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6112
6113 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6114 in D-Bus type syntax.
6115 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6116 preserve unibyte strings. (Bug#16048)
6117
6118 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6121 Call force-mode-line-update is the proper buffer (bug#16042).
6122
6123 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6124
6125 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6126 `log-edit-remember-comment', make argument optional. Adjust all
6127 callers.
6128 (log-edit-mode): Add `log-edit-remember-comment' to
6129 `kill-buffer-hook' locally.
6130 (log-edit-kill-buffer): Don't remember comment explicitly since
6131 the buffer is killed anyway.
6132
6133 2013-12-04 Juri Linkov <juri@jurta.org>
6134
6135 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6136 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6137
6138 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6139
6140 * notifications.el (notifications-close-notification): Call the
6141 D-Bus method with ID being a `:uint32'. (Bug#16030)
6142
6143 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6144
6145 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6146
6147 2013-12-03 Juri Linkov <juri@jurta.org>
6148
6149 * progmodes/compile.el (compilation-start): Rename window alist
6150 entry `no-display-ok' to `allow-no-window'.
6151
6152 * simple.el (shell-command): Add window alist entry
6153 `allow-no-window' to `display-buffer'.
6154 (async-shell-command): Doc fix.
6155
6156 * window.el (display-buffer-no-window): New action function.
6157 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6158
6159 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6160
6161 * vc/log-edit.el (log-edit-set-header): Extract from
6162 `log-edit-toggle-header'.
6163 (log-edit-extract-headers): Separate the summary, when extracted
6164 from header, from the rest of the message with an empty line.
6165
6166 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6167 line, if present, to the Summary header.
6168
6169 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6172 in current-buffer (bug#16029).
6173
6174 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6175
6176 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6177 (debugger-mode-map): Bind it.
6178 (debugger--backtrace-base): New function.
6179 (debugger-eval-expression): Use it.
6180 (debugger-frame-number): Skip local vars when present.
6181 (debugger--locals-visible-p, debugger--insert-locals)
6182 (debugger--show-locals, debugger--hide-locals): New functions.
6183
6184 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6185
6186 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6187 "LC_ALL".
6188 (tramp-get-remote-locale): New defun.
6189 (tramp-open-connection-setup-interactive-shell): Use it.
6190
6191 2013-12-02 Leo Liu <sdl.web@gmail.com>
6192
6193 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6194
6195 * progmodes/sh-script.el (sh-shell-process):
6196 * progmodes/octave.el (inferior-octave-process-live-p):
6197 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6198 (gdb-inferior-io-sentinel):
6199 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6200
6201 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6202
6203 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6204 `save-selected-window' to `log-edit-hide-buf'. This makes
6205 `log-edit-show-files' idempotent.
6206 (log-edit-show-files): Mark the new window as dedicated.
6207
6208 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6209
6210 * vc/log-edit.el (log-edit-mode-map): Add binding for
6211 `log-edit-kill-biffer'.
6212 (log-edit-hide-buf): Add a FIXME comment.
6213 (log-edit-add-new-comment): New function, extracted from
6214 `log-edit-done'.
6215 (log-edit-done, log-edit-add-to-changelog): Use it.
6216 (log-edit-kill-buffer): New command.
6217
6218 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6219
6220 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6221 instead of killing the buffer.
6222
6223 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6226
6227 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6228
6229 * net/eww.el (eww-form-checkbox-selected-symbol)
6230 (eww-form-checkbox-symbol): New customizable variable.
6231 (eww-form-checkbox, eww-toggle-checkbox):
6232 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6233
6234 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6235 (shr--get-media-pref, shr--extract-best-source): New function.
6236 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6237 no :src tag was specified.
6238
6239 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6240 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6241 Use \\` to match beginning of string instead of ^.
6242 (eww-browse-with-external-browser): Provide optional URL parameter.
6243 (eww-render): Set `eww-current-title' back to "".
6244
6245 * net/shr.el (shr-tag-video): Display content for video if no
6246 poster is available.
6247 (shr-tag-audio): Add support for <audio> tag.
6248
6249 * net/eww.el (eww-text-input-types): New const.
6250 (eww-process-text-input): Treat input types in
6251 `eww-text-input-types' as text.
6252
6253 * net/shr.el (shr-tag-table): Fix comment typo.
6254
6255 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6256
6257 * net/eww.el (eww-follow-link): New command to avoid reloading
6258 pages when we follow #target links (bug#15243).
6259 (eww-quit): Special mode buffers shouldn't query before exiting.
6260
6261 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6262
6263 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6264 forms.
6265
6266 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6267
6268 * net/eww.el (eww-restore-history): Update the window title after
6269 moving in the history.
6270 (eww-current-dom): New variable used to save the current DOM.
6271
6272 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6273
6274 * vc/log-edit.el (log-edit-mode-map): Add binding for
6275 `log-edit-beginning-of-line'.
6276 (log-edit-setup-add-author): New user option.
6277 (log-edit-beginning-of-line): New command.
6278 (log-edit): Move major mode call above the contents setup so that
6279 the local variable values are already applied.
6280 (log-edit): Only insert "Author: " when
6281 `log-edit-setup-add-author' is non-nil.
6282 (log-edit): When SETUP is non-nil, position point after ": "
6283 instead of point-min.
6284
6285 2013-12-01 Glenn Morris <rgm@gnu.org>
6286
6287 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6288
6289 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6290
6291 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6292 redisplay to make sure the initial frame gets a chance to become
6293 visible. (Bug#16014)
6294
6295 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6296
6297 Support resizing frames and windows pixelwise.
6298 * cus-start.el (frame-resize-pixelwise)
6299 (window-resize-pixelwise): New entries.
6300 * emacs-lisp/debug.el (debug): Use window-total-height instead
6301 of window-total-size.
6302 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6303 * help.el (describe-bindings-internal): Use help-buffer as
6304 argument for with-help-window.
6305 (temp-buffer-max-width): New option.
6306 (resize-temp-buffer-window, help-window-setup)
6307 (with-help-window): Rewrite.
6308 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6309 dragging dividers.
6310 * window.el (frame-char-size, window-min-pixel-height)
6311 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6312 (window-min-pixel-width, window-safe-min-pixel-size)
6313 (window-combination-p, window-safe-min-size)
6314 (window-resizable-p, window--size-to-pixel)
6315 (window--pixel-to-size, window--resize-apply-p): New functions.
6316 (window-safe-min-height): Fix doc-string.
6317 (window-size, window-min-size, window--min-size-1)
6318 (window-sizable, window-sizable-p, window--min-delta-1)
6319 (window-min-delta, window--max-delta-1, window-max-delta)
6320 (window--resizable, window--resizable-p, window-resizable)
6321 (window-full-height-p, window-full-width-p, window-at-side-p)
6322 (window--in-direction-2, window-in-direction)
6323 (window--resize-reset-1, window--resize-mini-window)
6324 (window-resize, window-resize-no-error)
6325 (window--resize-child-windows-normal)
6326 (window--resize-child-windows, window--resize-siblings)
6327 (window--resize-this-window, window--resize-root-window)
6328 (window--resize-root-window-vertically)
6329 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6330 (maximize-window, minimize-window, delete-window)
6331 (quit-restore-window, window-split-min-size, split-window)
6332 (balance-windows-2, balance-windows)
6333 (balance-windows-area-adjust, balance-windows-area)
6334 (window--state-get-1, window-state-get, window--state-put-1)
6335 (window--state-put-2, window-state-put)
6336 (display-buffer-record-window, window--display-buffer):
6337 Make functions handle pixelwise sizing of windows.
6338 (display-buffer--action-function-custom-type)
6339 (display-buffer-fallback-action):
6340 Add display-buffer-in-previous-window.
6341 (display-buffer-use-some-window): Resize window to height it had
6342 before.
6343 (fit-window-to-buffer-horizontally): New option.
6344 (fit-frame-to-buffer): Describe new values.
6345 (fit-frame-to-buffer-bottom-margin): Replace with
6346 fit-frame-to-buffer-margins.
6347 (window--sanitize-margin): New function.
6348 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6349 using window-text-pixel-size.
6350
6351 2013-11-30 Glenn Morris <rgm@gnu.org>
6352
6353 * emacs-lisp/bytecomp.el (byte-compile-form):
6354 Make the `interactive-only' warning like the `obsolete' one.
6355 * comint.el (comint-run):
6356 * files.el (insert-file-literally, insert-file):
6357 * replace.el (replace-string, replace-regexp):
6358 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6359 (goto-line, insert-buffer, next-line, previous-line):
6360 Tweak `interactive-only' spec.
6361
6362 Stop keeping (most) generated cedet grammar files in the repository.
6363 * Makefile.in (semantic): New.
6364 (compile-main): Depend on semantic.
6365
6366 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6369 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6370
6371 * uniquify.el (uniquify-buffer-name-style): Change default.
6372
6373 * loadup.el: Preload "uniquify".
6374
6375 * time.el (display-time-update): Update all mode lines (bug#15999).
6376
6377 * electric.el (electric-indent-mode): Enable by default.
6378 * loadup.el: Preload "electric".
6379
6380 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6381
6382 * emacs-lisp/helpers.el (string-empty-p): New function.
6383 (string-blank-p): New function.
6384
6385 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6386
6387 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6388 (Bug#14029).
6389
6390 2013-11-29 Andreas Politz <politza@fh-trier.de>
6391 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6392 allow non-lambda lists as functions.
6393 (imenu--in-alist): Don't recurse into non-subalists.
6394 (imenu): Don't pass function itself as an argument (Bug#14029).
6395
6396 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * progmodes/python.el (python-mode-map): Remove binding for ":".
6399 (python-indent-electric-colon): Remove command.
6400 (python-indent-post-self-insert-function): Integrate the previous code
6401 of python-indent-electric-colon. Make it conditional on
6402 electric-indent-mode.
6403 (python-mode): Add ?: to electric-indent-chars.
6404 Move python-indent-post-self-insert-function to the end of
6405 post-self-insert-hook.
6406
6407 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * doc-view.el (doc-view-goto-page): Update mode-line.
6410
6411 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6412
6413 2013-11-27 Glenn Morris <rgm@gnu.org>
6414
6415 * international/charprop.el, international/uni-bidi.el:
6416 * international/uni-category.el, international/uni-combining.el:
6417 * international/uni-comment.el, international/uni-decimal.el:
6418 * international/uni-decomposition.el, international/uni-digit.el:
6419 * international/uni-lowercase.el, international/uni-mirrored.el:
6420 * international/uni-name.el, international/uni-numeric.el:
6421 * international/uni-old-name.el, international/uni-titlecase.el:
6422 * international/uni-uppercase.el:
6423 Remove generated files from VCS repository.
6424
6425 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6426
6427 * filenotify.el (file-notify-add-watch): Don't special-case
6428 w32notify when computing the directory to watch.
6429
6430 2013-11-27 Glenn Morris <rgm@gnu.org>
6431
6432 Make bootstrap without generated uni-*.el files possible again.
6433 * loadup.el: Update command-line-args checking for unidata-gen.
6434 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6435 * composite.el, international/characters.el:
6436 Handle unicode tables being undefined.
6437
6438 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6439 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6440 (compile-main): Depend on leim rule.
6441 (leim): New rule.
6442 * loadup.el: Move leim-list.el to leim/ subdirectory.
6443 * startup.el (normal-top-level): No more leim directory.
6444 * international/ja-dic-cnv.el (skkdic-convert):
6445 Disable version-control and autoloads in output files.
6446 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6447 Disable version-control and autoloads in output files.
6448 * leim/quail: Move here from ../leim.
6449 * leim/quail/hangul.el (hangul-input-method-activate):
6450 Add autoload cookie.
6451 (generated-autoload-load-name): Set file-local value.
6452 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6453 (generated-autoload-load-name): Set file-local value.
6454
6455 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6456
6457 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6458 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6459 (eww-quit): Ask confirmation before quitting eww.
6460
6461 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6462
6463 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6464 reading output from Diff on MS-Windows and MS-DOS.
6465
6466 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6467
6468 * emacs-lisp/helpers.el (string-reverse): New function.
6469
6470 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6471
6472 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6473 names on MS Windows, like "/[::1]:".
6474
6475 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6476 SWITCHES.
6477
6478 2013-11-26 Glenn Morris <rgm@gnu.org>
6479
6480 * progmodes/python.el (python-indent-guess-indent-offset):
6481 Avoid corner-case error. (Bug#15975)
6482
6483 Preload leim-list.el. (Bug#4789)
6484 * loadup.el: Load leim-list.el when found.
6485 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6486
6487 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6488
6489 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6490
6491 * emacs-lisp/helpers.el (string-join): New function.
6492
6493 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6494
6495 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6496 Mark as obsolete and replace it with a symbol property.
6497 (byte-compile-form): Use new 'interactive-only property.
6498 * comint.el, files.el, replace.el, simple.el:
6499 Apply new 'interactive-only properly.
6500
6501 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6502
6503 * window.el (display-buffer-at-bottom): Make sure that
6504 split-window-sensibly creates the new window on bottom
6505 (Bug#15961).
6506
6507 2013-11-23 David Kastrup <dak@gnu.org>
6508
6509 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6510 on the conflict markers when available.
6511 (smerge--get-marker): New function.
6512 (smerge-end-re, smerge-base-re): Add subgroup.
6513
6514 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * frame.el (handle-focus-in, handle-focus-out): Add missing
6517 interactive spec.
6518
6519 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6522 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6523
6524 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6527 (gomoku--last-pos): New var.
6528 (gomoku--intangible-chars): New const.
6529 (gomoku--intangible): New function.
6530 (gomoku-mode): Use it. Derive from special-mode.
6531 (gomoku-move-up): Adjust line count.
6532 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6533 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6534 Simplify accordingly.
6535
6536 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6537 Remove blink-cursor code.
6538 (blink-cursor-timer-function, blink-cursor-suspend):
6539 Don't special-case GUIs.
6540 (blink-cursor-mode): Use focus-in/out-hook.
6541
6542 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6543
6544 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6545 work when annotation is invisible (Bug#13886).
6546
6547 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6548
6549 * json.el (json-alist-p): Only return non-nil if the alist has
6550 simple keys (Bug#13518).
6551
6552 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6553
6554 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6555 when control-statement is the first statement in a buffer (Bug#15956).
6556
6557 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6558
6559 * imenu.el (imenu-generic-skip-comments-and-strings):
6560 New option (Bug#15560).
6561 (imenu--generic-function): Use it.
6562
6563 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6564
6565 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6566 (Bug#13898)
6567
6568 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6569
6570 * emacs-lisp/helpers.el: Add some string helpers.
6571 (string-trim-left): Removes leading whitespace.
6572 (string-trim-right): Removes trailing whitespace.
6573 (string-trim): Removes leading and trailing whitespace.
6574
6575 * subr.el (string-suffix-p): New function.
6576
6577 2013-11-23 Glenn Morris <rgm@gnu.org>
6578
6579 * progmodes/python.el (python-shell-send-file):
6580 Add option to delete file when done. (Bug#15647)
6581 (python-shell-send-string, python-shell-send-region): Use it.
6582
6583 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6584
6585 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6586 to set buffer-read-only to t, never to nil. (Bug#15938)
6587
6588 * textmodes/tex-mode.el (latex-noindent-environments):
6589 Add safe-local-variable property. (Bug#15936)
6590
6591 2013-11-23 Glenn Morris <rgm@gnu.org>
6592
6593 * textmodes/enriched.el (enriched-mode): Doc fix.
6594 * emacs-lisp/authors.el (authors-renamed-files-alist):
6595 Add enriched.doc -> enriched.txt.
6596
6597 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6598
6599 2013-11-22 Leo Liu <sdl.web@gmail.com>
6600
6601 * progmodes/octave.el (inferior-octave-startup): Spit out error
6602 message.
6603
6604 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6605
6606 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6607 Improve docstring.
6608 Add :version.
6609 (ruby-encoding-magic-comment-style): Add :version.
6610
6611 2013-11-22 Leo Liu <sdl.web@gmail.com>
6612
6613 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6614 (Bug#15076)
6615 (octave-help-mode): Adapt to change to help-mode-finish to use
6616 derived-mode-p on 2013-09-17.
6617 (inferior-octave-prompt): Also match octave-gui.
6618 (octave-kill-process): Don't ask twice. (Bug#10564)
6619
6620 2013-11-22 Leo Liu <sdl.web@gmail.com>
6621
6622 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6623 (inferior-octave-startup, inferior-octave-check-process)
6624 (inferior-octave-track-window-width-change)
6625 (octave-completion-at-point, octave-eldoc-function): Use it.
6626 (octave-kill-process): Provide confirmation. (Bug#10564)
6627
6628 2013-11-21 Leo Liu <sdl.web@gmail.com>
6629
6630 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6631 Fix obsolete variable comment-use-global-state.
6632
6633 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6634
6635 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6636 Add `octave-source-file'.
6637 (octave-source-file): New function. (Bug#15935)
6638
6639 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6640
6641 * net/eww.el (eww-local-regex): New variable.
6642 (eww): Use it to detect localhost and similar.
6643
6644 2013-11-21 Leo Liu <sdl.web@gmail.com>
6645
6646 Add completion for command `ag'.
6647 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6648 (pcomplete/ag): New function.
6649 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6650
6651 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6654 (bug#14646).
6655 (make-obsolete): Remove interactive spec.
6656
6657 2013-11-21 Glenn Morris <rgm@gnu.org>
6658
6659 * startup.el (command-line-1): Use path-separator with -L.
6660
6661 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6662
6663 * emacs-lisp/package.el (describe-package-1): Add package archive
6664 to shown fields.
6665
6666 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6667
6668 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6669 Change default to "# encoding: %s" to differentiate it from the
6670 default Ruby encoding comment template.
6671
6672 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6673
6674 * ses.el (ses-mode): Doc fix. (Bug#14748)
6675
6676 2013-11-20 Leo Liu <sdl.web@gmail.com>
6677
6678 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6679
6680 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6681
6682 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6683 when rebase or bisect are in progress.
6684
6685 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6686
6687 * filenotify.el (file-notify-add-watch): Doc fix.
6688
6689 2013-11-19 Leo Liu <sdl.web@gmail.com>
6690
6691 * obsolete/rcompile.el: Mark obsolete.
6692
6693 * progmodes/compile.el (compilation-start)
6694 (compilation-goto-locus, compilation-find-file):
6695 Pass no-display-ok and handle nil value from display-buffer.
6696 (Bug#13594)
6697
6698 * window.el (display-buffer-alist, display-buffer): Document the
6699 new parameter no-display-ok. Return either a window or nil
6700 but never a non-window value.
6701
6702 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * electric.el (electric-indent-mode-map): Remove.
6705 (electric-indent-mode): Change the global-map instead (bug#15915).
6706
6707 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6708 Use add-function.
6709
6710 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * emacs-lisp/nadvice.el (remove-function): Align with
6713 add-function's behavior.
6714
6715 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6716 (gdb--string-regexp): New constant.
6717 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6718 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6719 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6720 submatch 1.
6721 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6722 Adjust use accordingly.
6723 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6724
6725 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6726
6727 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6728 interpolation curlies (Bug#15914).
6729
6730 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6731
6732 * calc/calc.el (calc-context-sensitive-enter): New variable.
6733 (calc-enter): Use `calc-context-sensitive-enter'.
6734
6735 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6736
6737 * progmodes/cfengine.el: Version bump.
6738 (cfengine-cf-promises): New defcustom to locate cf-promises.
6739 (cfengine3-vartypes): Add new "data" type.
6740 (cfengine3--current-word): New function to get current name-like
6741 word or its bounds.
6742 (cfengine3--current-function): New function to look up a CFEngine
6743 function's definition.
6744 (cfengine3-format-function-docstring): New function.
6745 (cfengine3-make-syntax-cache): New function.
6746 (cfengine3-documentation-function): New function: ElDoc glue.
6747 (cfengine3-completion-function): New function: completion glue.
6748 (cfengine3-mode): Set `compile-command',
6749 `eldoc-documentation-function', and add to
6750 `completion-at-point-functions'.
6751
6752 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6753
6754 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6755 `tramp-current-connection'.
6756
6757 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6758
6759 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6760 nil/self/true/false with "end of symbol".
6761
6762 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6763
6764 * subr.el (version-regexp-alist): Fix a typo.
6765
6766 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6767
6768 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6769 "en_US.utf8" and "LC_CTYPE" to "".
6770 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6771 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6772
6773 2013-11-15 Leo Liu <sdl.web@gmail.com>
6774
6775 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6776
6777 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * progmodes/gud.el (ctl-x-map):
6780 Remove C-x SPC binding. (Bug#12342)
6781 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6782
6783 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6784
6785 * subr.el (version-regexp-alist):
6786 Recognize hg, svn and darcs versions as snapshot versions.
6787
6788 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6789 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6790 (ruby--encoding-comment-required-p): Extract from
6791 `ruby-mode-set-encoding'.
6792 (ruby-mode-set-encoding): Add the ability to always insert an
6793 utf-8 encoding comment. Fix and simplify coding comment update
6794 logic.
6795
6796 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * net/tramp-gvfs.el (top): Run init code only when
6799 `tramp-gvfs-enabled' is not nil.
6800 (tramp-gvfs-enabled): Check also :system bus.
6801
6802 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 Sync with upstream verilog-mode revision 78e66ba.
6805 * progmodes/verilog-mode.el (verilog-end-of-defun)
6806 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6807 (verilog-get-end-of-defun): Remove unused argument.
6808 (verilog-comment-depth): Remove unused local `e'.
6809 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6810 Don't pass arg to verilog-get-end-of-defun.
6811
6812 2013-11-14 Glenn Morris <rgm@gnu.org>
6813
6814 * obsolete/assoc.el (aget): Prefix dynamic variable.
6815
6816 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6817
6818 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * widget.el, hfy-cmap.el: Remove bogus package version number.
6821
6822 2013-11-13 Glenn Morris <rgm@gnu.org>
6823
6824 * replace.el (replace-eval-replacement):
6825 Try to give more helpful error message. (Bug#15836)
6826
6827 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6828 (archive-7z-update): Avoid custom type mismatches.
6829
6830 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6831
6832 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6833
6834 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6835 address can be empty.
6836
6837 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6838 Accept nil SWITCHES.
6839 (tramp-gvfs-handle-write-region): Implement APPEND.
6840
6841 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6842
6843 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6844 binary "|" operator and closing block args delimiter.
6845 Remove FIXME comment referring to Ruby 1.8-only syntax.
6846 (ruby-smie--implicit-semi-p): Not after "|" operator.
6847 (ruby-smie--closing-pipe-p): New function.
6848 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6849 (ruby-smie-rules): Indent after "|".
6850
6851 2013-11-12 Glenn Morris <rgm@gnu.org>
6852
6853 * ps-print.el (ps-face-attribute-list):
6854 Handle anonymous faces. (Bug#15827)
6855
6856 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6857
6858 * window.el (display-buffer-other-frame): Fix doc-string.
6859 (Bug#15868)
6860
6861 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6864
6865 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6866
6867 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6868 (tramp-sh-handle-file-local-copy): Don't write a message when
6869 saving temporary files.
6870
6871 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6872 both directories are remote.
6873 (tramp-smb-handle-directory-files): Do not return double entries.
6874 Do not expand full file names.
6875 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6876 (tramp-smb-handle-write-region): Implement APPEND.
6877 (tramp-smb-get-stat-capability): Fix a stupid bug.
6878
6879 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6882
6883 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6884
6885 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6886 throwing error over malformed let/let* (bug#15814).
6887
6888 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * iswitchb.el (iswitchb-mode): Mark obsolete.
6891
6892 2013-11-11 Glenn Morris <rgm@gnu.org>
6893
6894 * international/uni-bidi.el, international/uni-category.el:
6895 * international/uni-name.el, international/uni-numeric.el:
6896 Regenerate for Unicode 6.3.0.
6897
6898 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * net/tramp.el (tramp-methods):
6901 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6902 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6903
6904 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6905
6906 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6907 Force highlighting text after Summary keyword in doc face for rpm.
6908
6909 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6910
6911 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6912 available and the word has no wildcards, append one to the grep pattern.
6913 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6914 (ispell-complete-word): Call `ispell-lookup-words' with the value
6915 independent of `ispell-look-p'.
6916
6917 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6918
6919 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6920 Not after "||".
6921 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6922 their parent.
6923
6924 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6927 (ruby-font-lock-keywords): Use backquote.
6928
6929 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6930
6931 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6932 (ruby-smie--backward-token): Only consider full-string matches.
6933
6934 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6935
6936 * faces.el (describe-face): Add distant-foreground.
6937
6938 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6939
6940 * progmodes/ruby-mode.el: Improve encoding comment handling.
6941 (ruby-encoding-magic-comment-style): New option.
6942 (ruby-custom-encoding-magic-comment-template): New option.
6943 (ruby--insert-coding-comment, ruby--detect-encoding):
6944 New functions extracted from `ruby-mode-set-encoding'.
6945 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6946 to control the style of the auto-inserted encoding comment.
6947
6948 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6949
6950 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6951 Use `smie-backward-sexp' with token argument.
6952
6953 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6954
6955 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6956 Remove instrumentation code.
6957
6958 2013-11-08 Glenn Morris <rgm@gnu.org>
6959
6960 * progmodes/autoconf.el (autoconf-mode):
6961 Tweak comment-start-skip. (Bug#15822)
6962
6963 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6966 at bobp (bug#15826).
6967 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6968
6969 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6970
6971 * man.el (Man-start-calling): New macro, extracted from
6972 Man-getpage-in-background.
6973 (Man-getpage-in-background): Use it.
6974 (Man-update-manpage): New command.
6975 (Man-mode-map): Bind it.
6976
6977 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6978
6979 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6980 of "and", "or", "&&" and "||".
6981 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6982 argument. Prohibit opening curly brace because it could only be a
6983 block opener in that position.
6984 (ruby-smie--forward-token, ruby-smie--backward-token):
6985 Separate "|" from "&" or "*" going after it. That can happen in block
6986 arguments.
6987 (ruby-smie--indent-to-stmt): New function, seeks the end of
6988 previous statement or beginning of buffer.
6989 (ruby-smie-rules): Use it.
6990 (ruby-smie-rules): Check if there's a ":" before a curly block
6991 opener candidate; if there is, it's a hash.
6992
6993 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6996 (cl--block-wrapper): Fix last accidental change.
6997
6998 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7001 Instrument, in order to hunt failure on hydra.
7002
7003 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7004
7005 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7006 malformed bindings form (bug#15814).
7007
7008 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7009
7010 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7011 "." compared to " @ ". This incidentally fixes some indentation
7012 examples with "do".
7013 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7014 (ruby-smie-grammar): New tokens: "and" and "or".
7015 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7016 Exclude "and" and "or". Remove "do" in order to work around token
7017 priorities.
7018 (ruby-smie-rules): Add all infix tokens. Handle the case of
7019 beginning-of-buffer.
7020
7021 2013-11-06 Glenn Morris <rgm@gnu.org>
7022
7023 * Makefile.in (setwins_almost, setwins_for_subdirs):
7024 Avoid accidental matches.
7025
7026 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * menu-bar.el (popup-menu): Use key-binding.
7029
7030 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7031
7032 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7033 menus, support also the menus produced by minor modes.
7034 (Bug#15817)
7035
7036 2013-11-06 Leo Liu <sdl.web@gmail.com>
7037
7038 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7039 DISTANCE to bound the search. All uses changed. (Bug#15808)
7040
7041 2013-11-06 Glenn Morris <rgm@gnu.org>
7042
7043 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7044 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7045 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7046
7047 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * electric.el (electric-indent-just-newline): New command.
7050 (electric-indent-mode-map): New keymap.
7051 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7052 Re-add :group which weren't redundant.
7053
7054 * electric.el (electric-indent-local-mode): New minor mode.
7055 (electric-indent-functions-without-reindent): New var.
7056 (electric-indent-post-self-insert-function): Use it.
7057 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7058
7059 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7060
7061 * international/quail.el (quail-help): Be more explicit about the
7062 meaning of the labels shown on the keys. (Bug#15800)
7063
7064 * startup.el (normal-top-level): Load the subdirs.el files before
7065 setting the locale environment. (Bug#15805)
7066
7067 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7070 via arguments so as to get the right ones (bug#15418).
7071
7072 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7073
7074 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7075
7076 Fix problems found while writing a test suite.
7077
7078 * net/tramp-compat.el (tramp-compat-load): New defun.
7079 * net/tramp.el (tramp-handle-load): Use it.
7080
7081 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7082 "(numberp ok-if-already-exists)" correctly.
7083
7084 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7085
7086 * international/characters.el (glyphless-char-display-control):
7087 Add usage note.
7088
7089 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7090
7091 * progmodes/python.el (python-mode):
7092 * progmodes/scheme.el (scheme-mode):
7093 * progmodes/prolog.el (prolog-mode):
7094 * progmodes/ruby-mode.el (ruby-mode):
7095 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7096 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7097
7098 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * rect.el (rectangle--highlight-for-redisplay):
7101 * emacs-lisp/smie.el (smie--next-indent-change):
7102 Use buffer-chars-modified-tick.
7103
7104 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7105
7106 * electric.el (electric-indent-post-self-insert-function):
7107 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7108
7109 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7110
7111 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7112
7113 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7114
7115 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7116 (bug#15786).
7117
7118 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7121
7122 * progmodes/python.el: Fix up last change.
7123 (python-shell--save-temp-file): New function.
7124 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7125 `string' comes from the current buffer.
7126 (python-shell-send-string-no-output): Remove `msg' arg.
7127 (python--use-fake-loc): New var.
7128 (python-shell-buffer-substring): Obey it. Try to compensate for the
7129 extra coding line added by python-shell--save-temp-file.
7130 (python-shell-send-region): Use python-shell--save-temp-file and
7131 python-shell-send-file directly. Add `nomain' argument.
7132 (python-shell-send-buffer): Use python-shell-send-region.
7133 (python-electric-pair-string-delimiter): New function.
7134 (python-mode): Use it.
7135
7136 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7137
7138 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7139 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7140 environment and decoding all of the default-directory's to here
7141 from command-line.
7142 (command-line): Decode also argv[0].
7143
7144 * loadup.el: Error out if default-directory is a multibyte string
7145 when we are dumping.
7146
7147 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7148
7149 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7150
7151 * emacs-lisp/package.el (package-menu-mode)
7152 (package-menu--print-info, package-menu--archive-predicate):
7153 Add Archive column to package list.
7154
7155 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7156
7157 Fix problems found while writing a test suite.
7158
7159 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7160 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7161 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7162 to nil when running original file name handler. Otherwise,
7163 there are problems with constructs like "$$FOO".
7164
7165 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7166 for `localname'.
7167
7168 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7169
7170 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7171
7172 * subr.el (version<, version<=, version=):
7173 Update docstrings with information for snapshot versions.
7174
7175 * helpers.el: New library for misc helper functions.
7176 (hash-table-keys): New function returning a list of hash keys.
7177 (hash-table-values): New function returning a list of hash values.
7178
7179 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7180
7181 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7182 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7183
7184 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7185
7186 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7187 checking whether point is after a 1-letter word.
7188
7189 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7190
7191 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7192 Don't infloop when expanding region over `multiline' syntax-type that
7193 begins a line (bug#15778).
7194
7195 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7198 Make it into a proper minor mode.
7199 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
7200 (rectangle-mark-mode-map): New keymap.
7201 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7202
7203 2013-11-04 Glenn Morris <rgm@gnu.org>
7204
7205 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7206
7207 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7210 (ruby-smie-rules): Use smie-rule-parent instead.
7211
7212 * emacs-lisp/smie.el (smie-rule-parent): Always call
7213 smie-indent-virtual rather than only for hanging tokens.
7214 (smie--next-indent-change): New helper command.
7215
7216 2013-11-03 Glenn Morris <rgm@gnu.org>
7217
7218 * Makefile.in (abs_srcdir): Remove.
7219 (emacs): Unset EMACSLOADPATH.
7220
7221 2013-11-02 Glenn Morris <rgm@gnu.org>
7222
7223 * Makefile.in (EMACS): Use a relative filename.
7224 (abs_top_builddir): Remove.
7225 (custom-deps, finder-data, autoloads): Use --chdir.
7226
7227 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7228
7229 Use relative filenames in TAGS files.
7230 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7231 (lisptagsfiles4, TAGS): Use relative file names.
7232 (TAGS-LISP): Remove.
7233 (maintainer-clean): No more TAGS-LISP file.
7234
7235 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7236 (lisptagsfiles4): Use absolute filenames again.
7237 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7238 Remove all *loaddefs files, not just the first. Remove esh-groups.
7239 (maintainer-clean): Delete TAGS, TAGS-LISP.
7240
7241 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7242
7243 * emacs-lisp/package.el (package-version-join):
7244 Recognize snapshot versions.
7245
7246 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7247
7248 * subr.el (version-regexp-alist): Add support for snapshot versions.
7249
7250 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7251
7252 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7253 New function, replacement for `smie-rule-parent' for when we want to
7254 skip over our direct parent if it's an assignment token..
7255 (ruby-smie-rules): Use it.
7256
7257 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7258
7259 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7260 unconditionally. Remove now unnecessary forward declarations.
7261 Remove XEmacs-specific setup.
7262 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7263 (ruby-font-lock-syntactic-keywords)
7264 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7265 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7266 (ruby-here-doc-end-syntax): Remove.
7267 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7268 defined as function.
7269
7270 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7271
7272 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7273
7274 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7275
7276 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7277 table and abbrev table, `define-derived-mode' does that for us
7278 anyway.
7279
7280 2013-11-01 Glenn Morris <rgm@gnu.org>
7281
7282 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7283 files is atomic for some time, so no parallel compilation issues).
7284
7285 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7286
7287 * faces.el (face-x-resources): Add :distant-foreground.
7288 (region): Use :distant-foreground for gtk and ns.
7289
7290 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7291
7292 Allow multiple bibliographies when BibLaTeX is used rather than
7293 BibTeX.
7294 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7295 (reftex-locate-bibliography-files): Us it.
7296
7297 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7298
7299 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7300 allow comments in pbm files.
7301
7302 * term/w32-win.el (dynamic-library-alist): Support newer versions
7303 of libjpeg starting with v7: look only for the DLL from the
7304 version against which Emacs was built.
7305 Support versions of libpng beyond 1.4.x.
7306 Support libtiff v4.x.
7307
7308 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7309
7310 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7311 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7312 Add property :safe.
7313 (ruby-deep-arglist): Add property :type.
7314
7315 2013-10-31 Glenn Morris <rgm@gnu.org>
7316
7317 * Makefile.in (custom-deps, finder-data): No need to setq the target
7318 variables, we are in the right directory and the defaults work fine.
7319
7320 2013-10-30 Glenn Morris <rgm@gnu.org>
7321
7322 * Makefile.in (autoloads): Do not use abs_lisp.
7323
7324 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7325 `newline' does not respect `standard-output', so use `princ'.
7326
7327 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7328
7329 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7330 * buff-menu.el (Buffer-menu--unmark): New function.
7331 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7332
7333 2013-10-30 Glenn Morris <rgm@gnu.org>
7334
7335 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7336
7337 * emacs-lisp/package.el (lm-homepage): Declare.
7338
7339 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7340 Fix doc typos.
7341
7342 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7343
7344 * Makefile.in (finder-data, autoloads, update-subdirs)
7345 (compile-main, compile-clean, compile-always, bootstrap-clean):
7346 Check return value of cd.
7347 (compile-calc): Remove.
7348
7349 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7352
7353 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7354 (byte-compile-and-folded): New function.
7355 (=, <, >, <=, >=): Use it.
7356
7357 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7358 (path-separator, null-device, buffer-file-coding-system)
7359 (lpr-headers-switches): Check system-type before modifying them.
7360 (find-buffer-file-type-coding-system): Mark obsolete.
7361 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7362 find-file-not-found-set-buffer-file-coding-system.
7363 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7364 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7365 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7366 (w32-direct-print-region-helper, w32-direct-print-region-function)
7367 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7368 * startup.el (normal-top-level-add-subdirs-to-load-path):
7369 * ps-print.el (ps-print-region-function):
7370 * lpr.el (print-region-function): Use new name.
7371
7372 * subr.el (custom-declare-variable-early): Remove function.
7373 (custom-declare-variable-list): Remove var.
7374 (error, user-error): Remove `while' loop.
7375 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7376 (user-emacs-directory-warning, locate-user-emacs-file):
7377 Move to files.el.
7378 * simple.el (read-quoted-char-radix, read-quoted-char):
7379 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7380 Move from subr.el.
7381 * custom.el (custom-declare-variable-list): Don't process
7382 custom-declare-variable-list.
7383
7384 * progmodes/python.el (python-shell-get-buffer): New function.
7385 (python-shell-get-process): Use it.
7386 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7387 Python which encoding was used. Don't split-string since we only care
7388 about the first line. Return the temp-file, if applicable.
7389 (python-shell-send-region): Tell compile.el how to turn locations in
7390 the temp-file into locations in the source buffer.
7391
7392 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * subr.el (undefined): Add missing behavior from the C code for
7395 unbound keys.
7396
7397 * rect.el: Use lexical-binding. Add new rectangular region support.
7398 (rectangle-mark): New command.
7399 (rectangle--region): New var.
7400 (deactivate-mark-hook): Reset rectangle--region.
7401 (rectangle--extract-region, rectangle--insert-for-yank)
7402 (rectangle--highlight-for-redisplay)
7403 (rectangle--unhighlight-for-redisplay): New functions.
7404 (region-extract-function, redisplay-unhighlight-region-function)
7405 (redisplay-highlight-region-function): Use them to handle
7406 rectangular region.
7407 * simple.el (region-extract-function): New var.
7408 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7409 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7410 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7411 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7412 (redisplay-unhighlight-region-function)
7413 (redisplay-highlight-region-function): New vars.
7414 (redisplay--update-region-highlight): New function.
7415 (pre-redisplay-function): Use it.
7416 (exchange-point-and-mark): Don't deactivate the mark before
7417 reactivate-it anyway.
7418 * comint.el (comint-kill-region): Remove yank-handler argument.
7419 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7420 (delete-char): Remove property, since it's now part of their
7421 default behavior.
7422 (self-insert-iso): Remove property since this command doesn't exist.
7423
7424 * emacs-lisp/package.el (package--download-one-archive)
7425 (describe-package-1): Don't query the user about final newline.
7426
7427 2013-10-29 Daniel Colascione <dancol@dancol.org>
7428
7429 * net/tramp.el (tramp-methods): Document new functionality.
7430 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7431 tramp-hostname-checker if method provides one instead of scanning
7432 argument list for "%h" to decide hostname acceptability.
7433
7434 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7435
7436 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7437 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7438 Handle COPY-CONTENTS. (Bug#15737)
7439
7440 2013-10-28 Daiki Ueno <ueno@gnu.org>
7441
7442 * epa-file.el
7443 (epa-file-cache-passphrase-for-symmetric-encryption):
7444 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7445
7446 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7447
7448 * image.el (defimage, image-load-path): Doc fixes.
7449
7450 2013-10-27 Alan Mackenzie <acm@muc.de>
7451
7452 Indent statements in macros following "##" correctly.
7453 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7454 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7455
7456 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7457
7458 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7459
7460 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7461
7462 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7463 after `=' is probably a new expression.
7464
7465 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7466
7467 * man.el (man-imenu-title): New option.
7468 (Man-mode-map): Add menu. (Bug#15722)
7469 (Man-mode): Add imenu to menu.
7470
7471 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7472
7473 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7474 specific in what the first arg can be: a non-keyword word,
7475 string/regexp/percent literal opener, opening paren, or unary
7476 operator followed directly by word.
7477
7478 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7481 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7482 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7483 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7484 Remove vars, they do not apply any more.
7485 (prolog-mode-abbrev-table): Remove redundant declaration.
7486 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7487 (prolog-use-smie): Remove.
7488 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7489 supported by prolog-electric-if-then-else-flag.
7490 (prolog-mode-variables, prolog-menu): Use setq-local.
7491 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7492 Remove binding to `Backspace' since this key doesn't exist anyway.
7493 Remove bindings for electric self-inserting keys.
7494 (prog-mode): Assume it's defined.
7495 (prolog-post-self-insert): New function.
7496 (prolog-mode): Use it.
7497 (prolog-indent-line, prolog-indent-level)
7498 (prolog-find-indent-of-matching-paren)
7499 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7500 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7501 (prolog-goto-next-paren, prolog-in-string-or-comment)
7502 (prolog-tokenize, prolog-inside-mline-comment)
7503 (prolog-find-start-of-mline-comment): Remove functions.
7504 (prolog-find-unmatched-paren, prolog-clause-end)
7505 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7506 (prolog-electric--if-then-else): Rename from
7507 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7508 (prolog-tokenize-searchkey): Remove const.
7509 (prolog-clause-info): Use forward-sexp.
7510 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7511 (prolog-electric-if-then-else): Remove commands.
7512 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7513 for use in post-self-insert-hook.
7514 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7515 for use in post-self-insert-hook.
7516 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7517 for use in post-self-insert-hook.
7518 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7519 adapt it for use in post-self-insert-hook.
7520
7521 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7522
7523 * emacs-lisp/ert.el (ert-run-tests-interactively):
7524 Use `completing-read'. (Bug#9756)
7525
7526 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7527
7528 * simple.el (line-move): Call line-move-1 instead of
7529 line-move-visual when the current window hscroll is zero, but
7530 temporary-goal-column indicates we will need to hscroll as result
7531 of the movement. (Bug#15712)
7532
7533 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7534
7535 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7536 capitalization. Use :visible instead of :active.
7537 Fix `ruby-indent-exp' reference. Add menu items for the generic
7538 commands that are used with SMIE.
7539 (ruby-do-end-to-brace): Insert space after `{'.
7540
7541 2013-10-25 John Anthony <john@jo.hnanthony.com>
7542
7543 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7544
7545 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7546
7547 2013-10-25 Glenn Morris <rgm@gnu.org>
7548
7549 * vc/vc.el (vc-print-log): Don't use a working revision unless
7550 one was explicitly specified. (Bug#15322)
7551
7552 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * subr.el (add-to-list): Preserve return value in compiler-macro
7555 (bug#15692).
7556
7557 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7558
7559 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7560 result. Ask user to retry using '-all' flag. (Bug#15701)
7561
7562 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * emacs-lisp/smie.el: New smie-config system.
7565 (smie-config): New defcustom.
7566 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7567 (smie-config-guess, smie-config-save): New commands.
7568 (smie-config--mode-local, smie-config--buffer-local)
7569 (smie-config--trace, smie-config--modefuns): New vars.
7570 (smie-config--advice, smie-config--mode-hook)
7571 (smie-config--setter, smie-config-local, smie-config--get-trace)
7572 (smie-config--guess-value, smie-config--guess): New functions.
7573 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7574 text properties. Treat "string fence" syntax like string syntax.
7575
7576 * progmodes/sh-script.el (sh-use-smie): Change default.
7577 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7578 (sh-var-value): Simplify by CSE.
7579 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7580 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7581 is used.
7582 (sh-guess-basic-offset): Use cl-incf.
7583 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7584
7585 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7586
7587 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7588 (bug#15699).
7589
7590 2013-10-24 Glenn Morris <rgm@gnu.org>
7591
7592 * Makefile.in (abs_top_srcdir): Remove.
7593 (update-subdirs): Use relative path to update-subdirs.
7594
7595 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7596
7597 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7598 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7599 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7600 Call unmsys--file-name before expand-file-name, not after it.
7601
7602 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7603
7604 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7605 (ert-test-skipped): New error.
7606 (ert-skip, ert-stats-skipped): New defuns.
7607 (ert--skip-unless): New macro.
7608 (ert-test-skipped): New struct.
7609 (ert--run-test-debugger, ert-test-result-type-p)
7610 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7611 (ert--stats-set-test-and-result, ert-char-for-test-result)
7612 (ert-string-for-test-result, ert-run-tests-batch)
7613 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7614 Handle skipped tests. (Bug#9803)
7615
7616 2013-10-24 Glenn Morris <rgm@gnu.org>
7617
7618 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7619
7620 * Makefile.in (abs_top_srcdir): New, set by configure.
7621 (update-subdirs): Correct build-aux location.
7622
7623 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7624
7625 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7626 value, whether we could auto-deduce `backend', or not.
7627
7628 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7629 with parameters" example. Simplify the "is it block or is it
7630 hash" check, but also make it more thorough.
7631
7632 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7633
7634 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7635
7636 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7639 { if it is hanging.
7640
7641 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7642 :before ";".
7643
7644 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7645
7646 * progmodes/compile.el (compilation-directory-matcher)
7647 (compilation-page-delimiter):
7648 Support GNU Make-4.0 directory quoting. (Bug#15678)
7649
7650 2013-10-23 Leo Liu <sdl.web@gmail.com>
7651
7652 * ido.el (ido-tidy): Handle read-only text.
7653
7654 2013-10-23 Glenn Morris <rgm@gnu.org>
7655
7656 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7657 (emacs, compile, compile-always):
7658 Quote entities that might contain whitespace.
7659 (custom-deps, finder-data, autoloads): Use abs_lisp.
7660 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7661 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7662 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7663
7664 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7665
7666 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7667 Use `following-char'.
7668
7669 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7672 * progmodes/ruby-mode.el (ruby-smie-rules):
7673 Remove corresponding workaround. Fix indentation rule of ";" so it
7674 also applies when ";" is the parent.
7675
7676 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7677
7678 * frame.el (display-screens, display-pixel-height)
7679 (display-pixel-width, display-mm-width, display-backing-store)
7680 (display-save-under, display-planes, display-color-cells)
7681 (display-visual-class, display-monitor-attributes-list):
7682 Mention the optional ‘display’ argument in doc strings.
7683
7684 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7685
7686 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7687 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7688
7689 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7690
7691 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7692 TODO. Add "." after " @ ".
7693 (ruby-smie--at-dot-call): New function. Checks if point at method
7694 call with explicit target.
7695 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7696 to the method name tokens when it precedes them.
7697 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7698 (ruby-smie-rules): Add rule for indentation before and after "."
7699 token.
7700
7701 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * textmodes/remember.el (remember-diary-extract-entries):
7704 Avoid add-to-list.
7705
7706 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7707 an instruction.
7708
7709 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7710
7711 * progmodes/ruby-mode.el (ruby-smie-grammar):
7712 Add (almost) all infix operators.
7713 (ruby-smie--implicit-semi-p): Add new operator chars.
7714
7715 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7716 `smie-down-list'.
7717 (ruby-smie--args-separator-p): Check that there's no newline
7718 between method call and its arguments.
7719
7720 2013-10-20 Alan Mackenzie <acm@muc.de>
7721
7722 Allow comma separated lists after Java "implements".
7723
7724 * progmodes/cc-engine.el (c-backward-over-enum-header):
7725 Parse commas.
7726 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7727 from a "disallowed" list in enum fontification.
7728
7729 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7730
7731 * startup.el (default-frame-background-mode): Remove unused defvar.
7732
7733 * progmodes/verilog-mode.el (verilog-mode): Don't set
7734 comment-indent-function globally.
7735
7736 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7739 Move Info menu item creation to ns-win.el.
7740
7741 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7742 in menu bar.
7743
7744 * menu-bar.el: Move GNUstep specific menus...
7745
7746 * term/ns-win.el (ns-initialize-window-system): ... to here.
7747
7748 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * simple.el (newline): Only run post-self-insert-hook when
7751 called interactively.
7752
7753 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7754
7755 * icomplete.el (icomplete-with-completion-tables): Add :version.
7756
7757 2013-10-19 Alan Mackenzie <acm@muc.de>
7758
7759 Fix fontification bugs with constructors and const.
7760
7761 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7762 CASE 2) Remove the check for the absence of a suffix construct
7763 after a function declaration with only types (no identifiers) in
7764 the parentheses. Also, accept a function declaration with just a
7765 type inside the parentheses, if this type can be positively
7766 recognised as such, or if a prefix keyword like "explicit" nails
7767 down the construct as a declaration.
7768
7769 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7770
7771 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7772 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7773 the problem whereby selecting a menu item that leads to a
7774 minibuffer prompt moves the cursor out of the minibuffer window,
7775 making it hard to type at the prompt. Suggested by Stefan Monnier
7776 <monnier@iro.umontreal.ca>.
7777
7778 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7779
7780 * menu-bar.el: Don't make Services menu.
7781
7782 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7783
7784 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7785 (ffap-alist): Use ffap-c++-mode for c++-mode.
7786 (ffap-c++-path): New variable.
7787 (ffap-c++-mode): New function.
7788
7789 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7790
7791 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7792
7793 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7794
7795 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7796 introduced on 2013-09-08, which results in an infinite loop
7797 requesting a password.
7798
7799 2013-10-18 Glenn Morris <rgm@gnu.org>
7800
7801 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7802
7803 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7804
7805 Sync with upstream verilog-mode revision 1a6ecec7.
7806 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7807 (verilog-mode-release-date): Remove.
7808 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7809 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7810 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7811 (verilog-auto-tieoff-ignore-regexp)
7812 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7813 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7814 (verilog-signals-with, verilog-dir-cache-preserving)
7815 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7816 Doc fixes.
7817 (verilog-case-fold): New option, to control case folding in
7818 regexp searches, bug597.
7819 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7820 (verilog-string-match-fold, verilog-in-paren-count)
7821 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7822 (verilog-at-close-struct-p): New functions.
7823 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7824 (verilog-forward-sexp, verilog-set-auto-endcomments)
7825 (verilog-leap-to-case-head): Handle "unique0" case.
7826 (verilog-in-constraint-re): New constant.
7827 (verilog-keywords, verilog-type-font-keywords):
7828 Add some SystemVerilog 1800-2012 keywords.
7829 (verilog-label-be): Remove unimplemented argument, bug669.
7830 (verilog-batch-execute-func): When batch expanding clear
7831 create-lockfiles to prevent spurious user locks when a file ends
7832 up not changing.
7833 (verilog-calculate-indent, verilog-calc-1)
7834 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7835 (verilog-do-indent): Fix indentation of nested constraints
7836 and structures.
7837 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7838 (verilog-auto-inst-param): Use verilog-string-match-fold.
7839 (verilog-read-inst-module-matcher):
7840 Fix AUTOINST on gate primitives with #1.
7841 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7842 Reads all user-defined typed variables.
7843 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7844 (verilog-signals-matching-regexp)
7845 (verilog-signals-not-matching-regexp, verilog-auto):
7846 Respect verilog-case-fold.
7847 (verilog-diff-report): Fix line count.
7848 (verilog-auto-assign-modport): Remove unused local `modi'.
7849 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7850 better handle multidimensional arrays.
7851 Fix packed array ports misadding bit index in AUTOINST, bug637.
7852 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7853 to not double-declare existing outputs and inputs, respectively.
7854 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7855 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7856 (verilog-sk-uvm-component): New skeleton.
7857 (verilog-submit-bug-report): Add verilog-case-fold,
7858 remove verilog-mode-release-date.
7859
7860 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7861
7862 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7863 as before.
7864
7865 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7866
7867 * textmodes/remember.el (remember): Set buffer-offer-save in
7868 remember buffers (bug#13566).
7869
7870 2013-10-18 Daniel Colascione <dancol@dancol.org>
7871
7872 When evaluating forms in ielm, direct standard output to ielm
7873 buffer. Add new ielm-return-for-effect command. Remove trailing
7874 whitespace throughout.
7875
7876 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7877 (ielm-return-for-effect): New command.
7878 (ielm-send-input): Accept optional `for-effect' parameter.
7879 (ielm-eval-input): Accept optional `for-effect' parameter.
7880 Bind `standard-output' to stream we create using
7881 `ielm-standard-output-impl'. Suppress printing result when
7882 `for-effect'.
7883 (ielm-standard-output-impl): New function.
7884 (inferior-emacs-lisp-mode): Explain new features in documentation.
7885
7886 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7887
7888 Code cleanup.
7889
7890 * net/tramp.el (tramp-debug-message): Do not check for connection
7891 buffer.
7892 (tramp-message): Use "vector" connection property.
7893
7894 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7895 (tramp-equal-remote, tramp-eshell-directory-change)
7896 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7897 (tramp-adb-handle-rename-file)
7898 * net/tramp-cmds.el (tramp-list-remote-buffers)
7899 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7900 * net/tramp-compat.el (tramp-compat-process-running-p)
7901 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7902 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7903 (tramp-gvfs-handle-rename-file)
7904 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7905 (tramp-set-file-uid-gid)
7906 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7907 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7908 of `file-remote-p'.
7909
7910 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7911 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7912 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7913 (tramp-gw-open-network-stream): Suppress unrelated traces.
7914
7915 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7916 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7917 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7918 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7919 connection property.
7920
7921 * net/tramp-cache.el (top): Suppress traces when reading
7922 persistency file.
7923
7924 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7925 Refactor common code. Improve debug message.
7926 (tramp-maybe-open-connection)
7927 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7928 connection buffer too early.
7929
7930 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7931 from `tramp-smb-actions-with-acl'.
7932 (tramp-smb-actions-set-acl): New defconst.
7933 (tramp-smb-handle-copy-directory)
7934 (tramp-smb-action-get-acl): New defun, renamed from
7935 `tramp-smb-action-with-acl'.
7936 (tramp-smb-action-set-acl): New defun.
7937 (tramp-smb-handle-set-file-acl): Rewrite.
7938
7939 2013-10-17 Glenn Morris <rgm@gnu.org>
7940
7941 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7942
7943 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * skeleton.el (skeleton-newline): Remove.
7946 (skeleton-internal-1): Use (insert "\n") instead.
7947
7948 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7949 let-bindings.
7950
7951 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7952 forward-sexp-function while we redo its job (bug#15613).
7953
7954 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7955
7956 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7957 represented by lists.
7958
7959 2013-10-16 Glenn Morris <rgm@gnu.org>
7960
7961 * tmm.el (tmm--history): New dynamic variable.
7962 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7963
7964 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7965
7966 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7967 (tramp-smb-errors): Add error messages.
7968 (tramp-smb-actions-with-acl): New defconst.
7969 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7970 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7971 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7972 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7973 (tramp-smb-get-stat-capability): Fix tests.
7974
7975 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7976
7977 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7978 (bug#15580).
7979
7980 2013-10-16 Glenn Morris <rgm@gnu.org>
7981
7982 * ansi-color.el (ansi-color-drop-regexp):
7983 Add 1J, 1K, 2K. (Bug#15617)
7984
7985 * files.el (hack-local-variables--warned-lexical): New.
7986 (hack-local-variables):
7987 Warn about misplaced lexical-binding. (Bug#15616)
7988
7989 * net/eww.el (eww-render): Always set eww-current-url,
7990 and update header line. (Bug#15622)
7991 (eww-display-html): ... Rather than just doing it here.
7992
7993 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7994
7995 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7996 menu navigations commands.
7997
7998 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7999
8000 * progmodes/subword.el (subword-capitalize): Be careful when
8001 the search for [[:alpha:]] fails (bug#15580).
8002
8003 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8004
8005 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8006 to commands that scroll the menu.
8007
8008 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8009
8010 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8011 Handle methods ending with `?' and `!'.
8012
8013 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8014
8015 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8016 `japanese-cp932' to `cp932' to fix the problem where saving a
8017 source file written in Shift_JIS twice would end up having
8018 `coding: japanese-cp932' which Ruby could not recognize.
8019 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8020 in `ruby-encoding-map'.
8021 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8022 doesn't need to be explicitly declared in magic comment.
8023 (ruby-encoding-map): Add type declaration for better customize UI.
8024
8025 2013-10-13 Glenn Morris <rgm@gnu.org>
8026
8027 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8028 Occur buffers are read-only. http://bugs.debian.org/720775
8029
8030 * emacs-lisp/authors.el (authors-fixed-entries):
8031 Comment out old alpha stuff.
8032
8033 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8034
8035 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8036 to `after-save-hook' instead of `before-save-hook'.
8037 (ruby-mode-set-encoding): Use the value of coding system used to
8038 write the file. Call `basic-save-buffer-1' after modifying the
8039 buffer.
8040
8041 2013-10-13 Alan Mackenzie <acm@muc.de>
8042
8043 Fix indentation/fontification of Java enum with
8044 "implements"/generic.
8045
8046 * progmodes/cc-engine.el (c-backward-over-enum-header):
8047 Extracted from the three other places and enhanced to handle generics.
8048 (c-inside-bracelist-p): Uses new function above.
8049 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8050 function above.
8051 (c-font-lock-enum-tail): Uses new function above.
8052
8053 2013-10-13 Kenichi Handa <handa@gnu.org>
8054
8055 * international/mule-cmds.el (select-safe-coding-system): Remove a
8056 superfluous condition in chekcing whether a coding system is safe
8057 or not.
8058
8059 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8060
8061 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8062
8063 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8064
8065 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8066
8067 2013-10-13 Glenn Morris <rgm@gnu.org>
8068
8069 * menu-bar.el (menu-bar-update-buffers):
8070 Unify Buffers menu prompt string. (Bug#15576)
8071
8072 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8073
8074 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8075 Add some entries.
8076 (authors-fixed-entries): Use accented form of name.
8077
8078 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8081 method calls (bug#15594).
8082 (ruby-smie--args-separator-p): New function.
8083 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8084 recognize paren-free method calls.
8085
8086 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8087 internals of universal-argument.
8088
8089 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8090
8091 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8092 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8093 dropped menu on second mouse click on the menu bar.
8094
8095 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8098 (explicit-shell-file-name): Declare.
8099 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8100 (sh-completion-at-point-function): New function.
8101 (sh-mode): Use it.
8102 (sh-smie--keyword-p): Remove unused argument.
8103 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8104 vars.
8105 (sh-set-shell): Always setup SMIE, even if we use the
8106 old indentation code.
8107
8108 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8109
8110 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8111 cases of ? and =.
8112 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8113 predicate would return nil are almost non-existent.
8114 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8115
8116 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8117 cache also after commands that modify the buffer but don't move
8118 point.
8119
8120 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * env.el (substitute-env-in-file-name): New function.
8123 (substitute-env-vars): Extend the meaning of the optional arg.
8124
8125 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8126
8127 * term/w32-win.el (dynamic-library-alist): Define separate lists
8128 of GIF DLLs for versions before and after 5.0.0 of giflib.
8129 (Bug#15531)
8130
8131 2013-10-10 João Távora <joaotavora@gmail.com>
8132
8133 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8134 not locked, use last revision and current source as
8135 defaults. (Bug#15569)
8136
8137 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8138
8139 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8140 menu-bar is hidden.
8141
8142 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8143
8144 * window.el (pop-to-buffer-same-window): Fix doc-string.
8145 (Bug#15492)
8146
8147 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8150
8151 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8152
8153 * calendar/icalendar.el (icalendar-import-file):
8154 Fix interactive spec. (Bug#15482)
8155
8156 2013-10-10 Glenn Morris <rgm@gnu.org>
8157
8158 * desktop.el (desktop-save): Default to saving in .emacs.d,
8159 since PWD is no longer in desktop-path by default. (Bug#15319)
8160
8161 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8162 now that text mode has a menu with the same entry.
8163 (menu-bar-text-mode-auto-fill): Remove now unused func.
8164 * textmodes/text-mode.el (text-mode-map):
8165 Use auto-fill help text from menu-bar.el.
8166
8167 2013-10-10 John Anthony <john@jo.hnanthony.com>
8168
8169 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8170
8171 2013-10-09 Juri Linkov <juri@jurta.org>
8172
8173 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8174 instead of this-command-keys. Add universal-argument-more and
8175 universal-argument-minus to the list of prefix commands. (Bug#15568)
8176
8177 2013-10-09 Glenn Morris <rgm@gnu.org>
8178
8179 * vc/vc-svn.el (vc-svn-create-repo):
8180 Expand paths in file://... url. (Bug#15446)
8181
8182 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8183 Add some entries.
8184 (authors): Remove unused local variables.
8185
8186 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * profiler.el: Create a more coherent calltree from partial backtraces.
8189 (profiler-format): Hide the tail with `invisible' so that C-s can still
8190 find the hidden elements.
8191 (profiler-calltree-depth): Don't recurse so enthusiastically.
8192 (profiler-function-equal): New hash-table-test.
8193 (profiler-calltree-build-unified): New function.
8194 (profiler-calltree-build): Use it.
8195 (profiler-report-make-name-part): Indent the calltree less.
8196 (profiler-report-mode): Add visibility specs for profiler-format.
8197 (profiler-report-expand-entry, profiler-report-toggle-entry):
8198 Expand the whole subtree when provided with a prefix arg.
8199
8200 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8201
8202 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8203 iuwu-mod token.
8204 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8205 hanging iuwu-mod token.
8206 (ruby-smie--forward-token): Do not include a dot after a token in
8207 that token.
8208 (ruby-smie--backward-token): Likewise.
8209
8210 2013-10-08 Juri Linkov <juri@jurta.org>
8211
8212 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8213 to isearch-other-control-char.
8214 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8215 and isearch-post-command-hook to post-command-hook.
8216 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8217 and isearch-post-command-hook from post-command-hook.
8218 (isearch-unread-key-sequence)
8219 (isearch-reread-key-sequence-naturally)
8220 (isearch-lookup-scroll-key, isearch-other-control-char)
8221 (isearch-other-meta-char): Remove functions.
8222 (isearch-pre-command-hook, isearch-post-command-hook):
8223 New functions based on isearch-other-meta-char rewritten
8224 relying on the new behavior of overriding-terminal-local-map
8225 that does not replace the local keymaps any more. (Bug#15200)
8226
8227 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8228
8229 Support menus on text-mode terminals.
8230 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8231 functionality.
8232
8233 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8234
8235 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8236 Move here from mouse.el.
8237 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8238 and arrow keys.
8239 (tty-menu-navigation-map): New map for TTY menu navigation.
8240
8241 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8242
8243 * frame.el (display-mouse-p): Report text-mode mouse as available
8244 on w32.
8245 (display-popup-menus-p): Report availability if mouse is
8246 available; don't condition on window-system.
8247
8248 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8249 (tty-menu-selected-face): New faces.
8250
8251 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8254 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8255 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8256 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8257 New constants.
8258 (lisp-mode-variables): New `elisp' argument.
8259 (emacs-lisp-mode): Use it.
8260 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8261 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8262
8263 * indent.el: Use lexical-binding.
8264 (indent-region): Add progress reporter.
8265 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8266 last step.
8267 (indent--next-tab-stop): New function to implement this behavior.
8268 (tab-to-tab-stop, move-to-tab-stop): Use it.
8269
8270 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8271
8272 * indent.el (indent-rigidly--current-indentation): New function.
8273 (indent-rigidly-map): New var.
8274 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8275
8276 2013-10-08 Bastien Guerry <bzg@gnu.org>
8277
8278 * register.el (insert-register): Fix 2013-10-07 change.
8279
8280 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * progmodes/perl-mode.el: Use lexical-binding.
8283 Remove redundant :group args.
8284 (perl-nochange): Change default to be closer to other major modes's
8285 standard behavior.
8286 (perl-indent-line): Don't consider text on current line as a
8287 valid beginning of function from which to indent.
8288
8289 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8290 with more than one argument (bug#15538).
8291
8292 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8293
8294 * vc/pcvs.el: Use lexical-binding.
8295 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8296 environment of `eval'.
8297 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8298 than a list of expressions. Adjust callers.
8299 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8300
8301 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8302
8303 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8304 case of the dot in a chained method call being on the following line.
8305
8306 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * electric.el (electric-indent-inhibit): New var.
8309 (electric-indent-post-self-insert-function): Use it.
8310 * progmodes/python.el (python-mode): Set it.
8311
8312 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8313 open braces.
8314
8315 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8316
8317 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8318 (css-mode): Use electric-indent-chars.
8319
8320 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8321 (font-lock-beg, font-lock-end): Move before first use.
8322 (nxml-mode): Use syntax-propertize-function.
8323 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8324 (nxml-extend-after-change-region): Remove.
8325 * nxml/xmltok.el: Use lexical-binding.
8326 (xmltok-save): Use `declare'.
8327 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8328 * nxml/nxml-util.el: Use lexical-binding.
8329 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8330 Use `declare'.
8331 * nxml/nxml-ns.el: Use lexical-binding.
8332 (nxml-ns-save): Use `declare'.
8333 (nxml-ns-prefixes-for): Avoid add-to-list.
8334 * nxml/rng-match.el: Use lexical-binding.
8335 (rng--ipattern): Use cl-defstruct.
8336 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8337 (rng-cons-group-after, rng-subst-group-after)
8338 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8339 Use closures instead of `(lambda...).
8340
8341 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8344 of BEG and END.
8345
8346 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8347 Use `tramp-handle-insert-file-contents'.
8348 (tramp-gvfs-handle-insert-file-contents): Remove function.
8349
8350 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8351 Use `save-restriction' in order to keep markers.
8352
8353 * net/trampver.el: Update release number.
8354
8355 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * progmodes/compile.el (compilation-parse-errors):
8358 Use compilation--put-prop.
8359 (compilation--ensure-parse): Check compilation-multiline.
8360
8361 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8362
8363 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8364 lexical-binding.
8365
8366 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8367
8368 * progmodes/ruby-mode.el: Fix recently added tests.
8369 (ruby-smie-grammar): Add - and +.
8370 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8371 (ruby-smie--backward-id): New functions.
8372 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8373 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8374 any more.
8375
8376 2013-10-07 Leo Liu <sdl.web@gmail.com>
8377
8378 * register.el (register-preview-delay)
8379 (register-preview-functions): New variables.
8380 (register-read-with-preview, register-preview)
8381 (register-describe-oneline): New functions.
8382 (point-to-register, window-configuration-to-register)
8383 (frame-configuration-to-register, jump-to-register)
8384 (number-to-register, view-register, insert-register)
8385 (copy-to-register, append-to-register, prepend-to-register)
8386 (copy-rectangle-to-register): Use register-read-with-preview to
8387 read register. (Bug#15525)
8388
8389 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8390
8391 * net/network-stream.el (network-stream-open-starttls): Don't add
8392 --insecure if it's already present, because that gnutls-cli
8393 rejects getting that parameter twice.
8394
8395 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8396
8397 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8398 keyword, too.
8399
8400 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8401
8402 * newcomment.el (comment-use-global-state): Change default value
8403 to t, mark obsolete (Bug#15251).
8404 (comment-beginning): In addition to `comment-to-syntax', check the
8405 value of `comment-use-global-state'.
8406
8407 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8410 (ruby-comment-column): Follow the global default, by default.
8411 (ruby-smie-grammar): Add assignment syntax.
8412 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8413 open-paren, a comma, or a \.
8414 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8415 and line continuations.
8416 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8417 followed by implicit semi-colons. Add rule for string concatenation
8418 and for indentation at BOB.
8419 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8420
8421 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8422 calling next-sexp, since next-token may have skipped chars which
8423 next-sexp doesn't know should be skipped!
8424
8425 2013-10-05 Leo Liu <sdl.web@gmail.com>
8426
8427 * progmodes/octave.el (octave-send-region):
8428 Call compilation-forget-errors.
8429
8430 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8431
8432 * vc/vc-svn.el (vc-svn-find-admin-dir):
8433 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8434 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8435 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8436 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8437
8438 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8441
8442 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * subr.el (read-passwd): Hide chars even when called within a context
8445 where after-change-functions is disabled (bug#15501).
8446 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8447 until we removed ourself from overriding-terminal-local-map.
8448
8449 2013-10-04 Leo Liu <sdl.web@gmail.com>
8450
8451 * progmodes/octave.el (inferior-octave-mode):
8452 Call compilation-forget-errors.
8453
8454 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8455
8456 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8457
8458 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8459
8460 * net/secrets.el (secrets-create-collection): Add optional
8461 argument ALIAS. Use proper Label keyword. Append ALIAS as
8462 dbus-call-method argument. (Bug#15516)
8463
8464 2013-10-04 Leo Liu <sdl.web@gmail.com>
8465
8466 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8467 (inferior-octave-compilation-font-lock-keywords): New variables.
8468 (compilation-error-regexp-alist)
8469 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8470 (inferior-octave-mode): Use compilation-shell-minor-mode.
8471
8472 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8473
8474 * minibuffer.el (completion--replace): Be careful that `end' might be
8475 a marker.
8476
8477 2013-10-03 Daiki Ueno <ueno@gnu.org>
8478
8479 Add support for package signature checking.
8480 * emacs-lisp/package.el (url-http-file-exists-p)
8481 (epg-make-context, epg-context-set-home-directory)
8482 (epg-verify-string, epg-context-result-for)
8483 (epg-signature-status, epg-signature-to-string)
8484 (epg-check-configuration, epg-configuration)
8485 (epg-import-keys-from-file): Declare.
8486 (package-check-signature): New user option.
8487 (package-unsigned-archives): New user option.
8488 (package-desc): Add `signed' field.
8489 (package-load-descriptor): Set `signed' field if .signed file exists.
8490 (package--archive-file-exists-p): New function.
8491 (package--check-signature): New function.
8492 (package-install-from-archive): Check package signature.
8493 (package--download-one-archive): Check archive signature.
8494 (package-delete): Remove .signed file.
8495 (package-import-keyring): New command.
8496 (package-refresh-contents): Import default keyring.
8497 (package-desc-status): Add "unsigned" status.
8498 (describe-package-1, package-menu--print-info)
8499 (package-menu-mark-delete, package-menu--find-upgrades)
8500 (package-menu--status-predicate): Support "unsigned" status.
8501
8502 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8505 the new compilation scheme using the new byte-codes.
8506
8507 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8508 (byte-pophandler): New byte codes.
8509 (byte-goto-ops): Adjust accordingly.
8510 (byte-compile--use-old-handlers): New var.
8511 (byte-compile-catch): Use new byte codes depending on
8512 byte-compile--use-old-handlers.
8513 (byte-compile-condition-case--old): Rename from
8514 byte-compile-condition-case.
8515 (byte-compile-condition-case--new): New function.
8516 (byte-compile-condition-case): New function that dispatches depending
8517 on byte-compile--use-old-handlers.
8518 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8519 when we can.
8520
8521 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8522 Optimize under `condition-case' and `catch' if
8523 byte-compile--use-old-handlers is nil.
8524 (disassemble-offset): Handle new bytecodes.
8525
8526 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * subr.el (error): Use `declare'.
8529 (decode-char, encode-char): Use advertised-calling-convention instead
8530 of the docstring to discourage use of the `restriction' arg.
8531
8532 2013-10-03 Daiki Ueno <ueno@gnu.org>
8533
8534 * epg.el (epg-verify-file): Add a comment saying that it does not
8535 notify verification error as a return value nor a signal.
8536 (epg-verify-string): Ditto.
8537
8538 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8539
8540 * progmodes/compile.el (compilation-start): Try globbing the arg to
8541 `cd' (bug#15417).
8542
8543 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8544
8545 Sync with Tramp 2.2.8.
8546
8547 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8548 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8549 * net/trampver.el: Update release number.
8550
8551 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8552
8553 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8554 and default-process-coding-system for darwin only.
8555
8556 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8559
8560 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8561
8562 * vc/vc-git.el (vc-git-grep): Disable pager.
8563
8564 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8565
8566 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8567 Use :url instead of :homepage, as per
8568 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8569
8570 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8571 non-nil, use `syntax-ppss' (Bug#15251).
8572
8573 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8574
8575 * progmodes/octave.el (inferior-octave-startup-file):
8576 Prefer ~/.emacs.d/init_octave.m.
8577
8578 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8579
8580 * emacs-lisp/package.el (package-desc-from-define):
8581 Accept additional arguments as plist, convert them to an alist and store
8582 them in the `extras' slot.
8583 (package-generate-description-file): Convert extras alist back to
8584 plist and append to the `define-package' form arguments.
8585 (package--alist-to-plist): New function.
8586 (package--ac-desc): Add `extras' slot.
8587 (package--add-to-archive-contents): Check if the archive-contents
8588 vector is long enough, and if it is, pass its `extras' slot value
8589 to `package-desc-create'.
8590 (package-buffer-info): Call `lm-homepage', pass the returned value
8591 to `package-desc-from-define'.
8592 (describe-package-1): Render the homepage button (Bug#13291).
8593
8594 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8595 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8596
8597 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8598
8599 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8600 and default-process-coding-system to utf-8-unix (Bug#15402).
8601
8602 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8603
8604 * subr.el (looking-back): Do not recommend using looking-back.
8605
8606 2013-09-28 Alan Mackenzie <acm@muc.de>
8607
8608 Fix indentation/fontification of Java enum with "implements".
8609
8610 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8611 regexp which matches "implements", etc., in Java.
8612 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8613 specifier clauses coming after "enum".
8614 * progmodes/cc-fonts.el (c-font-lock-declarations)
8615 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8616 after "enum".
8617
8618 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8619
8620 * faces.el (region): Change ns_selection_color to
8621 ns_selection_fg_color, add ns_selection_bg_color.
8622
8623 2013-09-28 Leo Liu <sdl.web@gmail.com>
8624
8625 * progmodes/octave.el (inferior-octave-completion-table)
8626 (inferior-octave-completion-at-point): Minor tweaks.
8627
8628 * textmodes/ispell.el (ispell-lookup-words): Rename from
8629 lookup-words. (Bug#15460)
8630 (lookup-words): Obsolete.
8631 (ispell-complete-word, ispell-command-loop): All uses changed.
8632
8633 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8634
8635 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8636 (octave-mode-menu): Add octave-send-buffer.
8637 (octave-send-buffer): New function.
8638
8639 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8640
8641 * progmodes/octave.el (octave-mode-map): Add key binding for
8642 octave-lookfor.
8643 (octave-mode-menu): Add octave-lookfor.
8644 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8645 octave-lookfor.
8646 (octave-lookfor): New function.
8647
8648 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8651 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8652 its convention.
8653 (cl--loop-set-iterator-function): New function.
8654 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8655 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8656 Bind `it' with `let' instead of substituting it with `cl-subst'.
8657 (cl--unused-var-p): New function.
8658 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8659 Eliminate some unused variable warnings (bug#15326).
8660
8661 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8662
8663 * doc-view.el (doc-view-scale-reset): Rename from
8664 `doc-view-reset-zoom-level'.
8665 (doc-view-scale-adjust): New command.
8666 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8667 `doc-view-scale-adjust'.
8668
8669 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8670
8671 * doc-view.el (doc-view-reset-zoom-level): New command.
8672 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8673 zoom commands (bug#15466).
8674
8675 2013-09-26 Kenichi Handa <handa@gnu.org>
8676
8677 * international/quail.el (quail-help): Make it not a command.
8678
8679 2013-09-26 Leo Liu <sdl.web@gmail.com>
8680
8681 * minibuffer.el (completion-all-sorted-completions): Make args
8682 optional as they are.
8683
8684 2013-09-25 Daniel Colascione <dancol@dancol.org>
8685
8686 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8687 specs are and that they're not evaluated.
8688
8689 2013-09-24 Sam Steingold <sds@gnu.org>
8690
8691 * midnight.el (clean-buffer-list-kill-regexps)
8692 (clean-buffer-list-kill-buffer-names): Update for the new Man
8693 buffer naming which includes the object name.
8694
8695 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8698 (eshell-parse-command, eshell-parse-pipeline): Use it since
8699 eshell-separate-commands requires a dynamic scoped var.
8700 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8701
8702 2013-09-23 Leo Liu <sdl.web@gmail.com>
8703
8704 * autoinsert.el (auto-insert-alist): Make the value of
8705 lexical-binding match its file setting.
8706
8707 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8708
8709 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8710
8711 * autoarg.el (autoarg-kp-digit-argument):
8712 * electric.el (Electric-command-loop):
8713 * kmacro.el (kmacro-step-edit-insert):
8714 Do not set universal-argument-num-events.
8715
8716 2013-09-22 Leo Liu <sdl.web@gmail.com>
8717
8718 * files.el (interpreter-mode-alist): Add octave.
8719
8720 2013-09-21 Alan Mackenzie <acm@muc.de>
8721
8722 C++: fontify identifier in declaration following "public:" correctly.
8723 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8724 to match "public", etc.
8725 (c-decl-prefix-re): Add ":" into the C++ value.
8726 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8727 bit. Add a check for a ":" preceded by "public", etc.
8728
8729 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8730
8731 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8732 recognized by GDB 7.5 and later.
8733
8734 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8735
8736 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8737
8738 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * subr.el (internal--call-interactively): New const.
8741 (called-interactively-p): Use it (bug#3984).
8742
8743 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8744
8745 * vc/pcvs.el (cvs-mode-ignore):
8746 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8747 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8748
8749 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8752 (eshell-ls-orig-insert-directory): Remove.
8753 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8754 (eshell-ls-use-in-dired): Use advice-add/remove.
8755 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8756 Add `orig-fun' arg for use in :around advice.
8757 Make it check (redundantly) eshell-ls-use-in-dired.
8758
8759 2013-09-19 Glenn Morris <rgm@gnu.org>
8760
8761 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8762
8763 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8764
8765 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8766
8767 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8768
8769 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8770 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8771 (tramp-get-remote-python): New defuns.
8772 (tramp-get-remote-uid-with-perl)
8773 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8774 contributed by yary <not.com@gmail.com> (tiny change).
8775 (tramp-get-remote-uid-with-python)
8776 (tramp-get-remote-gid-with-python): New defuns. Python code
8777 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8778 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8779
8780 2013-09-19 Glenn Morris <rgm@gnu.org>
8781
8782 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8783
8784 * eshell/em-unix.el (eshell-remove-entries):
8785 Rename argument to avoid name-clash with global `top-level'.
8786
8787 * eshell/esh-proc.el (eshell-kill-process-function):
8788 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8789 (eshell-reset-after-proc): Remove unused arg `proc'.
8790
8791 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8792 (directory-files-and-attributes): Mark unused arg.
8793
8794 * eshell/em-unix.el (eshell-remove-entries):
8795 Remove unused arg `path'. Update callers.
8796
8797 * eshell/em-hist.el (eshell-hist-parse-arguments):
8798 Remove unused arg `silent'. Update callers.
8799
8800 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8801 Fix (f)boundp mix-up.
8802
8803 * eshell/em-smart.el (eshell-smart-scroll-window)
8804 (eshell-disable-after-change):
8805 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8806
8807 2013-09-18 Alan Mackenzie <acm@muc.de>
8808
8809 Fix fontification of type when followed by "const".
8810 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8811 "known" types from fontification.
8812
8813 2013-09-18 Glenn Morris <rgm@gnu.org>
8814
8815 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8816 (chart-face-list): Drop Emacsen without display-color-p.
8817
8818 * net/eww.el (libxml-parse-html-region): Declare.
8819 (eww-display-html): Explicit error if no libxml2 support.
8820
8821 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8822
8823 * image.el (image-type-from-buffer, image-multi-frame-p):
8824 Remove --without-x warning/error.
8825
8826 * mouse.el (mouse-yank-primary):
8827 * term.el (term-mouse-paste):
8828 Reorder to silence --without-x compilation.
8829
8830 * mpc.el (doc-view-mode): Silence --without-x compilation.
8831
8832 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8833 Silence --without-x compilation.
8834
8835 * progmodes/gud.el (gud-find-file, gud-mode):
8836 Silence --without-x compilation.
8837 (tooltip-mode): Declare.
8838
8839 * wdired.el (dired-backup-overwrite): Remove declaration.
8840 (wdired-mode-map): Add doc string.
8841
8842 * custom.el (x-get-resource): Declare.
8843
8844 * eshell/em-glob.el (ange-cache):
8845 * eshell/em-unix.el (ange-cache): Declare.
8846
8847 * faces.el (x-display-list, x-open-connection, x-get-resource):
8848 Declare.
8849
8850 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8851 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8852 Declare.
8853
8854 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8855
8856 * net/gnutls.el (gnutls-log-level): Declare.
8857
8858 * net/shr.el (image-size, image-animate): Declare.
8859
8860 * simple.el (font-info): Declare.
8861
8862 * subr.el (x-popup-dialog): Declare.
8863
8864 * term/common-win.el (x-select-enable-primary)
8865 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8866 Declare.
8867
8868 * term/ns-win.el (x-handle-args): Declare.
8869
8870 * term/x-win.el (x-select-enable-clipboard): Declare.
8871
8872 * term/w32-win.el (create-default-fontset): Declare.
8873
8874 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8875 Declare.
8876
8877 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8878 (fit-frame-to-buffer): Explicit error if --without-x.
8879 (mouse-autoselect-window-select): Silence compiler.
8880
8881 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8882
8883 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8884 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8885 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8886 * eshell/esh-util.el (eshell-sublist):
8887 Remove unused local variables.
8888
8889 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8890
8891 * textmodes/two-column.el: Make 2C-split work for --without-x.
8892 (scroll-bar-columns): Autoload.
8893 (top-level): Require fringe when compiling.
8894
8895 2013-09-18 Leo Liu <sdl.web@gmail.com>
8896
8897 * subr.el (add-hook): Robustify to handle closure as well.
8898
8899 2013-09-17 Glenn Morris <rgm@gnu.org>
8900
8901 * simple.el (messages-buffer-mode-map): Unbind "g".
8902
8903 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * help-mode.el (help-mode-finish): Use derived-mode-p.
8906 Remove obsolete highlighting.
8907
8908 * play/life.el (life-mode): Use define-derived-mode. Derive from
8909 special-mode.
8910 (life): Let-bind inhibit-read-only.
8911 (life-setup): Avoid `setq'. Use `life-mode'.
8912
8913 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8914 which should not be needed any more.
8915 (package-menu-refresh, package-menu-describe-package): Use user-error.
8916
8917 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8918 (eshell-post-rewrite-command-hook): Make obsolete.
8919 (eshell-parse-command): Simplify.
8920 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8921 (eshell--cmd): Declare.
8922 (eshell-parse-pipeline): Remove unused var `final-p'.
8923 Pass a dynvar to eshell-post-rewrite-command-hook.
8924 Implement the new eshell-post-rewrite-command-function.
8925 (eshell-invoke-directly): Remove unused arg `input'.
8926 * eshell/esh-io.el (eshell-io-initialize):
8927 Use eshell-post-rewrite-command-function (bug#15399).
8928 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8929 adjust to new calling convention.
8930 (eshell-create-handles): Rename args to avoid clashing with dynvar
8931 `standard-output'.
8932
8933 2013-09-17 Glenn Morris <rgm@gnu.org>
8934
8935 * simple.el (messages-buffer-mode): New major mode.
8936 (messages-buffer): New function.
8937 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8938 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8939 (ert-run-test): Use `messages-buffer' function.
8940 (ert--force-message-log-buffer-truncation): Ignore read-only.
8941 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8942 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8943
8944 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8947
8948 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8949
8950 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * icomplete.el (icomplete-in-buffer): New var.
8953 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8954 vars and replace them with functions.
8955 (icomplete-minibuffer-setup): Adjust accordingly.
8956 (icomplete--completion-table, icomplete--completion-predicate)
8957 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8958 New functions.
8959 (icomplete-forward-completions, icomplete-backward-completions)
8960 (icomplete-simple-completing-p, icomplete-exhibit)
8961 (icomplete-completions): Use them.
8962 (icomplete--in-region-buffer): New var.
8963 (icomplete--in-region-setup): New function.
8964 (icomplete-mode): Use it.
8965
8966 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8967 (bug#15379).
8968 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8969 return args and options.
8970 (eshell-eval-using-options): Use the new return value of
8971 eshell--do-opts to set the options's vars in their scope.
8972 (eshell--set-option): Rename from eshell-set-option.
8973 Add arg `opt-vals'.
8974 (eshell--process-option): Rename from eshell-process-option.
8975 Add arg `opt-vals'.
8976 (eshell--process-args): Use an `opt-vals' alist to store the options's
8977 values during their processing and return them additionally to the
8978 remaining args.
8979
8980 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8981
8982 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8983 continuation character an operator, as far as indentation is
8984 concerned (Bug#15369).
8985
8986 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8987
8988 * window.el (window--state-put-2): Don't process buffer state
8989 when buffer doesn't exist any more (Bug#15382).
8990
8991 2013-09-15 Glenn Morris <rgm@gnu.org>
8992
8993 * eshell/em-unix.el (eshell/rm):
8994 Make -f ignore missing files. (Bug#15373)
8995
8996 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8997 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8998 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8999
9000 2013-09-14 Glenn Morris <rgm@gnu.org>
9001
9002 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9003
9004 2013-09-13 Glenn Morris <rgm@gnu.org>
9005
9006 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9007 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9008
9009 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9010
9011 * frame.el (x-focus-frame): Mark as declared in frame.c.
9012
9013 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * ls-lisp.el: Use advice-add.
9016 (original-insert-directory): Remove.
9017 (ls-lisp--insert-directory): Rename from insert-directory; add
9018 `orig-fun' argument.
9019 (insert-directory): Advise.
9020
9021 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9022
9023 * term.el (term-emulate-terminal): Decode the command string
9024 before passing it to term-command-hook. (Bug#15337)
9025
9026 2013-09-13 Glenn Morris <rgm@gnu.org>
9027
9028 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9029
9030 * eshell/esh-ext.el (eshell-search-path): Declare.
9031
9032 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9033 Otherwise an error occurs if eshell-dirs module not loaded.
9034
9035 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9036
9037 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9038
9039 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9040 `tramp-check-proper-host'. Check for a valid method name.
9041
9042 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9043 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9044 * net/tramp-sh.el (tramp-maybe-open-connection):
9045 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9046
9047 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9048 also for hash values.
9049
9050 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * term/ns-win.el (parameters): Don't declare as dynamic.
9053 (before-make-frame-hook): Don't add ineffective function.
9054
9055 * eshell/*.el: Use lexical-binding (bug#15231).
9056
9057 2013-09-12 Kenichi Handa <handa@gnu.org>
9058
9059 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9060
9061 2013-09-12 Glenn Morris <rgm@gnu.org>
9062
9063 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9064 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9065
9066 * subr.el (do-after-load-evaluation): Also give compiler warnings
9067 when obsolete files are used (except by obsolete files).
9068
9069 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9070 in the status output, assume `filename' is the first. (Bug#15322)
9071
9072 * vc/vc.el (vc-deduce-fileset): Doc fix.
9073
9074 * calc/calc-help.el (Info-goto-node):
9075 * progmodes/cperl-mode.el (Info-find-node):
9076 * vc/ediff.el (Info-goto-node): Update declarations.
9077
9078 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9079
9080 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9081 (vc-bzr-pull): Require vc-dispatcher.
9082 * vc/vc-git.el (vc-compilation-mode): Declare.
9083 (vc-git-pull): Require vc-dispatcher.
9084
9085 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9086
9087 * progmodes/octave.el (help-button-action): Declare.
9088
9089 * shell.el (shell-directory-tracker): Output error as a message
9090 rather than just returning it as a string.
9091 (shell-process-pushd): Remove useless use of message.
9092
9093 * dframe.el (dframe-timer-fn):
9094 * files.el (dir-locals-read-from-file):
9095 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9096 (mpc-format):
9097 * reveal.el (reveal-post-command):
9098 * saveplace.el (load-save-place-alist-from-file):
9099 * shell.el (shell-resync-dirs):
9100 * w32-common-fns.el (x-get-selection-value):
9101 * emacs-lisp/copyright.el (copyright-find-copyright):
9102 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9103 * emulation/tpu-edt.el (tpu-copy-keyfile):
9104 * play/bubbles.el (bubbles--mark-neighbourhood):
9105 * progmodes/executable.el
9106 (executable-make-buffer-file-executable-if-script-p):
9107 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9108
9109 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 Cleanup Eshell to rely less on dynamic scoping.
9112 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9113 last-value, and ext-command here. Bind `args' closer to `body'.
9114 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9115 (eshell--args): Declare new dynamic var.
9116 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9117 last-value, and ext-command. Pass `args' to `body'.
9118 (eshell-process-args): Bind eshell--args.
9119 (eshell-set-option): Use eshell--args.
9120 * eshell/eshell.el (eshell): Use derived-mode-p.
9121 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9122 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9123 (eshell-glob-function): Declare.
9124 * eshell/esh-util.el: Require cl-lib.
9125 (eshell-read-hosts-file): Avoid add-to-list.
9126 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9127 `err'.
9128 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9129 Declare.
9130 (eshell/diff): Remove unused var `err'.
9131 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9132 `killflag'.
9133 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9134 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9135 first use.
9136 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9137 Move declaration before first use.
9138 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9139 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9140 rely on cl-return.
9141
9142 2013-09-12 Glenn Morris <rgm@gnu.org>
9143
9144 * term/ns-win.el (global-map): Remove binding for ispell-next,
9145 deleted 1999-05-29. (Bug#15357)
9146
9147 2013-09-11 Glenn Morris <rgm@gnu.org>
9148
9149 * echistory.el (electric-command-history): Remove call to deleted func.
9150
9151 * play/landmark.el (landmark-mode): Fix typos.
9152
9153 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9154 Check cvs-sort-ignore-file is bound.
9155
9156 * savehist.el: No need for cl when compiling on Emacs.
9157
9158 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9161 (bug#15338).
9162 (eshell-self-insert-command, eshell-send-invisible):
9163 Remove unused argument.
9164 (eshell-handle-control-codes): Remove unused var `orig'.
9165 Avoid delete-backward-char.
9166
9167 * files.el (set-auto-mode): Simplify a bit further.
9168
9169 2013-09-11 Glenn Morris <rgm@gnu.org>
9170
9171 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9172 (set-auto-mode): Don't regexp-quote elements.
9173 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9174 * progmodes/cc-mode.el (interpreter-mode-alist):
9175 * progmodes/ruby-mode.el (interpreter-mode-alist):
9176 Revert previous change.
9177
9178 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * play/snake.el (snake-mode):
9181 * play/mpuz.el (mpuz-mode):
9182 * play/landmark.el (lm-mode):
9183 * play/blackbox.el (blackbox-mode):
9184 * play/5x5.el (5x5-mode):
9185 * obsolete/options.el (Edit-options-mode):
9186 * net/quickurl.el (quickurl-list-mode):
9187 * net/newst-treeview.el (newsticker-treeview-mode):
9188 * mail/rmailsum.el (rmail-summary-mode):
9189 * mail/mspools.el (mspools-mode):
9190 * locate.el (locate-mode):
9191 * ibuffer.el (ibuffer-mode):
9192 * emulation/ws-mode.el (wordstar-mode):
9193 * emacs-lisp/debug.el (debugger-mode):
9194 * array.el (array-mode):
9195 * net/eudc.el (eudc-mode): Use define-derived-mode.
9196 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9197 Move initialization into declaration.
9198 (mairix-searches-mode): Use define-derived-mode.
9199 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9200 (eudc-edit-hotlist): Use dolist.
9201 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9202 (Man-mode): Use define-derived-mode.
9203 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9204 (Info-edit-mode): Use define-derived-mode.
9205 (Info-cease-edit): Use Info-mode.
9206 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9207 into declaration.
9208 (eshell-mode): Use define-derived-mode.
9209 * chistory.el (command-history-mode-map): Rename from
9210 command-history-map.
9211 (command-history-mode): Use define-derived-mode.
9212 (Command-history-setup): Remove function.
9213 * calc/calc.el (calc-trail-mode-map): New var.
9214 (calc-trail-mode): Use define-derived-mode.
9215 (calc-trail-buffer): Set calc-main-buffer manually.
9216 * bookmark.el (bookmark-insert-annotation): New function.
9217 (bookmark-edit-annotation): Use it.
9218 (bookmark-edit-annotation-mode): Make it a proper major mode.
9219 (bookmark-send-edited-annotation): Use derived-mode-p.
9220 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9221 closer to its ideal place. Use \' to match EOS.
9222
9223 * profiler.el (profiler-calltree-find): Use function-equal.
9224
9225 2013-09-10 Glenn Morris <rgm@gnu.org>
9226
9227 * files.el (interpreter-mode-alist): Convert to regexps.
9228 (set-auto-mode): Adapt for this. (Bug#15306)
9229 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9230 Comment out unused variable.
9231 * progmodes/cc-mode.el (interpreter-mode-alist):
9232 * progmodes/python.el (interpreter-mode-alist):
9233 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9234 * progmodes/sh-script.el (sh-set-shell):
9235 No longer use interpreter-mode-alist to get list of shells.
9236
9237 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9238
9239 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * simple.el: Use set-temporary-overlay-map for universal-argument.
9242 (universal-argument-map): Don't use default-bindings (bug#15317).
9243 Bind switch-frame explicitly. Replace universal-argument-minus with
9244 a conditional binding.
9245 (universal-argument-num-events, saved-overriding-map): Remove.
9246 (restore-overriding-map): Remove.
9247 (universal-argument--mode): Rename from save&set-overriding-map,
9248 and rewrite.
9249 (universal-argument, universal-argument-more, negative-argument)
9250 (digit-argument): Adjust accordingly.
9251 (universal-argument-minus): Remove.
9252 (universal-argument-other-key): Remove.
9253
9254 * subr.el (with-demoted-errors): Add `format' argument.
9255
9256 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9259 `tramp-cleanup-connection'.
9260
9261 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9262 parameters KEEP-DEBUG and KEEP-PASSWORD.
9263
9264 * net/tramp.el (tramp-file-name-handler):
9265 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9266 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9267 (tramp-maybe-open-connection):
9268 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9269 Use `tramp-cleanup-connection'.
9270
9271 * net/tramp-sh.el (tramp-maybe-open-connection):
9272 Catch 'uname-changed inside the progress reporter.
9273
9274 2013-09-10 Glenn Morris <rgm@gnu.org>
9275
9276 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9277
9278 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9279 returns "alternate access method" in mode (eg "-rw-r--r--.").
9280
9281 2013-09-08 Glenn Morris <rgm@gnu.org>
9282
9283 * saveplace.el (load-save-place-alist-from-file):
9284 Demote errors. (Bug#15305)
9285
9286 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9287
9288 Improve compatibility with older Emacsen, and XEmacs.
9289
9290 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9291 only if it is bound. It isn't for XEmacs.
9292 (with-tramp-progress-reporter): Do not let-bind `result'.
9293 This yields to scoping errors in XEmacs.
9294 (tramp-handle-make-auto-save-file-name): New function, moved from
9295 tramp-sh.el.
9296
9297 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9298 for `make-auto-save-file-name'.
9299 (tramp-adb--gnu-switches-to-ash):
9300 Use `tramp-compat-replace-regexp-in-string'.
9301
9302 * net/tramp-cache.el (tramp-cache-print): Call
9303 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9304
9305 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9306 bound. It isn't for XEmacs.
9307
9308 * net/tramp-compat.el (tramp-compat-copy-file):
9309 Catch `wrong-number-of-arguments' error.
9310 (tramp-compat-replace-regexp-in-string): New defun.
9311
9312 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9313 for `make-auto-save-file-name'.
9314 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9315 `copy-file'.
9316 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9317 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9318 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9319
9320 * net/tramp-gw.el (tramp-gw-open-network-stream):
9321 Use `tramp-compat-replace-regexp-in-string'.
9322
9323 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9324 Call `tramp-handle-make-auto-save-file-name'.
9325 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9326 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9327 (tramp-sh-file-inotifywait-process-filter):
9328 Use `tramp-compat-replace-regexp-in-string'.
9329 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9330
9331 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9332 for `make-auto-save-file-name'.
9333 (tramp-smb-handle-copy-directory):
9334 Call `tramp-compat-replace-regexp-in-string'.
9335 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9336 (tramp-smb-handle-copy-file): Improve error message.
9337 (tramp-smb-handle-rename-file): Rename directly only in case
9338 `newname' does not exist yet. This is a restriction of smbclient.
9339 (tramp-smb-maybe-open-connection): Rerun the function only when
9340 `auth-sources' is non-nil.
9341
9342 2013-09-08 Kenichi Handa <handa@gnu.org>
9343
9344 * international/characters.el: Set category "^" (Combining) for
9345 more characters.
9346
9347 2013-09-07 Alan Mackenzie <acm@muc.de>
9348
9349 Correctly fontify Java class constructors.
9350 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9351 in Java Mode.
9352 (c-recognize-typeless-decls): Set the Java value to t.
9353 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9354 While handling a "(", add a check for, effectively, Java, and handle a
9355 "typeless" declaration there.
9356
9357 2013-09-07 Roland Winkler <winkler@gnu.org>
9358
9359 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9360 field subtitle for entry type book.
9361
9362 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * minibuffer.el: Make minibuffer-complete call completion-in-region
9365 rather than other way around.
9366 (completion--some, completion-pcm--find-all-completions):
9367 Don't delay signals when debugging.
9368 (minibuffer-completion-contents): Beware fields within the
9369 minibuffer contents.
9370 (completion-all-sorted-completions): Use defvar-local.
9371 (completion--do-completion, completion--cache-all-sorted-completions)
9372 (completion-all-sorted-completions, minibuffer-force-complete):
9373 Add args `beg' and `end'.
9374 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9375 (minibuffer-complete): Use completion-in-region.
9376 (completion-complete-and-exit): New fun, extracted from
9377 minibuffer-complete-and-exit.
9378 (minibuffer-complete-and-exit): Use it.
9379 (completion--complete-and-exit): Rename from
9380 minibuffer--complete-and-exit.
9381 (completion-in-region--single-word): New function, extracted from
9382 minibuffer-complete-word.
9383 (minibuffer-complete-word): Use it.
9384 (display-completion-list): Make `common-substring' argument obsolete.
9385 (completion--in-region): Call completion--in-region-1 instead of
9386 minibuffer-complete.
9387 (completion-help-at-point): Pass boundaries to
9388 minibuffer-completion-help as args rather than via an overlay.
9389 (completion-pcm--string->pattern): Use `any-delim'.
9390 (completion-pcm--optimize-pattern): New function.
9391 (completion-pcm--pattern->regex): Handle `any-delim'.
9392 * icomplete.el (icomplete-forward-completions)
9393 (icomplete-backward-completions, icomplete-completions):
9394 Adjust calls to completion-all-sorted-completions and
9395 completion--cache-all-sorted-completions.
9396 (icomplete-with-completion-tables): Default to t.
9397 * emacs-lisp/crm.el (crm--current-element): Rename from
9398 crm--select-current-element. Don't put an overlay but return the
9399 boundaries instead.
9400 (crm--completion-command): Take two new args to bind to the boundaries.
9401 (crm-completion-help): Adjust accordingly.
9402 (crm-complete): Use completion-in-region.
9403 (crm-complete-word): Use completion-in-region--single-word.
9404 (crm-complete-and-exit): Use completion-complete-and-exit.
9405
9406 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9409 than dynamically.
9410
9411 2013-09-06 Juri Linkov <juri@jurta.org>
9412
9413 * info.el (Info-display-images-node): When image file doesn't exist
9414 display text version of the image if it's provided in the Info file.
9415 Otherwise, display the location of missing image from SRC attribute.
9416 Add help-echo text property from ALT attribute. (Bug#15279)
9417
9418 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9421 (edit-abbrevs-mode): Use define-derived-mode.
9422
9423 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9424 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9425 that it's defined.
9426 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9427 Use define-derived-mode.
9428
9429 * epg.el (epg-start-encrypt): Minor CSE simplification.
9430
9431 2013-09-06 William Xu <william.xwl@gmail.com>
9432
9433 * arc-mode.el: Add support for 7za (bug#15264).
9434 (archive-7z-program): New var.
9435 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9436 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9437 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9438
9439 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9440
9441 Remove URL syntax.
9442
9443 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9444 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9445 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9446 (tramp-postfix-host-format, tramp-file-name-regexp)
9447 (tramp-completion-file-name-regexp)
9448 (tramp-completion-dissect-file-name)
9449 (tramp-handle-substitute-in-file-name): Remove 'url case.
9450 (tramp-file-name-regexp-url)
9451 (tramp-completion-file-name-regexp-url): Remove constants.
9452
9453 2013-09-06 Glenn Morris <rgm@gnu.org>
9454
9455 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9456
9457 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9458
9459 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9460 keywords" below "here-doc beginnings" (Bug#15270).
9461
9462 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * subr.el (pop): Use `car-safe'.
9465 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9466 to detect unused `pop' return value.
9467
9468 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9469 var `block-regexp'.
9470 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9471 (python-fill-string): Remove unused var `marker'.
9472 (python-skeleton-add-menu-items): Remove unused var `items'.
9473
9474 * international/mule-cmds.el: Require CL.
9475 (find-coding-systems-for-charsets): Avoid add-to-list.
9476 (sanitize-coding-system-list): New function, extracted from
9477 select-safe-coding-system-interactively.
9478 (select-safe-coding-system-interactively): Use it.
9479 (read-input-method-name): Accept symbols for `default'.
9480
9481 * emacs-lisp/advice.el (defadvice): Add indent rule.
9482
9483 2013-09-05 Daniel Hackney <dan@haxney.org>
9484
9485 * dired-x.el:
9486 * net/ange-ftp.el:
9487 * net/browse-url.el:
9488 * net/dbus.el:
9489 * net/eudc.el:
9490 * net/eudcb-ldap.el:
9491 * net/eww.el:
9492 * net/imap.el:
9493 * printing.el:
9494 * vc/ediff-diff.el:
9495 * vc/ediff-init.el:
9496 * vc/ediff-merg.el:
9497 * vc/ediff-mult.el:
9498 * vc/ediff-util.el:
9499 * vc/ediff-wind.el:
9500 * vc/ediff.el:
9501 * vc/emerge.el:
9502 * vc/pcvs.el:
9503 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9504 byte compiler. Remove some unused let-bound variables.
9505
9506 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9509 a "ref-cell", since it gets better optimized (bug#14883).
9510
9511 2013-09-05 Glenn Morris <rgm@gnu.org>
9512
9513 * progmodes/cc-awk.el (c-forward-sws): Declare.
9514
9515 2013-09-04 Glenn Morris <rgm@gnu.org>
9516
9517 * generic-x.el [rul-generic-mode]: Require cc-mode.
9518 (c++-mode-syntax-table): Declare.
9519 (rul-generic-mode-syntax-table): Init in the defvar.
9520
9521 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9524 (vc-do-command, vc-set-async-update):
9525 * vc/vc-mtn.el (vc-mtn-dir-status):
9526 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9527 (vc-hg-pull, vc-hg-merge-branch):
9528 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9529 (vc-git-merge-branch):
9530 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9531 (vc-cvs-dir-status-files):
9532 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9533 (vc-bzr-dir-status-files):
9534 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9535 * vc/vc-annotate.el: Use lexical-binding.
9536 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9537 (vc-sentinel-movepoint): Declare.
9538 (vc-annotate): Don't use `goto-line'.
9539 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9540 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9541 (vc-sentinel-movepoint): Declare.
9542 * vc/vc-svn.el: Use lexical-binding.
9543 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9544 * vc/vc-sccs.el:
9545 * vc/vc-rcs.el: Use lexical-binding.
9546
9547 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9548 `deleted'. Don't drop errors silently.
9549
9550 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9551
9552 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9553
9554 * vc/vc.el (vc-ignore): Rewrite.
9555 (vc-default-ignore): New function.
9556 (vc-default-ignore-completion-table): Use find-ignore-file.
9557
9558 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9559 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9560 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9561 Remove. Most code moved to vc.el.
9562
9563 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9566 * net/tramp-smb.el (tramp-smb-get-file-entries):
9567 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9568 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9569
9570 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9571 Update call to it.
9572 (eww-change-select): Remove unused var `properties'.
9573 (eww-make-unique-file-name): Remove unused var `base'.
9574
9575 * finder.el (finder-compile-keywords): Don't mess with windows.
9576
9577 * calculator.el (calculator-funcall): Fix typo in last change.
9578
9579 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9580
9581 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9582 <pkg>-autoloads.el file stop us.
9583
9584 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9585 warnings, and factor out common code.
9586
9587 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9588
9589 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9590 two-character operators and whether the character preceding them
9591 changes their meaning (Bug#15208).
9592
9593 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9594
9595 Format code sent to Python shell for robustness.
9596 * progmodes/python.el (python-shell-buffer-substring):
9597 New function.
9598 (python-shell-send-region, python-shell-send-buffer): Use it.
9599
9600 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9601
9602 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9603 * net/tramp.el (tramp-user-error): ... here.
9604 (tramp-find-method, tramp-check-proper-host)
9605 (tramp-dissect-file-name, tramp-debug-message)
9606 (tramp-handle-shell-command):
9607 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9608 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9609
9610 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9611
9612 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9613
9614 * avoid.el (mouse-avoidance-point-position)
9615 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9616 returns nil.
9617
9618 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9619
9620 * progmodes/python.el (python-shell-completion-get-completions):
9621 Drop use of deleted `comint-last-prompt-overlay'.
9622 (python-nav-if-name-main): New command.
9623
9624 2013-09-01 Glenn Morris <rgm@gnu.org>
9625
9626 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9627 Avoid leading space in $wins. Otherwise the sed command used by
9628 eg compile-main ends up containing "/*.el". (Bug#15170)
9629
9630 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9631
9632 2013-08-30 Glenn Morris <rgm@gnu.org>
9633
9634 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9635 Fix is-this-a-directory logic. (Bug#15220)
9636
9637 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * textmodes/css-mode.el: Use SMIE.
9640 (css-smie-grammar): New var.
9641 (css-smie--forward-token, css-smie--backward-token)
9642 (css-smie-rules): New functions.
9643 (css-mode): Use them.
9644 (css-navigation-syntax-table): Remove var.
9645 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9646 (css-indent-calculate, css-indent-line): Remove functions.
9647
9648 Misc changes to reduce use of `(lambda...); and other cleanups.
9649 * cus-edit.el: Use lexical-binding.
9650 (customize-push-and-save, customize-apropos)
9651 (custom-buffer-create-internal): Use closures.
9652 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9653 * progmodes/ada-xref.el: Use setq.
9654 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9655 * dframe.el: Use lexical-binding.
9656 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9657 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9658 * descr-text.el: Use lexical-binding.
9659 (describe-text-widget, describe-text-sexp, describe-property-list):
9660 Use closures.
9661 * comint.el (comint-history-isearch-push-state): Use a closure.
9662 * calculator.el: Use lexical-binding.
9663 (calculator-number-to-string): Make it work with lexical-binding.
9664 (calculator-funcall): Same and use cl-letf.
9665
9666 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9667 (lisp--company-doc-string, lisp--company-location): New functions.
9668 (lisp-completion-at-point): Use them to improve Company support.
9669
9670 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9671 params of lambda expressions.
9672 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9673 (ruby-smie--opening-pipe-p): New function.
9674 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9675 symbols and matched |...| for formal params.
9676 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9677 from being treated as hanging. Handle "rescue".
9678
9679 2013-08-29 Glenn Morris <rgm@gnu.org>
9680
9681 * progmodes/cc-engine.el (c-pull-open-brace):
9682 Move definition before use.
9683
9684 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9687 are immutable. Don't use `unsafe' any more.
9688 (cl--defsubst-expand): Don't substitute at the same time as keeping
9689 a residual unused let-binding. Don't use `unsafe' any more.
9690
9691 2013-08-29 Glenn Morris <rgm@gnu.org>
9692
9693 * calendar/cal-china.el (calendar-chinese-year-cache):
9694 Recenter on 2015.
9695
9696 * nxml/nxml-util.el (nxml-debug-clear-inside):
9697 Use cl-loop rather than loop.
9698
9699 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9700
9701 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9702
9703 2013-08-28 Glenn Morris <rgm@gnu.org>
9704
9705 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9706
9707 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9708
9709 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9710
9711 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * simple.el (repeat-complex-command--called-interactively-skip):
9714 New function.
9715 (repeat-complex-command): Use it (bug#14136).
9716
9717 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9718 (c-define-abbrev-table): Add `doc' argument.
9719 (c-mode-abbrev-table, c++-mode-abbrev-table)
9720 (objc-mode-abbrev-table, java-mode-abbrev-table)
9721 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9722 (awk-mode-abbrev-table): Use it.
9723 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9724 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9725 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9726 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9727 Move initialization into the declaration; and remove any
9728 autoload cookie.
9729
9730 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9731 and dynamic let binding.
9732
9733 * vc/smerge-mode.el: Remove redundant :group args.
9734
9735 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9736 to load-path.
9737
9738 2013-08-28 Juri Linkov <juri@jurta.org>
9739
9740 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9741 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9742 (isearch-other-meta-char): Handle an undefined shifted printing
9743 character by downshifting it. (Bug#15200)
9744
9745 2013-08-28 Juri Linkov <juri@jurta.org>
9746
9747 * isearch.el (isearch-search): Change regexp error message for
9748 non-regexp searches. (Bug#15166)
9749
9750 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9751
9752 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9753 for portability to hosts where /bin/sh has problems.
9754
9755 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9758
9759 2013-08-27 Juri Linkov <juri@jurta.org>
9760
9761 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9762 in the keyboard macro. (Bug#15126)
9763
9764 2013-08-27 Juri Linkov <juri@jurta.org>
9765
9766 * isearch.el (isearch-quote-char): Comment out converting unibyte
9767 to multibyte, thus syncing with its `quoted-insert' counterpart.
9768 (Bug#15166)
9769
9770 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9771
9772 * window.el (display-buffer-use-some-window): Add missing
9773 argument in call of get-largest-window (Bug#15185).
9774 Reported by Stephen Leake.
9775
9776 2013-08-27 Glenn Morris <rgm@gnu.org>
9777
9778 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9779
9780 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9783 from a matcher-function unless there's no more matches (bug#15161).
9784
9785 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9786
9787 * minibuffer.el: Revert change from 2013-08-20.
9788
9789 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9790 with text property `tramp-default', if appropriate.
9791 (tramp-check-proper-host): New defun.
9792 (tramp-dissect-file-name): Do not check hostname. Revert change
9793 of 2013-03-18.
9794 (tramp-backtrace): Make VEC-OR-PROC optional.
9795
9796 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9797 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9798 * net/tramp-sh.el (tramp-maybe-open-connection):
9799 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9800 Apply `tramp-check-proper-host'.
9801
9802 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9803
9804 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9805 lambda expression in order to have `describe-variable' display it.
9806
9807 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9808
9809 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9810 BUF can be optional. (Bug#15186)
9811
9812 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9813
9814 * progmodes/flymake.el (flymake-get-real-file-name-function):
9815 Fix broken customization. (Bug#15184)
9816
9817 2013-08-25 Alan Mackenzie <acm@muc.de>
9818
9819 Improve indentation of bracelists defined by macros (without "=").
9820
9821 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9822 expansion begins with "{", regard it as bracelist when it doesn't
9823 contain a ";".
9824
9825 Parse C++ inher-intro when there's a template split over 2 lines.
9826
9827 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9828 rigorously the search for "class" etc. followed by ":".
9829
9830 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9831 random languages a regexp which never matches rather than nil.
9832
9833 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9834
9835 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9836 (c-awk-regexp-one-line-possibly-open-char-list-re)
9837 (c-awk-one-line-possibly-open-regexp-re)
9838 (c-awk-one-line-non-syn-ws*-re): Remove.
9839 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9840 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9841 (c-awk-space*-unclosed-regexp-/-re): New constants.
9842 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9843 aren't regexp delimiters.
9844
9845 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9846 handling for a rare situation in AWK Mode involving unterminated
9847 strings/regexps.
9848
9849 2013-08-23 Glenn Morris <rgm@gnu.org>
9850
9851 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9852
9853 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9854
9855 * files.el (create-file-buffer): If the result would begin with
9856 spaces, prepend a "|" instead of removing them. (Bug#15162)
9857
9858 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9861 text-properties (bug#15155).
9862
9863 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9864 exist any more.
9865 (calc-keypad-redraw): Remove unused var `pad'.
9866 (calc-keypad-press): Remove unused var `menu'.
9867
9868 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9869
9870 * window.el (display-buffer-pop-up-frame):
9871 Call pop-up-frame-function with BUFFER current so `make-frame' will
9872 use it as the new frame's buffer (Bug#15133).
9873
9874 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * calendar/timeclock.el: Minor cleanups.
9877 (timeclock-ask-before-exiting, timeclock-use-display-time):
9878 Use `symbol'.
9879 (timeclock-modeline-display): Define as alias before the
9880 actual definition.
9881 (timeclock-mode-line-display): Use define-minor-mode.
9882 (timeclock-day-list-template): Make it a function, add an argument.
9883 (timeclock-day-list-required, timeclock-day-list-length)
9884 (timeclock-day-list-debt, timeclock-day-list-span)
9885 (timeclock-day-list-break): Adjust calls accordingly.
9886
9887 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9890 Use read--expression so that completion works again.
9891
9892 2013-08-21 Sam Steingold <sds@gnu.org>
9893
9894 Add rudimentary inferior shell interaction
9895 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9896 (sh-set-shell): Reset it.
9897 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9898 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9899
9900 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * align.el: Use lexical-binding.
9903 (align-region): Simplify accordingly.
9904
9905 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9906
9907 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9908
9909 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9910 `non-essential' up.
9911
9912 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9913
9914 * net/tramp.el:
9915 * net/tramp-adb.el:
9916 * net/tramp-cmds.el:
9917 * net/tramp-ftp.el:
9918 * net/tramp-gvfs.el:
9919 * net/tramp-gw.el:
9920 * net/tramp-sh.el: Don't wrap external variable declarations by
9921 `eval-when-compile'.
9922
9923 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9924
9925 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9926 now that Emacs supports ImageMagick animations.
9927
9928 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9929
9930 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9931 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9932
9933 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9934
9935 * window.el (mouse-autoselect-window-select): Do autoselect when
9936 mouse pointer is on margin.
9937
9938 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9939
9940 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9941
9942 2013-08-16 Glenn Morris <rgm@gnu.org>
9943
9944 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9945 Handle "Remote Directory" response of some clients. (Bug#15058)
9946
9947 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9948 Tweak warning. (Bug#14926)
9949
9950 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9951 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9952
9953 * image-mode.el (image-mode-map): Add menu items to reverse,
9954 increase, decrease, reset animation speed.
9955 (image--set-speed, image-increase-speed, image-decrease-speed)
9956 (image-reverse-speed, image-reset-speed): New functions.
9957 (image-mode-map): Add bindings for speed commands.
9958
9959 * image.el (image-animate-get-speed, image-animate-set-speed):
9960 New functions.
9961 (image-animate-timeout): Respect image :speed property.
9962
9963 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9966 previous line (bug#15101).
9967 (debugger-eval-expression, debugger-record-expression):
9968 Use read--expression (bug#15102).
9969
9970 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9971
9972 Remove byte compiler warnings, visible when compiling with
9973 `byte-compile-force-lexical-warnings' set to t.
9974
9975 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9976 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9977 (tramp-handle-unhandled-file-name-directory)
9978 (tramp-handle-file-notify-add-watch, tramp-action-login)
9979 (tramp-action-succeed, tramp-action-permission-denied)
9980 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9981 arguments with "_".
9982
9983 * net/tramp-adb.el (tramp-adb-parse-device-names)
9984 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9985 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9986 (tramp-adb-handle-file-truename): Remove unused arguments.
9987
9988 * net/tramp-cache.el (tramp-flush-directory-property)
9989 (tramp-flush-connection-property, tramp-list-connections)
9990 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9991
9992 * net/tramp-compat.el (tramp-compat-make-temp-file):
9993 Rename FILENAME to F.
9994
9995 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9996 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9997 (tramp-zeroconf-parse-workstation-device-names)
9998 (tramp-zeroconf-parse-webdav-device-names)
9999 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10000
10001 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10002 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10003
10004 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10005 arguments.
10006 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10007 (tramp-sh-handle-insert-file-contents-literally)
10008 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10009 with "_".
10010 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10011 Remove unused variables.
10012
10013 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10014 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10015 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10016
10017 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10018 Make them a defconst.
10019 (tramp-uuencode-region): Remove unused variable.
10020
10021 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * frameset.el (frameset--prop-setter): New function.
10024 (frameset-prop): Add gv-setter declaration.
10025 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10026 parameter was already set in FILTERED. Doc fix.
10027 (frameset--record-minibuffer-relationships): Allow saving a
10028 minibufferless frame without its corresponding minibuffer frame.
10029 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10030 frame, if the frame id matches.
10031 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10032 frames before orphaned ones.
10033 (frameset-restore): Warn about orphaned windows, instead of error out.
10034
10035 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10036
10037 * window.el (window-make-atom): Don't overwrite parameter
10038 already present.
10039 (display-buffer-in-atom-window): Handle special case where we
10040 split an already atomic window.
10041 (window--major-non-side-window, display-buffer-in-side-window)
10042 (window--side-check): Ignore minibuffer window when walking
10043 window tree.
10044 (window-deletable-p): Return 'frame only if no other frame uses
10045 our minibuffer window.
10046 (record-window-buffer): Run buffer-list-update-hook.
10047 (split-window): Make sure window--check-frame won't destroy an
10048 existing atomic window in case the new window gets nested
10049 inside.
10050 (display-buffer-at-bottom): Ignore minibuffer window when
10051 walking window tree. Don't split a side window.
10052 (pop-to-buffer): Don't set-buffer here, the select-window call
10053 should do that.
10054 (mouse-autoselect-window-select): Autoselect only if we are in the
10055 text portion of the window.
10056
10057 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10058
10059 * net/shr.el (shr-parse-image-data): New function to grab both the
10060 data itself and the Content-Type.
10061 (shr-put-image): Use it.
10062
10063 * net/eww.el (eww-display-image): Ditto.
10064
10065 * image.el (image-content-type-suffixes): New variable.
10066
10067 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10068
10069 * progmodes/python.el (python-imenu--build-tree)
10070 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10071
10072 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10073
10074 * simple.el (backward-word): Mention the optional argument.
10075
10076 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * frameset.el (frameset--make): Rename constructor from make-frameset.
10079 (frameset-p, frameset-valid-p): Don't autoload.
10080 (frameset-valid-p): Use normal accessors.
10081
10082 2013-08-13 Glenn Morris <rgm@gnu.org>
10083
10084 * progmodes/compile.el (compile-command): Tweak example in doc.
10085 * obsolete/scribe.el (scribe-mode):
10086 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10087
10088 * mail/feedmail.el (feedmail-confirm-outgoing)
10089 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10090
10091 * cus-start.el (truncate-partial-width-windows): Fix type.
10092
10093 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10094
10095 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10096
10097 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * emacs-lisp/timer.el (timer--time-setter): New function.
10100 (timer--time): Use it as gv-setter.
10101
10102 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10103 setter is not a symbol.
10104
10105 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10106
10107 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10108 if sending fails. This makes debugging easier.
10109
10110 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10111
10112 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10113 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10114 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10115
10116 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10117
10118 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10119
10120 2013-08-12 Glenn Morris <rgm@gnu.org>
10121
10122 * format.el (format-annotate-function):
10123 Handle read-only text properties in the source. (Bug#14887)
10124
10125 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10126
10127 * net/eww.el (eww-display-html): Ignore coding system errors.
10128 One web site uses "utf-8lias" as the coding system.
10129
10130 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10131
10132 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10133
10134 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10137 (tutorial--detailed-help): Remove unused local variables.
10138 (tutorial--save-tutorial-to): Use ignore-errors.
10139 (help-with-tutorial): Use looking-at-p.
10140
10141 * view.el (view-buffer-other-window, view-buffer-other-frame):
10142 Mark unused arguments.
10143
10144 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10145 (woman-select-symbol-fonts, woman, woman-find-file)
10146 (woman-insert-file-contents, woman-non-underline-faces):
10147 Use string-match-p.
10148 (woman1-unquote): Move declaration.
10149
10150 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10151 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10152 argument. Remove unused local variable.
10153 (xml-parse-elem-type): Use string-match-p.
10154 (xml-substitute-numeric-entities): Use ignore-errors.
10155
10156 * calculator.el (calculator): Mark unused argument.
10157 (calculator-paste, calculator-quit, calculator-integer-p):
10158 Use ignore-errors.
10159 (calculator-string-to-number, calculator-decimal, calculator-exp)
10160 (calculator-op-or-exp): Use string-match-p.
10161
10162 * dired.el (dired-buffer-more-recently-used-p): Declare.
10163 (dired-insert-set-properties, dired-insert-old-subdirs):
10164 Use ignore-errors.
10165
10166 * dired-aux.el (dired-compress): Use ignore-errors.
10167 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10168 (dired-do-async-shell-command, dired-do-shell-command)
10169 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10170 (dired-insert-subdir-validate): Use string-match-p.
10171 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10172 (dired-add-entry): Use string-match-p, looking-at-p.
10173 (dired-insert-subdir-newpos): Remove unused local variable.
10174
10175 * filenotify.el (file-notify-callback): Remove unused local variable.
10176
10177 * filesets.el (filesets-error): Mark unused argument.
10178 (filesets-which-command-p, filesets-filter-dir-names)
10179 (filesets-directory-files, filesets-get-external-viewer)
10180 (filesets-ingroup-get-data): Use string-match-p.
10181
10182 * find-file.el (ff-other-file-name, ff-other-file-name)
10183 (ff-find-the-other-file, ff-cc-hh-converter):
10184 Remove unused local variables.
10185 (ff-get-file-name): Use string-match-p.
10186 (ff-all-dirs-under): Use ignore-errors.
10187
10188 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10189 (follow-select-if-visible): Remove unused local variable.
10190
10191 * forms.el (read-file-filter): Move declaration.
10192 (forms--make-format, forms--make-parser, forms-insert-record):
10193 Quote function with #'.
10194 (forms--update): Use string-match-p. Quote function with #'.
10195
10196 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10197 (help-make-xrefs): Use looking-at-p.
10198 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10199
10200 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10201 (ibuffer-confirm-operation-on): Use string-match-p.
10202
10203 * msb.el (msb-item-handler, msb-dired-item-handler):
10204 Mark unused arguments.
10205
10206 * ses.el (ses-decode-cell-symbol)
10207 (ses-kill-override): Remove unused local variable.
10208 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10209 (ses-load): Use ignore-errors, looking-at-p.
10210 (ses-jump-safe): Use ignore-errors.
10211 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10212
10213 * tabify.el (untabify, tabify): Mark unused arguments.
10214
10215 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10216 Mark unused argument.
10217 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10218 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10219
10220 * emacs-lisp/timer.el (timer--time): Define setter with
10221 gv-define-setter to avoid deprecation warning.
10222
10223 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10224 (*record-cmpl-statistics-p*): Remove (was commented out).
10225 (cmpl-statistics-block): Remove (body was commented out).
10226 All callers changed.
10227 (add-completions-from-buffer, load-completions-from-file):
10228 Remove unused variables.
10229
10230 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10231
10232 * filecache.el (file-cache-delete-file-list):
10233 Print message only when told so.
10234 (file-cache-files-matching): Use #' in mapconcat argument.
10235
10236 * ffap.el (ffap-url-at-point): Fix reference to variable
10237 thing-at-point-default-mail-uri-scheme.
10238
10239 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * subr.el (define-error): New function.
10242 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10243 error-file-not-found and define with define-error.
10244 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10245 and define with define-error.
10246 * userlock.el (file-locked, file-supersession):
10247 * simple.el (mark-inactive):
10248 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10249 * progmodes/ada-mode.el (ada-mode-errors):
10250 * play/life.el (life-extinct):
10251 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10252 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10253 * nxml/rng-util.el (rng-error):
10254 * nxml/rng-uri.el (rng-uri-error):
10255 * nxml/rng-match.el (rng-compile-error):
10256 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10257 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10258 * nxml/nxml-rap.el (nxml-scan-error):
10259 * nxml/nxml-outln.el (nxml-outline-error):
10260 * net/soap-client.el (soap-error):
10261 * net/gnutls.el (gnutls-error):
10262 * net/ange-ftp.el (ftp-error):
10263 * mpc.el (mpc-proc-error):
10264 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10265 (json-number-format, json-string-escape, json-string-format)
10266 (json-key-format, json-object-format):
10267 * jka-compr.el (compression-error):
10268 * international/quail.el (quail-error):
10269 * international/kkc.el (kkc-error):
10270 * emacs-lisp/ert.el (ert-test-failed):
10271 * calc/calc.el (calc-error, inexact-result, math-overflow)
10272 (math-underflow):
10273 * bookmark.el (bookmark-error-no-filename):
10274 * epg.el (epg-error): Define with define-error.
10275
10276 * time.el (display-time-event-handler)
10277 (display-time-next-load-average): Don't call sit-for since it seems
10278 unnecessary (bug#15045).
10279
10280 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10281 Use #' instead of ' to quote functions.
10282 (checkdoc-output-mode): Use setq-local.
10283 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10284 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10285 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10286 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10287 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10288 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10289 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10290 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10291
10292 * ido.el (ido-completion-help): Fix up compiler warning.
10293
10294 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * frameset.el (frameset-p): Add autoload cookie.
10297 (frameset--jump-to-register): New function, based on code moved from
10298 register.el.
10299 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10300
10301 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10302 (frameset-restore, frameset-save, frameset-session-filter-alist):
10303 Remove declarations.
10304 (register-alist): Doc fix.
10305 (frameset-to-register): Move to frameset.el.
10306 (jump-to-register, describe-register-1): Remove frameset-specific code.
10307
10308 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10309
10310 * allout-widgets.el (allout-widgets-pre-command-business)
10311 (allout-widgets-post-command-business)
10312 (allout-widgets-after-change-handler)
10313 (allout-decorate-item-and-context, allout-set-boundary-marker)
10314 (allout-body-modification-handler)
10315 (allout-graphics-modification-handler): Mark ignored arguments.
10316 (allout-widgets-post-command-business)
10317 (allout-widgets-exposure-change-processor)
10318 (allout-widgets-exposure-undo-processor)
10319 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10320 (allout-parse-item-at-point, allout-decorate-item-guides)
10321 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10322 * allout.el (epa-passphrase-callback-function): Declare.
10323 (allout-overlay-insert-in-front-handler)
10324 (allout-overlay-interior-modification-handler)
10325 (allout-isearch-end-handler, allout-chart-siblings)
10326 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10327 (allout-yank-processing, allout-process-exposed)
10328 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10329 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10330 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10331 (lisp-indent-defform): Mark ignored arguments.
10332 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10333 (calculate-lisp-indent): Remove unused variables.
10334 * international/characters.el (indian-2-column, arabic-2-column)
10335 (tibetan): Mark ignored arguments.
10336 (use-cjk-char-width-table): Mark ignored arguments.
10337 Remove unused variables.
10338 * international/fontset.el (build-default-fontset-data)
10339 (x-compose-font-name, create-fontset-from-fontset-spec):
10340 Mark ignored arguments.
10341 (fontset-plain-name): Remove unused variables.
10342 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10343 (keyboard-coding-system): Mark ignored arguments.
10344 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10345 * help.el (resize-temp-buffer-window):
10346 * window.el (display-buffer-in-major-side-window)
10347 (display-buffer-in-side-window, display-buffer-in-previous-window):
10348 Remove unused variables.
10349 * isearch.el (isearch-forward-symbol):
10350 * version.el (emacs-bzr-version-bzr):
10351 * international/mule-cmds.el (current-language-environment):
10352 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10353 (x-handle-display):
10354 * term/pc-win.el (x-list-fonts, x-display-planes)
10355 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10356 (x-server-version, x-display-screens, x-display-mm-height)
10357 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10358 (x-selection-owner-p, x-own-selection-internal)
10359 (x-disown-selection-internal, x-get-selection-internal)
10360 (msdos-initialize-window-system):
10361 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10362 * term/x-win.el (x-handle-no-bitmap-icon):
10363 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10364 (vc-default-find-file-hook, vc-default-extra-menu):
10365 Mark ignored arguments.
10366
10367 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10370 break-condition in the context of the debugged code (bug#12685).
10371
10372 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10373
10374 * comint.el:
10375 Do not use an overlay to highlight the last prompt. (Bug#14744)
10376 (comint-mode): Make comint-last-prompt buffer local.
10377 (comint-last-prompt): New variable.
10378 (comint-last-prompt-overlay): Remove. Superseded by
10379 comint-last-prompt.
10380 (comint-snapshot-last-prompt, comint-output-filter):
10381 Use comint-last-prompt.
10382
10383 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10384
10385 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10386 (frameset-save): Check validity of the resulting frameset.
10387
10388 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10389
10390 * ido.el (ido-record-command): Add doc string.
10391
10392 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * frameset.el (frameset): Do not disable creation of the default
10395 frameset-p predicate. Doc fix.
10396 (frameset-valid-p): New function, copied from the old predicate-p.
10397 Add additional checks.
10398 (frameset-restore): Check with frameset-valid-p.
10399 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10400 (frameset-name, frameset-description, frameset-properties)
10401 (frameset-states): Add docstring.
10402 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10403 (frameset-filter-alist): Doc fixes.
10404
10405 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10406
10407 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10408
10409 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10412 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10413 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10414 (byte-compile-normal-call): Remove obsolescence check.
10415
10416 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10417
10418 * frameset.el (frameset-restore): Doc fix.
10419
10420 * register.el (frameset-frame-id, frameset-frame-with-id)
10421 (frameset-p, frameset-restore, frameset-save): Declare.
10422 (register-alist): Document framesets.
10423 (frameset-session-filter-alist): Declare.
10424 (frameset-to-register): New function.
10425 (jump-to-register): Implement jumping to framesets. Doc fix.
10426 (describe-register-1): Describe framesets.
10427
10428 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10429
10430 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10431
10432 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10433 Use lexical-binding.
10434
10435 * frameset.el (frameset): Use type vector, not list (incompatible
10436 change). Do not declare a new constructor, use the default one.
10437 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10438 `name' and `description', respectively, and add read-only slot
10439 `timestamp'. Doc fixes.
10440 (frameset-copy, frameset-persistent-filter-alist)
10441 (frameset-filter-alist, frameset-switch-to-gui-p)
10442 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10443 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10444 (frameset-filter-iconified, frameset-keep-original-display-p):
10445 Doc fixes.
10446 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10447 Rename from frameset-filter-(save|restore)-param. All callers changed.
10448 Doc fix.
10449 (frameset-p): Adapt to change to vector and be more thorough.
10450 Change arg name to OBJECT. Doc fix.
10451 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10452 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10453 All callers changed.
10454 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10455 All callers changed.
10456 (frameset--record-minibuffer-relationships): Rename from
10457 frameset--process-minibuffer-frames. All callers changed.
10458 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10459 Use new default constructor (again). Doc fix.
10460 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10461 All callers changed.
10462 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10463 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10464 Doc fix.
10465 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10466 PARAMETERS and WINDOW-STATE, respectively.
10467 (frameset-restore): Add new keyword argument PREDICATE.
10468 Reset frameset--target-display to nil. Doc fix.
10469
10470 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10473 (bat-mode): Use it.
10474 (bat-mode-syntax-table): Mark \n as end-of-comment.
10475 (bat-font-lock-keywords): Remove comment rule.
10476
10477 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10478 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10479
10480 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10481 (byte-compile-callargs-warn): Use `push'.
10482 (byte-compile-arglist-warn): Ignore higher-order "calls".
10483 (byte-compile-file-form-autoload): Use `pcase'.
10484 (byte-compile-function-form): If quoting a symbol, check that it exists.
10485
10486 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10487
10488 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10489 and add a few popular commands found in batch files.
10490 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10491 (dos-mode): Doc fixes.
10492
10493 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10496 (dos-mode): Use setq-local. Add space after "rem".
10497 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10498 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10499
10500 2013-08-07 Arni Magnusson <arnima@hafro.is>
10501
10502 * progmodes/dos.el: New file.
10503 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10504 dos-mode.
10505
10506 2013-08-06 Glenn Morris <rgm@gnu.org>
10507
10508 * calendar/calendar.el: Add new faces, and day-header-array.
10509 (calendar-weekday-header, calendar-weekend-header)
10510 (calendar-month-header): New faces.
10511 (calendar-day-header-construct): New function.
10512 (calendar-day-header-width): Also :set calendar-day-header-array.
10513 (calendar-american-month-header, calendar-european-month-header)
10514 (calendar-iso-month-header): Use calendar- faces.
10515 (calendar-generate-month):
10516 Use calendar-day-header-array for day headers; apply faces to them.
10517 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10518 (calendar-abbrev-construct): Add optional maxlen argument.
10519 (calendar-day-name-array): Doc fix.
10520 (calendar-day-name-array, calendar-abbrev-length)
10521 (calendar-day-abbrev-array):
10522 Also :set calendar-day-header-array, and maybe redraw.
10523 (calendar-day-header-array): New option. (Bug#15007)
10524 (calendar-font-lock-keywords): Set to nil and make obsolete.
10525 (calendar-day-name): Add option to use header array.
10526
10527 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10528
10529 * net/shr.el (shr-render-td): Remove debugging.
10530 (shr-render-td): Make width computation consistent by defaulting
10531 all zero-width columns to 10 characters. This may not be optimal,
10532 but it's at least consistent.
10533 (shr-make-table-1): Redo last change to fix the real problem in
10534 colspan handling.
10535
10536 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10537
10538 * files.el (cache-long-line-scans):
10539 Make obsolete alias to `cache-long-scans'.
10540
10541 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10542
10543 * frameset.el (frameset, frameset-filter-alist)
10544 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10545 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10546 (frameset-compute-pos): Rename from frameset--compute-pos,
10547 and add docstring.
10548 (frameset-move-onscreen): Use frameset-compute-pos.
10549 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10550
10551 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10552 Fix typos in docstrings.
10553
10554 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10555
10556 * frame.el (get-other-frame): Tiny cleanup.
10557
10558 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10559
10560 * vc/vc.el (vc-default-ignore-completion-table):
10561 Silence byte-compiler warning.
10562
10563 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10564 slot, which can indeed be nil.
10565 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10566 Move entry for `left' from persistent to live filter alist.
10567 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10568 Doc fixes.
10569 (frameset-filter-params): When restoring a frame, copy items added to
10570 `filtered', to avoid unwittingly modifying the original parameters.
10571 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10572 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10573
10574 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10575 to use looking-at-p instead of looking-at. (Bug#15028)
10576
10577 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 Revert introduction of isearch-filter-predicates (bug#14714).
10580 Rely on add-function instead.
10581 * isearch.el (isearch-filter-predicates): Rename it back to
10582 isearch-filter-predicate.
10583 (isearch-message-prefix): Use advice-function-mapc and advice
10584 properties to get the isearch-message-prefix.
10585 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10586 instead of run-hook-with-args-until-failure.
10587 (isearch-filter-visible): Not obsolete any more.
10588 * loadup.el: Preload nadvice.
10589 * replace.el (perform-replace): Revert to funcall
10590 instead of run-hook-with-args-until-failure.
10591 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10592 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10593 dired-isearch-filenames-toggle; make it into a proper minor mode.
10594 Use add/remove-function.
10595 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10596 Call the minor-mode rather than add/remove-hook.
10597 (dired-isearch-filter-filenames):
10598 Remove isearch-message-prefix property.
10599 * info.el (Info--search-loop): New function, extracted from Info-search.
10600 Funcall isearch-filter-predicate instead of
10601 run-hook-with-args-until-failure isearch-filter-predicates.
10602 (Info-search): Use it.
10603 (Info-mode): Use isearch-filter-predicate instead of
10604 isearch-filter-predicates.
10605
10606 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10607
10608 Do not call to `selected-window' where it is assumed by default.
10609 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10610 `window-hscroll', `window-width', `window-height', `window-buffer',
10611 `window-frame', `window-start', `window-point', `next-window'
10612 and `window-display-table'.
10613 * abbrev.el (abbrev--default-expand):
10614 * bs.el (bs--show-with-configuration):
10615 * buff-menu.el (Buffer-menu-mouse-select):
10616 * calc/calc.el (calc):
10617 * calendar/calendar.el (calendar-generate-window):
10618 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10619 (diary-make-entry):
10620 * comint.el (send-invisible, comint-dynamic-complete-filename)
10621 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10622 * completion.el (complete):
10623 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10624 * disp-table.el (describe-current-display-table):
10625 * doc-view.el (doc-view-insert-image):
10626 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10627 * ehelp.el (with-electric-help):
10628 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10629 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10630 * emacs-lisp/helper.el (Helper-help-scroller):
10631 * emulation/cua-base.el (cua--post-command-handler-1):
10632 * eshell/esh-mode.el (eshell-output-filter):
10633 * ffap.el (ffap-gnus-wrapper):
10634 * help-macro.el (make-help-screen):
10635 * hilit-chg.el (highlight-compare-buffers):
10636 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10637 * hl-line.el (global-hl-line-highlight):
10638 * icomplete.el (icomplete-simple-completing-p):
10639 * isearch.el (isearch-done):
10640 * jit-lock.el (jit-lock-stealth-fontify):
10641 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10642 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10643 * mpc.el (mpc-tagbrowser, mpc):
10644 * net/rcirc.el (rcirc-any-buffer):
10645 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10646 * play/landmark.el (landmark-max-width, landmark-max-height):
10647 * play/zone.el (zone):
10648 * progmodes/compile.el (compilation-goto-locus):
10649 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10650 * progmodes/etags.el (find-tag-other-window):
10651 * progmodes/fortran.el (fortran-column-ruler):
10652 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10653 * progmodes/verilog-mode.el (verilog-point-text):
10654 * reposition.el (reposition-window):
10655 * rot13.el (toggle-rot13-mode):
10656 * server.el (server-switch-buffer):
10657 * shell.el (shell-dynamic-complete-command)
10658 (shell-dynamic-complete-environment-variable):
10659 * simple.el (insert-buffer, set-selective-display)
10660 (delete-completion-window):
10661 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10662 (speedbar-recenter):
10663 * startup.el (fancy-splash-head):
10664 * textmodes/ispell.el (ispell-command-loop):
10665 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10666 * tutorial.el (help-with-tutorial):
10667 * vc/add-log.el (add-change-log-entry):
10668 * vc/compare-w.el (compare-windows):
10669 * vc/ediff-help.el (ediff-indent-help-message):
10670 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10671 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10672 (ediff-setup-control-frame):
10673 * vc/emerge.el (emerge-position-region):
10674 * vc/pcvs-util.el (cvs-bury-buffer):
10675 * window.el (walk-windows, mouse-autoselect-window-select):
10676 * winner.el (winner-set-conf, winner-undo): Related users changed.
10677
10678 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10679
10680 * frameset.el (frameset--set-id): Doc fix.
10681 (frameset-frame-id, frameset-frame-id-equal-p)
10682 (frameset-locate-frame-id): New functions.
10683 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10684 (frameset-restore): Use them.
10685
10686 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10687
10688 Do not call to `selected-frame' where it is assumed by default.
10689 Affected functions are `raise-frame', `redraw-frame',
10690 `frame-first-window', `frame-terminal' and `delete-frame'.
10691 * calendar/appt.el (appt-disp-window):
10692 * epg.el (epg-wait-for-completion):
10693 * follow.el (follow-delete-other-windows-and-split)
10694 (follow-avoid-tail-recenter):
10695 * international/mule.el (set-terminal-coding-system):
10696 * mail/rmail.el (rmail-mail-return):
10697 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10698 * progmodes/f90.el (f90-add-imenu-menu):
10699 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10700 * server.el (server-switch-buffer):
10701 * simple.el (delete-completion-window):
10702 * talk.el (talk):
10703 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10704 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10705 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10706 * vc/ediff.el (ediff-documentation): Related users changed.
10707 * frame.el (selected-terminal): Remove the leftover.
10708
10709 2013-08-05 Glenn Morris <rgm@gnu.org>
10710
10711 * calendar/calendar.el (calendar-generate-month):
10712 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10713 (calendar-generate-month, calendar-font-lock-keywords):
10714 Fix for calendar-day-header-width > length of any day name.
10715
10716 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * desktop.el (desktop-clear): Use new name of sort predicate.
10719
10720 * frameset.el (frameset): Add docstring. Move :version property to its
10721 own `version' slot.
10722 (frameset-copy): Rename from copy-frameset.
10723 (frameset-p): Check more thoroughly.
10724 (frameset-prop): Do not check for :version, which is no longer a prop.
10725 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10726 Use new :never value instead of t.
10727 (frameset-filter-alist): Expand and clarify docstring.
10728 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10729 (frameset-filter-minibuffer, frameset-filter-save-param)
10730 (frameset-filter-restore-param, frameset-filter-iconified):
10731 Add pointer to docstring of frameset-filter-alist.
10732 (frameset-filter-params): Rename filter values to be more meaningful:
10733 :never instead of t, and reverse the meanings of :save and :restore.
10734 (frameset--process-minibuffer-frames): Clarify error message.
10735 (frameset-save): Avoid unnecessary and confusing call to framep.
10736 Use new BOA constructor for framesets.
10737 (frameset--reuse-list): Doc fix.
10738 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10739 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10740 (frameset-minibufferless-first-p): Doc fix.
10741 Rename from frameset-sort-frames-for-deletion.
10742 (frameset-restore): Doc fixes. Use new function names.
10743 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10744
10745 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10746
10747 * desktop.el (desktop-restore-forces-onscreen)
10748 (desktop-restore-reuses-frames): Document :keyword constant values.
10749 (desktop-filter-parameters-alist): Remove, now identical to
10750 frameset-filter-alist.
10751 (desktop--filter-tty*): Remove, moved to frameset.el.
10752 (desktop-save-frameset, desktop-restore-frameset):
10753 Do not pass :filters argument.
10754
10755 * frameset.el (frameset-live-filter-alist)
10756 (frameset-persistent-filter-alist): New variables.
10757 (frameset-filter-alist): Use them. Add autoload cookie.
10758 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10759 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10760 `frameset--id' (it's supposed to be internal to frameset.el).
10761 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10762 (frameset--initial-params): New function.
10763 (frameset--get-frame): Use it. Doc fix.
10764 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10765 Accept :all, not 'all.
10766 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10767 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10768 with fbound symbols. Fix frame id matching, and remove matching ids if
10769 the frame being restored is deleted. Obey :delete.
10770
10771 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * subr.el (macrop): New function.
10774 (text-clone--maintaining): New var.
10775 (text-clone--maintain): Rename from text-clone-maintain. Use it
10776 instead of inhibit-modification-hooks.
10777
10778 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10779 a proxy, so as handle autoloads and redefinitions of the target.
10780 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10781
10782 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10783 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10784 (pcase--mutually-exclusive-p): New function.
10785 (pcase--split-consp): Use it.
10786 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10787 mutually exclusive with the current predicate.
10788
10789 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10790 (edebug-macrop): Remove. Use `macrop' instead.
10791 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10792 (ad-macro-p):
10793 * eshell/esh-cmd.el (eshell-macrop):
10794 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10795
10796 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10799 (advice-mapc): New function, using it.
10800 (advice-function-member-p): New function.
10801 (advice--normalize): Store the cdr in advice--saved-rewrite since
10802 that's the part that will be changed.
10803 (advice--symbol-function): New function.
10804 (advice-remove): Handle removal before the function is defined.
10805 Adjust to new advice--saved-rewrite.
10806 (advice-member-p): Use advice-function-member-p and
10807 advice--symbol-function.
10808
10809 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10810
10811 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10812 (frameset-filter-minibuffer): Doc fix.
10813 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10814 (frameset--set-id, frameset--process-minibuffer-frames)
10815 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10816 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10817
10818 * desktop.el (desktop-clear): Only delete frames when called
10819 interactively and desktop-restore-frames is non-nil. Doc fix.
10820 (desktop-read): Set desktop-saved-frameset to nil.
10821
10822 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10823
10824 * vc/vc.el (vc-ignore): Rewrite.
10825 (vc-default-ignore-completion-table, vc--read-lines)
10826 (vc--add-line, vc--remove-regexp): New functions.
10827
10828 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10829 (vc-svn-ignore-completion-table): New function.
10830
10831 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10832 (vc-hg-ignore-completion-table)
10833 (vc-hg-find-ignore-file): New functions.
10834
10835 * vc/vc-git.el (vc-git-ignore): Rewrite.
10836 (vc-git-ignore-completion-table)
10837 (vc-git-find-ignore-file): New functions.
10838
10839 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10840
10841 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10842 (vc-bzr-ignore-completion-table)
10843 (vc-bzr-find-ignore-file): New functions.
10844
10845 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10846
10847 * frameset.el (frameset-prop): New function and setter.
10848 (frameset-save): Do not modify frame list passed by the caller.
10849
10850 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10853
10854 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10857 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10858
10859 * custom.el (custom-initialize-default, custom-initialize-set)
10860 (custom-initialize-reset, custom-initialize-changed): Affect the
10861 toplevel-default-value (bug#6275, bug#14586).
10862 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10863 for bug#6275.
10864
10865 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10868 Add cl-def* expressions.
10869
10870 * frameset.el (frameset-filter-params): Fix order of arguments.
10871
10872 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10873
10874 Move code related to saving frames to frameset.el.
10875 * desktop.el: Require frameset.
10876 (desktop-restore-frames): Doc fix.
10877 (desktop-restore-reuses-frames): Rename from
10878 desktop-restoring-reuses-frames.
10879 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10880 (desktop-clear): Clear frames too.
10881 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10882 (desktop--filter-tty*, desktop-save, desktop-read):
10883 Use frameset functions.
10884 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10885 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10886 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10887 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10888 (desktop--process-minibuffer-frames, desktop-save-frames)
10889 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10890 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10891 (desktop--sort-states, desktop-restoring-frames-p)
10892 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10893 (desktop-restoring-frameset-p, desktop-restore-frameset)
10894 (desktop--check-dont-save, desktop-save-frameset): New functions.
10895 (desktop--app-id): New constant.
10896 (desktop-first-buffer, desktop-buffer-ok-count)
10897 (desktop-buffer-fail-count): Move before first use.
10898 * frameset.el: New file.
10899
10900 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * files.el: Use lexical-binding.
10903 (dir-locals-read-from-file): Remove unused `err' variable.
10904 (hack-dir-local-variables--warned-coding): New var.
10905 (hack-dir-local-variables): Use it to avoid repeated warnings.
10906 (make-backup-file-name--default-function): New function.
10907 (make-backup-file-name-function): Use it as default.
10908 (buffer-stale--default-function): New function.
10909 (buffer-stale-function): Use it as default.
10910 (revert-buffer-insert-file-contents--default-function): New function.
10911 (revert-buffer-insert-file-contents-function): Use it as default.
10912 (insert-directory): Avoid add-to-list.
10913
10914 * autorevert.el (auto-revert-handler): Simplify.
10915 Use buffer-stale--default-function.
10916
10917 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10918
10919 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10920
10921 * whitespace.el (whitespace-ensure-local-variables): New function.
10922 (whitespace-cleanup-region): Call it.
10923 (whitespace-turn-on): Call it.
10924
10925 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10926
10927 Complete file name handlers.
10928
10929 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10930 (tramp-handle-verify-visited-file-modtime)
10931 (tramp-handle-file-notify-rm-watch): New functions.
10932 (tramp-call-process): Do not bind `default-directory'.
10933
10934 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10935 Order alphabetically.
10936 <access-file, add-name-to-file, dired-call-process>:
10937 <dired-compress-file, file-acl, file-notify-rm-watch>:
10938 <file-ownership-preserved-p, file-selinux-context>:
10939 <make-directory-internal, make-symbolic-link, set-file-acl>:
10940 <set-file-selinux-context, set-visited-file-modtime>:
10941 <verify-visited-file-modtime>: Add handler.
10942 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10943
10944 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10945 <file-notify-add-watch, file-notify-rm-watch>:
10946 <set-file-times, set-visited-file-modtime>:
10947 <verify-visited-file-modtime>: Add handler.
10948 (with-tramp-gvfs-error-message)
10949 (tramp-gvfs-handle-set-visited-file-modtime)
10950 (tramp-gvfs-fuse-file-name): Remove.
10951 (tramp-gvfs-handle-file-notify-add-watch)
10952 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10953 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10954
10955 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10956 Order alphabetically.
10957 <file-notify-rm-watch>: Use default Tramp handler.
10958 <executable-find>: Remove private handler.
10959 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10960 `default-directory'.
10961 (tramp-sh-handle-executable-find)
10962 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10963 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10964 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10965 Do not use `format' in `tramp-message'.
10966
10967 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10968 <file-notify-rm-watch, set-visited-file-modtime>:
10969 <verify-visited-file-modtime>: Add handler.
10970 (tramp-smb-call-winexe): Do not bind `default-directory'.
10971
10972 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10973
10974 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10975
10976 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10977
10978 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10979 use it.
10980 (log-view-diff-changeset): Same.
10981 (log-view-diff-common): Call backend command `previous-revision'
10982 to find out the previous revision, in both cases. Swap the
10983 variables `to' and `fr', so that `fr' usually refers to the
10984 earlier revision (Bug#14989).
10985
10986 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10987
10988 * ibuf-ext.el (ibuffer-filter-by-filename):
10989 Make it work with dired buffers too.
10990
10991 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10992
10993 * emacs-lisp/re-builder.el (reb-color-display-p):
10994 * files.el (save-buffers-kill-terminal):
10995 * net/browse-url.el (browse-url):
10996 * server.el (server-save-buffers-kill-terminal):
10997 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10998 Prefer nil to selected-frame for the first arg of frame-parameter.
10999
11000 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
11001
11002 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11003
11004 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11005
11006 * minibuffer.el (completion--twq-all): Try and preserve each
11007 completion's case choice (bug#14907).
11008
11009 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11010
11011 * net/network-stream.el (open-network-stream): Mention the new
11012 :nogreeting parameter.
11013 (network-stream-open-starttls): Use the :nogreeting parameter
11014 (bug#14938).
11015
11016 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11017
11018 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11019 more natural than popping.
11020
11021 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11022 (shr-urlify): Highlight under mouse.
11023
11024 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11025
11026 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11027
11028 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11029
11030 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11031 buffer for output.
11032
11033 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11034 point-min==1. Fix search string. Fix parentheses missing.
11035
11036 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11037 assume point-min==1. Fix search string. Fix parentheses missing.
11038
11039 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11040
11041 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11042 buffer for output.
11043
11044 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11045
11046 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11047 initial frame is minibuffer-less. (Bug#14841)
11048
11049 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11050
11051 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11052 option.
11053
11054 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11055 (tramp-maybe-open-connection): Use it.
11056
11057 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11058
11059 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11060 minimal set of parameters passed when creating a frame, because
11061 the minibuffer status of a frame cannot be changed later.
11062
11063 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11064
11065 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11066 replace-regexp-in-string and inadvertent omissions in previous change.
11067 (todo-filter-items): Ensure only file names are comma-separated in
11068 name of filtered items buffer.
11069
11070 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11071
11072 * desktop.el: Optionally force offscreen frames back onscreen.
11073 (desktop-restoring-reuses-frames): New option.
11074 (desktop--compute-pos, desktop--move-onscreen): New functions.
11075 (desktop--make-frame): Use desktop--move-onscreen.
11076
11077 2013-07-27 Alan Mackenzie <acm@muc.de>
11078
11079 Fontify a Java generic method as a function.
11080 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11081 value to t.
11082
11083 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11084
11085 * calendar/todo-mode.el: Add command to rename todo files.
11086 (todo-rename-file): New command.
11087 (todo-key-bindings-t): Add key binding for it. Change the
11088 bindings of todo-filter-regexp-items(-multifile) to use `x'
11089 instead of `r', since the latter is better suited to the new
11090 renaming command.
11091
11092 2013-07-27 Alan Mackenzie <acm@muc.de>
11093
11094 Make Java try-with-resources statement parse properly.
11095 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11096 (c-block-stmt-1-2-key): New language constants/variables.
11097 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11098 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11099 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11100 with c-block-stmt-1-2-key.
11101
11102 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11103
11104 * desktop.el (desktop--make-frame): Apply most frame parameters after
11105 creating the frame to force (partially or totally) offscreen frames to
11106 be restored as such.
11107
11108 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11109
11110 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11111 (Bug#14948)
11112
11113 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11116 `base' arg of backtrace-frame.
11117
11118 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11119
11120 * simple.el (list-processes): Doc fix.
11121
11122 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * desktop.el (desktop--select-frame):
11125 Try harder to reuse existing frames.
11126
11127 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11130 (edebug-eval): Use backtrace-eval.
11131 (edebug--display, edebug--recursive-edit): Don't let-bind the
11132 edebug-outer-* vars that keep track of variables we locally let-bind.
11133 (edebug-outside-excursion): Don't restore outside values of locally
11134 let-bound vars.
11135 (edebug--display): Use user-error.
11136 (cl-lexical-debug, cl-debug-env): Remove.
11137
11138 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11139
11140 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11141 are restored to be sure that they are visible before deleting any
11142 remaining ones.
11143
11144 2013-07-26 Matthias Meulien <orontee@gmail.com>
11145
11146 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11147 vc-print-root-log. (Bug#14948)
11148
11149 2013-07-26 Richard Stallman <rms@gnu.org>
11150
11151 Add aliases for encrypting mail.
11152 * epa.el (epa-mail-aliases): New option.
11153 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11154 Bind inhibit-read-only so read-only text doesn't ruin everything.
11155 (epa-mail-default-recipients): New subroutine broken out.
11156 Handle epa-mail-aliases.
11157
11158 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 Add support for lexical variables to the debugger's `e' command.
11161 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11162 vars, except for debugger-outer-match-data.
11163 (debugger-frame-number): Move check for "on a function call" from
11164 callers into it. Add `skip-base' argument.
11165 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11166 (debugger-env-macro): Only reset the state stored in non-variables,
11167 i.e. current-buffer and match-data.
11168 (debugger-eval-expression): Rewrite using backtrace-eval.
11169 * subr.el (internal--called-interactively-p--get-frame): Remove.
11170 (called-interactively-p):
11171 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11172 `base' arg of backtrace-frame instead.
11173
11174 2013-07-26 Glenn Morris <rgm@gnu.org>
11175
11176 * align.el (align-regexp): Doc fix. (Bug#14857)
11177 (align-region): Explicit error if subexpression missing/does not match.
11178
11179 * simple.el (global-visual-line-mode):
11180 Do not duplicate the mode lighter. (Bug#14858)
11181
11182 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11183
11184 * window.el (display-buffer): In display-buffer bind
11185 split-window-keep-point to t, bug#14829.
11186
11187 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11188
11189 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11190 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11191 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11192 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11193 Change accordingly.
11194 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11195 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11196
11197 2013-07-25 Glenn Morris <rgm@gnu.org>
11198
11199 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11200
11201 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11202
11203 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11204 parameter to modify-frame-parameters if the value has not changed;
11205 this is a workaround for bug#14949.
11206 (desktop--make-frame): On cl-delete-if call, check parameter name,
11207 not full parameter.
11208
11209 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11210
11211 * vc/vc.el (vc-ignore): New function.
11212
11213 * vc/vc-svn.el (vc-svn-ignore): New function.
11214
11215 * vc/vc-hg.el (vc-hg-ignore): New function.
11216
11217 * vc/vc-git.el (vc-git-ignore): New function.
11218
11219 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11220 (vc-dir-ignore): New function.
11221
11222 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11223 (cvs-append-to-ignore): Move here from pcvs.el.
11224
11225 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11226
11227 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11228
11229 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11232 (desktop-restore-frames): Warn when deleting an existing frame failed.
11233
11234 2013-07-24 Glenn Morris <rgm@gnu.org>
11235
11236 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11237
11238 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11239
11240 * filenotify.el (file-notify-supported-p):
11241 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11242 Remove functions.
11243
11244 * autorevert.el (auto-revert-use-notify)
11245 (auto-revert-notify-add-watch):
11246 * net/tramp.el (tramp-file-name-for-operation):
11247 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11248 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11249 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11250 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11251 Remove `file-notify-supported-p' entry.
11252
11253 2013-07-24 Glenn Morris <rgm@gnu.org>
11254
11255 * printing.el: Replace all uses of deleted ps-windows-system,
11256 ps-lp-system, ps-flatten-list with lpr- versions.
11257
11258 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11261 checked with memq (bug#14935).
11262
11263 * files.el (revert-buffer-function): Use a non-nil default.
11264 (revert-buffer-preserve-modes): Declare var to
11265 provide access to the `preserve-modes' argument.
11266 (revert-buffer): Let-bind it.
11267 (revert-buffer--default): New function, extracted from revert-buffer.
11268
11269 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * lpr.el: Signal print errors more prominently.
11272 (print-region-function): Don't default to nil.
11273 (lpr-print-region): New function, extracted from print-region-1.
11274 Check lpr's return value and signal an error in case of problem.
11275 (print-region-1): Use it.
11276 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11277 versions instead.
11278 (ps-printer-name): Default to nil.
11279 (ps-printer-name-option): Default to lpr-printer-switch.
11280 (ps-print-region-function): Don't default to nil.
11281 (ps-postscript-code-directory): Simplify default.
11282 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11283 (ps-string-list, ps-eval-switch, ps-flatten-list)
11284 (ps-flatten-list-1): Remove.
11285 (ps-multibyte-buffer): Avoid setq.
11286 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11287 (print-region-function, ps-print-region-function): Don't set them here.
11288
11289 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11290
11291 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11292 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11293 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11294 (ido-decorations): Doc fix.
11295
11296 * ansi-color.el: Fix old URL.
11297
11298 2013-07-23 Michael R. Mauger <michael@mauger.com>
11299
11300 * progmodes/sql.el: Version 3.3
11301 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11302 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11303 (sql-interactive-remove-continuation-prompt): Rewrite, use
11304 functions above. Fix continuation prompt and complete output line
11305 handling.
11306 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11307 redirected output buffer.
11308 (sql-mode): Restore deleted code (Bug#13591).
11309
11310 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11311
11312 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11313
11314 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11315
11316 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11317
11318 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11319 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11320 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11321
11322 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11323
11324 * desktop.el (desktop-clear): Simplify; remove useless checks
11325 against invalid buffer names.
11326 (desktop-list*): Use cl-list*.
11327 (desktop-buffer-info, desktop-create-buffer): Simplify.
11328
11329 2013-07-23 Leo Liu <sdl.web@gmail.com>
11330
11331 * bookmark.el (bookmark-make-record): Restore NAME as a default
11332 value. (Bug#14933)
11333
11334 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11337 extracted from autoload--insert-text.
11338 (autoload--insert-text): Remove.
11339 (autoload--print-cookie-text): New function, extracted from
11340 autoload--insert-cookie-text.
11341 (autoload--insert-cookie-text): Remove.
11342 (autoload-generate-file-autoloads): Adjust calls accordingly.
11343
11344 * winner.el (winner-hook-installed-p): Remove.
11345 (winner-mode): Simplify accordingly.
11346
11347 * subr.el (add-to-list): Fix compiler-macro when `append' is
11348 not constant. Don't use `cl-member' for the base case.
11349
11350 * progmodes/subword.el: Fix boundary case (bug#13758).
11351 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11352 own group.
11353 (subword-backward-regexp): Make it a constant.
11354 (subword-forward-internal): Don't treat a trailing capital as the
11355 beginning of a word.
11356
11357 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11358
11359 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11360 global value of tabulated-list-revert-hook (bug#14930).
11361
11362 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * desktop.el: Require 'cl-lib.
11365 (desktop-before-saving-frames-functions): New hook.
11366 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11367 for frames being saved. Rename from desktop--save-minibuffer-frames.
11368 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11369 Do not save frames with non-nil `desktop-dont-save' parameter.
11370 Filter out deleted frames.
11371 (desktop--find-frame): Use cl-find-if.
11372 (desktop--select-frame): Use cl-(first|second|third) to access values
11373 of desktop-mini.
11374 (desktop--make-frame): Use cl-delete-if.
11375 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11376 (desktop-restore-frames): Use cl-(first|second|third) to access values
11377 of desktop-mini. Look for visible frame at the end, not while
11378 restoring frames.
11379
11380 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11381 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11382 Use string-match-p, looking-at-p (bug#14927).
11383
11384 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11385
11386 * desktop.el (desktop-saved-frame-states):
11387 Rename from desktop--saved-states; all users changed.
11388 (desktop-save-frames): Rename from desktop--save-frames.
11389 Do not save state to desktop file.
11390 (desktop-save): Save desktop-saved-frame-states to desktop file
11391 and reset to nil.
11392 (desktop-restoring-frames-p): New function.
11393 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11394 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11395 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11396
11397 * desktop.el: Correctly restore iconified frames.
11398 (desktop--filter-iconified-position): New function.
11399 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11400
11401 2013-07-20 Glenn Morris <rgm@gnu.org>
11402
11403 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11404 Let `message' do the formatting.
11405 (def-gdb-preempt-display-buffer): Add explicit format.
11406
11407 * image-dired.el (image-dired-track-original-file):
11408 Use with-current-buffer.
11409 (image-dired-track-thumbnail): Use with-current-buffer.
11410 Avoid changing point of wrong window.
11411
11412 * image-dired.el (image-dired-track-original-file):
11413 Avoid changing point of wrong window. (Bug#14909)
11414
11415 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11416
11417 * progmodes/gdb-mi.el (gdb-done-or-error):
11418 Guard against "%" in gdb output. (Bug#14127)
11419
11420 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11421
11422 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11423 (Bug#14826)
11424
11425 * international/mule.el (coding-system-iso-2022-flags): Fix last
11426 change.
11427
11428 2013-07-20 Kenichi Handa <handa@gnu.org>
11429
11430 * international/mule.el (coding-system-iso-2022-flags):
11431 Add `8-bit-level-4'. (Bug#8522)
11432
11433 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11434
11435 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11436 (bug#14815).
11437
11438 * net/eww.el (eww-process-text-input): Allow inputting when the
11439 point is at the start of the line, as the properties aren't
11440 front-sticky.
11441
11442 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11443 degenerate widths.
11444
11445 2013-07-19 Richard Stallman <rms@gnu.org>
11446
11447 * epa.el (epa-popup-info-window): Doc fix.
11448
11449 * subr.el (split-string): New arg TRIM.
11450
11451 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11452
11453 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11454 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11455
11456 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11457
11458 * filenotify.el (file-notify--library): Rename from
11459 `file-notify-support'. Do not autoload. Adapt all uses.
11460 (file-notify-supported-p): New defun.
11461
11462 * autorevert.el (auto-revert-use-notify):
11463 Use `file-notify-supported-p' instead of `file-notify-support'.
11464 Adapt docstring.
11465 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11466
11467 * net/tramp.el (tramp-file-name-for-operation):
11468 Add `file-notify-supported-p'.
11469
11470 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11471 New defun.
11472 (tramp-sh-file-name-handler-alist): Add it as handler for
11473 `file-notify-supported-p '.
11474
11475 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11476 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11477 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11478 Add `ignore' as handler for `file-notify-*' functions.
11479
11480 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11481
11482 * simple.el (line-move-partial, line-move): Don't start vscroll or
11483 scroll-up if the current line is not taller than the window.
11484 (Bug#14881)
11485
11486 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11487
11488 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11489 highlight question marks in the method names as strings.
11490 (ruby-block-beg-keywords): Inline.
11491 (ruby-font-lock-keyword-beg-re): Extract from
11492 `ruby-font-lock-keywords'.
11493
11494 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11495
11496 * frame.el (blink-cursor-blinks): New defcustom.
11497 (blink-cursor-blinks-done): New defvar.
11498 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11499 (blink-cursor-timer-function): Check if number of blinks has been
11500 done on X and NS.
11501 (blink-cursor-suspend, blink-cursor-check): New defuns.
11502
11503 2013-07-15 Glenn Morris <rgm@gnu.org>
11504
11505 * edmacro.el (edmacro-format-keys): Fix previous change.
11506
11507 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11508
11509 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11510 The hack didn't work outside English locales anyway.
11511
11512 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11513
11514 * simple.el (define-alternatives): Rename from alternatives-define,
11515 per RMS' suggestion.
11516
11517 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * desktop.el (desktop-restore-frames): Change default to t.
11520 (desktop-restore-in-current-display): Now offer more options.
11521 (desktop-restoring-reuses-frames): New customization option.
11522 (desktop--saved-states): Doc fix.
11523 (desktop-filter-parameters-alist): New variable, renamed and expanded
11524 from desktop--excluded-frame-parameters.
11525 (desktop--target-display): New variable.
11526 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11527 (desktop--filter-tty*, desktop--filter-*-color)
11528 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11529 (desktop--filter-save-desktop-parm)
11530 (desktop-restore-in-original-display-p): New functions.
11531 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11532 (desktop--save-minibuffer-frames): New function, inspired by a similar
11533 function from Martin Rudalics.
11534 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11535 (desktop--restore-in-this-display-p): Remove.
11536 (desktop--find-frame): Rename from desktop--find-frame-in-display
11537 and add predicate argument.
11538 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11539 (desktop--reuse-list): New variable.
11540 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11541 New functions.
11542 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11543
11544 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11545
11546 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11547
11548 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11549
11550 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11551 Highlight conversion methods on Kernel.
11552
11553 2013-07-13 Alan Mackenzie <acm@muc.de>
11554
11555 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11556 and comment it out. This out-commenting enables certain C++
11557 declarations to be parsed correctly.
11558
11559 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11560
11561 * international/mule.el (define-coding-system): Doc fix.
11562
11563 * simple.el (default-font-height): Don't call font-info if the
11564 frame's default font didn't change since the frame was created.
11565 (Bug#14838)
11566
11567 2013-07-13 Leo Liu <sdl.web@gmail.com>
11568
11569 * ido.el (ido-read-file-name): Guard against non-symbol value.
11570
11571 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11572
11573 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11574 in nested defuns.
11575
11576 2013-07-13 Leo Liu <sdl.web@gmail.com>
11577
11578 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11579 ido-set-matches call. (Bug#6852)
11580
11581 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11582
11583 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11584 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11585 Ruby 2.0.
11586 (ruby-font-lock-keywords): Distinguish calls to functions with
11587 module-like names from module references. Highlight character
11588 literals.
11589
11590 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11591
11592 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11593 (gdb-send): Handle continued commands. (Bug#14847)
11594
11595 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * desktop.el (desktop--v2s): Remove unused local variable.
11598 (desktop-save-buffer): Make defvar-local; adjust docstring.
11599 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11600 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11601
11602 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11603
11604 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11605
11606 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11607
11608 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11609 (Bug#14842)
11610
11611 2013-07-12 Glenn Morris <rgm@gnu.org>
11612
11613 * doc-view.el: Require cl-lib at runtime too.
11614 (doc-view-remove-if): Remove.
11615 (doc-view-search-next-match, doc-view-search-previous-match):
11616 Use cl-remove-if.
11617
11618 * edmacro.el: Require cl-lib at runtime too.
11619 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11620 (edmacro-mismatch, edmacro-subseq): Remove.
11621
11622 * shadowfile.el: Require cl-lib.
11623 (shadow-remove-if): Remove.
11624 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11625 Use cl-remove-if.
11626
11627 * wid-edit.el: Require cl-lib.
11628 (widget-choose): Use cl-remove-if.
11629 (widget-remove-if): Remove.
11630
11631 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11632 (ebrowse-delete-if-not): Remove.
11633 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11634 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11635 Use cl-delete-if-not.
11636
11637 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11638
11639 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11640 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11641
11642 2013-07-12 Leo Liu <sdl.web@gmail.com>
11643
11644 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11645
11646 2013-07-11 Glenn Morris <rgm@gnu.org>
11647
11648 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11649 (edebug-gensym-index, edebug-gensym):
11650 Remove reimplementation of cl-gensym.
11651 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11652
11653 * thumbs.el: Require cl-lib at run-time too.
11654 (thumbs-gensym-counter, thumbs-gensym):
11655 Remove reimplementation of cl-gensym.
11656 (thumbs-temp-file): Use cl-gensym.
11657
11658 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11659 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11660 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11661 (ert--union, ert--gensym-counter, ert--gensym-counter)
11662 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11663 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11664 (ert-make-test-unbound, ert--expand-should-1)
11665 (ert--expand-should, ert--should-error-handle-error)
11666 (should-error, ert--explain-equal-rec)
11667 (ert--plist-difference-explanation, ert-select-tests)
11668 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11669 Use cl-lib functions rather than reimplementations.
11670
11671 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11672
11673 * net/tramp.el (tramp-methods): Extend docstring.
11674 (tramp-connection-timeout): New defcustom.
11675 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11676 (with-tramp-progress-reporter): Simplify.
11677 (tramp-process-actions): Improve messages.
11678
11679 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11680 * net/tramp-sh.el (tramp-maybe-open-connection):
11681 Use `tramp-connection-timeout'.
11682 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11683 (Bug#14808)
11684
11685 2013-07-11 Leo Liu <sdl.web@gmail.com>
11686
11687 * ido.el (ido-read-file-name): Conform to the requirements of
11688 read-file-name. (Bug#11861)
11689 (ido-read-directory-name): Conform to the requirements of
11690 read-directory-name.
11691
11692 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11693
11694 * subr.el (delay-warning): New function.
11695
11696 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11697
11698 * simple.el (default-line-height): New function.
11699 (line-move-partial, line-move): Use it instead of computing the
11700 line height inline.
11701 (line-move-partial): Always compute ROWH. If the last line is
11702 partially-visible, but its text is completely visible, allow
11703 cursor to enter such a partially-visible line.
11704
11705 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11706
11707 Improve error messages. (Bug#14808)
11708
11709 * net/tramp.el (tramp-current-connection): New defvar, moved from
11710 tramp-sh.el.
11711 (tramp-message-show-progress-reporter-message): Remove, not
11712 needed anymore.
11713 (tramp-error-with-buffer): Show message in minibuffer.
11714 Discard input before waiting. Reset connection timestamp.
11715 (with-tramp-progress-reporter): Improve messages.
11716 (tramp-process-actions): Use progress reporter. Delete process in
11717 case of error. Improve messages.
11718
11719 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11720 Call `tramp-error-with-buffer' with vector and buffer.
11721 (tramp-current-connection): Remove.
11722 (tramp-maybe-open-connection): The car of
11723 `tramp-current-connection' are the first 3 slots of the vector.
11724
11725 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11726
11727 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11728 inside continued strings.
11729
11730 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11731
11732 Timestamp fixes for undo (Bug#14824).
11733 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11734
11735 2013-07-10 Leo Liu <sdl.web@gmail.com>
11736
11737 * files.el (require-final-newline): Allow safe local value.
11738 (Bug#14834)
11739
11740 2013-07-09 Leo Liu <sdl.web@gmail.com>
11741
11742 * ido.el (ido-read-directory-name): Handle fallback.
11743 (ido-read-file-name): Update DIR to ido-current-directory.
11744 (Bug#1516)
11745 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11746
11747 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11748
11749 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11750 "autoload". Remove "warn lower camel case" section, previously
11751 commented out. Highlight negation char. Do not highlight the
11752 target in singleton method definitions.
11753
11754 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * faces.el (tty-setup-hook): Declare the hook.
11757
11758 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11759 and detect when a guard/pred depends on local vars (bug#14773).
11760 (pcase--u1): Adjust caller.
11761
11762 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11763
11764 * simple.el (line-move-partial, line-move): Account for
11765 line-spacing.
11766 (line-move-partial): Avoid setting vscroll when the last
11767 partially-visible line in window is of default height.
11768
11769 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11770
11771 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11772 been used a while.
11773
11774 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11775
11776 * subr.el (read-quoted-char): Remove unused local variable `char'.
11777
11778 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11779
11780 * vc/ediff.el (ediff-version): Version update.
11781 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11782 (ediff-merge-with-ancestor-command, ediff-directories-command)
11783 (ediff-directories3-command, ediff-merge-directories-command)
11784 (ediff-merge-directories-with-ancestor-command): New functions.
11785 All are command-line interfaces to ediff: to facilitate calling
11786 Emacs with the appropriate ediff functions invoked.
11787
11788 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11789 New function.
11790 (viper-save-kill-buffer): Check if buffer is modified.
11791
11792 * emulation/viper.el (viper-version): Version update.
11793 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11794
11795 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11798 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11799 (viper-intercept-ESC-key): Simplify.
11800 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11801 don't use kbd.
11802 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11803 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11804 (viper-setup-ESC-to-escape): New functions.
11805 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11806 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11807
11808 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11809
11810 * simple.el (default-font-height, window-screen-lines):
11811 New functions.
11812 (line-move, line-move-partial): Use them instead of
11813 frame-char-height and window-text-height. This makes scrolling
11814 text smoother when the buffer's default face uses a font that is
11815 different from the frame's default font.
11816
11817 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11818
11819 * files.el (write-file): Do not display confirm dialog for NS,
11820 it does its own dialog, which can't be canceled (Bug#14578).
11821
11822 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11823
11824 * simple.el (line-move-partial): Adjust the row returned by
11825 posn-at-point for the current window-vscroll. (Bug#14567)
11826
11827 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11828
11829 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11830 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11831 spaces.
11832
11833 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11834
11835 * window.el (window-state-put-stale-windows): New variable.
11836 (window--state-put-2): Save list of windows without matching buffer.
11837 (window-state-put): Remove "bufferless" windows if possible.
11838
11839 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11840
11841 * simple.el (alternatives-define): Remove leftover :group keyword.
11842 Tweak docstring.
11843
11844 2013-07-06 Leo Liu <sdl.web@gmail.com>
11845
11846 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11847 (ido-enable-virtual-buffers): New variable.
11848 (ido-buffer-internal, ido-toggle-virtual-buffers)
11849 (ido-make-buffer-list): Use it.
11850 (ido-exhibit): Support turning on and off virtual buffers
11851 automatically.
11852
11853 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11854
11855 * simple.el (alternatives-define): New macro.
11856
11857 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * subr.el (read-quoted-char): Use read-key.
11860 (sit-for): Let read-event decode tty input (bug#14782).
11861
11862 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11863
11864 * calendar/todo-mode.el: Add handling of file deletion, both by
11865 mode command and externally. Fix various related bugs.
11866 Clarify Commentary and improve some documentation strings and code.
11867 (todo-delete-file): New command.
11868 (todo-check-file): New function.
11869 (todo-show): Handle external deletion of the file we're trying to
11870 show (bug#14688). Replace called-interactively-p by an optional
11871 prefix argument to avoid problematic interaction with catch form
11872 when byte compiled (bug#14702).
11873 (todo-quit): Handle external deletion of the archive's todo file.
11874 Make sure the buffer that was visiting the archive file is still
11875 live before trying to bury it.
11876 (todo-category-completions): Handle external deletion of any
11877 category completion files.
11878 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11879 of todo files, in case of external deletion.
11880 (todo-add-file): Replace unnecessary setq by let-binding.
11881 (todo-find-archive): Check whether there are any archives.
11882 Replace unnecessary setq by let-binding.
11883 (todo-archive-done-item): Use find-file-noselect to get the
11884 archive buffer whether or not the archive already exists.
11885 Remove superfluous code. Use file size instead of buffer-file-name to
11886 check if the archive is new; if it is, update list of archives.
11887 (todo-default-todo-file): Allow nil to be a valid value for when
11888 there are no todo files.
11889 (todo-reevaluate-default-file-defcustom): Use corrected definition
11890 of todo-default-todo-file.
11891 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11892 (todo-delete-category, todo-show-categories-table)
11893 (todo-category-number): Clarify comment.
11894 (todo-filter-items): Clarify documentation string.
11895 (todo-show-current-file, todo-display-as-todo-file)
11896 (todo-reset-and-enable-done-separator): Tweak documentation string.
11897 (todo-done-separator): Make separator length window-width, since
11898 bug#2749 is now fixed.
11899
11900 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11901
11902 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11903 Support both "gvfs-monitor-dir" and "inotifywait".
11904 (tramp-sh-file-inotifywait-process-filter): Rename from
11905 `tramp-sh-file-notify-process-filter'.
11906 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11907 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11908
11909 2013-07-05 Leo Liu <sdl.web@gmail.com>
11910
11911 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11912
11913 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11914
11915 * frame.el (display-pixel-height, display-pixel-width)
11916 (display-mm-height, display-mm-width): Mention behavior on
11917 multi-monitor setups in docstrings.
11918 (w32-display-monitor-attributes-list): Declare function.
11919 (display-monitor-attributes-list): Use it.
11920
11921 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11922
11923 * filenotify.el: New package.
11924
11925 * autorevert.el (top): Require filenotify.el.
11926 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11927 instead.
11928 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11929 (auto-revert-notify-handler): Use `file-notify-*' functions.
11930
11931 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11932
11933 * net/tramp.el (tramp-file-name-for-operation):
11934 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11935
11936 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11937 for `file-notify-add-watch' and `file-notify-rm-watch'.
11938 (tramp-process-sentinel): Improve trace.
11939 (tramp-sh-handle-file-notify-add-watch)
11940 (tramp-sh-file-notify-process-filter)
11941 (tramp-sh-handle-file-notify-rm-watch)
11942 (tramp-get-remote-inotifywait): New defuns.
11943
11944 2013-07-03 Juri Linkov <juri@jurta.org>
11945
11946 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11947 call of `occur-read-primary-args' to interactive spec.
11948
11949 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11950 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11951
11952 2013-07-03 Matthias Meulien <orontee@gmail.com>
11953
11954 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11955 `Buffer-menu-multi-occur'. Add it to the menu.
11956 (Buffer-menu-mode): Document it in docstring.
11957 (Buffer-menu-multi-occur): New command. (Bug#14673)
11958
11959 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11960
11961 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11962 keywords and built-ins.
11963
11964 2013-07-03 Glenn Morris <rgm@gnu.org>
11965
11966 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11967
11968 Make info-xref checks case-sensitive by default
11969 * info.el (Info-find-node, Info-find-in-tag-table)
11970 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11971 Add option for exact case matching of nodes.
11972 * info-xref.el (info-xref): New custom group.
11973 (info-xref-case-fold): New option.
11974 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11975
11976 2013-07-03 Leo Liu <sdl.web@gmail.com>
11977
11978 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11979
11980 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11981
11982 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11983 middle of block statement initially, lower the depth. Remove
11984 FIXME comment, not longer valid. Remove middle of block statement
11985 detection, no need to do that anymore since we've been using
11986 `ruby-parse-region' here.
11987
11988 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11989
11990 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11991
11992 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11995
11996 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11999 (desktop-restore-in-current-display): New customization option.
12000 (desktop--excluded-frame-parameters): Add `font'.
12001 (desktop--save-frames): Rename from desktop--save-windows.
12002 (desktop--restore-in-this-display-p): New function.
12003 (desktop--make-full-frame): Remove unwanted width/height from
12004 full(width|height) frames.
12005 (desktop--restore-frames): Rename from desktop--restore-windows.
12006 Obey desktop-restore-current-display. Do not delete old frames or
12007 select a new frame unless we were able to restore at least one frame.
12008
12009 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12010
12011 * files.el (find-file-noselect): Simplify conditional expression.
12012
12013 * textmodes/remember.el (remember-append-to-file):
12014 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12015
12016 Add `remember-notes' function to store random notes across Emacs
12017 restarts.
12018 * textmodes/remember.el (remember-data-file): Add :set callback to
12019 affect notes buffer (if any).
12020 (remember-notes): New command.
12021 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12022 New defcustoms for the `remember-notes' function.
12023 (remember-notes-save-and-bury-buffer): New command.
12024 (remember-notes-mode-map): New variable.
12025 (remember-mode): New minor mode.
12026 (remember-notes--kill-buffer-query): New function.
12027 * startup.el (initial-buffer-choice): Add notes to custom type.
12028
12029 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12030
12031 * bindings.el (right-char, left-char): Don't call sit-for, this is
12032 no longer needed. Use arithmetic comparison only for numerical
12033 arguments.
12034
12035 * international/mule-cmds.el (select-safe-coding-system):
12036 Handle the case of FROM being a string correctly. (Bug#14755)
12037
12038 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12039
12040 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12041 progression on degenerate tables.
12042 (shr-rescale-image): ImageMagick animated images currently don't work.
12043
12044 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12045
12046 Some fixes and improvements for desktop frame restoration.
12047 It is still experimental and disabled by default.
12048 * desktop.el (desktop--save-windows): Put the selected frame at
12049 the head of the list.
12050 (desktop--make-full-frame): New function.
12051 (desktop--restore-windows): Try to re-select the frame that was
12052 selected upon saving. Do not abort if some frames fail to restore,
12053 just show an error message and continue. Set up maximized frames
12054 so they have default non-maximized dimensions.
12055
12056 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12057
12058 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12059 Don't start heredoc inside a string or comment.
12060
12061 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12062
12063 * bindings.el (visual-order-cursor-movement): New defcustom.
12064 (right-char, left-char): Provide visual-order cursor motion by
12065 calling move-point-visually. Update the doc strings.
12066
12067 2013-06-28 Kenichi Handa <handa@gnu.org>
12068
12069 * international/mule.el (define-coding-system): New coding system
12070 properties :inhibit-null-byte-detection,
12071 :inhibit-iso-escape-detection, and :prefer-utf-8.
12072 (set-buffer-file-coding-system): If :charset-list property of
12073 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12074 appropriate for setting.
12075
12076 * international/mule-cmds.el (select-safe-coding-system):
12077 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12078 multibyte characters, return utf-8 (or one of its siblings).
12079
12080 * international/mule-conf.el (prefer-utf-8): New coding system.
12081 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12082 files.
12083
12084 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12085
12086 * net/shr.el (shr-render-region): New function.
12087
12088 * net/eww.el: Autoload `eww-browse-url'.
12089
12090 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12091
12092 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12093 Adapt to `package-desc-version' being a list.
12094 Use `package--ac-desc-version' to retrieve version from a package
12095 archive element.
12096
12097 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12098
12099 New experimental feature to save&restore window and frame setup.
12100 * desktop.el (desktop-save-windows): New defcustom.
12101 (desktop--saved-states): New var.
12102 (desktop--excluded-frame-parameters): New defconst.
12103 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12104 (desktop--restore-windows, desktop--save-windows): New functions.
12105 (desktop-save): Call `desktop--save-windows'.
12106 (desktop-read): Call `desktop--restore-windows'.
12107
12108 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12109
12110 * net/shr.el (add-face-text-property): Remove compat definition.
12111
12112 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12113
12114 * info.el (Info-try-follow-nearest-node): Move search for footnote
12115 above search for node name to prevent missing a footnote (bug#14717).
12116
12117 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12118
12119 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12120
12121 2013-06-27 Leo Liu <sdl.web@gmail.com>
12122
12123 * net/eww.el (eww-read-bookmarks): Check file size.
12124
12125 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12128 advice--pending if newdef is nil or an autoload (bug#13820).
12129 (advice-mapc): New function.
12130
12131 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12132
12133 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12134 probably.
12135 (eww-mode-map): Add a menu bar.
12136 (eww-add-bookmark): New command.
12137 (eww-bookmark-mode): New mode and commands.
12138 (eww-add-bookmark): Remove newlines from the title.
12139 (eww-bookmark-browse): Don't bug out if it's the only window.
12140
12141 2013-06-26 Glenn Morris <rgm@gnu.org>
12142
12143 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12144 (hfy-size): Handle ttys. (Bug#14668)
12145
12146 * info-xref.el: Update for Texinfo 5 change in *note format.
12147 (info-xref-node-re, info-xref-note-re): New constants.
12148 (info-xref-check-buffer): Use info-xref-note-re.
12149
12150 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12153
12154 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12155 nil terminate the loop (bug#14718).
12156
12157 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12158
12159 * net/eww.el: Rework history traversal. When going forward/back,
12160 put these actions into the history, too, so that they can be
12161 replayed.
12162 (eww-render): Move the history reset to the correct buffer.
12163
12164 2013-06-25 Juri Linkov <juri@jurta.org>
12165
12166 * files-x.el (modify-dir-local-variable): Change the header comment
12167 in the file with directory local variables. (Bug#14692)
12168
12169 * files-x.el (read-file-local-variable-value): Add `default'.
12170 (Bug#14710)
12171
12172 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12173
12174 * net/eww.el (eww-make-unique-file-name): Create a unique file
12175 name before saving to entering `y' accidentally asynchronously.
12176
12177 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12178
12179 * net/eww.el (eww-download): New command and keystroke.
12180
12181 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12182
12183 * net/eww.el (eww-copy-page-url): Change name of command.
12184
12185 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12186 be more consistent with Info and dired.
12187
12188 * net/eww.el (eww-mode-map): Ditto.
12189
12190 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12193 packages from archives.
12194 (package-archive-contents): Change format; include obsolete packages.
12195 (package-desc): Use `dir' to mark builtin packages.
12196 (package--from-builtin): Set the `dir' field to `builtin'.
12197 (generated-autoload-file, version-control): Declare.
12198 (package-compute-transaction): Change first arg and return value to be
12199 lists of package-descs. Adjust to new package-archive-contents format.
12200 (package--add-to-archive-contents): Adjust to new
12201 package-archive-contents format.
12202 (package-download-transaction): Arg is now a list of package-descs.
12203 (package-install): If `pkg' is a package name, pass it as
12204 a requirement, so it is subject to the usual (e.g. disabled) checks.
12205 (describe-package): Accept package-desc as well.
12206 (describe-package-1): Describe a specific package-desc. Add links to
12207 other package-descs for the same package name.
12208 (package-menu-describe-package): Pass the actual package-desc.
12209 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12210 works correctly.
12211 (package-desc-status): New function.
12212 (package-menu--refresh): New function, extracted
12213 from package-menu--generate.
12214 (package-menu--generate): Use it.
12215 (package-delete): Update package-alist.
12216 (package-menu-execute): Don't call package-initialize.
12217
12218 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12219 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12220 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12221 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12222 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12223 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12224
12225 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12226
12227 * window.el (window--state-get-1): Workaround for bug#14527.
12228 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12229
12230 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12231
12232 * net/eww.el (eww-back-url): Implement the history by stashing all
12233 the data into a list.
12234 (eww-forward-url): Allow going forward in the history, too.
12235
12236 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12239 for values and use read--expression for expressions (bug#14710).
12240 (read-file-local-variable): Avoid setq.
12241 (read-file-local-variable-mode): Use minor-mode-list.
12242
12243 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12244
12245 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12246 for DOI URLs.
12247
12248 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12249
12250 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12251 Update imenu-support when dialect changes.
12252
12253 2013-06-25 Leo Liu <sdl.web@gmail.com>
12254
12255 * ido.el (ido-read-internal): Allow forward slash on windows.
12256
12257 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12258
12259 * net/eww.el (eww): Start of strings is \\`, not ^.
12260
12261 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12262
12263 * net/shr.el (shr-browse-url): Fix interactive spec.
12264
12265 * net/eww.el (eww): Add a trailing slash to domain names.
12266
12267 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12268
12269 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12270
12271 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12272
12273 * net/shr.el (shr-browse-url): Use an external browser if given a
12274 prefix.
12275
12276 * net/eww.el (eww-external-browser): Move to shr.
12277
12278 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12279
12280 * net/eww.el (eww): Work more correctly for file: URLs.
12281 (eww-detect-charset): Allow quoted charsets.
12282 (eww-yank-page-url): New command and keystroke.
12283
12284 2013-06-24 Daiki Ueno <ueno@gnu.org>
12285
12286 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12287 file name of gpg executable.
12288 (epg-context-program): New function.
12289 (epg-context-home-directory): New function.
12290 (epg-context-set-program): New function.
12291 (epg-context-set-home-directory): New function.
12292 (epg--start): Use `epg-context-program' instead of
12293 'epg-gpg-program'.
12294 (epg--list-keys-1): Likewise.
12295
12296 2013-06-24 Leo Liu <sdl.web@gmail.com>
12297
12298 * ido.el (ido-read-internal): Fix bug#14620.
12299
12300 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12301
12302 * faces.el (face-documentation): Simplify.
12303 (read-face-attribute, tty-find-type, x-resolve-font-name):
12304 Use `string-match-p'.
12305 (list-faces-display): Use `string-match-p'. Simplify.
12306 (face-spec-recalc): Check face to avoid face alias loops.
12307 (read-color): Use `string-match-p' and non-capturing parenthesis.
12308
12309 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12310
12311 * net/shr.el (shr-rescale-image): Use the new
12312 :max-width/:max-height functionality.
12313
12314 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12315
12316 * net/eww.el (eww-search-prefix): New variable.
12317 (eww): Use it.
12318 (eww-external-browser): New variable.
12319 (eww-mode-map): New keystroke.
12320 (eww-browse-with-external-browser): New command.
12321
12322 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12323
12324 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12327 Don't skip aligning the next header field when padding is 0;
12328 otherwise, field width is not respected unless the title is as
12329 wide as the field.
12330
12331 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * emacs-lisp/package.el (package-el-version): Remove.
12334 (package-process-define-package): Fix inf-loop.
12335 (package-install): Allow symbols as arguments again.
12336
12337 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12338
12339 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12340 add some more keyword-like methods.
12341 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12342
12343 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12344
12345 * bs.el (bs-buffer-show-mark): Make defvar-local.
12346 (bs-mode): Use setq-local.
12347
12348 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12349 (emacs-lock--try-unlocking): Make defvar-local.
12350
12351 2013-06-22 Glenn Morris <rgm@gnu.org>
12352
12353 * play/cookie1.el (cookie-apropos): Minor simplification.
12354
12355 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12356
12357 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12358
12359 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12360 `regexp-opt', it breaks the build during dumping.
12361
12362 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12363
12364 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12365 Highlight keyword-like methods on Kernel and Module with
12366 font-lock-builtin-face.
12367 (auto-mode-alist): Consolidate different entries into one regexp
12368 and add more *file-s.
12369
12370 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12371
12372 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12373
12374 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12375 (diary-entry): Use it in the action of this button type instead of
12376 diary-goto-entry.
12377
12378 * calendar/todo-mode.el: New version.
12379 (todo-add-category): Append new category to end of file and give
12380 it the highest number, instead of putting it at the beginning and
12381 giving it 0. Incorporate noninteractive functionality.
12382 (todo-forward-category): Adapt to 1-based category numbering.
12383 Allow skipping over archived categories.
12384 (todo-backward-category): Derive from todo-forward-category.
12385 (todo-backward-item, todo-forward-item): Make noninteractive and
12386 delegate interactive part to new commands. Make sensitive to done items.
12387 (todo-categories): Make value an alist of category names and
12388 vectors of item counts.
12389 (todo-category-beg): Make a defconst.
12390 (todo-category-number): Use 1 instead of 0 as initial value.
12391 (todo-category-select): Make sensitive to overlays, optional item
12392 highlighting and done items.
12393 (todo-delete-item): Make sensitive to overlays and marked and done items.
12394 (todo-edit-item): Make sensitive to overlays and editing of
12395 date/time header optional. Add format checks.
12396 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12397 no-op if point is not on an item. Advertise using todo-edit-quit.
12398 (todo-edit-mode): Make sensitive to new format, font-locking, and
12399 multiple todo files.
12400 (todo-insert-item, todo-insert-item-here): Derive from
12401 todo-basic-insert-item and extend functionality.
12402 (todo-item-end, todo-item-start): Make sensitive to done items.
12403 (todo-item-string): Don't return text properties. Restore point.
12404 (todo-jump-to-category): Make sensitive to multiple todo files and
12405 todo archives. Use extended category completion.
12406 (todo-lower-item, todo-raise-item): Rename to *-priority and
12407 derive from todo-set-item-priority.
12408 (todo-mode): Derive from special-mode. Make sensitive to new
12409 format, font-locking and multiple todo files. Make read-only.
12410 (todo-mode-map): Don't suppress digit keys, so they can supply
12411 prefix arguments. Add many new key bindings.
12412 (todo-prefix): Insert as an overlay instead of file text.
12413 Change semantics from diary date expression to purely visual mark.
12414 (todo-print): Rename to todo-print-buffer. Make buffer display
12415 features printable. Remove option to restrict number of items
12416 printed. Add option to print to file.
12417 (todo-print-function): Rename to todo-print-buffer-function.
12418 (todo-quit): Extend to handle exiting new todo modes.
12419 (todo-remove-item): Make sensitive to overlays.
12420 (todo-save): Extend to buffers of filtered items.
12421 (todo-show): Make sensitive to done items, multiple todo files and
12422 new todo modes. Offer to convert legacy todo file before creating
12423 first new todo file.
12424 (todo-show-priorities): Rename to todo-top-priorities.
12425 Change semantics of value 0.
12426 (todo-top-priorities): Rename to todo-filter-top-priorities,
12427 derive from todo-filter-items and extend functionality.
12428 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12429 and extend functionality to other types of filtered items.
12430 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12431 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12432 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12433 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12434 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12435 (todo-edit-mode-hook, todo-entry-prefix-function)
12436 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12437 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12438 (todo-initials, todo-insert-threshold, todo-item-string-start)
12439 (todo-line-string, todo-menu, todo-mode-hook)
12440 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12441 (todo-print-priorities, todo-remove-separator)
12442 (todo-save-top-priorities-too, todo-string-count-lines)
12443 (todo-string-multiline-p, todo-time-string-format)
12444 (todo-tmp-buffer-name): Remove.
12445 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12446 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12447 (todo-edit-category-diary-inclusion)
12448 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12449 (todo-edit-file, todo-edit-item-date-day)
12450 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12451 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12452 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12453 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12454 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12455 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12456 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12457 (todo-filter-top-priorities-multifile, todo-find-archive)
12458 (todo-find-filtered-items-file, todo-go-to-source-item)
12459 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12460 (todo-jump-to-archive-category, todo-lower-category)
12461 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12462 (todo-move-category, todo-move-item, todo-next-button)
12463 (todo-next-item, todo-padded-string, todo-powerset)
12464 (todo-previous-button, todo-previous-item)
12465 (todo-print-buffer-to-file, todo-raise-category)
12466 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12467 (todo-set-category-number, todo-set-item-priority)
12468 (todo-set-top-priorities-in-category)
12469 (todo-set-top-priorities-in-file, todo-show-categories-table)
12470 (todo-sort-categories-alphabetically-or-numerically)
12471 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12472 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12473 (todo-toggle-item-header, todo-toggle-item-highlighting)
12474 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12475 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12476 (todo-unarchive-items, todo-unmark-category): New commands.
12477 (todo-absolute-file-name, todo-add-to-buffer-list)
12478 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12479 (todo-basic-insert-item, todo-category-completions)
12480 (todo-category-number, todo-category-string-matcher-1)
12481 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12482 (todo-check-format, todo-clear-matches)
12483 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12484 (todo-current-category, todo-date-string-matcher)
12485 (todo-define-insertion-command, todo-diary-expired-matcher)
12486 (todo-diary-goto-entry, todo-diary-item-p)
12487 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12488 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12489 (todo-done-item-section-p, todo-done-separator)
12490 (todo-done-string-matcher, todo-files, todo-filter-items)
12491 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12492 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12493 (todo-insert-category-line, todo-insert-item-from-calendar)
12494 (todo-insert-sort-button, todo-insert-with-overlays)
12495 (todo-insertion-command-name, todo-insertion-key-bindings)
12496 (todo-label-to-key, todo-longest-category-name-length)
12497 (todo-make-categories-list, todo-mode-external-set)
12498 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12499 (todo-modes-set-3, todo-multiple-filter-files)
12500 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12501 (todo-read-category, todo-read-date, todo-read-dayname)
12502 (todo-read-file-name, todo-read-time)
12503 (todo-reevaluate-category-completions-files-defcustom)
12504 (todo-reevaluate-default-file-defcustom)
12505 (todo-reevaluate-filelist-defcustoms)
12506 (todo-reevaluate-filter-files-defcustom)
12507 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12508 (todo-reset-done-separator, todo-reset-done-separator-string)
12509 (todo-reset-done-string, todo-reset-global-current-todo-file)
12510 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12511 (todo-reset-prefix, todo-set-categories)
12512 (todo-set-date-from-calendar, todo-set-show-current-file)
12513 (todo-set-top-priorities, todo-short-file-name)
12514 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12515 (todo-total-item-counts, todo-update-buffer-list)
12516 (todo-update-categories-display, todo-update-categories-sexp)
12517 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12518 New functions.
12519 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12520 New major modes.
12521 (todo-categories, todo-display, todo-edit, todo-faces)
12522 (todo-filtered): New defgroups.
12523 (todo-archived-only, todo-button, todo-category-string, todo-date)
12524 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12525 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12526 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12527 (todo-add-item-if-new-category, todo-always-add-time-string)
12528 (todo-categories-align, todo-categories-archived-label)
12529 (todo-categories-category-label, todo-categories-diary-label)
12530 (todo-categories-done-label, todo-categories-number-separator)
12531 (todo-categories-todo-label, todo-categories-totals-label)
12532 (todo-category-completions-files, todo-completion-ignore-case)
12533 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12534 (todo-done-separator-string, todo-done-string)
12535 (todo-files-function, todo-filter-done-items, todo-filter-files)
12536 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12537 (todo-initial-category, todo-initial-file, todo-item-mark)
12538 (todo-legacy-date-time-regexp, todo-mode-line-function)
12539 (todo-nondiary-marker, todo-number-prefix)
12540 (todo-print-buffer-function, todo-show-current-file)
12541 (todo-show-done-only, todo-show-first, todo-show-with-done)
12542 (todo-skip-archived-categories, todo-top-priorities-overrides)
12543 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12544 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12545 New defcustoms.
12546 (todo-category-done, todo-date-pattern, todo-date-string-start)
12547 (todo-diary-items-buffer, todo-done-string-start)
12548 (todo-filtered-items-buffer, todo-item-start)
12549 (todo-month-abbrev-array, todo-month-name-array)
12550 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12551 (todo-top-priorities-buffer): New defconsts.
12552 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12553 (todo-categories-with-marks, todo-category-string-face)
12554 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12555 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12556 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12557 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12558 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12559 (todo-font-lock-keywords, todo-global-current-todo-file)
12560 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12561 (todo-insertion-commands-args)
12562 (todo-insertion-commands-args-genlist)
12563 (todo-insertion-commands-names, todo-insertion-map)
12564 (todo-key-bindings-t, todo-key-bindings-t+a)
12565 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12566 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12567 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12568 (todo-visited): New variables.
12569
12570 2013-06-21 Glenn Morris <rgm@gnu.org>
12571
12572 * play/cookie1.el (cookie-apropos): Add optional display argument.
12573 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12574 (psychoanalyze-pinhead): Use cookie-doctor.
12575
12576 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12577
12578 * emacs-lisp/package.el (tar-get-file-descriptor)
12579 (tar--extract): Declare.
12580
12581 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12582
12583 Extend flymake's warning predicate to be a function (bug#14217).
12584 * progmodes/flymake.el (flymake-warning-predicate): New.
12585 (flymake-parse-line): Use it.
12586 (flymake-warning-re): Make obsolete alias to
12587 `flymake-warning-predicate'.
12588
12589 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12592 (package-obsolete-list): Remove.
12593 (package-activate): Remove min-version argument. Add `force' argument.
12594 Adjust to new package-alist format.
12595 (package-mark-obsolete): Remove.
12596 (package-unpack): Force reload of the package's autoloads.
12597 (package-installed-p): Check builtins if the installed package is not
12598 recent enough.
12599 (package-initialize): Don't reset package-obsolete-list.
12600 Don't specify which package version to activate.
12601 (package-process-define-package, describe-package-1)
12602 (package-menu--generate): Adjust to new package-alist format.
12603
12604 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * allout-widgets.el (allout-widgets-mode-off)
12607 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12608 (allout-widgets-post-command-business)
12609 (allout-widgets-after-copy-or-kill-function)
12610 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12611 (allout-decorate-item-and-context)
12612 (allout-graphics-modification-handler): Fix typos in docstrings.
12613 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12614
12615 * cmuscheme.el (scheme-start-file): Doc fix.
12616 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12617 (scheme-input-filter): Use `string-match-p'.
12618
12619 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12620
12621 * dired-x.el: Use Dired consistently in docstrings.
12622
12623 * dired.el: Use Dired consistently in docstrings.
12624 (dired-readin, dired-mode): Use `setq-local'.
12625 (dired-switches-alist): Make defvar-local.
12626 (dired-buffers-for-dir): Use `zerop'.
12627 (dired-safe-switches-p, dired-switches-escape-p)
12628 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12629 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12630 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12631 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12632 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12633 (dired-toggle-marks, dired-mark-files-containing-regexp)
12634 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12635 (dired-flag-auto-save-files, dired-flag-backup-files):
12636 Use `looking-at-p'.
12637 (dired-mark-files-regexp, dired-build-subdir-alist):
12638 Use `string-match-p', `looking-at-p'.
12639
12640 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12641 (direct-print-region-helper): Use `string-match-p'.
12642
12643 2013-06-21 Leo Liu <sdl.web@gmail.com>
12644
12645 * comint.el (comint-redirect-results-list-from-process):
12646 Fix infinite loop.
12647
12648 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12649
12650 * net/eww.el (eww-update-header-line-format): Quote % characters.
12651
12652 2013-06-21 Glenn Morris <rgm@gnu.org>
12653
12654 * play/cookie1.el (cookie): New custom group.
12655 (cookie-file): New option.
12656 (cookie-check-file): New function.
12657 (cookie): Make it interactive. Make start and end messages optional.
12658 Interactively, display the result. Default to cookie-file.
12659 (cookie-insert): Default to cookie-file.
12660 (cookie-snarf): Make start and end messages optional.
12661 Default to cookie-file. Use with-temp-buffer.
12662 (cookie-read): Rename from read-cookie.
12663 Make start and end messages optional. Default to cookie-file.
12664 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12665 Do not autoload it.
12666 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12667 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12668
12669 2013-06-21 Leo Liu <sdl.web@gmail.com>
12670
12671 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12672
12673 2013-06-21 Glenn Morris <rgm@gnu.org>
12674
12675 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12676
12677 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12678 Daniel Hackney <dan@haxney.org>
12679
12680 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12681 Consolidate the single-file vs tarball code.
12682 (package-desc-suffix): New function.
12683 (package-desc-full-name): Don't bother inlining it.
12684 (package-load-descriptor): Return the new package-desc.
12685 (package-mark-obsolete): Remove unused arg `package'.
12686 (package-unpack): Make it work for single files as well.
12687 Make it update package-alist.
12688 (package--make-autoloads-and-stuff): Rename from
12689 package--make-autoloads-and-compile. Don't compile any more.
12690 (package--compile): New function.
12691 (package-generate-description-file): New function, extracted from
12692 package-unpack-single.
12693 (package-unpack-single): Remove.
12694 (package--with-work-buffer): Add indentation and debugging info.
12695 (package-download-single): Remove.
12696 (package-install-from-archive): Rename from package-download-tar, make
12697 it take a pkg-desc, and make it work for single files as well.
12698 (package-download-transaction): Simplify.
12699 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12700 external tar program.
12701 (package-install-from-buffer): Remove `pkg-desc' argument.
12702 Use package-tar-file-info for tar-mode buffers.
12703 (package-install-file): Simplify accordingly.
12704 (package-archive-base): Change to take a pkg-desc.
12705 * tar-mode.el (tar--check-descriptor): New function, extracted from
12706 tar-get-descriptor.
12707 (tar-get-descriptor): Use it.
12708 (tar-get-file-descriptor): New function.
12709 (tar--extract): New function, extracted from tar-extract.
12710 (tar--extract): Use it.
12711 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12712 case the summary uses non-ascii. Adjust to new calling convention of
12713 package-tar-file-info.
12714
12715 2013-06-21 Leo Liu <sdl.web@gmail.com>
12716
12717 * comint.el (comint-redirect-results-list-from-process):
12718 Fix random delay. (Bug#14681)
12719
12720 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12721
12722 * profiler.el (profiler-format-number): Use log, not log10.
12723
12724 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12727
12728 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12731 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12732 yet available.
12733 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12734 (AUTOGENEL): ... here.
12735 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12736 (cl--defsubst-expand): Use it.
12737
12738 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12739
12740 * subr.el (log10): Move here from C code, and declare as obsolete.
12741 All uses of (log10 X) replaced with (log X 10).
12742
12743 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12744
12745 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12746 Declare with `defvar-local'.
12747 (tabulated-list-use-header-line, tabulated-list-entries)
12748 (tabulated-list-padding, tabulated-list-printer)
12749 (tabulated-list-sort-key): Declare with `defvar-local'.
12750 (tabulated-list-init-header, tabulated-list-print-fake-header):
12751 Use `setq-local'.
12752
12753 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12754
12755 * arc-mode.el (archive-mode): Add `archive-write-file' to
12756 `write-contents-functions' also for remote files. (Bug#14652)
12757
12758 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12759
12760 * cus-edit.el (custom-commands): Fix typos.
12761 (custom-display): Fix tooltip text.
12762 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12763 Fix typos in docstrings.
12764 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12765 (custom-unlispify-menu-entry, custom-magic-value-create)
12766 (custom-add-see-also, custom-group-value-create): Use ?\s.
12767 (custom-guess-type, customize-apropos, editable-field)
12768 (custom-face-value-create): Use `string-match-p'.
12769 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12770
12771 * custom.el (custom-load-symbol): Use `string-match-p'.
12772
12773 * ansi-color.el: Convert to lexical binding.
12774 (ansi-colors): Fix URL.
12775 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12776 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12777 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12778
12779 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12780
12781 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12782
12783 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12784
12785 2013-06-19 Tom Tromey <tromey@redhat.com>
12786
12787 * net/eww.el (eww-top-url): Remove.
12788 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12789 (eww-render): Set new variables. Don't set eww-top-url.
12790 (eww-handle-link): Handle "prev", "home", and "contents".
12791 Downcase the rel text.
12792 (eww-top-url): Choose best top URL.
12793
12794 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12795
12796 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12797 relying in widget.el. Using widget.el leads to too many
12798 user interface inconsistencies.
12799 (eww-self-insert): Implement entering commands in text fields.
12800 (eww-process-text-input): New function to make text input field editing
12801 work.
12802 (eww-submit): Rewrite to use the new-style form methods.
12803 (eww-select-display): Display the correct selected item.
12804 (eww-change-select): Implement changing the select value.
12805 (eww-toggle-checkbox): Implement radio/checkboxes.
12806 (eww-update-field): Fix compilation error.
12807 (eww-tag-textarea): Implement <textarea>.
12808
12809 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12810 we don't shadow mode-specific bindings.
12811
12812 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12813 nothing to push.
12814
12815 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12816
12817 2013-06-19 Glenn Morris <rgm@gnu.org>
12818
12819 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12820
12821 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12822
12823 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12824 not needed.
12825
12826 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12827
12828 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12829
12830 * net/browse-url.el (browse-url-browser-function):
12831 `eww-browse-url' has the right calling signature, `eww' does not.
12832
12833 2013-06-19 Glenn Morris <rgm@gnu.org>
12834
12835 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12836 Only eval autoloaded macros.
12837 (byte-compile-autoload): Only give the macro warning for macros.
12838
12839 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12840 (ps-underlined-faces): Declare.
12841
12842 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12843 (speedbar-add-supported-extension): Declare.
12844
12845 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12846 Don't include a date stamp in the header of the generated file;
12847 it leads to needless differences between output files.
12848
12849 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12850
12851 * net/secrets.el (secrets-struct-secret-content-type):
12852 Replace check of introspection data by a test call of "CreateItem".
12853 Some servers do not offer introspection.
12854
12855 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * electric.el (electric-pair-mode): Improve interaction with
12858 electric-layout-mode.
12859 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12860 (electric-pair-syntax): Use text-mode-syntax-table in comments
12861 and strings.
12862 (electric-pair--insert): New function.
12863 (electric-pair-post-self-insert-function): Use it and
12864 electric--after-char-pos.
12865
12866 2013-06-19 Leo Liu <sdl.web@gmail.com>
12867
12868 * progmodes/octave.el (octave-help): Fix regexp.
12869
12870 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12871
12872 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12873 (shr-table-horizontal-line): Allow nil as a value, and change the
12874 default.
12875 (shr-insert-table-ruler): Respect the nil value.
12876
12877 2013-06-18 Tom Tromey <tromey@barimba>
12878
12879 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12880 New defvars.
12881 (eww-open-file): New defun.
12882 (eww-render): Initialize new variables.
12883 (eww-display-html): Handle "link" and "a".
12884 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12885 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12886 (eww-back-url): Rename from eww-previous-url.
12887 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12888 New defuns.
12889
12890 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12891
12892 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12893 Distinguish ternary operator tokens from slash symbol and slash
12894 char literal.
12895
12896 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12897
12898 Convert symbol prettification into minor mode and global minor mode.
12899
12900 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12901 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12902 (prettify-symbols--keywords): Rename from
12903 `prog-prettify-symbols-alist' and make a local defvar.
12904 (prettify-symbols--compose-symbol): Rename from
12905 `prog--prettify-font-lock-compose-symbol'.
12906 (prettify-symbols--make-keywords): Rename from
12907 `prog-prettify-font-lock-symbols-keywords' and simplify.
12908 (prog-prettify-install): Remove.
12909 (prettify-symbols-mode): New minor mode, based on
12910 `prog-prettify-install'.
12911 (turn-on-prettify-symbols-mode): New function.
12912 (global-prettify-symbols-mode): New globalized minor mode.
12913
12914 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12915 * progmodes/cfengine.el (cfengine3-mode):
12916 * progmodes/perl-mode.el (perl-mode): Don't call
12917 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12918
12919 2013-06-18 Juri Linkov <juri@jurta.org>
12920
12921 * files-x.el (modify-file-local-variable-message): New function.
12922 (modify-file-local-variable)
12923 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12924 and call `modify-file-local-variable-message' when it's non-nil.
12925 (add-file-local-variable, delete-file-local-variable)
12926 (add-file-local-variable-prop-line)
12927 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12928 and use it. (Bug#9820)
12929
12930 2013-06-18 Juri Linkov <juri@jurta.org>
12931
12932 * emulation/vi.el (vi-shell-op):
12933 * emulation/vip.el (vip-execute-com, ex-command):
12934 * emulation/viper-cmd.el (viper-exec-bang):
12935 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12936 the call of `shell-command-on-region'. (Bug#14637)
12937
12938 * simple.el (shell-command-on-region): Doc fix.
12939
12940 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12943 (bug#14633).
12944
12945 2013-06-18 Glenn Morris <rgm@gnu.org>
12946
12947 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12948
12949 * newcomment.el (comment-search-forward, comment-search-backward):
12950 Doc fix. (Bug#14376)
12951
12952 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12953
12954 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12955 (buffer-face-mode-invoke): Doc fix.
12956
12957 2013-06-18 Matthias Meulien <orontee@gmail.com>
12958
12959 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12960 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12961
12962 2013-06-18 Glenn Morris <rgm@gnu.org>
12963
12964 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12965 Replace obsolete function generic-make-keywords with its expansion.
12966
12967 * progmodes/python.el (ffap-alist): Declare.
12968
12969 * textmodes/reftex.el (bibtex-mode-map): Declare.
12970
12971 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12974 (package-unpack, package-unpack-single): Return the pkg-dir.
12975 (package-download-transaction): Use it to update package-alist.
12976
12977 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12978
12979 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12980 possible choice.
12981
12982 2013-06-17 Juri Linkov <juri@jurta.org>
12983
12984 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12985
12986 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12987
12988 * emacs-lisp/package.el (package-load-descriptor):
12989 Remove `with-syntax-table' call, `read' doesn't need it.
12990 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12991
12992 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12993
12994 * startup.el (command-line): Expand package name returned by
12995 `package--description-file' (bug#14639).
12996
12997 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12998
12999 * emacs-lisp/package.el (package-load-descriptor): Do not call
13000 `emacs-lisp-mode', just use its syntax table.
13001
13002 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13005 `font-lock-extra-managed-props' if any prettifying keyword is added.
13006 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13007 (prog-mode): Use `setq-local'.
13008
13009 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13010
13011 * international/characters.el (standard-case-table): Set syntax of ?»
13012 and ?« to punctuation.
13013
13014 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13015
13016 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13017 Save relevant match data before calling `syntax-ppss' (bug#14595).
13018
13019 2013-06-15 Juri Linkov <juri@jurta.org>
13020
13021 * files-x.el (modify-file-local-variable-prop-line): Add local
13022 variables to the end of the existing comment on the first line.
13023 Use `file-auto-mode-skip' to skip interpreter magic line,
13024 and also skip XML declaration.
13025
13026 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13027
13028 * startup.el (package--builtin-versions): New var.
13029 (package-subdirectory-regexp): Remove.
13030 (package--description-file): Hard code its value instead.
13031
13032 * emacs-lisp/package.el: Don't activate packages older than builtin.
13033 (package-obsolete-list): Rename from package-obsolete-alist, and make
13034 it into a simple list of package-desc.
13035 (package-strip-version): Remove.
13036 (package-built-in-p): Use package--builtin-versions.
13037 (package-mark-obsolete): Simplify.
13038 (package-process-define-package): Mark it obsolete if older than the
13039 builtin version.
13040 (package-handle-response): Use line-end-position.
13041 (package-read-archive-contents, package--download-one-archive):
13042 Simplify.
13043 (package--add-to-archive-contents): Skip if older than the builtin or
13044 installed version.
13045 (package-menu-describe-package): Fix last change.
13046 (package-list-unversioned): New var.
13047 (package-menu--generate): Use it.
13048
13049 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13050 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13051 (autoload-builtin-package-versions): New variable.
13052 (autoload-generate-file-autoloads): Use them.
13053 Remove the list of autoloaded functions/macros from the
13054 (autoload...) comments.
13055
13056 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13057
13058 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13059
13060 * simple.el (line-move-partial): Don't jump to the next screen
13061 line as soon as it becomes visible. Instead, continue enlarging
13062 the vscroll until the portion of a tall screen line that's left on
13063 display is about the height of the frame's default font.
13064 (Bug#14567)
13065
13066 2013-06-15 Glenn Morris <rgm@gnu.org>
13067
13068 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13069 compilation-error-regexp-alist void, or local while let-bound.
13070
13071 * progmodes/make-mode.el (makefile-mode-syntax-table):
13072 Treat "=" as punctuation. (Bug#14614)
13073
13074 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13075
13076 * help-fns.el (describe-variable):
13077 Add extra line for permanent-local variables.
13078
13079 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13080
13081 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13082 Add export, import, library. (Bug#9164)
13083 (library): Set indent function.
13084
13085 2013-06-14 Glenn Morris <rgm@gnu.org>
13086
13087 * term/xterm.el (xterm--query):
13088 Stop after first matching handler. (Bug#14615)
13089
13090 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13091
13092 Add support for dired in saveplace.
13093 * dired.el (dired-initial-position-hook): New variable.
13094 (dired-initial-position): Call hook to place cursor position.
13095 * saveplace.el (save-place-to-alist): Add dired position.
13096 (save-place-dired-hook): New function.
13097
13098 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13101 through a symbol rather than letrec.
13102
13103 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13104 (package-desc): Add `dir' field.
13105 (package-desc-full-name): New function.
13106 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13107 (package-maybe-load-descriptor): Remove.
13108 (package-load-all-descriptors): Just call package-load-descriptor.
13109 (package--disabled-p): New function.
13110 (package-desc-vers, package-desc-doc): Remove aliases.
13111 (package--dir): Remove function.
13112 (package-activate): Check if a package is disabled.
13113 (package-process-define-package): New function, extracted from
13114 define-package.
13115 (define-package): Turn into a place holder.
13116 (package-unpack-single, package-tar-file-info):
13117 Use package--description-file.
13118 (package-compute-transaction): Use package--disabled-p.
13119 (package-download-transaction): Don't call
13120 package-maybe-load-descriptor since they're all loaded anyway.
13121 (package-install): Change argument to be a pkg-desc.
13122 (package-delete): Use a single pkg-desc argument.
13123 (describe-package-1): Use package-desc-dir instead of package--dir.
13124 Use package-desc property instead of package-symbol.
13125 (package-install-button-action): Adjust accordingly.
13126 (package--push): Rewrite.
13127 (package-menu--print-info): Adjust accordingly. Change the ID format
13128 to be a pkg-desc.
13129 (package-menu-describe-package, package-menu-get-status)
13130 (package-menu--find-upgrades, package-menu-mark-upgrades)
13131 (package-menu-execute, package-menu--name-predicate):
13132 Adjust accordingly.
13133 * startup.el (package--description-file): New function.
13134 (command-line): Use it.
13135 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13136 Use package-desc-version.
13137
13138 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13139 (byte-compile-preprocess): Use it.
13140 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13141 can't quite recognize.
13142 (byte-compile-add-to-list): Remove.
13143 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13144 (cconv-closure-convert): Add assertion.
13145
13146 * emacs-lisp/map-ynp.el: Use lexical-binding.
13147 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13148 Factor out some repeated code.
13149
13150 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13151
13152 * subr.el (with-eval-after-load): New macro.
13153 (eval-after-load): Allow form to be a function.
13154 take advantage of lexical-binding.
13155 (do-after-load-evaluation): Use dolist and adjust to new format.
13156 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13157
13158 2013-06-13 Juri Linkov <juri@jurta.org>
13159
13160 * replace.el (perform-replace): Display "symbol " and other search
13161 modes from `isearch-message-prefix' in the *Help* buffer.
13162
13163 * isearch.el (isearch-query-replace): Add " symbol" and other
13164 possible search modes from `isearch-message-prefix' to the prompt.
13165 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13166 when reading a regexp to collect.
13167
13168 2013-06-13 Juri Linkov <juri@jurta.org>
13169
13170 * isearch.el (word-search-regexp): Match whitespace if the search
13171 string begins or ends in whitespace. The LAX arg is applied to
13172 both ends of the search string. Use `regexp-quote' and explicit
13173 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13174 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13175 boundaries are replaced with symbol boundaries, and characters
13176 between symbols match non-word non-symbol syntax. (Bug#14602)
13177
13178 2013-06-13 Juri Linkov <juri@jurta.org>
13179
13180 * isearch.el (isearch-del-char): Don't exceed the length of
13181 `isearch-string' by the prefix arg. (Bug#14563)
13182
13183 2013-06-13 Juri Linkov <juri@jurta.org>
13184
13185 * isearch.el (isearch-yank-word, isearch-yank-line)
13186 (isearch-char-by-name, isearch-quote-char)
13187 (isearch-printing-char, isearch-process-search-char):
13188 Add optional count prefix arg. (Bug#14563)
13189
13190 * international/isearch-x.el
13191 (isearch-process-search-multibyte-characters):
13192 Add optional count prefix arg.
13193
13194 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13197 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13198 lexical-binding.
13199
13200 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13201
13202 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13203
13204 2013-06-13 Glenn Morris <rgm@gnu.org>
13205
13206 * startup.el (tty-handle-args):
13207 Don't just discard "--" and anything after. (Bug#14608)
13208
13209 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13210
13211 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13212
13213 Implement changes in Secret Service API. Make it backward compatible.
13214 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13215 (secrets-create-item): Use it. Prefix properties with interface.
13216
13217 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13218
13219 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13220 (term-emulate-terminal): Respect term-suppress-hard-newline.
13221
13222 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13223
13224 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13225 Only remove a `thumb-file' overlay. (Bug#14548)
13226
13227 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13228
13229 * mail/reporter.el (reporter-submit-bug-report):
13230 Handle missing package-name. (Bug#14600)
13231
13232 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13233
13234 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13235 (reftex-citation-prompt, reftex-default-bibliography)
13236 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13237 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13238 (reftex-bib-sort-author, reftex-bib-sort-year)
13239 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13240 (reftex-extract-bib-entries-from-thebibliography)
13241 (reftex-get-bibkey-default, reftex-get-bib-names)
13242 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13243 (reftex-format-bib-entry, reftex-parse-bibitem)
13244 (reftex-format-bibitem, reftex-do-citation)
13245 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13246 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13247 (reftex-insert-bib-matches, reftex-format-citation)
13248 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13249 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13250 existing comments into docstrings.
13251
13252 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13253
13254 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13255
13256 2013-06-12 Andreas Schwab <schwab@suse.de>
13257
13258 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13259 for auto-save files.
13260
13261 2013-06-12 Glenn Morris <rgm@gnu.org>
13262
13263 * ido.el (ido-delete-ignored-files): Remove.
13264 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13265 Go back to calling ido-ignore-item-p directly.
13266
13267 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13268
13269 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13270
13271 * ido.el (ido-delete-ignored-files): New function,
13272 split from ido-make-file-list-1.
13273 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13274 (ido-make-file-list-1): Use ido-delete-ignored-files.
13275
13276 2013-06-12 Leo Liu <sdl.web@gmail.com>
13277
13278 * progmodes/octave.el (inferior-octave-startup)
13279 (inferior-octave-completion-table)
13280 (inferior-octave-track-window-width-change)
13281 (octave-eldoc-function-signatures, octave-help)
13282 (octave-find-definition): Use single quoted strings.
13283 (inferior-octave-startup-args): Change default value.
13284 (inferior-octave-startup): Do not hard code "-i" and
13285 "--no-line-editing".
13286 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13287 (inferior-octave-directory-tracker): Use it.
13288 (octave-goto-function-definition): Robustify.
13289 (octave-help): Support highlighting operators in 'See also'.
13290 (octave-find-definition): Find subfunctions only in Octave mode.
13291
13292 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * help-fns.el (help-fns--compiler-macro): If the handler function is
13295 named, then put a link to it.
13296 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13297 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13298 (cl-typep): Use it.
13299 (cl-eval-when): Simplify debug spec.
13300 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13301 compiler-macro function instead of setting `compiler-macro-file'.
13302
13303 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13304
13305 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13306 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13307
13308 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13309 Daniel Hackney <dan@haxney.org>
13310
13311 First part of Daniel Hackney's patch to package.el.
13312 * emacs-lisp/package.el: Use defstruct.
13313 (package-desc): New, main struct.
13314 (package--bi-desc, package--ac-desc): New structs, used to describe the
13315 format in external files.
13316 (package-desc-vers): Replace with package-desc-version accessor.
13317 (package-desc-doc): Replace with package-desc-summary accessor.
13318 (package-activate-1): Remove `package' arg since the pkg-vec now
13319 includes the name.
13320 (define-package): Use package-desc-from-define.
13321 (package-unpack-single): Change file-name arg to be a symbol.
13322 (package--add-to-archive-contents): Use package-desc-create and new
13323 accessor functions to package--ac-desc.
13324 (package-buffer-info, package-tar-file-info): Return a package-desc.
13325 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13326 arg to be a package-desc.
13327 (package-install-file): Adjust accordingly. Use \' to match EOS.
13328 (package--from-builtin): New function.
13329 (describe-package-1, package-menu--generate): Use it.
13330 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13331 (package-generate-autoloads): Idem and return the name of the file.
13332 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13333 Change pkg-info arg to be a package-desc.
13334 Use package-make-ac-desc.
13335 (package-upload-file): Use \' to match EOS.
13336 * finder.el (finder-compile-keywords): Use package-make-builtin.
13337
13338 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13339
13340 * vc/vc.el (vc-deduce-fileset): Change error message.
13341 (vc-read-backend): New function.
13342 (vc-next-action): Use it.
13343
13344 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13345
13346 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13347 (prolog-font-lock-keywords): Use regexp-opt instead.
13348 Don't manually highlight strings.
13349 (prolog-mode-variables): Simplify comment-start-skip.
13350 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13351
13352 * emacs-lisp/generic.el (generic--normalise-comments)
13353 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13354 (generic-mode-set-comments): Use them.
13355 (generic-bracket-support): Use setq-local.
13356 (generic-make-keywords-list): Declare obsolete.
13357
13358 2013-06-11 Glenn Morris <rgm@gnu.org>
13359
13360 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13361 Prettify after setting font-lock-defaults. (Bug#14574)
13362
13363 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13364
13365 * replace.el (query-replace, occur-read-regexp-defaults-function)
13366 (replace-search):
13367 * subr.el (declare-function, number-sequence, local-set-key)
13368 (substitute-key-definition, locate-user-emacs-file)
13369 (with-silent-modifications, split-string, eval-after-load):
13370 Fix typos, remove unneeded backslashes and reflow some docstrings.
13371
13372 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13375 default for Elisp files.
13376
13377 2013-06-11 Glenn Morris <rgm@gnu.org>
13378
13379 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13380 although define-derived-mode was doing this anyway. (Bug#14583)
13381
13382 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13383
13384 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13385 Fix make-variable-buffer-local call to refer to the correct variable.
13386
13387 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13388
13389 * eshell/em-term.el (eshell-visual-commands)
13390 (eshell-visual-subcommands, eshell-visual-options):
13391 Add summary line to docstrings. Add cross-references.
13392
13393 2013-06-10 Glenn Morris <rgm@gnu.org>
13394
13395 * epa.el (epa-read-file-name): New function. (Bug#14510)
13396 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13397
13398 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13399
13400 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13401 output redirection to be ignored with visual commands.
13402
13403 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13404
13405 * eshell/em-term.el (eshell-visual-command-p): New function.
13406 (eshell-term-initialize): Move long lambda to separate function
13407 eshell-visual-command-p.
13408 * eshell/em-dirs.el (eshell-dirs-initialize):
13409 * eshell/em-script.el (eshell-script-initialize):
13410 Add missing #' to lambda.
13411
13412 2013-06-08 Leo Liu <sdl.web@gmail.com>
13413
13414 * progmodes/octave.el (octave-add-log-current-defun): New function.
13415 (octave-mode): Set add-log-current-defun-function.
13416 (octave-goto-function-definition): Do not move point if not found.
13417 (octave-find-definition): Enhance to try subfunctions first.
13418
13419 2013-06-08 Glenn Morris <rgm@gnu.org>
13420
13421 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13422 (byte-compile-backward-char, byte-compile-backward-word):
13423 Improve previous change, to handle non-explicit nil.
13424
13425 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13428 (smie--opener/closer-at-point): New function.
13429 (smie--matching-block-data): Use it. Don't match from right after an
13430 opener or right before a closer. Obey smie-blink-matching-inners.
13431 Don't signal a mismatch for repeated inners like "switch..case..case".
13432
13433 2013-06-07 Leo Liu <sdl.web@gmail.com>
13434
13435 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13436 to t. (Bug#14303)
13437 (octave-function-header-regexp): Fix. (Bug#14570)
13438 (octave-help-mode-finish-hook, octave-help-mode-finish):
13439 Remove. Just use temp-buffer-show-hook.
13440
13441 * newcomment.el (comment-search-backward): Revert last change.
13442 (Bug#14434)
13443
13444 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13445
13446 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13447
13448 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13449 through xargs, to avoid failure due to MS-Windows limitations on
13450 command-line length.
13451
13452 2013-06-06 Glenn Morris <rgm@gnu.org>
13453
13454 * font-lock.el (lisp-font-lock-keywords-2):
13455 Treat user-error like error.
13456
13457 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13458 (byte-compile-backward-char, byte-compile-backward-word):
13459 Handle explicit nil arguments. (Bug#14565)
13460
13461 2013-06-05 Alan Mackenzie <acm@muc.de>
13462
13463 * isearch.el (isearch-allow-prefix): New user option.
13464 (isearch-other-meta-char): Don't exit isearch when a prefix
13465 argument is typed whilst `isearch-allow-prefix' is non-nil.
13466 (Bug#9706)
13467
13468 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13469
13470 * autorevert.el (auto-revert-notify-handler): Use memq.
13471 Hide assertion failure.
13472
13473 * skeleton.el: Use cl-lib.
13474 (skeleton-further-elements): Use defvar-local.
13475 (skeleton-insert): Use cl-progv.
13476
13477 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13478
13479 * progmodes/prog-mode.el (prog-prettify-symbols)
13480 (prog-prettify-install): Update docstrings.
13481
13482 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * simple.el: Move all the prog-mode code to prog-mode.el.
13485 * progmodes/prog-mode.el: New file.
13486 * loadup.el: Add prog-mode.el.
13487
13488 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13489
13490 * simple.el (prog-prettify-symbols): Add version.
13491 (prog-prettify-install): Add convenience function to prettify symbols.
13492
13493 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13494 (perl--augmented-font-lock-keywords-1)
13495 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13496 variables and use it.
13497
13498 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13499 (cfengine3-mode): Remove unneeded variable and use it.
13500
13501 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13502 (lisp--augmented-font-lock-keywords-1)
13503 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13504 Remove unneeded variables and use it.
13505
13506 2013-06-05 João Távora <joaotavora@gmail.com>
13507
13508 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13509 to point when opening the connection. (Bug#14380)
13510
13511 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * subr.el (load-history-regexp, load-history-filename-element)
13514 (eval-after-load, after-load-functions, do-after-load-evaluation)
13515 (eval-next-after-load, display-delayed-warnings)
13516 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13517 definition of save-match-data.
13518 (overriding-local-map): Remove accidental obsolescence declaration.
13519
13520 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13521
13522 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13523
13524 Generalize symbol prettify support to prog-mode and implement it
13525 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13526 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13527 (prog--prettify-font-lock-compose-symbol)
13528 (prog-prettify-font-lock-symbols-keywords): New variables and
13529 functions to support symbol prettification.
13530 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13531 (lisp--augmented-font-lock-keywords-1)
13532 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13533 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13534 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13535 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13536 Implement prettify of -> => :: strings.
13537 * progmodes/perl-mode.el (perl-prettify-symbols)
13538 (perl--font-lock-compose-symbol)
13539 (perl--font-lock-symbols-keywords): Move to prog-mode.
13540 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13541 (perl-font-lock-keywords-1)
13542 (perl-font-lock-keywords-2): Remove explicit prettify support.
13543 (perl--augmented-font-lock-keywords)
13544 (perl--augmented-font-lock-keywords-1)
13545 (perl--augmented-font-lock-keywords-2, perl-mode):
13546 Implement prettify support.
13547
13548 2013-06-05 Leo Liu <sdl.web@gmail.com>
13549
13550 Re-implement SMIE matching block highlight using
13551 show-paren-data-function. (Bug#14395)
13552 * emacs-lisp/smie.el (smie-matching-block-highlight)
13553 (smie--highlight-matching-block-overlay)
13554 (smie--highlight-matching-block-lastpos)
13555 (smie-highlight-matching-block)
13556 (smie-highlight-matching-block-mode): Remove.
13557 (smie--matching-block-data-cache): New variable.
13558 (smie--matching-block-data): New function.
13559 (smie-setup): Use smie--matching-block-data for
13560 show-paren-data-function.
13561
13562 * progmodes/octave.el (octave-mode-menu): Fix.
13563 (octave-find-definition): Skip garbage lines.
13564
13565 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 Fix compilation error with simultaneous dynamic+lexical scoping.
13568 Add warning when a defvar appears after the first let-binding.
13569 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13570 (byte-compile-close-variables): Initialize it.
13571 (byte-compile--declare-var): New function.
13572 (byte-compile-file-form-defvar)
13573 (byte-compile-file-form-define-abbrev-table)
13574 (byte-compile-file-form-custom-declare-variable): Use it.
13575 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13576 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13577 (byte-compile-bind): Handle dynamic bindings that shadow
13578 lexical bindings.
13579 (byte-compile-unbind): Make arg non-optional.
13580 (byte-compile-let): Simplify.
13581 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13582 (cconv--analyse-function, cconv-analyse-form): Populate it.
13583 Protect byte-compile-bound-variables to limit the scope of defvars.
13584 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13585 Remove unneeded rule for `declare'.
13586
13587 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13588 so as to avoid depending on cl-adjoin at run-time.
13589 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13590
13591 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13592 (macroexp--warn-and-return): Use it.
13593
13594 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13595
13596 * subr.el: Convert to lexical binding.
13597 (overriding-local-map): Make obsolete.
13598 (add-to-list): Doc fix. Add compiler macro.
13599 (read-key): Swap values of local maps.
13600
13601 2013-06-05 Leo Liu <sdl.web@gmail.com>
13602
13603 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13604
13605 2013-06-04 Leo Liu <sdl.web@gmail.com>
13606
13607 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13608 (compilation-auto-jump): Suppress the "Mark set" message to give
13609 way to exit message.
13610
13611 2013-06-04 Alan Mackenzie <acm@muc.de>
13612
13613 Remove faulty optimisation from indentation calculation.
13614 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13615 search limit based on 2000 characters back from indent-point.
13616
13617 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13618
13619 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13620
13621 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * emacs-lisp/lisp.el: Use lexical-binding.
13624 (lisp--local-variables-1, lisp--local-variables): New functions.
13625 (lisp--local-variables-completion-table): New var.
13626 (lisp-completion-at-point): Use it complete let-bound vars.
13627
13628 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13629 eagerly (bug#14422).
13630
13631 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13632
13633 * autorevert.el (auto-revert-notify-enabled)
13634 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13635 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13636 (auto-revert-notify-handler): Handle also gfilenotify.
13637
13638 * subr.el (file-notify-handle-event): New defun. Replacing ...
13639 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13640 Remove.
13641
13642 2013-06-03 Juri Linkov <juri@jurta.org>
13643
13644 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13645 `M-s h .'. (Bug#14427)
13646
13647 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13648 command `hi-lock-face-symbol-at-point'.
13649 (hi-lock-face-symbol-at-point): New command.
13650 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13651 (hi-lock-menu): Add `highlight-symbol-at-point'.
13652 (hi-lock-mode): Doc fix.
13653
13654 * isearch.el (isearch-forward-symbol-at-point): New command.
13655 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13656 (isearch-highlight-regexp): Add a regexp which matches
13657 words/symbols for word/symbol mode.
13658
13659 * subr.el (find-tag-default-bounds): New function with the body
13660 mostly moved from `find-tag-default'.
13661 (find-tag-default): Move most code to `find-tag-default-bounds',
13662 call it and apply `buffer-substring-no-properties' afterwards.
13663
13664 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13665
13666 * eshell/em-term.el (eshell-term-initialize):
13667 Use `cl-intersection' rather than `intersection'.
13668
13669 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13670
13671 * vc/log-view.el: Doc fix.
13672 (log-view-mode-map): Copy keymap from `special-mode-map'.
13673
13674 2013-06-02 Eric Ludlam <zappo@gnu.org>
13675
13676 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13677 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13678 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13679 (eieio-unbound, eieio-default-superclass)
13680 (eieio--define-field-accessors, method-static, method-before)
13681 (method-primary, method-after, method-num-lists)
13682 (method-generic-before, method-generic-primary)
13683 (method-generic-after, method-num-slots)
13684 (eieio-specialized-key-to-generic-key)
13685 (eieio--check-type, class-v, class-p)
13686 (eieio-class-name, define-obsolete-function-alias)
13687 (eieio-class-parents-fast, eieio-class-children-fast)
13688 (same-class-fast-p, class-constructor, generic-p)
13689 (generic-primary-only-p, generic-primary-only-one-p)
13690 (class-option-assoc, class-option, eieio-object-p)
13691 (class-abstract-p, class-method-invocation-order)
13692 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13693 (eieio-class-un-autoload, eieio-defclass)
13694 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13695 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13696 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13697 (eieio-defgeneric-reset-generic-form)
13698 (eieio-defgeneric-form-primary-only)
13699 (eieio-defgeneric-reset-generic-form-primary-only)
13700 (eieio-defgeneric-form-primary-only-one)
13701 (eieio-defgeneric-reset-generic-form-primary-only-one)
13702 (eieio-unbind-method-implementations)
13703 (eieio--defmethod, eieio--typep)
13704 (eieio-perform-slot-validation, eieio-validate-slot-value)
13705 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13706 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13707 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13708 (eieio-slot-name-index, eieio-class-slot-name-index)
13709 (eieio-set-defaults, eieio-initarg-to-attribute)
13710 (eieio-attribute-to-initarg, eieio-c3-candidate)
13711 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13712 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13713 (eieio-class-precedence-list, eieio-generic-call-methodname)
13714 (eieio-generic-call-arglst, eieio-generic-call-key)
13715 (eieio-generic-call-next-method-list)
13716 (eieio-pre-method-execution-functions, eieio-generic-call)
13717 (eieio-generic-call-primary-only, eieiomt-method-list)
13718 (eieiomt-optimizing-obarray, eieiomt-install)
13719 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13720 (eieio-generic-form, eieio-defmethod, make-obsolete)
13721 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13722 (defclass): Remove `eval-and-compile' from macro.
13723 (call-next-method, shared-initialize): Instead of using
13724 `scoped-class' variable, use new eieio--scoped-class, and
13725 eieio--with-scoped-class.
13726 (initialize-instance): Rename local variable 'scoped-class' to
13727 'this-class' to remove ambiguitity from old global.
13728
13729 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13730 eieio.el.
13731 (eieio--scoped-class-stack): New variable.
13732 (eieio--scoped-class): New fcn.
13733 (eieio--with-scoped-class): New scoping macro.
13734 (eieio-defclass): Use pushnew instead of add-to-list.
13735 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13736 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13737 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13738 `scoped-class' variable, use new eieio--scoped-class, and
13739 eieio--with-scoped-class.
13740
13741 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13742
13743 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13744
13745 * eshell/esh-ext.el (eshell-external-command): Pass args to
13746 `eshell-find-interpreter'.
13747 (eshell-find-interpreter): Add new second parameter ARGS.
13748
13749 * eshell/em-script.el (eshell-script-initialize): Add second arg
13750 to the function added as MATCH to `eshell-interpreter-alist'.
13751
13752 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13753 the function added as MATCH to `eshell-interpreter-alist'.
13754
13755 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13756 (eshell-visual-options): New defcustom.
13757 (eshell-escape-control-x): Adapt docstring.
13758 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13759 `eshell-visual-options' in addition to `eshell-visual-commands'.
13760 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13761
13762 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13763
13764 * progmodes/python.el (python-indent-block-enders): Add break,
13765 continue and raise keywords.
13766
13767 2013-06-01 Glenn Morris <rgm@gnu.org>
13768
13769 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13770
13771 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13772 * progmodes/cc-cmds.el (delete-forward-p):
13773 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13774 * progmodes/cc-engine.el (buffer-syntactic-context):
13775 * progmodes/cc-fonts.el (face-property-instance):
13776 * progmodes/cc-mode.el (set-keymap-parents):
13777 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13778 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13779 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13780 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13781 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13782
13783 * progmodes/cc-vars.el (other): Emacs has this widget since
13784 at least 21.1, so don't (re)define it.
13785
13786 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13787 Replace the obsolete alias pcomplete-arg-quote-list.
13788
13789 2013-06-01 Leo Liu <sdl.web@gmail.com>
13790
13791 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13792 punctuation syntax.
13793 (inferior-octave-minimal-columns)
13794 (inferior-octave-last-column-width): New variables.
13795 (inferior-octave-track-window-width-change): New function.
13796 (inferior-octave-mode): Adjust column width so that Octave output,
13797 for example from 'ls', can fit into the window nicely.
13798
13799 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13800
13801 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13802 Highlight expansions inside regexp literals.
13803
13804 2013-05-31 Glenn Morris <rgm@gnu.org>
13805
13806 * obsolete/sym-comp.el (symbol-complete):
13807 Replace obsolete completion-annotate-function.
13808
13809 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13810
13811 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13812
13813 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13814 New function, checks if point is inside a literal that allows
13815 expression expansion.
13816 (ruby-syntax-propertize-expansion): Use it.
13817 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13818 around the body.
13819
13820 2013-05-30 Juri Linkov <juri@jurta.org>
13821
13822 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13823 to "\M-si".
13824 (isearch-invisible): New variable.
13825 (isearch-forward): Doc fix.
13826 (isearch-mode): Set `isearch-invisible'
13827 to the value of `search-invisible'.
13828 (isearch-toggle-case-fold): Doc fix.
13829 (isearch-toggle-invisible): New command.
13830 (isearch-query-replace): Let-bind `search-invisible'
13831 to the value of `isearch-invisible'.
13832 (isearch-search): Use `isearch-invisible' instead of
13833 `search-invisible'. Let-bind `search-invisible'
13834 to the value of `isearch-invisible'. (Bug#11378)
13835
13836 2013-05-30 Juri Linkov <juri@jurta.org>
13837
13838 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13839 call when `query-flag' is nil and `search-invisible' is non-nil.
13840 (Bug#11746)
13841
13842 2013-05-30 Glenn Morris <rgm@gnu.org>
13843
13844 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13845
13846 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13847 (cc-require): Suppress spurious "noruntime" warnings.
13848 (cc-require-when-compile): Use fboundp, for sake of compiler.
13849
13850 * progmodes/cc-mode.el: Move load of cc-vars before that of
13851 cc-langs (which in turn loads cc-vars), to quieten compiler.
13852
13853 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * paren.el: Simplify the code.
13856 (show-paren-mode): Always start the timer.
13857 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13858 (show-paren--overlay, show-paren--overlay-1): Rename from
13859 show-paren-overlay and show-paren-overlay-1, and initialize to an
13860 overlay rather than to nil.
13861 (show-paren-function): Misc cleanup and simplifications.
13862
13863 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * paren.el (show-paren-data-function): New hook.
13866 (show-paren--default): New function, extracted from show-paren-function.
13867 (show-paren-function): Use show-paren-data-function.
13868
13869 2013-05-30 Glenn Morris <rgm@gnu.org>
13870
13871 * ielm.el (ielm-map, ielm-complete-symbol):
13872 Use completion-at-point rather than obsolete functions.
13873 (inferior-emacs-lisp-mode): Doc fix.
13874 Set completion-at-point-functions, rather than
13875 comint-dynamic-complete-functions.
13876
13877 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13878 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13879 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13880
13881 * image.el (image-animated-p): Tweak definition.
13882
13883 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13884 (rlogin-process-connection-type): Tweak default. Add set-after.
13885 (rlogin-host): Doc fix.
13886 (rlogin): Tweak prompt.
13887 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13888
13889 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13890 * progmodes/tcl.el (inferior-tcl-mode-map):
13891 Use completion-at-point rather than obsolete alias.
13892
13893 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13894
13895 * minibuffer.el (read-file-name-completion-ignore-case):
13896 Move before completion--in-region, for eager macro expansion.
13897
13898 2013-05-29 Juri Linkov <juri@jurta.org>
13899
13900 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13901 for total count of matching lines. Add `global-matches' for total
13902 count of matches. Rename `matches' to `lines' for count of
13903 matching lines. Add `matches' for count of matches.
13904 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13905 to `prev-line' for line number of prev match endpt.
13906 Increment `matches' for every match. Print the number of
13907 matching lines in the header.
13908 (occur-context-lines): Rename `lines' to `curr-line'.
13909 Rename `prev-lines' to `prev-line'. (Bug#14017)
13910
13911 2013-05-29 Juri Linkov <juri@jurta.org>
13912
13913 * replace.el (perform-replace): Add `skip-read-only-count',
13914 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13915 Increment them for corresponding conditions and report the number
13916 of skipped occurrences in the final message. (Bug#11746)
13917 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13918 (replace-string, replace-regexp): Doc fix.
13919
13920 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13923
13924 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13925 prog-mode-map (bug#14504).
13926
13927 2013-05-29 Leo Liu <sdl.web@gmail.com>
13928
13929 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13930 (octave-help): Small simplification.
13931
13932 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13933 off the highlight first.
13934
13935 2013-05-29 Glenn Morris <rgm@gnu.org>
13936
13937 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13938 Handle idlwave-last-system-routine-info-cons-cell being nil.
13939
13940 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13941 (idlwave-write-paths): Simplify via with-temp-buffer.
13942
13943 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13944 * emulation/cua-rect.el: Also load cua-base at run time.
13945
13946 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13947 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13948 (cperl-imenu-on-info): Require imenu.
13949
13950 2013-05-28 Alan Mackenzie <acm@muc.de>
13951
13952 Handle "capitalised keywords" correctly.
13953 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13954
13955 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13956
13957 * eshell/em-unix.el: Add -r option to cp.
13958
13959 2013-05-28 Glenn Morris <rgm@gnu.org>
13960
13961 * vc/vc-arch.el (vc-exec-after): Declare.
13962 (vc-switches): Autoload.
13963 * vc/vc-bzr.el: No need to require vc when compiling.
13964 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13965 (vc-resynch-buffer, vc-dir-refresh): Declare.
13966 (vc-setup-buffer, vc-switches): Autoload.
13967 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13968 (vc-resynch-buffer): Declare.
13969 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13970 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13971 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13972 (grep-read-regexp, grep-read-files, grep-expand-template)
13973 (vc-dir-refresh): Declare.
13974 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13975 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13976 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13977 * vc/vc-mtn.el (vc-exec-after): Declare.
13978 (vc-switches): Autoload.
13979 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13980 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13981 (vc-file-tree-walk): Declare.
13982 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13983 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13984 (vc-tag-precondition, vc-rename-master): Autoload.
13985 * vc/vc-svn.el (vc-exec-after): Declare.
13986 (vc-switches, vc-setup-buffer): Autoload.
13987 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13988 Autoload.
13989 (vc-resynch-buffer): Declare.
13990
13991 * obsolete/fast-lock.el (byte-compile-warnings):
13992 Don't warn about obsolete features in this obsolete file.
13993
13994 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13995 Move definition before use.
13996
13997 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13998 (dun-unix-verbs): Remove dun-zippy.
13999 (dun-zippy): Remove function.
14000
14001 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14002
14003 2013-05-27 Juri Linkov <juri@jurta.org>
14004
14005 * replace.el (replace-search): New function with code moved out
14006 from `perform-replace'.
14007 (replace-highlight, replace-dehighlight): Move function definitions
14008 up closer to `replace-search'. (Bug#11746)
14009
14010 2013-05-27 Juri Linkov <juri@jurta.org>
14011
14012 * replace.el (perform-replace): Ignore invisible matches.
14013 In addition to checking `query-replace-skip-read-only', also
14014 filter out matches by calling `run-hook-with-args-until-failure'
14015 on `isearch-filter-predicates', and also check `search-invisible'
14016 for t or call `isearch-range-invisible'.
14017 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14018
14019 2013-05-27 Juri Linkov <juri@jurta.org>
14020
14021 * isearch.el (isearch-filter-predicates): Rename from
14022 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14023 (isearch-message-prefix): Display text from the property
14024 `isearch-message-prefix' of the currently active filters.
14025 (isearch-search): Don't compare `isearch-filter-predicate' with
14026 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14027 on `isearch-filter-predicates'. Also check `search-invisible' for t
14028 or call `isearch-range-invisible'.
14029 (isearch-filter-visible): Make obsolete.
14030 (isearch-lazy-highlight-search):
14031 Call `run-hook-with-args-until-failure' on
14032 `isearch-filter-predicates' and use `isearch-range-invisible'.
14033
14034 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14035 `isearch-filter-predicates' instead of `funcall'ing
14036 `isearch-filter-predicate'.
14037 (Info-mode): Set `Info-isearch-filter' to
14038 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14039
14040 * dired-aux.el (dired-isearch-filter-predicate-orig):
14041 Remove variable.
14042 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14043 (dired-isearch-filenames-end): Add and remove
14044 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14045 instead of changing the value of `isearch-filter-predicate'.
14046 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14047 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14048 Put property `isearch-message-prefix' to "filename " on
14049 `dired-isearch-filter-filenames'.
14050
14051 * wdired.el (wdired-change-to-wdired-mode):
14052 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14053 locally instead of changing `isearch-filter-predicate'.
14054 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14055
14056 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14057
14058 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14059 return the commit hash (Bug#14459). Also set the
14060 `vc-git-detached' property.
14061 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14062 (vc-git-mode-line-string): Use the same help-echo format whether
14063 in detached mode or not, because we know the actual revision now.
14064 When in detached mode, shorten the revision to 7 chars.
14065
14066 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14067
14068 * emacs-lisp/easy-mmode.el (define-minor-mode):
14069 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14070 mode hook and provide a docstring.
14071
14072 2013-05-27 Alan Mackenzie <acm@muc.de>
14073
14074 Remove spurious syntax-table text properties inserted by C-y.
14075 * progmodes/cc-mode.el (c-after-change): Also clear hard
14076 syntax-table property with value nil.
14077
14078 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14079
14080 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14081 when reading the events; the buffer layout shall not be changed.
14082
14083 2013-05-27 Leo Liu <sdl.web@gmail.com>
14084
14085 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14086 New variable.
14087 (inferior-octave-directory-tracker): Automatically re-sync
14088 default-directory.
14089 (octave-help): Improve handling of 'See also'.
14090
14091 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * doc-view.el: Minor naming convention tweaks.
14094 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14095
14096 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14097 even if there's no `display' property yet (bug#14435).
14098
14099 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14100
14101 * subr.el (unmsys--file-name): Rename from reveal-filename.
14102
14103 * Makefile.in (custom-deps, finder-data, autoloads)
14104 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14105 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14106 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14107
14108 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14111 error-completion on the first 2 args of condition-case (bug#14446).
14112 Don't burp at EOB.
14113
14114 2013-05-25 Leo Liu <sdl.web@gmail.com>
14115
14116 * comint.el (comint-previous-matching-input): Do not flood the
14117 *Messages* buffer with trivial messages.
14118
14119 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * progmodes/flymake.el (flymake-nop): Don't return a string.
14122 (flymake-set-at): Fix typo.
14123
14124 * simple.el (read--expression): New function, extracted from
14125 eval-expression. Set completion-at-point-functions (bug#14465).
14126 (eval-expression, eval-minibuffer): Use it.
14127
14128 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14129
14130 * progmodes/flymake.el (flymake-save-buffer-in-file)
14131 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14132 (flymake-selected-frame, flymake-log, flymake-ins-after)
14133 (flymake-set-at, flymake-get-buildfile-from-cache)
14134 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14135 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14136 Refine the doc string.
14137 (flymake-get-file-name-mode-and-masks): Reformat.
14138 (flymake-get-real-file-name-function): Fix a minor bug.
14139
14140 2013-05-24 Juri Linkov <juri@jurta.org>
14141
14142 * progmodes/grep.el (grep-mode-font-lock-keywords):
14143 Support =linenumber= format used by git-grep for lines with
14144 function names. (Bug#13549)
14145
14146 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14149 0 after a semi-colon; it works better for smie-auto-fill.
14150 (octave--indent-new-comment-line): New function.
14151 (octave-indent-new-comment-line): Use it (indirectly).
14152 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14153 modify comment-line-break-function.
14154
14155 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14156 (smie-setup): Use add-function to set it.
14157
14158 2013-05-24 Sam Steingold <sds@gnu.org>
14159
14160 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14161 argument (before the `interactive' argument).
14162
14163 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14164
14165 * image-mode.el (image-mode-winprops): Add winprops to
14166 image-mode-winprops-alist before running
14167 image-mode-new-window-functions.
14168 * doc-view.el (doc-view-new-window-function): Don't delay
14169 doc-view-goto-page via timers (bug#14435).
14170
14171 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14172
14173 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14174 (doc-view-desktop-save-buffer): New function.
14175 (doc-view-restore-desktop-buffer): New function.
14176 (desktop-buffer-mode-handlers):
14177 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14178 handler.
14179 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14180 `desktop-save-buffer' function.
14181
14182 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14183
14184 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14185 (tramp-gvfs-file-name-handler): Raise a user error when
14186 `tramp-gvfs-enabled' is nil.
14187 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14188 Do not raise a user error when loading package. (Bug#14447)
14189
14190 * net/xesam.el: Move to obsolete/.
14191
14192 2013-05-24 Glenn Morris <rgm@gnu.org>
14193
14194 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14195
14196 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14197
14198 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14199 (Info-find-node, Man-getpage-in-background): Declare.
14200
14201 * mail/unrmail.el (unrmail):
14202 Replace obsolete detect-coding-with-priority.
14203
14204 * net/socks.el (socks-split-string): Use this rather than split-string.
14205 (socks-nslookup-host): Update for above change.
14206 (dynamic-choice, s5-dynamic-choice-match)
14207 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14208 Comment out unused code.
14209
14210 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14211 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14212 (gud-tooltip-echo-area): Make obsolete.
14213 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14214
14215 * progmodes/js.el (js--optimize-arglist): Declare.
14216
14217 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14218
14219 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14220 (ediff-window-C): Declare.
14221
14222 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14223 Tweak requires to silence compiler.
14224
14225 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14226 (he-search-string, he-tried-table, he-expand-list)
14227 (he-init-string, he-string-member, he-substitute-string)
14228 (he-reset-string): Declare.
14229
14230 * obsolete/options.el (list-options): Use custom-variable-p,
14231 rather than obsolete alias.
14232
14233 2013-05-23 Sam Steingold <sds@gnu.org>
14234
14235 * simple.el (shell-command-on-region): Pass the `replace' argument
14236 down to `call-process-region' to comply with the doc as reported on
14237 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14238
14239 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * emacs-lisp/smie.el (smie-indent-forward-token)
14242 (smie-indent-backward-token): Handle string tokens (bug#14381).
14243
14244 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14245
14246 * ielm.el (ielm-menu): New menu.
14247 (inferior-emacs-lisp-mode): Set comment-start.
14248
14249 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14250
14251 * textmodes/reftex.el (reftex-ref-style-toggle):
14252 Fix deactivate action.
14253
14254 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14255 Add cleveref macros.
14256
14257 * textmodes/reftex-parse.el
14258 (reftex-locate-bibliography-files): Accept options for
14259 bibliography commands.
14260 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14261 Add addbibresource. Basic Biblatex support.
14262
14263 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14264
14265 * net/tramp-gvfs.el (top):
14266 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14267 when loading package. (Bug#14447)
14268
14269 2013-05-23 Glenn Morris <rgm@gnu.org>
14270
14271 * progmodes/js.el: No need to load comint when compiling.
14272 (ring-insert, comint-send-string, comint-send-input)
14273 (comint-last-input-end, ido-chop): Declare.
14274
14275 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14276 * vc/ediff-mult.el: Adjust requires.
14277 (ediff-directories-internal, ediff-directory-revisions-internal)
14278 (ediff-patch-file-internal): Declare.
14279 * vc/ediff-ptch.el: Adjust requires.
14280 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14281 (ediff-find-file): Autoload.
14282 * vc/ediff-util.el: No need to load ediff when compiling.
14283 (ediff-regions-internal): Declare.
14284 * vc/ediff-wind.el: Adjust requires.
14285 (ediff-compute-toolbar-width): Define when compiling.
14286 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14287 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14288 (dired-get-filename, dired-get-marked-files)
14289 (ediff-last-dir-patch, ediff-patch-default-directory)
14290 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14291 (ediff-patch-buffer-internal): Declare.
14292
14293 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14294 (ispell-process, ispell-buffer-local-words, lm-summary)
14295 (lm-section-start, lm-section-end): Declare.
14296 (checkdoc-ispell-init): Simplify.
14297
14298 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14299 (he-string-member, he-reset-string, he-substitute-string): Declare.
14300
14301 * eshell/em-ls.el: Adjust requires.
14302 (eshell-glob-regexp): Declare.
14303 * eshell/em-tramp.el: Adjust requires.
14304 (eshell-parse-command): Autoload.
14305 * eshell/em-xtra.el: Adjust requires.
14306 (eshell-parse-command): Autoload.
14307 * eshell/esh-ext.el: Adjust requires.
14308 (eshell-parse-command, eshell-close-handles): Autoload.
14309 * eshell/esh-io.el: Adjust requires.
14310 (eshell-output-filter): Autoload.
14311 * eshell/esh-util.el: No need to load tramp when compiling.
14312 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14313 Declare.
14314 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14315 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14316 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14317 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14318 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14319 * eshell/esh-opt.el, eshell/esh-proc.el:
14320 * eshell/esh-var.el: Adjust requires.
14321 * eshell/eshell.el: Do not require esh-util twice.
14322 (eshell-add-input-to-history): Declare.
14323 (eshell-command): Check history module is active before using it.
14324
14325 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14326
14327 2013-05-22 Leo Liu <sdl.web@gmail.com>
14328
14329 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14330
14331 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14332
14333 * autorevert.el (auto-revert-notify-add-watch)
14334 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14335 it indicates changes in file modification time.
14336
14337 2013-05-22 Glenn Morris <rgm@gnu.org>
14338
14339 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14340 Always delete the autoloaded function from the noruntime and
14341 unresolved functions lists.
14342
14343 * allout.el: No need to load epa, epg, overlay when compiling.
14344 (epg-context-set-passphrase-callback, epg-list-keys)
14345 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14346 (epg-key-user-id-list): Declare.
14347
14348 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14349 (viper-set-parsing-style-toggling-macro)
14350 (viper-set-emacs-state-searchstyle-macros):
14351 Use called-interactively-p on Emacs.
14352 (viper-looking-back): Make it an obsolete alias. Update callers.
14353 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14354 Use looking-back rather than viper-looking-back.
14355 (viper-tmp-insert-at-eob, viper-enlarge-region)
14356 (viper-read-string-with-history, viper-register-to-point)
14357 (viper-append-to-register, viper-change-state-to-vi)
14358 (viper-backward-char-carefully, viper-forward-char-carefully)
14359 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14360 (viper-change-state-to-emacs): Declare.
14361 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14362 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14363 * emulation/viper-mous.el: Do not load viper-cmd.
14364 (viper-backward-char-carefully, viper-forward-char-carefully)
14365 (viper-forward-word, viper-adjust-window): Declare.
14366
14367 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14368
14369 * progmodes/idlw-help.el (idlwave-help-fontify):
14370 Use called-interactively-p.
14371
14372 * term/w32console.el (w32-get-console-codepage)
14373 (w32-get-console-output-codepage): Declare.
14374
14375 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14376 Remove unnecessary declarations.
14377 (dframe-message): Doc fix.
14378
14379 * info.el (dframe-select-attached-frame, dframe-current-frame):
14380 Declare.
14381
14382 * speedbar.el (speedbar-message): Make it an obsolete alias.
14383 Update all callers.
14384 (speedbar-with-attached-buffer)
14385 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14386 (speedbar-with-writable): Use backquote.
14387 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14388 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14389 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14390 rather than speedbar- aliases.
14391 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14392 (speedbar-make-specialized-keymap, speedbar-insert-button)
14393 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14394 (speedbar-do-function-pointer): Declare.
14395 (rmail-speedbar-button, rmail-speedbar-find-file)
14396 (rmail-speedbar-move-message):
14397 Use dframe-with-attached-buffer rather than speedbar- alias.
14398 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14399 (dframe-message, speedbar-make-specialized-keymap)
14400 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14401 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14402 (speedbar-insert-button, dframe-select-attached-frame)
14403 (dframe-maybee-jump-to-attached-frame)
14404 (speedbar-change-initial-expansion-list)
14405 (speedbar-previously-used-expansion-list-name): Declare.
14406 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14407 Use dframe-message, dframe-with-attached-buffer rather than
14408 speedbar- aliases.
14409 (gud-sentinel): Silence compiler.
14410 * progmodes/vhdl-mode.el (speedbar-refresh)
14411 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14412 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14413 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14414 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14415 (speedbar-file-lists, speedbar-make-tag-line)
14416 (speedbar-line-directory, speedbar-goto-this-file)
14417 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14418 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14419 (speedbar-make-button, speedbar-reset-scanners)
14420 (speedbar-files-item-info, speedbar-line-text)
14421 (speedbar-find-file-in-frame, speedbar-set-timer)
14422 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14423 (speedbar-with-writable): Do not (re)define it.
14424 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14425 rather than speedbar- alias.
14426
14427 2013-05-21 Leo Liu <sdl.web@gmail.com>
14428
14429 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14430 menu items.
14431 (octave-mode): Tweak fill-nobreak-predicate.
14432 (inferior-octave-startup): Check process to avoid infinite loop.
14433 (inferior-octave): Pop to buffer first to show abornmal process
14434 exit information.
14435
14436 2013-05-21 Glenn Morris <rgm@gnu.org>
14437
14438 * printing.el (pr-menu-bar): Define when compiling.
14439
14440 2013-05-21 Leo Liu <sdl.web@gmail.com>
14441
14442 * progmodes/octave.el (octave-auto-fill): Remove.
14443 (octave-indent-new-comment-line): Improve.
14444 (octave-mode): Use auto fill mode through
14445 comment-line-break-function and fill-nobreak-predicate.
14446 (octave-goto-function-definition): Support DEFUN_DLD.
14447 (octave-beginning-of-defun): Small tweak.
14448 (octave-help): Show parent directory.
14449
14450 2013-05-21 Glenn Morris <rgm@gnu.org>
14451
14452 * files.el (dired-unmark):
14453 * progmodes/gud.el (gdb-input): Update declarations.
14454
14455 * calculator.el (electric, ehelp): No need to load when compiling.
14456 (Electric-command-loop, electric-describe-mode): Declare.
14457
14458 * doc-view.el (doc-view-current-converter-processes): Move before use.
14459
14460 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14461 Move MODE-set-explicitly definition before use.
14462
14463 * international/mule-diag.el (mule-diag):
14464 Don't use obsolete window-system-version.
14465
14466 * mail/feedmail.el (smtpmail): No need to load when compiling.
14467 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14468
14469 * mail/mail-utils.el (rfc822): No need to load when compiling.
14470 (rfc822-addresses): Autoload it.
14471 (mail-strip-quoted-names): Trivial simplification.
14472
14473 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14474 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14475
14476 * net/snmp-mode.el (tempo): Don't duplicate requires.
14477
14478 * progmodes/prolog.el (info): No need to load when compiling.
14479 (comint): Require before shell requires it.
14480 (Info-goto-node): Autoload it.
14481 (Info-follow-nearest-node): Declare.
14482 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14483
14484 * textmodes/artist.el (picture-mode-exit): Declare.
14485
14486 * textmodes/reftex-parse.el (reftex-parse-from-file):
14487 Trivial rewrite so the compiler can parse it better.
14488
14489 2013-05-20 Leo Liu <sdl.web@gmail.com>
14490
14491 * progmodes/octave.el (octave-help-mode-map)
14492 (octave-help-mode-finish-hook): New variables.
14493 (octave-help-mode, octave-help-mode-finish): New functions.
14494 (octave-help): Use octave-help-mode.
14495
14496 2013-05-20 Glenn Morris <rgm@gnu.org>
14497
14498 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14499
14500 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14501
14502 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14503 start at point, so that expansion starting right after opening
14504 slash in a regexp is recognized.
14505 (ruby-syntax-before-regexp-re): New defvar, extracted from
14506 ruby-syntax-propertize-function. Since the value of this regexp
14507 is looked up at runtime now, we should be able to turn
14508 `ruby-syntax-methods-before-regexp' into a defcustom later.
14509 (ruby-syntax-propertize-function): Split regexp matching into two
14510 parts, for opening and closing slashes. That allows us to skip
14511 over string interpolations and support multiline regexps.
14512 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14513 for them, which calls `ruby-syntax-propertize-expansion'.
14514 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14515 call to `ruby-syntax-propertize-function'.
14516 (ruby-syntax-propertize-expansion): Extracted from
14517 `ruby-syntax-propertize-expansions'. Handles one expansion.
14518 (ruby-syntax-propertize-percent-literal): Leave point right after
14519 the percent symbol, so that the expression expansion rule can
14520 propertize the contents.
14521 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14522 heredoc openers.
14523 (ruby-syntax-propertize-expansions): Remove.
14524
14525 2013-05-18 Juri Linkov <juri@jurta.org>
14526
14527 * man.el (Man-default-man-entry): Remove `-' from the end
14528 of the default value. (Bug#14400)
14529
14530 2013-05-18 Glenn Morris <rgm@gnu.org>
14531
14532 * comint.el (comint-password-prompt-regexp):
14533 Allow "password for XXX" where XXX contains colons (eg https://...).
14534
14535 2013-05-18 Leo Liu <sdl.web@gmail.com>
14536
14537 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14538 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14539 (octave-source-directories): Don't check process.
14540 (octave-source-directories, octave-find-definition): Doc fix.
14541
14542 2013-05-18 Glenn Morris <rgm@gnu.org>
14543
14544 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14545 Remove backspace/delete bindings. (Bug#14392)
14546
14547 * cus-dep.el (custom-make-dependencies): Sort the output.
14548 (custom-versions-load-alist): Convert comment to doc.
14549
14550 2013-05-17 Leo Liu <sdl.web@gmail.com>
14551
14552 * newcomment.el (comment-search-backward): Stricter in finding
14553 comment start. (Bug#14303)
14554
14555 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14556 (octave-comment-start-skip): Properly anchored.
14557
14558 2013-05-17 Leo Liu <sdl.web@gmail.com>
14559
14560 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14561 Clean up when turned off. (Bug#14395)
14562 (smie--highlight-matching-block-overlay): No longer buffer-local.
14563 (smie-highlight-matching-block): Adjust.
14564
14565 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14566
14567 Doc string fix for "nanoseconds" (Bug#14406).
14568 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14569 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14570
14571 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14572
14573 * calc/calc-units.el (math-extract-units): Preserve powers
14574 of units.
14575
14576 2013-05-17 Leo Liu <sdl.web@gmail.com>
14577
14578 * subr.el (delete-consecutive-dups): New function.
14579 * ido.el (ido-set-matches-1): Use it.
14580 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14581 * ido.el (ido-remove-consecutive-dups): Remove.
14582
14583 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14586 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14587 regexp-opt's `words'.
14588
14589 2013-05-16 Leo Liu <sdl.web@gmail.com>
14590
14591 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14592 (smie--highlight-matching-block-overlay)
14593 (smie--highlight-matching-block-lastpos)
14594 (smie--highlight-matching-block-timer): New variables.
14595 (smie-highlight-matching-block): New function.
14596 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14597 (smie-setup): Conditionally enable smie-blink-matching-open.
14598
14599 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14600
14601 Sync with upstream verilog-mode r840.
14602 * progmodes/verilog-mode.el (verilog-mode-version)
14603 (verilog-mode-release-date): Update.
14604 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14605 (verilog-sig-tieoff): Fix string error on
14606 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14607 (verilog-read-decls): Fix parameters confusing
14608 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14609
14610 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14611
14612 * subr.el (reveal-filename): New function.
14613
14614 * loadup.el: Compute Emacs executable versions on MS-Windows,
14615 where executables have the .exe extension. Add a hard link
14616 emacs-XX.YY.ZZ.exe on MS-Windows.
14617
14618 * Makefile.in (XARGS_LIMIT): New variable.
14619 (custom-deps, finder-data, autoloads)
14620 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14621 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14622 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14623 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14624
14625 2013-05-16 Leo Liu <sdl.web@gmail.com>
14626
14627 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14628 (octave-mode-menu, octave-mode-map): Remove its uses.
14629
14630 2013-05-16 Reto Zimmermann <reto@gnu.org>
14631
14632 Sync with upstream vhdl mode v3.34.2.
14633 * progmodes/vhdl-mode.el: Use `push' throughout.
14634 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14635 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14636 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14637 (vhdl-actual-generic-name): New option to derive actual generic name.
14638 (vhdl-port-paste-signals): Replace formal by actual generics.
14639 (vhdl-beautify): New name for old group vhdl-align. Update users.
14640 (vhdl-beautify-options): New option.
14641 (vhdl-last-input-event): New compat alias. Use throughout.
14642 (vhdl-goto-line): Replace user level function `goto-line'.
14643 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14644 vhdl-fix-statement-buffer.
14645 (vhdl-create-mode-menu): Add some entries.
14646 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14647 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14648 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14649 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14650 to force statements on one line.
14651 (vhdl-remove-trailing-spaces-region):
14652 New, split from vhdl-remove-trailing-spaces.
14653 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14654 Respect vhdl-beautify-options.
14655 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14656 (vhdl-update-sensitivity-list): Not add with index if exists without.
14657 Not include array index with signal. Ignore keywords in comments.
14658 (vhdl-get-visible-signals): Regexp tweaks.
14659 (vhdl-template-component-inst): Handle empty library.
14660 (vhdl-template-type): Add template for 'enum' type.
14661 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14662 Use vhdl-replace-string.
14663 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14664 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14665 (vhdl-speedbar-initialize): Update for above name change.
14666 (vhdl-compose-wire-components): Fix in handling of constants.
14667 (vhdl-error-regexp-emacs-alist): New variable.
14668 (vhdl-error-regexp-add-emacs): New function;
14669 adds support for new compile.el (Emacs 22+)
14670 (vhdl-generate-makefile-1): Change target order for single lib. units.
14671 Allow use of absolute file names.
14672
14673 2013-05-16 Leo Liu <sdl.web@gmail.com>
14674
14675 * simple.el (prog-indent-sexp): Indent enclosing defun.
14676
14677 2013-05-15 Glenn Morris <rgm@gnu.org>
14678
14679 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14680 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14681 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14682 (whitespace-highlight): Move to whitespace group.
14683
14684 * comint.el (comint-source):
14685 * pcmpl-linux.el (pcmpl-linux):
14686 * shell.el (shell-faces):
14687 * eshell/esh-opt.el (eshell-opt):
14688 * international/ccl.el (ccl): Remove empty custom groups.
14689
14690 * completion.el (dynamic-completion-mode):
14691 * jit-lock.el (jit-lock-debug-mode):
14692 * minibuffer.el (completion-in-region-mode):
14693 * type-break.el (type-break-mode-line-message-mode)
14694 (type-break-query-mode):
14695 * emulation/tpu-edt.el (tpu-edt-mode):
14696 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14697 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14698 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14699
14700 * term/xterm.el (xterm): Change parent group to terminals.
14701
14702 * master.el (master): Remove empty custom group.
14703 (master-mode): Remove unused :group argument.
14704 * textmodes/refill.el (refill): Remove empty custom group.
14705 (refill-mode): Remove unused :group argument.
14706
14707 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14708
14709 * cus-dep.el: Provide a feature.
14710 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14711 Don't mistakenly ignore files whose basenames match a basename
14712 from preloaded-file-list (eg cedet/ede/simple.el).
14713 Add a fallback method for getting :group.
14714
14715 2013-05-15 Juri Linkov <juri@jurta.org>
14716
14717 * isearch.el (isearch-char-by-name): Rename from
14718 `isearch-insert-char-by-name'. Doc fix.
14719 (isearch-forward): Mention `isearch-char-by-name' in
14720 the docstring. (Bug#13348)
14721
14722 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14723 `exit-minibuffer' instead of
14724 `isearch-nonincremental-exit-minibuffer'.
14725 (isearch-edit-string): Remove mention of
14726 `isearch-nonincremental-exit-minibuffer' from docstring.
14727 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14728 (isearch-forward-exit-minibuffer)
14729 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14730
14731 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * loadup.el: Just use unversioned DOC.
14734
14735 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14736 literals as extending to EOB.
14737 (nxml-last-fontify-end): Remove unused variable.
14738 (nxml-after-change1): Use with-silent-modifications.
14739 (nxml-extend-after-change-region): Simplify.
14740 (nxml-extend-after-change-region1): Remove function.
14741 (nxml-after-change1): Don't adjust for dependent regions.
14742 (nxml-fontify-matcher): Simplify.
14743 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14744 (xmltok-add-dependent): Remove function.
14745 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14746 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14747 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14748 unclosed <[[, <?, comment, and other literals as extending to EOB.
14749 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14750 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14751 Remove functions.
14752 (rng-do-some-validation-1): Don't mark dependent regions.
14753 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14754 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14755 (nxml-clear-dependent-regions): Remove functions.
14756 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14757 (nxml-ensure-scan-up-to-date):
14758 Don't clear&mark dependent regions.
14759
14760 2013-05-15 Leo Liu <sdl.web@gmail.com>
14761
14762 * progmodes/octave.el (octave-goto-function-definition):
14763 Improve and fix callers.
14764
14765 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14766
14767 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14768 the setter (bug#14387).
14769
14770 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14771 surrounding group (bug#14402).
14772
14773 2013-05-14 Juri Linkov <juri@jurta.org>
14774
14775 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14776 (Bug#14390)
14777
14778 2013-05-14 Glenn Morris <rgm@gnu.org>
14779
14780 * progmodes/f90.el (f90-imenu-generic-expression):
14781 Fix typo in 2013-05-08 change. (Bug#14402)
14782
14783 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14784
14785 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14786 Remove signals for which replies are never received.
14787
14788 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14789
14790 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14791 (gdb-handler-alist, gdb-handler-number): Remove variables.
14792 (gdb-handler-list): New variable.
14793 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14794 (gdb-pending-handler-p, gdb-handle-reply)
14795 (gdb-remove-all-pending-triggers): New functions.
14796 (gdb-discard-unordered-replies): New defcustom.
14797 (gdb-handler): New defstruct.
14798 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14799 instead of gdb-pending-triggers. Update docstring.
14800 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14801 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14802 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14803 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14804 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14805 (gdb-frame-handler): Pending triggers are now automatically managed.
14806 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14807 Remove argument.
14808 (gdb-input): Automatically handles pending triggers. Update docstring.
14809 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14810 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14811 Update comments.
14812 (gdb-done-or-error): Now use gdb-handle-reply.
14813
14814 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14815
14816 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14817 gdb-debug-log.
14818
14819 2013-05-14 Glenn Morris <rgm@gnu.org>
14820
14821 * subr.el (user-emacs-directory-warning): New option.
14822 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14823
14824 2013-05-14 Leo Liu <sdl.web@gmail.com>
14825
14826 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14827 during redisplay.
14828 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14829 (octave-font-lock-texinfo-comment): Fix invalid search bound
14830 error: wrong side of point.
14831
14832 2013-05-14 Glenn Morris <rgm@gnu.org>
14833
14834 * progmodes/flymake.el (flymake-xml-program): New option.
14835 (flymake-xml-init): Use it.
14836
14837 * term/xterm.el: Provide a feature.
14838
14839 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14840
14841 2013-05-13 Glenn Morris <rgm@gnu.org>
14842
14843 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14844 Add compat aliases as a hack workaround. (Bug#14384)
14845
14846 2013-05-13 Leo Liu <sdl.web@gmail.com>
14847
14848 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14849 ###, and %!.
14850 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14851 C-M-q.
14852 (octave-comment-start-skip): Include %!.
14853 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14854
14855 2013-05-12 Leo Liu <sdl.web@gmail.com>
14856
14857 * progmodes/octave.el (inferior-octave-startup): Store the value
14858 of __octave_srcdir__ for octave-source-directories.
14859 (inferior-octave-check-process): New function refactored out of
14860 inferior-octave-send-list-and-digest.
14861 (octave-source-directories)
14862 (octave-find-definition-filename-function): New variables.
14863 (octave-source-directories)
14864 (octave-find-definition-default-filename): New functions.
14865 (octave-find-definition): Improve to find functions implemented in C++.
14866
14867 2013-05-12 Glenn Morris <rgm@gnu.org>
14868
14869 * calendar/diary-lib.el (diary-outlook-format-1):
14870 Don't include dayname in the output. (Bug#14349)
14871
14872 2013-05-11 Glenn Morris <rgm@gnu.org>
14873
14874 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14875
14876 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14877 Treat cc-provide like provide.
14878
14879 2013-05-11 Kevin Ryde <user42@zip.com.au>
14880
14881 * cus-dep.el (custom-make-dependencies):
14882 Use generated-autoload-load-name for the sake of files such
14883 such cedet/semantic/bovine/c.el, where the base file name
14884 is not in load-path. (Bug#5277)
14885
14886 2013-05-11 Glenn Morris <rgm@gnu.org>
14887
14888 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14889 Provide features.
14890
14891 2013-05-11 Leo Liu <sdl.web@gmail.com>
14892
14893 * progmodes/octave.el (octave-indent-comment): Improve.
14894 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14895 (octave-eldoc-function-signatures, octave-eldoc-function):
14896 New functions.
14897 (octave-mode, inferior-octave-mode): Add eldoc support.
14898
14899 2013-05-11 Richard Stallman <rms@gnu.org>
14900
14901 * epa.el (epa-decrypt-file): Take output file name as argument
14902 and read it using `interactive'.
14903
14904 2013-05-11 Leo Liu <sdl.web@gmail.com>
14905
14906 * progmodes/octave.el (octave-beginning-of-line)
14907 (octave-end-of-line): Check before using up-list because it jumps
14908 out of more syntactic contructs since moving to smie.
14909 (octave-indent-comment): New function.
14910 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14911 (octave-begin-keywords, octave-end-keywords)
14912 (octave-reserved-words, octave-smie-bnf-table)
14913 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14914
14915 2013-05-11 Glenn Morris <rgm@gnu.org>
14916
14917 * faces.el (internal-face-x-get-resource):
14918 * frame.el (ns-display-monitor-attributes-list):
14919 * calc/calc-aent.el (math-to-radians-2):
14920 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14921 Fix declarations.
14922
14923 * calc/calc-menu.el: Make it loadable in isolation.
14924
14925 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14926 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14927 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14928 (eudc-bbdb-query-internal): Require 'bbdb.
14929
14930 * lpr.el (lpr-headers-switches):
14931 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14932
14933 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14934
14935 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14936
14937 * term.el (term-set-escape-char): Make it idempotent.
14938
14939 2013-05-10 Leo Liu <sdl.web@gmail.com>
14940
14941 * progmodes/octave.el (inferior-octave-completion-table):
14942 No longer a function and all uses changed. Use cache to speed up
14943 completion due to bug#11906.
14944 (octave-beginning-of-defun): Re-write to be more general.
14945
14946 2013-05-10 Glenn Morris <rgm@gnu.org>
14947
14948 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14949
14950 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * comint.el (comint-redirect-send-command-to-process): Use :around
14953 rather than :override for comint-redirect-filter.
14954 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14955 Call it instead of comint-redirect-original-filter-function (which
14956 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14957
14958 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14959
14960 * frame.el (display-monitor-attributes-list): Add NS case.
14961 (ns-display-monitor-attributes-list): Declare.
14962
14963 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14964
14965 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14966
14967 2013-05-09 Glenn Morris <rgm@gnu.org>
14968
14969 * international/fontset.el (vertical-centering-font-regexp):
14970 Set standard-value.
14971
14972 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14973
14974 * bookmark.el (bookmark-search-delay):
14975 * cus-start.el (vertical-centering-font-regexp):
14976 * ps-mule.el (ps-mule-font-info-database-default):
14977 * ps-print.el (ps-default-fg, ps-default-bg):
14978 * type-break.el (type-break-good-break-interval):
14979 * whitespace.el (whitespace-indentation-regexp)
14980 (whitespace-space-after-tab-regexp):
14981 * emacs-lisp/testcover.el (testcover-1value-functions)
14982 (testcover-noreturn-functions, testcover-progn-functions)
14983 (testcover-prog1-functions):
14984 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14985 * eshell/em-glob.el (eshell-glob-translate-alist):
14986 * play/tetris.el (tetris-tty-colors):
14987 * progmodes/cpp.el (cpp-face-default-list):
14988 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14989 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14990 (idlwave-help-browser-generic-args):
14991 * progmodes/make-mode.el (makefile-special-targets-list):
14992 * progmodes/python.el (python-shell-virtualenv-path):
14993 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14994 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14995 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14996 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14997 * textmodes/reftex-vars.el (reftex-format-label-function):
14998 * textmodes/remember.el (remember-diary-file): Fix custom types.
14999
15000 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15001 Add :version.
15002
15003 2013-05-09 Leo Liu <sdl.web@gmail.com>
15004
15005 * progmodes/octave.el (inferior-octave-completion-at-point):
15006 Restore file completion. (Bug#14300)
15007 (inferior-octave-startup): Fix incorrect highlighting for the
15008 first prompt.
15009
15010 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * progmodes/ruby-mode.el: First cut at SMIE support.
15013 (ruby-use-smie): New var.
15014 (ruby-smie-grammar): New constant.
15015 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15016 (ruby-smie--forward-token, ruby-smie--backward-token)
15017 (ruby-smie-rules): New functions.
15018 (ruby-mode-variables): Setup SMIE if applicable.
15019
15020 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15021
15022 * simple.el (line-move-visual): Signal beginning/end of buffer
15023 only if vertical-motion moved less than it was requested. Avoids
15024 silly incorrect error messages when there are display strings with
15025 multiple newlines at EOL.
15026
15027 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15030 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15031 (prolog-char-quote-workaround):
15032 * progmodes/cperl-mode.el (cperl-under-as-char):
15033 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15034 Mark as obsolete.
15035 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15036 their declaration.
15037 (vhdl-mode-syntax-table-init): Remove.
15038
15039 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15040 last change.
15041
15042 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15043 syntax for "_".
15044 (ld-script-font-lock-keywords):
15045 Change regexps to use things like \_< and \_>.
15046
15047 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15048 Change all regexps to use things like \_< and \_>.
15049
15050 * progmodes/autoconf.el (autoconf-definition-regexp)
15051 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15052 Handle a _ with symbol syntax.
15053 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15054
15055 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15056 Consolidate declaration.
15057 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15058 the declaration.
15059 (ada-create-syntax-table): Remove.
15060 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15061 already has the right syntax nowadays.
15062 (ada-goto-next-word): Don't change the syntax of "_".
15063
15064 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15065 with-wrapper-hook.
15066
15067 2013-05-08 Sam Steingold <sds@gnu.org>
15068
15069 * thingatpt.el (thing-at-point): Accept optional second argument
15070 NO-PROPERTIES to strip the text properties from the return value.
15071 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15072 to `thing-at-point' instead of stripping the properties ourselves.
15073 Also, when `thing-at-point' fails to find a url, prepend "http://"
15074 to the filename at point on the assumption that the user is
15075 pointing at something like gnu.org/gnu.
15076
15077 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15078
15079 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15080 * faces.el (crm-separator):
15081 Silence byte-compiler.
15082
15083 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15084 (tool-bar-map): Remove unneeded defvars.
15085
15086 2013-05-08 Leo Liu <sdl.web@gmail.com>
15087
15088 Re-work a fix for bug#10994 based on Le Wang's patch.
15089 * ido.el (ido-remove-consecutive-dups): New helper.
15090 (ido-completing-read): Use it.
15091 (ido-chop): Revert fix for bug#10994.
15092
15093 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15094
15095 * cus-edit.el (custom-save-variables):
15096 Pretty-print long values. (Bug#14187)
15097
15098 2013-05-08 Glenn Morris <rgm@gnu.org>
15099
15100 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15101 (m4-mode-syntax-table): Init in the defvar.
15102 (m4-mode-abbrev-table): Let define-derived-mode define it.
15103
15104 2013-05-08 Tom Tromey <tromey@redhat.com>
15105
15106 * progmodes/m4-mode.el (m4-mode-syntax-table):
15107 Do not treat "_" as word constituent. (Bug#14167)
15108
15109 2013-05-07 Glenn Morris <rgm@gnu.org>
15110
15111 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15112 Remove explicit eshell-isearch-cancel-map.
15113
15114 * progmodes/f90.el (f90-smart-end-names): New option.
15115 (f90-smart-end): Doc fix.
15116 (f90-end-block-optional-name): New constant.
15117 (f90-block-match): Respect f90-smart-end-names.
15118
15119 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15122 about implicit semi-colons (bug#14218).
15123
15124 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15125
15126 * frame.el (display-monitor-attributes-list)
15127 (frame-monitor-attributes): New functions.
15128
15129 2013-05-06 Leo Liu <sdl.web@gmail.com>
15130
15131 * progmodes/octave.el (octave-syntax-propertize-function): Change
15132 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15133 (octave-font-lock-keywords): Use octave-operator-regexp.
15134 (octave-completion-at-point): Rename from
15135 octave-completion-at-point-function.
15136 (inferior-octave-directory-tracker): Robustify.
15137 (octave-text-functions): Remove and fix its uses. No such things
15138 any more.
15139
15140 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * emacs-lisp/trace.el (trace--display-buffer): New function.
15143 (trace-make-advice): Use it.
15144
15145 2013-05-06 Juri Linkov <juri@jurta.org>
15146
15147 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15148 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15149 Doc fix.
15150 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15151 in the help string. (Bug#12985)
15152
15153 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15154
15155 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15156
15157 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * progmodes/perl-mode.el: Add support for here documents.
15160 (perl-syntax-propertize-function): Match here-doc markers.
15161 (perl-syntax-propertize-special-constructs): Find their end.
15162 (perl-imenu-generic-expression): Use [:alnum:].
15163
15164 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15165 (advice--add-function): Refresh the advice if already present
15166 (bug#14317).
15167
15168 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15169
15170 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15171
15172 2013-05-06 Glenn Morris <rgm@gnu.org>
15173
15174 * w32-fns.el (w32-charset-info-alist): Declare.
15175
15176 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15177 of its defcustom properties.
15178 (eshell-cmpl-initialize): No need to load pcomplete.
15179
15180 * generic-x.el: No need to require comint when compiling.
15181
15182 * net/eudc-export.el: Make it loadable without bbdb.
15183 (top-level): Use require rather than load-library.
15184 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15185 (eudc-batch-export-records-to-bbdb)
15186 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15187 Require bbdb.
15188
15189 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15192 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15193 some tweaks, instead.
15194
15195 2013-05-05 Leo Liu <sdl.web@gmail.com>
15196
15197 * progmodes/octave.el (octave-font-lock-keywords)
15198 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15199 (inferior-octave-send-list-and-digest): Improve error message.
15200 (octave-mode, inferior-octave-mode): Use setq-local.
15201 (octave-help): Set info-lookup-mode.
15202
15203 2013-05-05 Richard Stallman <rms@gnu.org>
15204
15205 * vc/compare-w.el (compare-windows-whitespace):
15206 Treat no-break space as whitespace.
15207
15208 * mail/rmailsum.el (rmail-summary-rmail-update):
15209 Detect empty summary and don't change selected message.
15210 (rmail-summary-goto-msg): Likewise.
15211
15212 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15213 Doc fixes, rename args.
15214
15215 2013-05-05 Alan Mackenzie <acm@muc.de>
15216
15217 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15218
15219 2013-05-05 Juri Linkov <juri@jurta.org>
15220
15221 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15222 to not add the length of the summary segment to the return value.
15223 (Bug#14125)
15224
15225 2013-05-05 Leo Liu <sdl.web@gmail.com>
15226
15227 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15228 (inferior-octave-output-filter): Remove.
15229 (octave-send-region, inferior-octave-startup): Fix callers.
15230 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15231 (octave-binary-file-extensions): New user variable.
15232 (octave-find-definition): Confirm if opening binary files.
15233 (octave-help-file): Use octave-find-definition to get the binary
15234 confirmation.
15235 (octave-help): Adjust for octave-help-file change.
15236
15237 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15240 Merge the two entries that handle function definitions.
15241 (pascal--syntax-propertize): New const.
15242 (pascal-mode): Use it. Use setq-local.
15243
15244 2013-05-04 Glenn Morris <rgm@gnu.org>
15245
15246 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15247 (diary-from-outlook): Respect diary-from-outlook-function.
15248
15249 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15252 Move the declaration from C.
15253 (read-minibuffer, eval-minibuffer): Move from C.
15254 (completion-setup-function): Avoid minibuffer-completion-contents.
15255
15256 2013-05-03 Leo Liu <sdl.web@gmail.com>
15257
15258 * progmodes/octave.el (octave-font-lock-keywords): Do not
15259 dehighlight 'end' in comments or strings.
15260 (octave-completing-read, octave-goto-function-definition):
15261 New helpers.
15262 (octave-help-buffer): New user variable.
15263 (octave-help-file, octave-help-function): New button types.
15264 (octave-help): New command and bind it to C-h ;.
15265 (octave-find-definition): New command and bind it to M-.
15266 (user-error): Alias to error if not defined.
15267
15268 2013-05-02 Leo Liu <sdl.web@gmail.com>
15269
15270 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15271 for \. (bug#14332)
15272 (octave-font-lock-keywords): Include [ and {.
15273
15274 2013-05-02 Leo Liu <sdl.web@gmail.com>
15275
15276 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15277 (inferior-octave): Remove calling comint-mode and return the buffer.
15278 (inferior-octave-startup): Cosmetic changes.
15279
15280 2013-05-02 Leo Liu <sdl.web@gmail.com>
15281
15282 * progmodes/octave.el (octave-syntax-propertize-function):
15283 Include the case when ' is at line beginning. (Bug#14336)
15284
15285 2013-05-02 Glenn Morris <rgm@gnu.org>
15286
15287 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15288 * desktop.el (vc-dir-mode): Just autoload it here.
15289
15290 2013-05-02 Alan Mackenzie <acm@muc.de>
15291
15292 Eliminate variable c-standard-font-lock-fontify-region-function.
15293 * progmodes/cc-mode.el
15294 (c-standard-font-lock-fontify-region-function): Remove.
15295 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15296
15297 2013-05-01 Leo Liu <sdl.web@gmail.com>
15298
15299 * progmodes/octave.el: Compatible with older emacs-24 releases.
15300 (inferior-octave-has-built-in-variables): Remove. Built-in
15301 variables were removed from Octave in 2007.
15302 (inferior-octave-startup): Fix uses.
15303 (comint-line-beginning-position): Remove compatibility code for
15304 emacs 21.
15305
15306 2013-05-01 Juri Linkov <juri@jurta.org>
15307
15308 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15309
15310 2013-05-01 Juri Linkov <juri@jurta.org>
15311
15312 * comint.el (comint-previous-matching-input): Don't print message
15313 "History item: %d" when `isearch-mode' is active.
15314 (comint-history-isearch-message): Print message "History item: %d"
15315 when `comint-input-ring-index' is not empty and this function is
15316 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15317
15318 2013-05-01 Leo Liu <sdl.web@gmail.com>
15319
15320 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15321 definitions. Use completion-at-point to insert keywords.
15322 (octave-abbrev-start): Remove.
15323 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15324
15325 2013-04-30 Leo Liu <sdl.web@gmail.com>
15326
15327 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15328 change.
15329
15330 2013-04-30 Alan Mackenzie <acm@muc.de>
15331
15332 Handle arbitrarily long C++ member initialisation lists.
15333 * progmodes/cc-engine.el (c-back-over-member-initializers):
15334 new function.
15335 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15336 (most) member init lists.
15337
15338 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15339
15340 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15341 variable.
15342
15343 2013-04-30 Leo Liu <sdl.web@gmail.com>
15344
15345 * progmodes/octave.el (octave-variables): Remove. No builtin
15346 variables any more. All converted to functions.
15347 (octave-font-lock-keywords, octave-completion-at-point-function):
15348 Fix uses.
15349 (octave-font-lock-texinfo-comment): New user variable.
15350 (octave-texinfo-font-lock-keywords): New variable for texinfo
15351 comment block.
15352 (octave-function-comment-block): New face.
15353 (octave-font-lock-texinfo-comment): New function.
15354 (octave-mode): Font lock texinfo comment block.
15355
15356 2013-04-29 Leo Liu <sdl.web@gmail.com>
15357
15358 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15359 indexing expression.
15360 (octave-continuation-string): Do not use \.
15361 (inferior-octave-complete-impossible): Remove.
15362 (inferior-octave-completion-table)
15363 (inferior-octave-completion-at-point): Remove its uses.
15364 (inferior-octave-startup): completion_matches was introduced to
15365 Octave in 1996 so safe to assume it.
15366 (octave-function-file-comment): Improve to follow how Octave does it.
15367 (octave-update-function-file-comment): Tweak.
15368
15369 2013-04-29 Leo Liu <sdl.web@gmail.com>
15370
15371 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15372 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15373 (octave-function-file-comment): Fix typo.
15374 (octave-sync-function-file-names): Use read-char-choice.
15375
15376 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15377
15378 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15379 to t for the less important warnings.
15380
15381 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15382
15383 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15384
15385 2013-04-27 Glenn Morris <rgm@gnu.org>
15386
15387 * vc/log-view.el (log-view-current-entry):
15388 Treat "---" separator lines as part of the following rev. (Bug#14169)
15389
15390 2013-04-27 Juri Linkov <juri@jurta.org>
15391
15392 * subr.el (read-number): Doc fix about using it by interactive
15393 code letter `n'. (Bug#14254)
15394
15395 2013-04-27 Juri Linkov <juri@jurta.org>
15396
15397 * desktop.el (desktop-auto-save-timeout): New option.
15398 (desktop-file-checksum): New variable.
15399 (desktop-save): Add optional arg `auto-save' and don't auto-save
15400 if nothing changed.
15401 (desktop-auto-save-timer): New variable.
15402 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15403 (after-init-hook): Call `desktop-auto-save-set-timer'.
15404 Suggested by Reuben Thomas <rrt@sc3d.org> in
15405 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15406
15407 2013-04-27 Leo Liu <sdl.web@gmail.com>
15408
15409 * progmodes/octave.el (octave-function-file-p)
15410 (octave-skip-comment-forward, octave-function-file-comment)
15411 (octave-update-function-file-comment): New functions.
15412 (octave-mode-map): Bind C-c ; to
15413 octave-update-function-file-comment.
15414 (octave-mode-menu): Add octave-update-function-file-comment.
15415 (octave-mode, inferior-octave-mode): Fix doc-string.
15416 (octave-insert-defun): Conform to Octave's coding convention.
15417 (Bug#14285)
15418
15419 * files.el (basic-save-buffer): Don't let errors in
15420 before-save-hook prevent saving buffer.
15421
15422 2013-04-20 Roland Winkler <winkler@gnu.org>
15423
15424 * faces.el (read-face-name): Use completing-read if arg multiple
15425 is nil.
15426
15427 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15428
15429 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15430 displayed, move point to after the totals line.
15431 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15432 for the details.
15433
15434 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15437 Add current dir to the load-path.
15438 (package-generate-autoloads): Don't rely on
15439 autoload-ensure-default-file.
15440
15441 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15442
15443 * textmodes/remember.el (remember-store-in-files): Document that
15444 the file name format is passed to `format-time-string'.
15445
15446 2013-04-26 Leo Liu <sdl.web@gmail.com>
15447
15448 * progmodes/octave.el (octave-sync-function-file-names): New function.
15449 (octave-mode): Use it in before-save-hook.
15450
15451 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15454 (bug#14274).
15455
15456 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15457 \n and comment, even if it's not an implicit ; (bug#14218).
15458
15459 2013-04-26 Glenn Morris <rgm@gnu.org>
15460
15461 * subr.el (read-number): Once more use `read' rather than
15462 `string-to-number', to trap non-numeric input. (Bug#14254)
15463
15464 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15465
15466 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15467 Use `syntax-multiline' text property consistently instead of
15468 `font-lock-multiline'. (Bug#14237)
15469
15470 2013-04-26 Glenn Morris <rgm@gnu.org>
15471
15472 * emacs-lisp/shadow.el (list-load-path-shadows):
15473 No longer necessary to check for duplicate simple.el, since
15474 2012-07-07 change to init_lread to not include installation lisp
15475 directories in load-path when running uninstalled. (Bug#14270)
15476
15477 2013-04-26 Leo Liu <sdl.web@gmail.com>
15478
15479 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15480 (octave-mode, inferior-octave-mode): Use setq-local.
15481 (octave-not-in-string-or-comment-p): Rename to
15482 octave-in-string-or-comment-p.
15483 (octave-in-comment-p, octave-in-string-p)
15484 (octave-in-string-or-comment-p): Replace defsubst with defun.
15485
15486 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15487
15488 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15489
15490 2013-04-25 Bastien Guerry <bzg@gnu.org>
15491
15492 * textmodes/remember.el (remember-data-directory)
15493 (remember-directory-file-name-format): Fix custom types.
15494
15495 2013-04-25 Leo Liu <sdl.web@gmail.com>
15496
15497 * progmodes/octave.el (octave-completion-at-point-function):
15498 Make use of inferior octave process.
15499 (octave-initialize-completions): Remove.
15500 (inferior-octave-completion-table): New function.
15501 (inferior-octave-completion-at-point): Use it.
15502 (octave-completion-alist): Remove.
15503
15504 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15507 (opascal-mode-syntax-table): New var.
15508 (opascal-literal-kind, opascal-is-literal-end)
15509 (opascal-literal-token-at): Rewrite.
15510 (opascal--literal-start-re, opascal-font-lock-keywords)
15511 (opascal--syntax-propertize): New constants.
15512 (opascal-font-lock-defaults): Adjust.
15513 (opascal-mode): Use them. Set comment-<foo> variables as well.
15514 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15515 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15516 (delphi-other-face, opascal-other-face): Remove face variables.
15517 (opascal-save-state): Remove macro.
15518 (opascal-fontifying-progress-step): Remove constant.
15519 (opascal--ignore-changes): Remove var.
15520 (opascal-set-token-property, opascal-parse-next-literal)
15521 (opascal-is-stable-literal, opascal-complete-literal)
15522 (opascal-is-literal-start, opascal-face-of)
15523 (opascal-parse-region, opascal-parse-region-until-stable)
15524 (opascal-fontify-region, opascal-after-change)
15525 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15526 (opascal-debug-parse-region, opascal-debug-parse-window)
15527 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15528 (opascal-debug-fontify-buffer): Remove.
15529 (opascal-debug-mode-map): Adjust accordingly.
15530
15531 2013-04-25 Leo Liu <sdl.web@gmail.com>
15532
15533 Merge octave-mod.el and octave-inf.el into octave.el with some
15534 cleanups.
15535 * progmodes/octave.el: New file renamed from octave-mod.el.
15536 * progmodes/octave-inf.el: Merged into octave.el.
15537 * progmodes/octave-mod.el: Renamed to octave.el.
15538
15539 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15540
15541 * textmodes/reftex-vars.el
15542 (reftex-label-ignored-macros-and-environments): New defcustom.
15543
15544 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15545
15546 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15549 (smie-indent-keyword): Improve the check to ensure that the next
15550 comment is really on the same line.
15551 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15552
15553 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15554 semi-colons if the line is not otherwise empty (bug#14218).
15555
15556 2013-04-25 Glenn Morris <rgm@gnu.org>
15557
15558 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15559
15560 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15561
15562 * progmodes/opascal.el (opascal-set-token-property): Rename from
15563 opascal-set-text-properties and only set `token' (bug#14134).
15564 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15565 (opascal-literal-text-properties): Remove.
15566 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15567 Adjust callers.
15568
15569 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15570
15571 * textmodes/remember.el (remember-handler-functions): Add an
15572 option for a new handler `remember-store-in-files'.
15573 (remember-data-directory, remember-directory-file-name-format):
15574 New options.
15575 (remember-store-in-files): New function to store remember notes
15576 as separate files within a directory.
15577
15578 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15579
15580 * progmodes/compile.el (compilation-next-error-function):
15581 Pass "formats" to compilation-find-file (bug#11777).
15582
15583 2013-04-24 Glenn Morris <rgm@gnu.org>
15584
15585 * vc/vc-bzr.el (vc-bzr-print-log):
15586 * vc/vc-hg.el (vc-hg-print-log):
15587 * vc/vc-svn.el (vc-svn-print-log):
15588 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15589
15590 * vc/vc-bzr.el (vc-bzr-print-log):
15591 * vc/vc-cvs.el (vc-cvs-print-log):
15592 * vc/vc-git.el (vc-git-print-log):
15593 * vc/vc-hg.el (vc-hg-print-log):
15594 * vc/vc-mtn.el (vc-mtn-print-log):
15595 * vc/vc-rcs.el (vc-rcs-print-log):
15596 * vc/vc-sccs.el (vc-sccs-print-log):
15597 * vc/vc-svn.el (vc-svn-print-log):
15598 * vc/vc.el (vc-print-log-internal): Doc fixes.
15599
15600 2013-04-23 Glenn Morris <rgm@gnu.org>
15601
15602 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15603 Remove venerable code attempting to avoid substitute-command-keys.
15604
15605 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15606
15607 * textmodes/reftex-vars.el (reftex-label-regexps):
15608 Call `reftex-compile-variables' after changes to this variable.
15609
15610 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15611
15612 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15613 Use lexical-binding.
15614 (jit-lock-force-redisplay): Use markers, check buffer's continued
15615 existence and beware narrowed buffers.
15616 (jit-lock-fontify-now): Adjust call accordingly.
15617
15618 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15621 to avoid misleading the user.
15622
15623 2013-04-22 Leo Liu <sdl.web@gmail.com>
15624
15625 * info-look.el: Prefer latex2e.info. (Bug#14240)
15626
15627 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15628
15629 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15630
15631 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15632 * net/tramp.el (tramp-call-process): ... here.
15633 (tramp-set-completion-function, tramp-parse-putty):
15634 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15635 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15636 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15637 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15638 (tramp-call-local-coding-command): Use `tramp-call-process'
15639 instead of `tramp-compat-call-process'.
15640
15641 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15642 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15643 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15644 (tramp-find-inline-compress): Improve traces.
15645 (tramp-maybe-send-script): Check for Perl binary.
15646 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15647
15648 2013-04-22 Daiki Ueno <ueno@gnu.org>
15649
15650 * epg.el (epg-context-pinentry-mode): New function.
15651 (epg-context-set-pinentry-mode): New function.
15652 (epg--start): Pass --pinentry-mode option to gpg command.
15653
15654 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15655
15656 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15657 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15658 `completion-at-point'. (Bug#13774)
15659
15660 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15661 default key binding for `describe-distribution' has been moved to
15662 `C-h C-o'. (Bug#13970)
15663
15664 2013-04-21 Glenn Morris <rgm@gnu.org>
15665
15666 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15667 Add doc strings.
15668 (vc-print-log): Clarify interactive prompt.
15669
15670 2013-04-20 Glenn Morris <rgm@gnu.org>
15671
15672 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15673 No longer include timestamp etc information.
15674
15675 2013-04-20 Roland Winkler <winkler@gnu.org>
15676
15677 * faces.el (read-face-name): Bug fix, return just one face if arg
15678 multiple is nil. (Bug#14209)
15679
15680 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15683 (remove-function): Autoload.
15684
15685 * comint.el (comint-redirect-original-filter-function): Remove.
15686 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15687 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15688 (vc-cvs-annotate-command):
15689 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15690 * progmodes/prolog.el (prolog-consult-compile):
15691 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15692 Use add/remove-function instead.
15693 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15694 (gud-tooltip-process-output, gud-tooltip-tips):
15695 Use add/remove-function instead.
15696 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15697 (scheme-interaction-mode, exit-scheme-interaction-mode):
15698 Use add/remove-function instead.
15699
15700 * vc/vc-dispatcher.el: Use lexical-binding.
15701 (vc--process-sentinel): Rename from vc-process-sentinel.
15702 Change last arg to be the code to run. Don't use vc-previous-sentinel
15703 and vc-sentinel-commands any more.
15704 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15705 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15706
15707 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15708
15709 * progmodes/sh-script.el (sh-imenu-generic-expression):
15710 Handle function names with a single character. (Bug#14111)
15711
15712 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15713
15714 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15715 for subroutines defined in an eval (bug#14182).
15716
15717 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15718
15719 * bookmark.el (bookmark-completing-read): Improve handling of empty
15720 string (bug#14176).
15721
15722 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15723
15724 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15725
15726 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15727
15728 New faster Imenu implementation (bug#14058).
15729 * progmodes/python.el:
15730 (python-imenu-prev-index-position):
15731 (python-imenu-format-item-label-function)
15732 (python-imenu-format-parent-item-label-function)
15733 (python-imenu-format-parent-item-jump-label-function):
15734 New vars.
15735 (python-imenu-format-item-label)
15736 (python-imenu-format-parent-item-label)
15737 (python-imenu-format-parent-item-jump-label)
15738 (python-imenu--put-parent, python-imenu--build-tree)
15739 (python-imenu-create-index, python-imenu-create-flat-index)
15740 (python-util-popn): New functions.
15741 (python-mode): Set imenu-create-index-function to
15742 python-imenu-create-index.
15743
15744 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15745
15746 * winner.el (winner-active-region): Use region-active-p, activate-mark
15747 and deactivate-mark (bug#14225).
15748
15749 * simple.el (deactivate-mark): Don't inline it.
15750
15751 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15752
15753 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15754
15755 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15756
15757 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15758 file extensions from the archive-mode entry in order to prefer
15759 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15760
15761 2013-04-18 Leo Liu <sdl.web@gmail.com>
15762
15763 * bindings.el (help-event-list): Add ?\?.
15764
15765 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15766
15767 * subr.el (with-wrapper-hook): Declare obsolete.
15768 * simple.el (filter-buffer-substring-function): New hook.
15769 (filter-buffer-substring): Use it.
15770 (filter-buffer-substring-functions): Mark obsolete.
15771 * minibuffer.el (completion-in-region-function): New hook.
15772 (completion-in-region): Use it.
15773 (completion-in-region-functions): Mark obsolete.
15774 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15775 * abbrev.el (abbrev-expand-function): New hook.
15776 (expand-abbrev): Use it.
15777 (abbrev-expand-functions): Mark obsolete.
15778 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15779 and :filter-return.
15780
15781 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15782
15783 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15784 and do not care about match data.
15785
15786 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15789 completion tables when completing error conditions and
15790 `declare' arguments.
15791 (lisp-complete-symbol, field-complete): Mark as obsolete.
15792 (check-parens): Unmatched parens are user errors.
15793 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15794
15795 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15796
15797 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15798 command changed buffer (ie. `flyspell-pre-buffer' is not current
15799 buffer), which prevents making decisions based on invalid value of
15800 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15801 cause an error when `flyspell-pre-point' was nil after switching
15802 buffers.
15803 (flyspell-post-command-hook): No longer needs to change buffers when
15804 checking pre-word. While at it remove unnecessary progn.
15805
15806 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15807
15808 * textmodes/ispell.el (ispell-add-per-file-word-list):
15809 Fix `flyspell-correct-word-before-point' error when accepting
15810 words and `coment-padding' is an integer by using
15811 `comment-normalize-vars' (Bug #14214).
15812
15813 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15814
15815 New defun movement commands.
15816 * progmodes/python.el (python-nav--syntactically)
15817 (python-nav--forward-defun, python-nav-backward-defun)
15818 (python-nav-forward-defun): New functions.
15819
15820 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15821
15822 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15823 (python-syntax-context): Use named compiler-macro for backwards
15824 compatibility with Emacs 24.x.
15825
15826 2013-04-17 Leo Liu <sdl.web@gmail.com>
15827
15828 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15829 octave-hide-process-buffer.
15830
15831 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15832
15833 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15834 (bug#14216).
15835
15836 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15837
15838 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15839 Fix adjustment of offset when receiving incomplete responses from GDB
15840 (bug#14129).
15841
15842 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15845 python-mode-abbrev-table.
15846 (python-skeleton-define): Adjust accordingly.
15847 (python-mode-abbrev-table): New table that inherits from it so that
15848 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15849
15850 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15851 (abbrev-symbol): Use it.
15852 (abbrev--before-point): Use it since we already handle inheritance.
15853
15854 2013-04-16 Leo Liu <sdl.web@gmail.com>
15855
15856 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15857 binding to info-lookup-symbol.
15858
15859 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15860
15861 * minibuffer.el (completion--twq-all):
15862 * term/ns-win.el (ns-initialize-window-system):
15863 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15864
15865 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15868 global bindings.
15869
15870 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15871
15872 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15873
15874 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15875 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15876 to nil.
15877 (ruby-end-of-defun): Remove the unused arg, change the docstring
15878 to reflect that this function is only used as the value of
15879 `end-of-defun-function'.
15880 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15881 to reflect an earlier change that beginning/end-of-defun functions
15882 jump between methods in a class definition, as well as top-level
15883 functions.
15884
15885 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15886
15887 * minibuffer.el (minibuffer-complete): Don't just scroll
15888 a *Completions* that's been iconified.
15889 (minibuffer-force-complete): Make sure repetitions do cycle when going
15890 through completion-in-region -> minibuffer-complete.
15891
15892 2013-04-15 Alan Mackenzie <acm@muc.de>
15893
15894 Correct the placement of c-cpp-delimiters when there're #s not at
15895 col 0.
15896
15897 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15898 place a submatch around the #.
15899 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15900 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15901 on the #, not BOL.
15902
15903 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15904
15905 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15906 (advice--member-p): New arg `name'.
15907 (advice--add-function, advice-member-p): Use it (bug#14202).
15908
15909 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15910
15911 Reformulate java imenu-generic-expression.
15912 The old expression contained ill formed regexps.
15913
15914 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15915 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15916 (cc-imenu-java-method-arg-regexp): New defconsts.
15917 (cc-imenu-java-build-type-args-regex): New defun.
15918 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15919 handling of spaces in the regexp.
15920
15921 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15922
15923 * textmodes/ispell.el (ispell-command-loop): Remove
15924 flyspell highlight of a word when ispell accepts it (bug #14178).
15925
15926 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15927
15928 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15929 uses code from the previous `ange-ftp-run-real-handler'.
15930 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15931 only in case that function exist. This is needed for proper
15932 unloading of Tramp.
15933
15934 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15935
15936 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15937
15938 * textmodes/reftex.el (reftex-compile-variables): Use it.
15939
15940 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * files.el (normal-mode): Only use default major-mode if no other mode
15943 was specified.
15944
15945 * emacs-lisp/trace.el (trace-values): New function.
15946
15947 * files.el: Allow : in local variables (bug#14089).
15948 (hack-local-variable-regexp): New var.
15949 (hack-local-variables-prop-line, hack-local-variables): Use it.
15950
15951 2013-04-13 Roland Winkler <winkler@gnu.org>
15952
15953 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15954 data before it gets modified by bibtex-beginning-of-entry.
15955
15956 2013-04-13 Roland Winkler <winkler@gnu.org>
15957
15958 * textmodes/bibtex.el (bibtex-url): Doc fix.
15959
15960 2013-04-13 Roland Winkler <winkler@gnu.org>
15961
15962 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15963 does not visit a BibTeX file, exclude it from the list of buffers
15964 returned by bibtex-initialize.
15965
15966 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15967
15968 * window.el (split-window): Remove interactive form, since as a
15969 command this function is a special case of split-window-below.
15970 Correct doc string.
15971
15972 2013-04-12 Roland Winkler <winkler@gnu.org>
15973
15974 * faces.el (read-face-name): Do not override value of arg default.
15975 Allow single faces and strings as default values. Remove those
15976 elements from return value that are not faces.
15977 (describe-face): Simplify.
15978 (face-at-point): New optional args thing and multiple so that this
15979 function can provide the same functionality previously provided by
15980 read-face-name.
15981 (make-face-bold, make-face-unbold, make-face-italic)
15982 (make-face-unitalic, make-face-bold-italic, invert-face)
15983 (modify-face, read-face-and-attribute): Use face-at-point.
15984
15985 * cus-edit.el (customize-face, customize-face-other-window)
15986 * cus-theme.el (custom-theme-add-face)
15987 * face-remap.el (buffer-face-set)
15988 * facemenu.el (facemenu-set-face): Use face-at-point.
15989
15990 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15991
15992 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15993
15994 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15995
15996 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15997 off leading { and trailing } from field values.
15998
15999 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16000
16001 * emacs-lisp/timer.el (timer--check): New function.
16002 (timer--time, timer-set-function, timer-event-handler): Use it.
16003 (timer-set-idle-time): Simplify.
16004 (timer--activate): CSE.
16005 (timer-event-handler): Give more info in error message.
16006 (internal-timer-start-idle): New function, moved from C.
16007
16008 * mpc.el (mpc-proc): Add `restart' argument.
16009 (mpc-proc-cmd): Use it.
16010 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16011 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16012 less often.
16013
16014 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16015
16016 * progmodes/sh-script.el: Implement `sh-mode' own
16017 `add-log-current-defun-function' (bug#14112).
16018 (sh-current-defun-name): New function.
16019 (sh-mode): Use the function.
16020
16021 2013-04-09 Bastien Guerry <bzg@gnu.org>
16022
16023 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16024
16025 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16026
16027 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16028
16029 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16030 timer (bug#14156).
16031
16032 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16033
16034 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16035 declaration.
16036
16037 2013-04-07 Leo Liu <sdl.web@gmail.com>
16038
16039 * pcmpl-x.el: New file.
16040
16041 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16042
16043 Do not set x-display-name until X connection is established.
16044 This is needed to prevent from weird situation described at
16045 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16046 * frame.el (make-frame): Set x-display-name after call to
16047 window system initialization function, not before.
16048 * term/x-win.el (x-initialize-window-system): Add optional
16049 display argument and use it.
16050 * term/w32-win.el (w32-initialize-window-system):
16051 * term/ns-win.el (ns-initialize-window-system):
16052 * term/pc-win.el (msdos-initialize-window-system):
16053 Add compatible optional display argument.
16054
16055 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16056
16057 * files.el (normal-backup-enable-predicate): On MS-Windows and
16058 MS-DOS compare truenames of temporary-file-directory and of the
16059 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16060 don't fail comparison by compare-strings. Also, compare file
16061 names case-insensitively on MS-Windows and MS-DOS.
16062
16063 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16064
16065 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16066 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16067
16068 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16069
16070 * whitespace.el (whitespace-color-on, whitespace-color-off):
16071 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16072
16073 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16074
16075 * ispell.el (ispell-set-spellchecker-params):
16076 Really set `ispell-args' for all equivs.
16077
16078 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16079
16080 * ido.el (ido-completions): Use extra elements of ido-decorations
16081 (bug#14143).
16082 (ido-decorations): Update docstring.
16083
16084 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16085
16086 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16087 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16088 nil during initialization, in order not to miss changes since the
16089 file was opened. (Bug#14140)
16090
16091 2013-04-05 Leo Liu <sdl.web@gmail.com>
16092
16093 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16094
16095 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16096
16097 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16098
16099 2013-04-04 Glenn Morris <rgm@gnu.org>
16100
16101 * electric.el (electric-pair-inhibit-predicate): Add :version.
16102
16103 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16104
16105 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16106 when a package is required several times (bug#14082).
16107
16108 2013-04-04 Roland Winkler <winkler@gnu.org>
16109
16110 * faces.el (read-face-name): Behave as promised by the docstring.
16111 Assume that arg default is a list of faces.
16112 (describe-face): Call read-face-name with list of default faces.
16113
16114 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16115
16116 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16117 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16118 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16119 the header.
16120 (bookmark-exit-hook-internal): Save even if list is empty.
16121
16122 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16123
16124 * emacs-lisp/package.el (package-pinned-packages): New var.
16125 (package--add-to-archive-contents): Obey it (bug#14118).
16126
16127 2013-04-03 Alan Mackenzie <acm@muc.de>
16128
16129 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16130 Also adapt to the new values of element 7 of a parse state.
16131
16132 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16133 parameter `not-in-delimiter'. Handle being inside comment opener.
16134 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16135 character in case we're typing a '*' after a '/'.
16136 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16137 instead by passing the parameter to c-state-pp-to-literal.
16138
16139 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16140 for elt. 7 of a parse state.
16141
16142 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16143
16144 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16145 * international/latin1-disp.el, international/mule-util.el:
16146 * language/cyril-util.el, language/european.el, language/ind-util.el:
16147 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16148 * language/tibetan.el, language/viet-util.el:
16149 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16150
16151 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16154 (electric-pair-post-self-insert-function): Use it.
16155 (electric-pair-default-inhibit): New function, extracted from
16156 electric-pair-post-self-insert-function.
16157
16158 2013-03-31 Roland Winkler <winkler@gnu.org>
16159
16160 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16161
16162 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16163
16164 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16165
16166 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16167
16168 Un-indent after "pass" and "return" statements (Bug#13888)
16169 * progmodes/python.el (python-indent-block-enders): New var.
16170 (python-indent-calculate-indentation): Use it.
16171
16172 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16173
16174 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16175 defun. Defining it as defalias could introduce too eager
16176 byte-compiler optimization. (Bug#14030)
16177
16178 2013-03-30 Chong Yidong <cyd@gnu.org>
16179
16180 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16181
16182 2013-03-30 Leo Liu <sdl.web@gmail.com>
16183
16184 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16185 (kmacro-execute-from-register): Pass the keyboard macro to
16186 kmacro-call-macro or repeating won't work correctly.
16187
16188 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16189
16190 * progmodes/subword.el: Back to using `forward-symbol'.
16191
16192 * subr.el (forward-whitespace, forward-symbol)
16193 (forward-same-syntax): Move from thingatpt.el.
16194
16195 2013-03-29 Leo Liu <sdl.web@gmail.com>
16196
16197 * kmacro.el (kmacro-to-register): New command.
16198 (kmacro-execute-from-register): New function.
16199 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16200
16201 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16202
16203 * mpc.el: Use defvar-local and setq-local.
16204 (mpc--proc-connect): Connection failures are not bugs.
16205 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16206 (mpc-volume-map): Bind to the up-events.
16207
16208 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16209
16210 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16211 instead of `forward-symbol'.
16212
16213 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16214
16215 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16216 (edebug--recursive-edit): Use it.
16217 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16218 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16219
16220 2013-03-28 Leo Liu <sdl.web@gmail.com>
16221
16222 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16223
16224 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16225
16226 * facemenu.el (list-colors-callback): New defvar.
16227 (list-colors-redisplay): New function.
16228 (list-colors-display): Install list-colors-redisplay as the
16229 revert-buffer-function. (Bug#14063)
16230
16231 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16234 and suffixes don't overlap (bug#14061).
16235
16236 * case-table.el: Use lexical-binding.
16237 (case-table-get-table): New function.
16238 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16239
16240 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16241
16242 * progmodes/subword.el: Add `superword-mode' to do word motion
16243 over symbol_words (parallels and leverages `subword-mode' which
16244 does word motion inside MixedCaseWords).
16245
16246 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16247
16248 * eshell/em-unix.el: Move su and sudo to...
16249 * eshell/em-tramp.el: ...Eshell tramp module.
16250
16251 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16254 Change return value to be a sexp. Delay `get-buffer' to after
16255 restoring the desktop (bug#13951).
16256
16257 2013-03-26 Leo Liu <sdl.web@gmail.com>
16258
16259 * register.el: Move semantic tag handling back to
16260 cedet/semantic/senator.el. (Bug#14052)
16261
16262 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16265 into the prompt either (bug#13963).
16266
16267 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16268
16269 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16270 part of "(error-foo)".
16271
16272 2013-03-24 Juri Linkov <juri@jurta.org>
16273
16274 * replace.el (list-matching-lines-prefix-face): New defcustom.
16275 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16276 `occur-engine' if `face-differs-from-default-p' returns t.
16277 (occur-engine): Add `,' inside backquote construct to evaluate
16278 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16279 Pass `prefix-face' to the functions `occur-context-lines' and
16280 `occur-engine-add-prefix'.
16281 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16282 `prefix-face' and propertize the prefix with `prefix-face'.
16283 (Bug#14017)
16284
16285 2013-03-24 Leo Liu <sdl.web@gmail.com>
16286
16287 * nxml/rng-valid.el (rng-validate-while-idle)
16288 (rng-validate-quick-while-idle): Guard against deleted buffer.
16289 (Bug#13999)
16290
16291 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16292 is the last entry in kill-buffer-hook.
16293
16294 * files.el (kill-buffer-hook): Doc fix.
16295
16296 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16297
16298 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16299 Make it safe-local.
16300
16301 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16302
16303 2013-03-23 Leo Liu <sdl.web@gmail.com>
16304
16305 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16306 Remove.
16307
16308 * nxml/rng-valid.el (rng-validate-mode)
16309 (rng-after-change-function, rng-do-some-validation):
16310 * nxml/rng-maint.el (rng-validate-buffer):
16311 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16312 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16313 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16314 (nxml-extend-after-change-region): Use with-silent-modifications.
16315
16316 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16317 timer-idle-list.
16318
16319 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16320 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16321 timer-idle-list. (Bug#13999)
16322
16323 2013-03-23 Juri Linkov <juri@jurta.org>
16324
16325 * info.el (info-index-match): New face.
16326 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16327 main pattern and add text properties with the new face to matches
16328 in index entries relative to the beginning of the index entry.
16329 (Bug#14015)
16330
16331 2013-03-21 Eric Ludlam <zappo@gnu.org>
16332
16333 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16334 Inhibit read only while inserting objects.
16335
16336 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16337
16338 * progmodes/cfengine.el: Update docs to mention
16339 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16340 symbol motion. Remove "_" from the word syntax.
16341
16342 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16343
16344 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16345 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16346
16347 2013-03-20 Juri Linkov <juri@jurta.org>
16348
16349 * info.el (Info-next-reference-or-link)
16350 (Info-prev-reference-or-link): New functions.
16351 (Info-next-reference, Info-prev-reference): Use them.
16352 (Info-try-follow-nearest-node): Handle footnote navigation.
16353 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16354
16355 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16358 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16359
16360 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16361
16362 Suppress unnecessary non-ASCII chatter during build process.
16363 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16364 (batch-skkdic-convert): Suppress most of the chatter.
16365 It's not needed so much now that machines are faster,
16366 and its non-ASCII component was confusing; see Dmitry Gutov in
16367 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16368
16369 2013-03-20 Leo Liu <sdl.web@gmail.com>
16370
16371 * ido.el (ido-chop): Fix bug#10994.
16372
16373 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16374
16375 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16376 Remove vars.
16377 (whitespace-color-on, whitespace-color-off):
16378 Use `font-lock-fontify-buffer' (Bug#13817).
16379
16380 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16381
16382 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16383 remapping in mode-line.
16384 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16385
16386 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16387
16388 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16389 value for `whitespace-line' face (Bug#13875).
16390 (whitespace-font-lock-keywords): Change description.
16391 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16392 the constructed keywords instead.
16393 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16394
16395 2013-03-19 Leo Liu <sdl.web@gmail.com>
16396
16397 * progmodes/compile.el (compilation-display-error): New command.
16398 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16399 C-o. (Bug#13992)
16400
16401 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16402
16403 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16404
16405 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16406
16407 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16408
16409 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16410
16411 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16412
16413 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16414 * net/tramp-gvfs.el (top):
16415 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16416 (tramp-handle-shell-command): Use it.
16417 (tramp-dissect-file-name): Raise an error when hostname is a
16418 method name, and neither method nor user is specified.
16419
16420 * net/trampver.el: Update release number.
16421
16422 2013-03-18 Leo Liu <sdl.web@gmail.com>
16423
16424 Make sure eldoc can be turned off properly.
16425 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16426 eldoc-mode.
16427 (eldoc-display-message-p): Revert last change.
16428 (eldoc-display-message-no-interference-p)
16429 (eldoc-print-current-symbol-info): Tweak.
16430
16431 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16432
16433 * doc-view.el (doc-view-new-window-function): Check the new window
16434 overlay's display property instead the char property of the
16435 buffer's first char. Use `with-selected-window' instead of
16436 `save-window-excursion' with `select-window'.
16437 (doc-view-document->bitmap): Check the current doc-view overlay's
16438 display property instead the char property of the buffer's first char.
16439
16440 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16441
16442 Automate the build of ja-dic.el (Bug#13984).
16443 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16444 from the input, rather than assume that it's been done for us by the
16445 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16446 the current date into a ja-dic.el comment, as that complicates
16447 regression testing.
16448
16449 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16450
16451 * whitespace.el: Fix double evaluation.
16452 (whitespace-space, whitespace-hspace, whitespace-tab)
16453 (whitespace-newline, whitespace-trailing, whitespace-line)
16454 (whitespace-space-before-tab, whitespace-indentation)
16455 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16456 obsolete defvars.
16457 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16458 (whitespace-color-on): Use a single font-lock-add-keywords call.
16459 Fix double-evaluation of face variables.
16460
16461 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16462
16463 * net/tramp-adb.el (tramp-adb-parse-device-names):
16464 Use `start-process' instead of `call-process'. Otherwise, the
16465 function might be blocked under MS Windows. (Bug#13299)
16466
16467 2013-03-17 Leo Liu <sdl.web@gmail.com>
16468
16469 Extend eldoc to display info in the mode-line. (Bug#13978)
16470 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16471 (eldoc-mode-line-string): New variable.
16472 (eldoc-minibuffer-message): New function.
16473 (eldoc-message-function): New variable.
16474 (eldoc-message): Use it.
16475 (eldoc-display-message-p)
16476 (eldoc-display-message-no-interference-p):
16477 Support eldoc-post-insert-mode.
16478
16479 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16480 (eval-expression): Run it.
16481
16482 2013-03-17 Roland Winkler <winkler@gnu.org>
16483
16484 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16485 strings in the list of return values.
16486
16487 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16488
16489 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16490 radix before checking for HMS forms.
16491
16492 2013-03-16 Leo Liu <sdl.web@gmail.com>
16493
16494 * progmodes/scheme.el: Add indentation and font-locking for λ.
16495 (Bug#13975)
16496
16497 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16500 token before point (bug#13942).
16501
16502 2013-03-16 Leo Liu <sdl.web@gmail.com>
16503
16504 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16505
16506 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16507
16508 * startup.el (command-line-normalize-file-name): Fix handling of
16509 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16510 <xfq.free@gmail.com> in
16511 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16512
16513 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16514
16515 Sync with Tramp 2.2.7.
16516
16517 * net/trampver.el: Update release number.
16518
16519 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16520
16521 * doc-view.el: Fix bug#13887.
16522 (doc-view-insert-image): Don't modify overlay associated to
16523 non-live windows, and implement horizontal centering of image in
16524 case it's smaller than the window.
16525 (doc-view-new-window-function): Force redisplay of new windows on
16526 doc-view buffers.
16527
16528 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16529
16530 * saveplace.el (save-place-alist-to-file): Don't sort
16531 `save-place-alist', just pretty-print it (bug#13882).
16532
16533 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16534
16535 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16536 Check whether `default-file-name-coding-system' is bound.
16537 It isn't in XEmacs.
16538
16539 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16542 backquotes for `obsolete' (bug#13929).
16543
16544 * international/mule.el (find-auto-coding): Include file name in
16545 obsolescence warning (bug#13922).
16546
16547 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16548
16549 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16550 for CFEngine 3-specific indentation.
16551 (cfengine3-indent-line): Use it. Fix up category regex.
16552 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16553
16554 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * type-break.el (type-break-file-name):
16557 * textmodes/remember.el (remember-data-file):
16558 * strokes.el (strokes-file):
16559 * shadowfile.el (shadow-initialize):
16560 * saveplace.el (save-place-file):
16561 * ps-bdf.el (bdf-cache-file):
16562 * progmodes/idlwave.el (idlwave-config-directory):
16563 * net/quickurl.el (quickurl-url-file):
16564 * international/kkc.el (kkc-init-file-name):
16565 * ido.el (ido-save-directory-list-file):
16566 * emulation/viper.el (viper-custom-file-name):
16567 * emulation/vip.el (vip-startup-file):
16568 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16569 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16570
16571 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16572
16573 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16574 * language/thai-word.el: Switch to UTF-8.
16575
16576 See ChangeLog.16 for earlier changes.
16577
16578 ;; Local Variables:
16579 ;; coding: utf-8
16580 ;; End:
16581
16582 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16583
16584 This file is part of GNU Emacs.
16585
16586 GNU Emacs is free software: you can redistribute it and/or modify
16587 it under the terms of the GNU General Public License as published by
16588 the Free Software Foundation, either version 3 of the License, or
16589 (at your option) any later version.
16590
16591 GNU Emacs is distributed in the hope that it will be useful,
16592 but WITHOUT ANY WARRANTY; without even the implied warranty of
16593 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16594 GNU General Public License for more details.
16595
16596 You should have received a copy of the GNU General Public License
16597 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.