]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Backport fix to bug #18749 to Emacs-24 branch.
[gnu-emacs] / lisp / ChangeLog
1 2014-10-18 Alan Mackenzie <acm@muc.de>
2
3 Check that a "macro" found near point-min isn't a ## operator.
4 Fixes bug #18749. Backported from trunk, 2014-11-05.
5 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
6 (c-beginning-of-macro): Use the above new function.
7
8 2014-11-05 Alan Mackenzie <acm@muc.de>
9
10 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
11 * progmodes/cc-fonts.el (c-font-lock-declarations): Pass
12 "(point-max)" as bound to c-font-lock-declarators, not "limit", as
13 the buffer is sometimes narrowed to less than "limit" (e.g., in
14 the presence of macros).
15
16 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
17
18 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
19 only when message appeared in minibuffer. (Bug#18891)
20
21 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
22 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
23 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
24 case of errors.
25
26 2014-11-04 Eli Zaretskii <eliz@gnu.org>
27
28 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
29 returned by load-average.
30
31 2014-11-04 Michael Albinus <michael.albinus@gmx.de>
32
33 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
34 a local copy; setting `inhibit-file-name-handlers' proper might be
35 more performant. (Bug#18751)
36
37 2014-11-04 Glenn Morris <rgm@gnu.org>
38
39 * mail/emacsbug.el (report-emacs-bug): No longer include
40 recent-keys in the report. (Bug#18900)
41
42 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
43
44 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
45 local copy of FILENAME, when it is remote. (Bug#18751)
46
47 2014-11-02 Michael Albinus <michael.albinus@gmx.de>
48
49 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
50 an error when the command fails; the return code must indicate.
51 (tramp-adb-send-command-and-check): Fix docstring.
52
53 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
54
55 * net/tramp-cache.el (tramp-get-file-property)
56 (tramp-set-file-property): Check, that `tramp-cache-get-count-*'
57 and `tramp-cache-set-count-*' are bound. Otherwise, there might
58 be compiler warnings.
59
60 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
61 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
62
63 2014-11-01 Eli Zaretskii <eliz@gnu.org>
64
65 * progmodes/compile.el (compilation-mode): Turn off deferred
66 fontifications locally. (Bug#18856)
67
68 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
69
70 * net/tramp-sh.el (tramp-send-command): Fix the case where the
71 remote-echo connection property is non-nil (bug#18858).
72
73 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
74
75 Backport Tramp changes from trunk.
76
77 * net/tramp.el (tramp-methods): Tweak docstring.
78 (tramp-file-name-handler): Apply `cons' where appropriate.
79 (tramp-handle-file-accessible-directory-p): Check for
80 `file-readable-p' instead of `file-executable-p'.
81 (tramp-handle-shell-command): Use `display-buffer'. (Bug#18326)
82 (tramp-handle-unhandled-file-name-directory): Return "/".
83 (tramp-check-cached-permissions):
84 Use `tramp-compat-file-attributes'.
85 (tramp-call-process): Add new argument VEC. Adapt callees in all
86 tramp*.el files.
87
88 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
89 (tramp-adb-handle-write-region): Improve messages.
90 (tramp-adb-maybe-open-connection): Don't set
91 `tramp-current-*' variables.
92
93 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
94 Suppress debug messages.
95
96 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
97 (tramp-ftp-file-name-handler):
98
99 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
100 (tramp-gvfs-methods-mounttracker)
101 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
102 during initialization. (Bug#18774)
103 (tramp-gvfs-handle-delete-file): Flush file properties, not
104 directory properties.
105 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
106 reading "unix::mode".
107 (tramp-gvfs-handle-file-name-all-completions):
108 Use "-h" option for "gvfs-ls".
109 (tramp-gvfs-url-file-name): Apply `cons' where appropriate.
110 `user' and `localname' could be nil.
111 (tramp-gvfs-send-command): Simplify traces.
112
113 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
114 (vc-git-program, vc-hg-program): Declare.
115 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
116 (tramp-methods) <nc>: Add new method.
117 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
118 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
119 `tramp-login-args'.
120 (tramp-default-user-alist): Add "nc".
121 (top): Remove completion function for "sftp". Add completion
122 functions for "nc" and "psftp".
123 (tramp-sh-handle-set-visited-file-modtime):
124 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
125 (tramp-do-copy-or-rename-file-out-of-band):
126 Use cached "remote-copy-args" value, if available. (Bug#18199)
127 Tweak docstring. Implement support for "nc" method.
128 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
129 (tramp-remote-coding-commands, tramp-call-local-coding-command):
130 Tweak docstring.
131 (tramp-sh-handle-start-file-process): Expand `default-directory'.
132 (tramp-sh-handle-write-region): Tweak error message.
133 (tramp-sh-handle-vc-registered): Remove backends when the remote
134 binary does not exist.
135 (tramp-open-connection-setup-interactive-shell):
136 Prefer utf-8 coding. (Bug#17859)
137 (tramp-find-inline-encoding): Do not raise an error.
138 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
139 the "nc" case. Quote result also locally.
140 (tramp-get-remote-id): Check also for "gid".
141 (tramp-get-remote-python):
142
143 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
144 (tramp-smb-handle-set-file-acl): Use `start-process'.
145 (tramp-smb-handle-insert-directory): Use progress reporter.
146 (tramp-smb-handle-rename-file): Flush also file properties of
147 FILENAME.
148
149 * net/trampver.el: Update release number.
150
151 2014-11-01 Reuben Thomas <rrt@sc3d.org>
152
153 * net/tramp.el (tramp-handle-file-symlink-p):
154 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
155 about VMS, which we no longer support.
156
157 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
160 the global vc-handled-backends (bug#18535).
161
162 2014-11-01 Jérémy Compostella <jeremy.compostella@intel.com>
163 Michael Albinus <michael.albinus@gmx.de>
164
165 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
166 Reduce the amount of set environment variable commands.
167
168 2014-11-01 Paul Eggert <eggert@cs.ucla.edu>
169
170 * net/tramp-sh.el (tramp-get-remote-touch): Omit unnecessary call to
171 current-time.
172
173 2014-11-01 Emilio C. Lopes <eclig@gmx.net>
174
175 * net/tramp-sh.el (tramp-get-remote-python): Also search for
176 executables named "python2" or "python3".
177 (tramp-get-remote-uid-with-python): Use parentheses around
178 arguments to `print' to make it compatible with Python 3.
179 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
180
181 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * simple.el (newline): Add assertions to try and help catch bug#18913.
184
185 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
186 (bug#18886).
187 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
188
189 2014-10-31 Eli Zaretskii <eliz@gnu.org>
190
191 * Makefile.in (repo-update): Fix a typo and slightly reword
192 commentary.
193
194 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
195
196 * Makefile.in: Change some production names so they're neutral
197 about the repository type.
198
199 2014-10-30 Kim F. Storm <storm@cua.dk>
200
201 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
202 * delsel.el (delete-selection-save-to-register)
203 (delsel--replace-text-or-position): New vars.
204 (delete-active-region): Use them.
205 (delete-selection-repeat-replace-region): New command, moved from
206 cua-base.el.
207 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
208 (cua-repeat-replace-region): Move command to delsel.el.
209 (cua--init-keymaps): Update binding accordingly.
210 (cua-mode): Set delete-selection-save-to-register.
211
212 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
215 (c-lang-defconst):
216 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
217
218 2014-10-29 Eli Zaretskii <eliz@gnu.org>
219
220 * progmodes/compile.el (compilation-start):
221 If compilation-scroll-output is non-nil, don't force window-start of
222 the compilation buffer to be at beginning of buffer. (Bug#18874)
223
224 2014-10-23 Tassilo Horn <tsdh@gnu.org>
225
226 * doc-view.el (doc-view-open-text): View the document's plain text
227 in the current buffer instead of a new one.
228 (doc-view-toggle-display): Handle the case where the current
229 buffer contains the plain text contents of the document.
230 (doc-view-initiate-display): Don't switch to fallback mode if the
231 user wants to view the doc's plain text. [Backport]
232
233 2014-10-23 Eli Zaretskii <eliz@gnu.org>
234
235 * startup.el (fancy-about-text): Read the entire tutorial, not
236 just its first 256 bytes. (Bug#18760)
237
238 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
241 * emacs-lisp/cl-extra.el: Add missing provide.
242
243 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
246 all args are copyable (bug#18767).
247 (=, <, >, <=, >=): Re-enable the optimization.
248
249 2014-10-20 Santiago Payà i Miralta <santiagopim@gmail.com>
250
251 * vc/vc-hg.el (vc-hg-log-graph): New var.
252 (vc-hg-print-log): Use it.
253 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
254 graph output (bug#17515).
255
256 2014-10-20 Juri Linkov <juri@jurta.org>
257
258 * vc/diff-mode.el (diff-refine-changed): Rename from
259 `diff-refine-change' for consistency with `diff-changed'.
260 (diff-refine-change): Add obsolete face alias. (Bug#10181)
261
262 * vc/smerge-mode.el (smerge-refined-changed): Rename from
263 `smerge-refined-change'.
264 (smerge-refined-change): Add obsolete face alias.
265
266 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * subr.el (call-process-shell-command, process-file-shell-command):
269 Make the `args' obsolete (bug#18409).
270 (start-process-shell-command, start-file-process-shell-command):
271 Use `declare'.
272
273 2014-10-20 Juanma Barranquero <lekktu@gmail.com>
274
275 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
276
277 2014-10-20 Glenn Morris <rgm@gnu.org>
278
279 * dired.el (dired-read-regexp): Make obsolete.
280 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
281 (dired-flag-files-regexp):
282 * dired-aux.el (dired-mark-read-regexp):
283 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
284
285 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * progmodes/python.el (inferior-python-mode): Use add-hook.
288
289 * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
290
291 2014-10-20 Glenn Morris <rgm@gnu.org>
292
293 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
294 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
295 * emulation/ws-mode.el: Move to obsolete/. [Backport]
296
297 2014-10-20 Glenn Morris <rgm@gnu.org>
298
299 * cus-start.el (history-length): Bump :version. [Backport]
300
301 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * obsolete/cc-compat.el: Make obsolete (bug#18561).
304
305 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
306
307 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
308 case (bug#18767).
309
310 2014-10-20 Glenn Morris <rgm@gnu.org>
311
312 * Version 24.4 released.
313
314 2014-10-15 Alan Mackenzie <acm@muc.de>
315
316 * cus-edit.el (custom-command-apply): Specify the return value in
317 the doc string.
318 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
319 custom-command-apply has returned non-nil.
320
321 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
324 Backported (bug#18688).
325
326 2014-10-14 Eli Zaretskii <eliz@gnu.org>
327
328 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
329 Force bidi-paragraph-direction to 'left-to-right'. This fixes
330 buffer-menu display when the first buffer happens to start with
331 R2L letter.
332
333 2014-10-13 Glenn Morris <rgm@gnu.org>
334
335 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
336 (authors-obsolete-files-regexps): Additions.
337 (authors-no-scan-regexps): New constant.
338 (authors-no-scan-file-p): New function.
339 (authors): Respect authors-no-scan-file-p.
340
341 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
342
343 Fix import completion. (Bug#18582)
344 * progmodes/python.el (python-shell-completion-get-completions):
345 Fix import case regexp.
346
347 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
350 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
351 * progmodes/prolog.el (prolog-electric--underscore): Same.
352
353 2014-10-09 Glenn Morris <rgm@gnu.org>
354
355 * frame.el (display-monitor-attributes-list): Doc tweaks.
356
357 2014-10-08 Eli Zaretskii <eliz@gnu.org>
358
359 * faces.el (display-grayscale-p): Mention in the doc string that
360 the argument can be either a display name or a frame.
361
362 * frame.el (display-pixel-height, display-pixel-width)
363 (display-mm-height, display-mm-width, display-backing-store)
364 (display-save-under, display-planes, display-color-cells)
365 (display-visual-class, display-monitor-attributes-list)
366 (display-screens): Mention in the doc string that the argument can
367 be either a display name or a frame. Improve the docs of the
368 monitor attributes. (Bug#18636)
369
370 2014-10-06 Martin Rudalics <rudalics@gmx.at>
371
372 * term.el (term-window-width): Subtract 1 from the width when
373 any fringe has zero width, not just the right fringe. (Bug#18601)
374
375 2014-10-05 Leo Liu <sdl.web@gmail.com>
376
377 * imenu.el (imenu-default-goto-function): Fix typo.
378
379 2014-10-04 Glenn Morris <rgm@gnu.org>
380
381 * frame.el (frame-monitor-attributes)
382 (display-monitor-attributes-list): Doc fixes.
383
384 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
385
386 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
387 (vc-svn-ignore): Use it. (Bug#18619)
388
389 2014-10-03 Martin Rudalics <rudalics@gmx.at>
390
391 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
392 In doc-string mention need to set `frame-resize-pixelwise'.
393
394 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
397 similarly to Rogers's 2010-06-16 change for the remote case
398 (bug#18605).
399
400 2014-10-01 Glenn Morris <rgm@gnu.org>
401
402 * emacs-lisp/package.el (package-import-keyring):
403 Create gnupg directory private. (Bug#17625#155)
404
405 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * progmodes/python.el (python-shell-completion-get-completions):
408 Use python-shell--prompt-calculated-input-regexp from the
409 process buffer (bug#18582).
410 Don't assume that `line' comes from the process buffer.
411
412 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
413
414 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
415 (bug#18462).
416
417 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * emacs-lisp/package.el (package-check-signature): Default to nil if
420 GPG is not available.
421 (package-refresh-contents): Don't mess with the keyring if we won't
422 check the signatures anyway.
423
424 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
425
426 * window.el (fit-window-to-buffer): When counting buffer width,
427 count the whole visible buffer. Correctly convert the body-height
428 to pixel size for window-text-pixel-size (Bug#18498).
429
430 2014-09-14 Glenn Morris <rgm@gnu.org>
431
432 * image.el (image-multi-frame-p): Fix thinko - do not force
433 a delay if none was specified. (Bug#18334)
434
435 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
436
437 * window.el (fit-window-to-buffer): Doc fix.
438
439 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
440
441 * desktop.el (desktop-create-buffer): Check that buffers are still live
442 before burying them (bug#18373).
443
444 2014-09-09 Glenn Morris <rgm@gnu.org>
445
446 * calendar/diary-lib.el (diary-list-entries):
447 Restore 24.3 display behavior. (Bug#18381)
448
449 2014-09-09 Eli Zaretskii <eliz@gnu.org>
450
451 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
452 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
453 discrepancy between window-pixel-edges and mouse events, and
454 avoids moving mode line up when the mouse click is on the modeline
455 and no drag is attempted.
456
457 2014-09-08 Glenn Morris <rgm@gnu.org>
458
459 * calendar/calendar.el (calendar-basic-setup):
460 Avoid clobbering calendar with diary. (Bug#18381)
461
462 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
465
466 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
467
468 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
469 as well (bug#18400).
470
471 2014-09-04 Eli Zaretskii <eliz@gnu.org>
472
473 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
474
475 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * emacs-lisp/package.el (package-generate-description-file):
478 Properly quote the arguments (bug#18332). Change second arg.
479 (package--alist-to-plist-args): Rename from package--alist-to-plist and
480 quote the elements.
481 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
482 the *-pkg.el file. Adjust to new calling convention of
483 package-generate-description-file.
484
485 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
486 (gud-gdb-completions): Remove obsolete workaround.
487
488 2014-09-02 Eli Zaretskii <eliz@gnu.org>
489
490 * subr.el (posn-col-row): Revert the change from commit
491 2010-11-13T21:07:58Z!eliz@gnu.org, which
492 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
493 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
494 introduced an off-by-one error in the reported row when there is a
495 header line. (Bug#18384)
496
497 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
498
499 * progmodes/python.el (python-indent-post-self-insert-function):
500 Avoid electric colon at beginning-of-defun. (Bug#18228)
501
502 2014-09-01 Glenn Morris <rgm@gnu.org>
503
504 * tutorial.el (tutorial--display-changes):
505 Fix 2014-07-29 change. (Bug#18382)
506
507 2014-08-29 Ken Brown <kbrown@cornell.edu>
508
509 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
510 the Cygwin-w32 build. (Bug#18347)
511
512 2014-08-28 Glenn Morris <rgm@gnu.org>
513
514 * tar-mode.el (tar--extract, tar-extract):
515 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
516
517 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
518
519 * emacs-lisp/authors.el (authors-aliases): Addition.
520
521 * net/tramp-adb.el: Spell author name correctly.
522
523 2014-08-27 João Távora <joaotavora@gmail.com>
524
525 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
526 use url-expand-file-name. (Bug#18310)
527
528 2014-08-25 Glenn Morris <rgm@gnu.org>
529
530 * emulation/cua-rect.el (cua--highlight-rectangle):
531 Avoid error at point-min. (Bug#18309)
532
533 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
536 executable-find (bug#18244).
537
538 * simple.el (self-insert-uses-region-functions): Defvar.
539
540 2014-08-13 Leo Liu <sdl.web@gmail.com>
541
542 * speedbar.el (speedbar-generic-list-tag-p): Allow special
543 elements from imenu.
544
545 2014-08-11 Glenn Morris <rgm@gnu.org>
546
547 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
548
549 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
550 chose coding system for writing before backing up, since it causes
551 a more serious problem than the one it solves. (Closes Bug#18141,
552 reopens Bug#13522.)
553
554 2014-08-10 Martin Rudalics <rudalics@gmx.at>
555
556 * window.el (window-total-size): Make doc-string more
557 self-contained.
558
559 2014-08-09 Martin Rudalics <rudalics@gmx.at>
560
561 * window.el (display-buffer-below-selected): Restore original
562 behavior if buffer is already displayed in the window below the
563 selected one (Bug#18181).
564
565 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
568 event (bug#18212).
569
570 2014-08-08 Eli Zaretskii <eliz@gnu.org>
571
572 * info.el (info): Doc fix.
573
574 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * info.el (Info-mode-map): Override a global down-mouse-2 binding
577 (bug#18212).
578
579 2014-08-05 Eli Zaretskii <eliz@gnu.org>
580
581 * simple.el (default-line-height): A floating-point value of
582 line-spacing means a fraction of the default frame font's height,
583 not of the font currently used by the 'default' face.
584 Truncate the pixel value, like the display engine does.
585 (window-screen-lines): Use window-inside-pixel-edges for
586 determining the window height in pixels. (Bug#18195)
587
588 2014-07-29 Eli Zaretskii <eliz@gnu.org>
589
590 * tutorial.el (tutorial--display-changes): Accept punctuation
591 characters before the key binding. (Bug#18146)
592
593 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
594
595 * doc-view.el (doc-view-open-text): Don't require that the
596 document is saved in a file (e.g., email attachment).
597
598 2014-07-27 Eli Zaretskii <eliz@gnu.org>
599
600 * window.el (window--pixel-to-total): Use FRAME's root window, not
601 that of the selected frame. (Bug#18112, Bug#16674)
602
603 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
604
605 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
606 (Bug#18117)
607
608 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
609
610 * progmodes/python.el (inferior-python-mode): Doc fix.
611
612 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
613
614 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
615 not a character, ignore it instead of raising an error.
616
617 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
618
619 * calendar/todo-mode.el: Fix handling of marked items and make
620 minor code improvements.
621 (todo-edit-item): If there are marked items, ensure user can only
622 invoke editing commands that work with marked items.
623 (todo-edit-item--text): When there are marked items, make it a
624 noop if invoked with point not on an item; otherwise, ensure it
625 applies only to item at point.
626 (todo-item-undone): If there are marked not-done items, return
627 point to its original position before signaling user error.
628 (todo--user-error-if-marked-done-item): New function.
629 (todo-edit-item--header, todo-edit-item--diary-inclusion)
630 (todo-item-done): Use it.
631
632 2014-07-25 Glenn Morris <rgm@gnu.org>
633
634 * files.el (toggle-read-only): Re-add basic doc-string.
635 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
636
637 * progmodes/prolog.el (prolog-mode-keybindings-edit):
638 Replace missing `switch-to-prolog' with `run-prolog'.
639 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
640
641 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
642
643 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
644 of file-wide setting when changing category-wide setting.
645
646 2014-07-21 Glenn Morris <rgm@gnu.org>
647
648 * progmodes/hideif.el (hide-ifdef-mode-submap):
649 Also substitute read-only-mode.
650 * bindings.el (mode-line-toggle-read-only):
651 * bs.el (bs-toggle-readonly):
652 * buff-menu.el (Buffer-menu-toggle-read-only):
653 * dired.el (dired-toggle-read-only):
654 * files.el (view-read-only, find-file-read-only)
655 (find-file-read-only-other-window)
656 (find-file-read-only-other-frame):
657 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
658 Doc fixes re toggle-read-only.
659
660 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
661
662 * progmodes/python.el: Add comment about pipe buffering and
663 solutions for missing/delayed output in inferior Python shells.
664 (Bug#17304)
665
666 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
667
668 * progmodes/python.el (python-mode): Don't set
669 mode-require-final-newline. (Bug#17990)
670
671 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
672
673 Make python.el work with IPython automatically. (Bug#15510)
674 * progmodes/python.el:
675 (python-shell-completion-setup-code): New value supporting iPython.
676 (python-shell-completion-string-code): New value supporting iPython.
677 (python-shell-completion-get-completions): Use them.
678 (python-shell-completion-module-string-code): Make obsolete.
679 (python-shell-prompt-input-regexps)
680 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
681 (python-shell-output-filter): Fix comment typo.
682
683 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
684
685 Fix Python shell prompts detection for remote hosts.
686 * progmodes/python.el (python-shell-prompt-detect):
687 Replace call-process with process-file and make it more robust.
688
689 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
690
691 Autodetect Python shell prompts. (Bug#17370)
692 * progmodes/python.el:
693 (python-shell-interpreter-interactive-arg)
694 (python-shell-prompt-detect-enabled)
695 (python-shell-prompt-detect-failure-warning)
696 (python-shell-prompt-input-regexps)
697 (python-shell-prompt-output-regexps): New vars.
698 (python-shell-prompt-calculated-input-regexp)
699 (python-shell-prompt-calculated-output-regexp): New vars.
700 (python-shell-get-process-name)
701 (python-shell-internal-get-process-name)
702 (python-shell-output-filter)
703 (python-shell-completion-get-completions): Use them.
704 (python-shell-prompt-detect)
705 (python-shell-prompt-validate-regexps): New functions.
706 (python-shell-prompt-set-calculated-regexps): New function.
707 (inferior-python-mode): Use it. Also honor overridden
708 python-shell-interpreter and python-shell-interpreter-args.
709 (python-shell-make-comint): Honor overridden
710 python-shell-interpreter and python-shell-interpreter-args.
711 (python-shell-get-or-create-process): Make it testable by allowing
712 to call run-python non-interactively.
713 (python-util-valid-regexp-p): New function.
714 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
715 (python-shell-prompt-output-regexp)
716 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
717
718 2014-07-16 Glenn Morris <rgm@gnu.org>
719
720 * desktop.el (after-init-hook): Disable startup frame restoration
721 in non-graphical situations. (Bug#17693)
722
723 2014-07-14 Glenn Morris <rgm@gnu.org>
724
725 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
726 if it was "empty", or used for a different set of files. (Bug#17884)
727
728 2014-07-13 Eli Zaretskii <eliz@gnu.org>
729
730 * bindings.el (mode-line-remote): If default-directory is not a
731 string, don't call file-remote-p on it; instead state in the
732 help-echo that it is nil. (Bug#17986)
733
734 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
735
736 Fix bug: C-x v v discarded existing log message (Bug#17884).
737 * vc/vc-dispatcher.el (vc-log-edit):
738 Don't clobber an already-existing log message.
739
740 2014-07-10 Glenn Morris <rgm@gnu.org>
741
742 * vc/log-edit.el (log-edit-changelog-entries):
743 Check for a visited-but-never-saved ChangeLog.
744
745 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
748 a non-existing file (bug#17970).
749
750 * faces.el (face-name): Undo last change.
751 (x-resolve-font-name): Don't call face-name (bug#17956).
752
753 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
754
755 Fix dedenters and electric colon handling. (Bug#15163)
756
757 * progmodes/python.el
758 (python-rx-constituents): Add dedenter and block-ender.
759 (python-indent-dedenters, python-indent-block-enders): Delete.
760 (python-indent-context): Return new case for dedenter-statement.
761 (python-indent-calculate-indentation): Handle new case.
762 (python-indent-calculate-levels): Fix levels calculation for
763 dedenter statements.
764 (python-indent-post-self-insert-function): Fix colon handling.
765 (python-info-dedenter-opening-block-message): New function.
766 (python-indent-line): Use it.
767 (python-info-closing-block)
768 (python-info-closing-block-message): Remove.
769 (python-info-dedenter-opening-block-position)
770 (python-info-dedenter-opening-block-positions)
771 (python-info-dedenter-statement-p): New functions.
772
773 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
776 the middle of a line (bug#17896).
777
778 2014-07-08 Juri Linkov <juri@jurta.org>
779
780 * startup.el (command-line): Append displaying the warning about
781 the errors in the init file to the end of `after-init-hook'.
782 (Bug#17927)
783
784 2014-07-08 Juri Linkov <juri@jurta.org>
785
786 * faces.el (face-name): Return input arg `face' as is
787 when it's not a symbol.
788 (x-resolve-font-name): Don't check if the face is a symbol.
789 (Bug#17956)
790
791 2014-07-08 Juri Linkov <juri@jurta.org>
792
793 * facemenu.el (list-colors-print): In help-echo format use %.2f
794 instead of %d because now HSV values are floating-point components
795 between 0.0 and 1.0.
796
797 2014-07-06 Glenn Morris <rgm@gnu.org>
798
799 * emulation/cua-rect.el (cua--activate-rectangle):
800 Avoid setting cua--rectangle to nil. (Bug#17877)
801
802 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
803
804 * calendar/todo-mode.el: Fix wrong-type-argument error when
805 marking multiple consecutive items.
806 (todo-toggle-mark-item): Don't try to mark the empty lines at the
807 end of the todo and done items sections. Note in doc string that
808 items marked by passing a numeric prefix argument can include the
809 last todo and first done items.
810 (todo-mark-category): Don't try to mark the empty line between the
811 todo and done items sections.
812
813 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
816 proper Lisp quoting (bug#17934).
817
818 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
819 require-final-newline since prog-mode already took care of it (bug#17947).
820
821 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
822
823 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
824 refer to the Todo mode Info manual. Update the comment on
825 requiring cl-lib.
826 (todo-find-filtered-items-file): Add todo-prefix overlays.
827 (todo-filter-items): Reorder a let-bound variable to avoid a
828 wrong-type-argument error on canceling the file choice dialog.
829
830 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * progmodes/octave.el (inferior-octave-mode):
833 Set comint-input-ring-size to a number (bug#17912).
834
835 2014-07-03 Juri Linkov <juri@jurta.org>
836
837 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
838 and `isearch-mode' associated with nil. (Bug#17849)
839
840 2014-07-02 Juri Linkov <juri@jurta.org>
841
842 * desktop.el (desktop-save): Rename arg `auto-save' to
843 `only-if-changed'. Doc fix. (Bug#17873)
844
845 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
848 Use insert-for-yank (bug#17271).
849
850 2014-07-02 Leo Liu <sdl.web@gmail.com>
851
852 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
853 Support lexical-binding.
854
855 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * vc/log-edit.el (log-edit-goto-eoh): New function.
858 (log-edit--match-first-line): Use it (bug#17861).
859
860 2014-07-01 Glenn Morris <rgm@gnu.org>
861
862 * vc/log-edit.el (log-edit-hook): Add missing :version.
863
864 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
865
866 * progmodes/python.el (python-indent-post-self-insert-function):
867 Enhancements to electric indentation behavior inside
868 parens. (Bug#17658)
869
870 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
873 buffer-invisibility-spec (bug#17867).
874
875 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
876
877 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
878 pass "-a".
879
880 2014-06-29 Glenn Morris <rgm@gnu.org>
881
882 * cus-edit.el (help):
883 * finder.el (finder-known-keywords):
884 * help.el (help-for-help-internal):
885 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
886 (ediff-redraw-registry-buffer):
887 * vc/ediff-ptch.el (ediff-patch-file-internal):
888 Doc fixes re "online" help. (Bug#17803)
889
890 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
891 (idlwave-mode): Doc URL update.
892
893 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
894
895 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
896 account for file-wide setting of todo-top-priorities-overrides.
897 Make code a bit cleaner.
898
899 2014-06-27 Leo Liu <sdl.web@gmail.com>
900
901 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
902
903 2014-06-27 Glenn Morris <rgm@gnu.org>
904
905 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
906
907 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
908
909 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
910 category-wide setting of todo-top-priorities-overrides, check for
911 a file-wide setting and fontify accordingly.
912
913 2014-06-26 Glenn Morris <rgm@gnu.org>
914
915 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
916
917 2014-06-26 Daiki Ueno <ueno@gnu.org>
918
919 * emacs-lisp/package.el (package--check-signature):
920 If package-check-signature is allow-unsigned, don't signal error when
921 we can't verify signature because of missing public key
922 (backport for bug#17625).
923
924 2014-06-26 Glenn Morris <rgm@gnu.org>
925
926 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
927 Remove outdated declaration.
928
929 * emacs-lisp/authors.el (authors-valid-file-names)
930 (authors-renamed-files-alist): Additions.
931
932 2014-06-25 Leo Liu <sdl.web@gmail.com>
933
934 * textmodes/picture.el (picture-set-tab-stops):
935 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
936 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
937
938 * progmodes/asm-mode.el (asm-calculate-indentation):
939 Use indent-next-tab-stop.
940
941 * indent.el (indent-accumulate-tab-stops): New function.
942
943 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
946 (package-desc-status): Obey it.
947
948 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
949
950 * calendar/todo-mode.el: Fix two bugs.
951 (todo-insert-item--basic): If user cancels item insertion to
952 another category before setting priority, show original category
953 whether it is in the same or a different file.
954 (todo-set-item-priority): After selecting category, instead of
955 moving point to top, which extends an active region, restore it.
956
957 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * help-fns.el (describe-function-1): Check file-name is a string before
960 calling help-fns--autoloaded-p (bug#17564).
961
962 2014-06-24 Juri Linkov <juri@jurta.org>
963
964 * desktop.el (desktop-auto-save-enable)
965 (desktop-auto-save-disable): New functions.
966 (desktop-save-mode, desktop-auto-save-timeout): Use them.
967 (desktop-read): Disable the autosave before loading the desktop,
968 and enable afterwards. (Bug#17351)
969
970 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 Fix some indentation problem with \; and pipes (bug#17842).
973 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
974 (sh-smie--default-forward-token, sh-smie--default-backward-token):
975 New functions.
976 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
977 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
978 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
979
980 2014-06-24 Eli Zaretskii <eliz@gnu.org>
981
982 * international/fontset.el (script-representative-chars):
983 Add representative characters for scripts added in Unicode 7.0.
984 (otf-script-alist): Synchronize with the latest registry of OTF
985 script tags.
986
987 * international/characters.el (char-script-table): Update for
988 scripts added and codepoint ranges changed in Unicode 7.0.
989
990 2014-06-23 Leo Liu <sdl.web@gmail.com>
991
992 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
993 tab-stop-list to nil. (Bug#16381)
994
995 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
996 (indent-rigidly-left-to-tab-stop)
997 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
998 (move-to-tab-stop): Change callers.
999
1000 2014-06-22 Eli Zaretskii <eliz@gnu.org>
1001
1002 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1003 wrt behavior of \n as the first/last element of a skeleton.
1004
1005 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * net/tramp-adb.el (tramp-adb-handle-process-file):
1008 * net/tramp-sh.el (tramp-sh-handle-process-file):
1009 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1010 the output buffer when DISPLAY is non-nil. (Bug#17815)
1011
1012 2014-06-21 Glenn Morris <rgm@gnu.org>
1013
1014 * play/landmark.el (landmark-move-down, landmark-move-up):
1015 Fix 2007-10-20 change - preserve horizontal position.
1016
1017 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1018
1019 Fix completion retrieval parsing (bug#17209).
1020 * progmodes/python.el (python-mode):
1021 (python-util-strip-string): New function.
1022 (python-shell-completion-get-completions): Use it.
1023
1024 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1025
1026 * skeleton.el (skeleton-insert): Fix last change.
1027
1028 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1029
1030 Enhancements for outline integration (bug#17796).
1031 * progmodes/python.el (python-mode): Properly set
1032 outline-heading-end-regexp so that comments after colons for
1033 defuns are supported.
1034
1035 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1036
1037 * skeleton.el (skeleton-insert): Doc fix.
1038
1039 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1042 (smie-config-guess): Use smie-config-local so the rules are obeyed
1043 (bug#17818).
1044
1045 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1046 since it's already done inside the loop (bug#17819).
1047
1048 2014-06-20 Martin Rudalics <rudalics@gmx.at>
1049
1050 * mouse.el (mouse-drag-line): Re-remove code initially removed
1051 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1052 (Bug#17819).
1053
1054 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1057 align with the surrounding parent (bug#17721).
1058
1059 2014-06-20 Eli Zaretskii <eliz@gnu.org>
1060
1061 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1062 locally to nil.
1063 (texinfo-insert-block, texinfo-insert-@end)
1064 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1065 local setting of skeleton-end-newline by adding an explicit \n to
1066 the skeletons where appropriate. (Bug#17801)
1067
1068 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1071 (smie-indent--hanging-p): Use it.
1072 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1073
1074 2014-06-20 Leo Liu <sdl.web@gmail.com>
1075
1076 * simple.el (read-quoted-char): Don't let help chars pop up help
1077 buffer. (Bug#16617)
1078
1079 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1082 for | (bug#17621).
1083
1084 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
1087 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
1088 burping.
1089
1090 2014-06-18 Eli Zaretskii <eliz@gnu.org>
1091
1092 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1093 and later. (Bug#17790)
1094
1095 2014-06-18 Juri Linkov <juri@jurta.org>
1096
1097 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1098 to `soft'. (Bug#17554)
1099
1100 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1103 (bug#17737).
1104
1105 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
1106
1107 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1108 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1109
1110 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1113 `unread-command-events'.
1114
1115 2014-06-14 Glenn Morris <rgm@gnu.org>
1116
1117 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1118 Replace delete-duplicates and mapcan by cl- versions throughout.
1119 And cl-macroexpand-all by macroexpand-all.
1120 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1121
1122 2014-06-14 Eli Zaretskii <eliz@gnu.org>
1123
1124 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1125
1126 2014-06-14 Juri Linkov <juri@jurta.org>
1127
1128 * bindings.el: Put `ascii-character' property on keypad keys
1129 mapped to characters. (Bug#17759)
1130
1131 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1134 bumping forward into a closing paren (bug#17761).
1135
1136 * term/xterm.el (xterm--version-handler): Work around for OSX
1137 Terminal.app (bug#17607).
1138
1139 2014-06-08 Glenn Morris <rgm@gnu.org>
1140
1141 * startup.el (initial-buffer-choice): Doc fix.
1142 Reset :version (adding an option does not merit a :version bump).
1143
1144 * bookmark.el (bookmark-load):
1145 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1146
1147 2014-06-06 Juri Linkov <juri@jurta.org>
1148
1149 * desktop.el: Activate auto-saving on window configuration changes.
1150 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1151 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
1152 (desktop-auto-save-set-timer): Change REPEAT arg of
1153 `run-with-idle-timer' from t to nil.
1154 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1155
1156 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1157
1158 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1159 vc-hg-command (bug#17570).
1160
1161 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1164 (bug#17702).
1165
1166 2014-06-06 Glenn Morris <rgm@gnu.org>
1167
1168 * startup.el (window-setup-hook): Doc fix.
1169
1170 2014-06-05 Glenn Morris <rgm@gnu.org>
1171
1172 * emacs-lisp/package.el (package-check-signature)
1173 (package-unsigned-archives): Doc fixes.
1174
1175 2014-06-03 Martin Rudalics <rudalics@gmx.at>
1176
1177 * window.el (display-buffer-use-some-window): Don't make window
1178 used smaller than it was before (Bug#17671).
1179
1180 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1181
1182 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1183 'redisplay' instead of '(sit-for 0)'.
1184
1185 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
1188 regexp. (Bug#17653)
1189
1190 2014-06-03 Glenn Morris <rgm@gnu.org>
1191
1192 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1193
1194 2014-06-02 Eli Zaretskii <eliz@gnu.org>
1195
1196 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1197
1198 2014-06-01 Eli Zaretskii <eliz@gnu.org>
1199
1200 * simple.el (keyboard-quit): Force update of mode lines, to remove
1201 the "Def" indicator, if we were defining a macro. (Bug#17615)
1202
1203 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * minibuffer.el (minibuffer-force-complete-and-exit):
1206 Obey minibuffer-default (bug#17545).
1207
1208 * progmodes/js.el (js-indent-line): Don't mix columns and chars
1209 (bug#17619).
1210
1211 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * subr.el (set-transient-map): Don't wait for some "nested"
1214 transient-map to finish if we're only supposed to be active for
1215 the next command (bug#17642).
1216
1217 2014-05-31 Leo Liu <sdl.web@gmail.com>
1218
1219 * emacs-lisp/gv.el (window-buffer, window-display-table)
1220 (window-dedicated-p, window-hscroll, window-point, window-start):
1221 Fix gv-expander. (Bug#17630)
1222
1223 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1226 clicks (bug#17633).
1227
1228 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1229 for the single comma, since ", " is *very* common in normal French text
1230 (bug#17643).
1231
1232 2014-05-30 Glenn Morris <rgm@gnu.org>
1233
1234 * emacs-lisp/package.el (package-check-signature)
1235 (package-unsigned-archives): Fix :version.
1236
1237 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * subr.el (sit-for): Don't run input-methods (bug#15614).
1240
1241 2014-05-28 Glenn Morris <rgm@gnu.org>
1242
1243 * cus-start.el: Fix some :version numbers.
1244
1245 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * simple.el (deactivate-mark): Set mark-active to nil even if
1248 deactivation is done via setting transient-mark-mode to nil,
1249 since one is buffer-local and the other is global.
1250
1251 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1252 there can't be more than 2 arguments (bug#17584).
1253
1254 2014-05-27 Glenn Morris <rgm@gnu.org>
1255
1256 * simple.el (filter-buffer-substring-functions)
1257 (filter-buffer-substring-function, buffer-substring-filters)
1258 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1259
1260 * minibuffer.el (completion-in-region-functions, completion-in-region)
1261 (completion--in-region): Doc fixes.
1262
1263 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1264 (expand-abbrev, abbrev--default-expand): Doc fixes.
1265
1266 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1267
1268 Include sources used to create macuvs.h.
1269 * international/README: Refer to the Unicode Terms of Use rather
1270 than copying it bodily here, as that simplifies maintenance.
1271
1272 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1273
1274 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1275
1276 2014-05-25 Martin Rudalics <rudalics@gmx.at>
1277
1278 * window.el (window--dump-frame): Remove interactive
1279 specification.
1280
1281 2014-05-23 Glenn Morris <rgm@gnu.org>
1282
1283 * hippie-exp.el (he-line-search-regexp):
1284 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1285
1286 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1287
1288 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1289 to avoid errors when trying to create or visit a file foo.todo
1290 located outside to todo-directory, and to allow having such files
1291 without them being tied to Todo mode (bug#17482).
1292 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1293 (todo-archive-done-item, todo-find-filtered-items-file)
1294 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1295 (todo-category-completions, todo-read-category): When visiting a
1296 Todo file, make sure we're in the right mode and the buffer local
1297 variables are set.
1298 (todo-make-categories-list, todo-reset-nondiary-marker)
1299 (todo-reset-done-string, todo-reset-comment-string):
1300 After processing all Todo files, kill the buffers of those files that
1301 weren't being visited before the processing.
1302 (todo-display-as-todo-file, todo-add-to-buffer-list)
1303 (todo-visit-files-commands): Comment out.
1304 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1305 (auto-mode-alist): Remove add-to-list calls making Todo file
1306 extensions unrestrictedly tied to Todo modes.
1307
1308 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1311 (advice-function-member-p): Tell it to check both names and functions
1312 (bug#17531).
1313 (advice--add-function): Adjust call accordingly.
1314
1315 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1316
1317 * calendar/todo-mode.el: Miscellaneous bug fixes.
1318 (todo-delete-file): When deleting an archive but not its todo
1319 file, make sure to update the todo file's category sexp.
1320 (todo-move-category): Keep the moved category's name unless the
1321 file moved to already has a category with that name. If the
1322 numerically last category of the source file was moved, make the
1323 first category current to avoid selecting a nonexisting category.
1324 (todo-merge-category): Fix implementation to make merging to a
1325 category in another file work as documented. Eliminate now
1326 insufficient and unnecessary renaming of archive category, correct
1327 document string accordingly, and clarify it. If the numerically
1328 last category of the source file was merged, make the first
1329 category current to avoid selecting a nonexisting category.
1330 (todo-archive-done-item): When there are marked items and point
1331 happens to be on an unmarked item, ignore the latter. Don't leave
1332 point below last item after archiving marked items.
1333 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1334 from an archive with only one category deletes the archive only
1335 when the category is empty after unarchiving. Make sure the todo
1336 file's category sexp is updated.
1337 (todo-read-file-name): Allow an existing file name even when it is
1338 not required (todo-move-category needs this to work as documented).
1339 (todo-add-file): Call todo-validate-name to reject the name of an
1340 existing todo file (needed due to fix in todo-read-file-name).
1341 (todo-reset-nondiary-marker): Also reset in filtered items files.
1342 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1343 regexp filtered items files.
1344 (todo-reset-highlight-item): Also reset in filtered items files.
1345 Fix incorrect variable reference in document string.
1346
1347 2014-05-22 Glenn Morris <rgm@gnu.org>
1348
1349 * window.el (window--dump-frame): Avoid error in --without-x builds.
1350
1351 2014-05-21 Glenn Morris <rgm@gnu.org>
1352
1353 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1354
1355 2014-05-21 Eli Zaretskii <eliz@gnu.org>
1356
1357 * frame.el (set-frame-font): Doc fix.
1358
1359 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1360
1361 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
1362
1363 * emacs-lisp/package.el (package--download-one-archive):
1364 Use `write-region' instead of `save-buffer' to avoid running various
1365 hooks. (Bug#17155)
1366 (describe-package-1): Same. Insert newline at the end of the
1367 buffer if appropriate.
1368
1369 2014-05-20 Juri Linkov <juri@jurta.org>
1370
1371 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1372 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1373 Add more modifiers: meta, control, shift, hyper, super, alt.
1374 (Bug#17439)
1375
1376 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1377 to allow changing its value with `set-variable'.
1378
1379 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1382 #; comments.
1383 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1384 New functions.
1385 (scheme-mode-variables): Set syntax-propertize-function instead of
1386 font-lock-syntactic-face-function.
1387 (scheme-font-lock-syntactic-face-function): Delete.
1388
1389 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1390
1391 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1394 (bug#17392).
1395
1396 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1399 for a temporary file name.
1400
1401 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1402
1403 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1404
1405 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * net/dbus.el (dbus-init-bus, dbus-call-method)
1408 (dbus-call-method-asynchronously, dbus-send-signal)
1409 (dbus-method-return-internal, dbus-method-error-internal):
1410 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1411
1412 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1413
1414 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1415 methods which do not have a doc string. (Bug#17490)
1416
1417 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1418 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1421 suffix (bug#15419).
1422
1423 2014-05-14 Glenn Morris <rgm@gnu.org>
1424
1425 * vc/emerge.el (emerge-temp-file-prefix):
1426 Make pointless option obsolete.
1427 (emerge-temp-file-mode): Make non-functional option obsolete.
1428
1429 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * net/browse-url.el (browse-url):
1432 Use `unhandled-file-name-directory' when setting `default-directory',
1433 in order to circumvent stalled remote connections. (Bug#17425)
1434
1435 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1438 into autoloading just because of a silly indirection.
1439
1440 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1441
1442 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1443
1444 2014-05-11 Glenn Morris <rgm@gnu.org>
1445
1446 * emacs-lisp/find-gc.el: Move to ../admin.
1447
1448 2014-05-10 Glenn Morris <rgm@gnu.org>
1449
1450 * printing.el (pr-version):
1451 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1452
1453 * net/browse-url.el (browse-url-mosaic):
1454 Create /tmp/Mosaic.PID as a private file.
1455
1456 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1459 (advice--member-p): If name is given, only compare the name.
1460 (advice--remove-function): Don't stop at the first match.
1461 (advice--normalize-place): New function.
1462 (add-function, remove-function): Use it.
1463 (advice--add-function): Pass the name, if any, to
1464 advice--remove-function.
1465
1466 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1467
1468 * electric.el (electric-indent-post-self-insert-function): Don't use
1469 `pos' after modifying the buffer (bug#17449).
1470
1471 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * subr.el (function-put): Add function.
1474
1475 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1476
1477 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1478 Correct argument list to conform to todo-insert-item--basic.
1479
1480 2014-05-09 Glenn Morris <rgm@gnu.org>
1481
1482 * files.el (cd-absolute): Test if directory is accessible
1483 rather than executable. (Bug#17330)
1484
1485 * progmodes/compile.el (recompile):
1486 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1487
1488 2014-05-08 Juri Linkov <juri@jurta.org>
1489
1490 * dired.el (dired-check-switches, dired-switches-recursive-p):
1491 New functions. (Bug#17218)
1492 (dired-switches-escape-p, dired-move-to-end-of-filename):
1493 Use `dired-check-switches'.
1494 (dired-insert-old-subdirs, dired-build-subdir-alist)
1495 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1496
1497 2014-05-08 Glenn Morris <rgm@gnu.org>
1498
1499 * net/browse-url.el (browse-url-mosaic):
1500 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1501 This is CVE-2014-3423.
1502
1503 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1506 (xterm-mouse--read-event-sequence-1000): Return nil if something
1507 looks fishy.
1508 (xterm-mouse-event): Propagate it.
1509 (xterm-mouse-translate-1): Handle it.
1510
1511 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1512
1513 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1514 four slots of the parameter list are filled, make sure to pass it
1515 to the argument list of todo-insert-item--basic.
1516
1517 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1520 Add optional `seen' argument to detect and break infinite loops.
1521
1522 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1523
1524 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1525 (trace-unsafe, trace-use-tree): Make parentheses style be
1526 according to Emacs style.
1527
1528 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * net/tramp-sh.el (tramp-remote-process-environment):
1531 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1532 Add :version entry.
1533 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1534 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1535 extra "PSx=..." commands.
1536 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1537 (Bug#17295)
1538
1539 (tramp-uudecode): Replace the hard-coded temporary file name by a
1540 format specifier.
1541 (tramp-remote-coding-commands): Enhance docstring.
1542 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1543 name. (Bug#17415)
1544 This is CVE-2014-3424.
1545
1546 2014-05-06 Glenn Morris <rgm@gnu.org>
1547
1548 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1549 (find-gc-source-files): Update some names.
1550 (trace-call-tree): Simplify and update.
1551 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1552 This is CVE-2014-3422.
1553
1554 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * minibuffer.el (completion--try-word-completion): Revert fix for
1557 Bug#15980 (bug#17375).
1558
1559 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1560 Always store button numbers in the same way in xterm-mouse-last;
1561 Don't burp is xterm-mouse-last is not set as expected.
1562 Never return negative indices.
1563
1564 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1565
1566 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1567 Backtrack one char if the global/char-literal var matcher hits
1568 inside a string. The next char could be the beginning of an
1569 expression expansion.
1570
1571 2014-05-05 Glenn Morris <rgm@gnu.org>
1572
1573 * help-fns.el (describe-function-1): Test for an autoload before a
1574 macro, since `macrop' works on autoloads. (Bug#17410)
1575
1576 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1579
1580 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1581 Make sure the new point we return is within the new string (bug#17239).
1582
1583 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1584
1585 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1586
1587 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1590 Use nil rather than `default' for the "default" appearance (bug#17388).
1591 * vc/ediff-util.el (ediff-inferior-compare-regions)
1592 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1593 a misleading `default' value when it's really a boolean.
1594 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1595 overlay is not visible.
1596
1597 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1598
1599 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1600 (todo-menu): Uncomment and update.
1601
1602 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1603
1604 * calendar/todo-mode.el: Reimplement item editing to have the same
1605 basic user interface as item insertion, and make small UI and
1606 larger internal improvements to the latter.
1607 (todo-insert-item): Add reference to the Todo mode user manual to
1608 the documentation string.
1609 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1610 adjust all callers. Change signature to combine diary and
1611 nonmarking arguments. Incorporate functionality of deleted item
1612 copying command and add error checking. Remove detailed
1613 descriptions of the arguments from the documentation string, since
1614 this is treated in the Todo mode user manual.
1615 (todo-copy-item, todo-edit-multiline-item)
1616 (todo-edit-done-item-comment, todo-edit-item-header)
1617 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1618 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1619 (todo-edit-item-date-year, todo-edit-item-date-month)
1620 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1621 Remove.
1622 (todo-edit-item): Reimplement as wrapper command for
1623 todo-edit-item--next-key and make it distinguish done and not done
1624 todo items.
1625 (todo-edit-item--text): New function, replacing old command
1626 todo-edit-item and incorporating deleted commands
1627 todo-edit-multiline-item and todo-edit-done-item-comment.
1628 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1629 Use only numeric value of prefix argument. Remove detailed
1630 descriptions of the arguments from the documentation string, since
1631 this is treated in the Todo mode user manual.
1632 (todo-edit-item--diary-inclusion): New function, replacing old
1633 command todo-edit-item-diary-inclusion and incorporating and fixing
1634 functionality of deleted command todo-edit-item-diary-nonmarking,
1635 making sure to remove todo-nondiary-marker when adding
1636 diary-nonmarking-symbol.
1637 (todo-edit-category-diary-inclusion): Make sure to delete
1638 diary-nonmarking-symbol when adding todo-nondiary-marker.
1639 (todo-edit-category-diary-nonmarking): Fix indentation.
1640 (todo-insert-item--parameters): Group diary and nonmarking
1641 parameters together.
1642 (todo-insert-item--apply-args): Adjust to signature of
1643 todo-insert-item--basic and incorporate copy parameter.
1644 Make small code improvements.
1645 (todo-insert-item--next-param): Improve prompt and adjust it to
1646 new parameter grouping. Remove obsolete code.
1647 (todo-edit-item--param-key-alist)
1648 (todo-edit-item--date-param-key-alist)
1649 (todo-edit-done-item--param-key-alist): New defconsts.
1650 (todo-edit-item--prompt): New variable.
1651 (todo-edit-item--next-key): New function.
1652 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1653 Remove bindings of deleted commands.
1654
1655 2014-05-02 Leo Liu <sdl.web@gmail.com>
1656
1657 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1658
1659 2014-05-01 Glenn Morris <rgm@gnu.org>
1660
1661 * allout-widgets.el (allout-widgets-tally)
1662 (allout-decorate-item-guides):
1663 * menu-bar.el (menu-bar-positive-p):
1664 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1665 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1666 * progmodes/js.el (js--inside-param-list-p)
1667 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1668 * progmodes/prolog.el (region-exists-p):
1669 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1670 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1671 Doc fixes (replace `iff').
1672
1673 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1676
1677 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1678
1679 * dired.el (dired-initial-position-hook, dired-initial-position):
1680 Doc string fixes.
1681
1682 2014-04-29 Glenn Morris <rgm@gnu.org>
1683
1684 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1685
1686 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1687
1688 * faces.el (face-spec-recalc): Apply X resources only after the
1689 defface spec has been applied. Thus, X resources are no longer
1690 overridden by the defface spec which also fixes issues on win32 where
1691 the toolbar coloring was wrong because it is set through X resources
1692 and was (wrongfully) overridden. (Bug#16694)
1693
1694 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * textmodes/rst.el (electric-pair-pairs): Declare.
1697 (rst-mode): Set it (bug#17131).
1698
1699 2014-04-27 Juri Linkov <juri@jurta.org>
1700
1701 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1702 and `print-level' to nil. (Bug#17351)
1703
1704 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1705
1706 * battery.el (battery-update): Handle the case where battery
1707 status is "N/A" (bug#17319).
1708
1709 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1710
1711 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1712 Use equal-including-properties to compare help-echo strings (bug#17331).
1713
1714 2014-04-24 Leo Liu <sdl.web@gmail.com>
1715
1716 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1717 Fix syntax for @. (Bug#17325)
1718
1719 2014-04-24 Daniel Colascione <dancol@dancol.org>
1720
1721 * emacs-lisp/cl.el (gv): Require gv early to break eager
1722 macro-expansion cycles.
1723
1724 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * simple.el (region-active-p): Check there's a mark (bug#17324).
1727
1728 * simple.el (completion-list-mode-map): Use choose-completion for the
1729 mouse binding as well (bug#17302).
1730 (completion-list-mode, completion-setup-function): Adjust docstring and
1731 echo area message accordingly.
1732 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1733 calling convention of choose-completion.
1734 * comint.el (comint-dynamic-list-completions):
1735 * term.el (term-dynamic-list-completions): Accept choose-completion.
1736
1737 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1738 &, |, +, - and * can't be a division (bug#17317).
1739
1740 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1743 features on gnome-terminal (bug#16988).
1744
1745 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1746
1747 * dired.el (dired-insert-set-properties): Do not consider
1748 subdirectory headings and empty lines to be information that
1749 `dired-hide-details-mode' should hide. (Bug#17228)
1750
1751 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1752
1753 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1754 Remove test messages.
1755 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1756 and `target' twice.
1757
1758 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1761 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1762
1763 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1764
1765 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1766
1767 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1768 Set "IFS=" when using read builtin, in order to preserve spaces in
1769 the file name. Add test messages for hunting a bug on hydra.
1770 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1771
1772 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1775 Don't prettify a word within a symbol.
1776
1777 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1780 possible.
1781
1782 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1785 assignments such as "case=hello" (bug#17297).
1786
1787 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1788
1789 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1790 Do not autoload.
1791 (tramp-file-name-handler, tramp-completion-file-name-handler):
1792 Revert patch from 2014-04-10, it isn't necessary anymore.
1793 (tramp-autoload-file-name-handler)
1794 (tramp-register-autoload-file-name-handlers): New defuns.
1795 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1796 (tramp-register-file-name-handlers): Remove also
1797 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1798 Do not autoload its invocation, but eval it after loading of 'tramp.
1799
1800 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1801
1802 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1803
1804 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1807 was done (bug#17264).
1808 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1809 comment to EOB.
1810
1811 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1812 here-documents (bug#17262).
1813
1814 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1815
1816 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1817 Provide doc strings, as required by snarf-documentation.
1818
1819 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1822 arg of overlays-at. Use `invisible-p'.
1823
1824 * obsolete/lucid.el (extent-at):
1825 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1826 overlays-at.
1827 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1828
1829 2014-04-14 João Távora <joaotavora@gmail.com>
1830
1831 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1832 links. (Bug#17217).
1833
1834 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1835
1836 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1837 Use mapc to loop over a vector. (Bug#17257).
1838
1839 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1840
1841 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1842 patch, there are new problems with file names containing spaces.
1843 Get rid of backticks. (Bug#17238)
1844
1845 2014-04-13 João Távora <joaotavora@gmail.com>
1846
1847 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1848 possible bug.
1849
1850 2014-04-13 Eli Zaretskii <eliz@gnu.org>
1851
1852 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1853 (blink-cursor-mode): Mention customization variables and the
1854 effect of 'blink-cursor-blinks'.
1855
1856 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
1857
1858 * simple.el (undo): Prevent insertion of identity mapping into
1859 undo-equiv-table so as undo-only does not inf loop in the presence
1860 of consecutive nils in undo list.
1861
1862 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1863
1864 * faces.el (make-face): Deprecate optional argument as it is no
1865 longer needed/used since the conditional X resources handling
1866 has been pushed down to make-face-x-resource-internal itself.
1867 (make-empty-face): Don't pass optional argument to make-face.
1868
1869 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1870
1871 * international/characters.el <standard-case-table>: Add entries
1872 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1873 Set category of Coptic characters be 'g' (Greek).
1874
1875 2014-04-12 Leo Liu <sdl.web@gmail.com>
1876
1877 * progmodes/octave.el (completion-table-with-cache): Define if not
1878 available.
1879 (octave-goto-function-definition)
1880 (octave-sync-function-file-names)
1881 (octave-find-definition-default-filename): Backquote upattern for
1882 compatibility.
1883
1884 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1885
1886 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1887 name twice due to backticks. (Bug#17238)
1888
1889 2014-04-11 Glenn Morris <rgm@gnu.org>
1890
1891 * term/w32-win.el (x-win-suspend-error):
1892 * term/x-win.el (x-win-suspend-error): Sync docs.
1893
1894 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 Ediff's overlay priorities cause more trouble than they solve.
1897 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1898 (ediff-highest-priority): Remove function (bug#17234).
1899 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1900 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1901 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1902 overlay priorities.
1903
1904 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
1905
1906 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1907 entry; use symbol boundaries to avoid mis-matches.
1908
1909 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
1910
1911 * net/tramp.el (tramp-file-name-handler)
1912 (tramp-completion-file-name-handler): Avoid recursive loading.
1913
1914 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1915 Quote result also locally.
1916
1917 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1918
1919 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1920 Module methods. (Bug#17216)
1921
1922 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1925 (describe-bindings-internal): Mark obsolete.
1926
1927 2014-04-07 João Távora <joaotavora@gmail.com>
1928
1929 * elec-pair.el:
1930 (electric-pair--syntax-ppss): When inside comments parse from
1931 comment beginning.
1932 (electric-pair--balance-info): Fix typo in comment.
1933 (electric-pair--in-unterminated-string-p): Delete.
1934 (electric-pair--unbalanced-strings-p): New function.
1935 (electric-pair-string-bound-function): New var.
1936 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1937 according to `electric-pair--in-unterminated-string-p'
1938
1939 2014-04-07 João Távora <joaotavora@gmail.com>
1940
1941 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1942 Inhibit quote pairing if point-max is inside an unterminated string.
1943 (electric-pair--looking-at-unterminated-string-p): Delete.
1944 (electric-pair--in-unterminated-string-p): New function.
1945
1946 2014-04-07 Glenn Morris <rgm@gnu.org>
1947
1948 * shell.el (shell-directory-tracker):
1949 Go back to just ignoring failures. (Bug#17159)
1950
1951 2014-04-06 João Távora <joaotavora@gmail.com>
1952
1953 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1954 backspace. (bug#16981)
1955 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1956 (electric-pair-backward-delete-char-untabify): Delete.
1957 (electric-pair-mode-map): Bind backspace to a menu item filtering
1958 a new `electric-pair-delete-pair' command.
1959 (electric-pair-delete-pair): New command.
1960
1961 2014-04-06 João Távora <joaotavora@gmail.com>
1962
1963 * progmodes/python.el (python-electric-pair-string-delimiter):
1964 Fix triple-quoting electricity. (Bug#17192)
1965
1966 2014-04-06 João Távora <joaotavora@gmail.com>
1967
1968 * elec-pair.el (electric-pair-post-self-insert-function):
1969 Don't skip whitespace when `electric-pair-text-pairs' and
1970 `electric-pair-pairs' were used. syntax to
1971 electric-pair--skip-whitespace. (Bug#17183)
1972
1973 2014-04-06 Eli Zaretskii <eliz@gnu.org>
1974
1975 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1976 "<F>". (Bug#17199)
1977
1978 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1981 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1982
1983 2014-04-05 Glenn Morris <rgm@gnu.org>
1984
1985 * help.el (view-lossage): Doc tweak.
1986
1987 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
1988
1989 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1990 only when inhibit-x-resources is nil, and do that earlier in the
1991 function. Doc fix. (Bug#16694)
1992 (face-spec-choose): Accept additional optional argument, whose
1993 value is returned if no matching attributes are found.
1994 (face-spec-recalc): Use the new optional argument when calling
1995 face-spec-choose. (Bug#16378)
1996 (make-face-x-resource-internal): Do nothing when
1997 inhibit-x-resources is non-nil. Don't touch the default face if
1998 reversed video is given--as was done in previous versions of Emacs.
1999 (face-set-after-frame-default): Don't call
2000 make-face-x-resource-internal here. (Bug#16434)
2001
2002 2014-04-04 Tassilo Horn <tsdh@gnu.org>
2003
2004 * doc-view.el (doc-view-bookmark-jump):
2005 Use `bookmark-after-jump-hook' to jump to the right page after the
2006 buffer is shown in a window. (bug#16090)
2007
2008 2014-04-04 Eli Zaretskii <eliz@gnu.org>
2009
2010 * international/characters.el (mirroring): Fix last change:
2011 instead of loading uni-mirrored.el explicitly, do that implicitly
2012 by creating the 'mirroring' uniprop table. This avoids announcing
2013 the loading of uni-mirrored.el.
2014
2015 2014-04-04 Glenn Morris <rgm@gnu.org>
2016
2017 * files.el (buffer-stale--default-function)
2018 (buffer-stale-function, revert-buffer--default):
2019 * autorevert.el (auto-revert-buffers): Doc tweaks.
2020
2021 2014-04-03 Eli Zaretskii <eliz@gnu.org>
2022
2023 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2024
2025 2014-04-03 Glenn Morris <rgm@gnu.org>
2026
2027 * files.el (make-backup-file-name-function)
2028 (make-backup-file-name, make-backup-file-name--default-function)
2029 (make-backup-file-name-1, find-backup-file-name)
2030 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2031 (buffer-stale--default-function, buffer-stale-function)
2032 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2033 (revert-buffer, revert-buffer--default)
2034 (revert-buffer-insert-file-contents--default-function):
2035 Doc fixes related to defaults no longer being nil.
2036 (make-backup-file-name-function): Bump :version.
2037 Restore nil as a valid but deprecated custom type.
2038
2039 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
2042 used as a variable (bug#17174).
2043
2044 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * progmodes/perl-mode.el (perl-indent-new-calculate):
2047 Handle forward-sexp failure (bug#16985).
2048 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2049 modifiers introducing expressions (bug#17116).
2050
2051 2014-04-02 Glenn Morris <rgm@gnu.org>
2052
2053 * menu-bar.el (menu-bar-file-menu):
2054 * vc/ediff.el (ediff-current-file):
2055 Update for revert-buffer-function no longer being nil by default.
2056
2057 * simple.el (command-execute): Respect nil disabled-command-function.
2058
2059 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2060
2061 * simple.el (command-execute): Do not execute the command when it
2062 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2063
2064 2014-03-29 Juri Linkov <juri@jurta.org>
2065
2066 * dired-aux.el (dired-compress-file): Don't use string-match-p
2067 because its match data is used afterwards.
2068
2069 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2072 0 like nil.
2073
2074 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2075
2076 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2077 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2078
2079 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2080 Don't propertize `?' or `!' as symbol constituent when after
2081 colon. (Bug#17097)
2082
2083 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2084
2085 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2086 which is no longer needed and causes trouble in GTK builds (bug#17046).
2087
2088 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2089 Use url-insert-file-contents; package-handle-response no longer exists.
2090
2091 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * emacs-lisp/package.el: Fix bug#16733 (again).
2094 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2095 (url-http-target-url): Remove unused declarations.
2096 (package-handle-response): Remove.
2097 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2098 (package--download-one-archive): Use current-buffer instead of
2099 dynamic binding of `buffer'.
2100 (describe-package-1): Do not decode readme-string.
2101
2102 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
2103
2104 * simple.el (primitive-undo): Correction to 2014-03-24 change.
2105
2106 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
2107
2108 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2109
2110 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2111 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2112 `remote-file-name-inhibit-cache' to nil in the second pass.
2113 (tramp-find-executable): Do not call "which" on SunOS.
2114 (tramp-send-command-and-check): Fix docstring.
2115 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2116 check whether source directory has set the sticky bit.
2117
2118 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
2119
2120 * simple.el (primitive-undo): Only process marker adjustments
2121 validated against their corresponding (TEXT . POS). Issue warning
2122 for lone marker adjustments in undo history. (Bug#16818)
2123 (undo-make-selective-list): Add marker adjustments to selective
2124 undo list based on whether their corresponding (TEXT . POS) is in
2125 the region. Remove variable adjusted-markers, which was unused
2126 and only non nil during undo-make-selective-list.
2127 (undo-elt-in-region): Return nil when passed a marker adjustment
2128 and explain in function doc.
2129
2130 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2131
2132 * emacs-lisp/package.el (package--add-to-archive-contents):
2133 Include already installed and built-in packages in
2134 `package-archive-contents'.
2135 (package-install): Don't include already installed packages in the
2136 options during interactive invocation. (Bug#16762)
2137
2138 2014-03-24 Daniel Colascione <dancol@dancol.org>
2139
2140 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2141 instead of cl-loop search function.
2142
2143 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2146
2147 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2148
2149 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2150
2151 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2152
2153 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2154 Match special global variables without curlies, too.
2155 (ruby-font-lock-keywords): Simplify the matcher for special global
2156 variables. Don't require a non-word character after the variable.
2157 (Bug#17057)
2158
2159 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * simple.el (redisplay-highlight-region-function): Increase priority of
2162 overlay to make sure boundaries are visible (bug#15899).
2163
2164 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2165
2166 * frameset.el (frameset-restore): Compare display strings with equal.
2167
2168 * frame.el (make-frame): Don't quote display name in error message,
2169 it is already a string.
2170
2171 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2172
2173 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2174 the password.
2175
2176 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
2177
2178 * emacs-lisp/package.el (package-show-package-list): If the buffer
2179 is already displayed in another window, switch to that window.
2180
2181 2014-03-21 Daniel Colascione <dancol@dancol.org>
2182
2183 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2184 information in bug reports.
2185
2186 2014-03-23 Daniel Colascione <dancol@dancol.org>
2187
2188 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2189 list to look for keyword arguments instead of `memq', fixing
2190 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2191 Please make bootstrap.
2192
2193 2014-03-23 Richard Stallman <rms@gnu.org>
2194
2195 * battery.el (battery-linux-sysfs): Search for each field
2196 from the beginning of the buffer.
2197
2198 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2199
2200 * emacs-lisp/package.el (package-desc): Use the contents of the
2201 quoted form, not its cdr. (Bug#16873)
2202
2203 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2204
2205 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2206 benefit of doc.c; change parameter profile to match the X function.
2207
2208 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2211 and `tramp-copy-env'.
2212
2213 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2214 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2215
2216 2014-03-21 Glenn Morris <rgm@gnu.org>
2217
2218 * electric.el (electric-indent-post-self-insert-function): Add doc.
2219
2220 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2221
2222 * emacs-lisp/package.el (package-compute-transaction):
2223 Use `version-list-<=' to compare the requirement version against
2224 the version of package already to be installed. Update the error
2225 message. (Bug#16826)
2226
2227 * progmodes/ruby-mode.el (ruby-smie-rules):
2228 Add indentation rule for ` @ '. (Bug#17050)
2229
2230 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * align.el (align-regexp): Remove superfluous backslash.
2233
2234 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2235 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2236 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2237 Fix docstring typos.
2238 (ffap-next): Use C-u in docstring.
2239 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2240 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2241 Remove superfluous backslashes.
2242 (ffap-string-at-point): Reflow docstring.
2243
2244 * server.el (server-host): Reflow docstring.
2245 (server-unload-function): Fix docstring typo.
2246 (server-eval-at): Remove superfluous backslash.
2247
2248 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2249 (skeleton-insert): Doc fix.
2250 (skeleton-insert): Reflow docstring.
2251
2252 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2253 (tty-color-approximate, tty-color-by-index, tty-color-values)
2254 (tty-color-desc): Remove superfluous backslashes.
2255
2256 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * electric.el (electric-newline-and-maybe-indent): New command.
2259 Bind it globally to C-j.
2260 (electric-indent-mode): Don't mess with the global map any more.
2261 Don't drop the post-self-insert-hook is some buffer is still using it
2262 (bug#16770).
2263
2264 * bindings.el (global-map): Remove C-j binding.
2265
2266 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2267 the docstring of functions advised before dumping (bug#16993).
2268
2269 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2270
2271 * ps-print.el (ps-generate-postscript-with-faces):
2272 Explicitly deactivate the mark (bug#16866).
2273 * simple.el (deactivate-mark): Update region highlight.
2274
2275 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2276
2277 * emacs-lisp/package.el (describe-package-1):
2278 Decode commentary (bug#16733).
2279
2280 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2281
2282 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2283 modification of the value argument of :set (bug#16755).
2284
2285 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * simple.el (newline-and-indent): Do autofill (bug#17031).
2288
2289 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2290
2291 * newcomment.el (comment-normalize-vars): Only add escaping check
2292 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2293 (comment-beginning): Use `narrow-to-region' instead of moving back
2294 one character.
2295 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2296 (comment-start-skip): Update the docstring.
2297
2298 2014-03-18 Richard Stallman <rms@gnu.org>
2299
2300 * dired.el (dired-display-file): Force use of other window.
2301
2302 2014-03-18 Daniel Colascione <dancol@dancol.org>
2303
2304 * startup.el (tty-handle-args): Remove debug message from 2007.
2305
2306 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2309 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2310 (advice--make-1, advice-add, advice-remove):
2311 Remove braindead :advice-pending hack.
2312
2313 2014-03-17 Glenn Morris <rgm@gnu.org>
2314
2315 * calendar/calendar.el (calendar-generate-month): Apply weekend
2316 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2317
2318 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2319
2320 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2321 (tramp-call-process): Trace also DESTINATION.
2322
2323 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2324 Quote file names when they are local. Remove superfluous trace.
2325
2326 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2327
2328 * newcomment.el (comment-beginning): If `comment-start-skip'
2329 doesn't match, move back one char and try again. (Bug#16971)
2330
2331 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2332 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2333 Set `comment-start-skip' to a simpler value that doesn't try to
2334 check if the semicolon is escaped (this is handled by
2335 `syntax-ppss' now). (Bug#16971)
2336
2337 * progmodes/scheme.el (scheme-mode-variables): Same.
2338
2339 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2340
2341 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2342 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2343 current (Bug#16816, Bug#17007).
2344 (with-current-buffer-window): New macro doing the same as
2345 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2346 * help.el (help-print-return-message): Warn in doc-string to not
2347 use this in `with-help-window'.
2348 (describe-bindings-internal): Call `describe-buffer-bindings'
2349 from within help buffer. See Juanma's scenario in (Bug#16816).
2350 (with-help-window): Update doc-string.
2351 * dired.el (dired-mark-pop-up):
2352 * files.el (save-buffers-kill-emacs):
2353 * register.el (register-preview): Use `with-current-buffer-window'
2354 instead of `with-temp-buffer-window'.
2355
2356 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2359 Implement inserting into current buffer, documented in their docstrings.
2360 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2361 (rst-section-tree-point, rst-forward-section, rst-indent)
2362 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2363 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2364 (rst-font-lock-handle-adornment-pre-match-form)
2365 (rst-repeat-last-character): Reflow docstrings.
2366 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2367 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2368 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2369 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2370 Fix docstring typos.
2371 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2372 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2373 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2374
2375 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2376
2377 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2378 for compatibility with other ports.
2379 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2380 from the -xrm command line argument, but in the Nextstep port its value
2381 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2382
2383 * progmodes/python.el (defconst, python-syntax-count-quotes)
2384 (python-indent-region, python-indent-shift-right)
2385 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2386 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2387 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2388 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2389 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2390 (python-shell-buffer-substring, python-shell-send-buffer)
2391 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2392 (python-completion-complete-at-point, python-fill-docstring-style)
2393 (python-eldoc-function, python-imenu-format-item-label)
2394 (python-imenu-format-parent-item-label)
2395 (python-imenu-format-parent-item-jump-label)
2396 (python-imenu--build-tree, python-imenu-create-index)
2397 (python-imenu-create-flat-index): Fix docstring typos.
2398 (python-indent-context, python-shell-prompt-regexp, run-python):
2399 Remove superfluous backslashes.
2400 (python-indent-line, python-nav-beginning-of-defun)
2401 (python-shell-get-buffer, python-shell-get-process)
2402 (python-info-current-defun, python-info-current-line-comment-p)
2403 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2404 (python-indent-post-self-insert-function, python-shell-send-file)
2405 (python-shell-completion-get-completions)
2406 (python-shell-completion-complete-or-indent)
2407 (python-eldoc--get-doc-at-point): Reflow docstrings.
2408
2409 2014-03-14 Glenn Morris <rgm@gnu.org>
2410
2411 * emacs-lisp/package.el (package-menu-mode-map):
2412 Replace use of obsolete function alias. Tweak menu item text.
2413
2414 * info.el (Info-finder-find-node):
2415 Ignore the `emacs' metapackage. (Bug#10813)
2416
2417 * finder.el (finder-list-matches): Include unversioned packages
2418 in the result of a keyword search.
2419
2420 * finder.el (finder--builtins-descriptions): New constant.
2421 (finder-compile-keywords): Use finder--builtins-descriptions.
2422
2423 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2424
2425 * simple.el (blink-matching-paren): Describe the new value,
2426 `jump', enabling the old behavior.
2427 (blink-matching-open): Use that value. (Bug#17008)
2428
2429 2014-03-14 Glenn Morris <rgm@gnu.org>
2430
2431 * finder.el (finder-no-scan-regexp): Add leim-list.
2432 (finder-compile-keywords):
2433 Don't skip files with same basename. (Bug#14010)
2434 * Makefile.in (setwins_finder): New, excluding leim.
2435 (finder-data): Use setwins_finder.
2436
2437 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2438 (help-function-arglist, help-make-usage): Move from here...
2439 * help.el (help-split-fundoc, help-add-fundoc-usage)
2440 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2441 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2442
2443 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2444
2445 * net/socks.el (socks, socks-override-functions)
2446 (socks-find-services-entry):
2447 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2448 (hif-find-ifdef-block):
2449 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2450
2451 * net/tls.el (tls-program): Reflow docstring.
2452
2453 * progmodes/pascal.el (pascal-mode-abbrev-table)
2454 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2455 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2456 (pascal-outline-mode): Fix docstring typos.
2457 (pascal-mode): Let define-derived-mode document mode hook.
2458 (pascal-uncomment-area): Reflow.
2459 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2460
2461 * progmodes/opascal.el (opascal-compound-block-indent)
2462 (opascal-case-label-indent): Fix docstring typos.
2463 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2464
2465 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2466
2467 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2468 Fontify multiple adjacent negation chars. (Bug#17004)
2469
2470 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2471
2472 * emacs-lisp/package.el (package--prepare-dependencies):
2473 Accept requirements without explicit version (bug#14941).
2474
2475 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2476
2477 * register.el (register-separator, copy-to-register): Doc fixes.
2478 (register-preview-default): Remove unnecessary call to concat.
2479
2480 * frameset.el (frameset-restore): When checking for a visible frame,
2481 use the action map instead of calling visible-frame-list.
2482
2483 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2484
2485 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2486
2487 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2488
2489 * window.el (fit-frame-to-buffer): Get maximum width from
2490 display's width instead of height.
2491
2492 2014-03-12 Glenn Morris <rgm@gnu.org>
2493
2494 * desktop.el (desktop-restore-frames)
2495 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2496 (desktop-restore-reuses-frames): Doc tweaks.
2497
2498 * electric.el (electric-indent-mode): Doc fix.
2499
2500 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2503 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2504 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2505 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2506 (cvs-dired-use-hook): Fix docstring typos.
2507 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2508 Doc fixes.
2509
2510 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2511 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2512 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2513 (cvs-execute-single-dir): Fix docstring typos.
2514
2515 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2516 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2517
2518 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2519
2520 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2521 Fix docstring typos.
2522
2523 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2526 called from jump-to-register after unloading the frameset package.
2527
2528 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2531 (bug#16975). Deactivate the mark before setting it to nil.
2532 (activate-mark): Do nothing if region is already active.
2533
2534 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2535
2536 * frameset.el (frameset--target-display): Remove definition; declare.
2537 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2538
2539 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2542 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2543 when the advice is pending.
2544 (advice-remove): Remove this marker when not needed any more.
2545
2546 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2547
2548 * frameset.el: Separate options for reusing frames and cleaning up.
2549 (frameset--reuse-list): Remove definition; declare.
2550 (frameset--action-map): Declare.
2551 (frameset--find-frame-if): Doc fix.
2552 (frameset--restore-frame): Cache frame action.
2553 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2554 how to clean up the frame list after restoring. Remove cleaning
2555 options from REUSE-FRAMES. Change all keyword values to symbols.
2556 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2557
2558 * desktop.el (desktop-restore-forces-onscreen)
2559 (desktop-restore-reuses-frames): Use non-keyword values.
2560 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2561
2562 2014-03-10 Glenn Morris <rgm@gnu.org>
2563
2564 * files.el (find-file): Doc fix: update info node name.
2565
2566 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2567 Doc fix: remove references to deleted info nodes.
2568
2569 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2572 Do not add `nil' to the environment, when there's no remote `locale'.
2573 (tramp-find-inline-encoding): Check, that the remote host has
2574 installed perl, before sending scripts.
2575
2576 2014-03-10 Leo Liu <sdl.web@gmail.com>
2577
2578 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2579 Clear eldoc-last-message. (Bug#16920)
2580
2581 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2584 (bug#14430).
2585
2586 2014-03-09 Juri Linkov <juri@jurta.org>
2587
2588 * ansi-color.el (ansi-color-names-vector): Copy default colors
2589 from `xterm-standard-colors' that look well on the default white
2590 background (and also on the black background) to avoid illegible
2591 color combinations like yellow-on-white and white-on-white.
2592 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2593
2594 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2595
2596 * frameset.el (frameset-restore): When no frame is visible, do not
2597 generate a list of frames, just make visible the selected one.
2598
2599 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2600
2601 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2602 it only contains the repository root. (Bug#16897)
2603
2604 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2605
2606 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2607 only when `remote-file-name-inhibit-cache' is nil.
2608 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2609
2610 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2611
2612 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2613 Fix doc-strings.
2614 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2615 fit-frame-to-buffer variable. Fix doc-string.
2616 (fit-window-to-buffer): Set ONLY argument in call of
2617 fit-frame-to-buffer. Fix doc-string.
2618
2619 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2620
2621 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2622 (tramp-action-password): Clear password cache if needed.
2623 (tramp-read-passwd): Do not clear password cache.
2624
2625 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2626 cache unless it is the first password request.
2627
2628 2014-03-06 Glenn Morris <rgm@gnu.org>
2629
2630 * simple.el (newline): Doc tweak.
2631
2632 * emacs-lisp/shadow.el (load-path-shadows-find):
2633 Ignore dir-locals. (Bug#12357)
2634
2635 2014-03-05 Glenn Morris <rgm@gnu.org>
2636
2637 * files.el (interpreter-mode-alist):
2638 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2639
2640 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * frameset.el (frameset--initial-params): Filter out null entries.
2643
2644 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2645
2646 * window.el (window-min-height, window-min-width):
2647 Rewrite doc-strings.
2648 (window-body-size): Add PIXELWISE argument to make it consistent
2649 with its callees.
2650
2651 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2652
2653 * finder.el (finder-mode-map, finder-mode-syntax-table):
2654 Revert part of 2014-02-28 change.
2655
2656 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2657
2658 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2659 (eww-setup-buffer): Clear next/prev/etc more reliably.
2660 (eww-textarea-map): [tab] doesn't work on tty.
2661 Reported by Mario Lang.
2662
2663 * net/shr.el (shr-map): Ditto.
2664
2665 2014-03-04 Glenn Morris <rgm@gnu.org>
2666
2667 * minibuffer.el (completion-hilit-commonality):
2668 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2669
2670 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * hilit-chg.el (hilit-chg-unload-function): New function.
2673 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2674 (hilit-chg-map-changes): Prefer cardinal number to digit.
2675 (hilit-chg-display-changes): Reflow docstring.
2676 (highlight-changes-rotate-faces): Remove superfluous backslash.
2677
2678 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2679
2680 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2681 `tramp-send-command-and-check'.
2682
2683 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * hexl.el (hexl-address-region, hexl-ascii-region)
2686 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2687 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2688 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2689 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2690 (hexl-mode): Doc fix.
2691 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2692 (hexl-mode-ruler): Fix typos in docstrings.
2693
2694 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2695 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2696 Remove superfluous backslashes.
2697 (strokes-last-stroke, strokes-global-map, strokes-mode):
2698 Reflow docstrings.
2699 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2700 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2701 (strokes-distance-squared, strokes-global-set-stroke)
2702 (strokes-global-set-stroke-string): Doc fixes.
2703 (strokes-help): Fix typos; reflow docstring.
2704
2705 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2706
2707 * window.el (window-in-direction): Fix doc-string.
2708
2709 2014-03-04 Glenn Morris <rgm@gnu.org>
2710
2711 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2712 Explicit error if no grammar.
2713 (smie-config-save): Doc fix. Fix quote typo.
2714
2715 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2718 electric-indent-mode-hook if we obey electric-indent-mode.
2719 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2720 decide whether we obey electric-indent-mode.
2721 (c-change-set-fl-decl-start, c-extend-after-change-region):
2722 Silence warnings.
2723 (c-electric-indent-mode-hook): Assume we do want to obey
2724 electric-indent-mode.
2725
2726 * electric.el (electric-indent-mode-has-been-called): Remove.
2727 (electric-indent-mode): Fix accordingly.
2728
2729 * files.el (hack-local-variables): Mention file name in warning.
2730
2731 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2732
2733 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2734
2735 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2736 * simple.el (delete-forward-char): Mark as interactive-only.
2737
2738 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * icomplete.el (icomplete-completions):
2741 Follow-up to 2014-03-01 change.
2742
2743 * icomplete.el: Miscellaneous doc fixes.
2744 Use Icomplete everywhere instead of icomplete for consistency.
2745 (icomplete-max-delay-chars): Fix typo.
2746 (icomplete-mode): Use \[].
2747 (icomplete-tidy, icomplete-exhibit): Reflow.
2748 (icomplete-minibuffer-setup-hook, icomplete-completions):
2749 Remove superfluous backlashes.
2750
2751 * ido.el: Miscellaneous doc fixes.
2752 Use Ido everywhere instead of ido or `ido' for consistency.
2753 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2754 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2755 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2756 (ido-separator): Extract obsolescence info from docstring and declare
2757 with make-obsolete-variable.
2758 (ido-minibuffer-setup-hook): Simplify example.
2759 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2760 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2761 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2762 (ido-everywhere): Reflow docstring.
2763 (ido-toggle-vc): Doc fix.
2764 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2765 of long list of keybindings.
2766
2767 2014-03-03 Glenn Morris <rgm@gnu.org>
2768
2769 * frame.el (display-pixel-height, display-pixel-width)
2770 (display-mm-dimensions-alist, display-mm-height)
2771 (display-mm-width): Doc tweaks.
2772
2773 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2774
2775 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2776 case of undo in region.
2777
2778 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2779
2780 * window.el (fit-window-to-buffer): Fix argument in window-size
2781 call when window is horizontally combined.
2782
2783 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * icomplete.el (icomplete-completions): Use string-width.
2786 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2787
2788 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2789
2790 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2791 Highlight regexp options. (Bug#16914)
2792
2793 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2794
2795 * window.el (window--max-delta-1): Round down when calculating
2796 how many lines/columns we can get from a window.
2797
2798 2014-03-01 Glenn Morris <rgm@gnu.org>
2799
2800 * isearch.el (search-invisible): Doc fix.
2801
2802 * minibuffer.el (completion-hilit-commonality):
2803 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2804 * comint.el (comint-dynamic-list-completions): Doc fix.
2805 * comint.el (comint-dynamic-list-completions):
2806 * filecache.el (file-cache-minibuffer-complete):
2807 * tempo.el (tempo-display-completions):
2808 * eshell/em-hist.el (eshell-list-history):
2809 Replace use of obsolete argument of display-completion-list.
2810
2811 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * icomplete.el (icomplete-completions):
2814 Revert back to using "..." when ?… cannot be displayed.
2815
2816 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * finder.el (finder-unload-function): New function.
2819
2820 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * dframe.el (dframe-detach):
2823 * find-dired.el (find-dired, find-name-dired):
2824 * finder.el (finder-mode-map, finder-mode-syntax-table)
2825 (finder-headmark, finder-select, finder-mouse-select):
2826 Fix docstring typos.
2827
2828 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2829
2830 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2831 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2832 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2833 Fix doc-string based on a suggestion by Nicolas Richard
2834 <theonewiththeevillook@yahoo.fr>.
2835 * help.el (with-help-window): Fix doc-string.
2836
2837 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2838
2839 * net/shr.el (shr-image-animate): New option.
2840 (shr-put-image): Respect shr-image-animate.
2841
2842 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2843
2844 * net/tramp-adb.el (tramp-adb-parse-device-names):
2845 Use `accept-process-output'.
2846 (tramp-adb-handle-file-truename): Cache the localname only.
2847 (tramp-adb-handle-make-directory)
2848 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2849 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2850 modes cannot be changed.
2851
2852 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2853 file properties of symlinks.
2854
2855 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2856
2857 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2858 required/optional fields to match development biblatex. (Bug#16781)
2859
2860 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2861
2862 * saveplace.el (toggle-save-place):
2863 Fix argument handling. (Bug#16673)
2864
2865 2014-02-28 Glenn Morris <rgm@gnu.org>
2866
2867 * minibuffer.el (completions-first-difference)
2868 (completions-common-part, completion-hilit-commonality): Doc fixes.
2869
2870 2014-02-28 Karl Berry <karl@gnu.org>
2871
2872 * info.el (Info-mode-map): Add H for describe-mode,
2873 to synchronize with standalone Info.
2874
2875 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2876
2877 * progmodes/sql.el (sql-interactive-mode):
2878 Avoid setting global comint-input-ring-separator. (Bug#16814)
2879
2880 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * net/dbus.el (dbus--init-bus): Declare function.
2883 (dbus-path-local, dbus-interface-local): New defconst.
2884 (dbus-init-bus): Use them.
2885 (dbus-return-values-table): Extend doc.
2886 (dbus-handle-bus-disconnect): Extend error message.
2887
2888 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * subr.el (y-or-n-p): Fix double space issue in message.
2891
2892 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * net/tramp.el (tramp-call-process): Improve trace message.
2895 (tramp-handle-insert-file-contents): Trace error case.
2896
2897 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2898 <insert-directory>: Use `tramp-handle-insert-directory'.
2899 (tramp-adb-handle-insert-directory): Remove function.
2900 (tramp-adb-send-command-and-check): New defun, replacing
2901 `tramp-adb-command-exit-status'. Change all callees.
2902 (tramp-adb-handle-file-attributes)
2903 (tramp-adb-handle-directory-files-and-attributes): Use it.
2904 (tramp-adb-ls-output-name-less-p):
2905 Use `directory-listing-before-filename-regexp'.
2906 (tramp-adb-handle-delete-directory): Flush also file properties of
2907 the truename of directory.
2908 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2909 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2910 (tramp-adb-handle-write-region): Implement APPEND.
2911 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2912 properties correctly.
2913 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2914 variables. Check for connected devices only when needed.
2915
2916 2014-02-27 Glenn Morris <rgm@gnu.org>
2917
2918 * minibuffer.el (completion-table-dynamic)
2919 (completion-table-with-cache): Doc fixes.
2920
2921 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2922 (completing-read-multiple): Doc fixes.
2923
2924 2014-02-27 Daniel Colascione <dancol@dancol.org>
2925
2926 * minibuffer.el (completion--nth-completion): Fix indentation.
2927
2928 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2929 explicit tramp path is empty.
2930
2931 2014-02-27 Glenn Morris <rgm@gnu.org>
2932
2933 * emacs-lisp/crm.el (completing-read-multiple):
2934 Empower help-enable-auto-load.
2935
2936 2014-02-26 Glenn Morris <rgm@gnu.org>
2937
2938 * startup.el (command-line): Don't init the tty in daemon mode.
2939
2940 Avoid calling tty-setup-hook twice, eg if a term file
2941 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2942 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2943 (tty-create-frame-with-faces): Use it.
2944 * startup.el (command-line): Pass run-hook argument
2945 to tty-run-terminal-initialization.
2946
2947 * dired.el (dired-restore-desktop-buffer): Demote errors;
2948 eg in case a glob match fails. (Bug#16884)
2949
2950 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2951
2952 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2953 error from `read-from-string'. (Bug#16850)
2954
2955 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2956 result of `completing-read' in the interactive form. (Bug#16854)
2957
2958 2014-02-25 Glenn Morris <rgm@gnu.org>
2959
2960 * image.el (image-animate, image-animate-timeout):
2961 Stop animating images in dead buffers. (Bug#16878)
2962
2963 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2964
2965 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2966 Doc fixes.
2967 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2968 * term/sun.el (sun-raw-prefix-hooks):
2969 Use tty-setup-hook instead of term-setup-hook.
2970 (terminal-init-sun): Construct message from bytecomp plist.
2971 * term/wyse50.el (enable-arrow-keys): Doc fix.
2972
2973 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2974
2975 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2976 Fix docstring typos.
2977
2978 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2979
2980 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2981
2982 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2983
2984 * minibuffer.el (completion--try-word-completion):
2985 Fix error when completing M-x commands (bug#16808).
2986
2987 2014-02-24 Leo Liu <sdl.web@gmail.com>
2988
2989 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2990
2991 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * apropos.el (apropos-print): Avoid formatting error when
2994 apropos-do-all and apropos-compact-layout are both t.
2995
2996 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * apropos.el (apropos-property, apropos-all-words-regexp)
2999 (apropos-true-hit, apropos-variable, apropos-print):
3000 Fix docstring typos, and remove obsolete comment.
3001
3002 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3005 Preserve trailing "/". (Bug#16851)
3006
3007 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3008
3009 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3010 after `=>' (bug#16811).
3011 (ruby-smie-rules): Handle the inconsistent second element of the
3012 list returned by `smie-indent--parent'.
3013 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3014 method call.
3015
3016 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * elec-pair.el (electric-pair-text-syntax-table)
3019 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3020 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3021 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3022 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3023
3024 2014-02-22 Glenn Morris <rgm@gnu.org>
3025
3026 * imenu.el (imenu--generic-function): Doc fix.
3027
3028 * register.el (frame-configuration-to-register): Make obsolete.
3029
3030 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * desktop.el (desktop-save-buffer-p): Do not fail when
3033 desktop-files-not-to-save is nil. Return t for true result
3034 as the doc says.
3035
3036 2014-02-22 Daniel Colascione <dancol@dancol.org>
3037
3038 * net/secrets.el (secrets-create-item, secrets-search-items):
3039 Check that attribute values are strings, avoiding the construction
3040 of invalid dbus messages.
3041
3042 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3045 defun-declarations-alist.
3046
3047 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3050 (bug#16829).
3051
3052 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3055 (whitespace-newline, whitespace-trailing, whitespace-line)
3056 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3057 (whitespace-space-after-tab): Fix typo in docstrings.
3058
3059 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3060
3061 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3062
3063 * electric.el (electric-indent-functions-without-reindent):
3064 Add `yaml-indent-line'.
3065
3066 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3069 It has done nothing for years; should be removed after the release.
3070
3071 * simple.el (choose-completion): Fix docstring typo.
3072 (read-quoted-char-radix): Remove unneeded * in docstring.
3073 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3074 Don't escape parentheses unnecessarily in docstrings.
3075
3076 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3077
3078 Fix handling of window-min-height/-width (Bug#16738).
3079 * window.el (window--dump-window, window--dump-frame):
3080 New functions.
3081 (window--min-size-1): Account for window dividers.
3082 When window-resize-pixelwise is nil, delay rounding till after the
3083 sum of the window components has been calculated.
3084 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3085 nil make sure at least one text line and two text columns remain
3086 fully visible.
3087 (window-resize): Signal an error when window-resize-apply fails.
3088 (window--resize-child-windows): Fix calculation of by how many
3089 pixels a window can still be shrunk via window-new-normal.
3090 (adjust-window-trailing-edge): Call window--resizable with
3091 correct TRAIL argument.
3092
3093 (with-temp-buffer-window): Don't evaluate BODY within
3094 with-current-buffer (Bug#16816).
3095
3096 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp.el (tramp-check-cached-permissions):
3099 Call `file-attributes' with `suffix' being a symbol but a string.
3100
3101 2014-02-21 Daniel Colascione <dancol@dancol.org>
3102
3103 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3104 (dbus-init-bus): New function: call into dbus-init-bus-1
3105 and installs a handler for the disconnect signal.
3106 (dbus-call-method): Rewrite to look for result in cons.
3107 (dbus-call-method-handler): Store result in cons.
3108 (dbus-check-event): Recognize events with nil sender as valid.
3109 (dbus-handle-bus-disconnect): New function. React to bus
3110 disconnection signal by synthesizing dbus error for each
3111 pending synchronous or asynchronous call.
3112 (dbus-notice-synchronous-call-errors): New function.
3113 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3114 is true, not all the time.
3115
3116 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3117
3118 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3119 Remove obsolescence declarations, these variables do not exist anymore.
3120
3121 * savehist.el (savehist-save-minibuffer-history)
3122 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3123 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3124 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3125 mostly, refer to "Savehist mode" when talking about the mode,
3126 and not the function.
3127
3128 * saveplace.el (save-place): Remove redundant info in docstring.
3129 (save-place-forget-unreadable-files, toggle-save-place)
3130 (save-place-forget-unreadable-files, save-place-dired-hook):
3131 Fix typos and remove unneeded backslashes.
3132
3133 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3136 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3137
3138 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3139 <insert-directory>: Use `tramp-handle-insert-directory'.
3140 (tramp-gvfs-handle-insert-directory): Remove function.
3141
3142 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3143 Call `tramp-handle-insert-directory'.
3144
3145 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3148 before the start of buffer/region (bug#16799).
3149
3150 2014-02-20 Glenn Morris <rgm@gnu.org>
3151
3152 * isearch.el (search-invisible): Doc fix.
3153
3154 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3155
3156 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3157 (bug#16657).
3158
3159 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * frameset.el (frameset-restore): Delay removing an old frame's
3162 duplicate id until the new frame has been correctly created.
3163
3164 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3167 (tramp-check-cached-permissions): Call `file-attributes' if the
3168 cache is empty.
3169
3170 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3171 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3172
3173 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3174 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3175 (tramp-gvfs-maybe-open-connection): Set always connection
3176 properties, even if target is mounted already.
3177
3178 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3179 Set tramp-autoload cookie.
3180 (tramp-get-remote-touch): New defun.
3181 (tramp-sh-handle-set-file-times): Use it.
3182 (tramp-sh-handle-directory-files-and-attributes):
3183 Use `tramp-handle-directory-files-and-attributes' if neither stat
3184 nor perl are available on the remote host.
3185
3186 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3187 "/". Write long listing only when "l" belongs to the switches.
3188
3189 * net/trampver.el: Update release number.
3190
3191 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3194
3195 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3196
3197 * window.el (window-state-put): Allow WINDOW to refer to an
3198 internal window (Bug#16793).
3199
3200 2014-02-19 Glenn Morris <rgm@gnu.org>
3201
3202 * textmodes/remember.el: Move provide statement to end.
3203 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3204 (remember-notes): Doc fixes.
3205
3206 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * delsel.el (delete-char): Restore incorrectly erased property
3209 (bug#16795).
3210
3211 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * frameset.el (frameset--restore-frame): When a frame is being reused
3214 and its root window is not alive, delete all the frame's windows before
3215 restoring the window state. This works around the issue in bug#16793.
3216
3217 2014-02-18 Glenn Morris <rgm@gnu.org>
3218
3219 * textmodes/remember.el (remember-data-directory)
3220 (remember-directory-file-name-format, remember-store-in-files)
3221 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3222 (remember-notes-save-and-bury-buffer)
3223 (remember-notes--kill-buffer-query): Doc fixes.
3224
3225 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3226
3227 2014-02-17 Alan Mackenzie <acm@muc.de>
3228
3229 Connect electric-indent-mode up with CC Mode. Bug #15478.
3230 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3231 to electric-indent-{,local-}-mode.
3232 (c-basic-common-init): Set electric-indent-inhibit.
3233 Initialise c-electric-flag from electric-indent-mode.
3234 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3235 New hook functions which propagate electric-indent-mode to CC mode.
3236
3237 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3238 hit, toggle electric-indent-local-mode.
3239
3240 * electric.el (electric-indent-mode-has-been-called):
3241 New variable.
3242
3243 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * frameset.el (frameset-cfg-id): New function.
3246 (frameset--reuse-frame, frameset-restore): Use it.
3247 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3248
3249 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * ido.el (ido-file-internal): Remove unused var `d'.
3252 Use \` for to match BoS. Fit within 80n columns.
3253
3254 2014-02-17 Daniel Colascione <dancol@dancol.org>
3255
3256 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3257 dbus-call-method check for completion using a busy-wait loop with
3258 gradual backoff.
3259
3260 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3261
3262 Sync with Tramp 2.2.9.
3263
3264 * net/trampver.el: Update release number.
3265
3266 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3267
3268 * ido.el (ido-file-internal): Don't add the name of an existing
3269 directory twice. (Bug#16747)
3270
3271 2014-02-16 Glenn Morris <rgm@gnu.org>
3272
3273 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3274 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3275
3276 2014-02-15 Michael R. Mauger <michael@mauger.com>
3277
3278 * progmodes/sql.el: Version 3.4
3279 (sql-oracle-options): New default value ("-L").
3280 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3281 (sql-placeholders-filter): Correct placeholder pattern.
3282 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3283 (sql-login-delay): New variable.
3284 (sql-product-interactive): Use it.
3285
3286 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3287
3288 * frameset.el (frameset--jump-to-register): Check that buffer is live
3289 (bug#16749).
3290
3291 2014-02-15 Glenn Morris <rgm@gnu.org>
3292
3293 * info.el (info-initialize): Revert 2014-01-10 change.
3294
3295 2014-02-14 Glenn Morris <rgm@gnu.org>
3296
3297 * replace.el (map-query-replace-regexp)
3298 (read-regexp-defaults-function, read-regexp): Doc fixes.
3299
3300 * dired.el (dired-read-regexp):
3301 * faces.el (list-faces-display):
3302 * misearch.el (multi-isearch-read-matching-buffers)
3303 (multi-isearch-read-matching-files):
3304 * play/cookie1.el (cookie-apropos):
3305 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3306
3307 * textmodes/remember.el (remember): Use frameset-to-register
3308 rather than frame-configuration-to-register.
3309
3310 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3311
3312 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3313 incorrect keybinding.
3314
3315 2014-02-13 Daniel Colascione <dancol@dancol.org>
3316
3317 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3318 when adding overlays so that line numbers from compiler match line
3319 numbers we use.
3320
3321 2014-02-13 Glenn Morris <rgm@gnu.org>
3322
3323 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3324
3325 * jit-lock.el (jit-lock-mode): Doc fix.
3326
3327 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * apropos.el (apropos-read-pattern): When the user passes an empty
3330 string, give a more helpful error message than "Wrong type
3331 argument: stringp, nil".
3332
3333 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3336
3337 2014-02-13 Glenn Morris <rgm@gnu.org>
3338
3339 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3340
3341 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3344 shift-select commands.
3345
3346 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3347
3348 * progmodes/js.el (js-indent-line): Don't widen.
3349 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3350
3351 2014-02-12 Glenn Morris <rgm@gnu.org>
3352
3353 * icomplete.el (icomplete): Add info-link to defgroup.
3354 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3355 (icomplete-minibuffer-map, icomplete-mode)
3356 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3357
3358 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3359 (package-menu-filter): Rename from package-menu-filter-interactive.
3360 Doc fix.
3361
3362 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * frameset.el (frameset--jump-to-register): Select the required
3365 window and buffer before restoring position (bug#16696).
3366
3367 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3368
3369 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3370
3371 2014-02-10 Glenn Morris <rgm@gnu.org>
3372
3373 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3374
3375 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3376
3377 * w32-common-fns.el (x-get-selection): Doc fix.
3378 * select.el (x-get-selection): Doc fix. (Bug#15109)
3379
3380 * face-remap.el (face-remap-add-relative)
3381 (face-remap-remove-relative, face-remap-reset-base)
3382 (face-remap-set-base): Call force-mode-line-update to redisplay
3383 the current buffer due to potential change in faces. (Bug#16709)
3384
3385 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3386
3387 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3388 script more robustly.
3389
3390 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3391
3392 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3393
3394 * simple.el (choose-completion): Doc fix (bug#14160).
3395
3396 * subr.el (event-start): Say what a nil EVENT value means.
3397
3398 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3399 (bug#14197).
3400
3401 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3402
3403 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3404
3405 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3406
3407 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3408 predicate function (bug#15455).
3409
3410 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3411
3412 * ielm.el (inferior-emacs-lisp-mode): Instead of
3413 `comment-use-global-state', set `comment-use-syntax'.
3414
3415 2014-02-10 Glenn Morris <rgm@gnu.org>
3416
3417 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3418
3419 2014-02-09 Alan Mackenzie <acm@muc.de>
3420
3421 Fix c-invalidate-state-cache on narrowed buffers.
3422 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3423 Widen when setting and clearing the CPP delimiter properties.
3424
3425 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3426
3427 * help.el (describe-bindings): Doc fix (bug#9888).
3428
3429 * files.el (save-buffer): Use ARG as the parameter name for
3430 consistency (bug#10346).
3431 (save-buffer): Clarify the 0 argument (bug#10346).
3432
3433 * cus-edit.el (customize-apropos): Fix error string.
3434 (custom-buffer-create): Doc fix (bug#11122).
3435 (custom-sort-items): Doc fix (bug#11121).
3436
3437 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3438
3439 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3440 (icomplete-simple-completing-p): Mention the previous variable.
3441
3442 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3443 meaning of the parameter (bug#12282).
3444
3445 * files.el (find-file-noselect): Clarify prompt when changing
3446 readedness (bug#13261).
3447 (locate-file): Suffixes aren't returned, so don't say that they
3448 are (bug#12674).
3449 (backup-inhibited): Doc clarification (bug#12525).
3450
3451 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3452 before we actually start to delete things (bug#16331).
3453
3454 * subr.el (event-start): Doc fix (bug#14228).
3455 (event-end): Ditto.
3456
3457 2014-02-09 Glenn Morris <rgm@gnu.org>
3458
3459 * emacs-lisp/warnings.el (lwarn):
3460 Empower help-enable-auto-load. (Bug#15940)
3461
3462 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3463
3464 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3465 (Bug#16690)
3466
3467 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3468
3469 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3470 Insert output at end of buffer. (Bug#16120)
3471
3472 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3473
3474 * simple.el (choose-completion-string-functions): Document new
3475 calling convention (bug#14153).
3476 (execute-extended-command): Clarify doc string (bug#13373).
3477
3478 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3479
3480 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3481 (find-grep-dired): Doc fix (bug#14288).
3482
3483 2014-02-08 Juri Linkov <juri@jurta.org>
3484
3485 * isearch.el (isearch-quote-char): Check character validity
3486 like in `quoted-insert' (bug#16677).
3487
3488 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3489
3490 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3491
3492 * isearch.el (isearch-hide-immediately): Doc clarification
3493 (bug#14723).
3494
3495 * simple.el (line-move): Document utility function used many
3496 places in the Emacs sources (bug#14843).
3497
3498 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3499 (dired-prev-marked-file): Doc fix (bug#14855).
3500 (dired-up-directory): Doc fix (bug#14848).
3501
3502 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3503
3504 * files.el (file-relative-name): Doc fix (bug#15159).
3505
3506 * fringe.el (fringe-styles): Doc fix (bug#15239).
3507
3508 * isearch.el (isearch-filter-predicate): Documentation typo fix
3509 (bug#15474).
3510
3511 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3512
3513 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3514
3515 * replace.el (replace-match-maybe-edit): Doc clarification
3516 (bug#15632).
3517
3518 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3519
3520 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3521
3522 2014-02-08 Glenn Morris <rgm@gnu.org>
3523
3524 * help-fns.el (describe-variable):
3525 Check {file,dir}-local-variables-alist, and buffer-file-name,
3526 in the correct buffer.
3527
3528 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3529
3530 * help-fns.el (describe-variable): Fix the case where
3531 a value is directory-local with no dir-locals file. (Bug#16635)
3532
3533 2014-02-08 Glenn Morris <rgm@gnu.org>
3534
3535 * abbrev.el (edit-abbrevs-mode):
3536 Derive from fundamental-mode. (Bug#16682)
3537
3538 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3539
3540 * simple.el (quoted-insert): Check character validity (bug#16677).
3541
3542 2014-02-07 Juri Linkov <juri@jurta.org>
3543
3544 * desktop.el (desktop-read): Claim the lock when the owner is not
3545 the current process. (Bug#16157)
3546
3547 2014-02-07 Juri Linkov <juri@jurta.org>
3548
3549 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3550 to "\\` ". (Bug#16651)
3551
3552 2014-02-07 Juri Linkov <juri@jurta.org>
3553
3554 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3555 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3556 (desktop-auto-save-cancel-timer): New function with some code from
3557 `desktop-auto-save-set-timer'.
3558 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3559 Instead of setting `desktop-save-mode' to nil, call
3560 `desktop-save-mode' with arg 0. (Bug#16630)
3561
3562 2014-02-07 Glenn Morris <rgm@gnu.org>
3563
3564 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3565 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3566 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3567
3568 * obsolete/iswitchb.el: Move to obsolete/.
3569 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3570 since obsolete/ is not scanned for autoloads.
3571 * emacs-lisp/authors.el (authors-valid-file-names):
3572 Add iswitchb.el.
3573
3574 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3575 Disable now non-functional find-file-hook.
3576
3577 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3580 instead of ";" in order to avoid additional prompts. Let heredoc
3581 scripts read from tty. (Bug#16582)
3582 (tramp-send-command): No special handling of heredocs, it isn't
3583 necessary anymore.
3584
3585 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3588 with a space (bug#16664). Limit the symbols considered to the ones
3589 that are bound or fbound (bug#16646).
3590
3591 2014-02-06 Glenn Morris <rgm@gnu.org>
3592
3593 * epa.el (epa-mail-aliases): Doc fix.
3594
3595 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3596
3597 * emacs-lisp/lisp.el (lisp-completion-at-point):
3598 Use `completion-table-merge' instead of `completion-table-in-turn'
3599 (bug#16604).
3600
3601 * minibuffer.el (completion-table-merge): New function.
3602
3603 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3604
3605 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3606 (tramp-sh-handle-set-file-acl)
3607 (tramp-sh-handle-start-file-process)
3608 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3609 (tramp-find-executable, tramp-send-command): Use it.
3610
3611 2014-02-05 Glenn Morris <rgm@gnu.org>
3612
3613 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3614
3615 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3616
3617 * progmodes/python.el (python-shell-send-string)
3618 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3619
3620 2014-02-04 Anders Lindgren <andlind@gmail.com>
3621
3622 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3623 the names (bug#16620).
3624
3625 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3626
3627 * faces.el (window-divider): New default value. Rewrite doc-string.
3628 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3629
3630 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3631
3632 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3633 `protected' and `public' can also be called without arguments.
3634
3635 2014-02-03 Glenn Morris <rgm@gnu.org>
3636
3637 * register.el (window-configuration-to-register)
3638 (frame-configuration-to-register): Unadvertise unused argument.
3639 * frameset.el (frameset-to-register): Remove unused argument.
3640
3641 * frameset.el (frameset-to-register):
3642 * kmacro.el (kmacro-to-register):
3643 * register.el (increment-register):
3644 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3645 (calc-append-to-register, calc-prepend-to-register):
3646 * play/gametree.el (gametree-layout-to-register)
3647 (gametree-apply-register-layout):
3648 * textmodes/picture.el (picture-clear-rectangle-to-register)
3649 (picture-yank-rectangle-from-register):
3650 * vc/emerge.el (emerge-combine-versions-register):
3651 Use register-read-with-preview to read registers.
3652
3653 2014-02-03 João Távora <joaotavora@gmail.com>
3654
3655 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3656 when at beginning of (possibly narrowed) buffer.
3657
3658 2014-02-02 Daniel Colascione <dancol@dancol.org>
3659
3660 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3661 Also try to display local help from just before point.
3662
3663 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3664
3665 c-parse-state. Don't "append-lower-brace-pair" in certain
3666 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3667 recognised as a comment.
3668
3669 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3670 as well as normal comment starter.
3671 (c-parse-state-get-strategy): Extra return possibility
3672 'back-and-forward.
3673 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3674 return value list to indicate replacement of a brace-pair cons
3675 with its car.
3676 (c-parse-state-1): With 'back-and-forward, only call
3677 c-append-lower-brace-pair-to state-cache when cons-separated.
3678
3679 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3680
3681 * term/ns-win.el (ns-suspend-error): New function.
3682 (ns-initialize-window-system): Add ns-suspend-error to
3683 suspend-hook (Bug#16612).
3684
3685 2014-02-02 Daniel Colascione <dancol@dancol.org>
3686
3687 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3688 Make loading cc-mode silent.
3689
3690 2014-02-02 Daniel Colascione <dancol@dancol.org>
3691
3692 * comint.el (comint-prompt-read-only): Change doc to suggest
3693 remap keybinding.
3694
3695 2014-02-02 Glenn Morris <rgm@gnu.org>
3696
3697 * register.el (register-read-with-preview, point-to-register)
3698 (window-configuration-to-register, frame-configuration-to-register)
3699 (jump-to-register, number-to-register, view-register, insert-register)
3700 (copy-to-register, append-to-register, prepend-to-register)
3701 (copy-rectangle-to-register): Doc fixes.
3702
3703 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3706 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3707 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3708 * help-fns.el (describe-function-1): Use it.
3709
3710 2014-02-02 Glenn Morris <rgm@gnu.org>
3711
3712 * register.el (register-preview-default): New function,
3713 split from register-preview.
3714 (register-preview-function): Rename from register-preview-functions,
3715 make it not a hook.
3716 (register-preview): Use register-preview-function.
3717 (register-read-with-preview): Error on non-character event. (Bug#16595)
3718
3719 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3720
3721 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3722 `:' before binary operators (bug#16609). Don't check for `:'
3723 before `[' and `(', or their syntax status. A percent literal
3724 can't end with either.
3725 (ruby-font-lock-keywords): For built-ins that require arguments,
3726 check that they're followed by something that looks like argument
3727 (bug#16610).
3728
3729 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3730
3731 * subr.el (butlast): Document what an omitted N means (bug#13437).
3732 (nbutlast): Ditto.
3733
3734 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3735
3736 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3737 depth shallower (bug#16587).
3738 (shr-tag-svg): Respect `shr-inhibit-images'.
3739 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3740
3741 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3742
3743 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3744 (ruby-smie-grammar): Make "." right-associative. Make its priority
3745 lower than the ternary and all binary operators.
3746 (ruby-smie-rules): Indent "(" relative to the first non-"."
3747 parent, or the first "." parent at indentation.
3748 Use `ruby-align-chained-calls' for indentation of "." tokens.
3749 (Bug#16593)
3750
3751 2014-01-31 Juri Linkov <juri@jurta.org>
3752
3753 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3754 from `make-hash-table'.
3755
3756 * textmodes/ispell.el (ispell-init-process): Change message format
3757 to be consistent with other messages.
3758
3759 2014-01-31 Glenn Morris <rgm@gnu.org>
3760
3761 * delsel.el (delete-selection-mode): Doc fix.
3762
3763 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3764 (trace-function-background): Doc fixes.
3765
3766 * ido.el (ido-use-virtual-buffers): Doc fix.
3767 Reset :version, since the default value has not changed.
3768
3769 * register.el (register-preview-delay, register-read-with-preview):
3770 Doc fixes.
3771
3772 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3773 do not mess with mail-buffer position (fixes 2009-11-03 change).
3774 * progmodes/cc-mode.el (c-submit-bug-report):
3775 Check auto-fill-mode is bound. (Bug#16592)
3776
3777 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3778
3779 * startup.el (fancy-splash-image-file): New function,
3780 split from fancy-splash-head.
3781 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3782 so that we are both using the same image. (Bug#16574)
3783
3784 2014-01-30 Glenn Morris <rgm@gnu.org>
3785
3786 * simple.el (eval-expression): Doc fix.
3787
3788 * hexl.el (hexl-mode-hook):
3789 * ielm.el (ielm-mode-hook):
3790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3791 (lisp-interaction-mode-hook):
3792 * progmodes/cfengine.el (cfengine3-documentation-function):
3793 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3794
3795 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3798 is a symbol (bug#16584).
3799
3800 2014-01-30 Glenn Morris <rgm@gnu.org>
3801
3802 * help.el (help-for-help-internal): Add "P" to text.
3803
3804 2014-01-29 Glenn Morris <rgm@gnu.org>
3805
3806 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3807
3808 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3809
3810 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3811 height constraints.
3812
3813 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3814
3815 * progmodes/hideif.el: Extend to full CPP expression syntax.
3816 (hif-token-alist): Add missing tokens.
3817 (hif-token-regexp): Add support for float/octal/hex immediates.
3818 (hif-string-literal-regexp): New const.
3819 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3820 (hif-exprlist): New function.
3821 (hif-parse-if-exp): Use it.
3822 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3823 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3824 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3825 (hif-logxor, hif-comma): New functions.
3826
3827 2014-01-28 Glenn Morris <rgm@gnu.org>
3828
3829 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3830
3831 * indent.el (tab-stop-list): Doc fix. Add :version.
3832
3833 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3834 (cvs-append-to-ignore): Add compatibility alias.
3835
3836 2014-01-27 Glenn Morris <rgm@gnu.org>
3837
3838 * dired.el (dired-hide-details-mode): Don't autoload it,
3839 since it cannot be used outside Dired buffers anyway.
3840
3841 * emulation/cua-base.el (cua-mode): Doc fix.
3842
3843 * dired.el (dired-hide-details-hide-symlink-targets)
3844 (dired-hide-details-hide-information-lines)
3845 (dired-hide-details-mode): Doc fixes.
3846
3847 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3848 * strokes.el (strokes-file): Doc fix. Bump :version.
3849 (strokes-help): Doc fix.
3850 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3851 * emulation/viper.el (viper): Doc fix for custom group.
3852 (top-level): Remove oh-so-no-longer-relevant text about vip.
3853 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3854
3855 * ido.el (ido-save-directory-list-file):
3856 * saveplace.el (save-place-file):
3857 * calendar/timeclock.el (timeclock-file):
3858 * net/quickurl.el (quickurl-url-file):
3859 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3860 * progmodes/idlwave.el (idlwave-config-directory):
3861 * textmodes/remember.el (remember-data-file):
3862 Bump :version.
3863
3864 2014-01-26 Glenn Morris <rgm@gnu.org>
3865
3866 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3867 Doc fix. Make obsolete.
3868 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3869
3870 * sort.el (delete-duplicate-lines): Doc fix.
3871
3872 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3873
3874 * progmodes/ada-mode.el (ada):
3875 * woman.el (woman): Link to info manual and Commentary section.
3876
3877 * progmodes/flymake.el (flymake):
3878 * nxml/nxml-mode.el (nxml):
3879 * net/eww.el (eww):
3880 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3881 * htmlfontify.el (htmlfontify):
3882 * ses.el (ses):
3883 * epa.el (epa):
3884 * ido.el (ido): Link to info manual.
3885
3886 2014-01-25 Leo Liu <sdl.web@gmail.com>
3887
3888 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3889
3890 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3891
3892 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3893 (bug#16537).
3894
3895 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3896
3897 * net/eww.el (eww-download-callback):
3898 Fix reference to eww-download-directory.
3899
3900 * emacs-lisp/bytecomp.el (byte-compile-file):
3901 Remove unused local variable `file-name'.
3902
3903 2014-01-24 Glenn Morris <rgm@gnu.org>
3904
3905 * woman.el (woman-default-faces, woman-monochrome-faces):
3906 Fix obsolescence specification.
3907
3908 * subr.el (with-demoted-errors): Doc fix.
3909
3910 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3913 (cl--macroexp-fboundp): New function.
3914 (cl--make-type-test): Use it.
3915
3916 2014-01-23 Glenn Morris <rgm@gnu.org>
3917
3918 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3919 * simple.el (eval-expression): Doc fixes.
3920
3921 2014-01-22 Glenn Morris <rgm@gnu.org>
3922
3923 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3924
3925 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * emacs-lisp/package.el: Write files silently.
3928 (package-autoload-ensure-default-file, package--write-file-no-coding)
3929 (package-generate-description-file, package--download-one-archive)
3930 (package-install-from-archive): Tell `write-region' to stay quiet.
3931 (package-menu-mode, package-menu--print-info): Omit the Archive column
3932 if there's only one archive.
3933 (package-all-keywords, package--has-keyword-p): Remove dead code.
3934
3935 2014-01-22 Glenn Morris <rgm@gnu.org>
3936
3937 * version.el (emacs-bzr-version-bzr): Fix typo.
3938
3939 * version.el (emacs-repository-get-version):
3940 Check either .bzr or .git, but not both.
3941 Make the git case actually use the DIR argument, and return nil
3942 rather than the empty string.
3943 Avoid error if .git exists but the git executable is not found.
3944
3945 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3946
3947 Fixes in window size functions around Bug#16430 and Bug#16470.
3948 * window.el (window-total-size, window-size): New argument ROUND.
3949 (window--min-delta-1, window-min-delta, window--max-delta-1):
3950 Be more conservative when calculating the numbers of lines or
3951 columns a window can shrink (Bug#16430).
3952 (fit-window-to-buffer): Simplify code.
3953 * term.el (term-window-width): Call window-body-width again.
3954
3955 2014-01-22 Glenn Morris <rgm@gnu.org>
3956
3957 * image.el (image-format-suffixes): Doc fix.
3958
3959 * international/quail.el (quail-define-package): Doc fix.
3960
3961 * emacs-lisp/authors.el (authors-valid-file-names)
3962 (authors-renamed-files-alist): Additions.
3963
3964 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3965 reverts 2014-01-09 change. (Bug#16422)
3966
3967 * calc/calc-embed.el (thing-at-point-looking-at):
3968 * emacs-lisp/map-ynp.el (x-popup-dialog):
3969 * obsolete/lmenu.el (x-popup-dialog):
3970 * emacs-lisp/package.el (url-recreate-url):
3971 * mail/mailclient.el (clipboard-kill-ring-save):
3972 * subr.el (x-popup-dialog): Update declaration.
3973 * mail/rmail.el (rmail-mime-message-p):
3974 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3975
3976 2014-01-21 Daniel Colascione <dancol@dancol.org>
3977
3978 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3979 Correctly detect when we're inside an arithmetic expansion form
3980 containing nested parenthesis.
3981 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3982 to detect cases where we shouldn't expand "<<" to a heredoc
3983 skeleton.
3984
3985 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3988 (eldoc--message-command-p): New function.
3989 (eldoc-display-message-p): Use it.
3990 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3991 message is not automatically erased for us.
3992 (eldoc-print-current-symbol-info): Erase previous message, if any.
3993
3994 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3995
3996 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3997 specify it's an interactive function.
3998
3999 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4000 Fix regex used for scanning for citation keys which failed for
4001 citations with optional arguments.
4002
4003 2014-01-21 Leo Liu <sdl.web@gmail.com>
4004
4005 * simple.el (read--expression): Don't enable eldoc-mode.
4006
4007 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * simple.el (move-beginning-of-line): Make sure we don't move forward
4010 (bug#16497).
4011
4012 2014-01-20 Juri Linkov <juri@jurta.org>
4013
4014 * saveplace.el (toggle-save-place, save-place-to-alist)
4015 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4016 'dired-mode) before checking for dired-directory. (Bug#16477)
4017
4018 2014-01-20 Juri Linkov <juri@jurta.org>
4019
4020 * indent.el (indent-line-to): Use backward-to-indentation
4021 instead of back-to-indentation. (Bug#16461)
4022
4023 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4024
4025 Revert some of the CANNOT_DUMP fix (Bug#16494).
4026 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4027 but fixing this can wait until after the next release.
4028 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4029
4030 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4031
4032 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4033 Use `password-word-equivalents'.
4034 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4035 to t. (Bug#5664, Bug#13124)
4036
4037 2014-01-19 Alan Mackenzie <acm@muc.de>
4038
4039 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4040 points.
4041 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4042 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4043 * progmodes/cc-mode.el (c-before-change, c-after-change)
4044 (c-font-lock-fontify-region): Bind it here.
4045
4046 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4047
4048 * term.el (term-window-width): Call window-text-width instead of
4049 window-width (Bug#16470).
4050
4051 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4052
4053 * simple.el (password-word-equivalents): Remove duplicates.
4054 Sort, to make this easier next time.
4055 Downcase. Omit ": " after "jelszó".
4056
4057 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4058
4059 * term/common-win.el (saved-region-selection): Defvar it.
4060 (x-select-text): Set saved-region-selection (Bug#16382).
4061
4062 2014-01-18 Glenn Morris <rgm@gnu.org>
4063
4064 * emacs-lisp/authors.el (authors-aliases)
4065 (authors-renamed-files-alist): Add some entries.
4066
4067 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4068
4069 * net/tramp.el (tramp-password-prompt-regexp):
4070 Use `password-word-equivalents' if available.
4071 (tramp-action-password, tramp-process-one-action)
4072 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4073
4074 2014-01-17 Chong Yidong <cyd@gnu.org>
4075
4076 * simple.el (password-word-equivalents): New defcustom.
4077 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4078 to 24.4.
4079 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4080 to t. (Bug#13124)
4081
4082 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4083
4084 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4085 (ruby-align-to-stmt-keywords): Change the default value.
4086 Use `ruby-alignable-keywords' to generate the possible customization
4087 choices.
4088 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4089 keywords, check against the value of `ruby-alignable-keywords'
4090 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4091
4092 2014-01-17 Glenn Morris <rgm@gnu.org>
4093
4094 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4095
4096 Make M-x authors return zero *Authors Errors* from current logs.
4097 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4098 (authors-ignored-files): Add some entries, remove others.
4099 (authors-ambiguous-files, authors-valid-file-names):
4100 Add some entries.
4101 (authors-renamed-files-alist): Add, remove, and adjust entries.
4102 (authors-renamed-files-regexps): Add some entries.
4103 Remove some very broad ones. Make some entries `lax'.
4104 (authors-lax-changelogs): New constant.
4105 (authors-disambiguate-file-name): Treat top-level specially.
4106 (authors-lax-changelog-p): New function.
4107 (authors-canonical-file-name): Check file as written against
4108 authors-valid-file-names. Do not special-case etc/.
4109 Handle `lax' logs and authors-renamed-files-regexps elements.
4110
4111 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4112
4113 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4114 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4115 callers.
4116
4117 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4120 Assume we're already in the proper buffer.
4121 Inspired by Anders Lindgren <andlind@gmail.com>.
4122 (follow-post-command-hook): Call it from the right buffer.
4123 (follow-comint-scroll-to-bottom): Adjust call.
4124 (follow-all-followers): Use get-buffer-window-list.
4125
4126 2014-01-15 Daniel Colascione <dancol@dancol.org>
4127
4128 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4129 `buffer-file-name' in interactive-form so that we don't leave
4130 pathless file names in `file-name-history'.
4131
4132 2014-01-15 Juri Linkov <juri@jurta.org>
4133
4134 * indent.el (indent-rigidly): Set deactivate-mark to nil
4135 in transient indentation mode. (Bug#16438)
4136
4137 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4138
4139 * emacs-lisp/package.el (package-desc-keywords): New function
4140 (Bug#16222).
4141 (describe-package-1, package-all-keywords)
4142 (package--has-keyword-p): Use it.
4143
4144 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4145
4146 * simple.el (define-alternatives): When creating the
4147 COMMAND-alternatives variable, assign COMMAND as its definition
4148 name so that `describe-variable' can relocate it.
4149
4150 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4151
4152 * font-lock.el (font-lock-keywords): Fix typo in docstring
4153 (bug#16307).
4154
4155 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4156
4157 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
4158 line instead of wrongly reset `add-coment' (bug#13577).
4159
4160 2014-01-14 Daiki Ueno <ueno@gnu.org>
4161
4162 * epa-file.el (epa-file-write-region): Encode the region according
4163 to `buffer-file-format'. Problem reported at:
4164 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4165
4166 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4169 so it applies in the right buffer (bug#16410).
4170
4171 2014-01-13 Daniel Colascione <dancol@dancol.org>
4172
4173 * textmodes/rst.el (rst-define-key): Provide deprecated
4174 keybindings through named functions instead of anonymous ones so
4175 that "??" doesn't appear in describe-mode output.
4176
4177 2014-01-13 Bastien Guerry <bzg@gnu.org>
4178
4179 * simple.el (define-alternatives): Call the selected command
4180 interactively. When setting `COMMAND--implementation' for the
4181 first time, tell the user how to chose another implementation.
4182 Enhance the docstring.
4183
4184 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4187 (log-edit--match-first-line): New function.
4188 (log-edit-font-lock-keywords): Use it.
4189 (log-edit-mode): Make jit-lock-defer-multiline work.
4190
4191 2014-01-13 Bastien Guerry <bzg@gnu.org>
4192
4193 * rect.el (rectangle-mark-mode): When the region is not active,
4194 display a message saying that the mark as been set and that
4195 rectangle mode is in use.
4196 (rectangle--highlight-for-redisplay): Only put an overlay with a
4197 visible vertical bar when (display-graphic-p) is non-nil.
4198 This partially fixes Bug#16403.
4199
4200 2014-01-13 Juri Linkov <juri@jurta.org>
4201
4202 * info.el (Info-find-file): Go to DIR before displaying the error
4203 about a nonexistent file if no previous Info file is visited.
4204 Use `user-error' instead of `error' for "Info file %s does not exist".
4205 (Info-find-node-2): In case of a nonexistent node in unwind forms
4206 go to the Top node if there is no previous node to revert to.
4207 (Bug#16405)
4208
4209 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4210
4211 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4212 * window.el (fit-frame-to-buffer): Fix doc-string.
4213 Respect window-min-height/-width. Fit pixelwise when
4214 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4215 when avoiding that frame goes partially off-screen.
4216 (fit-window-to-buffer): Respect window-min-height/-width
4217 (Bug#14096).
4218
4219 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4222 after an empty line.
4223
4224 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * net/shr.el (shr-render-region): Autoload.
4227
4228 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4229
4230 * net/eww.el (eww-download-directory): Rename from
4231 `eww-download-path' (Bug#16419).
4232
4233 2014-01-12 Leo Liu <sdl.web@gmail.com>
4234
4235 * dired-x.el (dired-mode-map): Fix last change.
4236
4237 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4238
4239 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4240
4241 Spelling fixes.
4242 * emacs-lisp/generic.el (generic--normalize-comments):
4243 Rename from generic--normalise-comments. All uses changed.
4244 * play/bubbles.el (bubbles--neighborhood-score)
4245 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4246 (bubbles--neighborhood-available)
4247 (bubbles--update-neighborhood-score):
4248 Rename from names with 'neighbourhood'. All uses changed.
4249
4250 2014-01-12 Leo Liu <sdl.web@gmail.com>
4251
4252 Re-implement the feature of showing eldoc info after editing.
4253 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4254 (eldoc-edit-message-commands): New function.
4255 (eldoc-print-after-edit): New variable.
4256 (eldoc-pre-command-refresh-echo-area): Emit message only by
4257 eldoc-message-commands.
4258 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4259 if eldoc-print-after-edit is set. (Bug#16346)
4260 * simple.el (read--expression): Enable eldoc-mode.
4261 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4262
4263 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4264 Eric S. Raymond <esr@thyrsus.com>
4265
4266 * version.el (emacs-repository-get-version): Enhance so the
4267 function works correctly in either a Bazaar or Git repo.
4268
4269 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4270
4271 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4272 Goes with removal of the joke manpages from /etc.
4273
4274 2014-01-10 Kenichi Handa <handa@gnu.org>
4275
4276 * mail/rmail.el (rmail-get-coding-system):
4277 Check rmail-get-coding-function before "funcall"ing it.
4278
4279 2014-01-10 Glenn Morris <rgm@gnu.org>
4280
4281 * emacs-lisp/authors.el (authors-fixed-entries):
4282 Update for files that no longer exist.
4283
4284 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4285
4286 * version.el (emacs-bzr-get-version): Restore compatibilty with
4287 24.3 (Tested).
4288
4289 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4290
4291 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4292 and Podfile.
4293
4294 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4295
4296 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4297
4298 2014-01-10 Chong Yidong <cyd@gnu.org>
4299
4300 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4301
4302 2014-01-10 Anders Lindgren <andlind@gmail.com>
4303
4304 * follow.el (follow-cache-command-list): Include right-char and
4305 left-char.
4306
4307 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4308
4309 Spelling fixes.
4310 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4311 * woman.el (woman-mark-horizontal-position):
4312 Rename from woman-mark-horizonal-position. Use changed.
4313
4314 2014-01-10 Glenn Morris <rgm@gnu.org>
4315
4316 * info.el (info-initialize): If running uninstalled, ensure our
4317 own info files are always found first, even if INFOPATH is set.
4318
4319 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4320
4321 2014-01-09 David Engster <deng@randomsample.de>
4322
4323 * emacs-lisp/eieio-custom.el:
4324 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4325 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4326 * emacs-lisp/eieio.el: Regenerate autoloads.
4327
4328 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4329
4330 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4331 following renames. (Bug#8756)
4332
4333 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4336 (bug#16382).
4337 (activate-mark): Add `no-tmm' argument.
4338 (set-mark, push-mark-command): Use it instead of running
4339 activate-mark-hook by hand.
4340
4341 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4342
4343 In preparation for the move to git, sanitize out some
4344 Bazaar-specific names.
4345
4346 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4347
4348 * version.el (emacs-bzr-version): Name changed to
4349 emacs-repository-version. Obsolete-variable alias made.
4350 * loadup.el: Follow through on this name change.
4351 * mail/emacsbug.el (report-emacs-bug): Factor out any
4352 assumption about the version control system in use.
4353
4354 2014-01-08 David Engster <deng@randomsample.de>
4355
4356 * help-fns.el (help-fns-describe-function-functions):
4357 New variable to call functions for augmenting help buffers.
4358 (describe-function-1): Remove explicit calls to
4359 `help-fns--compiler-macro', `help-fns--parent-mode' and
4360 `help-fns--obsolete'. Put them in above new variable instead, and
4361 call them through `run-hook-with-args'.
4362 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4363 `eieio-describe-class'. Not meant for interactive use anymore,
4364 but to augment existing help buffers. Remove optional second
4365 argument. Create proper button for file location.
4366 Rewrite function to use `insert' instead of `princ' and `prin1' where
4367 possible.
4368 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4369 (eieio-method-def, eieio-class-def): Move further up.
4370 (describe-method, describe-generic, eieio-describe-method):
4371 Remove aliases.
4372 (eieio-help-constructor, eieio-help-generic): Rename from
4373 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4374 Rewrite to use `insert' in the current buffer and use proper help
4375 buttons.
4376 (eieio-help-find-method-definition)
4377 (eieio-help-find-class-definition): Also accept symbols as
4378 arguments.
4379 (eieio-help-mode-augmentation-maybee): Remove.
4380 (eieio-describe-class-sb): Use `describe-function'.
4381 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4382 Add `eieio-help-generic' and `eieio-help-constructor'.
4383
4384 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4385
4386 Spelling fixes.
4387 * language/china-util.el (hz-ascii-designation):
4388 Rename from hz-ascii-designnation.
4389 (hz-ascii-designation): Rename from hz-ascii-designnation.
4390 All uses changed.
4391
4392 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4395 package-alist.
4396
4397 2014-01-08 Bastien Guerry <bzg@gnu.org>
4398
4399 * emacs-lisp/package.el (package-delete):
4400 Correctly delete the package from package-alist.
4401
4402 2014-01-08 Daiki Ueno <ueno@gnu.org>
4403
4404 * emacs-lisp/package.el (url-recreate-url): Declare.
4405 (url-http-target-url): Declare.
4406 (package-handle-response): Include requested URL in the error message.
4407 (package--check-signature): Don't re-signal errors from
4408 package--with-work-buffer. Suggested by Stefan Monnier.
4409
4410 2014-01-07 Bastien Guerry <bzg@gnu.org>
4411
4412 * minibuffer.el (completion--try-word-completion): When both a
4413 hyphen and a space are possible candidates for the character
4414 following a word, display both candidates. (Bug#15980)
4415
4416 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4417
4418 * window.el (balance-windows-2): While rounding don't give a
4419 window more than the remainder. Bug#16351, bug#16383.
4420
4421 2014-01-07 Glenn Morris <rgm@gnu.org>
4422
4423 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4424 (menu-bar-help-menu): Use view-external-packages instead.
4425
4426 2014-01-07 Bastien Guerry <bzg@gnu.org>
4427
4428 * emacs-lisp/package.el (package-delete): Also delete the package
4429 name from `package-alist', not its description only.
4430
4431 2014-01-07 Glenn Morris <rgm@gnu.org>
4432
4433 * help.el (view-external-packages):
4434 * menu-bar.el (menu-bar-help-extra-packages):
4435 Visit efaq.info rather than etc/MORE.STUFF.
4436
4437 2014-01-07 Juri Linkov <juri@jurta.org>
4438
4439 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4440 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4441
4442 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4443 that shadows RET. (Bug#16342)
4444
4445 2014-01-07 Chong Yidong <cyd@gnu.org>
4446
4447 * isearch.el (isearch-yank-char, isearch-yank-word)
4448 (isearch-yank-line): Doc fix.
4449
4450 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4453 * emacs-lisp/elint.el (elint-find-builtins):
4454 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4455 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4456 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4457 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4458 * apropos.el (apropos-safe-documentation):
4459 * subr.el (symbol-file): Remove redundant fboundp.
4460 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4461
4462 2014-01-06 Bastien Guerry <bzg@gnu.org>
4463
4464 * hl-line.el (global-hl-line-overlay): Make a local variable.
4465 (global-hl-line-overlays): New variable to store all overlays.
4466 (global-hl-line-mode): Don't delete overlays from the current
4467 buffer when `global-hl-line-sticky-flag' is non-nil.
4468 (global-hl-line-highlight): Add new overlays to
4469 `global-hl-line-overlays'.
4470 (global-hl-line-unhighlight-all): New function to delete all
4471 overlays when turning off `global-hl-line-mode'.
4472 This fixes Bug#16183.
4473
4474 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * subr.el (set-transient-map): Fix nested case and docstring.
4477
4478 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4479
4480 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4481 `Texinfo' entry.
4482
4483 2014-01-06 Daniel Colascione <dancol@dancol.org>
4484
4485 Fix defun navigation in vc log view.
4486
4487 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4488 like `beginning-of-defun'.
4489 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4490 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4491 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4492 (log-view-extract-comment): Call `log-view-current-entry' directly
4493 instead of relying on broken `log-view-beginning-of-defun' behavior.
4494
4495 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4496
4497 Spelling fixes.
4498 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4499 * emacs-lisp/debug.el (cancel-debug-on-entry):
4500 * epg.el (epg-error-to-string):
4501 * files.el (recover-file):
4502 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4503 * mail/emacsbug.el (report-emacs-bug-hook):
4504 * mail/sendmail.el (mail-recover):
4505 * ses.el (ses-yank-resize):
4506 * term/ns-win.el (ns-print-buffer):
4507 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4508 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4509 All uses changed.
4510 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4511
4512 2014-01-06 Leo Liu <sdl.web@gmail.com>
4513
4514 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4515 to avoid shadowing global key. (Bug#16354)
4516
4517 2014-01-06 Daniel Colascione <dancol@dancol.org>
4518
4519 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4520 rst-mode.
4521
4522 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4523
4524 * window.el (balance-windows): Add mising t to fix Bug#16351.
4525
4526 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4527
4528 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4529 (bug#16285).
4530 (shr-insert): If we have a word that's longer than `shr-width',
4531 break after it anyway. Otherwise we'll do no breaking once we get
4532 such a long word.
4533
4534 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4535
4536 * net/eww.el (eww): Support single/double quote for search.
4537 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4538 (eww-history-quit): Delete and use quit-window.
4539 (eww-history-kill): Delete, because it doesn't work well and
4540 not necessary.
4541 (eww-history-mode-map): Delete some keys and add easy-menu.
4542
4543 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4544
4545 Fix misspelling of 'chinese' in rx (Bug#16237).
4546 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4547 chinese-two-byte.
4548
4549 Change subword regexps back to vars (Bug#16296).
4550 * progmodes/subword.el (subword-forward-regexp)
4551 (subword-backward-regexp): Change these back to variables.
4552
4553 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4556 syntax-begin-function (bug#16247).
4557
4558 2014-01-03 Chong Yidong <cyd@gnu.org>
4559
4560 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4561 (advice--docstring): Delete variable.
4562 (advice--make-1): Leave the docstring empty.
4563 (advice-add): Use function-documentation for advised docstring.
4564
4565 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4566 Ignore function-documentation property when getting documentation.
4567 (ad-activate-advised-definition): Use function-documentation
4568 generate the docstring.
4569 (ad-make-advised-definition): Don't call
4570 ad-make-advised-definition-docstring.
4571 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4572 Delete functions.
4573
4574 * progmodes/sql.el (sql-help): Use function-documentation instead
4575 of dynamic-docstring-function property. No need to autoload now.
4576 (sql--help-docstring): New variable.
4577 (sql--make-help-docstring): Use it.
4578
4579 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * ielm.el (ielm-tab): Retarget.
4582 (ielm-map): Use ielm-tab for tab.
4583 (ielm-complete-filename): Use comint-filename-completion.
4584 (ielm-complete-symbol): Remove.
4585 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4586 remove ielm-tab from completion-at-point-functions (bug#16224).
4587
4588 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4589 Beware signals raised by predicates (bug#16201).
4590
4591 2014-01-02 Richard Stallman <rms@gnu.org>
4592
4593 * dired-aux.el (dired-do-print): Handle printer-name.
4594
4595 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4596 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4597 (rmail-epa-decrypt): Turn off mime processing.
4598
4599 * mail/rmail.el (rmail-make-in-reply-to-field):
4600 Add parens in message-id.
4601
4602 * mail/rmail.el (rmail-get-coding-function): Variable.
4603 (rmail-get-coding-system): Use it.
4604
4605 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4606
4607 * international/mule-conf.el: Unify the charset indian-is13194.
4608 (indian-is13194): Specify unify-map.
4609
4610 2013-12-31 Leo Liu <sdl.web@gmail.com>
4611
4612 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4613
4614 2013-12-30 Daniel Colascione <dancol@dancol.org>
4615
4616 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4617 of printing a useless when we resume from sleep.
4618
4619 * progmodes/sh-script.el
4620 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4621 in indentation code. (Bug#16233)
4622
4623 2013-12-28 João Távora <joaotavora@gmail.com>
4624
4625 * elec-pair.el (electric-pair-post-self-insert-function):
4626 Don't open extra newlines at beginning of buffer. (Bug#16272)
4627
4628 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4629
4630 * frame.el (window-system-for-display): Don't allow to create a
4631 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4632
4633 2013-12-28 Glenn Morris <rgm@gnu.org>
4634
4635 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4636 Update callers.
4637
4638 * apropos.el (apropos-match-face):
4639 * calculator.el (calculator-displayer):
4640 * dabbrev.el (dabbrev-search-these-buffers-only):
4641 * face-remap.el (buffer-face-mode-face):
4642 * simple.el (yank-handled-properties):
4643 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4644 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4645 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4646 (hashcash-double-spend-database):
4647 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4648 (ruby-deep-indent-paren-style):
4649 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4650 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4651 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4652 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4653 Specify custom types.
4654
4655 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4656 * bookmark.el (bookmark-bmenu-use-header-line):
4657 * doc-view.el (doc-view-scale-internally):
4658 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4659 * register.el (register-preview-delay):
4660 * net/shr.el (shr-bullet):
4661 * progmodes/cfengine.el (cfengine-cf-promises)
4662 (cfengine-parameters-indent):
4663 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4664 * textmodes/reftex-vars.el (reftex-label-regexps):
4665 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4666
4667 * net/tls.el (tls-certtool-program): Fix default value.
4668
4669 * desktop.el (desktop-restore-in-current-display):
4670 * newcomment.el (comment-empty-lines):
4671 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4672 (idlwave-pad-keyword):
4673 * progmodes/tcl.el (tcl-tab-always-indent):
4674 * textmodes/reftex-vars.el (reftex-index-default-tag):
4675 * elec-pair.el (electric-pair-skip-whitespace):
4676 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4677
4678 * emacs-lisp/authors.el (authors-ignored-files)
4679 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4680
4681 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4682
4683 * shell.el (shell-dynamic-complete-command): Doc fix.
4684 (shell--command-completion-data): Shell completion now matches
4685 executable filenames from the current buffer's directory, on
4686 systems in which this behavior is the default (windows-nt, ms-dos).
4687
4688 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4689
4690 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4691
4692 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4695 (bug#16251).
4696
4697 * electric.el: Move all electric-pair-* to elec-pair.el.
4698 * elec-pair.el: New file, split from electric.el.
4699
4700 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4701
4702 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4703 indentation level is larger than the width, because that will
4704 infloop.
4705 (shr-insert): Fill repeatedly long texts, so that Japanese is
4706 formatted correctly (bug#16263).
4707 (shr-find-fill-point): Off by one error in comparison with the
4708 indentation.
4709
4710 2013-12-26 João Távora <joaotavora@gmail.com>
4711
4712 * electric.el (electric-pair-mode): More flexible engine for skip-
4713 and inhibit predicates, new options for pairing-related functionality.
4714 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4715 if that keeps or improves their balance in buffers.
4716 (electric-pair-delete-adjacent-pairs): Delete the pair when
4717 backspacing over adjacent matched delimiters.
4718 (electric-pair-open-extra-newline): Open extra newline when
4719 inserting newlines between adjacent matched delimiters.
4720 (electric--sort-post-self-insertion-hook):
4721 Sort post-self-insert-hook according to priority values when
4722 minor-modes are activated.
4723 * simple.el (newline-and-indent): Call newline with interactive
4724 set to t.
4725 (blink-paren-post-self-insert-function): Set priority to 100.
4726 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4727 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4728 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4729 electric-pair-open-newline-between-pairs to nil.
4730
4731 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4732
4733 * progmodes/python.el: Use lexical-binding.
4734 (python-nav-beginning-of-defun): Stop searching ASAP.
4735
4736 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4737
4738 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4739 Fix interactive spec. Doc fix. (Bug#15754)
4740
4741 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4742
4743 * emacs-lisp/byte-run.el (eval-when-compile):
4744 * progmodes/cc-defs.el (cc-eval-when-compile):
4745 Fix edebug spec (bug#16184).
4746
4747 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4748
4749 * net/shr.el (shr-visit-file): Remove debugging function.
4750 (shr-insert): Don't infloop if we can't find a good place to break
4751 the line (bug#16256).
4752
4753 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4754
4755 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4756 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4757 python-nav-lisp-forward-sexp-safe.
4758 (python-nav--forward-sexp): New argument SAFE allows switching
4759 forward sexp movement behavior for parens.
4760 (python-nav-forward-sexp): Throw errors on unterminated parens
4761 (Bug#16191).
4762 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4763 (python-nav-backward-sexp-safe): New functions.
4764 (python-shell-buffer-substring):
4765 Use `python-nav-forward-sexp-safe'.
4766
4767 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4768
4769 * net/shr.el (shr-find-fill-point): Don't break lines before a
4770 quotation mark.
4771 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4772 (shr-find-fill-point): Remove the special checks for the quotation
4773 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4774
4775 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4776
4777 * net/eww.el (eww-form-textarea): Use a different face for
4778 textareas than text input since they have different keymaps
4779 (bug#16142).
4780
4781 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4782
4783 * progmodes/python.el (python-nav-beginning-of-statement):
4784 Speed up (Bug#15295).
4785
4786 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4787
4788 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4789 the window configuration.
4790
4791 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4792
4793 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4794 we run on MS-Windows or MS-DOS.
4795
4796 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4797
4798 * window.el (balance-windows-area): Call window-size instead of
4799 window-height and window-width. Bug#16241.
4800
4801 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4802
4803 * net/eww.el (eww-bookmark-quit): Remove.
4804 (eww-bookmark-browse): Restore the window configuration when you
4805 choose a bookmark (bug#16144).
4806
4807 2013-12-24 Daniel Colascione <dancol@dancol.org>
4808
4809 * icomplete.el: Remove redundant :group arguments to `defcustom'
4810 throughout.
4811 (icomplete-show-matches-on-no-input): New customizable variable.
4812 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4813 we have something to show.
4814 (icomplete-exhibit): Compute completions even if we have no user input.
4815
4816 2013-12-23 Daniel Colascione <dancol@dancol.org>
4817
4818 * icomplete.el: Move `provide' to end of file.
4819
4820 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4821
4822 * net/gnutls.el (gnutls-verify-error): Add version tag.
4823
4824 2013-12-23 Chong Yidong <cyd@gnu.org>
4825
4826 * subr.el (set-transient-map): Rename from
4827 set-temporary-overlay-map. Doc fix.
4828
4829 * face-remap.el (text-scale-adjust):
4830 * indent.el (indent-rigidly):
4831 * kmacro.el (kmacro-call-macro):
4832 * minibuffer.el (minibuffer-force-complete):
4833 * repeat.el (repeat):
4834 * simple.el (universal-argument--mode):
4835 * calendar/todo-mode.el (todo-insert-item--next-param):
4836 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4837
4838 * indent.el (indent-rigidly): Use substitute-command-keys.
4839
4840 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4841
4842 * net/eww.el (eww-tag-select): Add text-property to jump to next
4843 select field.
4844 (eww): Add non-supported ftp error.
4845
4846 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4847
4848 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4849 comments. Handle electric indent after typing `?' and `!'.
4850
4851 2013-12-22 Chong Yidong <cyd@gnu.org>
4852
4853 * faces.el (face-spec-recalc): If the theme specs are not
4854 applicable to a frame, fall back on the defface spec.
4855 This prevents themes from obliterating faces on low-color terminals.
4856
4857 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4858
4859 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4860 after `{'. We need it after block openers, and it doesn't seem
4861 to hurt after hash openers.
4862
4863 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4864
4865 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4866 extracted from `ruby-smie-rules'.
4867 (ruby--electric-indent-chars): New variable.
4868 (ruby--electric-indent-p): New function.
4869 (ruby-mode): Use `electric-indent-functions' instead of
4870 `electric-indent-chars'.
4871
4872 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4873
4874 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4875 docstring.
4876 (ruby-smie-rules): Indent plus one level after `=>'.
4877
4878 2013-12-21 Richard Stallman <rms@gnu.org>
4879
4880 * simple.el (newline): Doc fix.
4881
4882 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4883
4884 * net/eww.el (eww-list-histories, eww-list-histories)
4885 (eww-history-browse, eww-history-quit, eww-history-kill)
4886 (eww-history-mode-map, eww-history-mode): New command and
4887 functions to list browser histories.
4888 (eww-form-text): Support text form with disabled
4889 and readonly attributes.
4890 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4891
4892 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4893
4894 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4895 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4896 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4897 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4898 Use `user-error'.
4899 (eww-bookmark-mode-map): Add menu.
4900 (eww-render, eww-mode): Use `setq-local'.
4901 (eww-tool-bar-map): New variable.
4902 (eww-mode): Set `tool-bar-map'.
4903 (eww-view-source): Check for `html-mode' with `fboundp'.
4904
4905 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4906
4907 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4908 elements with text inside. Also remove debugging.
4909
4910 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4911
4912 * cus-start.el (all): Add ns-use-srgb-colorspace.
4913
4914 2013-12-21 Chong Yidong <cyd@gnu.org>
4915
4916 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4917 undefined. Thus, theme settings for undefined faces do not take
4918 effect until the faces are defined with defface, the same as with
4919 theme variables.
4920
4921 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4922 (face-spec-reset-face): Don't assign extra properties in temacs.
4923 (face-spec-recalc): Apply X resources too.
4924
4925 2013-12-21 Chong Yidong <cyd@gnu.org>
4926
4927 * faces.el (face-spec-set):
4928 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4929 * custom.el (defface): Doc fixes (Bug#16203).
4930
4931 * indent.el (indent-rigidly-map): Add docstring, and move commands
4932 into named functions.
4933 (indent-rigidly-left, indent-rigidly-right)
4934 (indent-rigidly-left-to-tab-stop)
4935 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4936 indentation direction based on bidi direction, and accumulate
4937 sequential commands in a single undo boundary.
4938 (indent-rigidly--pop-undo): New utility function.
4939
4940 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * faces.el (read-face-name): Require crm.el when using crm-separator.
4943
4944 2013-12-20 Daniel Colascione <dancol@dancol.org>
4945
4946 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4947 so that we don't reflow comments into the shebang line.
4948
4949 2013-12-20 Juri Linkov <juri@jurta.org>
4950
4951 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4952 a position when `dired-directory' is non-nil. Check integer
4953 positions with `integerp'.
4954 (toggle-save-place, save-places-to-alist): Add check for
4955 `dired-directory'.
4956 (save-place-find-file-hook): Check integer positions with
4957 `integerp'.
4958 (save-place-dired-hook): Use `dired-goto-file' when
4959 `dired-filename' is found in the assoc list. Check integer
4960 positions with `integerp'.
4961 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4962
4963 * dired.el (dired-initial-position-hook): Rename back from
4964 `dired-initial-point-hook'.
4965 (dired-initial-position): Rename `dired-initial-point-hook' to
4966 `dired-initial-position-hook'.
4967 (dired-file-name-at-point): Doc fix. (Bug#15329)
4968
4969 2013-12-20 Juri Linkov <juri@jurta.org>
4970
4971 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4972 (read-regexp-suggestions): New function.
4973 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4974 Use `read-regexp-suggestions'. Add non-empty default to history
4975 for empty input.
4976 (occur-read-regexp-defaults-function): Remove function.
4977 (occur-read-primary-args): Use `regexp-history-last' instead of
4978 `occur-read-regexp-defaults-function'.
4979
4980 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4981 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4982 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4983 `hi-lock-read-regexp-defaults-function'. Doc fix.
4984 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4985 with `find-tag-default-as-symbol-regexp'. Doc fix.
4986 (hi-lock-read-regexp-defaults): Remove function.
4987 (hi-lock-regexp-okay): Add check for null.
4988
4989 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4990 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4991
4992 * subr.el (find-tag-default-as-symbol-regexp): New function.
4993 (find-tag-default-as-regexp): Move symbol regexp formatting to
4994 `find-tag-default-as-symbol-regexp'.
4995
4996 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4997
4998 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4999 (Bug#14179)
5000
5001 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5002
5003 * calendar/todo-mode.el: New implementation of item insertion
5004 commands and key bindings.
5005 (todo-key-prompt): New face.
5006 (todo-insert-item): New command.
5007 (todo-insert-item--parameters): New defconst, replacing defvar
5008 todo-insertion-commands-args-genlist.
5009 (todo-insert-item--param-key-alist): New defconst, replacing
5010 defvar todo-insertion-commands-arg-key-list.
5011 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5012 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5013 (todo-insert-item--next-param): New functions.
5014 (todo-insert-item--args, todo-insert-item--argleft)
5015 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5016 New variables.
5017 (todo-key-bindings-t): Change binding of "i" from
5018 todo-insertion-map to todo-insert-item.
5019 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5020 (todo-insertion-command-name, todo-insertion-commands-names)
5021 (todo-define-insertion-command, todo-insertion-commands)
5022 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5023
5024 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5025
5026 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5027 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5028 eval-when-compile.
5029 (todo-move-category): Allow choosing a non-existing todo file to
5030 move the category to, and create that file.
5031 (todo-default-priority): New user option.
5032 (todo-set-item-priority): Use it.
5033 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5034 (desktop-restore-file-buffer): Declare.
5035 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5036 (todo-modes-set-2): Locally set desktop-save-buffer to
5037 todo-desktop-save-buffer.
5038 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5039 (auto-mode-alist): Add autoload cookie.
5040
5041 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5042
5043 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5044 helpers.el was a poor choice of name.
5045 (string-remove-prefix): New function.
5046 (string-remove-suffix): New function.
5047
5048 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5049
5050 Fix assignment for new window total sizes.
5051 * window.el (window--pixel-to-size): Remove function.
5052 (window--pixel-to-total-1, window--pixel-to-total):
5053 Fix calculation of new total sizes.
5054
5055 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5056
5057 * comint.el (comint-output-filter): Fix rear-nonsticky property
5058 placement (Bug#16010).
5059
5060 2013-12-20 Chong Yidong <cyd@gnu.org>
5061
5062 * faces.el (read-color): Minor fix for completion function.
5063
5064 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5065
5066 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5067 New option. (Bug#16182)
5068 (ruby-smie--indent-to-stmt-p): Use it.
5069 (ruby-smie-rules): Revert the logic in the handling of `when'.
5070 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5071 (ruby-deep-arglist, ruby-deep-indent-paren)
5072 (ruby-deep-indent-paren-style): Update docstrings to note that the
5073 vars don't have any effect with SMIE.
5074
5075 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5076
5077 * calc/calc.el (calc-enter, calc-pop): Use the variable
5078 `calc-context-sensitive-enter'.
5079
5080 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5081
5082 * net/shr.el (shr-insert): Protect against infloops in degenerate
5083 tables.
5084
5085 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5086
5087 * progmodes/octave.el (octave): Add link to manual and octave
5088 homepage.
5089 (octave-mode-menu): Link to octave-mode manual.
5090
5091 2013-12-20 Leo Liu <sdl.web@gmail.com>
5092
5093 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5094 insertion using skeleton-end-newline. (Bug#16138)
5095
5096 2013-12-20 Juri Linkov <juri@jurta.org>
5097
5098 * replace.el (occur-engine): Use `add-face-text-property'
5099 to add the face property to matches and titles. (Bug#14645)
5100
5101 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5102 the palette of other hi-lock colors.
5103 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5104
5105 2013-12-19 Juri Linkov <juri@jurta.org>
5106
5107 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5108 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5109 (minibuffer-history-symbol): Move variable declaration closer to
5110 its usage.
5111
5112 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5113 (Bug#14785)
5114
5115 2013-12-19 Juri Linkov <juri@jurta.org>
5116
5117 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5118 New function.
5119 (log-edit-hook): Add it to :options. (Bug#16170)
5120
5121 2013-12-19 Juri Linkov <juri@jurta.org>
5122
5123 * simple.el (eval-expression-print-format): Don't check for
5124 command names and the last command. Always display additional
5125 formats of the integer result in the echo area, and insert them
5126 to the current buffer only with a zero prefix arg.
5127 Display character when char-displayable-p is non-nil.
5128 (eval-expression): With a zero prefix arg, set `print-length' and
5129 `print-level' to nil, and insert the integer values from
5130 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5131
5132 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5133 `eval-last-sexp-arg-internal'. Doc fix.
5134 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5135 `eval-last-sexp-print-value'. Doc fix.
5136 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5137 Set `print-length' and `print-level' to nil when arg is zero.
5138 (eval-last-sexp): Doc fix.
5139 (eval-defun-2): Print the integer values from
5140 `eval-expression-print-format' at the end.
5141
5142 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5143 values from `eval-expression-print-format' at the end.
5144
5145 * ielm.el (ielm-eval-input): Print the integer
5146 values from `eval-expression-print-format' at the end.
5147
5148 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5149
5150 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5151 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5152
5153 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5156 (hl-line-highlight, global-hl-line-highlight): Use it.
5157 (hl-line-overlay): Use defvar-local.
5158
5159 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5160
5161 * term/ns-win.el: Require dnd.
5162 (global-map): Remove drag items.
5163 (ns-insert-text, ns-set-foreground-at-mouse)
5164 (ns-set-background-at-mouse):
5165 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5166 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5167 New functions.
5168
5169 2013-12-19 Glenn Morris <rgm@gnu.org>
5170
5171 * emacs-lisp/ert.el (ert-select-tests):
5172 Fix string/symbol mixup. (Bug#16121)
5173
5174 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5175
5176 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5177 keywords to their parent.
5178
5179 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5180
5181 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5182 first arg to be a string (fixed dead code), or an operator symbol.
5183 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5184 operator symbols.
5185 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5186 did nothing. Don't respond to `(:after ".")', it will be called
5187 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5188 change anything. Only return indentation for binary operators
5189 when they are hanging. De-dent opening paren when its parent is
5190 `.', otherwise it looks bad when the dot is not at bol or eol
5191 (bug#16182).
5192
5193 2013-12-19 Juri Linkov <juri@jurta.org>
5194
5195 * replace.el (query-replace-read-args): Split a non-negative arg
5196 and a negative arg into separate elements.
5197 (query-replace, query-replace-regexp, replace-string)
5198 (replace-regexp): Add arg `backward'. Doc fix.
5199 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5200 move point to the beginning of the match.
5201 (replace-search, replace-highlight): Use new arg `backward'
5202 to set the value of `isearch-forward'.
5203 (perform-replace): Add arg `backward' and use it to perform
5204 replacement backward. (Bug#14979)
5205
5206 * isearch.el (isearch-query-replace): Use a negative prefix arg
5207 to call `perform-replace' with a non-nil arg `backward'.
5208
5209 2013-12-18 Juri Linkov <juri@jurta.org>
5210
5211 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5212 to the default list. Move `log-edit-show-files' to the end.
5213 Add more available functions to options.
5214 (log-edit): Move default specific settings to
5215 `log-edit-insert-message-template'. Don't move point.
5216 (log-edit-insert-message-template): New function.
5217 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5218 (Bug#16170)
5219
5220 2013-12-18 Juri Linkov <juri@jurta.org>
5221
5222 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5223 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5224
5225 2013-12-18 Leo Liu <sdl.web@gmail.com>
5226
5227 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5228 (Bug#16186)
5229
5230 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5231
5232 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5233 formats for displaying file sizes when the -s switch is given.
5234 Instead, compute a separate format for displaying the size in
5235 blocks, which is displayed in addition to the "regular" size.
5236 When -h is given in addition to -s, produce size in blocks in
5237 human-readable form as well. (Bug#16179)
5238
5239 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5240
5241 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5242 Reference tables with ~\ref{...} instead of only \ref{...}.
5243
5244 2013-12-18 Chong Yidong <cyd@gnu.org>
5245
5246 * cus-edit.el (custom-magic-alist): Fix "themed" description
5247 (Bug#14348).
5248
5249 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5250 is non-nil, do not create a new entry in the symbol's theme-value
5251 or theme-face property; update theme-settings only (Bug#14664).
5252 (custom-available-themes): Doc fix.
5253
5254 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5255 (Bug#15674).
5256
5257 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5258
5259 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5260
5261 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5262 (Bug#13914).
5263
5264 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5265
5266 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5267
5268 2013-12-18 Glenn Morris <rgm@gnu.org>
5269
5270 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5271 * cus-start.el (load-prefer-newer): New option.
5272
5273 2013-12-18 Le Wang <l26wang@gmail.com>
5274
5275 * comint.el (comint-previous-matching-input-from-input):
5276 Retain point (Bug#13404).
5277
5278 2013-12-18 Chong Yidong <cyd@gnu.org>
5279
5280 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5281
5282 2013-12-18 Glenn Morris <rgm@gnu.org>
5283
5284 * mail/emacsbug.el (report-emacs-bug):
5285 Only mention enable-multibyte-characters if non-standard.
5286
5287 2013-12-17 Juri Linkov <juri@jurta.org>
5288
5289 * arc-mode.el (archive-extract-by-file): Check if directory exists
5290 before deletion to not show irrelevant errors if it doesn't exist.
5291
5292 2013-12-17 Juri Linkov <juri@jurta.org>
5293
5294 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5295 (Bug#14751)
5296
5297 * net/eww.el (browse-web): Add alias to `eww'.
5298 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5299 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5300
5301 * net/browse-url.el (browse-url-browser-function): Move `eww'
5302 closer to similar functions.
5303
5304 * startup.el (fancy-startup-screen, fancy-about-screen):
5305 Set browse-url-browser-function to eww-browse-url locally.
5306 (Bug#14751)
5307
5308 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * window.el (window--pixel-to-total): Remove unused `mini' var.
5311 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5312 (split-window): Remove unused `new' var.
5313 (window--display-buffer): Remove unused `frame' and `delta' vars.
5314 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5315 and display-width'.
5316
5317 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5318
5319 * dired.el (dired-mark-pop-up):
5320 * register.el (register-preview): Don't bind
5321 split-height-threshold here since it's now done in
5322 display-buffer-below-selected.
5323
5324 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5325
5326 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5327 xterm-rgb-convert-to-16bit.
5328 (rxvt-register-default-colors): Standardize with
5329 xterm-register-default-colors (Bug#14078).
5330
5331 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5332
5333 * simple.el (kill-region): Pass mark first, then point, so that
5334 kill-append works right (Bug#12819).
5335 (copy-region-as-kill, kill-ring-save): Likewise.
5336
5337 2013-12-17 Leo Liu <sdl.web@gmail.com>
5338
5339 * net/rcirc.el (rcirc-add-face):
5340 * eshell/em-prompt.el (eshell-emit-prompt):
5341 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5342 (Bug#16167)
5343
5344 2013-12-17 Chong Yidong <cyd@gnu.org>
5345
5346 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5347 Suggested by Xue Fuqiao.
5348
5349 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5350
5351 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5352
5353 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * net/shr.el (shr-insert-document): Remove unused var
5356 `shr-preliminary-table-render'.
5357 (shr-rescale-image): Remove unused arg `force'.
5358 (shr-put-image): Update calls accordingly.
5359 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5360
5361 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5362
5363 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5364 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5365 :close-all, to see which indentation method to use (Bug#16116).
5366 (smie-rules-function): Document the method :close-all.
5367
5368 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5369
5370 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5371
5372 * net/eww.el (eww-display-html): If we can't find the anchor we're
5373 looking for, then go to point-min.
5374
5375 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5376
5377 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5378 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5379 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5380 Expand dir too, in case it's relative.
5381
5382 2013-12-16 Juri Linkov <juri@jurta.org>
5383
5384 * desktop.el (desktop-auto-save-timeout): Change default to
5385 `auto-save-timeout'. Doc fix.
5386 (desktop-save): Skip the timestamp in desktop-saved-frameset
5387 when checking for auto-save changes.
5388 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5389 `desktop-auto-save' is called repeatedly by the idle timer.
5390 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5391 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5392 (Bug#15331)
5393
5394 2013-12-16 Juri Linkov <juri@jurta.org>
5395
5396 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5397 (Bug#16035)
5398 (isearch-pre-command-hook): Check `this-command' for symbolp.
5399
5400 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5403
5404 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5405
5406 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5407 (cfengine3--current-function): Bring in the current-function
5408 functionality from `cfengine3--current-word'.
5409 (cfengine3-completion-function): Bring in the
5410 bounds-of-current-word functionality from
5411 `cfengine3--current-word'.
5412
5413 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5414
5415 * window.el (display-buffer-below-selected):
5416 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5417
5418 2013-12-16 Leo Liu <sdl.web@gmail.com>
5419
5420 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5421 Remove NOMSG arg and all uses changed.
5422
5423 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5426 (cua--deactivate-rectangle): Don't deactivate the mark.
5427 (cua-set-rectangle-mark): Don't set mark-active since
5428 cua--activate-rectangle already does it for us.
5429 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5430 non-rectangular region.
5431
5432 * emulation/cua-base.el (cua-repeat-replace-region):
5433 Use with-current-buffer.
5434
5435 * net/gnutls.el: Use cl-lib.
5436 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5437
5438 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5439
5440 * emacs-lisp/package.el (package-built-in-p): Support both
5441 built-in and the package.el converted package descriptions.
5442 (package-show-package-list): Allow keywords.
5443 (package-keyword-button-action): Use it instead of
5444 `finder-list-matches'.
5445 (package-menu-filter-interactive): Interactive filtering (by
5446 keyword) function.
5447 (package-menu--generate): Support keywords and change keymappings
5448 and headers when they are given.
5449 (package--has-keyword-p): Helper function.
5450 (package-menu--refresh): Use it.
5451 (package--mapc): Helper function.
5452 (package-all-keywords): Use it.
5453 (package-menu-mode-map): Set up menu items and keybindings to
5454 provide a filtering UI.
5455
5456 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5457
5458 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5459 the behavior when a certificate fails validation. Defaults to
5460 old behavior: never abort, just warn.
5461 (gnutls-negotiate): Use it.
5462
5463 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5464
5465 * window.el (display-buffer-below-selected): Never split window
5466 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5467
5468 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5469
5470 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5471 (package-buffer-info): Use it (bug#15108).
5472
5473 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * icomplete.el (icomplete-completions): Make sure the prefix is already
5476 displayed elsewhere before hiding it (bug#16219).
5477
5478 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5479
5480 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5481 open-paren tokens when preceded by a open-paren, too.
5482 (ruby-smie-rules): Handle virtual indentation after open-paren
5483 tokens specially. If there is code between it and eol, return the
5484 column where is starts (Bug#16118).
5485
5486 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5487
5488 * progmodes/cfengine.el: Fix `add-hook' doc.
5489 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5490 (cfengine3--current-word): Fix parameters.
5491 (cfengine3-make-syntax-cache): Simplify further.
5492 (cfengine3-completion-function, cfengine3--current-function):
5493 Use `assq' for symbols.
5494 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5495
5496 2013-12-13 Glenn Morris <rgm@gnu.org>
5497
5498 * loadup.el (load-path): Warn if site-load or site-init changes it.
5499 No more need to reset it when bootstrapping.
5500
5501 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5502
5503 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5504 locations for cf-promises.
5505 (cfengine-mode-syntax-functions-regex): New caching variable.
5506 (cfengine3-fallback-syntax): Fallback syntax for cases where
5507 cf-promises doesn't run.
5508 (cfengine3--current-word): Reimplement using
5509 `cfengine-mode-syntax-functions-regex'.
5510 (cfengine3-completion-function, cfengine3--current-function):
5511 Use `cfengine3-make-syntax-cache' directly.
5512 (cfengine3-clear-syntax-cache): New function.
5513 (cfengine3-make-syntax-cache): Simplify and create
5514 `cfengine-mode-syntax-functions-regex' on demand.
5515 (cfengine3-format-function-docstring): Don't call
5516 `cfengine3-make-syntax-cache' explicitly.
5517
5518 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5519
5520 Fix windmove-find-other-window broken after pixelwise resizing
5521 (Bug#16017).
5522 * windmove.el (windmove-other-window-loc): Revert change from
5523 2013-12-04.
5524 (windmove-find-other-window): Call window-in-direction.
5525 * window.el (window-in-direction): New arguments SIGN, WRAP and
5526 MINI to emulate original windmove-find-other-window behavior.
5527
5528 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5529
5530 * simple.el (blink-matching--overlay): New variable.
5531 (blink-matching-open): Instead of moving point, highlight the
5532 matching paren with an overlay
5533 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5534
5535 * faces.el (paren-showing-faces, show-paren-match)
5536 (show-paren-mismatch): Move from paren.el.
5537
5538 2013-12-13 Leo Liu <sdl.web@gmail.com>
5539
5540 * indent.el (indent-region): Disable progress reporter in
5541 minibuffer. (Bug#16108)
5542
5543 * bindings.el (visual-order-cursor-movement): Fix version.
5544
5545 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5546
5547 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5548 Also match after beginning of line.
5549 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5550 files. Thanks to Russell Sim. (Bug#15378)
5551
5552 2013-12-13 Juri Linkov <juri@jurta.org>
5553
5554 * simple.el <Keypad support>: Remove key bindings duplicated
5555 with bindings.el. (Bug#14397)
5556
5557 2013-12-13 Juri Linkov <juri@jurta.org>
5558
5559 * comint.el (comint-mode-map): Replace `delete-char' with
5560 `delete-forward-char'. (Bug#16109)
5561
5562 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5563
5564 * progmodes/python.el (python-indent-calculate-indentation):
5565 Fix de-denters cornercase. (Bug#15731)
5566
5567 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5570 (advice--make): Pay attention to `depth'.
5571 (advice--make-1): Don't autoload commands eagerly.
5572 * emacs-lisp/elp.el (elp-instrument-function):
5573 * emacs-lisp/trace.el (trace-function-internal):
5574 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5575
5576 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5577
5578 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5579
5580 * term/w32-win.el (w32-handle-dropped-file):
5581 * startup.el (normal-top-level):
5582 * net/browse-url.el (browse-url-file-url):
5583 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5584 decode file names using 'utf-8' rather than
5585 file-name-coding-system.
5586
5587 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5588
5589 * progmodes/python.el (python-indent-context)
5590 (python-indent-calculate-indentation): Fix auto-identation
5591 behavior for comment blocks. (Bug#15916)
5592
5593 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5594
5595 * progmodes/python.el (python-indent-calculate-indentation):
5596 When determining indentation, don't treat "return", "pass", etc., as
5597 operators when they are just string constituents. (Bug#15812)
5598
5599 2013-12-12 Juri Linkov <juri@jurta.org>
5600
5601 * uniquify.el (uniquify-buffer-name-style): Change default to
5602 `post-forward-angle-brackets'.
5603
5604 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5605 `uniquify'. Change default to `post-forward-angle-brackets'.
5606
5607 2013-12-11 Glenn Morris <rgm@gnu.org>
5608
5609 * emacs-lisp/package.el (finder-list-matches):
5610 Autoload rather than falsely declaring.
5611
5612 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5613
5614 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5615 (eww-mode-map): Use them.
5616
5617 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5618
5619 * window.el (display-buffer-in-side-window): Fix doc-string
5620 (Bug#16115).
5621
5622 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * vc/vc-git.el: Silence byte-compiler warnings.
5625 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5626 (log-edit-set-header): Declare.
5627
5628 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5629
5630 * Makefile.in (custom-deps, finder-data): Run output file names
5631 through unmsys--file-name. (Bug#16099)
5632
5633 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5636 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5637
5638 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5639 instead of deleting the selection "by hand" (bug#16098).
5640 Rely on insert-for-yank to yank rectangles.
5641 (cua-highlight-region-shift-only): Mark obsolete.
5642 (cua-mode): Don't enable/disable transient-mark-mode,
5643 shift-select-mode (cua-mode works both with and without them), and
5644 pc-selection-mode (obsolete).
5645 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5646 (cua--deactivate-rectangle): Deactivate it.
5647
5648 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5649 (delete-selection-helper): Make sure yank starts at the top of the
5650 deleted region.
5651 (minibuffer-keyboard-quit): Use region-active-p.
5652
5653 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5654
5655 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5656 to `delete' (bug#16109).
5657
5658 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5659
5660 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5661 info manual and show keybindings and set `:group' keyword.
5662
5663 2013-12-11 Juri Linkov <juri@jurta.org>
5664
5665 * delsel.el (delete-active-region): Let-bind `this-command'
5666 to prevent `kill-region' from changing its original value.
5667 (delete-selection-helper): Handle `overwrite-mode' for the type
5668 `kill' exactly the same way as for the type `t'.
5669 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5670 Support more commands. (Bug#13312)
5671
5672 2013-12-11 Juri Linkov <juri@jurta.org>
5673
5674 * bindings.el: Map kp keys to non-kp keys systematically
5675 with basic modifiers control, meta and shift. (Bug#14397)
5676
5677 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5678
5679 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5680 "Close browser" menu items. Fix wrong function of "List
5681 bookmarks".
5682
5683 2013-12-11 Juri Linkov <juri@jurta.org>
5684
5685 * misearch.el (multi-isearch-buffers): Set the value of
5686 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5687 arg of isearch-forward to t.
5688 (multi-isearch-buffers-regexp): Set the value of
5689 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5690 arg of isearch-forward-regexp to t.
5691 (multi-isearch-files): Set the value of
5692 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5693 arg of isearch-forward to t.
5694 (multi-isearch-files-regexp): Set the value of
5695 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5696 arg of isearch-forward-regexp to t. (Bug#16035)
5697
5698 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5699 arg of isearch-forward to t.
5700 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5701 arg of isearch-forward-regexp to t.
5702 (dired-isearch-filter-filenames): Remove unnecessary check for
5703 `dired-isearch-filenames'.
5704
5705 * comint.el (comint-history-isearch-backward):
5706 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5707 (comint-history-isearch-backward-regexp):
5708 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5709
5710 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5711
5712 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5713 unmsys--file-name. (Bug#16099)
5714
5715 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5716
5717 * emacs-lisp/package.el (package-keyword-button-action):
5718 Remove finder.el require dependency.
5719
5720 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5721
5722 * emacs-lisp/package.el: Require finder.el.
5723 (describe-package-1): Add keyword buttons.
5724 (package-make-button): New convenience function.
5725 (package-keyword-button-action): Keyword button action using
5726 `finder-list-matches'.
5727
5728 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5729
5730 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5731 last commit.
5732
5733 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5734
5735 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5736 symlinked files.
5737
5738 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5739
5740 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5741 after the end of a percent literal.
5742
5743 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5744
5745 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5746 Handle caret-delimited strings (Bug#16079).
5747
5748 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5749
5750 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5751 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5752 `ruby-parse-partial' (Bug#16078).
5753
5754 2013-12-09 Leo Liu <sdl.web@gmail.com>
5755
5756 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5757
5758 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5759
5760 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5761 (js-switch-indent-offset): New option.
5762 (js--proper-indentation): Use it. And handle the case when
5763 "default" is actually a key in an object literal.
5764 (js--same-line): New function.
5765 (js--multi-line-declaration-indentation): Use it.
5766 (js--indent-in-array-comp, js--array-comp-indentation):
5767 New functions.
5768 (js--proper-indentation): Use them, to handle array comprehension
5769 continuations.
5770
5771 2013-12-08 Leo Liu <sdl.web@gmail.com>
5772
5773 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5774 (flymake-make-overlay): Remove arg MOUSE-FACE.
5775 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5776
5777 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5780 New function.
5781 (redisplay-highlight-region-function): Use it.
5782
5783 * emulation/cua-base.el (cua--explicit-region-start)
5784 (cua--last-region-shifted): Remove.
5785 (cua--deactivate): Use deactivate-mark.
5786 (cua--pre-command-handler-1): Don't handle shift-selection.
5787 (cua--post-command-handler-1): Don't change transient-mark-mode.
5788 (cua--select-keymaps): Use region-active-p rather than
5789 cua--explicit-region-start or cua--last-region-shifted.
5790 (cua-mode): Enable shift-select-mode.
5791
5792 2013-12-08 Leo Liu <sdl.web@gmail.com>
5793
5794 * progmodes/flymake.el (flymake-popup-current-error-menu):
5795 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5796 (flymake-posn-at-point-as-event, flymake-popup-menu)
5797 (flymake-make-emacs-menu): Remove. (Bug#16077)
5798
5799 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * rect.el (rectangle-mark-mode): Activate mark even if
5802 transient-mark-mode is off (bug#16066).
5803 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5804 is > mark and at bolp.
5805
5806 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5807 (region-extract-function): Use it.
5808 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5809 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5810 Delete functions.
5811 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5812 kill-ring-save, kill-region, delete-char, delete-forward-char.
5813 Ignore self-insert-iso.
5814
5815 * emulation/cua-gmrk.el (cua--init-global-mark):
5816 Ignore `self-insert-iso'.
5817
5818 * emulation/cua-base.el (cua--prefix-copy-handler)
5819 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5820 checking cua--rectangle.
5821 (cua-delete-region): Use region-extract-function.
5822 (cua-replace-region): Delete function.
5823 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5824 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5825 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5826 (cua--init-keymaps): Don't remap delete-selection commands.
5827 (cua-mode): Use delete-selection-mode instead of rolling our own
5828 (bug#16085).
5829
5830 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5831 Obey region-extract-function.
5832
5833 Make registers and delete-selection-mode work on rectangles.
5834 * register.el (describe-register-1): Don't modify the register's value.
5835 (copy-to-register): Obey region-extract-function.
5836 * delsel.el (delete-active-region): Obey region-extract-function.
5837
5838 2013-12-08 Leo Liu <sdl.web@gmail.com>
5839
5840 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5841 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5842 (flymake-compilation-prevents-syntax-check)
5843 (flymake-start-syntax-check-on-newline)
5844 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5845 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5846 (flymake-xml-program, flymake-master-file-dirs)
5847 (flymake-master-file-count-limit)
5848 (flymake-allowed-file-name-masks): Relocate.
5849 (flymake-makehash, flymake-float-time)
5850 (flymake-replace-regexp-in-string, flymake-split-string)
5851 (flymake-get-temp-dir): Remove.
5852 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5853 (flymake-current-row, flymake-selected-frame)
5854 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5855 related functions. (Bug#16077)
5856
5857 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5858
5859 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5860
5861 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5862
5863 * help-fns.el (describe-function-1): Use new advice-* functions
5864 rather than old ad-* functions. Fix function type description and
5865 source links for advised functions and subrs.
5866
5867 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5868
5869 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5870
5871 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5872
5873 * progmodes/compile.el (compilation-start):
5874 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5875
5876 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5877 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5878
5879 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5880
5881 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5882 Touch up the last change.
5883
5884 2013-12-06 Leo Liu <sdl.web@gmail.com>
5885
5886 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5887 (inferior-octave-startup): Always use "octave> " for prompt.
5888 (octave-goto-function-definition)
5889 (octave-sync-function-file-names)
5890 (octave-find-definition-default-filename): Remove redundant backquotes.
5891
5892 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5893
5894 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5895 syntax for `?'.
5896 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5897 where appropriate already.
5898 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5899 end of method names (Bug#15874).
5900
5901 2013-12-06 Juri Linkov <juri@jurta.org>
5902
5903 * isearch.el (isearch--saved-overriding-local-map):
5904 New internal variable.
5905 (isearch-mode): Set it to the initial value of
5906 `overriding-terminal-local-map'.
5907 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5908 with `isearch--saved-overriding-local-map'. (Bug#16035)
5909
5910 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5911
5912 * progmodes/octave.el (inferior-octave-completion-table):
5913 Turn back into function, use `completion-table-with-cache'
5914 (Bug#11906). Update all references.
5915
5916 * minibuffer.el (completion-table-with-cache): New function.
5917
5918 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5919
5920 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5921
5922 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5923
5924 * net/eww.el (eww-current-source): New variable to store page
5925 source.
5926 (eww-display-html, eww-mode, eww-save-history)
5927 (eww-restore-history): Use it.
5928 (eww-view-source): New command to view page source.
5929 Opportunistically uses `html-mode' to highlight the buffer.
5930 (eww-mode-map): Install it.
5931
5932 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5933
5934 * net/dbus.el (dbus-unregister-service)
5935 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5936 Fix docstring.
5937 (dbus-unregister-service): Skip :serial entries in
5938 `dbus-registered-objects-table'.
5939 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5940
5941 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5942
5943 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5944 around keywords with extra `split-string' argument.
5945
5946 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5947
5948 * windmove.el (windmove-other-window-loc): Handle navigation
5949 between windows (excluding the minibuffer window - Bug#16017).
5950
5951 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5952
5953 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5954 in D-Bus type syntax.
5955 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5956 preserve unibyte strings. (Bug#16048)
5957
5958 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5961 Call force-mode-line-update is the proper buffer (bug#16042).
5962
5963 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5964
5965 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5966 `log-edit-remember-comment', make argument optional. Adjust all
5967 callers.
5968 (log-edit-mode): Add `log-edit-remember-comment' to
5969 `kill-buffer-hook' locally.
5970 (log-edit-kill-buffer): Don't remember comment explicitly since
5971 the buffer is killed anyway.
5972
5973 2013-12-04 Juri Linkov <juri@jurta.org>
5974
5975 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5976 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5977
5978 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5979
5980 * notifications.el (notifications-close-notification): Call the
5981 D-Bus method with ID being a `:uint32'. (Bug#16030)
5982
5983 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5986
5987 2013-12-03 Juri Linkov <juri@jurta.org>
5988
5989 * progmodes/compile.el (compilation-start): Rename window alist
5990 entry `no-display-ok' to `allow-no-window'.
5991
5992 * simple.el (shell-command): Add window alist entry
5993 `allow-no-window' to `display-buffer'.
5994 (async-shell-command): Doc fix.
5995
5996 * window.el (display-buffer-no-window): New action function.
5997 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5998
5999 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6000
6001 * vc/log-edit.el (log-edit-set-header): Extract from
6002 `log-edit-toggle-header'.
6003 (log-edit-extract-headers): Separate the summary, when extracted
6004 from header, from the rest of the message with an empty line.
6005
6006 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6007 line, if present, to the Summary header.
6008
6009 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6012 in current-buffer (bug#16029).
6013
6014 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6015
6016 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6017 (debugger-mode-map): Bind it.
6018 (debugger--backtrace-base): New function.
6019 (debugger-eval-expression): Use it.
6020 (debugger-frame-number): Skip local vars when present.
6021 (debugger--locals-visible-p, debugger--insert-locals)
6022 (debugger--show-locals, debugger--hide-locals): New functions.
6023
6024 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6025
6026 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6027 "LC_ALL".
6028 (tramp-get-remote-locale): New defun.
6029 (tramp-open-connection-setup-interactive-shell): Use it.
6030
6031 2013-12-02 Leo Liu <sdl.web@gmail.com>
6032
6033 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6034
6035 * progmodes/sh-script.el (sh-shell-process):
6036 * progmodes/octave.el (inferior-octave-process-live-p):
6037 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6038 (gdb-inferior-io-sentinel):
6039 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6040
6041 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6042
6043 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6044 `save-selected-window' to `log-edit-hide-buf'. This makes
6045 `log-edit-show-files' idempotent.
6046 (log-edit-show-files): Mark the new window as dedicated.
6047
6048 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6049
6050 * vc/log-edit.el (log-edit-mode-map): Add binding for
6051 `log-edit-kill-biffer'.
6052 (log-edit-hide-buf): Add a FIXME comment.
6053 (log-edit-add-new-comment): New function, extracted from
6054 `log-edit-done'.
6055 (log-edit-done, log-edit-add-to-changelog): Use it.
6056 (log-edit-kill-buffer): New command.
6057
6058 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
6060 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6061 instead of killing the buffer.
6062
6063 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6066
6067 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6068
6069 * net/eww.el (eww-form-checkbox-selected-symbol)
6070 (eww-form-checkbox-symbol): New customizable variable.
6071 (eww-form-checkbox, eww-toggle-checkbox):
6072 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6073
6074 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6075 (shr--get-media-pref, shr--extract-best-source): New function.
6076 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6077 no :src tag was specified.
6078
6079 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6080 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6081 Use \\` to match beginning of string instead of ^.
6082 (eww-browse-with-external-browser): Provide optional URL parameter.
6083 (eww-render): Set `eww-current-title' back to "".
6084
6085 * net/shr.el (shr-tag-video): Display content for video if no
6086 poster is available.
6087 (shr-tag-audio): Add support for <audio> tag.
6088
6089 * net/eww.el (eww-text-input-types): New const.
6090 (eww-process-text-input): Treat input types in
6091 `eww-text-input-types' as text.
6092
6093 * net/shr.el (shr-tag-table): Fix comment typo.
6094
6095 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6096
6097 * net/eww.el (eww-follow-link): New command to avoid reloading
6098 pages when we follow #target links (bug#15243).
6099 (eww-quit): Special mode buffers shouldn't query before exiting.
6100
6101 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6102
6103 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6104 forms.
6105
6106 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6107
6108 * net/eww.el (eww-restore-history): Update the window title after
6109 moving in the history.
6110 (eww-current-dom): New variable used to save the current DOM.
6111
6112 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6113
6114 * vc/log-edit.el (log-edit-mode-map): Add binding for
6115 `log-edit-beginning-of-line'.
6116 (log-edit-setup-add-author): New user option.
6117 (log-edit-beginning-of-line): New command.
6118 (log-edit): Move major mode call above the contents setup so that
6119 the local variable values are already applied.
6120 (log-edit): Only insert "Author: " when
6121 `log-edit-setup-add-author' is non-nil.
6122 (log-edit): When SETUP is non-nil, position point after ": "
6123 instead of point-min.
6124
6125 2013-12-01 Glenn Morris <rgm@gnu.org>
6126
6127 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6128
6129 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6130
6131 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6132 redisplay to make sure the initial frame gets a chance to become
6133 visible. (Bug#16014)
6134
6135 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6136
6137 Support resizing frames and windows pixelwise.
6138 * cus-start.el (frame-resize-pixelwise)
6139 (window-resize-pixelwise): New entries.
6140 * emacs-lisp/debug.el (debug): Use window-total-height instead
6141 of window-total-size.
6142 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6143 * help.el (describe-bindings-internal): Use help-buffer as
6144 argument for with-help-window.
6145 (temp-buffer-max-width): New option.
6146 (resize-temp-buffer-window, help-window-setup)
6147 (with-help-window): Rewrite.
6148 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6149 dragging dividers.
6150 * window.el (frame-char-size, window-min-pixel-height)
6151 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6152 (window-min-pixel-width, window-safe-min-pixel-size)
6153 (window-combination-p, window-safe-min-size)
6154 (window-resizable-p, window--size-to-pixel)
6155 (window--pixel-to-size, window--resize-apply-p): New functions.
6156 (window-safe-min-height): Fix doc-string.
6157 (window-size, window-min-size, window--min-size-1)
6158 (window-sizable, window-sizable-p, window--min-delta-1)
6159 (window-min-delta, window--max-delta-1, window-max-delta)
6160 (window--resizable, window--resizable-p, window-resizable)
6161 (window-full-height-p, window-full-width-p, window-at-side-p)
6162 (window--in-direction-2, window-in-direction)
6163 (window--resize-reset-1, window--resize-mini-window)
6164 (window-resize, window-resize-no-error)
6165 (window--resize-child-windows-normal)
6166 (window--resize-child-windows, window--resize-siblings)
6167 (window--resize-this-window, window--resize-root-window)
6168 (window--resize-root-window-vertically)
6169 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6170 (maximize-window, minimize-window, delete-window)
6171 (quit-restore-window, window-split-min-size, split-window)
6172 (balance-windows-2, balance-windows)
6173 (balance-windows-area-adjust, balance-windows-area)
6174 (window--state-get-1, window-state-get, window--state-put-1)
6175 (window--state-put-2, window-state-put)
6176 (display-buffer-record-window, window--display-buffer):
6177 Make functions handle pixelwise sizing of windows.
6178 (display-buffer--action-function-custom-type)
6179 (display-buffer-fallback-action):
6180 Add display-buffer-in-previous-window.
6181 (display-buffer-use-some-window): Resize window to height it had
6182 before.
6183 (fit-window-to-buffer-horizontally): New option.
6184 (fit-frame-to-buffer): Describe new values.
6185 (fit-frame-to-buffer-bottom-margin): Replace with
6186 fit-frame-to-buffer-margins.
6187 (window--sanitize-margin): New function.
6188 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6189 using window-text-pixel-size.
6190
6191 2013-11-30 Glenn Morris <rgm@gnu.org>
6192
6193 * emacs-lisp/bytecomp.el (byte-compile-form):
6194 Make the `interactive-only' warning like the `obsolete' one.
6195 * comint.el (comint-run):
6196 * files.el (insert-file-literally, insert-file):
6197 * replace.el (replace-string, replace-regexp):
6198 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6199 (goto-line, insert-buffer, next-line, previous-line):
6200 Tweak `interactive-only' spec.
6201
6202 Stop keeping (most) generated cedet grammar files in the repository.
6203 * Makefile.in (semantic): New.
6204 (compile-main): Depend on semantic.
6205
6206 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6209 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6210
6211 * uniquify.el (uniquify-buffer-name-style): Change default.
6212
6213 * loadup.el: Preload "uniquify".
6214
6215 * time.el (display-time-update): Update all mode lines (bug#15999).
6216
6217 * electric.el (electric-indent-mode): Enable by default.
6218 * loadup.el: Preload "electric".
6219
6220 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6221
6222 * emacs-lisp/helpers.el (string-empty-p): New function.
6223 (string-blank-p): New function.
6224
6225 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6226
6227 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6228 (Bug#14029).
6229
6230 2013-11-29 Andreas Politz <politza@fh-trier.de>
6231 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6232 allow non-lambda lists as functions.
6233 (imenu--in-alist): Don't recurse into non-subalists.
6234 (imenu): Don't pass function itself as an argument (Bug#14029).
6235
6236 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * progmodes/python.el (python-mode-map): Remove binding for ":".
6239 (python-indent-electric-colon): Remove command.
6240 (python-indent-post-self-insert-function): Integrate the previous code
6241 of python-indent-electric-colon. Make it conditional on
6242 electric-indent-mode.
6243 (python-mode): Add ?: to electric-indent-chars.
6244 Move python-indent-post-self-insert-function to the end of
6245 post-self-insert-hook.
6246
6247 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * doc-view.el (doc-view-goto-page): Update mode-line.
6250
6251 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6252
6253 2013-11-27 Glenn Morris <rgm@gnu.org>
6254
6255 * international/charprop.el, international/uni-bidi.el:
6256 * international/uni-category.el, international/uni-combining.el:
6257 * international/uni-comment.el, international/uni-decimal.el:
6258 * international/uni-decomposition.el, international/uni-digit.el:
6259 * international/uni-lowercase.el, international/uni-mirrored.el:
6260 * international/uni-name.el, international/uni-numeric.el:
6261 * international/uni-old-name.el, international/uni-titlecase.el:
6262 * international/uni-uppercase.el:
6263 Remove generated files from VCS repository.
6264
6265 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6266
6267 * filenotify.el (file-notify-add-watch): Don't special-case
6268 w32notify when computing the directory to watch.
6269
6270 2013-11-27 Glenn Morris <rgm@gnu.org>
6271
6272 Make bootstrap without generated uni-*.el files possible again.
6273 * loadup.el: Update command-line-args checking for unidata-gen.
6274 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6275 * composite.el, international/characters.el:
6276 Handle unicode tables being undefined.
6277
6278 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6279 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6280 (compile-main): Depend on leim rule.
6281 (leim): New rule.
6282 * loadup.el: Move leim-list.el to leim/ subdirectory.
6283 * startup.el (normal-top-level): No more leim directory.
6284 * international/ja-dic-cnv.el (skkdic-convert):
6285 Disable version-control and autoloads in output files.
6286 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6287 Disable version-control and autoloads in output files.
6288 * leim/quail: Move here from ../leim.
6289 * leim/quail/hangul.el (hangul-input-method-activate):
6290 Add autoload cookie.
6291 (generated-autoload-load-name): Set file-local value.
6292 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6293 (generated-autoload-load-name): Set file-local value.
6294
6295 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6296
6297 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6298 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6299 (eww-quit): Ask confirmation before quitting eww.
6300
6301 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6302
6303 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6304 reading output from Diff on MS-Windows and MS-DOS.
6305
6306 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6307
6308 * emacs-lisp/helpers.el (string-reverse): New function.
6309
6310 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6311
6312 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6313 names on MS Windows, like "/[::1]:".
6314
6315 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6316 SWITCHES.
6317
6318 2013-11-26 Glenn Morris <rgm@gnu.org>
6319
6320 * progmodes/python.el (python-indent-guess-indent-offset):
6321 Avoid corner-case error. (Bug#15975)
6322
6323 Preload leim-list.el. (Bug#4789)
6324 * loadup.el: Load leim-list.el when found.
6325 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6326
6327 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6328
6329 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6330
6331 * emacs-lisp/helpers.el (string-join): New function.
6332
6333 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6334
6335 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6336 Mark as obsolete and replace it with a symbol property.
6337 (byte-compile-form): Use new 'interactive-only property.
6338 * comint.el, files.el, replace.el, simple.el:
6339 Apply new 'interactive-only properly.
6340
6341 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6342
6343 * window.el (display-buffer-at-bottom): Make sure that
6344 split-window-sensibly creates the new window on bottom
6345 (Bug#15961).
6346
6347 2013-11-23 David Kastrup <dak@gnu.org>
6348
6349 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6350 on the conflict markers when available.
6351 (smerge--get-marker): New function.
6352 (smerge-end-re, smerge-base-re): Add subgroup.
6353
6354 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * frame.el (handle-focus-in, handle-focus-out): Add missing
6357 interactive spec.
6358
6359 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6360
6361 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6362 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6363
6364 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6367 (gomoku--last-pos): New var.
6368 (gomoku--intangible-chars): New const.
6369 (gomoku--intangible): New function.
6370 (gomoku-mode): Use it. Derive from special-mode.
6371 (gomoku-move-up): Adjust line count.
6372 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6373 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6374 Simplify accordingly.
6375
6376 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6377 Remove blink-cursor code.
6378 (blink-cursor-timer-function, blink-cursor-suspend):
6379 Don't special-case GUIs.
6380 (blink-cursor-mode): Use focus-in/out-hook.
6381
6382 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6383
6384 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6385 work when annotation is invisible (Bug#13886).
6386
6387 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6388
6389 * json.el (json-alist-p): Only return non-nil if the alist has
6390 simple keys (Bug#13518).
6391
6392 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6393
6394 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6395 when control-statement is the first statement in a buffer (Bug#15956).
6396
6397 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6398
6399 * imenu.el (imenu-generic-skip-comments-and-strings):
6400 New option (Bug#15560).
6401 (imenu--generic-function): Use it.
6402
6403 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6404
6405 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6406 (Bug#13898)
6407
6408 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6409
6410 * emacs-lisp/helpers.el: Add some string helpers.
6411 (string-trim-left): Removes leading whitespace.
6412 (string-trim-right): Removes trailing whitespace.
6413 (string-trim): Removes leading and trailing whitespace.
6414
6415 * subr.el (string-suffix-p): New function.
6416
6417 2013-11-23 Glenn Morris <rgm@gnu.org>
6418
6419 * progmodes/python.el (python-shell-send-file):
6420 Add option to delete file when done. (Bug#15647)
6421 (python-shell-send-string, python-shell-send-region): Use it.
6422
6423 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6424
6425 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6426 to set buffer-read-only to t, never to nil. (Bug#15938)
6427
6428 * textmodes/tex-mode.el (latex-noindent-environments):
6429 Add safe-local-variable property. (Bug#15936)
6430
6431 2013-11-23 Glenn Morris <rgm@gnu.org>
6432
6433 * textmodes/enriched.el (enriched-mode): Doc fix.
6434 * emacs-lisp/authors.el (authors-renamed-files-alist):
6435 Add enriched.doc -> enriched.txt.
6436
6437 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6438
6439 2013-11-22 Leo Liu <sdl.web@gmail.com>
6440
6441 * progmodes/octave.el (inferior-octave-startup): Spit out error
6442 message.
6443
6444 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6445
6446 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6447 Improve docstring.
6448 Add :version.
6449 (ruby-encoding-magic-comment-style): Add :version.
6450
6451 2013-11-22 Leo Liu <sdl.web@gmail.com>
6452
6453 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6454 (Bug#15076)
6455 (octave-help-mode): Adapt to change to help-mode-finish to use
6456 derived-mode-p on 2013-09-17.
6457 (inferior-octave-prompt): Also match octave-gui.
6458 (octave-kill-process): Don't ask twice. (Bug#10564)
6459
6460 2013-11-22 Leo Liu <sdl.web@gmail.com>
6461
6462 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6463 (inferior-octave-startup, inferior-octave-check-process)
6464 (inferior-octave-track-window-width-change)
6465 (octave-completion-at-point, octave-eldoc-function): Use it.
6466 (octave-kill-process): Provide confirmation. (Bug#10564)
6467
6468 2013-11-21 Leo Liu <sdl.web@gmail.com>
6469
6470 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6471 Fix obsolete variable comment-use-global-state.
6472
6473 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6474
6475 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6476 Add `octave-source-file'.
6477 (octave-source-file): New function. (Bug#15935)
6478
6479 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6480
6481 * net/eww.el (eww-local-regex): New variable.
6482 (eww): Use it to detect localhost and similar.
6483
6484 2013-11-21 Leo Liu <sdl.web@gmail.com>
6485
6486 Add completion for command `ag'.
6487 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6488 (pcomplete/ag): New function.
6489 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6490
6491 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6494 (bug#14646).
6495 (make-obsolete): Remove interactive spec.
6496
6497 2013-11-21 Glenn Morris <rgm@gnu.org>
6498
6499 * startup.el (command-line-1): Use path-separator with -L.
6500
6501 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6502
6503 * emacs-lisp/package.el (describe-package-1): Add package archive
6504 to shown fields.
6505
6506 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6507
6508 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6509 Change default to "# encoding: %s" to differentiate it from the
6510 default Ruby encoding comment template.
6511
6512 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6513
6514 * ses.el (ses-mode): Doc fix. (Bug#14748)
6515
6516 2013-11-20 Leo Liu <sdl.web@gmail.com>
6517
6518 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6519
6520 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6521
6522 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6523 when rebase or bisect are in progress.
6524
6525 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6526
6527 * filenotify.el (file-notify-add-watch): Doc fix.
6528
6529 2013-11-19 Leo Liu <sdl.web@gmail.com>
6530
6531 * obsolete/rcompile.el: Mark obsolete.
6532
6533 * progmodes/compile.el (compilation-start)
6534 (compilation-goto-locus, compilation-find-file):
6535 Pass no-display-ok and handle nil value from display-buffer.
6536 (Bug#13594)
6537
6538 * window.el (display-buffer-alist, display-buffer): Document the
6539 new parameter no-display-ok. Return either a window or nil
6540 but never a non-window value.
6541
6542 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * electric.el (electric-indent-mode-map): Remove.
6545 (electric-indent-mode): Change the global-map instead (bug#15915).
6546
6547 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6548 Use add-function.
6549
6550 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/nadvice.el (remove-function): Align with
6553 add-function's behavior.
6554
6555 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6556 (gdb--string-regexp): New constant.
6557 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6558 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6559 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6560 submatch 1.
6561 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6562 Adjust use accordingly.
6563 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6564
6565 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6566
6567 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6568 interpolation curlies (Bug#15914).
6569
6570 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6571
6572 * calc/calc.el (calc-context-sensitive-enter): New variable.
6573 (calc-enter): Use `calc-context-sensitive-enter'.
6574
6575 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6576
6577 * progmodes/cfengine.el: Version bump.
6578 (cfengine-cf-promises): New defcustom to locate cf-promises.
6579 (cfengine3-vartypes): Add new "data" type.
6580 (cfengine3--current-word): New function to get current name-like
6581 word or its bounds.
6582 (cfengine3--current-function): New function to look up a CFEngine
6583 function's definition.
6584 (cfengine3-format-function-docstring): New function.
6585 (cfengine3-make-syntax-cache): New function.
6586 (cfengine3-documentation-function): New function: ElDoc glue.
6587 (cfengine3-completion-function): New function: completion glue.
6588 (cfengine3-mode): Set `compile-command',
6589 `eldoc-documentation-function', and add to
6590 `completion-at-point-functions'.
6591
6592 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6593
6594 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6595 `tramp-current-connection'.
6596
6597 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6598
6599 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6600 nil/self/true/false with "end of symbol".
6601
6602 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6603
6604 * subr.el (version-regexp-alist): Fix a typo.
6605
6606 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6609 "en_US.utf8" and "LC_CTYPE" to "".
6610 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6611 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6612
6613 2013-11-15 Leo Liu <sdl.web@gmail.com>
6614
6615 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6616
6617 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * progmodes/gud.el (ctl-x-map):
6620 Remove C-x SPC binding. (Bug#12342)
6621 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6622
6623 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6624
6625 * subr.el (version-regexp-alist):
6626 Recognize hg, svn and darcs versions as snapshot versions.
6627
6628 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6629 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6630 (ruby--encoding-comment-required-p): Extract from
6631 `ruby-mode-set-encoding'.
6632 (ruby-mode-set-encoding): Add the ability to always insert an
6633 utf-8 encoding comment. Fix and simplify coding comment update
6634 logic.
6635
6636 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * net/tramp-gvfs.el (top): Run init code only when
6639 `tramp-gvfs-enabled' is not nil.
6640 (tramp-gvfs-enabled): Check also :system bus.
6641
6642 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 Sync with upstream verilog-mode revision 78e66ba.
6645 * progmodes/verilog-mode.el (verilog-end-of-defun)
6646 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6647 (verilog-get-end-of-defun): Remove unused argument.
6648 (verilog-comment-depth): Remove unused local `e'.
6649 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6650 Don't pass arg to verilog-get-end-of-defun.
6651
6652 2013-11-14 Glenn Morris <rgm@gnu.org>
6653
6654 * obsolete/assoc.el (aget): Prefix dynamic variable.
6655
6656 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6657
6658 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * widget.el, hfy-cmap.el: Remove bogus package version number.
6661
6662 2013-11-13 Glenn Morris <rgm@gnu.org>
6663
6664 * replace.el (replace-eval-replacement):
6665 Try to give more helpful error message. (Bug#15836)
6666
6667 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6668 (archive-7z-update): Avoid custom type mismatches.
6669
6670 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6671
6672 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6673
6674 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6675 address can be empty.
6676
6677 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6678 Accept nil SWITCHES.
6679 (tramp-gvfs-handle-write-region): Implement APPEND.
6680
6681 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6682
6683 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6684 binary "|" operator and closing block args delimiter.
6685 Remove FIXME comment referring to Ruby 1.8-only syntax.
6686 (ruby-smie--implicit-semi-p): Not after "|" operator.
6687 (ruby-smie--closing-pipe-p): New function.
6688 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6689 (ruby-smie-rules): Indent after "|".
6690
6691 2013-11-12 Glenn Morris <rgm@gnu.org>
6692
6693 * ps-print.el (ps-face-attribute-list):
6694 Handle anonymous faces. (Bug#15827)
6695
6696 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6697
6698 * window.el (display-buffer-other-frame): Fix doc-string.
6699 (Bug#15868)
6700
6701 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6704
6705 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6706
6707 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6708 (tramp-sh-handle-file-local-copy): Don't write a message when
6709 saving temporary files.
6710
6711 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6712 both directories are remote.
6713 (tramp-smb-handle-directory-files): Do not return double entries.
6714 Do not expand full file names.
6715 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6716 (tramp-smb-handle-write-region): Implement APPEND.
6717 (tramp-smb-get-stat-capability): Fix a stupid bug.
6718
6719 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6722
6723 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6724
6725 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6726 throwing error over malformed let/let* (bug#15814).
6727
6728 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * iswitchb.el (iswitchb-mode): Mark obsolete.
6731
6732 2013-11-11 Glenn Morris <rgm@gnu.org>
6733
6734 * international/uni-bidi.el, international/uni-category.el:
6735 * international/uni-name.el, international/uni-numeric.el:
6736 Regenerate for Unicode 6.3.0.
6737
6738 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6739
6740 * net/tramp.el (tramp-methods):
6741 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6742 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6743
6744 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6745
6746 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6747 Force highlighting text after Summary keyword in doc face for rpm.
6748
6749 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6750
6751 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6752 available and the word has no wildcards, append one to the grep pattern.
6753 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6754 (ispell-complete-word): Call `ispell-lookup-words' with the value
6755 independent of `ispell-look-p'.
6756
6757 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6758
6759 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6760 Not after "||".
6761 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6762 their parent.
6763
6764 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6767 (ruby-font-lock-keywords): Use backquote.
6768
6769 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6770
6771 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6772 (ruby-smie--backward-token): Only consider full-string matches.
6773
6774 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6775
6776 * faces.el (describe-face): Add distant-foreground.
6777
6778 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6779
6780 * progmodes/ruby-mode.el: Improve encoding comment handling.
6781 (ruby-encoding-magic-comment-style): New option.
6782 (ruby-custom-encoding-magic-comment-template): New option.
6783 (ruby--insert-coding-comment, ruby--detect-encoding):
6784 New functions extracted from `ruby-mode-set-encoding'.
6785 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6786 to control the style of the auto-inserted encoding comment.
6787
6788 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6789
6790 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6791 Use `smie-backward-sexp' with token argument.
6792
6793 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6794
6795 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6796 Remove instrumentation code.
6797
6798 2013-11-08 Glenn Morris <rgm@gnu.org>
6799
6800 * progmodes/autoconf.el (autoconf-mode):
6801 Tweak comment-start-skip. (Bug#15822)
6802
6803 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6806 at bobp (bug#15826).
6807 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6808
6809 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6810
6811 * man.el (Man-start-calling): New macro, extracted from
6812 Man-getpage-in-background.
6813 (Man-getpage-in-background): Use it.
6814 (Man-update-manpage): New command.
6815 (Man-mode-map): Bind it.
6816
6817 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6818
6819 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6820 of "and", "or", "&&" and "||".
6821 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6822 argument. Prohibit opening curly brace because it could only be a
6823 block opener in that position.
6824 (ruby-smie--forward-token, ruby-smie--backward-token):
6825 Separate "|" from "&" or "*" going after it. That can happen in block
6826 arguments.
6827 (ruby-smie--indent-to-stmt): New function, seeks the end of
6828 previous statement or beginning of buffer.
6829 (ruby-smie-rules): Use it.
6830 (ruby-smie-rules): Check if there's a ":" before a curly block
6831 opener candidate; if there is, it's a hash.
6832
6833 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6836 (cl--block-wrapper): Fix last accidental change.
6837
6838 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6839
6840 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6841 Instrument, in order to hunt failure on hydra.
6842
6843 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6844
6845 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6846 malformed bindings form (bug#15814).
6847
6848 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6849
6850 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6851 "." compared to " @ ". This incidentally fixes some indentation
6852 examples with "do".
6853 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6854 (ruby-smie-grammar): New tokens: "and" and "or".
6855 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6856 Exclude "and" and "or". Remove "do" in order to work around token
6857 priorities.
6858 (ruby-smie-rules): Add all infix tokens. Handle the case of
6859 beginning-of-buffer.
6860
6861 2013-11-06 Glenn Morris <rgm@gnu.org>
6862
6863 * Makefile.in (setwins_almost, setwins_for_subdirs):
6864 Avoid accidental matches.
6865
6866 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * menu-bar.el (popup-menu): Use key-binding.
6869
6870 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6871
6872 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6873 menus, support also the menus produced by minor modes.
6874 (Bug#15817)
6875
6876 2013-11-06 Leo Liu <sdl.web@gmail.com>
6877
6878 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6879 DISTANCE to bound the search. All uses changed. (Bug#15808)
6880
6881 2013-11-06 Glenn Morris <rgm@gnu.org>
6882
6883 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6884 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6885 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6886
6887 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * electric.el (electric-indent-just-newline): New command.
6890 (electric-indent-mode-map): New keymap.
6891 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6892 Re-add :group which weren't redundant.
6893
6894 * electric.el (electric-indent-local-mode): New minor mode.
6895 (electric-indent-functions-without-reindent): New var.
6896 (electric-indent-post-self-insert-function): Use it.
6897 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6898
6899 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6900
6901 * international/quail.el (quail-help): Be more explicit about the
6902 meaning of the labels shown on the keys. (Bug#15800)
6903
6904 * startup.el (normal-top-level): Load the subdirs.el files before
6905 setting the locale environment. (Bug#15805)
6906
6907 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6910 via arguments so as to get the right ones (bug#15418).
6911
6912 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6913
6914 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6915
6916 Fix problems found while writing a test suite.
6917
6918 * net/tramp-compat.el (tramp-compat-load): New defun.
6919 * net/tramp.el (tramp-handle-load): Use it.
6920
6921 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6922 "(numberp ok-if-already-exists)" correctly.
6923
6924 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6925
6926 * international/characters.el (glyphless-char-display-control):
6927 Add usage note.
6928
6929 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6930
6931 * progmodes/python.el (python-mode):
6932 * progmodes/scheme.el (scheme-mode):
6933 * progmodes/prolog.el (prolog-mode):
6934 * progmodes/ruby-mode.el (ruby-mode):
6935 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6936 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6937
6938 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * rect.el (rectangle--highlight-for-redisplay):
6941 * emacs-lisp/smie.el (smie--next-indent-change):
6942 Use buffer-chars-modified-tick.
6943
6944 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6945
6946 * electric.el (electric-indent-post-self-insert-function):
6947 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6948
6949 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6950
6951 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6952
6953 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6954
6955 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6956 (bug#15786).
6957
6958 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6961
6962 * progmodes/python.el: Fix up last change.
6963 (python-shell--save-temp-file): New function.
6964 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6965 `string' comes from the current buffer.
6966 (python-shell-send-string-no-output): Remove `msg' arg.
6967 (python--use-fake-loc): New var.
6968 (python-shell-buffer-substring): Obey it. Try to compensate for the
6969 extra coding line added by python-shell--save-temp-file.
6970 (python-shell-send-region): Use python-shell--save-temp-file and
6971 python-shell-send-file directly. Add `nomain' argument.
6972 (python-shell-send-buffer): Use python-shell-send-region.
6973 (python-electric-pair-string-delimiter): New function.
6974 (python-mode): Use it.
6975
6976 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6977
6978 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6979 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6980 environment and decoding all of the default-directory's to here
6981 from command-line.
6982 (command-line): Decode also argv[0].
6983
6984 * loadup.el: Error out if default-directory is a multibyte string
6985 when we are dumping.
6986
6987 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6988
6989 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6990
6991 * emacs-lisp/package.el (package-menu-mode)
6992 (package-menu--print-info, package-menu--archive-predicate):
6993 Add Archive column to package list.
6994
6995 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6996
6997 Fix problems found while writing a test suite.
6998
6999 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7000 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7001 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7002 to nil when running original file name handler. Otherwise,
7003 there are problems with constructs like "$$FOO".
7004
7005 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7006 for `localname'.
7007
7008 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7009
7010 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7011
7012 * subr.el (version<, version<=, version=):
7013 Update docstrings with information for snapshot versions.
7014
7015 * helpers.el: New library for misc helper functions.
7016 (hash-table-keys): New function returning a list of hash keys.
7017 (hash-table-values): New function returning a list of hash values.
7018
7019 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7020
7021 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7022 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7023
7024 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7025
7026 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7027 checking whether point is after a 1-letter word.
7028
7029 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7030
7031 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7032 Don't infloop when expanding region over `multiline' syntax-type that
7033 begins a line (bug#15778).
7034
7035 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7038 Make it into a proper minor mode.
7039 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
7040 (rectangle-mark-mode-map): New keymap.
7041 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7042
7043 2013-11-04 Glenn Morris <rgm@gnu.org>
7044
7045 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7046
7047 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7050 (ruby-smie-rules): Use smie-rule-parent instead.
7051
7052 * emacs-lisp/smie.el (smie-rule-parent): Always call
7053 smie-indent-virtual rather than only for hanging tokens.
7054 (smie--next-indent-change): New helper command.
7055
7056 2013-11-03 Glenn Morris <rgm@gnu.org>
7057
7058 * Makefile.in (abs_srcdir): Remove.
7059 (emacs): Unset EMACSLOADPATH.
7060
7061 2013-11-02 Glenn Morris <rgm@gnu.org>
7062
7063 * Makefile.in (EMACS): Use a relative filename.
7064 (abs_top_builddir): Remove.
7065 (custom-deps, finder-data, autoloads): Use --chdir.
7066
7067 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7068
7069 Use relative filenames in TAGS files.
7070 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7071 (lisptagsfiles4, TAGS): Use relative file names.
7072 (TAGS-LISP): Remove.
7073 (maintainer-clean): No more TAGS-LISP file.
7074
7075 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7076 (lisptagsfiles4): Use absolute filenames again.
7077 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7078 Remove all *loaddefs files, not just the first. Remove esh-groups.
7079 (maintainer-clean): Delete TAGS, TAGS-LISP.
7080
7081 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7082
7083 * emacs-lisp/package.el (package-version-join):
7084 Recognize snapshot versions.
7085
7086 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7087
7088 * subr.el (version-regexp-alist): Add support for snapshot versions.
7089
7090 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7091
7092 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7093 New function, replacement for `smie-rule-parent' for when we want to
7094 skip over our direct parent if it's an assignment token..
7095 (ruby-smie-rules): Use it.
7096
7097 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7098
7099 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7100 unconditionally. Remove now unnecessary forward declarations.
7101 Remove XEmacs-specific setup.
7102 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7103 (ruby-font-lock-syntactic-keywords)
7104 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7105 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7106 (ruby-here-doc-end-syntax): Remove.
7107 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7108 defined as function.
7109
7110 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7111
7112 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7113
7114 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7115
7116 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7117 table and abbrev table, `define-derived-mode' does that for us
7118 anyway.
7119
7120 2013-11-01 Glenn Morris <rgm@gnu.org>
7121
7122 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7123 files is atomic for some time, so no parallel compilation issues).
7124
7125 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7126
7127 * faces.el (face-x-resources): Add :distant-foreground.
7128 (region): Use :distant-foreground for gtk and ns.
7129
7130 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7131
7132 Allow multiple bibliographies when BibLaTeX is used rather than
7133 BibTeX.
7134 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7135 (reftex-locate-bibliography-files): Us it.
7136
7137 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7138
7139 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7140 allow comments in pbm files.
7141
7142 * term/w32-win.el (dynamic-library-alist): Support newer versions
7143 of libjpeg starting with v7: look only for the DLL from the
7144 version against which Emacs was built.
7145 Support versions of libpng beyond 1.4.x.
7146 Support libtiff v4.x.
7147
7148 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7149
7150 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7151 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7152 Add property :safe.
7153 (ruby-deep-arglist): Add property :type.
7154
7155 2013-10-31 Glenn Morris <rgm@gnu.org>
7156
7157 * Makefile.in (custom-deps, finder-data): No need to setq the target
7158 variables, we are in the right directory and the defaults work fine.
7159
7160 2013-10-30 Glenn Morris <rgm@gnu.org>
7161
7162 * Makefile.in (autoloads): Do not use abs_lisp.
7163
7164 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7165 `newline' does not respect `standard-output', so use `princ'.
7166
7167 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7168
7169 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7170 * buff-menu.el (Buffer-menu--unmark): New function.
7171 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7172
7173 2013-10-30 Glenn Morris <rgm@gnu.org>
7174
7175 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7176
7177 * emacs-lisp/package.el (lm-homepage): Declare.
7178
7179 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7180 Fix doc typos.
7181
7182 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7183
7184 * Makefile.in (finder-data, autoloads, update-subdirs)
7185 (compile-main, compile-clean, compile-always, bootstrap-clean):
7186 Check return value of cd.
7187 (compile-calc): Remove.
7188
7189 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7192
7193 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7194 (byte-compile-and-folded): New function.
7195 (=, <, >, <=, >=): Use it.
7196
7197 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7198 (path-separator, null-device, buffer-file-coding-system)
7199 (lpr-headers-switches): Check system-type before modifying them.
7200 (find-buffer-file-type-coding-system): Mark obsolete.
7201 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7202 find-file-not-found-set-buffer-file-coding-system.
7203 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7204 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7205 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7206 (w32-direct-print-region-helper, w32-direct-print-region-function)
7207 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7208 * startup.el (normal-top-level-add-subdirs-to-load-path):
7209 * ps-print.el (ps-print-region-function):
7210 * lpr.el (print-region-function): Use new name.
7211
7212 * subr.el (custom-declare-variable-early): Remove function.
7213 (custom-declare-variable-list): Remove var.
7214 (error, user-error): Remove `while' loop.
7215 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7216 (user-emacs-directory-warning, locate-user-emacs-file):
7217 Move to files.el.
7218 * simple.el (read-quoted-char-radix, read-quoted-char):
7219 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7220 Move from subr.el.
7221 * custom.el (custom-declare-variable-list): Don't process
7222 custom-declare-variable-list.
7223
7224 * progmodes/python.el (python-shell-get-buffer): New function.
7225 (python-shell-get-process): Use it.
7226 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7227 Python which encoding was used. Don't split-string since we only care
7228 about the first line. Return the temp-file, if applicable.
7229 (python-shell-send-region): Tell compile.el how to turn locations in
7230 the temp-file into locations in the source buffer.
7231
7232 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 * subr.el (undefined): Add missing behavior from the C code for
7235 unbound keys.
7236
7237 * rect.el: Use lexical-binding. Add new rectangular region support.
7238 (rectangle-mark): New command.
7239 (rectangle--region): New var.
7240 (deactivate-mark-hook): Reset rectangle--region.
7241 (rectangle--extract-region, rectangle--insert-for-yank)
7242 (rectangle--highlight-for-redisplay)
7243 (rectangle--unhighlight-for-redisplay): New functions.
7244 (region-extract-function, redisplay-unhighlight-region-function)
7245 (redisplay-highlight-region-function): Use them to handle
7246 rectangular region.
7247 * simple.el (region-extract-function): New var.
7248 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7249 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7250 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7251 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7252 (redisplay-unhighlight-region-function)
7253 (redisplay-highlight-region-function): New vars.
7254 (redisplay--update-region-highlight): New function.
7255 (pre-redisplay-function): Use it.
7256 (exchange-point-and-mark): Don't deactivate the mark before
7257 reactivate-it anyway.
7258 * comint.el (comint-kill-region): Remove yank-handler argument.
7259 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7260 (delete-char): Remove property, since it's now part of their
7261 default behavior.
7262 (self-insert-iso): Remove property since this command doesn't exist.
7263
7264 * emacs-lisp/package.el (package--download-one-archive)
7265 (describe-package-1): Don't query the user about final newline.
7266
7267 2013-10-29 Daniel Colascione <dancol@dancol.org>
7268
7269 * net/tramp.el (tramp-methods): Document new functionality.
7270 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7271 tramp-hostname-checker if method provides one instead of scanning
7272 argument list for "%h" to decide hostname acceptability.
7273
7274 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7275
7276 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7277 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7278 Handle COPY-CONTENTS. (Bug#15737)
7279
7280 2013-10-28 Daiki Ueno <ueno@gnu.org>
7281
7282 * epa-file.el
7283 (epa-file-cache-passphrase-for-symmetric-encryption):
7284 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7285
7286 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7287
7288 * image.el (defimage, image-load-path): Doc fixes.
7289
7290 2013-10-27 Alan Mackenzie <acm@muc.de>
7291
7292 Indent statements in macros following "##" correctly.
7293 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7294 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7295
7296 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7297
7298 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7299
7300 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7301
7302 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7303 after `=' is probably a new expression.
7304
7305 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7306
7307 * man.el (man-imenu-title): New option.
7308 (Man-mode-map): Add menu. (Bug#15722)
7309 (Man-mode): Add imenu to menu.
7310
7311 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7312
7313 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7314 specific in what the first arg can be: a non-keyword word,
7315 string/regexp/percent literal opener, opening paren, or unary
7316 operator followed directly by word.
7317
7318 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7321 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7322 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7323 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7324 Remove vars, they do not apply any more.
7325 (prolog-mode-abbrev-table): Remove redundant declaration.
7326 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7327 (prolog-use-smie): Remove.
7328 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7329 supported by prolog-electric-if-then-else-flag.
7330 (prolog-mode-variables, prolog-menu): Use setq-local.
7331 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7332 Remove binding to `Backspace' since this key doesn't exist anyway.
7333 Remove bindings for electric self-inserting keys.
7334 (prog-mode): Assume it's defined.
7335 (prolog-post-self-insert): New function.
7336 (prolog-mode): Use it.
7337 (prolog-indent-line, prolog-indent-level)
7338 (prolog-find-indent-of-matching-paren)
7339 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7340 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7341 (prolog-goto-next-paren, prolog-in-string-or-comment)
7342 (prolog-tokenize, prolog-inside-mline-comment)
7343 (prolog-find-start-of-mline-comment): Remove functions.
7344 (prolog-find-unmatched-paren, prolog-clause-end)
7345 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7346 (prolog-electric--if-then-else): Rename from
7347 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7348 (prolog-tokenize-searchkey): Remove const.
7349 (prolog-clause-info): Use forward-sexp.
7350 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7351 (prolog-electric-if-then-else): Remove commands.
7352 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7353 for use in post-self-insert-hook.
7354 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7355 for use in post-self-insert-hook.
7356 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7357 for use in post-self-insert-hook.
7358 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7359 adapt it for use in post-self-insert-hook.
7360
7361 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7362
7363 * emacs-lisp/ert.el (ert-run-tests-interactively):
7364 Use `completing-read'. (Bug#9756)
7365
7366 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7367
7368 * simple.el (line-move): Call line-move-1 instead of
7369 line-move-visual when the current window hscroll is zero, but
7370 temporary-goal-column indicates we will need to hscroll as result
7371 of the movement. (Bug#15712)
7372
7373 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7374
7375 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7376 capitalization. Use :visible instead of :active.
7377 Fix `ruby-indent-exp' reference. Add menu items for the generic
7378 commands that are used with SMIE.
7379 (ruby-do-end-to-brace): Insert space after `{'.
7380
7381 2013-10-25 John Anthony <john@jo.hnanthony.com>
7382
7383 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7384
7385 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7386
7387 2013-10-25 Glenn Morris <rgm@gnu.org>
7388
7389 * vc/vc.el (vc-print-log): Don't use a working revision unless
7390 one was explicitly specified. (Bug#15322)
7391
7392 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * subr.el (add-to-list): Preserve return value in compiler-macro
7395 (bug#15692).
7396
7397 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7398
7399 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7400 result. Ask user to retry using '-all' flag. (Bug#15701)
7401
7402 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * emacs-lisp/smie.el: New smie-config system.
7405 (smie-config): New defcustom.
7406 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7407 (smie-config-guess, smie-config-save): New commands.
7408 (smie-config--mode-local, smie-config--buffer-local)
7409 (smie-config--trace, smie-config--modefuns): New vars.
7410 (smie-config--advice, smie-config--mode-hook)
7411 (smie-config--setter, smie-config-local, smie-config--get-trace)
7412 (smie-config--guess-value, smie-config--guess): New functions.
7413 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7414 text properties. Treat "string fence" syntax like string syntax.
7415
7416 * progmodes/sh-script.el (sh-use-smie): Change default.
7417 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7418 (sh-var-value): Simplify by CSE.
7419 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7420 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7421 is used.
7422 (sh-guess-basic-offset): Use cl-incf.
7423 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7424
7425 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7426
7427 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7428 (bug#15699).
7429
7430 2013-10-24 Glenn Morris <rgm@gnu.org>
7431
7432 * Makefile.in (abs_top_srcdir): Remove.
7433 (update-subdirs): Use relative path to update-subdirs.
7434
7435 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7436
7437 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7438 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7439 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7440 Call unmsys--file-name before expand-file-name, not after it.
7441
7442 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7443
7444 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7445 (ert-test-skipped): New error.
7446 (ert-skip, ert-stats-skipped): New defuns.
7447 (ert--skip-unless): New macro.
7448 (ert-test-skipped): New struct.
7449 (ert--run-test-debugger, ert-test-result-type-p)
7450 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7451 (ert--stats-set-test-and-result, ert-char-for-test-result)
7452 (ert-string-for-test-result, ert-run-tests-batch)
7453 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7454 Handle skipped tests. (Bug#9803)
7455
7456 2013-10-24 Glenn Morris <rgm@gnu.org>
7457
7458 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7459
7460 * Makefile.in (abs_top_srcdir): New, set by configure.
7461 (update-subdirs): Correct build-aux location.
7462
7463 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7464
7465 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7466 value, whether we could auto-deduce `backend', or not.
7467
7468 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7469 with parameters" example. Simplify the "is it block or is it
7470 hash" check, but also make it more thorough.
7471
7472 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7473
7474 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7475
7476 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7479 { if it is hanging.
7480
7481 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7482 :before ";".
7483
7484 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7485
7486 * progmodes/compile.el (compilation-directory-matcher)
7487 (compilation-page-delimiter):
7488 Support GNU Make-4.0 directory quoting. (Bug#15678)
7489
7490 2013-10-23 Leo Liu <sdl.web@gmail.com>
7491
7492 * ido.el (ido-tidy): Handle read-only text.
7493
7494 2013-10-23 Glenn Morris <rgm@gnu.org>
7495
7496 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7497 (emacs, compile, compile-always):
7498 Quote entities that might contain whitespace.
7499 (custom-deps, finder-data, autoloads): Use abs_lisp.
7500 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7501 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7502 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7503
7504 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7505
7506 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7507 Use `following-char'.
7508
7509 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7512 * progmodes/ruby-mode.el (ruby-smie-rules):
7513 Remove corresponding workaround. Fix indentation rule of ";" so it
7514 also applies when ";" is the parent.
7515
7516 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7517
7518 * frame.el (display-screens, display-pixel-height)
7519 (display-pixel-width, display-mm-width, display-backing-store)
7520 (display-save-under, display-planes, display-color-cells)
7521 (display-visual-class, display-monitor-attributes-list):
7522 Mention the optional ‘display’ argument in doc strings.
7523
7524 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7525
7526 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7527 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7528
7529 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7530
7531 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7532 TODO. Add "." after " @ ".
7533 (ruby-smie--at-dot-call): New function. Checks if point at method
7534 call with explicit target.
7535 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7536 to the method name tokens when it precedes them.
7537 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7538 (ruby-smie-rules): Add rule for indentation before and after "."
7539 token.
7540
7541 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * textmodes/remember.el (remember-diary-extract-entries):
7544 Avoid add-to-list.
7545
7546 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7547 an instruction.
7548
7549 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7550
7551 * progmodes/ruby-mode.el (ruby-smie-grammar):
7552 Add (almost) all infix operators.
7553 (ruby-smie--implicit-semi-p): Add new operator chars.
7554
7555 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7556 `smie-down-list'.
7557 (ruby-smie--args-separator-p): Check that there's no newline
7558 between method call and its arguments.
7559
7560 2013-10-20 Alan Mackenzie <acm@muc.de>
7561
7562 Allow comma separated lists after Java "implements".
7563
7564 * progmodes/cc-engine.el (c-backward-over-enum-header):
7565 Parse commas.
7566 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7567 from a "disallowed" list in enum fontification.
7568
7569 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7570
7571 * startup.el (default-frame-background-mode): Remove unused defvar.
7572
7573 * progmodes/verilog-mode.el (verilog-mode): Don't set
7574 comment-indent-function globally.
7575
7576 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7577
7578 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7579 Move Info menu item creation to ns-win.el.
7580
7581 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7582 in menu bar.
7583
7584 * menu-bar.el: Move GNUstep specific menus...
7585
7586 * term/ns-win.el (ns-initialize-window-system): ... to here.
7587
7588 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * simple.el (newline): Only run post-self-insert-hook when
7591 called interactively.
7592
7593 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7594
7595 * icomplete.el (icomplete-with-completion-tables): Add :version.
7596
7597 2013-10-19 Alan Mackenzie <acm@muc.de>
7598
7599 Fix fontification bugs with constructors and const.
7600
7601 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7602 CASE 2) Remove the check for the absence of a suffix construct
7603 after a function declaration with only types (no identifiers) in
7604 the parentheses. Also, accept a function declaration with just a
7605 type inside the parentheses, if this type can be positively
7606 recognised as such, or if a prefix keyword like "explicit" nails
7607 down the construct as a declaration.
7608
7609 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7610
7611 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7612 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7613 the problem whereby selecting a menu item that leads to a
7614 minibuffer prompt moves the cursor out of the minibuffer window,
7615 making it hard to type at the prompt. Suggested by Stefan Monnier
7616 <monnier@iro.umontreal.ca>.
7617
7618 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7619
7620 * menu-bar.el: Don't make Services menu.
7621
7622 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7623
7624 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7625 (ffap-alist): Use ffap-c++-mode for c++-mode.
7626 (ffap-c++-path): New variable.
7627 (ffap-c++-mode): New function.
7628
7629 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7630
7631 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7632
7633 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7634
7635 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7636 introduced on 2013-09-08, which results in an infinite loop
7637 requesting a password.
7638
7639 2013-10-18 Glenn Morris <rgm@gnu.org>
7640
7641 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7642
7643 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7644
7645 Sync with upstream verilog-mode revision 1a6ecec7.
7646 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7647 (verilog-mode-release-date): Remove.
7648 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7649 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7650 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7651 (verilog-auto-tieoff-ignore-regexp)
7652 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7653 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7654 (verilog-signals-with, verilog-dir-cache-preserving)
7655 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7656 Doc fixes.
7657 (verilog-case-fold): New option, to control case folding in
7658 regexp searches, bug597.
7659 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7660 (verilog-string-match-fold, verilog-in-paren-count)
7661 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7662 (verilog-at-close-struct-p): New functions.
7663 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7664 (verilog-forward-sexp, verilog-set-auto-endcomments)
7665 (verilog-leap-to-case-head): Handle "unique0" case.
7666 (verilog-in-constraint-re): New constant.
7667 (verilog-keywords, verilog-type-font-keywords):
7668 Add some SystemVerilog 1800-2012 keywords.
7669 (verilog-label-be): Remove unimplemented argument, bug669.
7670 (verilog-batch-execute-func): When batch expanding clear
7671 create-lockfiles to prevent spurious user locks when a file ends
7672 up not changing.
7673 (verilog-calculate-indent, verilog-calc-1)
7674 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7675 (verilog-do-indent): Fix indentation of nested constraints
7676 and structures.
7677 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7678 (verilog-auto-inst-param): Use verilog-string-match-fold.
7679 (verilog-read-inst-module-matcher):
7680 Fix AUTOINST on gate primitives with #1.
7681 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7682 Reads all user-defined typed variables.
7683 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7684 (verilog-signals-matching-regexp)
7685 (verilog-signals-not-matching-regexp, verilog-auto):
7686 Respect verilog-case-fold.
7687 (verilog-diff-report): Fix line count.
7688 (verilog-auto-assign-modport): Remove unused local `modi'.
7689 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7690 better handle multidimensional arrays.
7691 Fix packed array ports misadding bit index in AUTOINST, bug637.
7692 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7693 to not double-declare existing outputs and inputs, respectively.
7694 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7695 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7696 (verilog-sk-uvm-component): New skeleton.
7697 (verilog-submit-bug-report): Add verilog-case-fold,
7698 remove verilog-mode-release-date.
7699
7700 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7701
7702 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7703 as before.
7704
7705 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7706
7707 * textmodes/remember.el (remember): Set buffer-offer-save in
7708 remember buffers (bug#13566).
7709
7710 2013-10-18 Daniel Colascione <dancol@dancol.org>
7711
7712 When evaluating forms in ielm, direct standard output to ielm
7713 buffer. Add new ielm-return-for-effect command. Remove trailing
7714 whitespace throughout.
7715
7716 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7717 (ielm-return-for-effect): New command.
7718 (ielm-send-input): Accept optional `for-effect' parameter.
7719 (ielm-eval-input): Accept optional `for-effect' parameter.
7720 Bind `standard-output' to stream we create using
7721 `ielm-standard-output-impl'. Suppress printing result when
7722 `for-effect'.
7723 (ielm-standard-output-impl): New function.
7724 (inferior-emacs-lisp-mode): Explain new features in documentation.
7725
7726 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7727
7728 Code cleanup.
7729
7730 * net/tramp.el (tramp-debug-message): Do not check for connection
7731 buffer.
7732 (tramp-message): Use "vector" connection property.
7733
7734 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7735 (tramp-equal-remote, tramp-eshell-directory-change)
7736 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7737 (tramp-adb-handle-rename-file)
7738 * net/tramp-cmds.el (tramp-list-remote-buffers)
7739 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7740 * net/tramp-compat.el (tramp-compat-process-running-p)
7741 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7742 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7743 (tramp-gvfs-handle-rename-file)
7744 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7745 (tramp-set-file-uid-gid)
7746 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7747 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7748 of `file-remote-p'.
7749
7750 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7751 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7752 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7753 (tramp-gw-open-network-stream): Suppress unrelated traces.
7754
7755 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7756 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7757 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7758 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7759 connection property.
7760
7761 * net/tramp-cache.el (top): Suppress traces when reading
7762 persistency file.
7763
7764 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7765 Refactor common code. Improve debug message.
7766 (tramp-maybe-open-connection)
7767 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7768 connection buffer too early.
7769
7770 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7771 from `tramp-smb-actions-with-acl'.
7772 (tramp-smb-actions-set-acl): New defconst.
7773 (tramp-smb-handle-copy-directory)
7774 (tramp-smb-action-get-acl): New defun, renamed from
7775 `tramp-smb-action-with-acl'.
7776 (tramp-smb-action-set-acl): New defun.
7777 (tramp-smb-handle-set-file-acl): Rewrite.
7778
7779 2013-10-17 Glenn Morris <rgm@gnu.org>
7780
7781 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7782
7783 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * skeleton.el (skeleton-newline): Remove.
7786 (skeleton-internal-1): Use (insert "\n") instead.
7787
7788 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7789 let-bindings.
7790
7791 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7792 forward-sexp-function while we redo its job (bug#15613).
7793
7794 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7795
7796 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7797 represented by lists.
7798
7799 2013-10-16 Glenn Morris <rgm@gnu.org>
7800
7801 * tmm.el (tmm--history): New dynamic variable.
7802 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7803
7804 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7805
7806 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7807 (tramp-smb-errors): Add error messages.
7808 (tramp-smb-actions-with-acl): New defconst.
7809 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7810 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7811 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7812 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7813 (tramp-smb-get-stat-capability): Fix tests.
7814
7815 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7816
7817 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7818 (bug#15580).
7819
7820 2013-10-16 Glenn Morris <rgm@gnu.org>
7821
7822 * ansi-color.el (ansi-color-drop-regexp):
7823 Add 1J, 1K, 2K. (Bug#15617)
7824
7825 * files.el (hack-local-variables--warned-lexical): New.
7826 (hack-local-variables):
7827 Warn about misplaced lexical-binding. (Bug#15616)
7828
7829 * net/eww.el (eww-render): Always set eww-current-url,
7830 and update header line. (Bug#15622)
7831 (eww-display-html): ... Rather than just doing it here.
7832
7833 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7834
7835 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7836 menu navigations commands.
7837
7838 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7839
7840 * progmodes/subword.el (subword-capitalize): Be careful when
7841 the search for [[:alpha:]] fails (bug#15580).
7842
7843 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7844
7845 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7846 to commands that scroll the menu.
7847
7848 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7849
7850 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7851 Handle methods ending with `?' and `!'.
7852
7853 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7854
7855 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7856 `japanese-cp932' to `cp932' to fix the problem where saving a
7857 source file written in Shift_JIS twice would end up having
7858 `coding: japanese-cp932' which Ruby could not recognize.
7859 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7860 in `ruby-encoding-map'.
7861 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7862 doesn't need to be explicitly declared in magic comment.
7863 (ruby-encoding-map): Add type declaration for better customize UI.
7864
7865 2013-10-13 Glenn Morris <rgm@gnu.org>
7866
7867 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7868 Occur buffers are read-only. http://bugs.debian.org/720775
7869
7870 * emacs-lisp/authors.el (authors-fixed-entries):
7871 Comment out old alpha stuff.
7872
7873 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7874
7875 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7876 to `after-save-hook' instead of `before-save-hook'.
7877 (ruby-mode-set-encoding): Use the value of coding system used to
7878 write the file. Call `basic-save-buffer-1' after modifying the
7879 buffer.
7880
7881 2013-10-13 Alan Mackenzie <acm@muc.de>
7882
7883 Fix indentation/fontification of Java enum with
7884 "implements"/generic.
7885
7886 * progmodes/cc-engine.el (c-backward-over-enum-header):
7887 Extracted from the three other places and enhanced to handle generics.
7888 (c-inside-bracelist-p): Uses new function above.
7889 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7890 function above.
7891 (c-font-lock-enum-tail): Uses new function above.
7892
7893 2013-10-13 Kenichi Handa <handa@gnu.org>
7894
7895 * international/mule-cmds.el (select-safe-coding-system): Remove a
7896 superfluous condition in chekcing whether a coding system is safe
7897 or not.
7898
7899 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7900
7901 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7902
7903 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7904
7905 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7906
7907 2013-10-13 Glenn Morris <rgm@gnu.org>
7908
7909 * menu-bar.el (menu-bar-update-buffers):
7910 Unify Buffers menu prompt string. (Bug#15576)
7911
7912 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7913
7914 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7915 Add some entries.
7916 (authors-fixed-entries): Use accented form of name.
7917
7918 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7921 method calls (bug#15594).
7922 (ruby-smie--args-separator-p): New function.
7923 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7924 recognize paren-free method calls.
7925
7926 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7927 internals of universal-argument.
7928
7929 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7930
7931 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7932 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7933 dropped menu on second mouse click on the menu bar.
7934
7935 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7938 (explicit-shell-file-name): Declare.
7939 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7940 (sh-completion-at-point-function): New function.
7941 (sh-mode): Use it.
7942 (sh-smie--keyword-p): Remove unused argument.
7943 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7944 vars.
7945 (sh-set-shell): Always setup SMIE, even if we use the
7946 old indentation code.
7947
7948 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7949
7950 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7951 cases of ? and =.
7952 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7953 predicate would return nil are almost non-existent.
7954 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7955
7956 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7957 cache also after commands that modify the buffer but don't move
7958 point.
7959
7960 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * env.el (substitute-env-in-file-name): New function.
7963 (substitute-env-vars): Extend the meaning of the optional arg.
7964
7965 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7966
7967 * term/w32-win.el (dynamic-library-alist): Define separate lists
7968 of GIF DLLs for versions before and after 5.0.0 of giflib.
7969 (Bug#15531)
7970
7971 2013-10-10 João Távora <joaotavora@gmail.com>
7972
7973 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7974 not locked, use last revision and current source as
7975 defaults. (Bug#15569)
7976
7977 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7978
7979 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7980 menu-bar is hidden.
7981
7982 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7983
7984 * window.el (pop-to-buffer-same-window): Fix doc-string.
7985 (Bug#15492)
7986
7987 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7990
7991 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7992
7993 * calendar/icalendar.el (icalendar-import-file):
7994 Fix interactive spec. (Bug#15482)
7995
7996 2013-10-10 Glenn Morris <rgm@gnu.org>
7997
7998 * desktop.el (desktop-save): Default to saving in .emacs.d,
7999 since PWD is no longer in desktop-path by default. (Bug#15319)
8000
8001 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8002 now that text mode has a menu with the same entry.
8003 (menu-bar-text-mode-auto-fill): Remove now unused func.
8004 * textmodes/text-mode.el (text-mode-map):
8005 Use auto-fill help text from menu-bar.el.
8006
8007 2013-10-10 John Anthony <john@jo.hnanthony.com>
8008
8009 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8010
8011 2013-10-09 Juri Linkov <juri@jurta.org>
8012
8013 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8014 instead of this-command-keys. Add universal-argument-more and
8015 universal-argument-minus to the list of prefix commands. (Bug#15568)
8016
8017 2013-10-09 Glenn Morris <rgm@gnu.org>
8018
8019 * vc/vc-svn.el (vc-svn-create-repo):
8020 Expand paths in file://... url. (Bug#15446)
8021
8022 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8023 Add some entries.
8024 (authors): Remove unused local variables.
8025
8026 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * profiler.el: Create a more coherent calltree from partial backtraces.
8029 (profiler-format): Hide the tail with `invisible' so that C-s can still
8030 find the hidden elements.
8031 (profiler-calltree-depth): Don't recurse so enthusiastically.
8032 (profiler-function-equal): New hash-table-test.
8033 (profiler-calltree-build-unified): New function.
8034 (profiler-calltree-build): Use it.
8035 (profiler-report-make-name-part): Indent the calltree less.
8036 (profiler-report-mode): Add visibility specs for profiler-format.
8037 (profiler-report-expand-entry, profiler-report-toggle-entry):
8038 Expand the whole subtree when provided with a prefix arg.
8039
8040 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8041
8042 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8043 iuwu-mod token.
8044 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8045 hanging iuwu-mod token.
8046 (ruby-smie--forward-token): Do not include a dot after a token in
8047 that token.
8048 (ruby-smie--backward-token): Likewise.
8049
8050 2013-10-08 Juri Linkov <juri@jurta.org>
8051
8052 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8053 to isearch-other-control-char.
8054 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8055 and isearch-post-command-hook to post-command-hook.
8056 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8057 and isearch-post-command-hook from post-command-hook.
8058 (isearch-unread-key-sequence)
8059 (isearch-reread-key-sequence-naturally)
8060 (isearch-lookup-scroll-key, isearch-other-control-char)
8061 (isearch-other-meta-char): Remove functions.
8062 (isearch-pre-command-hook, isearch-post-command-hook):
8063 New functions based on isearch-other-meta-char rewritten
8064 relying on the new behavior of overriding-terminal-local-map
8065 that does not replace the local keymaps any more. (Bug#15200)
8066
8067 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8068
8069 Support menus on text-mode terminals.
8070 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8071 functionality.
8072
8073 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8074
8075 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8076 Move here from mouse.el.
8077 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8078 and arrow keys.
8079 (tty-menu-navigation-map): New map for TTY menu navigation.
8080
8081 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8082
8083 * frame.el (display-mouse-p): Report text-mode mouse as available
8084 on w32.
8085 (display-popup-menus-p): Report availability if mouse is
8086 available; don't condition on window-system.
8087
8088 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8089 (tty-menu-selected-face): New faces.
8090
8091 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8094 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8095 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8096 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8097 New constants.
8098 (lisp-mode-variables): New `elisp' argument.
8099 (emacs-lisp-mode): Use it.
8100 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8101 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8102
8103 * indent.el: Use lexical-binding.
8104 (indent-region): Add progress reporter.
8105 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8106 last step.
8107 (indent--next-tab-stop): New function to implement this behavior.
8108 (tab-to-tab-stop, move-to-tab-stop): Use it.
8109
8110 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8111
8112 * indent.el (indent-rigidly--current-indentation): New function.
8113 (indent-rigidly-map): New var.
8114 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8115
8116 2013-10-08 Bastien Guerry <bzg@gnu.org>
8117
8118 * register.el (insert-register): Fix 2013-10-07 change.
8119
8120 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * progmodes/perl-mode.el: Use lexical-binding.
8123 Remove redundant :group args.
8124 (perl-nochange): Change default to be closer to other major modes's
8125 standard behavior.
8126 (perl-indent-line): Don't consider text on current line as a
8127 valid beginning of function from which to indent.
8128
8129 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8130 with more than one argument (bug#15538).
8131
8132 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8133
8134 * vc/pcvs.el: Use lexical-binding.
8135 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8136 environment of `eval'.
8137 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8138 than a list of expressions. Adjust callers.
8139 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8140
8141 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8142
8143 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8144 case of the dot in a chained method call being on the following line.
8145
8146 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * electric.el (electric-indent-inhibit): New var.
8149 (electric-indent-post-self-insert-function): Use it.
8150 * progmodes/python.el (python-mode): Set it.
8151
8152 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8153 open braces.
8154
8155 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8156
8157 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8158 (css-mode): Use electric-indent-chars.
8159
8160 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8161 (font-lock-beg, font-lock-end): Move before first use.
8162 (nxml-mode): Use syntax-propertize-function.
8163 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8164 (nxml-extend-after-change-region): Remove.
8165 * nxml/xmltok.el: Use lexical-binding.
8166 (xmltok-save): Use `declare'.
8167 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8168 * nxml/nxml-util.el: Use lexical-binding.
8169 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8170 Use `declare'.
8171 * nxml/nxml-ns.el: Use lexical-binding.
8172 (nxml-ns-save): Use `declare'.
8173 (nxml-ns-prefixes-for): Avoid add-to-list.
8174 * nxml/rng-match.el: Use lexical-binding.
8175 (rng--ipattern): Use cl-defstruct.
8176 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8177 (rng-cons-group-after, rng-subst-group-after)
8178 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8179 Use closures instead of `(lambda...).
8180
8181 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8182
8183 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8184 of BEG and END.
8185
8186 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8187 Use `tramp-handle-insert-file-contents'.
8188 (tramp-gvfs-handle-insert-file-contents): Remove function.
8189
8190 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8191 Use `save-restriction' in order to keep markers.
8192
8193 * net/trampver.el: Update release number.
8194
8195 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * progmodes/compile.el (compilation-parse-errors):
8198 Use compilation--put-prop.
8199 (compilation--ensure-parse): Check compilation-multiline.
8200
8201 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8202
8203 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8204 lexical-binding.
8205
8206 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8207
8208 * progmodes/ruby-mode.el: Fix recently added tests.
8209 (ruby-smie-grammar): Add - and +.
8210 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8211 (ruby-smie--backward-id): New functions.
8212 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8213 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8214 any more.
8215
8216 2013-10-07 Leo Liu <sdl.web@gmail.com>
8217
8218 * register.el (register-preview-delay)
8219 (register-preview-functions): New variables.
8220 (register-read-with-preview, register-preview)
8221 (register-describe-oneline): New functions.
8222 (point-to-register, window-configuration-to-register)
8223 (frame-configuration-to-register, jump-to-register)
8224 (number-to-register, view-register, insert-register)
8225 (copy-to-register, append-to-register, prepend-to-register)
8226 (copy-rectangle-to-register): Use register-read-with-preview to
8227 read register. (Bug#15525)
8228
8229 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8230
8231 * net/network-stream.el (network-stream-open-starttls): Don't add
8232 --insecure if it's already present, because that gnutls-cli
8233 rejects getting that parameter twice.
8234
8235 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8236
8237 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8238 keyword, too.
8239
8240 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8241
8242 * newcomment.el (comment-use-global-state): Change default value
8243 to t, mark obsolete (Bug#15251).
8244 (comment-beginning): In addition to `comment-to-syntax', check the
8245 value of `comment-use-global-state'.
8246
8247 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8250 (ruby-comment-column): Follow the global default, by default.
8251 (ruby-smie-grammar): Add assignment syntax.
8252 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8253 open-paren, a comma, or a \.
8254 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8255 and line continuations.
8256 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8257 followed by implicit semi-colons. Add rule for string concatenation
8258 and for indentation at BOB.
8259 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8260
8261 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8262 calling next-sexp, since next-token may have skipped chars which
8263 next-sexp doesn't know should be skipped!
8264
8265 2013-10-05 Leo Liu <sdl.web@gmail.com>
8266
8267 * progmodes/octave.el (octave-send-region):
8268 Call compilation-forget-errors.
8269
8270 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8271
8272 * vc/vc-svn.el (vc-svn-find-admin-dir):
8273 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8274 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8275 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8276 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8277
8278 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8279
8280 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8281
8282 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * subr.el (read-passwd): Hide chars even when called within a context
8285 where after-change-functions is disabled (bug#15501).
8286 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8287 until we removed ourself from overriding-terminal-local-map.
8288
8289 2013-10-04 Leo Liu <sdl.web@gmail.com>
8290
8291 * progmodes/octave.el (inferior-octave-mode):
8292 Call compilation-forget-errors.
8293
8294 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8295
8296 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8297
8298 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8299
8300 * net/secrets.el (secrets-create-collection): Add optional
8301 argument ALIAS. Use proper Label keyword. Append ALIAS as
8302 dbus-call-method argument. (Bug#15516)
8303
8304 2013-10-04 Leo Liu <sdl.web@gmail.com>
8305
8306 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8307 (inferior-octave-compilation-font-lock-keywords): New variables.
8308 (compilation-error-regexp-alist)
8309 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8310 (inferior-octave-mode): Use compilation-shell-minor-mode.
8311
8312 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8313
8314 * minibuffer.el (completion--replace): Be careful that `end' might be
8315 a marker.
8316
8317 2013-10-03 Daiki Ueno <ueno@gnu.org>
8318
8319 Add support for package signature checking.
8320 * emacs-lisp/package.el (url-http-file-exists-p)
8321 (epg-make-context, epg-context-set-home-directory)
8322 (epg-verify-string, epg-context-result-for)
8323 (epg-signature-status, epg-signature-to-string)
8324 (epg-check-configuration, epg-configuration)
8325 (epg-import-keys-from-file): Declare.
8326 (package-check-signature): New user option.
8327 (package-unsigned-archives): New user option.
8328 (package-desc): Add `signed' field.
8329 (package-load-descriptor): Set `signed' field if .signed file exists.
8330 (package--archive-file-exists-p): New function.
8331 (package--check-signature): New function.
8332 (package-install-from-archive): Check package signature.
8333 (package--download-one-archive): Check archive signature.
8334 (package-delete): Remove .signed file.
8335 (package-import-keyring): New command.
8336 (package-refresh-contents): Import default keyring.
8337 (package-desc-status): Add "unsigned" status.
8338 (describe-package-1, package-menu--print-info)
8339 (package-menu-mark-delete, package-menu--find-upgrades)
8340 (package-menu--status-predicate): Support "unsigned" status.
8341
8342 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8345 the new compilation scheme using the new byte-codes.
8346
8347 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8348 (byte-pophandler): New byte codes.
8349 (byte-goto-ops): Adjust accordingly.
8350 (byte-compile--use-old-handlers): New var.
8351 (byte-compile-catch): Use new byte codes depending on
8352 byte-compile--use-old-handlers.
8353 (byte-compile-condition-case--old): Rename from
8354 byte-compile-condition-case.
8355 (byte-compile-condition-case--new): New function.
8356 (byte-compile-condition-case): New function that dispatches depending
8357 on byte-compile--use-old-handlers.
8358 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8359 when we can.
8360
8361 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8362 Optimize under `condition-case' and `catch' if
8363 byte-compile--use-old-handlers is nil.
8364 (disassemble-offset): Handle new bytecodes.
8365
8366 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * subr.el (error): Use `declare'.
8369 (decode-char, encode-char): Use advertised-calling-convention instead
8370 of the docstring to discourage use of the `restriction' arg.
8371
8372 2013-10-03 Daiki Ueno <ueno@gnu.org>
8373
8374 * epg.el (epg-verify-file): Add a comment saying that it does not
8375 notify verification error as a return value nor a signal.
8376 (epg-verify-string): Ditto.
8377
8378 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8379
8380 * progmodes/compile.el (compilation-start): Try globbing the arg to
8381 `cd' (bug#15417).
8382
8383 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8384
8385 Sync with Tramp 2.2.8.
8386
8387 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8388 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8389 * net/trampver.el: Update release number.
8390
8391 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8392
8393 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8394 and default-process-coding-system for darwin only.
8395
8396 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8399
8400 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8401
8402 * vc/vc-git.el (vc-git-grep): Disable pager.
8403
8404 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8405
8406 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8407 Use :url instead of :homepage, as per
8408 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8409
8410 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8411 non-nil, use `syntax-ppss' (Bug#15251).
8412
8413 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8414
8415 * progmodes/octave.el (inferior-octave-startup-file):
8416 Prefer ~/.emacs.d/init_octave.m.
8417
8418 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8419
8420 * emacs-lisp/package.el (package-desc-from-define):
8421 Accept additional arguments as plist, convert them to an alist and store
8422 them in the `extras' slot.
8423 (package-generate-description-file): Convert extras alist back to
8424 plist and append to the `define-package' form arguments.
8425 (package--alist-to-plist): New function.
8426 (package--ac-desc): Add `extras' slot.
8427 (package--add-to-archive-contents): Check if the archive-contents
8428 vector is long enough, and if it is, pass its `extras' slot value
8429 to `package-desc-create'.
8430 (package-buffer-info): Call `lm-homepage', pass the returned value
8431 to `package-desc-from-define'.
8432 (describe-package-1): Render the homepage button (Bug#13291).
8433
8434 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8435 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8436
8437 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8438
8439 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8440 and default-process-coding-system to utf-8-unix (Bug#15402).
8441
8442 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8443
8444 * subr.el (looking-back): Do not recommend using looking-back.
8445
8446 2013-09-28 Alan Mackenzie <acm@muc.de>
8447
8448 Fix indentation/fontification of Java enum with "implements".
8449
8450 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8451 regexp which matches "implements", etc., in Java.
8452 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8453 specifier clauses coming after "enum".
8454 * progmodes/cc-fonts.el (c-font-lock-declarations)
8455 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8456 after "enum".
8457
8458 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8459
8460 * faces.el (region): Change ns_selection_color to
8461 ns_selection_fg_color, add ns_selection_bg_color.
8462
8463 2013-09-28 Leo Liu <sdl.web@gmail.com>
8464
8465 * progmodes/octave.el (inferior-octave-completion-table)
8466 (inferior-octave-completion-at-point): Minor tweaks.
8467
8468 * textmodes/ispell.el (ispell-lookup-words): Rename from
8469 lookup-words. (Bug#15460)
8470 (lookup-words): Obsolete.
8471 (ispell-complete-word, ispell-command-loop): All uses changed.
8472
8473 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8474
8475 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8476 (octave-mode-menu): Add octave-send-buffer.
8477 (octave-send-buffer): New function.
8478
8479 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8480
8481 * progmodes/octave.el (octave-mode-map): Add key binding for
8482 octave-lookfor.
8483 (octave-mode-menu): Add octave-lookfor.
8484 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8485 octave-lookfor.
8486 (octave-lookfor): New function.
8487
8488 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8491 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8492 its convention.
8493 (cl--loop-set-iterator-function): New function.
8494 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8495 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8496 Bind `it' with `let' instead of substituting it with `cl-subst'.
8497 (cl--unused-var-p): New function.
8498 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8499 Eliminate some unused variable warnings (bug#15326).
8500
8501 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8502
8503 * doc-view.el (doc-view-scale-reset): Rename from
8504 `doc-view-reset-zoom-level'.
8505 (doc-view-scale-adjust): New command.
8506 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8507 `doc-view-scale-adjust'.
8508
8509 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8510
8511 * doc-view.el (doc-view-reset-zoom-level): New command.
8512 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8513 zoom commands (bug#15466).
8514
8515 2013-09-26 Kenichi Handa <handa@gnu.org>
8516
8517 * international/quail.el (quail-help): Make it not a command.
8518
8519 2013-09-26 Leo Liu <sdl.web@gmail.com>
8520
8521 * minibuffer.el (completion-all-sorted-completions): Make args
8522 optional as they are.
8523
8524 2013-09-25 Daniel Colascione <dancol@dancol.org>
8525
8526 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8527 specs are and that they're not evaluated.
8528
8529 2013-09-24 Sam Steingold <sds@gnu.org>
8530
8531 * midnight.el (clean-buffer-list-kill-regexps)
8532 (clean-buffer-list-kill-buffer-names): Update for the new Man
8533 buffer naming which includes the object name.
8534
8535 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8538 (eshell-parse-command, eshell-parse-pipeline): Use it since
8539 eshell-separate-commands requires a dynamic scoped var.
8540 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8541
8542 2013-09-23 Leo Liu <sdl.web@gmail.com>
8543
8544 * autoinsert.el (auto-insert-alist): Make the value of
8545 lexical-binding match its file setting.
8546
8547 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8550
8551 * autoarg.el (autoarg-kp-digit-argument):
8552 * electric.el (Electric-command-loop):
8553 * kmacro.el (kmacro-step-edit-insert):
8554 Do not set universal-argument-num-events.
8555
8556 2013-09-22 Leo Liu <sdl.web@gmail.com>
8557
8558 * files.el (interpreter-mode-alist): Add octave.
8559
8560 2013-09-21 Alan Mackenzie <acm@muc.de>
8561
8562 C++: fontify identifier in declaration following "public:" correctly.
8563 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8564 to match "public", etc.
8565 (c-decl-prefix-re): Add ":" into the C++ value.
8566 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8567 bit. Add a check for a ":" preceded by "public", etc.
8568
8569 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8570
8571 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8572 recognized by GDB 7.5 and later.
8573
8574 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8575
8576 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8577
8578 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * subr.el (internal--call-interactively): New const.
8581 (called-interactively-p): Use it (bug#3984).
8582
8583 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8584
8585 * vc/pcvs.el (cvs-mode-ignore):
8586 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8587 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8588
8589 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8592 (eshell-ls-orig-insert-directory): Remove.
8593 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8594 (eshell-ls-use-in-dired): Use advice-add/remove.
8595 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8596 Add `orig-fun' arg for use in :around advice.
8597 Make it check (redundantly) eshell-ls-use-in-dired.
8598
8599 2013-09-19 Glenn Morris <rgm@gnu.org>
8600
8601 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8602
8603 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8604
8605 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8606
8607 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8608
8609 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8610 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8611 (tramp-get-remote-python): New defuns.
8612 (tramp-get-remote-uid-with-perl)
8613 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8614 contributed by yary <not.com@gmail.com> (tiny change).
8615 (tramp-get-remote-uid-with-python)
8616 (tramp-get-remote-gid-with-python): New defuns. Python code
8617 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8618 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8619
8620 2013-09-19 Glenn Morris <rgm@gnu.org>
8621
8622 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8623
8624 * eshell/em-unix.el (eshell-remove-entries):
8625 Rename argument to avoid name-clash with global `top-level'.
8626
8627 * eshell/esh-proc.el (eshell-kill-process-function):
8628 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8629 (eshell-reset-after-proc): Remove unused arg `proc'.
8630
8631 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8632 (directory-files-and-attributes): Mark unused arg.
8633
8634 * eshell/em-unix.el (eshell-remove-entries):
8635 Remove unused arg `path'. Update callers.
8636
8637 * eshell/em-hist.el (eshell-hist-parse-arguments):
8638 Remove unused arg `silent'. Update callers.
8639
8640 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8641 Fix (f)boundp mix-up.
8642
8643 * eshell/em-smart.el (eshell-smart-scroll-window)
8644 (eshell-disable-after-change):
8645 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8646
8647 2013-09-18 Alan Mackenzie <acm@muc.de>
8648
8649 Fix fontification of type when followed by "const".
8650 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8651 "known" types from fontification.
8652
8653 2013-09-18 Glenn Morris <rgm@gnu.org>
8654
8655 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8656 (chart-face-list): Drop Emacsen without display-color-p.
8657
8658 * net/eww.el (libxml-parse-html-region): Declare.
8659 (eww-display-html): Explicit error if no libxml2 support.
8660
8661 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8662
8663 * image.el (image-type-from-buffer, image-multi-frame-p):
8664 Remove --without-x warning/error.
8665
8666 * mouse.el (mouse-yank-primary):
8667 * term.el (term-mouse-paste):
8668 Reorder to silence --without-x compilation.
8669
8670 * mpc.el (doc-view-mode): Silence --without-x compilation.
8671
8672 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8673 Silence --without-x compilation.
8674
8675 * progmodes/gud.el (gud-find-file, gud-mode):
8676 Silence --without-x compilation.
8677 (tooltip-mode): Declare.
8678
8679 * wdired.el (dired-backup-overwrite): Remove declaration.
8680 (wdired-mode-map): Add doc string.
8681
8682 * custom.el (x-get-resource): Declare.
8683
8684 * eshell/em-glob.el (ange-cache):
8685 * eshell/em-unix.el (ange-cache): Declare.
8686
8687 * faces.el (x-display-list, x-open-connection, x-get-resource):
8688 Declare.
8689
8690 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8691 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8692 Declare.
8693
8694 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8695
8696 * net/gnutls.el (gnutls-log-level): Declare.
8697
8698 * net/shr.el (image-size, image-animate): Declare.
8699
8700 * simple.el (font-info): Declare.
8701
8702 * subr.el (x-popup-dialog): Declare.
8703
8704 * term/common-win.el (x-select-enable-primary)
8705 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8706 Declare.
8707
8708 * term/ns-win.el (x-handle-args): Declare.
8709
8710 * term/x-win.el (x-select-enable-clipboard): Declare.
8711
8712 * term/w32-win.el (create-default-fontset): Declare.
8713
8714 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8715 Declare.
8716
8717 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8718 (fit-frame-to-buffer): Explicit error if --without-x.
8719 (mouse-autoselect-window-select): Silence compiler.
8720
8721 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8722
8723 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8724 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8725 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8726 * eshell/esh-util.el (eshell-sublist):
8727 Remove unused local variables.
8728
8729 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8730
8731 * textmodes/two-column.el: Make 2C-split work for --without-x.
8732 (scroll-bar-columns): Autoload.
8733 (top-level): Require fringe when compiling.
8734
8735 2013-09-18 Leo Liu <sdl.web@gmail.com>
8736
8737 * subr.el (add-hook): Robustify to handle closure as well.
8738
8739 2013-09-17 Glenn Morris <rgm@gnu.org>
8740
8741 * simple.el (messages-buffer-mode-map): Unbind "g".
8742
8743 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * help-mode.el (help-mode-finish): Use derived-mode-p.
8746 Remove obsolete highlighting.
8747
8748 * play/life.el (life-mode): Use define-derived-mode. Derive from
8749 special-mode.
8750 (life): Let-bind inhibit-read-only.
8751 (life-setup): Avoid `setq'. Use `life-mode'.
8752
8753 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8754 which should not be needed any more.
8755 (package-menu-refresh, package-menu-describe-package): Use user-error.
8756
8757 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8758 (eshell-post-rewrite-command-hook): Make obsolete.
8759 (eshell-parse-command): Simplify.
8760 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8761 (eshell--cmd): Declare.
8762 (eshell-parse-pipeline): Remove unused var `final-p'.
8763 Pass a dynvar to eshell-post-rewrite-command-hook.
8764 Implement the new eshell-post-rewrite-command-function.
8765 (eshell-invoke-directly): Remove unused arg `input'.
8766 * eshell/esh-io.el (eshell-io-initialize):
8767 Use eshell-post-rewrite-command-function (bug#15399).
8768 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8769 adjust to new calling convention.
8770 (eshell-create-handles): Rename args to avoid clashing with dynvar
8771 `standard-output'.
8772
8773 2013-09-17 Glenn Morris <rgm@gnu.org>
8774
8775 * simple.el (messages-buffer-mode): New major mode.
8776 (messages-buffer): New function.
8777 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8778 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8779 (ert-run-test): Use `messages-buffer' function.
8780 (ert--force-message-log-buffer-truncation): Ignore read-only.
8781 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8782 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8783
8784 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8787
8788 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8789
8790 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * icomplete.el (icomplete-in-buffer): New var.
8793 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8794 vars and replace them with functions.
8795 (icomplete-minibuffer-setup): Adjust accordingly.
8796 (icomplete--completion-table, icomplete--completion-predicate)
8797 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8798 New functions.
8799 (icomplete-forward-completions, icomplete-backward-completions)
8800 (icomplete-simple-completing-p, icomplete-exhibit)
8801 (icomplete-completions): Use them.
8802 (icomplete--in-region-buffer): New var.
8803 (icomplete--in-region-setup): New function.
8804 (icomplete-mode): Use it.
8805
8806 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8807 (bug#15379).
8808 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8809 return args and options.
8810 (eshell-eval-using-options): Use the new return value of
8811 eshell--do-opts to set the options's vars in their scope.
8812 (eshell--set-option): Rename from eshell-set-option.
8813 Add arg `opt-vals'.
8814 (eshell--process-option): Rename from eshell-process-option.
8815 Add arg `opt-vals'.
8816 (eshell--process-args): Use an `opt-vals' alist to store the options's
8817 values during their processing and return them additionally to the
8818 remaining args.
8819
8820 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8821
8822 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8823 continuation character an operator, as far as indentation is
8824 concerned (Bug#15369).
8825
8826 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8827
8828 * window.el (window--state-put-2): Don't process buffer state
8829 when buffer doesn't exist any more (Bug#15382).
8830
8831 2013-09-15 Glenn Morris <rgm@gnu.org>
8832
8833 * eshell/em-unix.el (eshell/rm):
8834 Make -f ignore missing files. (Bug#15373)
8835
8836 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8837 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8838 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8839
8840 2013-09-14 Glenn Morris <rgm@gnu.org>
8841
8842 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8843
8844 2013-09-13 Glenn Morris <rgm@gnu.org>
8845
8846 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8847 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8848
8849 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8850
8851 * frame.el (x-focus-frame): Mark as declared in frame.c.
8852
8853 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8854
8855 * ls-lisp.el: Use advice-add.
8856 (original-insert-directory): Remove.
8857 (ls-lisp--insert-directory): Rename from insert-directory; add
8858 `orig-fun' argument.
8859 (insert-directory): Advise.
8860
8861 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8862
8863 * term.el (term-emulate-terminal): Decode the command string
8864 before passing it to term-command-hook. (Bug#15337)
8865
8866 2013-09-13 Glenn Morris <rgm@gnu.org>
8867
8868 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8869
8870 * eshell/esh-ext.el (eshell-search-path): Declare.
8871
8872 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8873 Otherwise an error occurs if eshell-dirs module not loaded.
8874
8875 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8876
8877 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8878
8879 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8880 `tramp-check-proper-host'. Check for a valid method name.
8881
8882 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8883 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8884 * net/tramp-sh.el (tramp-maybe-open-connection):
8885 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8886
8887 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8888 also for hash values.
8889
8890 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * term/ns-win.el (parameters): Don't declare as dynamic.
8893 (before-make-frame-hook): Don't add ineffective function.
8894
8895 * eshell/*.el: Use lexical-binding (bug#15231).
8896
8897 2013-09-12 Kenichi Handa <handa@gnu.org>
8898
8899 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8900
8901 2013-09-12 Glenn Morris <rgm@gnu.org>
8902
8903 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8904 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8905
8906 * subr.el (do-after-load-evaluation): Also give compiler warnings
8907 when obsolete files are used (except by obsolete files).
8908
8909 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8910 in the status output, assume `filename' is the first. (Bug#15322)
8911
8912 * vc/vc.el (vc-deduce-fileset): Doc fix.
8913
8914 * calc/calc-help.el (Info-goto-node):
8915 * progmodes/cperl-mode.el (Info-find-node):
8916 * vc/ediff.el (Info-goto-node): Update declarations.
8917
8918 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8919
8920 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8921 (vc-bzr-pull): Require vc-dispatcher.
8922 * vc/vc-git.el (vc-compilation-mode): Declare.
8923 (vc-git-pull): Require vc-dispatcher.
8924
8925 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8926
8927 * progmodes/octave.el (help-button-action): Declare.
8928
8929 * shell.el (shell-directory-tracker): Output error as a message
8930 rather than just returning it as a string.
8931 (shell-process-pushd): Remove useless use of message.
8932
8933 * dframe.el (dframe-timer-fn):
8934 * files.el (dir-locals-read-from-file):
8935 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8936 (mpc-format):
8937 * reveal.el (reveal-post-command):
8938 * saveplace.el (load-save-place-alist-from-file):
8939 * shell.el (shell-resync-dirs):
8940 * w32-common-fns.el (x-get-selection-value):
8941 * emacs-lisp/copyright.el (copyright-find-copyright):
8942 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8943 * emulation/tpu-edt.el (tpu-copy-keyfile):
8944 * play/bubbles.el (bubbles--mark-neighbourhood):
8945 * progmodes/executable.el
8946 (executable-make-buffer-file-executable-if-script-p):
8947 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8948
8949 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 Cleanup Eshell to rely less on dynamic scoping.
8952 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8953 last-value, and ext-command here. Bind `args' closer to `body'.
8954 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8955 (eshell--args): Declare new dynamic var.
8956 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8957 last-value, and ext-command. Pass `args' to `body'.
8958 (eshell-process-args): Bind eshell--args.
8959 (eshell-set-option): Use eshell--args.
8960 * eshell/eshell.el (eshell): Use derived-mode-p.
8961 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8962 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8963 (eshell-glob-function): Declare.
8964 * eshell/esh-util.el: Require cl-lib.
8965 (eshell-read-hosts-file): Avoid add-to-list.
8966 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8967 `err'.
8968 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8969 Declare.
8970 (eshell/diff): Remove unused var `err'.
8971 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8972 `killflag'.
8973 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8974 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8975 first use.
8976 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8977 Move declaration before first use.
8978 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8979 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8980 rely on cl-return.
8981
8982 2013-09-12 Glenn Morris <rgm@gnu.org>
8983
8984 * term/ns-win.el (global-map): Remove binding for ispell-next,
8985 deleted 1999-05-29. (Bug#15357)
8986
8987 2013-09-11 Glenn Morris <rgm@gnu.org>
8988
8989 * echistory.el (electric-command-history): Remove call to deleted func.
8990
8991 * play/landmark.el (landmark-mode): Fix typos.
8992
8993 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8994 Check cvs-sort-ignore-file is bound.
8995
8996 * savehist.el: No need for cl when compiling on Emacs.
8997
8998 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9001 (bug#15338).
9002 (eshell-self-insert-command, eshell-send-invisible):
9003 Remove unused argument.
9004 (eshell-handle-control-codes): Remove unused var `orig'.
9005 Avoid delete-backward-char.
9006
9007 * files.el (set-auto-mode): Simplify a bit further.
9008
9009 2013-09-11 Glenn Morris <rgm@gnu.org>
9010
9011 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9012 (set-auto-mode): Don't regexp-quote elements.
9013 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9014 * progmodes/cc-mode.el (interpreter-mode-alist):
9015 * progmodes/ruby-mode.el (interpreter-mode-alist):
9016 Revert previous change.
9017
9018 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * play/snake.el (snake-mode):
9021 * play/mpuz.el (mpuz-mode):
9022 * play/landmark.el (lm-mode):
9023 * play/blackbox.el (blackbox-mode):
9024 * play/5x5.el (5x5-mode):
9025 * obsolete/options.el (Edit-options-mode):
9026 * net/quickurl.el (quickurl-list-mode):
9027 * net/newst-treeview.el (newsticker-treeview-mode):
9028 * mail/rmailsum.el (rmail-summary-mode):
9029 * mail/mspools.el (mspools-mode):
9030 * locate.el (locate-mode):
9031 * ibuffer.el (ibuffer-mode):
9032 * emulation/ws-mode.el (wordstar-mode):
9033 * emacs-lisp/debug.el (debugger-mode):
9034 * array.el (array-mode):
9035 * net/eudc.el (eudc-mode): Use define-derived-mode.
9036 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9037 Move initialization into declaration.
9038 (mairix-searches-mode): Use define-derived-mode.
9039 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9040 (eudc-edit-hotlist): Use dolist.
9041 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9042 (Man-mode): Use define-derived-mode.
9043 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9044 (Info-edit-mode): Use define-derived-mode.
9045 (Info-cease-edit): Use Info-mode.
9046 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9047 into declaration.
9048 (eshell-mode): Use define-derived-mode.
9049 * chistory.el (command-history-mode-map): Rename from
9050 command-history-map.
9051 (command-history-mode): Use define-derived-mode.
9052 (Command-history-setup): Remove function.
9053 * calc/calc.el (calc-trail-mode-map): New var.
9054 (calc-trail-mode): Use define-derived-mode.
9055 (calc-trail-buffer): Set calc-main-buffer manually.
9056 * bookmark.el (bookmark-insert-annotation): New function.
9057 (bookmark-edit-annotation): Use it.
9058 (bookmark-edit-annotation-mode): Make it a proper major mode.
9059 (bookmark-send-edited-annotation): Use derived-mode-p.
9060 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9061 closer to its ideal place. Use \' to match EOS.
9062
9063 * profiler.el (profiler-calltree-find): Use function-equal.
9064
9065 2013-09-10 Glenn Morris <rgm@gnu.org>
9066
9067 * files.el (interpreter-mode-alist): Convert to regexps.
9068 (set-auto-mode): Adapt for this. (Bug#15306)
9069 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9070 Comment out unused variable.
9071 * progmodes/cc-mode.el (interpreter-mode-alist):
9072 * progmodes/python.el (interpreter-mode-alist):
9073 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9074 * progmodes/sh-script.el (sh-set-shell):
9075 No longer use interpreter-mode-alist to get list of shells.
9076
9077 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9078
9079 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * simple.el: Use set-temporary-overlay-map for universal-argument.
9082 (universal-argument-map): Don't use default-bindings (bug#15317).
9083 Bind switch-frame explicitly. Replace universal-argument-minus with
9084 a conditional binding.
9085 (universal-argument-num-events, saved-overriding-map): Remove.
9086 (restore-overriding-map): Remove.
9087 (universal-argument--mode): Rename from save&set-overriding-map,
9088 and rewrite.
9089 (universal-argument, universal-argument-more, negative-argument)
9090 (digit-argument): Adjust accordingly.
9091 (universal-argument-minus): Remove.
9092 (universal-argument-other-key): Remove.
9093
9094 * subr.el (with-demoted-errors): Add `format' argument.
9095
9096 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9099 `tramp-cleanup-connection'.
9100
9101 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9102 parameters KEEP-DEBUG and KEEP-PASSWORD.
9103
9104 * net/tramp.el (tramp-file-name-handler):
9105 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9106 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9107 (tramp-maybe-open-connection):
9108 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9109 Use `tramp-cleanup-connection'.
9110
9111 * net/tramp-sh.el (tramp-maybe-open-connection):
9112 Catch 'uname-changed inside the progress reporter.
9113
9114 2013-09-10 Glenn Morris <rgm@gnu.org>
9115
9116 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9117
9118 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9119 returns "alternate access method" in mode (eg "-rw-r--r--.").
9120
9121 2013-09-08 Glenn Morris <rgm@gnu.org>
9122
9123 * saveplace.el (load-save-place-alist-from-file):
9124 Demote errors. (Bug#15305)
9125
9126 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9127
9128 Improve compatibility with older Emacsen, and XEmacs.
9129
9130 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9131 only if it is bound. It isn't for XEmacs.
9132 (with-tramp-progress-reporter): Do not let-bind `result'.
9133 This yields to scoping errors in XEmacs.
9134 (tramp-handle-make-auto-save-file-name): New function, moved from
9135 tramp-sh.el.
9136
9137 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9138 for `make-auto-save-file-name'.
9139 (tramp-adb--gnu-switches-to-ash):
9140 Use `tramp-compat-replace-regexp-in-string'.
9141
9142 * net/tramp-cache.el (tramp-cache-print): Call
9143 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9144
9145 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9146 bound. It isn't for XEmacs.
9147
9148 * net/tramp-compat.el (tramp-compat-copy-file):
9149 Catch `wrong-number-of-arguments' error.
9150 (tramp-compat-replace-regexp-in-string): New defun.
9151
9152 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9153 for `make-auto-save-file-name'.
9154 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9155 `copy-file'.
9156 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9157 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9158 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9159
9160 * net/tramp-gw.el (tramp-gw-open-network-stream):
9161 Use `tramp-compat-replace-regexp-in-string'.
9162
9163 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9164 Call `tramp-handle-make-auto-save-file-name'.
9165 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9166 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9167 (tramp-sh-file-inotifywait-process-filter):
9168 Use `tramp-compat-replace-regexp-in-string'.
9169 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9170
9171 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9172 for `make-auto-save-file-name'.
9173 (tramp-smb-handle-copy-directory):
9174 Call `tramp-compat-replace-regexp-in-string'.
9175 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9176 (tramp-smb-handle-copy-file): Improve error message.
9177 (tramp-smb-handle-rename-file): Rename directly only in case
9178 `newname' does not exist yet. This is a restriction of smbclient.
9179 (tramp-smb-maybe-open-connection): Rerun the function only when
9180 `auth-sources' is non-nil.
9181
9182 2013-09-08 Kenichi Handa <handa@gnu.org>
9183
9184 * international/characters.el: Set category "^" (Combining) for
9185 more characters.
9186
9187 2013-09-07 Alan Mackenzie <acm@muc.de>
9188
9189 Correctly fontify Java class constructors.
9190 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9191 in Java Mode.
9192 (c-recognize-typeless-decls): Set the Java value to t.
9193 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9194 While handling a "(", add a check for, effectively, Java, and handle a
9195 "typeless" declaration there.
9196
9197 2013-09-07 Roland Winkler <winkler@gnu.org>
9198
9199 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9200 field subtitle for entry type book.
9201
9202 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * minibuffer.el: Make minibuffer-complete call completion-in-region
9205 rather than other way around.
9206 (completion--some, completion-pcm--find-all-completions):
9207 Don't delay signals when debugging.
9208 (minibuffer-completion-contents): Beware fields within the
9209 minibuffer contents.
9210 (completion-all-sorted-completions): Use defvar-local.
9211 (completion--do-completion, completion--cache-all-sorted-completions)
9212 (completion-all-sorted-completions, minibuffer-force-complete):
9213 Add args `beg' and `end'.
9214 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9215 (minibuffer-complete): Use completion-in-region.
9216 (completion-complete-and-exit): New fun, extracted from
9217 minibuffer-complete-and-exit.
9218 (minibuffer-complete-and-exit): Use it.
9219 (completion--complete-and-exit): Rename from
9220 minibuffer--complete-and-exit.
9221 (completion-in-region--single-word): New function, extracted from
9222 minibuffer-complete-word.
9223 (minibuffer-complete-word): Use it.
9224 (display-completion-list): Make `common-substring' argument obsolete.
9225 (completion--in-region): Call completion--in-region-1 instead of
9226 minibuffer-complete.
9227 (completion-help-at-point): Pass boundaries to
9228 minibuffer-completion-help as args rather than via an overlay.
9229 (completion-pcm--string->pattern): Use `any-delim'.
9230 (completion-pcm--optimize-pattern): New function.
9231 (completion-pcm--pattern->regex): Handle `any-delim'.
9232 * icomplete.el (icomplete-forward-completions)
9233 (icomplete-backward-completions, icomplete-completions):
9234 Adjust calls to completion-all-sorted-completions and
9235 completion--cache-all-sorted-completions.
9236 (icomplete-with-completion-tables): Default to t.
9237 * emacs-lisp/crm.el (crm--current-element): Rename from
9238 crm--select-current-element. Don't put an overlay but return the
9239 boundaries instead.
9240 (crm--completion-command): Take two new args to bind to the boundaries.
9241 (crm-completion-help): Adjust accordingly.
9242 (crm-complete): Use completion-in-region.
9243 (crm-complete-word): Use completion-in-region--single-word.
9244 (crm-complete-and-exit): Use completion-complete-and-exit.
9245
9246 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9249 than dynamically.
9250
9251 2013-09-06 Juri Linkov <juri@jurta.org>
9252
9253 * info.el (Info-display-images-node): When image file doesn't exist
9254 display text version of the image if it's provided in the Info file.
9255 Otherwise, display the location of missing image from SRC attribute.
9256 Add help-echo text property from ALT attribute. (Bug#15279)
9257
9258 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9261 (edit-abbrevs-mode): Use define-derived-mode.
9262
9263 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9264 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9265 that it's defined.
9266 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9267 Use define-derived-mode.
9268
9269 * epg.el (epg-start-encrypt): Minor CSE simplification.
9270
9271 2013-09-06 William Xu <william.xwl@gmail.com>
9272
9273 * arc-mode.el: Add support for 7za (bug#15264).
9274 (archive-7z-program): New var.
9275 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9276 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9277 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9278
9279 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9280
9281 Remove URL syntax.
9282
9283 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9284 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9285 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9286 (tramp-postfix-host-format, tramp-file-name-regexp)
9287 (tramp-completion-file-name-regexp)
9288 (tramp-completion-dissect-file-name)
9289 (tramp-handle-substitute-in-file-name): Remove 'url case.
9290 (tramp-file-name-regexp-url)
9291 (tramp-completion-file-name-regexp-url): Remove constants.
9292
9293 2013-09-06 Glenn Morris <rgm@gnu.org>
9294
9295 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9296
9297 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9298
9299 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9300 keywords" below "here-doc beginnings" (Bug#15270).
9301
9302 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * subr.el (pop): Use `car-safe'.
9305 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9306 to detect unused `pop' return value.
9307
9308 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9309 var `block-regexp'.
9310 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9311 (python-fill-string): Remove unused var `marker'.
9312 (python-skeleton-add-menu-items): Remove unused var `items'.
9313
9314 * international/mule-cmds.el: Require CL.
9315 (find-coding-systems-for-charsets): Avoid add-to-list.
9316 (sanitize-coding-system-list): New function, extracted from
9317 select-safe-coding-system-interactively.
9318 (select-safe-coding-system-interactively): Use it.
9319 (read-input-method-name): Accept symbols for `default'.
9320
9321 * emacs-lisp/advice.el (defadvice): Add indent rule.
9322
9323 2013-09-05 Daniel Hackney <dan@haxney.org>
9324
9325 * dired-x.el:
9326 * net/ange-ftp.el:
9327 * net/browse-url.el:
9328 * net/dbus.el:
9329 * net/eudc.el:
9330 * net/eudcb-ldap.el:
9331 * net/eww.el:
9332 * net/imap.el:
9333 * printing.el:
9334 * vc/ediff-diff.el:
9335 * vc/ediff-init.el:
9336 * vc/ediff-merg.el:
9337 * vc/ediff-mult.el:
9338 * vc/ediff-util.el:
9339 * vc/ediff-wind.el:
9340 * vc/ediff.el:
9341 * vc/emerge.el:
9342 * vc/pcvs.el:
9343 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9344 byte compiler. Remove some unused let-bound variables.
9345
9346 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9349 a "ref-cell", since it gets better optimized (bug#14883).
9350
9351 2013-09-05 Glenn Morris <rgm@gnu.org>
9352
9353 * progmodes/cc-awk.el (c-forward-sws): Declare.
9354
9355 2013-09-04 Glenn Morris <rgm@gnu.org>
9356
9357 * generic-x.el [rul-generic-mode]: Require cc-mode.
9358 (c++-mode-syntax-table): Declare.
9359 (rul-generic-mode-syntax-table): Init in the defvar.
9360
9361 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9364 (vc-do-command, vc-set-async-update):
9365 * vc/vc-mtn.el (vc-mtn-dir-status):
9366 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9367 (vc-hg-pull, vc-hg-merge-branch):
9368 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9369 (vc-git-merge-branch):
9370 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9371 (vc-cvs-dir-status-files):
9372 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9373 (vc-bzr-dir-status-files):
9374 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9375 * vc/vc-annotate.el: Use lexical-binding.
9376 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9377 (vc-sentinel-movepoint): Declare.
9378 (vc-annotate): Don't use `goto-line'.
9379 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9380 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9381 (vc-sentinel-movepoint): Declare.
9382 * vc/vc-svn.el: Use lexical-binding.
9383 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9384 * vc/vc-sccs.el:
9385 * vc/vc-rcs.el: Use lexical-binding.
9386
9387 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9388 `deleted'. Don't drop errors silently.
9389
9390 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9391
9392 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9393
9394 * vc/vc.el (vc-ignore): Rewrite.
9395 (vc-default-ignore): New function.
9396 (vc-default-ignore-completion-table): Use find-ignore-file.
9397
9398 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9399 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9400 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9401 Remove. Most code moved to vc.el.
9402
9403 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9406 * net/tramp-smb.el (tramp-smb-get-file-entries):
9407 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9408 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9409
9410 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9411 Update call to it.
9412 (eww-change-select): Remove unused var `properties'.
9413 (eww-make-unique-file-name): Remove unused var `base'.
9414
9415 * finder.el (finder-compile-keywords): Don't mess with windows.
9416
9417 * calculator.el (calculator-funcall): Fix typo in last change.
9418
9419 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9420
9421 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9422 <pkg>-autoloads.el file stop us.
9423
9424 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9425 warnings, and factor out common code.
9426
9427 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9428
9429 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9430 two-character operators and whether the character preceding them
9431 changes their meaning (Bug#15208).
9432
9433 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9434
9435 Format code sent to Python shell for robustness.
9436 * progmodes/python.el (python-shell-buffer-substring):
9437 New function.
9438 (python-shell-send-region, python-shell-send-buffer): Use it.
9439
9440 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9441
9442 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9443 * net/tramp.el (tramp-user-error): ... here.
9444 (tramp-find-method, tramp-check-proper-host)
9445 (tramp-dissect-file-name, tramp-debug-message)
9446 (tramp-handle-shell-command):
9447 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9448 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9449
9450 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9451
9452 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9453
9454 * avoid.el (mouse-avoidance-point-position)
9455 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9456 returns nil.
9457
9458 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9459
9460 * progmodes/python.el (python-shell-completion-get-completions):
9461 Drop use of deleted `comint-last-prompt-overlay'.
9462 (python-nav-if-name-main): New command.
9463
9464 2013-09-01 Glenn Morris <rgm@gnu.org>
9465
9466 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9467 Avoid leading space in $wins. Otherwise the sed command used by
9468 eg compile-main ends up containing "/*.el". (Bug#15170)
9469
9470 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9471
9472 2013-08-30 Glenn Morris <rgm@gnu.org>
9473
9474 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9475 Fix is-this-a-directory logic. (Bug#15220)
9476
9477 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * textmodes/css-mode.el: Use SMIE.
9480 (css-smie-grammar): New var.
9481 (css-smie--forward-token, css-smie--backward-token)
9482 (css-smie-rules): New functions.
9483 (css-mode): Use them.
9484 (css-navigation-syntax-table): Remove var.
9485 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9486 (css-indent-calculate, css-indent-line): Remove functions.
9487
9488 Misc changes to reduce use of `(lambda...); and other cleanups.
9489 * cus-edit.el: Use lexical-binding.
9490 (customize-push-and-save, customize-apropos)
9491 (custom-buffer-create-internal): Use closures.
9492 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9493 * progmodes/ada-xref.el: Use setq.
9494 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9495 * dframe.el: Use lexical-binding.
9496 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9497 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9498 * descr-text.el: Use lexical-binding.
9499 (describe-text-widget, describe-text-sexp, describe-property-list):
9500 Use closures.
9501 * comint.el (comint-history-isearch-push-state): Use a closure.
9502 * calculator.el: Use lexical-binding.
9503 (calculator-number-to-string): Make it work with lexical-binding.
9504 (calculator-funcall): Same and use cl-letf.
9505
9506 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9507 (lisp--company-doc-string, lisp--company-location): New functions.
9508 (lisp-completion-at-point): Use them to improve Company support.
9509
9510 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9511 params of lambda expressions.
9512 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9513 (ruby-smie--opening-pipe-p): New function.
9514 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9515 symbols and matched |...| for formal params.
9516 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9517 from being treated as hanging. Handle "rescue".
9518
9519 2013-08-29 Glenn Morris <rgm@gnu.org>
9520
9521 * progmodes/cc-engine.el (c-pull-open-brace):
9522 Move definition before use.
9523
9524 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9527 are immutable. Don't use `unsafe' any more.
9528 (cl--defsubst-expand): Don't substitute at the same time as keeping
9529 a residual unused let-binding. Don't use `unsafe' any more.
9530
9531 2013-08-29 Glenn Morris <rgm@gnu.org>
9532
9533 * calendar/cal-china.el (calendar-chinese-year-cache):
9534 Recenter on 2015.
9535
9536 * nxml/nxml-util.el (nxml-debug-clear-inside):
9537 Use cl-loop rather than loop.
9538
9539 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9540
9541 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9542
9543 2013-08-28 Glenn Morris <rgm@gnu.org>
9544
9545 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9546
9547 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9548
9549 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9550
9551 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * simple.el (repeat-complex-command--called-interactively-skip):
9554 New function.
9555 (repeat-complex-command): Use it (bug#14136).
9556
9557 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9558 (c-define-abbrev-table): Add `doc' argument.
9559 (c-mode-abbrev-table, c++-mode-abbrev-table)
9560 (objc-mode-abbrev-table, java-mode-abbrev-table)
9561 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9562 (awk-mode-abbrev-table): Use it.
9563 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9564 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9565 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9566 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9567 Move initialization into the declaration; and remove any
9568 autoload cookie.
9569
9570 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9571 and dynamic let binding.
9572
9573 * vc/smerge-mode.el: Remove redundant :group args.
9574
9575 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9576 to load-path.
9577
9578 2013-08-28 Juri Linkov <juri@jurta.org>
9579
9580 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9581 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9582 (isearch-other-meta-char): Handle an undefined shifted printing
9583 character by downshifting it. (Bug#15200)
9584
9585 2013-08-28 Juri Linkov <juri@jurta.org>
9586
9587 * isearch.el (isearch-search): Change regexp error message for
9588 non-regexp searches. (Bug#15166)
9589
9590 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9591
9592 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9593 for portability to hosts where /bin/sh has problems.
9594
9595 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9598
9599 2013-08-27 Juri Linkov <juri@jurta.org>
9600
9601 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9602 in the keyboard macro. (Bug#15126)
9603
9604 2013-08-27 Juri Linkov <juri@jurta.org>
9605
9606 * isearch.el (isearch-quote-char): Comment out converting unibyte
9607 to multibyte, thus syncing with its `quoted-insert' counterpart.
9608 (Bug#15166)
9609
9610 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9611
9612 * window.el (display-buffer-use-some-window): Add missing
9613 argument in call of get-largest-window (Bug#15185).
9614 Reported by Stephen Leake.
9615
9616 2013-08-27 Glenn Morris <rgm@gnu.org>
9617
9618 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9619
9620 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9623 from a matcher-function unless there's no more matches (bug#15161).
9624
9625 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9626
9627 * minibuffer.el: Revert change from 2013-08-20.
9628
9629 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9630 with text property `tramp-default', if appropriate.
9631 (tramp-check-proper-host): New defun.
9632 (tramp-dissect-file-name): Do not check hostname. Revert change
9633 of 2013-03-18.
9634 (tramp-backtrace): Make VEC-OR-PROC optional.
9635
9636 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9637 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9638 * net/tramp-sh.el (tramp-maybe-open-connection):
9639 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9640 Apply `tramp-check-proper-host'.
9641
9642 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9643
9644 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9645 lambda expression in order to have `describe-variable' display it.
9646
9647 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9648
9649 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9650 BUF can be optional. (Bug#15186)
9651
9652 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9653
9654 * progmodes/flymake.el (flymake-get-real-file-name-function):
9655 Fix broken customization. (Bug#15184)
9656
9657 2013-08-25 Alan Mackenzie <acm@muc.de>
9658
9659 Improve indentation of bracelists defined by macros (without "=").
9660
9661 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9662 expansion begins with "{", regard it as bracelist when it doesn't
9663 contain a ";".
9664
9665 Parse C++ inher-intro when there's a template split over 2 lines.
9666
9667 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9668 rigorously the search for "class" etc. followed by ":".
9669
9670 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9671 random languages a regexp which never matches rather than nil.
9672
9673 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9674
9675 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9676 (c-awk-regexp-one-line-possibly-open-char-list-re)
9677 (c-awk-one-line-possibly-open-regexp-re)
9678 (c-awk-one-line-non-syn-ws*-re): Remove.
9679 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9680 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9681 (c-awk-space*-unclosed-regexp-/-re): New constants.
9682 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9683 aren't regexp delimiters.
9684
9685 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9686 handling for a rare situation in AWK Mode involving unterminated
9687 strings/regexps.
9688
9689 2013-08-23 Glenn Morris <rgm@gnu.org>
9690
9691 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9692
9693 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9694
9695 * files.el (create-file-buffer): If the result would begin with
9696 spaces, prepend a "|" instead of removing them. (Bug#15162)
9697
9698 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9701 text-properties (bug#15155).
9702
9703 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9704 exist any more.
9705 (calc-keypad-redraw): Remove unused var `pad'.
9706 (calc-keypad-press): Remove unused var `menu'.
9707
9708 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9709
9710 * window.el (display-buffer-pop-up-frame):
9711 Call pop-up-frame-function with BUFFER current so `make-frame' will
9712 use it as the new frame's buffer (Bug#15133).
9713
9714 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * calendar/timeclock.el: Minor cleanups.
9717 (timeclock-ask-before-exiting, timeclock-use-display-time):
9718 Use `symbol'.
9719 (timeclock-modeline-display): Define as alias before the
9720 actual definition.
9721 (timeclock-mode-line-display): Use define-minor-mode.
9722 (timeclock-day-list-template): Make it a function, add an argument.
9723 (timeclock-day-list-required, timeclock-day-list-length)
9724 (timeclock-day-list-debt, timeclock-day-list-span)
9725 (timeclock-day-list-break): Adjust calls accordingly.
9726
9727 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9730 Use read--expression so that completion works again.
9731
9732 2013-08-21 Sam Steingold <sds@gnu.org>
9733
9734 Add rudimentary inferior shell interaction
9735 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9736 (sh-set-shell): Reset it.
9737 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9738 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9739
9740 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * align.el: Use lexical-binding.
9743 (align-region): Simplify accordingly.
9744
9745 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9746
9747 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9748
9749 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9750 `non-essential' up.
9751
9752 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9753
9754 * net/tramp.el:
9755 * net/tramp-adb.el:
9756 * net/tramp-cmds.el:
9757 * net/tramp-ftp.el:
9758 * net/tramp-gvfs.el:
9759 * net/tramp-gw.el:
9760 * net/tramp-sh.el: Don't wrap external variable declarations by
9761 `eval-when-compile'.
9762
9763 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9764
9765 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9766 now that Emacs supports ImageMagick animations.
9767
9768 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9769
9770 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9771 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9772
9773 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9774
9775 * window.el (mouse-autoselect-window-select): Do autoselect when
9776 mouse pointer is on margin.
9777
9778 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9779
9780 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9781
9782 2013-08-16 Glenn Morris <rgm@gnu.org>
9783
9784 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9785 Handle "Remote Directory" response of some clients. (Bug#15058)
9786
9787 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9788 Tweak warning. (Bug#14926)
9789
9790 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9791 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9792
9793 * image-mode.el (image-mode-map): Add menu items to reverse,
9794 increase, decrease, reset animation speed.
9795 (image--set-speed, image-increase-speed, image-decrease-speed)
9796 (image-reverse-speed, image-reset-speed): New functions.
9797 (image-mode-map): Add bindings for speed commands.
9798
9799 * image.el (image-animate-get-speed, image-animate-set-speed):
9800 New functions.
9801 (image-animate-timeout): Respect image :speed property.
9802
9803 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9806 previous line (bug#15101).
9807 (debugger-eval-expression, debugger-record-expression):
9808 Use read--expression (bug#15102).
9809
9810 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9811
9812 Remove byte compiler warnings, visible when compiling with
9813 `byte-compile-force-lexical-warnings' set to t.
9814
9815 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9816 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9817 (tramp-handle-unhandled-file-name-directory)
9818 (tramp-handle-file-notify-add-watch, tramp-action-login)
9819 (tramp-action-succeed, tramp-action-permission-denied)
9820 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9821 arguments with "_".
9822
9823 * net/tramp-adb.el (tramp-adb-parse-device-names)
9824 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9825 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9826 (tramp-adb-handle-file-truename): Remove unused arguments.
9827
9828 * net/tramp-cache.el (tramp-flush-directory-property)
9829 (tramp-flush-connection-property, tramp-list-connections)
9830 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9831
9832 * net/tramp-compat.el (tramp-compat-make-temp-file):
9833 Rename FILENAME to F.
9834
9835 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9836 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9837 (tramp-zeroconf-parse-workstation-device-names)
9838 (tramp-zeroconf-parse-webdav-device-names)
9839 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9840
9841 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9842 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9843
9844 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9845 arguments.
9846 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9847 (tramp-sh-handle-insert-file-contents-literally)
9848 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9849 with "_".
9850 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9851 Remove unused variables.
9852
9853 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9854 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9855 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9856
9857 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9858 Make them a defconst.
9859 (tramp-uuencode-region): Remove unused variable.
9860
9861 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9862
9863 * frameset.el (frameset--prop-setter): New function.
9864 (frameset-prop): Add gv-setter declaration.
9865 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9866 parameter was already set in FILTERED. Doc fix.
9867 (frameset--record-minibuffer-relationships): Allow saving a
9868 minibufferless frame without its corresponding minibuffer frame.
9869 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9870 frame, if the frame id matches.
9871 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9872 frames before orphaned ones.
9873 (frameset-restore): Warn about orphaned windows, instead of error out.
9874
9875 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9876
9877 * window.el (window-make-atom): Don't overwrite parameter
9878 already present.
9879 (display-buffer-in-atom-window): Handle special case where we
9880 split an already atomic window.
9881 (window--major-non-side-window, display-buffer-in-side-window)
9882 (window--side-check): Ignore minibuffer window when walking
9883 window tree.
9884 (window-deletable-p): Return 'frame only if no other frame uses
9885 our minibuffer window.
9886 (record-window-buffer): Run buffer-list-update-hook.
9887 (split-window): Make sure window--check-frame won't destroy an
9888 existing atomic window in case the new window gets nested
9889 inside.
9890 (display-buffer-at-bottom): Ignore minibuffer window when
9891 walking window tree. Don't split a side window.
9892 (pop-to-buffer): Don't set-buffer here, the select-window call
9893 should do that.
9894 (mouse-autoselect-window-select): Autoselect only if we are in the
9895 text portion of the window.
9896
9897 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9898
9899 * net/shr.el (shr-parse-image-data): New function to grab both the
9900 data itself and the Content-Type.
9901 (shr-put-image): Use it.
9902
9903 * net/eww.el (eww-display-image): Ditto.
9904
9905 * image.el (image-content-type-suffixes): New variable.
9906
9907 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9908
9909 * progmodes/python.el (python-imenu--build-tree)
9910 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9911
9912 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9913
9914 * simple.el (backward-word): Mention the optional argument.
9915
9916 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * frameset.el (frameset--make): Rename constructor from make-frameset.
9919 (frameset-p, frameset-valid-p): Don't autoload.
9920 (frameset-valid-p): Use normal accessors.
9921
9922 2013-08-13 Glenn Morris <rgm@gnu.org>
9923
9924 * progmodes/compile.el (compile-command): Tweak example in doc.
9925 * obsolete/scribe.el (scribe-mode):
9926 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9927
9928 * mail/feedmail.el (feedmail-confirm-outgoing)
9929 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9930
9931 * cus-start.el (truncate-partial-width-windows): Fix type.
9932
9933 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9934
9935 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9936
9937 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * emacs-lisp/timer.el (timer--time-setter): New function.
9940 (timer--time): Use it as gv-setter.
9941
9942 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9943 setter is not a symbol.
9944
9945 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9946
9947 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9948 if sending fails. This makes debugging easier.
9949
9950 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9951
9952 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9953 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9954 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9955
9956 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9957
9958 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9959
9960 2013-08-12 Glenn Morris <rgm@gnu.org>
9961
9962 * format.el (format-annotate-function):
9963 Handle read-only text properties in the source. (Bug#14887)
9964
9965 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9966
9967 * net/eww.el (eww-display-html): Ignore coding system errors.
9968 One web site uses "utf-8lias" as the coding system.
9969
9970 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9973
9974 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9975
9976 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9977 (tutorial--detailed-help): Remove unused local variables.
9978 (tutorial--save-tutorial-to): Use ignore-errors.
9979 (help-with-tutorial): Use looking-at-p.
9980
9981 * view.el (view-buffer-other-window, view-buffer-other-frame):
9982 Mark unused arguments.
9983
9984 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9985 (woman-select-symbol-fonts, woman, woman-find-file)
9986 (woman-insert-file-contents, woman-non-underline-faces):
9987 Use string-match-p.
9988 (woman1-unquote): Move declaration.
9989
9990 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9991 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9992 argument. Remove unused local variable.
9993 (xml-parse-elem-type): Use string-match-p.
9994 (xml-substitute-numeric-entities): Use ignore-errors.
9995
9996 * calculator.el (calculator): Mark unused argument.
9997 (calculator-paste, calculator-quit, calculator-integer-p):
9998 Use ignore-errors.
9999 (calculator-string-to-number, calculator-decimal, calculator-exp)
10000 (calculator-op-or-exp): Use string-match-p.
10001
10002 * dired.el (dired-buffer-more-recently-used-p): Declare.
10003 (dired-insert-set-properties, dired-insert-old-subdirs):
10004 Use ignore-errors.
10005
10006 * dired-aux.el (dired-compress): Use ignore-errors.
10007 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10008 (dired-do-async-shell-command, dired-do-shell-command)
10009 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10010 (dired-insert-subdir-validate): Use string-match-p.
10011 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10012 (dired-add-entry): Use string-match-p, looking-at-p.
10013 (dired-insert-subdir-newpos): Remove unused local variable.
10014
10015 * filenotify.el (file-notify-callback): Remove unused local variable.
10016
10017 * filesets.el (filesets-error): Mark unused argument.
10018 (filesets-which-command-p, filesets-filter-dir-names)
10019 (filesets-directory-files, filesets-get-external-viewer)
10020 (filesets-ingroup-get-data): Use string-match-p.
10021
10022 * find-file.el (ff-other-file-name, ff-other-file-name)
10023 (ff-find-the-other-file, ff-cc-hh-converter):
10024 Remove unused local variables.
10025 (ff-get-file-name): Use string-match-p.
10026 (ff-all-dirs-under): Use ignore-errors.
10027
10028 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10029 (follow-select-if-visible): Remove unused local variable.
10030
10031 * forms.el (read-file-filter): Move declaration.
10032 (forms--make-format, forms--make-parser, forms-insert-record):
10033 Quote function with #'.
10034 (forms--update): Use string-match-p. Quote function with #'.
10035
10036 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10037 (help-make-xrefs): Use looking-at-p.
10038 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10039
10040 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10041 (ibuffer-confirm-operation-on): Use string-match-p.
10042
10043 * msb.el (msb-item-handler, msb-dired-item-handler):
10044 Mark unused arguments.
10045
10046 * ses.el (ses-decode-cell-symbol)
10047 (ses-kill-override): Remove unused local variable.
10048 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10049 (ses-load): Use ignore-errors, looking-at-p.
10050 (ses-jump-safe): Use ignore-errors.
10051 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10052
10053 * tabify.el (untabify, tabify): Mark unused arguments.
10054
10055 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10056 Mark unused argument.
10057 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10058 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10059
10060 * emacs-lisp/timer.el (timer--time): Define setter with
10061 gv-define-setter to avoid deprecation warning.
10062
10063 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10064 (*record-cmpl-statistics-p*): Remove (was commented out).
10065 (cmpl-statistics-block): Remove (body was commented out).
10066 All callers changed.
10067 (add-completions-from-buffer, load-completions-from-file):
10068 Remove unused variables.
10069
10070 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * filecache.el (file-cache-delete-file-list):
10073 Print message only when told so.
10074 (file-cache-files-matching): Use #' in mapconcat argument.
10075
10076 * ffap.el (ffap-url-at-point): Fix reference to variable
10077 thing-at-point-default-mail-uri-scheme.
10078
10079 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * subr.el (define-error): New function.
10082 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10083 error-file-not-found and define with define-error.
10084 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10085 and define with define-error.
10086 * userlock.el (file-locked, file-supersession):
10087 * simple.el (mark-inactive):
10088 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10089 * progmodes/ada-mode.el (ada-mode-errors):
10090 * play/life.el (life-extinct):
10091 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10092 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10093 * nxml/rng-util.el (rng-error):
10094 * nxml/rng-uri.el (rng-uri-error):
10095 * nxml/rng-match.el (rng-compile-error):
10096 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10097 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10098 * nxml/nxml-rap.el (nxml-scan-error):
10099 * nxml/nxml-outln.el (nxml-outline-error):
10100 * net/soap-client.el (soap-error):
10101 * net/gnutls.el (gnutls-error):
10102 * net/ange-ftp.el (ftp-error):
10103 * mpc.el (mpc-proc-error):
10104 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10105 (json-number-format, json-string-escape, json-string-format)
10106 (json-key-format, json-object-format):
10107 * jka-compr.el (compression-error):
10108 * international/quail.el (quail-error):
10109 * international/kkc.el (kkc-error):
10110 * emacs-lisp/ert.el (ert-test-failed):
10111 * calc/calc.el (calc-error, inexact-result, math-overflow)
10112 (math-underflow):
10113 * bookmark.el (bookmark-error-no-filename):
10114 * epg.el (epg-error): Define with define-error.
10115
10116 * time.el (display-time-event-handler)
10117 (display-time-next-load-average): Don't call sit-for since it seems
10118 unnecessary (bug#15045).
10119
10120 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10121 Use #' instead of ' to quote functions.
10122 (checkdoc-output-mode): Use setq-local.
10123 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10124 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10125 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10126 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10127 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10128 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10129 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10130 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10131
10132 * ido.el (ido-completion-help): Fix up compiler warning.
10133
10134 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * frameset.el (frameset-p): Add autoload cookie.
10137 (frameset--jump-to-register): New function, based on code moved from
10138 register.el.
10139 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10140
10141 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10142 (frameset-restore, frameset-save, frameset-session-filter-alist):
10143 Remove declarations.
10144 (register-alist): Doc fix.
10145 (frameset-to-register): Move to frameset.el.
10146 (jump-to-register, describe-register-1): Remove frameset-specific code.
10147
10148 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10149
10150 * allout-widgets.el (allout-widgets-pre-command-business)
10151 (allout-widgets-post-command-business)
10152 (allout-widgets-after-change-handler)
10153 (allout-decorate-item-and-context, allout-set-boundary-marker)
10154 (allout-body-modification-handler)
10155 (allout-graphics-modification-handler): Mark ignored arguments.
10156 (allout-widgets-post-command-business)
10157 (allout-widgets-exposure-change-processor)
10158 (allout-widgets-exposure-undo-processor)
10159 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10160 (allout-parse-item-at-point, allout-decorate-item-guides)
10161 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10162 * allout.el (epa-passphrase-callback-function): Declare.
10163 (allout-overlay-insert-in-front-handler)
10164 (allout-overlay-interior-modification-handler)
10165 (allout-isearch-end-handler, allout-chart-siblings)
10166 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10167 (allout-yank-processing, allout-process-exposed)
10168 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10169 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10170 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10171 (lisp-indent-defform): Mark ignored arguments.
10172 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10173 (calculate-lisp-indent): Remove unused variables.
10174 * international/characters.el (indian-2-column, arabic-2-column)
10175 (tibetan): Mark ignored arguments.
10176 (use-cjk-char-width-table): Mark ignored arguments.
10177 Remove unused variables.
10178 * international/fontset.el (build-default-fontset-data)
10179 (x-compose-font-name, create-fontset-from-fontset-spec):
10180 Mark ignored arguments.
10181 (fontset-plain-name): Remove unused variables.
10182 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10183 (keyboard-coding-system): Mark ignored arguments.
10184 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10185 * help.el (resize-temp-buffer-window):
10186 * window.el (display-buffer-in-major-side-window)
10187 (display-buffer-in-side-window, display-buffer-in-previous-window):
10188 Remove unused variables.
10189 * isearch.el (isearch-forward-symbol):
10190 * version.el (emacs-bzr-version-bzr):
10191 * international/mule-cmds.el (current-language-environment):
10192 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10193 (x-handle-display):
10194 * term/pc-win.el (x-list-fonts, x-display-planes)
10195 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10196 (x-server-version, x-display-screens, x-display-mm-height)
10197 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10198 (x-selection-owner-p, x-own-selection-internal)
10199 (x-disown-selection-internal, x-get-selection-internal)
10200 (msdos-initialize-window-system):
10201 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10202 * term/x-win.el (x-handle-no-bitmap-icon):
10203 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10204 (vc-default-find-file-hook, vc-default-extra-menu):
10205 Mark ignored arguments.
10206
10207 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10210 break-condition in the context of the debugged code (bug#12685).
10211
10212 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10213
10214 * comint.el:
10215 Do not use an overlay to highlight the last prompt. (Bug#14744)
10216 (comint-mode): Make comint-last-prompt buffer local.
10217 (comint-last-prompt): New variable.
10218 (comint-last-prompt-overlay): Remove. Superseded by
10219 comint-last-prompt.
10220 (comint-snapshot-last-prompt, comint-output-filter):
10221 Use comint-last-prompt.
10222
10223 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10224
10225 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10226 (frameset-save): Check validity of the resulting frameset.
10227
10228 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10229
10230 * ido.el (ido-record-command): Add doc string.
10231
10232 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * frameset.el (frameset): Do not disable creation of the default
10235 frameset-p predicate. Doc fix.
10236 (frameset-valid-p): New function, copied from the old predicate-p.
10237 Add additional checks.
10238 (frameset-restore): Check with frameset-valid-p.
10239 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10240 (frameset-name, frameset-description, frameset-properties)
10241 (frameset-states): Add docstring.
10242 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10243 (frameset-filter-alist): Doc fixes.
10244
10245 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10248
10249 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10252 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10253 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10254 (byte-compile-normal-call): Remove obsolescence check.
10255
10256 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10257
10258 * frameset.el (frameset-restore): Doc fix.
10259
10260 * register.el (frameset-frame-id, frameset-frame-with-id)
10261 (frameset-p, frameset-restore, frameset-save): Declare.
10262 (register-alist): Document framesets.
10263 (frameset-session-filter-alist): Declare.
10264 (frameset-to-register): New function.
10265 (jump-to-register): Implement jumping to framesets. Doc fix.
10266 (describe-register-1): Describe framesets.
10267
10268 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10269
10270 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10271
10272 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10273 Use lexical-binding.
10274
10275 * frameset.el (frameset): Use type vector, not list (incompatible
10276 change). Do not declare a new constructor, use the default one.
10277 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10278 `name' and `description', respectively, and add read-only slot
10279 `timestamp'. Doc fixes.
10280 (frameset-copy, frameset-persistent-filter-alist)
10281 (frameset-filter-alist, frameset-switch-to-gui-p)
10282 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10283 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10284 (frameset-filter-iconified, frameset-keep-original-display-p):
10285 Doc fixes.
10286 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10287 Rename from frameset-filter-(save|restore)-param. All callers changed.
10288 Doc fix.
10289 (frameset-p): Adapt to change to vector and be more thorough.
10290 Change arg name to OBJECT. Doc fix.
10291 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10292 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10293 All callers changed.
10294 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10295 All callers changed.
10296 (frameset--record-minibuffer-relationships): Rename from
10297 frameset--process-minibuffer-frames. All callers changed.
10298 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10299 Use new default constructor (again). Doc fix.
10300 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10301 All callers changed.
10302 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10303 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10304 Doc fix.
10305 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10306 PARAMETERS and WINDOW-STATE, respectively.
10307 (frameset-restore): Add new keyword argument PREDICATE.
10308 Reset frameset--target-display to nil. Doc fix.
10309
10310 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10313 (bat-mode): Use it.
10314 (bat-mode-syntax-table): Mark \n as end-of-comment.
10315 (bat-font-lock-keywords): Remove comment rule.
10316
10317 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10318 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10319
10320 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10321 (byte-compile-callargs-warn): Use `push'.
10322 (byte-compile-arglist-warn): Ignore higher-order "calls".
10323 (byte-compile-file-form-autoload): Use `pcase'.
10324 (byte-compile-function-form): If quoting a symbol, check that it exists.
10325
10326 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10327
10328 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10329 and add a few popular commands found in batch files.
10330 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10331 (dos-mode): Doc fixes.
10332
10333 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10336 (dos-mode): Use setq-local. Add space after "rem".
10337 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10338 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10339
10340 2013-08-07 Arni Magnusson <arnima@hafro.is>
10341
10342 * progmodes/dos.el: New file.
10343 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10344 dos-mode.
10345
10346 2013-08-06 Glenn Morris <rgm@gnu.org>
10347
10348 * calendar/calendar.el: Add new faces, and day-header-array.
10349 (calendar-weekday-header, calendar-weekend-header)
10350 (calendar-month-header): New faces.
10351 (calendar-day-header-construct): New function.
10352 (calendar-day-header-width): Also :set calendar-day-header-array.
10353 (calendar-american-month-header, calendar-european-month-header)
10354 (calendar-iso-month-header): Use calendar- faces.
10355 (calendar-generate-month):
10356 Use calendar-day-header-array for day headers; apply faces to them.
10357 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10358 (calendar-abbrev-construct): Add optional maxlen argument.
10359 (calendar-day-name-array): Doc fix.
10360 (calendar-day-name-array, calendar-abbrev-length)
10361 (calendar-day-abbrev-array):
10362 Also :set calendar-day-header-array, and maybe redraw.
10363 (calendar-day-header-array): New option. (Bug#15007)
10364 (calendar-font-lock-keywords): Set to nil and make obsolete.
10365 (calendar-day-name): Add option to use header array.
10366
10367 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10368
10369 * net/shr.el (shr-render-td): Remove debugging.
10370 (shr-render-td): Make width computation consistent by defaulting
10371 all zero-width columns to 10 characters. This may not be optimal,
10372 but it's at least consistent.
10373 (shr-make-table-1): Redo last change to fix the real problem in
10374 colspan handling.
10375
10376 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10377
10378 * files.el (cache-long-line-scans):
10379 Make obsolete alias to `cache-long-scans'.
10380
10381 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10382
10383 * frameset.el (frameset, frameset-filter-alist)
10384 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10385 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10386 (frameset-compute-pos): Rename from frameset--compute-pos,
10387 and add docstring.
10388 (frameset-move-onscreen): Use frameset-compute-pos.
10389 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10390
10391 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10392 Fix typos in docstrings.
10393
10394 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10395
10396 * frame.el (get-other-frame): Tiny cleanup.
10397
10398 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10399
10400 * vc/vc.el (vc-default-ignore-completion-table):
10401 Silence byte-compiler warning.
10402
10403 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10404 slot, which can indeed be nil.
10405 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10406 Move entry for `left' from persistent to live filter alist.
10407 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10408 Doc fixes.
10409 (frameset-filter-params): When restoring a frame, copy items added to
10410 `filtered', to avoid unwittingly modifying the original parameters.
10411 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10412 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10413
10414 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10415 to use looking-at-p instead of looking-at. (Bug#15028)
10416
10417 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 Revert introduction of isearch-filter-predicates (bug#14714).
10420 Rely on add-function instead.
10421 * isearch.el (isearch-filter-predicates): Rename it back to
10422 isearch-filter-predicate.
10423 (isearch-message-prefix): Use advice-function-mapc and advice
10424 properties to get the isearch-message-prefix.
10425 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10426 instead of run-hook-with-args-until-failure.
10427 (isearch-filter-visible): Not obsolete any more.
10428 * loadup.el: Preload nadvice.
10429 * replace.el (perform-replace): Revert to funcall
10430 instead of run-hook-with-args-until-failure.
10431 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10432 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10433 dired-isearch-filenames-toggle; make it into a proper minor mode.
10434 Use add/remove-function.
10435 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10436 Call the minor-mode rather than add/remove-hook.
10437 (dired-isearch-filter-filenames):
10438 Remove isearch-message-prefix property.
10439 * info.el (Info--search-loop): New function, extracted from Info-search.
10440 Funcall isearch-filter-predicate instead of
10441 run-hook-with-args-until-failure isearch-filter-predicates.
10442 (Info-search): Use it.
10443 (Info-mode): Use isearch-filter-predicate instead of
10444 isearch-filter-predicates.
10445
10446 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10447
10448 Do not call to `selected-window' where it is assumed by default.
10449 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10450 `window-hscroll', `window-width', `window-height', `window-buffer',
10451 `window-frame', `window-start', `window-point', `next-window'
10452 and `window-display-table'.
10453 * abbrev.el (abbrev--default-expand):
10454 * bs.el (bs--show-with-configuration):
10455 * buff-menu.el (Buffer-menu-mouse-select):
10456 * calc/calc.el (calc):
10457 * calendar/calendar.el (calendar-generate-window):
10458 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10459 (diary-make-entry):
10460 * comint.el (send-invisible, comint-dynamic-complete-filename)
10461 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10462 * completion.el (complete):
10463 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10464 * disp-table.el (describe-current-display-table):
10465 * doc-view.el (doc-view-insert-image):
10466 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10467 * ehelp.el (with-electric-help):
10468 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10469 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10470 * emacs-lisp/helper.el (Helper-help-scroller):
10471 * emulation/cua-base.el (cua--post-command-handler-1):
10472 * eshell/esh-mode.el (eshell-output-filter):
10473 * ffap.el (ffap-gnus-wrapper):
10474 * help-macro.el (make-help-screen):
10475 * hilit-chg.el (highlight-compare-buffers):
10476 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10477 * hl-line.el (global-hl-line-highlight):
10478 * icomplete.el (icomplete-simple-completing-p):
10479 * isearch.el (isearch-done):
10480 * jit-lock.el (jit-lock-stealth-fontify):
10481 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10482 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10483 * mpc.el (mpc-tagbrowser, mpc):
10484 * net/rcirc.el (rcirc-any-buffer):
10485 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10486 * play/landmark.el (landmark-max-width, landmark-max-height):
10487 * play/zone.el (zone):
10488 * progmodes/compile.el (compilation-goto-locus):
10489 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10490 * progmodes/etags.el (find-tag-other-window):
10491 * progmodes/fortran.el (fortran-column-ruler):
10492 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10493 * progmodes/verilog-mode.el (verilog-point-text):
10494 * reposition.el (reposition-window):
10495 * rot13.el (toggle-rot13-mode):
10496 * server.el (server-switch-buffer):
10497 * shell.el (shell-dynamic-complete-command)
10498 (shell-dynamic-complete-environment-variable):
10499 * simple.el (insert-buffer, set-selective-display)
10500 (delete-completion-window):
10501 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10502 (speedbar-recenter):
10503 * startup.el (fancy-splash-head):
10504 * textmodes/ispell.el (ispell-command-loop):
10505 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10506 * tutorial.el (help-with-tutorial):
10507 * vc/add-log.el (add-change-log-entry):
10508 * vc/compare-w.el (compare-windows):
10509 * vc/ediff-help.el (ediff-indent-help-message):
10510 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10511 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10512 (ediff-setup-control-frame):
10513 * vc/emerge.el (emerge-position-region):
10514 * vc/pcvs-util.el (cvs-bury-buffer):
10515 * window.el (walk-windows, mouse-autoselect-window-select):
10516 * winner.el (winner-set-conf, winner-undo): Related users changed.
10517
10518 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * frameset.el (frameset--set-id): Doc fix.
10521 (frameset-frame-id, frameset-frame-id-equal-p)
10522 (frameset-locate-frame-id): New functions.
10523 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10524 (frameset-restore): Use them.
10525
10526 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10527
10528 Do not call to `selected-frame' where it is assumed by default.
10529 Affected functions are `raise-frame', `redraw-frame',
10530 `frame-first-window', `frame-terminal' and `delete-frame'.
10531 * calendar/appt.el (appt-disp-window):
10532 * epg.el (epg-wait-for-completion):
10533 * follow.el (follow-delete-other-windows-and-split)
10534 (follow-avoid-tail-recenter):
10535 * international/mule.el (set-terminal-coding-system):
10536 * mail/rmail.el (rmail-mail-return):
10537 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10538 * progmodes/f90.el (f90-add-imenu-menu):
10539 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10540 * server.el (server-switch-buffer):
10541 * simple.el (delete-completion-window):
10542 * talk.el (talk):
10543 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10544 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10545 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10546 * vc/ediff.el (ediff-documentation): Related users changed.
10547 * frame.el (selected-terminal): Remove the leftover.
10548
10549 2013-08-05 Glenn Morris <rgm@gnu.org>
10550
10551 * calendar/calendar.el (calendar-generate-month):
10552 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10553 (calendar-generate-month, calendar-font-lock-keywords):
10554 Fix for calendar-day-header-width > length of any day name.
10555
10556 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10557
10558 * desktop.el (desktop-clear): Use new name of sort predicate.
10559
10560 * frameset.el (frameset): Add docstring. Move :version property to its
10561 own `version' slot.
10562 (frameset-copy): Rename from copy-frameset.
10563 (frameset-p): Check more thoroughly.
10564 (frameset-prop): Do not check for :version, which is no longer a prop.
10565 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10566 Use new :never value instead of t.
10567 (frameset-filter-alist): Expand and clarify docstring.
10568 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10569 (frameset-filter-minibuffer, frameset-filter-save-param)
10570 (frameset-filter-restore-param, frameset-filter-iconified):
10571 Add pointer to docstring of frameset-filter-alist.
10572 (frameset-filter-params): Rename filter values to be more meaningful:
10573 :never instead of t, and reverse the meanings of :save and :restore.
10574 (frameset--process-minibuffer-frames): Clarify error message.
10575 (frameset-save): Avoid unnecessary and confusing call to framep.
10576 Use new BOA constructor for framesets.
10577 (frameset--reuse-list): Doc fix.
10578 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10579 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10580 (frameset-minibufferless-first-p): Doc fix.
10581 Rename from frameset-sort-frames-for-deletion.
10582 (frameset-restore): Doc fixes. Use new function names.
10583 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10584
10585 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10586
10587 * desktop.el (desktop-restore-forces-onscreen)
10588 (desktop-restore-reuses-frames): Document :keyword constant values.
10589 (desktop-filter-parameters-alist): Remove, now identical to
10590 frameset-filter-alist.
10591 (desktop--filter-tty*): Remove, moved to frameset.el.
10592 (desktop-save-frameset, desktop-restore-frameset):
10593 Do not pass :filters argument.
10594
10595 * frameset.el (frameset-live-filter-alist)
10596 (frameset-persistent-filter-alist): New variables.
10597 (frameset-filter-alist): Use them. Add autoload cookie.
10598 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10599 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10600 `frameset--id' (it's supposed to be internal to frameset.el).
10601 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10602 (frameset--initial-params): New function.
10603 (frameset--get-frame): Use it. Doc fix.
10604 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10605 Accept :all, not 'all.
10606 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10607 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10608 with fbound symbols. Fix frame id matching, and remove matching ids if
10609 the frame being restored is deleted. Obey :delete.
10610
10611 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * subr.el (macrop): New function.
10614 (text-clone--maintaining): New var.
10615 (text-clone--maintain): Rename from text-clone-maintain. Use it
10616 instead of inhibit-modification-hooks.
10617
10618 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10619 a proxy, so as handle autoloads and redefinitions of the target.
10620 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10621
10622 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10623 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10624 (pcase--mutually-exclusive-p): New function.
10625 (pcase--split-consp): Use it.
10626 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10627 mutually exclusive with the current predicate.
10628
10629 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10630 (edebug-macrop): Remove. Use `macrop' instead.
10631 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10632 (ad-macro-p):
10633 * eshell/esh-cmd.el (eshell-macrop):
10634 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10635
10636 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10639 (advice-mapc): New function, using it.
10640 (advice-function-member-p): New function.
10641 (advice--normalize): Store the cdr in advice--saved-rewrite since
10642 that's the part that will be changed.
10643 (advice--symbol-function): New function.
10644 (advice-remove): Handle removal before the function is defined.
10645 Adjust to new advice--saved-rewrite.
10646 (advice-member-p): Use advice-function-member-p and
10647 advice--symbol-function.
10648
10649 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10650
10651 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10652 (frameset-filter-minibuffer): Doc fix.
10653 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10654 (frameset--set-id, frameset--process-minibuffer-frames)
10655 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10656 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10657
10658 * desktop.el (desktop-clear): Only delete frames when called
10659 interactively and desktop-restore-frames is non-nil. Doc fix.
10660 (desktop-read): Set desktop-saved-frameset to nil.
10661
10662 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10663
10664 * vc/vc.el (vc-ignore): Rewrite.
10665 (vc-default-ignore-completion-table, vc--read-lines)
10666 (vc--add-line, vc--remove-regexp): New functions.
10667
10668 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10669 (vc-svn-ignore-completion-table): New function.
10670
10671 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10672 (vc-hg-ignore-completion-table)
10673 (vc-hg-find-ignore-file): New functions.
10674
10675 * vc/vc-git.el (vc-git-ignore): Rewrite.
10676 (vc-git-ignore-completion-table)
10677 (vc-git-find-ignore-file): New functions.
10678
10679 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10680
10681 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10682 (vc-bzr-ignore-completion-table)
10683 (vc-bzr-find-ignore-file): New functions.
10684
10685 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * frameset.el (frameset-prop): New function and setter.
10688 (frameset-save): Do not modify frame list passed by the caller.
10689
10690 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10693
10694 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10697 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10698
10699 * custom.el (custom-initialize-default, custom-initialize-set)
10700 (custom-initialize-reset, custom-initialize-changed): Affect the
10701 toplevel-default-value (bug#6275, bug#14586).
10702 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10703 for bug#6275.
10704
10705 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10706
10707 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10708 Add cl-def* expressions.
10709
10710 * frameset.el (frameset-filter-params): Fix order of arguments.
10711
10712 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10713
10714 Move code related to saving frames to frameset.el.
10715 * desktop.el: Require frameset.
10716 (desktop-restore-frames): Doc fix.
10717 (desktop-restore-reuses-frames): Rename from
10718 desktop-restoring-reuses-frames.
10719 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10720 (desktop-clear): Clear frames too.
10721 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10722 (desktop--filter-tty*, desktop-save, desktop-read):
10723 Use frameset functions.
10724 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10725 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10726 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10727 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10728 (desktop--process-minibuffer-frames, desktop-save-frames)
10729 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10730 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10731 (desktop--sort-states, desktop-restoring-frames-p)
10732 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10733 (desktop-restoring-frameset-p, desktop-restore-frameset)
10734 (desktop--check-dont-save, desktop-save-frameset): New functions.
10735 (desktop--app-id): New constant.
10736 (desktop-first-buffer, desktop-buffer-ok-count)
10737 (desktop-buffer-fail-count): Move before first use.
10738 * frameset.el: New file.
10739
10740 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * files.el: Use lexical-binding.
10743 (dir-locals-read-from-file): Remove unused `err' variable.
10744 (hack-dir-local-variables--warned-coding): New var.
10745 (hack-dir-local-variables): Use it to avoid repeated warnings.
10746 (make-backup-file-name--default-function): New function.
10747 (make-backup-file-name-function): Use it as default.
10748 (buffer-stale--default-function): New function.
10749 (buffer-stale-function): Use it as default.
10750 (revert-buffer-insert-file-contents--default-function): New function.
10751 (revert-buffer-insert-file-contents-function): Use it as default.
10752 (insert-directory): Avoid add-to-list.
10753
10754 * autorevert.el (auto-revert-handler): Simplify.
10755 Use buffer-stale--default-function.
10756
10757 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10758
10759 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10760
10761 * whitespace.el (whitespace-ensure-local-variables): New function.
10762 (whitespace-cleanup-region): Call it.
10763 (whitespace-turn-on): Call it.
10764
10765 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10766
10767 Complete file name handlers.
10768
10769 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10770 (tramp-handle-verify-visited-file-modtime)
10771 (tramp-handle-file-notify-rm-watch): New functions.
10772 (tramp-call-process): Do not bind `default-directory'.
10773
10774 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10775 Order alphabetically.
10776 <access-file, add-name-to-file, dired-call-process>:
10777 <dired-compress-file, file-acl, file-notify-rm-watch>:
10778 <file-ownership-preserved-p, file-selinux-context>:
10779 <make-directory-internal, make-symbolic-link, set-file-acl>:
10780 <set-file-selinux-context, set-visited-file-modtime>:
10781 <verify-visited-file-modtime>: Add handler.
10782 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10783
10784 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10785 <file-notify-add-watch, file-notify-rm-watch>:
10786 <set-file-times, set-visited-file-modtime>:
10787 <verify-visited-file-modtime>: Add handler.
10788 (with-tramp-gvfs-error-message)
10789 (tramp-gvfs-handle-set-visited-file-modtime)
10790 (tramp-gvfs-fuse-file-name): Remove.
10791 (tramp-gvfs-handle-file-notify-add-watch)
10792 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10793 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10794
10795 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10796 Order alphabetically.
10797 <file-notify-rm-watch>: Use default Tramp handler.
10798 <executable-find>: Remove private handler.
10799 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10800 `default-directory'.
10801 (tramp-sh-handle-executable-find)
10802 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10803 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10804 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10805 Do not use `format' in `tramp-message'.
10806
10807 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10808 <file-notify-rm-watch, set-visited-file-modtime>:
10809 <verify-visited-file-modtime>: Add handler.
10810 (tramp-smb-call-winexe): Do not bind `default-directory'.
10811
10812 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10813
10814 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10815
10816 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10817
10818 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10819 use it.
10820 (log-view-diff-changeset): Same.
10821 (log-view-diff-common): Call backend command `previous-revision'
10822 to find out the previous revision, in both cases. Swap the
10823 variables `to' and `fr', so that `fr' usually refers to the
10824 earlier revision (Bug#14989).
10825
10826 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10827
10828 * ibuf-ext.el (ibuffer-filter-by-filename):
10829 Make it work with dired buffers too.
10830
10831 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10832
10833 * emacs-lisp/re-builder.el (reb-color-display-p):
10834 * files.el (save-buffers-kill-terminal):
10835 * net/browse-url.el (browse-url):
10836 * server.el (server-save-buffers-kill-terminal):
10837 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10838 Prefer nil to selected-frame for the first arg of frame-parameter.
10839
10840 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10841
10842 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10843
10844 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10845
10846 * minibuffer.el (completion--twq-all): Try and preserve each
10847 completion's case choice (bug#14907).
10848
10849 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * net/network-stream.el (open-network-stream): Mention the new
10852 :nogreeting parameter.
10853 (network-stream-open-starttls): Use the :nogreeting parameter
10854 (bug#14938).
10855
10856 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10857
10858 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10859 more natural than popping.
10860
10861 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10862 (shr-urlify): Highlight under mouse.
10863
10864 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10865
10866 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10867
10868 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10869
10870 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10871 buffer for output.
10872
10873 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10874 point-min==1. Fix search string. Fix parentheses missing.
10875
10876 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10877 assume point-min==1. Fix search string. Fix parentheses missing.
10878
10879 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10880
10881 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10882 buffer for output.
10883
10884 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10885
10886 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10887 initial frame is minibuffer-less. (Bug#14841)
10888
10889 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10890
10891 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10892 option.
10893
10894 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10895 (tramp-maybe-open-connection): Use it.
10896
10897 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10898
10899 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10900 minimal set of parameters passed when creating a frame, because
10901 the minibuffer status of a frame cannot be changed later.
10902
10903 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10904
10905 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10906 replace-regexp-in-string and inadvertent omissions in previous change.
10907 (todo-filter-items): Ensure only file names are comma-separated in
10908 name of filtered items buffer.
10909
10910 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10911
10912 * desktop.el: Optionally force offscreen frames back onscreen.
10913 (desktop-restoring-reuses-frames): New option.
10914 (desktop--compute-pos, desktop--move-onscreen): New functions.
10915 (desktop--make-frame): Use desktop--move-onscreen.
10916
10917 2013-07-27 Alan Mackenzie <acm@muc.de>
10918
10919 Fontify a Java generic method as a function.
10920 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10921 value to t.
10922
10923 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10924
10925 * calendar/todo-mode.el: Add command to rename todo files.
10926 (todo-rename-file): New command.
10927 (todo-key-bindings-t): Add key binding for it. Change the
10928 bindings of todo-filter-regexp-items(-multifile) to use `x'
10929 instead of `r', since the latter is better suited to the new
10930 renaming command.
10931
10932 2013-07-27 Alan Mackenzie <acm@muc.de>
10933
10934 Make Java try-with-resources statement parse properly.
10935 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10936 (c-block-stmt-1-2-key): New language constants/variables.
10937 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10938 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10939 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10940 with c-block-stmt-1-2-key.
10941
10942 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10943
10944 * desktop.el (desktop--make-frame): Apply most frame parameters after
10945 creating the frame to force (partially or totally) offscreen frames to
10946 be restored as such.
10947
10948 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10949
10950 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10951 (Bug#14948)
10952
10953 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10956 `base' arg of backtrace-frame.
10957
10958 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10959
10960 * simple.el (list-processes): Doc fix.
10961
10962 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10963
10964 * desktop.el (desktop--select-frame):
10965 Try harder to reuse existing frames.
10966
10967 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10970 (edebug-eval): Use backtrace-eval.
10971 (edebug--display, edebug--recursive-edit): Don't let-bind the
10972 edebug-outer-* vars that keep track of variables we locally let-bind.
10973 (edebug-outside-excursion): Don't restore outside values of locally
10974 let-bound vars.
10975 (edebug--display): Use user-error.
10976 (cl-lexical-debug, cl-debug-env): Remove.
10977
10978 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10979
10980 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10981 are restored to be sure that they are visible before deleting any
10982 remaining ones.
10983
10984 2013-07-26 Matthias Meulien <orontee@gmail.com>
10985
10986 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10987 vc-print-root-log. (Bug#14948)
10988
10989 2013-07-26 Richard Stallman <rms@gnu.org>
10990
10991 Add aliases for encrypting mail.
10992 * epa.el (epa-mail-aliases): New option.
10993 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10994 Bind inhibit-read-only so read-only text doesn't ruin everything.
10995 (epa-mail-default-recipients): New subroutine broken out.
10996 Handle epa-mail-aliases.
10997
10998 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10999
11000 Add support for lexical variables to the debugger's `e' command.
11001 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11002 vars, except for debugger-outer-match-data.
11003 (debugger-frame-number): Move check for "on a function call" from
11004 callers into it. Add `skip-base' argument.
11005 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11006 (debugger-env-macro): Only reset the state stored in non-variables,
11007 i.e. current-buffer and match-data.
11008 (debugger-eval-expression): Rewrite using backtrace-eval.
11009 * subr.el (internal--called-interactively-p--get-frame): Remove.
11010 (called-interactively-p):
11011 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11012 `base' arg of backtrace-frame instead.
11013
11014 2013-07-26 Glenn Morris <rgm@gnu.org>
11015
11016 * align.el (align-regexp): Doc fix. (Bug#14857)
11017 (align-region): Explicit error if subexpression missing/does not match.
11018
11019 * simple.el (global-visual-line-mode):
11020 Do not duplicate the mode lighter. (Bug#14858)
11021
11022 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11023
11024 * window.el (display-buffer): In display-buffer bind
11025 split-window-keep-point to t, bug#14829.
11026
11027 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11028
11029 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11030 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11031 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11032 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11033 Change accordingly.
11034 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11035 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11036
11037 2013-07-25 Glenn Morris <rgm@gnu.org>
11038
11039 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11040
11041 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11042
11043 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11044 parameter to modify-frame-parameters if the value has not changed;
11045 this is a workaround for bug#14949.
11046 (desktop--make-frame): On cl-delete-if call, check parameter name,
11047 not full parameter.
11048
11049 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11050
11051 * vc/vc.el (vc-ignore): New function.
11052
11053 * vc/vc-svn.el (vc-svn-ignore): New function.
11054
11055 * vc/vc-hg.el (vc-hg-ignore): New function.
11056
11057 * vc/vc-git.el (vc-git-ignore): New function.
11058
11059 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11060 (vc-dir-ignore): New function.
11061
11062 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11063 (cvs-append-to-ignore): Move here from pcvs.el.
11064
11065 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11066
11067 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11068
11069 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11070
11071 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11072 (desktop-restore-frames): Warn when deleting an existing frame failed.
11073
11074 2013-07-24 Glenn Morris <rgm@gnu.org>
11075
11076 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11077
11078 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11079
11080 * filenotify.el (file-notify-supported-p):
11081 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11082 Remove functions.
11083
11084 * autorevert.el (auto-revert-use-notify)
11085 (auto-revert-notify-add-watch):
11086 * net/tramp.el (tramp-file-name-for-operation):
11087 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11088 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11089 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11090 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11091 Remove `file-notify-supported-p' entry.
11092
11093 2013-07-24 Glenn Morris <rgm@gnu.org>
11094
11095 * printing.el: Replace all uses of deleted ps-windows-system,
11096 ps-lp-system, ps-flatten-list with lpr- versions.
11097
11098 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11101 checked with memq (bug#14935).
11102
11103 * files.el (revert-buffer-function): Use a non-nil default.
11104 (revert-buffer-preserve-modes): Declare var to
11105 provide access to the `preserve-modes' argument.
11106 (revert-buffer): Let-bind it.
11107 (revert-buffer--default): New function, extracted from revert-buffer.
11108
11109 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * lpr.el: Signal print errors more prominently.
11112 (print-region-function): Don't default to nil.
11113 (lpr-print-region): New function, extracted from print-region-1.
11114 Check lpr's return value and signal an error in case of problem.
11115 (print-region-1): Use it.
11116 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11117 versions instead.
11118 (ps-printer-name): Default to nil.
11119 (ps-printer-name-option): Default to lpr-printer-switch.
11120 (ps-print-region-function): Don't default to nil.
11121 (ps-postscript-code-directory): Simplify default.
11122 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11123 (ps-string-list, ps-eval-switch, ps-flatten-list)
11124 (ps-flatten-list-1): Remove.
11125 (ps-multibyte-buffer): Avoid setq.
11126 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11127 (print-region-function, ps-print-region-function): Don't set them here.
11128
11129 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11130
11131 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11132 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11133 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11134 (ido-decorations): Doc fix.
11135
11136 * ansi-color.el: Fix old URL.
11137
11138 2013-07-23 Michael R. Mauger <michael@mauger.com>
11139
11140 * progmodes/sql.el: Version 3.3
11141 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11142 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11143 (sql-interactive-remove-continuation-prompt): Rewrite, use
11144 functions above. Fix continuation prompt and complete output line
11145 handling.
11146 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11147 redirected output buffer.
11148 (sql-mode): Restore deleted code (Bug#13591).
11149
11150 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11151
11152 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11153
11154 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11155
11156 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11157
11158 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11159 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11160 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11161
11162 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11163
11164 * desktop.el (desktop-clear): Simplify; remove useless checks
11165 against invalid buffer names.
11166 (desktop-list*): Use cl-list*.
11167 (desktop-buffer-info, desktop-create-buffer): Simplify.
11168
11169 2013-07-23 Leo Liu <sdl.web@gmail.com>
11170
11171 * bookmark.el (bookmark-make-record): Restore NAME as a default
11172 value. (Bug#14933)
11173
11174 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11177 extracted from autoload--insert-text.
11178 (autoload--insert-text): Remove.
11179 (autoload--print-cookie-text): New function, extracted from
11180 autoload--insert-cookie-text.
11181 (autoload--insert-cookie-text): Remove.
11182 (autoload-generate-file-autoloads): Adjust calls accordingly.
11183
11184 * winner.el (winner-hook-installed-p): Remove.
11185 (winner-mode): Simplify accordingly.
11186
11187 * subr.el (add-to-list): Fix compiler-macro when `append' is
11188 not constant. Don't use `cl-member' for the base case.
11189
11190 * progmodes/subword.el: Fix boundary case (bug#13758).
11191 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11192 own group.
11193 (subword-backward-regexp): Make it a constant.
11194 (subword-forward-internal): Don't treat a trailing capital as the
11195 beginning of a word.
11196
11197 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11198
11199 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11200 global value of tabulated-list-revert-hook (bug#14930).
11201
11202 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11203
11204 * desktop.el: Require 'cl-lib.
11205 (desktop-before-saving-frames-functions): New hook.
11206 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11207 for frames being saved. Rename from desktop--save-minibuffer-frames.
11208 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11209 Do not save frames with non-nil `desktop-dont-save' parameter.
11210 Filter out deleted frames.
11211 (desktop--find-frame): Use cl-find-if.
11212 (desktop--select-frame): Use cl-(first|second|third) to access values
11213 of desktop-mini.
11214 (desktop--make-frame): Use cl-delete-if.
11215 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11216 (desktop-restore-frames): Use cl-(first|second|third) to access values
11217 of desktop-mini. Look for visible frame at the end, not while
11218 restoring frames.
11219
11220 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11221 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11222 Use string-match-p, looking-at-p (bug#14927).
11223
11224 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11225
11226 * desktop.el (desktop-saved-frame-states):
11227 Rename from desktop--saved-states; all users changed.
11228 (desktop-save-frames): Rename from desktop--save-frames.
11229 Do not save state to desktop file.
11230 (desktop-save): Save desktop-saved-frame-states to desktop file
11231 and reset to nil.
11232 (desktop-restoring-frames-p): New function.
11233 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11234 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11235 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11236
11237 * desktop.el: Correctly restore iconified frames.
11238 (desktop--filter-iconified-position): New function.
11239 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11240
11241 2013-07-20 Glenn Morris <rgm@gnu.org>
11242
11243 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11244 Let `message' do the formatting.
11245 (def-gdb-preempt-display-buffer): Add explicit format.
11246
11247 * image-dired.el (image-dired-track-original-file):
11248 Use with-current-buffer.
11249 (image-dired-track-thumbnail): Use with-current-buffer.
11250 Avoid changing point of wrong window.
11251
11252 * image-dired.el (image-dired-track-original-file):
11253 Avoid changing point of wrong window. (Bug#14909)
11254
11255 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11256
11257 * progmodes/gdb-mi.el (gdb-done-or-error):
11258 Guard against "%" in gdb output. (Bug#14127)
11259
11260 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11261
11262 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11263 (Bug#14826)
11264
11265 * international/mule.el (coding-system-iso-2022-flags): Fix last
11266 change.
11267
11268 2013-07-20 Kenichi Handa <handa@gnu.org>
11269
11270 * international/mule.el (coding-system-iso-2022-flags):
11271 Add `8-bit-level-4'. (Bug#8522)
11272
11273 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11274
11275 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11276 (bug#14815).
11277
11278 * net/eww.el (eww-process-text-input): Allow inputting when the
11279 point is at the start of the line, as the properties aren't
11280 front-sticky.
11281
11282 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11283 degenerate widths.
11284
11285 2013-07-19 Richard Stallman <rms@gnu.org>
11286
11287 * epa.el (epa-popup-info-window): Doc fix.
11288
11289 * subr.el (split-string): New arg TRIM.
11290
11291 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11292
11293 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11294 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11295
11296 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11297
11298 * filenotify.el (file-notify--library): Rename from
11299 `file-notify-support'. Do not autoload. Adapt all uses.
11300 (file-notify-supported-p): New defun.
11301
11302 * autorevert.el (auto-revert-use-notify):
11303 Use `file-notify-supported-p' instead of `file-notify-support'.
11304 Adapt docstring.
11305 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11306
11307 * net/tramp.el (tramp-file-name-for-operation):
11308 Add `file-notify-supported-p'.
11309
11310 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11311 New defun.
11312 (tramp-sh-file-name-handler-alist): Add it as handler for
11313 `file-notify-supported-p '.
11314
11315 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11316 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11317 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11318 Add `ignore' as handler for `file-notify-*' functions.
11319
11320 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11321
11322 * simple.el (line-move-partial, line-move): Don't start vscroll or
11323 scroll-up if the current line is not taller than the window.
11324 (Bug#14881)
11325
11326 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11327
11328 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11329 highlight question marks in the method names as strings.
11330 (ruby-block-beg-keywords): Inline.
11331 (ruby-font-lock-keyword-beg-re): Extract from
11332 `ruby-font-lock-keywords'.
11333
11334 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11335
11336 * frame.el (blink-cursor-blinks): New defcustom.
11337 (blink-cursor-blinks-done): New defvar.
11338 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11339 (blink-cursor-timer-function): Check if number of blinks has been
11340 done on X and NS.
11341 (blink-cursor-suspend, blink-cursor-check): New defuns.
11342
11343 2013-07-15 Glenn Morris <rgm@gnu.org>
11344
11345 * edmacro.el (edmacro-format-keys): Fix previous change.
11346
11347 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11348
11349 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11350 The hack didn't work outside English locales anyway.
11351
11352 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11353
11354 * simple.el (define-alternatives): Rename from alternatives-define,
11355 per RMS' suggestion.
11356
11357 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11358
11359 * desktop.el (desktop-restore-frames): Change default to t.
11360 (desktop-restore-in-current-display): Now offer more options.
11361 (desktop-restoring-reuses-frames): New customization option.
11362 (desktop--saved-states): Doc fix.
11363 (desktop-filter-parameters-alist): New variable, renamed and expanded
11364 from desktop--excluded-frame-parameters.
11365 (desktop--target-display): New variable.
11366 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11367 (desktop--filter-tty*, desktop--filter-*-color)
11368 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11369 (desktop--filter-save-desktop-parm)
11370 (desktop-restore-in-original-display-p): New functions.
11371 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11372 (desktop--save-minibuffer-frames): New function, inspired by a similar
11373 function from Martin Rudalics.
11374 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11375 (desktop--restore-in-this-display-p): Remove.
11376 (desktop--find-frame): Rename from desktop--find-frame-in-display
11377 and add predicate argument.
11378 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11379 (desktop--reuse-list): New variable.
11380 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11381 New functions.
11382 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11383
11384 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11385
11386 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11387
11388 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11389
11390 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11391 Highlight conversion methods on Kernel.
11392
11393 2013-07-13 Alan Mackenzie <acm@muc.de>
11394
11395 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11396 and comment it out. This out-commenting enables certain C++
11397 declarations to be parsed correctly.
11398
11399 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11400
11401 * international/mule.el (define-coding-system): Doc fix.
11402
11403 * simple.el (default-font-height): Don't call font-info if the
11404 frame's default font didn't change since the frame was created.
11405 (Bug#14838)
11406
11407 2013-07-13 Leo Liu <sdl.web@gmail.com>
11408
11409 * ido.el (ido-read-file-name): Guard against non-symbol value.
11410
11411 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11412
11413 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11414 in nested defuns.
11415
11416 2013-07-13 Leo Liu <sdl.web@gmail.com>
11417
11418 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11419 ido-set-matches call. (Bug#6852)
11420
11421 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11422
11423 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11424 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11425 Ruby 2.0.
11426 (ruby-font-lock-keywords): Distinguish calls to functions with
11427 module-like names from module references. Highlight character
11428 literals.
11429
11430 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11431
11432 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11433 (gdb-send): Handle continued commands. (Bug#14847)
11434
11435 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * desktop.el (desktop--v2s): Remove unused local variable.
11438 (desktop-save-buffer): Make defvar-local; adjust docstring.
11439 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11440 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11441
11442 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11443
11444 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11445
11446 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11447
11448 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11449 (Bug#14842)
11450
11451 2013-07-12 Glenn Morris <rgm@gnu.org>
11452
11453 * doc-view.el: Require cl-lib at runtime too.
11454 (doc-view-remove-if): Remove.
11455 (doc-view-search-next-match, doc-view-search-previous-match):
11456 Use cl-remove-if.
11457
11458 * edmacro.el: Require cl-lib at runtime too.
11459 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11460 (edmacro-mismatch, edmacro-subseq): Remove.
11461
11462 * shadowfile.el: Require cl-lib.
11463 (shadow-remove-if): Remove.
11464 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11465 Use cl-remove-if.
11466
11467 * wid-edit.el: Require cl-lib.
11468 (widget-choose): Use cl-remove-if.
11469 (widget-remove-if): Remove.
11470
11471 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11472 (ebrowse-delete-if-not): Remove.
11473 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11474 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11475 Use cl-delete-if-not.
11476
11477 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11478
11479 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11480 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11481
11482 2013-07-12 Leo Liu <sdl.web@gmail.com>
11483
11484 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11485
11486 2013-07-11 Glenn Morris <rgm@gnu.org>
11487
11488 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11489 (edebug-gensym-index, edebug-gensym):
11490 Remove reimplementation of cl-gensym.
11491 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11492
11493 * thumbs.el: Require cl-lib at run-time too.
11494 (thumbs-gensym-counter, thumbs-gensym):
11495 Remove reimplementation of cl-gensym.
11496 (thumbs-temp-file): Use cl-gensym.
11497
11498 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11499 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11500 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11501 (ert--union, ert--gensym-counter, ert--gensym-counter)
11502 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11503 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11504 (ert-make-test-unbound, ert--expand-should-1)
11505 (ert--expand-should, ert--should-error-handle-error)
11506 (should-error, ert--explain-equal-rec)
11507 (ert--plist-difference-explanation, ert-select-tests)
11508 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11509 Use cl-lib functions rather than reimplementations.
11510
11511 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * net/tramp.el (tramp-methods): Extend docstring.
11514 (tramp-connection-timeout): New defcustom.
11515 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11516 (with-tramp-progress-reporter): Simplify.
11517 (tramp-process-actions): Improve messages.
11518
11519 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11520 * net/tramp-sh.el (tramp-maybe-open-connection):
11521 Use `tramp-connection-timeout'.
11522 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11523 (Bug#14808)
11524
11525 2013-07-11 Leo Liu <sdl.web@gmail.com>
11526
11527 * ido.el (ido-read-file-name): Conform to the requirements of
11528 read-file-name. (Bug#11861)
11529 (ido-read-directory-name): Conform to the requirements of
11530 read-directory-name.
11531
11532 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11533
11534 * subr.el (delay-warning): New function.
11535
11536 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11537
11538 * simple.el (default-line-height): New function.
11539 (line-move-partial, line-move): Use it instead of computing the
11540 line height inline.
11541 (line-move-partial): Always compute ROWH. If the last line is
11542 partially-visible, but its text is completely visible, allow
11543 cursor to enter such a partially-visible line.
11544
11545 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11546
11547 Improve error messages. (Bug#14808)
11548
11549 * net/tramp.el (tramp-current-connection): New defvar, moved from
11550 tramp-sh.el.
11551 (tramp-message-show-progress-reporter-message): Remove, not
11552 needed anymore.
11553 (tramp-error-with-buffer): Show message in minibuffer.
11554 Discard input before waiting. Reset connection timestamp.
11555 (with-tramp-progress-reporter): Improve messages.
11556 (tramp-process-actions): Use progress reporter. Delete process in
11557 case of error. Improve messages.
11558
11559 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11560 Call `tramp-error-with-buffer' with vector and buffer.
11561 (tramp-current-connection): Remove.
11562 (tramp-maybe-open-connection): The car of
11563 `tramp-current-connection' are the first 3 slots of the vector.
11564
11565 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11566
11567 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11568 inside continued strings.
11569
11570 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11571
11572 Timestamp fixes for undo (Bug#14824).
11573 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11574
11575 2013-07-10 Leo Liu <sdl.web@gmail.com>
11576
11577 * files.el (require-final-newline): Allow safe local value.
11578 (Bug#14834)
11579
11580 2013-07-09 Leo Liu <sdl.web@gmail.com>
11581
11582 * ido.el (ido-read-directory-name): Handle fallback.
11583 (ido-read-file-name): Update DIR to ido-current-directory.
11584 (Bug#1516)
11585 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11586
11587 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11588
11589 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11590 "autoload". Remove "warn lower camel case" section, previously
11591 commented out. Highlight negation char. Do not highlight the
11592 target in singleton method definitions.
11593
11594 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * faces.el (tty-setup-hook): Declare the hook.
11597
11598 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11599 and detect when a guard/pred depends on local vars (bug#14773).
11600 (pcase--u1): Adjust caller.
11601
11602 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11603
11604 * simple.el (line-move-partial, line-move): Account for
11605 line-spacing.
11606 (line-move-partial): Avoid setting vscroll when the last
11607 partially-visible line in window is of default height.
11608
11609 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11610
11611 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11612 been used a while.
11613
11614 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11615
11616 * subr.el (read-quoted-char): Remove unused local variable `char'.
11617
11618 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11619
11620 * vc/ediff.el (ediff-version): Version update.
11621 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11622 (ediff-merge-with-ancestor-command, ediff-directories-command)
11623 (ediff-directories3-command, ediff-merge-directories-command)
11624 (ediff-merge-directories-with-ancestor-command): New functions.
11625 All are command-line interfaces to ediff: to facilitate calling
11626 Emacs with the appropriate ediff functions invoked.
11627
11628 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11629 New function.
11630 (viper-save-kill-buffer): Check if buffer is modified.
11631
11632 * emulation/viper.el (viper-version): Version update.
11633 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11634
11635 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11638 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11639 (viper-intercept-ESC-key): Simplify.
11640 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11641 don't use kbd.
11642 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11643 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11644 (viper-setup-ESC-to-escape): New functions.
11645 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11646 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11647
11648 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11649
11650 * simple.el (default-font-height, window-screen-lines):
11651 New functions.
11652 (line-move, line-move-partial): Use them instead of
11653 frame-char-height and window-text-height. This makes scrolling
11654 text smoother when the buffer's default face uses a font that is
11655 different from the frame's default font.
11656
11657 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11658
11659 * files.el (write-file): Do not display confirm dialog for NS,
11660 it does its own dialog, which can't be canceled (Bug#14578).
11661
11662 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11663
11664 * simple.el (line-move-partial): Adjust the row returned by
11665 posn-at-point for the current window-vscroll. (Bug#14567)
11666
11667 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11668
11669 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11670 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11671 spaces.
11672
11673 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11674
11675 * window.el (window-state-put-stale-windows): New variable.
11676 (window--state-put-2): Save list of windows without matching buffer.
11677 (window-state-put): Remove "bufferless" windows if possible.
11678
11679 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11680
11681 * simple.el (alternatives-define): Remove leftover :group keyword.
11682 Tweak docstring.
11683
11684 2013-07-06 Leo Liu <sdl.web@gmail.com>
11685
11686 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11687 (ido-enable-virtual-buffers): New variable.
11688 (ido-buffer-internal, ido-toggle-virtual-buffers)
11689 (ido-make-buffer-list): Use it.
11690 (ido-exhibit): Support turning on and off virtual buffers
11691 automatically.
11692
11693 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * simple.el (alternatives-define): New macro.
11696
11697 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * subr.el (read-quoted-char): Use read-key.
11700 (sit-for): Let read-event decode tty input (bug#14782).
11701
11702 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11703
11704 * calendar/todo-mode.el: Add handling of file deletion, both by
11705 mode command and externally. Fix various related bugs.
11706 Clarify Commentary and improve some documentation strings and code.
11707 (todo-delete-file): New command.
11708 (todo-check-file): New function.
11709 (todo-show): Handle external deletion of the file we're trying to
11710 show (bug#14688). Replace called-interactively-p by an optional
11711 prefix argument to avoid problematic interaction with catch form
11712 when byte compiled (bug#14702).
11713 (todo-quit): Handle external deletion of the archive's todo file.
11714 Make sure the buffer that was visiting the archive file is still
11715 live before trying to bury it.
11716 (todo-category-completions): Handle external deletion of any
11717 category completion files.
11718 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11719 of todo files, in case of external deletion.
11720 (todo-add-file): Replace unnecessary setq by let-binding.
11721 (todo-find-archive): Check whether there are any archives.
11722 Replace unnecessary setq by let-binding.
11723 (todo-archive-done-item): Use find-file-noselect to get the
11724 archive buffer whether or not the archive already exists.
11725 Remove superfluous code. Use file size instead of buffer-file-name to
11726 check if the archive is new; if it is, update list of archives.
11727 (todo-default-todo-file): Allow nil to be a valid value for when
11728 there are no todo files.
11729 (todo-reevaluate-default-file-defcustom): Use corrected definition
11730 of todo-default-todo-file.
11731 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11732 (todo-delete-category, todo-show-categories-table)
11733 (todo-category-number): Clarify comment.
11734 (todo-filter-items): Clarify documentation string.
11735 (todo-show-current-file, todo-display-as-todo-file)
11736 (todo-reset-and-enable-done-separator): Tweak documentation string.
11737 (todo-done-separator): Make separator length window-width, since
11738 bug#2749 is now fixed.
11739
11740 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11741
11742 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11743 Support both "gvfs-monitor-dir" and "inotifywait".
11744 (tramp-sh-file-inotifywait-process-filter): Rename from
11745 `tramp-sh-file-notify-process-filter'.
11746 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11747 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11748
11749 2013-07-05 Leo Liu <sdl.web@gmail.com>
11750
11751 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11752
11753 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11754
11755 * frame.el (display-pixel-height, display-pixel-width)
11756 (display-mm-height, display-mm-width): Mention behavior on
11757 multi-monitor setups in docstrings.
11758 (w32-display-monitor-attributes-list): Declare function.
11759 (display-monitor-attributes-list): Use it.
11760
11761 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11762
11763 * filenotify.el: New package.
11764
11765 * autorevert.el (top): Require filenotify.el.
11766 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11767 instead.
11768 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11769 (auto-revert-notify-handler): Use `file-notify-*' functions.
11770
11771 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11772
11773 * net/tramp.el (tramp-file-name-for-operation):
11774 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11775
11776 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11777 for `file-notify-add-watch' and `file-notify-rm-watch'.
11778 (tramp-process-sentinel): Improve trace.
11779 (tramp-sh-handle-file-notify-add-watch)
11780 (tramp-sh-file-notify-process-filter)
11781 (tramp-sh-handle-file-notify-rm-watch)
11782 (tramp-get-remote-inotifywait): New defuns.
11783
11784 2013-07-03 Juri Linkov <juri@jurta.org>
11785
11786 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11787 call of `occur-read-primary-args' to interactive spec.
11788
11789 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11790 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11791
11792 2013-07-03 Matthias Meulien <orontee@gmail.com>
11793
11794 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11795 `Buffer-menu-multi-occur'. Add it to the menu.
11796 (Buffer-menu-mode): Document it in docstring.
11797 (Buffer-menu-multi-occur): New command. (Bug#14673)
11798
11799 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11800
11801 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11802 keywords and built-ins.
11803
11804 2013-07-03 Glenn Morris <rgm@gnu.org>
11805
11806 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11807
11808 Make info-xref checks case-sensitive by default
11809 * info.el (Info-find-node, Info-find-in-tag-table)
11810 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11811 Add option for exact case matching of nodes.
11812 * info-xref.el (info-xref): New custom group.
11813 (info-xref-case-fold): New option.
11814 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11815
11816 2013-07-03 Leo Liu <sdl.web@gmail.com>
11817
11818 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11819
11820 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11821
11822 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11823 middle of block statement initially, lower the depth. Remove
11824 FIXME comment, not longer valid. Remove middle of block statement
11825 detection, no need to do that anymore since we've been using
11826 `ruby-parse-region' here.
11827
11828 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11829
11830 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11831
11832 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11833
11834 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11835
11836 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11837
11838 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11839 (desktop-restore-in-current-display): New customization option.
11840 (desktop--excluded-frame-parameters): Add `font'.
11841 (desktop--save-frames): Rename from desktop--save-windows.
11842 (desktop--restore-in-this-display-p): New function.
11843 (desktop--make-full-frame): Remove unwanted width/height from
11844 full(width|height) frames.
11845 (desktop--restore-frames): Rename from desktop--restore-windows.
11846 Obey desktop-restore-current-display. Do not delete old frames or
11847 select a new frame unless we were able to restore at least one frame.
11848
11849 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11850
11851 * files.el (find-file-noselect): Simplify conditional expression.
11852
11853 * textmodes/remember.el (remember-append-to-file):
11854 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11855
11856 Add `remember-notes' function to store random notes across Emacs
11857 restarts.
11858 * textmodes/remember.el (remember-data-file): Add :set callback to
11859 affect notes buffer (if any).
11860 (remember-notes): New command.
11861 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11862 New defcustoms for the `remember-notes' function.
11863 (remember-notes-save-and-bury-buffer): New command.
11864 (remember-notes-mode-map): New variable.
11865 (remember-mode): New minor mode.
11866 (remember-notes--kill-buffer-query): New function.
11867 * startup.el (initial-buffer-choice): Add notes to custom type.
11868
11869 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11870
11871 * bindings.el (right-char, left-char): Don't call sit-for, this is
11872 no longer needed. Use arithmetic comparison only for numerical
11873 arguments.
11874
11875 * international/mule-cmds.el (select-safe-coding-system):
11876 Handle the case of FROM being a string correctly. (Bug#14755)
11877
11878 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11879
11880 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11881 progression on degenerate tables.
11882 (shr-rescale-image): ImageMagick animated images currently don't work.
11883
11884 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11885
11886 Some fixes and improvements for desktop frame restoration.
11887 It is still experimental and disabled by default.
11888 * desktop.el (desktop--save-windows): Put the selected frame at
11889 the head of the list.
11890 (desktop--make-full-frame): New function.
11891 (desktop--restore-windows): Try to re-select the frame that was
11892 selected upon saving. Do not abort if some frames fail to restore,
11893 just show an error message and continue. Set up maximized frames
11894 so they have default non-maximized dimensions.
11895
11896 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11897
11898 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11899 Don't start heredoc inside a string or comment.
11900
11901 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11902
11903 * bindings.el (visual-order-cursor-movement): New defcustom.
11904 (right-char, left-char): Provide visual-order cursor motion by
11905 calling move-point-visually. Update the doc strings.
11906
11907 2013-06-28 Kenichi Handa <handa@gnu.org>
11908
11909 * international/mule.el (define-coding-system): New coding system
11910 properties :inhibit-null-byte-detection,
11911 :inhibit-iso-escape-detection, and :prefer-utf-8.
11912 (set-buffer-file-coding-system): If :charset-list property of
11913 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11914 appropriate for setting.
11915
11916 * international/mule-cmds.el (select-safe-coding-system):
11917 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11918 multibyte characters, return utf-8 (or one of its siblings).
11919
11920 * international/mule-conf.el (prefer-utf-8): New coding system.
11921 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11922 files.
11923
11924 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11925
11926 * net/shr.el (shr-render-region): New function.
11927
11928 * net/eww.el: Autoload `eww-browse-url'.
11929
11930 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11931
11932 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11933 Adapt to `package-desc-version' being a list.
11934 Use `package--ac-desc-version' to retrieve version from a package
11935 archive element.
11936
11937 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11938
11939 New experimental feature to save&restore window and frame setup.
11940 * desktop.el (desktop-save-windows): New defcustom.
11941 (desktop--saved-states): New var.
11942 (desktop--excluded-frame-parameters): New defconst.
11943 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11944 (desktop--restore-windows, desktop--save-windows): New functions.
11945 (desktop-save): Call `desktop--save-windows'.
11946 (desktop-read): Call `desktop--restore-windows'.
11947
11948 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11949
11950 * net/shr.el (add-face-text-property): Remove compat definition.
11951
11952 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11953
11954 * info.el (Info-try-follow-nearest-node): Move search for footnote
11955 above search for node name to prevent missing a footnote (bug#14717).
11956
11957 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11958
11959 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11960
11961 2013-06-27 Leo Liu <sdl.web@gmail.com>
11962
11963 * net/eww.el (eww-read-bookmarks): Check file size.
11964
11965 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11966
11967 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11968 advice--pending if newdef is nil or an autoload (bug#13820).
11969 (advice-mapc): New function.
11970
11971 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11972
11973 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11974 probably.
11975 (eww-mode-map): Add a menu bar.
11976 (eww-add-bookmark): New command.
11977 (eww-bookmark-mode): New mode and commands.
11978 (eww-add-bookmark): Remove newlines from the title.
11979 (eww-bookmark-browse): Don't bug out if it's the only window.
11980
11981 2013-06-26 Glenn Morris <rgm@gnu.org>
11982
11983 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11984 (hfy-size): Handle ttys. (Bug#14668)
11985
11986 * info-xref.el: Update for Texinfo 5 change in *note format.
11987 (info-xref-node-re, info-xref-note-re): New constants.
11988 (info-xref-check-buffer): Use info-xref-note-re.
11989
11990 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11993
11994 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11995 nil terminate the loop (bug#14718).
11996
11997 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11998
11999 * net/eww.el: Rework history traversal. When going forward/back,
12000 put these actions into the history, too, so that they can be
12001 replayed.
12002 (eww-render): Move the history reset to the correct buffer.
12003
12004 2013-06-25 Juri Linkov <juri@jurta.org>
12005
12006 * files-x.el (modify-dir-local-variable): Change the header comment
12007 in the file with directory local variables. (Bug#14692)
12008
12009 * files-x.el (read-file-local-variable-value): Add `default'.
12010 (Bug#14710)
12011
12012 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12013
12014 * net/eww.el (eww-make-unique-file-name): Create a unique file
12015 name before saving to entering `y' accidentally asynchronously.
12016
12017 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12018
12019 * net/eww.el (eww-download): New command and keystroke.
12020
12021 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12022
12023 * net/eww.el (eww-copy-page-url): Change name of command.
12024
12025 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12026 be more consistent with Info and dired.
12027
12028 * net/eww.el (eww-mode-map): Ditto.
12029
12030 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12033 packages from archives.
12034 (package-archive-contents): Change format; include obsolete packages.
12035 (package-desc): Use `dir' to mark builtin packages.
12036 (package--from-builtin): Set the `dir' field to `builtin'.
12037 (generated-autoload-file, version-control): Declare.
12038 (package-compute-transaction): Change first arg and return value to be
12039 lists of package-descs. Adjust to new package-archive-contents format.
12040 (package--add-to-archive-contents): Adjust to new
12041 package-archive-contents format.
12042 (package-download-transaction): Arg is now a list of package-descs.
12043 (package-install): If `pkg' is a package name, pass it as
12044 a requirement, so it is subject to the usual (e.g. disabled) checks.
12045 (describe-package): Accept package-desc as well.
12046 (describe-package-1): Describe a specific package-desc. Add links to
12047 other package-descs for the same package name.
12048 (package-menu-describe-package): Pass the actual package-desc.
12049 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12050 works correctly.
12051 (package-desc-status): New function.
12052 (package-menu--refresh): New function, extracted
12053 from package-menu--generate.
12054 (package-menu--generate): Use it.
12055 (package-delete): Update package-alist.
12056 (package-menu-execute): Don't call package-initialize.
12057
12058 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12059 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12060 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12061 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12062 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12063 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12064
12065 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12066
12067 * window.el (window--state-get-1): Workaround for bug#14527.
12068 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12069
12070 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12071
12072 * net/eww.el (eww-back-url): Implement the history by stashing all
12073 the data into a list.
12074 (eww-forward-url): Allow going forward in the history, too.
12075
12076 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12079 for values and use read--expression for expressions (bug#14710).
12080 (read-file-local-variable): Avoid setq.
12081 (read-file-local-variable-mode): Use minor-mode-list.
12082
12083 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12084
12085 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12086 for DOI URLs.
12087
12088 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12089
12090 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12091 Update imenu-support when dialect changes.
12092
12093 2013-06-25 Leo Liu <sdl.web@gmail.com>
12094
12095 * ido.el (ido-read-internal): Allow forward slash on windows.
12096
12097 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12098
12099 * net/eww.el (eww): Start of strings is \\`, not ^.
12100
12101 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12102
12103 * net/shr.el (shr-browse-url): Fix interactive spec.
12104
12105 * net/eww.el (eww): Add a trailing slash to domain names.
12106
12107 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12108
12109 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12110
12111 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12112
12113 * net/shr.el (shr-browse-url): Use an external browser if given a
12114 prefix.
12115
12116 * net/eww.el (eww-external-browser): Move to shr.
12117
12118 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12119
12120 * net/eww.el (eww): Work more correctly for file: URLs.
12121 (eww-detect-charset): Allow quoted charsets.
12122 (eww-yank-page-url): New command and keystroke.
12123
12124 2013-06-24 Daiki Ueno <ueno@gnu.org>
12125
12126 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12127 file name of gpg executable.
12128 (epg-context-program): New function.
12129 (epg-context-home-directory): New function.
12130 (epg-context-set-program): New function.
12131 (epg-context-set-home-directory): New function.
12132 (epg--start): Use `epg-context-program' instead of
12133 'epg-gpg-program'.
12134 (epg--list-keys-1): Likewise.
12135
12136 2013-06-24 Leo Liu <sdl.web@gmail.com>
12137
12138 * ido.el (ido-read-internal): Fix bug#14620.
12139
12140 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12141
12142 * faces.el (face-documentation): Simplify.
12143 (read-face-attribute, tty-find-type, x-resolve-font-name):
12144 Use `string-match-p'.
12145 (list-faces-display): Use `string-match-p'. Simplify.
12146 (face-spec-recalc): Check face to avoid face alias loops.
12147 (read-color): Use `string-match-p' and non-capturing parenthesis.
12148
12149 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12150
12151 * net/shr.el (shr-rescale-image): Use the new
12152 :max-width/:max-height functionality.
12153
12154 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12155
12156 * net/eww.el (eww-search-prefix): New variable.
12157 (eww): Use it.
12158 (eww-external-browser): New variable.
12159 (eww-mode-map): New keystroke.
12160 (eww-browse-with-external-browser): New command.
12161
12162 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12163
12164 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12165
12166 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12167 Don't skip aligning the next header field when padding is 0;
12168 otherwise, field width is not respected unless the title is as
12169 wide as the field.
12170
12171 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * emacs-lisp/package.el (package-el-version): Remove.
12174 (package-process-define-package): Fix inf-loop.
12175 (package-install): Allow symbols as arguments again.
12176
12177 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12178
12179 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12180 add some more keyword-like methods.
12181 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12182
12183 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12184
12185 * bs.el (bs-buffer-show-mark): Make defvar-local.
12186 (bs-mode): Use setq-local.
12187
12188 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12189 (emacs-lock--try-unlocking): Make defvar-local.
12190
12191 2013-06-22 Glenn Morris <rgm@gnu.org>
12192
12193 * play/cookie1.el (cookie-apropos): Minor simplification.
12194
12195 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12196
12197 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12198
12199 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12200 `regexp-opt', it breaks the build during dumping.
12201
12202 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12203
12204 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12205 Highlight keyword-like methods on Kernel and Module with
12206 font-lock-builtin-face.
12207 (auto-mode-alist): Consolidate different entries into one regexp
12208 and add more *file-s.
12209
12210 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12211
12212 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12213
12214 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12215 (diary-entry): Use it in the action of this button type instead of
12216 diary-goto-entry.
12217
12218 * calendar/todo-mode.el: New version.
12219 (todo-add-category): Append new category to end of file and give
12220 it the highest number, instead of putting it at the beginning and
12221 giving it 0. Incorporate noninteractive functionality.
12222 (todo-forward-category): Adapt to 1-based category numbering.
12223 Allow skipping over archived categories.
12224 (todo-backward-category): Derive from todo-forward-category.
12225 (todo-backward-item, todo-forward-item): Make noninteractive and
12226 delegate interactive part to new commands. Make sensitive to done items.
12227 (todo-categories): Make value an alist of category names and
12228 vectors of item counts.
12229 (todo-category-beg): Make a defconst.
12230 (todo-category-number): Use 1 instead of 0 as initial value.
12231 (todo-category-select): Make sensitive to overlays, optional item
12232 highlighting and done items.
12233 (todo-delete-item): Make sensitive to overlays and marked and done items.
12234 (todo-edit-item): Make sensitive to overlays and editing of
12235 date/time header optional. Add format checks.
12236 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12237 no-op if point is not on an item. Advertise using todo-edit-quit.
12238 (todo-edit-mode): Make sensitive to new format, font-locking, and
12239 multiple todo files.
12240 (todo-insert-item, todo-insert-item-here): Derive from
12241 todo-basic-insert-item and extend functionality.
12242 (todo-item-end, todo-item-start): Make sensitive to done items.
12243 (todo-item-string): Don't return text properties. Restore point.
12244 (todo-jump-to-category): Make sensitive to multiple todo files and
12245 todo archives. Use extended category completion.
12246 (todo-lower-item, todo-raise-item): Rename to *-priority and
12247 derive from todo-set-item-priority.
12248 (todo-mode): Derive from special-mode. Make sensitive to new
12249 format, font-locking and multiple todo files. Make read-only.
12250 (todo-mode-map): Don't suppress digit keys, so they can supply
12251 prefix arguments. Add many new key bindings.
12252 (todo-prefix): Insert as an overlay instead of file text.
12253 Change semantics from diary date expression to purely visual mark.
12254 (todo-print): Rename to todo-print-buffer. Make buffer display
12255 features printable. Remove option to restrict number of items
12256 printed. Add option to print to file.
12257 (todo-print-function): Rename to todo-print-buffer-function.
12258 (todo-quit): Extend to handle exiting new todo modes.
12259 (todo-remove-item): Make sensitive to overlays.
12260 (todo-save): Extend to buffers of filtered items.
12261 (todo-show): Make sensitive to done items, multiple todo files and
12262 new todo modes. Offer to convert legacy todo file before creating
12263 first new todo file.
12264 (todo-show-priorities): Rename to todo-top-priorities.
12265 Change semantics of value 0.
12266 (todo-top-priorities): Rename to todo-filter-top-priorities,
12267 derive from todo-filter-items and extend functionality.
12268 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12269 and extend functionality to other types of filtered items.
12270 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12271 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12272 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12273 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12274 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12275 (todo-edit-mode-hook, todo-entry-prefix-function)
12276 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12277 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12278 (todo-initials, todo-insert-threshold, todo-item-string-start)
12279 (todo-line-string, todo-menu, todo-mode-hook)
12280 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12281 (todo-print-priorities, todo-remove-separator)
12282 (todo-save-top-priorities-too, todo-string-count-lines)
12283 (todo-string-multiline-p, todo-time-string-format)
12284 (todo-tmp-buffer-name): Remove.
12285 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12286 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12287 (todo-edit-category-diary-inclusion)
12288 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12289 (todo-edit-file, todo-edit-item-date-day)
12290 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12291 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12292 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12293 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12294 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12295 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12296 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12297 (todo-filter-top-priorities-multifile, todo-find-archive)
12298 (todo-find-filtered-items-file, todo-go-to-source-item)
12299 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12300 (todo-jump-to-archive-category, todo-lower-category)
12301 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12302 (todo-move-category, todo-move-item, todo-next-button)
12303 (todo-next-item, todo-padded-string, todo-powerset)
12304 (todo-previous-button, todo-previous-item)
12305 (todo-print-buffer-to-file, todo-raise-category)
12306 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12307 (todo-set-category-number, todo-set-item-priority)
12308 (todo-set-top-priorities-in-category)
12309 (todo-set-top-priorities-in-file, todo-show-categories-table)
12310 (todo-sort-categories-alphabetically-or-numerically)
12311 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12312 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12313 (todo-toggle-item-header, todo-toggle-item-highlighting)
12314 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12315 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12316 (todo-unarchive-items, todo-unmark-category): New commands.
12317 (todo-absolute-file-name, todo-add-to-buffer-list)
12318 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12319 (todo-basic-insert-item, todo-category-completions)
12320 (todo-category-number, todo-category-string-matcher-1)
12321 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12322 (todo-check-format, todo-clear-matches)
12323 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12324 (todo-current-category, todo-date-string-matcher)
12325 (todo-define-insertion-command, todo-diary-expired-matcher)
12326 (todo-diary-goto-entry, todo-diary-item-p)
12327 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12328 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12329 (todo-done-item-section-p, todo-done-separator)
12330 (todo-done-string-matcher, todo-files, todo-filter-items)
12331 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12332 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12333 (todo-insert-category-line, todo-insert-item-from-calendar)
12334 (todo-insert-sort-button, todo-insert-with-overlays)
12335 (todo-insertion-command-name, todo-insertion-key-bindings)
12336 (todo-label-to-key, todo-longest-category-name-length)
12337 (todo-make-categories-list, todo-mode-external-set)
12338 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12339 (todo-modes-set-3, todo-multiple-filter-files)
12340 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12341 (todo-read-category, todo-read-date, todo-read-dayname)
12342 (todo-read-file-name, todo-read-time)
12343 (todo-reevaluate-category-completions-files-defcustom)
12344 (todo-reevaluate-default-file-defcustom)
12345 (todo-reevaluate-filelist-defcustoms)
12346 (todo-reevaluate-filter-files-defcustom)
12347 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12348 (todo-reset-done-separator, todo-reset-done-separator-string)
12349 (todo-reset-done-string, todo-reset-global-current-todo-file)
12350 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12351 (todo-reset-prefix, todo-set-categories)
12352 (todo-set-date-from-calendar, todo-set-show-current-file)
12353 (todo-set-top-priorities, todo-short-file-name)
12354 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12355 (todo-total-item-counts, todo-update-buffer-list)
12356 (todo-update-categories-display, todo-update-categories-sexp)
12357 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12358 New functions.
12359 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12360 New major modes.
12361 (todo-categories, todo-display, todo-edit, todo-faces)
12362 (todo-filtered): New defgroups.
12363 (todo-archived-only, todo-button, todo-category-string, todo-date)
12364 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12365 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12366 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12367 (todo-add-item-if-new-category, todo-always-add-time-string)
12368 (todo-categories-align, todo-categories-archived-label)
12369 (todo-categories-category-label, todo-categories-diary-label)
12370 (todo-categories-done-label, todo-categories-number-separator)
12371 (todo-categories-todo-label, todo-categories-totals-label)
12372 (todo-category-completions-files, todo-completion-ignore-case)
12373 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12374 (todo-done-separator-string, todo-done-string)
12375 (todo-files-function, todo-filter-done-items, todo-filter-files)
12376 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12377 (todo-initial-category, todo-initial-file, todo-item-mark)
12378 (todo-legacy-date-time-regexp, todo-mode-line-function)
12379 (todo-nondiary-marker, todo-number-prefix)
12380 (todo-print-buffer-function, todo-show-current-file)
12381 (todo-show-done-only, todo-show-first, todo-show-with-done)
12382 (todo-skip-archived-categories, todo-top-priorities-overrides)
12383 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12384 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12385 New defcustoms.
12386 (todo-category-done, todo-date-pattern, todo-date-string-start)
12387 (todo-diary-items-buffer, todo-done-string-start)
12388 (todo-filtered-items-buffer, todo-item-start)
12389 (todo-month-abbrev-array, todo-month-name-array)
12390 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12391 (todo-top-priorities-buffer): New defconsts.
12392 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12393 (todo-categories-with-marks, todo-category-string-face)
12394 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12395 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12396 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12397 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12398 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12399 (todo-font-lock-keywords, todo-global-current-todo-file)
12400 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12401 (todo-insertion-commands-args)
12402 (todo-insertion-commands-args-genlist)
12403 (todo-insertion-commands-names, todo-insertion-map)
12404 (todo-key-bindings-t, todo-key-bindings-t+a)
12405 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12406 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12407 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12408 (todo-visited): New variables.
12409
12410 2013-06-21 Glenn Morris <rgm@gnu.org>
12411
12412 * play/cookie1.el (cookie-apropos): Add optional display argument.
12413 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12414 (psychoanalyze-pinhead): Use cookie-doctor.
12415
12416 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12417
12418 * emacs-lisp/package.el (tar-get-file-descriptor)
12419 (tar--extract): Declare.
12420
12421 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12422
12423 Extend flymake's warning predicate to be a function (bug#14217).
12424 * progmodes/flymake.el (flymake-warning-predicate): New.
12425 (flymake-parse-line): Use it.
12426 (flymake-warning-re): Make obsolete alias to
12427 `flymake-warning-predicate'.
12428
12429 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12432 (package-obsolete-list): Remove.
12433 (package-activate): Remove min-version argument. Add `force' argument.
12434 Adjust to new package-alist format.
12435 (package-mark-obsolete): Remove.
12436 (package-unpack): Force reload of the package's autoloads.
12437 (package-installed-p): Check builtins if the installed package is not
12438 recent enough.
12439 (package-initialize): Don't reset package-obsolete-list.
12440 Don't specify which package version to activate.
12441 (package-process-define-package, describe-package-1)
12442 (package-menu--generate): Adjust to new package-alist format.
12443
12444 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12445
12446 * allout-widgets.el (allout-widgets-mode-off)
12447 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12448 (allout-widgets-post-command-business)
12449 (allout-widgets-after-copy-or-kill-function)
12450 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12451 (allout-decorate-item-and-context)
12452 (allout-graphics-modification-handler): Fix typos in docstrings.
12453 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12454
12455 * cmuscheme.el (scheme-start-file): Doc fix.
12456 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12457 (scheme-input-filter): Use `string-match-p'.
12458
12459 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12460
12461 * dired-x.el: Use Dired consistently in docstrings.
12462
12463 * dired.el: Use Dired consistently in docstrings.
12464 (dired-readin, dired-mode): Use `setq-local'.
12465 (dired-switches-alist): Make defvar-local.
12466 (dired-buffers-for-dir): Use `zerop'.
12467 (dired-safe-switches-p, dired-switches-escape-p)
12468 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12469 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12470 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12471 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12472 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12473 (dired-toggle-marks, dired-mark-files-containing-regexp)
12474 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12475 (dired-flag-auto-save-files, dired-flag-backup-files):
12476 Use `looking-at-p'.
12477 (dired-mark-files-regexp, dired-build-subdir-alist):
12478 Use `string-match-p', `looking-at-p'.
12479
12480 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12481 (direct-print-region-helper): Use `string-match-p'.
12482
12483 2013-06-21 Leo Liu <sdl.web@gmail.com>
12484
12485 * comint.el (comint-redirect-results-list-from-process):
12486 Fix infinite loop.
12487
12488 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12489
12490 * net/eww.el (eww-update-header-line-format): Quote % characters.
12491
12492 2013-06-21 Glenn Morris <rgm@gnu.org>
12493
12494 * play/cookie1.el (cookie): New custom group.
12495 (cookie-file): New option.
12496 (cookie-check-file): New function.
12497 (cookie): Make it interactive. Make start and end messages optional.
12498 Interactively, display the result. Default to cookie-file.
12499 (cookie-insert): Default to cookie-file.
12500 (cookie-snarf): Make start and end messages optional.
12501 Default to cookie-file. Use with-temp-buffer.
12502 (cookie-read): Rename from read-cookie.
12503 Make start and end messages optional. Default to cookie-file.
12504 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12505 Do not autoload it.
12506 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12507 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12508
12509 2013-06-21 Leo Liu <sdl.web@gmail.com>
12510
12511 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12512
12513 2013-06-21 Glenn Morris <rgm@gnu.org>
12514
12515 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12516
12517 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12518 Daniel Hackney <dan@haxney.org>
12519
12520 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12521 Consolidate the single-file vs tarball code.
12522 (package-desc-suffix): New function.
12523 (package-desc-full-name): Don't bother inlining it.
12524 (package-load-descriptor): Return the new package-desc.
12525 (package-mark-obsolete): Remove unused arg `package'.
12526 (package-unpack): Make it work for single files as well.
12527 Make it update package-alist.
12528 (package--make-autoloads-and-stuff): Rename from
12529 package--make-autoloads-and-compile. Don't compile any more.
12530 (package--compile): New function.
12531 (package-generate-description-file): New function, extracted from
12532 package-unpack-single.
12533 (package-unpack-single): Remove.
12534 (package--with-work-buffer): Add indentation and debugging info.
12535 (package-download-single): Remove.
12536 (package-install-from-archive): Rename from package-download-tar, make
12537 it take a pkg-desc, and make it work for single files as well.
12538 (package-download-transaction): Simplify.
12539 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12540 external tar program.
12541 (package-install-from-buffer): Remove `pkg-desc' argument.
12542 Use package-tar-file-info for tar-mode buffers.
12543 (package-install-file): Simplify accordingly.
12544 (package-archive-base): Change to take a pkg-desc.
12545 * tar-mode.el (tar--check-descriptor): New function, extracted from
12546 tar-get-descriptor.
12547 (tar-get-descriptor): Use it.
12548 (tar-get-file-descriptor): New function.
12549 (tar--extract): New function, extracted from tar-extract.
12550 (tar--extract): Use it.
12551 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12552 case the summary uses non-ascii. Adjust to new calling convention of
12553 package-tar-file-info.
12554
12555 2013-06-21 Leo Liu <sdl.web@gmail.com>
12556
12557 * comint.el (comint-redirect-results-list-from-process):
12558 Fix random delay. (Bug#14681)
12559
12560 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12561
12562 * profiler.el (profiler-format-number): Use log, not log10.
12563
12564 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12565
12566 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12567
12568 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12571 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12572 yet available.
12573 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12574 (AUTOGENEL): ... here.
12575 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12576 (cl--defsubst-expand): Use it.
12577
12578 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12579
12580 * subr.el (log10): Move here from C code, and declare as obsolete.
12581 All uses of (log10 X) replaced with (log X 10).
12582
12583 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12584
12585 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12586 Declare with `defvar-local'.
12587 (tabulated-list-use-header-line, tabulated-list-entries)
12588 (tabulated-list-padding, tabulated-list-printer)
12589 (tabulated-list-sort-key): Declare with `defvar-local'.
12590 (tabulated-list-init-header, tabulated-list-print-fake-header):
12591 Use `setq-local'.
12592
12593 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12594
12595 * arc-mode.el (archive-mode): Add `archive-write-file' to
12596 `write-contents-functions' also for remote files. (Bug#14652)
12597
12598 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12599
12600 * cus-edit.el (custom-commands): Fix typos.
12601 (custom-display): Fix tooltip text.
12602 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12603 Fix typos in docstrings.
12604 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12605 (custom-unlispify-menu-entry, custom-magic-value-create)
12606 (custom-add-see-also, custom-group-value-create): Use ?\s.
12607 (custom-guess-type, customize-apropos, editable-field)
12608 (custom-face-value-create): Use `string-match-p'.
12609 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12610
12611 * custom.el (custom-load-symbol): Use `string-match-p'.
12612
12613 * ansi-color.el: Convert to lexical binding.
12614 (ansi-colors): Fix URL.
12615 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12616 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12617 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12618
12619 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12620
12621 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12622
12623 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12624
12625 2013-06-19 Tom Tromey <tromey@redhat.com>
12626
12627 * net/eww.el (eww-top-url): Remove.
12628 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12629 (eww-render): Set new variables. Don't set eww-top-url.
12630 (eww-handle-link): Handle "prev", "home", and "contents".
12631 Downcase the rel text.
12632 (eww-top-url): Choose best top URL.
12633
12634 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12635
12636 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12637 relying in widget.el. Using widget.el leads to too many
12638 user interface inconsistencies.
12639 (eww-self-insert): Implement entering commands in text fields.
12640 (eww-process-text-input): New function to make text input field editing
12641 work.
12642 (eww-submit): Rewrite to use the new-style form methods.
12643 (eww-select-display): Display the correct selected item.
12644 (eww-change-select): Implement changing the select value.
12645 (eww-toggle-checkbox): Implement radio/checkboxes.
12646 (eww-update-field): Fix compilation error.
12647 (eww-tag-textarea): Implement <textarea>.
12648
12649 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12650 we don't shadow mode-specific bindings.
12651
12652 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12653 nothing to push.
12654
12655 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12656
12657 2013-06-19 Glenn Morris <rgm@gnu.org>
12658
12659 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12660
12661 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12662
12663 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12664 not needed.
12665
12666 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12667
12668 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12669
12670 * net/browse-url.el (browse-url-browser-function):
12671 `eww-browse-url' has the right calling signature, `eww' does not.
12672
12673 2013-06-19 Glenn Morris <rgm@gnu.org>
12674
12675 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12676 Only eval autoloaded macros.
12677 (byte-compile-autoload): Only give the macro warning for macros.
12678
12679 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12680 (ps-underlined-faces): Declare.
12681
12682 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12683 (speedbar-add-supported-extension): Declare.
12684
12685 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12686 Don't include a date stamp in the header of the generated file;
12687 it leads to needless differences between output files.
12688
12689 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12690
12691 * net/secrets.el (secrets-struct-secret-content-type):
12692 Replace check of introspection data by a test call of "CreateItem".
12693 Some servers do not offer introspection.
12694
12695 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * electric.el (electric-pair-mode): Improve interaction with
12698 electric-layout-mode.
12699 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12700 (electric-pair-syntax): Use text-mode-syntax-table in comments
12701 and strings.
12702 (electric-pair--insert): New function.
12703 (electric-pair-post-self-insert-function): Use it and
12704 electric--after-char-pos.
12705
12706 2013-06-19 Leo Liu <sdl.web@gmail.com>
12707
12708 * progmodes/octave.el (octave-help): Fix regexp.
12709
12710 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12711
12712 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12713 (shr-table-horizontal-line): Allow nil as a value, and change the
12714 default.
12715 (shr-insert-table-ruler): Respect the nil value.
12716
12717 2013-06-18 Tom Tromey <tromey@barimba>
12718
12719 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12720 New defvars.
12721 (eww-open-file): New defun.
12722 (eww-render): Initialize new variables.
12723 (eww-display-html): Handle "link" and "a".
12724 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12725 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12726 (eww-back-url): Rename from eww-previous-url.
12727 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12728 New defuns.
12729
12730 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12731
12732 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12733 Distinguish ternary operator tokens from slash symbol and slash
12734 char literal.
12735
12736 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12737
12738 Convert symbol prettification into minor mode and global minor mode.
12739
12740 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12741 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12742 (prettify-symbols--keywords): Rename from
12743 `prog-prettify-symbols-alist' and make a local defvar.
12744 (prettify-symbols--compose-symbol): Rename from
12745 `prog--prettify-font-lock-compose-symbol'.
12746 (prettify-symbols--make-keywords): Rename from
12747 `prog-prettify-font-lock-symbols-keywords' and simplify.
12748 (prog-prettify-install): Remove.
12749 (prettify-symbols-mode): New minor mode, based on
12750 `prog-prettify-install'.
12751 (turn-on-prettify-symbols-mode): New function.
12752 (global-prettify-symbols-mode): New globalized minor mode.
12753
12754 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12755 * progmodes/cfengine.el (cfengine3-mode):
12756 * progmodes/perl-mode.el (perl-mode): Don't call
12757 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12758
12759 2013-06-18 Juri Linkov <juri@jurta.org>
12760
12761 * files-x.el (modify-file-local-variable-message): New function.
12762 (modify-file-local-variable)
12763 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12764 and call `modify-file-local-variable-message' when it's non-nil.
12765 (add-file-local-variable, delete-file-local-variable)
12766 (add-file-local-variable-prop-line)
12767 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12768 and use it. (Bug#9820)
12769
12770 2013-06-18 Juri Linkov <juri@jurta.org>
12771
12772 * emulation/vi.el (vi-shell-op):
12773 * emulation/vip.el (vip-execute-com, ex-command):
12774 * emulation/viper-cmd.el (viper-exec-bang):
12775 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12776 the call of `shell-command-on-region'. (Bug#14637)
12777
12778 * simple.el (shell-command-on-region): Doc fix.
12779
12780 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12783 (bug#14633).
12784
12785 2013-06-18 Glenn Morris <rgm@gnu.org>
12786
12787 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12788
12789 * newcomment.el (comment-search-forward, comment-search-backward):
12790 Doc fix. (Bug#14376)
12791
12792 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12793
12794 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12795 (buffer-face-mode-invoke): Doc fix.
12796
12797 2013-06-18 Matthias Meulien <orontee@gmail.com>
12798
12799 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12800 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12801
12802 2013-06-18 Glenn Morris <rgm@gnu.org>
12803
12804 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12805 Replace obsolete function generic-make-keywords with its expansion.
12806
12807 * progmodes/python.el (ffap-alist): Declare.
12808
12809 * textmodes/reftex.el (bibtex-mode-map): Declare.
12810
12811 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12814 (package-unpack, package-unpack-single): Return the pkg-dir.
12815 (package-download-transaction): Use it to update package-alist.
12816
12817 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12818
12819 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12820 possible choice.
12821
12822 2013-06-17 Juri Linkov <juri@jurta.org>
12823
12824 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12825
12826 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12827
12828 * emacs-lisp/package.el (package-load-descriptor):
12829 Remove `with-syntax-table' call, `read' doesn't need it.
12830 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12831
12832 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12833
12834 * startup.el (command-line): Expand package name returned by
12835 `package--description-file' (bug#14639).
12836
12837 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12838
12839 * emacs-lisp/package.el (package-load-descriptor): Do not call
12840 `emacs-lisp-mode', just use its syntax table.
12841
12842 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12843
12844 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12845 `font-lock-extra-managed-props' if any prettifying keyword is added.
12846 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12847 (prog-mode): Use `setq-local'.
12848
12849 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12850
12851 * international/characters.el (standard-case-table): Set syntax of ?»
12852 and ?« to punctuation.
12853
12854 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12855
12856 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12857 Save relevant match data before calling `syntax-ppss' (bug#14595).
12858
12859 2013-06-15 Juri Linkov <juri@jurta.org>
12860
12861 * files-x.el (modify-file-local-variable-prop-line): Add local
12862 variables to the end of the existing comment on the first line.
12863 Use `file-auto-mode-skip' to skip interpreter magic line,
12864 and also skip XML declaration.
12865
12866 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * startup.el (package--builtin-versions): New var.
12869 (package-subdirectory-regexp): Remove.
12870 (package--description-file): Hard code its value instead.
12871
12872 * emacs-lisp/package.el: Don't activate packages older than builtin.
12873 (package-obsolete-list): Rename from package-obsolete-alist, and make
12874 it into a simple list of package-desc.
12875 (package-strip-version): Remove.
12876 (package-built-in-p): Use package--builtin-versions.
12877 (package-mark-obsolete): Simplify.
12878 (package-process-define-package): Mark it obsolete if older than the
12879 builtin version.
12880 (package-handle-response): Use line-end-position.
12881 (package-read-archive-contents, package--download-one-archive):
12882 Simplify.
12883 (package--add-to-archive-contents): Skip if older than the builtin or
12884 installed version.
12885 (package-menu-describe-package): Fix last change.
12886 (package-list-unversioned): New var.
12887 (package-menu--generate): Use it.
12888
12889 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12890 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12891 (autoload-builtin-package-versions): New variable.
12892 (autoload-generate-file-autoloads): Use them.
12893 Remove the list of autoloaded functions/macros from the
12894 (autoload...) comments.
12895
12896 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12897
12898 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12899
12900 * simple.el (line-move-partial): Don't jump to the next screen
12901 line as soon as it becomes visible. Instead, continue enlarging
12902 the vscroll until the portion of a tall screen line that's left on
12903 display is about the height of the frame's default font.
12904 (Bug#14567)
12905
12906 2013-06-15 Glenn Morris <rgm@gnu.org>
12907
12908 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12909 compilation-error-regexp-alist void, or local while let-bound.
12910
12911 * progmodes/make-mode.el (makefile-mode-syntax-table):
12912 Treat "=" as punctuation. (Bug#14614)
12913
12914 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12915
12916 * help-fns.el (describe-variable):
12917 Add extra line for permanent-local variables.
12918
12919 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12920
12921 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12922 Add export, import, library. (Bug#9164)
12923 (library): Set indent function.
12924
12925 2013-06-14 Glenn Morris <rgm@gnu.org>
12926
12927 * term/xterm.el (xterm--query):
12928 Stop after first matching handler. (Bug#14615)
12929
12930 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12931
12932 Add support for dired in saveplace.
12933 * dired.el (dired-initial-position-hook): New variable.
12934 (dired-initial-position): Call hook to place cursor position.
12935 * saveplace.el (save-place-to-alist): Add dired position.
12936 (save-place-dired-hook): New function.
12937
12938 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12941 through a symbol rather than letrec.
12942
12943 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12944 (package-desc): Add `dir' field.
12945 (package-desc-full-name): New function.
12946 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12947 (package-maybe-load-descriptor): Remove.
12948 (package-load-all-descriptors): Just call package-load-descriptor.
12949 (package--disabled-p): New function.
12950 (package-desc-vers, package-desc-doc): Remove aliases.
12951 (package--dir): Remove function.
12952 (package-activate): Check if a package is disabled.
12953 (package-process-define-package): New function, extracted from
12954 define-package.
12955 (define-package): Turn into a place holder.
12956 (package-unpack-single, package-tar-file-info):
12957 Use package--description-file.
12958 (package-compute-transaction): Use package--disabled-p.
12959 (package-download-transaction): Don't call
12960 package-maybe-load-descriptor since they're all loaded anyway.
12961 (package-install): Change argument to be a pkg-desc.
12962 (package-delete): Use a single pkg-desc argument.
12963 (describe-package-1): Use package-desc-dir instead of package--dir.
12964 Use package-desc property instead of package-symbol.
12965 (package-install-button-action): Adjust accordingly.
12966 (package--push): Rewrite.
12967 (package-menu--print-info): Adjust accordingly. Change the ID format
12968 to be a pkg-desc.
12969 (package-menu-describe-package, package-menu-get-status)
12970 (package-menu--find-upgrades, package-menu-mark-upgrades)
12971 (package-menu-execute, package-menu--name-predicate):
12972 Adjust accordingly.
12973 * startup.el (package--description-file): New function.
12974 (command-line): Use it.
12975 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12976 Use package-desc-version.
12977
12978 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12979 (byte-compile-preprocess): Use it.
12980 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12981 can't quite recognize.
12982 (byte-compile-add-to-list): Remove.
12983 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12984 (cconv-closure-convert): Add assertion.
12985
12986 * emacs-lisp/map-ynp.el: Use lexical-binding.
12987 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12988 Factor out some repeated code.
12989
12990 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * subr.el (with-eval-after-load): New macro.
12993 (eval-after-load): Allow form to be a function.
12994 take advantage of lexical-binding.
12995 (do-after-load-evaluation): Use dolist and adjust to new format.
12996 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12997
12998 2013-06-13 Juri Linkov <juri@jurta.org>
12999
13000 * replace.el (perform-replace): Display "symbol " and other search
13001 modes from `isearch-message-prefix' in the *Help* buffer.
13002
13003 * isearch.el (isearch-query-replace): Add " symbol" and other
13004 possible search modes from `isearch-message-prefix' to the prompt.
13005 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13006 when reading a regexp to collect.
13007
13008 2013-06-13 Juri Linkov <juri@jurta.org>
13009
13010 * isearch.el (word-search-regexp): Match whitespace if the search
13011 string begins or ends in whitespace. The LAX arg is applied to
13012 both ends of the search string. Use `regexp-quote' and explicit
13013 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13014 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13015 boundaries are replaced with symbol boundaries, and characters
13016 between symbols match non-word non-symbol syntax. (Bug#14602)
13017
13018 2013-06-13 Juri Linkov <juri@jurta.org>
13019
13020 * isearch.el (isearch-del-char): Don't exceed the length of
13021 `isearch-string' by the prefix arg. (Bug#14563)
13022
13023 2013-06-13 Juri Linkov <juri@jurta.org>
13024
13025 * isearch.el (isearch-yank-word, isearch-yank-line)
13026 (isearch-char-by-name, isearch-quote-char)
13027 (isearch-printing-char, isearch-process-search-char):
13028 Add optional count prefix arg. (Bug#14563)
13029
13030 * international/isearch-x.el
13031 (isearch-process-search-multibyte-characters):
13032 Add optional count prefix arg.
13033
13034 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13037 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13038 lexical-binding.
13039
13040 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13041
13042 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13043
13044 2013-06-13 Glenn Morris <rgm@gnu.org>
13045
13046 * startup.el (tty-handle-args):
13047 Don't just discard "--" and anything after. (Bug#14608)
13048
13049 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13050
13051 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13052
13053 Implement changes in Secret Service API. Make it backward compatible.
13054 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13055 (secrets-create-item): Use it. Prefix properties with interface.
13056
13057 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13058
13059 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13060 (term-emulate-terminal): Respect term-suppress-hard-newline.
13061
13062 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13063
13064 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13065 Only remove a `thumb-file' overlay. (Bug#14548)
13066
13067 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13068
13069 * mail/reporter.el (reporter-submit-bug-report):
13070 Handle missing package-name. (Bug#14600)
13071
13072 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13073
13074 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13075 (reftex-citation-prompt, reftex-default-bibliography)
13076 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13077 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13078 (reftex-bib-sort-author, reftex-bib-sort-year)
13079 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13080 (reftex-extract-bib-entries-from-thebibliography)
13081 (reftex-get-bibkey-default, reftex-get-bib-names)
13082 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13083 (reftex-format-bib-entry, reftex-parse-bibitem)
13084 (reftex-format-bibitem, reftex-do-citation)
13085 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13086 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13087 (reftex-insert-bib-matches, reftex-format-citation)
13088 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13089 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13090 existing comments into docstrings.
13091
13092 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13093
13094 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13095
13096 2013-06-12 Andreas Schwab <schwab@suse.de>
13097
13098 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13099 for auto-save files.
13100
13101 2013-06-12 Glenn Morris <rgm@gnu.org>
13102
13103 * ido.el (ido-delete-ignored-files): Remove.
13104 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13105 Go back to calling ido-ignore-item-p directly.
13106
13107 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13108
13109 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13110
13111 * ido.el (ido-delete-ignored-files): New function,
13112 split from ido-make-file-list-1.
13113 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13114 (ido-make-file-list-1): Use ido-delete-ignored-files.
13115
13116 2013-06-12 Leo Liu <sdl.web@gmail.com>
13117
13118 * progmodes/octave.el (inferior-octave-startup)
13119 (inferior-octave-completion-table)
13120 (inferior-octave-track-window-width-change)
13121 (octave-eldoc-function-signatures, octave-help)
13122 (octave-find-definition): Use single quoted strings.
13123 (inferior-octave-startup-args): Change default value.
13124 (inferior-octave-startup): Do not hard code "-i" and
13125 "--no-line-editing".
13126 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13127 (inferior-octave-directory-tracker): Use it.
13128 (octave-goto-function-definition): Robustify.
13129 (octave-help): Support highlighting operators in 'See also'.
13130 (octave-find-definition): Find subfunctions only in Octave mode.
13131
13132 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13133
13134 * help-fns.el (help-fns--compiler-macro): If the handler function is
13135 named, then put a link to it.
13136 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13137 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13138 (cl-typep): Use it.
13139 (cl-eval-when): Simplify debug spec.
13140 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13141 compiler-macro function instead of setting `compiler-macro-file'.
13142
13143 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13144
13145 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13146 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13147
13148 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13149 Daniel Hackney <dan@haxney.org>
13150
13151 First part of Daniel Hackney's patch to package.el.
13152 * emacs-lisp/package.el: Use defstruct.
13153 (package-desc): New, main struct.
13154 (package--bi-desc, package--ac-desc): New structs, used to describe the
13155 format in external files.
13156 (package-desc-vers): Replace with package-desc-version accessor.
13157 (package-desc-doc): Replace with package-desc-summary accessor.
13158 (package-activate-1): Remove `package' arg since the pkg-vec now
13159 includes the name.
13160 (define-package): Use package-desc-from-define.
13161 (package-unpack-single): Change file-name arg to be a symbol.
13162 (package--add-to-archive-contents): Use package-desc-create and new
13163 accessor functions to package--ac-desc.
13164 (package-buffer-info, package-tar-file-info): Return a package-desc.
13165 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13166 arg to be a package-desc.
13167 (package-install-file): Adjust accordingly. Use \' to match EOS.
13168 (package--from-builtin): New function.
13169 (describe-package-1, package-menu--generate): Use it.
13170 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13171 (package-generate-autoloads): Idem and return the name of the file.
13172 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13173 Change pkg-info arg to be a package-desc.
13174 Use package-make-ac-desc.
13175 (package-upload-file): Use \' to match EOS.
13176 * finder.el (finder-compile-keywords): Use package-make-builtin.
13177
13178 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * vc/vc.el (vc-deduce-fileset): Change error message.
13181 (vc-read-backend): New function.
13182 (vc-next-action): Use it.
13183
13184 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13185
13186 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13187 (prolog-font-lock-keywords): Use regexp-opt instead.
13188 Don't manually highlight strings.
13189 (prolog-mode-variables): Simplify comment-start-skip.
13190 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13191
13192 * emacs-lisp/generic.el (generic--normalise-comments)
13193 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13194 (generic-mode-set-comments): Use them.
13195 (generic-bracket-support): Use setq-local.
13196 (generic-make-keywords-list): Declare obsolete.
13197
13198 2013-06-11 Glenn Morris <rgm@gnu.org>
13199
13200 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13201 Prettify after setting font-lock-defaults. (Bug#14574)
13202
13203 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * replace.el (query-replace, occur-read-regexp-defaults-function)
13206 (replace-search):
13207 * subr.el (declare-function, number-sequence, local-set-key)
13208 (substitute-key-definition, locate-user-emacs-file)
13209 (with-silent-modifications, split-string, eval-after-load):
13210 Fix typos, remove unneeded backslashes and reflow some docstrings.
13211
13212 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13215 default for Elisp files.
13216
13217 2013-06-11 Glenn Morris <rgm@gnu.org>
13218
13219 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13220 although define-derived-mode was doing this anyway. (Bug#14583)
13221
13222 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13225 Fix make-variable-buffer-local call to refer to the correct variable.
13226
13227 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13228
13229 * eshell/em-term.el (eshell-visual-commands)
13230 (eshell-visual-subcommands, eshell-visual-options):
13231 Add summary line to docstrings. Add cross-references.
13232
13233 2013-06-10 Glenn Morris <rgm@gnu.org>
13234
13235 * epa.el (epa-read-file-name): New function. (Bug#14510)
13236 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13237
13238 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13239
13240 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13241 output redirection to be ignored with visual commands.
13242
13243 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13244
13245 * eshell/em-term.el (eshell-visual-command-p): New function.
13246 (eshell-term-initialize): Move long lambda to separate function
13247 eshell-visual-command-p.
13248 * eshell/em-dirs.el (eshell-dirs-initialize):
13249 * eshell/em-script.el (eshell-script-initialize):
13250 Add missing #' to lambda.
13251
13252 2013-06-08 Leo Liu <sdl.web@gmail.com>
13253
13254 * progmodes/octave.el (octave-add-log-current-defun): New function.
13255 (octave-mode): Set add-log-current-defun-function.
13256 (octave-goto-function-definition): Do not move point if not found.
13257 (octave-find-definition): Enhance to try subfunctions first.
13258
13259 2013-06-08 Glenn Morris <rgm@gnu.org>
13260
13261 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13262 (byte-compile-backward-char, byte-compile-backward-word):
13263 Improve previous change, to handle non-explicit nil.
13264
13265 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13268 (smie--opener/closer-at-point): New function.
13269 (smie--matching-block-data): Use it. Don't match from right after an
13270 opener or right before a closer. Obey smie-blink-matching-inners.
13271 Don't signal a mismatch for repeated inners like "switch..case..case".
13272
13273 2013-06-07 Leo Liu <sdl.web@gmail.com>
13274
13275 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13276 to t. (Bug#14303)
13277 (octave-function-header-regexp): Fix. (Bug#14570)
13278 (octave-help-mode-finish-hook, octave-help-mode-finish):
13279 Remove. Just use temp-buffer-show-hook.
13280
13281 * newcomment.el (comment-search-backward): Revert last change.
13282 (Bug#14434)
13283
13284 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13285
13286 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13287
13288 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13289 through xargs, to avoid failure due to MS-Windows limitations on
13290 command-line length.
13291
13292 2013-06-06 Glenn Morris <rgm@gnu.org>
13293
13294 * font-lock.el (lisp-font-lock-keywords-2):
13295 Treat user-error like error.
13296
13297 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13298 (byte-compile-backward-char, byte-compile-backward-word):
13299 Handle explicit nil arguments. (Bug#14565)
13300
13301 2013-06-05 Alan Mackenzie <acm@muc.de>
13302
13303 * isearch.el (isearch-allow-prefix): New user option.
13304 (isearch-other-meta-char): Don't exit isearch when a prefix
13305 argument is typed whilst `isearch-allow-prefix' is non-nil.
13306 (Bug#9706)
13307
13308 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * autorevert.el (auto-revert-notify-handler): Use memq.
13311 Hide assertion failure.
13312
13313 * skeleton.el: Use cl-lib.
13314 (skeleton-further-elements): Use defvar-local.
13315 (skeleton-insert): Use cl-progv.
13316
13317 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13318
13319 * progmodes/prog-mode.el (prog-prettify-symbols)
13320 (prog-prettify-install): Update docstrings.
13321
13322 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * simple.el: Move all the prog-mode code to prog-mode.el.
13325 * progmodes/prog-mode.el: New file.
13326 * loadup.el: Add prog-mode.el.
13327
13328 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13329
13330 * simple.el (prog-prettify-symbols): Add version.
13331 (prog-prettify-install): Add convenience function to prettify symbols.
13332
13333 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13334 (perl--augmented-font-lock-keywords-1)
13335 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13336 variables and use it.
13337
13338 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13339 (cfengine3-mode): Remove unneeded variable and use it.
13340
13341 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13342 (lisp--augmented-font-lock-keywords-1)
13343 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13344 Remove unneeded variables and use it.
13345
13346 2013-06-05 João Távora <joaotavora@gmail.com>
13347
13348 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13349 to point when opening the connection. (Bug#14380)
13350
13351 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * subr.el (load-history-regexp, load-history-filename-element)
13354 (eval-after-load, after-load-functions, do-after-load-evaluation)
13355 (eval-next-after-load, display-delayed-warnings)
13356 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13357 definition of save-match-data.
13358 (overriding-local-map): Remove accidental obsolescence declaration.
13359
13360 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13361
13362 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13363
13364 Generalize symbol prettify support to prog-mode and implement it
13365 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13366 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13367 (prog--prettify-font-lock-compose-symbol)
13368 (prog-prettify-font-lock-symbols-keywords): New variables and
13369 functions to support symbol prettification.
13370 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13371 (lisp--augmented-font-lock-keywords-1)
13372 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13373 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13374 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13375 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13376 Implement prettify of -> => :: strings.
13377 * progmodes/perl-mode.el (perl-prettify-symbols)
13378 (perl--font-lock-compose-symbol)
13379 (perl--font-lock-symbols-keywords): Move to prog-mode.
13380 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13381 (perl-font-lock-keywords-1)
13382 (perl-font-lock-keywords-2): Remove explicit prettify support.
13383 (perl--augmented-font-lock-keywords)
13384 (perl--augmented-font-lock-keywords-1)
13385 (perl--augmented-font-lock-keywords-2, perl-mode):
13386 Implement prettify support.
13387
13388 2013-06-05 Leo Liu <sdl.web@gmail.com>
13389
13390 Re-implement SMIE matching block highlight using
13391 show-paren-data-function. (Bug#14395)
13392 * emacs-lisp/smie.el (smie-matching-block-highlight)
13393 (smie--highlight-matching-block-overlay)
13394 (smie--highlight-matching-block-lastpos)
13395 (smie-highlight-matching-block)
13396 (smie-highlight-matching-block-mode): Remove.
13397 (smie--matching-block-data-cache): New variable.
13398 (smie--matching-block-data): New function.
13399 (smie-setup): Use smie--matching-block-data for
13400 show-paren-data-function.
13401
13402 * progmodes/octave.el (octave-mode-menu): Fix.
13403 (octave-find-definition): Skip garbage lines.
13404
13405 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 Fix compilation error with simultaneous dynamic+lexical scoping.
13408 Add warning when a defvar appears after the first let-binding.
13409 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13410 (byte-compile-close-variables): Initialize it.
13411 (byte-compile--declare-var): New function.
13412 (byte-compile-file-form-defvar)
13413 (byte-compile-file-form-define-abbrev-table)
13414 (byte-compile-file-form-custom-declare-variable): Use it.
13415 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13416 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13417 (byte-compile-bind): Handle dynamic bindings that shadow
13418 lexical bindings.
13419 (byte-compile-unbind): Make arg non-optional.
13420 (byte-compile-let): Simplify.
13421 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13422 (cconv--analyse-function, cconv-analyse-form): Populate it.
13423 Protect byte-compile-bound-variables to limit the scope of defvars.
13424 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13425 Remove unneeded rule for `declare'.
13426
13427 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13428 so as to avoid depending on cl-adjoin at run-time.
13429 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13430
13431 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13432 (macroexp--warn-and-return): Use it.
13433
13434 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * subr.el: Convert to lexical binding.
13437 (overriding-local-map): Make obsolete.
13438 (add-to-list): Doc fix. Add compiler macro.
13439 (read-key): Swap values of local maps.
13440
13441 2013-06-05 Leo Liu <sdl.web@gmail.com>
13442
13443 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13444
13445 2013-06-04 Leo Liu <sdl.web@gmail.com>
13446
13447 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13448 (compilation-auto-jump): Suppress the "Mark set" message to give
13449 way to exit message.
13450
13451 2013-06-04 Alan Mackenzie <acm@muc.de>
13452
13453 Remove faulty optimisation from indentation calculation.
13454 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13455 search limit based on 2000 characters back from indent-point.
13456
13457 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13458
13459 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13460
13461 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * emacs-lisp/lisp.el: Use lexical-binding.
13464 (lisp--local-variables-1, lisp--local-variables): New functions.
13465 (lisp--local-variables-completion-table): New var.
13466 (lisp-completion-at-point): Use it complete let-bound vars.
13467
13468 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13469 eagerly (bug#14422).
13470
13471 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13472
13473 * autorevert.el (auto-revert-notify-enabled)
13474 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13475 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13476 (auto-revert-notify-handler): Handle also gfilenotify.
13477
13478 * subr.el (file-notify-handle-event): New defun. Replacing ...
13479 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13480 Remove.
13481
13482 2013-06-03 Juri Linkov <juri@jurta.org>
13483
13484 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13485 `M-s h .'. (Bug#14427)
13486
13487 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13488 command `hi-lock-face-symbol-at-point'.
13489 (hi-lock-face-symbol-at-point): New command.
13490 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13491 (hi-lock-menu): Add `highlight-symbol-at-point'.
13492 (hi-lock-mode): Doc fix.
13493
13494 * isearch.el (isearch-forward-symbol-at-point): New command.
13495 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13496 (isearch-highlight-regexp): Add a regexp which matches
13497 words/symbols for word/symbol mode.
13498
13499 * subr.el (find-tag-default-bounds): New function with the body
13500 mostly moved from `find-tag-default'.
13501 (find-tag-default): Move most code to `find-tag-default-bounds',
13502 call it and apply `buffer-substring-no-properties' afterwards.
13503
13504 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13505
13506 * eshell/em-term.el (eshell-term-initialize):
13507 Use `cl-intersection' rather than `intersection'.
13508
13509 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13510
13511 * vc/log-view.el: Doc fix.
13512 (log-view-mode-map): Copy keymap from `special-mode-map'.
13513
13514 2013-06-02 Eric Ludlam <zappo@gnu.org>
13515
13516 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13517 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13518 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13519 (eieio-unbound, eieio-default-superclass)
13520 (eieio--define-field-accessors, method-static, method-before)
13521 (method-primary, method-after, method-num-lists)
13522 (method-generic-before, method-generic-primary)
13523 (method-generic-after, method-num-slots)
13524 (eieio-specialized-key-to-generic-key)
13525 (eieio--check-type, class-v, class-p)
13526 (eieio-class-name, define-obsolete-function-alias)
13527 (eieio-class-parents-fast, eieio-class-children-fast)
13528 (same-class-fast-p, class-constructor, generic-p)
13529 (generic-primary-only-p, generic-primary-only-one-p)
13530 (class-option-assoc, class-option, eieio-object-p)
13531 (class-abstract-p, class-method-invocation-order)
13532 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13533 (eieio-class-un-autoload, eieio-defclass)
13534 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13535 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13536 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13537 (eieio-defgeneric-reset-generic-form)
13538 (eieio-defgeneric-form-primary-only)
13539 (eieio-defgeneric-reset-generic-form-primary-only)
13540 (eieio-defgeneric-form-primary-only-one)
13541 (eieio-defgeneric-reset-generic-form-primary-only-one)
13542 (eieio-unbind-method-implementations)
13543 (eieio--defmethod, eieio--typep)
13544 (eieio-perform-slot-validation, eieio-validate-slot-value)
13545 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13546 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13547 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13548 (eieio-slot-name-index, eieio-class-slot-name-index)
13549 (eieio-set-defaults, eieio-initarg-to-attribute)
13550 (eieio-attribute-to-initarg, eieio-c3-candidate)
13551 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13552 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13553 (eieio-class-precedence-list, eieio-generic-call-methodname)
13554 (eieio-generic-call-arglst, eieio-generic-call-key)
13555 (eieio-generic-call-next-method-list)
13556 (eieio-pre-method-execution-functions, eieio-generic-call)
13557 (eieio-generic-call-primary-only, eieiomt-method-list)
13558 (eieiomt-optimizing-obarray, eieiomt-install)
13559 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13560 (eieio-generic-form, eieio-defmethod, make-obsolete)
13561 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13562 (defclass): Remove `eval-and-compile' from macro.
13563 (call-next-method, shared-initialize): Instead of using
13564 `scoped-class' variable, use new eieio--scoped-class, and
13565 eieio--with-scoped-class.
13566 (initialize-instance): Rename local variable 'scoped-class' to
13567 'this-class' to remove ambiguitity from old global.
13568
13569 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13570 eieio.el.
13571 (eieio--scoped-class-stack): New variable.
13572 (eieio--scoped-class): New fcn.
13573 (eieio--with-scoped-class): New scoping macro.
13574 (eieio-defclass): Use pushnew instead of add-to-list.
13575 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13576 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13577 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13578 `scoped-class' variable, use new eieio--scoped-class, and
13579 eieio--with-scoped-class.
13580
13581 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13582
13583 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13584
13585 * eshell/esh-ext.el (eshell-external-command): Pass args to
13586 `eshell-find-interpreter'.
13587 (eshell-find-interpreter): Add new second parameter ARGS.
13588
13589 * eshell/em-script.el (eshell-script-initialize): Add second arg
13590 to the function added as MATCH to `eshell-interpreter-alist'.
13591
13592 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13593 the function added as MATCH to `eshell-interpreter-alist'.
13594
13595 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13596 (eshell-visual-options): New defcustom.
13597 (eshell-escape-control-x): Adapt docstring.
13598 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13599 `eshell-visual-options' in addition to `eshell-visual-commands'.
13600 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13601
13602 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13603
13604 * progmodes/python.el (python-indent-block-enders): Add break,
13605 continue and raise keywords.
13606
13607 2013-06-01 Glenn Morris <rgm@gnu.org>
13608
13609 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13610
13611 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13612 * progmodes/cc-cmds.el (delete-forward-p):
13613 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13614 * progmodes/cc-engine.el (buffer-syntactic-context):
13615 * progmodes/cc-fonts.el (face-property-instance):
13616 * progmodes/cc-mode.el (set-keymap-parents):
13617 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13618 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13619 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13620 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13621 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13622
13623 * progmodes/cc-vars.el (other): Emacs has this widget since
13624 at least 21.1, so don't (re)define it.
13625
13626 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13627 Replace the obsolete alias pcomplete-arg-quote-list.
13628
13629 2013-06-01 Leo Liu <sdl.web@gmail.com>
13630
13631 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13632 punctuation syntax.
13633 (inferior-octave-minimal-columns)
13634 (inferior-octave-last-column-width): New variables.
13635 (inferior-octave-track-window-width-change): New function.
13636 (inferior-octave-mode): Adjust column width so that Octave output,
13637 for example from 'ls', can fit into the window nicely.
13638
13639 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13640
13641 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13642 Highlight expansions inside regexp literals.
13643
13644 2013-05-31 Glenn Morris <rgm@gnu.org>
13645
13646 * obsolete/sym-comp.el (symbol-complete):
13647 Replace obsolete completion-annotate-function.
13648
13649 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13650
13651 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13652
13653 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13654 New function, checks if point is inside a literal that allows
13655 expression expansion.
13656 (ruby-syntax-propertize-expansion): Use it.
13657 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13658 around the body.
13659
13660 2013-05-30 Juri Linkov <juri@jurta.org>
13661
13662 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13663 to "\M-si".
13664 (isearch-invisible): New variable.
13665 (isearch-forward): Doc fix.
13666 (isearch-mode): Set `isearch-invisible'
13667 to the value of `search-invisible'.
13668 (isearch-toggle-case-fold): Doc fix.
13669 (isearch-toggle-invisible): New command.
13670 (isearch-query-replace): Let-bind `search-invisible'
13671 to the value of `isearch-invisible'.
13672 (isearch-search): Use `isearch-invisible' instead of
13673 `search-invisible'. Let-bind `search-invisible'
13674 to the value of `isearch-invisible'. (Bug#11378)
13675
13676 2013-05-30 Juri Linkov <juri@jurta.org>
13677
13678 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13679 call when `query-flag' is nil and `search-invisible' is non-nil.
13680 (Bug#11746)
13681
13682 2013-05-30 Glenn Morris <rgm@gnu.org>
13683
13684 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13685
13686 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13687 (cc-require): Suppress spurious "noruntime" warnings.
13688 (cc-require-when-compile): Use fboundp, for sake of compiler.
13689
13690 * progmodes/cc-mode.el: Move load of cc-vars before that of
13691 cc-langs (which in turn loads cc-vars), to quieten compiler.
13692
13693 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * paren.el: Simplify the code.
13696 (show-paren-mode): Always start the timer.
13697 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13698 (show-paren--overlay, show-paren--overlay-1): Rename from
13699 show-paren-overlay and show-paren-overlay-1, and initialize to an
13700 overlay rather than to nil.
13701 (show-paren-function): Misc cleanup and simplifications.
13702
13703 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * paren.el (show-paren-data-function): New hook.
13706 (show-paren--default): New function, extracted from show-paren-function.
13707 (show-paren-function): Use show-paren-data-function.
13708
13709 2013-05-30 Glenn Morris <rgm@gnu.org>
13710
13711 * ielm.el (ielm-map, ielm-complete-symbol):
13712 Use completion-at-point rather than obsolete functions.
13713 (inferior-emacs-lisp-mode): Doc fix.
13714 Set completion-at-point-functions, rather than
13715 comint-dynamic-complete-functions.
13716
13717 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13718 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13719 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13720
13721 * image.el (image-animated-p): Tweak definition.
13722
13723 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13724 (rlogin-process-connection-type): Tweak default. Add set-after.
13725 (rlogin-host): Doc fix.
13726 (rlogin): Tweak prompt.
13727 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13728
13729 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13730 * progmodes/tcl.el (inferior-tcl-mode-map):
13731 Use completion-at-point rather than obsolete alias.
13732
13733 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13734
13735 * minibuffer.el (read-file-name-completion-ignore-case):
13736 Move before completion--in-region, for eager macro expansion.
13737
13738 2013-05-29 Juri Linkov <juri@jurta.org>
13739
13740 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13741 for total count of matching lines. Add `global-matches' for total
13742 count of matches. Rename `matches' to `lines' for count of
13743 matching lines. Add `matches' for count of matches.
13744 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13745 to `prev-line' for line number of prev match endpt.
13746 Increment `matches' for every match. Print the number of
13747 matching lines in the header.
13748 (occur-context-lines): Rename `lines' to `curr-line'.
13749 Rename `prev-lines' to `prev-line'. (Bug#14017)
13750
13751 2013-05-29 Juri Linkov <juri@jurta.org>
13752
13753 * replace.el (perform-replace): Add `skip-read-only-count',
13754 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13755 Increment them for corresponding conditions and report the number
13756 of skipped occurrences in the final message. (Bug#11746)
13757 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13758 (replace-string, replace-regexp): Doc fix.
13759
13760 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13763
13764 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13765 prog-mode-map (bug#14504).
13766
13767 2013-05-29 Leo Liu <sdl.web@gmail.com>
13768
13769 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13770 (octave-help): Small simplification.
13771
13772 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13773 off the highlight first.
13774
13775 2013-05-29 Glenn Morris <rgm@gnu.org>
13776
13777 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13778 Handle idlwave-last-system-routine-info-cons-cell being nil.
13779
13780 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13781 (idlwave-write-paths): Simplify via with-temp-buffer.
13782
13783 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13784 * emulation/cua-rect.el: Also load cua-base at run time.
13785
13786 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13787 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13788 (cperl-imenu-on-info): Require imenu.
13789
13790 2013-05-28 Alan Mackenzie <acm@muc.de>
13791
13792 Handle "capitalised keywords" correctly.
13793 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13794
13795 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13796
13797 * eshell/em-unix.el: Add -r option to cp.
13798
13799 2013-05-28 Glenn Morris <rgm@gnu.org>
13800
13801 * vc/vc-arch.el (vc-exec-after): Declare.
13802 (vc-switches): Autoload.
13803 * vc/vc-bzr.el: No need to require vc when compiling.
13804 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13805 (vc-resynch-buffer, vc-dir-refresh): Declare.
13806 (vc-setup-buffer, vc-switches): Autoload.
13807 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13808 (vc-resynch-buffer): Declare.
13809 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13810 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13811 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13812 (grep-read-regexp, grep-read-files, grep-expand-template)
13813 (vc-dir-refresh): Declare.
13814 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13815 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13816 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13817 * vc/vc-mtn.el (vc-exec-after): Declare.
13818 (vc-switches): Autoload.
13819 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13820 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13821 (vc-file-tree-walk): Declare.
13822 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13823 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13824 (vc-tag-precondition, vc-rename-master): Autoload.
13825 * vc/vc-svn.el (vc-exec-after): Declare.
13826 (vc-switches, vc-setup-buffer): Autoload.
13827 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13828 Autoload.
13829 (vc-resynch-buffer): Declare.
13830
13831 * obsolete/fast-lock.el (byte-compile-warnings):
13832 Don't warn about obsolete features in this obsolete file.
13833
13834 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13835 Move definition before use.
13836
13837 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13838 (dun-unix-verbs): Remove dun-zippy.
13839 (dun-zippy): Remove function.
13840
13841 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13842
13843 2013-05-27 Juri Linkov <juri@jurta.org>
13844
13845 * replace.el (replace-search): New function with code moved out
13846 from `perform-replace'.
13847 (replace-highlight, replace-dehighlight): Move function definitions
13848 up closer to `replace-search'. (Bug#11746)
13849
13850 2013-05-27 Juri Linkov <juri@jurta.org>
13851
13852 * replace.el (perform-replace): Ignore invisible matches.
13853 In addition to checking `query-replace-skip-read-only', also
13854 filter out matches by calling `run-hook-with-args-until-failure'
13855 on `isearch-filter-predicates', and also check `search-invisible'
13856 for t or call `isearch-range-invisible'.
13857 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13858
13859 2013-05-27 Juri Linkov <juri@jurta.org>
13860
13861 * isearch.el (isearch-filter-predicates): Rename from
13862 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13863 (isearch-message-prefix): Display text from the property
13864 `isearch-message-prefix' of the currently active filters.
13865 (isearch-search): Don't compare `isearch-filter-predicate' with
13866 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13867 on `isearch-filter-predicates'. Also check `search-invisible' for t
13868 or call `isearch-range-invisible'.
13869 (isearch-filter-visible): Make obsolete.
13870 (isearch-lazy-highlight-search):
13871 Call `run-hook-with-args-until-failure' on
13872 `isearch-filter-predicates' and use `isearch-range-invisible'.
13873
13874 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13875 `isearch-filter-predicates' instead of `funcall'ing
13876 `isearch-filter-predicate'.
13877 (Info-mode): Set `Info-isearch-filter' to
13878 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13879
13880 * dired-aux.el (dired-isearch-filter-predicate-orig):
13881 Remove variable.
13882 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13883 (dired-isearch-filenames-end): Add and remove
13884 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13885 instead of changing the value of `isearch-filter-predicate'.
13886 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13887 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13888 Put property `isearch-message-prefix' to "filename " on
13889 `dired-isearch-filter-filenames'.
13890
13891 * wdired.el (wdired-change-to-wdired-mode):
13892 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13893 locally instead of changing `isearch-filter-predicate'.
13894 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13895
13896 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13897
13898 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13899 return the commit hash (Bug#14459). Also set the
13900 `vc-git-detached' property.
13901 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13902 (vc-git-mode-line-string): Use the same help-echo format whether
13903 in detached mode or not, because we know the actual revision now.
13904 When in detached mode, shorten the revision to 7 chars.
13905
13906 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * emacs-lisp/easy-mmode.el (define-minor-mode):
13909 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13910 mode hook and provide a docstring.
13911
13912 2013-05-27 Alan Mackenzie <acm@muc.de>
13913
13914 Remove spurious syntax-table text properties inserted by C-y.
13915 * progmodes/cc-mode.el (c-after-change): Also clear hard
13916 syntax-table property with value nil.
13917
13918 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13919
13920 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13921 when reading the events; the buffer layout shall not be changed.
13922
13923 2013-05-27 Leo Liu <sdl.web@gmail.com>
13924
13925 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13926 New variable.
13927 (inferior-octave-directory-tracker): Automatically re-sync
13928 default-directory.
13929 (octave-help): Improve handling of 'See also'.
13930
13931 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13932
13933 * doc-view.el: Minor naming convention tweaks.
13934 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13935
13936 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13937 even if there's no `display' property yet (bug#14435).
13938
13939 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13940
13941 * subr.el (unmsys--file-name): Rename from reveal-filename.
13942
13943 * Makefile.in (custom-deps, finder-data, autoloads)
13944 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13945 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13946 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13947
13948 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13949
13950 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13951 error-completion on the first 2 args of condition-case (bug#14446).
13952 Don't burp at EOB.
13953
13954 2013-05-25 Leo Liu <sdl.web@gmail.com>
13955
13956 * comint.el (comint-previous-matching-input): Do not flood the
13957 *Messages* buffer with trivial messages.
13958
13959 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13960
13961 * progmodes/flymake.el (flymake-nop): Don't return a string.
13962 (flymake-set-at): Fix typo.
13963
13964 * simple.el (read--expression): New function, extracted from
13965 eval-expression. Set completion-at-point-functions (bug#14465).
13966 (eval-expression, eval-minibuffer): Use it.
13967
13968 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13969
13970 * progmodes/flymake.el (flymake-save-buffer-in-file)
13971 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13972 (flymake-selected-frame, flymake-log, flymake-ins-after)
13973 (flymake-set-at, flymake-get-buildfile-from-cache)
13974 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13975 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13976 Refine the doc string.
13977 (flymake-get-file-name-mode-and-masks): Reformat.
13978 (flymake-get-real-file-name-function): Fix a minor bug.
13979
13980 2013-05-24 Juri Linkov <juri@jurta.org>
13981
13982 * progmodes/grep.el (grep-mode-font-lock-keywords):
13983 Support =linenumber= format used by git-grep for lines with
13984 function names. (Bug#13549)
13985
13986 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13989 0 after a semi-colon; it works better for smie-auto-fill.
13990 (octave--indent-new-comment-line): New function.
13991 (octave-indent-new-comment-line): Use it (indirectly).
13992 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13993 modify comment-line-break-function.
13994
13995 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13996 (smie-setup): Use add-function to set it.
13997
13998 2013-05-24 Sam Steingold <sds@gnu.org>
13999
14000 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14001 argument (before the `interactive' argument).
14002
14003 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * image-mode.el (image-mode-winprops): Add winprops to
14006 image-mode-winprops-alist before running
14007 image-mode-new-window-functions.
14008 * doc-view.el (doc-view-new-window-function): Don't delay
14009 doc-view-goto-page via timers (bug#14435).
14010
14011 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14012
14013 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14014 (doc-view-desktop-save-buffer): New function.
14015 (doc-view-restore-desktop-buffer): New function.
14016 (desktop-buffer-mode-handlers):
14017 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14018 handler.
14019 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14020 `desktop-save-buffer' function.
14021
14022 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14023
14024 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14025 (tramp-gvfs-file-name-handler): Raise a user error when
14026 `tramp-gvfs-enabled' is nil.
14027 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14028 Do not raise a user error when loading package. (Bug#14447)
14029
14030 * net/xesam.el: Move to obsolete/.
14031
14032 2013-05-24 Glenn Morris <rgm@gnu.org>
14033
14034 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14035
14036 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14037
14038 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14039 (Info-find-node, Man-getpage-in-background): Declare.
14040
14041 * mail/unrmail.el (unrmail):
14042 Replace obsolete detect-coding-with-priority.
14043
14044 * net/socks.el (socks-split-string): Use this rather than split-string.
14045 (socks-nslookup-host): Update for above change.
14046 (dynamic-choice, s5-dynamic-choice-match)
14047 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14048 Comment out unused code.
14049
14050 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14051 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14052 (gud-tooltip-echo-area): Make obsolete.
14053 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14054
14055 * progmodes/js.el (js--optimize-arglist): Declare.
14056
14057 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14058
14059 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14060 (ediff-window-C): Declare.
14061
14062 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14063 Tweak requires to silence compiler.
14064
14065 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14066 (he-search-string, he-tried-table, he-expand-list)
14067 (he-init-string, he-string-member, he-substitute-string)
14068 (he-reset-string): Declare.
14069
14070 * obsolete/options.el (list-options): Use custom-variable-p,
14071 rather than obsolete alias.
14072
14073 2013-05-23 Sam Steingold <sds@gnu.org>
14074
14075 * simple.el (shell-command-on-region): Pass the `replace' argument
14076 down to `call-process-region' to comply with the doc as reported on
14077 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14078
14079 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * emacs-lisp/smie.el (smie-indent-forward-token)
14082 (smie-indent-backward-token): Handle string tokens (bug#14381).
14083
14084 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14085
14086 * ielm.el (ielm-menu): New menu.
14087 (inferior-emacs-lisp-mode): Set comment-start.
14088
14089 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14090
14091 * textmodes/reftex.el (reftex-ref-style-toggle):
14092 Fix deactivate action.
14093
14094 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14095 Add cleveref macros.
14096
14097 * textmodes/reftex-parse.el
14098 (reftex-locate-bibliography-files): Accept options for
14099 bibliography commands.
14100 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14101 Add addbibresource. Basic Biblatex support.
14102
14103 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14104
14105 * net/tramp-gvfs.el (top):
14106 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14107 when loading package. (Bug#14447)
14108
14109 2013-05-23 Glenn Morris <rgm@gnu.org>
14110
14111 * progmodes/js.el: No need to load comint when compiling.
14112 (ring-insert, comint-send-string, comint-send-input)
14113 (comint-last-input-end, ido-chop): Declare.
14114
14115 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14116 * vc/ediff-mult.el: Adjust requires.
14117 (ediff-directories-internal, ediff-directory-revisions-internal)
14118 (ediff-patch-file-internal): Declare.
14119 * vc/ediff-ptch.el: Adjust requires.
14120 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14121 (ediff-find-file): Autoload.
14122 * vc/ediff-util.el: No need to load ediff when compiling.
14123 (ediff-regions-internal): Declare.
14124 * vc/ediff-wind.el: Adjust requires.
14125 (ediff-compute-toolbar-width): Define when compiling.
14126 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14127 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14128 (dired-get-filename, dired-get-marked-files)
14129 (ediff-last-dir-patch, ediff-patch-default-directory)
14130 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14131 (ediff-patch-buffer-internal): Declare.
14132
14133 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14134 (ispell-process, ispell-buffer-local-words, lm-summary)
14135 (lm-section-start, lm-section-end): Declare.
14136 (checkdoc-ispell-init): Simplify.
14137
14138 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14139 (he-string-member, he-reset-string, he-substitute-string): Declare.
14140
14141 * eshell/em-ls.el: Adjust requires.
14142 (eshell-glob-regexp): Declare.
14143 * eshell/em-tramp.el: Adjust requires.
14144 (eshell-parse-command): Autoload.
14145 * eshell/em-xtra.el: Adjust requires.
14146 (eshell-parse-command): Autoload.
14147 * eshell/esh-ext.el: Adjust requires.
14148 (eshell-parse-command, eshell-close-handles): Autoload.
14149 * eshell/esh-io.el: Adjust requires.
14150 (eshell-output-filter): Autoload.
14151 * eshell/esh-util.el: No need to load tramp when compiling.
14152 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14153 Declare.
14154 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14155 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14156 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14157 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14158 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14159 * eshell/esh-opt.el, eshell/esh-proc.el:
14160 * eshell/esh-var.el: Adjust requires.
14161 * eshell/eshell.el: Do not require esh-util twice.
14162 (eshell-add-input-to-history): Declare.
14163 (eshell-command): Check history module is active before using it.
14164
14165 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14166
14167 2013-05-22 Leo Liu <sdl.web@gmail.com>
14168
14169 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14170
14171 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14172
14173 * autorevert.el (auto-revert-notify-add-watch)
14174 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14175 it indicates changes in file modification time.
14176
14177 2013-05-22 Glenn Morris <rgm@gnu.org>
14178
14179 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14180 Always delete the autoloaded function from the noruntime and
14181 unresolved functions lists.
14182
14183 * allout.el: No need to load epa, epg, overlay when compiling.
14184 (epg-context-set-passphrase-callback, epg-list-keys)
14185 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14186 (epg-key-user-id-list): Declare.
14187
14188 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14189 (viper-set-parsing-style-toggling-macro)
14190 (viper-set-emacs-state-searchstyle-macros):
14191 Use called-interactively-p on Emacs.
14192 (viper-looking-back): Make it an obsolete alias. Update callers.
14193 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14194 Use looking-back rather than viper-looking-back.
14195 (viper-tmp-insert-at-eob, viper-enlarge-region)
14196 (viper-read-string-with-history, viper-register-to-point)
14197 (viper-append-to-register, viper-change-state-to-vi)
14198 (viper-backward-char-carefully, viper-forward-char-carefully)
14199 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14200 (viper-change-state-to-emacs): Declare.
14201 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14202 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14203 * emulation/viper-mous.el: Do not load viper-cmd.
14204 (viper-backward-char-carefully, viper-forward-char-carefully)
14205 (viper-forward-word, viper-adjust-window): Declare.
14206
14207 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14208
14209 * progmodes/idlw-help.el (idlwave-help-fontify):
14210 Use called-interactively-p.
14211
14212 * term/w32console.el (w32-get-console-codepage)
14213 (w32-get-console-output-codepage): Declare.
14214
14215 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14216 Remove unnecessary declarations.
14217 (dframe-message): Doc fix.
14218
14219 * info.el (dframe-select-attached-frame, dframe-current-frame):
14220 Declare.
14221
14222 * speedbar.el (speedbar-message): Make it an obsolete alias.
14223 Update all callers.
14224 (speedbar-with-attached-buffer)
14225 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14226 (speedbar-with-writable): Use backquote.
14227 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14228 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14229 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14230 rather than speedbar- aliases.
14231 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14232 (speedbar-make-specialized-keymap, speedbar-insert-button)
14233 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14234 (speedbar-do-function-pointer): Declare.
14235 (rmail-speedbar-button, rmail-speedbar-find-file)
14236 (rmail-speedbar-move-message):
14237 Use dframe-with-attached-buffer rather than speedbar- alias.
14238 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14239 (dframe-message, speedbar-make-specialized-keymap)
14240 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14241 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14242 (speedbar-insert-button, dframe-select-attached-frame)
14243 (dframe-maybee-jump-to-attached-frame)
14244 (speedbar-change-initial-expansion-list)
14245 (speedbar-previously-used-expansion-list-name): Declare.
14246 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14247 Use dframe-message, dframe-with-attached-buffer rather than
14248 speedbar- aliases.
14249 (gud-sentinel): Silence compiler.
14250 * progmodes/vhdl-mode.el (speedbar-refresh)
14251 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14252 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14253 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14254 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14255 (speedbar-file-lists, speedbar-make-tag-line)
14256 (speedbar-line-directory, speedbar-goto-this-file)
14257 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14258 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14259 (speedbar-make-button, speedbar-reset-scanners)
14260 (speedbar-files-item-info, speedbar-line-text)
14261 (speedbar-find-file-in-frame, speedbar-set-timer)
14262 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14263 (speedbar-with-writable): Do not (re)define it.
14264 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14265 rather than speedbar- alias.
14266
14267 2013-05-21 Leo Liu <sdl.web@gmail.com>
14268
14269 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14270 menu items.
14271 (octave-mode): Tweak fill-nobreak-predicate.
14272 (inferior-octave-startup): Check process to avoid infinite loop.
14273 (inferior-octave): Pop to buffer first to show abornmal process
14274 exit information.
14275
14276 2013-05-21 Glenn Morris <rgm@gnu.org>
14277
14278 * printing.el (pr-menu-bar): Define when compiling.
14279
14280 2013-05-21 Leo Liu <sdl.web@gmail.com>
14281
14282 * progmodes/octave.el (octave-auto-fill): Remove.
14283 (octave-indent-new-comment-line): Improve.
14284 (octave-mode): Use auto fill mode through
14285 comment-line-break-function and fill-nobreak-predicate.
14286 (octave-goto-function-definition): Support DEFUN_DLD.
14287 (octave-beginning-of-defun): Small tweak.
14288 (octave-help): Show parent directory.
14289
14290 2013-05-21 Glenn Morris <rgm@gnu.org>
14291
14292 * files.el (dired-unmark):
14293 * progmodes/gud.el (gdb-input): Update declarations.
14294
14295 * calculator.el (electric, ehelp): No need to load when compiling.
14296 (Electric-command-loop, electric-describe-mode): Declare.
14297
14298 * doc-view.el (doc-view-current-converter-processes): Move before use.
14299
14300 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14301 Move MODE-set-explicitly definition before use.
14302
14303 * international/mule-diag.el (mule-diag):
14304 Don't use obsolete window-system-version.
14305
14306 * mail/feedmail.el (smtpmail): No need to load when compiling.
14307 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14308
14309 * mail/mail-utils.el (rfc822): No need to load when compiling.
14310 (rfc822-addresses): Autoload it.
14311 (mail-strip-quoted-names): Trivial simplification.
14312
14313 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14314 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14315
14316 * net/snmp-mode.el (tempo): Don't duplicate requires.
14317
14318 * progmodes/prolog.el (info): No need to load when compiling.
14319 (comint): Require before shell requires it.
14320 (Info-goto-node): Autoload it.
14321 (Info-follow-nearest-node): Declare.
14322 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14323
14324 * textmodes/artist.el (picture-mode-exit): Declare.
14325
14326 * textmodes/reftex-parse.el (reftex-parse-from-file):
14327 Trivial rewrite so the compiler can parse it better.
14328
14329 2013-05-20 Leo Liu <sdl.web@gmail.com>
14330
14331 * progmodes/octave.el (octave-help-mode-map)
14332 (octave-help-mode-finish-hook): New variables.
14333 (octave-help-mode, octave-help-mode-finish): New functions.
14334 (octave-help): Use octave-help-mode.
14335
14336 2013-05-20 Glenn Morris <rgm@gnu.org>
14337
14338 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14339
14340 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14341
14342 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14343 start at point, so that expansion starting right after opening
14344 slash in a regexp is recognized.
14345 (ruby-syntax-before-regexp-re): New defvar, extracted from
14346 ruby-syntax-propertize-function. Since the value of this regexp
14347 is looked up at runtime now, we should be able to turn
14348 `ruby-syntax-methods-before-regexp' into a defcustom later.
14349 (ruby-syntax-propertize-function): Split regexp matching into two
14350 parts, for opening and closing slashes. That allows us to skip
14351 over string interpolations and support multiline regexps.
14352 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14353 for them, which calls `ruby-syntax-propertize-expansion'.
14354 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14355 call to `ruby-syntax-propertize-function'.
14356 (ruby-syntax-propertize-expansion): Extracted from
14357 `ruby-syntax-propertize-expansions'. Handles one expansion.
14358 (ruby-syntax-propertize-percent-literal): Leave point right after
14359 the percent symbol, so that the expression expansion rule can
14360 propertize the contents.
14361 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14362 heredoc openers.
14363 (ruby-syntax-propertize-expansions): Remove.
14364
14365 2013-05-18 Juri Linkov <juri@jurta.org>
14366
14367 * man.el (Man-default-man-entry): Remove `-' from the end
14368 of the default value. (Bug#14400)
14369
14370 2013-05-18 Glenn Morris <rgm@gnu.org>
14371
14372 * comint.el (comint-password-prompt-regexp):
14373 Allow "password for XXX" where XXX contains colons (eg https://...).
14374
14375 2013-05-18 Leo Liu <sdl.web@gmail.com>
14376
14377 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14378 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14379 (octave-source-directories): Don't check process.
14380 (octave-source-directories, octave-find-definition): Doc fix.
14381
14382 2013-05-18 Glenn Morris <rgm@gnu.org>
14383
14384 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14385 Remove backspace/delete bindings. (Bug#14392)
14386
14387 * cus-dep.el (custom-make-dependencies): Sort the output.
14388 (custom-versions-load-alist): Convert comment to doc.
14389
14390 2013-05-17 Leo Liu <sdl.web@gmail.com>
14391
14392 * newcomment.el (comment-search-backward): Stricter in finding
14393 comment start. (Bug#14303)
14394
14395 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14396 (octave-comment-start-skip): Properly anchored.
14397
14398 2013-05-17 Leo Liu <sdl.web@gmail.com>
14399
14400 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14401 Clean up when turned off. (Bug#14395)
14402 (smie--highlight-matching-block-overlay): No longer buffer-local.
14403 (smie-highlight-matching-block): Adjust.
14404
14405 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14406
14407 Doc string fix for "nanoseconds" (Bug#14406).
14408 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14409 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14410
14411 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14412
14413 * calc/calc-units.el (math-extract-units): Preserve powers
14414 of units.
14415
14416 2013-05-17 Leo Liu <sdl.web@gmail.com>
14417
14418 * subr.el (delete-consecutive-dups): New function.
14419 * ido.el (ido-set-matches-1): Use it.
14420 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14421 * ido.el (ido-remove-consecutive-dups): Remove.
14422
14423 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14426 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14427 regexp-opt's `words'.
14428
14429 2013-05-16 Leo Liu <sdl.web@gmail.com>
14430
14431 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14432 (smie--highlight-matching-block-overlay)
14433 (smie--highlight-matching-block-lastpos)
14434 (smie--highlight-matching-block-timer): New variables.
14435 (smie-highlight-matching-block): New function.
14436 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14437 (smie-setup): Conditionally enable smie-blink-matching-open.
14438
14439 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14440
14441 Sync with upstream verilog-mode r840.
14442 * progmodes/verilog-mode.el (verilog-mode-version)
14443 (verilog-mode-release-date): Update.
14444 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14445 (verilog-sig-tieoff): Fix string error on
14446 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14447 (verilog-read-decls): Fix parameters confusing
14448 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14449
14450 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14451
14452 * subr.el (reveal-filename): New function.
14453
14454 * loadup.el: Compute Emacs executable versions on MS-Windows,
14455 where executables have the .exe extension. Add a hard link
14456 emacs-XX.YY.ZZ.exe on MS-Windows.
14457
14458 * Makefile.in (XARGS_LIMIT): New variable.
14459 (custom-deps, finder-data, autoloads)
14460 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14461 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14462 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14463 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14464
14465 2013-05-16 Leo Liu <sdl.web@gmail.com>
14466
14467 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14468 (octave-mode-menu, octave-mode-map): Remove its uses.
14469
14470 2013-05-16 Reto Zimmermann <reto@gnu.org>
14471
14472 Sync with upstream vhdl mode v3.34.2.
14473 * progmodes/vhdl-mode.el: Use `push' throughout.
14474 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14475 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14476 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14477 (vhdl-actual-generic-name): New option to derive actual generic name.
14478 (vhdl-port-paste-signals): Replace formal by actual generics.
14479 (vhdl-beautify): New name for old group vhdl-align. Update users.
14480 (vhdl-beautify-options): New option.
14481 (vhdl-last-input-event): New compat alias. Use throughout.
14482 (vhdl-goto-line): Replace user level function `goto-line'.
14483 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14484 vhdl-fix-statement-buffer.
14485 (vhdl-create-mode-menu): Add some entries.
14486 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14487 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14488 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14489 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14490 to force statements on one line.
14491 (vhdl-remove-trailing-spaces-region):
14492 New, split from vhdl-remove-trailing-spaces.
14493 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14494 Respect vhdl-beautify-options.
14495 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14496 (vhdl-update-sensitivity-list): Not add with index if exists without.
14497 Not include array index with signal. Ignore keywords in comments.
14498 (vhdl-get-visible-signals): Regexp tweaks.
14499 (vhdl-template-component-inst): Handle empty library.
14500 (vhdl-template-type): Add template for 'enum' type.
14501 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14502 Use vhdl-replace-string.
14503 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14504 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14505 (vhdl-speedbar-initialize): Update for above name change.
14506 (vhdl-compose-wire-components): Fix in handling of constants.
14507 (vhdl-error-regexp-emacs-alist): New variable.
14508 (vhdl-error-regexp-add-emacs): New function;
14509 adds support for new compile.el (Emacs 22+)
14510 (vhdl-generate-makefile-1): Change target order for single lib. units.
14511 Allow use of absolute file names.
14512
14513 2013-05-16 Leo Liu <sdl.web@gmail.com>
14514
14515 * simple.el (prog-indent-sexp): Indent enclosing defun.
14516
14517 2013-05-15 Glenn Morris <rgm@gnu.org>
14518
14519 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14520 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14521 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14522 (whitespace-highlight): Move to whitespace group.
14523
14524 * comint.el (comint-source):
14525 * pcmpl-linux.el (pcmpl-linux):
14526 * shell.el (shell-faces):
14527 * eshell/esh-opt.el (eshell-opt):
14528 * international/ccl.el (ccl): Remove empty custom groups.
14529
14530 * completion.el (dynamic-completion-mode):
14531 * jit-lock.el (jit-lock-debug-mode):
14532 * minibuffer.el (completion-in-region-mode):
14533 * type-break.el (type-break-mode-line-message-mode)
14534 (type-break-query-mode):
14535 * emulation/tpu-edt.el (tpu-edt-mode):
14536 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14537 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14538 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14539
14540 * term/xterm.el (xterm): Change parent group to terminals.
14541
14542 * master.el (master): Remove empty custom group.
14543 (master-mode): Remove unused :group argument.
14544 * textmodes/refill.el (refill): Remove empty custom group.
14545 (refill-mode): Remove unused :group argument.
14546
14547 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14548
14549 * cus-dep.el: Provide a feature.
14550 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14551 Don't mistakenly ignore files whose basenames match a basename
14552 from preloaded-file-list (eg cedet/ede/simple.el).
14553 Add a fallback method for getting :group.
14554
14555 2013-05-15 Juri Linkov <juri@jurta.org>
14556
14557 * isearch.el (isearch-char-by-name): Rename from
14558 `isearch-insert-char-by-name'. Doc fix.
14559 (isearch-forward): Mention `isearch-char-by-name' in
14560 the docstring. (Bug#13348)
14561
14562 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14563 `exit-minibuffer' instead of
14564 `isearch-nonincremental-exit-minibuffer'.
14565 (isearch-edit-string): Remove mention of
14566 `isearch-nonincremental-exit-minibuffer' from docstring.
14567 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14568 (isearch-forward-exit-minibuffer)
14569 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14570
14571 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14572
14573 * loadup.el: Just use unversioned DOC.
14574
14575 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14576 literals as extending to EOB.
14577 (nxml-last-fontify-end): Remove unused variable.
14578 (nxml-after-change1): Use with-silent-modifications.
14579 (nxml-extend-after-change-region): Simplify.
14580 (nxml-extend-after-change-region1): Remove function.
14581 (nxml-after-change1): Don't adjust for dependent regions.
14582 (nxml-fontify-matcher): Simplify.
14583 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14584 (xmltok-add-dependent): Remove function.
14585 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14586 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14587 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14588 unclosed <[[, <?, comment, and other literals as extending to EOB.
14589 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14590 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14591 Remove functions.
14592 (rng-do-some-validation-1): Don't mark dependent regions.
14593 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14594 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14595 (nxml-clear-dependent-regions): Remove functions.
14596 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14597 (nxml-ensure-scan-up-to-date):
14598 Don't clear&mark dependent regions.
14599
14600 2013-05-15 Leo Liu <sdl.web@gmail.com>
14601
14602 * progmodes/octave.el (octave-goto-function-definition):
14603 Improve and fix callers.
14604
14605 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14608 the setter (bug#14387).
14609
14610 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14611 surrounding group (bug#14402).
14612
14613 2013-05-14 Juri Linkov <juri@jurta.org>
14614
14615 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14616 (Bug#14390)
14617
14618 2013-05-14 Glenn Morris <rgm@gnu.org>
14619
14620 * progmodes/f90.el (f90-imenu-generic-expression):
14621 Fix typo in 2013-05-08 change. (Bug#14402)
14622
14623 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14624
14625 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14626 Remove signals for which replies are never received.
14627
14628 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14629
14630 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14631 (gdb-handler-alist, gdb-handler-number): Remove variables.
14632 (gdb-handler-list): New variable.
14633 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14634 (gdb-pending-handler-p, gdb-handle-reply)
14635 (gdb-remove-all-pending-triggers): New functions.
14636 (gdb-discard-unordered-replies): New defcustom.
14637 (gdb-handler): New defstruct.
14638 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14639 instead of gdb-pending-triggers. Update docstring.
14640 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14641 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14642 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14643 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14644 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14645 (gdb-frame-handler): Pending triggers are now automatically managed.
14646 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14647 Remove argument.
14648 (gdb-input): Automatically handles pending triggers. Update docstring.
14649 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14650 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14651 Update comments.
14652 (gdb-done-or-error): Now use gdb-handle-reply.
14653
14654 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14655
14656 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14657 gdb-debug-log.
14658
14659 2013-05-14 Glenn Morris <rgm@gnu.org>
14660
14661 * subr.el (user-emacs-directory-warning): New option.
14662 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14663
14664 2013-05-14 Leo Liu <sdl.web@gmail.com>
14665
14666 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14667 during redisplay.
14668 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14669 (octave-font-lock-texinfo-comment): Fix invalid search bound
14670 error: wrong side of point.
14671
14672 2013-05-14 Glenn Morris <rgm@gnu.org>
14673
14674 * progmodes/flymake.el (flymake-xml-program): New option.
14675 (flymake-xml-init): Use it.
14676
14677 * term/xterm.el: Provide a feature.
14678
14679 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14680
14681 2013-05-13 Glenn Morris <rgm@gnu.org>
14682
14683 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14684 Add compat aliases as a hack workaround. (Bug#14384)
14685
14686 2013-05-13 Leo Liu <sdl.web@gmail.com>
14687
14688 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14689 ###, and %!.
14690 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14691 C-M-q.
14692 (octave-comment-start-skip): Include %!.
14693 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14694
14695 2013-05-12 Leo Liu <sdl.web@gmail.com>
14696
14697 * progmodes/octave.el (inferior-octave-startup): Store the value
14698 of __octave_srcdir__ for octave-source-directories.
14699 (inferior-octave-check-process): New function refactored out of
14700 inferior-octave-send-list-and-digest.
14701 (octave-source-directories)
14702 (octave-find-definition-filename-function): New variables.
14703 (octave-source-directories)
14704 (octave-find-definition-default-filename): New functions.
14705 (octave-find-definition): Improve to find functions implemented in C++.
14706
14707 2013-05-12 Glenn Morris <rgm@gnu.org>
14708
14709 * calendar/diary-lib.el (diary-outlook-format-1):
14710 Don't include dayname in the output. (Bug#14349)
14711
14712 2013-05-11 Glenn Morris <rgm@gnu.org>
14713
14714 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14715
14716 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14717 Treat cc-provide like provide.
14718
14719 2013-05-11 Kevin Ryde <user42@zip.com.au>
14720
14721 * cus-dep.el (custom-make-dependencies):
14722 Use generated-autoload-load-name for the sake of files such
14723 such cedet/semantic/bovine/c.el, where the base file name
14724 is not in load-path. (Bug#5277)
14725
14726 2013-05-11 Glenn Morris <rgm@gnu.org>
14727
14728 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14729 Provide features.
14730
14731 2013-05-11 Leo Liu <sdl.web@gmail.com>
14732
14733 * progmodes/octave.el (octave-indent-comment): Improve.
14734 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14735 (octave-eldoc-function-signatures, octave-eldoc-function):
14736 New functions.
14737 (octave-mode, inferior-octave-mode): Add eldoc support.
14738
14739 2013-05-11 Richard Stallman <rms@gnu.org>
14740
14741 * epa.el (epa-decrypt-file): Take output file name as argument
14742 and read it using `interactive'.
14743
14744 2013-05-11 Leo Liu <sdl.web@gmail.com>
14745
14746 * progmodes/octave.el (octave-beginning-of-line)
14747 (octave-end-of-line): Check before using up-list because it jumps
14748 out of more syntactic contructs since moving to smie.
14749 (octave-indent-comment): New function.
14750 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14751 (octave-begin-keywords, octave-end-keywords)
14752 (octave-reserved-words, octave-smie-bnf-table)
14753 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14754
14755 2013-05-11 Glenn Morris <rgm@gnu.org>
14756
14757 * faces.el (internal-face-x-get-resource):
14758 * frame.el (ns-display-monitor-attributes-list):
14759 * calc/calc-aent.el (math-to-radians-2):
14760 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14761 Fix declarations.
14762
14763 * calc/calc-menu.el: Make it loadable in isolation.
14764
14765 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14766 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14767 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14768 (eudc-bbdb-query-internal): Require 'bbdb.
14769
14770 * lpr.el (lpr-headers-switches):
14771 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14772
14773 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14774
14775 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14776
14777 * term.el (term-set-escape-char): Make it idempotent.
14778
14779 2013-05-10 Leo Liu <sdl.web@gmail.com>
14780
14781 * progmodes/octave.el (inferior-octave-completion-table):
14782 No longer a function and all uses changed. Use cache to speed up
14783 completion due to bug#11906.
14784 (octave-beginning-of-defun): Re-write to be more general.
14785
14786 2013-05-10 Glenn Morris <rgm@gnu.org>
14787
14788 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14789
14790 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * comint.el (comint-redirect-send-command-to-process): Use :around
14793 rather than :override for comint-redirect-filter.
14794 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14795 Call it instead of comint-redirect-original-filter-function (which
14796 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14797
14798 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14799
14800 * frame.el (display-monitor-attributes-list): Add NS case.
14801 (ns-display-monitor-attributes-list): Declare.
14802
14803 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14804
14805 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14806
14807 2013-05-09 Glenn Morris <rgm@gnu.org>
14808
14809 * international/fontset.el (vertical-centering-font-regexp):
14810 Set standard-value.
14811
14812 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14813
14814 * bookmark.el (bookmark-search-delay):
14815 * cus-start.el (vertical-centering-font-regexp):
14816 * ps-mule.el (ps-mule-font-info-database-default):
14817 * ps-print.el (ps-default-fg, ps-default-bg):
14818 * type-break.el (type-break-good-break-interval):
14819 * whitespace.el (whitespace-indentation-regexp)
14820 (whitespace-space-after-tab-regexp):
14821 * emacs-lisp/testcover.el (testcover-1value-functions)
14822 (testcover-noreturn-functions, testcover-progn-functions)
14823 (testcover-prog1-functions):
14824 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14825 * eshell/em-glob.el (eshell-glob-translate-alist):
14826 * play/tetris.el (tetris-tty-colors):
14827 * progmodes/cpp.el (cpp-face-default-list):
14828 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14829 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14830 (idlwave-help-browser-generic-args):
14831 * progmodes/make-mode.el (makefile-special-targets-list):
14832 * progmodes/python.el (python-shell-virtualenv-path):
14833 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14834 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14835 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14836 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14837 * textmodes/reftex-vars.el (reftex-format-label-function):
14838 * textmodes/remember.el (remember-diary-file): Fix custom types.
14839
14840 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14841 Add :version.
14842
14843 2013-05-09 Leo Liu <sdl.web@gmail.com>
14844
14845 * progmodes/octave.el (inferior-octave-completion-at-point):
14846 Restore file completion. (Bug#14300)
14847 (inferior-octave-startup): Fix incorrect highlighting for the
14848 first prompt.
14849
14850 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * progmodes/ruby-mode.el: First cut at SMIE support.
14853 (ruby-use-smie): New var.
14854 (ruby-smie-grammar): New constant.
14855 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14856 (ruby-smie--forward-token, ruby-smie--backward-token)
14857 (ruby-smie-rules): New functions.
14858 (ruby-mode-variables): Setup SMIE if applicable.
14859
14860 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14861
14862 * simple.el (line-move-visual): Signal beginning/end of buffer
14863 only if vertical-motion moved less than it was requested. Avoids
14864 silly incorrect error messages when there are display strings with
14865 multiple newlines at EOL.
14866
14867 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14870 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14871 (prolog-char-quote-workaround):
14872 * progmodes/cperl-mode.el (cperl-under-as-char):
14873 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14874 Mark as obsolete.
14875 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14876 their declaration.
14877 (vhdl-mode-syntax-table-init): Remove.
14878
14879 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14880 last change.
14881
14882 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14883 syntax for "_".
14884 (ld-script-font-lock-keywords):
14885 Change regexps to use things like \_< and \_>.
14886
14887 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14888 Change all regexps to use things like \_< and \_>.
14889
14890 * progmodes/autoconf.el (autoconf-definition-regexp)
14891 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14892 Handle a _ with symbol syntax.
14893 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14894
14895 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14896 Consolidate declaration.
14897 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14898 the declaration.
14899 (ada-create-syntax-table): Remove.
14900 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14901 already has the right syntax nowadays.
14902 (ada-goto-next-word): Don't change the syntax of "_".
14903
14904 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14905 with-wrapper-hook.
14906
14907 2013-05-08 Sam Steingold <sds@gnu.org>
14908
14909 * thingatpt.el (thing-at-point): Accept optional second argument
14910 NO-PROPERTIES to strip the text properties from the return value.
14911 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14912 to `thing-at-point' instead of stripping the properties ourselves.
14913 Also, when `thing-at-point' fails to find a url, prepend "http://"
14914 to the filename at point on the assumption that the user is
14915 pointing at something like gnu.org/gnu.
14916
14917 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14918
14919 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14920 * faces.el (crm-separator):
14921 Silence byte-compiler.
14922
14923 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14924 (tool-bar-map): Remove unneeded defvars.
14925
14926 2013-05-08 Leo Liu <sdl.web@gmail.com>
14927
14928 Re-work a fix for bug#10994 based on Le Wang's patch.
14929 * ido.el (ido-remove-consecutive-dups): New helper.
14930 (ido-completing-read): Use it.
14931 (ido-chop): Revert fix for bug#10994.
14932
14933 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14934
14935 * cus-edit.el (custom-save-variables):
14936 Pretty-print long values. (Bug#14187)
14937
14938 2013-05-08 Glenn Morris <rgm@gnu.org>
14939
14940 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14941 (m4-mode-syntax-table): Init in the defvar.
14942 (m4-mode-abbrev-table): Let define-derived-mode define it.
14943
14944 2013-05-08 Tom Tromey <tromey@redhat.com>
14945
14946 * progmodes/m4-mode.el (m4-mode-syntax-table):
14947 Do not treat "_" as word constituent. (Bug#14167)
14948
14949 2013-05-07 Glenn Morris <rgm@gnu.org>
14950
14951 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14952 Remove explicit eshell-isearch-cancel-map.
14953
14954 * progmodes/f90.el (f90-smart-end-names): New option.
14955 (f90-smart-end): Doc fix.
14956 (f90-end-block-optional-name): New constant.
14957 (f90-block-match): Respect f90-smart-end-names.
14958
14959 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14962 about implicit semi-colons (bug#14218).
14963
14964 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14965
14966 * frame.el (display-monitor-attributes-list)
14967 (frame-monitor-attributes): New functions.
14968
14969 2013-05-06 Leo Liu <sdl.web@gmail.com>
14970
14971 * progmodes/octave.el (octave-syntax-propertize-function): Change
14972 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14973 (octave-font-lock-keywords): Use octave-operator-regexp.
14974 (octave-completion-at-point): Rename from
14975 octave-completion-at-point-function.
14976 (inferior-octave-directory-tracker): Robustify.
14977 (octave-text-functions): Remove and fix its uses. No such things
14978 any more.
14979
14980 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * emacs-lisp/trace.el (trace--display-buffer): New function.
14983 (trace-make-advice): Use it.
14984
14985 2013-05-06 Juri Linkov <juri@jurta.org>
14986
14987 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14988 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14989 Doc fix.
14990 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14991 in the help string. (Bug#12985)
14992
14993 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14994
14995 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14996
14997 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * progmodes/perl-mode.el: Add support for here documents.
15000 (perl-syntax-propertize-function): Match here-doc markers.
15001 (perl-syntax-propertize-special-constructs): Find their end.
15002 (perl-imenu-generic-expression): Use [:alnum:].
15003
15004 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15005 (advice--add-function): Refresh the advice if already present
15006 (bug#14317).
15007
15008 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15009
15010 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15011
15012 2013-05-06 Glenn Morris <rgm@gnu.org>
15013
15014 * w32-fns.el (w32-charset-info-alist): Declare.
15015
15016 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15017 of its defcustom properties.
15018 (eshell-cmpl-initialize): No need to load pcomplete.
15019
15020 * generic-x.el: No need to require comint when compiling.
15021
15022 * net/eudc-export.el: Make it loadable without bbdb.
15023 (top-level): Use require rather than load-library.
15024 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15025 (eudc-batch-export-records-to-bbdb)
15026 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15027 Require bbdb.
15028
15029 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15032 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15033 some tweaks, instead.
15034
15035 2013-05-05 Leo Liu <sdl.web@gmail.com>
15036
15037 * progmodes/octave.el (octave-font-lock-keywords)
15038 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15039 (inferior-octave-send-list-and-digest): Improve error message.
15040 (octave-mode, inferior-octave-mode): Use setq-local.
15041 (octave-help): Set info-lookup-mode.
15042
15043 2013-05-05 Richard Stallman <rms@gnu.org>
15044
15045 * vc/compare-w.el (compare-windows-whitespace):
15046 Treat no-break space as whitespace.
15047
15048 * mail/rmailsum.el (rmail-summary-rmail-update):
15049 Detect empty summary and don't change selected message.
15050 (rmail-summary-goto-msg): Likewise.
15051
15052 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15053 Doc fixes, rename args.
15054
15055 2013-05-05 Alan Mackenzie <acm@muc.de>
15056
15057 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15058
15059 2013-05-05 Juri Linkov <juri@jurta.org>
15060
15061 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15062 to not add the length of the summary segment to the return value.
15063 (Bug#14125)
15064
15065 2013-05-05 Leo Liu <sdl.web@gmail.com>
15066
15067 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15068 (inferior-octave-output-filter): Remove.
15069 (octave-send-region, inferior-octave-startup): Fix callers.
15070 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15071 (octave-binary-file-extensions): New user variable.
15072 (octave-find-definition): Confirm if opening binary files.
15073 (octave-help-file): Use octave-find-definition to get the binary
15074 confirmation.
15075 (octave-help): Adjust for octave-help-file change.
15076
15077 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15080 Merge the two entries that handle function definitions.
15081 (pascal--syntax-propertize): New const.
15082 (pascal-mode): Use it. Use setq-local.
15083
15084 2013-05-04 Glenn Morris <rgm@gnu.org>
15085
15086 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15087 (diary-from-outlook): Respect diary-from-outlook-function.
15088
15089 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15092 Move the declaration from C.
15093 (read-minibuffer, eval-minibuffer): Move from C.
15094 (completion-setup-function): Avoid minibuffer-completion-contents.
15095
15096 2013-05-03 Leo Liu <sdl.web@gmail.com>
15097
15098 * progmodes/octave.el (octave-font-lock-keywords): Do not
15099 dehighlight 'end' in comments or strings.
15100 (octave-completing-read, octave-goto-function-definition):
15101 New helpers.
15102 (octave-help-buffer): New user variable.
15103 (octave-help-file, octave-help-function): New button types.
15104 (octave-help): New command and bind it to C-h ;.
15105 (octave-find-definition): New command and bind it to M-.
15106 (user-error): Alias to error if not defined.
15107
15108 2013-05-02 Leo Liu <sdl.web@gmail.com>
15109
15110 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15111 for \. (bug#14332)
15112 (octave-font-lock-keywords): Include [ and {.
15113
15114 2013-05-02 Leo Liu <sdl.web@gmail.com>
15115
15116 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15117 (inferior-octave): Remove calling comint-mode and return the buffer.
15118 (inferior-octave-startup): Cosmetic changes.
15119
15120 2013-05-02 Leo Liu <sdl.web@gmail.com>
15121
15122 * progmodes/octave.el (octave-syntax-propertize-function):
15123 Include the case when ' is at line beginning. (Bug#14336)
15124
15125 2013-05-02 Glenn Morris <rgm@gnu.org>
15126
15127 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15128 * desktop.el (vc-dir-mode): Just autoload it here.
15129
15130 2013-05-02 Alan Mackenzie <acm@muc.de>
15131
15132 Eliminate variable c-standard-font-lock-fontify-region-function.
15133 * progmodes/cc-mode.el
15134 (c-standard-font-lock-fontify-region-function): Remove.
15135 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15136
15137 2013-05-01 Leo Liu <sdl.web@gmail.com>
15138
15139 * progmodes/octave.el: Compatible with older emacs-24 releases.
15140 (inferior-octave-has-built-in-variables): Remove. Built-in
15141 variables were removed from Octave in 2007.
15142 (inferior-octave-startup): Fix uses.
15143 (comint-line-beginning-position): Remove compatibility code for
15144 emacs 21.
15145
15146 2013-05-01 Juri Linkov <juri@jurta.org>
15147
15148 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15149
15150 2013-05-01 Juri Linkov <juri@jurta.org>
15151
15152 * comint.el (comint-previous-matching-input): Don't print message
15153 "History item: %d" when `isearch-mode' is active.
15154 (comint-history-isearch-message): Print message "History item: %d"
15155 when `comint-input-ring-index' is not empty and this function is
15156 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15157
15158 2013-05-01 Leo Liu <sdl.web@gmail.com>
15159
15160 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15161 definitions. Use completion-at-point to insert keywords.
15162 (octave-abbrev-start): Remove.
15163 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15164
15165 2013-04-30 Leo Liu <sdl.web@gmail.com>
15166
15167 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15168 change.
15169
15170 2013-04-30 Alan Mackenzie <acm@muc.de>
15171
15172 Handle arbitrarily long C++ member initialisation lists.
15173 * progmodes/cc-engine.el (c-back-over-member-initializers):
15174 new function.
15175 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15176 (most) member init lists.
15177
15178 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15179
15180 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15181 variable.
15182
15183 2013-04-30 Leo Liu <sdl.web@gmail.com>
15184
15185 * progmodes/octave.el (octave-variables): Remove. No builtin
15186 variables any more. All converted to functions.
15187 (octave-font-lock-keywords, octave-completion-at-point-function):
15188 Fix uses.
15189 (octave-font-lock-texinfo-comment): New user variable.
15190 (octave-texinfo-font-lock-keywords): New variable for texinfo
15191 comment block.
15192 (octave-function-comment-block): New face.
15193 (octave-font-lock-texinfo-comment): New function.
15194 (octave-mode): Font lock texinfo comment block.
15195
15196 2013-04-29 Leo Liu <sdl.web@gmail.com>
15197
15198 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15199 indexing expression.
15200 (octave-continuation-string): Do not use \.
15201 (inferior-octave-complete-impossible): Remove.
15202 (inferior-octave-completion-table)
15203 (inferior-octave-completion-at-point): Remove its uses.
15204 (inferior-octave-startup): completion_matches was introduced to
15205 Octave in 1996 so safe to assume it.
15206 (octave-function-file-comment): Improve to follow how Octave does it.
15207 (octave-update-function-file-comment): Tweak.
15208
15209 2013-04-29 Leo Liu <sdl.web@gmail.com>
15210
15211 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15212 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15213 (octave-function-file-comment): Fix typo.
15214 (octave-sync-function-file-names): Use read-char-choice.
15215
15216 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15217
15218 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15219 to t for the less important warnings.
15220
15221 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15222
15223 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15224
15225 2013-04-27 Glenn Morris <rgm@gnu.org>
15226
15227 * vc/log-view.el (log-view-current-entry):
15228 Treat "---" separator lines as part of the following rev. (Bug#14169)
15229
15230 2013-04-27 Juri Linkov <juri@jurta.org>
15231
15232 * subr.el (read-number): Doc fix about using it by interactive
15233 code letter `n'. (Bug#14254)
15234
15235 2013-04-27 Juri Linkov <juri@jurta.org>
15236
15237 * desktop.el (desktop-auto-save-timeout): New option.
15238 (desktop-file-checksum): New variable.
15239 (desktop-save): Add optional arg `auto-save' and don't auto-save
15240 if nothing changed.
15241 (desktop-auto-save-timer): New variable.
15242 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15243 (after-init-hook): Call `desktop-auto-save-set-timer'.
15244 Suggested by Reuben Thomas <rrt@sc3d.org> in
15245 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15246
15247 2013-04-27 Leo Liu <sdl.web@gmail.com>
15248
15249 * progmodes/octave.el (octave-function-file-p)
15250 (octave-skip-comment-forward, octave-function-file-comment)
15251 (octave-update-function-file-comment): New functions.
15252 (octave-mode-map): Bind C-c ; to
15253 octave-update-function-file-comment.
15254 (octave-mode-menu): Add octave-update-function-file-comment.
15255 (octave-mode, inferior-octave-mode): Fix doc-string.
15256 (octave-insert-defun): Conform to Octave's coding convention.
15257 (Bug#14285)
15258
15259 * files.el (basic-save-buffer): Don't let errors in
15260 before-save-hook prevent saving buffer.
15261
15262 2013-04-20 Roland Winkler <winkler@gnu.org>
15263
15264 * faces.el (read-face-name): Use completing-read if arg multiple
15265 is nil.
15266
15267 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15268
15269 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15270 displayed, move point to after the totals line.
15271 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15272 for the details.
15273
15274 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15277 Add current dir to the load-path.
15278 (package-generate-autoloads): Don't rely on
15279 autoload-ensure-default-file.
15280
15281 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15282
15283 * textmodes/remember.el (remember-store-in-files): Document that
15284 the file name format is passed to `format-time-string'.
15285
15286 2013-04-26 Leo Liu <sdl.web@gmail.com>
15287
15288 * progmodes/octave.el (octave-sync-function-file-names): New function.
15289 (octave-mode): Use it in before-save-hook.
15290
15291 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15294 (bug#14274).
15295
15296 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15297 \n and comment, even if it's not an implicit ; (bug#14218).
15298
15299 2013-04-26 Glenn Morris <rgm@gnu.org>
15300
15301 * subr.el (read-number): Once more use `read' rather than
15302 `string-to-number', to trap non-numeric input. (Bug#14254)
15303
15304 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15305
15306 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15307 Use `syntax-multiline' text property consistently instead of
15308 `font-lock-multiline'. (Bug#14237)
15309
15310 2013-04-26 Glenn Morris <rgm@gnu.org>
15311
15312 * emacs-lisp/shadow.el (list-load-path-shadows):
15313 No longer necessary to check for duplicate simple.el, since
15314 2012-07-07 change to init_lread to not include installation lisp
15315 directories in load-path when running uninstalled. (Bug#14270)
15316
15317 2013-04-26 Leo Liu <sdl.web@gmail.com>
15318
15319 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15320 (octave-mode, inferior-octave-mode): Use setq-local.
15321 (octave-not-in-string-or-comment-p): Rename to
15322 octave-in-string-or-comment-p.
15323 (octave-in-comment-p, octave-in-string-p)
15324 (octave-in-string-or-comment-p): Replace defsubst with defun.
15325
15326 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15327
15328 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15329
15330 2013-04-25 Bastien Guerry <bzg@gnu.org>
15331
15332 * textmodes/remember.el (remember-data-directory)
15333 (remember-directory-file-name-format): Fix custom types.
15334
15335 2013-04-25 Leo Liu <sdl.web@gmail.com>
15336
15337 * progmodes/octave.el (octave-completion-at-point-function):
15338 Make use of inferior octave process.
15339 (octave-initialize-completions): Remove.
15340 (inferior-octave-completion-table): New function.
15341 (inferior-octave-completion-at-point): Use it.
15342 (octave-completion-alist): Remove.
15343
15344 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15347 (opascal-mode-syntax-table): New var.
15348 (opascal-literal-kind, opascal-is-literal-end)
15349 (opascal-literal-token-at): Rewrite.
15350 (opascal--literal-start-re, opascal-font-lock-keywords)
15351 (opascal--syntax-propertize): New constants.
15352 (opascal-font-lock-defaults): Adjust.
15353 (opascal-mode): Use them. Set comment-<foo> variables as well.
15354 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15355 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15356 (delphi-other-face, opascal-other-face): Remove face variables.
15357 (opascal-save-state): Remove macro.
15358 (opascal-fontifying-progress-step): Remove constant.
15359 (opascal--ignore-changes): Remove var.
15360 (opascal-set-token-property, opascal-parse-next-literal)
15361 (opascal-is-stable-literal, opascal-complete-literal)
15362 (opascal-is-literal-start, opascal-face-of)
15363 (opascal-parse-region, opascal-parse-region-until-stable)
15364 (opascal-fontify-region, opascal-after-change)
15365 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15366 (opascal-debug-parse-region, opascal-debug-parse-window)
15367 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15368 (opascal-debug-fontify-buffer): Remove.
15369 (opascal-debug-mode-map): Adjust accordingly.
15370
15371 2013-04-25 Leo Liu <sdl.web@gmail.com>
15372
15373 Merge octave-mod.el and octave-inf.el into octave.el with some
15374 cleanups.
15375 * progmodes/octave.el: New file renamed from octave-mod.el.
15376 * progmodes/octave-inf.el: Merged into octave.el.
15377 * progmodes/octave-mod.el: Renamed to octave.el.
15378
15379 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15380
15381 * textmodes/reftex-vars.el
15382 (reftex-label-ignored-macros-and-environments): New defcustom.
15383
15384 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15385
15386 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15389 (smie-indent-keyword): Improve the check to ensure that the next
15390 comment is really on the same line.
15391 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15392
15393 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15394 semi-colons if the line is not otherwise empty (bug#14218).
15395
15396 2013-04-25 Glenn Morris <rgm@gnu.org>
15397
15398 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15399
15400 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15401
15402 * progmodes/opascal.el (opascal-set-token-property): Rename from
15403 opascal-set-text-properties and only set `token' (bug#14134).
15404 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15405 (opascal-literal-text-properties): Remove.
15406 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15407 Adjust callers.
15408
15409 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15410
15411 * textmodes/remember.el (remember-handler-functions): Add an
15412 option for a new handler `remember-store-in-files'.
15413 (remember-data-directory, remember-directory-file-name-format):
15414 New options.
15415 (remember-store-in-files): New function to store remember notes
15416 as separate files within a directory.
15417
15418 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15419
15420 * progmodes/compile.el (compilation-next-error-function):
15421 Pass "formats" to compilation-find-file (bug#11777).
15422
15423 2013-04-24 Glenn Morris <rgm@gnu.org>
15424
15425 * vc/vc-bzr.el (vc-bzr-print-log):
15426 * vc/vc-hg.el (vc-hg-print-log):
15427 * vc/vc-svn.el (vc-svn-print-log):
15428 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15429
15430 * vc/vc-bzr.el (vc-bzr-print-log):
15431 * vc/vc-cvs.el (vc-cvs-print-log):
15432 * vc/vc-git.el (vc-git-print-log):
15433 * vc/vc-hg.el (vc-hg-print-log):
15434 * vc/vc-mtn.el (vc-mtn-print-log):
15435 * vc/vc-rcs.el (vc-rcs-print-log):
15436 * vc/vc-sccs.el (vc-sccs-print-log):
15437 * vc/vc-svn.el (vc-svn-print-log):
15438 * vc/vc.el (vc-print-log-internal): Doc fixes.
15439
15440 2013-04-23 Glenn Morris <rgm@gnu.org>
15441
15442 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15443 Remove venerable code attempting to avoid substitute-command-keys.
15444
15445 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15446
15447 * textmodes/reftex-vars.el (reftex-label-regexps):
15448 Call `reftex-compile-variables' after changes to this variable.
15449
15450 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15453 Use lexical-binding.
15454 (jit-lock-force-redisplay): Use markers, check buffer's continued
15455 existence and beware narrowed buffers.
15456 (jit-lock-fontify-now): Adjust call accordingly.
15457
15458 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15461 to avoid misleading the user.
15462
15463 2013-04-22 Leo Liu <sdl.web@gmail.com>
15464
15465 * info-look.el: Prefer latex2e.info. (Bug#14240)
15466
15467 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15468
15469 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15470
15471 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15472 * net/tramp.el (tramp-call-process): ... here.
15473 (tramp-set-completion-function, tramp-parse-putty):
15474 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15475 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15476 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15477 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15478 (tramp-call-local-coding-command): Use `tramp-call-process'
15479 instead of `tramp-compat-call-process'.
15480
15481 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15482 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15483 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15484 (tramp-find-inline-compress): Improve traces.
15485 (tramp-maybe-send-script): Check for Perl binary.
15486 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15487
15488 2013-04-22 Daiki Ueno <ueno@gnu.org>
15489
15490 * epg.el (epg-context-pinentry-mode): New function.
15491 (epg-context-set-pinentry-mode): New function.
15492 (epg--start): Pass --pinentry-mode option to gpg command.
15493
15494 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15495
15496 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15497 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15498 `completion-at-point'. (Bug#13774)
15499
15500 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15501 default key binding for `describe-distribution' has been moved to
15502 `C-h C-o'. (Bug#13970)
15503
15504 2013-04-21 Glenn Morris <rgm@gnu.org>
15505
15506 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15507 Add doc strings.
15508 (vc-print-log): Clarify interactive prompt.
15509
15510 2013-04-20 Glenn Morris <rgm@gnu.org>
15511
15512 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15513 No longer include timestamp etc information.
15514
15515 2013-04-20 Roland Winkler <winkler@gnu.org>
15516
15517 * faces.el (read-face-name): Bug fix, return just one face if arg
15518 multiple is nil. (Bug#14209)
15519
15520 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15523 (remove-function): Autoload.
15524
15525 * comint.el (comint-redirect-original-filter-function): Remove.
15526 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15527 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15528 (vc-cvs-annotate-command):
15529 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15530 * progmodes/prolog.el (prolog-consult-compile):
15531 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15532 Use add/remove-function instead.
15533 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15534 (gud-tooltip-process-output, gud-tooltip-tips):
15535 Use add/remove-function instead.
15536 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15537 (scheme-interaction-mode, exit-scheme-interaction-mode):
15538 Use add/remove-function instead.
15539
15540 * vc/vc-dispatcher.el: Use lexical-binding.
15541 (vc--process-sentinel): Rename from vc-process-sentinel.
15542 Change last arg to be the code to run. Don't use vc-previous-sentinel
15543 and vc-sentinel-commands any more.
15544 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15545 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15546
15547 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15548
15549 * progmodes/sh-script.el (sh-imenu-generic-expression):
15550 Handle function names with a single character. (Bug#14111)
15551
15552 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15553
15554 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15555 for subroutines defined in an eval (bug#14182).
15556
15557 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15558
15559 * bookmark.el (bookmark-completing-read): Improve handling of empty
15560 string (bug#14176).
15561
15562 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15563
15564 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15565
15566 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15567
15568 New faster Imenu implementation (bug#14058).
15569 * progmodes/python.el:
15570 (python-imenu-prev-index-position):
15571 (python-imenu-format-item-label-function)
15572 (python-imenu-format-parent-item-label-function)
15573 (python-imenu-format-parent-item-jump-label-function):
15574 New vars.
15575 (python-imenu-format-item-label)
15576 (python-imenu-format-parent-item-label)
15577 (python-imenu-format-parent-item-jump-label)
15578 (python-imenu--put-parent, python-imenu--build-tree)
15579 (python-imenu-create-index, python-imenu-create-flat-index)
15580 (python-util-popn): New functions.
15581 (python-mode): Set imenu-create-index-function to
15582 python-imenu-create-index.
15583
15584 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15585
15586 * winner.el (winner-active-region): Use region-active-p, activate-mark
15587 and deactivate-mark (bug#14225).
15588
15589 * simple.el (deactivate-mark): Don't inline it.
15590
15591 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15592
15593 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15594
15595 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15596
15597 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15598 file extensions from the archive-mode entry in order to prefer
15599 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15600
15601 2013-04-18 Leo Liu <sdl.web@gmail.com>
15602
15603 * bindings.el (help-event-list): Add ?\?.
15604
15605 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * subr.el (with-wrapper-hook): Declare obsolete.
15608 * simple.el (filter-buffer-substring-function): New hook.
15609 (filter-buffer-substring): Use it.
15610 (filter-buffer-substring-functions): Mark obsolete.
15611 * minibuffer.el (completion-in-region-function): New hook.
15612 (completion-in-region): Use it.
15613 (completion-in-region-functions): Mark obsolete.
15614 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15615 * abbrev.el (abbrev-expand-function): New hook.
15616 (expand-abbrev): Use it.
15617 (abbrev-expand-functions): Mark obsolete.
15618 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15619 and :filter-return.
15620
15621 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15622
15623 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15624 and do not care about match data.
15625
15626 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15629 completion tables when completing error conditions and
15630 `declare' arguments.
15631 (lisp-complete-symbol, field-complete): Mark as obsolete.
15632 (check-parens): Unmatched parens are user errors.
15633 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15634
15635 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15636
15637 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15638 command changed buffer (ie. `flyspell-pre-buffer' is not current
15639 buffer), which prevents making decisions based on invalid value of
15640 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15641 cause an error when `flyspell-pre-point' was nil after switching
15642 buffers.
15643 (flyspell-post-command-hook): No longer needs to change buffers when
15644 checking pre-word. While at it remove unnecessary progn.
15645
15646 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15647
15648 * textmodes/ispell.el (ispell-add-per-file-word-list):
15649 Fix `flyspell-correct-word-before-point' error when accepting
15650 words and `coment-padding' is an integer by using
15651 `comment-normalize-vars' (Bug #14214).
15652
15653 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15654
15655 New defun movement commands.
15656 * progmodes/python.el (python-nav--syntactically)
15657 (python-nav--forward-defun, python-nav-backward-defun)
15658 (python-nav-forward-defun): New functions.
15659
15660 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15661
15662 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15663 (python-syntax-context): Use named compiler-macro for backwards
15664 compatibility with Emacs 24.x.
15665
15666 2013-04-17 Leo Liu <sdl.web@gmail.com>
15667
15668 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15669 octave-hide-process-buffer.
15670
15671 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15674 (bug#14216).
15675
15676 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15677
15678 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15679 Fix adjustment of offset when receiving incomplete responses from GDB
15680 (bug#14129).
15681
15682 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15685 python-mode-abbrev-table.
15686 (python-skeleton-define): Adjust accordingly.
15687 (python-mode-abbrev-table): New table that inherits from it so that
15688 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15689
15690 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15691 (abbrev-symbol): Use it.
15692 (abbrev--before-point): Use it since we already handle inheritance.
15693
15694 2013-04-16 Leo Liu <sdl.web@gmail.com>
15695
15696 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15697 binding to info-lookup-symbol.
15698
15699 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15700
15701 * minibuffer.el (completion--twq-all):
15702 * term/ns-win.el (ns-initialize-window-system):
15703 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15704
15705 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15706
15707 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15708 global bindings.
15709
15710 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15711
15712 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15713
15714 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15715 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15716 to nil.
15717 (ruby-end-of-defun): Remove the unused arg, change the docstring
15718 to reflect that this function is only used as the value of
15719 `end-of-defun-function'.
15720 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15721 to reflect an earlier change that beginning/end-of-defun functions
15722 jump between methods in a class definition, as well as top-level
15723 functions.
15724
15725 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * minibuffer.el (minibuffer-complete): Don't just scroll
15728 a *Completions* that's been iconified.
15729 (minibuffer-force-complete): Make sure repetitions do cycle when going
15730 through completion-in-region -> minibuffer-complete.
15731
15732 2013-04-15 Alan Mackenzie <acm@muc.de>
15733
15734 Correct the placement of c-cpp-delimiters when there're #s not at
15735 col 0.
15736
15737 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15738 place a submatch around the #.
15739 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15740 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15741 on the #, not BOL.
15742
15743 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15746 (advice--member-p): New arg `name'.
15747 (advice--add-function, advice-member-p): Use it (bug#14202).
15748
15749 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15750
15751 Reformulate java imenu-generic-expression.
15752 The old expression contained ill formed regexps.
15753
15754 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15755 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15756 (cc-imenu-java-method-arg-regexp): New defconsts.
15757 (cc-imenu-java-build-type-args-regex): New defun.
15758 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15759 handling of spaces in the regexp.
15760
15761 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15762
15763 * textmodes/ispell.el (ispell-command-loop): Remove
15764 flyspell highlight of a word when ispell accepts it (bug #14178).
15765
15766 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15767
15768 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15769 uses code from the previous `ange-ftp-run-real-handler'.
15770 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15771 only in case that function exist. This is needed for proper
15772 unloading of Tramp.
15773
15774 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15775
15776 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15777
15778 * textmodes/reftex.el (reftex-compile-variables): Use it.
15779
15780 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15781
15782 * files.el (normal-mode): Only use default major-mode if no other mode
15783 was specified.
15784
15785 * emacs-lisp/trace.el (trace-values): New function.
15786
15787 * files.el: Allow : in local variables (bug#14089).
15788 (hack-local-variable-regexp): New var.
15789 (hack-local-variables-prop-line, hack-local-variables): Use it.
15790
15791 2013-04-13 Roland Winkler <winkler@gnu.org>
15792
15793 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15794 data before it gets modified by bibtex-beginning-of-entry.
15795
15796 2013-04-13 Roland Winkler <winkler@gnu.org>
15797
15798 * textmodes/bibtex.el (bibtex-url): Doc fix.
15799
15800 2013-04-13 Roland Winkler <winkler@gnu.org>
15801
15802 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15803 does not visit a BibTeX file, exclude it from the list of buffers
15804 returned by bibtex-initialize.
15805
15806 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15807
15808 * window.el (split-window): Remove interactive form, since as a
15809 command this function is a special case of split-window-below.
15810 Correct doc string.
15811
15812 2013-04-12 Roland Winkler <winkler@gnu.org>
15813
15814 * faces.el (read-face-name): Do not override value of arg default.
15815 Allow single faces and strings as default values. Remove those
15816 elements from return value that are not faces.
15817 (describe-face): Simplify.
15818 (face-at-point): New optional args thing and multiple so that this
15819 function can provide the same functionality previously provided by
15820 read-face-name.
15821 (make-face-bold, make-face-unbold, make-face-italic)
15822 (make-face-unitalic, make-face-bold-italic, invert-face)
15823 (modify-face, read-face-and-attribute): Use face-at-point.
15824
15825 * cus-edit.el (customize-face, customize-face-other-window)
15826 * cus-theme.el (custom-theme-add-face)
15827 * face-remap.el (buffer-face-set)
15828 * facemenu.el (facemenu-set-face): Use face-at-point.
15829
15830 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15831
15832 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15833
15834 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15835
15836 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15837 off leading { and trailing } from field values.
15838
15839 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * emacs-lisp/timer.el (timer--check): New function.
15842 (timer--time, timer-set-function, timer-event-handler): Use it.
15843 (timer-set-idle-time): Simplify.
15844 (timer--activate): CSE.
15845 (timer-event-handler): Give more info in error message.
15846 (internal-timer-start-idle): New function, moved from C.
15847
15848 * mpc.el (mpc-proc): Add `restart' argument.
15849 (mpc-proc-cmd): Use it.
15850 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15851 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15852 less often.
15853
15854 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15855
15856 * progmodes/sh-script.el: Implement `sh-mode' own
15857 `add-log-current-defun-function' (bug#14112).
15858 (sh-current-defun-name): New function.
15859 (sh-mode): Use the function.
15860
15861 2013-04-09 Bastien Guerry <bzg@gnu.org>
15862
15863 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15864
15865 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15868
15869 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15870 timer (bug#14156).
15871
15872 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15873
15874 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15875 declaration.
15876
15877 2013-04-07 Leo Liu <sdl.web@gmail.com>
15878
15879 * pcmpl-x.el: New file.
15880
15881 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15882
15883 Do not set x-display-name until X connection is established.
15884 This is needed to prevent from weird situation described at
15885 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15886 * frame.el (make-frame): Set x-display-name after call to
15887 window system initialization function, not before.
15888 * term/x-win.el (x-initialize-window-system): Add optional
15889 display argument and use it.
15890 * term/w32-win.el (w32-initialize-window-system):
15891 * term/ns-win.el (ns-initialize-window-system):
15892 * term/pc-win.el (msdos-initialize-window-system):
15893 Add compatible optional display argument.
15894
15895 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15896
15897 * files.el (normal-backup-enable-predicate): On MS-Windows and
15898 MS-DOS compare truenames of temporary-file-directory and of the
15899 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15900 don't fail comparison by compare-strings. Also, compare file
15901 names case-insensitively on MS-Windows and MS-DOS.
15902
15903 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15904
15905 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15906 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15907
15908 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15909
15910 * whitespace.el (whitespace-color-on, whitespace-color-off):
15911 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15912
15913 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15914
15915 * ispell.el (ispell-set-spellchecker-params):
15916 Really set `ispell-args' for all equivs.
15917
15918 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15919
15920 * ido.el (ido-completions): Use extra elements of ido-decorations
15921 (bug#14143).
15922 (ido-decorations): Update docstring.
15923
15924 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15925
15926 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15927 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15928 nil during initialization, in order not to miss changes since the
15929 file was opened. (Bug#14140)
15930
15931 2013-04-05 Leo Liu <sdl.web@gmail.com>
15932
15933 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15934
15935 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15936
15937 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15938
15939 2013-04-04 Glenn Morris <rgm@gnu.org>
15940
15941 * electric.el (electric-pair-inhibit-predicate): Add :version.
15942
15943 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15946 when a package is required several times (bug#14082).
15947
15948 2013-04-04 Roland Winkler <winkler@gnu.org>
15949
15950 * faces.el (read-face-name): Behave as promised by the docstring.
15951 Assume that arg default is a list of faces.
15952 (describe-face): Call read-face-name with list of default faces.
15953
15954 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15955
15956 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15957 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15958 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15959 the header.
15960 (bookmark-exit-hook-internal): Save even if list is empty.
15961
15962 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15963
15964 * emacs-lisp/package.el (package-pinned-packages): New var.
15965 (package--add-to-archive-contents): Obey it (bug#14118).
15966
15967 2013-04-03 Alan Mackenzie <acm@muc.de>
15968
15969 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15970 Also adapt to the new values of element 7 of a parse state.
15971
15972 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15973 parameter `not-in-delimiter'. Handle being inside comment opener.
15974 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15975 character in case we're typing a '*' after a '/'.
15976 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15977 instead by passing the parameter to c-state-pp-to-literal.
15978
15979 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15980 for elt. 7 of a parse state.
15981
15982 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15983
15984 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15985 * international/latin1-disp.el, international/mule-util.el:
15986 * language/cyril-util.el, language/european.el, language/ind-util.el:
15987 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15988 * language/tibetan.el, language/viet-util.el:
15989 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15990
15991 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15994 (electric-pair-post-self-insert-function): Use it.
15995 (electric-pair-default-inhibit): New function, extracted from
15996 electric-pair-post-self-insert-function.
15997
15998 2013-03-31 Roland Winkler <winkler@gnu.org>
15999
16000 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16001
16002 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16003
16004 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16005
16006 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16007
16008 Un-indent after "pass" and "return" statements (Bug#13888)
16009 * progmodes/python.el (python-indent-block-enders): New var.
16010 (python-indent-calculate-indentation): Use it.
16011
16012 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16013
16014 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16015 defun. Defining it as defalias could introduce too eager
16016 byte-compiler optimization. (Bug#14030)
16017
16018 2013-03-30 Chong Yidong <cyd@gnu.org>
16019
16020 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16021
16022 2013-03-30 Leo Liu <sdl.web@gmail.com>
16023
16024 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16025 (kmacro-execute-from-register): Pass the keyboard macro to
16026 kmacro-call-macro or repeating won't work correctly.
16027
16028 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16029
16030 * progmodes/subword.el: Back to using `forward-symbol'.
16031
16032 * subr.el (forward-whitespace, forward-symbol)
16033 (forward-same-syntax): Move from thingatpt.el.
16034
16035 2013-03-29 Leo Liu <sdl.web@gmail.com>
16036
16037 * kmacro.el (kmacro-to-register): New command.
16038 (kmacro-execute-from-register): New function.
16039 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16040
16041 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * mpc.el: Use defvar-local and setq-local.
16044 (mpc--proc-connect): Connection failures are not bugs.
16045 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16046 (mpc-volume-map): Bind to the up-events.
16047
16048 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16049
16050 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16051 instead of `forward-symbol'.
16052
16053 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16054
16055 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16056 (edebug--recursive-edit): Use it.
16057 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16058 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16059
16060 2013-03-28 Leo Liu <sdl.web@gmail.com>
16061
16062 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16063
16064 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16065
16066 * facemenu.el (list-colors-callback): New defvar.
16067 (list-colors-redisplay): New function.
16068 (list-colors-display): Install list-colors-redisplay as the
16069 revert-buffer-function. (Bug#14063)
16070
16071 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16072
16073 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16074 and suffixes don't overlap (bug#14061).
16075
16076 * case-table.el: Use lexical-binding.
16077 (case-table-get-table): New function.
16078 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16079
16080 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16081
16082 * progmodes/subword.el: Add `superword-mode' to do word motion
16083 over symbol_words (parallels and leverages `subword-mode' which
16084 does word motion inside MixedCaseWords).
16085
16086 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16087
16088 * eshell/em-unix.el: Move su and sudo to...
16089 * eshell/em-tramp.el: ...Eshell tramp module.
16090
16091 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16094 Change return value to be a sexp. Delay `get-buffer' to after
16095 restoring the desktop (bug#13951).
16096
16097 2013-03-26 Leo Liu <sdl.web@gmail.com>
16098
16099 * register.el: Move semantic tag handling back to
16100 cedet/semantic/senator.el. (Bug#14052)
16101
16102 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16103
16104 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16105 into the prompt either (bug#13963).
16106
16107 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16108
16109 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16110 part of "(error-foo)".
16111
16112 2013-03-24 Juri Linkov <juri@jurta.org>
16113
16114 * replace.el (list-matching-lines-prefix-face): New defcustom.
16115 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16116 `occur-engine' if `face-differs-from-default-p' returns t.
16117 (occur-engine): Add `,' inside backquote construct to evaluate
16118 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16119 Pass `prefix-face' to the functions `occur-context-lines' and
16120 `occur-engine-add-prefix'.
16121 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16122 `prefix-face' and propertize the prefix with `prefix-face'.
16123 (Bug#14017)
16124
16125 2013-03-24 Leo Liu <sdl.web@gmail.com>
16126
16127 * nxml/rng-valid.el (rng-validate-while-idle)
16128 (rng-validate-quick-while-idle): Guard against deleted buffer.
16129 (Bug#13999)
16130
16131 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16132 is the last entry in kill-buffer-hook.
16133
16134 * files.el (kill-buffer-hook): Doc fix.
16135
16136 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16137
16138 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16139 Make it safe-local.
16140
16141 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16142
16143 2013-03-23 Leo Liu <sdl.web@gmail.com>
16144
16145 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16146 Remove.
16147
16148 * nxml/rng-valid.el (rng-validate-mode)
16149 (rng-after-change-function, rng-do-some-validation):
16150 * nxml/rng-maint.el (rng-validate-buffer):
16151 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16152 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16153 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16154 (nxml-extend-after-change-region): Use with-silent-modifications.
16155
16156 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16157 timer-idle-list.
16158
16159 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16160 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16161 timer-idle-list. (Bug#13999)
16162
16163 2013-03-23 Juri Linkov <juri@jurta.org>
16164
16165 * info.el (info-index-match): New face.
16166 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16167 main pattern and add text properties with the new face to matches
16168 in index entries relative to the beginning of the index entry.
16169 (Bug#14015)
16170
16171 2013-03-21 Eric Ludlam <zappo@gnu.org>
16172
16173 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16174 Inhibit read only while inserting objects.
16175
16176 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16177
16178 * progmodes/cfengine.el: Update docs to mention
16179 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16180 symbol motion. Remove "_" from the word syntax.
16181
16182 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16183
16184 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16185 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16186
16187 2013-03-20 Juri Linkov <juri@jurta.org>
16188
16189 * info.el (Info-next-reference-or-link)
16190 (Info-prev-reference-or-link): New functions.
16191 (Info-next-reference, Info-prev-reference): Use them.
16192 (Info-try-follow-nearest-node): Handle footnote navigation.
16193 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16194
16195 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16198 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16199
16200 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16201
16202 Suppress unnecessary non-ASCII chatter during build process.
16203 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16204 (batch-skkdic-convert): Suppress most of the chatter.
16205 It's not needed so much now that machines are faster,
16206 and its non-ASCII component was confusing; see Dmitry Gutov in
16207 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16208
16209 2013-03-20 Leo Liu <sdl.web@gmail.com>
16210
16211 * ido.el (ido-chop): Fix bug#10994.
16212
16213 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16214
16215 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16216 Remove vars.
16217 (whitespace-color-on, whitespace-color-off):
16218 Use `font-lock-fontify-buffer' (Bug#13817).
16219
16220 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16221
16222 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16223 remapping in mode-line.
16224 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16225
16226 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16227
16228 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16229 value for `whitespace-line' face (Bug#13875).
16230 (whitespace-font-lock-keywords): Change description.
16231 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16232 the constructed keywords instead.
16233 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16234
16235 2013-03-19 Leo Liu <sdl.web@gmail.com>
16236
16237 * progmodes/compile.el (compilation-display-error): New command.
16238 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16239 C-o. (Bug#13992)
16240
16241 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16242
16243 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16244
16245 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16246
16247 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16248
16249 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16250
16251 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16252
16253 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16254 * net/tramp-gvfs.el (top):
16255 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16256 (tramp-handle-shell-command): Use it.
16257 (tramp-dissect-file-name): Raise an error when hostname is a
16258 method name, and neither method nor user is specified.
16259
16260 * net/trampver.el: Update release number.
16261
16262 2013-03-18 Leo Liu <sdl.web@gmail.com>
16263
16264 Make sure eldoc can be turned off properly.
16265 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16266 eldoc-mode.
16267 (eldoc-display-message-p): Revert last change.
16268 (eldoc-display-message-no-interference-p)
16269 (eldoc-print-current-symbol-info): Tweak.
16270
16271 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16272
16273 * doc-view.el (doc-view-new-window-function): Check the new window
16274 overlay's display property instead the char property of the
16275 buffer's first char. Use `with-selected-window' instead of
16276 `save-window-excursion' with `select-window'.
16277 (doc-view-document->bitmap): Check the current doc-view overlay's
16278 display property instead the char property of the buffer's first char.
16279
16280 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16281
16282 Automate the build of ja-dic.el (Bug#13984).
16283 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16284 from the input, rather than assume that it's been done for us by the
16285 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16286 the current date into a ja-dic.el comment, as that complicates
16287 regression testing.
16288
16289 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16290
16291 * whitespace.el: Fix double evaluation.
16292 (whitespace-space, whitespace-hspace, whitespace-tab)
16293 (whitespace-newline, whitespace-trailing, whitespace-line)
16294 (whitespace-space-before-tab, whitespace-indentation)
16295 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16296 obsolete defvars.
16297 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16298 (whitespace-color-on): Use a single font-lock-add-keywords call.
16299 Fix double-evaluation of face variables.
16300
16301 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16302
16303 * net/tramp-adb.el (tramp-adb-parse-device-names):
16304 Use `start-process' instead of `call-process'. Otherwise, the
16305 function might be blocked under MS Windows. (Bug#13299)
16306
16307 2013-03-17 Leo Liu <sdl.web@gmail.com>
16308
16309 Extend eldoc to display info in the mode-line. (Bug#13978)
16310 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16311 (eldoc-mode-line-string): New variable.
16312 (eldoc-minibuffer-message): New function.
16313 (eldoc-message-function): New variable.
16314 (eldoc-message): Use it.
16315 (eldoc-display-message-p)
16316 (eldoc-display-message-no-interference-p):
16317 Support eldoc-post-insert-mode.
16318
16319 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16320 (eval-expression): Run it.
16321
16322 2013-03-17 Roland Winkler <winkler@gnu.org>
16323
16324 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16325 strings in the list of return values.
16326
16327 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16328
16329 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16330 radix before checking for HMS forms.
16331
16332 2013-03-16 Leo Liu <sdl.web@gmail.com>
16333
16334 * progmodes/scheme.el: Add indentation and font-locking for λ.
16335 (Bug#13975)
16336
16337 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16338
16339 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16340 token before point (bug#13942).
16341
16342 2013-03-16 Leo Liu <sdl.web@gmail.com>
16343
16344 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16345
16346 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16347
16348 * startup.el (command-line-normalize-file-name): Fix handling of
16349 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16350 <xfq.free@gmail.com> in
16351 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16352
16353 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16354
16355 Sync with Tramp 2.2.7.
16356
16357 * net/trampver.el: Update release number.
16358
16359 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16360
16361 * doc-view.el: Fix bug#13887.
16362 (doc-view-insert-image): Don't modify overlay associated to
16363 non-live windows, and implement horizontal centering of image in
16364 case it's smaller than the window.
16365 (doc-view-new-window-function): Force redisplay of new windows on
16366 doc-view buffers.
16367
16368 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16369
16370 * saveplace.el (save-place-alist-to-file): Don't sort
16371 `save-place-alist', just pretty-print it (bug#13882).
16372
16373 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16374
16375 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16376 Check whether `default-file-name-coding-system' is bound.
16377 It isn't in XEmacs.
16378
16379 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16382 backquotes for `obsolete' (bug#13929).
16383
16384 * international/mule.el (find-auto-coding): Include file name in
16385 obsolescence warning (bug#13922).
16386
16387 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16388
16389 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16390 for CFEngine 3-specific indentation.
16391 (cfengine3-indent-line): Use it. Fix up category regex.
16392 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16393
16394 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16395
16396 * type-break.el (type-break-file-name):
16397 * textmodes/remember.el (remember-data-file):
16398 * strokes.el (strokes-file):
16399 * shadowfile.el (shadow-initialize):
16400 * saveplace.el (save-place-file):
16401 * ps-bdf.el (bdf-cache-file):
16402 * progmodes/idlwave.el (idlwave-config-directory):
16403 * net/quickurl.el (quickurl-url-file):
16404 * international/kkc.el (kkc-init-file-name):
16405 * ido.el (ido-save-directory-list-file):
16406 * emulation/viper.el (viper-custom-file-name):
16407 * emulation/vip.el (vip-startup-file):
16408 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16409 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16410
16411 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16412
16413 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16414 * language/thai-word.el: Switch to UTF-8.
16415
16416 See ChangeLog.16 for earlier changes.
16417
16418 ;; Local Variables:
16419 ;; coding: utf-8
16420 ;; End:
16421
16422 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16423
16424 This file is part of GNU Emacs.
16425
16426 GNU Emacs is free software: you can redistribute it and/or modify
16427 it under the terms of the GNU General Public License as published by
16428 the Free Software Foundation, either version 3 of the License, or
16429 (at your option) any later version.
16430
16431 GNU Emacs is distributed in the hope that it will be useful,
16432 but WITHOUT ANY WARRANTY; without even the implied warranty of
16433 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16434 GNU General Public License for more details.
16435
16436 You should have received a copy of the GNU General Public License
16437 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.