]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Attempt to fix NS hang. Will probably cause merge conflicts.
[gnu-emacs] / lisp / ChangeLog
1 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-check-cached-permissions): Include hop in
4 the constructed Tramp file name. (Bug#18943)
5
6 2014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
9 (bug#18952).
10 (cua-set-mark, cua--pre-command-handler-1,cua--post-command-handler-1):
11 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
12
13 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
14
15 * files.el (file-name-non-special): Wrap the call of
16 `insert-file-contents' by `unwind-protect', in order to set the
17 buffer's file name anyway. (Bug#18891)
18
19 2014-11-07 Daiki Ueno <ueno@gnu.org>
20
21 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
22 (bug#18979). Reported by Hideki Saito.
23
24 2014-10-18 Alan Mackenzie <acm@muc.de>
25
26 Check that a "macro" found near point-min isn't a ## operator.
27 Fixes bug #18749. Backported from trunk, 2014-11-05.
28 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
29 (c-beginning-of-macro): Use the above new function.
30
31 2014-11-05 Alan Mackenzie <acm@muc.de>
32
33 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
34 * progmodes/cc-fonts.el (c-font-lock-declarations): Pass
35 "(point-max)" as bound to c-font-lock-declarators, not "limit", as
36 the buffer is sometimes narrowed to less than "limit" (e.g., in
37 the presence of macros).
38
39 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
40
41 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
42 only when message appeared in minibuffer. (Bug#18891)
43
44 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
45 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
46 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
47 case of errors.
48
49 2014-11-04 Eli Zaretskii <eliz@gnu.org>
50
51 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
52 returned by load-average.
53
54 2014-11-04 Michael Albinus <michael.albinus@gmx.de>
55
56 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
57 a local copy; setting `inhibit-file-name-handlers' proper might be
58 more performant. (Bug#18751)
59
60 2014-11-04 Glenn Morris <rgm@gnu.org>
61
62 * mail/emacsbug.el (report-emacs-bug): No longer include
63 recent-keys in the report. (Bug#18900)
64
65 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
66
67 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
68 local copy of FILENAME, when it is remote. (Bug#18751)
69
70 2014-11-02 Michael Albinus <michael.albinus@gmx.de>
71
72 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
73 an error when the command fails; the return code must indicate.
74 (tramp-adb-send-command-and-check): Fix docstring.
75
76 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
77
78 * net/tramp-cache.el (tramp-get-file-property)
79 (tramp-set-file-property): Check, that `tramp-cache-get-count-*'
80 and `tramp-cache-set-count-*' are bound. Otherwise, there might
81 be compiler warnings.
82
83 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
84 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
85
86 2014-11-01 Eli Zaretskii <eliz@gnu.org>
87
88 * progmodes/compile.el (compilation-mode): Turn off deferred
89 fontifications locally. (Bug#18856)
90
91 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
92
93 * net/tramp-sh.el (tramp-send-command): Fix the case where the
94 remote-echo connection property is non-nil (bug#18858).
95
96 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
97
98 Backport Tramp changes from trunk.
99
100 * net/tramp.el (tramp-methods): Tweak docstring.
101 (tramp-file-name-handler): Apply `cons' where appropriate.
102 (tramp-handle-file-accessible-directory-p): Check for
103 `file-readable-p' instead of `file-executable-p'.
104 (tramp-handle-shell-command): Use `display-buffer'. (Bug#18326)
105 (tramp-handle-unhandled-file-name-directory): Return "/".
106 (tramp-check-cached-permissions):
107 Use `tramp-compat-file-attributes'.
108 (tramp-call-process): Add new argument VEC. Adapt callees in all
109 tramp*.el files.
110
111 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
112 (tramp-adb-handle-write-region): Improve messages.
113 (tramp-adb-maybe-open-connection): Don't set
114 `tramp-current-*' variables.
115
116 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
117 Suppress debug messages.
118
119 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
120 (tramp-ftp-file-name-handler):
121
122 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
123 (tramp-gvfs-methods-mounttracker)
124 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
125 during initialization. (Bug#18774)
126 (tramp-gvfs-handle-delete-file): Flush file properties, not
127 directory properties.
128 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
129 reading "unix::mode".
130 (tramp-gvfs-handle-file-name-all-completions):
131 Use "-h" option for "gvfs-ls".
132 (tramp-gvfs-url-file-name): Apply `cons' where appropriate.
133 `user' and `localname' could be nil.
134 (tramp-gvfs-send-command): Simplify traces.
135
136 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
137 (vc-git-program, vc-hg-program): Declare.
138 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
139 (tramp-methods) <nc>: Add new method.
140 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
141 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
142 `tramp-login-args'.
143 (tramp-default-user-alist): Add "nc".
144 (top): Remove completion function for "sftp". Add completion
145 functions for "nc" and "psftp".
146 (tramp-sh-handle-set-visited-file-modtime):
147 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
148 (tramp-do-copy-or-rename-file-out-of-band):
149 Use cached "remote-copy-args" value, if available. (Bug#18199)
150 Tweak docstring. Implement support for "nc" method.
151 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
152 (tramp-remote-coding-commands, tramp-call-local-coding-command):
153 Tweak docstring.
154 (tramp-sh-handle-start-file-process): Expand `default-directory'.
155 (tramp-sh-handle-write-region): Tweak error message.
156 (tramp-sh-handle-vc-registered): Remove backends when the remote
157 binary does not exist.
158 (tramp-open-connection-setup-interactive-shell):
159 Prefer utf-8 coding. (Bug#17859)
160 (tramp-find-inline-encoding): Do not raise an error.
161 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
162 the "nc" case. Quote result also locally.
163 (tramp-get-remote-id): Check also for "gid".
164 (tramp-get-remote-python):
165
166 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
167 (tramp-smb-handle-set-file-acl): Use `start-process'.
168 (tramp-smb-handle-insert-directory): Use progress reporter.
169 (tramp-smb-handle-rename-file): Flush also file properties of
170 FILENAME.
171
172 * net/trampver.el: Update release number.
173
174 2014-11-01 Reuben Thomas <rrt@sc3d.org>
175
176 * net/tramp.el (tramp-handle-file-symlink-p):
177 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
178 about VMS, which we no longer support.
179
180 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
183 the global vc-handled-backends (bug#18535).
184
185 2014-11-01 Jérémy Compostella <jeremy.compostella@intel.com>
186 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
189 Reduce the amount of set environment variable commands.
190
191 2014-11-01 Paul Eggert <eggert@cs.ucla.edu>
192
193 * net/tramp-sh.el (tramp-get-remote-touch): Omit unnecessary call to
194 current-time.
195
196 2014-11-01 Emilio C. Lopes <eclig@gmx.net>
197
198 * net/tramp-sh.el (tramp-get-remote-python): Also search for
199 executables named "python2" or "python3".
200 (tramp-get-remote-uid-with-python): Use parentheses around
201 arguments to `print' to make it compatible with Python 3.
202 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
203
204 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * simple.el (newline): Add assertions to try and help catch bug#18913.
207
208 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
209 (bug#18886).
210 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
211
212 2014-10-31 Eli Zaretskii <eliz@gnu.org>
213
214 * Makefile.in (repo-update): Fix a typo and slightly reword
215 commentary.
216
217 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
218
219 * Makefile.in: Change some production names so they're neutral
220 about the repository type.
221
222 2014-10-30 Kim F. Storm <storm@cua.dk>
223
224 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
225 * delsel.el (delete-selection-save-to-register)
226 (delsel--replace-text-or-position): New vars.
227 (delete-active-region): Use them.
228 (delete-selection-repeat-replace-region): New command, moved from
229 cua-base.el.
230 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
231 (cua-repeat-replace-region): Move command to delsel.el.
232 (cua--init-keymaps): Update binding accordingly.
233 (cua-mode): Set delete-selection-save-to-register.
234
235 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
238 (c-lang-defconst):
239 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
240
241 2014-10-29 Eli Zaretskii <eliz@gnu.org>
242
243 * progmodes/compile.el (compilation-start):
244 If compilation-scroll-output is non-nil, don't force window-start of
245 the compilation buffer to be at beginning of buffer. (Bug#18874)
246
247 2014-10-23 Tassilo Horn <tsdh@gnu.org>
248
249 * doc-view.el (doc-view-open-text): View the document's plain text
250 in the current buffer instead of a new one.
251 (doc-view-toggle-display): Handle the case where the current
252 buffer contains the plain text contents of the document.
253 (doc-view-initiate-display): Don't switch to fallback mode if the
254 user wants to view the doc's plain text. [Backport]
255
256 2014-10-23 Eli Zaretskii <eliz@gnu.org>
257
258 * startup.el (fancy-about-text): Read the entire tutorial, not
259 just its first 256 bytes. (Bug#18760)
260
261 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
264 * emacs-lisp/cl-extra.el: Add missing provide.
265
266 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
269 all args are copyable (bug#18767).
270 (=, <, >, <=, >=): Re-enable the optimization.
271
272 2014-10-20 Santiago Payà i Miralta <santiagopim@gmail.com>
273
274 * vc/vc-hg.el (vc-hg-log-graph): New var.
275 (vc-hg-print-log): Use it.
276 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
277 graph output (bug#17515).
278
279 2014-10-20 Juri Linkov <juri@jurta.org>
280
281 * vc/diff-mode.el (diff-refine-changed): Rename from
282 `diff-refine-change' for consistency with `diff-changed'.
283 (diff-refine-change): Add obsolete face alias. (Bug#10181)
284
285 * vc/smerge-mode.el (smerge-refined-changed): Rename from
286 `smerge-refined-change'.
287 (smerge-refined-change): Add obsolete face alias.
288
289 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * subr.el (call-process-shell-command, process-file-shell-command):
292 Make the `args' obsolete (bug#18409).
293 (start-process-shell-command, start-file-process-shell-command):
294 Use `declare'.
295
296 2014-10-20 Juanma Barranquero <lekktu@gmail.com>
297
298 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
299
300 2014-10-20 Glenn Morris <rgm@gnu.org>
301
302 * dired.el (dired-read-regexp): Make obsolete.
303 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
304 (dired-flag-files-regexp):
305 * dired-aux.el (dired-mark-read-regexp):
306 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
307
308 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * progmodes/python.el (inferior-python-mode): Use add-hook.
311
312 * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
313
314 2014-10-20 Glenn Morris <rgm@gnu.org>
315
316 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
317 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
318 * emulation/ws-mode.el: Move to obsolete/. [Backport]
319
320 2014-10-20 Glenn Morris <rgm@gnu.org>
321
322 * cus-start.el (history-length): Bump :version. [Backport]
323
324 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * obsolete/cc-compat.el: Make obsolete (bug#18561).
327
328 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
329
330 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
331 case (bug#18767).
332
333 2014-10-20 Glenn Morris <rgm@gnu.org>
334
335 * Version 24.4 released.
336
337 2014-10-15 Alan Mackenzie <acm@muc.de>
338
339 * cus-edit.el (custom-command-apply): Specify the return value in
340 the doc string.
341 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
342 custom-command-apply has returned non-nil.
343
344 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
347 Backported (bug#18688).
348
349 2014-10-14 Eli Zaretskii <eliz@gnu.org>
350
351 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
352 Force bidi-paragraph-direction to 'left-to-right'. This fixes
353 buffer-menu display when the first buffer happens to start with
354 R2L letter.
355
356 2014-10-13 Glenn Morris <rgm@gnu.org>
357
358 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
359 (authors-obsolete-files-regexps): Additions.
360 (authors-no-scan-regexps): New constant.
361 (authors-no-scan-file-p): New function.
362 (authors): Respect authors-no-scan-file-p.
363
364 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
365
366 Fix import completion. (Bug#18582)
367 * progmodes/python.el (python-shell-completion-get-completions):
368 Fix import case regexp.
369
370 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
373 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
374 * progmodes/prolog.el (prolog-electric--underscore): Same.
375
376 2014-10-09 Glenn Morris <rgm@gnu.org>
377
378 * frame.el (display-monitor-attributes-list): Doc tweaks.
379
380 2014-10-08 Eli Zaretskii <eliz@gnu.org>
381
382 * faces.el (display-grayscale-p): Mention in the doc string that
383 the argument can be either a display name or a frame.
384
385 * frame.el (display-pixel-height, display-pixel-width)
386 (display-mm-height, display-mm-width, display-backing-store)
387 (display-save-under, display-planes, display-color-cells)
388 (display-visual-class, display-monitor-attributes-list)
389 (display-screens): Mention in the doc string that the argument can
390 be either a display name or a frame. Improve the docs of the
391 monitor attributes. (Bug#18636)
392
393 2014-10-06 Martin Rudalics <rudalics@gmx.at>
394
395 * term.el (term-window-width): Subtract 1 from the width when
396 any fringe has zero width, not just the right fringe. (Bug#18601)
397
398 2014-10-05 Leo Liu <sdl.web@gmail.com>
399
400 * imenu.el (imenu-default-goto-function): Fix typo.
401
402 2014-10-04 Glenn Morris <rgm@gnu.org>
403
404 * frame.el (frame-monitor-attributes)
405 (display-monitor-attributes-list): Doc fixes.
406
407 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
408
409 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
410 (vc-svn-ignore): Use it. (Bug#18619)
411
412 2014-10-03 Martin Rudalics <rudalics@gmx.at>
413
414 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
415 In doc-string mention need to set `frame-resize-pixelwise'.
416
417 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
420 similarly to Rogers's 2010-06-16 change for the remote case
421 (bug#18605).
422
423 2014-10-01 Glenn Morris <rgm@gnu.org>
424
425 * emacs-lisp/package.el (package-import-keyring):
426 Create gnupg directory private. (Bug#17625#155)
427
428 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * progmodes/python.el (python-shell-completion-get-completions):
431 Use python-shell--prompt-calculated-input-regexp from the
432 process buffer (bug#18582).
433 Don't assume that `line' comes from the process buffer.
434
435 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
436
437 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
438 (bug#18462).
439
440 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * emacs-lisp/package.el (package-check-signature): Default to nil if
443 GPG is not available.
444 (package-refresh-contents): Don't mess with the keyring if we won't
445 check the signatures anyway.
446
447 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
448
449 * window.el (fit-window-to-buffer): When counting buffer width,
450 count the whole visible buffer. Correctly convert the body-height
451 to pixel size for window-text-pixel-size (Bug#18498).
452
453 2014-09-14 Glenn Morris <rgm@gnu.org>
454
455 * image.el (image-multi-frame-p): Fix thinko - do not force
456 a delay if none was specified. (Bug#18334)
457
458 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
459
460 * window.el (fit-window-to-buffer): Doc fix.
461
462 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
463
464 * desktop.el (desktop-create-buffer): Check that buffers are still live
465 before burying them (bug#18373).
466
467 2014-09-09 Glenn Morris <rgm@gnu.org>
468
469 * calendar/diary-lib.el (diary-list-entries):
470 Restore 24.3 display behavior. (Bug#18381)
471
472 2014-09-09 Eli Zaretskii <eliz@gnu.org>
473
474 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
475 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
476 discrepancy between window-pixel-edges and mouse events, and
477 avoids moving mode line up when the mouse click is on the modeline
478 and no drag is attempted.
479
480 2014-09-08 Glenn Morris <rgm@gnu.org>
481
482 * calendar/calendar.el (calendar-basic-setup):
483 Avoid clobbering calendar with diary. (Bug#18381)
484
485 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
488
489 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
490
491 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
492 as well (bug#18400).
493
494 2014-09-04 Eli Zaretskii <eliz@gnu.org>
495
496 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
497
498 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * emacs-lisp/package.el (package-generate-description-file):
501 Properly quote the arguments (bug#18332). Change second arg.
502 (package--alist-to-plist-args): Rename from package--alist-to-plist and
503 quote the elements.
504 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
505 the *-pkg.el file. Adjust to new calling convention of
506 package-generate-description-file.
507
508 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
509 (gud-gdb-completions): Remove obsolete workaround.
510
511 2014-09-02 Eli Zaretskii <eliz@gnu.org>
512
513 * subr.el (posn-col-row): Revert the change from commit
514 2010-11-13T21:07:58Z!eliz@gnu.org, which
515 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
516 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
517 introduced an off-by-one error in the reported row when there is a
518 header line. (Bug#18384)
519
520 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
521
522 * progmodes/python.el (python-indent-post-self-insert-function):
523 Avoid electric colon at beginning-of-defun. (Bug#18228)
524
525 2014-09-01 Glenn Morris <rgm@gnu.org>
526
527 * tutorial.el (tutorial--display-changes):
528 Fix 2014-07-29 change. (Bug#18382)
529
530 2014-08-29 Ken Brown <kbrown@cornell.edu>
531
532 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
533 the Cygwin-w32 build. (Bug#18347)
534
535 2014-08-28 Glenn Morris <rgm@gnu.org>
536
537 * tar-mode.el (tar--extract, tar-extract):
538 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
539
540 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
541
542 * emacs-lisp/authors.el (authors-aliases): Addition.
543
544 * net/tramp-adb.el: Spell author name correctly.
545
546 2014-08-27 João Távora <joaotavora@gmail.com>
547
548 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
549 use url-expand-file-name. (Bug#18310)
550
551 2014-08-25 Glenn Morris <rgm@gnu.org>
552
553 * emulation/cua-rect.el (cua--highlight-rectangle):
554 Avoid error at point-min. (Bug#18309)
555
556 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
559 executable-find (bug#18244).
560
561 * simple.el (self-insert-uses-region-functions): Defvar.
562
563 2014-08-13 Leo Liu <sdl.web@gmail.com>
564
565 * speedbar.el (speedbar-generic-list-tag-p): Allow special
566 elements from imenu.
567
568 2014-08-11 Glenn Morris <rgm@gnu.org>
569
570 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
571
572 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
573 chose coding system for writing before backing up, since it causes
574 a more serious problem than the one it solves. (Closes Bug#18141,
575 reopens Bug#13522.)
576
577 2014-08-10 Martin Rudalics <rudalics@gmx.at>
578
579 * window.el (window-total-size): Make doc-string more
580 self-contained.
581
582 2014-08-09 Martin Rudalics <rudalics@gmx.at>
583
584 * window.el (display-buffer-below-selected): Restore original
585 behavior if buffer is already displayed in the window below the
586 selected one (Bug#18181).
587
588 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
591 event (bug#18212).
592
593 2014-08-08 Eli Zaretskii <eliz@gnu.org>
594
595 * info.el (info): Doc fix.
596
597 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * info.el (Info-mode-map): Override a global down-mouse-2 binding
600 (bug#18212).
601
602 2014-08-05 Eli Zaretskii <eliz@gnu.org>
603
604 * simple.el (default-line-height): A floating-point value of
605 line-spacing means a fraction of the default frame font's height,
606 not of the font currently used by the 'default' face.
607 Truncate the pixel value, like the display engine does.
608 (window-screen-lines): Use window-inside-pixel-edges for
609 determining the window height in pixels. (Bug#18195)
610
611 2014-07-29 Eli Zaretskii <eliz@gnu.org>
612
613 * tutorial.el (tutorial--display-changes): Accept punctuation
614 characters before the key binding. (Bug#18146)
615
616 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
617
618 * doc-view.el (doc-view-open-text): Don't require that the
619 document is saved in a file (e.g., email attachment).
620
621 2014-07-27 Eli Zaretskii <eliz@gnu.org>
622
623 * window.el (window--pixel-to-total): Use FRAME's root window, not
624 that of the selected frame. (Bug#18112, Bug#16674)
625
626 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
627
628 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
629 (Bug#18117)
630
631 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
632
633 * progmodes/python.el (inferior-python-mode): Doc fix.
634
635 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
636
637 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
638 not a character, ignore it instead of raising an error.
639
640 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
641
642 * calendar/todo-mode.el: Fix handling of marked items and make
643 minor code improvements.
644 (todo-edit-item): If there are marked items, ensure user can only
645 invoke editing commands that work with marked items.
646 (todo-edit-item--text): When there are marked items, make it a
647 noop if invoked with point not on an item; otherwise, ensure it
648 applies only to item at point.
649 (todo-item-undone): If there are marked not-done items, return
650 point to its original position before signaling user error.
651 (todo--user-error-if-marked-done-item): New function.
652 (todo-edit-item--header, todo-edit-item--diary-inclusion)
653 (todo-item-done): Use it.
654
655 2014-07-25 Glenn Morris <rgm@gnu.org>
656
657 * files.el (toggle-read-only): Re-add basic doc-string.
658 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
659
660 * progmodes/prolog.el (prolog-mode-keybindings-edit):
661 Replace missing `switch-to-prolog' with `run-prolog'.
662 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
663
664 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
665
666 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
667 of file-wide setting when changing category-wide setting.
668
669 2014-07-21 Glenn Morris <rgm@gnu.org>
670
671 * progmodes/hideif.el (hide-ifdef-mode-submap):
672 Also substitute read-only-mode.
673 * bindings.el (mode-line-toggle-read-only):
674 * bs.el (bs-toggle-readonly):
675 * buff-menu.el (Buffer-menu-toggle-read-only):
676 * dired.el (dired-toggle-read-only):
677 * files.el (view-read-only, find-file-read-only)
678 (find-file-read-only-other-window)
679 (find-file-read-only-other-frame):
680 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
681 Doc fixes re toggle-read-only.
682
683 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
684
685 * progmodes/python.el: Add comment about pipe buffering and
686 solutions for missing/delayed output in inferior Python shells.
687 (Bug#17304)
688
689 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
690
691 * progmodes/python.el (python-mode): Don't set
692 mode-require-final-newline. (Bug#17990)
693
694 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
695
696 Make python.el work with IPython automatically. (Bug#15510)
697 * progmodes/python.el:
698 (python-shell-completion-setup-code): New value supporting iPython.
699 (python-shell-completion-string-code): New value supporting iPython.
700 (python-shell-completion-get-completions): Use them.
701 (python-shell-completion-module-string-code): Make obsolete.
702 (python-shell-prompt-input-regexps)
703 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
704 (python-shell-output-filter): Fix comment typo.
705
706 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
707
708 Fix Python shell prompts detection for remote hosts.
709 * progmodes/python.el (python-shell-prompt-detect):
710 Replace call-process with process-file and make it more robust.
711
712 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
713
714 Autodetect Python shell prompts. (Bug#17370)
715 * progmodes/python.el:
716 (python-shell-interpreter-interactive-arg)
717 (python-shell-prompt-detect-enabled)
718 (python-shell-prompt-detect-failure-warning)
719 (python-shell-prompt-input-regexps)
720 (python-shell-prompt-output-regexps): New vars.
721 (python-shell-prompt-calculated-input-regexp)
722 (python-shell-prompt-calculated-output-regexp): New vars.
723 (python-shell-get-process-name)
724 (python-shell-internal-get-process-name)
725 (python-shell-output-filter)
726 (python-shell-completion-get-completions): Use them.
727 (python-shell-prompt-detect)
728 (python-shell-prompt-validate-regexps): New functions.
729 (python-shell-prompt-set-calculated-regexps): New function.
730 (inferior-python-mode): Use it. Also honor overridden
731 python-shell-interpreter and python-shell-interpreter-args.
732 (python-shell-make-comint): Honor overridden
733 python-shell-interpreter and python-shell-interpreter-args.
734 (python-shell-get-or-create-process): Make it testable by allowing
735 to call run-python non-interactively.
736 (python-util-valid-regexp-p): New function.
737 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
738 (python-shell-prompt-output-regexp)
739 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
740
741 2014-07-16 Glenn Morris <rgm@gnu.org>
742
743 * desktop.el (after-init-hook): Disable startup frame restoration
744 in non-graphical situations. (Bug#17693)
745
746 2014-07-14 Glenn Morris <rgm@gnu.org>
747
748 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
749 if it was "empty", or used for a different set of files. (Bug#17884)
750
751 2014-07-13 Eli Zaretskii <eliz@gnu.org>
752
753 * bindings.el (mode-line-remote): If default-directory is not a
754 string, don't call file-remote-p on it; instead state in the
755 help-echo that it is nil. (Bug#17986)
756
757 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
758
759 Fix bug: C-x v v discarded existing log message (Bug#17884).
760 * vc/vc-dispatcher.el (vc-log-edit):
761 Don't clobber an already-existing log message.
762
763 2014-07-10 Glenn Morris <rgm@gnu.org>
764
765 * vc/log-edit.el (log-edit-changelog-entries):
766 Check for a visited-but-never-saved ChangeLog.
767
768 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
771 a non-existing file (bug#17970).
772
773 * faces.el (face-name): Undo last change.
774 (x-resolve-font-name): Don't call face-name (bug#17956).
775
776 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
777
778 Fix dedenters and electric colon handling. (Bug#15163)
779
780 * progmodes/python.el
781 (python-rx-constituents): Add dedenter and block-ender.
782 (python-indent-dedenters, python-indent-block-enders): Delete.
783 (python-indent-context): Return new case for dedenter-statement.
784 (python-indent-calculate-indentation): Handle new case.
785 (python-indent-calculate-levels): Fix levels calculation for
786 dedenter statements.
787 (python-indent-post-self-insert-function): Fix colon handling.
788 (python-info-dedenter-opening-block-message): New function.
789 (python-indent-line): Use it.
790 (python-info-closing-block)
791 (python-info-closing-block-message): Remove.
792 (python-info-dedenter-opening-block-position)
793 (python-info-dedenter-opening-block-positions)
794 (python-info-dedenter-statement-p): New functions.
795
796 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
799 the middle of a line (bug#17896).
800
801 2014-07-08 Juri Linkov <juri@jurta.org>
802
803 * startup.el (command-line): Append displaying the warning about
804 the errors in the init file to the end of `after-init-hook'.
805 (Bug#17927)
806
807 2014-07-08 Juri Linkov <juri@jurta.org>
808
809 * faces.el (face-name): Return input arg `face' as is
810 when it's not a symbol.
811 (x-resolve-font-name): Don't check if the face is a symbol.
812 (Bug#17956)
813
814 2014-07-08 Juri Linkov <juri@jurta.org>
815
816 * facemenu.el (list-colors-print): In help-echo format use %.2f
817 instead of %d because now HSV values are floating-point components
818 between 0.0 and 1.0.
819
820 2014-07-06 Glenn Morris <rgm@gnu.org>
821
822 * emulation/cua-rect.el (cua--activate-rectangle):
823 Avoid setting cua--rectangle to nil. (Bug#17877)
824
825 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
826
827 * calendar/todo-mode.el: Fix wrong-type-argument error when
828 marking multiple consecutive items.
829 (todo-toggle-mark-item): Don't try to mark the empty lines at the
830 end of the todo and done items sections. Note in doc string that
831 items marked by passing a numeric prefix argument can include the
832 last todo and first done items.
833 (todo-mark-category): Don't try to mark the empty line between the
834 todo and done items sections.
835
836 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
839 proper Lisp quoting (bug#17934).
840
841 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
842 require-final-newline since prog-mode already took care of it (bug#17947).
843
844 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
845
846 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
847 refer to the Todo mode Info manual. Update the comment on
848 requiring cl-lib.
849 (todo-find-filtered-items-file): Add todo-prefix overlays.
850 (todo-filter-items): Reorder a let-bound variable to avoid a
851 wrong-type-argument error on canceling the file choice dialog.
852
853 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * progmodes/octave.el (inferior-octave-mode):
856 Set comint-input-ring-size to a number (bug#17912).
857
858 2014-07-03 Juri Linkov <juri@jurta.org>
859
860 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
861 and `isearch-mode' associated with nil. (Bug#17849)
862
863 2014-07-02 Juri Linkov <juri@jurta.org>
864
865 * desktop.el (desktop-save): Rename arg `auto-save' to
866 `only-if-changed'. Doc fix. (Bug#17873)
867
868 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
871 Use insert-for-yank (bug#17271).
872
873 2014-07-02 Leo Liu <sdl.web@gmail.com>
874
875 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
876 Support lexical-binding.
877
878 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * vc/log-edit.el (log-edit-goto-eoh): New function.
881 (log-edit--match-first-line): Use it (bug#17861).
882
883 2014-07-01 Glenn Morris <rgm@gnu.org>
884
885 * vc/log-edit.el (log-edit-hook): Add missing :version.
886
887 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
888
889 * progmodes/python.el (python-indent-post-self-insert-function):
890 Enhancements to electric indentation behavior inside
891 parens. (Bug#17658)
892
893 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
896 buffer-invisibility-spec (bug#17867).
897
898 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
899
900 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
901 pass "-a".
902
903 2014-06-29 Glenn Morris <rgm@gnu.org>
904
905 * cus-edit.el (help):
906 * finder.el (finder-known-keywords):
907 * help.el (help-for-help-internal):
908 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
909 (ediff-redraw-registry-buffer):
910 * vc/ediff-ptch.el (ediff-patch-file-internal):
911 Doc fixes re "online" help. (Bug#17803)
912
913 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
914 (idlwave-mode): Doc URL update.
915
916 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
917
918 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
919 account for file-wide setting of todo-top-priorities-overrides.
920 Make code a bit cleaner.
921
922 2014-06-27 Leo Liu <sdl.web@gmail.com>
923
924 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
925
926 2014-06-27 Glenn Morris <rgm@gnu.org>
927
928 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
929
930 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
931
932 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
933 category-wide setting of todo-top-priorities-overrides, check for
934 a file-wide setting and fontify accordingly.
935
936 2014-06-26 Glenn Morris <rgm@gnu.org>
937
938 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
939
940 2014-06-26 Daiki Ueno <ueno@gnu.org>
941
942 * emacs-lisp/package.el (package--check-signature):
943 If package-check-signature is allow-unsigned, don't signal error when
944 we can't verify signature because of missing public key
945 (backport for bug#17625).
946
947 2014-06-26 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
950 Remove outdated declaration.
951
952 * emacs-lisp/authors.el (authors-valid-file-names)
953 (authors-renamed-files-alist): Additions.
954
955 2014-06-25 Leo Liu <sdl.web@gmail.com>
956
957 * textmodes/picture.el (picture-set-tab-stops):
958 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
959 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
960
961 * progmodes/asm-mode.el (asm-calculate-indentation):
962 Use indent-next-tab-stop.
963
964 * indent.el (indent-accumulate-tab-stops): New function.
965
966 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
969 (package-desc-status): Obey it.
970
971 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
972
973 * calendar/todo-mode.el: Fix two bugs.
974 (todo-insert-item--basic): If user cancels item insertion to
975 another category before setting priority, show original category
976 whether it is in the same or a different file.
977 (todo-set-item-priority): After selecting category, instead of
978 moving point to top, which extends an active region, restore it.
979
980 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * help-fns.el (describe-function-1): Check file-name is a string before
983 calling help-fns--autoloaded-p (bug#17564).
984
985 2014-06-24 Juri Linkov <juri@jurta.org>
986
987 * desktop.el (desktop-auto-save-enable)
988 (desktop-auto-save-disable): New functions.
989 (desktop-save-mode, desktop-auto-save-timeout): Use them.
990 (desktop-read): Disable the autosave before loading the desktop,
991 and enable afterwards. (Bug#17351)
992
993 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 Fix some indentation problem with \; and pipes (bug#17842).
996 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
997 (sh-smie--default-forward-token, sh-smie--default-backward-token):
998 New functions.
999 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1000 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1001 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1002
1003 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1004
1005 * international/fontset.el (script-representative-chars):
1006 Add representative characters for scripts added in Unicode 7.0.
1007 (otf-script-alist): Synchronize with the latest registry of OTF
1008 script tags.
1009
1010 * international/characters.el (char-script-table): Update for
1011 scripts added and codepoint ranges changed in Unicode 7.0.
1012
1013 2014-06-23 Leo Liu <sdl.web@gmail.com>
1014
1015 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1016 tab-stop-list to nil. (Bug#16381)
1017
1018 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1019 (indent-rigidly-left-to-tab-stop)
1020 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1021 (move-to-tab-stop): Change callers.
1022
1023 2014-06-22 Eli Zaretskii <eliz@gnu.org>
1024
1025 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1026 wrt behavior of \n as the first/last element of a skeleton.
1027
1028 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * net/tramp-adb.el (tramp-adb-handle-process-file):
1031 * net/tramp-sh.el (tramp-sh-handle-process-file):
1032 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1033 the output buffer when DISPLAY is non-nil. (Bug#17815)
1034
1035 2014-06-21 Glenn Morris <rgm@gnu.org>
1036
1037 * play/landmark.el (landmark-move-down, landmark-move-up):
1038 Fix 2007-10-20 change - preserve horizontal position.
1039
1040 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1041
1042 Fix completion retrieval parsing (bug#17209).
1043 * progmodes/python.el (python-mode):
1044 (python-util-strip-string): New function.
1045 (python-shell-completion-get-completions): Use it.
1046
1047 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1048
1049 * skeleton.el (skeleton-insert): Fix last change.
1050
1051 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1052
1053 Enhancements for outline integration (bug#17796).
1054 * progmodes/python.el (python-mode): Properly set
1055 outline-heading-end-regexp so that comments after colons for
1056 defuns are supported.
1057
1058 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1059
1060 * skeleton.el (skeleton-insert): Doc fix.
1061
1062 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1065 (smie-config-guess): Use smie-config-local so the rules are obeyed
1066 (bug#17818).
1067
1068 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1069 since it's already done inside the loop (bug#17819).
1070
1071 2014-06-20 Martin Rudalics <rudalics@gmx.at>
1072
1073 * mouse.el (mouse-drag-line): Re-remove code initially removed
1074 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1075 (Bug#17819).
1076
1077 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1080 align with the surrounding parent (bug#17721).
1081
1082 2014-06-20 Eli Zaretskii <eliz@gnu.org>
1083
1084 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1085 locally to nil.
1086 (texinfo-insert-block, texinfo-insert-@end)
1087 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1088 local setting of skeleton-end-newline by adding an explicit \n to
1089 the skeletons where appropriate. (Bug#17801)
1090
1091 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1094 (smie-indent--hanging-p): Use it.
1095 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1096
1097 2014-06-20 Leo Liu <sdl.web@gmail.com>
1098
1099 * simple.el (read-quoted-char): Don't let help chars pop up help
1100 buffer. (Bug#16617)
1101
1102 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1105 for | (bug#17621).
1106
1107 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
1110 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
1111 burping.
1112
1113 2014-06-18 Eli Zaretskii <eliz@gnu.org>
1114
1115 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1116 and later. (Bug#17790)
1117
1118 2014-06-18 Juri Linkov <juri@jurta.org>
1119
1120 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1121 to `soft'. (Bug#17554)
1122
1123 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1126 (bug#17737).
1127
1128 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
1129
1130 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1131 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1132
1133 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1134
1135 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1136 `unread-command-events'.
1137
1138 2014-06-14 Glenn Morris <rgm@gnu.org>
1139
1140 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1141 Replace delete-duplicates and mapcan by cl- versions throughout.
1142 And cl-macroexpand-all by macroexpand-all.
1143 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1144
1145 2014-06-14 Eli Zaretskii <eliz@gnu.org>
1146
1147 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1148
1149 2014-06-14 Juri Linkov <juri@jurta.org>
1150
1151 * bindings.el: Put `ascii-character' property on keypad keys
1152 mapped to characters. (Bug#17759)
1153
1154 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1157 bumping forward into a closing paren (bug#17761).
1158
1159 * term/xterm.el (xterm--version-handler): Work around for OSX
1160 Terminal.app (bug#17607).
1161
1162 2014-06-08 Glenn Morris <rgm@gnu.org>
1163
1164 * startup.el (initial-buffer-choice): Doc fix.
1165 Reset :version (adding an option does not merit a :version bump).
1166
1167 * bookmark.el (bookmark-load):
1168 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1169
1170 2014-06-06 Juri Linkov <juri@jurta.org>
1171
1172 * desktop.el: Activate auto-saving on window configuration changes.
1173 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1174 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
1175 (desktop-auto-save-set-timer): Change REPEAT arg of
1176 `run-with-idle-timer' from t to nil.
1177 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1178
1179 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1180
1181 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1182 vc-hg-command (bug#17570).
1183
1184 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1187 (bug#17702).
1188
1189 2014-06-06 Glenn Morris <rgm@gnu.org>
1190
1191 * startup.el (window-setup-hook): Doc fix.
1192
1193 2014-06-05 Glenn Morris <rgm@gnu.org>
1194
1195 * emacs-lisp/package.el (package-check-signature)
1196 (package-unsigned-archives): Doc fixes.
1197
1198 2014-06-03 Martin Rudalics <rudalics@gmx.at>
1199
1200 * window.el (display-buffer-use-some-window): Don't make window
1201 used smaller than it was before (Bug#17671).
1202
1203 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1204
1205 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1206 'redisplay' instead of '(sit-for 0)'.
1207
1208 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
1209
1210 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
1211 regexp. (Bug#17653)
1212
1213 2014-06-03 Glenn Morris <rgm@gnu.org>
1214
1215 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1216
1217 2014-06-02 Eli Zaretskii <eliz@gnu.org>
1218
1219 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1220
1221 2014-06-01 Eli Zaretskii <eliz@gnu.org>
1222
1223 * simple.el (keyboard-quit): Force update of mode lines, to remove
1224 the "Def" indicator, if we were defining a macro. (Bug#17615)
1225
1226 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * minibuffer.el (minibuffer-force-complete-and-exit):
1229 Obey minibuffer-default (bug#17545).
1230
1231 * progmodes/js.el (js-indent-line): Don't mix columns and chars
1232 (bug#17619).
1233
1234 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * subr.el (set-transient-map): Don't wait for some "nested"
1237 transient-map to finish if we're only supposed to be active for
1238 the next command (bug#17642).
1239
1240 2014-05-31 Leo Liu <sdl.web@gmail.com>
1241
1242 * emacs-lisp/gv.el (window-buffer, window-display-table)
1243 (window-dedicated-p, window-hscroll, window-point, window-start):
1244 Fix gv-expander. (Bug#17630)
1245
1246 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1249 clicks (bug#17633).
1250
1251 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1252 for the single comma, since ", " is *very* common in normal French text
1253 (bug#17643).
1254
1255 2014-05-30 Glenn Morris <rgm@gnu.org>
1256
1257 * emacs-lisp/package.el (package-check-signature)
1258 (package-unsigned-archives): Fix :version.
1259
1260 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * subr.el (sit-for): Don't run input-methods (bug#15614).
1263
1264 2014-05-28 Glenn Morris <rgm@gnu.org>
1265
1266 * cus-start.el: Fix some :version numbers.
1267
1268 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * simple.el (deactivate-mark): Set mark-active to nil even if
1271 deactivation is done via setting transient-mark-mode to nil,
1272 since one is buffer-local and the other is global.
1273
1274 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1275 there can't be more than 2 arguments (bug#17584).
1276
1277 2014-05-27 Glenn Morris <rgm@gnu.org>
1278
1279 * simple.el (filter-buffer-substring-functions)
1280 (filter-buffer-substring-function, buffer-substring-filters)
1281 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1282
1283 * minibuffer.el (completion-in-region-functions, completion-in-region)
1284 (completion--in-region): Doc fixes.
1285
1286 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1287 (expand-abbrev, abbrev--default-expand): Doc fixes.
1288
1289 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1290
1291 Include sources used to create macuvs.h.
1292 * international/README: Refer to the Unicode Terms of Use rather
1293 than copying it bodily here, as that simplifies maintenance.
1294
1295 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1296
1297 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1298
1299 2014-05-25 Martin Rudalics <rudalics@gmx.at>
1300
1301 * window.el (window--dump-frame): Remove interactive
1302 specification.
1303
1304 2014-05-23 Glenn Morris <rgm@gnu.org>
1305
1306 * hippie-exp.el (he-line-search-regexp):
1307 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1308
1309 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1310
1311 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1312 to avoid errors when trying to create or visit a file foo.todo
1313 located outside to todo-directory, and to allow having such files
1314 without them being tied to Todo mode (bug#17482).
1315 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1316 (todo-archive-done-item, todo-find-filtered-items-file)
1317 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1318 (todo-category-completions, todo-read-category): When visiting a
1319 Todo file, make sure we're in the right mode and the buffer local
1320 variables are set.
1321 (todo-make-categories-list, todo-reset-nondiary-marker)
1322 (todo-reset-done-string, todo-reset-comment-string):
1323 After processing all Todo files, kill the buffers of those files that
1324 weren't being visited before the processing.
1325 (todo-display-as-todo-file, todo-add-to-buffer-list)
1326 (todo-visit-files-commands): Comment out.
1327 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1328 (auto-mode-alist): Remove add-to-list calls making Todo file
1329 extensions unrestrictedly tied to Todo modes.
1330
1331 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1334 (advice-function-member-p): Tell it to check both names and functions
1335 (bug#17531).
1336 (advice--add-function): Adjust call accordingly.
1337
1338 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1339
1340 * calendar/todo-mode.el: Miscellaneous bug fixes.
1341 (todo-delete-file): When deleting an archive but not its todo
1342 file, make sure to update the todo file's category sexp.
1343 (todo-move-category): Keep the moved category's name unless the
1344 file moved to already has a category with that name. If the
1345 numerically last category of the source file was moved, make the
1346 first category current to avoid selecting a nonexisting category.
1347 (todo-merge-category): Fix implementation to make merging to a
1348 category in another file work as documented. Eliminate now
1349 insufficient and unnecessary renaming of archive category, correct
1350 document string accordingly, and clarify it. If the numerically
1351 last category of the source file was merged, make the first
1352 category current to avoid selecting a nonexisting category.
1353 (todo-archive-done-item): When there are marked items and point
1354 happens to be on an unmarked item, ignore the latter. Don't leave
1355 point below last item after archiving marked items.
1356 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1357 from an archive with only one category deletes the archive only
1358 when the category is empty after unarchiving. Make sure the todo
1359 file's category sexp is updated.
1360 (todo-read-file-name): Allow an existing file name even when it is
1361 not required (todo-move-category needs this to work as documented).
1362 (todo-add-file): Call todo-validate-name to reject the name of an
1363 existing todo file (needed due to fix in todo-read-file-name).
1364 (todo-reset-nondiary-marker): Also reset in filtered items files.
1365 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1366 regexp filtered items files.
1367 (todo-reset-highlight-item): Also reset in filtered items files.
1368 Fix incorrect variable reference in document string.
1369
1370 2014-05-22 Glenn Morris <rgm@gnu.org>
1371
1372 * window.el (window--dump-frame): Avoid error in --without-x builds.
1373
1374 2014-05-21 Glenn Morris <rgm@gnu.org>
1375
1376 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1377
1378 2014-05-21 Eli Zaretskii <eliz@gnu.org>
1379
1380 * frame.el (set-frame-font): Doc fix.
1381
1382 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1383
1384 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
1385
1386 * emacs-lisp/package.el (package--download-one-archive):
1387 Use `write-region' instead of `save-buffer' to avoid running various
1388 hooks. (Bug#17155)
1389 (describe-package-1): Same. Insert newline at the end of the
1390 buffer if appropriate.
1391
1392 2014-05-20 Juri Linkov <juri@jurta.org>
1393
1394 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1395 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1396 Add more modifiers: meta, control, shift, hyper, super, alt.
1397 (Bug#17439)
1398
1399 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1400 to allow changing its value with `set-variable'.
1401
1402 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1405 #; comments.
1406 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1407 New functions.
1408 (scheme-mode-variables): Set syntax-propertize-function instead of
1409 font-lock-syntactic-face-function.
1410 (scheme-font-lock-syntactic-face-function): Delete.
1411
1412 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1413
1414 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1417 (bug#17392).
1418
1419 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
1420
1421 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1422 for a temporary file name.
1423
1424 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1425
1426 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1427
1428 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * net/dbus.el (dbus-init-bus, dbus-call-method)
1431 (dbus-call-method-asynchronously, dbus-send-signal)
1432 (dbus-method-return-internal, dbus-method-error-internal):
1433 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1434
1435 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1436
1437 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1438 methods which do not have a doc string. (Bug#17490)
1439
1440 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1441 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1444 suffix (bug#15419).
1445
1446 2014-05-14 Glenn Morris <rgm@gnu.org>
1447
1448 * vc/emerge.el (emerge-temp-file-prefix):
1449 Make pointless option obsolete.
1450 (emerge-temp-file-mode): Make non-functional option obsolete.
1451
1452 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1453
1454 * net/browse-url.el (browse-url):
1455 Use `unhandled-file-name-directory' when setting `default-directory',
1456 in order to circumvent stalled remote connections. (Bug#17425)
1457
1458 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1461 into autoloading just because of a silly indirection.
1462
1463 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1464
1465 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1466
1467 2014-05-11 Glenn Morris <rgm@gnu.org>
1468
1469 * emacs-lisp/find-gc.el: Move to ../admin.
1470
1471 2014-05-10 Glenn Morris <rgm@gnu.org>
1472
1473 * printing.el (pr-version):
1474 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1475
1476 * net/browse-url.el (browse-url-mosaic):
1477 Create /tmp/Mosaic.PID as a private file.
1478
1479 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1482 (advice--member-p): If name is given, only compare the name.
1483 (advice--remove-function): Don't stop at the first match.
1484 (advice--normalize-place): New function.
1485 (add-function, remove-function): Use it.
1486 (advice--add-function): Pass the name, if any, to
1487 advice--remove-function.
1488
1489 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1490
1491 * electric.el (electric-indent-post-self-insert-function): Don't use
1492 `pos' after modifying the buffer (bug#17449).
1493
1494 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * subr.el (function-put): Add function.
1497
1498 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1499
1500 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1501 Correct argument list to conform to todo-insert-item--basic.
1502
1503 2014-05-09 Glenn Morris <rgm@gnu.org>
1504
1505 * files.el (cd-absolute): Test if directory is accessible
1506 rather than executable. (Bug#17330)
1507
1508 * progmodes/compile.el (recompile):
1509 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1510
1511 2014-05-08 Juri Linkov <juri@jurta.org>
1512
1513 * dired.el (dired-check-switches, dired-switches-recursive-p):
1514 New functions. (Bug#17218)
1515 (dired-switches-escape-p, dired-move-to-end-of-filename):
1516 Use `dired-check-switches'.
1517 (dired-insert-old-subdirs, dired-build-subdir-alist)
1518 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1519
1520 2014-05-08 Glenn Morris <rgm@gnu.org>
1521
1522 * net/browse-url.el (browse-url-mosaic):
1523 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1524 This is CVE-2014-3423.
1525
1526 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1529 (xterm-mouse--read-event-sequence-1000): Return nil if something
1530 looks fishy.
1531 (xterm-mouse-event): Propagate it.
1532 (xterm-mouse-translate-1): Handle it.
1533
1534 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1535
1536 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1537 four slots of the parameter list are filled, make sure to pass it
1538 to the argument list of todo-insert-item--basic.
1539
1540 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1543 Add optional `seen' argument to detect and break infinite loops.
1544
1545 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1546
1547 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1548 (trace-unsafe, trace-use-tree): Make parentheses style be
1549 according to Emacs style.
1550
1551 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1552
1553 * net/tramp-sh.el (tramp-remote-process-environment):
1554 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1555 Add :version entry.
1556 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1557 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1558 extra "PSx=..." commands.
1559 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1560 (Bug#17295)
1561
1562 (tramp-uudecode): Replace the hard-coded temporary file name by a
1563 format specifier.
1564 (tramp-remote-coding-commands): Enhance docstring.
1565 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1566 name. (Bug#17415)
1567 This is CVE-2014-3424.
1568
1569 2014-05-06 Glenn Morris <rgm@gnu.org>
1570
1571 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1572 (find-gc-source-files): Update some names.
1573 (trace-call-tree): Simplify and update.
1574 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1575 This is CVE-2014-3422.
1576
1577 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * minibuffer.el (completion--try-word-completion): Revert fix for
1580 Bug#15980 (bug#17375).
1581
1582 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1583 Always store button numbers in the same way in xterm-mouse-last;
1584 Don't burp is xterm-mouse-last is not set as expected.
1585 Never return negative indices.
1586
1587 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1588
1589 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1590 Backtrack one char if the global/char-literal var matcher hits
1591 inside a string. The next char could be the beginning of an
1592 expression expansion.
1593
1594 2014-05-05 Glenn Morris <rgm@gnu.org>
1595
1596 * help-fns.el (describe-function-1): Test for an autoload before a
1597 macro, since `macrop' works on autoloads. (Bug#17410)
1598
1599 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1602
1603 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1604 Make sure the new point we return is within the new string (bug#17239).
1605
1606 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1607
1608 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1609
1610 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1613 Use nil rather than `default' for the "default" appearance (bug#17388).
1614 * vc/ediff-util.el (ediff-inferior-compare-regions)
1615 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1616 a misleading `default' value when it's really a boolean.
1617 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1618 overlay is not visible.
1619
1620 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1621
1622 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1623 (todo-menu): Uncomment and update.
1624
1625 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1626
1627 * calendar/todo-mode.el: Reimplement item editing to have the same
1628 basic user interface as item insertion, and make small UI and
1629 larger internal improvements to the latter.
1630 (todo-insert-item): Add reference to the Todo mode user manual to
1631 the documentation string.
1632 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1633 adjust all callers. Change signature to combine diary and
1634 nonmarking arguments. Incorporate functionality of deleted item
1635 copying command and add error checking. Remove detailed
1636 descriptions of the arguments from the documentation string, since
1637 this is treated in the Todo mode user manual.
1638 (todo-copy-item, todo-edit-multiline-item)
1639 (todo-edit-done-item-comment, todo-edit-item-header)
1640 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1641 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1642 (todo-edit-item-date-year, todo-edit-item-date-month)
1643 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1644 Remove.
1645 (todo-edit-item): Reimplement as wrapper command for
1646 todo-edit-item--next-key and make it distinguish done and not done
1647 todo items.
1648 (todo-edit-item--text): New function, replacing old command
1649 todo-edit-item and incorporating deleted commands
1650 todo-edit-multiline-item and todo-edit-done-item-comment.
1651 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1652 Use only numeric value of prefix argument. Remove detailed
1653 descriptions of the arguments from the documentation string, since
1654 this is treated in the Todo mode user manual.
1655 (todo-edit-item--diary-inclusion): New function, replacing old
1656 command todo-edit-item-diary-inclusion and incorporating and fixing
1657 functionality of deleted command todo-edit-item-diary-nonmarking,
1658 making sure to remove todo-nondiary-marker when adding
1659 diary-nonmarking-symbol.
1660 (todo-edit-category-diary-inclusion): Make sure to delete
1661 diary-nonmarking-symbol when adding todo-nondiary-marker.
1662 (todo-edit-category-diary-nonmarking): Fix indentation.
1663 (todo-insert-item--parameters): Group diary and nonmarking
1664 parameters together.
1665 (todo-insert-item--apply-args): Adjust to signature of
1666 todo-insert-item--basic and incorporate copy parameter.
1667 Make small code improvements.
1668 (todo-insert-item--next-param): Improve prompt and adjust it to
1669 new parameter grouping. Remove obsolete code.
1670 (todo-edit-item--param-key-alist)
1671 (todo-edit-item--date-param-key-alist)
1672 (todo-edit-done-item--param-key-alist): New defconsts.
1673 (todo-edit-item--prompt): New variable.
1674 (todo-edit-item--next-key): New function.
1675 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1676 Remove bindings of deleted commands.
1677
1678 2014-05-02 Leo Liu <sdl.web@gmail.com>
1679
1680 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1681
1682 2014-05-01 Glenn Morris <rgm@gnu.org>
1683
1684 * allout-widgets.el (allout-widgets-tally)
1685 (allout-decorate-item-guides):
1686 * menu-bar.el (menu-bar-positive-p):
1687 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1688 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1689 * progmodes/js.el (js--inside-param-list-p)
1690 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1691 * progmodes/prolog.el (region-exists-p):
1692 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1693 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1694 Doc fixes (replace `iff').
1695
1696 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1699
1700 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1701
1702 * dired.el (dired-initial-position-hook, dired-initial-position):
1703 Doc string fixes.
1704
1705 2014-04-29 Glenn Morris <rgm@gnu.org>
1706
1707 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1708
1709 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1710
1711 * faces.el (face-spec-recalc): Apply X resources only after the
1712 defface spec has been applied. Thus, X resources are no longer
1713 overridden by the defface spec which also fixes issues on win32 where
1714 the toolbar coloring was wrong because it is set through X resources
1715 and was (wrongfully) overridden. (Bug#16694)
1716
1717 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * textmodes/rst.el (electric-pair-pairs): Declare.
1720 (rst-mode): Set it (bug#17131).
1721
1722 2014-04-27 Juri Linkov <juri@jurta.org>
1723
1724 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1725 and `print-level' to nil. (Bug#17351)
1726
1727 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1728
1729 * battery.el (battery-update): Handle the case where battery
1730 status is "N/A" (bug#17319).
1731
1732 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1733
1734 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1735 Use equal-including-properties to compare help-echo strings (bug#17331).
1736
1737 2014-04-24 Leo Liu <sdl.web@gmail.com>
1738
1739 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1740 Fix syntax for @. (Bug#17325)
1741
1742 2014-04-24 Daniel Colascione <dancol@dancol.org>
1743
1744 * emacs-lisp/cl.el (gv): Require gv early to break eager
1745 macro-expansion cycles.
1746
1747 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * simple.el (region-active-p): Check there's a mark (bug#17324).
1750
1751 * simple.el (completion-list-mode-map): Use choose-completion for the
1752 mouse binding as well (bug#17302).
1753 (completion-list-mode, completion-setup-function): Adjust docstring and
1754 echo area message accordingly.
1755 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1756 calling convention of choose-completion.
1757 * comint.el (comint-dynamic-list-completions):
1758 * term.el (term-dynamic-list-completions): Accept choose-completion.
1759
1760 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1761 &, |, +, - and * can't be a division (bug#17317).
1762
1763 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1766 features on gnome-terminal (bug#16988).
1767
1768 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1769
1770 * dired.el (dired-insert-set-properties): Do not consider
1771 subdirectory headings and empty lines to be information that
1772 `dired-hide-details-mode' should hide. (Bug#17228)
1773
1774 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1775
1776 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1777 Remove test messages.
1778 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1779 and `target' twice.
1780
1781 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1784 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1785
1786 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1787
1788 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1791 Set "IFS=" when using read builtin, in order to preserve spaces in
1792 the file name. Add test messages for hunting a bug on hydra.
1793 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1794
1795 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1798 Don't prettify a word within a symbol.
1799
1800 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1803 possible.
1804
1805 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1808 assignments such as "case=hello" (bug#17297).
1809
1810 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1813 Do not autoload.
1814 (tramp-file-name-handler, tramp-completion-file-name-handler):
1815 Revert patch from 2014-04-10, it isn't necessary anymore.
1816 (tramp-autoload-file-name-handler)
1817 (tramp-register-autoload-file-name-handlers): New defuns.
1818 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1819 (tramp-register-file-name-handlers): Remove also
1820 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1821 Do not autoload its invocation, but eval it after loading of 'tramp.
1822
1823 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1824
1825 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1826
1827 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1830 was done (bug#17264).
1831 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1832 comment to EOB.
1833
1834 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1835 here-documents (bug#17262).
1836
1837 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1838
1839 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1840 Provide doc strings, as required by snarf-documentation.
1841
1842 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1845 arg of overlays-at. Use `invisible-p'.
1846
1847 * obsolete/lucid.el (extent-at):
1848 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1849 overlays-at.
1850 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1851
1852 2014-04-14 João Távora <joaotavora@gmail.com>
1853
1854 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1855 links. (Bug#17217).
1856
1857 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1858
1859 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1860 Use mapc to loop over a vector. (Bug#17257).
1861
1862 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1865 patch, there are new problems with file names containing spaces.
1866 Get rid of backticks. (Bug#17238)
1867
1868 2014-04-13 João Távora <joaotavora@gmail.com>
1869
1870 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1871 possible bug.
1872
1873 2014-04-13 Eli Zaretskii <eliz@gnu.org>
1874
1875 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1876 (blink-cursor-mode): Mention customization variables and the
1877 effect of 'blink-cursor-blinks'.
1878
1879 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
1880
1881 * simple.el (undo): Prevent insertion of identity mapping into
1882 undo-equiv-table so as undo-only does not inf loop in the presence
1883 of consecutive nils in undo list.
1884
1885 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1886
1887 * faces.el (make-face): Deprecate optional argument as it is no
1888 longer needed/used since the conditional X resources handling
1889 has been pushed down to make-face-x-resource-internal itself.
1890 (make-empty-face): Don't pass optional argument to make-face.
1891
1892 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1893
1894 * international/characters.el <standard-case-table>: Add entries
1895 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1896 Set category of Coptic characters be 'g' (Greek).
1897
1898 2014-04-12 Leo Liu <sdl.web@gmail.com>
1899
1900 * progmodes/octave.el (completion-table-with-cache): Define if not
1901 available.
1902 (octave-goto-function-definition)
1903 (octave-sync-function-file-names)
1904 (octave-find-definition-default-filename): Backquote upattern for
1905 compatibility.
1906
1907 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1908
1909 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1910 name twice due to backticks. (Bug#17238)
1911
1912 2014-04-11 Glenn Morris <rgm@gnu.org>
1913
1914 * term/w32-win.el (x-win-suspend-error):
1915 * term/x-win.el (x-win-suspend-error): Sync docs.
1916
1917 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 Ediff's overlay priorities cause more trouble than they solve.
1920 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1921 (ediff-highest-priority): Remove function (bug#17234).
1922 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1923 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1924 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1925 overlay priorities.
1926
1927 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
1928
1929 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1930 entry; use symbol boundaries to avoid mis-matches.
1931
1932 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
1933
1934 * net/tramp.el (tramp-file-name-handler)
1935 (tramp-completion-file-name-handler): Avoid recursive loading.
1936
1937 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1938 Quote result also locally.
1939
1940 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1941
1942 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1943 Module methods. (Bug#17216)
1944
1945 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1948 (describe-bindings-internal): Mark obsolete.
1949
1950 2014-04-07 João Távora <joaotavora@gmail.com>
1951
1952 * elec-pair.el:
1953 (electric-pair--syntax-ppss): When inside comments parse from
1954 comment beginning.
1955 (electric-pair--balance-info): Fix typo in comment.
1956 (electric-pair--in-unterminated-string-p): Delete.
1957 (electric-pair--unbalanced-strings-p): New function.
1958 (electric-pair-string-bound-function): New var.
1959 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1960 according to `electric-pair--in-unterminated-string-p'
1961
1962 2014-04-07 João Távora <joaotavora@gmail.com>
1963
1964 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1965 Inhibit quote pairing if point-max is inside an unterminated string.
1966 (electric-pair--looking-at-unterminated-string-p): Delete.
1967 (electric-pair--in-unterminated-string-p): New function.
1968
1969 2014-04-07 Glenn Morris <rgm@gnu.org>
1970
1971 * shell.el (shell-directory-tracker):
1972 Go back to just ignoring failures. (Bug#17159)
1973
1974 2014-04-06 João Távora <joaotavora@gmail.com>
1975
1976 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1977 backspace. (bug#16981)
1978 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1979 (electric-pair-backward-delete-char-untabify): Delete.
1980 (electric-pair-mode-map): Bind backspace to a menu item filtering
1981 a new `electric-pair-delete-pair' command.
1982 (electric-pair-delete-pair): New command.
1983
1984 2014-04-06 João Távora <joaotavora@gmail.com>
1985
1986 * progmodes/python.el (python-electric-pair-string-delimiter):
1987 Fix triple-quoting electricity. (Bug#17192)
1988
1989 2014-04-06 João Távora <joaotavora@gmail.com>
1990
1991 * elec-pair.el (electric-pair-post-self-insert-function):
1992 Don't skip whitespace when `electric-pair-text-pairs' and
1993 `electric-pair-pairs' were used. syntax to
1994 electric-pair--skip-whitespace. (Bug#17183)
1995
1996 2014-04-06 Eli Zaretskii <eliz@gnu.org>
1997
1998 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1999 "<F>". (Bug#17199)
2000
2001 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2004 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2005
2006 2014-04-05 Glenn Morris <rgm@gnu.org>
2007
2008 * help.el (view-lossage): Doc tweak.
2009
2010 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
2011
2012 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2013 only when inhibit-x-resources is nil, and do that earlier in the
2014 function. Doc fix. (Bug#16694)
2015 (face-spec-choose): Accept additional optional argument, whose
2016 value is returned if no matching attributes are found.
2017 (face-spec-recalc): Use the new optional argument when calling
2018 face-spec-choose. (Bug#16378)
2019 (make-face-x-resource-internal): Do nothing when
2020 inhibit-x-resources is non-nil. Don't touch the default face if
2021 reversed video is given--as was done in previous versions of Emacs.
2022 (face-set-after-frame-default): Don't call
2023 make-face-x-resource-internal here. (Bug#16434)
2024
2025 2014-04-04 Tassilo Horn <tsdh@gnu.org>
2026
2027 * doc-view.el (doc-view-bookmark-jump):
2028 Use `bookmark-after-jump-hook' to jump to the right page after the
2029 buffer is shown in a window. (bug#16090)
2030
2031 2014-04-04 Eli Zaretskii <eliz@gnu.org>
2032
2033 * international/characters.el (mirroring): Fix last change:
2034 instead of loading uni-mirrored.el explicitly, do that implicitly
2035 by creating the 'mirroring' uniprop table. This avoids announcing
2036 the loading of uni-mirrored.el.
2037
2038 2014-04-04 Glenn Morris <rgm@gnu.org>
2039
2040 * files.el (buffer-stale--default-function)
2041 (buffer-stale-function, revert-buffer--default):
2042 * autorevert.el (auto-revert-buffers): Doc tweaks.
2043
2044 2014-04-03 Eli Zaretskii <eliz@gnu.org>
2045
2046 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2047
2048 2014-04-03 Glenn Morris <rgm@gnu.org>
2049
2050 * files.el (make-backup-file-name-function)
2051 (make-backup-file-name, make-backup-file-name--default-function)
2052 (make-backup-file-name-1, find-backup-file-name)
2053 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2054 (buffer-stale--default-function, buffer-stale-function)
2055 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2056 (revert-buffer, revert-buffer--default)
2057 (revert-buffer-insert-file-contents--default-function):
2058 Doc fixes related to defaults no longer being nil.
2059 (make-backup-file-name-function): Bump :version.
2060 Restore nil as a valid but deprecated custom type.
2061
2062 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
2065 used as a variable (bug#17174).
2066
2067 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * progmodes/perl-mode.el (perl-indent-new-calculate):
2070 Handle forward-sexp failure (bug#16985).
2071 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2072 modifiers introducing expressions (bug#17116).
2073
2074 2014-04-02 Glenn Morris <rgm@gnu.org>
2075
2076 * menu-bar.el (menu-bar-file-menu):
2077 * vc/ediff.el (ediff-current-file):
2078 Update for revert-buffer-function no longer being nil by default.
2079
2080 * simple.el (command-execute): Respect nil disabled-command-function.
2081
2082 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2083
2084 * simple.el (command-execute): Do not execute the command when it
2085 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2086
2087 2014-03-29 Juri Linkov <juri@jurta.org>
2088
2089 * dired-aux.el (dired-compress-file): Don't use string-match-p
2090 because its match data is used afterwards.
2091
2092 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2095 0 like nil.
2096
2097 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2098
2099 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2100 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2101
2102 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2103 Don't propertize `?' or `!' as symbol constituent when after
2104 colon. (Bug#17097)
2105
2106 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2109 which is no longer needed and causes trouble in GTK builds (bug#17046).
2110
2111 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2112 Use url-insert-file-contents; package-handle-response no longer exists.
2113
2114 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2115
2116 * emacs-lisp/package.el: Fix bug#16733 (again).
2117 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2118 (url-http-target-url): Remove unused declarations.
2119 (package-handle-response): Remove.
2120 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2121 (package--download-one-archive): Use current-buffer instead of
2122 dynamic binding of `buffer'.
2123 (describe-package-1): Do not decode readme-string.
2124
2125 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
2126
2127 * simple.el (primitive-undo): Correction to 2014-03-24 change.
2128
2129 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
2130
2131 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2132
2133 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2134 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2135 `remote-file-name-inhibit-cache' to nil in the second pass.
2136 (tramp-find-executable): Do not call "which" on SunOS.
2137 (tramp-send-command-and-check): Fix docstring.
2138 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2139 check whether source directory has set the sticky bit.
2140
2141 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
2142
2143 * simple.el (primitive-undo): Only process marker adjustments
2144 validated against their corresponding (TEXT . POS). Issue warning
2145 for lone marker adjustments in undo history. (Bug#16818)
2146 (undo-make-selective-list): Add marker adjustments to selective
2147 undo list based on whether their corresponding (TEXT . POS) is in
2148 the region. Remove variable adjusted-markers, which was unused
2149 and only non nil during undo-make-selective-list.
2150 (undo-elt-in-region): Return nil when passed a marker adjustment
2151 and explain in function doc.
2152
2153 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2154
2155 * emacs-lisp/package.el (package--add-to-archive-contents):
2156 Include already installed and built-in packages in
2157 `package-archive-contents'.
2158 (package-install): Don't include already installed packages in the
2159 options during interactive invocation. (Bug#16762)
2160
2161 2014-03-24 Daniel Colascione <dancol@dancol.org>
2162
2163 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2164 instead of cl-loop search function.
2165
2166 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
2167
2168 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2169
2170 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2171
2172 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2173
2174 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2175
2176 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2177 Match special global variables without curlies, too.
2178 (ruby-font-lock-keywords): Simplify the matcher for special global
2179 variables. Don't require a non-word character after the variable.
2180 (Bug#17057)
2181
2182 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * simple.el (redisplay-highlight-region-function): Increase priority of
2185 overlay to make sure boundaries are visible (bug#15899).
2186
2187 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * frameset.el (frameset-restore): Compare display strings with equal.
2190
2191 * frame.el (make-frame): Don't quote display name in error message,
2192 it is already a string.
2193
2194 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2195
2196 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2197 the password.
2198
2199 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
2200
2201 * emacs-lisp/package.el (package-show-package-list): If the buffer
2202 is already displayed in another window, switch to that window.
2203
2204 2014-03-21 Daniel Colascione <dancol@dancol.org>
2205
2206 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2207 information in bug reports.
2208
2209 2014-03-23 Daniel Colascione <dancol@dancol.org>
2210
2211 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2212 list to look for keyword arguments instead of `memq', fixing
2213 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2214 Please make bootstrap.
2215
2216 2014-03-23 Richard Stallman <rms@gnu.org>
2217
2218 * battery.el (battery-linux-sysfs): Search for each field
2219 from the beginning of the buffer.
2220
2221 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2222
2223 * emacs-lisp/package.el (package-desc): Use the contents of the
2224 quoted form, not its cdr. (Bug#16873)
2225
2226 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2229 benefit of doc.c; change parameter profile to match the X function.
2230
2231 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2232
2233 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2234 and `tramp-copy-env'.
2235
2236 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2237 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2238
2239 2014-03-21 Glenn Morris <rgm@gnu.org>
2240
2241 * electric.el (electric-indent-post-self-insert-function): Add doc.
2242
2243 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2244
2245 * emacs-lisp/package.el (package-compute-transaction):
2246 Use `version-list-<=' to compare the requirement version against
2247 the version of package already to be installed. Update the error
2248 message. (Bug#16826)
2249
2250 * progmodes/ruby-mode.el (ruby-smie-rules):
2251 Add indentation rule for ` @ '. (Bug#17050)
2252
2253 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2254
2255 * align.el (align-regexp): Remove superfluous backslash.
2256
2257 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2258 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2259 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2260 Fix docstring typos.
2261 (ffap-next): Use C-u in docstring.
2262 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2263 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2264 Remove superfluous backslashes.
2265 (ffap-string-at-point): Reflow docstring.
2266
2267 * server.el (server-host): Reflow docstring.
2268 (server-unload-function): Fix docstring typo.
2269 (server-eval-at): Remove superfluous backslash.
2270
2271 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2272 (skeleton-insert): Doc fix.
2273 (skeleton-insert): Reflow docstring.
2274
2275 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2276 (tty-color-approximate, tty-color-by-index, tty-color-values)
2277 (tty-color-desc): Remove superfluous backslashes.
2278
2279 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * electric.el (electric-newline-and-maybe-indent): New command.
2282 Bind it globally to C-j.
2283 (electric-indent-mode): Don't mess with the global map any more.
2284 Don't drop the post-self-insert-hook is some buffer is still using it
2285 (bug#16770).
2286
2287 * bindings.el (global-map): Remove C-j binding.
2288
2289 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2290 the docstring of functions advised before dumping (bug#16993).
2291
2292 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2293
2294 * ps-print.el (ps-generate-postscript-with-faces):
2295 Explicitly deactivate the mark (bug#16866).
2296 * simple.el (deactivate-mark): Update region highlight.
2297
2298 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * emacs-lisp/package.el (describe-package-1):
2301 Decode commentary (bug#16733).
2302
2303 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2304
2305 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2306 modification of the value argument of :set (bug#16755).
2307
2308 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * simple.el (newline-and-indent): Do autofill (bug#17031).
2311
2312 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2313
2314 * newcomment.el (comment-normalize-vars): Only add escaping check
2315 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2316 (comment-beginning): Use `narrow-to-region' instead of moving back
2317 one character.
2318 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2319 (comment-start-skip): Update the docstring.
2320
2321 2014-03-18 Richard Stallman <rms@gnu.org>
2322
2323 * dired.el (dired-display-file): Force use of other window.
2324
2325 2014-03-18 Daniel Colascione <dancol@dancol.org>
2326
2327 * startup.el (tty-handle-args): Remove debug message from 2007.
2328
2329 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2332 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2333 (advice--make-1, advice-add, advice-remove):
2334 Remove braindead :advice-pending hack.
2335
2336 2014-03-17 Glenn Morris <rgm@gnu.org>
2337
2338 * calendar/calendar.el (calendar-generate-month): Apply weekend
2339 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2340
2341 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2344 (tramp-call-process): Trace also DESTINATION.
2345
2346 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2347 Quote file names when they are local. Remove superfluous trace.
2348
2349 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2350
2351 * newcomment.el (comment-beginning): If `comment-start-skip'
2352 doesn't match, move back one char and try again. (Bug#16971)
2353
2354 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2355 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2356 Set `comment-start-skip' to a simpler value that doesn't try to
2357 check if the semicolon is escaped (this is handled by
2358 `syntax-ppss' now). (Bug#16971)
2359
2360 * progmodes/scheme.el (scheme-mode-variables): Same.
2361
2362 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2363
2364 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2365 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2366 current (Bug#16816, Bug#17007).
2367 (with-current-buffer-window): New macro doing the same as
2368 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2369 * help.el (help-print-return-message): Warn in doc-string to not
2370 use this in `with-help-window'.
2371 (describe-bindings-internal): Call `describe-buffer-bindings'
2372 from within help buffer. See Juanma's scenario in (Bug#16816).
2373 (with-help-window): Update doc-string.
2374 * dired.el (dired-mark-pop-up):
2375 * files.el (save-buffers-kill-emacs):
2376 * register.el (register-preview): Use `with-current-buffer-window'
2377 instead of `with-temp-buffer-window'.
2378
2379 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2382 Implement inserting into current buffer, documented in their docstrings.
2383 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2384 (rst-section-tree-point, rst-forward-section, rst-indent)
2385 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2386 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2387 (rst-font-lock-handle-adornment-pre-match-form)
2388 (rst-repeat-last-character): Reflow docstrings.
2389 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2390 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2391 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2392 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2393 Fix docstring typos.
2394 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2395 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2396 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2397
2398 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2399
2400 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2401 for compatibility with other ports.
2402 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2403 from the -xrm command line argument, but in the Nextstep port its value
2404 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2405
2406 * progmodes/python.el (defconst, python-syntax-count-quotes)
2407 (python-indent-region, python-indent-shift-right)
2408 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2409 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2410 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2411 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2412 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2413 (python-shell-buffer-substring, python-shell-send-buffer)
2414 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2415 (python-completion-complete-at-point, python-fill-docstring-style)
2416 (python-eldoc-function, python-imenu-format-item-label)
2417 (python-imenu-format-parent-item-label)
2418 (python-imenu-format-parent-item-jump-label)
2419 (python-imenu--build-tree, python-imenu-create-index)
2420 (python-imenu-create-flat-index): Fix docstring typos.
2421 (python-indent-context, python-shell-prompt-regexp, run-python):
2422 Remove superfluous backslashes.
2423 (python-indent-line, python-nav-beginning-of-defun)
2424 (python-shell-get-buffer, python-shell-get-process)
2425 (python-info-current-defun, python-info-current-line-comment-p)
2426 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2427 (python-indent-post-self-insert-function, python-shell-send-file)
2428 (python-shell-completion-get-completions)
2429 (python-shell-completion-complete-or-indent)
2430 (python-eldoc--get-doc-at-point): Reflow docstrings.
2431
2432 2014-03-14 Glenn Morris <rgm@gnu.org>
2433
2434 * emacs-lisp/package.el (package-menu-mode-map):
2435 Replace use of obsolete function alias. Tweak menu item text.
2436
2437 * info.el (Info-finder-find-node):
2438 Ignore the `emacs' metapackage. (Bug#10813)
2439
2440 * finder.el (finder-list-matches): Include unversioned packages
2441 in the result of a keyword search.
2442
2443 * finder.el (finder--builtins-descriptions): New constant.
2444 (finder-compile-keywords): Use finder--builtins-descriptions.
2445
2446 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2447
2448 * simple.el (blink-matching-paren): Describe the new value,
2449 `jump', enabling the old behavior.
2450 (blink-matching-open): Use that value. (Bug#17008)
2451
2452 2014-03-14 Glenn Morris <rgm@gnu.org>
2453
2454 * finder.el (finder-no-scan-regexp): Add leim-list.
2455 (finder-compile-keywords):
2456 Don't skip files with same basename. (Bug#14010)
2457 * Makefile.in (setwins_finder): New, excluding leim.
2458 (finder-data): Use setwins_finder.
2459
2460 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2461 (help-function-arglist, help-make-usage): Move from here...
2462 * help.el (help-split-fundoc, help-add-fundoc-usage)
2463 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2464 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2465
2466 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * net/socks.el (socks, socks-override-functions)
2469 (socks-find-services-entry):
2470 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2471 (hif-find-ifdef-block):
2472 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2473
2474 * net/tls.el (tls-program): Reflow docstring.
2475
2476 * progmodes/pascal.el (pascal-mode-abbrev-table)
2477 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2478 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2479 (pascal-outline-mode): Fix docstring typos.
2480 (pascal-mode): Let define-derived-mode document mode hook.
2481 (pascal-uncomment-area): Reflow.
2482 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2483
2484 * progmodes/opascal.el (opascal-compound-block-indent)
2485 (opascal-case-label-indent): Fix docstring typos.
2486 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2487
2488 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2489
2490 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2491 Fontify multiple adjacent negation chars. (Bug#17004)
2492
2493 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2494
2495 * emacs-lisp/package.el (package--prepare-dependencies):
2496 Accept requirements without explicit version (bug#14941).
2497
2498 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * register.el (register-separator, copy-to-register): Doc fixes.
2501 (register-preview-default): Remove unnecessary call to concat.
2502
2503 * frameset.el (frameset-restore): When checking for a visible frame,
2504 use the action map instead of calling visible-frame-list.
2505
2506 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2507
2508 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2509
2510 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2511
2512 * window.el (fit-frame-to-buffer): Get maximum width from
2513 display's width instead of height.
2514
2515 2014-03-12 Glenn Morris <rgm@gnu.org>
2516
2517 * desktop.el (desktop-restore-frames)
2518 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2519 (desktop-restore-reuses-frames): Doc tweaks.
2520
2521 * electric.el (electric-indent-mode): Doc fix.
2522
2523 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2526 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2527 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2528 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2529 (cvs-dired-use-hook): Fix docstring typos.
2530 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2531 Doc fixes.
2532
2533 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2534 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2535 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2536 (cvs-execute-single-dir): Fix docstring typos.
2537
2538 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2539 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2540
2541 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2542
2543 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2544 Fix docstring typos.
2545
2546 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2547
2548 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2549 called from jump-to-register after unloading the frameset package.
2550
2551 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2554 (bug#16975). Deactivate the mark before setting it to nil.
2555 (activate-mark): Do nothing if region is already active.
2556
2557 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2558
2559 * frameset.el (frameset--target-display): Remove definition; declare.
2560 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2561
2562 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2565 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2566 when the advice is pending.
2567 (advice-remove): Remove this marker when not needed any more.
2568
2569 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * frameset.el: Separate options for reusing frames and cleaning up.
2572 (frameset--reuse-list): Remove definition; declare.
2573 (frameset--action-map): Declare.
2574 (frameset--find-frame-if): Doc fix.
2575 (frameset--restore-frame): Cache frame action.
2576 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2577 how to clean up the frame list after restoring. Remove cleaning
2578 options from REUSE-FRAMES. Change all keyword values to symbols.
2579 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2580
2581 * desktop.el (desktop-restore-forces-onscreen)
2582 (desktop-restore-reuses-frames): Use non-keyword values.
2583 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2584
2585 2014-03-10 Glenn Morris <rgm@gnu.org>
2586
2587 * files.el (find-file): Doc fix: update info node name.
2588
2589 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2590 Doc fix: remove references to deleted info nodes.
2591
2592 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2595 Do not add `nil' to the environment, when there's no remote `locale'.
2596 (tramp-find-inline-encoding): Check, that the remote host has
2597 installed perl, before sending scripts.
2598
2599 2014-03-10 Leo Liu <sdl.web@gmail.com>
2600
2601 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2602 Clear eldoc-last-message. (Bug#16920)
2603
2604 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2607 (bug#14430).
2608
2609 2014-03-09 Juri Linkov <juri@jurta.org>
2610
2611 * ansi-color.el (ansi-color-names-vector): Copy default colors
2612 from `xterm-standard-colors' that look well on the default white
2613 background (and also on the black background) to avoid illegible
2614 color combinations like yellow-on-white and white-on-white.
2615 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2616
2617 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2618
2619 * frameset.el (frameset-restore): When no frame is visible, do not
2620 generate a list of frames, just make visible the selected one.
2621
2622 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2623
2624 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2625 it only contains the repository root. (Bug#16897)
2626
2627 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2628
2629 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2630 only when `remote-file-name-inhibit-cache' is nil.
2631 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2632
2633 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2634
2635 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2636 Fix doc-strings.
2637 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2638 fit-frame-to-buffer variable. Fix doc-string.
2639 (fit-window-to-buffer): Set ONLY argument in call of
2640 fit-frame-to-buffer. Fix doc-string.
2641
2642 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2643
2644 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2645 (tramp-action-password): Clear password cache if needed.
2646 (tramp-read-passwd): Do not clear password cache.
2647
2648 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2649 cache unless it is the first password request.
2650
2651 2014-03-06 Glenn Morris <rgm@gnu.org>
2652
2653 * simple.el (newline): Doc tweak.
2654
2655 * emacs-lisp/shadow.el (load-path-shadows-find):
2656 Ignore dir-locals. (Bug#12357)
2657
2658 2014-03-05 Glenn Morris <rgm@gnu.org>
2659
2660 * files.el (interpreter-mode-alist):
2661 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2662
2663 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2664
2665 * frameset.el (frameset--initial-params): Filter out null entries.
2666
2667 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2668
2669 * window.el (window-min-height, window-min-width):
2670 Rewrite doc-strings.
2671 (window-body-size): Add PIXELWISE argument to make it consistent
2672 with its callees.
2673
2674 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * finder.el (finder-mode-map, finder-mode-syntax-table):
2677 Revert part of 2014-02-28 change.
2678
2679 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2680
2681 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2682 (eww-setup-buffer): Clear next/prev/etc more reliably.
2683 (eww-textarea-map): [tab] doesn't work on tty.
2684 Reported by Mario Lang.
2685
2686 * net/shr.el (shr-map): Ditto.
2687
2688 2014-03-04 Glenn Morris <rgm@gnu.org>
2689
2690 * minibuffer.el (completion-hilit-commonality):
2691 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2692
2693 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * hilit-chg.el (hilit-chg-unload-function): New function.
2696 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2697 (hilit-chg-map-changes): Prefer cardinal number to digit.
2698 (hilit-chg-display-changes): Reflow docstring.
2699 (highlight-changes-rotate-faces): Remove superfluous backslash.
2700
2701 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2704 `tramp-send-command-and-check'.
2705
2706 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2707
2708 * hexl.el (hexl-address-region, hexl-ascii-region)
2709 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2710 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2711 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2712 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2713 (hexl-mode): Doc fix.
2714 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2715 (hexl-mode-ruler): Fix typos in docstrings.
2716
2717 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2718 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2719 Remove superfluous backslashes.
2720 (strokes-last-stroke, strokes-global-map, strokes-mode):
2721 Reflow docstrings.
2722 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2723 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2724 (strokes-distance-squared, strokes-global-set-stroke)
2725 (strokes-global-set-stroke-string): Doc fixes.
2726 (strokes-help): Fix typos; reflow docstring.
2727
2728 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2729
2730 * window.el (window-in-direction): Fix doc-string.
2731
2732 2014-03-04 Glenn Morris <rgm@gnu.org>
2733
2734 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2735 Explicit error if no grammar.
2736 (smie-config-save): Doc fix. Fix quote typo.
2737
2738 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2741 electric-indent-mode-hook if we obey electric-indent-mode.
2742 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2743 decide whether we obey electric-indent-mode.
2744 (c-change-set-fl-decl-start, c-extend-after-change-region):
2745 Silence warnings.
2746 (c-electric-indent-mode-hook): Assume we do want to obey
2747 electric-indent-mode.
2748
2749 * electric.el (electric-indent-mode-has-been-called): Remove.
2750 (electric-indent-mode): Fix accordingly.
2751
2752 * files.el (hack-local-variables): Mention file name in warning.
2753
2754 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2755
2756 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2757
2758 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2759 * simple.el (delete-forward-char): Mark as interactive-only.
2760
2761 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * icomplete.el (icomplete-completions):
2764 Follow-up to 2014-03-01 change.
2765
2766 * icomplete.el: Miscellaneous doc fixes.
2767 Use Icomplete everywhere instead of icomplete for consistency.
2768 (icomplete-max-delay-chars): Fix typo.
2769 (icomplete-mode): Use \[].
2770 (icomplete-tidy, icomplete-exhibit): Reflow.
2771 (icomplete-minibuffer-setup-hook, icomplete-completions):
2772 Remove superfluous backlashes.
2773
2774 * ido.el: Miscellaneous doc fixes.
2775 Use Ido everywhere instead of ido or `ido' for consistency.
2776 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2777 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2778 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2779 (ido-separator): Extract obsolescence info from docstring and declare
2780 with make-obsolete-variable.
2781 (ido-minibuffer-setup-hook): Simplify example.
2782 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2783 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2784 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2785 (ido-everywhere): Reflow docstring.
2786 (ido-toggle-vc): Doc fix.
2787 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2788 of long list of keybindings.
2789
2790 2014-03-03 Glenn Morris <rgm@gnu.org>
2791
2792 * frame.el (display-pixel-height, display-pixel-width)
2793 (display-mm-dimensions-alist, display-mm-height)
2794 (display-mm-width): Doc tweaks.
2795
2796 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2797
2798 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2799 case of undo in region.
2800
2801 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2802
2803 * window.el (fit-window-to-buffer): Fix argument in window-size
2804 call when window is horizontally combined.
2805
2806 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2807
2808 * icomplete.el (icomplete-completions): Use string-width.
2809 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2810
2811 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2812
2813 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2814 Highlight regexp options. (Bug#16914)
2815
2816 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2817
2818 * window.el (window--max-delta-1): Round down when calculating
2819 how many lines/columns we can get from a window.
2820
2821 2014-03-01 Glenn Morris <rgm@gnu.org>
2822
2823 * isearch.el (search-invisible): Doc fix.
2824
2825 * minibuffer.el (completion-hilit-commonality):
2826 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2827 * comint.el (comint-dynamic-list-completions): Doc fix.
2828 * comint.el (comint-dynamic-list-completions):
2829 * filecache.el (file-cache-minibuffer-complete):
2830 * tempo.el (tempo-display-completions):
2831 * eshell/em-hist.el (eshell-list-history):
2832 Replace use of obsolete argument of display-completion-list.
2833
2834 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * icomplete.el (icomplete-completions):
2837 Revert back to using "..." when ?… cannot be displayed.
2838
2839 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * finder.el (finder-unload-function): New function.
2842
2843 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * dframe.el (dframe-detach):
2846 * find-dired.el (find-dired, find-name-dired):
2847 * finder.el (finder-mode-map, finder-mode-syntax-table)
2848 (finder-headmark, finder-select, finder-mouse-select):
2849 Fix docstring typos.
2850
2851 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2852
2853 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2854 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2855 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2856 Fix doc-string based on a suggestion by Nicolas Richard
2857 <theonewiththeevillook@yahoo.fr>.
2858 * help.el (with-help-window): Fix doc-string.
2859
2860 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2861
2862 * net/shr.el (shr-image-animate): New option.
2863 (shr-put-image): Respect shr-image-animate.
2864
2865 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * net/tramp-adb.el (tramp-adb-parse-device-names):
2868 Use `accept-process-output'.
2869 (tramp-adb-handle-file-truename): Cache the localname only.
2870 (tramp-adb-handle-make-directory)
2871 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2872 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2873 modes cannot be changed.
2874
2875 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2876 file properties of symlinks.
2877
2878 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2879
2880 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2881 required/optional fields to match development biblatex. (Bug#16781)
2882
2883 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2884
2885 * saveplace.el (toggle-save-place):
2886 Fix argument handling. (Bug#16673)
2887
2888 2014-02-28 Glenn Morris <rgm@gnu.org>
2889
2890 * minibuffer.el (completions-first-difference)
2891 (completions-common-part, completion-hilit-commonality): Doc fixes.
2892
2893 2014-02-28 Karl Berry <karl@gnu.org>
2894
2895 * info.el (Info-mode-map): Add H for describe-mode,
2896 to synchronize with standalone Info.
2897
2898 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2899
2900 * progmodes/sql.el (sql-interactive-mode):
2901 Avoid setting global comint-input-ring-separator. (Bug#16814)
2902
2903 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2904
2905 * net/dbus.el (dbus--init-bus): Declare function.
2906 (dbus-path-local, dbus-interface-local): New defconst.
2907 (dbus-init-bus): Use them.
2908 (dbus-return-values-table): Extend doc.
2909 (dbus-handle-bus-disconnect): Extend error message.
2910
2911 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * subr.el (y-or-n-p): Fix double space issue in message.
2914
2915 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2916
2917 * net/tramp.el (tramp-call-process): Improve trace message.
2918 (tramp-handle-insert-file-contents): Trace error case.
2919
2920 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2921 <insert-directory>: Use `tramp-handle-insert-directory'.
2922 (tramp-adb-handle-insert-directory): Remove function.
2923 (tramp-adb-send-command-and-check): New defun, replacing
2924 `tramp-adb-command-exit-status'. Change all callees.
2925 (tramp-adb-handle-file-attributes)
2926 (tramp-adb-handle-directory-files-and-attributes): Use it.
2927 (tramp-adb-ls-output-name-less-p):
2928 Use `directory-listing-before-filename-regexp'.
2929 (tramp-adb-handle-delete-directory): Flush also file properties of
2930 the truename of directory.
2931 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2932 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2933 (tramp-adb-handle-write-region): Implement APPEND.
2934 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2935 properties correctly.
2936 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2937 variables. Check for connected devices only when needed.
2938
2939 2014-02-27 Glenn Morris <rgm@gnu.org>
2940
2941 * minibuffer.el (completion-table-dynamic)
2942 (completion-table-with-cache): Doc fixes.
2943
2944 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2945 (completing-read-multiple): Doc fixes.
2946
2947 2014-02-27 Daniel Colascione <dancol@dancol.org>
2948
2949 * minibuffer.el (completion--nth-completion): Fix indentation.
2950
2951 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2952 explicit tramp path is empty.
2953
2954 2014-02-27 Glenn Morris <rgm@gnu.org>
2955
2956 * emacs-lisp/crm.el (completing-read-multiple):
2957 Empower help-enable-auto-load.
2958
2959 2014-02-26 Glenn Morris <rgm@gnu.org>
2960
2961 * startup.el (command-line): Don't init the tty in daemon mode.
2962
2963 Avoid calling tty-setup-hook twice, eg if a term file
2964 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2965 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2966 (tty-create-frame-with-faces): Use it.
2967 * startup.el (command-line): Pass run-hook argument
2968 to tty-run-terminal-initialization.
2969
2970 * dired.el (dired-restore-desktop-buffer): Demote errors;
2971 eg in case a glob match fails. (Bug#16884)
2972
2973 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2974
2975 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2976 error from `read-from-string'. (Bug#16850)
2977
2978 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2979 result of `completing-read' in the interactive form. (Bug#16854)
2980
2981 2014-02-25 Glenn Morris <rgm@gnu.org>
2982
2983 * image.el (image-animate, image-animate-timeout):
2984 Stop animating images in dead buffers. (Bug#16878)
2985
2986 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2987
2988 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2989 Doc fixes.
2990 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2991 * term/sun.el (sun-raw-prefix-hooks):
2992 Use tty-setup-hook instead of term-setup-hook.
2993 (terminal-init-sun): Construct message from bytecomp plist.
2994 * term/wyse50.el (enable-arrow-keys): Doc fix.
2995
2996 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2999 Fix docstring typos.
3000
3001 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3002
3003 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3004
3005 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3006
3007 * minibuffer.el (completion--try-word-completion):
3008 Fix error when completing M-x commands (bug#16808).
3009
3010 2014-02-24 Leo Liu <sdl.web@gmail.com>
3011
3012 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3013
3014 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * apropos.el (apropos-print): Avoid formatting error when
3017 apropos-do-all and apropos-compact-layout are both t.
3018
3019 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * apropos.el (apropos-property, apropos-all-words-regexp)
3022 (apropos-true-hit, apropos-variable, apropos-print):
3023 Fix docstring typos, and remove obsolete comment.
3024
3025 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3028 Preserve trailing "/". (Bug#16851)
3029
3030 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3031
3032 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3033 after `=>' (bug#16811).
3034 (ruby-smie-rules): Handle the inconsistent second element of the
3035 list returned by `smie-indent--parent'.
3036 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3037 method call.
3038
3039 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * elec-pair.el (electric-pair-text-syntax-table)
3042 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3043 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3044 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3045 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3046
3047 2014-02-22 Glenn Morris <rgm@gnu.org>
3048
3049 * imenu.el (imenu--generic-function): Doc fix.
3050
3051 * register.el (frame-configuration-to-register): Make obsolete.
3052
3053 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3054
3055 * desktop.el (desktop-save-buffer-p): Do not fail when
3056 desktop-files-not-to-save is nil. Return t for true result
3057 as the doc says.
3058
3059 2014-02-22 Daniel Colascione <dancol@dancol.org>
3060
3061 * net/secrets.el (secrets-create-item, secrets-search-items):
3062 Check that attribute values are strings, avoiding the construction
3063 of invalid dbus messages.
3064
3065 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3068 defun-declarations-alist.
3069
3070 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3073 (bug#16829).
3074
3075 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3078 (whitespace-newline, whitespace-trailing, whitespace-line)
3079 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3080 (whitespace-space-after-tab): Fix typo in docstrings.
3081
3082 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3083
3084 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3085
3086 * electric.el (electric-indent-functions-without-reindent):
3087 Add `yaml-indent-line'.
3088
3089 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3092 It has done nothing for years; should be removed after the release.
3093
3094 * simple.el (choose-completion): Fix docstring typo.
3095 (read-quoted-char-radix): Remove unneeded * in docstring.
3096 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3097 Don't escape parentheses unnecessarily in docstrings.
3098
3099 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3100
3101 Fix handling of window-min-height/-width (Bug#16738).
3102 * window.el (window--dump-window, window--dump-frame):
3103 New functions.
3104 (window--min-size-1): Account for window dividers.
3105 When window-resize-pixelwise is nil, delay rounding till after the
3106 sum of the window components has been calculated.
3107 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3108 nil make sure at least one text line and two text columns remain
3109 fully visible.
3110 (window-resize): Signal an error when window-resize-apply fails.
3111 (window--resize-child-windows): Fix calculation of by how many
3112 pixels a window can still be shrunk via window-new-normal.
3113 (adjust-window-trailing-edge): Call window--resizable with
3114 correct TRAIL argument.
3115
3116 (with-temp-buffer-window): Don't evaluate BODY within
3117 with-current-buffer (Bug#16816).
3118
3119 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3120
3121 * net/tramp.el (tramp-check-cached-permissions):
3122 Call `file-attributes' with `suffix' being a symbol but a string.
3123
3124 2014-02-21 Daniel Colascione <dancol@dancol.org>
3125
3126 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3127 (dbus-init-bus): New function: call into dbus-init-bus-1
3128 and installs a handler for the disconnect signal.
3129 (dbus-call-method): Rewrite to look for result in cons.
3130 (dbus-call-method-handler): Store result in cons.
3131 (dbus-check-event): Recognize events with nil sender as valid.
3132 (dbus-handle-bus-disconnect): New function. React to bus
3133 disconnection signal by synthesizing dbus error for each
3134 pending synchronous or asynchronous call.
3135 (dbus-notice-synchronous-call-errors): New function.
3136 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3137 is true, not all the time.
3138
3139 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3140
3141 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3142 Remove obsolescence declarations, these variables do not exist anymore.
3143
3144 * savehist.el (savehist-save-minibuffer-history)
3145 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3146 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3147 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3148 mostly, refer to "Savehist mode" when talking about the mode,
3149 and not the function.
3150
3151 * saveplace.el (save-place): Remove redundant info in docstring.
3152 (save-place-forget-unreadable-files, toggle-save-place)
3153 (save-place-forget-unreadable-files, save-place-dired-hook):
3154 Fix typos and remove unneeded backslashes.
3155
3156 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3159 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3160
3161 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3162 <insert-directory>: Use `tramp-handle-insert-directory'.
3163 (tramp-gvfs-handle-insert-directory): Remove function.
3164
3165 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3166 Call `tramp-handle-insert-directory'.
3167
3168 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3171 before the start of buffer/region (bug#16799).
3172
3173 2014-02-20 Glenn Morris <rgm@gnu.org>
3174
3175 * isearch.el (search-invisible): Doc fix.
3176
3177 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3178
3179 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3180 (bug#16657).
3181
3182 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3183
3184 * frameset.el (frameset-restore): Delay removing an old frame's
3185 duplicate id until the new frame has been correctly created.
3186
3187 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3188
3189 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3190 (tramp-check-cached-permissions): Call `file-attributes' if the
3191 cache is empty.
3192
3193 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3194 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3195
3196 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3197 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3198 (tramp-gvfs-maybe-open-connection): Set always connection
3199 properties, even if target is mounted already.
3200
3201 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3202 Set tramp-autoload cookie.
3203 (tramp-get-remote-touch): New defun.
3204 (tramp-sh-handle-set-file-times): Use it.
3205 (tramp-sh-handle-directory-files-and-attributes):
3206 Use `tramp-handle-directory-files-and-attributes' if neither stat
3207 nor perl are available on the remote host.
3208
3209 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3210 "/". Write long listing only when "l" belongs to the switches.
3211
3212 * net/trampver.el: Update release number.
3213
3214 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3217
3218 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3219
3220 * window.el (window-state-put): Allow WINDOW to refer to an
3221 internal window (Bug#16793).
3222
3223 2014-02-19 Glenn Morris <rgm@gnu.org>
3224
3225 * textmodes/remember.el: Move provide statement to end.
3226 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3227 (remember-notes): Doc fixes.
3228
3229 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * delsel.el (delete-char): Restore incorrectly erased property
3232 (bug#16795).
3233
3234 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * frameset.el (frameset--restore-frame): When a frame is being reused
3237 and its root window is not alive, delete all the frame's windows before
3238 restoring the window state. This works around the issue in bug#16793.
3239
3240 2014-02-18 Glenn Morris <rgm@gnu.org>
3241
3242 * textmodes/remember.el (remember-data-directory)
3243 (remember-directory-file-name-format, remember-store-in-files)
3244 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3245 (remember-notes-save-and-bury-buffer)
3246 (remember-notes--kill-buffer-query): Doc fixes.
3247
3248 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3249
3250 2014-02-17 Alan Mackenzie <acm@muc.de>
3251
3252 Connect electric-indent-mode up with CC Mode. Bug #15478.
3253 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3254 to electric-indent-{,local-}-mode.
3255 (c-basic-common-init): Set electric-indent-inhibit.
3256 Initialise c-electric-flag from electric-indent-mode.
3257 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3258 New hook functions which propagate electric-indent-mode to CC mode.
3259
3260 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3261 hit, toggle electric-indent-local-mode.
3262
3263 * electric.el (electric-indent-mode-has-been-called):
3264 New variable.
3265
3266 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3267
3268 * frameset.el (frameset-cfg-id): New function.
3269 (frameset--reuse-frame, frameset-restore): Use it.
3270 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3271
3272 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * ido.el (ido-file-internal): Remove unused var `d'.
3275 Use \` for to match BoS. Fit within 80n columns.
3276
3277 2014-02-17 Daniel Colascione <dancol@dancol.org>
3278
3279 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3280 dbus-call-method check for completion using a busy-wait loop with
3281 gradual backoff.
3282
3283 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3284
3285 Sync with Tramp 2.2.9.
3286
3287 * net/trampver.el: Update release number.
3288
3289 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3290
3291 * ido.el (ido-file-internal): Don't add the name of an existing
3292 directory twice. (Bug#16747)
3293
3294 2014-02-16 Glenn Morris <rgm@gnu.org>
3295
3296 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3297 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3298
3299 2014-02-15 Michael R. Mauger <michael@mauger.com>
3300
3301 * progmodes/sql.el: Version 3.4
3302 (sql-oracle-options): New default value ("-L").
3303 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3304 (sql-placeholders-filter): Correct placeholder pattern.
3305 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3306 (sql-login-delay): New variable.
3307 (sql-product-interactive): Use it.
3308
3309 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * frameset.el (frameset--jump-to-register): Check that buffer is live
3312 (bug#16749).
3313
3314 2014-02-15 Glenn Morris <rgm@gnu.org>
3315
3316 * info.el (info-initialize): Revert 2014-01-10 change.
3317
3318 2014-02-14 Glenn Morris <rgm@gnu.org>
3319
3320 * replace.el (map-query-replace-regexp)
3321 (read-regexp-defaults-function, read-regexp): Doc fixes.
3322
3323 * dired.el (dired-read-regexp):
3324 * faces.el (list-faces-display):
3325 * misearch.el (multi-isearch-read-matching-buffers)
3326 (multi-isearch-read-matching-files):
3327 * play/cookie1.el (cookie-apropos):
3328 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3329
3330 * textmodes/remember.el (remember): Use frameset-to-register
3331 rather than frame-configuration-to-register.
3332
3333 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3334
3335 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3336 incorrect keybinding.
3337
3338 2014-02-13 Daniel Colascione <dancol@dancol.org>
3339
3340 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3341 when adding overlays so that line numbers from compiler match line
3342 numbers we use.
3343
3344 2014-02-13 Glenn Morris <rgm@gnu.org>
3345
3346 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3347
3348 * jit-lock.el (jit-lock-mode): Doc fix.
3349
3350 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * apropos.el (apropos-read-pattern): When the user passes an empty
3353 string, give a more helpful error message than "Wrong type
3354 argument: stringp, nil".
3355
3356 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3359
3360 2014-02-13 Glenn Morris <rgm@gnu.org>
3361
3362 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3363
3364 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3367 shift-select commands.
3368
3369 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3370
3371 * progmodes/js.el (js-indent-line): Don't widen.
3372 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3373
3374 2014-02-12 Glenn Morris <rgm@gnu.org>
3375
3376 * icomplete.el (icomplete): Add info-link to defgroup.
3377 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3378 (icomplete-minibuffer-map, icomplete-mode)
3379 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3380
3381 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3382 (package-menu-filter): Rename from package-menu-filter-interactive.
3383 Doc fix.
3384
3385 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * frameset.el (frameset--jump-to-register): Select the required
3388 window and buffer before restoring position (bug#16696).
3389
3390 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3391
3392 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3393
3394 2014-02-10 Glenn Morris <rgm@gnu.org>
3395
3396 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3397
3398 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3399
3400 * w32-common-fns.el (x-get-selection): Doc fix.
3401 * select.el (x-get-selection): Doc fix. (Bug#15109)
3402
3403 * face-remap.el (face-remap-add-relative)
3404 (face-remap-remove-relative, face-remap-reset-base)
3405 (face-remap-set-base): Call force-mode-line-update to redisplay
3406 the current buffer due to potential change in faces. (Bug#16709)
3407
3408 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3409
3410 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3411 script more robustly.
3412
3413 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3414
3415 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3416
3417 * simple.el (choose-completion): Doc fix (bug#14160).
3418
3419 * subr.el (event-start): Say what a nil EVENT value means.
3420
3421 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3422 (bug#14197).
3423
3424 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3425
3426 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3427
3428 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3429
3430 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3431 predicate function (bug#15455).
3432
3433 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3434
3435 * ielm.el (inferior-emacs-lisp-mode): Instead of
3436 `comment-use-global-state', set `comment-use-syntax'.
3437
3438 2014-02-10 Glenn Morris <rgm@gnu.org>
3439
3440 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3441
3442 2014-02-09 Alan Mackenzie <acm@muc.de>
3443
3444 Fix c-invalidate-state-cache on narrowed buffers.
3445 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3446 Widen when setting and clearing the CPP delimiter properties.
3447
3448 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3449
3450 * help.el (describe-bindings): Doc fix (bug#9888).
3451
3452 * files.el (save-buffer): Use ARG as the parameter name for
3453 consistency (bug#10346).
3454 (save-buffer): Clarify the 0 argument (bug#10346).
3455
3456 * cus-edit.el (customize-apropos): Fix error string.
3457 (custom-buffer-create): Doc fix (bug#11122).
3458 (custom-sort-items): Doc fix (bug#11121).
3459
3460 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3461
3462 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3463 (icomplete-simple-completing-p): Mention the previous variable.
3464
3465 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3466 meaning of the parameter (bug#12282).
3467
3468 * files.el (find-file-noselect): Clarify prompt when changing
3469 readedness (bug#13261).
3470 (locate-file): Suffixes aren't returned, so don't say that they
3471 are (bug#12674).
3472 (backup-inhibited): Doc clarification (bug#12525).
3473
3474 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3475 before we actually start to delete things (bug#16331).
3476
3477 * subr.el (event-start): Doc fix (bug#14228).
3478 (event-end): Ditto.
3479
3480 2014-02-09 Glenn Morris <rgm@gnu.org>
3481
3482 * emacs-lisp/warnings.el (lwarn):
3483 Empower help-enable-auto-load. (Bug#15940)
3484
3485 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3486
3487 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3488 (Bug#16690)
3489
3490 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3491
3492 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3493 Insert output at end of buffer. (Bug#16120)
3494
3495 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3496
3497 * simple.el (choose-completion-string-functions): Document new
3498 calling convention (bug#14153).
3499 (execute-extended-command): Clarify doc string (bug#13373).
3500
3501 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3502
3503 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3504 (find-grep-dired): Doc fix (bug#14288).
3505
3506 2014-02-08 Juri Linkov <juri@jurta.org>
3507
3508 * isearch.el (isearch-quote-char): Check character validity
3509 like in `quoted-insert' (bug#16677).
3510
3511 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3512
3513 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3514
3515 * isearch.el (isearch-hide-immediately): Doc clarification
3516 (bug#14723).
3517
3518 * simple.el (line-move): Document utility function used many
3519 places in the Emacs sources (bug#14843).
3520
3521 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3522 (dired-prev-marked-file): Doc fix (bug#14855).
3523 (dired-up-directory): Doc fix (bug#14848).
3524
3525 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3526
3527 * files.el (file-relative-name): Doc fix (bug#15159).
3528
3529 * fringe.el (fringe-styles): Doc fix (bug#15239).
3530
3531 * isearch.el (isearch-filter-predicate): Documentation typo fix
3532 (bug#15474).
3533
3534 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3535
3536 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3537
3538 * replace.el (replace-match-maybe-edit): Doc clarification
3539 (bug#15632).
3540
3541 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3542
3543 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3544
3545 2014-02-08 Glenn Morris <rgm@gnu.org>
3546
3547 * help-fns.el (describe-variable):
3548 Check {file,dir}-local-variables-alist, and buffer-file-name,
3549 in the correct buffer.
3550
3551 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3552
3553 * help-fns.el (describe-variable): Fix the case where
3554 a value is directory-local with no dir-locals file. (Bug#16635)
3555
3556 2014-02-08 Glenn Morris <rgm@gnu.org>
3557
3558 * abbrev.el (edit-abbrevs-mode):
3559 Derive from fundamental-mode. (Bug#16682)
3560
3561 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * simple.el (quoted-insert): Check character validity (bug#16677).
3564
3565 2014-02-07 Juri Linkov <juri@jurta.org>
3566
3567 * desktop.el (desktop-read): Claim the lock when the owner is not
3568 the current process. (Bug#16157)
3569
3570 2014-02-07 Juri Linkov <juri@jurta.org>
3571
3572 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3573 to "\\` ". (Bug#16651)
3574
3575 2014-02-07 Juri Linkov <juri@jurta.org>
3576
3577 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3578 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3579 (desktop-auto-save-cancel-timer): New function with some code from
3580 `desktop-auto-save-set-timer'.
3581 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3582 Instead of setting `desktop-save-mode' to nil, call
3583 `desktop-save-mode' with arg 0. (Bug#16630)
3584
3585 2014-02-07 Glenn Morris <rgm@gnu.org>
3586
3587 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3588 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3589 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3590
3591 * obsolete/iswitchb.el: Move to obsolete/.
3592 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3593 since obsolete/ is not scanned for autoloads.
3594 * emacs-lisp/authors.el (authors-valid-file-names):
3595 Add iswitchb.el.
3596
3597 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3598 Disable now non-functional find-file-hook.
3599
3600 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3601
3602 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3603 instead of ";" in order to avoid additional prompts. Let heredoc
3604 scripts read from tty. (Bug#16582)
3605 (tramp-send-command): No special handling of heredocs, it isn't
3606 necessary anymore.
3607
3608 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3611 with a space (bug#16664). Limit the symbols considered to the ones
3612 that are bound or fbound (bug#16646).
3613
3614 2014-02-06 Glenn Morris <rgm@gnu.org>
3615
3616 * epa.el (epa-mail-aliases): Doc fix.
3617
3618 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3619
3620 * emacs-lisp/lisp.el (lisp-completion-at-point):
3621 Use `completion-table-merge' instead of `completion-table-in-turn'
3622 (bug#16604).
3623
3624 * minibuffer.el (completion-table-merge): New function.
3625
3626 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3627
3628 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3629 (tramp-sh-handle-set-file-acl)
3630 (tramp-sh-handle-start-file-process)
3631 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3632 (tramp-find-executable, tramp-send-command): Use it.
3633
3634 2014-02-05 Glenn Morris <rgm@gnu.org>
3635
3636 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3637
3638 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3639
3640 * progmodes/python.el (python-shell-send-string)
3641 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3642
3643 2014-02-04 Anders Lindgren <andlind@gmail.com>
3644
3645 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3646 the names (bug#16620).
3647
3648 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3649
3650 * faces.el (window-divider): New default value. Rewrite doc-string.
3651 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3652
3653 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3654
3655 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3656 `protected' and `public' can also be called without arguments.
3657
3658 2014-02-03 Glenn Morris <rgm@gnu.org>
3659
3660 * register.el (window-configuration-to-register)
3661 (frame-configuration-to-register): Unadvertise unused argument.
3662 * frameset.el (frameset-to-register): Remove unused argument.
3663
3664 * frameset.el (frameset-to-register):
3665 * kmacro.el (kmacro-to-register):
3666 * register.el (increment-register):
3667 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3668 (calc-append-to-register, calc-prepend-to-register):
3669 * play/gametree.el (gametree-layout-to-register)
3670 (gametree-apply-register-layout):
3671 * textmodes/picture.el (picture-clear-rectangle-to-register)
3672 (picture-yank-rectangle-from-register):
3673 * vc/emerge.el (emerge-combine-versions-register):
3674 Use register-read-with-preview to read registers.
3675
3676 2014-02-03 João Távora <joaotavora@gmail.com>
3677
3678 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3679 when at beginning of (possibly narrowed) buffer.
3680
3681 2014-02-02 Daniel Colascione <dancol@dancol.org>
3682
3683 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3684 Also try to display local help from just before point.
3685
3686 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3687
3688 c-parse-state. Don't "append-lower-brace-pair" in certain
3689 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3690 recognised as a comment.
3691
3692 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3693 as well as normal comment starter.
3694 (c-parse-state-get-strategy): Extra return possibility
3695 'back-and-forward.
3696 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3697 return value list to indicate replacement of a brace-pair cons
3698 with its car.
3699 (c-parse-state-1): With 'back-and-forward, only call
3700 c-append-lower-brace-pair-to state-cache when cons-separated.
3701
3702 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3703
3704 * term/ns-win.el (ns-suspend-error): New function.
3705 (ns-initialize-window-system): Add ns-suspend-error to
3706 suspend-hook (Bug#16612).
3707
3708 2014-02-02 Daniel Colascione <dancol@dancol.org>
3709
3710 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3711 Make loading cc-mode silent.
3712
3713 2014-02-02 Daniel Colascione <dancol@dancol.org>
3714
3715 * comint.el (comint-prompt-read-only): Change doc to suggest
3716 remap keybinding.
3717
3718 2014-02-02 Glenn Morris <rgm@gnu.org>
3719
3720 * register.el (register-read-with-preview, point-to-register)
3721 (window-configuration-to-register, frame-configuration-to-register)
3722 (jump-to-register, number-to-register, view-register, insert-register)
3723 (copy-to-register, append-to-register, prepend-to-register)
3724 (copy-rectangle-to-register): Doc fixes.
3725
3726 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3729 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3730 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3731 * help-fns.el (describe-function-1): Use it.
3732
3733 2014-02-02 Glenn Morris <rgm@gnu.org>
3734
3735 * register.el (register-preview-default): New function,
3736 split from register-preview.
3737 (register-preview-function): Rename from register-preview-functions,
3738 make it not a hook.
3739 (register-preview): Use register-preview-function.
3740 (register-read-with-preview): Error on non-character event. (Bug#16595)
3741
3742 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3743
3744 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3745 `:' before binary operators (bug#16609). Don't check for `:'
3746 before `[' and `(', or their syntax status. A percent literal
3747 can't end with either.
3748 (ruby-font-lock-keywords): For built-ins that require arguments,
3749 check that they're followed by something that looks like argument
3750 (bug#16610).
3751
3752 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3753
3754 * subr.el (butlast): Document what an omitted N means (bug#13437).
3755 (nbutlast): Ditto.
3756
3757 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3758
3759 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3760 depth shallower (bug#16587).
3761 (shr-tag-svg): Respect `shr-inhibit-images'.
3762 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3763
3764 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3765
3766 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3767 (ruby-smie-grammar): Make "." right-associative. Make its priority
3768 lower than the ternary and all binary operators.
3769 (ruby-smie-rules): Indent "(" relative to the first non-"."
3770 parent, or the first "." parent at indentation.
3771 Use `ruby-align-chained-calls' for indentation of "." tokens.
3772 (Bug#16593)
3773
3774 2014-01-31 Juri Linkov <juri@jurta.org>
3775
3776 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3777 from `make-hash-table'.
3778
3779 * textmodes/ispell.el (ispell-init-process): Change message format
3780 to be consistent with other messages.
3781
3782 2014-01-31 Glenn Morris <rgm@gnu.org>
3783
3784 * delsel.el (delete-selection-mode): Doc fix.
3785
3786 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3787 (trace-function-background): Doc fixes.
3788
3789 * ido.el (ido-use-virtual-buffers): Doc fix.
3790 Reset :version, since the default value has not changed.
3791
3792 * register.el (register-preview-delay, register-read-with-preview):
3793 Doc fixes.
3794
3795 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3796 do not mess with mail-buffer position (fixes 2009-11-03 change).
3797 * progmodes/cc-mode.el (c-submit-bug-report):
3798 Check auto-fill-mode is bound. (Bug#16592)
3799
3800 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3801
3802 * startup.el (fancy-splash-image-file): New function,
3803 split from fancy-splash-head.
3804 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3805 so that we are both using the same image. (Bug#16574)
3806
3807 2014-01-30 Glenn Morris <rgm@gnu.org>
3808
3809 * simple.el (eval-expression): Doc fix.
3810
3811 * hexl.el (hexl-mode-hook):
3812 * ielm.el (ielm-mode-hook):
3813 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3814 (lisp-interaction-mode-hook):
3815 * progmodes/cfengine.el (cfengine3-documentation-function):
3816 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3817
3818 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3821 is a symbol (bug#16584).
3822
3823 2014-01-30 Glenn Morris <rgm@gnu.org>
3824
3825 * help.el (help-for-help-internal): Add "P" to text.
3826
3827 2014-01-29 Glenn Morris <rgm@gnu.org>
3828
3829 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3830
3831 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3832
3833 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3834 height constraints.
3835
3836 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3837
3838 * progmodes/hideif.el: Extend to full CPP expression syntax.
3839 (hif-token-alist): Add missing tokens.
3840 (hif-token-regexp): Add support for float/octal/hex immediates.
3841 (hif-string-literal-regexp): New const.
3842 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3843 (hif-exprlist): New function.
3844 (hif-parse-if-exp): Use it.
3845 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3846 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3847 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3848 (hif-logxor, hif-comma): New functions.
3849
3850 2014-01-28 Glenn Morris <rgm@gnu.org>
3851
3852 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3853
3854 * indent.el (tab-stop-list): Doc fix. Add :version.
3855
3856 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3857 (cvs-append-to-ignore): Add compatibility alias.
3858
3859 2014-01-27 Glenn Morris <rgm@gnu.org>
3860
3861 * dired.el (dired-hide-details-mode): Don't autoload it,
3862 since it cannot be used outside Dired buffers anyway.
3863
3864 * emulation/cua-base.el (cua-mode): Doc fix.
3865
3866 * dired.el (dired-hide-details-hide-symlink-targets)
3867 (dired-hide-details-hide-information-lines)
3868 (dired-hide-details-mode): Doc fixes.
3869
3870 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3871 * strokes.el (strokes-file): Doc fix. Bump :version.
3872 (strokes-help): Doc fix.
3873 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3874 * emulation/viper.el (viper): Doc fix for custom group.
3875 (top-level): Remove oh-so-no-longer-relevant text about vip.
3876 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3877
3878 * ido.el (ido-save-directory-list-file):
3879 * saveplace.el (save-place-file):
3880 * calendar/timeclock.el (timeclock-file):
3881 * net/quickurl.el (quickurl-url-file):
3882 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3883 * progmodes/idlwave.el (idlwave-config-directory):
3884 * textmodes/remember.el (remember-data-file):
3885 Bump :version.
3886
3887 2014-01-26 Glenn Morris <rgm@gnu.org>
3888
3889 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3890 Doc fix. Make obsolete.
3891 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3892
3893 * sort.el (delete-duplicate-lines): Doc fix.
3894
3895 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3896
3897 * progmodes/ada-mode.el (ada):
3898 * woman.el (woman): Link to info manual and Commentary section.
3899
3900 * progmodes/flymake.el (flymake):
3901 * nxml/nxml-mode.el (nxml):
3902 * net/eww.el (eww):
3903 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3904 * htmlfontify.el (htmlfontify):
3905 * ses.el (ses):
3906 * epa.el (epa):
3907 * ido.el (ido): Link to info manual.
3908
3909 2014-01-25 Leo Liu <sdl.web@gmail.com>
3910
3911 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3912
3913 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3914
3915 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3916 (bug#16537).
3917
3918 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3919
3920 * net/eww.el (eww-download-callback):
3921 Fix reference to eww-download-directory.
3922
3923 * emacs-lisp/bytecomp.el (byte-compile-file):
3924 Remove unused local variable `file-name'.
3925
3926 2014-01-24 Glenn Morris <rgm@gnu.org>
3927
3928 * woman.el (woman-default-faces, woman-monochrome-faces):
3929 Fix obsolescence specification.
3930
3931 * subr.el (with-demoted-errors): Doc fix.
3932
3933 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3936 (cl--macroexp-fboundp): New function.
3937 (cl--make-type-test): Use it.
3938
3939 2014-01-23 Glenn Morris <rgm@gnu.org>
3940
3941 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3942 * simple.el (eval-expression): Doc fixes.
3943
3944 2014-01-22 Glenn Morris <rgm@gnu.org>
3945
3946 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3947
3948 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * emacs-lisp/package.el: Write files silently.
3951 (package-autoload-ensure-default-file, package--write-file-no-coding)
3952 (package-generate-description-file, package--download-one-archive)
3953 (package-install-from-archive): Tell `write-region' to stay quiet.
3954 (package-menu-mode, package-menu--print-info): Omit the Archive column
3955 if there's only one archive.
3956 (package-all-keywords, package--has-keyword-p): Remove dead code.
3957
3958 2014-01-22 Glenn Morris <rgm@gnu.org>
3959
3960 * version.el (emacs-bzr-version-bzr): Fix typo.
3961
3962 * version.el (emacs-repository-get-version):
3963 Check either .bzr or .git, but not both.
3964 Make the git case actually use the DIR argument, and return nil
3965 rather than the empty string.
3966 Avoid error if .git exists but the git executable is not found.
3967
3968 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3969
3970 Fixes in window size functions around Bug#16430 and Bug#16470.
3971 * window.el (window-total-size, window-size): New argument ROUND.
3972 (window--min-delta-1, window-min-delta, window--max-delta-1):
3973 Be more conservative when calculating the numbers of lines or
3974 columns a window can shrink (Bug#16430).
3975 (fit-window-to-buffer): Simplify code.
3976 * term.el (term-window-width): Call window-body-width again.
3977
3978 2014-01-22 Glenn Morris <rgm@gnu.org>
3979
3980 * image.el (image-format-suffixes): Doc fix.
3981
3982 * international/quail.el (quail-define-package): Doc fix.
3983
3984 * emacs-lisp/authors.el (authors-valid-file-names)
3985 (authors-renamed-files-alist): Additions.
3986
3987 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3988 reverts 2014-01-09 change. (Bug#16422)
3989
3990 * calc/calc-embed.el (thing-at-point-looking-at):
3991 * emacs-lisp/map-ynp.el (x-popup-dialog):
3992 * obsolete/lmenu.el (x-popup-dialog):
3993 * emacs-lisp/package.el (url-recreate-url):
3994 * mail/mailclient.el (clipboard-kill-ring-save):
3995 * subr.el (x-popup-dialog): Update declaration.
3996 * mail/rmail.el (rmail-mime-message-p):
3997 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3998
3999 2014-01-21 Daniel Colascione <dancol@dancol.org>
4000
4001 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4002 Correctly detect when we're inside an arithmetic expansion form
4003 containing nested parenthesis.
4004 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4005 to detect cases where we shouldn't expand "<<" to a heredoc
4006 skeleton.
4007
4008 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4011 (eldoc--message-command-p): New function.
4012 (eldoc-display-message-p): Use it.
4013 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4014 message is not automatically erased for us.
4015 (eldoc-print-current-symbol-info): Erase previous message, if any.
4016
4017 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4018
4019 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4020 specify it's an interactive function.
4021
4022 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4023 Fix regex used for scanning for citation keys which failed for
4024 citations with optional arguments.
4025
4026 2014-01-21 Leo Liu <sdl.web@gmail.com>
4027
4028 * simple.el (read--expression): Don't enable eldoc-mode.
4029
4030 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * simple.el (move-beginning-of-line): Make sure we don't move forward
4033 (bug#16497).
4034
4035 2014-01-20 Juri Linkov <juri@jurta.org>
4036
4037 * saveplace.el (toggle-save-place, save-place-to-alist)
4038 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4039 'dired-mode) before checking for dired-directory. (Bug#16477)
4040
4041 2014-01-20 Juri Linkov <juri@jurta.org>
4042
4043 * indent.el (indent-line-to): Use backward-to-indentation
4044 instead of back-to-indentation. (Bug#16461)
4045
4046 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4047
4048 Revert some of the CANNOT_DUMP fix (Bug#16494).
4049 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4050 but fixing this can wait until after the next release.
4051 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4052
4053 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4054
4055 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4056 Use `password-word-equivalents'.
4057 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4058 to t. (Bug#5664, Bug#13124)
4059
4060 2014-01-19 Alan Mackenzie <acm@muc.de>
4061
4062 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4063 points.
4064 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4065 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4066 * progmodes/cc-mode.el (c-before-change, c-after-change)
4067 (c-font-lock-fontify-region): Bind it here.
4068
4069 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4070
4071 * term.el (term-window-width): Call window-text-width instead of
4072 window-width (Bug#16470).
4073
4074 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4075
4076 * simple.el (password-word-equivalents): Remove duplicates.
4077 Sort, to make this easier next time.
4078 Downcase. Omit ": " after "jelszó".
4079
4080 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4081
4082 * term/common-win.el (saved-region-selection): Defvar it.
4083 (x-select-text): Set saved-region-selection (Bug#16382).
4084
4085 2014-01-18 Glenn Morris <rgm@gnu.org>
4086
4087 * emacs-lisp/authors.el (authors-aliases)
4088 (authors-renamed-files-alist): Add some entries.
4089
4090 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4091
4092 * net/tramp.el (tramp-password-prompt-regexp):
4093 Use `password-word-equivalents' if available.
4094 (tramp-action-password, tramp-process-one-action)
4095 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4096
4097 2014-01-17 Chong Yidong <cyd@gnu.org>
4098
4099 * simple.el (password-word-equivalents): New defcustom.
4100 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4101 to 24.4.
4102 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4103 to t. (Bug#13124)
4104
4105 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4106
4107 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4108 (ruby-align-to-stmt-keywords): Change the default value.
4109 Use `ruby-alignable-keywords' to generate the possible customization
4110 choices.
4111 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4112 keywords, check against the value of `ruby-alignable-keywords'
4113 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4114
4115 2014-01-17 Glenn Morris <rgm@gnu.org>
4116
4117 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4118
4119 Make M-x authors return zero *Authors Errors* from current logs.
4120 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4121 (authors-ignored-files): Add some entries, remove others.
4122 (authors-ambiguous-files, authors-valid-file-names):
4123 Add some entries.
4124 (authors-renamed-files-alist): Add, remove, and adjust entries.
4125 (authors-renamed-files-regexps): Add some entries.
4126 Remove some very broad ones. Make some entries `lax'.
4127 (authors-lax-changelogs): New constant.
4128 (authors-disambiguate-file-name): Treat top-level specially.
4129 (authors-lax-changelog-p): New function.
4130 (authors-canonical-file-name): Check file as written against
4131 authors-valid-file-names. Do not special-case etc/.
4132 Handle `lax' logs and authors-renamed-files-regexps elements.
4133
4134 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4135
4136 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4137 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4138 callers.
4139
4140 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4143 Assume we're already in the proper buffer.
4144 Inspired by Anders Lindgren <andlind@gmail.com>.
4145 (follow-post-command-hook): Call it from the right buffer.
4146 (follow-comint-scroll-to-bottom): Adjust call.
4147 (follow-all-followers): Use get-buffer-window-list.
4148
4149 2014-01-15 Daniel Colascione <dancol@dancol.org>
4150
4151 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4152 `buffer-file-name' in interactive-form so that we don't leave
4153 pathless file names in `file-name-history'.
4154
4155 2014-01-15 Juri Linkov <juri@jurta.org>
4156
4157 * indent.el (indent-rigidly): Set deactivate-mark to nil
4158 in transient indentation mode. (Bug#16438)
4159
4160 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4161
4162 * emacs-lisp/package.el (package-desc-keywords): New function
4163 (Bug#16222).
4164 (describe-package-1, package-all-keywords)
4165 (package--has-keyword-p): Use it.
4166
4167 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4168
4169 * simple.el (define-alternatives): When creating the
4170 COMMAND-alternatives variable, assign COMMAND as its definition
4171 name so that `describe-variable' can relocate it.
4172
4173 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4174
4175 * font-lock.el (font-lock-keywords): Fix typo in docstring
4176 (bug#16307).
4177
4178 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4179
4180 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
4181 line instead of wrongly reset `add-coment' (bug#13577).
4182
4183 2014-01-14 Daiki Ueno <ueno@gnu.org>
4184
4185 * epa-file.el (epa-file-write-region): Encode the region according
4186 to `buffer-file-format'. Problem reported at:
4187 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4188
4189 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4192 so it applies in the right buffer (bug#16410).
4193
4194 2014-01-13 Daniel Colascione <dancol@dancol.org>
4195
4196 * textmodes/rst.el (rst-define-key): Provide deprecated
4197 keybindings through named functions instead of anonymous ones so
4198 that "??" doesn't appear in describe-mode output.
4199
4200 2014-01-13 Bastien Guerry <bzg@gnu.org>
4201
4202 * simple.el (define-alternatives): Call the selected command
4203 interactively. When setting `COMMAND--implementation' for the
4204 first time, tell the user how to chose another implementation.
4205 Enhance the docstring.
4206
4207 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4210 (log-edit--match-first-line): New function.
4211 (log-edit-font-lock-keywords): Use it.
4212 (log-edit-mode): Make jit-lock-defer-multiline work.
4213
4214 2014-01-13 Bastien Guerry <bzg@gnu.org>
4215
4216 * rect.el (rectangle-mark-mode): When the region is not active,
4217 display a message saying that the mark as been set and that
4218 rectangle mode is in use.
4219 (rectangle--highlight-for-redisplay): Only put an overlay with a
4220 visible vertical bar when (display-graphic-p) is non-nil.
4221 This partially fixes Bug#16403.
4222
4223 2014-01-13 Juri Linkov <juri@jurta.org>
4224
4225 * info.el (Info-find-file): Go to DIR before displaying the error
4226 about a nonexistent file if no previous Info file is visited.
4227 Use `user-error' instead of `error' for "Info file %s does not exist".
4228 (Info-find-node-2): In case of a nonexistent node in unwind forms
4229 go to the Top node if there is no previous node to revert to.
4230 (Bug#16405)
4231
4232 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4233
4234 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4235 * window.el (fit-frame-to-buffer): Fix doc-string.
4236 Respect window-min-height/-width. Fit pixelwise when
4237 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4238 when avoiding that frame goes partially off-screen.
4239 (fit-window-to-buffer): Respect window-min-height/-width
4240 (Bug#14096).
4241
4242 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4245 after an empty line.
4246
4247 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * net/shr.el (shr-render-region): Autoload.
4250
4251 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4252
4253 * net/eww.el (eww-download-directory): Rename from
4254 `eww-download-path' (Bug#16419).
4255
4256 2014-01-12 Leo Liu <sdl.web@gmail.com>
4257
4258 * dired-x.el (dired-mode-map): Fix last change.
4259
4260 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4261
4262 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4263
4264 Spelling fixes.
4265 * emacs-lisp/generic.el (generic--normalize-comments):
4266 Rename from generic--normalise-comments. All uses changed.
4267 * play/bubbles.el (bubbles--neighborhood-score)
4268 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4269 (bubbles--neighborhood-available)
4270 (bubbles--update-neighborhood-score):
4271 Rename from names with 'neighbourhood'. All uses changed.
4272
4273 2014-01-12 Leo Liu <sdl.web@gmail.com>
4274
4275 Re-implement the feature of showing eldoc info after editing.
4276 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4277 (eldoc-edit-message-commands): New function.
4278 (eldoc-print-after-edit): New variable.
4279 (eldoc-pre-command-refresh-echo-area): Emit message only by
4280 eldoc-message-commands.
4281 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4282 if eldoc-print-after-edit is set. (Bug#16346)
4283 * simple.el (read--expression): Enable eldoc-mode.
4284 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4285
4286 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4287 Eric S. Raymond <esr@thyrsus.com>
4288
4289 * version.el (emacs-repository-get-version): Enhance so the
4290 function works correctly in either a Bazaar or Git repo.
4291
4292 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4293
4294 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4295 Goes with removal of the joke manpages from /etc.
4296
4297 2014-01-10 Kenichi Handa <handa@gnu.org>
4298
4299 * mail/rmail.el (rmail-get-coding-system):
4300 Check rmail-get-coding-function before "funcall"ing it.
4301
4302 2014-01-10 Glenn Morris <rgm@gnu.org>
4303
4304 * emacs-lisp/authors.el (authors-fixed-entries):
4305 Update for files that no longer exist.
4306
4307 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4308
4309 * version.el (emacs-bzr-get-version): Restore compatibilty with
4310 24.3 (Tested).
4311
4312 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4313
4314 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4315 and Podfile.
4316
4317 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4318
4319 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4320
4321 2014-01-10 Chong Yidong <cyd@gnu.org>
4322
4323 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4324
4325 2014-01-10 Anders Lindgren <andlind@gmail.com>
4326
4327 * follow.el (follow-cache-command-list): Include right-char and
4328 left-char.
4329
4330 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4331
4332 Spelling fixes.
4333 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4334 * woman.el (woman-mark-horizontal-position):
4335 Rename from woman-mark-horizonal-position. Use changed.
4336
4337 2014-01-10 Glenn Morris <rgm@gnu.org>
4338
4339 * info.el (info-initialize): If running uninstalled, ensure our
4340 own info files are always found first, even if INFOPATH is set.
4341
4342 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4343
4344 2014-01-09 David Engster <deng@randomsample.de>
4345
4346 * emacs-lisp/eieio-custom.el:
4347 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4348 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4349 * emacs-lisp/eieio.el: Regenerate autoloads.
4350
4351 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4352
4353 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4354 following renames. (Bug#8756)
4355
4356 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4359 (bug#16382).
4360 (activate-mark): Add `no-tmm' argument.
4361 (set-mark, push-mark-command): Use it instead of running
4362 activate-mark-hook by hand.
4363
4364 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4365
4366 In preparation for the move to git, sanitize out some
4367 Bazaar-specific names.
4368
4369 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4370
4371 * version.el (emacs-bzr-version): Name changed to
4372 emacs-repository-version. Obsolete-variable alias made.
4373 * loadup.el: Follow through on this name change.
4374 * mail/emacsbug.el (report-emacs-bug): Factor out any
4375 assumption about the version control system in use.
4376
4377 2014-01-08 David Engster <deng@randomsample.de>
4378
4379 * help-fns.el (help-fns-describe-function-functions):
4380 New variable to call functions for augmenting help buffers.
4381 (describe-function-1): Remove explicit calls to
4382 `help-fns--compiler-macro', `help-fns--parent-mode' and
4383 `help-fns--obsolete'. Put them in above new variable instead, and
4384 call them through `run-hook-with-args'.
4385 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4386 `eieio-describe-class'. Not meant for interactive use anymore,
4387 but to augment existing help buffers. Remove optional second
4388 argument. Create proper button for file location.
4389 Rewrite function to use `insert' instead of `princ' and `prin1' where
4390 possible.
4391 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4392 (eieio-method-def, eieio-class-def): Move further up.
4393 (describe-method, describe-generic, eieio-describe-method):
4394 Remove aliases.
4395 (eieio-help-constructor, eieio-help-generic): Rename from
4396 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4397 Rewrite to use `insert' in the current buffer and use proper help
4398 buttons.
4399 (eieio-help-find-method-definition)
4400 (eieio-help-find-class-definition): Also accept symbols as
4401 arguments.
4402 (eieio-help-mode-augmentation-maybee): Remove.
4403 (eieio-describe-class-sb): Use `describe-function'.
4404 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4405 Add `eieio-help-generic' and `eieio-help-constructor'.
4406
4407 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4408
4409 Spelling fixes.
4410 * language/china-util.el (hz-ascii-designation):
4411 Rename from hz-ascii-designnation.
4412 (hz-ascii-designation): Rename from hz-ascii-designnation.
4413 All uses changed.
4414
4415 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4418 package-alist.
4419
4420 2014-01-08 Bastien Guerry <bzg@gnu.org>
4421
4422 * emacs-lisp/package.el (package-delete):
4423 Correctly delete the package from package-alist.
4424
4425 2014-01-08 Daiki Ueno <ueno@gnu.org>
4426
4427 * emacs-lisp/package.el (url-recreate-url): Declare.
4428 (url-http-target-url): Declare.
4429 (package-handle-response): Include requested URL in the error message.
4430 (package--check-signature): Don't re-signal errors from
4431 package--with-work-buffer. Suggested by Stefan Monnier.
4432
4433 2014-01-07 Bastien Guerry <bzg@gnu.org>
4434
4435 * minibuffer.el (completion--try-word-completion): When both a
4436 hyphen and a space are possible candidates for the character
4437 following a word, display both candidates. (Bug#15980)
4438
4439 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4440
4441 * window.el (balance-windows-2): While rounding don't give a
4442 window more than the remainder. Bug#16351, bug#16383.
4443
4444 2014-01-07 Glenn Morris <rgm@gnu.org>
4445
4446 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4447 (menu-bar-help-menu): Use view-external-packages instead.
4448
4449 2014-01-07 Bastien Guerry <bzg@gnu.org>
4450
4451 * emacs-lisp/package.el (package-delete): Also delete the package
4452 name from `package-alist', not its description only.
4453
4454 2014-01-07 Glenn Morris <rgm@gnu.org>
4455
4456 * help.el (view-external-packages):
4457 * menu-bar.el (menu-bar-help-extra-packages):
4458 Visit efaq.info rather than etc/MORE.STUFF.
4459
4460 2014-01-07 Juri Linkov <juri@jurta.org>
4461
4462 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4463 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4464
4465 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4466 that shadows RET. (Bug#16342)
4467
4468 2014-01-07 Chong Yidong <cyd@gnu.org>
4469
4470 * isearch.el (isearch-yank-char, isearch-yank-word)
4471 (isearch-yank-line): Doc fix.
4472
4473 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4474
4475 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4476 * emacs-lisp/elint.el (elint-find-builtins):
4477 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4478 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4479 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4480 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4481 * apropos.el (apropos-safe-documentation):
4482 * subr.el (symbol-file): Remove redundant fboundp.
4483 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4484
4485 2014-01-06 Bastien Guerry <bzg@gnu.org>
4486
4487 * hl-line.el (global-hl-line-overlay): Make a local variable.
4488 (global-hl-line-overlays): New variable to store all overlays.
4489 (global-hl-line-mode): Don't delete overlays from the current
4490 buffer when `global-hl-line-sticky-flag' is non-nil.
4491 (global-hl-line-highlight): Add new overlays to
4492 `global-hl-line-overlays'.
4493 (global-hl-line-unhighlight-all): New function to delete all
4494 overlays when turning off `global-hl-line-mode'.
4495 This fixes Bug#16183.
4496
4497 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4498
4499 * subr.el (set-transient-map): Fix nested case and docstring.
4500
4501 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4502
4503 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4504 `Texinfo' entry.
4505
4506 2014-01-06 Daniel Colascione <dancol@dancol.org>
4507
4508 Fix defun navigation in vc log view.
4509
4510 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4511 like `beginning-of-defun'.
4512 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4513 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4514 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4515 (log-view-extract-comment): Call `log-view-current-entry' directly
4516 instead of relying on broken `log-view-beginning-of-defun' behavior.
4517
4518 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4519
4520 Spelling fixes.
4521 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4522 * emacs-lisp/debug.el (cancel-debug-on-entry):
4523 * epg.el (epg-error-to-string):
4524 * files.el (recover-file):
4525 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4526 * mail/emacsbug.el (report-emacs-bug-hook):
4527 * mail/sendmail.el (mail-recover):
4528 * ses.el (ses-yank-resize):
4529 * term/ns-win.el (ns-print-buffer):
4530 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4531 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4532 All uses changed.
4533 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4534
4535 2014-01-06 Leo Liu <sdl.web@gmail.com>
4536
4537 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4538 to avoid shadowing global key. (Bug#16354)
4539
4540 2014-01-06 Daniel Colascione <dancol@dancol.org>
4541
4542 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4543 rst-mode.
4544
4545 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4546
4547 * window.el (balance-windows): Add mising t to fix Bug#16351.
4548
4549 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4550
4551 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4552 (bug#16285).
4553 (shr-insert): If we have a word that's longer than `shr-width',
4554 break after it anyway. Otherwise we'll do no breaking once we get
4555 such a long word.
4556
4557 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4558
4559 * net/eww.el (eww): Support single/double quote for search.
4560 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4561 (eww-history-quit): Delete and use quit-window.
4562 (eww-history-kill): Delete, because it doesn't work well and
4563 not necessary.
4564 (eww-history-mode-map): Delete some keys and add easy-menu.
4565
4566 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4567
4568 Fix misspelling of 'chinese' in rx (Bug#16237).
4569 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4570 chinese-two-byte.
4571
4572 Change subword regexps back to vars (Bug#16296).
4573 * progmodes/subword.el (subword-forward-regexp)
4574 (subword-backward-regexp): Change these back to variables.
4575
4576 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4579 syntax-begin-function (bug#16247).
4580
4581 2014-01-03 Chong Yidong <cyd@gnu.org>
4582
4583 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4584 (advice--docstring): Delete variable.
4585 (advice--make-1): Leave the docstring empty.
4586 (advice-add): Use function-documentation for advised docstring.
4587
4588 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4589 Ignore function-documentation property when getting documentation.
4590 (ad-activate-advised-definition): Use function-documentation
4591 generate the docstring.
4592 (ad-make-advised-definition): Don't call
4593 ad-make-advised-definition-docstring.
4594 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4595 Delete functions.
4596
4597 * progmodes/sql.el (sql-help): Use function-documentation instead
4598 of dynamic-docstring-function property. No need to autoload now.
4599 (sql--help-docstring): New variable.
4600 (sql--make-help-docstring): Use it.
4601
4602 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * ielm.el (ielm-tab): Retarget.
4605 (ielm-map): Use ielm-tab for tab.
4606 (ielm-complete-filename): Use comint-filename-completion.
4607 (ielm-complete-symbol): Remove.
4608 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4609 remove ielm-tab from completion-at-point-functions (bug#16224).
4610
4611 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4612 Beware signals raised by predicates (bug#16201).
4613
4614 2014-01-02 Richard Stallman <rms@gnu.org>
4615
4616 * dired-aux.el (dired-do-print): Handle printer-name.
4617
4618 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4619 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4620 (rmail-epa-decrypt): Turn off mime processing.
4621
4622 * mail/rmail.el (rmail-make-in-reply-to-field):
4623 Add parens in message-id.
4624
4625 * mail/rmail.el (rmail-get-coding-function): Variable.
4626 (rmail-get-coding-system): Use it.
4627
4628 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4629
4630 * international/mule-conf.el: Unify the charset indian-is13194.
4631 (indian-is13194): Specify unify-map.
4632
4633 2013-12-31 Leo Liu <sdl.web@gmail.com>
4634
4635 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4636
4637 2013-12-30 Daniel Colascione <dancol@dancol.org>
4638
4639 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4640 of printing a useless when we resume from sleep.
4641
4642 * progmodes/sh-script.el
4643 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4644 in indentation code. (Bug#16233)
4645
4646 2013-12-28 João Távora <joaotavora@gmail.com>
4647
4648 * elec-pair.el (electric-pair-post-self-insert-function):
4649 Don't open extra newlines at beginning of buffer. (Bug#16272)
4650
4651 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4652
4653 * frame.el (window-system-for-display): Don't allow to create a
4654 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4655
4656 2013-12-28 Glenn Morris <rgm@gnu.org>
4657
4658 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4659 Update callers.
4660
4661 * apropos.el (apropos-match-face):
4662 * calculator.el (calculator-displayer):
4663 * dabbrev.el (dabbrev-search-these-buffers-only):
4664 * face-remap.el (buffer-face-mode-face):
4665 * simple.el (yank-handled-properties):
4666 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4667 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4668 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4669 (hashcash-double-spend-database):
4670 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4671 (ruby-deep-indent-paren-style):
4672 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4673 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4674 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4675 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4676 Specify custom types.
4677
4678 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4679 * bookmark.el (bookmark-bmenu-use-header-line):
4680 * doc-view.el (doc-view-scale-internally):
4681 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4682 * register.el (register-preview-delay):
4683 * net/shr.el (shr-bullet):
4684 * progmodes/cfengine.el (cfengine-cf-promises)
4685 (cfengine-parameters-indent):
4686 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4687 * textmodes/reftex-vars.el (reftex-label-regexps):
4688 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4689
4690 * net/tls.el (tls-certtool-program): Fix default value.
4691
4692 * desktop.el (desktop-restore-in-current-display):
4693 * newcomment.el (comment-empty-lines):
4694 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4695 (idlwave-pad-keyword):
4696 * progmodes/tcl.el (tcl-tab-always-indent):
4697 * textmodes/reftex-vars.el (reftex-index-default-tag):
4698 * elec-pair.el (electric-pair-skip-whitespace):
4699 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4700
4701 * emacs-lisp/authors.el (authors-ignored-files)
4702 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4703
4704 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4705
4706 * shell.el (shell-dynamic-complete-command): Doc fix.
4707 (shell--command-completion-data): Shell completion now matches
4708 executable filenames from the current buffer's directory, on
4709 systems in which this behavior is the default (windows-nt, ms-dos).
4710
4711 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4712
4713 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4714
4715 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4718 (bug#16251).
4719
4720 * electric.el: Move all electric-pair-* to elec-pair.el.
4721 * elec-pair.el: New file, split from electric.el.
4722
4723 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4724
4725 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4726 indentation level is larger than the width, because that will
4727 infloop.
4728 (shr-insert): Fill repeatedly long texts, so that Japanese is
4729 formatted correctly (bug#16263).
4730 (shr-find-fill-point): Off by one error in comparison with the
4731 indentation.
4732
4733 2013-12-26 João Távora <joaotavora@gmail.com>
4734
4735 * electric.el (electric-pair-mode): More flexible engine for skip-
4736 and inhibit predicates, new options for pairing-related functionality.
4737 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4738 if that keeps or improves their balance in buffers.
4739 (electric-pair-delete-adjacent-pairs): Delete the pair when
4740 backspacing over adjacent matched delimiters.
4741 (electric-pair-open-extra-newline): Open extra newline when
4742 inserting newlines between adjacent matched delimiters.
4743 (electric--sort-post-self-insertion-hook):
4744 Sort post-self-insert-hook according to priority values when
4745 minor-modes are activated.
4746 * simple.el (newline-and-indent): Call newline with interactive
4747 set to t.
4748 (blink-paren-post-self-insert-function): Set priority to 100.
4749 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4750 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4751 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4752 electric-pair-open-newline-between-pairs to nil.
4753
4754 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4755
4756 * progmodes/python.el: Use lexical-binding.
4757 (python-nav-beginning-of-defun): Stop searching ASAP.
4758
4759 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4760
4761 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4762 Fix interactive spec. Doc fix. (Bug#15754)
4763
4764 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4765
4766 * emacs-lisp/byte-run.el (eval-when-compile):
4767 * progmodes/cc-defs.el (cc-eval-when-compile):
4768 Fix edebug spec (bug#16184).
4769
4770 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4771
4772 * net/shr.el (shr-visit-file): Remove debugging function.
4773 (shr-insert): Don't infloop if we can't find a good place to break
4774 the line (bug#16256).
4775
4776 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4777
4778 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4779 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4780 python-nav-lisp-forward-sexp-safe.
4781 (python-nav--forward-sexp): New argument SAFE allows switching
4782 forward sexp movement behavior for parens.
4783 (python-nav-forward-sexp): Throw errors on unterminated parens
4784 (Bug#16191).
4785 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4786 (python-nav-backward-sexp-safe): New functions.
4787 (python-shell-buffer-substring):
4788 Use `python-nav-forward-sexp-safe'.
4789
4790 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4791
4792 * net/shr.el (shr-find-fill-point): Don't break lines before a
4793 quotation mark.
4794 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4795 (shr-find-fill-point): Remove the special checks for the quotation
4796 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4797
4798 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4799
4800 * net/eww.el (eww-form-textarea): Use a different face for
4801 textareas than text input since they have different keymaps
4802 (bug#16142).
4803
4804 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4805
4806 * progmodes/python.el (python-nav-beginning-of-statement):
4807 Speed up (Bug#15295).
4808
4809 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4810
4811 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4812 the window configuration.
4813
4814 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4815
4816 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4817 we run on MS-Windows or MS-DOS.
4818
4819 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4820
4821 * window.el (balance-windows-area): Call window-size instead of
4822 window-height and window-width. Bug#16241.
4823
4824 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4825
4826 * net/eww.el (eww-bookmark-quit): Remove.
4827 (eww-bookmark-browse): Restore the window configuration when you
4828 choose a bookmark (bug#16144).
4829
4830 2013-12-24 Daniel Colascione <dancol@dancol.org>
4831
4832 * icomplete.el: Remove redundant :group arguments to `defcustom'
4833 throughout.
4834 (icomplete-show-matches-on-no-input): New customizable variable.
4835 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4836 we have something to show.
4837 (icomplete-exhibit): Compute completions even if we have no user input.
4838
4839 2013-12-23 Daniel Colascione <dancol@dancol.org>
4840
4841 * icomplete.el: Move `provide' to end of file.
4842
4843 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4844
4845 * net/gnutls.el (gnutls-verify-error): Add version tag.
4846
4847 2013-12-23 Chong Yidong <cyd@gnu.org>
4848
4849 * subr.el (set-transient-map): Rename from
4850 set-temporary-overlay-map. Doc fix.
4851
4852 * face-remap.el (text-scale-adjust):
4853 * indent.el (indent-rigidly):
4854 * kmacro.el (kmacro-call-macro):
4855 * minibuffer.el (minibuffer-force-complete):
4856 * repeat.el (repeat):
4857 * simple.el (universal-argument--mode):
4858 * calendar/todo-mode.el (todo-insert-item--next-param):
4859 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4860
4861 * indent.el (indent-rigidly): Use substitute-command-keys.
4862
4863 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4864
4865 * net/eww.el (eww-tag-select): Add text-property to jump to next
4866 select field.
4867 (eww): Add non-supported ftp error.
4868
4869 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4870
4871 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4872 comments. Handle electric indent after typing `?' and `!'.
4873
4874 2013-12-22 Chong Yidong <cyd@gnu.org>
4875
4876 * faces.el (face-spec-recalc): If the theme specs are not
4877 applicable to a frame, fall back on the defface spec.
4878 This prevents themes from obliterating faces on low-color terminals.
4879
4880 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4881
4882 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4883 after `{'. We need it after block openers, and it doesn't seem
4884 to hurt after hash openers.
4885
4886 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4887
4888 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4889 extracted from `ruby-smie-rules'.
4890 (ruby--electric-indent-chars): New variable.
4891 (ruby--electric-indent-p): New function.
4892 (ruby-mode): Use `electric-indent-functions' instead of
4893 `electric-indent-chars'.
4894
4895 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4896
4897 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4898 docstring.
4899 (ruby-smie-rules): Indent plus one level after `=>'.
4900
4901 2013-12-21 Richard Stallman <rms@gnu.org>
4902
4903 * simple.el (newline): Doc fix.
4904
4905 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4906
4907 * net/eww.el (eww-list-histories, eww-list-histories)
4908 (eww-history-browse, eww-history-quit, eww-history-kill)
4909 (eww-history-mode-map, eww-history-mode): New command and
4910 functions to list browser histories.
4911 (eww-form-text): Support text form with disabled
4912 and readonly attributes.
4913 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4914
4915 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4916
4917 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4918 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4919 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4920 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4921 Use `user-error'.
4922 (eww-bookmark-mode-map): Add menu.
4923 (eww-render, eww-mode): Use `setq-local'.
4924 (eww-tool-bar-map): New variable.
4925 (eww-mode): Set `tool-bar-map'.
4926 (eww-view-source): Check for `html-mode' with `fboundp'.
4927
4928 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4929
4930 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4931 elements with text inside. Also remove debugging.
4932
4933 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4934
4935 * cus-start.el (all): Add ns-use-srgb-colorspace.
4936
4937 2013-12-21 Chong Yidong <cyd@gnu.org>
4938
4939 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4940 undefined. Thus, theme settings for undefined faces do not take
4941 effect until the faces are defined with defface, the same as with
4942 theme variables.
4943
4944 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4945 (face-spec-reset-face): Don't assign extra properties in temacs.
4946 (face-spec-recalc): Apply X resources too.
4947
4948 2013-12-21 Chong Yidong <cyd@gnu.org>
4949
4950 * faces.el (face-spec-set):
4951 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4952 * custom.el (defface): Doc fixes (Bug#16203).
4953
4954 * indent.el (indent-rigidly-map): Add docstring, and move commands
4955 into named functions.
4956 (indent-rigidly-left, indent-rigidly-right)
4957 (indent-rigidly-left-to-tab-stop)
4958 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4959 indentation direction based on bidi direction, and accumulate
4960 sequential commands in a single undo boundary.
4961 (indent-rigidly--pop-undo): New utility function.
4962
4963 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4964
4965 * faces.el (read-face-name): Require crm.el when using crm-separator.
4966
4967 2013-12-20 Daniel Colascione <dancol@dancol.org>
4968
4969 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4970 so that we don't reflow comments into the shebang line.
4971
4972 2013-12-20 Juri Linkov <juri@jurta.org>
4973
4974 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4975 a position when `dired-directory' is non-nil. Check integer
4976 positions with `integerp'.
4977 (toggle-save-place, save-places-to-alist): Add check for
4978 `dired-directory'.
4979 (save-place-find-file-hook): Check integer positions with
4980 `integerp'.
4981 (save-place-dired-hook): Use `dired-goto-file' when
4982 `dired-filename' is found in the assoc list. Check integer
4983 positions with `integerp'.
4984 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4985
4986 * dired.el (dired-initial-position-hook): Rename back from
4987 `dired-initial-point-hook'.
4988 (dired-initial-position): Rename `dired-initial-point-hook' to
4989 `dired-initial-position-hook'.
4990 (dired-file-name-at-point): Doc fix. (Bug#15329)
4991
4992 2013-12-20 Juri Linkov <juri@jurta.org>
4993
4994 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4995 (read-regexp-suggestions): New function.
4996 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4997 Use `read-regexp-suggestions'. Add non-empty default to history
4998 for empty input.
4999 (occur-read-regexp-defaults-function): Remove function.
5000 (occur-read-primary-args): Use `regexp-history-last' instead of
5001 `occur-read-regexp-defaults-function'.
5002
5003 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5004 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5005 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5006 `hi-lock-read-regexp-defaults-function'. Doc fix.
5007 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5008 with `find-tag-default-as-symbol-regexp'. Doc fix.
5009 (hi-lock-read-regexp-defaults): Remove function.
5010 (hi-lock-regexp-okay): Add check for null.
5011
5012 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5013 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5014
5015 * subr.el (find-tag-default-as-symbol-regexp): New function.
5016 (find-tag-default-as-regexp): Move symbol regexp formatting to
5017 `find-tag-default-as-symbol-regexp'.
5018
5019 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5020
5021 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5022 (Bug#14179)
5023
5024 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5025
5026 * calendar/todo-mode.el: New implementation of item insertion
5027 commands and key bindings.
5028 (todo-key-prompt): New face.
5029 (todo-insert-item): New command.
5030 (todo-insert-item--parameters): New defconst, replacing defvar
5031 todo-insertion-commands-args-genlist.
5032 (todo-insert-item--param-key-alist): New defconst, replacing
5033 defvar todo-insertion-commands-arg-key-list.
5034 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5035 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5036 (todo-insert-item--next-param): New functions.
5037 (todo-insert-item--args, todo-insert-item--argleft)
5038 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5039 New variables.
5040 (todo-key-bindings-t): Change binding of "i" from
5041 todo-insertion-map to todo-insert-item.
5042 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5043 (todo-insertion-command-name, todo-insertion-commands-names)
5044 (todo-define-insertion-command, todo-insertion-commands)
5045 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5046
5047 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5048
5049 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5050 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5051 eval-when-compile.
5052 (todo-move-category): Allow choosing a non-existing todo file to
5053 move the category to, and create that file.
5054 (todo-default-priority): New user option.
5055 (todo-set-item-priority): Use it.
5056 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5057 (desktop-restore-file-buffer): Declare.
5058 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5059 (todo-modes-set-2): Locally set desktop-save-buffer to
5060 todo-desktop-save-buffer.
5061 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5062 (auto-mode-alist): Add autoload cookie.
5063
5064 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5065
5066 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5067 helpers.el was a poor choice of name.
5068 (string-remove-prefix): New function.
5069 (string-remove-suffix): New function.
5070
5071 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5072
5073 Fix assignment for new window total sizes.
5074 * window.el (window--pixel-to-size): Remove function.
5075 (window--pixel-to-total-1, window--pixel-to-total):
5076 Fix calculation of new total sizes.
5077
5078 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5079
5080 * comint.el (comint-output-filter): Fix rear-nonsticky property
5081 placement (Bug#16010).
5082
5083 2013-12-20 Chong Yidong <cyd@gnu.org>
5084
5085 * faces.el (read-color): Minor fix for completion function.
5086
5087 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5088
5089 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5090 New option. (Bug#16182)
5091 (ruby-smie--indent-to-stmt-p): Use it.
5092 (ruby-smie-rules): Revert the logic in the handling of `when'.
5093 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5094 (ruby-deep-arglist, ruby-deep-indent-paren)
5095 (ruby-deep-indent-paren-style): Update docstrings to note that the
5096 vars don't have any effect with SMIE.
5097
5098 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5099
5100 * calc/calc.el (calc-enter, calc-pop): Use the variable
5101 `calc-context-sensitive-enter'.
5102
5103 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
5105 * net/shr.el (shr-insert): Protect against infloops in degenerate
5106 tables.
5107
5108 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5109
5110 * progmodes/octave.el (octave): Add link to manual and octave
5111 homepage.
5112 (octave-mode-menu): Link to octave-mode manual.
5113
5114 2013-12-20 Leo Liu <sdl.web@gmail.com>
5115
5116 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5117 insertion using skeleton-end-newline. (Bug#16138)
5118
5119 2013-12-20 Juri Linkov <juri@jurta.org>
5120
5121 * replace.el (occur-engine): Use `add-face-text-property'
5122 to add the face property to matches and titles. (Bug#14645)
5123
5124 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5125 the palette of other hi-lock colors.
5126 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5127
5128 2013-12-19 Juri Linkov <juri@jurta.org>
5129
5130 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5131 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5132 (minibuffer-history-symbol): Move variable declaration closer to
5133 its usage.
5134
5135 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5136 (Bug#14785)
5137
5138 2013-12-19 Juri Linkov <juri@jurta.org>
5139
5140 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5141 New function.
5142 (log-edit-hook): Add it to :options. (Bug#16170)
5143
5144 2013-12-19 Juri Linkov <juri@jurta.org>
5145
5146 * simple.el (eval-expression-print-format): Don't check for
5147 command names and the last command. Always display additional
5148 formats of the integer result in the echo area, and insert them
5149 to the current buffer only with a zero prefix arg.
5150 Display character when char-displayable-p is non-nil.
5151 (eval-expression): With a zero prefix arg, set `print-length' and
5152 `print-level' to nil, and insert the integer values from
5153 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5154
5155 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5156 `eval-last-sexp-arg-internal'. Doc fix.
5157 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5158 `eval-last-sexp-print-value'. Doc fix.
5159 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5160 Set `print-length' and `print-level' to nil when arg is zero.
5161 (eval-last-sexp): Doc fix.
5162 (eval-defun-2): Print the integer values from
5163 `eval-expression-print-format' at the end.
5164
5165 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5166 values from `eval-expression-print-format' at the end.
5167
5168 * ielm.el (ielm-eval-input): Print the integer
5169 values from `eval-expression-print-format' at the end.
5170
5171 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5172
5173 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5174 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5175
5176 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5179 (hl-line-highlight, global-hl-line-highlight): Use it.
5180 (hl-line-overlay): Use defvar-local.
5181
5182 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5183
5184 * term/ns-win.el: Require dnd.
5185 (global-map): Remove drag items.
5186 (ns-insert-text, ns-set-foreground-at-mouse)
5187 (ns-set-background-at-mouse):
5188 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5189 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5190 New functions.
5191
5192 2013-12-19 Glenn Morris <rgm@gnu.org>
5193
5194 * emacs-lisp/ert.el (ert-select-tests):
5195 Fix string/symbol mixup. (Bug#16121)
5196
5197 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5198
5199 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5200 keywords to their parent.
5201
5202 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5203
5204 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5205 first arg to be a string (fixed dead code), or an operator symbol.
5206 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5207 operator symbols.
5208 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5209 did nothing. Don't respond to `(:after ".")', it will be called
5210 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5211 change anything. Only return indentation for binary operators
5212 when they are hanging. De-dent opening paren when its parent is
5213 `.', otherwise it looks bad when the dot is not at bol or eol
5214 (bug#16182).
5215
5216 2013-12-19 Juri Linkov <juri@jurta.org>
5217
5218 * replace.el (query-replace-read-args): Split a non-negative arg
5219 and a negative arg into separate elements.
5220 (query-replace, query-replace-regexp, replace-string)
5221 (replace-regexp): Add arg `backward'. Doc fix.
5222 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5223 move point to the beginning of the match.
5224 (replace-search, replace-highlight): Use new arg `backward'
5225 to set the value of `isearch-forward'.
5226 (perform-replace): Add arg `backward' and use it to perform
5227 replacement backward. (Bug#14979)
5228
5229 * isearch.el (isearch-query-replace): Use a negative prefix arg
5230 to call `perform-replace' with a non-nil arg `backward'.
5231
5232 2013-12-18 Juri Linkov <juri@jurta.org>
5233
5234 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5235 to the default list. Move `log-edit-show-files' to the end.
5236 Add more available functions to options.
5237 (log-edit): Move default specific settings to
5238 `log-edit-insert-message-template'. Don't move point.
5239 (log-edit-insert-message-template): New function.
5240 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5241 (Bug#16170)
5242
5243 2013-12-18 Juri Linkov <juri@jurta.org>
5244
5245 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5246 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5247
5248 2013-12-18 Leo Liu <sdl.web@gmail.com>
5249
5250 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5251 (Bug#16186)
5252
5253 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5254
5255 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5256 formats for displaying file sizes when the -s switch is given.
5257 Instead, compute a separate format for displaying the size in
5258 blocks, which is displayed in addition to the "regular" size.
5259 When -h is given in addition to -s, produce size in blocks in
5260 human-readable form as well. (Bug#16179)
5261
5262 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5263
5264 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5265 Reference tables with ~\ref{...} instead of only \ref{...}.
5266
5267 2013-12-18 Chong Yidong <cyd@gnu.org>
5268
5269 * cus-edit.el (custom-magic-alist): Fix "themed" description
5270 (Bug#14348).
5271
5272 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5273 is non-nil, do not create a new entry in the symbol's theme-value
5274 or theme-face property; update theme-settings only (Bug#14664).
5275 (custom-available-themes): Doc fix.
5276
5277 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5278 (Bug#15674).
5279
5280 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5281
5282 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5283
5284 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5285 (Bug#13914).
5286
5287 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5288
5289 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5290
5291 2013-12-18 Glenn Morris <rgm@gnu.org>
5292
5293 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5294 * cus-start.el (load-prefer-newer): New option.
5295
5296 2013-12-18 Le Wang <l26wang@gmail.com>
5297
5298 * comint.el (comint-previous-matching-input-from-input):
5299 Retain point (Bug#13404).
5300
5301 2013-12-18 Chong Yidong <cyd@gnu.org>
5302
5303 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5304
5305 2013-12-18 Glenn Morris <rgm@gnu.org>
5306
5307 * mail/emacsbug.el (report-emacs-bug):
5308 Only mention enable-multibyte-characters if non-standard.
5309
5310 2013-12-17 Juri Linkov <juri@jurta.org>
5311
5312 * arc-mode.el (archive-extract-by-file): Check if directory exists
5313 before deletion to not show irrelevant errors if it doesn't exist.
5314
5315 2013-12-17 Juri Linkov <juri@jurta.org>
5316
5317 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5318 (Bug#14751)
5319
5320 * net/eww.el (browse-web): Add alias to `eww'.
5321 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5322 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5323
5324 * net/browse-url.el (browse-url-browser-function): Move `eww'
5325 closer to similar functions.
5326
5327 * startup.el (fancy-startup-screen, fancy-about-screen):
5328 Set browse-url-browser-function to eww-browse-url locally.
5329 (Bug#14751)
5330
5331 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * window.el (window--pixel-to-total): Remove unused `mini' var.
5334 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5335 (split-window): Remove unused `new' var.
5336 (window--display-buffer): Remove unused `frame' and `delta' vars.
5337 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5338 and display-width'.
5339
5340 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5341
5342 * dired.el (dired-mark-pop-up):
5343 * register.el (register-preview): Don't bind
5344 split-height-threshold here since it's now done in
5345 display-buffer-below-selected.
5346
5347 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5348
5349 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5350 xterm-rgb-convert-to-16bit.
5351 (rxvt-register-default-colors): Standardize with
5352 xterm-register-default-colors (Bug#14078).
5353
5354 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5355
5356 * simple.el (kill-region): Pass mark first, then point, so that
5357 kill-append works right (Bug#12819).
5358 (copy-region-as-kill, kill-ring-save): Likewise.
5359
5360 2013-12-17 Leo Liu <sdl.web@gmail.com>
5361
5362 * net/rcirc.el (rcirc-add-face):
5363 * eshell/em-prompt.el (eshell-emit-prompt):
5364 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5365 (Bug#16167)
5366
5367 2013-12-17 Chong Yidong <cyd@gnu.org>
5368
5369 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5370 Suggested by Xue Fuqiao.
5371
5372 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5373
5374 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5375
5376 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * net/shr.el (shr-insert-document): Remove unused var
5379 `shr-preliminary-table-render'.
5380 (shr-rescale-image): Remove unused arg `force'.
5381 (shr-put-image): Update calls accordingly.
5382 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5383
5384 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5385
5386 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5387 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5388 :close-all, to see which indentation method to use (Bug#16116).
5389 (smie-rules-function): Document the method :close-all.
5390
5391 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5394
5395 * net/eww.el (eww-display-html): If we can't find the anchor we're
5396 looking for, then go to point-min.
5397
5398 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5399
5400 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5401 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5402 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5403 Expand dir too, in case it's relative.
5404
5405 2013-12-16 Juri Linkov <juri@jurta.org>
5406
5407 * desktop.el (desktop-auto-save-timeout): Change default to
5408 `auto-save-timeout'. Doc fix.
5409 (desktop-save): Skip the timestamp in desktop-saved-frameset
5410 when checking for auto-save changes.
5411 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5412 `desktop-auto-save' is called repeatedly by the idle timer.
5413 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5414 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5415 (Bug#15331)
5416
5417 2013-12-16 Juri Linkov <juri@jurta.org>
5418
5419 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5420 (Bug#16035)
5421 (isearch-pre-command-hook): Check `this-command' for symbolp.
5422
5423 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5426
5427 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5428
5429 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5430 (cfengine3--current-function): Bring in the current-function
5431 functionality from `cfengine3--current-word'.
5432 (cfengine3-completion-function): Bring in the
5433 bounds-of-current-word functionality from
5434 `cfengine3--current-word'.
5435
5436 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5437
5438 * window.el (display-buffer-below-selected):
5439 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5440
5441 2013-12-16 Leo Liu <sdl.web@gmail.com>
5442
5443 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5444 Remove NOMSG arg and all uses changed.
5445
5446 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5449 (cua--deactivate-rectangle): Don't deactivate the mark.
5450 (cua-set-rectangle-mark): Don't set mark-active since
5451 cua--activate-rectangle already does it for us.
5452 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5453 non-rectangular region.
5454
5455 * emulation/cua-base.el (cua-repeat-replace-region):
5456 Use with-current-buffer.
5457
5458 * net/gnutls.el: Use cl-lib.
5459 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5460
5461 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5462
5463 * emacs-lisp/package.el (package-built-in-p): Support both
5464 built-in and the package.el converted package descriptions.
5465 (package-show-package-list): Allow keywords.
5466 (package-keyword-button-action): Use it instead of
5467 `finder-list-matches'.
5468 (package-menu-filter-interactive): Interactive filtering (by
5469 keyword) function.
5470 (package-menu--generate): Support keywords and change keymappings
5471 and headers when they are given.
5472 (package--has-keyword-p): Helper function.
5473 (package-menu--refresh): Use it.
5474 (package--mapc): Helper function.
5475 (package-all-keywords): Use it.
5476 (package-menu-mode-map): Set up menu items and keybindings to
5477 provide a filtering UI.
5478
5479 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5480
5481 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5482 the behavior when a certificate fails validation. Defaults to
5483 old behavior: never abort, just warn.
5484 (gnutls-negotiate): Use it.
5485
5486 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5487
5488 * window.el (display-buffer-below-selected): Never split window
5489 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5490
5491 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5492
5493 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5494 (package-buffer-info): Use it (bug#15108).
5495
5496 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * icomplete.el (icomplete-completions): Make sure the prefix is already
5499 displayed elsewhere before hiding it (bug#16219).
5500
5501 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5502
5503 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5504 open-paren tokens when preceded by a open-paren, too.
5505 (ruby-smie-rules): Handle virtual indentation after open-paren
5506 tokens specially. If there is code between it and eol, return the
5507 column where is starts (Bug#16118).
5508
5509 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5510
5511 * progmodes/cfengine.el: Fix `add-hook' doc.
5512 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5513 (cfengine3--current-word): Fix parameters.
5514 (cfengine3-make-syntax-cache): Simplify further.
5515 (cfengine3-completion-function, cfengine3--current-function):
5516 Use `assq' for symbols.
5517 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5518
5519 2013-12-13 Glenn Morris <rgm@gnu.org>
5520
5521 * loadup.el (load-path): Warn if site-load or site-init changes it.
5522 No more need to reset it when bootstrapping.
5523
5524 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5525
5526 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5527 locations for cf-promises.
5528 (cfengine-mode-syntax-functions-regex): New caching variable.
5529 (cfengine3-fallback-syntax): Fallback syntax for cases where
5530 cf-promises doesn't run.
5531 (cfengine3--current-word): Reimplement using
5532 `cfengine-mode-syntax-functions-regex'.
5533 (cfengine3-completion-function, cfengine3--current-function):
5534 Use `cfengine3-make-syntax-cache' directly.
5535 (cfengine3-clear-syntax-cache): New function.
5536 (cfengine3-make-syntax-cache): Simplify and create
5537 `cfengine-mode-syntax-functions-regex' on demand.
5538 (cfengine3-format-function-docstring): Don't call
5539 `cfengine3-make-syntax-cache' explicitly.
5540
5541 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5542
5543 Fix windmove-find-other-window broken after pixelwise resizing
5544 (Bug#16017).
5545 * windmove.el (windmove-other-window-loc): Revert change from
5546 2013-12-04.
5547 (windmove-find-other-window): Call window-in-direction.
5548 * window.el (window-in-direction): New arguments SIGN, WRAP and
5549 MINI to emulate original windmove-find-other-window behavior.
5550
5551 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5552
5553 * simple.el (blink-matching--overlay): New variable.
5554 (blink-matching-open): Instead of moving point, highlight the
5555 matching paren with an overlay
5556 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5557
5558 * faces.el (paren-showing-faces, show-paren-match)
5559 (show-paren-mismatch): Move from paren.el.
5560
5561 2013-12-13 Leo Liu <sdl.web@gmail.com>
5562
5563 * indent.el (indent-region): Disable progress reporter in
5564 minibuffer. (Bug#16108)
5565
5566 * bindings.el (visual-order-cursor-movement): Fix version.
5567
5568 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5569
5570 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5571 Also match after beginning of line.
5572 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5573 files. Thanks to Russell Sim. (Bug#15378)
5574
5575 2013-12-13 Juri Linkov <juri@jurta.org>
5576
5577 * simple.el <Keypad support>: Remove key bindings duplicated
5578 with bindings.el. (Bug#14397)
5579
5580 2013-12-13 Juri Linkov <juri@jurta.org>
5581
5582 * comint.el (comint-mode-map): Replace `delete-char' with
5583 `delete-forward-char'. (Bug#16109)
5584
5585 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5586
5587 * progmodes/python.el (python-indent-calculate-indentation):
5588 Fix de-denters cornercase. (Bug#15731)
5589
5590 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5593 (advice--make): Pay attention to `depth'.
5594 (advice--make-1): Don't autoload commands eagerly.
5595 * emacs-lisp/elp.el (elp-instrument-function):
5596 * emacs-lisp/trace.el (trace-function-internal):
5597 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5598
5599 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5600
5601 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5602
5603 * term/w32-win.el (w32-handle-dropped-file):
5604 * startup.el (normal-top-level):
5605 * net/browse-url.el (browse-url-file-url):
5606 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5607 decode file names using 'utf-8' rather than
5608 file-name-coding-system.
5609
5610 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5611
5612 * progmodes/python.el (python-indent-context)
5613 (python-indent-calculate-indentation): Fix auto-identation
5614 behavior for comment blocks. (Bug#15916)
5615
5616 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5617
5618 * progmodes/python.el (python-indent-calculate-indentation):
5619 When determining indentation, don't treat "return", "pass", etc., as
5620 operators when they are just string constituents. (Bug#15812)
5621
5622 2013-12-12 Juri Linkov <juri@jurta.org>
5623
5624 * uniquify.el (uniquify-buffer-name-style): Change default to
5625 `post-forward-angle-brackets'.
5626
5627 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5628 `uniquify'. Change default to `post-forward-angle-brackets'.
5629
5630 2013-12-11 Glenn Morris <rgm@gnu.org>
5631
5632 * emacs-lisp/package.el (finder-list-matches):
5633 Autoload rather than falsely declaring.
5634
5635 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5636
5637 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5638 (eww-mode-map): Use them.
5639
5640 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5641
5642 * window.el (display-buffer-in-side-window): Fix doc-string
5643 (Bug#16115).
5644
5645 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * vc/vc-git.el: Silence byte-compiler warnings.
5648 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5649 (log-edit-set-header): Declare.
5650
5651 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5652
5653 * Makefile.in (custom-deps, finder-data): Run output file names
5654 through unmsys--file-name. (Bug#16099)
5655
5656 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5659 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5660
5661 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5662 instead of deleting the selection "by hand" (bug#16098).
5663 Rely on insert-for-yank to yank rectangles.
5664 (cua-highlight-region-shift-only): Mark obsolete.
5665 (cua-mode): Don't enable/disable transient-mark-mode,
5666 shift-select-mode (cua-mode works both with and without them), and
5667 pc-selection-mode (obsolete).
5668 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5669 (cua--deactivate-rectangle): Deactivate it.
5670
5671 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5672 (delete-selection-helper): Make sure yank starts at the top of the
5673 deleted region.
5674 (minibuffer-keyboard-quit): Use region-active-p.
5675
5676 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5677
5678 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5679 to `delete' (bug#16109).
5680
5681 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5682
5683 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5684 info manual and show keybindings and set `:group' keyword.
5685
5686 2013-12-11 Juri Linkov <juri@jurta.org>
5687
5688 * delsel.el (delete-active-region): Let-bind `this-command'
5689 to prevent `kill-region' from changing its original value.
5690 (delete-selection-helper): Handle `overwrite-mode' for the type
5691 `kill' exactly the same way as for the type `t'.
5692 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5693 Support more commands. (Bug#13312)
5694
5695 2013-12-11 Juri Linkov <juri@jurta.org>
5696
5697 * bindings.el: Map kp keys to non-kp keys systematically
5698 with basic modifiers control, meta and shift. (Bug#14397)
5699
5700 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5701
5702 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5703 "Close browser" menu items. Fix wrong function of "List
5704 bookmarks".
5705
5706 2013-12-11 Juri Linkov <juri@jurta.org>
5707
5708 * misearch.el (multi-isearch-buffers): Set the value of
5709 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5710 arg of isearch-forward to t.
5711 (multi-isearch-buffers-regexp): Set the value of
5712 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5713 arg of isearch-forward-regexp to t.
5714 (multi-isearch-files): Set the value of
5715 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5716 arg of isearch-forward to t.
5717 (multi-isearch-files-regexp): Set the value of
5718 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5719 arg of isearch-forward-regexp to t. (Bug#16035)
5720
5721 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5722 arg of isearch-forward to t.
5723 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5724 arg of isearch-forward-regexp to t.
5725 (dired-isearch-filter-filenames): Remove unnecessary check for
5726 `dired-isearch-filenames'.
5727
5728 * comint.el (comint-history-isearch-backward):
5729 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5730 (comint-history-isearch-backward-regexp):
5731 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5732
5733 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5734
5735 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5736 unmsys--file-name. (Bug#16099)
5737
5738 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5739
5740 * emacs-lisp/package.el (package-keyword-button-action):
5741 Remove finder.el require dependency.
5742
5743 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5744
5745 * emacs-lisp/package.el: Require finder.el.
5746 (describe-package-1): Add keyword buttons.
5747 (package-make-button): New convenience function.
5748 (package-keyword-button-action): Keyword button action using
5749 `finder-list-matches'.
5750
5751 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5752
5753 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5754 last commit.
5755
5756 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5757
5758 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5759 symlinked files.
5760
5761 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5762
5763 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5764 after the end of a percent literal.
5765
5766 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5767
5768 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5769 Handle caret-delimited strings (Bug#16079).
5770
5771 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5772
5773 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5774 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5775 `ruby-parse-partial' (Bug#16078).
5776
5777 2013-12-09 Leo Liu <sdl.web@gmail.com>
5778
5779 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5780
5781 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5782
5783 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5784 (js-switch-indent-offset): New option.
5785 (js--proper-indentation): Use it. And handle the case when
5786 "default" is actually a key in an object literal.
5787 (js--same-line): New function.
5788 (js--multi-line-declaration-indentation): Use it.
5789 (js--indent-in-array-comp, js--array-comp-indentation):
5790 New functions.
5791 (js--proper-indentation): Use them, to handle array comprehension
5792 continuations.
5793
5794 2013-12-08 Leo Liu <sdl.web@gmail.com>
5795
5796 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5797 (flymake-make-overlay): Remove arg MOUSE-FACE.
5798 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5799
5800 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5803 New function.
5804 (redisplay-highlight-region-function): Use it.
5805
5806 * emulation/cua-base.el (cua--explicit-region-start)
5807 (cua--last-region-shifted): Remove.
5808 (cua--deactivate): Use deactivate-mark.
5809 (cua--pre-command-handler-1): Don't handle shift-selection.
5810 (cua--post-command-handler-1): Don't change transient-mark-mode.
5811 (cua--select-keymaps): Use region-active-p rather than
5812 cua--explicit-region-start or cua--last-region-shifted.
5813 (cua-mode): Enable shift-select-mode.
5814
5815 2013-12-08 Leo Liu <sdl.web@gmail.com>
5816
5817 * progmodes/flymake.el (flymake-popup-current-error-menu):
5818 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5819 (flymake-posn-at-point-as-event, flymake-popup-menu)
5820 (flymake-make-emacs-menu): Remove. (Bug#16077)
5821
5822 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * rect.el (rectangle-mark-mode): Activate mark even if
5825 transient-mark-mode is off (bug#16066).
5826 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5827 is > mark and at bolp.
5828
5829 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5830 (region-extract-function): Use it.
5831 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5832 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5833 Delete functions.
5834 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5835 kill-ring-save, kill-region, delete-char, delete-forward-char.
5836 Ignore self-insert-iso.
5837
5838 * emulation/cua-gmrk.el (cua--init-global-mark):
5839 Ignore `self-insert-iso'.
5840
5841 * emulation/cua-base.el (cua--prefix-copy-handler)
5842 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5843 checking cua--rectangle.
5844 (cua-delete-region): Use region-extract-function.
5845 (cua-replace-region): Delete function.
5846 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5847 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5848 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5849 (cua--init-keymaps): Don't remap delete-selection commands.
5850 (cua-mode): Use delete-selection-mode instead of rolling our own
5851 (bug#16085).
5852
5853 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5854 Obey region-extract-function.
5855
5856 Make registers and delete-selection-mode work on rectangles.
5857 * register.el (describe-register-1): Don't modify the register's value.
5858 (copy-to-register): Obey region-extract-function.
5859 * delsel.el (delete-active-region): Obey region-extract-function.
5860
5861 2013-12-08 Leo Liu <sdl.web@gmail.com>
5862
5863 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5864 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5865 (flymake-compilation-prevents-syntax-check)
5866 (flymake-start-syntax-check-on-newline)
5867 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5868 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5869 (flymake-xml-program, flymake-master-file-dirs)
5870 (flymake-master-file-count-limit)
5871 (flymake-allowed-file-name-masks): Relocate.
5872 (flymake-makehash, flymake-float-time)
5873 (flymake-replace-regexp-in-string, flymake-split-string)
5874 (flymake-get-temp-dir): Remove.
5875 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5876 (flymake-current-row, flymake-selected-frame)
5877 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5878 related functions. (Bug#16077)
5879
5880 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5881
5882 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5883
5884 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5885
5886 * help-fns.el (describe-function-1): Use new advice-* functions
5887 rather than old ad-* functions. Fix function type description and
5888 source links for advised functions and subrs.
5889
5890 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5891
5892 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5893
5894 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5895
5896 * progmodes/compile.el (compilation-start):
5897 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5898
5899 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5900 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5901
5902 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5903
5904 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5905 Touch up the last change.
5906
5907 2013-12-06 Leo Liu <sdl.web@gmail.com>
5908
5909 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5910 (inferior-octave-startup): Always use "octave> " for prompt.
5911 (octave-goto-function-definition)
5912 (octave-sync-function-file-names)
5913 (octave-find-definition-default-filename): Remove redundant backquotes.
5914
5915 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5916
5917 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5918 syntax for `?'.
5919 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5920 where appropriate already.
5921 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5922 end of method names (Bug#15874).
5923
5924 2013-12-06 Juri Linkov <juri@jurta.org>
5925
5926 * isearch.el (isearch--saved-overriding-local-map):
5927 New internal variable.
5928 (isearch-mode): Set it to the initial value of
5929 `overriding-terminal-local-map'.
5930 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5931 with `isearch--saved-overriding-local-map'. (Bug#16035)
5932
5933 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5934
5935 * progmodes/octave.el (inferior-octave-completion-table):
5936 Turn back into function, use `completion-table-with-cache'
5937 (Bug#11906). Update all references.
5938
5939 * minibuffer.el (completion-table-with-cache): New function.
5940
5941 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5942
5943 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5944
5945 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5946
5947 * net/eww.el (eww-current-source): New variable to store page
5948 source.
5949 (eww-display-html, eww-mode, eww-save-history)
5950 (eww-restore-history): Use it.
5951 (eww-view-source): New command to view page source.
5952 Opportunistically uses `html-mode' to highlight the buffer.
5953 (eww-mode-map): Install it.
5954
5955 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * net/dbus.el (dbus-unregister-service)
5958 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5959 Fix docstring.
5960 (dbus-unregister-service): Skip :serial entries in
5961 `dbus-registered-objects-table'.
5962 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5963
5964 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5965
5966 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5967 around keywords with extra `split-string' argument.
5968
5969 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5970
5971 * windmove.el (windmove-other-window-loc): Handle navigation
5972 between windows (excluding the minibuffer window - Bug#16017).
5973
5974 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5977 in D-Bus type syntax.
5978 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5979 preserve unibyte strings. (Bug#16048)
5980
5981 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5984 Call force-mode-line-update is the proper buffer (bug#16042).
5985
5986 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5987
5988 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5989 `log-edit-remember-comment', make argument optional. Adjust all
5990 callers.
5991 (log-edit-mode): Add `log-edit-remember-comment' to
5992 `kill-buffer-hook' locally.
5993 (log-edit-kill-buffer): Don't remember comment explicitly since
5994 the buffer is killed anyway.
5995
5996 2013-12-04 Juri Linkov <juri@jurta.org>
5997
5998 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5999 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6000
6001 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6002
6003 * notifications.el (notifications-close-notification): Call the
6004 D-Bus method with ID being a `:uint32'. (Bug#16030)
6005
6006 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6007
6008 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6009
6010 2013-12-03 Juri Linkov <juri@jurta.org>
6011
6012 * progmodes/compile.el (compilation-start): Rename window alist
6013 entry `no-display-ok' to `allow-no-window'.
6014
6015 * simple.el (shell-command): Add window alist entry
6016 `allow-no-window' to `display-buffer'.
6017 (async-shell-command): Doc fix.
6018
6019 * window.el (display-buffer-no-window): New action function.
6020 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6021
6022 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6023
6024 * vc/log-edit.el (log-edit-set-header): Extract from
6025 `log-edit-toggle-header'.
6026 (log-edit-extract-headers): Separate the summary, when extracted
6027 from header, from the rest of the message with an empty line.
6028
6029 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6030 line, if present, to the Summary header.
6031
6032 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6035 in current-buffer (bug#16029).
6036
6037 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6038
6039 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6040 (debugger-mode-map): Bind it.
6041 (debugger--backtrace-base): New function.
6042 (debugger-eval-expression): Use it.
6043 (debugger-frame-number): Skip local vars when present.
6044 (debugger--locals-visible-p, debugger--insert-locals)
6045 (debugger--show-locals, debugger--hide-locals): New functions.
6046
6047 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6048
6049 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6050 "LC_ALL".
6051 (tramp-get-remote-locale): New defun.
6052 (tramp-open-connection-setup-interactive-shell): Use it.
6053
6054 2013-12-02 Leo Liu <sdl.web@gmail.com>
6055
6056 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6057
6058 * progmodes/sh-script.el (sh-shell-process):
6059 * progmodes/octave.el (inferior-octave-process-live-p):
6060 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6061 (gdb-inferior-io-sentinel):
6062 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6063
6064 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6065
6066 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6067 `save-selected-window' to `log-edit-hide-buf'. This makes
6068 `log-edit-show-files' idempotent.
6069 (log-edit-show-files): Mark the new window as dedicated.
6070
6071 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6072
6073 * vc/log-edit.el (log-edit-mode-map): Add binding for
6074 `log-edit-kill-biffer'.
6075 (log-edit-hide-buf): Add a FIXME comment.
6076 (log-edit-add-new-comment): New function, extracted from
6077 `log-edit-done'.
6078 (log-edit-done, log-edit-add-to-changelog): Use it.
6079 (log-edit-kill-buffer): New command.
6080
6081 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6082
6083 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6084 instead of killing the buffer.
6085
6086 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6089
6090 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6091
6092 * net/eww.el (eww-form-checkbox-selected-symbol)
6093 (eww-form-checkbox-symbol): New customizable variable.
6094 (eww-form-checkbox, eww-toggle-checkbox):
6095 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6096
6097 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6098 (shr--get-media-pref, shr--extract-best-source): New function.
6099 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6100 no :src tag was specified.
6101
6102 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6103 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6104 Use \\` to match beginning of string instead of ^.
6105 (eww-browse-with-external-browser): Provide optional URL parameter.
6106 (eww-render): Set `eww-current-title' back to "".
6107
6108 * net/shr.el (shr-tag-video): Display content for video if no
6109 poster is available.
6110 (shr-tag-audio): Add support for <audio> tag.
6111
6112 * net/eww.el (eww-text-input-types): New const.
6113 (eww-process-text-input): Treat input types in
6114 `eww-text-input-types' as text.
6115
6116 * net/shr.el (shr-tag-table): Fix comment typo.
6117
6118 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6119
6120 * net/eww.el (eww-follow-link): New command to avoid reloading
6121 pages when we follow #target links (bug#15243).
6122 (eww-quit): Special mode buffers shouldn't query before exiting.
6123
6124 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6125
6126 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6127 forms.
6128
6129 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6130
6131 * net/eww.el (eww-restore-history): Update the window title after
6132 moving in the history.
6133 (eww-current-dom): New variable used to save the current DOM.
6134
6135 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6136
6137 * vc/log-edit.el (log-edit-mode-map): Add binding for
6138 `log-edit-beginning-of-line'.
6139 (log-edit-setup-add-author): New user option.
6140 (log-edit-beginning-of-line): New command.
6141 (log-edit): Move major mode call above the contents setup so that
6142 the local variable values are already applied.
6143 (log-edit): Only insert "Author: " when
6144 `log-edit-setup-add-author' is non-nil.
6145 (log-edit): When SETUP is non-nil, position point after ": "
6146 instead of point-min.
6147
6148 2013-12-01 Glenn Morris <rgm@gnu.org>
6149
6150 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6151
6152 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6153
6154 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6155 redisplay to make sure the initial frame gets a chance to become
6156 visible. (Bug#16014)
6157
6158 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6159
6160 Support resizing frames and windows pixelwise.
6161 * cus-start.el (frame-resize-pixelwise)
6162 (window-resize-pixelwise): New entries.
6163 * emacs-lisp/debug.el (debug): Use window-total-height instead
6164 of window-total-size.
6165 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6166 * help.el (describe-bindings-internal): Use help-buffer as
6167 argument for with-help-window.
6168 (temp-buffer-max-width): New option.
6169 (resize-temp-buffer-window, help-window-setup)
6170 (with-help-window): Rewrite.
6171 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6172 dragging dividers.
6173 * window.el (frame-char-size, window-min-pixel-height)
6174 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6175 (window-min-pixel-width, window-safe-min-pixel-size)
6176 (window-combination-p, window-safe-min-size)
6177 (window-resizable-p, window--size-to-pixel)
6178 (window--pixel-to-size, window--resize-apply-p): New functions.
6179 (window-safe-min-height): Fix doc-string.
6180 (window-size, window-min-size, window--min-size-1)
6181 (window-sizable, window-sizable-p, window--min-delta-1)
6182 (window-min-delta, window--max-delta-1, window-max-delta)
6183 (window--resizable, window--resizable-p, window-resizable)
6184 (window-full-height-p, window-full-width-p, window-at-side-p)
6185 (window--in-direction-2, window-in-direction)
6186 (window--resize-reset-1, window--resize-mini-window)
6187 (window-resize, window-resize-no-error)
6188 (window--resize-child-windows-normal)
6189 (window--resize-child-windows, window--resize-siblings)
6190 (window--resize-this-window, window--resize-root-window)
6191 (window--resize-root-window-vertically)
6192 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6193 (maximize-window, minimize-window, delete-window)
6194 (quit-restore-window, window-split-min-size, split-window)
6195 (balance-windows-2, balance-windows)
6196 (balance-windows-area-adjust, balance-windows-area)
6197 (window--state-get-1, window-state-get, window--state-put-1)
6198 (window--state-put-2, window-state-put)
6199 (display-buffer-record-window, window--display-buffer):
6200 Make functions handle pixelwise sizing of windows.
6201 (display-buffer--action-function-custom-type)
6202 (display-buffer-fallback-action):
6203 Add display-buffer-in-previous-window.
6204 (display-buffer-use-some-window): Resize window to height it had
6205 before.
6206 (fit-window-to-buffer-horizontally): New option.
6207 (fit-frame-to-buffer): Describe new values.
6208 (fit-frame-to-buffer-bottom-margin): Replace with
6209 fit-frame-to-buffer-margins.
6210 (window--sanitize-margin): New function.
6211 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6212 using window-text-pixel-size.
6213
6214 2013-11-30 Glenn Morris <rgm@gnu.org>
6215
6216 * emacs-lisp/bytecomp.el (byte-compile-form):
6217 Make the `interactive-only' warning like the `obsolete' one.
6218 * comint.el (comint-run):
6219 * files.el (insert-file-literally, insert-file):
6220 * replace.el (replace-string, replace-regexp):
6221 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6222 (goto-line, insert-buffer, next-line, previous-line):
6223 Tweak `interactive-only' spec.
6224
6225 Stop keeping (most) generated cedet grammar files in the repository.
6226 * Makefile.in (semantic): New.
6227 (compile-main): Depend on semantic.
6228
6229 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6232 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6233
6234 * uniquify.el (uniquify-buffer-name-style): Change default.
6235
6236 * loadup.el: Preload "uniquify".
6237
6238 * time.el (display-time-update): Update all mode lines (bug#15999).
6239
6240 * electric.el (electric-indent-mode): Enable by default.
6241 * loadup.el: Preload "electric".
6242
6243 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6244
6245 * emacs-lisp/helpers.el (string-empty-p): New function.
6246 (string-blank-p): New function.
6247
6248 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6249
6250 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6251 (Bug#14029).
6252
6253 2013-11-29 Andreas Politz <politza@fh-trier.de>
6254 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6255 allow non-lambda lists as functions.
6256 (imenu--in-alist): Don't recurse into non-subalists.
6257 (imenu): Don't pass function itself as an argument (Bug#14029).
6258
6259 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * progmodes/python.el (python-mode-map): Remove binding for ":".
6262 (python-indent-electric-colon): Remove command.
6263 (python-indent-post-self-insert-function): Integrate the previous code
6264 of python-indent-electric-colon. Make it conditional on
6265 electric-indent-mode.
6266 (python-mode): Add ?: to electric-indent-chars.
6267 Move python-indent-post-self-insert-function to the end of
6268 post-self-insert-hook.
6269
6270 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * doc-view.el (doc-view-goto-page): Update mode-line.
6273
6274 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6275
6276 2013-11-27 Glenn Morris <rgm@gnu.org>
6277
6278 * international/charprop.el, international/uni-bidi.el:
6279 * international/uni-category.el, international/uni-combining.el:
6280 * international/uni-comment.el, international/uni-decimal.el:
6281 * international/uni-decomposition.el, international/uni-digit.el:
6282 * international/uni-lowercase.el, international/uni-mirrored.el:
6283 * international/uni-name.el, international/uni-numeric.el:
6284 * international/uni-old-name.el, international/uni-titlecase.el:
6285 * international/uni-uppercase.el:
6286 Remove generated files from VCS repository.
6287
6288 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6289
6290 * filenotify.el (file-notify-add-watch): Don't special-case
6291 w32notify when computing the directory to watch.
6292
6293 2013-11-27 Glenn Morris <rgm@gnu.org>
6294
6295 Make bootstrap without generated uni-*.el files possible again.
6296 * loadup.el: Update command-line-args checking for unidata-gen.
6297 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6298 * composite.el, international/characters.el:
6299 Handle unicode tables being undefined.
6300
6301 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6302 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6303 (compile-main): Depend on leim rule.
6304 (leim): New rule.
6305 * loadup.el: Move leim-list.el to leim/ subdirectory.
6306 * startup.el (normal-top-level): No more leim directory.
6307 * international/ja-dic-cnv.el (skkdic-convert):
6308 Disable version-control and autoloads in output files.
6309 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6310 Disable version-control and autoloads in output files.
6311 * leim/quail: Move here from ../leim.
6312 * leim/quail/hangul.el (hangul-input-method-activate):
6313 Add autoload cookie.
6314 (generated-autoload-load-name): Set file-local value.
6315 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6316 (generated-autoload-load-name): Set file-local value.
6317
6318 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6319
6320 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6321 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6322 (eww-quit): Ask confirmation before quitting eww.
6323
6324 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6325
6326 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6327 reading output from Diff on MS-Windows and MS-DOS.
6328
6329 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6330
6331 * emacs-lisp/helpers.el (string-reverse): New function.
6332
6333 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6334
6335 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6336 names on MS Windows, like "/[::1]:".
6337
6338 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6339 SWITCHES.
6340
6341 2013-11-26 Glenn Morris <rgm@gnu.org>
6342
6343 * progmodes/python.el (python-indent-guess-indent-offset):
6344 Avoid corner-case error. (Bug#15975)
6345
6346 Preload leim-list.el. (Bug#4789)
6347 * loadup.el: Load leim-list.el when found.
6348 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6349
6350 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6351
6352 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6353
6354 * emacs-lisp/helpers.el (string-join): New function.
6355
6356 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6357
6358 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6359 Mark as obsolete and replace it with a symbol property.
6360 (byte-compile-form): Use new 'interactive-only property.
6361 * comint.el, files.el, replace.el, simple.el:
6362 Apply new 'interactive-only properly.
6363
6364 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6365
6366 * window.el (display-buffer-at-bottom): Make sure that
6367 split-window-sensibly creates the new window on bottom
6368 (Bug#15961).
6369
6370 2013-11-23 David Kastrup <dak@gnu.org>
6371
6372 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6373 on the conflict markers when available.
6374 (smerge--get-marker): New function.
6375 (smerge-end-re, smerge-base-re): Add subgroup.
6376
6377 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * frame.el (handle-focus-in, handle-focus-out): Add missing
6380 interactive spec.
6381
6382 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6383
6384 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6385 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6386
6387 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6390 (gomoku--last-pos): New var.
6391 (gomoku--intangible-chars): New const.
6392 (gomoku--intangible): New function.
6393 (gomoku-mode): Use it. Derive from special-mode.
6394 (gomoku-move-up): Adjust line count.
6395 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6396 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6397 Simplify accordingly.
6398
6399 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6400 Remove blink-cursor code.
6401 (blink-cursor-timer-function, blink-cursor-suspend):
6402 Don't special-case GUIs.
6403 (blink-cursor-mode): Use focus-in/out-hook.
6404
6405 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6406
6407 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6408 work when annotation is invisible (Bug#13886).
6409
6410 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6411
6412 * json.el (json-alist-p): Only return non-nil if the alist has
6413 simple keys (Bug#13518).
6414
6415 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6416
6417 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6418 when control-statement is the first statement in a buffer (Bug#15956).
6419
6420 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6421
6422 * imenu.el (imenu-generic-skip-comments-and-strings):
6423 New option (Bug#15560).
6424 (imenu--generic-function): Use it.
6425
6426 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6427
6428 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6429 (Bug#13898)
6430
6431 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6432
6433 * emacs-lisp/helpers.el: Add some string helpers.
6434 (string-trim-left): Removes leading whitespace.
6435 (string-trim-right): Removes trailing whitespace.
6436 (string-trim): Removes leading and trailing whitespace.
6437
6438 * subr.el (string-suffix-p): New function.
6439
6440 2013-11-23 Glenn Morris <rgm@gnu.org>
6441
6442 * progmodes/python.el (python-shell-send-file):
6443 Add option to delete file when done. (Bug#15647)
6444 (python-shell-send-string, python-shell-send-region): Use it.
6445
6446 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6447
6448 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6449 to set buffer-read-only to t, never to nil. (Bug#15938)
6450
6451 * textmodes/tex-mode.el (latex-noindent-environments):
6452 Add safe-local-variable property. (Bug#15936)
6453
6454 2013-11-23 Glenn Morris <rgm@gnu.org>
6455
6456 * textmodes/enriched.el (enriched-mode): Doc fix.
6457 * emacs-lisp/authors.el (authors-renamed-files-alist):
6458 Add enriched.doc -> enriched.txt.
6459
6460 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6461
6462 2013-11-22 Leo Liu <sdl.web@gmail.com>
6463
6464 * progmodes/octave.el (inferior-octave-startup): Spit out error
6465 message.
6466
6467 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6468
6469 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6470 Improve docstring.
6471 Add :version.
6472 (ruby-encoding-magic-comment-style): Add :version.
6473
6474 2013-11-22 Leo Liu <sdl.web@gmail.com>
6475
6476 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6477 (Bug#15076)
6478 (octave-help-mode): Adapt to change to help-mode-finish to use
6479 derived-mode-p on 2013-09-17.
6480 (inferior-octave-prompt): Also match octave-gui.
6481 (octave-kill-process): Don't ask twice. (Bug#10564)
6482
6483 2013-11-22 Leo Liu <sdl.web@gmail.com>
6484
6485 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6486 (inferior-octave-startup, inferior-octave-check-process)
6487 (inferior-octave-track-window-width-change)
6488 (octave-completion-at-point, octave-eldoc-function): Use it.
6489 (octave-kill-process): Provide confirmation. (Bug#10564)
6490
6491 2013-11-21 Leo Liu <sdl.web@gmail.com>
6492
6493 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6494 Fix obsolete variable comment-use-global-state.
6495
6496 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6497
6498 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6499 Add `octave-source-file'.
6500 (octave-source-file): New function. (Bug#15935)
6501
6502 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6503
6504 * net/eww.el (eww-local-regex): New variable.
6505 (eww): Use it to detect localhost and similar.
6506
6507 2013-11-21 Leo Liu <sdl.web@gmail.com>
6508
6509 Add completion for command `ag'.
6510 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6511 (pcomplete/ag): New function.
6512 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6513
6514 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6517 (bug#14646).
6518 (make-obsolete): Remove interactive spec.
6519
6520 2013-11-21 Glenn Morris <rgm@gnu.org>
6521
6522 * startup.el (command-line-1): Use path-separator with -L.
6523
6524 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6525
6526 * emacs-lisp/package.el (describe-package-1): Add package archive
6527 to shown fields.
6528
6529 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6530
6531 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6532 Change default to "# encoding: %s" to differentiate it from the
6533 default Ruby encoding comment template.
6534
6535 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6536
6537 * ses.el (ses-mode): Doc fix. (Bug#14748)
6538
6539 2013-11-20 Leo Liu <sdl.web@gmail.com>
6540
6541 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6542
6543 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6544
6545 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6546 when rebase or bisect are in progress.
6547
6548 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6549
6550 * filenotify.el (file-notify-add-watch): Doc fix.
6551
6552 2013-11-19 Leo Liu <sdl.web@gmail.com>
6553
6554 * obsolete/rcompile.el: Mark obsolete.
6555
6556 * progmodes/compile.el (compilation-start)
6557 (compilation-goto-locus, compilation-find-file):
6558 Pass no-display-ok and handle nil value from display-buffer.
6559 (Bug#13594)
6560
6561 * window.el (display-buffer-alist, display-buffer): Document the
6562 new parameter no-display-ok. Return either a window or nil
6563 but never a non-window value.
6564
6565 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * electric.el (electric-indent-mode-map): Remove.
6568 (electric-indent-mode): Change the global-map instead (bug#15915).
6569
6570 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6571 Use add-function.
6572
6573 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * emacs-lisp/nadvice.el (remove-function): Align with
6576 add-function's behavior.
6577
6578 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6579 (gdb--string-regexp): New constant.
6580 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6581 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6582 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6583 submatch 1.
6584 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6585 Adjust use accordingly.
6586 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6587
6588 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6589
6590 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6591 interpolation curlies (Bug#15914).
6592
6593 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6594
6595 * calc/calc.el (calc-context-sensitive-enter): New variable.
6596 (calc-enter): Use `calc-context-sensitive-enter'.
6597
6598 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6599
6600 * progmodes/cfengine.el: Version bump.
6601 (cfengine-cf-promises): New defcustom to locate cf-promises.
6602 (cfengine3-vartypes): Add new "data" type.
6603 (cfengine3--current-word): New function to get current name-like
6604 word or its bounds.
6605 (cfengine3--current-function): New function to look up a CFEngine
6606 function's definition.
6607 (cfengine3-format-function-docstring): New function.
6608 (cfengine3-make-syntax-cache): New function.
6609 (cfengine3-documentation-function): New function: ElDoc glue.
6610 (cfengine3-completion-function): New function: completion glue.
6611 (cfengine3-mode): Set `compile-command',
6612 `eldoc-documentation-function', and add to
6613 `completion-at-point-functions'.
6614
6615 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6616
6617 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6618 `tramp-current-connection'.
6619
6620 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6621
6622 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6623 nil/self/true/false with "end of symbol".
6624
6625 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6626
6627 * subr.el (version-regexp-alist): Fix a typo.
6628
6629 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6630
6631 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6632 "en_US.utf8" and "LC_CTYPE" to "".
6633 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6634 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6635
6636 2013-11-15 Leo Liu <sdl.web@gmail.com>
6637
6638 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6639
6640 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * progmodes/gud.el (ctl-x-map):
6643 Remove C-x SPC binding. (Bug#12342)
6644 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6645
6646 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6647
6648 * subr.el (version-regexp-alist):
6649 Recognize hg, svn and darcs versions as snapshot versions.
6650
6651 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6652 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6653 (ruby--encoding-comment-required-p): Extract from
6654 `ruby-mode-set-encoding'.
6655 (ruby-mode-set-encoding): Add the ability to always insert an
6656 utf-8 encoding comment. Fix and simplify coding comment update
6657 logic.
6658
6659 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6660
6661 * net/tramp-gvfs.el (top): Run init code only when
6662 `tramp-gvfs-enabled' is not nil.
6663 (tramp-gvfs-enabled): Check also :system bus.
6664
6665 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 Sync with upstream verilog-mode revision 78e66ba.
6668 * progmodes/verilog-mode.el (verilog-end-of-defun)
6669 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6670 (verilog-get-end-of-defun): Remove unused argument.
6671 (verilog-comment-depth): Remove unused local `e'.
6672 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6673 Don't pass arg to verilog-get-end-of-defun.
6674
6675 2013-11-14 Glenn Morris <rgm@gnu.org>
6676
6677 * obsolete/assoc.el (aget): Prefix dynamic variable.
6678
6679 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6680
6681 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * widget.el, hfy-cmap.el: Remove bogus package version number.
6684
6685 2013-11-13 Glenn Morris <rgm@gnu.org>
6686
6687 * replace.el (replace-eval-replacement):
6688 Try to give more helpful error message. (Bug#15836)
6689
6690 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6691 (archive-7z-update): Avoid custom type mismatches.
6692
6693 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6694
6695 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6696
6697 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6698 address can be empty.
6699
6700 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6701 Accept nil SWITCHES.
6702 (tramp-gvfs-handle-write-region): Implement APPEND.
6703
6704 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6705
6706 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6707 binary "|" operator and closing block args delimiter.
6708 Remove FIXME comment referring to Ruby 1.8-only syntax.
6709 (ruby-smie--implicit-semi-p): Not after "|" operator.
6710 (ruby-smie--closing-pipe-p): New function.
6711 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6712 (ruby-smie-rules): Indent after "|".
6713
6714 2013-11-12 Glenn Morris <rgm@gnu.org>
6715
6716 * ps-print.el (ps-face-attribute-list):
6717 Handle anonymous faces. (Bug#15827)
6718
6719 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6720
6721 * window.el (display-buffer-other-frame): Fix doc-string.
6722 (Bug#15868)
6723
6724 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6727
6728 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6729
6730 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6731 (tramp-sh-handle-file-local-copy): Don't write a message when
6732 saving temporary files.
6733
6734 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6735 both directories are remote.
6736 (tramp-smb-handle-directory-files): Do not return double entries.
6737 Do not expand full file names.
6738 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6739 (tramp-smb-handle-write-region): Implement APPEND.
6740 (tramp-smb-get-stat-capability): Fix a stupid bug.
6741
6742 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6745
6746 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6747
6748 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6749 throwing error over malformed let/let* (bug#15814).
6750
6751 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * iswitchb.el (iswitchb-mode): Mark obsolete.
6754
6755 2013-11-11 Glenn Morris <rgm@gnu.org>
6756
6757 * international/uni-bidi.el, international/uni-category.el:
6758 * international/uni-name.el, international/uni-numeric.el:
6759 Regenerate for Unicode 6.3.0.
6760
6761 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6762
6763 * net/tramp.el (tramp-methods):
6764 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6765 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6766
6767 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6768
6769 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6770 Force highlighting text after Summary keyword in doc face for rpm.
6771
6772 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6773
6774 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6775 available and the word has no wildcards, append one to the grep pattern.
6776 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6777 (ispell-complete-word): Call `ispell-lookup-words' with the value
6778 independent of `ispell-look-p'.
6779
6780 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6781
6782 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6783 Not after "||".
6784 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6785 their parent.
6786
6787 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6790 (ruby-font-lock-keywords): Use backquote.
6791
6792 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6793
6794 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6795 (ruby-smie--backward-token): Only consider full-string matches.
6796
6797 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6798
6799 * faces.el (describe-face): Add distant-foreground.
6800
6801 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6802
6803 * progmodes/ruby-mode.el: Improve encoding comment handling.
6804 (ruby-encoding-magic-comment-style): New option.
6805 (ruby-custom-encoding-magic-comment-template): New option.
6806 (ruby--insert-coding-comment, ruby--detect-encoding):
6807 New functions extracted from `ruby-mode-set-encoding'.
6808 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6809 to control the style of the auto-inserted encoding comment.
6810
6811 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6812
6813 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6814 Use `smie-backward-sexp' with token argument.
6815
6816 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6819 Remove instrumentation code.
6820
6821 2013-11-08 Glenn Morris <rgm@gnu.org>
6822
6823 * progmodes/autoconf.el (autoconf-mode):
6824 Tweak comment-start-skip. (Bug#15822)
6825
6826 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6829 at bobp (bug#15826).
6830 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6831
6832 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6833
6834 * man.el (Man-start-calling): New macro, extracted from
6835 Man-getpage-in-background.
6836 (Man-getpage-in-background): Use it.
6837 (Man-update-manpage): New command.
6838 (Man-mode-map): Bind it.
6839
6840 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6841
6842 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6843 of "and", "or", "&&" and "||".
6844 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6845 argument. Prohibit opening curly brace because it could only be a
6846 block opener in that position.
6847 (ruby-smie--forward-token, ruby-smie--backward-token):
6848 Separate "|" from "&" or "*" going after it. That can happen in block
6849 arguments.
6850 (ruby-smie--indent-to-stmt): New function, seeks the end of
6851 previous statement or beginning of buffer.
6852 (ruby-smie-rules): Use it.
6853 (ruby-smie-rules): Check if there's a ":" before a curly block
6854 opener candidate; if there is, it's a hash.
6855
6856 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6859 (cl--block-wrapper): Fix last accidental change.
6860
6861 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6862
6863 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6864 Instrument, in order to hunt failure on hydra.
6865
6866 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6867
6868 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6869 malformed bindings form (bug#15814).
6870
6871 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6872
6873 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6874 "." compared to " @ ". This incidentally fixes some indentation
6875 examples with "do".
6876 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6877 (ruby-smie-grammar): New tokens: "and" and "or".
6878 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6879 Exclude "and" and "or". Remove "do" in order to work around token
6880 priorities.
6881 (ruby-smie-rules): Add all infix tokens. Handle the case of
6882 beginning-of-buffer.
6883
6884 2013-11-06 Glenn Morris <rgm@gnu.org>
6885
6886 * Makefile.in (setwins_almost, setwins_for_subdirs):
6887 Avoid accidental matches.
6888
6889 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * menu-bar.el (popup-menu): Use key-binding.
6892
6893 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6894
6895 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6896 menus, support also the menus produced by minor modes.
6897 (Bug#15817)
6898
6899 2013-11-06 Leo Liu <sdl.web@gmail.com>
6900
6901 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6902 DISTANCE to bound the search. All uses changed. (Bug#15808)
6903
6904 2013-11-06 Glenn Morris <rgm@gnu.org>
6905
6906 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6907 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6908 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6909
6910 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * electric.el (electric-indent-just-newline): New command.
6913 (electric-indent-mode-map): New keymap.
6914 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6915 Re-add :group which weren't redundant.
6916
6917 * electric.el (electric-indent-local-mode): New minor mode.
6918 (electric-indent-functions-without-reindent): New var.
6919 (electric-indent-post-self-insert-function): Use it.
6920 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6921
6922 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6923
6924 * international/quail.el (quail-help): Be more explicit about the
6925 meaning of the labels shown on the keys. (Bug#15800)
6926
6927 * startup.el (normal-top-level): Load the subdirs.el files before
6928 setting the locale environment. (Bug#15805)
6929
6930 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6933 via arguments so as to get the right ones (bug#15418).
6934
6935 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6936
6937 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6938
6939 Fix problems found while writing a test suite.
6940
6941 * net/tramp-compat.el (tramp-compat-load): New defun.
6942 * net/tramp.el (tramp-handle-load): Use it.
6943
6944 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6945 "(numberp ok-if-already-exists)" correctly.
6946
6947 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6948
6949 * international/characters.el (glyphless-char-display-control):
6950 Add usage note.
6951
6952 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6953
6954 * progmodes/python.el (python-mode):
6955 * progmodes/scheme.el (scheme-mode):
6956 * progmodes/prolog.el (prolog-mode):
6957 * progmodes/ruby-mode.el (ruby-mode):
6958 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6959 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6960
6961 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * rect.el (rectangle--highlight-for-redisplay):
6964 * emacs-lisp/smie.el (smie--next-indent-change):
6965 Use buffer-chars-modified-tick.
6966
6967 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6968
6969 * electric.el (electric-indent-post-self-insert-function):
6970 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6971
6972 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6973
6974 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6975
6976 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6977
6978 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6979 (bug#15786).
6980
6981 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6984
6985 * progmodes/python.el: Fix up last change.
6986 (python-shell--save-temp-file): New function.
6987 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6988 `string' comes from the current buffer.
6989 (python-shell-send-string-no-output): Remove `msg' arg.
6990 (python--use-fake-loc): New var.
6991 (python-shell-buffer-substring): Obey it. Try to compensate for the
6992 extra coding line added by python-shell--save-temp-file.
6993 (python-shell-send-region): Use python-shell--save-temp-file and
6994 python-shell-send-file directly. Add `nomain' argument.
6995 (python-shell-send-buffer): Use python-shell-send-region.
6996 (python-electric-pair-string-delimiter): New function.
6997 (python-mode): Use it.
6998
6999 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7000
7001 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7002 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7003 environment and decoding all of the default-directory's to here
7004 from command-line.
7005 (command-line): Decode also argv[0].
7006
7007 * loadup.el: Error out if default-directory is a multibyte string
7008 when we are dumping.
7009
7010 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7011
7012 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7013
7014 * emacs-lisp/package.el (package-menu-mode)
7015 (package-menu--print-info, package-menu--archive-predicate):
7016 Add Archive column to package list.
7017
7018 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7019
7020 Fix problems found while writing a test suite.
7021
7022 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7023 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7024 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7025 to nil when running original file name handler. Otherwise,
7026 there are problems with constructs like "$$FOO".
7027
7028 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7029 for `localname'.
7030
7031 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7032
7033 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7034
7035 * subr.el (version<, version<=, version=):
7036 Update docstrings with information for snapshot versions.
7037
7038 * helpers.el: New library for misc helper functions.
7039 (hash-table-keys): New function returning a list of hash keys.
7040 (hash-table-values): New function returning a list of hash values.
7041
7042 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7043
7044 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7045 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7046
7047 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7048
7049 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7050 checking whether point is after a 1-letter word.
7051
7052 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7053
7054 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7055 Don't infloop when expanding region over `multiline' syntax-type that
7056 begins a line (bug#15778).
7057
7058 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7061 Make it into a proper minor mode.
7062 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
7063 (rectangle-mark-mode-map): New keymap.
7064 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7065
7066 2013-11-04 Glenn Morris <rgm@gnu.org>
7067
7068 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7069
7070 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7073 (ruby-smie-rules): Use smie-rule-parent instead.
7074
7075 * emacs-lisp/smie.el (smie-rule-parent): Always call
7076 smie-indent-virtual rather than only for hanging tokens.
7077 (smie--next-indent-change): New helper command.
7078
7079 2013-11-03 Glenn Morris <rgm@gnu.org>
7080
7081 * Makefile.in (abs_srcdir): Remove.
7082 (emacs): Unset EMACSLOADPATH.
7083
7084 2013-11-02 Glenn Morris <rgm@gnu.org>
7085
7086 * Makefile.in (EMACS): Use a relative filename.
7087 (abs_top_builddir): Remove.
7088 (custom-deps, finder-data, autoloads): Use --chdir.
7089
7090 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7091
7092 Use relative filenames in TAGS files.
7093 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7094 (lisptagsfiles4, TAGS): Use relative file names.
7095 (TAGS-LISP): Remove.
7096 (maintainer-clean): No more TAGS-LISP file.
7097
7098 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7099 (lisptagsfiles4): Use absolute filenames again.
7100 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7101 Remove all *loaddefs files, not just the first. Remove esh-groups.
7102 (maintainer-clean): Delete TAGS, TAGS-LISP.
7103
7104 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7105
7106 * emacs-lisp/package.el (package-version-join):
7107 Recognize snapshot versions.
7108
7109 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7110
7111 * subr.el (version-regexp-alist): Add support for snapshot versions.
7112
7113 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7114
7115 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7116 New function, replacement for `smie-rule-parent' for when we want to
7117 skip over our direct parent if it's an assignment token..
7118 (ruby-smie-rules): Use it.
7119
7120 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7121
7122 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7123 unconditionally. Remove now unnecessary forward declarations.
7124 Remove XEmacs-specific setup.
7125 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7126 (ruby-font-lock-syntactic-keywords)
7127 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7128 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7129 (ruby-here-doc-end-syntax): Remove.
7130 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7131 defined as function.
7132
7133 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7134
7135 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7136
7137 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7138
7139 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7140 table and abbrev table, `define-derived-mode' does that for us
7141 anyway.
7142
7143 2013-11-01 Glenn Morris <rgm@gnu.org>
7144
7145 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7146 files is atomic for some time, so no parallel compilation issues).
7147
7148 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7149
7150 * faces.el (face-x-resources): Add :distant-foreground.
7151 (region): Use :distant-foreground for gtk and ns.
7152
7153 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7154
7155 Allow multiple bibliographies when BibLaTeX is used rather than
7156 BibTeX.
7157 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7158 (reftex-locate-bibliography-files): Us it.
7159
7160 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7161
7162 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7163 allow comments in pbm files.
7164
7165 * term/w32-win.el (dynamic-library-alist): Support newer versions
7166 of libjpeg starting with v7: look only for the DLL from the
7167 version against which Emacs was built.
7168 Support versions of libpng beyond 1.4.x.
7169 Support libtiff v4.x.
7170
7171 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7172
7173 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7174 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7175 Add property :safe.
7176 (ruby-deep-arglist): Add property :type.
7177
7178 2013-10-31 Glenn Morris <rgm@gnu.org>
7179
7180 * Makefile.in (custom-deps, finder-data): No need to setq the target
7181 variables, we are in the right directory and the defaults work fine.
7182
7183 2013-10-30 Glenn Morris <rgm@gnu.org>
7184
7185 * Makefile.in (autoloads): Do not use abs_lisp.
7186
7187 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7188 `newline' does not respect `standard-output', so use `princ'.
7189
7190 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7191
7192 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7193 * buff-menu.el (Buffer-menu--unmark): New function.
7194 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7195
7196 2013-10-30 Glenn Morris <rgm@gnu.org>
7197
7198 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7199
7200 * emacs-lisp/package.el (lm-homepage): Declare.
7201
7202 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7203 Fix doc typos.
7204
7205 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7206
7207 * Makefile.in (finder-data, autoloads, update-subdirs)
7208 (compile-main, compile-clean, compile-always, bootstrap-clean):
7209 Check return value of cd.
7210 (compile-calc): Remove.
7211
7212 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7215
7216 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7217 (byte-compile-and-folded): New function.
7218 (=, <, >, <=, >=): Use it.
7219
7220 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7221 (path-separator, null-device, buffer-file-coding-system)
7222 (lpr-headers-switches): Check system-type before modifying them.
7223 (find-buffer-file-type-coding-system): Mark obsolete.
7224 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7225 find-file-not-found-set-buffer-file-coding-system.
7226 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7227 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7228 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7229 (w32-direct-print-region-helper, w32-direct-print-region-function)
7230 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7231 * startup.el (normal-top-level-add-subdirs-to-load-path):
7232 * ps-print.el (ps-print-region-function):
7233 * lpr.el (print-region-function): Use new name.
7234
7235 * subr.el (custom-declare-variable-early): Remove function.
7236 (custom-declare-variable-list): Remove var.
7237 (error, user-error): Remove `while' loop.
7238 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7239 (user-emacs-directory-warning, locate-user-emacs-file):
7240 Move to files.el.
7241 * simple.el (read-quoted-char-radix, read-quoted-char):
7242 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7243 Move from subr.el.
7244 * custom.el (custom-declare-variable-list): Don't process
7245 custom-declare-variable-list.
7246
7247 * progmodes/python.el (python-shell-get-buffer): New function.
7248 (python-shell-get-process): Use it.
7249 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7250 Python which encoding was used. Don't split-string since we only care
7251 about the first line. Return the temp-file, if applicable.
7252 (python-shell-send-region): Tell compile.el how to turn locations in
7253 the temp-file into locations in the source buffer.
7254
7255 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * subr.el (undefined): Add missing behavior from the C code for
7258 unbound keys.
7259
7260 * rect.el: Use lexical-binding. Add new rectangular region support.
7261 (rectangle-mark): New command.
7262 (rectangle--region): New var.
7263 (deactivate-mark-hook): Reset rectangle--region.
7264 (rectangle--extract-region, rectangle--insert-for-yank)
7265 (rectangle--highlight-for-redisplay)
7266 (rectangle--unhighlight-for-redisplay): New functions.
7267 (region-extract-function, redisplay-unhighlight-region-function)
7268 (redisplay-highlight-region-function): Use them to handle
7269 rectangular region.
7270 * simple.el (region-extract-function): New var.
7271 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7272 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7273 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7274 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7275 (redisplay-unhighlight-region-function)
7276 (redisplay-highlight-region-function): New vars.
7277 (redisplay--update-region-highlight): New function.
7278 (pre-redisplay-function): Use it.
7279 (exchange-point-and-mark): Don't deactivate the mark before
7280 reactivate-it anyway.
7281 * comint.el (comint-kill-region): Remove yank-handler argument.
7282 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7283 (delete-char): Remove property, since it's now part of their
7284 default behavior.
7285 (self-insert-iso): Remove property since this command doesn't exist.
7286
7287 * emacs-lisp/package.el (package--download-one-archive)
7288 (describe-package-1): Don't query the user about final newline.
7289
7290 2013-10-29 Daniel Colascione <dancol@dancol.org>
7291
7292 * net/tramp.el (tramp-methods): Document new functionality.
7293 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7294 tramp-hostname-checker if method provides one instead of scanning
7295 argument list for "%h" to decide hostname acceptability.
7296
7297 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7298
7299 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7300 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7301 Handle COPY-CONTENTS. (Bug#15737)
7302
7303 2013-10-28 Daiki Ueno <ueno@gnu.org>
7304
7305 * epa-file.el
7306 (epa-file-cache-passphrase-for-symmetric-encryption):
7307 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7308
7309 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7310
7311 * image.el (defimage, image-load-path): Doc fixes.
7312
7313 2013-10-27 Alan Mackenzie <acm@muc.de>
7314
7315 Indent statements in macros following "##" correctly.
7316 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7317 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7318
7319 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7320
7321 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7322
7323 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7324
7325 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7326 after `=' is probably a new expression.
7327
7328 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7329
7330 * man.el (man-imenu-title): New option.
7331 (Man-mode-map): Add menu. (Bug#15722)
7332 (Man-mode): Add imenu to menu.
7333
7334 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7335
7336 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7337 specific in what the first arg can be: a non-keyword word,
7338 string/regexp/percent literal opener, opening paren, or unary
7339 operator followed directly by word.
7340
7341 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7344 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7345 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7346 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7347 Remove vars, they do not apply any more.
7348 (prolog-mode-abbrev-table): Remove redundant declaration.
7349 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7350 (prolog-use-smie): Remove.
7351 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7352 supported by prolog-electric-if-then-else-flag.
7353 (prolog-mode-variables, prolog-menu): Use setq-local.
7354 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7355 Remove binding to `Backspace' since this key doesn't exist anyway.
7356 Remove bindings for electric self-inserting keys.
7357 (prog-mode): Assume it's defined.
7358 (prolog-post-self-insert): New function.
7359 (prolog-mode): Use it.
7360 (prolog-indent-line, prolog-indent-level)
7361 (prolog-find-indent-of-matching-paren)
7362 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7363 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7364 (prolog-goto-next-paren, prolog-in-string-or-comment)
7365 (prolog-tokenize, prolog-inside-mline-comment)
7366 (prolog-find-start-of-mline-comment): Remove functions.
7367 (prolog-find-unmatched-paren, prolog-clause-end)
7368 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7369 (prolog-electric--if-then-else): Rename from
7370 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7371 (prolog-tokenize-searchkey): Remove const.
7372 (prolog-clause-info): Use forward-sexp.
7373 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7374 (prolog-electric-if-then-else): Remove commands.
7375 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7376 for use in post-self-insert-hook.
7377 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7378 for use in post-self-insert-hook.
7379 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7380 for use in post-self-insert-hook.
7381 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7382 adapt it for use in post-self-insert-hook.
7383
7384 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7385
7386 * emacs-lisp/ert.el (ert-run-tests-interactively):
7387 Use `completing-read'. (Bug#9756)
7388
7389 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7390
7391 * simple.el (line-move): Call line-move-1 instead of
7392 line-move-visual when the current window hscroll is zero, but
7393 temporary-goal-column indicates we will need to hscroll as result
7394 of the movement. (Bug#15712)
7395
7396 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7397
7398 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7399 capitalization. Use :visible instead of :active.
7400 Fix `ruby-indent-exp' reference. Add menu items for the generic
7401 commands that are used with SMIE.
7402 (ruby-do-end-to-brace): Insert space after `{'.
7403
7404 2013-10-25 John Anthony <john@jo.hnanthony.com>
7405
7406 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7407
7408 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7409
7410 2013-10-25 Glenn Morris <rgm@gnu.org>
7411
7412 * vc/vc.el (vc-print-log): Don't use a working revision unless
7413 one was explicitly specified. (Bug#15322)
7414
7415 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * subr.el (add-to-list): Preserve return value in compiler-macro
7418 (bug#15692).
7419
7420 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7421
7422 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7423 result. Ask user to retry using '-all' flag. (Bug#15701)
7424
7425 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * emacs-lisp/smie.el: New smie-config system.
7428 (smie-config): New defcustom.
7429 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7430 (smie-config-guess, smie-config-save): New commands.
7431 (smie-config--mode-local, smie-config--buffer-local)
7432 (smie-config--trace, smie-config--modefuns): New vars.
7433 (smie-config--advice, smie-config--mode-hook)
7434 (smie-config--setter, smie-config-local, smie-config--get-trace)
7435 (smie-config--guess-value, smie-config--guess): New functions.
7436 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7437 text properties. Treat "string fence" syntax like string syntax.
7438
7439 * progmodes/sh-script.el (sh-use-smie): Change default.
7440 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7441 (sh-var-value): Simplify by CSE.
7442 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7443 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7444 is used.
7445 (sh-guess-basic-offset): Use cl-incf.
7446 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7447
7448 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7449
7450 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7451 (bug#15699).
7452
7453 2013-10-24 Glenn Morris <rgm@gnu.org>
7454
7455 * Makefile.in (abs_top_srcdir): Remove.
7456 (update-subdirs): Use relative path to update-subdirs.
7457
7458 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7459
7460 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7461 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7462 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7463 Call unmsys--file-name before expand-file-name, not after it.
7464
7465 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7466
7467 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7468 (ert-test-skipped): New error.
7469 (ert-skip, ert-stats-skipped): New defuns.
7470 (ert--skip-unless): New macro.
7471 (ert-test-skipped): New struct.
7472 (ert--run-test-debugger, ert-test-result-type-p)
7473 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7474 (ert--stats-set-test-and-result, ert-char-for-test-result)
7475 (ert-string-for-test-result, ert-run-tests-batch)
7476 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7477 Handle skipped tests. (Bug#9803)
7478
7479 2013-10-24 Glenn Morris <rgm@gnu.org>
7480
7481 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7482
7483 * Makefile.in (abs_top_srcdir): New, set by configure.
7484 (update-subdirs): Correct build-aux location.
7485
7486 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7487
7488 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7489 value, whether we could auto-deduce `backend', or not.
7490
7491 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7492 with parameters" example. Simplify the "is it block or is it
7493 hash" check, but also make it more thorough.
7494
7495 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7496
7497 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7498
7499 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7502 { if it is hanging.
7503
7504 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7505 :before ";".
7506
7507 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7508
7509 * progmodes/compile.el (compilation-directory-matcher)
7510 (compilation-page-delimiter):
7511 Support GNU Make-4.0 directory quoting. (Bug#15678)
7512
7513 2013-10-23 Leo Liu <sdl.web@gmail.com>
7514
7515 * ido.el (ido-tidy): Handle read-only text.
7516
7517 2013-10-23 Glenn Morris <rgm@gnu.org>
7518
7519 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7520 (emacs, compile, compile-always):
7521 Quote entities that might contain whitespace.
7522 (custom-deps, finder-data, autoloads): Use abs_lisp.
7523 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7524 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7525 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7526
7527 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7528
7529 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7530 Use `following-char'.
7531
7532 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7535 * progmodes/ruby-mode.el (ruby-smie-rules):
7536 Remove corresponding workaround. Fix indentation rule of ";" so it
7537 also applies when ";" is the parent.
7538
7539 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7540
7541 * frame.el (display-screens, display-pixel-height)
7542 (display-pixel-width, display-mm-width, display-backing-store)
7543 (display-save-under, display-planes, display-color-cells)
7544 (display-visual-class, display-monitor-attributes-list):
7545 Mention the optional ‘display’ argument in doc strings.
7546
7547 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7548
7549 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7550 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7551
7552 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7553
7554 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7555 TODO. Add "." after " @ ".
7556 (ruby-smie--at-dot-call): New function. Checks if point at method
7557 call with explicit target.
7558 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7559 to the method name tokens when it precedes them.
7560 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7561 (ruby-smie-rules): Add rule for indentation before and after "."
7562 token.
7563
7564 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * textmodes/remember.el (remember-diary-extract-entries):
7567 Avoid add-to-list.
7568
7569 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7570 an instruction.
7571
7572 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7573
7574 * progmodes/ruby-mode.el (ruby-smie-grammar):
7575 Add (almost) all infix operators.
7576 (ruby-smie--implicit-semi-p): Add new operator chars.
7577
7578 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7579 `smie-down-list'.
7580 (ruby-smie--args-separator-p): Check that there's no newline
7581 between method call and its arguments.
7582
7583 2013-10-20 Alan Mackenzie <acm@muc.de>
7584
7585 Allow comma separated lists after Java "implements".
7586
7587 * progmodes/cc-engine.el (c-backward-over-enum-header):
7588 Parse commas.
7589 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7590 from a "disallowed" list in enum fontification.
7591
7592 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7593
7594 * startup.el (default-frame-background-mode): Remove unused defvar.
7595
7596 * progmodes/verilog-mode.el (verilog-mode): Don't set
7597 comment-indent-function globally.
7598
7599 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7600
7601 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7602 Move Info menu item creation to ns-win.el.
7603
7604 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7605 in menu bar.
7606
7607 * menu-bar.el: Move GNUstep specific menus...
7608
7609 * term/ns-win.el (ns-initialize-window-system): ... to here.
7610
7611 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * simple.el (newline): Only run post-self-insert-hook when
7614 called interactively.
7615
7616 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7617
7618 * icomplete.el (icomplete-with-completion-tables): Add :version.
7619
7620 2013-10-19 Alan Mackenzie <acm@muc.de>
7621
7622 Fix fontification bugs with constructors and const.
7623
7624 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7625 CASE 2) Remove the check for the absence of a suffix construct
7626 after a function declaration with only types (no identifiers) in
7627 the parentheses. Also, accept a function declaration with just a
7628 type inside the parentheses, if this type can be positively
7629 recognised as such, or if a prefix keyword like "explicit" nails
7630 down the construct as a declaration.
7631
7632 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7633
7634 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7635 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7636 the problem whereby selecting a menu item that leads to a
7637 minibuffer prompt moves the cursor out of the minibuffer window,
7638 making it hard to type at the prompt. Suggested by Stefan Monnier
7639 <monnier@iro.umontreal.ca>.
7640
7641 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7642
7643 * menu-bar.el: Don't make Services menu.
7644
7645 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7646
7647 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7648 (ffap-alist): Use ffap-c++-mode for c++-mode.
7649 (ffap-c++-path): New variable.
7650 (ffap-c++-mode): New function.
7651
7652 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7653
7654 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7655
7656 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7657
7658 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7659 introduced on 2013-09-08, which results in an infinite loop
7660 requesting a password.
7661
7662 2013-10-18 Glenn Morris <rgm@gnu.org>
7663
7664 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7665
7666 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7667
7668 Sync with upstream verilog-mode revision 1a6ecec7.
7669 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7670 (verilog-mode-release-date): Remove.
7671 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7672 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7673 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7674 (verilog-auto-tieoff-ignore-regexp)
7675 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7676 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7677 (verilog-signals-with, verilog-dir-cache-preserving)
7678 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7679 Doc fixes.
7680 (verilog-case-fold): New option, to control case folding in
7681 regexp searches, bug597.
7682 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7683 (verilog-string-match-fold, verilog-in-paren-count)
7684 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7685 (verilog-at-close-struct-p): New functions.
7686 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7687 (verilog-forward-sexp, verilog-set-auto-endcomments)
7688 (verilog-leap-to-case-head): Handle "unique0" case.
7689 (verilog-in-constraint-re): New constant.
7690 (verilog-keywords, verilog-type-font-keywords):
7691 Add some SystemVerilog 1800-2012 keywords.
7692 (verilog-label-be): Remove unimplemented argument, bug669.
7693 (verilog-batch-execute-func): When batch expanding clear
7694 create-lockfiles to prevent spurious user locks when a file ends
7695 up not changing.
7696 (verilog-calculate-indent, verilog-calc-1)
7697 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7698 (verilog-do-indent): Fix indentation of nested constraints
7699 and structures.
7700 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7701 (verilog-auto-inst-param): Use verilog-string-match-fold.
7702 (verilog-read-inst-module-matcher):
7703 Fix AUTOINST on gate primitives with #1.
7704 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7705 Reads all user-defined typed variables.
7706 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7707 (verilog-signals-matching-regexp)
7708 (verilog-signals-not-matching-regexp, verilog-auto):
7709 Respect verilog-case-fold.
7710 (verilog-diff-report): Fix line count.
7711 (verilog-auto-assign-modport): Remove unused local `modi'.
7712 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7713 better handle multidimensional arrays.
7714 Fix packed array ports misadding bit index in AUTOINST, bug637.
7715 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7716 to not double-declare existing outputs and inputs, respectively.
7717 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7718 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7719 (verilog-sk-uvm-component): New skeleton.
7720 (verilog-submit-bug-report): Add verilog-case-fold,
7721 remove verilog-mode-release-date.
7722
7723 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7724
7725 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7726 as before.
7727
7728 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7729
7730 * textmodes/remember.el (remember): Set buffer-offer-save in
7731 remember buffers (bug#13566).
7732
7733 2013-10-18 Daniel Colascione <dancol@dancol.org>
7734
7735 When evaluating forms in ielm, direct standard output to ielm
7736 buffer. Add new ielm-return-for-effect command. Remove trailing
7737 whitespace throughout.
7738
7739 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7740 (ielm-return-for-effect): New command.
7741 (ielm-send-input): Accept optional `for-effect' parameter.
7742 (ielm-eval-input): Accept optional `for-effect' parameter.
7743 Bind `standard-output' to stream we create using
7744 `ielm-standard-output-impl'. Suppress printing result when
7745 `for-effect'.
7746 (ielm-standard-output-impl): New function.
7747 (inferior-emacs-lisp-mode): Explain new features in documentation.
7748
7749 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7750
7751 Code cleanup.
7752
7753 * net/tramp.el (tramp-debug-message): Do not check for connection
7754 buffer.
7755 (tramp-message): Use "vector" connection property.
7756
7757 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7758 (tramp-equal-remote, tramp-eshell-directory-change)
7759 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7760 (tramp-adb-handle-rename-file)
7761 * net/tramp-cmds.el (tramp-list-remote-buffers)
7762 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7763 * net/tramp-compat.el (tramp-compat-process-running-p)
7764 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7765 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7766 (tramp-gvfs-handle-rename-file)
7767 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7768 (tramp-set-file-uid-gid)
7769 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7770 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7771 of `file-remote-p'.
7772
7773 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7774 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7775 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7776 (tramp-gw-open-network-stream): Suppress unrelated traces.
7777
7778 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7779 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7780 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7781 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7782 connection property.
7783
7784 * net/tramp-cache.el (top): Suppress traces when reading
7785 persistency file.
7786
7787 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7788 Refactor common code. Improve debug message.
7789 (tramp-maybe-open-connection)
7790 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7791 connection buffer too early.
7792
7793 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7794 from `tramp-smb-actions-with-acl'.
7795 (tramp-smb-actions-set-acl): New defconst.
7796 (tramp-smb-handle-copy-directory)
7797 (tramp-smb-action-get-acl): New defun, renamed from
7798 `tramp-smb-action-with-acl'.
7799 (tramp-smb-action-set-acl): New defun.
7800 (tramp-smb-handle-set-file-acl): Rewrite.
7801
7802 2013-10-17 Glenn Morris <rgm@gnu.org>
7803
7804 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7805
7806 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * skeleton.el (skeleton-newline): Remove.
7809 (skeleton-internal-1): Use (insert "\n") instead.
7810
7811 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7812 let-bindings.
7813
7814 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7815 forward-sexp-function while we redo its job (bug#15613).
7816
7817 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7818
7819 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7820 represented by lists.
7821
7822 2013-10-16 Glenn Morris <rgm@gnu.org>
7823
7824 * tmm.el (tmm--history): New dynamic variable.
7825 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7826
7827 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7828
7829 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7830 (tramp-smb-errors): Add error messages.
7831 (tramp-smb-actions-with-acl): New defconst.
7832 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7833 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7834 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7835 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7836 (tramp-smb-get-stat-capability): Fix tests.
7837
7838 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7839
7840 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7841 (bug#15580).
7842
7843 2013-10-16 Glenn Morris <rgm@gnu.org>
7844
7845 * ansi-color.el (ansi-color-drop-regexp):
7846 Add 1J, 1K, 2K. (Bug#15617)
7847
7848 * files.el (hack-local-variables--warned-lexical): New.
7849 (hack-local-variables):
7850 Warn about misplaced lexical-binding. (Bug#15616)
7851
7852 * net/eww.el (eww-render): Always set eww-current-url,
7853 and update header line. (Bug#15622)
7854 (eww-display-html): ... Rather than just doing it here.
7855
7856 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7857
7858 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7859 menu navigations commands.
7860
7861 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7862
7863 * progmodes/subword.el (subword-capitalize): Be careful when
7864 the search for [[:alpha:]] fails (bug#15580).
7865
7866 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7867
7868 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7869 to commands that scroll the menu.
7870
7871 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7872
7873 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7874 Handle methods ending with `?' and `!'.
7875
7876 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7877
7878 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7879 `japanese-cp932' to `cp932' to fix the problem where saving a
7880 source file written in Shift_JIS twice would end up having
7881 `coding: japanese-cp932' which Ruby could not recognize.
7882 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7883 in `ruby-encoding-map'.
7884 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7885 doesn't need to be explicitly declared in magic comment.
7886 (ruby-encoding-map): Add type declaration for better customize UI.
7887
7888 2013-10-13 Glenn Morris <rgm@gnu.org>
7889
7890 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7891 Occur buffers are read-only. http://bugs.debian.org/720775
7892
7893 * emacs-lisp/authors.el (authors-fixed-entries):
7894 Comment out old alpha stuff.
7895
7896 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7897
7898 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7899 to `after-save-hook' instead of `before-save-hook'.
7900 (ruby-mode-set-encoding): Use the value of coding system used to
7901 write the file. Call `basic-save-buffer-1' after modifying the
7902 buffer.
7903
7904 2013-10-13 Alan Mackenzie <acm@muc.de>
7905
7906 Fix indentation/fontification of Java enum with
7907 "implements"/generic.
7908
7909 * progmodes/cc-engine.el (c-backward-over-enum-header):
7910 Extracted from the three other places and enhanced to handle generics.
7911 (c-inside-bracelist-p): Uses new function above.
7912 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7913 function above.
7914 (c-font-lock-enum-tail): Uses new function above.
7915
7916 2013-10-13 Kenichi Handa <handa@gnu.org>
7917
7918 * international/mule-cmds.el (select-safe-coding-system): Remove a
7919 superfluous condition in chekcing whether a coding system is safe
7920 or not.
7921
7922 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7923
7924 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7925
7926 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7927
7928 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7929
7930 2013-10-13 Glenn Morris <rgm@gnu.org>
7931
7932 * menu-bar.el (menu-bar-update-buffers):
7933 Unify Buffers menu prompt string. (Bug#15576)
7934
7935 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7936
7937 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7938 Add some entries.
7939 (authors-fixed-entries): Use accented form of name.
7940
7941 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7944 method calls (bug#15594).
7945 (ruby-smie--args-separator-p): New function.
7946 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7947 recognize paren-free method calls.
7948
7949 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7950 internals of universal-argument.
7951
7952 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7953
7954 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7955 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7956 dropped menu on second mouse click on the menu bar.
7957
7958 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7961 (explicit-shell-file-name): Declare.
7962 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7963 (sh-completion-at-point-function): New function.
7964 (sh-mode): Use it.
7965 (sh-smie--keyword-p): Remove unused argument.
7966 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7967 vars.
7968 (sh-set-shell): Always setup SMIE, even if we use the
7969 old indentation code.
7970
7971 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7972
7973 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7974 cases of ? and =.
7975 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7976 predicate would return nil are almost non-existent.
7977 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7978
7979 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7980 cache also after commands that modify the buffer but don't move
7981 point.
7982
7983 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * env.el (substitute-env-in-file-name): New function.
7986 (substitute-env-vars): Extend the meaning of the optional arg.
7987
7988 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7989
7990 * term/w32-win.el (dynamic-library-alist): Define separate lists
7991 of GIF DLLs for versions before and after 5.0.0 of giflib.
7992 (Bug#15531)
7993
7994 2013-10-10 João Távora <joaotavora@gmail.com>
7995
7996 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7997 not locked, use last revision and current source as
7998 defaults. (Bug#15569)
7999
8000 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8001
8002 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8003 menu-bar is hidden.
8004
8005 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8006
8007 * window.el (pop-to-buffer-same-window): Fix doc-string.
8008 (Bug#15492)
8009
8010 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8013
8014 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8015
8016 * calendar/icalendar.el (icalendar-import-file):
8017 Fix interactive spec. (Bug#15482)
8018
8019 2013-10-10 Glenn Morris <rgm@gnu.org>
8020
8021 * desktop.el (desktop-save): Default to saving in .emacs.d,
8022 since PWD is no longer in desktop-path by default. (Bug#15319)
8023
8024 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8025 now that text mode has a menu with the same entry.
8026 (menu-bar-text-mode-auto-fill): Remove now unused func.
8027 * textmodes/text-mode.el (text-mode-map):
8028 Use auto-fill help text from menu-bar.el.
8029
8030 2013-10-10 John Anthony <john@jo.hnanthony.com>
8031
8032 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8033
8034 2013-10-09 Juri Linkov <juri@jurta.org>
8035
8036 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8037 instead of this-command-keys. Add universal-argument-more and
8038 universal-argument-minus to the list of prefix commands. (Bug#15568)
8039
8040 2013-10-09 Glenn Morris <rgm@gnu.org>
8041
8042 * vc/vc-svn.el (vc-svn-create-repo):
8043 Expand paths in file://... url. (Bug#15446)
8044
8045 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8046 Add some entries.
8047 (authors): Remove unused local variables.
8048
8049 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * profiler.el: Create a more coherent calltree from partial backtraces.
8052 (profiler-format): Hide the tail with `invisible' so that C-s can still
8053 find the hidden elements.
8054 (profiler-calltree-depth): Don't recurse so enthusiastically.
8055 (profiler-function-equal): New hash-table-test.
8056 (profiler-calltree-build-unified): New function.
8057 (profiler-calltree-build): Use it.
8058 (profiler-report-make-name-part): Indent the calltree less.
8059 (profiler-report-mode): Add visibility specs for profiler-format.
8060 (profiler-report-expand-entry, profiler-report-toggle-entry):
8061 Expand the whole subtree when provided with a prefix arg.
8062
8063 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8064
8065 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8066 iuwu-mod token.
8067 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8068 hanging iuwu-mod token.
8069 (ruby-smie--forward-token): Do not include a dot after a token in
8070 that token.
8071 (ruby-smie--backward-token): Likewise.
8072
8073 2013-10-08 Juri Linkov <juri@jurta.org>
8074
8075 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8076 to isearch-other-control-char.
8077 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8078 and isearch-post-command-hook to post-command-hook.
8079 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8080 and isearch-post-command-hook from post-command-hook.
8081 (isearch-unread-key-sequence)
8082 (isearch-reread-key-sequence-naturally)
8083 (isearch-lookup-scroll-key, isearch-other-control-char)
8084 (isearch-other-meta-char): Remove functions.
8085 (isearch-pre-command-hook, isearch-post-command-hook):
8086 New functions based on isearch-other-meta-char rewritten
8087 relying on the new behavior of overriding-terminal-local-map
8088 that does not replace the local keymaps any more. (Bug#15200)
8089
8090 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8091
8092 Support menus on text-mode terminals.
8093 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8094 functionality.
8095
8096 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8097
8098 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8099 Move here from mouse.el.
8100 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8101 and arrow keys.
8102 (tty-menu-navigation-map): New map for TTY menu navigation.
8103
8104 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8105
8106 * frame.el (display-mouse-p): Report text-mode mouse as available
8107 on w32.
8108 (display-popup-menus-p): Report availability if mouse is
8109 available; don't condition on window-system.
8110
8111 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8112 (tty-menu-selected-face): New faces.
8113
8114 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8117 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8118 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8119 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8120 New constants.
8121 (lisp-mode-variables): New `elisp' argument.
8122 (emacs-lisp-mode): Use it.
8123 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8124 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8125
8126 * indent.el: Use lexical-binding.
8127 (indent-region): Add progress reporter.
8128 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8129 last step.
8130 (indent--next-tab-stop): New function to implement this behavior.
8131 (tab-to-tab-stop, move-to-tab-stop): Use it.
8132
8133 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8134
8135 * indent.el (indent-rigidly--current-indentation): New function.
8136 (indent-rigidly-map): New var.
8137 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8138
8139 2013-10-08 Bastien Guerry <bzg@gnu.org>
8140
8141 * register.el (insert-register): Fix 2013-10-07 change.
8142
8143 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * progmodes/perl-mode.el: Use lexical-binding.
8146 Remove redundant :group args.
8147 (perl-nochange): Change default to be closer to other major modes's
8148 standard behavior.
8149 (perl-indent-line): Don't consider text on current line as a
8150 valid beginning of function from which to indent.
8151
8152 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8153 with more than one argument (bug#15538).
8154
8155 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8156
8157 * vc/pcvs.el: Use lexical-binding.
8158 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8159 environment of `eval'.
8160 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8161 than a list of expressions. Adjust callers.
8162 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8163
8164 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8165
8166 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8167 case of the dot in a chained method call being on the following line.
8168
8169 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * electric.el (electric-indent-inhibit): New var.
8172 (electric-indent-post-self-insert-function): Use it.
8173 * progmodes/python.el (python-mode): Set it.
8174
8175 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8176 open braces.
8177
8178 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8179
8180 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8181 (css-mode): Use electric-indent-chars.
8182
8183 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8184 (font-lock-beg, font-lock-end): Move before first use.
8185 (nxml-mode): Use syntax-propertize-function.
8186 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8187 (nxml-extend-after-change-region): Remove.
8188 * nxml/xmltok.el: Use lexical-binding.
8189 (xmltok-save): Use `declare'.
8190 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8191 * nxml/nxml-util.el: Use lexical-binding.
8192 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8193 Use `declare'.
8194 * nxml/nxml-ns.el: Use lexical-binding.
8195 (nxml-ns-save): Use `declare'.
8196 (nxml-ns-prefixes-for): Avoid add-to-list.
8197 * nxml/rng-match.el: Use lexical-binding.
8198 (rng--ipattern): Use cl-defstruct.
8199 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8200 (rng-cons-group-after, rng-subst-group-after)
8201 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8202 Use closures instead of `(lambda...).
8203
8204 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8207 of BEG and END.
8208
8209 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8210 Use `tramp-handle-insert-file-contents'.
8211 (tramp-gvfs-handle-insert-file-contents): Remove function.
8212
8213 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8214 Use `save-restriction' in order to keep markers.
8215
8216 * net/trampver.el: Update release number.
8217
8218 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * progmodes/compile.el (compilation-parse-errors):
8221 Use compilation--put-prop.
8222 (compilation--ensure-parse): Check compilation-multiline.
8223
8224 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8225
8226 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8227 lexical-binding.
8228
8229 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8230
8231 * progmodes/ruby-mode.el: Fix recently added tests.
8232 (ruby-smie-grammar): Add - and +.
8233 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8234 (ruby-smie--backward-id): New functions.
8235 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8236 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8237 any more.
8238
8239 2013-10-07 Leo Liu <sdl.web@gmail.com>
8240
8241 * register.el (register-preview-delay)
8242 (register-preview-functions): New variables.
8243 (register-read-with-preview, register-preview)
8244 (register-describe-oneline): New functions.
8245 (point-to-register, window-configuration-to-register)
8246 (frame-configuration-to-register, jump-to-register)
8247 (number-to-register, view-register, insert-register)
8248 (copy-to-register, append-to-register, prepend-to-register)
8249 (copy-rectangle-to-register): Use register-read-with-preview to
8250 read register. (Bug#15525)
8251
8252 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8253
8254 * net/network-stream.el (network-stream-open-starttls): Don't add
8255 --insecure if it's already present, because that gnutls-cli
8256 rejects getting that parameter twice.
8257
8258 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8259
8260 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8261 keyword, too.
8262
8263 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8264
8265 * newcomment.el (comment-use-global-state): Change default value
8266 to t, mark obsolete (Bug#15251).
8267 (comment-beginning): In addition to `comment-to-syntax', check the
8268 value of `comment-use-global-state'.
8269
8270 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8273 (ruby-comment-column): Follow the global default, by default.
8274 (ruby-smie-grammar): Add assignment syntax.
8275 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8276 open-paren, a comma, or a \.
8277 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8278 and line continuations.
8279 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8280 followed by implicit semi-colons. Add rule for string concatenation
8281 and for indentation at BOB.
8282 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8283
8284 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8285 calling next-sexp, since next-token may have skipped chars which
8286 next-sexp doesn't know should be skipped!
8287
8288 2013-10-05 Leo Liu <sdl.web@gmail.com>
8289
8290 * progmodes/octave.el (octave-send-region):
8291 Call compilation-forget-errors.
8292
8293 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8294
8295 * vc/vc-svn.el (vc-svn-find-admin-dir):
8296 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8297 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8298 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8299 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8300
8301 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8304
8305 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * subr.el (read-passwd): Hide chars even when called within a context
8308 where after-change-functions is disabled (bug#15501).
8309 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8310 until we removed ourself from overriding-terminal-local-map.
8311
8312 2013-10-04 Leo Liu <sdl.web@gmail.com>
8313
8314 * progmodes/octave.el (inferior-octave-mode):
8315 Call compilation-forget-errors.
8316
8317 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8318
8319 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8320
8321 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8322
8323 * net/secrets.el (secrets-create-collection): Add optional
8324 argument ALIAS. Use proper Label keyword. Append ALIAS as
8325 dbus-call-method argument. (Bug#15516)
8326
8327 2013-10-04 Leo Liu <sdl.web@gmail.com>
8328
8329 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8330 (inferior-octave-compilation-font-lock-keywords): New variables.
8331 (compilation-error-regexp-alist)
8332 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8333 (inferior-octave-mode): Use compilation-shell-minor-mode.
8334
8335 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8336
8337 * minibuffer.el (completion--replace): Be careful that `end' might be
8338 a marker.
8339
8340 2013-10-03 Daiki Ueno <ueno@gnu.org>
8341
8342 Add support for package signature checking.
8343 * emacs-lisp/package.el (url-http-file-exists-p)
8344 (epg-make-context, epg-context-set-home-directory)
8345 (epg-verify-string, epg-context-result-for)
8346 (epg-signature-status, epg-signature-to-string)
8347 (epg-check-configuration, epg-configuration)
8348 (epg-import-keys-from-file): Declare.
8349 (package-check-signature): New user option.
8350 (package-unsigned-archives): New user option.
8351 (package-desc): Add `signed' field.
8352 (package-load-descriptor): Set `signed' field if .signed file exists.
8353 (package--archive-file-exists-p): New function.
8354 (package--check-signature): New function.
8355 (package-install-from-archive): Check package signature.
8356 (package--download-one-archive): Check archive signature.
8357 (package-delete): Remove .signed file.
8358 (package-import-keyring): New command.
8359 (package-refresh-contents): Import default keyring.
8360 (package-desc-status): Add "unsigned" status.
8361 (describe-package-1, package-menu--print-info)
8362 (package-menu-mark-delete, package-menu--find-upgrades)
8363 (package-menu--status-predicate): Support "unsigned" status.
8364
8365 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8368 the new compilation scheme using the new byte-codes.
8369
8370 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8371 (byte-pophandler): New byte codes.
8372 (byte-goto-ops): Adjust accordingly.
8373 (byte-compile--use-old-handlers): New var.
8374 (byte-compile-catch): Use new byte codes depending on
8375 byte-compile--use-old-handlers.
8376 (byte-compile-condition-case--old): Rename from
8377 byte-compile-condition-case.
8378 (byte-compile-condition-case--new): New function.
8379 (byte-compile-condition-case): New function that dispatches depending
8380 on byte-compile--use-old-handlers.
8381 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8382 when we can.
8383
8384 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8385 Optimize under `condition-case' and `catch' if
8386 byte-compile--use-old-handlers is nil.
8387 (disassemble-offset): Handle new bytecodes.
8388
8389 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * subr.el (error): Use `declare'.
8392 (decode-char, encode-char): Use advertised-calling-convention instead
8393 of the docstring to discourage use of the `restriction' arg.
8394
8395 2013-10-03 Daiki Ueno <ueno@gnu.org>
8396
8397 * epg.el (epg-verify-file): Add a comment saying that it does not
8398 notify verification error as a return value nor a signal.
8399 (epg-verify-string): Ditto.
8400
8401 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8402
8403 * progmodes/compile.el (compilation-start): Try globbing the arg to
8404 `cd' (bug#15417).
8405
8406 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8407
8408 Sync with Tramp 2.2.8.
8409
8410 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8411 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8412 * net/trampver.el: Update release number.
8413
8414 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8415
8416 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8417 and default-process-coding-system for darwin only.
8418
8419 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8422
8423 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8424
8425 * vc/vc-git.el (vc-git-grep): Disable pager.
8426
8427 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8428
8429 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8430 Use :url instead of :homepage, as per
8431 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8432
8433 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8434 non-nil, use `syntax-ppss' (Bug#15251).
8435
8436 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8437
8438 * progmodes/octave.el (inferior-octave-startup-file):
8439 Prefer ~/.emacs.d/init_octave.m.
8440
8441 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8442
8443 * emacs-lisp/package.el (package-desc-from-define):
8444 Accept additional arguments as plist, convert them to an alist and store
8445 them in the `extras' slot.
8446 (package-generate-description-file): Convert extras alist back to
8447 plist and append to the `define-package' form arguments.
8448 (package--alist-to-plist): New function.
8449 (package--ac-desc): Add `extras' slot.
8450 (package--add-to-archive-contents): Check if the archive-contents
8451 vector is long enough, and if it is, pass its `extras' slot value
8452 to `package-desc-create'.
8453 (package-buffer-info): Call `lm-homepage', pass the returned value
8454 to `package-desc-from-define'.
8455 (describe-package-1): Render the homepage button (Bug#13291).
8456
8457 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8458 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8459
8460 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8461
8462 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8463 and default-process-coding-system to utf-8-unix (Bug#15402).
8464
8465 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8466
8467 * subr.el (looking-back): Do not recommend using looking-back.
8468
8469 2013-09-28 Alan Mackenzie <acm@muc.de>
8470
8471 Fix indentation/fontification of Java enum with "implements".
8472
8473 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8474 regexp which matches "implements", etc., in Java.
8475 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8476 specifier clauses coming after "enum".
8477 * progmodes/cc-fonts.el (c-font-lock-declarations)
8478 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8479 after "enum".
8480
8481 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8482
8483 * faces.el (region): Change ns_selection_color to
8484 ns_selection_fg_color, add ns_selection_bg_color.
8485
8486 2013-09-28 Leo Liu <sdl.web@gmail.com>
8487
8488 * progmodes/octave.el (inferior-octave-completion-table)
8489 (inferior-octave-completion-at-point): Minor tweaks.
8490
8491 * textmodes/ispell.el (ispell-lookup-words): Rename from
8492 lookup-words. (Bug#15460)
8493 (lookup-words): Obsolete.
8494 (ispell-complete-word, ispell-command-loop): All uses changed.
8495
8496 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8497
8498 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8499 (octave-mode-menu): Add octave-send-buffer.
8500 (octave-send-buffer): New function.
8501
8502 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8503
8504 * progmodes/octave.el (octave-mode-map): Add key binding for
8505 octave-lookfor.
8506 (octave-mode-menu): Add octave-lookfor.
8507 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8508 octave-lookfor.
8509 (octave-lookfor): New function.
8510
8511 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8514 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8515 its convention.
8516 (cl--loop-set-iterator-function): New function.
8517 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8518 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8519 Bind `it' with `let' instead of substituting it with `cl-subst'.
8520 (cl--unused-var-p): New function.
8521 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8522 Eliminate some unused variable warnings (bug#15326).
8523
8524 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8525
8526 * doc-view.el (doc-view-scale-reset): Rename from
8527 `doc-view-reset-zoom-level'.
8528 (doc-view-scale-adjust): New command.
8529 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8530 `doc-view-scale-adjust'.
8531
8532 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8533
8534 * doc-view.el (doc-view-reset-zoom-level): New command.
8535 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8536 zoom commands (bug#15466).
8537
8538 2013-09-26 Kenichi Handa <handa@gnu.org>
8539
8540 * international/quail.el (quail-help): Make it not a command.
8541
8542 2013-09-26 Leo Liu <sdl.web@gmail.com>
8543
8544 * minibuffer.el (completion-all-sorted-completions): Make args
8545 optional as they are.
8546
8547 2013-09-25 Daniel Colascione <dancol@dancol.org>
8548
8549 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8550 specs are and that they're not evaluated.
8551
8552 2013-09-24 Sam Steingold <sds@gnu.org>
8553
8554 * midnight.el (clean-buffer-list-kill-regexps)
8555 (clean-buffer-list-kill-buffer-names): Update for the new Man
8556 buffer naming which includes the object name.
8557
8558 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8561 (eshell-parse-command, eshell-parse-pipeline): Use it since
8562 eshell-separate-commands requires a dynamic scoped var.
8563 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8564
8565 2013-09-23 Leo Liu <sdl.web@gmail.com>
8566
8567 * autoinsert.el (auto-insert-alist): Make the value of
8568 lexical-binding match its file setting.
8569
8570 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8571
8572 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8573
8574 * autoarg.el (autoarg-kp-digit-argument):
8575 * electric.el (Electric-command-loop):
8576 * kmacro.el (kmacro-step-edit-insert):
8577 Do not set universal-argument-num-events.
8578
8579 2013-09-22 Leo Liu <sdl.web@gmail.com>
8580
8581 * files.el (interpreter-mode-alist): Add octave.
8582
8583 2013-09-21 Alan Mackenzie <acm@muc.de>
8584
8585 C++: fontify identifier in declaration following "public:" correctly.
8586 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8587 to match "public", etc.
8588 (c-decl-prefix-re): Add ":" into the C++ value.
8589 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8590 bit. Add a check for a ":" preceded by "public", etc.
8591
8592 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8593
8594 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8595 recognized by GDB 7.5 and later.
8596
8597 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8598
8599 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8600
8601 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8602
8603 * subr.el (internal--call-interactively): New const.
8604 (called-interactively-p): Use it (bug#3984).
8605
8606 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8607
8608 * vc/pcvs.el (cvs-mode-ignore):
8609 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8610 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8611
8612 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8615 (eshell-ls-orig-insert-directory): Remove.
8616 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8617 (eshell-ls-use-in-dired): Use advice-add/remove.
8618 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8619 Add `orig-fun' arg for use in :around advice.
8620 Make it check (redundantly) eshell-ls-use-in-dired.
8621
8622 2013-09-19 Glenn Morris <rgm@gnu.org>
8623
8624 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8625
8626 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8627
8628 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8629
8630 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8633 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8634 (tramp-get-remote-python): New defuns.
8635 (tramp-get-remote-uid-with-perl)
8636 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8637 contributed by yary <not.com@gmail.com> (tiny change).
8638 (tramp-get-remote-uid-with-python)
8639 (tramp-get-remote-gid-with-python): New defuns. Python code
8640 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8641 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8642
8643 2013-09-19 Glenn Morris <rgm@gnu.org>
8644
8645 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8646
8647 * eshell/em-unix.el (eshell-remove-entries):
8648 Rename argument to avoid name-clash with global `top-level'.
8649
8650 * eshell/esh-proc.el (eshell-kill-process-function):
8651 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8652 (eshell-reset-after-proc): Remove unused arg `proc'.
8653
8654 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8655 (directory-files-and-attributes): Mark unused arg.
8656
8657 * eshell/em-unix.el (eshell-remove-entries):
8658 Remove unused arg `path'. Update callers.
8659
8660 * eshell/em-hist.el (eshell-hist-parse-arguments):
8661 Remove unused arg `silent'. Update callers.
8662
8663 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8664 Fix (f)boundp mix-up.
8665
8666 * eshell/em-smart.el (eshell-smart-scroll-window)
8667 (eshell-disable-after-change):
8668 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8669
8670 2013-09-18 Alan Mackenzie <acm@muc.de>
8671
8672 Fix fontification of type when followed by "const".
8673 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8674 "known" types from fontification.
8675
8676 2013-09-18 Glenn Morris <rgm@gnu.org>
8677
8678 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8679 (chart-face-list): Drop Emacsen without display-color-p.
8680
8681 * net/eww.el (libxml-parse-html-region): Declare.
8682 (eww-display-html): Explicit error if no libxml2 support.
8683
8684 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8685
8686 * image.el (image-type-from-buffer, image-multi-frame-p):
8687 Remove --without-x warning/error.
8688
8689 * mouse.el (mouse-yank-primary):
8690 * term.el (term-mouse-paste):
8691 Reorder to silence --without-x compilation.
8692
8693 * mpc.el (doc-view-mode): Silence --without-x compilation.
8694
8695 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8696 Silence --without-x compilation.
8697
8698 * progmodes/gud.el (gud-find-file, gud-mode):
8699 Silence --without-x compilation.
8700 (tooltip-mode): Declare.
8701
8702 * wdired.el (dired-backup-overwrite): Remove declaration.
8703 (wdired-mode-map): Add doc string.
8704
8705 * custom.el (x-get-resource): Declare.
8706
8707 * eshell/em-glob.el (ange-cache):
8708 * eshell/em-unix.el (ange-cache): Declare.
8709
8710 * faces.el (x-display-list, x-open-connection, x-get-resource):
8711 Declare.
8712
8713 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8714 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8715 Declare.
8716
8717 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8718
8719 * net/gnutls.el (gnutls-log-level): Declare.
8720
8721 * net/shr.el (image-size, image-animate): Declare.
8722
8723 * simple.el (font-info): Declare.
8724
8725 * subr.el (x-popup-dialog): Declare.
8726
8727 * term/common-win.el (x-select-enable-primary)
8728 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8729 Declare.
8730
8731 * term/ns-win.el (x-handle-args): Declare.
8732
8733 * term/x-win.el (x-select-enable-clipboard): Declare.
8734
8735 * term/w32-win.el (create-default-fontset): Declare.
8736
8737 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8738 Declare.
8739
8740 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8741 (fit-frame-to-buffer): Explicit error if --without-x.
8742 (mouse-autoselect-window-select): Silence compiler.
8743
8744 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8745
8746 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8747 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8748 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8749 * eshell/esh-util.el (eshell-sublist):
8750 Remove unused local variables.
8751
8752 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8753
8754 * textmodes/two-column.el: Make 2C-split work for --without-x.
8755 (scroll-bar-columns): Autoload.
8756 (top-level): Require fringe when compiling.
8757
8758 2013-09-18 Leo Liu <sdl.web@gmail.com>
8759
8760 * subr.el (add-hook): Robustify to handle closure as well.
8761
8762 2013-09-17 Glenn Morris <rgm@gnu.org>
8763
8764 * simple.el (messages-buffer-mode-map): Unbind "g".
8765
8766 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * help-mode.el (help-mode-finish): Use derived-mode-p.
8769 Remove obsolete highlighting.
8770
8771 * play/life.el (life-mode): Use define-derived-mode. Derive from
8772 special-mode.
8773 (life): Let-bind inhibit-read-only.
8774 (life-setup): Avoid `setq'. Use `life-mode'.
8775
8776 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8777 which should not be needed any more.
8778 (package-menu-refresh, package-menu-describe-package): Use user-error.
8779
8780 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8781 (eshell-post-rewrite-command-hook): Make obsolete.
8782 (eshell-parse-command): Simplify.
8783 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8784 (eshell--cmd): Declare.
8785 (eshell-parse-pipeline): Remove unused var `final-p'.
8786 Pass a dynvar to eshell-post-rewrite-command-hook.
8787 Implement the new eshell-post-rewrite-command-function.
8788 (eshell-invoke-directly): Remove unused arg `input'.
8789 * eshell/esh-io.el (eshell-io-initialize):
8790 Use eshell-post-rewrite-command-function (bug#15399).
8791 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8792 adjust to new calling convention.
8793 (eshell-create-handles): Rename args to avoid clashing with dynvar
8794 `standard-output'.
8795
8796 2013-09-17 Glenn Morris <rgm@gnu.org>
8797
8798 * simple.el (messages-buffer-mode): New major mode.
8799 (messages-buffer): New function.
8800 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8801 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8802 (ert-run-test): Use `messages-buffer' function.
8803 (ert--force-message-log-buffer-truncation): Ignore read-only.
8804 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8805 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8806
8807 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8810
8811 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8812
8813 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * icomplete.el (icomplete-in-buffer): New var.
8816 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8817 vars and replace them with functions.
8818 (icomplete-minibuffer-setup): Adjust accordingly.
8819 (icomplete--completion-table, icomplete--completion-predicate)
8820 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8821 New functions.
8822 (icomplete-forward-completions, icomplete-backward-completions)
8823 (icomplete-simple-completing-p, icomplete-exhibit)
8824 (icomplete-completions): Use them.
8825 (icomplete--in-region-buffer): New var.
8826 (icomplete--in-region-setup): New function.
8827 (icomplete-mode): Use it.
8828
8829 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8830 (bug#15379).
8831 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8832 return args and options.
8833 (eshell-eval-using-options): Use the new return value of
8834 eshell--do-opts to set the options's vars in their scope.
8835 (eshell--set-option): Rename from eshell-set-option.
8836 Add arg `opt-vals'.
8837 (eshell--process-option): Rename from eshell-process-option.
8838 Add arg `opt-vals'.
8839 (eshell--process-args): Use an `opt-vals' alist to store the options's
8840 values during their processing and return them additionally to the
8841 remaining args.
8842
8843 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8844
8845 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8846 continuation character an operator, as far as indentation is
8847 concerned (Bug#15369).
8848
8849 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8850
8851 * window.el (window--state-put-2): Don't process buffer state
8852 when buffer doesn't exist any more (Bug#15382).
8853
8854 2013-09-15 Glenn Morris <rgm@gnu.org>
8855
8856 * eshell/em-unix.el (eshell/rm):
8857 Make -f ignore missing files. (Bug#15373)
8858
8859 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8860 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8861 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8862
8863 2013-09-14 Glenn Morris <rgm@gnu.org>
8864
8865 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8866
8867 2013-09-13 Glenn Morris <rgm@gnu.org>
8868
8869 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8870 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8871
8872 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8873
8874 * frame.el (x-focus-frame): Mark as declared in frame.c.
8875
8876 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * ls-lisp.el: Use advice-add.
8879 (original-insert-directory): Remove.
8880 (ls-lisp--insert-directory): Rename from insert-directory; add
8881 `orig-fun' argument.
8882 (insert-directory): Advise.
8883
8884 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8885
8886 * term.el (term-emulate-terminal): Decode the command string
8887 before passing it to term-command-hook. (Bug#15337)
8888
8889 2013-09-13 Glenn Morris <rgm@gnu.org>
8890
8891 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8892
8893 * eshell/esh-ext.el (eshell-search-path): Declare.
8894
8895 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8896 Otherwise an error occurs if eshell-dirs module not loaded.
8897
8898 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8899
8900 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8901
8902 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8903 `tramp-check-proper-host'. Check for a valid method name.
8904
8905 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8906 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8907 * net/tramp-sh.el (tramp-maybe-open-connection):
8908 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8909
8910 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8911 also for hash values.
8912
8913 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * term/ns-win.el (parameters): Don't declare as dynamic.
8916 (before-make-frame-hook): Don't add ineffective function.
8917
8918 * eshell/*.el: Use lexical-binding (bug#15231).
8919
8920 2013-09-12 Kenichi Handa <handa@gnu.org>
8921
8922 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8923
8924 2013-09-12 Glenn Morris <rgm@gnu.org>
8925
8926 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8927 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8928
8929 * subr.el (do-after-load-evaluation): Also give compiler warnings
8930 when obsolete files are used (except by obsolete files).
8931
8932 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8933 in the status output, assume `filename' is the first. (Bug#15322)
8934
8935 * vc/vc.el (vc-deduce-fileset): Doc fix.
8936
8937 * calc/calc-help.el (Info-goto-node):
8938 * progmodes/cperl-mode.el (Info-find-node):
8939 * vc/ediff.el (Info-goto-node): Update declarations.
8940
8941 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8942
8943 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8944 (vc-bzr-pull): Require vc-dispatcher.
8945 * vc/vc-git.el (vc-compilation-mode): Declare.
8946 (vc-git-pull): Require vc-dispatcher.
8947
8948 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8949
8950 * progmodes/octave.el (help-button-action): Declare.
8951
8952 * shell.el (shell-directory-tracker): Output error as a message
8953 rather than just returning it as a string.
8954 (shell-process-pushd): Remove useless use of message.
8955
8956 * dframe.el (dframe-timer-fn):
8957 * files.el (dir-locals-read-from-file):
8958 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8959 (mpc-format):
8960 * reveal.el (reveal-post-command):
8961 * saveplace.el (load-save-place-alist-from-file):
8962 * shell.el (shell-resync-dirs):
8963 * w32-common-fns.el (x-get-selection-value):
8964 * emacs-lisp/copyright.el (copyright-find-copyright):
8965 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8966 * emulation/tpu-edt.el (tpu-copy-keyfile):
8967 * play/bubbles.el (bubbles--mark-neighbourhood):
8968 * progmodes/executable.el
8969 (executable-make-buffer-file-executable-if-script-p):
8970 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8971
8972 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 Cleanup Eshell to rely less on dynamic scoping.
8975 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8976 last-value, and ext-command here. Bind `args' closer to `body'.
8977 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8978 (eshell--args): Declare new dynamic var.
8979 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8980 last-value, and ext-command. Pass `args' to `body'.
8981 (eshell-process-args): Bind eshell--args.
8982 (eshell-set-option): Use eshell--args.
8983 * eshell/eshell.el (eshell): Use derived-mode-p.
8984 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8985 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8986 (eshell-glob-function): Declare.
8987 * eshell/esh-util.el: Require cl-lib.
8988 (eshell-read-hosts-file): Avoid add-to-list.
8989 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8990 `err'.
8991 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8992 Declare.
8993 (eshell/diff): Remove unused var `err'.
8994 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8995 `killflag'.
8996 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8997 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8998 first use.
8999 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9000 Move declaration before first use.
9001 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9002 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9003 rely on cl-return.
9004
9005 2013-09-12 Glenn Morris <rgm@gnu.org>
9006
9007 * term/ns-win.el (global-map): Remove binding for ispell-next,
9008 deleted 1999-05-29. (Bug#15357)
9009
9010 2013-09-11 Glenn Morris <rgm@gnu.org>
9011
9012 * echistory.el (electric-command-history): Remove call to deleted func.
9013
9014 * play/landmark.el (landmark-mode): Fix typos.
9015
9016 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9017 Check cvs-sort-ignore-file is bound.
9018
9019 * savehist.el: No need for cl when compiling on Emacs.
9020
9021 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9024 (bug#15338).
9025 (eshell-self-insert-command, eshell-send-invisible):
9026 Remove unused argument.
9027 (eshell-handle-control-codes): Remove unused var `orig'.
9028 Avoid delete-backward-char.
9029
9030 * files.el (set-auto-mode): Simplify a bit further.
9031
9032 2013-09-11 Glenn Morris <rgm@gnu.org>
9033
9034 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9035 (set-auto-mode): Don't regexp-quote elements.
9036 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9037 * progmodes/cc-mode.el (interpreter-mode-alist):
9038 * progmodes/ruby-mode.el (interpreter-mode-alist):
9039 Revert previous change.
9040
9041 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * play/snake.el (snake-mode):
9044 * play/mpuz.el (mpuz-mode):
9045 * play/landmark.el (lm-mode):
9046 * play/blackbox.el (blackbox-mode):
9047 * play/5x5.el (5x5-mode):
9048 * obsolete/options.el (Edit-options-mode):
9049 * net/quickurl.el (quickurl-list-mode):
9050 * net/newst-treeview.el (newsticker-treeview-mode):
9051 * mail/rmailsum.el (rmail-summary-mode):
9052 * mail/mspools.el (mspools-mode):
9053 * locate.el (locate-mode):
9054 * ibuffer.el (ibuffer-mode):
9055 * emulation/ws-mode.el (wordstar-mode):
9056 * emacs-lisp/debug.el (debugger-mode):
9057 * array.el (array-mode):
9058 * net/eudc.el (eudc-mode): Use define-derived-mode.
9059 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9060 Move initialization into declaration.
9061 (mairix-searches-mode): Use define-derived-mode.
9062 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9063 (eudc-edit-hotlist): Use dolist.
9064 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9065 (Man-mode): Use define-derived-mode.
9066 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9067 (Info-edit-mode): Use define-derived-mode.
9068 (Info-cease-edit): Use Info-mode.
9069 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9070 into declaration.
9071 (eshell-mode): Use define-derived-mode.
9072 * chistory.el (command-history-mode-map): Rename from
9073 command-history-map.
9074 (command-history-mode): Use define-derived-mode.
9075 (Command-history-setup): Remove function.
9076 * calc/calc.el (calc-trail-mode-map): New var.
9077 (calc-trail-mode): Use define-derived-mode.
9078 (calc-trail-buffer): Set calc-main-buffer manually.
9079 * bookmark.el (bookmark-insert-annotation): New function.
9080 (bookmark-edit-annotation): Use it.
9081 (bookmark-edit-annotation-mode): Make it a proper major mode.
9082 (bookmark-send-edited-annotation): Use derived-mode-p.
9083 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9084 closer to its ideal place. Use \' to match EOS.
9085
9086 * profiler.el (profiler-calltree-find): Use function-equal.
9087
9088 2013-09-10 Glenn Morris <rgm@gnu.org>
9089
9090 * files.el (interpreter-mode-alist): Convert to regexps.
9091 (set-auto-mode): Adapt for this. (Bug#15306)
9092 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9093 Comment out unused variable.
9094 * progmodes/cc-mode.el (interpreter-mode-alist):
9095 * progmodes/python.el (interpreter-mode-alist):
9096 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9097 * progmodes/sh-script.el (sh-set-shell):
9098 No longer use interpreter-mode-alist to get list of shells.
9099
9100 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9101
9102 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * simple.el: Use set-temporary-overlay-map for universal-argument.
9105 (universal-argument-map): Don't use default-bindings (bug#15317).
9106 Bind switch-frame explicitly. Replace universal-argument-minus with
9107 a conditional binding.
9108 (universal-argument-num-events, saved-overriding-map): Remove.
9109 (restore-overriding-map): Remove.
9110 (universal-argument--mode): Rename from save&set-overriding-map,
9111 and rewrite.
9112 (universal-argument, universal-argument-more, negative-argument)
9113 (digit-argument): Adjust accordingly.
9114 (universal-argument-minus): Remove.
9115 (universal-argument-other-key): Remove.
9116
9117 * subr.el (with-demoted-errors): Add `format' argument.
9118
9119 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9120
9121 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9122 `tramp-cleanup-connection'.
9123
9124 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9125 parameters KEEP-DEBUG and KEEP-PASSWORD.
9126
9127 * net/tramp.el (tramp-file-name-handler):
9128 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9129 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9130 (tramp-maybe-open-connection):
9131 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9132 Use `tramp-cleanup-connection'.
9133
9134 * net/tramp-sh.el (tramp-maybe-open-connection):
9135 Catch 'uname-changed inside the progress reporter.
9136
9137 2013-09-10 Glenn Morris <rgm@gnu.org>
9138
9139 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9140
9141 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9142 returns "alternate access method" in mode (eg "-rw-r--r--.").
9143
9144 2013-09-08 Glenn Morris <rgm@gnu.org>
9145
9146 * saveplace.el (load-save-place-alist-from-file):
9147 Demote errors. (Bug#15305)
9148
9149 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9150
9151 Improve compatibility with older Emacsen, and XEmacs.
9152
9153 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9154 only if it is bound. It isn't for XEmacs.
9155 (with-tramp-progress-reporter): Do not let-bind `result'.
9156 This yields to scoping errors in XEmacs.
9157 (tramp-handle-make-auto-save-file-name): New function, moved from
9158 tramp-sh.el.
9159
9160 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9161 for `make-auto-save-file-name'.
9162 (tramp-adb--gnu-switches-to-ash):
9163 Use `tramp-compat-replace-regexp-in-string'.
9164
9165 * net/tramp-cache.el (tramp-cache-print): Call
9166 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9167
9168 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9169 bound. It isn't for XEmacs.
9170
9171 * net/tramp-compat.el (tramp-compat-copy-file):
9172 Catch `wrong-number-of-arguments' error.
9173 (tramp-compat-replace-regexp-in-string): New defun.
9174
9175 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9176 for `make-auto-save-file-name'.
9177 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9178 `copy-file'.
9179 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9180 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9181 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9182
9183 * net/tramp-gw.el (tramp-gw-open-network-stream):
9184 Use `tramp-compat-replace-regexp-in-string'.
9185
9186 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9187 Call `tramp-handle-make-auto-save-file-name'.
9188 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9189 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9190 (tramp-sh-file-inotifywait-process-filter):
9191 Use `tramp-compat-replace-regexp-in-string'.
9192 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9193
9194 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9195 for `make-auto-save-file-name'.
9196 (tramp-smb-handle-copy-directory):
9197 Call `tramp-compat-replace-regexp-in-string'.
9198 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9199 (tramp-smb-handle-copy-file): Improve error message.
9200 (tramp-smb-handle-rename-file): Rename directly only in case
9201 `newname' does not exist yet. This is a restriction of smbclient.
9202 (tramp-smb-maybe-open-connection): Rerun the function only when
9203 `auth-sources' is non-nil.
9204
9205 2013-09-08 Kenichi Handa <handa@gnu.org>
9206
9207 * international/characters.el: Set category "^" (Combining) for
9208 more characters.
9209
9210 2013-09-07 Alan Mackenzie <acm@muc.de>
9211
9212 Correctly fontify Java class constructors.
9213 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9214 in Java Mode.
9215 (c-recognize-typeless-decls): Set the Java value to t.
9216 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9217 While handling a "(", add a check for, effectively, Java, and handle a
9218 "typeless" declaration there.
9219
9220 2013-09-07 Roland Winkler <winkler@gnu.org>
9221
9222 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9223 field subtitle for entry type book.
9224
9225 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * minibuffer.el: Make minibuffer-complete call completion-in-region
9228 rather than other way around.
9229 (completion--some, completion-pcm--find-all-completions):
9230 Don't delay signals when debugging.
9231 (minibuffer-completion-contents): Beware fields within the
9232 minibuffer contents.
9233 (completion-all-sorted-completions): Use defvar-local.
9234 (completion--do-completion, completion--cache-all-sorted-completions)
9235 (completion-all-sorted-completions, minibuffer-force-complete):
9236 Add args `beg' and `end'.
9237 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9238 (minibuffer-complete): Use completion-in-region.
9239 (completion-complete-and-exit): New fun, extracted from
9240 minibuffer-complete-and-exit.
9241 (minibuffer-complete-and-exit): Use it.
9242 (completion--complete-and-exit): Rename from
9243 minibuffer--complete-and-exit.
9244 (completion-in-region--single-word): New function, extracted from
9245 minibuffer-complete-word.
9246 (minibuffer-complete-word): Use it.
9247 (display-completion-list): Make `common-substring' argument obsolete.
9248 (completion--in-region): Call completion--in-region-1 instead of
9249 minibuffer-complete.
9250 (completion-help-at-point): Pass boundaries to
9251 minibuffer-completion-help as args rather than via an overlay.
9252 (completion-pcm--string->pattern): Use `any-delim'.
9253 (completion-pcm--optimize-pattern): New function.
9254 (completion-pcm--pattern->regex): Handle `any-delim'.
9255 * icomplete.el (icomplete-forward-completions)
9256 (icomplete-backward-completions, icomplete-completions):
9257 Adjust calls to completion-all-sorted-completions and
9258 completion--cache-all-sorted-completions.
9259 (icomplete-with-completion-tables): Default to t.
9260 * emacs-lisp/crm.el (crm--current-element): Rename from
9261 crm--select-current-element. Don't put an overlay but return the
9262 boundaries instead.
9263 (crm--completion-command): Take two new args to bind to the boundaries.
9264 (crm-completion-help): Adjust accordingly.
9265 (crm-complete): Use completion-in-region.
9266 (crm-complete-word): Use completion-in-region--single-word.
9267 (crm-complete-and-exit): Use completion-complete-and-exit.
9268
9269 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9272 than dynamically.
9273
9274 2013-09-06 Juri Linkov <juri@jurta.org>
9275
9276 * info.el (Info-display-images-node): When image file doesn't exist
9277 display text version of the image if it's provided in the Info file.
9278 Otherwise, display the location of missing image from SRC attribute.
9279 Add help-echo text property from ALT attribute. (Bug#15279)
9280
9281 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9284 (edit-abbrevs-mode): Use define-derived-mode.
9285
9286 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9287 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9288 that it's defined.
9289 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9290 Use define-derived-mode.
9291
9292 * epg.el (epg-start-encrypt): Minor CSE simplification.
9293
9294 2013-09-06 William Xu <william.xwl@gmail.com>
9295
9296 * arc-mode.el: Add support for 7za (bug#15264).
9297 (archive-7z-program): New var.
9298 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9299 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9300 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9301
9302 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9303
9304 Remove URL syntax.
9305
9306 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9307 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9308 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9309 (tramp-postfix-host-format, tramp-file-name-regexp)
9310 (tramp-completion-file-name-regexp)
9311 (tramp-completion-dissect-file-name)
9312 (tramp-handle-substitute-in-file-name): Remove 'url case.
9313 (tramp-file-name-regexp-url)
9314 (tramp-completion-file-name-regexp-url): Remove constants.
9315
9316 2013-09-06 Glenn Morris <rgm@gnu.org>
9317
9318 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9319
9320 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9321
9322 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9323 keywords" below "here-doc beginnings" (Bug#15270).
9324
9325 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * subr.el (pop): Use `car-safe'.
9328 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9329 to detect unused `pop' return value.
9330
9331 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9332 var `block-regexp'.
9333 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9334 (python-fill-string): Remove unused var `marker'.
9335 (python-skeleton-add-menu-items): Remove unused var `items'.
9336
9337 * international/mule-cmds.el: Require CL.
9338 (find-coding-systems-for-charsets): Avoid add-to-list.
9339 (sanitize-coding-system-list): New function, extracted from
9340 select-safe-coding-system-interactively.
9341 (select-safe-coding-system-interactively): Use it.
9342 (read-input-method-name): Accept symbols for `default'.
9343
9344 * emacs-lisp/advice.el (defadvice): Add indent rule.
9345
9346 2013-09-05 Daniel Hackney <dan@haxney.org>
9347
9348 * dired-x.el:
9349 * net/ange-ftp.el:
9350 * net/browse-url.el:
9351 * net/dbus.el:
9352 * net/eudc.el:
9353 * net/eudcb-ldap.el:
9354 * net/eww.el:
9355 * net/imap.el:
9356 * printing.el:
9357 * vc/ediff-diff.el:
9358 * vc/ediff-init.el:
9359 * vc/ediff-merg.el:
9360 * vc/ediff-mult.el:
9361 * vc/ediff-util.el:
9362 * vc/ediff-wind.el:
9363 * vc/ediff.el:
9364 * vc/emerge.el:
9365 * vc/pcvs.el:
9366 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9367 byte compiler. Remove some unused let-bound variables.
9368
9369 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9372 a "ref-cell", since it gets better optimized (bug#14883).
9373
9374 2013-09-05 Glenn Morris <rgm@gnu.org>
9375
9376 * progmodes/cc-awk.el (c-forward-sws): Declare.
9377
9378 2013-09-04 Glenn Morris <rgm@gnu.org>
9379
9380 * generic-x.el [rul-generic-mode]: Require cc-mode.
9381 (c++-mode-syntax-table): Declare.
9382 (rul-generic-mode-syntax-table): Init in the defvar.
9383
9384 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9387 (vc-do-command, vc-set-async-update):
9388 * vc/vc-mtn.el (vc-mtn-dir-status):
9389 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9390 (vc-hg-pull, vc-hg-merge-branch):
9391 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9392 (vc-git-merge-branch):
9393 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9394 (vc-cvs-dir-status-files):
9395 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9396 (vc-bzr-dir-status-files):
9397 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9398 * vc/vc-annotate.el: Use lexical-binding.
9399 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9400 (vc-sentinel-movepoint): Declare.
9401 (vc-annotate): Don't use `goto-line'.
9402 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9403 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9404 (vc-sentinel-movepoint): Declare.
9405 * vc/vc-svn.el: Use lexical-binding.
9406 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9407 * vc/vc-sccs.el:
9408 * vc/vc-rcs.el: Use lexical-binding.
9409
9410 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9411 `deleted'. Don't drop errors silently.
9412
9413 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9414
9415 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9416
9417 * vc/vc.el (vc-ignore): Rewrite.
9418 (vc-default-ignore): New function.
9419 (vc-default-ignore-completion-table): Use find-ignore-file.
9420
9421 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9422 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9423 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9424 Remove. Most code moved to vc.el.
9425
9426 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9429 * net/tramp-smb.el (tramp-smb-get-file-entries):
9430 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9431 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9432
9433 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9434 Update call to it.
9435 (eww-change-select): Remove unused var `properties'.
9436 (eww-make-unique-file-name): Remove unused var `base'.
9437
9438 * finder.el (finder-compile-keywords): Don't mess with windows.
9439
9440 * calculator.el (calculator-funcall): Fix typo in last change.
9441
9442 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9443
9444 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9445 <pkg>-autoloads.el file stop us.
9446
9447 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9448 warnings, and factor out common code.
9449
9450 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9451
9452 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9453 two-character operators and whether the character preceding them
9454 changes their meaning (Bug#15208).
9455
9456 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9457
9458 Format code sent to Python shell for robustness.
9459 * progmodes/python.el (python-shell-buffer-substring):
9460 New function.
9461 (python-shell-send-region, python-shell-send-buffer): Use it.
9462
9463 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9464
9465 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9466 * net/tramp.el (tramp-user-error): ... here.
9467 (tramp-find-method, tramp-check-proper-host)
9468 (tramp-dissect-file-name, tramp-debug-message)
9469 (tramp-handle-shell-command):
9470 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9471 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9472
9473 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9474
9475 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9476
9477 * avoid.el (mouse-avoidance-point-position)
9478 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9479 returns nil.
9480
9481 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9482
9483 * progmodes/python.el (python-shell-completion-get-completions):
9484 Drop use of deleted `comint-last-prompt-overlay'.
9485 (python-nav-if-name-main): New command.
9486
9487 2013-09-01 Glenn Morris <rgm@gnu.org>
9488
9489 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9490 Avoid leading space in $wins. Otherwise the sed command used by
9491 eg compile-main ends up containing "/*.el". (Bug#15170)
9492
9493 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9494
9495 2013-08-30 Glenn Morris <rgm@gnu.org>
9496
9497 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9498 Fix is-this-a-directory logic. (Bug#15220)
9499
9500 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * textmodes/css-mode.el: Use SMIE.
9503 (css-smie-grammar): New var.
9504 (css-smie--forward-token, css-smie--backward-token)
9505 (css-smie-rules): New functions.
9506 (css-mode): Use them.
9507 (css-navigation-syntax-table): Remove var.
9508 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9509 (css-indent-calculate, css-indent-line): Remove functions.
9510
9511 Misc changes to reduce use of `(lambda...); and other cleanups.
9512 * cus-edit.el: Use lexical-binding.
9513 (customize-push-and-save, customize-apropos)
9514 (custom-buffer-create-internal): Use closures.
9515 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9516 * progmodes/ada-xref.el: Use setq.
9517 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9518 * dframe.el: Use lexical-binding.
9519 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9520 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9521 * descr-text.el: Use lexical-binding.
9522 (describe-text-widget, describe-text-sexp, describe-property-list):
9523 Use closures.
9524 * comint.el (comint-history-isearch-push-state): Use a closure.
9525 * calculator.el: Use lexical-binding.
9526 (calculator-number-to-string): Make it work with lexical-binding.
9527 (calculator-funcall): Same and use cl-letf.
9528
9529 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9530 (lisp--company-doc-string, lisp--company-location): New functions.
9531 (lisp-completion-at-point): Use them to improve Company support.
9532
9533 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9534 params of lambda expressions.
9535 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9536 (ruby-smie--opening-pipe-p): New function.
9537 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9538 symbols and matched |...| for formal params.
9539 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9540 from being treated as hanging. Handle "rescue".
9541
9542 2013-08-29 Glenn Morris <rgm@gnu.org>
9543
9544 * progmodes/cc-engine.el (c-pull-open-brace):
9545 Move definition before use.
9546
9547 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9550 are immutable. Don't use `unsafe' any more.
9551 (cl--defsubst-expand): Don't substitute at the same time as keeping
9552 a residual unused let-binding. Don't use `unsafe' any more.
9553
9554 2013-08-29 Glenn Morris <rgm@gnu.org>
9555
9556 * calendar/cal-china.el (calendar-chinese-year-cache):
9557 Recenter on 2015.
9558
9559 * nxml/nxml-util.el (nxml-debug-clear-inside):
9560 Use cl-loop rather than loop.
9561
9562 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9563
9564 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9565
9566 2013-08-28 Glenn Morris <rgm@gnu.org>
9567
9568 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9569
9570 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9571
9572 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9573
9574 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * simple.el (repeat-complex-command--called-interactively-skip):
9577 New function.
9578 (repeat-complex-command): Use it (bug#14136).
9579
9580 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9581 (c-define-abbrev-table): Add `doc' argument.
9582 (c-mode-abbrev-table, c++-mode-abbrev-table)
9583 (objc-mode-abbrev-table, java-mode-abbrev-table)
9584 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9585 (awk-mode-abbrev-table): Use it.
9586 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9587 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9588 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9589 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9590 Move initialization into the declaration; and remove any
9591 autoload cookie.
9592
9593 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9594 and dynamic let binding.
9595
9596 * vc/smerge-mode.el: Remove redundant :group args.
9597
9598 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9599 to load-path.
9600
9601 2013-08-28 Juri Linkov <juri@jurta.org>
9602
9603 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9604 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9605 (isearch-other-meta-char): Handle an undefined shifted printing
9606 character by downshifting it. (Bug#15200)
9607
9608 2013-08-28 Juri Linkov <juri@jurta.org>
9609
9610 * isearch.el (isearch-search): Change regexp error message for
9611 non-regexp searches. (Bug#15166)
9612
9613 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9614
9615 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9616 for portability to hosts where /bin/sh has problems.
9617
9618 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9621
9622 2013-08-27 Juri Linkov <juri@jurta.org>
9623
9624 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9625 in the keyboard macro. (Bug#15126)
9626
9627 2013-08-27 Juri Linkov <juri@jurta.org>
9628
9629 * isearch.el (isearch-quote-char): Comment out converting unibyte
9630 to multibyte, thus syncing with its `quoted-insert' counterpart.
9631 (Bug#15166)
9632
9633 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9634
9635 * window.el (display-buffer-use-some-window): Add missing
9636 argument in call of get-largest-window (Bug#15185).
9637 Reported by Stephen Leake.
9638
9639 2013-08-27 Glenn Morris <rgm@gnu.org>
9640
9641 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9642
9643 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9646 from a matcher-function unless there's no more matches (bug#15161).
9647
9648 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9649
9650 * minibuffer.el: Revert change from 2013-08-20.
9651
9652 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9653 with text property `tramp-default', if appropriate.
9654 (tramp-check-proper-host): New defun.
9655 (tramp-dissect-file-name): Do not check hostname. Revert change
9656 of 2013-03-18.
9657 (tramp-backtrace): Make VEC-OR-PROC optional.
9658
9659 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9660 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9661 * net/tramp-sh.el (tramp-maybe-open-connection):
9662 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9663 Apply `tramp-check-proper-host'.
9664
9665 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9666
9667 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9668 lambda expression in order to have `describe-variable' display it.
9669
9670 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9671
9672 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9673 BUF can be optional. (Bug#15186)
9674
9675 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9676
9677 * progmodes/flymake.el (flymake-get-real-file-name-function):
9678 Fix broken customization. (Bug#15184)
9679
9680 2013-08-25 Alan Mackenzie <acm@muc.de>
9681
9682 Improve indentation of bracelists defined by macros (without "=").
9683
9684 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9685 expansion begins with "{", regard it as bracelist when it doesn't
9686 contain a ";".
9687
9688 Parse C++ inher-intro when there's a template split over 2 lines.
9689
9690 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9691 rigorously the search for "class" etc. followed by ":".
9692
9693 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9694 random languages a regexp which never matches rather than nil.
9695
9696 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9697
9698 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9699 (c-awk-regexp-one-line-possibly-open-char-list-re)
9700 (c-awk-one-line-possibly-open-regexp-re)
9701 (c-awk-one-line-non-syn-ws*-re): Remove.
9702 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9703 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9704 (c-awk-space*-unclosed-regexp-/-re): New constants.
9705 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9706 aren't regexp delimiters.
9707
9708 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9709 handling for a rare situation in AWK Mode involving unterminated
9710 strings/regexps.
9711
9712 2013-08-23 Glenn Morris <rgm@gnu.org>
9713
9714 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9715
9716 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9717
9718 * files.el (create-file-buffer): If the result would begin with
9719 spaces, prepend a "|" instead of removing them. (Bug#15162)
9720
9721 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9724 text-properties (bug#15155).
9725
9726 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9727 exist any more.
9728 (calc-keypad-redraw): Remove unused var `pad'.
9729 (calc-keypad-press): Remove unused var `menu'.
9730
9731 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9732
9733 * window.el (display-buffer-pop-up-frame):
9734 Call pop-up-frame-function with BUFFER current so `make-frame' will
9735 use it as the new frame's buffer (Bug#15133).
9736
9737 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * calendar/timeclock.el: Minor cleanups.
9740 (timeclock-ask-before-exiting, timeclock-use-display-time):
9741 Use `symbol'.
9742 (timeclock-modeline-display): Define as alias before the
9743 actual definition.
9744 (timeclock-mode-line-display): Use define-minor-mode.
9745 (timeclock-day-list-template): Make it a function, add an argument.
9746 (timeclock-day-list-required, timeclock-day-list-length)
9747 (timeclock-day-list-debt, timeclock-day-list-span)
9748 (timeclock-day-list-break): Adjust calls accordingly.
9749
9750 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9753 Use read--expression so that completion works again.
9754
9755 2013-08-21 Sam Steingold <sds@gnu.org>
9756
9757 Add rudimentary inferior shell interaction
9758 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9759 (sh-set-shell): Reset it.
9760 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9761 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9762
9763 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * align.el: Use lexical-binding.
9766 (align-region): Simplify accordingly.
9767
9768 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9769
9770 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9771
9772 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9773 `non-essential' up.
9774
9775 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9776
9777 * net/tramp.el:
9778 * net/tramp-adb.el:
9779 * net/tramp-cmds.el:
9780 * net/tramp-ftp.el:
9781 * net/tramp-gvfs.el:
9782 * net/tramp-gw.el:
9783 * net/tramp-sh.el: Don't wrap external variable declarations by
9784 `eval-when-compile'.
9785
9786 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9787
9788 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9789 now that Emacs supports ImageMagick animations.
9790
9791 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9792
9793 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9794 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9795
9796 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9797
9798 * window.el (mouse-autoselect-window-select): Do autoselect when
9799 mouse pointer is on margin.
9800
9801 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9802
9803 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9804
9805 2013-08-16 Glenn Morris <rgm@gnu.org>
9806
9807 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9808 Handle "Remote Directory" response of some clients. (Bug#15058)
9809
9810 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9811 Tweak warning. (Bug#14926)
9812
9813 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9814 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9815
9816 * image-mode.el (image-mode-map): Add menu items to reverse,
9817 increase, decrease, reset animation speed.
9818 (image--set-speed, image-increase-speed, image-decrease-speed)
9819 (image-reverse-speed, image-reset-speed): New functions.
9820 (image-mode-map): Add bindings for speed commands.
9821
9822 * image.el (image-animate-get-speed, image-animate-set-speed):
9823 New functions.
9824 (image-animate-timeout): Respect image :speed property.
9825
9826 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9829 previous line (bug#15101).
9830 (debugger-eval-expression, debugger-record-expression):
9831 Use read--expression (bug#15102).
9832
9833 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9834
9835 Remove byte compiler warnings, visible when compiling with
9836 `byte-compile-force-lexical-warnings' set to t.
9837
9838 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9839 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9840 (tramp-handle-unhandled-file-name-directory)
9841 (tramp-handle-file-notify-add-watch, tramp-action-login)
9842 (tramp-action-succeed, tramp-action-permission-denied)
9843 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9844 arguments with "_".
9845
9846 * net/tramp-adb.el (tramp-adb-parse-device-names)
9847 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9848 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9849 (tramp-adb-handle-file-truename): Remove unused arguments.
9850
9851 * net/tramp-cache.el (tramp-flush-directory-property)
9852 (tramp-flush-connection-property, tramp-list-connections)
9853 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9854
9855 * net/tramp-compat.el (tramp-compat-make-temp-file):
9856 Rename FILENAME to F.
9857
9858 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9859 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9860 (tramp-zeroconf-parse-workstation-device-names)
9861 (tramp-zeroconf-parse-webdav-device-names)
9862 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9863
9864 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9865 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9866
9867 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9868 arguments.
9869 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9870 (tramp-sh-handle-insert-file-contents-literally)
9871 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9872 with "_".
9873 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9874 Remove unused variables.
9875
9876 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9877 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9878 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9879
9880 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9881 Make them a defconst.
9882 (tramp-uuencode-region): Remove unused variable.
9883
9884 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9885
9886 * frameset.el (frameset--prop-setter): New function.
9887 (frameset-prop): Add gv-setter declaration.
9888 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9889 parameter was already set in FILTERED. Doc fix.
9890 (frameset--record-minibuffer-relationships): Allow saving a
9891 minibufferless frame without its corresponding minibuffer frame.
9892 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9893 frame, if the frame id matches.
9894 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9895 frames before orphaned ones.
9896 (frameset-restore): Warn about orphaned windows, instead of error out.
9897
9898 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9899
9900 * window.el (window-make-atom): Don't overwrite parameter
9901 already present.
9902 (display-buffer-in-atom-window): Handle special case where we
9903 split an already atomic window.
9904 (window--major-non-side-window, display-buffer-in-side-window)
9905 (window--side-check): Ignore minibuffer window when walking
9906 window tree.
9907 (window-deletable-p): Return 'frame only if no other frame uses
9908 our minibuffer window.
9909 (record-window-buffer): Run buffer-list-update-hook.
9910 (split-window): Make sure window--check-frame won't destroy an
9911 existing atomic window in case the new window gets nested
9912 inside.
9913 (display-buffer-at-bottom): Ignore minibuffer window when
9914 walking window tree. Don't split a side window.
9915 (pop-to-buffer): Don't set-buffer here, the select-window call
9916 should do that.
9917 (mouse-autoselect-window-select): Autoselect only if we are in the
9918 text portion of the window.
9919
9920 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * net/shr.el (shr-parse-image-data): New function to grab both the
9923 data itself and the Content-Type.
9924 (shr-put-image): Use it.
9925
9926 * net/eww.el (eww-display-image): Ditto.
9927
9928 * image.el (image-content-type-suffixes): New variable.
9929
9930 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9931
9932 * progmodes/python.el (python-imenu--build-tree)
9933 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9934
9935 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9936
9937 * simple.el (backward-word): Mention the optional argument.
9938
9939 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * frameset.el (frameset--make): Rename constructor from make-frameset.
9942 (frameset-p, frameset-valid-p): Don't autoload.
9943 (frameset-valid-p): Use normal accessors.
9944
9945 2013-08-13 Glenn Morris <rgm@gnu.org>
9946
9947 * progmodes/compile.el (compile-command): Tweak example in doc.
9948 * obsolete/scribe.el (scribe-mode):
9949 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9950
9951 * mail/feedmail.el (feedmail-confirm-outgoing)
9952 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9953
9954 * cus-start.el (truncate-partial-width-windows): Fix type.
9955
9956 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9957
9958 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9959
9960 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * emacs-lisp/timer.el (timer--time-setter): New function.
9963 (timer--time): Use it as gv-setter.
9964
9965 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9966 setter is not a symbol.
9967
9968 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9969
9970 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9971 if sending fails. This makes debugging easier.
9972
9973 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9976 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9977 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9978
9979 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9980
9981 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9982
9983 2013-08-12 Glenn Morris <rgm@gnu.org>
9984
9985 * format.el (format-annotate-function):
9986 Handle read-only text properties in the source. (Bug#14887)
9987
9988 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9989
9990 * net/eww.el (eww-display-html): Ignore coding system errors.
9991 One web site uses "utf-8lias" as the coding system.
9992
9993 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9996
9997 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9998
9999 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10000 (tutorial--detailed-help): Remove unused local variables.
10001 (tutorial--save-tutorial-to): Use ignore-errors.
10002 (help-with-tutorial): Use looking-at-p.
10003
10004 * view.el (view-buffer-other-window, view-buffer-other-frame):
10005 Mark unused arguments.
10006
10007 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10008 (woman-select-symbol-fonts, woman, woman-find-file)
10009 (woman-insert-file-contents, woman-non-underline-faces):
10010 Use string-match-p.
10011 (woman1-unquote): Move declaration.
10012
10013 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10014 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10015 argument. Remove unused local variable.
10016 (xml-parse-elem-type): Use string-match-p.
10017 (xml-substitute-numeric-entities): Use ignore-errors.
10018
10019 * calculator.el (calculator): Mark unused argument.
10020 (calculator-paste, calculator-quit, calculator-integer-p):
10021 Use ignore-errors.
10022 (calculator-string-to-number, calculator-decimal, calculator-exp)
10023 (calculator-op-or-exp): Use string-match-p.
10024
10025 * dired.el (dired-buffer-more-recently-used-p): Declare.
10026 (dired-insert-set-properties, dired-insert-old-subdirs):
10027 Use ignore-errors.
10028
10029 * dired-aux.el (dired-compress): Use ignore-errors.
10030 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10031 (dired-do-async-shell-command, dired-do-shell-command)
10032 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10033 (dired-insert-subdir-validate): Use string-match-p.
10034 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10035 (dired-add-entry): Use string-match-p, looking-at-p.
10036 (dired-insert-subdir-newpos): Remove unused local variable.
10037
10038 * filenotify.el (file-notify-callback): Remove unused local variable.
10039
10040 * filesets.el (filesets-error): Mark unused argument.
10041 (filesets-which-command-p, filesets-filter-dir-names)
10042 (filesets-directory-files, filesets-get-external-viewer)
10043 (filesets-ingroup-get-data): Use string-match-p.
10044
10045 * find-file.el (ff-other-file-name, ff-other-file-name)
10046 (ff-find-the-other-file, ff-cc-hh-converter):
10047 Remove unused local variables.
10048 (ff-get-file-name): Use string-match-p.
10049 (ff-all-dirs-under): Use ignore-errors.
10050
10051 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10052 (follow-select-if-visible): Remove unused local variable.
10053
10054 * forms.el (read-file-filter): Move declaration.
10055 (forms--make-format, forms--make-parser, forms-insert-record):
10056 Quote function with #'.
10057 (forms--update): Use string-match-p. Quote function with #'.
10058
10059 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10060 (help-make-xrefs): Use looking-at-p.
10061 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10062
10063 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10064 (ibuffer-confirm-operation-on): Use string-match-p.
10065
10066 * msb.el (msb-item-handler, msb-dired-item-handler):
10067 Mark unused arguments.
10068
10069 * ses.el (ses-decode-cell-symbol)
10070 (ses-kill-override): Remove unused local variable.
10071 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10072 (ses-load): Use ignore-errors, looking-at-p.
10073 (ses-jump-safe): Use ignore-errors.
10074 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10075
10076 * tabify.el (untabify, tabify): Mark unused arguments.
10077
10078 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10079 Mark unused argument.
10080 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10081 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10082
10083 * emacs-lisp/timer.el (timer--time): Define setter with
10084 gv-define-setter to avoid deprecation warning.
10085
10086 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10087 (*record-cmpl-statistics-p*): Remove (was commented out).
10088 (cmpl-statistics-block): Remove (body was commented out).
10089 All callers changed.
10090 (add-completions-from-buffer, load-completions-from-file):
10091 Remove unused variables.
10092
10093 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10094
10095 * filecache.el (file-cache-delete-file-list):
10096 Print message only when told so.
10097 (file-cache-files-matching): Use #' in mapconcat argument.
10098
10099 * ffap.el (ffap-url-at-point): Fix reference to variable
10100 thing-at-point-default-mail-uri-scheme.
10101
10102 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * subr.el (define-error): New function.
10105 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10106 error-file-not-found and define with define-error.
10107 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10108 and define with define-error.
10109 * userlock.el (file-locked, file-supersession):
10110 * simple.el (mark-inactive):
10111 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10112 * progmodes/ada-mode.el (ada-mode-errors):
10113 * play/life.el (life-extinct):
10114 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10115 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10116 * nxml/rng-util.el (rng-error):
10117 * nxml/rng-uri.el (rng-uri-error):
10118 * nxml/rng-match.el (rng-compile-error):
10119 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10120 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10121 * nxml/nxml-rap.el (nxml-scan-error):
10122 * nxml/nxml-outln.el (nxml-outline-error):
10123 * net/soap-client.el (soap-error):
10124 * net/gnutls.el (gnutls-error):
10125 * net/ange-ftp.el (ftp-error):
10126 * mpc.el (mpc-proc-error):
10127 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10128 (json-number-format, json-string-escape, json-string-format)
10129 (json-key-format, json-object-format):
10130 * jka-compr.el (compression-error):
10131 * international/quail.el (quail-error):
10132 * international/kkc.el (kkc-error):
10133 * emacs-lisp/ert.el (ert-test-failed):
10134 * calc/calc.el (calc-error, inexact-result, math-overflow)
10135 (math-underflow):
10136 * bookmark.el (bookmark-error-no-filename):
10137 * epg.el (epg-error): Define with define-error.
10138
10139 * time.el (display-time-event-handler)
10140 (display-time-next-load-average): Don't call sit-for since it seems
10141 unnecessary (bug#15045).
10142
10143 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10144 Use #' instead of ' to quote functions.
10145 (checkdoc-output-mode): Use setq-local.
10146 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10147 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10148 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10149 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10150 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10151 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10152 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10153 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10154
10155 * ido.el (ido-completion-help): Fix up compiler warning.
10156
10157 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * frameset.el (frameset-p): Add autoload cookie.
10160 (frameset--jump-to-register): New function, based on code moved from
10161 register.el.
10162 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10163
10164 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10165 (frameset-restore, frameset-save, frameset-session-filter-alist):
10166 Remove declarations.
10167 (register-alist): Doc fix.
10168 (frameset-to-register): Move to frameset.el.
10169 (jump-to-register, describe-register-1): Remove frameset-specific code.
10170
10171 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10172
10173 * allout-widgets.el (allout-widgets-pre-command-business)
10174 (allout-widgets-post-command-business)
10175 (allout-widgets-after-change-handler)
10176 (allout-decorate-item-and-context, allout-set-boundary-marker)
10177 (allout-body-modification-handler)
10178 (allout-graphics-modification-handler): Mark ignored arguments.
10179 (allout-widgets-post-command-business)
10180 (allout-widgets-exposure-change-processor)
10181 (allout-widgets-exposure-undo-processor)
10182 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10183 (allout-parse-item-at-point, allout-decorate-item-guides)
10184 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10185 * allout.el (epa-passphrase-callback-function): Declare.
10186 (allout-overlay-insert-in-front-handler)
10187 (allout-overlay-interior-modification-handler)
10188 (allout-isearch-end-handler, allout-chart-siblings)
10189 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10190 (allout-yank-processing, allout-process-exposed)
10191 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10192 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10193 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10194 (lisp-indent-defform): Mark ignored arguments.
10195 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10196 (calculate-lisp-indent): Remove unused variables.
10197 * international/characters.el (indian-2-column, arabic-2-column)
10198 (tibetan): Mark ignored arguments.
10199 (use-cjk-char-width-table): Mark ignored arguments.
10200 Remove unused variables.
10201 * international/fontset.el (build-default-fontset-data)
10202 (x-compose-font-name, create-fontset-from-fontset-spec):
10203 Mark ignored arguments.
10204 (fontset-plain-name): Remove unused variables.
10205 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10206 (keyboard-coding-system): Mark ignored arguments.
10207 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10208 * help.el (resize-temp-buffer-window):
10209 * window.el (display-buffer-in-major-side-window)
10210 (display-buffer-in-side-window, display-buffer-in-previous-window):
10211 Remove unused variables.
10212 * isearch.el (isearch-forward-symbol):
10213 * version.el (emacs-bzr-version-bzr):
10214 * international/mule-cmds.el (current-language-environment):
10215 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10216 (x-handle-display):
10217 * term/pc-win.el (x-list-fonts, x-display-planes)
10218 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10219 (x-server-version, x-display-screens, x-display-mm-height)
10220 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10221 (x-selection-owner-p, x-own-selection-internal)
10222 (x-disown-selection-internal, x-get-selection-internal)
10223 (msdos-initialize-window-system):
10224 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10225 * term/x-win.el (x-handle-no-bitmap-icon):
10226 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10227 (vc-default-find-file-hook, vc-default-extra-menu):
10228 Mark ignored arguments.
10229
10230 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10233 break-condition in the context of the debugged code (bug#12685).
10234
10235 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10236
10237 * comint.el:
10238 Do not use an overlay to highlight the last prompt. (Bug#14744)
10239 (comint-mode): Make comint-last-prompt buffer local.
10240 (comint-last-prompt): New variable.
10241 (comint-last-prompt-overlay): Remove. Superseded by
10242 comint-last-prompt.
10243 (comint-snapshot-last-prompt, comint-output-filter):
10244 Use comint-last-prompt.
10245
10246 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10249 (frameset-save): Check validity of the resulting frameset.
10250
10251 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10252
10253 * ido.el (ido-record-command): Add doc string.
10254
10255 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10256
10257 * frameset.el (frameset): Do not disable creation of the default
10258 frameset-p predicate. Doc fix.
10259 (frameset-valid-p): New function, copied from the old predicate-p.
10260 Add additional checks.
10261 (frameset-restore): Check with frameset-valid-p.
10262 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10263 (frameset-name, frameset-description, frameset-properties)
10264 (frameset-states): Add docstring.
10265 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10266 (frameset-filter-alist): Doc fixes.
10267
10268 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10269
10270 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10271
10272 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10275 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10276 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10277 (byte-compile-normal-call): Remove obsolescence check.
10278
10279 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10280
10281 * frameset.el (frameset-restore): Doc fix.
10282
10283 * register.el (frameset-frame-id, frameset-frame-with-id)
10284 (frameset-p, frameset-restore, frameset-save): Declare.
10285 (register-alist): Document framesets.
10286 (frameset-session-filter-alist): Declare.
10287 (frameset-to-register): New function.
10288 (jump-to-register): Implement jumping to framesets. Doc fix.
10289 (describe-register-1): Describe framesets.
10290
10291 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10292
10293 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10294
10295 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10296 Use lexical-binding.
10297
10298 * frameset.el (frameset): Use type vector, not list (incompatible
10299 change). Do not declare a new constructor, use the default one.
10300 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10301 `name' and `description', respectively, and add read-only slot
10302 `timestamp'. Doc fixes.
10303 (frameset-copy, frameset-persistent-filter-alist)
10304 (frameset-filter-alist, frameset-switch-to-gui-p)
10305 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10306 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10307 (frameset-filter-iconified, frameset-keep-original-display-p):
10308 Doc fixes.
10309 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10310 Rename from frameset-filter-(save|restore)-param. All callers changed.
10311 Doc fix.
10312 (frameset-p): Adapt to change to vector and be more thorough.
10313 Change arg name to OBJECT. Doc fix.
10314 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10315 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10316 All callers changed.
10317 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10318 All callers changed.
10319 (frameset--record-minibuffer-relationships): Rename from
10320 frameset--process-minibuffer-frames. All callers changed.
10321 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10322 Use new default constructor (again). Doc fix.
10323 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10324 All callers changed.
10325 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10326 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10327 Doc fix.
10328 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10329 PARAMETERS and WINDOW-STATE, respectively.
10330 (frameset-restore): Add new keyword argument PREDICATE.
10331 Reset frameset--target-display to nil. Doc fix.
10332
10333 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10336 (bat-mode): Use it.
10337 (bat-mode-syntax-table): Mark \n as end-of-comment.
10338 (bat-font-lock-keywords): Remove comment rule.
10339
10340 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10341 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10342
10343 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10344 (byte-compile-callargs-warn): Use `push'.
10345 (byte-compile-arglist-warn): Ignore higher-order "calls".
10346 (byte-compile-file-form-autoload): Use `pcase'.
10347 (byte-compile-function-form): If quoting a symbol, check that it exists.
10348
10349 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10350
10351 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10352 and add a few popular commands found in batch files.
10353 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10354 (dos-mode): Doc fixes.
10355
10356 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10359 (dos-mode): Use setq-local. Add space after "rem".
10360 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10361 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10362
10363 2013-08-07 Arni Magnusson <arnima@hafro.is>
10364
10365 * progmodes/dos.el: New file.
10366 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10367 dos-mode.
10368
10369 2013-08-06 Glenn Morris <rgm@gnu.org>
10370
10371 * calendar/calendar.el: Add new faces, and day-header-array.
10372 (calendar-weekday-header, calendar-weekend-header)
10373 (calendar-month-header): New faces.
10374 (calendar-day-header-construct): New function.
10375 (calendar-day-header-width): Also :set calendar-day-header-array.
10376 (calendar-american-month-header, calendar-european-month-header)
10377 (calendar-iso-month-header): Use calendar- faces.
10378 (calendar-generate-month):
10379 Use calendar-day-header-array for day headers; apply faces to them.
10380 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10381 (calendar-abbrev-construct): Add optional maxlen argument.
10382 (calendar-day-name-array): Doc fix.
10383 (calendar-day-name-array, calendar-abbrev-length)
10384 (calendar-day-abbrev-array):
10385 Also :set calendar-day-header-array, and maybe redraw.
10386 (calendar-day-header-array): New option. (Bug#15007)
10387 (calendar-font-lock-keywords): Set to nil and make obsolete.
10388 (calendar-day-name): Add option to use header array.
10389
10390 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10391
10392 * net/shr.el (shr-render-td): Remove debugging.
10393 (shr-render-td): Make width computation consistent by defaulting
10394 all zero-width columns to 10 characters. This may not be optimal,
10395 but it's at least consistent.
10396 (shr-make-table-1): Redo last change to fix the real problem in
10397 colspan handling.
10398
10399 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10400
10401 * files.el (cache-long-line-scans):
10402 Make obsolete alias to `cache-long-scans'.
10403
10404 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10405
10406 * frameset.el (frameset, frameset-filter-alist)
10407 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10408 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10409 (frameset-compute-pos): Rename from frameset--compute-pos,
10410 and add docstring.
10411 (frameset-move-onscreen): Use frameset-compute-pos.
10412 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10413
10414 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10415 Fix typos in docstrings.
10416
10417 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10418
10419 * frame.el (get-other-frame): Tiny cleanup.
10420
10421 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10422
10423 * vc/vc.el (vc-default-ignore-completion-table):
10424 Silence byte-compiler warning.
10425
10426 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10427 slot, which can indeed be nil.
10428 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10429 Move entry for `left' from persistent to live filter alist.
10430 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10431 Doc fixes.
10432 (frameset-filter-params): When restoring a frame, copy items added to
10433 `filtered', to avoid unwittingly modifying the original parameters.
10434 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10435 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10436
10437 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10438 to use looking-at-p instead of looking-at. (Bug#15028)
10439
10440 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 Revert introduction of isearch-filter-predicates (bug#14714).
10443 Rely on add-function instead.
10444 * isearch.el (isearch-filter-predicates): Rename it back to
10445 isearch-filter-predicate.
10446 (isearch-message-prefix): Use advice-function-mapc and advice
10447 properties to get the isearch-message-prefix.
10448 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10449 instead of run-hook-with-args-until-failure.
10450 (isearch-filter-visible): Not obsolete any more.
10451 * loadup.el: Preload nadvice.
10452 * replace.el (perform-replace): Revert to funcall
10453 instead of run-hook-with-args-until-failure.
10454 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10455 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10456 dired-isearch-filenames-toggle; make it into a proper minor mode.
10457 Use add/remove-function.
10458 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10459 Call the minor-mode rather than add/remove-hook.
10460 (dired-isearch-filter-filenames):
10461 Remove isearch-message-prefix property.
10462 * info.el (Info--search-loop): New function, extracted from Info-search.
10463 Funcall isearch-filter-predicate instead of
10464 run-hook-with-args-until-failure isearch-filter-predicates.
10465 (Info-search): Use it.
10466 (Info-mode): Use isearch-filter-predicate instead of
10467 isearch-filter-predicates.
10468
10469 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10470
10471 Do not call to `selected-window' where it is assumed by default.
10472 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10473 `window-hscroll', `window-width', `window-height', `window-buffer',
10474 `window-frame', `window-start', `window-point', `next-window'
10475 and `window-display-table'.
10476 * abbrev.el (abbrev--default-expand):
10477 * bs.el (bs--show-with-configuration):
10478 * buff-menu.el (Buffer-menu-mouse-select):
10479 * calc/calc.el (calc):
10480 * calendar/calendar.el (calendar-generate-window):
10481 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10482 (diary-make-entry):
10483 * comint.el (send-invisible, comint-dynamic-complete-filename)
10484 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10485 * completion.el (complete):
10486 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10487 * disp-table.el (describe-current-display-table):
10488 * doc-view.el (doc-view-insert-image):
10489 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10490 * ehelp.el (with-electric-help):
10491 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10492 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10493 * emacs-lisp/helper.el (Helper-help-scroller):
10494 * emulation/cua-base.el (cua--post-command-handler-1):
10495 * eshell/esh-mode.el (eshell-output-filter):
10496 * ffap.el (ffap-gnus-wrapper):
10497 * help-macro.el (make-help-screen):
10498 * hilit-chg.el (highlight-compare-buffers):
10499 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10500 * hl-line.el (global-hl-line-highlight):
10501 * icomplete.el (icomplete-simple-completing-p):
10502 * isearch.el (isearch-done):
10503 * jit-lock.el (jit-lock-stealth-fontify):
10504 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10505 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10506 * mpc.el (mpc-tagbrowser, mpc):
10507 * net/rcirc.el (rcirc-any-buffer):
10508 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10509 * play/landmark.el (landmark-max-width, landmark-max-height):
10510 * play/zone.el (zone):
10511 * progmodes/compile.el (compilation-goto-locus):
10512 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10513 * progmodes/etags.el (find-tag-other-window):
10514 * progmodes/fortran.el (fortran-column-ruler):
10515 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10516 * progmodes/verilog-mode.el (verilog-point-text):
10517 * reposition.el (reposition-window):
10518 * rot13.el (toggle-rot13-mode):
10519 * server.el (server-switch-buffer):
10520 * shell.el (shell-dynamic-complete-command)
10521 (shell-dynamic-complete-environment-variable):
10522 * simple.el (insert-buffer, set-selective-display)
10523 (delete-completion-window):
10524 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10525 (speedbar-recenter):
10526 * startup.el (fancy-splash-head):
10527 * textmodes/ispell.el (ispell-command-loop):
10528 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10529 * tutorial.el (help-with-tutorial):
10530 * vc/add-log.el (add-change-log-entry):
10531 * vc/compare-w.el (compare-windows):
10532 * vc/ediff-help.el (ediff-indent-help-message):
10533 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10534 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10535 (ediff-setup-control-frame):
10536 * vc/emerge.el (emerge-position-region):
10537 * vc/pcvs-util.el (cvs-bury-buffer):
10538 * window.el (walk-windows, mouse-autoselect-window-select):
10539 * winner.el (winner-set-conf, winner-undo): Related users changed.
10540
10541 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10542
10543 * frameset.el (frameset--set-id): Doc fix.
10544 (frameset-frame-id, frameset-frame-id-equal-p)
10545 (frameset-locate-frame-id): New functions.
10546 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10547 (frameset-restore): Use them.
10548
10549 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10550
10551 Do not call to `selected-frame' where it is assumed by default.
10552 Affected functions are `raise-frame', `redraw-frame',
10553 `frame-first-window', `frame-terminal' and `delete-frame'.
10554 * calendar/appt.el (appt-disp-window):
10555 * epg.el (epg-wait-for-completion):
10556 * follow.el (follow-delete-other-windows-and-split)
10557 (follow-avoid-tail-recenter):
10558 * international/mule.el (set-terminal-coding-system):
10559 * mail/rmail.el (rmail-mail-return):
10560 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10561 * progmodes/f90.el (f90-add-imenu-menu):
10562 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10563 * server.el (server-switch-buffer):
10564 * simple.el (delete-completion-window):
10565 * talk.el (talk):
10566 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10567 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10568 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10569 * vc/ediff.el (ediff-documentation): Related users changed.
10570 * frame.el (selected-terminal): Remove the leftover.
10571
10572 2013-08-05 Glenn Morris <rgm@gnu.org>
10573
10574 * calendar/calendar.el (calendar-generate-month):
10575 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10576 (calendar-generate-month, calendar-font-lock-keywords):
10577 Fix for calendar-day-header-width > length of any day name.
10578
10579 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * desktop.el (desktop-clear): Use new name of sort predicate.
10582
10583 * frameset.el (frameset): Add docstring. Move :version property to its
10584 own `version' slot.
10585 (frameset-copy): Rename from copy-frameset.
10586 (frameset-p): Check more thoroughly.
10587 (frameset-prop): Do not check for :version, which is no longer a prop.
10588 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10589 Use new :never value instead of t.
10590 (frameset-filter-alist): Expand and clarify docstring.
10591 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10592 (frameset-filter-minibuffer, frameset-filter-save-param)
10593 (frameset-filter-restore-param, frameset-filter-iconified):
10594 Add pointer to docstring of frameset-filter-alist.
10595 (frameset-filter-params): Rename filter values to be more meaningful:
10596 :never instead of t, and reverse the meanings of :save and :restore.
10597 (frameset--process-minibuffer-frames): Clarify error message.
10598 (frameset-save): Avoid unnecessary and confusing call to framep.
10599 Use new BOA constructor for framesets.
10600 (frameset--reuse-list): Doc fix.
10601 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10602 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10603 (frameset-minibufferless-first-p): Doc fix.
10604 Rename from frameset-sort-frames-for-deletion.
10605 (frameset-restore): Doc fixes. Use new function names.
10606 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10607
10608 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10609
10610 * desktop.el (desktop-restore-forces-onscreen)
10611 (desktop-restore-reuses-frames): Document :keyword constant values.
10612 (desktop-filter-parameters-alist): Remove, now identical to
10613 frameset-filter-alist.
10614 (desktop--filter-tty*): Remove, moved to frameset.el.
10615 (desktop-save-frameset, desktop-restore-frameset):
10616 Do not pass :filters argument.
10617
10618 * frameset.el (frameset-live-filter-alist)
10619 (frameset-persistent-filter-alist): New variables.
10620 (frameset-filter-alist): Use them. Add autoload cookie.
10621 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10622 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10623 `frameset--id' (it's supposed to be internal to frameset.el).
10624 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10625 (frameset--initial-params): New function.
10626 (frameset--get-frame): Use it. Doc fix.
10627 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10628 Accept :all, not 'all.
10629 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10630 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10631 with fbound symbols. Fix frame id matching, and remove matching ids if
10632 the frame being restored is deleted. Obey :delete.
10633
10634 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * subr.el (macrop): New function.
10637 (text-clone--maintaining): New var.
10638 (text-clone--maintain): Rename from text-clone-maintain. Use it
10639 instead of inhibit-modification-hooks.
10640
10641 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10642 a proxy, so as handle autoloads and redefinitions of the target.
10643 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10644
10645 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10646 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10647 (pcase--mutually-exclusive-p): New function.
10648 (pcase--split-consp): Use it.
10649 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10650 mutually exclusive with the current predicate.
10651
10652 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10653 (edebug-macrop): Remove. Use `macrop' instead.
10654 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10655 (ad-macro-p):
10656 * eshell/esh-cmd.el (eshell-macrop):
10657 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10658
10659 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10662 (advice-mapc): New function, using it.
10663 (advice-function-member-p): New function.
10664 (advice--normalize): Store the cdr in advice--saved-rewrite since
10665 that's the part that will be changed.
10666 (advice--symbol-function): New function.
10667 (advice-remove): Handle removal before the function is defined.
10668 Adjust to new advice--saved-rewrite.
10669 (advice-member-p): Use advice-function-member-p and
10670 advice--symbol-function.
10671
10672 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10673
10674 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10675 (frameset-filter-minibuffer): Doc fix.
10676 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10677 (frameset--set-id, frameset--process-minibuffer-frames)
10678 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10679 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10680
10681 * desktop.el (desktop-clear): Only delete frames when called
10682 interactively and desktop-restore-frames is non-nil. Doc fix.
10683 (desktop-read): Set desktop-saved-frameset to nil.
10684
10685 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10686
10687 * vc/vc.el (vc-ignore): Rewrite.
10688 (vc-default-ignore-completion-table, vc--read-lines)
10689 (vc--add-line, vc--remove-regexp): New functions.
10690
10691 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10692 (vc-svn-ignore-completion-table): New function.
10693
10694 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10695 (vc-hg-ignore-completion-table)
10696 (vc-hg-find-ignore-file): New functions.
10697
10698 * vc/vc-git.el (vc-git-ignore): Rewrite.
10699 (vc-git-ignore-completion-table)
10700 (vc-git-find-ignore-file): New functions.
10701
10702 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10703
10704 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10705 (vc-bzr-ignore-completion-table)
10706 (vc-bzr-find-ignore-file): New functions.
10707
10708 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10709
10710 * frameset.el (frameset-prop): New function and setter.
10711 (frameset-save): Do not modify frame list passed by the caller.
10712
10713 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10716
10717 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10720 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10721
10722 * custom.el (custom-initialize-default, custom-initialize-set)
10723 (custom-initialize-reset, custom-initialize-changed): Affect the
10724 toplevel-default-value (bug#6275, bug#14586).
10725 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10726 for bug#6275.
10727
10728 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10729
10730 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10731 Add cl-def* expressions.
10732
10733 * frameset.el (frameset-filter-params): Fix order of arguments.
10734
10735 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10736
10737 Move code related to saving frames to frameset.el.
10738 * desktop.el: Require frameset.
10739 (desktop-restore-frames): Doc fix.
10740 (desktop-restore-reuses-frames): Rename from
10741 desktop-restoring-reuses-frames.
10742 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10743 (desktop-clear): Clear frames too.
10744 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10745 (desktop--filter-tty*, desktop-save, desktop-read):
10746 Use frameset functions.
10747 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10748 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10749 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10750 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10751 (desktop--process-minibuffer-frames, desktop-save-frames)
10752 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10753 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10754 (desktop--sort-states, desktop-restoring-frames-p)
10755 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10756 (desktop-restoring-frameset-p, desktop-restore-frameset)
10757 (desktop--check-dont-save, desktop-save-frameset): New functions.
10758 (desktop--app-id): New constant.
10759 (desktop-first-buffer, desktop-buffer-ok-count)
10760 (desktop-buffer-fail-count): Move before first use.
10761 * frameset.el: New file.
10762
10763 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * files.el: Use lexical-binding.
10766 (dir-locals-read-from-file): Remove unused `err' variable.
10767 (hack-dir-local-variables--warned-coding): New var.
10768 (hack-dir-local-variables): Use it to avoid repeated warnings.
10769 (make-backup-file-name--default-function): New function.
10770 (make-backup-file-name-function): Use it as default.
10771 (buffer-stale--default-function): New function.
10772 (buffer-stale-function): Use it as default.
10773 (revert-buffer-insert-file-contents--default-function): New function.
10774 (revert-buffer-insert-file-contents-function): Use it as default.
10775 (insert-directory): Avoid add-to-list.
10776
10777 * autorevert.el (auto-revert-handler): Simplify.
10778 Use buffer-stale--default-function.
10779
10780 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10781
10782 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10783
10784 * whitespace.el (whitespace-ensure-local-variables): New function.
10785 (whitespace-cleanup-region): Call it.
10786 (whitespace-turn-on): Call it.
10787
10788 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10789
10790 Complete file name handlers.
10791
10792 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10793 (tramp-handle-verify-visited-file-modtime)
10794 (tramp-handle-file-notify-rm-watch): New functions.
10795 (tramp-call-process): Do not bind `default-directory'.
10796
10797 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10798 Order alphabetically.
10799 <access-file, add-name-to-file, dired-call-process>:
10800 <dired-compress-file, file-acl, file-notify-rm-watch>:
10801 <file-ownership-preserved-p, file-selinux-context>:
10802 <make-directory-internal, make-symbolic-link, set-file-acl>:
10803 <set-file-selinux-context, set-visited-file-modtime>:
10804 <verify-visited-file-modtime>: Add handler.
10805 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10806
10807 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10808 <file-notify-add-watch, file-notify-rm-watch>:
10809 <set-file-times, set-visited-file-modtime>:
10810 <verify-visited-file-modtime>: Add handler.
10811 (with-tramp-gvfs-error-message)
10812 (tramp-gvfs-handle-set-visited-file-modtime)
10813 (tramp-gvfs-fuse-file-name): Remove.
10814 (tramp-gvfs-handle-file-notify-add-watch)
10815 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10816 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10817
10818 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10819 Order alphabetically.
10820 <file-notify-rm-watch>: Use default Tramp handler.
10821 <executable-find>: Remove private handler.
10822 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10823 `default-directory'.
10824 (tramp-sh-handle-executable-find)
10825 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10826 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10827 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10828 Do not use `format' in `tramp-message'.
10829
10830 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10831 <file-notify-rm-watch, set-visited-file-modtime>:
10832 <verify-visited-file-modtime>: Add handler.
10833 (tramp-smb-call-winexe): Do not bind `default-directory'.
10834
10835 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10836
10837 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10838
10839 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10840
10841 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10842 use it.
10843 (log-view-diff-changeset): Same.
10844 (log-view-diff-common): Call backend command `previous-revision'
10845 to find out the previous revision, in both cases. Swap the
10846 variables `to' and `fr', so that `fr' usually refers to the
10847 earlier revision (Bug#14989).
10848
10849 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10850
10851 * ibuf-ext.el (ibuffer-filter-by-filename):
10852 Make it work with dired buffers too.
10853
10854 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10855
10856 * emacs-lisp/re-builder.el (reb-color-display-p):
10857 * files.el (save-buffers-kill-terminal):
10858 * net/browse-url.el (browse-url):
10859 * server.el (server-save-buffers-kill-terminal):
10860 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10861 Prefer nil to selected-frame for the first arg of frame-parameter.
10862
10863 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10864
10865 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10866
10867 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10868
10869 * minibuffer.el (completion--twq-all): Try and preserve each
10870 completion's case choice (bug#14907).
10871
10872 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10873
10874 * net/network-stream.el (open-network-stream): Mention the new
10875 :nogreeting parameter.
10876 (network-stream-open-starttls): Use the :nogreeting parameter
10877 (bug#14938).
10878
10879 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10880
10881 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10882 more natural than popping.
10883
10884 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10885 (shr-urlify): Highlight under mouse.
10886
10887 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10888
10889 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10890
10891 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10892
10893 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10894 buffer for output.
10895
10896 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10897 point-min==1. Fix search string. Fix parentheses missing.
10898
10899 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10900 assume point-min==1. Fix search string. Fix parentheses missing.
10901
10902 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10903
10904 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10905 buffer for output.
10906
10907 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10908
10909 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10910 initial frame is minibuffer-less. (Bug#14841)
10911
10912 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10913
10914 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10915 option.
10916
10917 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10918 (tramp-maybe-open-connection): Use it.
10919
10920 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10921
10922 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10923 minimal set of parameters passed when creating a frame, because
10924 the minibuffer status of a frame cannot be changed later.
10925
10926 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10927
10928 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10929 replace-regexp-in-string and inadvertent omissions in previous change.
10930 (todo-filter-items): Ensure only file names are comma-separated in
10931 name of filtered items buffer.
10932
10933 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10934
10935 * desktop.el: Optionally force offscreen frames back onscreen.
10936 (desktop-restoring-reuses-frames): New option.
10937 (desktop--compute-pos, desktop--move-onscreen): New functions.
10938 (desktop--make-frame): Use desktop--move-onscreen.
10939
10940 2013-07-27 Alan Mackenzie <acm@muc.de>
10941
10942 Fontify a Java generic method as a function.
10943 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10944 value to t.
10945
10946 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10947
10948 * calendar/todo-mode.el: Add command to rename todo files.
10949 (todo-rename-file): New command.
10950 (todo-key-bindings-t): Add key binding for it. Change the
10951 bindings of todo-filter-regexp-items(-multifile) to use `x'
10952 instead of `r', since the latter is better suited to the new
10953 renaming command.
10954
10955 2013-07-27 Alan Mackenzie <acm@muc.de>
10956
10957 Make Java try-with-resources statement parse properly.
10958 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10959 (c-block-stmt-1-2-key): New language constants/variables.
10960 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10961 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10962 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10963 with c-block-stmt-1-2-key.
10964
10965 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * desktop.el (desktop--make-frame): Apply most frame parameters after
10968 creating the frame to force (partially or totally) offscreen frames to
10969 be restored as such.
10970
10971 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10972
10973 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10974 (Bug#14948)
10975
10976 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10979 `base' arg of backtrace-frame.
10980
10981 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10982
10983 * simple.el (list-processes): Doc fix.
10984
10985 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10986
10987 * desktop.el (desktop--select-frame):
10988 Try harder to reuse existing frames.
10989
10990 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10993 (edebug-eval): Use backtrace-eval.
10994 (edebug--display, edebug--recursive-edit): Don't let-bind the
10995 edebug-outer-* vars that keep track of variables we locally let-bind.
10996 (edebug-outside-excursion): Don't restore outside values of locally
10997 let-bound vars.
10998 (edebug--display): Use user-error.
10999 (cl-lexical-debug, cl-debug-env): Remove.
11000
11001 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11004 are restored to be sure that they are visible before deleting any
11005 remaining ones.
11006
11007 2013-07-26 Matthias Meulien <orontee@gmail.com>
11008
11009 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11010 vc-print-root-log. (Bug#14948)
11011
11012 2013-07-26 Richard Stallman <rms@gnu.org>
11013
11014 Add aliases for encrypting mail.
11015 * epa.el (epa-mail-aliases): New option.
11016 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11017 Bind inhibit-read-only so read-only text doesn't ruin everything.
11018 (epa-mail-default-recipients): New subroutine broken out.
11019 Handle epa-mail-aliases.
11020
11021 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 Add support for lexical variables to the debugger's `e' command.
11024 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11025 vars, except for debugger-outer-match-data.
11026 (debugger-frame-number): Move check for "on a function call" from
11027 callers into it. Add `skip-base' argument.
11028 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11029 (debugger-env-macro): Only reset the state stored in non-variables,
11030 i.e. current-buffer and match-data.
11031 (debugger-eval-expression): Rewrite using backtrace-eval.
11032 * subr.el (internal--called-interactively-p--get-frame): Remove.
11033 (called-interactively-p):
11034 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11035 `base' arg of backtrace-frame instead.
11036
11037 2013-07-26 Glenn Morris <rgm@gnu.org>
11038
11039 * align.el (align-regexp): Doc fix. (Bug#14857)
11040 (align-region): Explicit error if subexpression missing/does not match.
11041
11042 * simple.el (global-visual-line-mode):
11043 Do not duplicate the mode lighter. (Bug#14858)
11044
11045 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11046
11047 * window.el (display-buffer): In display-buffer bind
11048 split-window-keep-point to t, bug#14829.
11049
11050 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11051
11052 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11053 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11054 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11055 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11056 Change accordingly.
11057 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11058 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11059
11060 2013-07-25 Glenn Morris <rgm@gnu.org>
11061
11062 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11063
11064 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11065
11066 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11067 parameter to modify-frame-parameters if the value has not changed;
11068 this is a workaround for bug#14949.
11069 (desktop--make-frame): On cl-delete-if call, check parameter name,
11070 not full parameter.
11071
11072 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11073
11074 * vc/vc.el (vc-ignore): New function.
11075
11076 * vc/vc-svn.el (vc-svn-ignore): New function.
11077
11078 * vc/vc-hg.el (vc-hg-ignore): New function.
11079
11080 * vc/vc-git.el (vc-git-ignore): New function.
11081
11082 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11083 (vc-dir-ignore): New function.
11084
11085 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11086 (cvs-append-to-ignore): Move here from pcvs.el.
11087
11088 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11089
11090 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11091
11092 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11093
11094 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11095 (desktop-restore-frames): Warn when deleting an existing frame failed.
11096
11097 2013-07-24 Glenn Morris <rgm@gnu.org>
11098
11099 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11100
11101 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11102
11103 * filenotify.el (file-notify-supported-p):
11104 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11105 Remove functions.
11106
11107 * autorevert.el (auto-revert-use-notify)
11108 (auto-revert-notify-add-watch):
11109 * net/tramp.el (tramp-file-name-for-operation):
11110 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11111 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11112 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11113 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11114 Remove `file-notify-supported-p' entry.
11115
11116 2013-07-24 Glenn Morris <rgm@gnu.org>
11117
11118 * printing.el: Replace all uses of deleted ps-windows-system,
11119 ps-lp-system, ps-flatten-list with lpr- versions.
11120
11121 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11124 checked with memq (bug#14935).
11125
11126 * files.el (revert-buffer-function): Use a non-nil default.
11127 (revert-buffer-preserve-modes): Declare var to
11128 provide access to the `preserve-modes' argument.
11129 (revert-buffer): Let-bind it.
11130 (revert-buffer--default): New function, extracted from revert-buffer.
11131
11132 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * lpr.el: Signal print errors more prominently.
11135 (print-region-function): Don't default to nil.
11136 (lpr-print-region): New function, extracted from print-region-1.
11137 Check lpr's return value and signal an error in case of problem.
11138 (print-region-1): Use it.
11139 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11140 versions instead.
11141 (ps-printer-name): Default to nil.
11142 (ps-printer-name-option): Default to lpr-printer-switch.
11143 (ps-print-region-function): Don't default to nil.
11144 (ps-postscript-code-directory): Simplify default.
11145 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11146 (ps-string-list, ps-eval-switch, ps-flatten-list)
11147 (ps-flatten-list-1): Remove.
11148 (ps-multibyte-buffer): Avoid setq.
11149 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11150 (print-region-function, ps-print-region-function): Don't set them here.
11151
11152 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11153
11154 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11155 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11156 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11157 (ido-decorations): Doc fix.
11158
11159 * ansi-color.el: Fix old URL.
11160
11161 2013-07-23 Michael R. Mauger <michael@mauger.com>
11162
11163 * progmodes/sql.el: Version 3.3
11164 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11165 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11166 (sql-interactive-remove-continuation-prompt): Rewrite, use
11167 functions above. Fix continuation prompt and complete output line
11168 handling.
11169 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11170 redirected output buffer.
11171 (sql-mode): Restore deleted code (Bug#13591).
11172
11173 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11174
11175 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11176
11177 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11178
11179 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11180
11181 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11182 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11183 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11184
11185 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11186
11187 * desktop.el (desktop-clear): Simplify; remove useless checks
11188 against invalid buffer names.
11189 (desktop-list*): Use cl-list*.
11190 (desktop-buffer-info, desktop-create-buffer): Simplify.
11191
11192 2013-07-23 Leo Liu <sdl.web@gmail.com>
11193
11194 * bookmark.el (bookmark-make-record): Restore NAME as a default
11195 value. (Bug#14933)
11196
11197 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11200 extracted from autoload--insert-text.
11201 (autoload--insert-text): Remove.
11202 (autoload--print-cookie-text): New function, extracted from
11203 autoload--insert-cookie-text.
11204 (autoload--insert-cookie-text): Remove.
11205 (autoload-generate-file-autoloads): Adjust calls accordingly.
11206
11207 * winner.el (winner-hook-installed-p): Remove.
11208 (winner-mode): Simplify accordingly.
11209
11210 * subr.el (add-to-list): Fix compiler-macro when `append' is
11211 not constant. Don't use `cl-member' for the base case.
11212
11213 * progmodes/subword.el: Fix boundary case (bug#13758).
11214 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11215 own group.
11216 (subword-backward-regexp): Make it a constant.
11217 (subword-forward-internal): Don't treat a trailing capital as the
11218 beginning of a word.
11219
11220 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11221
11222 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11223 global value of tabulated-list-revert-hook (bug#14930).
11224
11225 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11226
11227 * desktop.el: Require 'cl-lib.
11228 (desktop-before-saving-frames-functions): New hook.
11229 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11230 for frames being saved. Rename from desktop--save-minibuffer-frames.
11231 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11232 Do not save frames with non-nil `desktop-dont-save' parameter.
11233 Filter out deleted frames.
11234 (desktop--find-frame): Use cl-find-if.
11235 (desktop--select-frame): Use cl-(first|second|third) to access values
11236 of desktop-mini.
11237 (desktop--make-frame): Use cl-delete-if.
11238 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11239 (desktop-restore-frames): Use cl-(first|second|third) to access values
11240 of desktop-mini. Look for visible frame at the end, not while
11241 restoring frames.
11242
11243 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11244 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11245 Use string-match-p, looking-at-p (bug#14927).
11246
11247 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11248
11249 * desktop.el (desktop-saved-frame-states):
11250 Rename from desktop--saved-states; all users changed.
11251 (desktop-save-frames): Rename from desktop--save-frames.
11252 Do not save state to desktop file.
11253 (desktop-save): Save desktop-saved-frame-states to desktop file
11254 and reset to nil.
11255 (desktop-restoring-frames-p): New function.
11256 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11257 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11258 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11259
11260 * desktop.el: Correctly restore iconified frames.
11261 (desktop--filter-iconified-position): New function.
11262 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11263
11264 2013-07-20 Glenn Morris <rgm@gnu.org>
11265
11266 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11267 Let `message' do the formatting.
11268 (def-gdb-preempt-display-buffer): Add explicit format.
11269
11270 * image-dired.el (image-dired-track-original-file):
11271 Use with-current-buffer.
11272 (image-dired-track-thumbnail): Use with-current-buffer.
11273 Avoid changing point of wrong window.
11274
11275 * image-dired.el (image-dired-track-original-file):
11276 Avoid changing point of wrong window. (Bug#14909)
11277
11278 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11279
11280 * progmodes/gdb-mi.el (gdb-done-or-error):
11281 Guard against "%" in gdb output. (Bug#14127)
11282
11283 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11284
11285 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11286 (Bug#14826)
11287
11288 * international/mule.el (coding-system-iso-2022-flags): Fix last
11289 change.
11290
11291 2013-07-20 Kenichi Handa <handa@gnu.org>
11292
11293 * international/mule.el (coding-system-iso-2022-flags):
11294 Add `8-bit-level-4'. (Bug#8522)
11295
11296 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11297
11298 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11299 (bug#14815).
11300
11301 * net/eww.el (eww-process-text-input): Allow inputting when the
11302 point is at the start of the line, as the properties aren't
11303 front-sticky.
11304
11305 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11306 degenerate widths.
11307
11308 2013-07-19 Richard Stallman <rms@gnu.org>
11309
11310 * epa.el (epa-popup-info-window): Doc fix.
11311
11312 * subr.el (split-string): New arg TRIM.
11313
11314 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11317 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11318
11319 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11320
11321 * filenotify.el (file-notify--library): Rename from
11322 `file-notify-support'. Do not autoload. Adapt all uses.
11323 (file-notify-supported-p): New defun.
11324
11325 * autorevert.el (auto-revert-use-notify):
11326 Use `file-notify-supported-p' instead of `file-notify-support'.
11327 Adapt docstring.
11328 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11329
11330 * net/tramp.el (tramp-file-name-for-operation):
11331 Add `file-notify-supported-p'.
11332
11333 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11334 New defun.
11335 (tramp-sh-file-name-handler-alist): Add it as handler for
11336 `file-notify-supported-p '.
11337
11338 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11339 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11340 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11341 Add `ignore' as handler for `file-notify-*' functions.
11342
11343 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11344
11345 * simple.el (line-move-partial, line-move): Don't start vscroll or
11346 scroll-up if the current line is not taller than the window.
11347 (Bug#14881)
11348
11349 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11350
11351 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11352 highlight question marks in the method names as strings.
11353 (ruby-block-beg-keywords): Inline.
11354 (ruby-font-lock-keyword-beg-re): Extract from
11355 `ruby-font-lock-keywords'.
11356
11357 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11358
11359 * frame.el (blink-cursor-blinks): New defcustom.
11360 (blink-cursor-blinks-done): New defvar.
11361 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11362 (blink-cursor-timer-function): Check if number of blinks has been
11363 done on X and NS.
11364 (blink-cursor-suspend, blink-cursor-check): New defuns.
11365
11366 2013-07-15 Glenn Morris <rgm@gnu.org>
11367
11368 * edmacro.el (edmacro-format-keys): Fix previous change.
11369
11370 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11371
11372 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11373 The hack didn't work outside English locales anyway.
11374
11375 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * simple.el (define-alternatives): Rename from alternatives-define,
11378 per RMS' suggestion.
11379
11380 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11381
11382 * desktop.el (desktop-restore-frames): Change default to t.
11383 (desktop-restore-in-current-display): Now offer more options.
11384 (desktop-restoring-reuses-frames): New customization option.
11385 (desktop--saved-states): Doc fix.
11386 (desktop-filter-parameters-alist): New variable, renamed and expanded
11387 from desktop--excluded-frame-parameters.
11388 (desktop--target-display): New variable.
11389 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11390 (desktop--filter-tty*, desktop--filter-*-color)
11391 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11392 (desktop--filter-save-desktop-parm)
11393 (desktop-restore-in-original-display-p): New functions.
11394 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11395 (desktop--save-minibuffer-frames): New function, inspired by a similar
11396 function from Martin Rudalics.
11397 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11398 (desktop--restore-in-this-display-p): Remove.
11399 (desktop--find-frame): Rename from desktop--find-frame-in-display
11400 and add predicate argument.
11401 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11402 (desktop--reuse-list): New variable.
11403 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11404 New functions.
11405 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11406
11407 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11410
11411 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11412
11413 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11414 Highlight conversion methods on Kernel.
11415
11416 2013-07-13 Alan Mackenzie <acm@muc.de>
11417
11418 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11419 and comment it out. This out-commenting enables certain C++
11420 declarations to be parsed correctly.
11421
11422 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11423
11424 * international/mule.el (define-coding-system): Doc fix.
11425
11426 * simple.el (default-font-height): Don't call font-info if the
11427 frame's default font didn't change since the frame was created.
11428 (Bug#14838)
11429
11430 2013-07-13 Leo Liu <sdl.web@gmail.com>
11431
11432 * ido.el (ido-read-file-name): Guard against non-symbol value.
11433
11434 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11435
11436 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11437 in nested defuns.
11438
11439 2013-07-13 Leo Liu <sdl.web@gmail.com>
11440
11441 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11442 ido-set-matches call. (Bug#6852)
11443
11444 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11445
11446 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11447 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11448 Ruby 2.0.
11449 (ruby-font-lock-keywords): Distinguish calls to functions with
11450 module-like names from module references. Highlight character
11451 literals.
11452
11453 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11454
11455 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11456 (gdb-send): Handle continued commands. (Bug#14847)
11457
11458 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11459
11460 * desktop.el (desktop--v2s): Remove unused local variable.
11461 (desktop-save-buffer): Make defvar-local; adjust docstring.
11462 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11463 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11464
11465 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11466
11467 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11468
11469 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11470
11471 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11472 (Bug#14842)
11473
11474 2013-07-12 Glenn Morris <rgm@gnu.org>
11475
11476 * doc-view.el: Require cl-lib at runtime too.
11477 (doc-view-remove-if): Remove.
11478 (doc-view-search-next-match, doc-view-search-previous-match):
11479 Use cl-remove-if.
11480
11481 * edmacro.el: Require cl-lib at runtime too.
11482 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11483 (edmacro-mismatch, edmacro-subseq): Remove.
11484
11485 * shadowfile.el: Require cl-lib.
11486 (shadow-remove-if): Remove.
11487 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11488 Use cl-remove-if.
11489
11490 * wid-edit.el: Require cl-lib.
11491 (widget-choose): Use cl-remove-if.
11492 (widget-remove-if): Remove.
11493
11494 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11495 (ebrowse-delete-if-not): Remove.
11496 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11497 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11498 Use cl-delete-if-not.
11499
11500 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11501
11502 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11503 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11504
11505 2013-07-12 Leo Liu <sdl.web@gmail.com>
11506
11507 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11508
11509 2013-07-11 Glenn Morris <rgm@gnu.org>
11510
11511 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11512 (edebug-gensym-index, edebug-gensym):
11513 Remove reimplementation of cl-gensym.
11514 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11515
11516 * thumbs.el: Require cl-lib at run-time too.
11517 (thumbs-gensym-counter, thumbs-gensym):
11518 Remove reimplementation of cl-gensym.
11519 (thumbs-temp-file): Use cl-gensym.
11520
11521 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11522 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11523 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11524 (ert--union, ert--gensym-counter, ert--gensym-counter)
11525 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11526 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11527 (ert-make-test-unbound, ert--expand-should-1)
11528 (ert--expand-should, ert--should-error-handle-error)
11529 (should-error, ert--explain-equal-rec)
11530 (ert--plist-difference-explanation, ert-select-tests)
11531 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11532 Use cl-lib functions rather than reimplementations.
11533
11534 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11535
11536 * net/tramp.el (tramp-methods): Extend docstring.
11537 (tramp-connection-timeout): New defcustom.
11538 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11539 (with-tramp-progress-reporter): Simplify.
11540 (tramp-process-actions): Improve messages.
11541
11542 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11543 * net/tramp-sh.el (tramp-maybe-open-connection):
11544 Use `tramp-connection-timeout'.
11545 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11546 (Bug#14808)
11547
11548 2013-07-11 Leo Liu <sdl.web@gmail.com>
11549
11550 * ido.el (ido-read-file-name): Conform to the requirements of
11551 read-file-name. (Bug#11861)
11552 (ido-read-directory-name): Conform to the requirements of
11553 read-directory-name.
11554
11555 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11556
11557 * subr.el (delay-warning): New function.
11558
11559 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11560
11561 * simple.el (default-line-height): New function.
11562 (line-move-partial, line-move): Use it instead of computing the
11563 line height inline.
11564 (line-move-partial): Always compute ROWH. If the last line is
11565 partially-visible, but its text is completely visible, allow
11566 cursor to enter such a partially-visible line.
11567
11568 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11569
11570 Improve error messages. (Bug#14808)
11571
11572 * net/tramp.el (tramp-current-connection): New defvar, moved from
11573 tramp-sh.el.
11574 (tramp-message-show-progress-reporter-message): Remove, not
11575 needed anymore.
11576 (tramp-error-with-buffer): Show message in minibuffer.
11577 Discard input before waiting. Reset connection timestamp.
11578 (with-tramp-progress-reporter): Improve messages.
11579 (tramp-process-actions): Use progress reporter. Delete process in
11580 case of error. Improve messages.
11581
11582 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11583 Call `tramp-error-with-buffer' with vector and buffer.
11584 (tramp-current-connection): Remove.
11585 (tramp-maybe-open-connection): The car of
11586 `tramp-current-connection' are the first 3 slots of the vector.
11587
11588 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11589
11590 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11591 inside continued strings.
11592
11593 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11594
11595 Timestamp fixes for undo (Bug#14824).
11596 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11597
11598 2013-07-10 Leo Liu <sdl.web@gmail.com>
11599
11600 * files.el (require-final-newline): Allow safe local value.
11601 (Bug#14834)
11602
11603 2013-07-09 Leo Liu <sdl.web@gmail.com>
11604
11605 * ido.el (ido-read-directory-name): Handle fallback.
11606 (ido-read-file-name): Update DIR to ido-current-directory.
11607 (Bug#1516)
11608 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11609
11610 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11611
11612 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11613 "autoload". Remove "warn lower camel case" section, previously
11614 commented out. Highlight negation char. Do not highlight the
11615 target in singleton method definitions.
11616
11617 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * faces.el (tty-setup-hook): Declare the hook.
11620
11621 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11622 and detect when a guard/pred depends on local vars (bug#14773).
11623 (pcase--u1): Adjust caller.
11624
11625 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11626
11627 * simple.el (line-move-partial, line-move): Account for
11628 line-spacing.
11629 (line-move-partial): Avoid setting vscroll when the last
11630 partially-visible line in window is of default height.
11631
11632 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11633
11634 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11635 been used a while.
11636
11637 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11638
11639 * subr.el (read-quoted-char): Remove unused local variable `char'.
11640
11641 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11642
11643 * vc/ediff.el (ediff-version): Version update.
11644 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11645 (ediff-merge-with-ancestor-command, ediff-directories-command)
11646 (ediff-directories3-command, ediff-merge-directories-command)
11647 (ediff-merge-directories-with-ancestor-command): New functions.
11648 All are command-line interfaces to ediff: to facilitate calling
11649 Emacs with the appropriate ediff functions invoked.
11650
11651 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11652 New function.
11653 (viper-save-kill-buffer): Check if buffer is modified.
11654
11655 * emulation/viper.el (viper-version): Version update.
11656 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11657
11658 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11661 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11662 (viper-intercept-ESC-key): Simplify.
11663 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11664 don't use kbd.
11665 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11666 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11667 (viper-setup-ESC-to-escape): New functions.
11668 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11669 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11670
11671 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11672
11673 * simple.el (default-font-height, window-screen-lines):
11674 New functions.
11675 (line-move, line-move-partial): Use them instead of
11676 frame-char-height and window-text-height. This makes scrolling
11677 text smoother when the buffer's default face uses a font that is
11678 different from the frame's default font.
11679
11680 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11681
11682 * files.el (write-file): Do not display confirm dialog for NS,
11683 it does its own dialog, which can't be canceled (Bug#14578).
11684
11685 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11686
11687 * simple.el (line-move-partial): Adjust the row returned by
11688 posn-at-point for the current window-vscroll. (Bug#14567)
11689
11690 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11691
11692 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11693 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11694 spaces.
11695
11696 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11697
11698 * window.el (window-state-put-stale-windows): New variable.
11699 (window--state-put-2): Save list of windows without matching buffer.
11700 (window-state-put): Remove "bufferless" windows if possible.
11701
11702 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11703
11704 * simple.el (alternatives-define): Remove leftover :group keyword.
11705 Tweak docstring.
11706
11707 2013-07-06 Leo Liu <sdl.web@gmail.com>
11708
11709 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11710 (ido-enable-virtual-buffers): New variable.
11711 (ido-buffer-internal, ido-toggle-virtual-buffers)
11712 (ido-make-buffer-list): Use it.
11713 (ido-exhibit): Support turning on and off virtual buffers
11714 automatically.
11715
11716 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11717
11718 * simple.el (alternatives-define): New macro.
11719
11720 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * subr.el (read-quoted-char): Use read-key.
11723 (sit-for): Let read-event decode tty input (bug#14782).
11724
11725 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11726
11727 * calendar/todo-mode.el: Add handling of file deletion, both by
11728 mode command and externally. Fix various related bugs.
11729 Clarify Commentary and improve some documentation strings and code.
11730 (todo-delete-file): New command.
11731 (todo-check-file): New function.
11732 (todo-show): Handle external deletion of the file we're trying to
11733 show (bug#14688). Replace called-interactively-p by an optional
11734 prefix argument to avoid problematic interaction with catch form
11735 when byte compiled (bug#14702).
11736 (todo-quit): Handle external deletion of the archive's todo file.
11737 Make sure the buffer that was visiting the archive file is still
11738 live before trying to bury it.
11739 (todo-category-completions): Handle external deletion of any
11740 category completion files.
11741 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11742 of todo files, in case of external deletion.
11743 (todo-add-file): Replace unnecessary setq by let-binding.
11744 (todo-find-archive): Check whether there are any archives.
11745 Replace unnecessary setq by let-binding.
11746 (todo-archive-done-item): Use find-file-noselect to get the
11747 archive buffer whether or not the archive already exists.
11748 Remove superfluous code. Use file size instead of buffer-file-name to
11749 check if the archive is new; if it is, update list of archives.
11750 (todo-default-todo-file): Allow nil to be a valid value for when
11751 there are no todo files.
11752 (todo-reevaluate-default-file-defcustom): Use corrected definition
11753 of todo-default-todo-file.
11754 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11755 (todo-delete-category, todo-show-categories-table)
11756 (todo-category-number): Clarify comment.
11757 (todo-filter-items): Clarify documentation string.
11758 (todo-show-current-file, todo-display-as-todo-file)
11759 (todo-reset-and-enable-done-separator): Tweak documentation string.
11760 (todo-done-separator): Make separator length window-width, since
11761 bug#2749 is now fixed.
11762
11763 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11764
11765 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11766 Support both "gvfs-monitor-dir" and "inotifywait".
11767 (tramp-sh-file-inotifywait-process-filter): Rename from
11768 `tramp-sh-file-notify-process-filter'.
11769 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11770 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11771
11772 2013-07-05 Leo Liu <sdl.web@gmail.com>
11773
11774 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11775
11776 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11777
11778 * frame.el (display-pixel-height, display-pixel-width)
11779 (display-mm-height, display-mm-width): Mention behavior on
11780 multi-monitor setups in docstrings.
11781 (w32-display-monitor-attributes-list): Declare function.
11782 (display-monitor-attributes-list): Use it.
11783
11784 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11785
11786 * filenotify.el: New package.
11787
11788 * autorevert.el (top): Require filenotify.el.
11789 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11790 instead.
11791 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11792 (auto-revert-notify-handler): Use `file-notify-*' functions.
11793
11794 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11795
11796 * net/tramp.el (tramp-file-name-for-operation):
11797 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11798
11799 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11800 for `file-notify-add-watch' and `file-notify-rm-watch'.
11801 (tramp-process-sentinel): Improve trace.
11802 (tramp-sh-handle-file-notify-add-watch)
11803 (tramp-sh-file-notify-process-filter)
11804 (tramp-sh-handle-file-notify-rm-watch)
11805 (tramp-get-remote-inotifywait): New defuns.
11806
11807 2013-07-03 Juri Linkov <juri@jurta.org>
11808
11809 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11810 call of `occur-read-primary-args' to interactive spec.
11811
11812 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11813 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11814
11815 2013-07-03 Matthias Meulien <orontee@gmail.com>
11816
11817 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11818 `Buffer-menu-multi-occur'. Add it to the menu.
11819 (Buffer-menu-mode): Document it in docstring.
11820 (Buffer-menu-multi-occur): New command. (Bug#14673)
11821
11822 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11823
11824 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11825 keywords and built-ins.
11826
11827 2013-07-03 Glenn Morris <rgm@gnu.org>
11828
11829 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11830
11831 Make info-xref checks case-sensitive by default
11832 * info.el (Info-find-node, Info-find-in-tag-table)
11833 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11834 Add option for exact case matching of nodes.
11835 * info-xref.el (info-xref): New custom group.
11836 (info-xref-case-fold): New option.
11837 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11838
11839 2013-07-03 Leo Liu <sdl.web@gmail.com>
11840
11841 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11842
11843 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11844
11845 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11846 middle of block statement initially, lower the depth. Remove
11847 FIXME comment, not longer valid. Remove middle of block statement
11848 detection, no need to do that anymore since we've been using
11849 `ruby-parse-region' here.
11850
11851 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11852
11853 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11854
11855 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11856
11857 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11858
11859 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11860
11861 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11862 (desktop-restore-in-current-display): New customization option.
11863 (desktop--excluded-frame-parameters): Add `font'.
11864 (desktop--save-frames): Rename from desktop--save-windows.
11865 (desktop--restore-in-this-display-p): New function.
11866 (desktop--make-full-frame): Remove unwanted width/height from
11867 full(width|height) frames.
11868 (desktop--restore-frames): Rename from desktop--restore-windows.
11869 Obey desktop-restore-current-display. Do not delete old frames or
11870 select a new frame unless we were able to restore at least one frame.
11871
11872 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11873
11874 * files.el (find-file-noselect): Simplify conditional expression.
11875
11876 * textmodes/remember.el (remember-append-to-file):
11877 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11878
11879 Add `remember-notes' function to store random notes across Emacs
11880 restarts.
11881 * textmodes/remember.el (remember-data-file): Add :set callback to
11882 affect notes buffer (if any).
11883 (remember-notes): New command.
11884 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11885 New defcustoms for the `remember-notes' function.
11886 (remember-notes-save-and-bury-buffer): New command.
11887 (remember-notes-mode-map): New variable.
11888 (remember-mode): New minor mode.
11889 (remember-notes--kill-buffer-query): New function.
11890 * startup.el (initial-buffer-choice): Add notes to custom type.
11891
11892 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11893
11894 * bindings.el (right-char, left-char): Don't call sit-for, this is
11895 no longer needed. Use arithmetic comparison only for numerical
11896 arguments.
11897
11898 * international/mule-cmds.el (select-safe-coding-system):
11899 Handle the case of FROM being a string correctly. (Bug#14755)
11900
11901 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11902
11903 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11904 progression on degenerate tables.
11905 (shr-rescale-image): ImageMagick animated images currently don't work.
11906
11907 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11908
11909 Some fixes and improvements for desktop frame restoration.
11910 It is still experimental and disabled by default.
11911 * desktop.el (desktop--save-windows): Put the selected frame at
11912 the head of the list.
11913 (desktop--make-full-frame): New function.
11914 (desktop--restore-windows): Try to re-select the frame that was
11915 selected upon saving. Do not abort if some frames fail to restore,
11916 just show an error message and continue. Set up maximized frames
11917 so they have default non-maximized dimensions.
11918
11919 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11920
11921 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11922 Don't start heredoc inside a string or comment.
11923
11924 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11925
11926 * bindings.el (visual-order-cursor-movement): New defcustom.
11927 (right-char, left-char): Provide visual-order cursor motion by
11928 calling move-point-visually. Update the doc strings.
11929
11930 2013-06-28 Kenichi Handa <handa@gnu.org>
11931
11932 * international/mule.el (define-coding-system): New coding system
11933 properties :inhibit-null-byte-detection,
11934 :inhibit-iso-escape-detection, and :prefer-utf-8.
11935 (set-buffer-file-coding-system): If :charset-list property of
11936 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11937 appropriate for setting.
11938
11939 * international/mule-cmds.el (select-safe-coding-system):
11940 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11941 multibyte characters, return utf-8 (or one of its siblings).
11942
11943 * international/mule-conf.el (prefer-utf-8): New coding system.
11944 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11945 files.
11946
11947 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11948
11949 * net/shr.el (shr-render-region): New function.
11950
11951 * net/eww.el: Autoload `eww-browse-url'.
11952
11953 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11954
11955 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11956 Adapt to `package-desc-version' being a list.
11957 Use `package--ac-desc-version' to retrieve version from a package
11958 archive element.
11959
11960 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11961
11962 New experimental feature to save&restore window and frame setup.
11963 * desktop.el (desktop-save-windows): New defcustom.
11964 (desktop--saved-states): New var.
11965 (desktop--excluded-frame-parameters): New defconst.
11966 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11967 (desktop--restore-windows, desktop--save-windows): New functions.
11968 (desktop-save): Call `desktop--save-windows'.
11969 (desktop-read): Call `desktop--restore-windows'.
11970
11971 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11972
11973 * net/shr.el (add-face-text-property): Remove compat definition.
11974
11975 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11976
11977 * info.el (Info-try-follow-nearest-node): Move search for footnote
11978 above search for node name to prevent missing a footnote (bug#14717).
11979
11980 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11981
11982 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11983
11984 2013-06-27 Leo Liu <sdl.web@gmail.com>
11985
11986 * net/eww.el (eww-read-bookmarks): Check file size.
11987
11988 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11991 advice--pending if newdef is nil or an autoload (bug#13820).
11992 (advice-mapc): New function.
11993
11994 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11995
11996 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11997 probably.
11998 (eww-mode-map): Add a menu bar.
11999 (eww-add-bookmark): New command.
12000 (eww-bookmark-mode): New mode and commands.
12001 (eww-add-bookmark): Remove newlines from the title.
12002 (eww-bookmark-browse): Don't bug out if it's the only window.
12003
12004 2013-06-26 Glenn Morris <rgm@gnu.org>
12005
12006 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12007 (hfy-size): Handle ttys. (Bug#14668)
12008
12009 * info-xref.el: Update for Texinfo 5 change in *note format.
12010 (info-xref-node-re, info-xref-note-re): New constants.
12011 (info-xref-check-buffer): Use info-xref-note-re.
12012
12013 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12016
12017 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12018 nil terminate the loop (bug#14718).
12019
12020 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12021
12022 * net/eww.el: Rework history traversal. When going forward/back,
12023 put these actions into the history, too, so that they can be
12024 replayed.
12025 (eww-render): Move the history reset to the correct buffer.
12026
12027 2013-06-25 Juri Linkov <juri@jurta.org>
12028
12029 * files-x.el (modify-dir-local-variable): Change the header comment
12030 in the file with directory local variables. (Bug#14692)
12031
12032 * files-x.el (read-file-local-variable-value): Add `default'.
12033 (Bug#14710)
12034
12035 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12036
12037 * net/eww.el (eww-make-unique-file-name): Create a unique file
12038 name before saving to entering `y' accidentally asynchronously.
12039
12040 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12041
12042 * net/eww.el (eww-download): New command and keystroke.
12043
12044 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12045
12046 * net/eww.el (eww-copy-page-url): Change name of command.
12047
12048 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12049 be more consistent with Info and dired.
12050
12051 * net/eww.el (eww-mode-map): Ditto.
12052
12053 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12056 packages from archives.
12057 (package-archive-contents): Change format; include obsolete packages.
12058 (package-desc): Use `dir' to mark builtin packages.
12059 (package--from-builtin): Set the `dir' field to `builtin'.
12060 (generated-autoload-file, version-control): Declare.
12061 (package-compute-transaction): Change first arg and return value to be
12062 lists of package-descs. Adjust to new package-archive-contents format.
12063 (package--add-to-archive-contents): Adjust to new
12064 package-archive-contents format.
12065 (package-download-transaction): Arg is now a list of package-descs.
12066 (package-install): If `pkg' is a package name, pass it as
12067 a requirement, so it is subject to the usual (e.g. disabled) checks.
12068 (describe-package): Accept package-desc as well.
12069 (describe-package-1): Describe a specific package-desc. Add links to
12070 other package-descs for the same package name.
12071 (package-menu-describe-package): Pass the actual package-desc.
12072 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12073 works correctly.
12074 (package-desc-status): New function.
12075 (package-menu--refresh): New function, extracted
12076 from package-menu--generate.
12077 (package-menu--generate): Use it.
12078 (package-delete): Update package-alist.
12079 (package-menu-execute): Don't call package-initialize.
12080
12081 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12082 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12083 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12084 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12085 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12086 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12087
12088 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12089
12090 * window.el (window--state-get-1): Workaround for bug#14527.
12091 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12092
12093 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12094
12095 * net/eww.el (eww-back-url): Implement the history by stashing all
12096 the data into a list.
12097 (eww-forward-url): Allow going forward in the history, too.
12098
12099 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12102 for values and use read--expression for expressions (bug#14710).
12103 (read-file-local-variable): Avoid setq.
12104 (read-file-local-variable-mode): Use minor-mode-list.
12105
12106 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12107
12108 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12109 for DOI URLs.
12110
12111 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12112
12113 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12114 Update imenu-support when dialect changes.
12115
12116 2013-06-25 Leo Liu <sdl.web@gmail.com>
12117
12118 * ido.el (ido-read-internal): Allow forward slash on windows.
12119
12120 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12121
12122 * net/eww.el (eww): Start of strings is \\`, not ^.
12123
12124 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12125
12126 * net/shr.el (shr-browse-url): Fix interactive spec.
12127
12128 * net/eww.el (eww): Add a trailing slash to domain names.
12129
12130 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12131
12132 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12133
12134 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12135
12136 * net/shr.el (shr-browse-url): Use an external browser if given a
12137 prefix.
12138
12139 * net/eww.el (eww-external-browser): Move to shr.
12140
12141 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12142
12143 * net/eww.el (eww): Work more correctly for file: URLs.
12144 (eww-detect-charset): Allow quoted charsets.
12145 (eww-yank-page-url): New command and keystroke.
12146
12147 2013-06-24 Daiki Ueno <ueno@gnu.org>
12148
12149 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12150 file name of gpg executable.
12151 (epg-context-program): New function.
12152 (epg-context-home-directory): New function.
12153 (epg-context-set-program): New function.
12154 (epg-context-set-home-directory): New function.
12155 (epg--start): Use `epg-context-program' instead of
12156 'epg-gpg-program'.
12157 (epg--list-keys-1): Likewise.
12158
12159 2013-06-24 Leo Liu <sdl.web@gmail.com>
12160
12161 * ido.el (ido-read-internal): Fix bug#14620.
12162
12163 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12164
12165 * faces.el (face-documentation): Simplify.
12166 (read-face-attribute, tty-find-type, x-resolve-font-name):
12167 Use `string-match-p'.
12168 (list-faces-display): Use `string-match-p'. Simplify.
12169 (face-spec-recalc): Check face to avoid face alias loops.
12170 (read-color): Use `string-match-p' and non-capturing parenthesis.
12171
12172 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12173
12174 * net/shr.el (shr-rescale-image): Use the new
12175 :max-width/:max-height functionality.
12176
12177 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12178
12179 * net/eww.el (eww-search-prefix): New variable.
12180 (eww): Use it.
12181 (eww-external-browser): New variable.
12182 (eww-mode-map): New keystroke.
12183 (eww-browse-with-external-browser): New command.
12184
12185 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12186
12187 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12188
12189 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12190 Don't skip aligning the next header field when padding is 0;
12191 otherwise, field width is not respected unless the title is as
12192 wide as the field.
12193
12194 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * emacs-lisp/package.el (package-el-version): Remove.
12197 (package-process-define-package): Fix inf-loop.
12198 (package-install): Allow symbols as arguments again.
12199
12200 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12201
12202 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12203 add some more keyword-like methods.
12204 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12205
12206 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12207
12208 * bs.el (bs-buffer-show-mark): Make defvar-local.
12209 (bs-mode): Use setq-local.
12210
12211 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12212 (emacs-lock--try-unlocking): Make defvar-local.
12213
12214 2013-06-22 Glenn Morris <rgm@gnu.org>
12215
12216 * play/cookie1.el (cookie-apropos): Minor simplification.
12217
12218 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12219
12220 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12221
12222 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12223 `regexp-opt', it breaks the build during dumping.
12224
12225 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12226
12227 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12228 Highlight keyword-like methods on Kernel and Module with
12229 font-lock-builtin-face.
12230 (auto-mode-alist): Consolidate different entries into one regexp
12231 and add more *file-s.
12232
12233 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12234
12235 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12236
12237 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12238 (diary-entry): Use it in the action of this button type instead of
12239 diary-goto-entry.
12240
12241 * calendar/todo-mode.el: New version.
12242 (todo-add-category): Append new category to end of file and give
12243 it the highest number, instead of putting it at the beginning and
12244 giving it 0. Incorporate noninteractive functionality.
12245 (todo-forward-category): Adapt to 1-based category numbering.
12246 Allow skipping over archived categories.
12247 (todo-backward-category): Derive from todo-forward-category.
12248 (todo-backward-item, todo-forward-item): Make noninteractive and
12249 delegate interactive part to new commands. Make sensitive to done items.
12250 (todo-categories): Make value an alist of category names and
12251 vectors of item counts.
12252 (todo-category-beg): Make a defconst.
12253 (todo-category-number): Use 1 instead of 0 as initial value.
12254 (todo-category-select): Make sensitive to overlays, optional item
12255 highlighting and done items.
12256 (todo-delete-item): Make sensitive to overlays and marked and done items.
12257 (todo-edit-item): Make sensitive to overlays and editing of
12258 date/time header optional. Add format checks.
12259 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12260 no-op if point is not on an item. Advertise using todo-edit-quit.
12261 (todo-edit-mode): Make sensitive to new format, font-locking, and
12262 multiple todo files.
12263 (todo-insert-item, todo-insert-item-here): Derive from
12264 todo-basic-insert-item and extend functionality.
12265 (todo-item-end, todo-item-start): Make sensitive to done items.
12266 (todo-item-string): Don't return text properties. Restore point.
12267 (todo-jump-to-category): Make sensitive to multiple todo files and
12268 todo archives. Use extended category completion.
12269 (todo-lower-item, todo-raise-item): Rename to *-priority and
12270 derive from todo-set-item-priority.
12271 (todo-mode): Derive from special-mode. Make sensitive to new
12272 format, font-locking and multiple todo files. Make read-only.
12273 (todo-mode-map): Don't suppress digit keys, so they can supply
12274 prefix arguments. Add many new key bindings.
12275 (todo-prefix): Insert as an overlay instead of file text.
12276 Change semantics from diary date expression to purely visual mark.
12277 (todo-print): Rename to todo-print-buffer. Make buffer display
12278 features printable. Remove option to restrict number of items
12279 printed. Add option to print to file.
12280 (todo-print-function): Rename to todo-print-buffer-function.
12281 (todo-quit): Extend to handle exiting new todo modes.
12282 (todo-remove-item): Make sensitive to overlays.
12283 (todo-save): Extend to buffers of filtered items.
12284 (todo-show): Make sensitive to done items, multiple todo files and
12285 new todo modes. Offer to convert legacy todo file before creating
12286 first new todo file.
12287 (todo-show-priorities): Rename to todo-top-priorities.
12288 Change semantics of value 0.
12289 (todo-top-priorities): Rename to todo-filter-top-priorities,
12290 derive from todo-filter-items and extend functionality.
12291 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12292 and extend functionality to other types of filtered items.
12293 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12294 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12295 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12296 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12297 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12298 (todo-edit-mode-hook, todo-entry-prefix-function)
12299 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12300 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12301 (todo-initials, todo-insert-threshold, todo-item-string-start)
12302 (todo-line-string, todo-menu, todo-mode-hook)
12303 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12304 (todo-print-priorities, todo-remove-separator)
12305 (todo-save-top-priorities-too, todo-string-count-lines)
12306 (todo-string-multiline-p, todo-time-string-format)
12307 (todo-tmp-buffer-name): Remove.
12308 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12309 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12310 (todo-edit-category-diary-inclusion)
12311 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12312 (todo-edit-file, todo-edit-item-date-day)
12313 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12314 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12315 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12316 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12317 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12318 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12319 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12320 (todo-filter-top-priorities-multifile, todo-find-archive)
12321 (todo-find-filtered-items-file, todo-go-to-source-item)
12322 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12323 (todo-jump-to-archive-category, todo-lower-category)
12324 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12325 (todo-move-category, todo-move-item, todo-next-button)
12326 (todo-next-item, todo-padded-string, todo-powerset)
12327 (todo-previous-button, todo-previous-item)
12328 (todo-print-buffer-to-file, todo-raise-category)
12329 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12330 (todo-set-category-number, todo-set-item-priority)
12331 (todo-set-top-priorities-in-category)
12332 (todo-set-top-priorities-in-file, todo-show-categories-table)
12333 (todo-sort-categories-alphabetically-or-numerically)
12334 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12335 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12336 (todo-toggle-item-header, todo-toggle-item-highlighting)
12337 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12338 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12339 (todo-unarchive-items, todo-unmark-category): New commands.
12340 (todo-absolute-file-name, todo-add-to-buffer-list)
12341 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12342 (todo-basic-insert-item, todo-category-completions)
12343 (todo-category-number, todo-category-string-matcher-1)
12344 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12345 (todo-check-format, todo-clear-matches)
12346 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12347 (todo-current-category, todo-date-string-matcher)
12348 (todo-define-insertion-command, todo-diary-expired-matcher)
12349 (todo-diary-goto-entry, todo-diary-item-p)
12350 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12351 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12352 (todo-done-item-section-p, todo-done-separator)
12353 (todo-done-string-matcher, todo-files, todo-filter-items)
12354 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12355 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12356 (todo-insert-category-line, todo-insert-item-from-calendar)
12357 (todo-insert-sort-button, todo-insert-with-overlays)
12358 (todo-insertion-command-name, todo-insertion-key-bindings)
12359 (todo-label-to-key, todo-longest-category-name-length)
12360 (todo-make-categories-list, todo-mode-external-set)
12361 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12362 (todo-modes-set-3, todo-multiple-filter-files)
12363 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12364 (todo-read-category, todo-read-date, todo-read-dayname)
12365 (todo-read-file-name, todo-read-time)
12366 (todo-reevaluate-category-completions-files-defcustom)
12367 (todo-reevaluate-default-file-defcustom)
12368 (todo-reevaluate-filelist-defcustoms)
12369 (todo-reevaluate-filter-files-defcustom)
12370 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12371 (todo-reset-done-separator, todo-reset-done-separator-string)
12372 (todo-reset-done-string, todo-reset-global-current-todo-file)
12373 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12374 (todo-reset-prefix, todo-set-categories)
12375 (todo-set-date-from-calendar, todo-set-show-current-file)
12376 (todo-set-top-priorities, todo-short-file-name)
12377 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12378 (todo-total-item-counts, todo-update-buffer-list)
12379 (todo-update-categories-display, todo-update-categories-sexp)
12380 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12381 New functions.
12382 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12383 New major modes.
12384 (todo-categories, todo-display, todo-edit, todo-faces)
12385 (todo-filtered): New defgroups.
12386 (todo-archived-only, todo-button, todo-category-string, todo-date)
12387 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12388 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12389 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12390 (todo-add-item-if-new-category, todo-always-add-time-string)
12391 (todo-categories-align, todo-categories-archived-label)
12392 (todo-categories-category-label, todo-categories-diary-label)
12393 (todo-categories-done-label, todo-categories-number-separator)
12394 (todo-categories-todo-label, todo-categories-totals-label)
12395 (todo-category-completions-files, todo-completion-ignore-case)
12396 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12397 (todo-done-separator-string, todo-done-string)
12398 (todo-files-function, todo-filter-done-items, todo-filter-files)
12399 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12400 (todo-initial-category, todo-initial-file, todo-item-mark)
12401 (todo-legacy-date-time-regexp, todo-mode-line-function)
12402 (todo-nondiary-marker, todo-number-prefix)
12403 (todo-print-buffer-function, todo-show-current-file)
12404 (todo-show-done-only, todo-show-first, todo-show-with-done)
12405 (todo-skip-archived-categories, todo-top-priorities-overrides)
12406 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12407 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12408 New defcustoms.
12409 (todo-category-done, todo-date-pattern, todo-date-string-start)
12410 (todo-diary-items-buffer, todo-done-string-start)
12411 (todo-filtered-items-buffer, todo-item-start)
12412 (todo-month-abbrev-array, todo-month-name-array)
12413 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12414 (todo-top-priorities-buffer): New defconsts.
12415 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12416 (todo-categories-with-marks, todo-category-string-face)
12417 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12418 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12419 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12420 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12421 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12422 (todo-font-lock-keywords, todo-global-current-todo-file)
12423 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12424 (todo-insertion-commands-args)
12425 (todo-insertion-commands-args-genlist)
12426 (todo-insertion-commands-names, todo-insertion-map)
12427 (todo-key-bindings-t, todo-key-bindings-t+a)
12428 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12429 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12430 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12431 (todo-visited): New variables.
12432
12433 2013-06-21 Glenn Morris <rgm@gnu.org>
12434
12435 * play/cookie1.el (cookie-apropos): Add optional display argument.
12436 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12437 (psychoanalyze-pinhead): Use cookie-doctor.
12438
12439 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12440
12441 * emacs-lisp/package.el (tar-get-file-descriptor)
12442 (tar--extract): Declare.
12443
12444 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12445
12446 Extend flymake's warning predicate to be a function (bug#14217).
12447 * progmodes/flymake.el (flymake-warning-predicate): New.
12448 (flymake-parse-line): Use it.
12449 (flymake-warning-re): Make obsolete alias to
12450 `flymake-warning-predicate'.
12451
12452 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12455 (package-obsolete-list): Remove.
12456 (package-activate): Remove min-version argument. Add `force' argument.
12457 Adjust to new package-alist format.
12458 (package-mark-obsolete): Remove.
12459 (package-unpack): Force reload of the package's autoloads.
12460 (package-installed-p): Check builtins if the installed package is not
12461 recent enough.
12462 (package-initialize): Don't reset package-obsolete-list.
12463 Don't specify which package version to activate.
12464 (package-process-define-package, describe-package-1)
12465 (package-menu--generate): Adjust to new package-alist format.
12466
12467 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12468
12469 * allout-widgets.el (allout-widgets-mode-off)
12470 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12471 (allout-widgets-post-command-business)
12472 (allout-widgets-after-copy-or-kill-function)
12473 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12474 (allout-decorate-item-and-context)
12475 (allout-graphics-modification-handler): Fix typos in docstrings.
12476 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12477
12478 * cmuscheme.el (scheme-start-file): Doc fix.
12479 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12480 (scheme-input-filter): Use `string-match-p'.
12481
12482 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12483
12484 * dired-x.el: Use Dired consistently in docstrings.
12485
12486 * dired.el: Use Dired consistently in docstrings.
12487 (dired-readin, dired-mode): Use `setq-local'.
12488 (dired-switches-alist): Make defvar-local.
12489 (dired-buffers-for-dir): Use `zerop'.
12490 (dired-safe-switches-p, dired-switches-escape-p)
12491 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12492 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12493 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12494 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12495 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12496 (dired-toggle-marks, dired-mark-files-containing-regexp)
12497 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12498 (dired-flag-auto-save-files, dired-flag-backup-files):
12499 Use `looking-at-p'.
12500 (dired-mark-files-regexp, dired-build-subdir-alist):
12501 Use `string-match-p', `looking-at-p'.
12502
12503 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12504 (direct-print-region-helper): Use `string-match-p'.
12505
12506 2013-06-21 Leo Liu <sdl.web@gmail.com>
12507
12508 * comint.el (comint-redirect-results-list-from-process):
12509 Fix infinite loop.
12510
12511 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12512
12513 * net/eww.el (eww-update-header-line-format): Quote % characters.
12514
12515 2013-06-21 Glenn Morris <rgm@gnu.org>
12516
12517 * play/cookie1.el (cookie): New custom group.
12518 (cookie-file): New option.
12519 (cookie-check-file): New function.
12520 (cookie): Make it interactive. Make start and end messages optional.
12521 Interactively, display the result. Default to cookie-file.
12522 (cookie-insert): Default to cookie-file.
12523 (cookie-snarf): Make start and end messages optional.
12524 Default to cookie-file. Use with-temp-buffer.
12525 (cookie-read): Rename from read-cookie.
12526 Make start and end messages optional. Default to cookie-file.
12527 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12528 Do not autoload it.
12529 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12530 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12531
12532 2013-06-21 Leo Liu <sdl.web@gmail.com>
12533
12534 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12535
12536 2013-06-21 Glenn Morris <rgm@gnu.org>
12537
12538 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12539
12540 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12541 Daniel Hackney <dan@haxney.org>
12542
12543 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12544 Consolidate the single-file vs tarball code.
12545 (package-desc-suffix): New function.
12546 (package-desc-full-name): Don't bother inlining it.
12547 (package-load-descriptor): Return the new package-desc.
12548 (package-mark-obsolete): Remove unused arg `package'.
12549 (package-unpack): Make it work for single files as well.
12550 Make it update package-alist.
12551 (package--make-autoloads-and-stuff): Rename from
12552 package--make-autoloads-and-compile. Don't compile any more.
12553 (package--compile): New function.
12554 (package-generate-description-file): New function, extracted from
12555 package-unpack-single.
12556 (package-unpack-single): Remove.
12557 (package--with-work-buffer): Add indentation and debugging info.
12558 (package-download-single): Remove.
12559 (package-install-from-archive): Rename from package-download-tar, make
12560 it take a pkg-desc, and make it work for single files as well.
12561 (package-download-transaction): Simplify.
12562 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12563 external tar program.
12564 (package-install-from-buffer): Remove `pkg-desc' argument.
12565 Use package-tar-file-info for tar-mode buffers.
12566 (package-install-file): Simplify accordingly.
12567 (package-archive-base): Change to take a pkg-desc.
12568 * tar-mode.el (tar--check-descriptor): New function, extracted from
12569 tar-get-descriptor.
12570 (tar-get-descriptor): Use it.
12571 (tar-get-file-descriptor): New function.
12572 (tar--extract): New function, extracted from tar-extract.
12573 (tar--extract): Use it.
12574 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12575 case the summary uses non-ascii. Adjust to new calling convention of
12576 package-tar-file-info.
12577
12578 2013-06-21 Leo Liu <sdl.web@gmail.com>
12579
12580 * comint.el (comint-redirect-results-list-from-process):
12581 Fix random delay. (Bug#14681)
12582
12583 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12584
12585 * profiler.el (profiler-format-number): Use log, not log10.
12586
12587 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12590
12591 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12594 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12595 yet available.
12596 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12597 (AUTOGENEL): ... here.
12598 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12599 (cl--defsubst-expand): Use it.
12600
12601 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12602
12603 * subr.el (log10): Move here from C code, and declare as obsolete.
12604 All uses of (log10 X) replaced with (log X 10).
12605
12606 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12607
12608 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12609 Declare with `defvar-local'.
12610 (tabulated-list-use-header-line, tabulated-list-entries)
12611 (tabulated-list-padding, tabulated-list-printer)
12612 (tabulated-list-sort-key): Declare with `defvar-local'.
12613 (tabulated-list-init-header, tabulated-list-print-fake-header):
12614 Use `setq-local'.
12615
12616 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12617
12618 * arc-mode.el (archive-mode): Add `archive-write-file' to
12619 `write-contents-functions' also for remote files. (Bug#14652)
12620
12621 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12622
12623 * cus-edit.el (custom-commands): Fix typos.
12624 (custom-display): Fix tooltip text.
12625 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12626 Fix typos in docstrings.
12627 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12628 (custom-unlispify-menu-entry, custom-magic-value-create)
12629 (custom-add-see-also, custom-group-value-create): Use ?\s.
12630 (custom-guess-type, customize-apropos, editable-field)
12631 (custom-face-value-create): Use `string-match-p'.
12632 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12633
12634 * custom.el (custom-load-symbol): Use `string-match-p'.
12635
12636 * ansi-color.el: Convert to lexical binding.
12637 (ansi-colors): Fix URL.
12638 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12639 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12640 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12641
12642 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12643
12644 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12645
12646 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12647
12648 2013-06-19 Tom Tromey <tromey@redhat.com>
12649
12650 * net/eww.el (eww-top-url): Remove.
12651 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12652 (eww-render): Set new variables. Don't set eww-top-url.
12653 (eww-handle-link): Handle "prev", "home", and "contents".
12654 Downcase the rel text.
12655 (eww-top-url): Choose best top URL.
12656
12657 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12658
12659 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12660 relying in widget.el. Using widget.el leads to too many
12661 user interface inconsistencies.
12662 (eww-self-insert): Implement entering commands in text fields.
12663 (eww-process-text-input): New function to make text input field editing
12664 work.
12665 (eww-submit): Rewrite to use the new-style form methods.
12666 (eww-select-display): Display the correct selected item.
12667 (eww-change-select): Implement changing the select value.
12668 (eww-toggle-checkbox): Implement radio/checkboxes.
12669 (eww-update-field): Fix compilation error.
12670 (eww-tag-textarea): Implement <textarea>.
12671
12672 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12673 we don't shadow mode-specific bindings.
12674
12675 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12676 nothing to push.
12677
12678 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12679
12680 2013-06-19 Glenn Morris <rgm@gnu.org>
12681
12682 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12683
12684 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12685
12686 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12687 not needed.
12688
12689 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12690
12691 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12692
12693 * net/browse-url.el (browse-url-browser-function):
12694 `eww-browse-url' has the right calling signature, `eww' does not.
12695
12696 2013-06-19 Glenn Morris <rgm@gnu.org>
12697
12698 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12699 Only eval autoloaded macros.
12700 (byte-compile-autoload): Only give the macro warning for macros.
12701
12702 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12703 (ps-underlined-faces): Declare.
12704
12705 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12706 (speedbar-add-supported-extension): Declare.
12707
12708 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12709 Don't include a date stamp in the header of the generated file;
12710 it leads to needless differences between output files.
12711
12712 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12713
12714 * net/secrets.el (secrets-struct-secret-content-type):
12715 Replace check of introspection data by a test call of "CreateItem".
12716 Some servers do not offer introspection.
12717
12718 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 * electric.el (electric-pair-mode): Improve interaction with
12721 electric-layout-mode.
12722 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12723 (electric-pair-syntax): Use text-mode-syntax-table in comments
12724 and strings.
12725 (electric-pair--insert): New function.
12726 (electric-pair-post-self-insert-function): Use it and
12727 electric--after-char-pos.
12728
12729 2013-06-19 Leo Liu <sdl.web@gmail.com>
12730
12731 * progmodes/octave.el (octave-help): Fix regexp.
12732
12733 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12734
12735 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12736 (shr-table-horizontal-line): Allow nil as a value, and change the
12737 default.
12738 (shr-insert-table-ruler): Respect the nil value.
12739
12740 2013-06-18 Tom Tromey <tromey@barimba>
12741
12742 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12743 New defvars.
12744 (eww-open-file): New defun.
12745 (eww-render): Initialize new variables.
12746 (eww-display-html): Handle "link" and "a".
12747 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12748 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12749 (eww-back-url): Rename from eww-previous-url.
12750 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12751 New defuns.
12752
12753 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12754
12755 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12756 Distinguish ternary operator tokens from slash symbol and slash
12757 char literal.
12758
12759 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12760
12761 Convert symbol prettification into minor mode and global minor mode.
12762
12763 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12764 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12765 (prettify-symbols--keywords): Rename from
12766 `prog-prettify-symbols-alist' and make a local defvar.
12767 (prettify-symbols--compose-symbol): Rename from
12768 `prog--prettify-font-lock-compose-symbol'.
12769 (prettify-symbols--make-keywords): Rename from
12770 `prog-prettify-font-lock-symbols-keywords' and simplify.
12771 (prog-prettify-install): Remove.
12772 (prettify-symbols-mode): New minor mode, based on
12773 `prog-prettify-install'.
12774 (turn-on-prettify-symbols-mode): New function.
12775 (global-prettify-symbols-mode): New globalized minor mode.
12776
12777 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12778 * progmodes/cfengine.el (cfengine3-mode):
12779 * progmodes/perl-mode.el (perl-mode): Don't call
12780 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12781
12782 2013-06-18 Juri Linkov <juri@jurta.org>
12783
12784 * files-x.el (modify-file-local-variable-message): New function.
12785 (modify-file-local-variable)
12786 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12787 and call `modify-file-local-variable-message' when it's non-nil.
12788 (add-file-local-variable, delete-file-local-variable)
12789 (add-file-local-variable-prop-line)
12790 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12791 and use it. (Bug#9820)
12792
12793 2013-06-18 Juri Linkov <juri@jurta.org>
12794
12795 * emulation/vi.el (vi-shell-op):
12796 * emulation/vip.el (vip-execute-com, ex-command):
12797 * emulation/viper-cmd.el (viper-exec-bang):
12798 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12799 the call of `shell-command-on-region'. (Bug#14637)
12800
12801 * simple.el (shell-command-on-region): Doc fix.
12802
12803 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12806 (bug#14633).
12807
12808 2013-06-18 Glenn Morris <rgm@gnu.org>
12809
12810 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12811
12812 * newcomment.el (comment-search-forward, comment-search-backward):
12813 Doc fix. (Bug#14376)
12814
12815 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12816
12817 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12818 (buffer-face-mode-invoke): Doc fix.
12819
12820 2013-06-18 Matthias Meulien <orontee@gmail.com>
12821
12822 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12823 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12824
12825 2013-06-18 Glenn Morris <rgm@gnu.org>
12826
12827 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12828 Replace obsolete function generic-make-keywords with its expansion.
12829
12830 * progmodes/python.el (ffap-alist): Declare.
12831
12832 * textmodes/reftex.el (bibtex-mode-map): Declare.
12833
12834 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12837 (package-unpack, package-unpack-single): Return the pkg-dir.
12838 (package-download-transaction): Use it to update package-alist.
12839
12840 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12841
12842 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12843 possible choice.
12844
12845 2013-06-17 Juri Linkov <juri@jurta.org>
12846
12847 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12848
12849 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12850
12851 * emacs-lisp/package.el (package-load-descriptor):
12852 Remove `with-syntax-table' call, `read' doesn't need it.
12853 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12854
12855 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * startup.el (command-line): Expand package name returned by
12858 `package--description-file' (bug#14639).
12859
12860 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12861
12862 * emacs-lisp/package.el (package-load-descriptor): Do not call
12863 `emacs-lisp-mode', just use its syntax table.
12864
12865 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12866
12867 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12868 `font-lock-extra-managed-props' if any prettifying keyword is added.
12869 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12870 (prog-mode): Use `setq-local'.
12871
12872 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * international/characters.el (standard-case-table): Set syntax of ?»
12875 and ?« to punctuation.
12876
12877 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12878
12879 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12880 Save relevant match data before calling `syntax-ppss' (bug#14595).
12881
12882 2013-06-15 Juri Linkov <juri@jurta.org>
12883
12884 * files-x.el (modify-file-local-variable-prop-line): Add local
12885 variables to the end of the existing comment on the first line.
12886 Use `file-auto-mode-skip' to skip interpreter magic line,
12887 and also skip XML declaration.
12888
12889 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * startup.el (package--builtin-versions): New var.
12892 (package-subdirectory-regexp): Remove.
12893 (package--description-file): Hard code its value instead.
12894
12895 * emacs-lisp/package.el: Don't activate packages older than builtin.
12896 (package-obsolete-list): Rename from package-obsolete-alist, and make
12897 it into a simple list of package-desc.
12898 (package-strip-version): Remove.
12899 (package-built-in-p): Use package--builtin-versions.
12900 (package-mark-obsolete): Simplify.
12901 (package-process-define-package): Mark it obsolete if older than the
12902 builtin version.
12903 (package-handle-response): Use line-end-position.
12904 (package-read-archive-contents, package--download-one-archive):
12905 Simplify.
12906 (package--add-to-archive-contents): Skip if older than the builtin or
12907 installed version.
12908 (package-menu-describe-package): Fix last change.
12909 (package-list-unversioned): New var.
12910 (package-menu--generate): Use it.
12911
12912 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12913 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12914 (autoload-builtin-package-versions): New variable.
12915 (autoload-generate-file-autoloads): Use them.
12916 Remove the list of autoloaded functions/macros from the
12917 (autoload...) comments.
12918
12919 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12920
12921 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12922
12923 * simple.el (line-move-partial): Don't jump to the next screen
12924 line as soon as it becomes visible. Instead, continue enlarging
12925 the vscroll until the portion of a tall screen line that's left on
12926 display is about the height of the frame's default font.
12927 (Bug#14567)
12928
12929 2013-06-15 Glenn Morris <rgm@gnu.org>
12930
12931 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12932 compilation-error-regexp-alist void, or local while let-bound.
12933
12934 * progmodes/make-mode.el (makefile-mode-syntax-table):
12935 Treat "=" as punctuation. (Bug#14614)
12936
12937 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12938
12939 * help-fns.el (describe-variable):
12940 Add extra line for permanent-local variables.
12941
12942 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12943
12944 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12945 Add export, import, library. (Bug#9164)
12946 (library): Set indent function.
12947
12948 2013-06-14 Glenn Morris <rgm@gnu.org>
12949
12950 * term/xterm.el (xterm--query):
12951 Stop after first matching handler. (Bug#14615)
12952
12953 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12954
12955 Add support for dired in saveplace.
12956 * dired.el (dired-initial-position-hook): New variable.
12957 (dired-initial-position): Call hook to place cursor position.
12958 * saveplace.el (save-place-to-alist): Add dired position.
12959 (save-place-dired-hook): New function.
12960
12961 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12964 through a symbol rather than letrec.
12965
12966 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12967 (package-desc): Add `dir' field.
12968 (package-desc-full-name): New function.
12969 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12970 (package-maybe-load-descriptor): Remove.
12971 (package-load-all-descriptors): Just call package-load-descriptor.
12972 (package--disabled-p): New function.
12973 (package-desc-vers, package-desc-doc): Remove aliases.
12974 (package--dir): Remove function.
12975 (package-activate): Check if a package is disabled.
12976 (package-process-define-package): New function, extracted from
12977 define-package.
12978 (define-package): Turn into a place holder.
12979 (package-unpack-single, package-tar-file-info):
12980 Use package--description-file.
12981 (package-compute-transaction): Use package--disabled-p.
12982 (package-download-transaction): Don't call
12983 package-maybe-load-descriptor since they're all loaded anyway.
12984 (package-install): Change argument to be a pkg-desc.
12985 (package-delete): Use a single pkg-desc argument.
12986 (describe-package-1): Use package-desc-dir instead of package--dir.
12987 Use package-desc property instead of package-symbol.
12988 (package-install-button-action): Adjust accordingly.
12989 (package--push): Rewrite.
12990 (package-menu--print-info): Adjust accordingly. Change the ID format
12991 to be a pkg-desc.
12992 (package-menu-describe-package, package-menu-get-status)
12993 (package-menu--find-upgrades, package-menu-mark-upgrades)
12994 (package-menu-execute, package-menu--name-predicate):
12995 Adjust accordingly.
12996 * startup.el (package--description-file): New function.
12997 (command-line): Use it.
12998 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12999 Use package-desc-version.
13000
13001 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13002 (byte-compile-preprocess): Use it.
13003 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13004 can't quite recognize.
13005 (byte-compile-add-to-list): Remove.
13006 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13007 (cconv-closure-convert): Add assertion.
13008
13009 * emacs-lisp/map-ynp.el: Use lexical-binding.
13010 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13011 Factor out some repeated code.
13012
13013 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * subr.el (with-eval-after-load): New macro.
13016 (eval-after-load): Allow form to be a function.
13017 take advantage of lexical-binding.
13018 (do-after-load-evaluation): Use dolist and adjust to new format.
13019 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13020
13021 2013-06-13 Juri Linkov <juri@jurta.org>
13022
13023 * replace.el (perform-replace): Display "symbol " and other search
13024 modes from `isearch-message-prefix' in the *Help* buffer.
13025
13026 * isearch.el (isearch-query-replace): Add " symbol" and other
13027 possible search modes from `isearch-message-prefix' to the prompt.
13028 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13029 when reading a regexp to collect.
13030
13031 2013-06-13 Juri Linkov <juri@jurta.org>
13032
13033 * isearch.el (word-search-regexp): Match whitespace if the search
13034 string begins or ends in whitespace. The LAX arg is applied to
13035 both ends of the search string. Use `regexp-quote' and explicit
13036 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13037 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13038 boundaries are replaced with symbol boundaries, and characters
13039 between symbols match non-word non-symbol syntax. (Bug#14602)
13040
13041 2013-06-13 Juri Linkov <juri@jurta.org>
13042
13043 * isearch.el (isearch-del-char): Don't exceed the length of
13044 `isearch-string' by the prefix arg. (Bug#14563)
13045
13046 2013-06-13 Juri Linkov <juri@jurta.org>
13047
13048 * isearch.el (isearch-yank-word, isearch-yank-line)
13049 (isearch-char-by-name, isearch-quote-char)
13050 (isearch-printing-char, isearch-process-search-char):
13051 Add optional count prefix arg. (Bug#14563)
13052
13053 * international/isearch-x.el
13054 (isearch-process-search-multibyte-characters):
13055 Add optional count prefix arg.
13056
13057 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13060 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13061 lexical-binding.
13062
13063 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13064
13065 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13066
13067 2013-06-13 Glenn Morris <rgm@gnu.org>
13068
13069 * startup.el (tty-handle-args):
13070 Don't just discard "--" and anything after. (Bug#14608)
13071
13072 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13073
13074 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13075
13076 Implement changes in Secret Service API. Make it backward compatible.
13077 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13078 (secrets-create-item): Use it. Prefix properties with interface.
13079
13080 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13081
13082 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13083 (term-emulate-terminal): Respect term-suppress-hard-newline.
13084
13085 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13086
13087 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13088 Only remove a `thumb-file' overlay. (Bug#14548)
13089
13090 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13091
13092 * mail/reporter.el (reporter-submit-bug-report):
13093 Handle missing package-name. (Bug#14600)
13094
13095 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13096
13097 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13098 (reftex-citation-prompt, reftex-default-bibliography)
13099 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13100 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13101 (reftex-bib-sort-author, reftex-bib-sort-year)
13102 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13103 (reftex-extract-bib-entries-from-thebibliography)
13104 (reftex-get-bibkey-default, reftex-get-bib-names)
13105 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13106 (reftex-format-bib-entry, reftex-parse-bibitem)
13107 (reftex-format-bibitem, reftex-do-citation)
13108 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13109 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13110 (reftex-insert-bib-matches, reftex-format-citation)
13111 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13112 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13113 existing comments into docstrings.
13114
13115 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13116
13117 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13118
13119 2013-06-12 Andreas Schwab <schwab@suse.de>
13120
13121 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13122 for auto-save files.
13123
13124 2013-06-12 Glenn Morris <rgm@gnu.org>
13125
13126 * ido.el (ido-delete-ignored-files): Remove.
13127 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13128 Go back to calling ido-ignore-item-p directly.
13129
13130 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13131
13132 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13133
13134 * ido.el (ido-delete-ignored-files): New function,
13135 split from ido-make-file-list-1.
13136 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13137 (ido-make-file-list-1): Use ido-delete-ignored-files.
13138
13139 2013-06-12 Leo Liu <sdl.web@gmail.com>
13140
13141 * progmodes/octave.el (inferior-octave-startup)
13142 (inferior-octave-completion-table)
13143 (inferior-octave-track-window-width-change)
13144 (octave-eldoc-function-signatures, octave-help)
13145 (octave-find-definition): Use single quoted strings.
13146 (inferior-octave-startup-args): Change default value.
13147 (inferior-octave-startup): Do not hard code "-i" and
13148 "--no-line-editing".
13149 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13150 (inferior-octave-directory-tracker): Use it.
13151 (octave-goto-function-definition): Robustify.
13152 (octave-help): Support highlighting operators in 'See also'.
13153 (octave-find-definition): Find subfunctions only in Octave mode.
13154
13155 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * help-fns.el (help-fns--compiler-macro): If the handler function is
13158 named, then put a link to it.
13159 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13160 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13161 (cl-typep): Use it.
13162 (cl-eval-when): Simplify debug spec.
13163 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13164 compiler-macro function instead of setting `compiler-macro-file'.
13165
13166 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13167
13168 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13169 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13170
13171 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13172 Daniel Hackney <dan@haxney.org>
13173
13174 First part of Daniel Hackney's patch to package.el.
13175 * emacs-lisp/package.el: Use defstruct.
13176 (package-desc): New, main struct.
13177 (package--bi-desc, package--ac-desc): New structs, used to describe the
13178 format in external files.
13179 (package-desc-vers): Replace with package-desc-version accessor.
13180 (package-desc-doc): Replace with package-desc-summary accessor.
13181 (package-activate-1): Remove `package' arg since the pkg-vec now
13182 includes the name.
13183 (define-package): Use package-desc-from-define.
13184 (package-unpack-single): Change file-name arg to be a symbol.
13185 (package--add-to-archive-contents): Use package-desc-create and new
13186 accessor functions to package--ac-desc.
13187 (package-buffer-info, package-tar-file-info): Return a package-desc.
13188 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13189 arg to be a package-desc.
13190 (package-install-file): Adjust accordingly. Use \' to match EOS.
13191 (package--from-builtin): New function.
13192 (describe-package-1, package-menu--generate): Use it.
13193 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13194 (package-generate-autoloads): Idem and return the name of the file.
13195 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13196 Change pkg-info arg to be a package-desc.
13197 Use package-make-ac-desc.
13198 (package-upload-file): Use \' to match EOS.
13199 * finder.el (finder-compile-keywords): Use package-make-builtin.
13200
13201 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * vc/vc.el (vc-deduce-fileset): Change error message.
13204 (vc-read-backend): New function.
13205 (vc-next-action): Use it.
13206
13207 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13208
13209 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13210 (prolog-font-lock-keywords): Use regexp-opt instead.
13211 Don't manually highlight strings.
13212 (prolog-mode-variables): Simplify comment-start-skip.
13213 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13214
13215 * emacs-lisp/generic.el (generic--normalise-comments)
13216 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13217 (generic-mode-set-comments): Use them.
13218 (generic-bracket-support): Use setq-local.
13219 (generic-make-keywords-list): Declare obsolete.
13220
13221 2013-06-11 Glenn Morris <rgm@gnu.org>
13222
13223 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13224 Prettify after setting font-lock-defaults. (Bug#14574)
13225
13226 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13227
13228 * replace.el (query-replace, occur-read-regexp-defaults-function)
13229 (replace-search):
13230 * subr.el (declare-function, number-sequence, local-set-key)
13231 (substitute-key-definition, locate-user-emacs-file)
13232 (with-silent-modifications, split-string, eval-after-load):
13233 Fix typos, remove unneeded backslashes and reflow some docstrings.
13234
13235 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13238 default for Elisp files.
13239
13240 2013-06-11 Glenn Morris <rgm@gnu.org>
13241
13242 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13243 although define-derived-mode was doing this anyway. (Bug#14583)
13244
13245 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13246
13247 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13248 Fix make-variable-buffer-local call to refer to the correct variable.
13249
13250 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13251
13252 * eshell/em-term.el (eshell-visual-commands)
13253 (eshell-visual-subcommands, eshell-visual-options):
13254 Add summary line to docstrings. Add cross-references.
13255
13256 2013-06-10 Glenn Morris <rgm@gnu.org>
13257
13258 * epa.el (epa-read-file-name): New function. (Bug#14510)
13259 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13260
13261 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13262
13263 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13264 output redirection to be ignored with visual commands.
13265
13266 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13267
13268 * eshell/em-term.el (eshell-visual-command-p): New function.
13269 (eshell-term-initialize): Move long lambda to separate function
13270 eshell-visual-command-p.
13271 * eshell/em-dirs.el (eshell-dirs-initialize):
13272 * eshell/em-script.el (eshell-script-initialize):
13273 Add missing #' to lambda.
13274
13275 2013-06-08 Leo Liu <sdl.web@gmail.com>
13276
13277 * progmodes/octave.el (octave-add-log-current-defun): New function.
13278 (octave-mode): Set add-log-current-defun-function.
13279 (octave-goto-function-definition): Do not move point if not found.
13280 (octave-find-definition): Enhance to try subfunctions first.
13281
13282 2013-06-08 Glenn Morris <rgm@gnu.org>
13283
13284 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13285 (byte-compile-backward-char, byte-compile-backward-word):
13286 Improve previous change, to handle non-explicit nil.
13287
13288 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13291 (smie--opener/closer-at-point): New function.
13292 (smie--matching-block-data): Use it. Don't match from right after an
13293 opener or right before a closer. Obey smie-blink-matching-inners.
13294 Don't signal a mismatch for repeated inners like "switch..case..case".
13295
13296 2013-06-07 Leo Liu <sdl.web@gmail.com>
13297
13298 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13299 to t. (Bug#14303)
13300 (octave-function-header-regexp): Fix. (Bug#14570)
13301 (octave-help-mode-finish-hook, octave-help-mode-finish):
13302 Remove. Just use temp-buffer-show-hook.
13303
13304 * newcomment.el (comment-search-backward): Revert last change.
13305 (Bug#14434)
13306
13307 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13308
13309 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13310
13311 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13312 through xargs, to avoid failure due to MS-Windows limitations on
13313 command-line length.
13314
13315 2013-06-06 Glenn Morris <rgm@gnu.org>
13316
13317 * font-lock.el (lisp-font-lock-keywords-2):
13318 Treat user-error like error.
13319
13320 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13321 (byte-compile-backward-char, byte-compile-backward-word):
13322 Handle explicit nil arguments. (Bug#14565)
13323
13324 2013-06-05 Alan Mackenzie <acm@muc.de>
13325
13326 * isearch.el (isearch-allow-prefix): New user option.
13327 (isearch-other-meta-char): Don't exit isearch when a prefix
13328 argument is typed whilst `isearch-allow-prefix' is non-nil.
13329 (Bug#9706)
13330
13331 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * autorevert.el (auto-revert-notify-handler): Use memq.
13334 Hide assertion failure.
13335
13336 * skeleton.el: Use cl-lib.
13337 (skeleton-further-elements): Use defvar-local.
13338 (skeleton-insert): Use cl-progv.
13339
13340 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13341
13342 * progmodes/prog-mode.el (prog-prettify-symbols)
13343 (prog-prettify-install): Update docstrings.
13344
13345 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * simple.el: Move all the prog-mode code to prog-mode.el.
13348 * progmodes/prog-mode.el: New file.
13349 * loadup.el: Add prog-mode.el.
13350
13351 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13352
13353 * simple.el (prog-prettify-symbols): Add version.
13354 (prog-prettify-install): Add convenience function to prettify symbols.
13355
13356 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13357 (perl--augmented-font-lock-keywords-1)
13358 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13359 variables and use it.
13360
13361 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13362 (cfengine3-mode): Remove unneeded variable and use it.
13363
13364 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13365 (lisp--augmented-font-lock-keywords-1)
13366 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13367 Remove unneeded variables and use it.
13368
13369 2013-06-05 João Távora <joaotavora@gmail.com>
13370
13371 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13372 to point when opening the connection. (Bug#14380)
13373
13374 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * subr.el (load-history-regexp, load-history-filename-element)
13377 (eval-after-load, after-load-functions, do-after-load-evaluation)
13378 (eval-next-after-load, display-delayed-warnings)
13379 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13380 definition of save-match-data.
13381 (overriding-local-map): Remove accidental obsolescence declaration.
13382
13383 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13384
13385 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13386
13387 Generalize symbol prettify support to prog-mode and implement it
13388 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13389 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13390 (prog--prettify-font-lock-compose-symbol)
13391 (prog-prettify-font-lock-symbols-keywords): New variables and
13392 functions to support symbol prettification.
13393 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13394 (lisp--augmented-font-lock-keywords-1)
13395 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13396 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13397 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13398 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13399 Implement prettify of -> => :: strings.
13400 * progmodes/perl-mode.el (perl-prettify-symbols)
13401 (perl--font-lock-compose-symbol)
13402 (perl--font-lock-symbols-keywords): Move to prog-mode.
13403 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13404 (perl-font-lock-keywords-1)
13405 (perl-font-lock-keywords-2): Remove explicit prettify support.
13406 (perl--augmented-font-lock-keywords)
13407 (perl--augmented-font-lock-keywords-1)
13408 (perl--augmented-font-lock-keywords-2, perl-mode):
13409 Implement prettify support.
13410
13411 2013-06-05 Leo Liu <sdl.web@gmail.com>
13412
13413 Re-implement SMIE matching block highlight using
13414 show-paren-data-function. (Bug#14395)
13415 * emacs-lisp/smie.el (smie-matching-block-highlight)
13416 (smie--highlight-matching-block-overlay)
13417 (smie--highlight-matching-block-lastpos)
13418 (smie-highlight-matching-block)
13419 (smie-highlight-matching-block-mode): Remove.
13420 (smie--matching-block-data-cache): New variable.
13421 (smie--matching-block-data): New function.
13422 (smie-setup): Use smie--matching-block-data for
13423 show-paren-data-function.
13424
13425 * progmodes/octave.el (octave-mode-menu): Fix.
13426 (octave-find-definition): Skip garbage lines.
13427
13428 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 Fix compilation error with simultaneous dynamic+lexical scoping.
13431 Add warning when a defvar appears after the first let-binding.
13432 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13433 (byte-compile-close-variables): Initialize it.
13434 (byte-compile--declare-var): New function.
13435 (byte-compile-file-form-defvar)
13436 (byte-compile-file-form-define-abbrev-table)
13437 (byte-compile-file-form-custom-declare-variable): Use it.
13438 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13439 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13440 (byte-compile-bind): Handle dynamic bindings that shadow
13441 lexical bindings.
13442 (byte-compile-unbind): Make arg non-optional.
13443 (byte-compile-let): Simplify.
13444 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13445 (cconv--analyse-function, cconv-analyse-form): Populate it.
13446 Protect byte-compile-bound-variables to limit the scope of defvars.
13447 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13448 Remove unneeded rule for `declare'.
13449
13450 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13451 so as to avoid depending on cl-adjoin at run-time.
13452 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13453
13454 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13455 (macroexp--warn-and-return): Use it.
13456
13457 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * subr.el: Convert to lexical binding.
13460 (overriding-local-map): Make obsolete.
13461 (add-to-list): Doc fix. Add compiler macro.
13462 (read-key): Swap values of local maps.
13463
13464 2013-06-05 Leo Liu <sdl.web@gmail.com>
13465
13466 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13467
13468 2013-06-04 Leo Liu <sdl.web@gmail.com>
13469
13470 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13471 (compilation-auto-jump): Suppress the "Mark set" message to give
13472 way to exit message.
13473
13474 2013-06-04 Alan Mackenzie <acm@muc.de>
13475
13476 Remove faulty optimisation from indentation calculation.
13477 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13478 search limit based on 2000 characters back from indent-point.
13479
13480 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13481
13482 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13483
13484 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * emacs-lisp/lisp.el: Use lexical-binding.
13487 (lisp--local-variables-1, lisp--local-variables): New functions.
13488 (lisp--local-variables-completion-table): New var.
13489 (lisp-completion-at-point): Use it complete let-bound vars.
13490
13491 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13492 eagerly (bug#14422).
13493
13494 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13495
13496 * autorevert.el (auto-revert-notify-enabled)
13497 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13498 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13499 (auto-revert-notify-handler): Handle also gfilenotify.
13500
13501 * subr.el (file-notify-handle-event): New defun. Replacing ...
13502 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13503 Remove.
13504
13505 2013-06-03 Juri Linkov <juri@jurta.org>
13506
13507 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13508 `M-s h .'. (Bug#14427)
13509
13510 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13511 command `hi-lock-face-symbol-at-point'.
13512 (hi-lock-face-symbol-at-point): New command.
13513 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13514 (hi-lock-menu): Add `highlight-symbol-at-point'.
13515 (hi-lock-mode): Doc fix.
13516
13517 * isearch.el (isearch-forward-symbol-at-point): New command.
13518 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13519 (isearch-highlight-regexp): Add a regexp which matches
13520 words/symbols for word/symbol mode.
13521
13522 * subr.el (find-tag-default-bounds): New function with the body
13523 mostly moved from `find-tag-default'.
13524 (find-tag-default): Move most code to `find-tag-default-bounds',
13525 call it and apply `buffer-substring-no-properties' afterwards.
13526
13527 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13528
13529 * eshell/em-term.el (eshell-term-initialize):
13530 Use `cl-intersection' rather than `intersection'.
13531
13532 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13533
13534 * vc/log-view.el: Doc fix.
13535 (log-view-mode-map): Copy keymap from `special-mode-map'.
13536
13537 2013-06-02 Eric Ludlam <zappo@gnu.org>
13538
13539 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13540 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13541 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13542 (eieio-unbound, eieio-default-superclass)
13543 (eieio--define-field-accessors, method-static, method-before)
13544 (method-primary, method-after, method-num-lists)
13545 (method-generic-before, method-generic-primary)
13546 (method-generic-after, method-num-slots)
13547 (eieio-specialized-key-to-generic-key)
13548 (eieio--check-type, class-v, class-p)
13549 (eieio-class-name, define-obsolete-function-alias)
13550 (eieio-class-parents-fast, eieio-class-children-fast)
13551 (same-class-fast-p, class-constructor, generic-p)
13552 (generic-primary-only-p, generic-primary-only-one-p)
13553 (class-option-assoc, class-option, eieio-object-p)
13554 (class-abstract-p, class-method-invocation-order)
13555 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13556 (eieio-class-un-autoload, eieio-defclass)
13557 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13558 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13559 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13560 (eieio-defgeneric-reset-generic-form)
13561 (eieio-defgeneric-form-primary-only)
13562 (eieio-defgeneric-reset-generic-form-primary-only)
13563 (eieio-defgeneric-form-primary-only-one)
13564 (eieio-defgeneric-reset-generic-form-primary-only-one)
13565 (eieio-unbind-method-implementations)
13566 (eieio--defmethod, eieio--typep)
13567 (eieio-perform-slot-validation, eieio-validate-slot-value)
13568 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13569 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13570 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13571 (eieio-slot-name-index, eieio-class-slot-name-index)
13572 (eieio-set-defaults, eieio-initarg-to-attribute)
13573 (eieio-attribute-to-initarg, eieio-c3-candidate)
13574 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13575 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13576 (eieio-class-precedence-list, eieio-generic-call-methodname)
13577 (eieio-generic-call-arglst, eieio-generic-call-key)
13578 (eieio-generic-call-next-method-list)
13579 (eieio-pre-method-execution-functions, eieio-generic-call)
13580 (eieio-generic-call-primary-only, eieiomt-method-list)
13581 (eieiomt-optimizing-obarray, eieiomt-install)
13582 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13583 (eieio-generic-form, eieio-defmethod, make-obsolete)
13584 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13585 (defclass): Remove `eval-and-compile' from macro.
13586 (call-next-method, shared-initialize): Instead of using
13587 `scoped-class' variable, use new eieio--scoped-class, and
13588 eieio--with-scoped-class.
13589 (initialize-instance): Rename local variable 'scoped-class' to
13590 'this-class' to remove ambiguitity from old global.
13591
13592 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13593 eieio.el.
13594 (eieio--scoped-class-stack): New variable.
13595 (eieio--scoped-class): New fcn.
13596 (eieio--with-scoped-class): New scoping macro.
13597 (eieio-defclass): Use pushnew instead of add-to-list.
13598 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13599 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13600 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13601 `scoped-class' variable, use new eieio--scoped-class, and
13602 eieio--with-scoped-class.
13603
13604 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13605
13606 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13607
13608 * eshell/esh-ext.el (eshell-external-command): Pass args to
13609 `eshell-find-interpreter'.
13610 (eshell-find-interpreter): Add new second parameter ARGS.
13611
13612 * eshell/em-script.el (eshell-script-initialize): Add second arg
13613 to the function added as MATCH to `eshell-interpreter-alist'.
13614
13615 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13616 the function added as MATCH to `eshell-interpreter-alist'.
13617
13618 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13619 (eshell-visual-options): New defcustom.
13620 (eshell-escape-control-x): Adapt docstring.
13621 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13622 `eshell-visual-options' in addition to `eshell-visual-commands'.
13623 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13624
13625 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13626
13627 * progmodes/python.el (python-indent-block-enders): Add break,
13628 continue and raise keywords.
13629
13630 2013-06-01 Glenn Morris <rgm@gnu.org>
13631
13632 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13633
13634 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13635 * progmodes/cc-cmds.el (delete-forward-p):
13636 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13637 * progmodes/cc-engine.el (buffer-syntactic-context):
13638 * progmodes/cc-fonts.el (face-property-instance):
13639 * progmodes/cc-mode.el (set-keymap-parents):
13640 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13641 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13642 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13643 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13644 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13645
13646 * progmodes/cc-vars.el (other): Emacs has this widget since
13647 at least 21.1, so don't (re)define it.
13648
13649 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13650 Replace the obsolete alias pcomplete-arg-quote-list.
13651
13652 2013-06-01 Leo Liu <sdl.web@gmail.com>
13653
13654 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13655 punctuation syntax.
13656 (inferior-octave-minimal-columns)
13657 (inferior-octave-last-column-width): New variables.
13658 (inferior-octave-track-window-width-change): New function.
13659 (inferior-octave-mode): Adjust column width so that Octave output,
13660 for example from 'ls', can fit into the window nicely.
13661
13662 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13663
13664 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13665 Highlight expansions inside regexp literals.
13666
13667 2013-05-31 Glenn Morris <rgm@gnu.org>
13668
13669 * obsolete/sym-comp.el (symbol-complete):
13670 Replace obsolete completion-annotate-function.
13671
13672 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13673
13674 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13675
13676 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13677 New function, checks if point is inside a literal that allows
13678 expression expansion.
13679 (ruby-syntax-propertize-expansion): Use it.
13680 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13681 around the body.
13682
13683 2013-05-30 Juri Linkov <juri@jurta.org>
13684
13685 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13686 to "\M-si".
13687 (isearch-invisible): New variable.
13688 (isearch-forward): Doc fix.
13689 (isearch-mode): Set `isearch-invisible'
13690 to the value of `search-invisible'.
13691 (isearch-toggle-case-fold): Doc fix.
13692 (isearch-toggle-invisible): New command.
13693 (isearch-query-replace): Let-bind `search-invisible'
13694 to the value of `isearch-invisible'.
13695 (isearch-search): Use `isearch-invisible' instead of
13696 `search-invisible'. Let-bind `search-invisible'
13697 to the value of `isearch-invisible'. (Bug#11378)
13698
13699 2013-05-30 Juri Linkov <juri@jurta.org>
13700
13701 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13702 call when `query-flag' is nil and `search-invisible' is non-nil.
13703 (Bug#11746)
13704
13705 2013-05-30 Glenn Morris <rgm@gnu.org>
13706
13707 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13708
13709 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13710 (cc-require): Suppress spurious "noruntime" warnings.
13711 (cc-require-when-compile): Use fboundp, for sake of compiler.
13712
13713 * progmodes/cc-mode.el: Move load of cc-vars before that of
13714 cc-langs (which in turn loads cc-vars), to quieten compiler.
13715
13716 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * paren.el: Simplify the code.
13719 (show-paren-mode): Always start the timer.
13720 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13721 (show-paren--overlay, show-paren--overlay-1): Rename from
13722 show-paren-overlay and show-paren-overlay-1, and initialize to an
13723 overlay rather than to nil.
13724 (show-paren-function): Misc cleanup and simplifications.
13725
13726 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * paren.el (show-paren-data-function): New hook.
13729 (show-paren--default): New function, extracted from show-paren-function.
13730 (show-paren-function): Use show-paren-data-function.
13731
13732 2013-05-30 Glenn Morris <rgm@gnu.org>
13733
13734 * ielm.el (ielm-map, ielm-complete-symbol):
13735 Use completion-at-point rather than obsolete functions.
13736 (inferior-emacs-lisp-mode): Doc fix.
13737 Set completion-at-point-functions, rather than
13738 comint-dynamic-complete-functions.
13739
13740 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13741 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13742 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13743
13744 * image.el (image-animated-p): Tweak definition.
13745
13746 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13747 (rlogin-process-connection-type): Tweak default. Add set-after.
13748 (rlogin-host): Doc fix.
13749 (rlogin): Tweak prompt.
13750 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13751
13752 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13753 * progmodes/tcl.el (inferior-tcl-mode-map):
13754 Use completion-at-point rather than obsolete alias.
13755
13756 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13757
13758 * minibuffer.el (read-file-name-completion-ignore-case):
13759 Move before completion--in-region, for eager macro expansion.
13760
13761 2013-05-29 Juri Linkov <juri@jurta.org>
13762
13763 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13764 for total count of matching lines. Add `global-matches' for total
13765 count of matches. Rename `matches' to `lines' for count of
13766 matching lines. Add `matches' for count of matches.
13767 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13768 to `prev-line' for line number of prev match endpt.
13769 Increment `matches' for every match. Print the number of
13770 matching lines in the header.
13771 (occur-context-lines): Rename `lines' to `curr-line'.
13772 Rename `prev-lines' to `prev-line'. (Bug#14017)
13773
13774 2013-05-29 Juri Linkov <juri@jurta.org>
13775
13776 * replace.el (perform-replace): Add `skip-read-only-count',
13777 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13778 Increment them for corresponding conditions and report the number
13779 of skipped occurrences in the final message. (Bug#11746)
13780 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13781 (replace-string, replace-regexp): Doc fix.
13782
13783 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13786
13787 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13788 prog-mode-map (bug#14504).
13789
13790 2013-05-29 Leo Liu <sdl.web@gmail.com>
13791
13792 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13793 (octave-help): Small simplification.
13794
13795 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13796 off the highlight first.
13797
13798 2013-05-29 Glenn Morris <rgm@gnu.org>
13799
13800 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13801 Handle idlwave-last-system-routine-info-cons-cell being nil.
13802
13803 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13804 (idlwave-write-paths): Simplify via with-temp-buffer.
13805
13806 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13807 * emulation/cua-rect.el: Also load cua-base at run time.
13808
13809 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13810 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13811 (cperl-imenu-on-info): Require imenu.
13812
13813 2013-05-28 Alan Mackenzie <acm@muc.de>
13814
13815 Handle "capitalised keywords" correctly.
13816 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13817
13818 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13819
13820 * eshell/em-unix.el: Add -r option to cp.
13821
13822 2013-05-28 Glenn Morris <rgm@gnu.org>
13823
13824 * vc/vc-arch.el (vc-exec-after): Declare.
13825 (vc-switches): Autoload.
13826 * vc/vc-bzr.el: No need to require vc when compiling.
13827 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13828 (vc-resynch-buffer, vc-dir-refresh): Declare.
13829 (vc-setup-buffer, vc-switches): Autoload.
13830 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13831 (vc-resynch-buffer): Declare.
13832 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13833 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13834 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13835 (grep-read-regexp, grep-read-files, grep-expand-template)
13836 (vc-dir-refresh): Declare.
13837 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13838 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13839 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13840 * vc/vc-mtn.el (vc-exec-after): Declare.
13841 (vc-switches): Autoload.
13842 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13843 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13844 (vc-file-tree-walk): Declare.
13845 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13846 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13847 (vc-tag-precondition, vc-rename-master): Autoload.
13848 * vc/vc-svn.el (vc-exec-after): Declare.
13849 (vc-switches, vc-setup-buffer): Autoload.
13850 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13851 Autoload.
13852 (vc-resynch-buffer): Declare.
13853
13854 * obsolete/fast-lock.el (byte-compile-warnings):
13855 Don't warn about obsolete features in this obsolete file.
13856
13857 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13858 Move definition before use.
13859
13860 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13861 (dun-unix-verbs): Remove dun-zippy.
13862 (dun-zippy): Remove function.
13863
13864 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13865
13866 2013-05-27 Juri Linkov <juri@jurta.org>
13867
13868 * replace.el (replace-search): New function with code moved out
13869 from `perform-replace'.
13870 (replace-highlight, replace-dehighlight): Move function definitions
13871 up closer to `replace-search'. (Bug#11746)
13872
13873 2013-05-27 Juri Linkov <juri@jurta.org>
13874
13875 * replace.el (perform-replace): Ignore invisible matches.
13876 In addition to checking `query-replace-skip-read-only', also
13877 filter out matches by calling `run-hook-with-args-until-failure'
13878 on `isearch-filter-predicates', and also check `search-invisible'
13879 for t or call `isearch-range-invisible'.
13880 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13881
13882 2013-05-27 Juri Linkov <juri@jurta.org>
13883
13884 * isearch.el (isearch-filter-predicates): Rename from
13885 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13886 (isearch-message-prefix): Display text from the property
13887 `isearch-message-prefix' of the currently active filters.
13888 (isearch-search): Don't compare `isearch-filter-predicate' with
13889 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13890 on `isearch-filter-predicates'. Also check `search-invisible' for t
13891 or call `isearch-range-invisible'.
13892 (isearch-filter-visible): Make obsolete.
13893 (isearch-lazy-highlight-search):
13894 Call `run-hook-with-args-until-failure' on
13895 `isearch-filter-predicates' and use `isearch-range-invisible'.
13896
13897 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13898 `isearch-filter-predicates' instead of `funcall'ing
13899 `isearch-filter-predicate'.
13900 (Info-mode): Set `Info-isearch-filter' to
13901 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13902
13903 * dired-aux.el (dired-isearch-filter-predicate-orig):
13904 Remove variable.
13905 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13906 (dired-isearch-filenames-end): Add and remove
13907 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13908 instead of changing the value of `isearch-filter-predicate'.
13909 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13910 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13911 Put property `isearch-message-prefix' to "filename " on
13912 `dired-isearch-filter-filenames'.
13913
13914 * wdired.el (wdired-change-to-wdired-mode):
13915 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13916 locally instead of changing `isearch-filter-predicate'.
13917 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13918
13919 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13920
13921 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13922 return the commit hash (Bug#14459). Also set the
13923 `vc-git-detached' property.
13924 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13925 (vc-git-mode-line-string): Use the same help-echo format whether
13926 in detached mode or not, because we know the actual revision now.
13927 When in detached mode, shorten the revision to 7 chars.
13928
13929 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * emacs-lisp/easy-mmode.el (define-minor-mode):
13932 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13933 mode hook and provide a docstring.
13934
13935 2013-05-27 Alan Mackenzie <acm@muc.de>
13936
13937 Remove spurious syntax-table text properties inserted by C-y.
13938 * progmodes/cc-mode.el (c-after-change): Also clear hard
13939 syntax-table property with value nil.
13940
13941 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13942
13943 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13944 when reading the events; the buffer layout shall not be changed.
13945
13946 2013-05-27 Leo Liu <sdl.web@gmail.com>
13947
13948 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13949 New variable.
13950 (inferior-octave-directory-tracker): Automatically re-sync
13951 default-directory.
13952 (octave-help): Improve handling of 'See also'.
13953
13954 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * doc-view.el: Minor naming convention tweaks.
13957 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13958
13959 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13960 even if there's no `display' property yet (bug#14435).
13961
13962 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13963
13964 * subr.el (unmsys--file-name): Rename from reveal-filename.
13965
13966 * Makefile.in (custom-deps, finder-data, autoloads)
13967 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13968 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13969 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13970
13971 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13974 error-completion on the first 2 args of condition-case (bug#14446).
13975 Don't burp at EOB.
13976
13977 2013-05-25 Leo Liu <sdl.web@gmail.com>
13978
13979 * comint.el (comint-previous-matching-input): Do not flood the
13980 *Messages* buffer with trivial messages.
13981
13982 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * progmodes/flymake.el (flymake-nop): Don't return a string.
13985 (flymake-set-at): Fix typo.
13986
13987 * simple.el (read--expression): New function, extracted from
13988 eval-expression. Set completion-at-point-functions (bug#14465).
13989 (eval-expression, eval-minibuffer): Use it.
13990
13991 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13992
13993 * progmodes/flymake.el (flymake-save-buffer-in-file)
13994 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13995 (flymake-selected-frame, flymake-log, flymake-ins-after)
13996 (flymake-set-at, flymake-get-buildfile-from-cache)
13997 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13998 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13999 Refine the doc string.
14000 (flymake-get-file-name-mode-and-masks): Reformat.
14001 (flymake-get-real-file-name-function): Fix a minor bug.
14002
14003 2013-05-24 Juri Linkov <juri@jurta.org>
14004
14005 * progmodes/grep.el (grep-mode-font-lock-keywords):
14006 Support =linenumber= format used by git-grep for lines with
14007 function names. (Bug#13549)
14008
14009 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14012 0 after a semi-colon; it works better for smie-auto-fill.
14013 (octave--indent-new-comment-line): New function.
14014 (octave-indent-new-comment-line): Use it (indirectly).
14015 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14016 modify comment-line-break-function.
14017
14018 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14019 (smie-setup): Use add-function to set it.
14020
14021 2013-05-24 Sam Steingold <sds@gnu.org>
14022
14023 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14024 argument (before the `interactive' argument).
14025
14026 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * image-mode.el (image-mode-winprops): Add winprops to
14029 image-mode-winprops-alist before running
14030 image-mode-new-window-functions.
14031 * doc-view.el (doc-view-new-window-function): Don't delay
14032 doc-view-goto-page via timers (bug#14435).
14033
14034 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14035
14036 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14037 (doc-view-desktop-save-buffer): New function.
14038 (doc-view-restore-desktop-buffer): New function.
14039 (desktop-buffer-mode-handlers):
14040 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14041 handler.
14042 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14043 `desktop-save-buffer' function.
14044
14045 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14046
14047 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14048 (tramp-gvfs-file-name-handler): Raise a user error when
14049 `tramp-gvfs-enabled' is nil.
14050 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14051 Do not raise a user error when loading package. (Bug#14447)
14052
14053 * net/xesam.el: Move to obsolete/.
14054
14055 2013-05-24 Glenn Morris <rgm@gnu.org>
14056
14057 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14058
14059 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14060
14061 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14062 (Info-find-node, Man-getpage-in-background): Declare.
14063
14064 * mail/unrmail.el (unrmail):
14065 Replace obsolete detect-coding-with-priority.
14066
14067 * net/socks.el (socks-split-string): Use this rather than split-string.
14068 (socks-nslookup-host): Update for above change.
14069 (dynamic-choice, s5-dynamic-choice-match)
14070 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14071 Comment out unused code.
14072
14073 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14074 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14075 (gud-tooltip-echo-area): Make obsolete.
14076 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14077
14078 * progmodes/js.el (js--optimize-arglist): Declare.
14079
14080 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14081
14082 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14083 (ediff-window-C): Declare.
14084
14085 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14086 Tweak requires to silence compiler.
14087
14088 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14089 (he-search-string, he-tried-table, he-expand-list)
14090 (he-init-string, he-string-member, he-substitute-string)
14091 (he-reset-string): Declare.
14092
14093 * obsolete/options.el (list-options): Use custom-variable-p,
14094 rather than obsolete alias.
14095
14096 2013-05-23 Sam Steingold <sds@gnu.org>
14097
14098 * simple.el (shell-command-on-region): Pass the `replace' argument
14099 down to `call-process-region' to comply with the doc as reported on
14100 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14101
14102 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 * emacs-lisp/smie.el (smie-indent-forward-token)
14105 (smie-indent-backward-token): Handle string tokens (bug#14381).
14106
14107 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14108
14109 * ielm.el (ielm-menu): New menu.
14110 (inferior-emacs-lisp-mode): Set comment-start.
14111
14112 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14113
14114 * textmodes/reftex.el (reftex-ref-style-toggle):
14115 Fix deactivate action.
14116
14117 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14118 Add cleveref macros.
14119
14120 * textmodes/reftex-parse.el
14121 (reftex-locate-bibliography-files): Accept options for
14122 bibliography commands.
14123 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14124 Add addbibresource. Basic Biblatex support.
14125
14126 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14127
14128 * net/tramp-gvfs.el (top):
14129 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14130 when loading package. (Bug#14447)
14131
14132 2013-05-23 Glenn Morris <rgm@gnu.org>
14133
14134 * progmodes/js.el: No need to load comint when compiling.
14135 (ring-insert, comint-send-string, comint-send-input)
14136 (comint-last-input-end, ido-chop): Declare.
14137
14138 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14139 * vc/ediff-mult.el: Adjust requires.
14140 (ediff-directories-internal, ediff-directory-revisions-internal)
14141 (ediff-patch-file-internal): Declare.
14142 * vc/ediff-ptch.el: Adjust requires.
14143 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14144 (ediff-find-file): Autoload.
14145 * vc/ediff-util.el: No need to load ediff when compiling.
14146 (ediff-regions-internal): Declare.
14147 * vc/ediff-wind.el: Adjust requires.
14148 (ediff-compute-toolbar-width): Define when compiling.
14149 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14150 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14151 (dired-get-filename, dired-get-marked-files)
14152 (ediff-last-dir-patch, ediff-patch-default-directory)
14153 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14154 (ediff-patch-buffer-internal): Declare.
14155
14156 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14157 (ispell-process, ispell-buffer-local-words, lm-summary)
14158 (lm-section-start, lm-section-end): Declare.
14159 (checkdoc-ispell-init): Simplify.
14160
14161 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14162 (he-string-member, he-reset-string, he-substitute-string): Declare.
14163
14164 * eshell/em-ls.el: Adjust requires.
14165 (eshell-glob-regexp): Declare.
14166 * eshell/em-tramp.el: Adjust requires.
14167 (eshell-parse-command): Autoload.
14168 * eshell/em-xtra.el: Adjust requires.
14169 (eshell-parse-command): Autoload.
14170 * eshell/esh-ext.el: Adjust requires.
14171 (eshell-parse-command, eshell-close-handles): Autoload.
14172 * eshell/esh-io.el: Adjust requires.
14173 (eshell-output-filter): Autoload.
14174 * eshell/esh-util.el: No need to load tramp when compiling.
14175 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14176 Declare.
14177 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14178 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14179 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14180 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14181 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14182 * eshell/esh-opt.el, eshell/esh-proc.el:
14183 * eshell/esh-var.el: Adjust requires.
14184 * eshell/eshell.el: Do not require esh-util twice.
14185 (eshell-add-input-to-history): Declare.
14186 (eshell-command): Check history module is active before using it.
14187
14188 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14189
14190 2013-05-22 Leo Liu <sdl.web@gmail.com>
14191
14192 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14193
14194 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14195
14196 * autorevert.el (auto-revert-notify-add-watch)
14197 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14198 it indicates changes in file modification time.
14199
14200 2013-05-22 Glenn Morris <rgm@gnu.org>
14201
14202 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14203 Always delete the autoloaded function from the noruntime and
14204 unresolved functions lists.
14205
14206 * allout.el: No need to load epa, epg, overlay when compiling.
14207 (epg-context-set-passphrase-callback, epg-list-keys)
14208 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14209 (epg-key-user-id-list): Declare.
14210
14211 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14212 (viper-set-parsing-style-toggling-macro)
14213 (viper-set-emacs-state-searchstyle-macros):
14214 Use called-interactively-p on Emacs.
14215 (viper-looking-back): Make it an obsolete alias. Update callers.
14216 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14217 Use looking-back rather than viper-looking-back.
14218 (viper-tmp-insert-at-eob, viper-enlarge-region)
14219 (viper-read-string-with-history, viper-register-to-point)
14220 (viper-append-to-register, viper-change-state-to-vi)
14221 (viper-backward-char-carefully, viper-forward-char-carefully)
14222 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14223 (viper-change-state-to-emacs): Declare.
14224 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14225 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14226 * emulation/viper-mous.el: Do not load viper-cmd.
14227 (viper-backward-char-carefully, viper-forward-char-carefully)
14228 (viper-forward-word, viper-adjust-window): Declare.
14229
14230 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14231
14232 * progmodes/idlw-help.el (idlwave-help-fontify):
14233 Use called-interactively-p.
14234
14235 * term/w32console.el (w32-get-console-codepage)
14236 (w32-get-console-output-codepage): Declare.
14237
14238 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14239 Remove unnecessary declarations.
14240 (dframe-message): Doc fix.
14241
14242 * info.el (dframe-select-attached-frame, dframe-current-frame):
14243 Declare.
14244
14245 * speedbar.el (speedbar-message): Make it an obsolete alias.
14246 Update all callers.
14247 (speedbar-with-attached-buffer)
14248 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14249 (speedbar-with-writable): Use backquote.
14250 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14251 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14252 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14253 rather than speedbar- aliases.
14254 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14255 (speedbar-make-specialized-keymap, speedbar-insert-button)
14256 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14257 (speedbar-do-function-pointer): Declare.
14258 (rmail-speedbar-button, rmail-speedbar-find-file)
14259 (rmail-speedbar-move-message):
14260 Use dframe-with-attached-buffer rather than speedbar- alias.
14261 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14262 (dframe-message, speedbar-make-specialized-keymap)
14263 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14264 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14265 (speedbar-insert-button, dframe-select-attached-frame)
14266 (dframe-maybee-jump-to-attached-frame)
14267 (speedbar-change-initial-expansion-list)
14268 (speedbar-previously-used-expansion-list-name): Declare.
14269 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14270 Use dframe-message, dframe-with-attached-buffer rather than
14271 speedbar- aliases.
14272 (gud-sentinel): Silence compiler.
14273 * progmodes/vhdl-mode.el (speedbar-refresh)
14274 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14275 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14276 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14277 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14278 (speedbar-file-lists, speedbar-make-tag-line)
14279 (speedbar-line-directory, speedbar-goto-this-file)
14280 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14281 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14282 (speedbar-make-button, speedbar-reset-scanners)
14283 (speedbar-files-item-info, speedbar-line-text)
14284 (speedbar-find-file-in-frame, speedbar-set-timer)
14285 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14286 (speedbar-with-writable): Do not (re)define it.
14287 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14288 rather than speedbar- alias.
14289
14290 2013-05-21 Leo Liu <sdl.web@gmail.com>
14291
14292 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14293 menu items.
14294 (octave-mode): Tweak fill-nobreak-predicate.
14295 (inferior-octave-startup): Check process to avoid infinite loop.
14296 (inferior-octave): Pop to buffer first to show abornmal process
14297 exit information.
14298
14299 2013-05-21 Glenn Morris <rgm@gnu.org>
14300
14301 * printing.el (pr-menu-bar): Define when compiling.
14302
14303 2013-05-21 Leo Liu <sdl.web@gmail.com>
14304
14305 * progmodes/octave.el (octave-auto-fill): Remove.
14306 (octave-indent-new-comment-line): Improve.
14307 (octave-mode): Use auto fill mode through
14308 comment-line-break-function and fill-nobreak-predicate.
14309 (octave-goto-function-definition): Support DEFUN_DLD.
14310 (octave-beginning-of-defun): Small tweak.
14311 (octave-help): Show parent directory.
14312
14313 2013-05-21 Glenn Morris <rgm@gnu.org>
14314
14315 * files.el (dired-unmark):
14316 * progmodes/gud.el (gdb-input): Update declarations.
14317
14318 * calculator.el (electric, ehelp): No need to load when compiling.
14319 (Electric-command-loop, electric-describe-mode): Declare.
14320
14321 * doc-view.el (doc-view-current-converter-processes): Move before use.
14322
14323 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14324 Move MODE-set-explicitly definition before use.
14325
14326 * international/mule-diag.el (mule-diag):
14327 Don't use obsolete window-system-version.
14328
14329 * mail/feedmail.el (smtpmail): No need to load when compiling.
14330 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14331
14332 * mail/mail-utils.el (rfc822): No need to load when compiling.
14333 (rfc822-addresses): Autoload it.
14334 (mail-strip-quoted-names): Trivial simplification.
14335
14336 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14337 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14338
14339 * net/snmp-mode.el (tempo): Don't duplicate requires.
14340
14341 * progmodes/prolog.el (info): No need to load when compiling.
14342 (comint): Require before shell requires it.
14343 (Info-goto-node): Autoload it.
14344 (Info-follow-nearest-node): Declare.
14345 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14346
14347 * textmodes/artist.el (picture-mode-exit): Declare.
14348
14349 * textmodes/reftex-parse.el (reftex-parse-from-file):
14350 Trivial rewrite so the compiler can parse it better.
14351
14352 2013-05-20 Leo Liu <sdl.web@gmail.com>
14353
14354 * progmodes/octave.el (octave-help-mode-map)
14355 (octave-help-mode-finish-hook): New variables.
14356 (octave-help-mode, octave-help-mode-finish): New functions.
14357 (octave-help): Use octave-help-mode.
14358
14359 2013-05-20 Glenn Morris <rgm@gnu.org>
14360
14361 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14362
14363 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14364
14365 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14366 start at point, so that expansion starting right after opening
14367 slash in a regexp is recognized.
14368 (ruby-syntax-before-regexp-re): New defvar, extracted from
14369 ruby-syntax-propertize-function. Since the value of this regexp
14370 is looked up at runtime now, we should be able to turn
14371 `ruby-syntax-methods-before-regexp' into a defcustom later.
14372 (ruby-syntax-propertize-function): Split regexp matching into two
14373 parts, for opening and closing slashes. That allows us to skip
14374 over string interpolations and support multiline regexps.
14375 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14376 for them, which calls `ruby-syntax-propertize-expansion'.
14377 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14378 call to `ruby-syntax-propertize-function'.
14379 (ruby-syntax-propertize-expansion): Extracted from
14380 `ruby-syntax-propertize-expansions'. Handles one expansion.
14381 (ruby-syntax-propertize-percent-literal): Leave point right after
14382 the percent symbol, so that the expression expansion rule can
14383 propertize the contents.
14384 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14385 heredoc openers.
14386 (ruby-syntax-propertize-expansions): Remove.
14387
14388 2013-05-18 Juri Linkov <juri@jurta.org>
14389
14390 * man.el (Man-default-man-entry): Remove `-' from the end
14391 of the default value. (Bug#14400)
14392
14393 2013-05-18 Glenn Morris <rgm@gnu.org>
14394
14395 * comint.el (comint-password-prompt-regexp):
14396 Allow "password for XXX" where XXX contains colons (eg https://...).
14397
14398 2013-05-18 Leo Liu <sdl.web@gmail.com>
14399
14400 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14401 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14402 (octave-source-directories): Don't check process.
14403 (octave-source-directories, octave-find-definition): Doc fix.
14404
14405 2013-05-18 Glenn Morris <rgm@gnu.org>
14406
14407 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14408 Remove backspace/delete bindings. (Bug#14392)
14409
14410 * cus-dep.el (custom-make-dependencies): Sort the output.
14411 (custom-versions-load-alist): Convert comment to doc.
14412
14413 2013-05-17 Leo Liu <sdl.web@gmail.com>
14414
14415 * newcomment.el (comment-search-backward): Stricter in finding
14416 comment start. (Bug#14303)
14417
14418 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14419 (octave-comment-start-skip): Properly anchored.
14420
14421 2013-05-17 Leo Liu <sdl.web@gmail.com>
14422
14423 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14424 Clean up when turned off. (Bug#14395)
14425 (smie--highlight-matching-block-overlay): No longer buffer-local.
14426 (smie-highlight-matching-block): Adjust.
14427
14428 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14429
14430 Doc string fix for "nanoseconds" (Bug#14406).
14431 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14432 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14433
14434 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14435
14436 * calc/calc-units.el (math-extract-units): Preserve powers
14437 of units.
14438
14439 2013-05-17 Leo Liu <sdl.web@gmail.com>
14440
14441 * subr.el (delete-consecutive-dups): New function.
14442 * ido.el (ido-set-matches-1): Use it.
14443 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14444 * ido.el (ido-remove-consecutive-dups): Remove.
14445
14446 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14449 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14450 regexp-opt's `words'.
14451
14452 2013-05-16 Leo Liu <sdl.web@gmail.com>
14453
14454 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14455 (smie--highlight-matching-block-overlay)
14456 (smie--highlight-matching-block-lastpos)
14457 (smie--highlight-matching-block-timer): New variables.
14458 (smie-highlight-matching-block): New function.
14459 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14460 (smie-setup): Conditionally enable smie-blink-matching-open.
14461
14462 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14463
14464 Sync with upstream verilog-mode r840.
14465 * progmodes/verilog-mode.el (verilog-mode-version)
14466 (verilog-mode-release-date): Update.
14467 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14468 (verilog-sig-tieoff): Fix string error on
14469 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14470 (verilog-read-decls): Fix parameters confusing
14471 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14472
14473 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14474
14475 * subr.el (reveal-filename): New function.
14476
14477 * loadup.el: Compute Emacs executable versions on MS-Windows,
14478 where executables have the .exe extension. Add a hard link
14479 emacs-XX.YY.ZZ.exe on MS-Windows.
14480
14481 * Makefile.in (XARGS_LIMIT): New variable.
14482 (custom-deps, finder-data, autoloads)
14483 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14484 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14485 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14486 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14487
14488 2013-05-16 Leo Liu <sdl.web@gmail.com>
14489
14490 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14491 (octave-mode-menu, octave-mode-map): Remove its uses.
14492
14493 2013-05-16 Reto Zimmermann <reto@gnu.org>
14494
14495 Sync with upstream vhdl mode v3.34.2.
14496 * progmodes/vhdl-mode.el: Use `push' throughout.
14497 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14498 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14499 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14500 (vhdl-actual-generic-name): New option to derive actual generic name.
14501 (vhdl-port-paste-signals): Replace formal by actual generics.
14502 (vhdl-beautify): New name for old group vhdl-align. Update users.
14503 (vhdl-beautify-options): New option.
14504 (vhdl-last-input-event): New compat alias. Use throughout.
14505 (vhdl-goto-line): Replace user level function `goto-line'.
14506 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14507 vhdl-fix-statement-buffer.
14508 (vhdl-create-mode-menu): Add some entries.
14509 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14510 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14511 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14512 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14513 to force statements on one line.
14514 (vhdl-remove-trailing-spaces-region):
14515 New, split from vhdl-remove-trailing-spaces.
14516 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14517 Respect vhdl-beautify-options.
14518 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14519 (vhdl-update-sensitivity-list): Not add with index if exists without.
14520 Not include array index with signal. Ignore keywords in comments.
14521 (vhdl-get-visible-signals): Regexp tweaks.
14522 (vhdl-template-component-inst): Handle empty library.
14523 (vhdl-template-type): Add template for 'enum' type.
14524 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14525 Use vhdl-replace-string.
14526 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14527 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14528 (vhdl-speedbar-initialize): Update for above name change.
14529 (vhdl-compose-wire-components): Fix in handling of constants.
14530 (vhdl-error-regexp-emacs-alist): New variable.
14531 (vhdl-error-regexp-add-emacs): New function;
14532 adds support for new compile.el (Emacs 22+)
14533 (vhdl-generate-makefile-1): Change target order for single lib. units.
14534 Allow use of absolute file names.
14535
14536 2013-05-16 Leo Liu <sdl.web@gmail.com>
14537
14538 * simple.el (prog-indent-sexp): Indent enclosing defun.
14539
14540 2013-05-15 Glenn Morris <rgm@gnu.org>
14541
14542 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14543 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14544 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14545 (whitespace-highlight): Move to whitespace group.
14546
14547 * comint.el (comint-source):
14548 * pcmpl-linux.el (pcmpl-linux):
14549 * shell.el (shell-faces):
14550 * eshell/esh-opt.el (eshell-opt):
14551 * international/ccl.el (ccl): Remove empty custom groups.
14552
14553 * completion.el (dynamic-completion-mode):
14554 * jit-lock.el (jit-lock-debug-mode):
14555 * minibuffer.el (completion-in-region-mode):
14556 * type-break.el (type-break-mode-line-message-mode)
14557 (type-break-query-mode):
14558 * emulation/tpu-edt.el (tpu-edt-mode):
14559 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14560 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14561 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14562
14563 * term/xterm.el (xterm): Change parent group to terminals.
14564
14565 * master.el (master): Remove empty custom group.
14566 (master-mode): Remove unused :group argument.
14567 * textmodes/refill.el (refill): Remove empty custom group.
14568 (refill-mode): Remove unused :group argument.
14569
14570 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14571
14572 * cus-dep.el: Provide a feature.
14573 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14574 Don't mistakenly ignore files whose basenames match a basename
14575 from preloaded-file-list (eg cedet/ede/simple.el).
14576 Add a fallback method for getting :group.
14577
14578 2013-05-15 Juri Linkov <juri@jurta.org>
14579
14580 * isearch.el (isearch-char-by-name): Rename from
14581 `isearch-insert-char-by-name'. Doc fix.
14582 (isearch-forward): Mention `isearch-char-by-name' in
14583 the docstring. (Bug#13348)
14584
14585 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14586 `exit-minibuffer' instead of
14587 `isearch-nonincremental-exit-minibuffer'.
14588 (isearch-edit-string): Remove mention of
14589 `isearch-nonincremental-exit-minibuffer' from docstring.
14590 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14591 (isearch-forward-exit-minibuffer)
14592 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14593
14594 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * loadup.el: Just use unversioned DOC.
14597
14598 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14599 literals as extending to EOB.
14600 (nxml-last-fontify-end): Remove unused variable.
14601 (nxml-after-change1): Use with-silent-modifications.
14602 (nxml-extend-after-change-region): Simplify.
14603 (nxml-extend-after-change-region1): Remove function.
14604 (nxml-after-change1): Don't adjust for dependent regions.
14605 (nxml-fontify-matcher): Simplify.
14606 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14607 (xmltok-add-dependent): Remove function.
14608 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14609 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14610 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14611 unclosed <[[, <?, comment, and other literals as extending to EOB.
14612 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14613 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14614 Remove functions.
14615 (rng-do-some-validation-1): Don't mark dependent regions.
14616 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14617 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14618 (nxml-clear-dependent-regions): Remove functions.
14619 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14620 (nxml-ensure-scan-up-to-date):
14621 Don't clear&mark dependent regions.
14622
14623 2013-05-15 Leo Liu <sdl.web@gmail.com>
14624
14625 * progmodes/octave.el (octave-goto-function-definition):
14626 Improve and fix callers.
14627
14628 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14629
14630 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14631 the setter (bug#14387).
14632
14633 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14634 surrounding group (bug#14402).
14635
14636 2013-05-14 Juri Linkov <juri@jurta.org>
14637
14638 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14639 (Bug#14390)
14640
14641 2013-05-14 Glenn Morris <rgm@gnu.org>
14642
14643 * progmodes/f90.el (f90-imenu-generic-expression):
14644 Fix typo in 2013-05-08 change. (Bug#14402)
14645
14646 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14647
14648 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14649 Remove signals for which replies are never received.
14650
14651 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14652
14653 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14654 (gdb-handler-alist, gdb-handler-number): Remove variables.
14655 (gdb-handler-list): New variable.
14656 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14657 (gdb-pending-handler-p, gdb-handle-reply)
14658 (gdb-remove-all-pending-triggers): New functions.
14659 (gdb-discard-unordered-replies): New defcustom.
14660 (gdb-handler): New defstruct.
14661 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14662 instead of gdb-pending-triggers. Update docstring.
14663 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14664 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14665 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14666 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14667 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14668 (gdb-frame-handler): Pending triggers are now automatically managed.
14669 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14670 Remove argument.
14671 (gdb-input): Automatically handles pending triggers. Update docstring.
14672 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14673 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14674 Update comments.
14675 (gdb-done-or-error): Now use gdb-handle-reply.
14676
14677 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14678
14679 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14680 gdb-debug-log.
14681
14682 2013-05-14 Glenn Morris <rgm@gnu.org>
14683
14684 * subr.el (user-emacs-directory-warning): New option.
14685 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14686
14687 2013-05-14 Leo Liu <sdl.web@gmail.com>
14688
14689 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14690 during redisplay.
14691 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14692 (octave-font-lock-texinfo-comment): Fix invalid search bound
14693 error: wrong side of point.
14694
14695 2013-05-14 Glenn Morris <rgm@gnu.org>
14696
14697 * progmodes/flymake.el (flymake-xml-program): New option.
14698 (flymake-xml-init): Use it.
14699
14700 * term/xterm.el: Provide a feature.
14701
14702 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14703
14704 2013-05-13 Glenn Morris <rgm@gnu.org>
14705
14706 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14707 Add compat aliases as a hack workaround. (Bug#14384)
14708
14709 2013-05-13 Leo Liu <sdl.web@gmail.com>
14710
14711 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14712 ###, and %!.
14713 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14714 C-M-q.
14715 (octave-comment-start-skip): Include %!.
14716 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14717
14718 2013-05-12 Leo Liu <sdl.web@gmail.com>
14719
14720 * progmodes/octave.el (inferior-octave-startup): Store the value
14721 of __octave_srcdir__ for octave-source-directories.
14722 (inferior-octave-check-process): New function refactored out of
14723 inferior-octave-send-list-and-digest.
14724 (octave-source-directories)
14725 (octave-find-definition-filename-function): New variables.
14726 (octave-source-directories)
14727 (octave-find-definition-default-filename): New functions.
14728 (octave-find-definition): Improve to find functions implemented in C++.
14729
14730 2013-05-12 Glenn Morris <rgm@gnu.org>
14731
14732 * calendar/diary-lib.el (diary-outlook-format-1):
14733 Don't include dayname in the output. (Bug#14349)
14734
14735 2013-05-11 Glenn Morris <rgm@gnu.org>
14736
14737 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14738
14739 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14740 Treat cc-provide like provide.
14741
14742 2013-05-11 Kevin Ryde <user42@zip.com.au>
14743
14744 * cus-dep.el (custom-make-dependencies):
14745 Use generated-autoload-load-name for the sake of files such
14746 such cedet/semantic/bovine/c.el, where the base file name
14747 is not in load-path. (Bug#5277)
14748
14749 2013-05-11 Glenn Morris <rgm@gnu.org>
14750
14751 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14752 Provide features.
14753
14754 2013-05-11 Leo Liu <sdl.web@gmail.com>
14755
14756 * progmodes/octave.el (octave-indent-comment): Improve.
14757 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14758 (octave-eldoc-function-signatures, octave-eldoc-function):
14759 New functions.
14760 (octave-mode, inferior-octave-mode): Add eldoc support.
14761
14762 2013-05-11 Richard Stallman <rms@gnu.org>
14763
14764 * epa.el (epa-decrypt-file): Take output file name as argument
14765 and read it using `interactive'.
14766
14767 2013-05-11 Leo Liu <sdl.web@gmail.com>
14768
14769 * progmodes/octave.el (octave-beginning-of-line)
14770 (octave-end-of-line): Check before using up-list because it jumps
14771 out of more syntactic contructs since moving to smie.
14772 (octave-indent-comment): New function.
14773 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14774 (octave-begin-keywords, octave-end-keywords)
14775 (octave-reserved-words, octave-smie-bnf-table)
14776 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14777
14778 2013-05-11 Glenn Morris <rgm@gnu.org>
14779
14780 * faces.el (internal-face-x-get-resource):
14781 * frame.el (ns-display-monitor-attributes-list):
14782 * calc/calc-aent.el (math-to-radians-2):
14783 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14784 Fix declarations.
14785
14786 * calc/calc-menu.el: Make it loadable in isolation.
14787
14788 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14789 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14790 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14791 (eudc-bbdb-query-internal): Require 'bbdb.
14792
14793 * lpr.el (lpr-headers-switches):
14794 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14795
14796 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14797
14798 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14799
14800 * term.el (term-set-escape-char): Make it idempotent.
14801
14802 2013-05-10 Leo Liu <sdl.web@gmail.com>
14803
14804 * progmodes/octave.el (inferior-octave-completion-table):
14805 No longer a function and all uses changed. Use cache to speed up
14806 completion due to bug#11906.
14807 (octave-beginning-of-defun): Re-write to be more general.
14808
14809 2013-05-10 Glenn Morris <rgm@gnu.org>
14810
14811 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14812
14813 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * comint.el (comint-redirect-send-command-to-process): Use :around
14816 rather than :override for comint-redirect-filter.
14817 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14818 Call it instead of comint-redirect-original-filter-function (which
14819 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14820
14821 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14822
14823 * frame.el (display-monitor-attributes-list): Add NS case.
14824 (ns-display-monitor-attributes-list): Declare.
14825
14826 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14827
14828 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14829
14830 2013-05-09 Glenn Morris <rgm@gnu.org>
14831
14832 * international/fontset.el (vertical-centering-font-regexp):
14833 Set standard-value.
14834
14835 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14836
14837 * bookmark.el (bookmark-search-delay):
14838 * cus-start.el (vertical-centering-font-regexp):
14839 * ps-mule.el (ps-mule-font-info-database-default):
14840 * ps-print.el (ps-default-fg, ps-default-bg):
14841 * type-break.el (type-break-good-break-interval):
14842 * whitespace.el (whitespace-indentation-regexp)
14843 (whitespace-space-after-tab-regexp):
14844 * emacs-lisp/testcover.el (testcover-1value-functions)
14845 (testcover-noreturn-functions, testcover-progn-functions)
14846 (testcover-prog1-functions):
14847 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14848 * eshell/em-glob.el (eshell-glob-translate-alist):
14849 * play/tetris.el (tetris-tty-colors):
14850 * progmodes/cpp.el (cpp-face-default-list):
14851 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14852 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14853 (idlwave-help-browser-generic-args):
14854 * progmodes/make-mode.el (makefile-special-targets-list):
14855 * progmodes/python.el (python-shell-virtualenv-path):
14856 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14857 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14858 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14859 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14860 * textmodes/reftex-vars.el (reftex-format-label-function):
14861 * textmodes/remember.el (remember-diary-file): Fix custom types.
14862
14863 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14864 Add :version.
14865
14866 2013-05-09 Leo Liu <sdl.web@gmail.com>
14867
14868 * progmodes/octave.el (inferior-octave-completion-at-point):
14869 Restore file completion. (Bug#14300)
14870 (inferior-octave-startup): Fix incorrect highlighting for the
14871 first prompt.
14872
14873 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14874
14875 * progmodes/ruby-mode.el: First cut at SMIE support.
14876 (ruby-use-smie): New var.
14877 (ruby-smie-grammar): New constant.
14878 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14879 (ruby-smie--forward-token, ruby-smie--backward-token)
14880 (ruby-smie-rules): New functions.
14881 (ruby-mode-variables): Setup SMIE if applicable.
14882
14883 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14884
14885 * simple.el (line-move-visual): Signal beginning/end of buffer
14886 only if vertical-motion moved less than it was requested. Avoids
14887 silly incorrect error messages when there are display strings with
14888 multiple newlines at EOL.
14889
14890 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14893 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14894 (prolog-char-quote-workaround):
14895 * progmodes/cperl-mode.el (cperl-under-as-char):
14896 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14897 Mark as obsolete.
14898 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14899 their declaration.
14900 (vhdl-mode-syntax-table-init): Remove.
14901
14902 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14903 last change.
14904
14905 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14906 syntax for "_".
14907 (ld-script-font-lock-keywords):
14908 Change regexps to use things like \_< and \_>.
14909
14910 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14911 Change all regexps to use things like \_< and \_>.
14912
14913 * progmodes/autoconf.el (autoconf-definition-regexp)
14914 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14915 Handle a _ with symbol syntax.
14916 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14917
14918 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14919 Consolidate declaration.
14920 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14921 the declaration.
14922 (ada-create-syntax-table): Remove.
14923 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14924 already has the right syntax nowadays.
14925 (ada-goto-next-word): Don't change the syntax of "_".
14926
14927 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14928 with-wrapper-hook.
14929
14930 2013-05-08 Sam Steingold <sds@gnu.org>
14931
14932 * thingatpt.el (thing-at-point): Accept optional second argument
14933 NO-PROPERTIES to strip the text properties from the return value.
14934 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14935 to `thing-at-point' instead of stripping the properties ourselves.
14936 Also, when `thing-at-point' fails to find a url, prepend "http://"
14937 to the filename at point on the assumption that the user is
14938 pointing at something like gnu.org/gnu.
14939
14940 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14943 * faces.el (crm-separator):
14944 Silence byte-compiler.
14945
14946 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14947 (tool-bar-map): Remove unneeded defvars.
14948
14949 2013-05-08 Leo Liu <sdl.web@gmail.com>
14950
14951 Re-work a fix for bug#10994 based on Le Wang's patch.
14952 * ido.el (ido-remove-consecutive-dups): New helper.
14953 (ido-completing-read): Use it.
14954 (ido-chop): Revert fix for bug#10994.
14955
14956 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14957
14958 * cus-edit.el (custom-save-variables):
14959 Pretty-print long values. (Bug#14187)
14960
14961 2013-05-08 Glenn Morris <rgm@gnu.org>
14962
14963 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14964 (m4-mode-syntax-table): Init in the defvar.
14965 (m4-mode-abbrev-table): Let define-derived-mode define it.
14966
14967 2013-05-08 Tom Tromey <tromey@redhat.com>
14968
14969 * progmodes/m4-mode.el (m4-mode-syntax-table):
14970 Do not treat "_" as word constituent. (Bug#14167)
14971
14972 2013-05-07 Glenn Morris <rgm@gnu.org>
14973
14974 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14975 Remove explicit eshell-isearch-cancel-map.
14976
14977 * progmodes/f90.el (f90-smart-end-names): New option.
14978 (f90-smart-end): Doc fix.
14979 (f90-end-block-optional-name): New constant.
14980 (f90-block-match): Respect f90-smart-end-names.
14981
14982 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14983
14984 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14985 about implicit semi-colons (bug#14218).
14986
14987 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14988
14989 * frame.el (display-monitor-attributes-list)
14990 (frame-monitor-attributes): New functions.
14991
14992 2013-05-06 Leo Liu <sdl.web@gmail.com>
14993
14994 * progmodes/octave.el (octave-syntax-propertize-function): Change
14995 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14996 (octave-font-lock-keywords): Use octave-operator-regexp.
14997 (octave-completion-at-point): Rename from
14998 octave-completion-at-point-function.
14999 (inferior-octave-directory-tracker): Robustify.
15000 (octave-text-functions): Remove and fix its uses. No such things
15001 any more.
15002
15003 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15004
15005 * emacs-lisp/trace.el (trace--display-buffer): New function.
15006 (trace-make-advice): Use it.
15007
15008 2013-05-06 Juri Linkov <juri@jurta.org>
15009
15010 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15011 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15012 Doc fix.
15013 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15014 in the help string. (Bug#12985)
15015
15016 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15017
15018 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15019
15020 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15021
15022 * progmodes/perl-mode.el: Add support for here documents.
15023 (perl-syntax-propertize-function): Match here-doc markers.
15024 (perl-syntax-propertize-special-constructs): Find their end.
15025 (perl-imenu-generic-expression): Use [:alnum:].
15026
15027 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15028 (advice--add-function): Refresh the advice if already present
15029 (bug#14317).
15030
15031 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15032
15033 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15034
15035 2013-05-06 Glenn Morris <rgm@gnu.org>
15036
15037 * w32-fns.el (w32-charset-info-alist): Declare.
15038
15039 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15040 of its defcustom properties.
15041 (eshell-cmpl-initialize): No need to load pcomplete.
15042
15043 * generic-x.el: No need to require comint when compiling.
15044
15045 * net/eudc-export.el: Make it loadable without bbdb.
15046 (top-level): Use require rather than load-library.
15047 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15048 (eudc-batch-export-records-to-bbdb)
15049 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15050 Require bbdb.
15051
15052 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15055 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15056 some tweaks, instead.
15057
15058 2013-05-05 Leo Liu <sdl.web@gmail.com>
15059
15060 * progmodes/octave.el (octave-font-lock-keywords)
15061 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15062 (inferior-octave-send-list-and-digest): Improve error message.
15063 (octave-mode, inferior-octave-mode): Use setq-local.
15064 (octave-help): Set info-lookup-mode.
15065
15066 2013-05-05 Richard Stallman <rms@gnu.org>
15067
15068 * vc/compare-w.el (compare-windows-whitespace):
15069 Treat no-break space as whitespace.
15070
15071 * mail/rmailsum.el (rmail-summary-rmail-update):
15072 Detect empty summary and don't change selected message.
15073 (rmail-summary-goto-msg): Likewise.
15074
15075 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15076 Doc fixes, rename args.
15077
15078 2013-05-05 Alan Mackenzie <acm@muc.de>
15079
15080 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15081
15082 2013-05-05 Juri Linkov <juri@jurta.org>
15083
15084 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15085 to not add the length of the summary segment to the return value.
15086 (Bug#14125)
15087
15088 2013-05-05 Leo Liu <sdl.web@gmail.com>
15089
15090 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15091 (inferior-octave-output-filter): Remove.
15092 (octave-send-region, inferior-octave-startup): Fix callers.
15093 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15094 (octave-binary-file-extensions): New user variable.
15095 (octave-find-definition): Confirm if opening binary files.
15096 (octave-help-file): Use octave-find-definition to get the binary
15097 confirmation.
15098 (octave-help): Adjust for octave-help-file change.
15099
15100 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15101
15102 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15103 Merge the two entries that handle function definitions.
15104 (pascal--syntax-propertize): New const.
15105 (pascal-mode): Use it. Use setq-local.
15106
15107 2013-05-04 Glenn Morris <rgm@gnu.org>
15108
15109 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15110 (diary-from-outlook): Respect diary-from-outlook-function.
15111
15112 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15113
15114 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15115 Move the declaration from C.
15116 (read-minibuffer, eval-minibuffer): Move from C.
15117 (completion-setup-function): Avoid minibuffer-completion-contents.
15118
15119 2013-05-03 Leo Liu <sdl.web@gmail.com>
15120
15121 * progmodes/octave.el (octave-font-lock-keywords): Do not
15122 dehighlight 'end' in comments or strings.
15123 (octave-completing-read, octave-goto-function-definition):
15124 New helpers.
15125 (octave-help-buffer): New user variable.
15126 (octave-help-file, octave-help-function): New button types.
15127 (octave-help): New command and bind it to C-h ;.
15128 (octave-find-definition): New command and bind it to M-.
15129 (user-error): Alias to error if not defined.
15130
15131 2013-05-02 Leo Liu <sdl.web@gmail.com>
15132
15133 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15134 for \. (bug#14332)
15135 (octave-font-lock-keywords): Include [ and {.
15136
15137 2013-05-02 Leo Liu <sdl.web@gmail.com>
15138
15139 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15140 (inferior-octave): Remove calling comint-mode and return the buffer.
15141 (inferior-octave-startup): Cosmetic changes.
15142
15143 2013-05-02 Leo Liu <sdl.web@gmail.com>
15144
15145 * progmodes/octave.el (octave-syntax-propertize-function):
15146 Include the case when ' is at line beginning. (Bug#14336)
15147
15148 2013-05-02 Glenn Morris <rgm@gnu.org>
15149
15150 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15151 * desktop.el (vc-dir-mode): Just autoload it here.
15152
15153 2013-05-02 Alan Mackenzie <acm@muc.de>
15154
15155 Eliminate variable c-standard-font-lock-fontify-region-function.
15156 * progmodes/cc-mode.el
15157 (c-standard-font-lock-fontify-region-function): Remove.
15158 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15159
15160 2013-05-01 Leo Liu <sdl.web@gmail.com>
15161
15162 * progmodes/octave.el: Compatible with older emacs-24 releases.
15163 (inferior-octave-has-built-in-variables): Remove. Built-in
15164 variables were removed from Octave in 2007.
15165 (inferior-octave-startup): Fix uses.
15166 (comint-line-beginning-position): Remove compatibility code for
15167 emacs 21.
15168
15169 2013-05-01 Juri Linkov <juri@jurta.org>
15170
15171 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15172
15173 2013-05-01 Juri Linkov <juri@jurta.org>
15174
15175 * comint.el (comint-previous-matching-input): Don't print message
15176 "History item: %d" when `isearch-mode' is active.
15177 (comint-history-isearch-message): Print message "History item: %d"
15178 when `comint-input-ring-index' is not empty and this function is
15179 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15180
15181 2013-05-01 Leo Liu <sdl.web@gmail.com>
15182
15183 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15184 definitions. Use completion-at-point to insert keywords.
15185 (octave-abbrev-start): Remove.
15186 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15187
15188 2013-04-30 Leo Liu <sdl.web@gmail.com>
15189
15190 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15191 change.
15192
15193 2013-04-30 Alan Mackenzie <acm@muc.de>
15194
15195 Handle arbitrarily long C++ member initialisation lists.
15196 * progmodes/cc-engine.el (c-back-over-member-initializers):
15197 new function.
15198 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15199 (most) member init lists.
15200
15201 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15202
15203 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15204 variable.
15205
15206 2013-04-30 Leo Liu <sdl.web@gmail.com>
15207
15208 * progmodes/octave.el (octave-variables): Remove. No builtin
15209 variables any more. All converted to functions.
15210 (octave-font-lock-keywords, octave-completion-at-point-function):
15211 Fix uses.
15212 (octave-font-lock-texinfo-comment): New user variable.
15213 (octave-texinfo-font-lock-keywords): New variable for texinfo
15214 comment block.
15215 (octave-function-comment-block): New face.
15216 (octave-font-lock-texinfo-comment): New function.
15217 (octave-mode): Font lock texinfo comment block.
15218
15219 2013-04-29 Leo Liu <sdl.web@gmail.com>
15220
15221 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15222 indexing expression.
15223 (octave-continuation-string): Do not use \.
15224 (inferior-octave-complete-impossible): Remove.
15225 (inferior-octave-completion-table)
15226 (inferior-octave-completion-at-point): Remove its uses.
15227 (inferior-octave-startup): completion_matches was introduced to
15228 Octave in 1996 so safe to assume it.
15229 (octave-function-file-comment): Improve to follow how Octave does it.
15230 (octave-update-function-file-comment): Tweak.
15231
15232 2013-04-29 Leo Liu <sdl.web@gmail.com>
15233
15234 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15235 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15236 (octave-function-file-comment): Fix typo.
15237 (octave-sync-function-file-names): Use read-char-choice.
15238
15239 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15240
15241 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15242 to t for the less important warnings.
15243
15244 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15245
15246 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15247
15248 2013-04-27 Glenn Morris <rgm@gnu.org>
15249
15250 * vc/log-view.el (log-view-current-entry):
15251 Treat "---" separator lines as part of the following rev. (Bug#14169)
15252
15253 2013-04-27 Juri Linkov <juri@jurta.org>
15254
15255 * subr.el (read-number): Doc fix about using it by interactive
15256 code letter `n'. (Bug#14254)
15257
15258 2013-04-27 Juri Linkov <juri@jurta.org>
15259
15260 * desktop.el (desktop-auto-save-timeout): New option.
15261 (desktop-file-checksum): New variable.
15262 (desktop-save): Add optional arg `auto-save' and don't auto-save
15263 if nothing changed.
15264 (desktop-auto-save-timer): New variable.
15265 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15266 (after-init-hook): Call `desktop-auto-save-set-timer'.
15267 Suggested by Reuben Thomas <rrt@sc3d.org> in
15268 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15269
15270 2013-04-27 Leo Liu <sdl.web@gmail.com>
15271
15272 * progmodes/octave.el (octave-function-file-p)
15273 (octave-skip-comment-forward, octave-function-file-comment)
15274 (octave-update-function-file-comment): New functions.
15275 (octave-mode-map): Bind C-c ; to
15276 octave-update-function-file-comment.
15277 (octave-mode-menu): Add octave-update-function-file-comment.
15278 (octave-mode, inferior-octave-mode): Fix doc-string.
15279 (octave-insert-defun): Conform to Octave's coding convention.
15280 (Bug#14285)
15281
15282 * files.el (basic-save-buffer): Don't let errors in
15283 before-save-hook prevent saving buffer.
15284
15285 2013-04-20 Roland Winkler <winkler@gnu.org>
15286
15287 * faces.el (read-face-name): Use completing-read if arg multiple
15288 is nil.
15289
15290 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15291
15292 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15293 displayed, move point to after the totals line.
15294 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15295 for the details.
15296
15297 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15298
15299 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15300 Add current dir to the load-path.
15301 (package-generate-autoloads): Don't rely on
15302 autoload-ensure-default-file.
15303
15304 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15305
15306 * textmodes/remember.el (remember-store-in-files): Document that
15307 the file name format is passed to `format-time-string'.
15308
15309 2013-04-26 Leo Liu <sdl.web@gmail.com>
15310
15311 * progmodes/octave.el (octave-sync-function-file-names): New function.
15312 (octave-mode): Use it in before-save-hook.
15313
15314 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15317 (bug#14274).
15318
15319 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15320 \n and comment, even if it's not an implicit ; (bug#14218).
15321
15322 2013-04-26 Glenn Morris <rgm@gnu.org>
15323
15324 * subr.el (read-number): Once more use `read' rather than
15325 `string-to-number', to trap non-numeric input. (Bug#14254)
15326
15327 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15328
15329 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15330 Use `syntax-multiline' text property consistently instead of
15331 `font-lock-multiline'. (Bug#14237)
15332
15333 2013-04-26 Glenn Morris <rgm@gnu.org>
15334
15335 * emacs-lisp/shadow.el (list-load-path-shadows):
15336 No longer necessary to check for duplicate simple.el, since
15337 2012-07-07 change to init_lread to not include installation lisp
15338 directories in load-path when running uninstalled. (Bug#14270)
15339
15340 2013-04-26 Leo Liu <sdl.web@gmail.com>
15341
15342 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15343 (octave-mode, inferior-octave-mode): Use setq-local.
15344 (octave-not-in-string-or-comment-p): Rename to
15345 octave-in-string-or-comment-p.
15346 (octave-in-comment-p, octave-in-string-p)
15347 (octave-in-string-or-comment-p): Replace defsubst with defun.
15348
15349 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15350
15351 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15352
15353 2013-04-25 Bastien Guerry <bzg@gnu.org>
15354
15355 * textmodes/remember.el (remember-data-directory)
15356 (remember-directory-file-name-format): Fix custom types.
15357
15358 2013-04-25 Leo Liu <sdl.web@gmail.com>
15359
15360 * progmodes/octave.el (octave-completion-at-point-function):
15361 Make use of inferior octave process.
15362 (octave-initialize-completions): Remove.
15363 (inferior-octave-completion-table): New function.
15364 (inferior-octave-completion-at-point): Use it.
15365 (octave-completion-alist): Remove.
15366
15367 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15368
15369 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15370 (opascal-mode-syntax-table): New var.
15371 (opascal-literal-kind, opascal-is-literal-end)
15372 (opascal-literal-token-at): Rewrite.
15373 (opascal--literal-start-re, opascal-font-lock-keywords)
15374 (opascal--syntax-propertize): New constants.
15375 (opascal-font-lock-defaults): Adjust.
15376 (opascal-mode): Use them. Set comment-<foo> variables as well.
15377 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15378 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15379 (delphi-other-face, opascal-other-face): Remove face variables.
15380 (opascal-save-state): Remove macro.
15381 (opascal-fontifying-progress-step): Remove constant.
15382 (opascal--ignore-changes): Remove var.
15383 (opascal-set-token-property, opascal-parse-next-literal)
15384 (opascal-is-stable-literal, opascal-complete-literal)
15385 (opascal-is-literal-start, opascal-face-of)
15386 (opascal-parse-region, opascal-parse-region-until-stable)
15387 (opascal-fontify-region, opascal-after-change)
15388 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15389 (opascal-debug-parse-region, opascal-debug-parse-window)
15390 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15391 (opascal-debug-fontify-buffer): Remove.
15392 (opascal-debug-mode-map): Adjust accordingly.
15393
15394 2013-04-25 Leo Liu <sdl.web@gmail.com>
15395
15396 Merge octave-mod.el and octave-inf.el into octave.el with some
15397 cleanups.
15398 * progmodes/octave.el: New file renamed from octave-mod.el.
15399 * progmodes/octave-inf.el: Merged into octave.el.
15400 * progmodes/octave-mod.el: Renamed to octave.el.
15401
15402 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15403
15404 * textmodes/reftex-vars.el
15405 (reftex-label-ignored-macros-and-environments): New defcustom.
15406
15407 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15408
15409 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15410
15411 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15412 (smie-indent-keyword): Improve the check to ensure that the next
15413 comment is really on the same line.
15414 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15415
15416 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15417 semi-colons if the line is not otherwise empty (bug#14218).
15418
15419 2013-04-25 Glenn Morris <rgm@gnu.org>
15420
15421 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15422
15423 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15424
15425 * progmodes/opascal.el (opascal-set-token-property): Rename from
15426 opascal-set-text-properties and only set `token' (bug#14134).
15427 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15428 (opascal-literal-text-properties): Remove.
15429 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15430 Adjust callers.
15431
15432 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15433
15434 * textmodes/remember.el (remember-handler-functions): Add an
15435 option for a new handler `remember-store-in-files'.
15436 (remember-data-directory, remember-directory-file-name-format):
15437 New options.
15438 (remember-store-in-files): New function to store remember notes
15439 as separate files within a directory.
15440
15441 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15442
15443 * progmodes/compile.el (compilation-next-error-function):
15444 Pass "formats" to compilation-find-file (bug#11777).
15445
15446 2013-04-24 Glenn Morris <rgm@gnu.org>
15447
15448 * vc/vc-bzr.el (vc-bzr-print-log):
15449 * vc/vc-hg.el (vc-hg-print-log):
15450 * vc/vc-svn.el (vc-svn-print-log):
15451 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15452
15453 * vc/vc-bzr.el (vc-bzr-print-log):
15454 * vc/vc-cvs.el (vc-cvs-print-log):
15455 * vc/vc-git.el (vc-git-print-log):
15456 * vc/vc-hg.el (vc-hg-print-log):
15457 * vc/vc-mtn.el (vc-mtn-print-log):
15458 * vc/vc-rcs.el (vc-rcs-print-log):
15459 * vc/vc-sccs.el (vc-sccs-print-log):
15460 * vc/vc-svn.el (vc-svn-print-log):
15461 * vc/vc.el (vc-print-log-internal): Doc fixes.
15462
15463 2013-04-23 Glenn Morris <rgm@gnu.org>
15464
15465 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15466 Remove venerable code attempting to avoid substitute-command-keys.
15467
15468 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15469
15470 * textmodes/reftex-vars.el (reftex-label-regexps):
15471 Call `reftex-compile-variables' after changes to this variable.
15472
15473 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15476 Use lexical-binding.
15477 (jit-lock-force-redisplay): Use markers, check buffer's continued
15478 existence and beware narrowed buffers.
15479 (jit-lock-fontify-now): Adjust call accordingly.
15480
15481 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15484 to avoid misleading the user.
15485
15486 2013-04-22 Leo Liu <sdl.web@gmail.com>
15487
15488 * info-look.el: Prefer latex2e.info. (Bug#14240)
15489
15490 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15491
15492 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15493
15494 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15495 * net/tramp.el (tramp-call-process): ... here.
15496 (tramp-set-completion-function, tramp-parse-putty):
15497 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15498 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15499 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15500 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15501 (tramp-call-local-coding-command): Use `tramp-call-process'
15502 instead of `tramp-compat-call-process'.
15503
15504 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15505 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15506 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15507 (tramp-find-inline-compress): Improve traces.
15508 (tramp-maybe-send-script): Check for Perl binary.
15509 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15510
15511 2013-04-22 Daiki Ueno <ueno@gnu.org>
15512
15513 * epg.el (epg-context-pinentry-mode): New function.
15514 (epg-context-set-pinentry-mode): New function.
15515 (epg--start): Pass --pinentry-mode option to gpg command.
15516
15517 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15518
15519 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15520 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15521 `completion-at-point'. (Bug#13774)
15522
15523 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15524 default key binding for `describe-distribution' has been moved to
15525 `C-h C-o'. (Bug#13970)
15526
15527 2013-04-21 Glenn Morris <rgm@gnu.org>
15528
15529 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15530 Add doc strings.
15531 (vc-print-log): Clarify interactive prompt.
15532
15533 2013-04-20 Glenn Morris <rgm@gnu.org>
15534
15535 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15536 No longer include timestamp etc information.
15537
15538 2013-04-20 Roland Winkler <winkler@gnu.org>
15539
15540 * faces.el (read-face-name): Bug fix, return just one face if arg
15541 multiple is nil. (Bug#14209)
15542
15543 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15546 (remove-function): Autoload.
15547
15548 * comint.el (comint-redirect-original-filter-function): Remove.
15549 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15550 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15551 (vc-cvs-annotate-command):
15552 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15553 * progmodes/prolog.el (prolog-consult-compile):
15554 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15555 Use add/remove-function instead.
15556 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15557 (gud-tooltip-process-output, gud-tooltip-tips):
15558 Use add/remove-function instead.
15559 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15560 (scheme-interaction-mode, exit-scheme-interaction-mode):
15561 Use add/remove-function instead.
15562
15563 * vc/vc-dispatcher.el: Use lexical-binding.
15564 (vc--process-sentinel): Rename from vc-process-sentinel.
15565 Change last arg to be the code to run. Don't use vc-previous-sentinel
15566 and vc-sentinel-commands any more.
15567 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15568 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15569
15570 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15571
15572 * progmodes/sh-script.el (sh-imenu-generic-expression):
15573 Handle function names with a single character. (Bug#14111)
15574
15575 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15576
15577 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15578 for subroutines defined in an eval (bug#14182).
15579
15580 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15581
15582 * bookmark.el (bookmark-completing-read): Improve handling of empty
15583 string (bug#14176).
15584
15585 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15588
15589 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15590
15591 New faster Imenu implementation (bug#14058).
15592 * progmodes/python.el:
15593 (python-imenu-prev-index-position):
15594 (python-imenu-format-item-label-function)
15595 (python-imenu-format-parent-item-label-function)
15596 (python-imenu-format-parent-item-jump-label-function):
15597 New vars.
15598 (python-imenu-format-item-label)
15599 (python-imenu-format-parent-item-label)
15600 (python-imenu-format-parent-item-jump-label)
15601 (python-imenu--put-parent, python-imenu--build-tree)
15602 (python-imenu-create-index, python-imenu-create-flat-index)
15603 (python-util-popn): New functions.
15604 (python-mode): Set imenu-create-index-function to
15605 python-imenu-create-index.
15606
15607 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * winner.el (winner-active-region): Use region-active-p, activate-mark
15610 and deactivate-mark (bug#14225).
15611
15612 * simple.el (deactivate-mark): Don't inline it.
15613
15614 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15615
15616 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15617
15618 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15619
15620 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15621 file extensions from the archive-mode entry in order to prefer
15622 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15623
15624 2013-04-18 Leo Liu <sdl.web@gmail.com>
15625
15626 * bindings.el (help-event-list): Add ?\?.
15627
15628 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * subr.el (with-wrapper-hook): Declare obsolete.
15631 * simple.el (filter-buffer-substring-function): New hook.
15632 (filter-buffer-substring): Use it.
15633 (filter-buffer-substring-functions): Mark obsolete.
15634 * minibuffer.el (completion-in-region-function): New hook.
15635 (completion-in-region): Use it.
15636 (completion-in-region-functions): Mark obsolete.
15637 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15638 * abbrev.el (abbrev-expand-function): New hook.
15639 (expand-abbrev): Use it.
15640 (abbrev-expand-functions): Mark obsolete.
15641 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15642 and :filter-return.
15643
15644 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15645
15646 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15647 and do not care about match data.
15648
15649 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15652 completion tables when completing error conditions and
15653 `declare' arguments.
15654 (lisp-complete-symbol, field-complete): Mark as obsolete.
15655 (check-parens): Unmatched parens are user errors.
15656 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15657
15658 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15659
15660 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15661 command changed buffer (ie. `flyspell-pre-buffer' is not current
15662 buffer), which prevents making decisions based on invalid value of
15663 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15664 cause an error when `flyspell-pre-point' was nil after switching
15665 buffers.
15666 (flyspell-post-command-hook): No longer needs to change buffers when
15667 checking pre-word. While at it remove unnecessary progn.
15668
15669 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15670
15671 * textmodes/ispell.el (ispell-add-per-file-word-list):
15672 Fix `flyspell-correct-word-before-point' error when accepting
15673 words and `coment-padding' is an integer by using
15674 `comment-normalize-vars' (Bug #14214).
15675
15676 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15677
15678 New defun movement commands.
15679 * progmodes/python.el (python-nav--syntactically)
15680 (python-nav--forward-defun, python-nav-backward-defun)
15681 (python-nav-forward-defun): New functions.
15682
15683 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15684
15685 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15686 (python-syntax-context): Use named compiler-macro for backwards
15687 compatibility with Emacs 24.x.
15688
15689 2013-04-17 Leo Liu <sdl.web@gmail.com>
15690
15691 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15692 octave-hide-process-buffer.
15693
15694 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15695
15696 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15697 (bug#14216).
15698
15699 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15700
15701 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15702 Fix adjustment of offset when receiving incomplete responses from GDB
15703 (bug#14129).
15704
15705 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15706
15707 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15708 python-mode-abbrev-table.
15709 (python-skeleton-define): Adjust accordingly.
15710 (python-mode-abbrev-table): New table that inherits from it so that
15711 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15712
15713 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15714 (abbrev-symbol): Use it.
15715 (abbrev--before-point): Use it since we already handle inheritance.
15716
15717 2013-04-16 Leo Liu <sdl.web@gmail.com>
15718
15719 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15720 binding to info-lookup-symbol.
15721
15722 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * minibuffer.el (completion--twq-all):
15725 * term/ns-win.el (ns-initialize-window-system):
15726 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15727
15728 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15729
15730 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15731 global bindings.
15732
15733 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15734
15735 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15736
15737 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15738 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15739 to nil.
15740 (ruby-end-of-defun): Remove the unused arg, change the docstring
15741 to reflect that this function is only used as the value of
15742 `end-of-defun-function'.
15743 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15744 to reflect an earlier change that beginning/end-of-defun functions
15745 jump between methods in a class definition, as well as top-level
15746 functions.
15747
15748 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15749
15750 * minibuffer.el (minibuffer-complete): Don't just scroll
15751 a *Completions* that's been iconified.
15752 (minibuffer-force-complete): Make sure repetitions do cycle when going
15753 through completion-in-region -> minibuffer-complete.
15754
15755 2013-04-15 Alan Mackenzie <acm@muc.de>
15756
15757 Correct the placement of c-cpp-delimiters when there're #s not at
15758 col 0.
15759
15760 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15761 place a submatch around the #.
15762 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15763 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15764 on the #, not BOL.
15765
15766 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15769 (advice--member-p): New arg `name'.
15770 (advice--add-function, advice-member-p): Use it (bug#14202).
15771
15772 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15773
15774 Reformulate java imenu-generic-expression.
15775 The old expression contained ill formed regexps.
15776
15777 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15778 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15779 (cc-imenu-java-method-arg-regexp): New defconsts.
15780 (cc-imenu-java-build-type-args-regex): New defun.
15781 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15782 handling of spaces in the regexp.
15783
15784 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15785
15786 * textmodes/ispell.el (ispell-command-loop): Remove
15787 flyspell highlight of a word when ispell accepts it (bug #14178).
15788
15789 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15790
15791 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15792 uses code from the previous `ange-ftp-run-real-handler'.
15793 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15794 only in case that function exist. This is needed for proper
15795 unloading of Tramp.
15796
15797 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15798
15799 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15800
15801 * textmodes/reftex.el (reftex-compile-variables): Use it.
15802
15803 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 * files.el (normal-mode): Only use default major-mode if no other mode
15806 was specified.
15807
15808 * emacs-lisp/trace.el (trace-values): New function.
15809
15810 * files.el: Allow : in local variables (bug#14089).
15811 (hack-local-variable-regexp): New var.
15812 (hack-local-variables-prop-line, hack-local-variables): Use it.
15813
15814 2013-04-13 Roland Winkler <winkler@gnu.org>
15815
15816 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15817 data before it gets modified by bibtex-beginning-of-entry.
15818
15819 2013-04-13 Roland Winkler <winkler@gnu.org>
15820
15821 * textmodes/bibtex.el (bibtex-url): Doc fix.
15822
15823 2013-04-13 Roland Winkler <winkler@gnu.org>
15824
15825 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15826 does not visit a BibTeX file, exclude it from the list of buffers
15827 returned by bibtex-initialize.
15828
15829 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15830
15831 * window.el (split-window): Remove interactive form, since as a
15832 command this function is a special case of split-window-below.
15833 Correct doc string.
15834
15835 2013-04-12 Roland Winkler <winkler@gnu.org>
15836
15837 * faces.el (read-face-name): Do not override value of arg default.
15838 Allow single faces and strings as default values. Remove those
15839 elements from return value that are not faces.
15840 (describe-face): Simplify.
15841 (face-at-point): New optional args thing and multiple so that this
15842 function can provide the same functionality previously provided by
15843 read-face-name.
15844 (make-face-bold, make-face-unbold, make-face-italic)
15845 (make-face-unitalic, make-face-bold-italic, invert-face)
15846 (modify-face, read-face-and-attribute): Use face-at-point.
15847
15848 * cus-edit.el (customize-face, customize-face-other-window)
15849 * cus-theme.el (custom-theme-add-face)
15850 * face-remap.el (buffer-face-set)
15851 * facemenu.el (facemenu-set-face): Use face-at-point.
15852
15853 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15854
15855 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15856
15857 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15858
15859 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15860 off leading { and trailing } from field values.
15861
15862 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15863
15864 * emacs-lisp/timer.el (timer--check): New function.
15865 (timer--time, timer-set-function, timer-event-handler): Use it.
15866 (timer-set-idle-time): Simplify.
15867 (timer--activate): CSE.
15868 (timer-event-handler): Give more info in error message.
15869 (internal-timer-start-idle): New function, moved from C.
15870
15871 * mpc.el (mpc-proc): Add `restart' argument.
15872 (mpc-proc-cmd): Use it.
15873 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15874 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15875 less often.
15876
15877 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15878
15879 * progmodes/sh-script.el: Implement `sh-mode' own
15880 `add-log-current-defun-function' (bug#14112).
15881 (sh-current-defun-name): New function.
15882 (sh-mode): Use the function.
15883
15884 2013-04-09 Bastien Guerry <bzg@gnu.org>
15885
15886 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15887
15888 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15889
15890 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15891
15892 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15893 timer (bug#14156).
15894
15895 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15896
15897 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15898 declaration.
15899
15900 2013-04-07 Leo Liu <sdl.web@gmail.com>
15901
15902 * pcmpl-x.el: New file.
15903
15904 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15905
15906 Do not set x-display-name until X connection is established.
15907 This is needed to prevent from weird situation described at
15908 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15909 * frame.el (make-frame): Set x-display-name after call to
15910 window system initialization function, not before.
15911 * term/x-win.el (x-initialize-window-system): Add optional
15912 display argument and use it.
15913 * term/w32-win.el (w32-initialize-window-system):
15914 * term/ns-win.el (ns-initialize-window-system):
15915 * term/pc-win.el (msdos-initialize-window-system):
15916 Add compatible optional display argument.
15917
15918 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15919
15920 * files.el (normal-backup-enable-predicate): On MS-Windows and
15921 MS-DOS compare truenames of temporary-file-directory and of the
15922 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15923 don't fail comparison by compare-strings. Also, compare file
15924 names case-insensitively on MS-Windows and MS-DOS.
15925
15926 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15929 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15930
15931 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15932
15933 * whitespace.el (whitespace-color-on, whitespace-color-off):
15934 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15935
15936 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15937
15938 * ispell.el (ispell-set-spellchecker-params):
15939 Really set `ispell-args' for all equivs.
15940
15941 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15942
15943 * ido.el (ido-completions): Use extra elements of ido-decorations
15944 (bug#14143).
15945 (ido-decorations): Update docstring.
15946
15947 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15948
15949 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15950 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15951 nil during initialization, in order not to miss changes since the
15952 file was opened. (Bug#14140)
15953
15954 2013-04-05 Leo Liu <sdl.web@gmail.com>
15955
15956 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15957
15958 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15959
15960 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15961
15962 2013-04-04 Glenn Morris <rgm@gnu.org>
15963
15964 * electric.el (electric-pair-inhibit-predicate): Add :version.
15965
15966 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15967
15968 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15969 when a package is required several times (bug#14082).
15970
15971 2013-04-04 Roland Winkler <winkler@gnu.org>
15972
15973 * faces.el (read-face-name): Behave as promised by the docstring.
15974 Assume that arg default is a list of faces.
15975 (describe-face): Call read-face-name with list of default faces.
15976
15977 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15978
15979 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15980 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15981 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15982 the header.
15983 (bookmark-exit-hook-internal): Save even if list is empty.
15984
15985 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15986
15987 * emacs-lisp/package.el (package-pinned-packages): New var.
15988 (package--add-to-archive-contents): Obey it (bug#14118).
15989
15990 2013-04-03 Alan Mackenzie <acm@muc.de>
15991
15992 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15993 Also adapt to the new values of element 7 of a parse state.
15994
15995 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15996 parameter `not-in-delimiter'. Handle being inside comment opener.
15997 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15998 character in case we're typing a '*' after a '/'.
15999 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16000 instead by passing the parameter to c-state-pp-to-literal.
16001
16002 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16003 for elt. 7 of a parse state.
16004
16005 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16006
16007 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16008 * international/latin1-disp.el, international/mule-util.el:
16009 * language/cyril-util.el, language/european.el, language/ind-util.el:
16010 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16011 * language/tibetan.el, language/viet-util.el:
16012 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16013
16014 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16017 (electric-pair-post-self-insert-function): Use it.
16018 (electric-pair-default-inhibit): New function, extracted from
16019 electric-pair-post-self-insert-function.
16020
16021 2013-03-31 Roland Winkler <winkler@gnu.org>
16022
16023 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16024
16025 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16026
16027 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16028
16029 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16030
16031 Un-indent after "pass" and "return" statements (Bug#13888)
16032 * progmodes/python.el (python-indent-block-enders): New var.
16033 (python-indent-calculate-indentation): Use it.
16034
16035 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16036
16037 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16038 defun. Defining it as defalias could introduce too eager
16039 byte-compiler optimization. (Bug#14030)
16040
16041 2013-03-30 Chong Yidong <cyd@gnu.org>
16042
16043 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16044
16045 2013-03-30 Leo Liu <sdl.web@gmail.com>
16046
16047 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16048 (kmacro-execute-from-register): Pass the keyboard macro to
16049 kmacro-call-macro or repeating won't work correctly.
16050
16051 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16052
16053 * progmodes/subword.el: Back to using `forward-symbol'.
16054
16055 * subr.el (forward-whitespace, forward-symbol)
16056 (forward-same-syntax): Move from thingatpt.el.
16057
16058 2013-03-29 Leo Liu <sdl.web@gmail.com>
16059
16060 * kmacro.el (kmacro-to-register): New command.
16061 (kmacro-execute-from-register): New function.
16062 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16063
16064 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16065
16066 * mpc.el: Use defvar-local and setq-local.
16067 (mpc--proc-connect): Connection failures are not bugs.
16068 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16069 (mpc-volume-map): Bind to the up-events.
16070
16071 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16072
16073 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16074 instead of `forward-symbol'.
16075
16076 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16079 (edebug--recursive-edit): Use it.
16080 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16081 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16082
16083 2013-03-28 Leo Liu <sdl.web@gmail.com>
16084
16085 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16086
16087 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16088
16089 * facemenu.el (list-colors-callback): New defvar.
16090 (list-colors-redisplay): New function.
16091 (list-colors-display): Install list-colors-redisplay as the
16092 revert-buffer-function. (Bug#14063)
16093
16094 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16097 and suffixes don't overlap (bug#14061).
16098
16099 * case-table.el: Use lexical-binding.
16100 (case-table-get-table): New function.
16101 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16102
16103 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16104
16105 * progmodes/subword.el: Add `superword-mode' to do word motion
16106 over symbol_words (parallels and leverages `subword-mode' which
16107 does word motion inside MixedCaseWords).
16108
16109 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16110
16111 * eshell/em-unix.el: Move su and sudo to...
16112 * eshell/em-tramp.el: ...Eshell tramp module.
16113
16114 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16115
16116 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16117 Change return value to be a sexp. Delay `get-buffer' to after
16118 restoring the desktop (bug#13951).
16119
16120 2013-03-26 Leo Liu <sdl.web@gmail.com>
16121
16122 * register.el: Move semantic tag handling back to
16123 cedet/semantic/senator.el. (Bug#14052)
16124
16125 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16128 into the prompt either (bug#13963).
16129
16130 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16133 part of "(error-foo)".
16134
16135 2013-03-24 Juri Linkov <juri@jurta.org>
16136
16137 * replace.el (list-matching-lines-prefix-face): New defcustom.
16138 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16139 `occur-engine' if `face-differs-from-default-p' returns t.
16140 (occur-engine): Add `,' inside backquote construct to evaluate
16141 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16142 Pass `prefix-face' to the functions `occur-context-lines' and
16143 `occur-engine-add-prefix'.
16144 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16145 `prefix-face' and propertize the prefix with `prefix-face'.
16146 (Bug#14017)
16147
16148 2013-03-24 Leo Liu <sdl.web@gmail.com>
16149
16150 * nxml/rng-valid.el (rng-validate-while-idle)
16151 (rng-validate-quick-while-idle): Guard against deleted buffer.
16152 (Bug#13999)
16153
16154 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16155 is the last entry in kill-buffer-hook.
16156
16157 * files.el (kill-buffer-hook): Doc fix.
16158
16159 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16160
16161 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16162 Make it safe-local.
16163
16164 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16165
16166 2013-03-23 Leo Liu <sdl.web@gmail.com>
16167
16168 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16169 Remove.
16170
16171 * nxml/rng-valid.el (rng-validate-mode)
16172 (rng-after-change-function, rng-do-some-validation):
16173 * nxml/rng-maint.el (rng-validate-buffer):
16174 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16175 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16176 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16177 (nxml-extend-after-change-region): Use with-silent-modifications.
16178
16179 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16180 timer-idle-list.
16181
16182 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16183 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16184 timer-idle-list. (Bug#13999)
16185
16186 2013-03-23 Juri Linkov <juri@jurta.org>
16187
16188 * info.el (info-index-match): New face.
16189 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16190 main pattern and add text properties with the new face to matches
16191 in index entries relative to the beginning of the index entry.
16192 (Bug#14015)
16193
16194 2013-03-21 Eric Ludlam <zappo@gnu.org>
16195
16196 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16197 Inhibit read only while inserting objects.
16198
16199 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16200
16201 * progmodes/cfengine.el: Update docs to mention
16202 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16203 symbol motion. Remove "_" from the word syntax.
16204
16205 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16206
16207 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16208 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16209
16210 2013-03-20 Juri Linkov <juri@jurta.org>
16211
16212 * info.el (Info-next-reference-or-link)
16213 (Info-prev-reference-or-link): New functions.
16214 (Info-next-reference, Info-prev-reference): Use them.
16215 (Info-try-follow-nearest-node): Handle footnote navigation.
16216 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16217
16218 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16221 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16222
16223 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16224
16225 Suppress unnecessary non-ASCII chatter during build process.
16226 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16227 (batch-skkdic-convert): Suppress most of the chatter.
16228 It's not needed so much now that machines are faster,
16229 and its non-ASCII component was confusing; see Dmitry Gutov in
16230 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16231
16232 2013-03-20 Leo Liu <sdl.web@gmail.com>
16233
16234 * ido.el (ido-chop): Fix bug#10994.
16235
16236 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16237
16238 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16239 Remove vars.
16240 (whitespace-color-on, whitespace-color-off):
16241 Use `font-lock-fontify-buffer' (Bug#13817).
16242
16243 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16246 remapping in mode-line.
16247 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16248
16249 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16250
16251 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16252 value for `whitespace-line' face (Bug#13875).
16253 (whitespace-font-lock-keywords): Change description.
16254 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16255 the constructed keywords instead.
16256 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16257
16258 2013-03-19 Leo Liu <sdl.web@gmail.com>
16259
16260 * progmodes/compile.el (compilation-display-error): New command.
16261 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16262 C-o. (Bug#13992)
16263
16264 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16265
16266 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16267
16268 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16269
16270 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16271
16272 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16273
16274 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16275
16276 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16277 * net/tramp-gvfs.el (top):
16278 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16279 (tramp-handle-shell-command): Use it.
16280 (tramp-dissect-file-name): Raise an error when hostname is a
16281 method name, and neither method nor user is specified.
16282
16283 * net/trampver.el: Update release number.
16284
16285 2013-03-18 Leo Liu <sdl.web@gmail.com>
16286
16287 Make sure eldoc can be turned off properly.
16288 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16289 eldoc-mode.
16290 (eldoc-display-message-p): Revert last change.
16291 (eldoc-display-message-no-interference-p)
16292 (eldoc-print-current-symbol-info): Tweak.
16293
16294 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16295
16296 * doc-view.el (doc-view-new-window-function): Check the new window
16297 overlay's display property instead the char property of the
16298 buffer's first char. Use `with-selected-window' instead of
16299 `save-window-excursion' with `select-window'.
16300 (doc-view-document->bitmap): Check the current doc-view overlay's
16301 display property instead the char property of the buffer's first char.
16302
16303 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16304
16305 Automate the build of ja-dic.el (Bug#13984).
16306 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16307 from the input, rather than assume that it's been done for us by the
16308 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16309 the current date into a ja-dic.el comment, as that complicates
16310 regression testing.
16311
16312 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16313
16314 * whitespace.el: Fix double evaluation.
16315 (whitespace-space, whitespace-hspace, whitespace-tab)
16316 (whitespace-newline, whitespace-trailing, whitespace-line)
16317 (whitespace-space-before-tab, whitespace-indentation)
16318 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16319 obsolete defvars.
16320 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16321 (whitespace-color-on): Use a single font-lock-add-keywords call.
16322 Fix double-evaluation of face variables.
16323
16324 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16325
16326 * net/tramp-adb.el (tramp-adb-parse-device-names):
16327 Use `start-process' instead of `call-process'. Otherwise, the
16328 function might be blocked under MS Windows. (Bug#13299)
16329
16330 2013-03-17 Leo Liu <sdl.web@gmail.com>
16331
16332 Extend eldoc to display info in the mode-line. (Bug#13978)
16333 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16334 (eldoc-mode-line-string): New variable.
16335 (eldoc-minibuffer-message): New function.
16336 (eldoc-message-function): New variable.
16337 (eldoc-message): Use it.
16338 (eldoc-display-message-p)
16339 (eldoc-display-message-no-interference-p):
16340 Support eldoc-post-insert-mode.
16341
16342 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16343 (eval-expression): Run it.
16344
16345 2013-03-17 Roland Winkler <winkler@gnu.org>
16346
16347 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16348 strings in the list of return values.
16349
16350 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16351
16352 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16353 radix before checking for HMS forms.
16354
16355 2013-03-16 Leo Liu <sdl.web@gmail.com>
16356
16357 * progmodes/scheme.el: Add indentation and font-locking for λ.
16358 (Bug#13975)
16359
16360 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16363 token before point (bug#13942).
16364
16365 2013-03-16 Leo Liu <sdl.web@gmail.com>
16366
16367 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16368
16369 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16370
16371 * startup.el (command-line-normalize-file-name): Fix handling of
16372 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16373 <xfq.free@gmail.com> in
16374 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16375
16376 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16377
16378 Sync with Tramp 2.2.7.
16379
16380 * net/trampver.el: Update release number.
16381
16382 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16383
16384 * doc-view.el: Fix bug#13887.
16385 (doc-view-insert-image): Don't modify overlay associated to
16386 non-live windows, and implement horizontal centering of image in
16387 case it's smaller than the window.
16388 (doc-view-new-window-function): Force redisplay of new windows on
16389 doc-view buffers.
16390
16391 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16392
16393 * saveplace.el (save-place-alist-to-file): Don't sort
16394 `save-place-alist', just pretty-print it (bug#13882).
16395
16396 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16397
16398 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16399 Check whether `default-file-name-coding-system' is bound.
16400 It isn't in XEmacs.
16401
16402 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16405 backquotes for `obsolete' (bug#13929).
16406
16407 * international/mule.el (find-auto-coding): Include file name in
16408 obsolescence warning (bug#13922).
16409
16410 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16411
16412 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16413 for CFEngine 3-specific indentation.
16414 (cfengine3-indent-line): Use it. Fix up category regex.
16415 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16416
16417 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16418
16419 * type-break.el (type-break-file-name):
16420 * textmodes/remember.el (remember-data-file):
16421 * strokes.el (strokes-file):
16422 * shadowfile.el (shadow-initialize):
16423 * saveplace.el (save-place-file):
16424 * ps-bdf.el (bdf-cache-file):
16425 * progmodes/idlwave.el (idlwave-config-directory):
16426 * net/quickurl.el (quickurl-url-file):
16427 * international/kkc.el (kkc-init-file-name):
16428 * ido.el (ido-save-directory-list-file):
16429 * emulation/viper.el (viper-custom-file-name):
16430 * emulation/vip.el (vip-startup-file):
16431 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16432 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16433
16434 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16435
16436 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16437 * language/thai-word.el: Switch to UTF-8.
16438
16439 See ChangeLog.16 for earlier changes.
16440
16441 ;; Local Variables:
16442 ;; coding: utf-8
16443 ;; End:
16444
16445 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16446
16447 This file is part of GNU Emacs.
16448
16449 GNU Emacs is free software: you can redistribute it and/or modify
16450 it under the terms of the GNU General Public License as published by
16451 the Free Software Foundation, either version 3 of the License, or
16452 (at your option) any later version.
16453
16454 GNU Emacs is distributed in the hope that it will be useful,
16455 but WITHOUT ANY WARRANTY; without even the implied warranty of
16456 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16457 GNU General Public License for more details.
16458
16459 You should have received a copy of the GNU General Public License
16460 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.