]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Don't ignore .gitattributes
[gnu-emacs] / lisp / ChangeLog
1 2014-11-15 Andreas Schwab <schwab@linux-m68k.org>
2
3 * version.el (emacs-repository-get-version): Use git rev-parse
4 instead of git log.
5
6 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
7
8 * progmodes/python.el (python-indent-calculate-levels): Fix
9 indentation behavior multiline dedenter statement. (Bug#18432)
10
11 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
12
13 * progmodes/python.el (python-indent-region): Use
14 python-indent-line and skip special cases. (Bug#18843)
15
16 2014-11-15 Michael Albinus <michael.albinus@gmx.de>
17
18 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
19
20 2014-10-28 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
21
22 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
23 envelope-from when reporting through sendmail (bug#19054).
24
25 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
26
27 * progmodes/python.el (python-ffap-module-path): Use
28 `derived-mode-p' instead of equality test on `major-mode'.
29
30 2014-11-13 Ulrich Müller <ulm@gentoo.org>
31
32 * version.el (emacs-repository-get-version): Call `git log'
33 command with proper format argument (bug#19049).
34
35 2014-11-10 Glenn Morris <rgm@gnu.org>
36
37 * startup.el (command-line): Handle nil elements in load-path.
38
39 2014-11-08 Glenn Morris <rgm@gnu.org>
40
41 * emacs-lisp/bytecomp.el (byte-compile-report-error):
42 Allow the argument to be a string. Due to the vague doc,
43 it was already being used this way.
44
45 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/tramp.el (tramp-check-cached-permissions): Include hop in
48 the constructed Tramp file name. (Bug#18943)
49
50 2014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
53 (bug#18952).
54 (cua-set-mark, cua--pre-command-handler-1,cua--post-command-handler-1):
55 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
56
57 2014-11-07 Michael Albinus <michael.albinus@gmx.de>
58
59 * files.el (file-name-non-special): Wrap the call of
60 `insert-file-contents' by `unwind-protect', in order to set the
61 buffer's file name anyway. (Bug#18891)
62
63 2014-11-07 Daiki Ueno <ueno@gnu.org>
64
65 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
66 (bug#18979). Reported by Hideki Saito.
67
68 2014-10-18 Alan Mackenzie <acm@muc.de>
69
70 Check that a "macro" found near point-min isn't a ## operator.
71 Fixes bug #18749. Backported from trunk, 2014-11-05.
72 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
73 (c-beginning-of-macro): Use the above new function.
74
75 2014-11-05 Alan Mackenzie <acm@muc.de>
76
77 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
78 * progmodes/cc-fonts.el (c-font-lock-declarations): Pass
79 "(point-max)" as bound to c-font-lock-declarators, not "limit", as
80 the buffer is sometimes narrowed to less than "limit" (e.g., in
81 the presence of macros).
82
83 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
86 only when message appeared in minibuffer. (Bug#18891)
87
88 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
89 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
90 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
91 case of errors.
92
93 2014-11-04 Eli Zaretskii <eliz@gnu.org>
94
95 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
96 returned by load-average.
97
98 2014-11-04 Michael Albinus <michael.albinus@gmx.de>
99
100 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
101 a local copy; setting `inhibit-file-name-handlers' proper might be
102 more performant. (Bug#18751)
103
104 2014-11-04 Glenn Morris <rgm@gnu.org>
105
106 * mail/emacsbug.el (report-emacs-bug): No longer include
107 recent-keys in the report. (Bug#18900)
108
109 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
110
111 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
112 local copy of FILENAME, when it is remote. (Bug#18751)
113
114 2014-11-02 Michael Albinus <michael.albinus@gmx.de>
115
116 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
117 an error when the command fails; the return code must indicate.
118 (tramp-adb-send-command-and-check): Fix docstring.
119
120 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
121
122 * net/tramp-cache.el (tramp-get-file-property)
123 (tramp-set-file-property): Check, that `tramp-cache-get-count-*'
124 and `tramp-cache-set-count-*' are bound. Otherwise, there might
125 be compiler warnings.
126
127 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
128 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
129
130 2014-11-01 Eli Zaretskii <eliz@gnu.org>
131
132 * progmodes/compile.el (compilation-mode): Turn off deferred
133 fontifications locally. (Bug#18856)
134
135 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
136
137 * net/tramp-sh.el (tramp-send-command): Fix the case where the
138 remote-echo connection property is non-nil (bug#18858).
139
140 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
141
142 Backport Tramp changes from trunk.
143
144 * net/tramp.el (tramp-methods): Tweak docstring.
145 (tramp-file-name-handler): Apply `cons' where appropriate.
146 (tramp-handle-file-accessible-directory-p): Check for
147 `file-readable-p' instead of `file-executable-p'.
148 (tramp-handle-shell-command): Use `display-buffer'. (Bug#18326)
149 (tramp-handle-unhandled-file-name-directory): Return "/".
150 (tramp-check-cached-permissions):
151 Use `tramp-compat-file-attributes'.
152 (tramp-call-process): Add new argument VEC. Adapt callees in all
153 tramp*.el files.
154
155 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
156 (tramp-adb-handle-write-region): Improve messages.
157 (tramp-adb-maybe-open-connection): Don't set
158 `tramp-current-*' variables.
159
160 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
161 Suppress debug messages.
162
163 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
164 (tramp-ftp-file-name-handler):
165
166 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
167 (tramp-gvfs-methods-mounttracker)
168 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
169 during initialization. (Bug#18774)
170 (tramp-gvfs-handle-delete-file): Flush file properties, not
171 directory properties.
172 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
173 reading "unix::mode".
174 (tramp-gvfs-handle-file-name-all-completions):
175 Use "-h" option for "gvfs-ls".
176 (tramp-gvfs-url-file-name): Apply `cons' where appropriate.
177 `user' and `localname' could be nil.
178 (tramp-gvfs-send-command): Simplify traces.
179
180 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
181 (vc-git-program, vc-hg-program): Declare.
182 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
183 (tramp-methods) <nc>: Add new method.
184 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
185 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
186 `tramp-login-args'.
187 (tramp-default-user-alist): Add "nc".
188 (top): Remove completion function for "sftp". Add completion
189 functions for "nc" and "psftp".
190 (tramp-sh-handle-set-visited-file-modtime):
191 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
192 (tramp-do-copy-or-rename-file-out-of-band):
193 Use cached "remote-copy-args" value, if available. (Bug#18199)
194 Tweak docstring. Implement support for "nc" method.
195 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
196 (tramp-remote-coding-commands, tramp-call-local-coding-command):
197 Tweak docstring.
198 (tramp-sh-handle-start-file-process): Expand `default-directory'.
199 (tramp-sh-handle-write-region): Tweak error message.
200 (tramp-sh-handle-vc-registered): Remove backends when the remote
201 binary does not exist.
202 (tramp-open-connection-setup-interactive-shell):
203 Prefer utf-8 coding. (Bug#17859)
204 (tramp-find-inline-encoding): Do not raise an error.
205 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
206 the "nc" case. Quote result also locally.
207 (tramp-get-remote-id): Check also for "gid".
208 (tramp-get-remote-python):
209
210 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
211 (tramp-smb-handle-set-file-acl): Use `start-process'.
212 (tramp-smb-handle-insert-directory): Use progress reporter.
213 (tramp-smb-handle-rename-file): Flush also file properties of
214 FILENAME.
215
216 * net/trampver.el: Update release number.
217
218 2014-11-01 Reuben Thomas <rrt@sc3d.org>
219
220 * net/tramp.el (tramp-handle-file-symlink-p):
221 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
222 about VMS, which we no longer support.
223
224 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
227 the global vc-handled-backends (bug#18535).
228
229 2014-11-01 Jérémy Compostella <jeremy.compostella@intel.com>
230 Michael Albinus <michael.albinus@gmx.de>
231
232 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
233 Reduce the amount of set environment variable commands.
234
235 2014-11-01 Paul Eggert <eggert@cs.ucla.edu>
236
237 * net/tramp-sh.el (tramp-get-remote-touch): Omit unnecessary call to
238 current-time.
239
240 2014-11-01 Emilio C. Lopes <eclig@gmx.net>
241
242 * net/tramp-sh.el (tramp-get-remote-python): Also search for
243 executables named "python2" or "python3".
244 (tramp-get-remote-uid-with-python): Use parentheses around
245 arguments to `print' to make it compatible with Python 3.
246 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
247
248 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * simple.el (newline): Add assertions to try and help catch bug#18913.
251
252 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
253 (bug#18886).
254 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
255
256 2014-10-31 Eli Zaretskii <eliz@gnu.org>
257
258 * Makefile.in (repo-update): Fix a typo and slightly reword
259 commentary.
260
261 2014-10-31 Eric S. Raymond <esr@thyrsus.com>
262
263 * Makefile.in: Change some production names so they're neutral
264 about the repository type.
265
266 2014-10-30 Kim F. Storm <storm@cua.dk>
267
268 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
269 * delsel.el (delete-selection-save-to-register)
270 (delsel--replace-text-or-position): New vars.
271 (delete-active-region): Use them.
272 (delete-selection-repeat-replace-region): New command, moved from
273 cua-base.el.
274 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
275 (cua-repeat-replace-region): Move command to delsel.el.
276 (cua--init-keymaps): Update binding accordingly.
277 (cua-mode): Set delete-selection-save-to-register.
278
279 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
282 (c-lang-defconst):
283 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
284
285 2014-10-29 Eli Zaretskii <eliz@gnu.org>
286
287 * progmodes/compile.el (compilation-start):
288 If compilation-scroll-output is non-nil, don't force window-start of
289 the compilation buffer to be at beginning of buffer. (Bug#18874)
290
291 2014-10-23 Tassilo Horn <tsdh@gnu.org>
292
293 * doc-view.el (doc-view-open-text): View the document's plain text
294 in the current buffer instead of a new one.
295 (doc-view-toggle-display): Handle the case where the current
296 buffer contains the plain text contents of the document.
297 (doc-view-initiate-display): Don't switch to fallback mode if the
298 user wants to view the doc's plain text. [Backport]
299
300 2014-10-23 Eli Zaretskii <eliz@gnu.org>
301
302 * startup.el (fancy-about-text): Read the entire tutorial, not
303 just its first 256 bytes. (Bug#18760)
304
305 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
308 * emacs-lisp/cl-extra.el: Add missing provide.
309
310 2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
313 all args are copyable (bug#18767).
314 (=, <, >, <=, >=): Re-enable the optimization.
315
316 2014-10-20 Santiago Payà i Miralta <santiagopim@gmail.com>
317
318 * vc/vc-hg.el (vc-hg-log-graph): New var.
319 (vc-hg-print-log): Use it.
320 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
321 graph output (bug#17515).
322
323 2014-10-20 Juri Linkov <juri@jurta.org>
324
325 * vc/diff-mode.el (diff-refine-changed): Rename from
326 `diff-refine-change' for consistency with `diff-changed'.
327 (diff-refine-change): Add obsolete face alias. (Bug#10181)
328
329 * vc/smerge-mode.el (smerge-refined-changed): Rename from
330 `smerge-refined-change'.
331 (smerge-refined-change): Add obsolete face alias.
332
333 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * subr.el (call-process-shell-command, process-file-shell-command):
336 Make the `args' obsolete (bug#18409).
337 (start-process-shell-command, start-file-process-shell-command):
338 Use `declare'.
339
340 2014-10-20 Juanma Barranquero <lekktu@gmail.com>
341
342 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
343
344 2014-10-20 Glenn Morris <rgm@gnu.org>
345
346 * dired.el (dired-read-regexp): Make obsolete.
347 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
348 (dired-flag-files-regexp):
349 * dired-aux.el (dired-mark-read-regexp):
350 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
351
352 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * progmodes/python.el (inferior-python-mode): Use add-hook.
355
356 * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
357
358 2014-10-20 Glenn Morris <rgm@gnu.org>
359
360 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
361 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
362 * emulation/ws-mode.el: Move to obsolete/. [Backport]
363
364 2014-10-20 Glenn Morris <rgm@gnu.org>
365
366 * cus-start.el (history-length): Bump :version. [Backport]
367
368 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * obsolete/cc-compat.el: Make obsolete (bug#18561).
371
372 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
373
374 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
375 case (bug#18767).
376
377 2014-10-20 Glenn Morris <rgm@gnu.org>
378
379 * Version 24.4 released.
380
381 2014-10-15 Alan Mackenzie <acm@muc.de>
382
383 * cus-edit.el (custom-command-apply): Specify the return value in
384 the doc string.
385 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
386 custom-command-apply has returned non-nil.
387
388 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
391 Backported (bug#18688).
392
393 2014-10-14 Eli Zaretskii <eliz@gnu.org>
394
395 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
396 Force bidi-paragraph-direction to 'left-to-right'. This fixes
397 buffer-menu display when the first buffer happens to start with
398 R2L letter.
399
400 2014-10-13 Glenn Morris <rgm@gnu.org>
401
402 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
403 (authors-obsolete-files-regexps): Additions.
404 (authors-no-scan-regexps): New constant.
405 (authors-no-scan-file-p): New function.
406 (authors): Respect authors-no-scan-file-p.
407
408 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
409
410 Fix import completion. (Bug#18582)
411 * progmodes/python.el (python-shell-completion-get-completions):
412 Fix import case regexp.
413
414 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
417 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
418 * progmodes/prolog.el (prolog-electric--underscore): Same.
419
420 2014-10-09 Glenn Morris <rgm@gnu.org>
421
422 * frame.el (display-monitor-attributes-list): Doc tweaks.
423
424 2014-10-08 Eli Zaretskii <eliz@gnu.org>
425
426 * faces.el (display-grayscale-p): Mention in the doc string that
427 the argument can be either a display name or a frame.
428
429 * frame.el (display-pixel-height, display-pixel-width)
430 (display-mm-height, display-mm-width, display-backing-store)
431 (display-save-under, display-planes, display-color-cells)
432 (display-visual-class, display-monitor-attributes-list)
433 (display-screens): Mention in the doc string that the argument can
434 be either a display name or a frame. Improve the docs of the
435 monitor attributes. (Bug#18636)
436
437 2014-10-06 Martin Rudalics <rudalics@gmx.at>
438
439 * term.el (term-window-width): Subtract 1 from the width when
440 any fringe has zero width, not just the right fringe. (Bug#18601)
441
442 2014-10-05 Leo Liu <sdl.web@gmail.com>
443
444 * imenu.el (imenu-default-goto-function): Fix typo.
445
446 2014-10-04 Glenn Morris <rgm@gnu.org>
447
448 * frame.el (frame-monitor-attributes)
449 (display-monitor-attributes-list): Doc fixes.
450
451 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
452
453 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
454 (vc-svn-ignore): Use it. (Bug#18619)
455
456 2014-10-03 Martin Rudalics <rudalics@gmx.at>
457
458 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
459 In doc-string mention need to set `frame-resize-pixelwise'.
460
461 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
464 similarly to Rogers's 2010-06-16 change for the remote case
465 (bug#18605).
466
467 2014-10-01 Glenn Morris <rgm@gnu.org>
468
469 * emacs-lisp/package.el (package-import-keyring):
470 Create gnupg directory private. (Bug#17625#155)
471
472 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * progmodes/python.el (python-shell-completion-get-completions):
475 Use python-shell--prompt-calculated-input-regexp from the
476 process buffer (bug#18582).
477 Don't assume that `line' comes from the process buffer.
478
479 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
480
481 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
482 (bug#18462).
483
484 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * emacs-lisp/package.el (package-check-signature): Default to nil if
487 GPG is not available.
488 (package-refresh-contents): Don't mess with the keyring if we won't
489 check the signatures anyway.
490
491 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
492
493 * window.el (fit-window-to-buffer): When counting buffer width,
494 count the whole visible buffer. Correctly convert the body-height
495 to pixel size for window-text-pixel-size (Bug#18498).
496
497 2014-09-14 Glenn Morris <rgm@gnu.org>
498
499 * image.el (image-multi-frame-p): Fix thinko - do not force
500 a delay if none was specified. (Bug#18334)
501
502 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
503
504 * window.el (fit-window-to-buffer): Doc fix.
505
506 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
507
508 * desktop.el (desktop-create-buffer): Check that buffers are still live
509 before burying them (bug#18373).
510
511 2014-09-09 Glenn Morris <rgm@gnu.org>
512
513 * calendar/diary-lib.el (diary-list-entries):
514 Restore 24.3 display behavior. (Bug#18381)
515
516 2014-09-09 Eli Zaretskii <eliz@gnu.org>
517
518 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
519 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
520 discrepancy between window-pixel-edges and mouse events, and
521 avoids moving mode line up when the mouse click is on the modeline
522 and no drag is attempted.
523
524 2014-09-08 Glenn Morris <rgm@gnu.org>
525
526 * calendar/calendar.el (calendar-basic-setup):
527 Avoid clobbering calendar with diary. (Bug#18381)
528
529 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
532
533 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
534
535 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
536 as well (bug#18400).
537
538 2014-09-04 Eli Zaretskii <eliz@gnu.org>
539
540 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
541
542 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * emacs-lisp/package.el (package-generate-description-file):
545 Properly quote the arguments (bug#18332). Change second arg.
546 (package--alist-to-plist-args): Rename from package--alist-to-plist and
547 quote the elements.
548 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
549 the *-pkg.el file. Adjust to new calling convention of
550 package-generate-description-file.
551
552 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
553 (gud-gdb-completions): Remove obsolete workaround.
554
555 2014-09-02 Eli Zaretskii <eliz@gnu.org>
556
557 * subr.el (posn-col-row): Revert the change from commit
558 2010-11-13T21:07:58Z!eliz@gnu.org, which
559 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
560 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
561 introduced an off-by-one error in the reported row when there is a
562 header line. (Bug#18384)
563
564 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
565
566 * progmodes/python.el (python-indent-post-self-insert-function):
567 Avoid electric colon at beginning-of-defun. (Bug#18228)
568
569 2014-09-01 Glenn Morris <rgm@gnu.org>
570
571 * tutorial.el (tutorial--display-changes):
572 Fix 2014-07-29 change. (Bug#18382)
573
574 2014-08-29 Ken Brown <kbrown@cornell.edu>
575
576 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
577 the Cygwin-w32 build. (Bug#18347)
578
579 2014-08-28 Glenn Morris <rgm@gnu.org>
580
581 * tar-mode.el (tar--extract, tar-extract):
582 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
583
584 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
585
586 * emacs-lisp/authors.el (authors-aliases): Addition.
587
588 * net/tramp-adb.el: Spell author name correctly.
589
590 2014-08-27 João Távora <joaotavora@gmail.com>
591
592 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
593 use url-expand-file-name. (Bug#18310)
594
595 2014-08-25 Glenn Morris <rgm@gnu.org>
596
597 * emulation/cua-rect.el (cua--highlight-rectangle):
598 Avoid error at point-min. (Bug#18309)
599
600 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
603 executable-find (bug#18244).
604
605 * simple.el (self-insert-uses-region-functions): Defvar.
606
607 2014-08-13 Leo Liu <sdl.web@gmail.com>
608
609 * speedbar.el (speedbar-generic-list-tag-p): Allow special
610 elements from imenu.
611
612 2014-08-11 Glenn Morris <rgm@gnu.org>
613
614 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
615
616 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
617 chose coding system for writing before backing up, since it causes
618 a more serious problem than the one it solves. (Closes Bug#18141,
619 reopens Bug#13522.)
620
621 2014-08-10 Martin Rudalics <rudalics@gmx.at>
622
623 * window.el (window-total-size): Make doc-string more
624 self-contained.
625
626 2014-08-09 Martin Rudalics <rudalics@gmx.at>
627
628 * window.el (display-buffer-below-selected): Restore original
629 behavior if buffer is already displayed in the window below the
630 selected one (Bug#18181).
631
632 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
635 event (bug#18212).
636
637 2014-08-08 Eli Zaretskii <eliz@gnu.org>
638
639 * info.el (info): Doc fix.
640
641 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * info.el (Info-mode-map): Override a global down-mouse-2 binding
644 (bug#18212).
645
646 2014-08-05 Eli Zaretskii <eliz@gnu.org>
647
648 * simple.el (default-line-height): A floating-point value of
649 line-spacing means a fraction of the default frame font's height,
650 not of the font currently used by the 'default' face.
651 Truncate the pixel value, like the display engine does.
652 (window-screen-lines): Use window-inside-pixel-edges for
653 determining the window height in pixels. (Bug#18195)
654
655 2014-07-29 Eli Zaretskii <eliz@gnu.org>
656
657 * tutorial.el (tutorial--display-changes): Accept punctuation
658 characters before the key binding. (Bug#18146)
659
660 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
661
662 * doc-view.el (doc-view-open-text): Don't require that the
663 document is saved in a file (e.g., email attachment).
664
665 2014-07-27 Eli Zaretskii <eliz@gnu.org>
666
667 * window.el (window--pixel-to-total): Use FRAME's root window, not
668 that of the selected frame. (Bug#18112, Bug#16674)
669
670 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
671
672 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
673 (Bug#18117)
674
675 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
676
677 * progmodes/python.el (inferior-python-mode): Doc fix.
678
679 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
680
681 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
682 not a character, ignore it instead of raising an error.
683
684 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
685
686 * calendar/todo-mode.el: Fix handling of marked items and make
687 minor code improvements.
688 (todo-edit-item): If there are marked items, ensure user can only
689 invoke editing commands that work with marked items.
690 (todo-edit-item--text): When there are marked items, make it a
691 noop if invoked with point not on an item; otherwise, ensure it
692 applies only to item at point.
693 (todo-item-undone): If there are marked not-done items, return
694 point to its original position before signaling user error.
695 (todo--user-error-if-marked-done-item): New function.
696 (todo-edit-item--header, todo-edit-item--diary-inclusion)
697 (todo-item-done): Use it.
698
699 2014-07-25 Glenn Morris <rgm@gnu.org>
700
701 * files.el (toggle-read-only): Re-add basic doc-string.
702 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
703
704 * progmodes/prolog.el (prolog-mode-keybindings-edit):
705 Replace missing `switch-to-prolog' with `run-prolog'.
706 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
707
708 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
709
710 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
711 of file-wide setting when changing category-wide setting.
712
713 2014-07-21 Glenn Morris <rgm@gnu.org>
714
715 * progmodes/hideif.el (hide-ifdef-mode-submap):
716 Also substitute read-only-mode.
717 * bindings.el (mode-line-toggle-read-only):
718 * bs.el (bs-toggle-readonly):
719 * buff-menu.el (Buffer-menu-toggle-read-only):
720 * dired.el (dired-toggle-read-only):
721 * files.el (view-read-only, find-file-read-only)
722 (find-file-read-only-other-window)
723 (find-file-read-only-other-frame):
724 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
725 Doc fixes re toggle-read-only.
726
727 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
728
729 * progmodes/python.el: Add comment about pipe buffering and
730 solutions for missing/delayed output in inferior Python shells.
731 (Bug#17304)
732
733 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
734
735 * progmodes/python.el (python-mode): Don't set
736 mode-require-final-newline. (Bug#17990)
737
738 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
739
740 Make python.el work with IPython automatically. (Bug#15510)
741 * progmodes/python.el:
742 (python-shell-completion-setup-code): New value supporting iPython.
743 (python-shell-completion-string-code): New value supporting iPython.
744 (python-shell-completion-get-completions): Use them.
745 (python-shell-completion-module-string-code): Make obsolete.
746 (python-shell-prompt-input-regexps)
747 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
748 (python-shell-output-filter): Fix comment typo.
749
750 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
751
752 Fix Python shell prompts detection for remote hosts.
753 * progmodes/python.el (python-shell-prompt-detect):
754 Replace call-process with process-file and make it more robust.
755
756 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
757
758 Autodetect Python shell prompts. (Bug#17370)
759 * progmodes/python.el:
760 (python-shell-interpreter-interactive-arg)
761 (python-shell-prompt-detect-enabled)
762 (python-shell-prompt-detect-failure-warning)
763 (python-shell-prompt-input-regexps)
764 (python-shell-prompt-output-regexps): New vars.
765 (python-shell-prompt-calculated-input-regexp)
766 (python-shell-prompt-calculated-output-regexp): New vars.
767 (python-shell-get-process-name)
768 (python-shell-internal-get-process-name)
769 (python-shell-output-filter)
770 (python-shell-completion-get-completions): Use them.
771 (python-shell-prompt-detect)
772 (python-shell-prompt-validate-regexps): New functions.
773 (python-shell-prompt-set-calculated-regexps): New function.
774 (inferior-python-mode): Use it. Also honor overridden
775 python-shell-interpreter and python-shell-interpreter-args.
776 (python-shell-make-comint): Honor overridden
777 python-shell-interpreter and python-shell-interpreter-args.
778 (python-shell-get-or-create-process): Make it testable by allowing
779 to call run-python non-interactively.
780 (python-util-valid-regexp-p): New function.
781 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
782 (python-shell-prompt-output-regexp)
783 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
784
785 2014-07-16 Glenn Morris <rgm@gnu.org>
786
787 * desktop.el (after-init-hook): Disable startup frame restoration
788 in non-graphical situations. (Bug#17693)
789
790 2014-07-14 Glenn Morris <rgm@gnu.org>
791
792 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
793 if it was "empty", or used for a different set of files. (Bug#17884)
794
795 2014-07-13 Eli Zaretskii <eliz@gnu.org>
796
797 * bindings.el (mode-line-remote): If default-directory is not a
798 string, don't call file-remote-p on it; instead state in the
799 help-echo that it is nil. (Bug#17986)
800
801 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
802
803 Fix bug: C-x v v discarded existing log message (Bug#17884).
804 * vc/vc-dispatcher.el (vc-log-edit):
805 Don't clobber an already-existing log message.
806
807 2014-07-10 Glenn Morris <rgm@gnu.org>
808
809 * vc/log-edit.el (log-edit-changelog-entries):
810 Check for a visited-but-never-saved ChangeLog.
811
812 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
815 a non-existing file (bug#17970).
816
817 * faces.el (face-name): Undo last change.
818 (x-resolve-font-name): Don't call face-name (bug#17956).
819
820 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
821
822 Fix dedenters and electric colon handling. (Bug#15163)
823
824 * progmodes/python.el
825 (python-rx-constituents): Add dedenter and block-ender.
826 (python-indent-dedenters, python-indent-block-enders): Delete.
827 (python-indent-context): Return new case for dedenter-statement.
828 (python-indent-calculate-indentation): Handle new case.
829 (python-indent-calculate-levels): Fix levels calculation for
830 dedenter statements.
831 (python-indent-post-self-insert-function): Fix colon handling.
832 (python-info-dedenter-opening-block-message): New function.
833 (python-indent-line): Use it.
834 (python-info-closing-block)
835 (python-info-closing-block-message): Remove.
836 (python-info-dedenter-opening-block-position)
837 (python-info-dedenter-opening-block-positions)
838 (python-info-dedenter-statement-p): New functions.
839
840 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
843 the middle of a line (bug#17896).
844
845 2014-07-08 Juri Linkov <juri@jurta.org>
846
847 * startup.el (command-line): Append displaying the warning about
848 the errors in the init file to the end of `after-init-hook'.
849 (Bug#17927)
850
851 2014-07-08 Juri Linkov <juri@jurta.org>
852
853 * faces.el (face-name): Return input arg `face' as is
854 when it's not a symbol.
855 (x-resolve-font-name): Don't check if the face is a symbol.
856 (Bug#17956)
857
858 2014-07-08 Juri Linkov <juri@jurta.org>
859
860 * facemenu.el (list-colors-print): In help-echo format use %.2f
861 instead of %d because now HSV values are floating-point components
862 between 0.0 and 1.0.
863
864 2014-07-06 Glenn Morris <rgm@gnu.org>
865
866 * emulation/cua-rect.el (cua--activate-rectangle):
867 Avoid setting cua--rectangle to nil. (Bug#17877)
868
869 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
870
871 * calendar/todo-mode.el: Fix wrong-type-argument error when
872 marking multiple consecutive items.
873 (todo-toggle-mark-item): Don't try to mark the empty lines at the
874 end of the todo and done items sections. Note in doc string that
875 items marked by passing a numeric prefix argument can include the
876 last todo and first done items.
877 (todo-mark-category): Don't try to mark the empty line between the
878 todo and done items sections.
879
880 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
883 proper Lisp quoting (bug#17934).
884
885 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
886 require-final-newline since prog-mode already took care of it (bug#17947).
887
888 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
889
890 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
891 refer to the Todo mode Info manual. Update the comment on
892 requiring cl-lib.
893 (todo-find-filtered-items-file): Add todo-prefix overlays.
894 (todo-filter-items): Reorder a let-bound variable to avoid a
895 wrong-type-argument error on canceling the file choice dialog.
896
897 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * progmodes/octave.el (inferior-octave-mode):
900 Set comint-input-ring-size to a number (bug#17912).
901
902 2014-07-03 Juri Linkov <juri@jurta.org>
903
904 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
905 and `isearch-mode' associated with nil. (Bug#17849)
906
907 2014-07-02 Juri Linkov <juri@jurta.org>
908
909 * desktop.el (desktop-save): Rename arg `auto-save' to
910 `only-if-changed'. Doc fix. (Bug#17873)
911
912 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
915 Use insert-for-yank (bug#17271).
916
917 2014-07-02 Leo Liu <sdl.web@gmail.com>
918
919 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
920 Support lexical-binding.
921
922 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * vc/log-edit.el (log-edit-goto-eoh): New function.
925 (log-edit--match-first-line): Use it (bug#17861).
926
927 2014-07-01 Glenn Morris <rgm@gnu.org>
928
929 * vc/log-edit.el (log-edit-hook): Add missing :version.
930
931 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
932
933 * progmodes/python.el (python-indent-post-self-insert-function):
934 Enhancements to electric indentation behavior inside
935 parens. (Bug#17658)
936
937 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
940 buffer-invisibility-spec (bug#17867).
941
942 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
943
944 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
945 pass "-a".
946
947 2014-06-29 Glenn Morris <rgm@gnu.org>
948
949 * cus-edit.el (help):
950 * finder.el (finder-known-keywords):
951 * help.el (help-for-help-internal):
952 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
953 (ediff-redraw-registry-buffer):
954 * vc/ediff-ptch.el (ediff-patch-file-internal):
955 Doc fixes re "online" help. (Bug#17803)
956
957 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
958 (idlwave-mode): Doc URL update.
959
960 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
961
962 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
963 account for file-wide setting of todo-top-priorities-overrides.
964 Make code a bit cleaner.
965
966 2014-06-27 Leo Liu <sdl.web@gmail.com>
967
968 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
969
970 2014-06-27 Glenn Morris <rgm@gnu.org>
971
972 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
973
974 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
975
976 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
977 category-wide setting of todo-top-priorities-overrides, check for
978 a file-wide setting and fontify accordingly.
979
980 2014-06-26 Glenn Morris <rgm@gnu.org>
981
982 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
983
984 2014-06-26 Daiki Ueno <ueno@gnu.org>
985
986 * emacs-lisp/package.el (package--check-signature):
987 If package-check-signature is allow-unsigned, don't signal error when
988 we can't verify signature because of missing public key
989 (backport for bug#17625).
990
991 2014-06-26 Glenn Morris <rgm@gnu.org>
992
993 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
994 Remove outdated declaration.
995
996 * emacs-lisp/authors.el (authors-valid-file-names)
997 (authors-renamed-files-alist): Additions.
998
999 2014-06-25 Leo Liu <sdl.web@gmail.com>
1000
1001 * textmodes/picture.el (picture-set-tab-stops):
1002 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1003 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1004
1005 * progmodes/asm-mode.el (asm-calculate-indentation):
1006 Use indent-next-tab-stop.
1007
1008 * indent.el (indent-accumulate-tab-stops): New function.
1009
1010 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1013 (package-desc-status): Obey it.
1014
1015 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
1016
1017 * calendar/todo-mode.el: Fix two bugs.
1018 (todo-insert-item--basic): If user cancels item insertion to
1019 another category before setting priority, show original category
1020 whether it is in the same or a different file.
1021 (todo-set-item-priority): After selecting category, instead of
1022 moving point to top, which extends an active region, restore it.
1023
1024 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * help-fns.el (describe-function-1): Check file-name is a string before
1027 calling help-fns--autoloaded-p (bug#17564).
1028
1029 2014-06-24 Juri Linkov <juri@jurta.org>
1030
1031 * desktop.el (desktop-auto-save-enable)
1032 (desktop-auto-save-disable): New functions.
1033 (desktop-save-mode, desktop-auto-save-timeout): Use them.
1034 (desktop-read): Disable the autosave before loading the desktop,
1035 and enable afterwards. (Bug#17351)
1036
1037 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 Fix some indentation problem with \; and pipes (bug#17842).
1040 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1041 (sh-smie--default-forward-token, sh-smie--default-backward-token):
1042 New functions.
1043 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1044 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1045 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1046
1047 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1048
1049 * international/fontset.el (script-representative-chars):
1050 Add representative characters for scripts added in Unicode 7.0.
1051 (otf-script-alist): Synchronize with the latest registry of OTF
1052 script tags.
1053
1054 * international/characters.el (char-script-table): Update for
1055 scripts added and codepoint ranges changed in Unicode 7.0.
1056
1057 2014-06-23 Leo Liu <sdl.web@gmail.com>
1058
1059 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1060 tab-stop-list to nil. (Bug#16381)
1061
1062 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1063 (indent-rigidly-left-to-tab-stop)
1064 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1065 (move-to-tab-stop): Change callers.
1066
1067 2014-06-22 Eli Zaretskii <eliz@gnu.org>
1068
1069 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1070 wrt behavior of \n as the first/last element of a skeleton.
1071
1072 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * net/tramp-adb.el (tramp-adb-handle-process-file):
1075 * net/tramp-sh.el (tramp-sh-handle-process-file):
1076 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1077 the output buffer when DISPLAY is non-nil. (Bug#17815)
1078
1079 2014-06-21 Glenn Morris <rgm@gnu.org>
1080
1081 * play/landmark.el (landmark-move-down, landmark-move-up):
1082 Fix 2007-10-20 change - preserve horizontal position.
1083
1084 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1085
1086 Fix completion retrieval parsing (bug#17209).
1087 * progmodes/python.el (python-mode):
1088 (python-util-strip-string): New function.
1089 (python-shell-completion-get-completions): Use it.
1090
1091 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1092
1093 * skeleton.el (skeleton-insert): Fix last change.
1094
1095 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1096
1097 Enhancements for outline integration (bug#17796).
1098 * progmodes/python.el (python-mode): Properly set
1099 outline-heading-end-regexp so that comments after colons for
1100 defuns are supported.
1101
1102 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1103
1104 * skeleton.el (skeleton-insert): Doc fix.
1105
1106 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1109 (smie-config-guess): Use smie-config-local so the rules are obeyed
1110 (bug#17818).
1111
1112 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1113 since it's already done inside the loop (bug#17819).
1114
1115 2014-06-20 Martin Rudalics <rudalics@gmx.at>
1116
1117 * mouse.el (mouse-drag-line): Re-remove code initially removed
1118 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1119 (Bug#17819).
1120
1121 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1124 align with the surrounding parent (bug#17721).
1125
1126 2014-06-20 Eli Zaretskii <eliz@gnu.org>
1127
1128 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1129 locally to nil.
1130 (texinfo-insert-block, texinfo-insert-@end)
1131 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1132 local setting of skeleton-end-newline by adding an explicit \n to
1133 the skeletons where appropriate. (Bug#17801)
1134
1135 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1138 (smie-indent--hanging-p): Use it.
1139 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1140
1141 2014-06-20 Leo Liu <sdl.web@gmail.com>
1142
1143 * simple.el (read-quoted-char): Don't let help chars pop up help
1144 buffer. (Bug#16617)
1145
1146 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1149 for | (bug#17621).
1150
1151 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
1154 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
1155 burping.
1156
1157 2014-06-18 Eli Zaretskii <eliz@gnu.org>
1158
1159 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1160 and later. (Bug#17790)
1161
1162 2014-06-18 Juri Linkov <juri@jurta.org>
1163
1164 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1165 to `soft'. (Bug#17554)
1166
1167 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1170 (bug#17737).
1171
1172 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
1173
1174 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1175 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1176
1177 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1178
1179 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1180 `unread-command-events'.
1181
1182 2014-06-14 Glenn Morris <rgm@gnu.org>
1183
1184 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1185 Replace delete-duplicates and mapcan by cl- versions throughout.
1186 And cl-macroexpand-all by macroexpand-all.
1187 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1188
1189 2014-06-14 Eli Zaretskii <eliz@gnu.org>
1190
1191 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1192
1193 2014-06-14 Juri Linkov <juri@jurta.org>
1194
1195 * bindings.el: Put `ascii-character' property on keypad keys
1196 mapped to characters. (Bug#17759)
1197
1198 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1201 bumping forward into a closing paren (bug#17761).
1202
1203 * term/xterm.el (xterm--version-handler): Work around for OSX
1204 Terminal.app (bug#17607).
1205
1206 2014-06-08 Glenn Morris <rgm@gnu.org>
1207
1208 * startup.el (initial-buffer-choice): Doc fix.
1209 Reset :version (adding an option does not merit a :version bump).
1210
1211 * bookmark.el (bookmark-load):
1212 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1213
1214 2014-06-06 Juri Linkov <juri@jurta.org>
1215
1216 * desktop.el: Activate auto-saving on window configuration changes.
1217 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1218 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
1219 (desktop-auto-save-set-timer): Change REPEAT arg of
1220 `run-with-idle-timer' from t to nil.
1221 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1222
1223 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1224
1225 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1226 vc-hg-command (bug#17570).
1227
1228 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1231 (bug#17702).
1232
1233 2014-06-06 Glenn Morris <rgm@gnu.org>
1234
1235 * startup.el (window-setup-hook): Doc fix.
1236
1237 2014-06-05 Glenn Morris <rgm@gnu.org>
1238
1239 * emacs-lisp/package.el (package-check-signature)
1240 (package-unsigned-archives): Doc fixes.
1241
1242 2014-06-03 Martin Rudalics <rudalics@gmx.at>
1243
1244 * window.el (display-buffer-use-some-window): Don't make window
1245 used smaller than it was before (Bug#17671).
1246
1247 2014-06-03 Eli Zaretskii <eliz@gnu.org>
1248
1249 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1250 'redisplay' instead of '(sit-for 0)'.
1251
1252 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
1255 regexp. (Bug#17653)
1256
1257 2014-06-03 Glenn Morris <rgm@gnu.org>
1258
1259 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1260
1261 2014-06-02 Eli Zaretskii <eliz@gnu.org>
1262
1263 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1264
1265 2014-06-01 Eli Zaretskii <eliz@gnu.org>
1266
1267 * simple.el (keyboard-quit): Force update of mode lines, to remove
1268 the "Def" indicator, if we were defining a macro. (Bug#17615)
1269
1270 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * minibuffer.el (minibuffer-force-complete-and-exit):
1273 Obey minibuffer-default (bug#17545).
1274
1275 * progmodes/js.el (js-indent-line): Don't mix columns and chars
1276 (bug#17619).
1277
1278 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * subr.el (set-transient-map): Don't wait for some "nested"
1281 transient-map to finish if we're only supposed to be active for
1282 the next command (bug#17642).
1283
1284 2014-05-31 Leo Liu <sdl.web@gmail.com>
1285
1286 * emacs-lisp/gv.el (window-buffer, window-display-table)
1287 (window-dedicated-p, window-hscroll, window-point, window-start):
1288 Fix gv-expander. (Bug#17630)
1289
1290 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1293 clicks (bug#17633).
1294
1295 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1296 for the single comma, since ", " is *very* common in normal French text
1297 (bug#17643).
1298
1299 2014-05-30 Glenn Morris <rgm@gnu.org>
1300
1301 * emacs-lisp/package.el (package-check-signature)
1302 (package-unsigned-archives): Fix :version.
1303
1304 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * subr.el (sit-for): Don't run input-methods (bug#15614).
1307
1308 2014-05-28 Glenn Morris <rgm@gnu.org>
1309
1310 * cus-start.el: Fix some :version numbers.
1311
1312 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * simple.el (deactivate-mark): Set mark-active to nil even if
1315 deactivation is done via setting transient-mark-mode to nil,
1316 since one is buffer-local and the other is global.
1317
1318 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1319 there can't be more than 2 arguments (bug#17584).
1320
1321 2014-05-27 Glenn Morris <rgm@gnu.org>
1322
1323 * simple.el (filter-buffer-substring-functions)
1324 (filter-buffer-substring-function, buffer-substring-filters)
1325 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1326
1327 * minibuffer.el (completion-in-region-functions, completion-in-region)
1328 (completion--in-region): Doc fixes.
1329
1330 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1331 (expand-abbrev, abbrev--default-expand): Doc fixes.
1332
1333 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 Include sources used to create macuvs.h.
1336 * international/README: Refer to the Unicode Terms of Use rather
1337 than copying it bodily here, as that simplifies maintenance.
1338
1339 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1340
1341 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1342
1343 2014-05-25 Martin Rudalics <rudalics@gmx.at>
1344
1345 * window.el (window--dump-frame): Remove interactive
1346 specification.
1347
1348 2014-05-23 Glenn Morris <rgm@gnu.org>
1349
1350 * hippie-exp.el (he-line-search-regexp):
1351 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1352
1353 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1354
1355 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1356 to avoid errors when trying to create or visit a file foo.todo
1357 located outside to todo-directory, and to allow having such files
1358 without them being tied to Todo mode (bug#17482).
1359 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1360 (todo-archive-done-item, todo-find-filtered-items-file)
1361 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1362 (todo-category-completions, todo-read-category): When visiting a
1363 Todo file, make sure we're in the right mode and the buffer local
1364 variables are set.
1365 (todo-make-categories-list, todo-reset-nondiary-marker)
1366 (todo-reset-done-string, todo-reset-comment-string):
1367 After processing all Todo files, kill the buffers of those files that
1368 weren't being visited before the processing.
1369 (todo-display-as-todo-file, todo-add-to-buffer-list)
1370 (todo-visit-files-commands): Comment out.
1371 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1372 (auto-mode-alist): Remove add-to-list calls making Todo file
1373 extensions unrestrictedly tied to Todo modes.
1374
1375 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1378 (advice-function-member-p): Tell it to check both names and functions
1379 (bug#17531).
1380 (advice--add-function): Adjust call accordingly.
1381
1382 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
1383
1384 * calendar/todo-mode.el: Miscellaneous bug fixes.
1385 (todo-delete-file): When deleting an archive but not its todo
1386 file, make sure to update the todo file's category sexp.
1387 (todo-move-category): Keep the moved category's name unless the
1388 file moved to already has a category with that name. If the
1389 numerically last category of the source file was moved, make the
1390 first category current to avoid selecting a nonexisting category.
1391 (todo-merge-category): Fix implementation to make merging to a
1392 category in another file work as documented. Eliminate now
1393 insufficient and unnecessary renaming of archive category, correct
1394 document string accordingly, and clarify it. If the numerically
1395 last category of the source file was merged, make the first
1396 category current to avoid selecting a nonexisting category.
1397 (todo-archive-done-item): When there are marked items and point
1398 happens to be on an unmarked item, ignore the latter. Don't leave
1399 point below last item after archiving marked items.
1400 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1401 from an archive with only one category deletes the archive only
1402 when the category is empty after unarchiving. Make sure the todo
1403 file's category sexp is updated.
1404 (todo-read-file-name): Allow an existing file name even when it is
1405 not required (todo-move-category needs this to work as documented).
1406 (todo-add-file): Call todo-validate-name to reject the name of an
1407 existing todo file (needed due to fix in todo-read-file-name).
1408 (todo-reset-nondiary-marker): Also reset in filtered items files.
1409 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1410 regexp filtered items files.
1411 (todo-reset-highlight-item): Also reset in filtered items files.
1412 Fix incorrect variable reference in document string.
1413
1414 2014-05-22 Glenn Morris <rgm@gnu.org>
1415
1416 * window.el (window--dump-frame): Avoid error in --without-x builds.
1417
1418 2014-05-21 Glenn Morris <rgm@gnu.org>
1419
1420 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1421
1422 2014-05-21 Eli Zaretskii <eliz@gnu.org>
1423
1424 * frame.el (set-frame-font): Doc fix.
1425
1426 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1427
1428 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
1429
1430 * emacs-lisp/package.el (package--download-one-archive):
1431 Use `write-region' instead of `save-buffer' to avoid running various
1432 hooks. (Bug#17155)
1433 (describe-package-1): Same. Insert newline at the end of the
1434 buffer if appropriate.
1435
1436 2014-05-20 Juri Linkov <juri@jurta.org>
1437
1438 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1439 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1440 Add more modifiers: meta, control, shift, hyper, super, alt.
1441 (Bug#17439)
1442
1443 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1444 to allow changing its value with `set-variable'.
1445
1446 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1449 #; comments.
1450 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1451 New functions.
1452 (scheme-mode-variables): Set syntax-propertize-function instead of
1453 font-lock-syntactic-face-function.
1454 (scheme-font-lock-syntactic-face-function): Delete.
1455
1456 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1457
1458 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1461 (bug#17392).
1462
1463 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
1464
1465 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1466 for a temporary file name.
1467
1468 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1469
1470 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1471
1472 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * net/dbus.el (dbus-init-bus, dbus-call-method)
1475 (dbus-call-method-asynchronously, dbus-send-signal)
1476 (dbus-method-return-internal, dbus-method-error-internal):
1477 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1478
1479 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1480
1481 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1482 methods which do not have a doc string. (Bug#17490)
1483
1484 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1485 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1488 suffix (bug#15419).
1489
1490 2014-05-14 Glenn Morris <rgm@gnu.org>
1491
1492 * vc/emerge.el (emerge-temp-file-prefix):
1493 Make pointless option obsolete.
1494 (emerge-temp-file-mode): Make non-functional option obsolete.
1495
1496 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * net/browse-url.el (browse-url):
1499 Use `unhandled-file-name-directory' when setting `default-directory',
1500 in order to circumvent stalled remote connections. (Bug#17425)
1501
1502 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1505 into autoloading just because of a silly indirection.
1506
1507 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1508
1509 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1510
1511 2014-05-11 Glenn Morris <rgm@gnu.org>
1512
1513 * emacs-lisp/find-gc.el: Move to ../admin.
1514
1515 2014-05-10 Glenn Morris <rgm@gnu.org>
1516
1517 * printing.el (pr-version):
1518 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1519
1520 * net/browse-url.el (browse-url-mosaic):
1521 Create /tmp/Mosaic.PID as a private file.
1522
1523 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1526 (advice--member-p): If name is given, only compare the name.
1527 (advice--remove-function): Don't stop at the first match.
1528 (advice--normalize-place): New function.
1529 (add-function, remove-function): Use it.
1530 (advice--add-function): Pass the name, if any, to
1531 advice--remove-function.
1532
1533 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1534
1535 * electric.el (electric-indent-post-self-insert-function): Don't use
1536 `pos' after modifying the buffer (bug#17449).
1537
1538 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * subr.el (function-put): Add function.
1541
1542 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1543
1544 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1545 Correct argument list to conform to todo-insert-item--basic.
1546
1547 2014-05-09 Glenn Morris <rgm@gnu.org>
1548
1549 * files.el (cd-absolute): Test if directory is accessible
1550 rather than executable. (Bug#17330)
1551
1552 * progmodes/compile.el (recompile):
1553 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1554
1555 2014-05-08 Juri Linkov <juri@jurta.org>
1556
1557 * dired.el (dired-check-switches, dired-switches-recursive-p):
1558 New functions. (Bug#17218)
1559 (dired-switches-escape-p, dired-move-to-end-of-filename):
1560 Use `dired-check-switches'.
1561 (dired-insert-old-subdirs, dired-build-subdir-alist)
1562 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1563
1564 2014-05-08 Glenn Morris <rgm@gnu.org>
1565
1566 * net/browse-url.el (browse-url-mosaic):
1567 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1568 This is CVE-2014-3423.
1569
1570 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1573 (xterm-mouse--read-event-sequence-1000): Return nil if something
1574 looks fishy.
1575 (xterm-mouse-event): Propagate it.
1576 (xterm-mouse-translate-1): Handle it.
1577
1578 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1579
1580 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1581 four slots of the parameter list are filled, make sure to pass it
1582 to the argument list of todo-insert-item--basic.
1583
1584 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1587 Add optional `seen' argument to detect and break infinite loops.
1588
1589 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1590
1591 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1592 (trace-unsafe, trace-use-tree): Make parentheses style be
1593 according to Emacs style.
1594
1595 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1596
1597 * net/tramp-sh.el (tramp-remote-process-environment):
1598 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1599 Add :version entry.
1600 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1601 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1602 extra "PSx=..." commands.
1603 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1604 (Bug#17295)
1605
1606 (tramp-uudecode): Replace the hard-coded temporary file name by a
1607 format specifier.
1608 (tramp-remote-coding-commands): Enhance docstring.
1609 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1610 name. (Bug#17415)
1611 This is CVE-2014-3424.
1612
1613 2014-05-06 Glenn Morris <rgm@gnu.org>
1614
1615 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1616 (find-gc-source-files): Update some names.
1617 (trace-call-tree): Simplify and update.
1618 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1619 This is CVE-2014-3422.
1620
1621 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * minibuffer.el (completion--try-word-completion): Revert fix for
1624 Bug#15980 (bug#17375).
1625
1626 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1627 Always store button numbers in the same way in xterm-mouse-last;
1628 Don't burp is xterm-mouse-last is not set as expected.
1629 Never return negative indices.
1630
1631 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1632
1633 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1634 Backtrack one char if the global/char-literal var matcher hits
1635 inside a string. The next char could be the beginning of an
1636 expression expansion.
1637
1638 2014-05-05 Glenn Morris <rgm@gnu.org>
1639
1640 * help-fns.el (describe-function-1): Test for an autoload before a
1641 macro, since `macrop' works on autoloads. (Bug#17410)
1642
1643 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1646
1647 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1648 Make sure the new point we return is within the new string (bug#17239).
1649
1650 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1651
1652 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1653
1654 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1657 Use nil rather than `default' for the "default" appearance (bug#17388).
1658 * vc/ediff-util.el (ediff-inferior-compare-regions)
1659 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1660 a misleading `default' value when it's really a boolean.
1661 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1662 overlay is not visible.
1663
1664 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1665
1666 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1667 (todo-menu): Uncomment and update.
1668
1669 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1670
1671 * calendar/todo-mode.el: Reimplement item editing to have the same
1672 basic user interface as item insertion, and make small UI and
1673 larger internal improvements to the latter.
1674 (todo-insert-item): Add reference to the Todo mode user manual to
1675 the documentation string.
1676 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1677 adjust all callers. Change signature to combine diary and
1678 nonmarking arguments. Incorporate functionality of deleted item
1679 copying command and add error checking. Remove detailed
1680 descriptions of the arguments from the documentation string, since
1681 this is treated in the Todo mode user manual.
1682 (todo-copy-item, todo-edit-multiline-item)
1683 (todo-edit-done-item-comment, todo-edit-item-header)
1684 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1685 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1686 (todo-edit-item-date-year, todo-edit-item-date-month)
1687 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1688 Remove.
1689 (todo-edit-item): Reimplement as wrapper command for
1690 todo-edit-item--next-key and make it distinguish done and not done
1691 todo items.
1692 (todo-edit-item--text): New function, replacing old command
1693 todo-edit-item and incorporating deleted commands
1694 todo-edit-multiline-item and todo-edit-done-item-comment.
1695 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1696 Use only numeric value of prefix argument. Remove detailed
1697 descriptions of the arguments from the documentation string, since
1698 this is treated in the Todo mode user manual.
1699 (todo-edit-item--diary-inclusion): New function, replacing old
1700 command todo-edit-item-diary-inclusion and incorporating and fixing
1701 functionality of deleted command todo-edit-item-diary-nonmarking,
1702 making sure to remove todo-nondiary-marker when adding
1703 diary-nonmarking-symbol.
1704 (todo-edit-category-diary-inclusion): Make sure to delete
1705 diary-nonmarking-symbol when adding todo-nondiary-marker.
1706 (todo-edit-category-diary-nonmarking): Fix indentation.
1707 (todo-insert-item--parameters): Group diary and nonmarking
1708 parameters together.
1709 (todo-insert-item--apply-args): Adjust to signature of
1710 todo-insert-item--basic and incorporate copy parameter.
1711 Make small code improvements.
1712 (todo-insert-item--next-param): Improve prompt and adjust it to
1713 new parameter grouping. Remove obsolete code.
1714 (todo-edit-item--param-key-alist)
1715 (todo-edit-item--date-param-key-alist)
1716 (todo-edit-done-item--param-key-alist): New defconsts.
1717 (todo-edit-item--prompt): New variable.
1718 (todo-edit-item--next-key): New function.
1719 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1720 Remove bindings of deleted commands.
1721
1722 2014-05-02 Leo Liu <sdl.web@gmail.com>
1723
1724 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1725
1726 2014-05-01 Glenn Morris <rgm@gnu.org>
1727
1728 * allout-widgets.el (allout-widgets-tally)
1729 (allout-decorate-item-guides):
1730 * menu-bar.el (menu-bar-positive-p):
1731 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1732 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1733 * progmodes/js.el (js--inside-param-list-p)
1734 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1735 * progmodes/prolog.el (region-exists-p):
1736 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1737 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1738 Doc fixes (replace `iff').
1739
1740 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1743
1744 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1745
1746 * dired.el (dired-initial-position-hook, dired-initial-position):
1747 Doc string fixes.
1748
1749 2014-04-29 Glenn Morris <rgm@gnu.org>
1750
1751 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1752
1753 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1754
1755 * faces.el (face-spec-recalc): Apply X resources only after the
1756 defface spec has been applied. Thus, X resources are no longer
1757 overridden by the defface spec which also fixes issues on win32 where
1758 the toolbar coloring was wrong because it is set through X resources
1759 and was (wrongfully) overridden. (Bug#16694)
1760
1761 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * textmodes/rst.el (electric-pair-pairs): Declare.
1764 (rst-mode): Set it (bug#17131).
1765
1766 2014-04-27 Juri Linkov <juri@jurta.org>
1767
1768 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1769 and `print-level' to nil. (Bug#17351)
1770
1771 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1772
1773 * battery.el (battery-update): Handle the case where battery
1774 status is "N/A" (bug#17319).
1775
1776 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1777
1778 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1779 Use equal-including-properties to compare help-echo strings (bug#17331).
1780
1781 2014-04-24 Leo Liu <sdl.web@gmail.com>
1782
1783 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1784 Fix syntax for @. (Bug#17325)
1785
1786 2014-04-24 Daniel Colascione <dancol@dancol.org>
1787
1788 * emacs-lisp/cl.el (gv): Require gv early to break eager
1789 macro-expansion cycles.
1790
1791 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * simple.el (region-active-p): Check there's a mark (bug#17324).
1794
1795 * simple.el (completion-list-mode-map): Use choose-completion for the
1796 mouse binding as well (bug#17302).
1797 (completion-list-mode, completion-setup-function): Adjust docstring and
1798 echo area message accordingly.
1799 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1800 calling convention of choose-completion.
1801 * comint.el (comint-dynamic-list-completions):
1802 * term.el (term-dynamic-list-completions): Accept choose-completion.
1803
1804 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1805 &, |, +, - and * can't be a division (bug#17317).
1806
1807 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1810 features on gnome-terminal (bug#16988).
1811
1812 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1813
1814 * dired.el (dired-insert-set-properties): Do not consider
1815 subdirectory headings and empty lines to be information that
1816 `dired-hide-details-mode' should hide. (Bug#17228)
1817
1818 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1819
1820 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1821 Remove test messages.
1822 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1823 and `target' twice.
1824
1825 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1828 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1829
1830 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1831
1832 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1833
1834 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1835 Set "IFS=" when using read builtin, in order to preserve spaces in
1836 the file name. Add test messages for hunting a bug on hydra.
1837 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1838
1839 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1842 Don't prettify a word within a symbol.
1843
1844 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1845
1846 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1847 possible.
1848
1849 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1852 assignments such as "case=hello" (bug#17297).
1853
1854 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1855
1856 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1857 Do not autoload.
1858 (tramp-file-name-handler, tramp-completion-file-name-handler):
1859 Revert patch from 2014-04-10, it isn't necessary anymore.
1860 (tramp-autoload-file-name-handler)
1861 (tramp-register-autoload-file-name-handlers): New defuns.
1862 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1863 (tramp-register-file-name-handlers): Remove also
1864 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1865 Do not autoload its invocation, but eval it after loading of 'tramp.
1866
1867 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1868
1869 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1870
1871 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1874 was done (bug#17264).
1875 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1876 comment to EOB.
1877
1878 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1879 here-documents (bug#17262).
1880
1881 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1882
1883 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1884 Provide doc strings, as required by snarf-documentation.
1885
1886 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1889 arg of overlays-at. Use `invisible-p'.
1890
1891 * obsolete/lucid.el (extent-at):
1892 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1893 overlays-at.
1894 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1895
1896 2014-04-14 João Távora <joaotavora@gmail.com>
1897
1898 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1899 links. (Bug#17217).
1900
1901 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1902
1903 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1904 Use mapc to loop over a vector. (Bug#17257).
1905
1906 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1907
1908 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1909 patch, there are new problems with file names containing spaces.
1910 Get rid of backticks. (Bug#17238)
1911
1912 2014-04-13 João Távora <joaotavora@gmail.com>
1913
1914 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1915 possible bug.
1916
1917 2014-04-13 Eli Zaretskii <eliz@gnu.org>
1918
1919 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1920 (blink-cursor-mode): Mention customization variables and the
1921 effect of 'blink-cursor-blinks'.
1922
1923 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
1924
1925 * simple.el (undo): Prevent insertion of identity mapping into
1926 undo-equiv-table so as undo-only does not inf loop in the presence
1927 of consecutive nils in undo list.
1928
1929 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1930
1931 * faces.el (make-face): Deprecate optional argument as it is no
1932 longer needed/used since the conditional X resources handling
1933 has been pushed down to make-face-x-resource-internal itself.
1934 (make-empty-face): Don't pass optional argument to make-face.
1935
1936 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1937
1938 * international/characters.el <standard-case-table>: Add entries
1939 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1940 Set category of Coptic characters be 'g' (Greek).
1941
1942 2014-04-12 Leo Liu <sdl.web@gmail.com>
1943
1944 * progmodes/octave.el (completion-table-with-cache): Define if not
1945 available.
1946 (octave-goto-function-definition)
1947 (octave-sync-function-file-names)
1948 (octave-find-definition-default-filename): Backquote upattern for
1949 compatibility.
1950
1951 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1952
1953 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1954 name twice due to backticks. (Bug#17238)
1955
1956 2014-04-11 Glenn Morris <rgm@gnu.org>
1957
1958 * term/w32-win.el (x-win-suspend-error):
1959 * term/x-win.el (x-win-suspend-error): Sync docs.
1960
1961 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 Ediff's overlay priorities cause more trouble than they solve.
1964 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1965 (ediff-highest-priority): Remove function (bug#17234).
1966 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1967 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1968 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1969 overlay priorities.
1970
1971 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
1972
1973 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1974 entry; use symbol boundaries to avoid mis-matches.
1975
1976 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * net/tramp.el (tramp-file-name-handler)
1979 (tramp-completion-file-name-handler): Avoid recursive loading.
1980
1981 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1982 Quote result also locally.
1983
1984 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1985
1986 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1987 Module methods. (Bug#17216)
1988
1989 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1992 (describe-bindings-internal): Mark obsolete.
1993
1994 2014-04-07 João Távora <joaotavora@gmail.com>
1995
1996 * elec-pair.el:
1997 (electric-pair--syntax-ppss): When inside comments parse from
1998 comment beginning.
1999 (electric-pair--balance-info): Fix typo in comment.
2000 (electric-pair--in-unterminated-string-p): Delete.
2001 (electric-pair--unbalanced-strings-p): New function.
2002 (electric-pair-string-bound-function): New var.
2003 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2004 according to `electric-pair--in-unterminated-string-p'
2005
2006 2014-04-07 João Távora <joaotavora@gmail.com>
2007
2008 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2009 Inhibit quote pairing if point-max is inside an unterminated string.
2010 (electric-pair--looking-at-unterminated-string-p): Delete.
2011 (electric-pair--in-unterminated-string-p): New function.
2012
2013 2014-04-07 Glenn Morris <rgm@gnu.org>
2014
2015 * shell.el (shell-directory-tracker):
2016 Go back to just ignoring failures. (Bug#17159)
2017
2018 2014-04-06 João Távora <joaotavora@gmail.com>
2019
2020 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2021 backspace. (bug#16981)
2022 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2023 (electric-pair-backward-delete-char-untabify): Delete.
2024 (electric-pair-mode-map): Bind backspace to a menu item filtering
2025 a new `electric-pair-delete-pair' command.
2026 (electric-pair-delete-pair): New command.
2027
2028 2014-04-06 João Távora <joaotavora@gmail.com>
2029
2030 * progmodes/python.el (python-electric-pair-string-delimiter):
2031 Fix triple-quoting electricity. (Bug#17192)
2032
2033 2014-04-06 João Távora <joaotavora@gmail.com>
2034
2035 * elec-pair.el (electric-pair-post-self-insert-function):
2036 Don't skip whitespace when `electric-pair-text-pairs' and
2037 `electric-pair-pairs' were used. syntax to
2038 electric-pair--skip-whitespace. (Bug#17183)
2039
2040 2014-04-06 Eli Zaretskii <eliz@gnu.org>
2041
2042 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2043 "<F>". (Bug#17199)
2044
2045 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2048 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2049
2050 2014-04-05 Glenn Morris <rgm@gnu.org>
2051
2052 * help.el (view-lossage): Doc tweak.
2053
2054 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
2055
2056 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2057 only when inhibit-x-resources is nil, and do that earlier in the
2058 function. Doc fix. (Bug#16694)
2059 (face-spec-choose): Accept additional optional argument, whose
2060 value is returned if no matching attributes are found.
2061 (face-spec-recalc): Use the new optional argument when calling
2062 face-spec-choose. (Bug#16378)
2063 (make-face-x-resource-internal): Do nothing when
2064 inhibit-x-resources is non-nil. Don't touch the default face if
2065 reversed video is given--as was done in previous versions of Emacs.
2066 (face-set-after-frame-default): Don't call
2067 make-face-x-resource-internal here. (Bug#16434)
2068
2069 2014-04-04 Tassilo Horn <tsdh@gnu.org>
2070
2071 * doc-view.el (doc-view-bookmark-jump):
2072 Use `bookmark-after-jump-hook' to jump to the right page after the
2073 buffer is shown in a window. (bug#16090)
2074
2075 2014-04-04 Eli Zaretskii <eliz@gnu.org>
2076
2077 * international/characters.el (mirroring): Fix last change:
2078 instead of loading uni-mirrored.el explicitly, do that implicitly
2079 by creating the 'mirroring' uniprop table. This avoids announcing
2080 the loading of uni-mirrored.el.
2081
2082 2014-04-04 Glenn Morris <rgm@gnu.org>
2083
2084 * files.el (buffer-stale--default-function)
2085 (buffer-stale-function, revert-buffer--default):
2086 * autorevert.el (auto-revert-buffers): Doc tweaks.
2087
2088 2014-04-03 Eli Zaretskii <eliz@gnu.org>
2089
2090 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2091
2092 2014-04-03 Glenn Morris <rgm@gnu.org>
2093
2094 * files.el (make-backup-file-name-function)
2095 (make-backup-file-name, make-backup-file-name--default-function)
2096 (make-backup-file-name-1, find-backup-file-name)
2097 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2098 (buffer-stale--default-function, buffer-stale-function)
2099 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2100 (revert-buffer, revert-buffer--default)
2101 (revert-buffer-insert-file-contents--default-function):
2102 Doc fixes related to defaults no longer being nil.
2103 (make-backup-file-name-function): Bump :version.
2104 Restore nil as a valid but deprecated custom type.
2105
2106 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
2109 used as a variable (bug#17174).
2110
2111 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * progmodes/perl-mode.el (perl-indent-new-calculate):
2114 Handle forward-sexp failure (bug#16985).
2115 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2116 modifiers introducing expressions (bug#17116).
2117
2118 2014-04-02 Glenn Morris <rgm@gnu.org>
2119
2120 * menu-bar.el (menu-bar-file-menu):
2121 * vc/ediff.el (ediff-current-file):
2122 Update for revert-buffer-function no longer being nil by default.
2123
2124 * simple.el (command-execute): Respect nil disabled-command-function.
2125
2126 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2127
2128 * simple.el (command-execute): Do not execute the command when it
2129 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2130
2131 2014-03-29 Juri Linkov <juri@jurta.org>
2132
2133 * dired-aux.el (dired-compress-file): Don't use string-match-p
2134 because its match data is used afterwards.
2135
2136 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2139 0 like nil.
2140
2141 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2142
2143 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2144 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2145
2146 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2147 Don't propertize `?' or `!' as symbol constituent when after
2148 colon. (Bug#17097)
2149
2150 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2153 which is no longer needed and causes trouble in GTK builds (bug#17046).
2154
2155 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2156 Use url-insert-file-contents; package-handle-response no longer exists.
2157
2158 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * emacs-lisp/package.el: Fix bug#16733 (again).
2161 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2162 (url-http-target-url): Remove unused declarations.
2163 (package-handle-response): Remove.
2164 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2165 (package--download-one-archive): Use current-buffer instead of
2166 dynamic binding of `buffer'.
2167 (describe-package-1): Do not decode readme-string.
2168
2169 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
2170
2171 * simple.el (primitive-undo): Correction to 2014-03-24 change.
2172
2173 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
2174
2175 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2176
2177 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2178 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2179 `remote-file-name-inhibit-cache' to nil in the second pass.
2180 (tramp-find-executable): Do not call "which" on SunOS.
2181 (tramp-send-command-and-check): Fix docstring.
2182 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2183 check whether source directory has set the sticky bit.
2184
2185 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
2186
2187 * simple.el (primitive-undo): Only process marker adjustments
2188 validated against their corresponding (TEXT . POS). Issue warning
2189 for lone marker adjustments in undo history. (Bug#16818)
2190 (undo-make-selective-list): Add marker adjustments to selective
2191 undo list based on whether their corresponding (TEXT . POS) is in
2192 the region. Remove variable adjusted-markers, which was unused
2193 and only non nil during undo-make-selective-list.
2194 (undo-elt-in-region): Return nil when passed a marker adjustment
2195 and explain in function doc.
2196
2197 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2198
2199 * emacs-lisp/package.el (package--add-to-archive-contents):
2200 Include already installed and built-in packages in
2201 `package-archive-contents'.
2202 (package-install): Don't include already installed packages in the
2203 options during interactive invocation. (Bug#16762)
2204
2205 2014-03-24 Daniel Colascione <dancol@dancol.org>
2206
2207 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2208 instead of cl-loop search function.
2209
2210 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2213
2214 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2215
2216 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2217
2218 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
2219
2220 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2221 Match special global variables without curlies, too.
2222 (ruby-font-lock-keywords): Simplify the matcher for special global
2223 variables. Don't require a non-word character after the variable.
2224 (Bug#17057)
2225
2226 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * simple.el (redisplay-highlight-region-function): Increase priority of
2229 overlay to make sure boundaries are visible (bug#15899).
2230
2231 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * frameset.el (frameset-restore): Compare display strings with equal.
2234
2235 * frame.el (make-frame): Don't quote display name in error message,
2236 it is already a string.
2237
2238 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2239
2240 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2241 the password.
2242
2243 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
2244
2245 * emacs-lisp/package.el (package-show-package-list): If the buffer
2246 is already displayed in another window, switch to that window.
2247
2248 2014-03-21 Daniel Colascione <dancol@dancol.org>
2249
2250 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2251 information in bug reports.
2252
2253 2014-03-23 Daniel Colascione <dancol@dancol.org>
2254
2255 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2256 list to look for keyword arguments instead of `memq', fixing
2257 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2258 Please make bootstrap.
2259
2260 2014-03-23 Richard Stallman <rms@gnu.org>
2261
2262 * battery.el (battery-linux-sysfs): Search for each field
2263 from the beginning of the buffer.
2264
2265 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2266
2267 * emacs-lisp/package.el (package-desc): Use the contents of the
2268 quoted form, not its cdr. (Bug#16873)
2269
2270 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2273 benefit of doc.c; change parameter profile to match the X function.
2274
2275 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2278 and `tramp-copy-env'.
2279
2280 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2281 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2282
2283 2014-03-21 Glenn Morris <rgm@gnu.org>
2284
2285 * electric.el (electric-indent-post-self-insert-function): Add doc.
2286
2287 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2288
2289 * emacs-lisp/package.el (package-compute-transaction):
2290 Use `version-list-<=' to compare the requirement version against
2291 the version of package already to be installed. Update the error
2292 message. (Bug#16826)
2293
2294 * progmodes/ruby-mode.el (ruby-smie-rules):
2295 Add indentation rule for ` @ '. (Bug#17050)
2296
2297 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * align.el (align-regexp): Remove superfluous backslash.
2300
2301 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2302 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2303 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2304 Fix docstring typos.
2305 (ffap-next): Use C-u in docstring.
2306 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2307 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2308 Remove superfluous backslashes.
2309 (ffap-string-at-point): Reflow docstring.
2310
2311 * server.el (server-host): Reflow docstring.
2312 (server-unload-function): Fix docstring typo.
2313 (server-eval-at): Remove superfluous backslash.
2314
2315 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2316 (skeleton-insert): Doc fix.
2317 (skeleton-insert): Reflow docstring.
2318
2319 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2320 (tty-color-approximate, tty-color-by-index, tty-color-values)
2321 (tty-color-desc): Remove superfluous backslashes.
2322
2323 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * electric.el (electric-newline-and-maybe-indent): New command.
2326 Bind it globally to C-j.
2327 (electric-indent-mode): Don't mess with the global map any more.
2328 Don't drop the post-self-insert-hook is some buffer is still using it
2329 (bug#16770).
2330
2331 * bindings.el (global-map): Remove C-j binding.
2332
2333 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2334 the docstring of functions advised before dumping (bug#16993).
2335
2336 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2337
2338 * ps-print.el (ps-generate-postscript-with-faces):
2339 Explicitly deactivate the mark (bug#16866).
2340 * simple.el (deactivate-mark): Update region highlight.
2341
2342 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2343
2344 * emacs-lisp/package.el (describe-package-1):
2345 Decode commentary (bug#16733).
2346
2347 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2348
2349 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2350 modification of the value argument of :set (bug#16755).
2351
2352 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * simple.el (newline-and-indent): Do autofill (bug#17031).
2355
2356 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2357
2358 * newcomment.el (comment-normalize-vars): Only add escaping check
2359 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2360 (comment-beginning): Use `narrow-to-region' instead of moving back
2361 one character.
2362 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2363 (comment-start-skip): Update the docstring.
2364
2365 2014-03-18 Richard Stallman <rms@gnu.org>
2366
2367 * dired.el (dired-display-file): Force use of other window.
2368
2369 2014-03-18 Daniel Colascione <dancol@dancol.org>
2370
2371 * startup.el (tty-handle-args): Remove debug message from 2007.
2372
2373 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2376 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2377 (advice--make-1, advice-add, advice-remove):
2378 Remove braindead :advice-pending hack.
2379
2380 2014-03-17 Glenn Morris <rgm@gnu.org>
2381
2382 * calendar/calendar.el (calendar-generate-month): Apply weekend
2383 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2384
2385 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2388 (tramp-call-process): Trace also DESTINATION.
2389
2390 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2391 Quote file names when they are local. Remove superfluous trace.
2392
2393 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2394
2395 * newcomment.el (comment-beginning): If `comment-start-skip'
2396 doesn't match, move back one char and try again. (Bug#16971)
2397
2398 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2399 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2400 Set `comment-start-skip' to a simpler value that doesn't try to
2401 check if the semicolon is escaped (this is handled by
2402 `syntax-ppss' now). (Bug#16971)
2403
2404 * progmodes/scheme.el (scheme-mode-variables): Same.
2405
2406 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2407
2408 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2409 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2410 current (Bug#16816, Bug#17007).
2411 (with-current-buffer-window): New macro doing the same as
2412 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2413 * help.el (help-print-return-message): Warn in doc-string to not
2414 use this in `with-help-window'.
2415 (describe-bindings-internal): Call `describe-buffer-bindings'
2416 from within help buffer. See Juanma's scenario in (Bug#16816).
2417 (with-help-window): Update doc-string.
2418 * dired.el (dired-mark-pop-up):
2419 * files.el (save-buffers-kill-emacs):
2420 * register.el (register-preview): Use `with-current-buffer-window'
2421 instead of `with-temp-buffer-window'.
2422
2423 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2426 Implement inserting into current buffer, documented in their docstrings.
2427 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2428 (rst-section-tree-point, rst-forward-section, rst-indent)
2429 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2430 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2431 (rst-font-lock-handle-adornment-pre-match-form)
2432 (rst-repeat-last-character): Reflow docstrings.
2433 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2434 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2435 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2436 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2437 Fix docstring typos.
2438 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2439 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2440 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2441
2442 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2443
2444 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2445 for compatibility with other ports.
2446 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2447 from the -xrm command line argument, but in the Nextstep port its value
2448 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2449
2450 * progmodes/python.el (defconst, python-syntax-count-quotes)
2451 (python-indent-region, python-indent-shift-right)
2452 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2453 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2454 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2455 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2456 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2457 (python-shell-buffer-substring, python-shell-send-buffer)
2458 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2459 (python-completion-complete-at-point, python-fill-docstring-style)
2460 (python-eldoc-function, python-imenu-format-item-label)
2461 (python-imenu-format-parent-item-label)
2462 (python-imenu-format-parent-item-jump-label)
2463 (python-imenu--build-tree, python-imenu-create-index)
2464 (python-imenu-create-flat-index): Fix docstring typos.
2465 (python-indent-context, python-shell-prompt-regexp, run-python):
2466 Remove superfluous backslashes.
2467 (python-indent-line, python-nav-beginning-of-defun)
2468 (python-shell-get-buffer, python-shell-get-process)
2469 (python-info-current-defun, python-info-current-line-comment-p)
2470 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2471 (python-indent-post-self-insert-function, python-shell-send-file)
2472 (python-shell-completion-get-completions)
2473 (python-shell-completion-complete-or-indent)
2474 (python-eldoc--get-doc-at-point): Reflow docstrings.
2475
2476 2014-03-14 Glenn Morris <rgm@gnu.org>
2477
2478 * emacs-lisp/package.el (package-menu-mode-map):
2479 Replace use of obsolete function alias. Tweak menu item text.
2480
2481 * info.el (Info-finder-find-node):
2482 Ignore the `emacs' metapackage. (Bug#10813)
2483
2484 * finder.el (finder-list-matches): Include unversioned packages
2485 in the result of a keyword search.
2486
2487 * finder.el (finder--builtins-descriptions): New constant.
2488 (finder-compile-keywords): Use finder--builtins-descriptions.
2489
2490 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2491
2492 * simple.el (blink-matching-paren): Describe the new value,
2493 `jump', enabling the old behavior.
2494 (blink-matching-open): Use that value. (Bug#17008)
2495
2496 2014-03-14 Glenn Morris <rgm@gnu.org>
2497
2498 * finder.el (finder-no-scan-regexp): Add leim-list.
2499 (finder-compile-keywords):
2500 Don't skip files with same basename. (Bug#14010)
2501 * Makefile.in (setwins_finder): New, excluding leim.
2502 (finder-data): Use setwins_finder.
2503
2504 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2505 (help-function-arglist, help-make-usage): Move from here...
2506 * help.el (help-split-fundoc, help-add-fundoc-usage)
2507 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2508 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2509
2510 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * net/socks.el (socks, socks-override-functions)
2513 (socks-find-services-entry):
2514 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2515 (hif-find-ifdef-block):
2516 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2517
2518 * net/tls.el (tls-program): Reflow docstring.
2519
2520 * progmodes/pascal.el (pascal-mode-abbrev-table)
2521 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2522 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2523 (pascal-outline-mode): Fix docstring typos.
2524 (pascal-mode): Let define-derived-mode document mode hook.
2525 (pascal-uncomment-area): Reflow.
2526 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2527
2528 * progmodes/opascal.el (opascal-compound-block-indent)
2529 (opascal-case-label-indent): Fix docstring typos.
2530 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2531
2532 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2533
2534 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2535 Fontify multiple adjacent negation chars. (Bug#17004)
2536
2537 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2538
2539 * emacs-lisp/package.el (package--prepare-dependencies):
2540 Accept requirements without explicit version (bug#14941).
2541
2542 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * register.el (register-separator, copy-to-register): Doc fixes.
2545 (register-preview-default): Remove unnecessary call to concat.
2546
2547 * frameset.el (frameset-restore): When checking for a visible frame,
2548 use the action map instead of calling visible-frame-list.
2549
2550 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2551
2552 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2553
2554 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2555
2556 * window.el (fit-frame-to-buffer): Get maximum width from
2557 display's width instead of height.
2558
2559 2014-03-12 Glenn Morris <rgm@gnu.org>
2560
2561 * desktop.el (desktop-restore-frames)
2562 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2563 (desktop-restore-reuses-frames): Doc tweaks.
2564
2565 * electric.el (electric-indent-mode): Doc fix.
2566
2567 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2568
2569 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2570 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2571 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2572 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2573 (cvs-dired-use-hook): Fix docstring typos.
2574 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2575 Doc fixes.
2576
2577 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2578 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2579 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2580 (cvs-execute-single-dir): Fix docstring typos.
2581
2582 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2583 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2584
2585 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2586
2587 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2588 Fix docstring typos.
2589
2590 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2593 called from jump-to-register after unloading the frameset package.
2594
2595 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2598 (bug#16975). Deactivate the mark before setting it to nil.
2599 (activate-mark): Do nothing if region is already active.
2600
2601 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2602
2603 * frameset.el (frameset--target-display): Remove definition; declare.
2604 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2605
2606 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2609 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2610 when the advice is pending.
2611 (advice-remove): Remove this marker when not needed any more.
2612
2613 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * frameset.el: Separate options for reusing frames and cleaning up.
2616 (frameset--reuse-list): Remove definition; declare.
2617 (frameset--action-map): Declare.
2618 (frameset--find-frame-if): Doc fix.
2619 (frameset--restore-frame): Cache frame action.
2620 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2621 how to clean up the frame list after restoring. Remove cleaning
2622 options from REUSE-FRAMES. Change all keyword values to symbols.
2623 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2624
2625 * desktop.el (desktop-restore-forces-onscreen)
2626 (desktop-restore-reuses-frames): Use non-keyword values.
2627 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2628
2629 2014-03-10 Glenn Morris <rgm@gnu.org>
2630
2631 * files.el (find-file): Doc fix: update info node name.
2632
2633 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2634 Doc fix: remove references to deleted info nodes.
2635
2636 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2639 Do not add `nil' to the environment, when there's no remote `locale'.
2640 (tramp-find-inline-encoding): Check, that the remote host has
2641 installed perl, before sending scripts.
2642
2643 2014-03-10 Leo Liu <sdl.web@gmail.com>
2644
2645 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2646 Clear eldoc-last-message. (Bug#16920)
2647
2648 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2651 (bug#14430).
2652
2653 2014-03-09 Juri Linkov <juri@jurta.org>
2654
2655 * ansi-color.el (ansi-color-names-vector): Copy default colors
2656 from `xterm-standard-colors' that look well on the default white
2657 background (and also on the black background) to avoid illegible
2658 color combinations like yellow-on-white and white-on-white.
2659 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2660
2661 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * frameset.el (frameset-restore): When no frame is visible, do not
2664 generate a list of frames, just make visible the selected one.
2665
2666 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2667
2668 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2669 it only contains the repository root. (Bug#16897)
2670
2671 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2672
2673 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2674 only when `remote-file-name-inhibit-cache' is nil.
2675 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2676
2677 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2678
2679 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2680 Fix doc-strings.
2681 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2682 fit-frame-to-buffer variable. Fix doc-string.
2683 (fit-window-to-buffer): Set ONLY argument in call of
2684 fit-frame-to-buffer. Fix doc-string.
2685
2686 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2687
2688 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2689 (tramp-action-password): Clear password cache if needed.
2690 (tramp-read-passwd): Do not clear password cache.
2691
2692 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2693 cache unless it is the first password request.
2694
2695 2014-03-06 Glenn Morris <rgm@gnu.org>
2696
2697 * simple.el (newline): Doc tweak.
2698
2699 * emacs-lisp/shadow.el (load-path-shadows-find):
2700 Ignore dir-locals. (Bug#12357)
2701
2702 2014-03-05 Glenn Morris <rgm@gnu.org>
2703
2704 * files.el (interpreter-mode-alist):
2705 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2706
2707 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2708
2709 * frameset.el (frameset--initial-params): Filter out null entries.
2710
2711 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2712
2713 * window.el (window-min-height, window-min-width):
2714 Rewrite doc-strings.
2715 (window-body-size): Add PIXELWISE argument to make it consistent
2716 with its callees.
2717
2718 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2719
2720 * finder.el (finder-mode-map, finder-mode-syntax-table):
2721 Revert part of 2014-02-28 change.
2722
2723 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2724
2725 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2726 (eww-setup-buffer): Clear next/prev/etc more reliably.
2727 (eww-textarea-map): [tab] doesn't work on tty.
2728 Reported by Mario Lang.
2729
2730 * net/shr.el (shr-map): Ditto.
2731
2732 2014-03-04 Glenn Morris <rgm@gnu.org>
2733
2734 * minibuffer.el (completion-hilit-commonality):
2735 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2736
2737 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * hilit-chg.el (hilit-chg-unload-function): New function.
2740 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2741 (hilit-chg-map-changes): Prefer cardinal number to digit.
2742 (hilit-chg-display-changes): Reflow docstring.
2743 (highlight-changes-rotate-faces): Remove superfluous backslash.
2744
2745 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2748 `tramp-send-command-and-check'.
2749
2750 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * hexl.el (hexl-address-region, hexl-ascii-region)
2753 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2754 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2755 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2756 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2757 (hexl-mode): Doc fix.
2758 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2759 (hexl-mode-ruler): Fix typos in docstrings.
2760
2761 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2762 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2763 Remove superfluous backslashes.
2764 (strokes-last-stroke, strokes-global-map, strokes-mode):
2765 Reflow docstrings.
2766 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2767 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2768 (strokes-distance-squared, strokes-global-set-stroke)
2769 (strokes-global-set-stroke-string): Doc fixes.
2770 (strokes-help): Fix typos; reflow docstring.
2771
2772 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2773
2774 * window.el (window-in-direction): Fix doc-string.
2775
2776 2014-03-04 Glenn Morris <rgm@gnu.org>
2777
2778 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2779 Explicit error if no grammar.
2780 (smie-config-save): Doc fix. Fix quote typo.
2781
2782 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2785 electric-indent-mode-hook if we obey electric-indent-mode.
2786 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2787 decide whether we obey electric-indent-mode.
2788 (c-change-set-fl-decl-start, c-extend-after-change-region):
2789 Silence warnings.
2790 (c-electric-indent-mode-hook): Assume we do want to obey
2791 electric-indent-mode.
2792
2793 * electric.el (electric-indent-mode-has-been-called): Remove.
2794 (electric-indent-mode): Fix accordingly.
2795
2796 * files.el (hack-local-variables): Mention file name in warning.
2797
2798 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2799
2800 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2801
2802 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2803 * simple.el (delete-forward-char): Mark as interactive-only.
2804
2805 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2806
2807 * icomplete.el (icomplete-completions):
2808 Follow-up to 2014-03-01 change.
2809
2810 * icomplete.el: Miscellaneous doc fixes.
2811 Use Icomplete everywhere instead of icomplete for consistency.
2812 (icomplete-max-delay-chars): Fix typo.
2813 (icomplete-mode): Use \[].
2814 (icomplete-tidy, icomplete-exhibit): Reflow.
2815 (icomplete-minibuffer-setup-hook, icomplete-completions):
2816 Remove superfluous backlashes.
2817
2818 * ido.el: Miscellaneous doc fixes.
2819 Use Ido everywhere instead of ido or `ido' for consistency.
2820 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2821 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2822 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2823 (ido-separator): Extract obsolescence info from docstring and declare
2824 with make-obsolete-variable.
2825 (ido-minibuffer-setup-hook): Simplify example.
2826 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2827 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2828 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2829 (ido-everywhere): Reflow docstring.
2830 (ido-toggle-vc): Doc fix.
2831 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2832 of long list of keybindings.
2833
2834 2014-03-03 Glenn Morris <rgm@gnu.org>
2835
2836 * frame.el (display-pixel-height, display-pixel-width)
2837 (display-mm-dimensions-alist, display-mm-height)
2838 (display-mm-width): Doc tweaks.
2839
2840 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2841
2842 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2843 case of undo in region.
2844
2845 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2846
2847 * window.el (fit-window-to-buffer): Fix argument in window-size
2848 call when window is horizontally combined.
2849
2850 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * icomplete.el (icomplete-completions): Use string-width.
2853 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2854
2855 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2856
2857 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2858 Highlight regexp options. (Bug#16914)
2859
2860 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2861
2862 * window.el (window--max-delta-1): Round down when calculating
2863 how many lines/columns we can get from a window.
2864
2865 2014-03-01 Glenn Morris <rgm@gnu.org>
2866
2867 * isearch.el (search-invisible): Doc fix.
2868
2869 * minibuffer.el (completion-hilit-commonality):
2870 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2871 * comint.el (comint-dynamic-list-completions): Doc fix.
2872 * comint.el (comint-dynamic-list-completions):
2873 * filecache.el (file-cache-minibuffer-complete):
2874 * tempo.el (tempo-display-completions):
2875 * eshell/em-hist.el (eshell-list-history):
2876 Replace use of obsolete argument of display-completion-list.
2877
2878 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * icomplete.el (icomplete-completions):
2881 Revert back to using "..." when ?… cannot be displayed.
2882
2883 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * finder.el (finder-unload-function): New function.
2886
2887 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2888
2889 * dframe.el (dframe-detach):
2890 * find-dired.el (find-dired, find-name-dired):
2891 * finder.el (finder-mode-map, finder-mode-syntax-table)
2892 (finder-headmark, finder-select, finder-mouse-select):
2893 Fix docstring typos.
2894
2895 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2896
2897 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2898 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2899 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2900 Fix doc-string based on a suggestion by Nicolas Richard
2901 <theonewiththeevillook@yahoo.fr>.
2902 * help.el (with-help-window): Fix doc-string.
2903
2904 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2905
2906 * net/shr.el (shr-image-animate): New option.
2907 (shr-put-image): Respect shr-image-animate.
2908
2909 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2910
2911 * net/tramp-adb.el (tramp-adb-parse-device-names):
2912 Use `accept-process-output'.
2913 (tramp-adb-handle-file-truename): Cache the localname only.
2914 (tramp-adb-handle-make-directory)
2915 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2916 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2917 modes cannot be changed.
2918
2919 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2920 file properties of symlinks.
2921
2922 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2923
2924 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2925 required/optional fields to match development biblatex. (Bug#16781)
2926
2927 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2928
2929 * saveplace.el (toggle-save-place):
2930 Fix argument handling. (Bug#16673)
2931
2932 2014-02-28 Glenn Morris <rgm@gnu.org>
2933
2934 * minibuffer.el (completions-first-difference)
2935 (completions-common-part, completion-hilit-commonality): Doc fixes.
2936
2937 2014-02-28 Karl Berry <karl@gnu.org>
2938
2939 * info.el (Info-mode-map): Add H for describe-mode,
2940 to synchronize with standalone Info.
2941
2942 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2943
2944 * progmodes/sql.el (sql-interactive-mode):
2945 Avoid setting global comint-input-ring-separator. (Bug#16814)
2946
2947 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2948
2949 * net/dbus.el (dbus--init-bus): Declare function.
2950 (dbus-path-local, dbus-interface-local): New defconst.
2951 (dbus-init-bus): Use them.
2952 (dbus-return-values-table): Extend doc.
2953 (dbus-handle-bus-disconnect): Extend error message.
2954
2955 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * subr.el (y-or-n-p): Fix double space issue in message.
2958
2959 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * net/tramp.el (tramp-call-process): Improve trace message.
2962 (tramp-handle-insert-file-contents): Trace error case.
2963
2964 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2965 <insert-directory>: Use `tramp-handle-insert-directory'.
2966 (tramp-adb-handle-insert-directory): Remove function.
2967 (tramp-adb-send-command-and-check): New defun, replacing
2968 `tramp-adb-command-exit-status'. Change all callees.
2969 (tramp-adb-handle-file-attributes)
2970 (tramp-adb-handle-directory-files-and-attributes): Use it.
2971 (tramp-adb-ls-output-name-less-p):
2972 Use `directory-listing-before-filename-regexp'.
2973 (tramp-adb-handle-delete-directory): Flush also file properties of
2974 the truename of directory.
2975 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2976 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2977 (tramp-adb-handle-write-region): Implement APPEND.
2978 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2979 properties correctly.
2980 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2981 variables. Check for connected devices only when needed.
2982
2983 2014-02-27 Glenn Morris <rgm@gnu.org>
2984
2985 * minibuffer.el (completion-table-dynamic)
2986 (completion-table-with-cache): Doc fixes.
2987
2988 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2989 (completing-read-multiple): Doc fixes.
2990
2991 2014-02-27 Daniel Colascione <dancol@dancol.org>
2992
2993 * minibuffer.el (completion--nth-completion): Fix indentation.
2994
2995 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2996 explicit tramp path is empty.
2997
2998 2014-02-27 Glenn Morris <rgm@gnu.org>
2999
3000 * emacs-lisp/crm.el (completing-read-multiple):
3001 Empower help-enable-auto-load.
3002
3003 2014-02-26 Glenn Morris <rgm@gnu.org>
3004
3005 * startup.el (command-line): Don't init the tty in daemon mode.
3006
3007 Avoid calling tty-setup-hook twice, eg if a term file
3008 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3009 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3010 (tty-create-frame-with-faces): Use it.
3011 * startup.el (command-line): Pass run-hook argument
3012 to tty-run-terminal-initialization.
3013
3014 * dired.el (dired-restore-desktop-buffer): Demote errors;
3015 eg in case a glob match fails. (Bug#16884)
3016
3017 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3018
3019 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3020 error from `read-from-string'. (Bug#16850)
3021
3022 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3023 result of `completing-read' in the interactive form. (Bug#16854)
3024
3025 2014-02-25 Glenn Morris <rgm@gnu.org>
3026
3027 * image.el (image-animate, image-animate-timeout):
3028 Stop animating images in dead buffers. (Bug#16878)
3029
3030 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3031
3032 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3033 Doc fixes.
3034 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3035 * term/sun.el (sun-raw-prefix-hooks):
3036 Use tty-setup-hook instead of term-setup-hook.
3037 (terminal-init-sun): Construct message from bytecomp plist.
3038 * term/wyse50.el (enable-arrow-keys): Doc fix.
3039
3040 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3041
3042 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3043 Fix docstring typos.
3044
3045 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3048
3049 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3050
3051 * minibuffer.el (completion--try-word-completion):
3052 Fix error when completing M-x commands (bug#16808).
3053
3054 2014-02-24 Leo Liu <sdl.web@gmail.com>
3055
3056 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3057
3058 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3059
3060 * apropos.el (apropos-print): Avoid formatting error when
3061 apropos-do-all and apropos-compact-layout are both t.
3062
3063 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3064
3065 * apropos.el (apropos-property, apropos-all-words-regexp)
3066 (apropos-true-hit, apropos-variable, apropos-print):
3067 Fix docstring typos, and remove obsolete comment.
3068
3069 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3070
3071 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3072 Preserve trailing "/". (Bug#16851)
3073
3074 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3075
3076 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3077 after `=>' (bug#16811).
3078 (ruby-smie-rules): Handle the inconsistent second element of the
3079 list returned by `smie-indent--parent'.
3080 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3081 method call.
3082
3083 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * elec-pair.el (electric-pair-text-syntax-table)
3086 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3087 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3088 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3089 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3090
3091 2014-02-22 Glenn Morris <rgm@gnu.org>
3092
3093 * imenu.el (imenu--generic-function): Doc fix.
3094
3095 * register.el (frame-configuration-to-register): Make obsolete.
3096
3097 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3098
3099 * desktop.el (desktop-save-buffer-p): Do not fail when
3100 desktop-files-not-to-save is nil. Return t for true result
3101 as the doc says.
3102
3103 2014-02-22 Daniel Colascione <dancol@dancol.org>
3104
3105 * net/secrets.el (secrets-create-item, secrets-search-items):
3106 Check that attribute values are strings, avoiding the construction
3107 of invalid dbus messages.
3108
3109 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3110
3111 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3112 defun-declarations-alist.
3113
3114 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3117 (bug#16829).
3118
3119 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3122 (whitespace-newline, whitespace-trailing, whitespace-line)
3123 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3124 (whitespace-space-after-tab): Fix typo in docstrings.
3125
3126 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3127
3128 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3129
3130 * electric.el (electric-indent-functions-without-reindent):
3131 Add `yaml-indent-line'.
3132
3133 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3136 It has done nothing for years; should be removed after the release.
3137
3138 * simple.el (choose-completion): Fix docstring typo.
3139 (read-quoted-char-radix): Remove unneeded * in docstring.
3140 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3141 Don't escape parentheses unnecessarily in docstrings.
3142
3143 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3144
3145 Fix handling of window-min-height/-width (Bug#16738).
3146 * window.el (window--dump-window, window--dump-frame):
3147 New functions.
3148 (window--min-size-1): Account for window dividers.
3149 When window-resize-pixelwise is nil, delay rounding till after the
3150 sum of the window components has been calculated.
3151 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3152 nil make sure at least one text line and two text columns remain
3153 fully visible.
3154 (window-resize): Signal an error when window-resize-apply fails.
3155 (window--resize-child-windows): Fix calculation of by how many
3156 pixels a window can still be shrunk via window-new-normal.
3157 (adjust-window-trailing-edge): Call window--resizable with
3158 correct TRAIL argument.
3159
3160 (with-temp-buffer-window): Don't evaluate BODY within
3161 with-current-buffer (Bug#16816).
3162
3163 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3164
3165 * net/tramp.el (tramp-check-cached-permissions):
3166 Call `file-attributes' with `suffix' being a symbol but a string.
3167
3168 2014-02-21 Daniel Colascione <dancol@dancol.org>
3169
3170 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3171 (dbus-init-bus): New function: call into dbus-init-bus-1
3172 and installs a handler for the disconnect signal.
3173 (dbus-call-method): Rewrite to look for result in cons.
3174 (dbus-call-method-handler): Store result in cons.
3175 (dbus-check-event): Recognize events with nil sender as valid.
3176 (dbus-handle-bus-disconnect): New function. React to bus
3177 disconnection signal by synthesizing dbus error for each
3178 pending synchronous or asynchronous call.
3179 (dbus-notice-synchronous-call-errors): New function.
3180 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3181 is true, not all the time.
3182
3183 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3186 Remove obsolescence declarations, these variables do not exist anymore.
3187
3188 * savehist.el (savehist-save-minibuffer-history)
3189 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3190 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3191 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3192 mostly, refer to "Savehist mode" when talking about the mode,
3193 and not the function.
3194
3195 * saveplace.el (save-place): Remove redundant info in docstring.
3196 (save-place-forget-unreadable-files, toggle-save-place)
3197 (save-place-forget-unreadable-files, save-place-dired-hook):
3198 Fix typos and remove unneeded backslashes.
3199
3200 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3203 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3204
3205 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3206 <insert-directory>: Use `tramp-handle-insert-directory'.
3207 (tramp-gvfs-handle-insert-directory): Remove function.
3208
3209 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3210 Call `tramp-handle-insert-directory'.
3211
3212 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3215 before the start of buffer/region (bug#16799).
3216
3217 2014-02-20 Glenn Morris <rgm@gnu.org>
3218
3219 * isearch.el (search-invisible): Doc fix.
3220
3221 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3222
3223 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3224 (bug#16657).
3225
3226 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3227
3228 * frameset.el (frameset-restore): Delay removing an old frame's
3229 duplicate id until the new frame has been correctly created.
3230
3231 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3232
3233 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3234 (tramp-check-cached-permissions): Call `file-attributes' if the
3235 cache is empty.
3236
3237 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3238 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3239
3240 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3241 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3242 (tramp-gvfs-maybe-open-connection): Set always connection
3243 properties, even if target is mounted already.
3244
3245 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3246 Set tramp-autoload cookie.
3247 (tramp-get-remote-touch): New defun.
3248 (tramp-sh-handle-set-file-times): Use it.
3249 (tramp-sh-handle-directory-files-and-attributes):
3250 Use `tramp-handle-directory-files-and-attributes' if neither stat
3251 nor perl are available on the remote host.
3252
3253 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3254 "/". Write long listing only when "l" belongs to the switches.
3255
3256 * net/trampver.el: Update release number.
3257
3258 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3261
3262 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3263
3264 * window.el (window-state-put): Allow WINDOW to refer to an
3265 internal window (Bug#16793).
3266
3267 2014-02-19 Glenn Morris <rgm@gnu.org>
3268
3269 * textmodes/remember.el: Move provide statement to end.
3270 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3271 (remember-notes): Doc fixes.
3272
3273 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * delsel.el (delete-char): Restore incorrectly erased property
3276 (bug#16795).
3277
3278 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3279
3280 * frameset.el (frameset--restore-frame): When a frame is being reused
3281 and its root window is not alive, delete all the frame's windows before
3282 restoring the window state. This works around the issue in bug#16793.
3283
3284 2014-02-18 Glenn Morris <rgm@gnu.org>
3285
3286 * textmodes/remember.el (remember-data-directory)
3287 (remember-directory-file-name-format, remember-store-in-files)
3288 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3289 (remember-notes-save-and-bury-buffer)
3290 (remember-notes--kill-buffer-query): Doc fixes.
3291
3292 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3293
3294 2014-02-17 Alan Mackenzie <acm@muc.de>
3295
3296 Connect electric-indent-mode up with CC Mode. Bug #15478.
3297 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3298 to electric-indent-{,local-}-mode.
3299 (c-basic-common-init): Set electric-indent-inhibit.
3300 Initialise c-electric-flag from electric-indent-mode.
3301 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3302 New hook functions which propagate electric-indent-mode to CC mode.
3303
3304 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3305 hit, toggle electric-indent-local-mode.
3306
3307 * electric.el (electric-indent-mode-has-been-called):
3308 New variable.
3309
3310 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * frameset.el (frameset-cfg-id): New function.
3313 (frameset--reuse-frame, frameset-restore): Use it.
3314 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3315
3316 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * ido.el (ido-file-internal): Remove unused var `d'.
3319 Use \` for to match BoS. Fit within 80n columns.
3320
3321 2014-02-17 Daniel Colascione <dancol@dancol.org>
3322
3323 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3324 dbus-call-method check for completion using a busy-wait loop with
3325 gradual backoff.
3326
3327 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3328
3329 Sync with Tramp 2.2.9.
3330
3331 * net/trampver.el: Update release number.
3332
3333 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3334
3335 * ido.el (ido-file-internal): Don't add the name of an existing
3336 directory twice. (Bug#16747)
3337
3338 2014-02-16 Glenn Morris <rgm@gnu.org>
3339
3340 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3341 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3342
3343 2014-02-15 Michael R. Mauger <michael@mauger.com>
3344
3345 * progmodes/sql.el: Version 3.4
3346 (sql-oracle-options): New default value ("-L").
3347 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3348 (sql-placeholders-filter): Correct placeholder pattern.
3349 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3350 (sql-login-delay): New variable.
3351 (sql-product-interactive): Use it.
3352
3353 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3354
3355 * frameset.el (frameset--jump-to-register): Check that buffer is live
3356 (bug#16749).
3357
3358 2014-02-15 Glenn Morris <rgm@gnu.org>
3359
3360 * info.el (info-initialize): Revert 2014-01-10 change.
3361
3362 2014-02-14 Glenn Morris <rgm@gnu.org>
3363
3364 * replace.el (map-query-replace-regexp)
3365 (read-regexp-defaults-function, read-regexp): Doc fixes.
3366
3367 * dired.el (dired-read-regexp):
3368 * faces.el (list-faces-display):
3369 * misearch.el (multi-isearch-read-matching-buffers)
3370 (multi-isearch-read-matching-files):
3371 * play/cookie1.el (cookie-apropos):
3372 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3373
3374 * textmodes/remember.el (remember): Use frameset-to-register
3375 rather than frame-configuration-to-register.
3376
3377 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3378
3379 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3380 incorrect keybinding.
3381
3382 2014-02-13 Daniel Colascione <dancol@dancol.org>
3383
3384 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3385 when adding overlays so that line numbers from compiler match line
3386 numbers we use.
3387
3388 2014-02-13 Glenn Morris <rgm@gnu.org>
3389
3390 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3391
3392 * jit-lock.el (jit-lock-mode): Doc fix.
3393
3394 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * apropos.el (apropos-read-pattern): When the user passes an empty
3397 string, give a more helpful error message than "Wrong type
3398 argument: stringp, nil".
3399
3400 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3403
3404 2014-02-13 Glenn Morris <rgm@gnu.org>
3405
3406 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3407
3408 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3411 shift-select commands.
3412
3413 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3414
3415 * progmodes/js.el (js-indent-line): Don't widen.
3416 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3417
3418 2014-02-12 Glenn Morris <rgm@gnu.org>
3419
3420 * icomplete.el (icomplete): Add info-link to defgroup.
3421 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3422 (icomplete-minibuffer-map, icomplete-mode)
3423 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3424
3425 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3426 (package-menu-filter): Rename from package-menu-filter-interactive.
3427 Doc fix.
3428
3429 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3430
3431 * frameset.el (frameset--jump-to-register): Select the required
3432 window and buffer before restoring position (bug#16696).
3433
3434 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3435
3436 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3437
3438 2014-02-10 Glenn Morris <rgm@gnu.org>
3439
3440 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3441
3442 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3443
3444 * w32-common-fns.el (x-get-selection): Doc fix.
3445 * select.el (x-get-selection): Doc fix. (Bug#15109)
3446
3447 * face-remap.el (face-remap-add-relative)
3448 (face-remap-remove-relative, face-remap-reset-base)
3449 (face-remap-set-base): Call force-mode-line-update to redisplay
3450 the current buffer due to potential change in faces. (Bug#16709)
3451
3452 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3455 script more robustly.
3456
3457 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3458
3459 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3460
3461 * simple.el (choose-completion): Doc fix (bug#14160).
3462
3463 * subr.el (event-start): Say what a nil EVENT value means.
3464
3465 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3466 (bug#14197).
3467
3468 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3469
3470 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3471
3472 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3473
3474 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3475 predicate function (bug#15455).
3476
3477 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3478
3479 * ielm.el (inferior-emacs-lisp-mode): Instead of
3480 `comment-use-global-state', set `comment-use-syntax'.
3481
3482 2014-02-10 Glenn Morris <rgm@gnu.org>
3483
3484 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3485
3486 2014-02-09 Alan Mackenzie <acm@muc.de>
3487
3488 Fix c-invalidate-state-cache on narrowed buffers.
3489 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3490 Widen when setting and clearing the CPP delimiter properties.
3491
3492 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3493
3494 * help.el (describe-bindings): Doc fix (bug#9888).
3495
3496 * files.el (save-buffer): Use ARG as the parameter name for
3497 consistency (bug#10346).
3498 (save-buffer): Clarify the 0 argument (bug#10346).
3499
3500 * cus-edit.el (customize-apropos): Fix error string.
3501 (custom-buffer-create): Doc fix (bug#11122).
3502 (custom-sort-items): Doc fix (bug#11121).
3503
3504 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3505
3506 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3507 (icomplete-simple-completing-p): Mention the previous variable.
3508
3509 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3510 meaning of the parameter (bug#12282).
3511
3512 * files.el (find-file-noselect): Clarify prompt when changing
3513 readedness (bug#13261).
3514 (locate-file): Suffixes aren't returned, so don't say that they
3515 are (bug#12674).
3516 (backup-inhibited): Doc clarification (bug#12525).
3517
3518 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3519 before we actually start to delete things (bug#16331).
3520
3521 * subr.el (event-start): Doc fix (bug#14228).
3522 (event-end): Ditto.
3523
3524 2014-02-09 Glenn Morris <rgm@gnu.org>
3525
3526 * emacs-lisp/warnings.el (lwarn):
3527 Empower help-enable-auto-load. (Bug#15940)
3528
3529 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3530
3531 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3532 (Bug#16690)
3533
3534 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3537 Insert output at end of buffer. (Bug#16120)
3538
3539 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3540
3541 * simple.el (choose-completion-string-functions): Document new
3542 calling convention (bug#14153).
3543 (execute-extended-command): Clarify doc string (bug#13373).
3544
3545 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3546
3547 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3548 (find-grep-dired): Doc fix (bug#14288).
3549
3550 2014-02-08 Juri Linkov <juri@jurta.org>
3551
3552 * isearch.el (isearch-quote-char): Check character validity
3553 like in `quoted-insert' (bug#16677).
3554
3555 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3556
3557 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3558
3559 * isearch.el (isearch-hide-immediately): Doc clarification
3560 (bug#14723).
3561
3562 * simple.el (line-move): Document utility function used many
3563 places in the Emacs sources (bug#14843).
3564
3565 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3566 (dired-prev-marked-file): Doc fix (bug#14855).
3567 (dired-up-directory): Doc fix (bug#14848).
3568
3569 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3570
3571 * files.el (file-relative-name): Doc fix (bug#15159).
3572
3573 * fringe.el (fringe-styles): Doc fix (bug#15239).
3574
3575 * isearch.el (isearch-filter-predicate): Documentation typo fix
3576 (bug#15474).
3577
3578 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3579
3580 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3581
3582 * replace.el (replace-match-maybe-edit): Doc clarification
3583 (bug#15632).
3584
3585 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3586
3587 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3588
3589 2014-02-08 Glenn Morris <rgm@gnu.org>
3590
3591 * help-fns.el (describe-variable):
3592 Check {file,dir}-local-variables-alist, and buffer-file-name,
3593 in the correct buffer.
3594
3595 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3596
3597 * help-fns.el (describe-variable): Fix the case where
3598 a value is directory-local with no dir-locals file. (Bug#16635)
3599
3600 2014-02-08 Glenn Morris <rgm@gnu.org>
3601
3602 * abbrev.el (edit-abbrevs-mode):
3603 Derive from fundamental-mode. (Bug#16682)
3604
3605 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * simple.el (quoted-insert): Check character validity (bug#16677).
3608
3609 2014-02-07 Juri Linkov <juri@jurta.org>
3610
3611 * desktop.el (desktop-read): Claim the lock when the owner is not
3612 the current process. (Bug#16157)
3613
3614 2014-02-07 Juri Linkov <juri@jurta.org>
3615
3616 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3617 to "\\` ". (Bug#16651)
3618
3619 2014-02-07 Juri Linkov <juri@jurta.org>
3620
3621 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3622 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3623 (desktop-auto-save-cancel-timer): New function with some code from
3624 `desktop-auto-save-set-timer'.
3625 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3626 Instead of setting `desktop-save-mode' to nil, call
3627 `desktop-save-mode' with arg 0. (Bug#16630)
3628
3629 2014-02-07 Glenn Morris <rgm@gnu.org>
3630
3631 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3632 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3633 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3634
3635 * obsolete/iswitchb.el: Move to obsolete/.
3636 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3637 since obsolete/ is not scanned for autoloads.
3638 * emacs-lisp/authors.el (authors-valid-file-names):
3639 Add iswitchb.el.
3640
3641 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3642 Disable now non-functional find-file-hook.
3643
3644 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3645
3646 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3647 instead of ";" in order to avoid additional prompts. Let heredoc
3648 scripts read from tty. (Bug#16582)
3649 (tramp-send-command): No special handling of heredocs, it isn't
3650 necessary anymore.
3651
3652 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3655 with a space (bug#16664). Limit the symbols considered to the ones
3656 that are bound or fbound (bug#16646).
3657
3658 2014-02-06 Glenn Morris <rgm@gnu.org>
3659
3660 * epa.el (epa-mail-aliases): Doc fix.
3661
3662 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3663
3664 * emacs-lisp/lisp.el (lisp-completion-at-point):
3665 Use `completion-table-merge' instead of `completion-table-in-turn'
3666 (bug#16604).
3667
3668 * minibuffer.el (completion-table-merge): New function.
3669
3670 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3671
3672 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3673 (tramp-sh-handle-set-file-acl)
3674 (tramp-sh-handle-start-file-process)
3675 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3676 (tramp-find-executable, tramp-send-command): Use it.
3677
3678 2014-02-05 Glenn Morris <rgm@gnu.org>
3679
3680 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3681
3682 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3683
3684 * progmodes/python.el (python-shell-send-string)
3685 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3686
3687 2014-02-04 Anders Lindgren <andlind@gmail.com>
3688
3689 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3690 the names (bug#16620).
3691
3692 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3693
3694 * faces.el (window-divider): New default value. Rewrite doc-string.
3695 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3696
3697 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3698
3699 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3700 `protected' and `public' can also be called without arguments.
3701
3702 2014-02-03 Glenn Morris <rgm@gnu.org>
3703
3704 * register.el (window-configuration-to-register)
3705 (frame-configuration-to-register): Unadvertise unused argument.
3706 * frameset.el (frameset-to-register): Remove unused argument.
3707
3708 * frameset.el (frameset-to-register):
3709 * kmacro.el (kmacro-to-register):
3710 * register.el (increment-register):
3711 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3712 (calc-append-to-register, calc-prepend-to-register):
3713 * play/gametree.el (gametree-layout-to-register)
3714 (gametree-apply-register-layout):
3715 * textmodes/picture.el (picture-clear-rectangle-to-register)
3716 (picture-yank-rectangle-from-register):
3717 * vc/emerge.el (emerge-combine-versions-register):
3718 Use register-read-with-preview to read registers.
3719
3720 2014-02-03 João Távora <joaotavora@gmail.com>
3721
3722 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3723 when at beginning of (possibly narrowed) buffer.
3724
3725 2014-02-02 Daniel Colascione <dancol@dancol.org>
3726
3727 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3728 Also try to display local help from just before point.
3729
3730 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3731
3732 c-parse-state. Don't "append-lower-brace-pair" in certain
3733 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3734 recognised as a comment.
3735
3736 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3737 as well as normal comment starter.
3738 (c-parse-state-get-strategy): Extra return possibility
3739 'back-and-forward.
3740 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3741 return value list to indicate replacement of a brace-pair cons
3742 with its car.
3743 (c-parse-state-1): With 'back-and-forward, only call
3744 c-append-lower-brace-pair-to state-cache when cons-separated.
3745
3746 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3747
3748 * term/ns-win.el (ns-suspend-error): New function.
3749 (ns-initialize-window-system): Add ns-suspend-error to
3750 suspend-hook (Bug#16612).
3751
3752 2014-02-02 Daniel Colascione <dancol@dancol.org>
3753
3754 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3755 Make loading cc-mode silent.
3756
3757 2014-02-02 Daniel Colascione <dancol@dancol.org>
3758
3759 * comint.el (comint-prompt-read-only): Change doc to suggest
3760 remap keybinding.
3761
3762 2014-02-02 Glenn Morris <rgm@gnu.org>
3763
3764 * register.el (register-read-with-preview, point-to-register)
3765 (window-configuration-to-register, frame-configuration-to-register)
3766 (jump-to-register, number-to-register, view-register, insert-register)
3767 (copy-to-register, append-to-register, prepend-to-register)
3768 (copy-rectangle-to-register): Doc fixes.
3769
3770 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3773 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3774 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3775 * help-fns.el (describe-function-1): Use it.
3776
3777 2014-02-02 Glenn Morris <rgm@gnu.org>
3778
3779 * register.el (register-preview-default): New function,
3780 split from register-preview.
3781 (register-preview-function): Rename from register-preview-functions,
3782 make it not a hook.
3783 (register-preview): Use register-preview-function.
3784 (register-read-with-preview): Error on non-character event. (Bug#16595)
3785
3786 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3787
3788 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3789 `:' before binary operators (bug#16609). Don't check for `:'
3790 before `[' and `(', or their syntax status. A percent literal
3791 can't end with either.
3792 (ruby-font-lock-keywords): For built-ins that require arguments,
3793 check that they're followed by something that looks like argument
3794 (bug#16610).
3795
3796 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3797
3798 * subr.el (butlast): Document what an omitted N means (bug#13437).
3799 (nbutlast): Ditto.
3800
3801 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3802
3803 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3804 depth shallower (bug#16587).
3805 (shr-tag-svg): Respect `shr-inhibit-images'.
3806 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3807
3808 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3809
3810 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3811 (ruby-smie-grammar): Make "." right-associative. Make its priority
3812 lower than the ternary and all binary operators.
3813 (ruby-smie-rules): Indent "(" relative to the first non-"."
3814 parent, or the first "." parent at indentation.
3815 Use `ruby-align-chained-calls' for indentation of "." tokens.
3816 (Bug#16593)
3817
3818 2014-01-31 Juri Linkov <juri@jurta.org>
3819
3820 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3821 from `make-hash-table'.
3822
3823 * textmodes/ispell.el (ispell-init-process): Change message format
3824 to be consistent with other messages.
3825
3826 2014-01-31 Glenn Morris <rgm@gnu.org>
3827
3828 * delsel.el (delete-selection-mode): Doc fix.
3829
3830 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3831 (trace-function-background): Doc fixes.
3832
3833 * ido.el (ido-use-virtual-buffers): Doc fix.
3834 Reset :version, since the default value has not changed.
3835
3836 * register.el (register-preview-delay, register-read-with-preview):
3837 Doc fixes.
3838
3839 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3840 do not mess with mail-buffer position (fixes 2009-11-03 change).
3841 * progmodes/cc-mode.el (c-submit-bug-report):
3842 Check auto-fill-mode is bound. (Bug#16592)
3843
3844 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3845
3846 * startup.el (fancy-splash-image-file): New function,
3847 split from fancy-splash-head.
3848 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3849 so that we are both using the same image. (Bug#16574)
3850
3851 2014-01-30 Glenn Morris <rgm@gnu.org>
3852
3853 * simple.el (eval-expression): Doc fix.
3854
3855 * hexl.el (hexl-mode-hook):
3856 * ielm.el (ielm-mode-hook):
3857 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3858 (lisp-interaction-mode-hook):
3859 * progmodes/cfengine.el (cfengine3-documentation-function):
3860 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3861
3862 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3865 is a symbol (bug#16584).
3866
3867 2014-01-30 Glenn Morris <rgm@gnu.org>
3868
3869 * help.el (help-for-help-internal): Add "P" to text.
3870
3871 2014-01-29 Glenn Morris <rgm@gnu.org>
3872
3873 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3874
3875 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3876
3877 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3878 height constraints.
3879
3880 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3881
3882 * progmodes/hideif.el: Extend to full CPP expression syntax.
3883 (hif-token-alist): Add missing tokens.
3884 (hif-token-regexp): Add support for float/octal/hex immediates.
3885 (hif-string-literal-regexp): New const.
3886 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3887 (hif-exprlist): New function.
3888 (hif-parse-if-exp): Use it.
3889 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3890 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3891 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3892 (hif-logxor, hif-comma): New functions.
3893
3894 2014-01-28 Glenn Morris <rgm@gnu.org>
3895
3896 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3897
3898 * indent.el (tab-stop-list): Doc fix. Add :version.
3899
3900 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3901 (cvs-append-to-ignore): Add compatibility alias.
3902
3903 2014-01-27 Glenn Morris <rgm@gnu.org>
3904
3905 * dired.el (dired-hide-details-mode): Don't autoload it,
3906 since it cannot be used outside Dired buffers anyway.
3907
3908 * emulation/cua-base.el (cua-mode): Doc fix.
3909
3910 * dired.el (dired-hide-details-hide-symlink-targets)
3911 (dired-hide-details-hide-information-lines)
3912 (dired-hide-details-mode): Doc fixes.
3913
3914 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3915 * strokes.el (strokes-file): Doc fix. Bump :version.
3916 (strokes-help): Doc fix.
3917 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3918 * emulation/viper.el (viper): Doc fix for custom group.
3919 (top-level): Remove oh-so-no-longer-relevant text about vip.
3920 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3921
3922 * ido.el (ido-save-directory-list-file):
3923 * saveplace.el (save-place-file):
3924 * calendar/timeclock.el (timeclock-file):
3925 * net/quickurl.el (quickurl-url-file):
3926 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3927 * progmodes/idlwave.el (idlwave-config-directory):
3928 * textmodes/remember.el (remember-data-file):
3929 Bump :version.
3930
3931 2014-01-26 Glenn Morris <rgm@gnu.org>
3932
3933 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3934 Doc fix. Make obsolete.
3935 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3936
3937 * sort.el (delete-duplicate-lines): Doc fix.
3938
3939 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3940
3941 * progmodes/ada-mode.el (ada):
3942 * woman.el (woman): Link to info manual and Commentary section.
3943
3944 * progmodes/flymake.el (flymake):
3945 * nxml/nxml-mode.el (nxml):
3946 * net/eww.el (eww):
3947 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3948 * htmlfontify.el (htmlfontify):
3949 * ses.el (ses):
3950 * epa.el (epa):
3951 * ido.el (ido): Link to info manual.
3952
3953 2014-01-25 Leo Liu <sdl.web@gmail.com>
3954
3955 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3956
3957 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3958
3959 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3960 (bug#16537).
3961
3962 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3963
3964 * net/eww.el (eww-download-callback):
3965 Fix reference to eww-download-directory.
3966
3967 * emacs-lisp/bytecomp.el (byte-compile-file):
3968 Remove unused local variable `file-name'.
3969
3970 2014-01-24 Glenn Morris <rgm@gnu.org>
3971
3972 * woman.el (woman-default-faces, woman-monochrome-faces):
3973 Fix obsolescence specification.
3974
3975 * subr.el (with-demoted-errors): Doc fix.
3976
3977 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3980 (cl--macroexp-fboundp): New function.
3981 (cl--make-type-test): Use it.
3982
3983 2014-01-23 Glenn Morris <rgm@gnu.org>
3984
3985 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3986 * simple.el (eval-expression): Doc fixes.
3987
3988 2014-01-22 Glenn Morris <rgm@gnu.org>
3989
3990 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3991
3992 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * emacs-lisp/package.el: Write files silently.
3995 (package-autoload-ensure-default-file, package--write-file-no-coding)
3996 (package-generate-description-file, package--download-one-archive)
3997 (package-install-from-archive): Tell `write-region' to stay quiet.
3998 (package-menu-mode, package-menu--print-info): Omit the Archive column
3999 if there's only one archive.
4000 (package-all-keywords, package--has-keyword-p): Remove dead code.
4001
4002 2014-01-22 Glenn Morris <rgm@gnu.org>
4003
4004 * version.el (emacs-bzr-version-bzr): Fix typo.
4005
4006 * version.el (emacs-repository-get-version):
4007 Check either .bzr or .git, but not both.
4008 Make the git case actually use the DIR argument, and return nil
4009 rather than the empty string.
4010 Avoid error if .git exists but the git executable is not found.
4011
4012 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4013
4014 Fixes in window size functions around Bug#16430 and Bug#16470.
4015 * window.el (window-total-size, window-size): New argument ROUND.
4016 (window--min-delta-1, window-min-delta, window--max-delta-1):
4017 Be more conservative when calculating the numbers of lines or
4018 columns a window can shrink (Bug#16430).
4019 (fit-window-to-buffer): Simplify code.
4020 * term.el (term-window-width): Call window-body-width again.
4021
4022 2014-01-22 Glenn Morris <rgm@gnu.org>
4023
4024 * image.el (image-format-suffixes): Doc fix.
4025
4026 * international/quail.el (quail-define-package): Doc fix.
4027
4028 * emacs-lisp/authors.el (authors-valid-file-names)
4029 (authors-renamed-files-alist): Additions.
4030
4031 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4032 reverts 2014-01-09 change. (Bug#16422)
4033
4034 * calc/calc-embed.el (thing-at-point-looking-at):
4035 * emacs-lisp/map-ynp.el (x-popup-dialog):
4036 * obsolete/lmenu.el (x-popup-dialog):
4037 * emacs-lisp/package.el (url-recreate-url):
4038 * mail/mailclient.el (clipboard-kill-ring-save):
4039 * subr.el (x-popup-dialog): Update declaration.
4040 * mail/rmail.el (rmail-mime-message-p):
4041 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4042
4043 2014-01-21 Daniel Colascione <dancol@dancol.org>
4044
4045 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4046 Correctly detect when we're inside an arithmetic expansion form
4047 containing nested parenthesis.
4048 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4049 to detect cases where we shouldn't expand "<<" to a heredoc
4050 skeleton.
4051
4052 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4055 (eldoc--message-command-p): New function.
4056 (eldoc-display-message-p): Use it.
4057 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4058 message is not automatically erased for us.
4059 (eldoc-print-current-symbol-info): Erase previous message, if any.
4060
4061 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4062
4063 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4064 specify it's an interactive function.
4065
4066 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4067 Fix regex used for scanning for citation keys which failed for
4068 citations with optional arguments.
4069
4070 2014-01-21 Leo Liu <sdl.web@gmail.com>
4071
4072 * simple.el (read--expression): Don't enable eldoc-mode.
4073
4074 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * simple.el (move-beginning-of-line): Make sure we don't move forward
4077 (bug#16497).
4078
4079 2014-01-20 Juri Linkov <juri@jurta.org>
4080
4081 * saveplace.el (toggle-save-place, save-place-to-alist)
4082 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4083 'dired-mode) before checking for dired-directory. (Bug#16477)
4084
4085 2014-01-20 Juri Linkov <juri@jurta.org>
4086
4087 * indent.el (indent-line-to): Use backward-to-indentation
4088 instead of back-to-indentation. (Bug#16461)
4089
4090 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4091
4092 Revert some of the CANNOT_DUMP fix (Bug#16494).
4093 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4094 but fixing this can wait until after the next release.
4095 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4096
4097 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4098
4099 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4100 Use `password-word-equivalents'.
4101 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4102 to t. (Bug#5664, Bug#13124)
4103
4104 2014-01-19 Alan Mackenzie <acm@muc.de>
4105
4106 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4107 points.
4108 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4109 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4110 * progmodes/cc-mode.el (c-before-change, c-after-change)
4111 (c-font-lock-fontify-region): Bind it here.
4112
4113 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4114
4115 * term.el (term-window-width): Call window-text-width instead of
4116 window-width (Bug#16470).
4117
4118 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4119
4120 * simple.el (password-word-equivalents): Remove duplicates.
4121 Sort, to make this easier next time.
4122 Downcase. Omit ": " after "jelszó".
4123
4124 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4125
4126 * term/common-win.el (saved-region-selection): Defvar it.
4127 (x-select-text): Set saved-region-selection (Bug#16382).
4128
4129 2014-01-18 Glenn Morris <rgm@gnu.org>
4130
4131 * emacs-lisp/authors.el (authors-aliases)
4132 (authors-renamed-files-alist): Add some entries.
4133
4134 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * net/tramp.el (tramp-password-prompt-regexp):
4137 Use `password-word-equivalents' if available.
4138 (tramp-action-password, tramp-process-one-action)
4139 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4140
4141 2014-01-17 Chong Yidong <cyd@gnu.org>
4142
4143 * simple.el (password-word-equivalents): New defcustom.
4144 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4145 to 24.4.
4146 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4147 to t. (Bug#13124)
4148
4149 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4150
4151 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4152 (ruby-align-to-stmt-keywords): Change the default value.
4153 Use `ruby-alignable-keywords' to generate the possible customization
4154 choices.
4155 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4156 keywords, check against the value of `ruby-alignable-keywords'
4157 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4158
4159 2014-01-17 Glenn Morris <rgm@gnu.org>
4160
4161 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4162
4163 Make M-x authors return zero *Authors Errors* from current logs.
4164 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4165 (authors-ignored-files): Add some entries, remove others.
4166 (authors-ambiguous-files, authors-valid-file-names):
4167 Add some entries.
4168 (authors-renamed-files-alist): Add, remove, and adjust entries.
4169 (authors-renamed-files-regexps): Add some entries.
4170 Remove some very broad ones. Make some entries `lax'.
4171 (authors-lax-changelogs): New constant.
4172 (authors-disambiguate-file-name): Treat top-level specially.
4173 (authors-lax-changelog-p): New function.
4174 (authors-canonical-file-name): Check file as written against
4175 authors-valid-file-names. Do not special-case etc/.
4176 Handle `lax' logs and authors-renamed-files-regexps elements.
4177
4178 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4179
4180 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4181 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4182 callers.
4183
4184 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4187 Assume we're already in the proper buffer.
4188 Inspired by Anders Lindgren <andlind@gmail.com>.
4189 (follow-post-command-hook): Call it from the right buffer.
4190 (follow-comint-scroll-to-bottom): Adjust call.
4191 (follow-all-followers): Use get-buffer-window-list.
4192
4193 2014-01-15 Daniel Colascione <dancol@dancol.org>
4194
4195 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4196 `buffer-file-name' in interactive-form so that we don't leave
4197 pathless file names in `file-name-history'.
4198
4199 2014-01-15 Juri Linkov <juri@jurta.org>
4200
4201 * indent.el (indent-rigidly): Set deactivate-mark to nil
4202 in transient indentation mode. (Bug#16438)
4203
4204 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4205
4206 * emacs-lisp/package.el (package-desc-keywords): New function
4207 (Bug#16222).
4208 (describe-package-1, package-all-keywords)
4209 (package--has-keyword-p): Use it.
4210
4211 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4212
4213 * simple.el (define-alternatives): When creating the
4214 COMMAND-alternatives variable, assign COMMAND as its definition
4215 name so that `describe-variable' can relocate it.
4216
4217 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4218
4219 * font-lock.el (font-lock-keywords): Fix typo in docstring
4220 (bug#16307).
4221
4222 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4223
4224 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
4225 line instead of wrongly reset `add-coment' (bug#13577).
4226
4227 2014-01-14 Daiki Ueno <ueno@gnu.org>
4228
4229 * epa-file.el (epa-file-write-region): Encode the region according
4230 to `buffer-file-format'. Problem reported at:
4231 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4232
4233 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4236 so it applies in the right buffer (bug#16410).
4237
4238 2014-01-13 Daniel Colascione <dancol@dancol.org>
4239
4240 * textmodes/rst.el (rst-define-key): Provide deprecated
4241 keybindings through named functions instead of anonymous ones so
4242 that "??" doesn't appear in describe-mode output.
4243
4244 2014-01-13 Bastien Guerry <bzg@gnu.org>
4245
4246 * simple.el (define-alternatives): Call the selected command
4247 interactively. When setting `COMMAND--implementation' for the
4248 first time, tell the user how to chose another implementation.
4249 Enhance the docstring.
4250
4251 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4254 (log-edit--match-first-line): New function.
4255 (log-edit-font-lock-keywords): Use it.
4256 (log-edit-mode): Make jit-lock-defer-multiline work.
4257
4258 2014-01-13 Bastien Guerry <bzg@gnu.org>
4259
4260 * rect.el (rectangle-mark-mode): When the region is not active,
4261 display a message saying that the mark as been set and that
4262 rectangle mode is in use.
4263 (rectangle--highlight-for-redisplay): Only put an overlay with a
4264 visible vertical bar when (display-graphic-p) is non-nil.
4265 This partially fixes Bug#16403.
4266
4267 2014-01-13 Juri Linkov <juri@jurta.org>
4268
4269 * info.el (Info-find-file): Go to DIR before displaying the error
4270 about a nonexistent file if no previous Info file is visited.
4271 Use `user-error' instead of `error' for "Info file %s does not exist".
4272 (Info-find-node-2): In case of a nonexistent node in unwind forms
4273 go to the Top node if there is no previous node to revert to.
4274 (Bug#16405)
4275
4276 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4277
4278 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4279 * window.el (fit-frame-to-buffer): Fix doc-string.
4280 Respect window-min-height/-width. Fit pixelwise when
4281 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4282 when avoiding that frame goes partially off-screen.
4283 (fit-window-to-buffer): Respect window-min-height/-width
4284 (Bug#14096).
4285
4286 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4289 after an empty line.
4290
4291 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * net/shr.el (shr-render-region): Autoload.
4294
4295 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4296
4297 * net/eww.el (eww-download-directory): Rename from
4298 `eww-download-path' (Bug#16419).
4299
4300 2014-01-12 Leo Liu <sdl.web@gmail.com>
4301
4302 * dired-x.el (dired-mode-map): Fix last change.
4303
4304 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4305
4306 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4307
4308 Spelling fixes.
4309 * emacs-lisp/generic.el (generic--normalize-comments):
4310 Rename from generic--normalise-comments. All uses changed.
4311 * play/bubbles.el (bubbles--neighborhood-score)
4312 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4313 (bubbles--neighborhood-available)
4314 (bubbles--update-neighborhood-score):
4315 Rename from names with 'neighbourhood'. All uses changed.
4316
4317 2014-01-12 Leo Liu <sdl.web@gmail.com>
4318
4319 Re-implement the feature of showing eldoc info after editing.
4320 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4321 (eldoc-edit-message-commands): New function.
4322 (eldoc-print-after-edit): New variable.
4323 (eldoc-pre-command-refresh-echo-area): Emit message only by
4324 eldoc-message-commands.
4325 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4326 if eldoc-print-after-edit is set. (Bug#16346)
4327 * simple.el (read--expression): Enable eldoc-mode.
4328 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4329
4330 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4331 Eric S. Raymond <esr@thyrsus.com>
4332
4333 * version.el (emacs-repository-get-version): Enhance so the
4334 function works correctly in either a Bazaar or Git repo.
4335
4336 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4337
4338 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4339 Goes with removal of the joke manpages from /etc.
4340
4341 2014-01-10 Kenichi Handa <handa@gnu.org>
4342
4343 * mail/rmail.el (rmail-get-coding-system):
4344 Check rmail-get-coding-function before "funcall"ing it.
4345
4346 2014-01-10 Glenn Morris <rgm@gnu.org>
4347
4348 * emacs-lisp/authors.el (authors-fixed-entries):
4349 Update for files that no longer exist.
4350
4351 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4352
4353 * version.el (emacs-bzr-get-version): Restore compatibilty with
4354 24.3 (Tested).
4355
4356 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4357
4358 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4359 and Podfile.
4360
4361 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4362
4363 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4364
4365 2014-01-10 Chong Yidong <cyd@gnu.org>
4366
4367 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4368
4369 2014-01-10 Anders Lindgren <andlind@gmail.com>
4370
4371 * follow.el (follow-cache-command-list): Include right-char and
4372 left-char.
4373
4374 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4375
4376 Spelling fixes.
4377 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4378 * woman.el (woman-mark-horizontal-position):
4379 Rename from woman-mark-horizonal-position. Use changed.
4380
4381 2014-01-10 Glenn Morris <rgm@gnu.org>
4382
4383 * info.el (info-initialize): If running uninstalled, ensure our
4384 own info files are always found first, even if INFOPATH is set.
4385
4386 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4387
4388 2014-01-09 David Engster <deng@randomsample.de>
4389
4390 * emacs-lisp/eieio-custom.el:
4391 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4392 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4393 * emacs-lisp/eieio.el: Regenerate autoloads.
4394
4395 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4396
4397 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4398 following renames. (Bug#8756)
4399
4400 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4403 (bug#16382).
4404 (activate-mark): Add `no-tmm' argument.
4405 (set-mark, push-mark-command): Use it instead of running
4406 activate-mark-hook by hand.
4407
4408 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4409
4410 In preparation for the move to git, sanitize out some
4411 Bazaar-specific names.
4412
4413 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4414
4415 * version.el (emacs-bzr-version): Name changed to
4416 emacs-repository-version. Obsolete-variable alias made.
4417 * loadup.el: Follow through on this name change.
4418 * mail/emacsbug.el (report-emacs-bug): Factor out any
4419 assumption about the version control system in use.
4420
4421 2014-01-08 David Engster <deng@randomsample.de>
4422
4423 * help-fns.el (help-fns-describe-function-functions):
4424 New variable to call functions for augmenting help buffers.
4425 (describe-function-1): Remove explicit calls to
4426 `help-fns--compiler-macro', `help-fns--parent-mode' and
4427 `help-fns--obsolete'. Put them in above new variable instead, and
4428 call them through `run-hook-with-args'.
4429 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4430 `eieio-describe-class'. Not meant for interactive use anymore,
4431 but to augment existing help buffers. Remove optional second
4432 argument. Create proper button for file location.
4433 Rewrite function to use `insert' instead of `princ' and `prin1' where
4434 possible.
4435 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4436 (eieio-method-def, eieio-class-def): Move further up.
4437 (describe-method, describe-generic, eieio-describe-method):
4438 Remove aliases.
4439 (eieio-help-constructor, eieio-help-generic): Rename from
4440 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4441 Rewrite to use `insert' in the current buffer and use proper help
4442 buttons.
4443 (eieio-help-find-method-definition)
4444 (eieio-help-find-class-definition): Also accept symbols as
4445 arguments.
4446 (eieio-help-mode-augmentation-maybee): Remove.
4447 (eieio-describe-class-sb): Use `describe-function'.
4448 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4449 Add `eieio-help-generic' and `eieio-help-constructor'.
4450
4451 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4452
4453 Spelling fixes.
4454 * language/china-util.el (hz-ascii-designation):
4455 Rename from hz-ascii-designnation.
4456 (hz-ascii-designation): Rename from hz-ascii-designnation.
4457 All uses changed.
4458
4459 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4462 package-alist.
4463
4464 2014-01-08 Bastien Guerry <bzg@gnu.org>
4465
4466 * emacs-lisp/package.el (package-delete):
4467 Correctly delete the package from package-alist.
4468
4469 2014-01-08 Daiki Ueno <ueno@gnu.org>
4470
4471 * emacs-lisp/package.el (url-recreate-url): Declare.
4472 (url-http-target-url): Declare.
4473 (package-handle-response): Include requested URL in the error message.
4474 (package--check-signature): Don't re-signal errors from
4475 package--with-work-buffer. Suggested by Stefan Monnier.
4476
4477 2014-01-07 Bastien Guerry <bzg@gnu.org>
4478
4479 * minibuffer.el (completion--try-word-completion): When both a
4480 hyphen and a space are possible candidates for the character
4481 following a word, display both candidates. (Bug#15980)
4482
4483 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4484
4485 * window.el (balance-windows-2): While rounding don't give a
4486 window more than the remainder. Bug#16351, bug#16383.
4487
4488 2014-01-07 Glenn Morris <rgm@gnu.org>
4489
4490 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4491 (menu-bar-help-menu): Use view-external-packages instead.
4492
4493 2014-01-07 Bastien Guerry <bzg@gnu.org>
4494
4495 * emacs-lisp/package.el (package-delete): Also delete the package
4496 name from `package-alist', not its description only.
4497
4498 2014-01-07 Glenn Morris <rgm@gnu.org>
4499
4500 * help.el (view-external-packages):
4501 * menu-bar.el (menu-bar-help-extra-packages):
4502 Visit efaq.info rather than etc/MORE.STUFF.
4503
4504 2014-01-07 Juri Linkov <juri@jurta.org>
4505
4506 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4507 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4508
4509 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4510 that shadows RET. (Bug#16342)
4511
4512 2014-01-07 Chong Yidong <cyd@gnu.org>
4513
4514 * isearch.el (isearch-yank-char, isearch-yank-word)
4515 (isearch-yank-line): Doc fix.
4516
4517 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4520 * emacs-lisp/elint.el (elint-find-builtins):
4521 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4522 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4523 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4524 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4525 * apropos.el (apropos-safe-documentation):
4526 * subr.el (symbol-file): Remove redundant fboundp.
4527 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4528
4529 2014-01-06 Bastien Guerry <bzg@gnu.org>
4530
4531 * hl-line.el (global-hl-line-overlay): Make a local variable.
4532 (global-hl-line-overlays): New variable to store all overlays.
4533 (global-hl-line-mode): Don't delete overlays from the current
4534 buffer when `global-hl-line-sticky-flag' is non-nil.
4535 (global-hl-line-highlight): Add new overlays to
4536 `global-hl-line-overlays'.
4537 (global-hl-line-unhighlight-all): New function to delete all
4538 overlays when turning off `global-hl-line-mode'.
4539 This fixes Bug#16183.
4540
4541 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * subr.el (set-transient-map): Fix nested case and docstring.
4544
4545 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4546
4547 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4548 `Texinfo' entry.
4549
4550 2014-01-06 Daniel Colascione <dancol@dancol.org>
4551
4552 Fix defun navigation in vc log view.
4553
4554 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4555 like `beginning-of-defun'.
4556 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4557 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4558 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4559 (log-view-extract-comment): Call `log-view-current-entry' directly
4560 instead of relying on broken `log-view-beginning-of-defun' behavior.
4561
4562 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4563
4564 Spelling fixes.
4565 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4566 * emacs-lisp/debug.el (cancel-debug-on-entry):
4567 * epg.el (epg-error-to-string):
4568 * files.el (recover-file):
4569 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4570 * mail/emacsbug.el (report-emacs-bug-hook):
4571 * mail/sendmail.el (mail-recover):
4572 * ses.el (ses-yank-resize):
4573 * term/ns-win.el (ns-print-buffer):
4574 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4575 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4576 All uses changed.
4577 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4578
4579 2014-01-06 Leo Liu <sdl.web@gmail.com>
4580
4581 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4582 to avoid shadowing global key. (Bug#16354)
4583
4584 2014-01-06 Daniel Colascione <dancol@dancol.org>
4585
4586 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4587 rst-mode.
4588
4589 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4590
4591 * window.el (balance-windows): Add mising t to fix Bug#16351.
4592
4593 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4594
4595 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4596 (bug#16285).
4597 (shr-insert): If we have a word that's longer than `shr-width',
4598 break after it anyway. Otherwise we'll do no breaking once we get
4599 such a long word.
4600
4601 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4602
4603 * net/eww.el (eww): Support single/double quote for search.
4604 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4605 (eww-history-quit): Delete and use quit-window.
4606 (eww-history-kill): Delete, because it doesn't work well and
4607 not necessary.
4608 (eww-history-mode-map): Delete some keys and add easy-menu.
4609
4610 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4611
4612 Fix misspelling of 'chinese' in rx (Bug#16237).
4613 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4614 chinese-two-byte.
4615
4616 Change subword regexps back to vars (Bug#16296).
4617 * progmodes/subword.el (subword-forward-regexp)
4618 (subword-backward-regexp): Change these back to variables.
4619
4620 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4623 syntax-begin-function (bug#16247).
4624
4625 2014-01-03 Chong Yidong <cyd@gnu.org>
4626
4627 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4628 (advice--docstring): Delete variable.
4629 (advice--make-1): Leave the docstring empty.
4630 (advice-add): Use function-documentation for advised docstring.
4631
4632 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4633 Ignore function-documentation property when getting documentation.
4634 (ad-activate-advised-definition): Use function-documentation
4635 generate the docstring.
4636 (ad-make-advised-definition): Don't call
4637 ad-make-advised-definition-docstring.
4638 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4639 Delete functions.
4640
4641 * progmodes/sql.el (sql-help): Use function-documentation instead
4642 of dynamic-docstring-function property. No need to autoload now.
4643 (sql--help-docstring): New variable.
4644 (sql--make-help-docstring): Use it.
4645
4646 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * ielm.el (ielm-tab): Retarget.
4649 (ielm-map): Use ielm-tab for tab.
4650 (ielm-complete-filename): Use comint-filename-completion.
4651 (ielm-complete-symbol): Remove.
4652 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4653 remove ielm-tab from completion-at-point-functions (bug#16224).
4654
4655 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4656 Beware signals raised by predicates (bug#16201).
4657
4658 2014-01-02 Richard Stallman <rms@gnu.org>
4659
4660 * dired-aux.el (dired-do-print): Handle printer-name.
4661
4662 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4663 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4664 (rmail-epa-decrypt): Turn off mime processing.
4665
4666 * mail/rmail.el (rmail-make-in-reply-to-field):
4667 Add parens in message-id.
4668
4669 * mail/rmail.el (rmail-get-coding-function): Variable.
4670 (rmail-get-coding-system): Use it.
4671
4672 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4673
4674 * international/mule-conf.el: Unify the charset indian-is13194.
4675 (indian-is13194): Specify unify-map.
4676
4677 2013-12-31 Leo Liu <sdl.web@gmail.com>
4678
4679 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4680
4681 2013-12-30 Daniel Colascione <dancol@dancol.org>
4682
4683 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4684 of printing a useless when we resume from sleep.
4685
4686 * progmodes/sh-script.el
4687 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4688 in indentation code. (Bug#16233)
4689
4690 2013-12-28 João Távora <joaotavora@gmail.com>
4691
4692 * elec-pair.el (electric-pair-post-self-insert-function):
4693 Don't open extra newlines at beginning of buffer. (Bug#16272)
4694
4695 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4696
4697 * frame.el (window-system-for-display): Don't allow to create a
4698 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4699
4700 2013-12-28 Glenn Morris <rgm@gnu.org>
4701
4702 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4703 Update callers.
4704
4705 * apropos.el (apropos-match-face):
4706 * calculator.el (calculator-displayer):
4707 * dabbrev.el (dabbrev-search-these-buffers-only):
4708 * face-remap.el (buffer-face-mode-face):
4709 * simple.el (yank-handled-properties):
4710 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4711 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4712 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4713 (hashcash-double-spend-database):
4714 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4715 (ruby-deep-indent-paren-style):
4716 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4717 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4718 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4719 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4720 Specify custom types.
4721
4722 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4723 * bookmark.el (bookmark-bmenu-use-header-line):
4724 * doc-view.el (doc-view-scale-internally):
4725 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4726 * register.el (register-preview-delay):
4727 * net/shr.el (shr-bullet):
4728 * progmodes/cfengine.el (cfengine-cf-promises)
4729 (cfengine-parameters-indent):
4730 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4731 * textmodes/reftex-vars.el (reftex-label-regexps):
4732 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4733
4734 * net/tls.el (tls-certtool-program): Fix default value.
4735
4736 * desktop.el (desktop-restore-in-current-display):
4737 * newcomment.el (comment-empty-lines):
4738 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4739 (idlwave-pad-keyword):
4740 * progmodes/tcl.el (tcl-tab-always-indent):
4741 * textmodes/reftex-vars.el (reftex-index-default-tag):
4742 * elec-pair.el (electric-pair-skip-whitespace):
4743 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4744
4745 * emacs-lisp/authors.el (authors-ignored-files)
4746 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4747
4748 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4749
4750 * shell.el (shell-dynamic-complete-command): Doc fix.
4751 (shell--command-completion-data): Shell completion now matches
4752 executable filenames from the current buffer's directory, on
4753 systems in which this behavior is the default (windows-nt, ms-dos).
4754
4755 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4756
4757 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4758
4759 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4762 (bug#16251).
4763
4764 * electric.el: Move all electric-pair-* to elec-pair.el.
4765 * elec-pair.el: New file, split from electric.el.
4766
4767 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4768
4769 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4770 indentation level is larger than the width, because that will
4771 infloop.
4772 (shr-insert): Fill repeatedly long texts, so that Japanese is
4773 formatted correctly (bug#16263).
4774 (shr-find-fill-point): Off by one error in comparison with the
4775 indentation.
4776
4777 2013-12-26 João Távora <joaotavora@gmail.com>
4778
4779 * electric.el (electric-pair-mode): More flexible engine for skip-
4780 and inhibit predicates, new options for pairing-related functionality.
4781 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4782 if that keeps or improves their balance in buffers.
4783 (electric-pair-delete-adjacent-pairs): Delete the pair when
4784 backspacing over adjacent matched delimiters.
4785 (electric-pair-open-extra-newline): Open extra newline when
4786 inserting newlines between adjacent matched delimiters.
4787 (electric--sort-post-self-insertion-hook):
4788 Sort post-self-insert-hook according to priority values when
4789 minor-modes are activated.
4790 * simple.el (newline-and-indent): Call newline with interactive
4791 set to t.
4792 (blink-paren-post-self-insert-function): Set priority to 100.
4793 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4794 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4795 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4796 electric-pair-open-newline-between-pairs to nil.
4797
4798 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4799
4800 * progmodes/python.el: Use lexical-binding.
4801 (python-nav-beginning-of-defun): Stop searching ASAP.
4802
4803 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4804
4805 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4806 Fix interactive spec. Doc fix. (Bug#15754)
4807
4808 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4809
4810 * emacs-lisp/byte-run.el (eval-when-compile):
4811 * progmodes/cc-defs.el (cc-eval-when-compile):
4812 Fix edebug spec (bug#16184).
4813
4814 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4815
4816 * net/shr.el (shr-visit-file): Remove debugging function.
4817 (shr-insert): Don't infloop if we can't find a good place to break
4818 the line (bug#16256).
4819
4820 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4821
4822 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4823 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4824 python-nav-lisp-forward-sexp-safe.
4825 (python-nav--forward-sexp): New argument SAFE allows switching
4826 forward sexp movement behavior for parens.
4827 (python-nav-forward-sexp): Throw errors on unterminated parens
4828 (Bug#16191).
4829 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4830 (python-nav-backward-sexp-safe): New functions.
4831 (python-shell-buffer-substring):
4832 Use `python-nav-forward-sexp-safe'.
4833
4834 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4835
4836 * net/shr.el (shr-find-fill-point): Don't break lines before a
4837 quotation mark.
4838 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4839 (shr-find-fill-point): Remove the special checks for the quotation
4840 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4841
4842 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4843
4844 * net/eww.el (eww-form-textarea): Use a different face for
4845 textareas than text input since they have different keymaps
4846 (bug#16142).
4847
4848 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4849
4850 * progmodes/python.el (python-nav-beginning-of-statement):
4851 Speed up (Bug#15295).
4852
4853 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4854
4855 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4856 the window configuration.
4857
4858 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4859
4860 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4861 we run on MS-Windows or MS-DOS.
4862
4863 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4864
4865 * window.el (balance-windows-area): Call window-size instead of
4866 window-height and window-width. Bug#16241.
4867
4868 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4869
4870 * net/eww.el (eww-bookmark-quit): Remove.
4871 (eww-bookmark-browse): Restore the window configuration when you
4872 choose a bookmark (bug#16144).
4873
4874 2013-12-24 Daniel Colascione <dancol@dancol.org>
4875
4876 * icomplete.el: Remove redundant :group arguments to `defcustom'
4877 throughout.
4878 (icomplete-show-matches-on-no-input): New customizable variable.
4879 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4880 we have something to show.
4881 (icomplete-exhibit): Compute completions even if we have no user input.
4882
4883 2013-12-23 Daniel Colascione <dancol@dancol.org>
4884
4885 * icomplete.el: Move `provide' to end of file.
4886
4887 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4888
4889 * net/gnutls.el (gnutls-verify-error): Add version tag.
4890
4891 2013-12-23 Chong Yidong <cyd@gnu.org>
4892
4893 * subr.el (set-transient-map): Rename from
4894 set-temporary-overlay-map. Doc fix.
4895
4896 * face-remap.el (text-scale-adjust):
4897 * indent.el (indent-rigidly):
4898 * kmacro.el (kmacro-call-macro):
4899 * minibuffer.el (minibuffer-force-complete):
4900 * repeat.el (repeat):
4901 * simple.el (universal-argument--mode):
4902 * calendar/todo-mode.el (todo-insert-item--next-param):
4903 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4904
4905 * indent.el (indent-rigidly): Use substitute-command-keys.
4906
4907 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4908
4909 * net/eww.el (eww-tag-select): Add text-property to jump to next
4910 select field.
4911 (eww): Add non-supported ftp error.
4912
4913 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4914
4915 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4916 comments. Handle electric indent after typing `?' and `!'.
4917
4918 2013-12-22 Chong Yidong <cyd@gnu.org>
4919
4920 * faces.el (face-spec-recalc): If the theme specs are not
4921 applicable to a frame, fall back on the defface spec.
4922 This prevents themes from obliterating faces on low-color terminals.
4923
4924 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4925
4926 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4927 after `{'. We need it after block openers, and it doesn't seem
4928 to hurt after hash openers.
4929
4930 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4931
4932 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4933 extracted from `ruby-smie-rules'.
4934 (ruby--electric-indent-chars): New variable.
4935 (ruby--electric-indent-p): New function.
4936 (ruby-mode): Use `electric-indent-functions' instead of
4937 `electric-indent-chars'.
4938
4939 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4940
4941 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4942 docstring.
4943 (ruby-smie-rules): Indent plus one level after `=>'.
4944
4945 2013-12-21 Richard Stallman <rms@gnu.org>
4946
4947 * simple.el (newline): Doc fix.
4948
4949 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4950
4951 * net/eww.el (eww-list-histories, eww-list-histories)
4952 (eww-history-browse, eww-history-quit, eww-history-kill)
4953 (eww-history-mode-map, eww-history-mode): New command and
4954 functions to list browser histories.
4955 (eww-form-text): Support text form with disabled
4956 and readonly attributes.
4957 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4958
4959 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4960
4961 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4962 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4963 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4964 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4965 Use `user-error'.
4966 (eww-bookmark-mode-map): Add menu.
4967 (eww-render, eww-mode): Use `setq-local'.
4968 (eww-tool-bar-map): New variable.
4969 (eww-mode): Set `tool-bar-map'.
4970 (eww-view-source): Check for `html-mode' with `fboundp'.
4971
4972 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
4974 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4975 elements with text inside. Also remove debugging.
4976
4977 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4978
4979 * cus-start.el (all): Add ns-use-srgb-colorspace.
4980
4981 2013-12-21 Chong Yidong <cyd@gnu.org>
4982
4983 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4984 undefined. Thus, theme settings for undefined faces do not take
4985 effect until the faces are defined with defface, the same as with
4986 theme variables.
4987
4988 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4989 (face-spec-reset-face): Don't assign extra properties in temacs.
4990 (face-spec-recalc): Apply X resources too.
4991
4992 2013-12-21 Chong Yidong <cyd@gnu.org>
4993
4994 * faces.el (face-spec-set):
4995 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4996 * custom.el (defface): Doc fixes (Bug#16203).
4997
4998 * indent.el (indent-rigidly-map): Add docstring, and move commands
4999 into named functions.
5000 (indent-rigidly-left, indent-rigidly-right)
5001 (indent-rigidly-left-to-tab-stop)
5002 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5003 indentation direction based on bidi direction, and accumulate
5004 sequential commands in a single undo boundary.
5005 (indent-rigidly--pop-undo): New utility function.
5006
5007 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * faces.el (read-face-name): Require crm.el when using crm-separator.
5010
5011 2013-12-20 Daniel Colascione <dancol@dancol.org>
5012
5013 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5014 so that we don't reflow comments into the shebang line.
5015
5016 2013-12-20 Juri Linkov <juri@jurta.org>
5017
5018 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5019 a position when `dired-directory' is non-nil. Check integer
5020 positions with `integerp'.
5021 (toggle-save-place, save-places-to-alist): Add check for
5022 `dired-directory'.
5023 (save-place-find-file-hook): Check integer positions with
5024 `integerp'.
5025 (save-place-dired-hook): Use `dired-goto-file' when
5026 `dired-filename' is found in the assoc list. Check integer
5027 positions with `integerp'.
5028 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5029
5030 * dired.el (dired-initial-position-hook): Rename back from
5031 `dired-initial-point-hook'.
5032 (dired-initial-position): Rename `dired-initial-point-hook' to
5033 `dired-initial-position-hook'.
5034 (dired-file-name-at-point): Doc fix. (Bug#15329)
5035
5036 2013-12-20 Juri Linkov <juri@jurta.org>
5037
5038 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5039 (read-regexp-suggestions): New function.
5040 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5041 Use `read-regexp-suggestions'. Add non-empty default to history
5042 for empty input.
5043 (occur-read-regexp-defaults-function): Remove function.
5044 (occur-read-primary-args): Use `regexp-history-last' instead of
5045 `occur-read-regexp-defaults-function'.
5046
5047 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5048 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5049 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5050 `hi-lock-read-regexp-defaults-function'. Doc fix.
5051 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5052 with `find-tag-default-as-symbol-regexp'. Doc fix.
5053 (hi-lock-read-regexp-defaults): Remove function.
5054 (hi-lock-regexp-okay): Add check for null.
5055
5056 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5057 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5058
5059 * subr.el (find-tag-default-as-symbol-regexp): New function.
5060 (find-tag-default-as-regexp): Move symbol regexp formatting to
5061 `find-tag-default-as-symbol-regexp'.
5062
5063 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5064
5065 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5066 (Bug#14179)
5067
5068 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5069
5070 * calendar/todo-mode.el: New implementation of item insertion
5071 commands and key bindings.
5072 (todo-key-prompt): New face.
5073 (todo-insert-item): New command.
5074 (todo-insert-item--parameters): New defconst, replacing defvar
5075 todo-insertion-commands-args-genlist.
5076 (todo-insert-item--param-key-alist): New defconst, replacing
5077 defvar todo-insertion-commands-arg-key-list.
5078 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5079 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5080 (todo-insert-item--next-param): New functions.
5081 (todo-insert-item--args, todo-insert-item--argleft)
5082 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5083 New variables.
5084 (todo-key-bindings-t): Change binding of "i" from
5085 todo-insertion-map to todo-insert-item.
5086 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5087 (todo-insertion-command-name, todo-insertion-commands-names)
5088 (todo-define-insertion-command, todo-insertion-commands)
5089 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5090
5091 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5092
5093 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5094 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5095 eval-when-compile.
5096 (todo-move-category): Allow choosing a non-existing todo file to
5097 move the category to, and create that file.
5098 (todo-default-priority): New user option.
5099 (todo-set-item-priority): Use it.
5100 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5101 (desktop-restore-file-buffer): Declare.
5102 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5103 (todo-modes-set-2): Locally set desktop-save-buffer to
5104 todo-desktop-save-buffer.
5105 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5106 (auto-mode-alist): Add autoload cookie.
5107
5108 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5109
5110 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5111 helpers.el was a poor choice of name.
5112 (string-remove-prefix): New function.
5113 (string-remove-suffix): New function.
5114
5115 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5116
5117 Fix assignment for new window total sizes.
5118 * window.el (window--pixel-to-size): Remove function.
5119 (window--pixel-to-total-1, window--pixel-to-total):
5120 Fix calculation of new total sizes.
5121
5122 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5123
5124 * comint.el (comint-output-filter): Fix rear-nonsticky property
5125 placement (Bug#16010).
5126
5127 2013-12-20 Chong Yidong <cyd@gnu.org>
5128
5129 * faces.el (read-color): Minor fix for completion function.
5130
5131 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5132
5133 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5134 New option. (Bug#16182)
5135 (ruby-smie--indent-to-stmt-p): Use it.
5136 (ruby-smie-rules): Revert the logic in the handling of `when'.
5137 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5138 (ruby-deep-arglist, ruby-deep-indent-paren)
5139 (ruby-deep-indent-paren-style): Update docstrings to note that the
5140 vars don't have any effect with SMIE.
5141
5142 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5143
5144 * calc/calc.el (calc-enter, calc-pop): Use the variable
5145 `calc-context-sensitive-enter'.
5146
5147 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5148
5149 * net/shr.el (shr-insert): Protect against infloops in degenerate
5150 tables.
5151
5152 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5153
5154 * progmodes/octave.el (octave): Add link to manual and octave
5155 homepage.
5156 (octave-mode-menu): Link to octave-mode manual.
5157
5158 2013-12-20 Leo Liu <sdl.web@gmail.com>
5159
5160 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5161 insertion using skeleton-end-newline. (Bug#16138)
5162
5163 2013-12-20 Juri Linkov <juri@jurta.org>
5164
5165 * replace.el (occur-engine): Use `add-face-text-property'
5166 to add the face property to matches and titles. (Bug#14645)
5167
5168 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5169 the palette of other hi-lock colors.
5170 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5171
5172 2013-12-19 Juri Linkov <juri@jurta.org>
5173
5174 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5175 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5176 (minibuffer-history-symbol): Move variable declaration closer to
5177 its usage.
5178
5179 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5180 (Bug#14785)
5181
5182 2013-12-19 Juri Linkov <juri@jurta.org>
5183
5184 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5185 New function.
5186 (log-edit-hook): Add it to :options. (Bug#16170)
5187
5188 2013-12-19 Juri Linkov <juri@jurta.org>
5189
5190 * simple.el (eval-expression-print-format): Don't check for
5191 command names and the last command. Always display additional
5192 formats of the integer result in the echo area, and insert them
5193 to the current buffer only with a zero prefix arg.
5194 Display character when char-displayable-p is non-nil.
5195 (eval-expression): With a zero prefix arg, set `print-length' and
5196 `print-level' to nil, and insert the integer values from
5197 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5198
5199 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5200 `eval-last-sexp-arg-internal'. Doc fix.
5201 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5202 `eval-last-sexp-print-value'. Doc fix.
5203 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5204 Set `print-length' and `print-level' to nil when arg is zero.
5205 (eval-last-sexp): Doc fix.
5206 (eval-defun-2): Print the integer values from
5207 `eval-expression-print-format' at the end.
5208
5209 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5210 values from `eval-expression-print-format' at the end.
5211
5212 * ielm.el (ielm-eval-input): Print the integer
5213 values from `eval-expression-print-format' at the end.
5214
5215 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5216
5217 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5218 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5219
5220 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5223 (hl-line-highlight, global-hl-line-highlight): Use it.
5224 (hl-line-overlay): Use defvar-local.
5225
5226 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5227
5228 * term/ns-win.el: Require dnd.
5229 (global-map): Remove drag items.
5230 (ns-insert-text, ns-set-foreground-at-mouse)
5231 (ns-set-background-at-mouse):
5232 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5233 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5234 New functions.
5235
5236 2013-12-19 Glenn Morris <rgm@gnu.org>
5237
5238 * emacs-lisp/ert.el (ert-select-tests):
5239 Fix string/symbol mixup. (Bug#16121)
5240
5241 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5242
5243 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5244 keywords to their parent.
5245
5246 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5247
5248 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5249 first arg to be a string (fixed dead code), or an operator symbol.
5250 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5251 operator symbols.
5252 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5253 did nothing. Don't respond to `(:after ".")', it will be called
5254 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5255 change anything. Only return indentation for binary operators
5256 when they are hanging. De-dent opening paren when its parent is
5257 `.', otherwise it looks bad when the dot is not at bol or eol
5258 (bug#16182).
5259
5260 2013-12-19 Juri Linkov <juri@jurta.org>
5261
5262 * replace.el (query-replace-read-args): Split a non-negative arg
5263 and a negative arg into separate elements.
5264 (query-replace, query-replace-regexp, replace-string)
5265 (replace-regexp): Add arg `backward'. Doc fix.
5266 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5267 move point to the beginning of the match.
5268 (replace-search, replace-highlight): Use new arg `backward'
5269 to set the value of `isearch-forward'.
5270 (perform-replace): Add arg `backward' and use it to perform
5271 replacement backward. (Bug#14979)
5272
5273 * isearch.el (isearch-query-replace): Use a negative prefix arg
5274 to call `perform-replace' with a non-nil arg `backward'.
5275
5276 2013-12-18 Juri Linkov <juri@jurta.org>
5277
5278 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5279 to the default list. Move `log-edit-show-files' to the end.
5280 Add more available functions to options.
5281 (log-edit): Move default specific settings to
5282 `log-edit-insert-message-template'. Don't move point.
5283 (log-edit-insert-message-template): New function.
5284 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5285 (Bug#16170)
5286
5287 2013-12-18 Juri Linkov <juri@jurta.org>
5288
5289 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5290 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5291
5292 2013-12-18 Leo Liu <sdl.web@gmail.com>
5293
5294 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5295 (Bug#16186)
5296
5297 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5298
5299 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5300 formats for displaying file sizes when the -s switch is given.
5301 Instead, compute a separate format for displaying the size in
5302 blocks, which is displayed in addition to the "regular" size.
5303 When -h is given in addition to -s, produce size in blocks in
5304 human-readable form as well. (Bug#16179)
5305
5306 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5307
5308 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5309 Reference tables with ~\ref{...} instead of only \ref{...}.
5310
5311 2013-12-18 Chong Yidong <cyd@gnu.org>
5312
5313 * cus-edit.el (custom-magic-alist): Fix "themed" description
5314 (Bug#14348).
5315
5316 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5317 is non-nil, do not create a new entry in the symbol's theme-value
5318 or theme-face property; update theme-settings only (Bug#14664).
5319 (custom-available-themes): Doc fix.
5320
5321 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5322 (Bug#15674).
5323
5324 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5325
5326 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5327
5328 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5329 (Bug#13914).
5330
5331 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5332
5333 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5334
5335 2013-12-18 Glenn Morris <rgm@gnu.org>
5336
5337 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5338 * cus-start.el (load-prefer-newer): New option.
5339
5340 2013-12-18 Le Wang <l26wang@gmail.com>
5341
5342 * comint.el (comint-previous-matching-input-from-input):
5343 Retain point (Bug#13404).
5344
5345 2013-12-18 Chong Yidong <cyd@gnu.org>
5346
5347 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5348
5349 2013-12-18 Glenn Morris <rgm@gnu.org>
5350
5351 * mail/emacsbug.el (report-emacs-bug):
5352 Only mention enable-multibyte-characters if non-standard.
5353
5354 2013-12-17 Juri Linkov <juri@jurta.org>
5355
5356 * arc-mode.el (archive-extract-by-file): Check if directory exists
5357 before deletion to not show irrelevant errors if it doesn't exist.
5358
5359 2013-12-17 Juri Linkov <juri@jurta.org>
5360
5361 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5362 (Bug#14751)
5363
5364 * net/eww.el (browse-web): Add alias to `eww'.
5365 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5366 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5367
5368 * net/browse-url.el (browse-url-browser-function): Move `eww'
5369 closer to similar functions.
5370
5371 * startup.el (fancy-startup-screen, fancy-about-screen):
5372 Set browse-url-browser-function to eww-browse-url locally.
5373 (Bug#14751)
5374
5375 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * window.el (window--pixel-to-total): Remove unused `mini' var.
5378 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5379 (split-window): Remove unused `new' var.
5380 (window--display-buffer): Remove unused `frame' and `delta' vars.
5381 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5382 and display-width'.
5383
5384 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5385
5386 * dired.el (dired-mark-pop-up):
5387 * register.el (register-preview): Don't bind
5388 split-height-threshold here since it's now done in
5389 display-buffer-below-selected.
5390
5391 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5392
5393 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5394 xterm-rgb-convert-to-16bit.
5395 (rxvt-register-default-colors): Standardize with
5396 xterm-register-default-colors (Bug#14078).
5397
5398 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5399
5400 * simple.el (kill-region): Pass mark first, then point, so that
5401 kill-append works right (Bug#12819).
5402 (copy-region-as-kill, kill-ring-save): Likewise.
5403
5404 2013-12-17 Leo Liu <sdl.web@gmail.com>
5405
5406 * net/rcirc.el (rcirc-add-face):
5407 * eshell/em-prompt.el (eshell-emit-prompt):
5408 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5409 (Bug#16167)
5410
5411 2013-12-17 Chong Yidong <cyd@gnu.org>
5412
5413 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5414 Suggested by Xue Fuqiao.
5415
5416 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5417
5418 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5419
5420 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * net/shr.el (shr-insert-document): Remove unused var
5423 `shr-preliminary-table-render'.
5424 (shr-rescale-image): Remove unused arg `force'.
5425 (shr-put-image): Update calls accordingly.
5426 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5427
5428 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5429
5430 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5431 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5432 :close-all, to see which indentation method to use (Bug#16116).
5433 (smie-rules-function): Document the method :close-all.
5434
5435 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5436
5437 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5438
5439 * net/eww.el (eww-display-html): If we can't find the anchor we're
5440 looking for, then go to point-min.
5441
5442 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5443
5444 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5445 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5446 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5447 Expand dir too, in case it's relative.
5448
5449 2013-12-16 Juri Linkov <juri@jurta.org>
5450
5451 * desktop.el (desktop-auto-save-timeout): Change default to
5452 `auto-save-timeout'. Doc fix.
5453 (desktop-save): Skip the timestamp in desktop-saved-frameset
5454 when checking for auto-save changes.
5455 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5456 `desktop-auto-save' is called repeatedly by the idle timer.
5457 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5458 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5459 (Bug#15331)
5460
5461 2013-12-16 Juri Linkov <juri@jurta.org>
5462
5463 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5464 (Bug#16035)
5465 (isearch-pre-command-hook): Check `this-command' for symbolp.
5466
5467 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5470
5471 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5472
5473 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5474 (cfengine3--current-function): Bring in the current-function
5475 functionality from `cfengine3--current-word'.
5476 (cfengine3-completion-function): Bring in the
5477 bounds-of-current-word functionality from
5478 `cfengine3--current-word'.
5479
5480 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5481
5482 * window.el (display-buffer-below-selected):
5483 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5484
5485 2013-12-16 Leo Liu <sdl.web@gmail.com>
5486
5487 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5488 Remove NOMSG arg and all uses changed.
5489
5490 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5493 (cua--deactivate-rectangle): Don't deactivate the mark.
5494 (cua-set-rectangle-mark): Don't set mark-active since
5495 cua--activate-rectangle already does it for us.
5496 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5497 non-rectangular region.
5498
5499 * emulation/cua-base.el (cua-repeat-replace-region):
5500 Use with-current-buffer.
5501
5502 * net/gnutls.el: Use cl-lib.
5503 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5504
5505 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5506
5507 * emacs-lisp/package.el (package-built-in-p): Support both
5508 built-in and the package.el converted package descriptions.
5509 (package-show-package-list): Allow keywords.
5510 (package-keyword-button-action): Use it instead of
5511 `finder-list-matches'.
5512 (package-menu-filter-interactive): Interactive filtering (by
5513 keyword) function.
5514 (package-menu--generate): Support keywords and change keymappings
5515 and headers when they are given.
5516 (package--has-keyword-p): Helper function.
5517 (package-menu--refresh): Use it.
5518 (package--mapc): Helper function.
5519 (package-all-keywords): Use it.
5520 (package-menu-mode-map): Set up menu items and keybindings to
5521 provide a filtering UI.
5522
5523 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5524
5525 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5526 the behavior when a certificate fails validation. Defaults to
5527 old behavior: never abort, just warn.
5528 (gnutls-negotiate): Use it.
5529
5530 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5531
5532 * window.el (display-buffer-below-selected): Never split window
5533 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5534
5535 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5536
5537 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5538 (package-buffer-info): Use it (bug#15108).
5539
5540 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * icomplete.el (icomplete-completions): Make sure the prefix is already
5543 displayed elsewhere before hiding it (bug#16219).
5544
5545 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5546
5547 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5548 open-paren tokens when preceded by a open-paren, too.
5549 (ruby-smie-rules): Handle virtual indentation after open-paren
5550 tokens specially. If there is code between it and eol, return the
5551 column where is starts (Bug#16118).
5552
5553 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5554
5555 * progmodes/cfengine.el: Fix `add-hook' doc.
5556 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5557 (cfengine3--current-word): Fix parameters.
5558 (cfengine3-make-syntax-cache): Simplify further.
5559 (cfengine3-completion-function, cfengine3--current-function):
5560 Use `assq' for symbols.
5561 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5562
5563 2013-12-13 Glenn Morris <rgm@gnu.org>
5564
5565 * loadup.el (load-path): Warn if site-load or site-init changes it.
5566 No more need to reset it when bootstrapping.
5567
5568 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5569
5570 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5571 locations for cf-promises.
5572 (cfengine-mode-syntax-functions-regex): New caching variable.
5573 (cfengine3-fallback-syntax): Fallback syntax for cases where
5574 cf-promises doesn't run.
5575 (cfengine3--current-word): Reimplement using
5576 `cfengine-mode-syntax-functions-regex'.
5577 (cfengine3-completion-function, cfengine3--current-function):
5578 Use `cfengine3-make-syntax-cache' directly.
5579 (cfengine3-clear-syntax-cache): New function.
5580 (cfengine3-make-syntax-cache): Simplify and create
5581 `cfengine-mode-syntax-functions-regex' on demand.
5582 (cfengine3-format-function-docstring): Don't call
5583 `cfengine3-make-syntax-cache' explicitly.
5584
5585 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5586
5587 Fix windmove-find-other-window broken after pixelwise resizing
5588 (Bug#16017).
5589 * windmove.el (windmove-other-window-loc): Revert change from
5590 2013-12-04.
5591 (windmove-find-other-window): Call window-in-direction.
5592 * window.el (window-in-direction): New arguments SIGN, WRAP and
5593 MINI to emulate original windmove-find-other-window behavior.
5594
5595 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5596
5597 * simple.el (blink-matching--overlay): New variable.
5598 (blink-matching-open): Instead of moving point, highlight the
5599 matching paren with an overlay
5600 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5601
5602 * faces.el (paren-showing-faces, show-paren-match)
5603 (show-paren-mismatch): Move from paren.el.
5604
5605 2013-12-13 Leo Liu <sdl.web@gmail.com>
5606
5607 * indent.el (indent-region): Disable progress reporter in
5608 minibuffer. (Bug#16108)
5609
5610 * bindings.el (visual-order-cursor-movement): Fix version.
5611
5612 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5613
5614 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5615 Also match after beginning of line.
5616 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5617 files. Thanks to Russell Sim. (Bug#15378)
5618
5619 2013-12-13 Juri Linkov <juri@jurta.org>
5620
5621 * simple.el <Keypad support>: Remove key bindings duplicated
5622 with bindings.el. (Bug#14397)
5623
5624 2013-12-13 Juri Linkov <juri@jurta.org>
5625
5626 * comint.el (comint-mode-map): Replace `delete-char' with
5627 `delete-forward-char'. (Bug#16109)
5628
5629 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5630
5631 * progmodes/python.el (python-indent-calculate-indentation):
5632 Fix de-denters cornercase. (Bug#15731)
5633
5634 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5637 (advice--make): Pay attention to `depth'.
5638 (advice--make-1): Don't autoload commands eagerly.
5639 * emacs-lisp/elp.el (elp-instrument-function):
5640 * emacs-lisp/trace.el (trace-function-internal):
5641 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5642
5643 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5644
5645 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5646
5647 * term/w32-win.el (w32-handle-dropped-file):
5648 * startup.el (normal-top-level):
5649 * net/browse-url.el (browse-url-file-url):
5650 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5651 decode file names using 'utf-8' rather than
5652 file-name-coding-system.
5653
5654 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5655
5656 * progmodes/python.el (python-indent-context)
5657 (python-indent-calculate-indentation): Fix auto-identation
5658 behavior for comment blocks. (Bug#15916)
5659
5660 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5661
5662 * progmodes/python.el (python-indent-calculate-indentation):
5663 When determining indentation, don't treat "return", "pass", etc., as
5664 operators when they are just string constituents. (Bug#15812)
5665
5666 2013-12-12 Juri Linkov <juri@jurta.org>
5667
5668 * uniquify.el (uniquify-buffer-name-style): Change default to
5669 `post-forward-angle-brackets'.
5670
5671 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5672 `uniquify'. Change default to `post-forward-angle-brackets'.
5673
5674 2013-12-11 Glenn Morris <rgm@gnu.org>
5675
5676 * emacs-lisp/package.el (finder-list-matches):
5677 Autoload rather than falsely declaring.
5678
5679 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5680
5681 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5682 (eww-mode-map): Use them.
5683
5684 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5685
5686 * window.el (display-buffer-in-side-window): Fix doc-string
5687 (Bug#16115).
5688
5689 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * vc/vc-git.el: Silence byte-compiler warnings.
5692 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5693 (log-edit-set-header): Declare.
5694
5695 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5696
5697 * Makefile.in (custom-deps, finder-data): Run output file names
5698 through unmsys--file-name. (Bug#16099)
5699
5700 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5703 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5704
5705 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5706 instead of deleting the selection "by hand" (bug#16098).
5707 Rely on insert-for-yank to yank rectangles.
5708 (cua-highlight-region-shift-only): Mark obsolete.
5709 (cua-mode): Don't enable/disable transient-mark-mode,
5710 shift-select-mode (cua-mode works both with and without them), and
5711 pc-selection-mode (obsolete).
5712 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5713 (cua--deactivate-rectangle): Deactivate it.
5714
5715 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5716 (delete-selection-helper): Make sure yank starts at the top of the
5717 deleted region.
5718 (minibuffer-keyboard-quit): Use region-active-p.
5719
5720 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5721
5722 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5723 to `delete' (bug#16109).
5724
5725 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5726
5727 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5728 info manual and show keybindings and set `:group' keyword.
5729
5730 2013-12-11 Juri Linkov <juri@jurta.org>
5731
5732 * delsel.el (delete-active-region): Let-bind `this-command'
5733 to prevent `kill-region' from changing its original value.
5734 (delete-selection-helper): Handle `overwrite-mode' for the type
5735 `kill' exactly the same way as for the type `t'.
5736 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5737 Support more commands. (Bug#13312)
5738
5739 2013-12-11 Juri Linkov <juri@jurta.org>
5740
5741 * bindings.el: Map kp keys to non-kp keys systematically
5742 with basic modifiers control, meta and shift. (Bug#14397)
5743
5744 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5745
5746 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5747 "Close browser" menu items. Fix wrong function of "List
5748 bookmarks".
5749
5750 2013-12-11 Juri Linkov <juri@jurta.org>
5751
5752 * misearch.el (multi-isearch-buffers): Set the value of
5753 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5754 arg of isearch-forward to t.
5755 (multi-isearch-buffers-regexp): Set the value of
5756 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5757 arg of isearch-forward-regexp to t.
5758 (multi-isearch-files): Set the value of
5759 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5760 arg of isearch-forward to t.
5761 (multi-isearch-files-regexp): Set the value of
5762 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5763 arg of isearch-forward-regexp to t. (Bug#16035)
5764
5765 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5766 arg of isearch-forward to t.
5767 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5768 arg of isearch-forward-regexp to t.
5769 (dired-isearch-filter-filenames): Remove unnecessary check for
5770 `dired-isearch-filenames'.
5771
5772 * comint.el (comint-history-isearch-backward):
5773 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5774 (comint-history-isearch-backward-regexp):
5775 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5776
5777 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5778
5779 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5780 unmsys--file-name. (Bug#16099)
5781
5782 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5783
5784 * emacs-lisp/package.el (package-keyword-button-action):
5785 Remove finder.el require dependency.
5786
5787 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5788
5789 * emacs-lisp/package.el: Require finder.el.
5790 (describe-package-1): Add keyword buttons.
5791 (package-make-button): New convenience function.
5792 (package-keyword-button-action): Keyword button action using
5793 `finder-list-matches'.
5794
5795 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5796
5797 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5798 last commit.
5799
5800 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5801
5802 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5803 symlinked files.
5804
5805 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5806
5807 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5808 after the end of a percent literal.
5809
5810 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5811
5812 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5813 Handle caret-delimited strings (Bug#16079).
5814
5815 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5816
5817 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5818 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5819 `ruby-parse-partial' (Bug#16078).
5820
5821 2013-12-09 Leo Liu <sdl.web@gmail.com>
5822
5823 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5824
5825 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5826
5827 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5828 (js-switch-indent-offset): New option.
5829 (js--proper-indentation): Use it. And handle the case when
5830 "default" is actually a key in an object literal.
5831 (js--same-line): New function.
5832 (js--multi-line-declaration-indentation): Use it.
5833 (js--indent-in-array-comp, js--array-comp-indentation):
5834 New functions.
5835 (js--proper-indentation): Use them, to handle array comprehension
5836 continuations.
5837
5838 2013-12-08 Leo Liu <sdl.web@gmail.com>
5839
5840 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5841 (flymake-make-overlay): Remove arg MOUSE-FACE.
5842 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5843
5844 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5847 New function.
5848 (redisplay-highlight-region-function): Use it.
5849
5850 * emulation/cua-base.el (cua--explicit-region-start)
5851 (cua--last-region-shifted): Remove.
5852 (cua--deactivate): Use deactivate-mark.
5853 (cua--pre-command-handler-1): Don't handle shift-selection.
5854 (cua--post-command-handler-1): Don't change transient-mark-mode.
5855 (cua--select-keymaps): Use region-active-p rather than
5856 cua--explicit-region-start or cua--last-region-shifted.
5857 (cua-mode): Enable shift-select-mode.
5858
5859 2013-12-08 Leo Liu <sdl.web@gmail.com>
5860
5861 * progmodes/flymake.el (flymake-popup-current-error-menu):
5862 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5863 (flymake-posn-at-point-as-event, flymake-popup-menu)
5864 (flymake-make-emacs-menu): Remove. (Bug#16077)
5865
5866 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * rect.el (rectangle-mark-mode): Activate mark even if
5869 transient-mark-mode is off (bug#16066).
5870 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5871 is > mark and at bolp.
5872
5873 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5874 (region-extract-function): Use it.
5875 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5876 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5877 Delete functions.
5878 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5879 kill-ring-save, kill-region, delete-char, delete-forward-char.
5880 Ignore self-insert-iso.
5881
5882 * emulation/cua-gmrk.el (cua--init-global-mark):
5883 Ignore `self-insert-iso'.
5884
5885 * emulation/cua-base.el (cua--prefix-copy-handler)
5886 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5887 checking cua--rectangle.
5888 (cua-delete-region): Use region-extract-function.
5889 (cua-replace-region): Delete function.
5890 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5891 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5892 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5893 (cua--init-keymaps): Don't remap delete-selection commands.
5894 (cua-mode): Use delete-selection-mode instead of rolling our own
5895 (bug#16085).
5896
5897 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5898 Obey region-extract-function.
5899
5900 Make registers and delete-selection-mode work on rectangles.
5901 * register.el (describe-register-1): Don't modify the register's value.
5902 (copy-to-register): Obey region-extract-function.
5903 * delsel.el (delete-active-region): Obey region-extract-function.
5904
5905 2013-12-08 Leo Liu <sdl.web@gmail.com>
5906
5907 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5908 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5909 (flymake-compilation-prevents-syntax-check)
5910 (flymake-start-syntax-check-on-newline)
5911 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5912 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5913 (flymake-xml-program, flymake-master-file-dirs)
5914 (flymake-master-file-count-limit)
5915 (flymake-allowed-file-name-masks): Relocate.
5916 (flymake-makehash, flymake-float-time)
5917 (flymake-replace-regexp-in-string, flymake-split-string)
5918 (flymake-get-temp-dir): Remove.
5919 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5920 (flymake-current-row, flymake-selected-frame)
5921 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5922 related functions. (Bug#16077)
5923
5924 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5925
5926 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5927
5928 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5929
5930 * help-fns.el (describe-function-1): Use new advice-* functions
5931 rather than old ad-* functions. Fix function type description and
5932 source links for advised functions and subrs.
5933
5934 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5935
5936 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5937
5938 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5939
5940 * progmodes/compile.el (compilation-start):
5941 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5942
5943 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5944 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5945
5946 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5947
5948 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5949 Touch up the last change.
5950
5951 2013-12-06 Leo Liu <sdl.web@gmail.com>
5952
5953 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5954 (inferior-octave-startup): Always use "octave> " for prompt.
5955 (octave-goto-function-definition)
5956 (octave-sync-function-file-names)
5957 (octave-find-definition-default-filename): Remove redundant backquotes.
5958
5959 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5960
5961 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5962 syntax for `?'.
5963 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5964 where appropriate already.
5965 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5966 end of method names (Bug#15874).
5967
5968 2013-12-06 Juri Linkov <juri@jurta.org>
5969
5970 * isearch.el (isearch--saved-overriding-local-map):
5971 New internal variable.
5972 (isearch-mode): Set it to the initial value of
5973 `overriding-terminal-local-map'.
5974 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5975 with `isearch--saved-overriding-local-map'. (Bug#16035)
5976
5977 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5978
5979 * progmodes/octave.el (inferior-octave-completion-table):
5980 Turn back into function, use `completion-table-with-cache'
5981 (Bug#11906). Update all references.
5982
5983 * minibuffer.el (completion-table-with-cache): New function.
5984
5985 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5986
5987 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5988
5989 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5990
5991 * net/eww.el (eww-current-source): New variable to store page
5992 source.
5993 (eww-display-html, eww-mode, eww-save-history)
5994 (eww-restore-history): Use it.
5995 (eww-view-source): New command to view page source.
5996 Opportunistically uses `html-mode' to highlight the buffer.
5997 (eww-mode-map): Install it.
5998
5999 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * net/dbus.el (dbus-unregister-service)
6002 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6003 Fix docstring.
6004 (dbus-unregister-service): Skip :serial entries in
6005 `dbus-registered-objects-table'.
6006 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6007
6008 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6011 around keywords with extra `split-string' argument.
6012
6013 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6014
6015 * windmove.el (windmove-other-window-loc): Handle navigation
6016 between windows (excluding the minibuffer window - Bug#16017).
6017
6018 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6021 in D-Bus type syntax.
6022 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6023 preserve unibyte strings. (Bug#16048)
6024
6025 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6028 Call force-mode-line-update is the proper buffer (bug#16042).
6029
6030 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6031
6032 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6033 `log-edit-remember-comment', make argument optional. Adjust all
6034 callers.
6035 (log-edit-mode): Add `log-edit-remember-comment' to
6036 `kill-buffer-hook' locally.
6037 (log-edit-kill-buffer): Don't remember comment explicitly since
6038 the buffer is killed anyway.
6039
6040 2013-12-04 Juri Linkov <juri@jurta.org>
6041
6042 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6043 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6044
6045 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6046
6047 * notifications.el (notifications-close-notification): Call the
6048 D-Bus method with ID being a `:uint32'. (Bug#16030)
6049
6050 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6051
6052 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6053
6054 2013-12-03 Juri Linkov <juri@jurta.org>
6055
6056 * progmodes/compile.el (compilation-start): Rename window alist
6057 entry `no-display-ok' to `allow-no-window'.
6058
6059 * simple.el (shell-command): Add window alist entry
6060 `allow-no-window' to `display-buffer'.
6061 (async-shell-command): Doc fix.
6062
6063 * window.el (display-buffer-no-window): New action function.
6064 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6065
6066 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6067
6068 * vc/log-edit.el (log-edit-set-header): Extract from
6069 `log-edit-toggle-header'.
6070 (log-edit-extract-headers): Separate the summary, when extracted
6071 from header, from the rest of the message with an empty line.
6072
6073 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6074 line, if present, to the Summary header.
6075
6076 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6079 in current-buffer (bug#16029).
6080
6081 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6082
6083 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6084 (debugger-mode-map): Bind it.
6085 (debugger--backtrace-base): New function.
6086 (debugger-eval-expression): Use it.
6087 (debugger-frame-number): Skip local vars when present.
6088 (debugger--locals-visible-p, debugger--insert-locals)
6089 (debugger--show-locals, debugger--hide-locals): New functions.
6090
6091 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6092
6093 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6094 "LC_ALL".
6095 (tramp-get-remote-locale): New defun.
6096 (tramp-open-connection-setup-interactive-shell): Use it.
6097
6098 2013-12-02 Leo Liu <sdl.web@gmail.com>
6099
6100 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6101
6102 * progmodes/sh-script.el (sh-shell-process):
6103 * progmodes/octave.el (inferior-octave-process-live-p):
6104 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6105 (gdb-inferior-io-sentinel):
6106 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6107
6108 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6109
6110 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6111 `save-selected-window' to `log-edit-hide-buf'. This makes
6112 `log-edit-show-files' idempotent.
6113 (log-edit-show-files): Mark the new window as dedicated.
6114
6115 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6116
6117 * vc/log-edit.el (log-edit-mode-map): Add binding for
6118 `log-edit-kill-biffer'.
6119 (log-edit-hide-buf): Add a FIXME comment.
6120 (log-edit-add-new-comment): New function, extracted from
6121 `log-edit-done'.
6122 (log-edit-done, log-edit-add-to-changelog): Use it.
6123 (log-edit-kill-buffer): New command.
6124
6125 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6126
6127 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6128 instead of killing the buffer.
6129
6130 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6133
6134 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6135
6136 * net/eww.el (eww-form-checkbox-selected-symbol)
6137 (eww-form-checkbox-symbol): New customizable variable.
6138 (eww-form-checkbox, eww-toggle-checkbox):
6139 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6140
6141 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6142 (shr--get-media-pref, shr--extract-best-source): New function.
6143 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6144 no :src tag was specified.
6145
6146 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6147 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6148 Use \\` to match beginning of string instead of ^.
6149 (eww-browse-with-external-browser): Provide optional URL parameter.
6150 (eww-render): Set `eww-current-title' back to "".
6151
6152 * net/shr.el (shr-tag-video): Display content for video if no
6153 poster is available.
6154 (shr-tag-audio): Add support for <audio> tag.
6155
6156 * net/eww.el (eww-text-input-types): New const.
6157 (eww-process-text-input): Treat input types in
6158 `eww-text-input-types' as text.
6159
6160 * net/shr.el (shr-tag-table): Fix comment typo.
6161
6162 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6163
6164 * net/eww.el (eww-follow-link): New command to avoid reloading
6165 pages when we follow #target links (bug#15243).
6166 (eww-quit): Special mode buffers shouldn't query before exiting.
6167
6168 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6169
6170 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6171 forms.
6172
6173 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6174
6175 * net/eww.el (eww-restore-history): Update the window title after
6176 moving in the history.
6177 (eww-current-dom): New variable used to save the current DOM.
6178
6179 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6180
6181 * vc/log-edit.el (log-edit-mode-map): Add binding for
6182 `log-edit-beginning-of-line'.
6183 (log-edit-setup-add-author): New user option.
6184 (log-edit-beginning-of-line): New command.
6185 (log-edit): Move major mode call above the contents setup so that
6186 the local variable values are already applied.
6187 (log-edit): Only insert "Author: " when
6188 `log-edit-setup-add-author' is non-nil.
6189 (log-edit): When SETUP is non-nil, position point after ": "
6190 instead of point-min.
6191
6192 2013-12-01 Glenn Morris <rgm@gnu.org>
6193
6194 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6195
6196 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6197
6198 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6199 redisplay to make sure the initial frame gets a chance to become
6200 visible. (Bug#16014)
6201
6202 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6203
6204 Support resizing frames and windows pixelwise.
6205 * cus-start.el (frame-resize-pixelwise)
6206 (window-resize-pixelwise): New entries.
6207 * emacs-lisp/debug.el (debug): Use window-total-height instead
6208 of window-total-size.
6209 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6210 * help.el (describe-bindings-internal): Use help-buffer as
6211 argument for with-help-window.
6212 (temp-buffer-max-width): New option.
6213 (resize-temp-buffer-window, help-window-setup)
6214 (with-help-window): Rewrite.
6215 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6216 dragging dividers.
6217 * window.el (frame-char-size, window-min-pixel-height)
6218 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6219 (window-min-pixel-width, window-safe-min-pixel-size)
6220 (window-combination-p, window-safe-min-size)
6221 (window-resizable-p, window--size-to-pixel)
6222 (window--pixel-to-size, window--resize-apply-p): New functions.
6223 (window-safe-min-height): Fix doc-string.
6224 (window-size, window-min-size, window--min-size-1)
6225 (window-sizable, window-sizable-p, window--min-delta-1)
6226 (window-min-delta, window--max-delta-1, window-max-delta)
6227 (window--resizable, window--resizable-p, window-resizable)
6228 (window-full-height-p, window-full-width-p, window-at-side-p)
6229 (window--in-direction-2, window-in-direction)
6230 (window--resize-reset-1, window--resize-mini-window)
6231 (window-resize, window-resize-no-error)
6232 (window--resize-child-windows-normal)
6233 (window--resize-child-windows, window--resize-siblings)
6234 (window--resize-this-window, window--resize-root-window)
6235 (window--resize-root-window-vertically)
6236 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6237 (maximize-window, minimize-window, delete-window)
6238 (quit-restore-window, window-split-min-size, split-window)
6239 (balance-windows-2, balance-windows)
6240 (balance-windows-area-adjust, balance-windows-area)
6241 (window--state-get-1, window-state-get, window--state-put-1)
6242 (window--state-put-2, window-state-put)
6243 (display-buffer-record-window, window--display-buffer):
6244 Make functions handle pixelwise sizing of windows.
6245 (display-buffer--action-function-custom-type)
6246 (display-buffer-fallback-action):
6247 Add display-buffer-in-previous-window.
6248 (display-buffer-use-some-window): Resize window to height it had
6249 before.
6250 (fit-window-to-buffer-horizontally): New option.
6251 (fit-frame-to-buffer): Describe new values.
6252 (fit-frame-to-buffer-bottom-margin): Replace with
6253 fit-frame-to-buffer-margins.
6254 (window--sanitize-margin): New function.
6255 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6256 using window-text-pixel-size.
6257
6258 2013-11-30 Glenn Morris <rgm@gnu.org>
6259
6260 * emacs-lisp/bytecomp.el (byte-compile-form):
6261 Make the `interactive-only' warning like the `obsolete' one.
6262 * comint.el (comint-run):
6263 * files.el (insert-file-literally, insert-file):
6264 * replace.el (replace-string, replace-regexp):
6265 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6266 (goto-line, insert-buffer, next-line, previous-line):
6267 Tweak `interactive-only' spec.
6268
6269 Stop keeping (most) generated cedet grammar files in the repository.
6270 * Makefile.in (semantic): New.
6271 (compile-main): Depend on semantic.
6272
6273 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6276 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6277
6278 * uniquify.el (uniquify-buffer-name-style): Change default.
6279
6280 * loadup.el: Preload "uniquify".
6281
6282 * time.el (display-time-update): Update all mode lines (bug#15999).
6283
6284 * electric.el (electric-indent-mode): Enable by default.
6285 * loadup.el: Preload "electric".
6286
6287 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6288
6289 * emacs-lisp/helpers.el (string-empty-p): New function.
6290 (string-blank-p): New function.
6291
6292 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6293
6294 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6295 (Bug#14029).
6296
6297 2013-11-29 Andreas Politz <politza@fh-trier.de>
6298 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6299 allow non-lambda lists as functions.
6300 (imenu--in-alist): Don't recurse into non-subalists.
6301 (imenu): Don't pass function itself as an argument (Bug#14029).
6302
6303 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * progmodes/python.el (python-mode-map): Remove binding for ":".
6306 (python-indent-electric-colon): Remove command.
6307 (python-indent-post-self-insert-function): Integrate the previous code
6308 of python-indent-electric-colon. Make it conditional on
6309 electric-indent-mode.
6310 (python-mode): Add ?: to electric-indent-chars.
6311 Move python-indent-post-self-insert-function to the end of
6312 post-self-insert-hook.
6313
6314 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * doc-view.el (doc-view-goto-page): Update mode-line.
6317
6318 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6319
6320 2013-11-27 Glenn Morris <rgm@gnu.org>
6321
6322 * international/charprop.el, international/uni-bidi.el:
6323 * international/uni-category.el, international/uni-combining.el:
6324 * international/uni-comment.el, international/uni-decimal.el:
6325 * international/uni-decomposition.el, international/uni-digit.el:
6326 * international/uni-lowercase.el, international/uni-mirrored.el:
6327 * international/uni-name.el, international/uni-numeric.el:
6328 * international/uni-old-name.el, international/uni-titlecase.el:
6329 * international/uni-uppercase.el:
6330 Remove generated files from VCS repository.
6331
6332 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6333
6334 * filenotify.el (file-notify-add-watch): Don't special-case
6335 w32notify when computing the directory to watch.
6336
6337 2013-11-27 Glenn Morris <rgm@gnu.org>
6338
6339 Make bootstrap without generated uni-*.el files possible again.
6340 * loadup.el: Update command-line-args checking for unidata-gen.
6341 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6342 * composite.el, international/characters.el:
6343 Handle unicode tables being undefined.
6344
6345 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6346 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6347 (compile-main): Depend on leim rule.
6348 (leim): New rule.
6349 * loadup.el: Move leim-list.el to leim/ subdirectory.
6350 * startup.el (normal-top-level): No more leim directory.
6351 * international/ja-dic-cnv.el (skkdic-convert):
6352 Disable version-control and autoloads in output files.
6353 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6354 Disable version-control and autoloads in output files.
6355 * leim/quail: Move here from ../leim.
6356 * leim/quail/hangul.el (hangul-input-method-activate):
6357 Add autoload cookie.
6358 (generated-autoload-load-name): Set file-local value.
6359 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6360 (generated-autoload-load-name): Set file-local value.
6361
6362 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6363
6364 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6365 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6366 (eww-quit): Ask confirmation before quitting eww.
6367
6368 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6369
6370 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6371 reading output from Diff on MS-Windows and MS-DOS.
6372
6373 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6374
6375 * emacs-lisp/helpers.el (string-reverse): New function.
6376
6377 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6378
6379 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6380 names on MS Windows, like "/[::1]:".
6381
6382 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6383 SWITCHES.
6384
6385 2013-11-26 Glenn Morris <rgm@gnu.org>
6386
6387 * progmodes/python.el (python-indent-guess-indent-offset):
6388 Avoid corner-case error. (Bug#15975)
6389
6390 Preload leim-list.el. (Bug#4789)
6391 * loadup.el: Load leim-list.el when found.
6392 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6393
6394 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6395
6396 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6397
6398 * emacs-lisp/helpers.el (string-join): New function.
6399
6400 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6401
6402 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6403 Mark as obsolete and replace it with a symbol property.
6404 (byte-compile-form): Use new 'interactive-only property.
6405 * comint.el, files.el, replace.el, simple.el:
6406 Apply new 'interactive-only properly.
6407
6408 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6409
6410 * window.el (display-buffer-at-bottom): Make sure that
6411 split-window-sensibly creates the new window on bottom
6412 (Bug#15961).
6413
6414 2013-11-23 David Kastrup <dak@gnu.org>
6415
6416 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6417 on the conflict markers when available.
6418 (smerge--get-marker): New function.
6419 (smerge-end-re, smerge-base-re): Add subgroup.
6420
6421 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * frame.el (handle-focus-in, handle-focus-out): Add missing
6424 interactive spec.
6425
6426 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6429 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6430
6431 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6434 (gomoku--last-pos): New var.
6435 (gomoku--intangible-chars): New const.
6436 (gomoku--intangible): New function.
6437 (gomoku-mode): Use it. Derive from special-mode.
6438 (gomoku-move-up): Adjust line count.
6439 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6440 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6441 Simplify accordingly.
6442
6443 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6444 Remove blink-cursor code.
6445 (blink-cursor-timer-function, blink-cursor-suspend):
6446 Don't special-case GUIs.
6447 (blink-cursor-mode): Use focus-in/out-hook.
6448
6449 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6450
6451 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6452 work when annotation is invisible (Bug#13886).
6453
6454 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6455
6456 * json.el (json-alist-p): Only return non-nil if the alist has
6457 simple keys (Bug#13518).
6458
6459 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6460
6461 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6462 when control-statement is the first statement in a buffer (Bug#15956).
6463
6464 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6465
6466 * imenu.el (imenu-generic-skip-comments-and-strings):
6467 New option (Bug#15560).
6468 (imenu--generic-function): Use it.
6469
6470 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6471
6472 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6473 (Bug#13898)
6474
6475 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6476
6477 * emacs-lisp/helpers.el: Add some string helpers.
6478 (string-trim-left): Removes leading whitespace.
6479 (string-trim-right): Removes trailing whitespace.
6480 (string-trim): Removes leading and trailing whitespace.
6481
6482 * subr.el (string-suffix-p): New function.
6483
6484 2013-11-23 Glenn Morris <rgm@gnu.org>
6485
6486 * progmodes/python.el (python-shell-send-file):
6487 Add option to delete file when done. (Bug#15647)
6488 (python-shell-send-string, python-shell-send-region): Use it.
6489
6490 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6491
6492 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6493 to set buffer-read-only to t, never to nil. (Bug#15938)
6494
6495 * textmodes/tex-mode.el (latex-noindent-environments):
6496 Add safe-local-variable property. (Bug#15936)
6497
6498 2013-11-23 Glenn Morris <rgm@gnu.org>
6499
6500 * textmodes/enriched.el (enriched-mode): Doc fix.
6501 * emacs-lisp/authors.el (authors-renamed-files-alist):
6502 Add enriched.doc -> enriched.txt.
6503
6504 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6505
6506 2013-11-22 Leo Liu <sdl.web@gmail.com>
6507
6508 * progmodes/octave.el (inferior-octave-startup): Spit out error
6509 message.
6510
6511 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6512
6513 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6514 Improve docstring.
6515 Add :version.
6516 (ruby-encoding-magic-comment-style): Add :version.
6517
6518 2013-11-22 Leo Liu <sdl.web@gmail.com>
6519
6520 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6521 (Bug#15076)
6522 (octave-help-mode): Adapt to change to help-mode-finish to use
6523 derived-mode-p on 2013-09-17.
6524 (inferior-octave-prompt): Also match octave-gui.
6525 (octave-kill-process): Don't ask twice. (Bug#10564)
6526
6527 2013-11-22 Leo Liu <sdl.web@gmail.com>
6528
6529 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6530 (inferior-octave-startup, inferior-octave-check-process)
6531 (inferior-octave-track-window-width-change)
6532 (octave-completion-at-point, octave-eldoc-function): Use it.
6533 (octave-kill-process): Provide confirmation. (Bug#10564)
6534
6535 2013-11-21 Leo Liu <sdl.web@gmail.com>
6536
6537 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6538 Fix obsolete variable comment-use-global-state.
6539
6540 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6541
6542 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6543 Add `octave-source-file'.
6544 (octave-source-file): New function. (Bug#15935)
6545
6546 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6547
6548 * net/eww.el (eww-local-regex): New variable.
6549 (eww): Use it to detect localhost and similar.
6550
6551 2013-11-21 Leo Liu <sdl.web@gmail.com>
6552
6553 Add completion for command `ag'.
6554 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6555 (pcomplete/ag): New function.
6556 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6557
6558 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6561 (bug#14646).
6562 (make-obsolete): Remove interactive spec.
6563
6564 2013-11-21 Glenn Morris <rgm@gnu.org>
6565
6566 * startup.el (command-line-1): Use path-separator with -L.
6567
6568 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6569
6570 * emacs-lisp/package.el (describe-package-1): Add package archive
6571 to shown fields.
6572
6573 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6574
6575 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6576 Change default to "# encoding: %s" to differentiate it from the
6577 default Ruby encoding comment template.
6578
6579 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6580
6581 * ses.el (ses-mode): Doc fix. (Bug#14748)
6582
6583 2013-11-20 Leo Liu <sdl.web@gmail.com>
6584
6585 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6586
6587 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6588
6589 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6590 when rebase or bisect are in progress.
6591
6592 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6593
6594 * filenotify.el (file-notify-add-watch): Doc fix.
6595
6596 2013-11-19 Leo Liu <sdl.web@gmail.com>
6597
6598 * obsolete/rcompile.el: Mark obsolete.
6599
6600 * progmodes/compile.el (compilation-start)
6601 (compilation-goto-locus, compilation-find-file):
6602 Pass no-display-ok and handle nil value from display-buffer.
6603 (Bug#13594)
6604
6605 * window.el (display-buffer-alist, display-buffer): Document the
6606 new parameter no-display-ok. Return either a window or nil
6607 but never a non-window value.
6608
6609 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * electric.el (electric-indent-mode-map): Remove.
6612 (electric-indent-mode): Change the global-map instead (bug#15915).
6613
6614 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6615 Use add-function.
6616
6617 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * emacs-lisp/nadvice.el (remove-function): Align with
6620 add-function's behavior.
6621
6622 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6623 (gdb--string-regexp): New constant.
6624 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6625 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6626 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6627 submatch 1.
6628 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6629 Adjust use accordingly.
6630 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6631
6632 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6633
6634 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6635 interpolation curlies (Bug#15914).
6636
6637 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6638
6639 * calc/calc.el (calc-context-sensitive-enter): New variable.
6640 (calc-enter): Use `calc-context-sensitive-enter'.
6641
6642 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6643
6644 * progmodes/cfengine.el: Version bump.
6645 (cfengine-cf-promises): New defcustom to locate cf-promises.
6646 (cfengine3-vartypes): Add new "data" type.
6647 (cfengine3--current-word): New function to get current name-like
6648 word or its bounds.
6649 (cfengine3--current-function): New function to look up a CFEngine
6650 function's definition.
6651 (cfengine3-format-function-docstring): New function.
6652 (cfengine3-make-syntax-cache): New function.
6653 (cfengine3-documentation-function): New function: ElDoc glue.
6654 (cfengine3-completion-function): New function: completion glue.
6655 (cfengine3-mode): Set `compile-command',
6656 `eldoc-documentation-function', and add to
6657 `completion-at-point-functions'.
6658
6659 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6660
6661 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6662 `tramp-current-connection'.
6663
6664 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6665
6666 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6667 nil/self/true/false with "end of symbol".
6668
6669 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6670
6671 * subr.el (version-regexp-alist): Fix a typo.
6672
6673 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6674
6675 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6676 "en_US.utf8" and "LC_CTYPE" to "".
6677 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6678 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6679
6680 2013-11-15 Leo Liu <sdl.web@gmail.com>
6681
6682 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6683
6684 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * progmodes/gud.el (ctl-x-map):
6687 Remove C-x SPC binding. (Bug#12342)
6688 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6689
6690 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6691
6692 * subr.el (version-regexp-alist):
6693 Recognize hg, svn and darcs versions as snapshot versions.
6694
6695 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6696 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6697 (ruby--encoding-comment-required-p): Extract from
6698 `ruby-mode-set-encoding'.
6699 (ruby-mode-set-encoding): Add the ability to always insert an
6700 utf-8 encoding comment. Fix and simplify coding comment update
6701 logic.
6702
6703 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6704
6705 * net/tramp-gvfs.el (top): Run init code only when
6706 `tramp-gvfs-enabled' is not nil.
6707 (tramp-gvfs-enabled): Check also :system bus.
6708
6709 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 Sync with upstream verilog-mode revision 78e66ba.
6712 * progmodes/verilog-mode.el (verilog-end-of-defun)
6713 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6714 (verilog-get-end-of-defun): Remove unused argument.
6715 (verilog-comment-depth): Remove unused local `e'.
6716 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6717 Don't pass arg to verilog-get-end-of-defun.
6718
6719 2013-11-14 Glenn Morris <rgm@gnu.org>
6720
6721 * obsolete/assoc.el (aget): Prefix dynamic variable.
6722
6723 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6724
6725 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * widget.el, hfy-cmap.el: Remove bogus package version number.
6728
6729 2013-11-13 Glenn Morris <rgm@gnu.org>
6730
6731 * replace.el (replace-eval-replacement):
6732 Try to give more helpful error message. (Bug#15836)
6733
6734 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6735 (archive-7z-update): Avoid custom type mismatches.
6736
6737 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6738
6739 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6740
6741 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6742 address can be empty.
6743
6744 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6745 Accept nil SWITCHES.
6746 (tramp-gvfs-handle-write-region): Implement APPEND.
6747
6748 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6749
6750 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6751 binary "|" operator and closing block args delimiter.
6752 Remove FIXME comment referring to Ruby 1.8-only syntax.
6753 (ruby-smie--implicit-semi-p): Not after "|" operator.
6754 (ruby-smie--closing-pipe-p): New function.
6755 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6756 (ruby-smie-rules): Indent after "|".
6757
6758 2013-11-12 Glenn Morris <rgm@gnu.org>
6759
6760 * ps-print.el (ps-face-attribute-list):
6761 Handle anonymous faces. (Bug#15827)
6762
6763 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6764
6765 * window.el (display-buffer-other-frame): Fix doc-string.
6766 (Bug#15868)
6767
6768 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6771
6772 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6773
6774 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6775 (tramp-sh-handle-file-local-copy): Don't write a message when
6776 saving temporary files.
6777
6778 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6779 both directories are remote.
6780 (tramp-smb-handle-directory-files): Do not return double entries.
6781 Do not expand full file names.
6782 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6783 (tramp-smb-handle-write-region): Implement APPEND.
6784 (tramp-smb-get-stat-capability): Fix a stupid bug.
6785
6786 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6789
6790 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6791
6792 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6793 throwing error over malformed let/let* (bug#15814).
6794
6795 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * iswitchb.el (iswitchb-mode): Mark obsolete.
6798
6799 2013-11-11 Glenn Morris <rgm@gnu.org>
6800
6801 * international/uni-bidi.el, international/uni-category.el:
6802 * international/uni-name.el, international/uni-numeric.el:
6803 Regenerate for Unicode 6.3.0.
6804
6805 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6806
6807 * net/tramp.el (tramp-methods):
6808 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6809 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6810
6811 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6812
6813 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6814 Force highlighting text after Summary keyword in doc face for rpm.
6815
6816 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6817
6818 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6819 available and the word has no wildcards, append one to the grep pattern.
6820 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6821 (ispell-complete-word): Call `ispell-lookup-words' with the value
6822 independent of `ispell-look-p'.
6823
6824 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6825
6826 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6827 Not after "||".
6828 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6829 their parent.
6830
6831 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6834 (ruby-font-lock-keywords): Use backquote.
6835
6836 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6837
6838 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6839 (ruby-smie--backward-token): Only consider full-string matches.
6840
6841 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6842
6843 * faces.el (describe-face): Add distant-foreground.
6844
6845 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6846
6847 * progmodes/ruby-mode.el: Improve encoding comment handling.
6848 (ruby-encoding-magic-comment-style): New option.
6849 (ruby-custom-encoding-magic-comment-template): New option.
6850 (ruby--insert-coding-comment, ruby--detect-encoding):
6851 New functions extracted from `ruby-mode-set-encoding'.
6852 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6853 to control the style of the auto-inserted encoding comment.
6854
6855 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6856
6857 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6858 Use `smie-backward-sexp' with token argument.
6859
6860 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6861
6862 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6863 Remove instrumentation code.
6864
6865 2013-11-08 Glenn Morris <rgm@gnu.org>
6866
6867 * progmodes/autoconf.el (autoconf-mode):
6868 Tweak comment-start-skip. (Bug#15822)
6869
6870 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6873 at bobp (bug#15826).
6874 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6875
6876 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6877
6878 * man.el (Man-start-calling): New macro, extracted from
6879 Man-getpage-in-background.
6880 (Man-getpage-in-background): Use it.
6881 (Man-update-manpage): New command.
6882 (Man-mode-map): Bind it.
6883
6884 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6885
6886 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6887 of "and", "or", "&&" and "||".
6888 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6889 argument. Prohibit opening curly brace because it could only be a
6890 block opener in that position.
6891 (ruby-smie--forward-token, ruby-smie--backward-token):
6892 Separate "|" from "&" or "*" going after it. That can happen in block
6893 arguments.
6894 (ruby-smie--indent-to-stmt): New function, seeks the end of
6895 previous statement or beginning of buffer.
6896 (ruby-smie-rules): Use it.
6897 (ruby-smie-rules): Check if there's a ":" before a curly block
6898 opener candidate; if there is, it's a hash.
6899
6900 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6903 (cl--block-wrapper): Fix last accidental change.
6904
6905 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6906
6907 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6908 Instrument, in order to hunt failure on hydra.
6909
6910 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6911
6912 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6913 malformed bindings form (bug#15814).
6914
6915 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6916
6917 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6918 "." compared to " @ ". This incidentally fixes some indentation
6919 examples with "do".
6920 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6921 (ruby-smie-grammar): New tokens: "and" and "or".
6922 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6923 Exclude "and" and "or". Remove "do" in order to work around token
6924 priorities.
6925 (ruby-smie-rules): Add all infix tokens. Handle the case of
6926 beginning-of-buffer.
6927
6928 2013-11-06 Glenn Morris <rgm@gnu.org>
6929
6930 * Makefile.in (setwins_almost, setwins_for_subdirs):
6931 Avoid accidental matches.
6932
6933 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * menu-bar.el (popup-menu): Use key-binding.
6936
6937 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6938
6939 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6940 menus, support also the menus produced by minor modes.
6941 (Bug#15817)
6942
6943 2013-11-06 Leo Liu <sdl.web@gmail.com>
6944
6945 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6946 DISTANCE to bound the search. All uses changed. (Bug#15808)
6947
6948 2013-11-06 Glenn Morris <rgm@gnu.org>
6949
6950 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6951 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6952 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6953
6954 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * electric.el (electric-indent-just-newline): New command.
6957 (electric-indent-mode-map): New keymap.
6958 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6959 Re-add :group which weren't redundant.
6960
6961 * electric.el (electric-indent-local-mode): New minor mode.
6962 (electric-indent-functions-without-reindent): New var.
6963 (electric-indent-post-self-insert-function): Use it.
6964 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6965
6966 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6967
6968 * international/quail.el (quail-help): Be more explicit about the
6969 meaning of the labels shown on the keys. (Bug#15800)
6970
6971 * startup.el (normal-top-level): Load the subdirs.el files before
6972 setting the locale environment. (Bug#15805)
6973
6974 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6977 via arguments so as to get the right ones (bug#15418).
6978
6979 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6980
6981 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6982
6983 Fix problems found while writing a test suite.
6984
6985 * net/tramp-compat.el (tramp-compat-load): New defun.
6986 * net/tramp.el (tramp-handle-load): Use it.
6987
6988 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6989 "(numberp ok-if-already-exists)" correctly.
6990
6991 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6992
6993 * international/characters.el (glyphless-char-display-control):
6994 Add usage note.
6995
6996 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6997
6998 * progmodes/python.el (python-mode):
6999 * progmodes/scheme.el (scheme-mode):
7000 * progmodes/prolog.el (prolog-mode):
7001 * progmodes/ruby-mode.el (ruby-mode):
7002 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7003 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7004
7005 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * rect.el (rectangle--highlight-for-redisplay):
7008 * emacs-lisp/smie.el (smie--next-indent-change):
7009 Use buffer-chars-modified-tick.
7010
7011 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7012
7013 * electric.el (electric-indent-post-self-insert-function):
7014 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7015
7016 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7017
7018 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7019
7020 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7021
7022 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7023 (bug#15786).
7024
7025 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7028
7029 * progmodes/python.el: Fix up last change.
7030 (python-shell--save-temp-file): New function.
7031 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7032 `string' comes from the current buffer.
7033 (python-shell-send-string-no-output): Remove `msg' arg.
7034 (python--use-fake-loc): New var.
7035 (python-shell-buffer-substring): Obey it. Try to compensate for the
7036 extra coding line added by python-shell--save-temp-file.
7037 (python-shell-send-region): Use python-shell--save-temp-file and
7038 python-shell-send-file directly. Add `nomain' argument.
7039 (python-shell-send-buffer): Use python-shell-send-region.
7040 (python-electric-pair-string-delimiter): New function.
7041 (python-mode): Use it.
7042
7043 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7044
7045 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7046 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7047 environment and decoding all of the default-directory's to here
7048 from command-line.
7049 (command-line): Decode also argv[0].
7050
7051 * loadup.el: Error out if default-directory is a multibyte string
7052 when we are dumping.
7053
7054 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7055
7056 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7057
7058 * emacs-lisp/package.el (package-menu-mode)
7059 (package-menu--print-info, package-menu--archive-predicate):
7060 Add Archive column to package list.
7061
7062 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7063
7064 Fix problems found while writing a test suite.
7065
7066 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7067 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7068 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7069 to nil when running original file name handler. Otherwise,
7070 there are problems with constructs like "$$FOO".
7071
7072 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7073 for `localname'.
7074
7075 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7076
7077 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7078
7079 * subr.el (version<, version<=, version=):
7080 Update docstrings with information for snapshot versions.
7081
7082 * helpers.el: New library for misc helper functions.
7083 (hash-table-keys): New function returning a list of hash keys.
7084 (hash-table-values): New function returning a list of hash values.
7085
7086 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7087
7088 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7089 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7090
7091 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7092
7093 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7094 checking whether point is after a 1-letter word.
7095
7096 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7097
7098 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7099 Don't infloop when expanding region over `multiline' syntax-type that
7100 begins a line (bug#15778).
7101
7102 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7105 Make it into a proper minor mode.
7106 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
7107 (rectangle-mark-mode-map): New keymap.
7108 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7109
7110 2013-11-04 Glenn Morris <rgm@gnu.org>
7111
7112 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7113
7114 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7117 (ruby-smie-rules): Use smie-rule-parent instead.
7118
7119 * emacs-lisp/smie.el (smie-rule-parent): Always call
7120 smie-indent-virtual rather than only for hanging tokens.
7121 (smie--next-indent-change): New helper command.
7122
7123 2013-11-03 Glenn Morris <rgm@gnu.org>
7124
7125 * Makefile.in (abs_srcdir): Remove.
7126 (emacs): Unset EMACSLOADPATH.
7127
7128 2013-11-02 Glenn Morris <rgm@gnu.org>
7129
7130 * Makefile.in (EMACS): Use a relative filename.
7131 (abs_top_builddir): Remove.
7132 (custom-deps, finder-data, autoloads): Use --chdir.
7133
7134 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7135
7136 Use relative filenames in TAGS files.
7137 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7138 (lisptagsfiles4, TAGS): Use relative file names.
7139 (TAGS-LISP): Remove.
7140 (maintainer-clean): No more TAGS-LISP file.
7141
7142 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7143 (lisptagsfiles4): Use absolute filenames again.
7144 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7145 Remove all *loaddefs files, not just the first. Remove esh-groups.
7146 (maintainer-clean): Delete TAGS, TAGS-LISP.
7147
7148 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7149
7150 * emacs-lisp/package.el (package-version-join):
7151 Recognize snapshot versions.
7152
7153 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7154
7155 * subr.el (version-regexp-alist): Add support for snapshot versions.
7156
7157 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7158
7159 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7160 New function, replacement for `smie-rule-parent' for when we want to
7161 skip over our direct parent if it's an assignment token..
7162 (ruby-smie-rules): Use it.
7163
7164 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7165
7166 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7167 unconditionally. Remove now unnecessary forward declarations.
7168 Remove XEmacs-specific setup.
7169 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7170 (ruby-font-lock-syntactic-keywords)
7171 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7172 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7173 (ruby-here-doc-end-syntax): Remove.
7174 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7175 defined as function.
7176
7177 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7178
7179 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7180
7181 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7182
7183 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7184 table and abbrev table, `define-derived-mode' does that for us
7185 anyway.
7186
7187 2013-11-01 Glenn Morris <rgm@gnu.org>
7188
7189 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7190 files is atomic for some time, so no parallel compilation issues).
7191
7192 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7193
7194 * faces.el (face-x-resources): Add :distant-foreground.
7195 (region): Use :distant-foreground for gtk and ns.
7196
7197 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7198
7199 Allow multiple bibliographies when BibLaTeX is used rather than
7200 BibTeX.
7201 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7202 (reftex-locate-bibliography-files): Us it.
7203
7204 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7205
7206 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7207 allow comments in pbm files.
7208
7209 * term/w32-win.el (dynamic-library-alist): Support newer versions
7210 of libjpeg starting with v7: look only for the DLL from the
7211 version against which Emacs was built.
7212 Support versions of libpng beyond 1.4.x.
7213 Support libtiff v4.x.
7214
7215 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7216
7217 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7218 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7219 Add property :safe.
7220 (ruby-deep-arglist): Add property :type.
7221
7222 2013-10-31 Glenn Morris <rgm@gnu.org>
7223
7224 * Makefile.in (custom-deps, finder-data): No need to setq the target
7225 variables, we are in the right directory and the defaults work fine.
7226
7227 2013-10-30 Glenn Morris <rgm@gnu.org>
7228
7229 * Makefile.in (autoloads): Do not use abs_lisp.
7230
7231 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7232 `newline' does not respect `standard-output', so use `princ'.
7233
7234 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7235
7236 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7237 * buff-menu.el (Buffer-menu--unmark): New function.
7238 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7239
7240 2013-10-30 Glenn Morris <rgm@gnu.org>
7241
7242 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7243
7244 * emacs-lisp/package.el (lm-homepage): Declare.
7245
7246 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7247 Fix doc typos.
7248
7249 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7250
7251 * Makefile.in (finder-data, autoloads, update-subdirs)
7252 (compile-main, compile-clean, compile-always, bootstrap-clean):
7253 Check return value of cd.
7254 (compile-calc): Remove.
7255
7256 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7259
7260 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7261 (byte-compile-and-folded): New function.
7262 (=, <, >, <=, >=): Use it.
7263
7264 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7265 (path-separator, null-device, buffer-file-coding-system)
7266 (lpr-headers-switches): Check system-type before modifying them.
7267 (find-buffer-file-type-coding-system): Mark obsolete.
7268 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7269 find-file-not-found-set-buffer-file-coding-system.
7270 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7271 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7272 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7273 (w32-direct-print-region-helper, w32-direct-print-region-function)
7274 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7275 * startup.el (normal-top-level-add-subdirs-to-load-path):
7276 * ps-print.el (ps-print-region-function):
7277 * lpr.el (print-region-function): Use new name.
7278
7279 * subr.el (custom-declare-variable-early): Remove function.
7280 (custom-declare-variable-list): Remove var.
7281 (error, user-error): Remove `while' loop.
7282 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7283 (user-emacs-directory-warning, locate-user-emacs-file):
7284 Move to files.el.
7285 * simple.el (read-quoted-char-radix, read-quoted-char):
7286 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7287 Move from subr.el.
7288 * custom.el (custom-declare-variable-list): Don't process
7289 custom-declare-variable-list.
7290
7291 * progmodes/python.el (python-shell-get-buffer): New function.
7292 (python-shell-get-process): Use it.
7293 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7294 Python which encoding was used. Don't split-string since we only care
7295 about the first line. Return the temp-file, if applicable.
7296 (python-shell-send-region): Tell compile.el how to turn locations in
7297 the temp-file into locations in the source buffer.
7298
7299 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * subr.el (undefined): Add missing behavior from the C code for
7302 unbound keys.
7303
7304 * rect.el: Use lexical-binding. Add new rectangular region support.
7305 (rectangle-mark): New command.
7306 (rectangle--region): New var.
7307 (deactivate-mark-hook): Reset rectangle--region.
7308 (rectangle--extract-region, rectangle--insert-for-yank)
7309 (rectangle--highlight-for-redisplay)
7310 (rectangle--unhighlight-for-redisplay): New functions.
7311 (region-extract-function, redisplay-unhighlight-region-function)
7312 (redisplay-highlight-region-function): Use them to handle
7313 rectangular region.
7314 * simple.el (region-extract-function): New var.
7315 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7316 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7317 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7318 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7319 (redisplay-unhighlight-region-function)
7320 (redisplay-highlight-region-function): New vars.
7321 (redisplay--update-region-highlight): New function.
7322 (pre-redisplay-function): Use it.
7323 (exchange-point-and-mark): Don't deactivate the mark before
7324 reactivate-it anyway.
7325 * comint.el (comint-kill-region): Remove yank-handler argument.
7326 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7327 (delete-char): Remove property, since it's now part of their
7328 default behavior.
7329 (self-insert-iso): Remove property since this command doesn't exist.
7330
7331 * emacs-lisp/package.el (package--download-one-archive)
7332 (describe-package-1): Don't query the user about final newline.
7333
7334 2013-10-29 Daniel Colascione <dancol@dancol.org>
7335
7336 * net/tramp.el (tramp-methods): Document new functionality.
7337 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7338 tramp-hostname-checker if method provides one instead of scanning
7339 argument list for "%h" to decide hostname acceptability.
7340
7341 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7342
7343 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7344 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7345 Handle COPY-CONTENTS. (Bug#15737)
7346
7347 2013-10-28 Daiki Ueno <ueno@gnu.org>
7348
7349 * epa-file.el
7350 (epa-file-cache-passphrase-for-symmetric-encryption):
7351 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7352
7353 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7354
7355 * image.el (defimage, image-load-path): Doc fixes.
7356
7357 2013-10-27 Alan Mackenzie <acm@muc.de>
7358
7359 Indent statements in macros following "##" correctly.
7360 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7361 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7362
7363 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7364
7365 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7366
7367 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7368
7369 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7370 after `=' is probably a new expression.
7371
7372 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7373
7374 * man.el (man-imenu-title): New option.
7375 (Man-mode-map): Add menu. (Bug#15722)
7376 (Man-mode): Add imenu to menu.
7377
7378 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7379
7380 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7381 specific in what the first arg can be: a non-keyword word,
7382 string/regexp/percent literal opener, opening paren, or unary
7383 operator followed directly by word.
7384
7385 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7388 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7389 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7390 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7391 Remove vars, they do not apply any more.
7392 (prolog-mode-abbrev-table): Remove redundant declaration.
7393 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7394 (prolog-use-smie): Remove.
7395 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7396 supported by prolog-electric-if-then-else-flag.
7397 (prolog-mode-variables, prolog-menu): Use setq-local.
7398 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7399 Remove binding to `Backspace' since this key doesn't exist anyway.
7400 Remove bindings for electric self-inserting keys.
7401 (prog-mode): Assume it's defined.
7402 (prolog-post-self-insert): New function.
7403 (prolog-mode): Use it.
7404 (prolog-indent-line, prolog-indent-level)
7405 (prolog-find-indent-of-matching-paren)
7406 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7407 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7408 (prolog-goto-next-paren, prolog-in-string-or-comment)
7409 (prolog-tokenize, prolog-inside-mline-comment)
7410 (prolog-find-start-of-mline-comment): Remove functions.
7411 (prolog-find-unmatched-paren, prolog-clause-end)
7412 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7413 (prolog-electric--if-then-else): Rename from
7414 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7415 (prolog-tokenize-searchkey): Remove const.
7416 (prolog-clause-info): Use forward-sexp.
7417 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7418 (prolog-electric-if-then-else): Remove commands.
7419 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7420 for use in post-self-insert-hook.
7421 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7422 for use in post-self-insert-hook.
7423 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7424 for use in post-self-insert-hook.
7425 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7426 adapt it for use in post-self-insert-hook.
7427
7428 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7429
7430 * emacs-lisp/ert.el (ert-run-tests-interactively):
7431 Use `completing-read'. (Bug#9756)
7432
7433 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7434
7435 * simple.el (line-move): Call line-move-1 instead of
7436 line-move-visual when the current window hscroll is zero, but
7437 temporary-goal-column indicates we will need to hscroll as result
7438 of the movement. (Bug#15712)
7439
7440 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7441
7442 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7443 capitalization. Use :visible instead of :active.
7444 Fix `ruby-indent-exp' reference. Add menu items for the generic
7445 commands that are used with SMIE.
7446 (ruby-do-end-to-brace): Insert space after `{'.
7447
7448 2013-10-25 John Anthony <john@jo.hnanthony.com>
7449
7450 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7451
7452 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7453
7454 2013-10-25 Glenn Morris <rgm@gnu.org>
7455
7456 * vc/vc.el (vc-print-log): Don't use a working revision unless
7457 one was explicitly specified. (Bug#15322)
7458
7459 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * subr.el (add-to-list): Preserve return value in compiler-macro
7462 (bug#15692).
7463
7464 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7465
7466 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7467 result. Ask user to retry using '-all' flag. (Bug#15701)
7468
7469 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * emacs-lisp/smie.el: New smie-config system.
7472 (smie-config): New defcustom.
7473 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7474 (smie-config-guess, smie-config-save): New commands.
7475 (smie-config--mode-local, smie-config--buffer-local)
7476 (smie-config--trace, smie-config--modefuns): New vars.
7477 (smie-config--advice, smie-config--mode-hook)
7478 (smie-config--setter, smie-config-local, smie-config--get-trace)
7479 (smie-config--guess-value, smie-config--guess): New functions.
7480 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7481 text properties. Treat "string fence" syntax like string syntax.
7482
7483 * progmodes/sh-script.el (sh-use-smie): Change default.
7484 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7485 (sh-var-value): Simplify by CSE.
7486 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7487 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7488 is used.
7489 (sh-guess-basic-offset): Use cl-incf.
7490 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7491
7492 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7493
7494 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7495 (bug#15699).
7496
7497 2013-10-24 Glenn Morris <rgm@gnu.org>
7498
7499 * Makefile.in (abs_top_srcdir): Remove.
7500 (update-subdirs): Use relative path to update-subdirs.
7501
7502 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7503
7504 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7505 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7506 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7507 Call unmsys--file-name before expand-file-name, not after it.
7508
7509 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7510
7511 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7512 (ert-test-skipped): New error.
7513 (ert-skip, ert-stats-skipped): New defuns.
7514 (ert--skip-unless): New macro.
7515 (ert-test-skipped): New struct.
7516 (ert--run-test-debugger, ert-test-result-type-p)
7517 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7518 (ert--stats-set-test-and-result, ert-char-for-test-result)
7519 (ert-string-for-test-result, ert-run-tests-batch)
7520 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7521 Handle skipped tests. (Bug#9803)
7522
7523 2013-10-24 Glenn Morris <rgm@gnu.org>
7524
7525 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7526
7527 * Makefile.in (abs_top_srcdir): New, set by configure.
7528 (update-subdirs): Correct build-aux location.
7529
7530 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7531
7532 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7533 value, whether we could auto-deduce `backend', or not.
7534
7535 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7536 with parameters" example. Simplify the "is it block or is it
7537 hash" check, but also make it more thorough.
7538
7539 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7540
7541 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7542
7543 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7546 { if it is hanging.
7547
7548 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7549 :before ";".
7550
7551 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7552
7553 * progmodes/compile.el (compilation-directory-matcher)
7554 (compilation-page-delimiter):
7555 Support GNU Make-4.0 directory quoting. (Bug#15678)
7556
7557 2013-10-23 Leo Liu <sdl.web@gmail.com>
7558
7559 * ido.el (ido-tidy): Handle read-only text.
7560
7561 2013-10-23 Glenn Morris <rgm@gnu.org>
7562
7563 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7564 (emacs, compile, compile-always):
7565 Quote entities that might contain whitespace.
7566 (custom-deps, finder-data, autoloads): Use abs_lisp.
7567 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7568 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7569 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7570
7571 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7572
7573 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7574 Use `following-char'.
7575
7576 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7579 * progmodes/ruby-mode.el (ruby-smie-rules):
7580 Remove corresponding workaround. Fix indentation rule of ";" so it
7581 also applies when ";" is the parent.
7582
7583 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7584
7585 * frame.el (display-screens, display-pixel-height)
7586 (display-pixel-width, display-mm-width, display-backing-store)
7587 (display-save-under, display-planes, display-color-cells)
7588 (display-visual-class, display-monitor-attributes-list):
7589 Mention the optional ‘display’ argument in doc strings.
7590
7591 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7592
7593 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7594 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7595
7596 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7597
7598 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7599 TODO. Add "." after " @ ".
7600 (ruby-smie--at-dot-call): New function. Checks if point at method
7601 call with explicit target.
7602 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7603 to the method name tokens when it precedes them.
7604 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7605 (ruby-smie-rules): Add rule for indentation before and after "."
7606 token.
7607
7608 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * textmodes/remember.el (remember-diary-extract-entries):
7611 Avoid add-to-list.
7612
7613 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7614 an instruction.
7615
7616 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7617
7618 * progmodes/ruby-mode.el (ruby-smie-grammar):
7619 Add (almost) all infix operators.
7620 (ruby-smie--implicit-semi-p): Add new operator chars.
7621
7622 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7623 `smie-down-list'.
7624 (ruby-smie--args-separator-p): Check that there's no newline
7625 between method call and its arguments.
7626
7627 2013-10-20 Alan Mackenzie <acm@muc.de>
7628
7629 Allow comma separated lists after Java "implements".
7630
7631 * progmodes/cc-engine.el (c-backward-over-enum-header):
7632 Parse commas.
7633 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7634 from a "disallowed" list in enum fontification.
7635
7636 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7637
7638 * startup.el (default-frame-background-mode): Remove unused defvar.
7639
7640 * progmodes/verilog-mode.el (verilog-mode): Don't set
7641 comment-indent-function globally.
7642
7643 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7644
7645 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7646 Move Info menu item creation to ns-win.el.
7647
7648 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7649 in menu bar.
7650
7651 * menu-bar.el: Move GNUstep specific menus...
7652
7653 * term/ns-win.el (ns-initialize-window-system): ... to here.
7654
7655 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * simple.el (newline): Only run post-self-insert-hook when
7658 called interactively.
7659
7660 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7661
7662 * icomplete.el (icomplete-with-completion-tables): Add :version.
7663
7664 2013-10-19 Alan Mackenzie <acm@muc.de>
7665
7666 Fix fontification bugs with constructors and const.
7667
7668 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7669 CASE 2) Remove the check for the absence of a suffix construct
7670 after a function declaration with only types (no identifiers) in
7671 the parentheses. Also, accept a function declaration with just a
7672 type inside the parentheses, if this type can be positively
7673 recognised as such, or if a prefix keyword like "explicit" nails
7674 down the construct as a declaration.
7675
7676 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7677
7678 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7679 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7680 the problem whereby selecting a menu item that leads to a
7681 minibuffer prompt moves the cursor out of the minibuffer window,
7682 making it hard to type at the prompt. Suggested by Stefan Monnier
7683 <monnier@iro.umontreal.ca>.
7684
7685 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7686
7687 * menu-bar.el: Don't make Services menu.
7688
7689 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7690
7691 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7692 (ffap-alist): Use ffap-c++-mode for c++-mode.
7693 (ffap-c++-path): New variable.
7694 (ffap-c++-mode): New function.
7695
7696 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7697
7698 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7699
7700 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7701
7702 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7703 introduced on 2013-09-08, which results in an infinite loop
7704 requesting a password.
7705
7706 2013-10-18 Glenn Morris <rgm@gnu.org>
7707
7708 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7709
7710 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7711
7712 Sync with upstream verilog-mode revision 1a6ecec7.
7713 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7714 (verilog-mode-release-date): Remove.
7715 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7716 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7717 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7718 (verilog-auto-tieoff-ignore-regexp)
7719 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7720 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7721 (verilog-signals-with, verilog-dir-cache-preserving)
7722 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7723 Doc fixes.
7724 (verilog-case-fold): New option, to control case folding in
7725 regexp searches, bug597.
7726 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7727 (verilog-string-match-fold, verilog-in-paren-count)
7728 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7729 (verilog-at-close-struct-p): New functions.
7730 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7731 (verilog-forward-sexp, verilog-set-auto-endcomments)
7732 (verilog-leap-to-case-head): Handle "unique0" case.
7733 (verilog-in-constraint-re): New constant.
7734 (verilog-keywords, verilog-type-font-keywords):
7735 Add some SystemVerilog 1800-2012 keywords.
7736 (verilog-label-be): Remove unimplemented argument, bug669.
7737 (verilog-batch-execute-func): When batch expanding clear
7738 create-lockfiles to prevent spurious user locks when a file ends
7739 up not changing.
7740 (verilog-calculate-indent, verilog-calc-1)
7741 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7742 (verilog-do-indent): Fix indentation of nested constraints
7743 and structures.
7744 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7745 (verilog-auto-inst-param): Use verilog-string-match-fold.
7746 (verilog-read-inst-module-matcher):
7747 Fix AUTOINST on gate primitives with #1.
7748 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7749 Reads all user-defined typed variables.
7750 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7751 (verilog-signals-matching-regexp)
7752 (verilog-signals-not-matching-regexp, verilog-auto):
7753 Respect verilog-case-fold.
7754 (verilog-diff-report): Fix line count.
7755 (verilog-auto-assign-modport): Remove unused local `modi'.
7756 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7757 better handle multidimensional arrays.
7758 Fix packed array ports misadding bit index in AUTOINST, bug637.
7759 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7760 to not double-declare existing outputs and inputs, respectively.
7761 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7762 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7763 (verilog-sk-uvm-component): New skeleton.
7764 (verilog-submit-bug-report): Add verilog-case-fold,
7765 remove verilog-mode-release-date.
7766
7767 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7768
7769 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7770 as before.
7771
7772 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7773
7774 * textmodes/remember.el (remember): Set buffer-offer-save in
7775 remember buffers (bug#13566).
7776
7777 2013-10-18 Daniel Colascione <dancol@dancol.org>
7778
7779 When evaluating forms in ielm, direct standard output to ielm
7780 buffer. Add new ielm-return-for-effect command. Remove trailing
7781 whitespace throughout.
7782
7783 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7784 (ielm-return-for-effect): New command.
7785 (ielm-send-input): Accept optional `for-effect' parameter.
7786 (ielm-eval-input): Accept optional `for-effect' parameter.
7787 Bind `standard-output' to stream we create using
7788 `ielm-standard-output-impl'. Suppress printing result when
7789 `for-effect'.
7790 (ielm-standard-output-impl): New function.
7791 (inferior-emacs-lisp-mode): Explain new features in documentation.
7792
7793 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7794
7795 Code cleanup.
7796
7797 * net/tramp.el (tramp-debug-message): Do not check for connection
7798 buffer.
7799 (tramp-message): Use "vector" connection property.
7800
7801 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7802 (tramp-equal-remote, tramp-eshell-directory-change)
7803 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7804 (tramp-adb-handle-rename-file)
7805 * net/tramp-cmds.el (tramp-list-remote-buffers)
7806 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7807 * net/tramp-compat.el (tramp-compat-process-running-p)
7808 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7809 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7810 (tramp-gvfs-handle-rename-file)
7811 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7812 (tramp-set-file-uid-gid)
7813 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7814 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7815 of `file-remote-p'.
7816
7817 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7818 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7819 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7820 (tramp-gw-open-network-stream): Suppress unrelated traces.
7821
7822 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7823 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7824 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7825 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7826 connection property.
7827
7828 * net/tramp-cache.el (top): Suppress traces when reading
7829 persistency file.
7830
7831 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7832 Refactor common code. Improve debug message.
7833 (tramp-maybe-open-connection)
7834 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7835 connection buffer too early.
7836
7837 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7838 from `tramp-smb-actions-with-acl'.
7839 (tramp-smb-actions-set-acl): New defconst.
7840 (tramp-smb-handle-copy-directory)
7841 (tramp-smb-action-get-acl): New defun, renamed from
7842 `tramp-smb-action-with-acl'.
7843 (tramp-smb-action-set-acl): New defun.
7844 (tramp-smb-handle-set-file-acl): Rewrite.
7845
7846 2013-10-17 Glenn Morris <rgm@gnu.org>
7847
7848 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7849
7850 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * skeleton.el (skeleton-newline): Remove.
7853 (skeleton-internal-1): Use (insert "\n") instead.
7854
7855 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7856 let-bindings.
7857
7858 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7859 forward-sexp-function while we redo its job (bug#15613).
7860
7861 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7862
7863 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7864 represented by lists.
7865
7866 2013-10-16 Glenn Morris <rgm@gnu.org>
7867
7868 * tmm.el (tmm--history): New dynamic variable.
7869 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7870
7871 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7872
7873 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7874 (tramp-smb-errors): Add error messages.
7875 (tramp-smb-actions-with-acl): New defconst.
7876 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7877 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7878 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7879 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7880 (tramp-smb-get-stat-capability): Fix tests.
7881
7882 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7883
7884 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7885 (bug#15580).
7886
7887 2013-10-16 Glenn Morris <rgm@gnu.org>
7888
7889 * ansi-color.el (ansi-color-drop-regexp):
7890 Add 1J, 1K, 2K. (Bug#15617)
7891
7892 * files.el (hack-local-variables--warned-lexical): New.
7893 (hack-local-variables):
7894 Warn about misplaced lexical-binding. (Bug#15616)
7895
7896 * net/eww.el (eww-render): Always set eww-current-url,
7897 and update header line. (Bug#15622)
7898 (eww-display-html): ... Rather than just doing it here.
7899
7900 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7901
7902 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7903 menu navigations commands.
7904
7905 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7906
7907 * progmodes/subword.el (subword-capitalize): Be careful when
7908 the search for [[:alpha:]] fails (bug#15580).
7909
7910 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7911
7912 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7913 to commands that scroll the menu.
7914
7915 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7916
7917 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7918 Handle methods ending with `?' and `!'.
7919
7920 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7921
7922 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7923 `japanese-cp932' to `cp932' to fix the problem where saving a
7924 source file written in Shift_JIS twice would end up having
7925 `coding: japanese-cp932' which Ruby could not recognize.
7926 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7927 in `ruby-encoding-map'.
7928 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7929 doesn't need to be explicitly declared in magic comment.
7930 (ruby-encoding-map): Add type declaration for better customize UI.
7931
7932 2013-10-13 Glenn Morris <rgm@gnu.org>
7933
7934 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7935 Occur buffers are read-only. http://bugs.debian.org/720775
7936
7937 * emacs-lisp/authors.el (authors-fixed-entries):
7938 Comment out old alpha stuff.
7939
7940 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7941
7942 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7943 to `after-save-hook' instead of `before-save-hook'.
7944 (ruby-mode-set-encoding): Use the value of coding system used to
7945 write the file. Call `basic-save-buffer-1' after modifying the
7946 buffer.
7947
7948 2013-10-13 Alan Mackenzie <acm@muc.de>
7949
7950 Fix indentation/fontification of Java enum with
7951 "implements"/generic.
7952
7953 * progmodes/cc-engine.el (c-backward-over-enum-header):
7954 Extracted from the three other places and enhanced to handle generics.
7955 (c-inside-bracelist-p): Uses new function above.
7956 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7957 function above.
7958 (c-font-lock-enum-tail): Uses new function above.
7959
7960 2013-10-13 Kenichi Handa <handa@gnu.org>
7961
7962 * international/mule-cmds.el (select-safe-coding-system): Remove a
7963 superfluous condition in chekcing whether a coding system is safe
7964 or not.
7965
7966 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7967
7968 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7969
7970 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7971
7972 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7973
7974 2013-10-13 Glenn Morris <rgm@gnu.org>
7975
7976 * menu-bar.el (menu-bar-update-buffers):
7977 Unify Buffers menu prompt string. (Bug#15576)
7978
7979 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7980
7981 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7982 Add some entries.
7983 (authors-fixed-entries): Use accented form of name.
7984
7985 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7988 method calls (bug#15594).
7989 (ruby-smie--args-separator-p): New function.
7990 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7991 recognize paren-free method calls.
7992
7993 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7994 internals of universal-argument.
7995
7996 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7997
7998 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7999 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8000 dropped menu on second mouse click on the menu bar.
8001
8002 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8005 (explicit-shell-file-name): Declare.
8006 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8007 (sh-completion-at-point-function): New function.
8008 (sh-mode): Use it.
8009 (sh-smie--keyword-p): Remove unused argument.
8010 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8011 vars.
8012 (sh-set-shell): Always setup SMIE, even if we use the
8013 old indentation code.
8014
8015 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8016
8017 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8018 cases of ? and =.
8019 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8020 predicate would return nil are almost non-existent.
8021 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8022
8023 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8024 cache also after commands that modify the buffer but don't move
8025 point.
8026
8027 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * env.el (substitute-env-in-file-name): New function.
8030 (substitute-env-vars): Extend the meaning of the optional arg.
8031
8032 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8033
8034 * term/w32-win.el (dynamic-library-alist): Define separate lists
8035 of GIF DLLs for versions before and after 5.0.0 of giflib.
8036 (Bug#15531)
8037
8038 2013-10-10 João Távora <joaotavora@gmail.com>
8039
8040 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8041 not locked, use last revision and current source as
8042 defaults. (Bug#15569)
8043
8044 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8045
8046 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8047 menu-bar is hidden.
8048
8049 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8050
8051 * window.el (pop-to-buffer-same-window): Fix doc-string.
8052 (Bug#15492)
8053
8054 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8057
8058 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8059
8060 * calendar/icalendar.el (icalendar-import-file):
8061 Fix interactive spec. (Bug#15482)
8062
8063 2013-10-10 Glenn Morris <rgm@gnu.org>
8064
8065 * desktop.el (desktop-save): Default to saving in .emacs.d,
8066 since PWD is no longer in desktop-path by default. (Bug#15319)
8067
8068 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8069 now that text mode has a menu with the same entry.
8070 (menu-bar-text-mode-auto-fill): Remove now unused func.
8071 * textmodes/text-mode.el (text-mode-map):
8072 Use auto-fill help text from menu-bar.el.
8073
8074 2013-10-10 John Anthony <john@jo.hnanthony.com>
8075
8076 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8077
8078 2013-10-09 Juri Linkov <juri@jurta.org>
8079
8080 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8081 instead of this-command-keys. Add universal-argument-more and
8082 universal-argument-minus to the list of prefix commands. (Bug#15568)
8083
8084 2013-10-09 Glenn Morris <rgm@gnu.org>
8085
8086 * vc/vc-svn.el (vc-svn-create-repo):
8087 Expand paths in file://... url. (Bug#15446)
8088
8089 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8090 Add some entries.
8091 (authors): Remove unused local variables.
8092
8093 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * profiler.el: Create a more coherent calltree from partial backtraces.
8096 (profiler-format): Hide the tail with `invisible' so that C-s can still
8097 find the hidden elements.
8098 (profiler-calltree-depth): Don't recurse so enthusiastically.
8099 (profiler-function-equal): New hash-table-test.
8100 (profiler-calltree-build-unified): New function.
8101 (profiler-calltree-build): Use it.
8102 (profiler-report-make-name-part): Indent the calltree less.
8103 (profiler-report-mode): Add visibility specs for profiler-format.
8104 (profiler-report-expand-entry, profiler-report-toggle-entry):
8105 Expand the whole subtree when provided with a prefix arg.
8106
8107 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8108
8109 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8110 iuwu-mod token.
8111 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8112 hanging iuwu-mod token.
8113 (ruby-smie--forward-token): Do not include a dot after a token in
8114 that token.
8115 (ruby-smie--backward-token): Likewise.
8116
8117 2013-10-08 Juri Linkov <juri@jurta.org>
8118
8119 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8120 to isearch-other-control-char.
8121 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8122 and isearch-post-command-hook to post-command-hook.
8123 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8124 and isearch-post-command-hook from post-command-hook.
8125 (isearch-unread-key-sequence)
8126 (isearch-reread-key-sequence-naturally)
8127 (isearch-lookup-scroll-key, isearch-other-control-char)
8128 (isearch-other-meta-char): Remove functions.
8129 (isearch-pre-command-hook, isearch-post-command-hook):
8130 New functions based on isearch-other-meta-char rewritten
8131 relying on the new behavior of overriding-terminal-local-map
8132 that does not replace the local keymaps any more. (Bug#15200)
8133
8134 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8135
8136 Support menus on text-mode terminals.
8137 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8138 functionality.
8139
8140 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8141
8142 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8143 Move here from mouse.el.
8144 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8145 and arrow keys.
8146 (tty-menu-navigation-map): New map for TTY menu navigation.
8147
8148 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8149
8150 * frame.el (display-mouse-p): Report text-mode mouse as available
8151 on w32.
8152 (display-popup-menus-p): Report availability if mouse is
8153 available; don't condition on window-system.
8154
8155 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8156 (tty-menu-selected-face): New faces.
8157
8158 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8161 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8162 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8163 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8164 New constants.
8165 (lisp-mode-variables): New `elisp' argument.
8166 (emacs-lisp-mode): Use it.
8167 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8168 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8169
8170 * indent.el: Use lexical-binding.
8171 (indent-region): Add progress reporter.
8172 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8173 last step.
8174 (indent--next-tab-stop): New function to implement this behavior.
8175 (tab-to-tab-stop, move-to-tab-stop): Use it.
8176
8177 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8178
8179 * indent.el (indent-rigidly--current-indentation): New function.
8180 (indent-rigidly-map): New var.
8181 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8182
8183 2013-10-08 Bastien Guerry <bzg@gnu.org>
8184
8185 * register.el (insert-register): Fix 2013-10-07 change.
8186
8187 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * progmodes/perl-mode.el: Use lexical-binding.
8190 Remove redundant :group args.
8191 (perl-nochange): Change default to be closer to other major modes's
8192 standard behavior.
8193 (perl-indent-line): Don't consider text on current line as a
8194 valid beginning of function from which to indent.
8195
8196 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8197 with more than one argument (bug#15538).
8198
8199 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8200
8201 * vc/pcvs.el: Use lexical-binding.
8202 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8203 environment of `eval'.
8204 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8205 than a list of expressions. Adjust callers.
8206 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8207
8208 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8209
8210 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8211 case of the dot in a chained method call being on the following line.
8212
8213 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * electric.el (electric-indent-inhibit): New var.
8216 (electric-indent-post-self-insert-function): Use it.
8217 * progmodes/python.el (python-mode): Set it.
8218
8219 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8220 open braces.
8221
8222 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8223
8224 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8225 (css-mode): Use electric-indent-chars.
8226
8227 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8228 (font-lock-beg, font-lock-end): Move before first use.
8229 (nxml-mode): Use syntax-propertize-function.
8230 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8231 (nxml-extend-after-change-region): Remove.
8232 * nxml/xmltok.el: Use lexical-binding.
8233 (xmltok-save): Use `declare'.
8234 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8235 * nxml/nxml-util.el: Use lexical-binding.
8236 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8237 Use `declare'.
8238 * nxml/nxml-ns.el: Use lexical-binding.
8239 (nxml-ns-save): Use `declare'.
8240 (nxml-ns-prefixes-for): Avoid add-to-list.
8241 * nxml/rng-match.el: Use lexical-binding.
8242 (rng--ipattern): Use cl-defstruct.
8243 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8244 (rng-cons-group-after, rng-subst-group-after)
8245 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8246 Use closures instead of `(lambda...).
8247
8248 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8251 of BEG and END.
8252
8253 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8254 Use `tramp-handle-insert-file-contents'.
8255 (tramp-gvfs-handle-insert-file-contents): Remove function.
8256
8257 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8258 Use `save-restriction' in order to keep markers.
8259
8260 * net/trampver.el: Update release number.
8261
8262 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * progmodes/compile.el (compilation-parse-errors):
8265 Use compilation--put-prop.
8266 (compilation--ensure-parse): Check compilation-multiline.
8267
8268 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8269
8270 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8271 lexical-binding.
8272
8273 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8274
8275 * progmodes/ruby-mode.el: Fix recently added tests.
8276 (ruby-smie-grammar): Add - and +.
8277 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8278 (ruby-smie--backward-id): New functions.
8279 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8280 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8281 any more.
8282
8283 2013-10-07 Leo Liu <sdl.web@gmail.com>
8284
8285 * register.el (register-preview-delay)
8286 (register-preview-functions): New variables.
8287 (register-read-with-preview, register-preview)
8288 (register-describe-oneline): New functions.
8289 (point-to-register, window-configuration-to-register)
8290 (frame-configuration-to-register, jump-to-register)
8291 (number-to-register, view-register, insert-register)
8292 (copy-to-register, append-to-register, prepend-to-register)
8293 (copy-rectangle-to-register): Use register-read-with-preview to
8294 read register. (Bug#15525)
8295
8296 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8297
8298 * net/network-stream.el (network-stream-open-starttls): Don't add
8299 --insecure if it's already present, because that gnutls-cli
8300 rejects getting that parameter twice.
8301
8302 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8303
8304 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8305 keyword, too.
8306
8307 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8308
8309 * newcomment.el (comment-use-global-state): Change default value
8310 to t, mark obsolete (Bug#15251).
8311 (comment-beginning): In addition to `comment-to-syntax', check the
8312 value of `comment-use-global-state'.
8313
8314 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8317 (ruby-comment-column): Follow the global default, by default.
8318 (ruby-smie-grammar): Add assignment syntax.
8319 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8320 open-paren, a comma, or a \.
8321 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8322 and line continuations.
8323 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8324 followed by implicit semi-colons. Add rule for string concatenation
8325 and for indentation at BOB.
8326 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8327
8328 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8329 calling next-sexp, since next-token may have skipped chars which
8330 next-sexp doesn't know should be skipped!
8331
8332 2013-10-05 Leo Liu <sdl.web@gmail.com>
8333
8334 * progmodes/octave.el (octave-send-region):
8335 Call compilation-forget-errors.
8336
8337 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8338
8339 * vc/vc-svn.el (vc-svn-find-admin-dir):
8340 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8341 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8342 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8343 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8344
8345 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8348
8349 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * subr.el (read-passwd): Hide chars even when called within a context
8352 where after-change-functions is disabled (bug#15501).
8353 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8354 until we removed ourself from overriding-terminal-local-map.
8355
8356 2013-10-04 Leo Liu <sdl.web@gmail.com>
8357
8358 * progmodes/octave.el (inferior-octave-mode):
8359 Call compilation-forget-errors.
8360
8361 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8362
8363 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8364
8365 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8366
8367 * net/secrets.el (secrets-create-collection): Add optional
8368 argument ALIAS. Use proper Label keyword. Append ALIAS as
8369 dbus-call-method argument. (Bug#15516)
8370
8371 2013-10-04 Leo Liu <sdl.web@gmail.com>
8372
8373 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8374 (inferior-octave-compilation-font-lock-keywords): New variables.
8375 (compilation-error-regexp-alist)
8376 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8377 (inferior-octave-mode): Use compilation-shell-minor-mode.
8378
8379 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8380
8381 * minibuffer.el (completion--replace): Be careful that `end' might be
8382 a marker.
8383
8384 2013-10-03 Daiki Ueno <ueno@gnu.org>
8385
8386 Add support for package signature checking.
8387 * emacs-lisp/package.el (url-http-file-exists-p)
8388 (epg-make-context, epg-context-set-home-directory)
8389 (epg-verify-string, epg-context-result-for)
8390 (epg-signature-status, epg-signature-to-string)
8391 (epg-check-configuration, epg-configuration)
8392 (epg-import-keys-from-file): Declare.
8393 (package-check-signature): New user option.
8394 (package-unsigned-archives): New user option.
8395 (package-desc): Add `signed' field.
8396 (package-load-descriptor): Set `signed' field if .signed file exists.
8397 (package--archive-file-exists-p): New function.
8398 (package--check-signature): New function.
8399 (package-install-from-archive): Check package signature.
8400 (package--download-one-archive): Check archive signature.
8401 (package-delete): Remove .signed file.
8402 (package-import-keyring): New command.
8403 (package-refresh-contents): Import default keyring.
8404 (package-desc-status): Add "unsigned" status.
8405 (describe-package-1, package-menu--print-info)
8406 (package-menu-mark-delete, package-menu--find-upgrades)
8407 (package-menu--status-predicate): Support "unsigned" status.
8408
8409 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8412 the new compilation scheme using the new byte-codes.
8413
8414 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8415 (byte-pophandler): New byte codes.
8416 (byte-goto-ops): Adjust accordingly.
8417 (byte-compile--use-old-handlers): New var.
8418 (byte-compile-catch): Use new byte codes depending on
8419 byte-compile--use-old-handlers.
8420 (byte-compile-condition-case--old): Rename from
8421 byte-compile-condition-case.
8422 (byte-compile-condition-case--new): New function.
8423 (byte-compile-condition-case): New function that dispatches depending
8424 on byte-compile--use-old-handlers.
8425 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8426 when we can.
8427
8428 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8429 Optimize under `condition-case' and `catch' if
8430 byte-compile--use-old-handlers is nil.
8431 (disassemble-offset): Handle new bytecodes.
8432
8433 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * subr.el (error): Use `declare'.
8436 (decode-char, encode-char): Use advertised-calling-convention instead
8437 of the docstring to discourage use of the `restriction' arg.
8438
8439 2013-10-03 Daiki Ueno <ueno@gnu.org>
8440
8441 * epg.el (epg-verify-file): Add a comment saying that it does not
8442 notify verification error as a return value nor a signal.
8443 (epg-verify-string): Ditto.
8444
8445 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8446
8447 * progmodes/compile.el (compilation-start): Try globbing the arg to
8448 `cd' (bug#15417).
8449
8450 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8451
8452 Sync with Tramp 2.2.8.
8453
8454 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8455 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8456 * net/trampver.el: Update release number.
8457
8458 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8459
8460 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8461 and default-process-coding-system for darwin only.
8462
8463 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8466
8467 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8468
8469 * vc/vc-git.el (vc-git-grep): Disable pager.
8470
8471 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8472
8473 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8474 Use :url instead of :homepage, as per
8475 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8476
8477 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8478 non-nil, use `syntax-ppss' (Bug#15251).
8479
8480 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8481
8482 * progmodes/octave.el (inferior-octave-startup-file):
8483 Prefer ~/.emacs.d/init_octave.m.
8484
8485 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8486
8487 * emacs-lisp/package.el (package-desc-from-define):
8488 Accept additional arguments as plist, convert them to an alist and store
8489 them in the `extras' slot.
8490 (package-generate-description-file): Convert extras alist back to
8491 plist and append to the `define-package' form arguments.
8492 (package--alist-to-plist): New function.
8493 (package--ac-desc): Add `extras' slot.
8494 (package--add-to-archive-contents): Check if the archive-contents
8495 vector is long enough, and if it is, pass its `extras' slot value
8496 to `package-desc-create'.
8497 (package-buffer-info): Call `lm-homepage', pass the returned value
8498 to `package-desc-from-define'.
8499 (describe-package-1): Render the homepage button (Bug#13291).
8500
8501 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8502 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8503
8504 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8505
8506 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8507 and default-process-coding-system to utf-8-unix (Bug#15402).
8508
8509 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8510
8511 * subr.el (looking-back): Do not recommend using looking-back.
8512
8513 2013-09-28 Alan Mackenzie <acm@muc.de>
8514
8515 Fix indentation/fontification of Java enum with "implements".
8516
8517 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8518 regexp which matches "implements", etc., in Java.
8519 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8520 specifier clauses coming after "enum".
8521 * progmodes/cc-fonts.el (c-font-lock-declarations)
8522 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8523 after "enum".
8524
8525 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8526
8527 * faces.el (region): Change ns_selection_color to
8528 ns_selection_fg_color, add ns_selection_bg_color.
8529
8530 2013-09-28 Leo Liu <sdl.web@gmail.com>
8531
8532 * progmodes/octave.el (inferior-octave-completion-table)
8533 (inferior-octave-completion-at-point): Minor tweaks.
8534
8535 * textmodes/ispell.el (ispell-lookup-words): Rename from
8536 lookup-words. (Bug#15460)
8537 (lookup-words): Obsolete.
8538 (ispell-complete-word, ispell-command-loop): All uses changed.
8539
8540 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8541
8542 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8543 (octave-mode-menu): Add octave-send-buffer.
8544 (octave-send-buffer): New function.
8545
8546 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8547
8548 * progmodes/octave.el (octave-mode-map): Add key binding for
8549 octave-lookfor.
8550 (octave-mode-menu): Add octave-lookfor.
8551 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8552 octave-lookfor.
8553 (octave-lookfor): New function.
8554
8555 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8558 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8559 its convention.
8560 (cl--loop-set-iterator-function): New function.
8561 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8562 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8563 Bind `it' with `let' instead of substituting it with `cl-subst'.
8564 (cl--unused-var-p): New function.
8565 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8566 Eliminate some unused variable warnings (bug#15326).
8567
8568 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8569
8570 * doc-view.el (doc-view-scale-reset): Rename from
8571 `doc-view-reset-zoom-level'.
8572 (doc-view-scale-adjust): New command.
8573 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8574 `doc-view-scale-adjust'.
8575
8576 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8577
8578 * doc-view.el (doc-view-reset-zoom-level): New command.
8579 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8580 zoom commands (bug#15466).
8581
8582 2013-09-26 Kenichi Handa <handa@gnu.org>
8583
8584 * international/quail.el (quail-help): Make it not a command.
8585
8586 2013-09-26 Leo Liu <sdl.web@gmail.com>
8587
8588 * minibuffer.el (completion-all-sorted-completions): Make args
8589 optional as they are.
8590
8591 2013-09-25 Daniel Colascione <dancol@dancol.org>
8592
8593 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8594 specs are and that they're not evaluated.
8595
8596 2013-09-24 Sam Steingold <sds@gnu.org>
8597
8598 * midnight.el (clean-buffer-list-kill-regexps)
8599 (clean-buffer-list-kill-buffer-names): Update for the new Man
8600 buffer naming which includes the object name.
8601
8602 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8605 (eshell-parse-command, eshell-parse-pipeline): Use it since
8606 eshell-separate-commands requires a dynamic scoped var.
8607 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8608
8609 2013-09-23 Leo Liu <sdl.web@gmail.com>
8610
8611 * autoinsert.el (auto-insert-alist): Make the value of
8612 lexical-binding match its file setting.
8613
8614 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8615
8616 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8617
8618 * autoarg.el (autoarg-kp-digit-argument):
8619 * electric.el (Electric-command-loop):
8620 * kmacro.el (kmacro-step-edit-insert):
8621 Do not set universal-argument-num-events.
8622
8623 2013-09-22 Leo Liu <sdl.web@gmail.com>
8624
8625 * files.el (interpreter-mode-alist): Add octave.
8626
8627 2013-09-21 Alan Mackenzie <acm@muc.de>
8628
8629 C++: fontify identifier in declaration following "public:" correctly.
8630 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8631 to match "public", etc.
8632 (c-decl-prefix-re): Add ":" into the C++ value.
8633 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8634 bit. Add a check for a ":" preceded by "public", etc.
8635
8636 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8637
8638 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8639 recognized by GDB 7.5 and later.
8640
8641 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8642
8643 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8644
8645 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * subr.el (internal--call-interactively): New const.
8648 (called-interactively-p): Use it (bug#3984).
8649
8650 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8651
8652 * vc/pcvs.el (cvs-mode-ignore):
8653 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8654 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8655
8656 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8659 (eshell-ls-orig-insert-directory): Remove.
8660 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8661 (eshell-ls-use-in-dired): Use advice-add/remove.
8662 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8663 Add `orig-fun' arg for use in :around advice.
8664 Make it check (redundantly) eshell-ls-use-in-dired.
8665
8666 2013-09-19 Glenn Morris <rgm@gnu.org>
8667
8668 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8669
8670 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8671
8672 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8673
8674 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8675
8676 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8677 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8678 (tramp-get-remote-python): New defuns.
8679 (tramp-get-remote-uid-with-perl)
8680 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8681 contributed by yary <not.com@gmail.com> (tiny change).
8682 (tramp-get-remote-uid-with-python)
8683 (tramp-get-remote-gid-with-python): New defuns. Python code
8684 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8685 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8686
8687 2013-09-19 Glenn Morris <rgm@gnu.org>
8688
8689 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8690
8691 * eshell/em-unix.el (eshell-remove-entries):
8692 Rename argument to avoid name-clash with global `top-level'.
8693
8694 * eshell/esh-proc.el (eshell-kill-process-function):
8695 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8696 (eshell-reset-after-proc): Remove unused arg `proc'.
8697
8698 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8699 (directory-files-and-attributes): Mark unused arg.
8700
8701 * eshell/em-unix.el (eshell-remove-entries):
8702 Remove unused arg `path'. Update callers.
8703
8704 * eshell/em-hist.el (eshell-hist-parse-arguments):
8705 Remove unused arg `silent'. Update callers.
8706
8707 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8708 Fix (f)boundp mix-up.
8709
8710 * eshell/em-smart.el (eshell-smart-scroll-window)
8711 (eshell-disable-after-change):
8712 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8713
8714 2013-09-18 Alan Mackenzie <acm@muc.de>
8715
8716 Fix fontification of type when followed by "const".
8717 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8718 "known" types from fontification.
8719
8720 2013-09-18 Glenn Morris <rgm@gnu.org>
8721
8722 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8723 (chart-face-list): Drop Emacsen without display-color-p.
8724
8725 * net/eww.el (libxml-parse-html-region): Declare.
8726 (eww-display-html): Explicit error if no libxml2 support.
8727
8728 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8729
8730 * image.el (image-type-from-buffer, image-multi-frame-p):
8731 Remove --without-x warning/error.
8732
8733 * mouse.el (mouse-yank-primary):
8734 * term.el (term-mouse-paste):
8735 Reorder to silence --without-x compilation.
8736
8737 * mpc.el (doc-view-mode): Silence --without-x compilation.
8738
8739 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8740 Silence --without-x compilation.
8741
8742 * progmodes/gud.el (gud-find-file, gud-mode):
8743 Silence --without-x compilation.
8744 (tooltip-mode): Declare.
8745
8746 * wdired.el (dired-backup-overwrite): Remove declaration.
8747 (wdired-mode-map): Add doc string.
8748
8749 * custom.el (x-get-resource): Declare.
8750
8751 * eshell/em-glob.el (ange-cache):
8752 * eshell/em-unix.el (ange-cache): Declare.
8753
8754 * faces.el (x-display-list, x-open-connection, x-get-resource):
8755 Declare.
8756
8757 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8758 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8759 Declare.
8760
8761 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8762
8763 * net/gnutls.el (gnutls-log-level): Declare.
8764
8765 * net/shr.el (image-size, image-animate): Declare.
8766
8767 * simple.el (font-info): Declare.
8768
8769 * subr.el (x-popup-dialog): Declare.
8770
8771 * term/common-win.el (x-select-enable-primary)
8772 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8773 Declare.
8774
8775 * term/ns-win.el (x-handle-args): Declare.
8776
8777 * term/x-win.el (x-select-enable-clipboard): Declare.
8778
8779 * term/w32-win.el (create-default-fontset): Declare.
8780
8781 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8782 Declare.
8783
8784 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8785 (fit-frame-to-buffer): Explicit error if --without-x.
8786 (mouse-autoselect-window-select): Silence compiler.
8787
8788 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8789
8790 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8791 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8792 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8793 * eshell/esh-util.el (eshell-sublist):
8794 Remove unused local variables.
8795
8796 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8797
8798 * textmodes/two-column.el: Make 2C-split work for --without-x.
8799 (scroll-bar-columns): Autoload.
8800 (top-level): Require fringe when compiling.
8801
8802 2013-09-18 Leo Liu <sdl.web@gmail.com>
8803
8804 * subr.el (add-hook): Robustify to handle closure as well.
8805
8806 2013-09-17 Glenn Morris <rgm@gnu.org>
8807
8808 * simple.el (messages-buffer-mode-map): Unbind "g".
8809
8810 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * help-mode.el (help-mode-finish): Use derived-mode-p.
8813 Remove obsolete highlighting.
8814
8815 * play/life.el (life-mode): Use define-derived-mode. Derive from
8816 special-mode.
8817 (life): Let-bind inhibit-read-only.
8818 (life-setup): Avoid `setq'. Use `life-mode'.
8819
8820 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8821 which should not be needed any more.
8822 (package-menu-refresh, package-menu-describe-package): Use user-error.
8823
8824 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8825 (eshell-post-rewrite-command-hook): Make obsolete.
8826 (eshell-parse-command): Simplify.
8827 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8828 (eshell--cmd): Declare.
8829 (eshell-parse-pipeline): Remove unused var `final-p'.
8830 Pass a dynvar to eshell-post-rewrite-command-hook.
8831 Implement the new eshell-post-rewrite-command-function.
8832 (eshell-invoke-directly): Remove unused arg `input'.
8833 * eshell/esh-io.el (eshell-io-initialize):
8834 Use eshell-post-rewrite-command-function (bug#15399).
8835 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8836 adjust to new calling convention.
8837 (eshell-create-handles): Rename args to avoid clashing with dynvar
8838 `standard-output'.
8839
8840 2013-09-17 Glenn Morris <rgm@gnu.org>
8841
8842 * simple.el (messages-buffer-mode): New major mode.
8843 (messages-buffer): New function.
8844 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8845 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8846 (ert-run-test): Use `messages-buffer' function.
8847 (ert--force-message-log-buffer-truncation): Ignore read-only.
8848 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8849 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8850
8851 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8854
8855 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8856
8857 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * icomplete.el (icomplete-in-buffer): New var.
8860 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8861 vars and replace them with functions.
8862 (icomplete-minibuffer-setup): Adjust accordingly.
8863 (icomplete--completion-table, icomplete--completion-predicate)
8864 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8865 New functions.
8866 (icomplete-forward-completions, icomplete-backward-completions)
8867 (icomplete-simple-completing-p, icomplete-exhibit)
8868 (icomplete-completions): Use them.
8869 (icomplete--in-region-buffer): New var.
8870 (icomplete--in-region-setup): New function.
8871 (icomplete-mode): Use it.
8872
8873 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8874 (bug#15379).
8875 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8876 return args and options.
8877 (eshell-eval-using-options): Use the new return value of
8878 eshell--do-opts to set the options's vars in their scope.
8879 (eshell--set-option): Rename from eshell-set-option.
8880 Add arg `opt-vals'.
8881 (eshell--process-option): Rename from eshell-process-option.
8882 Add arg `opt-vals'.
8883 (eshell--process-args): Use an `opt-vals' alist to store the options's
8884 values during their processing and return them additionally to the
8885 remaining args.
8886
8887 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8888
8889 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8890 continuation character an operator, as far as indentation is
8891 concerned (Bug#15369).
8892
8893 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8894
8895 * window.el (window--state-put-2): Don't process buffer state
8896 when buffer doesn't exist any more (Bug#15382).
8897
8898 2013-09-15 Glenn Morris <rgm@gnu.org>
8899
8900 * eshell/em-unix.el (eshell/rm):
8901 Make -f ignore missing files. (Bug#15373)
8902
8903 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8904 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8905 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8906
8907 2013-09-14 Glenn Morris <rgm@gnu.org>
8908
8909 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8910
8911 2013-09-13 Glenn Morris <rgm@gnu.org>
8912
8913 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8914 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8915
8916 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8917
8918 * frame.el (x-focus-frame): Mark as declared in frame.c.
8919
8920 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * ls-lisp.el: Use advice-add.
8923 (original-insert-directory): Remove.
8924 (ls-lisp--insert-directory): Rename from insert-directory; add
8925 `orig-fun' argument.
8926 (insert-directory): Advise.
8927
8928 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8929
8930 * term.el (term-emulate-terminal): Decode the command string
8931 before passing it to term-command-hook. (Bug#15337)
8932
8933 2013-09-13 Glenn Morris <rgm@gnu.org>
8934
8935 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8936
8937 * eshell/esh-ext.el (eshell-search-path): Declare.
8938
8939 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8940 Otherwise an error occurs if eshell-dirs module not loaded.
8941
8942 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8943
8944 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8947 `tramp-check-proper-host'. Check for a valid method name.
8948
8949 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8950 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8951 * net/tramp-sh.el (tramp-maybe-open-connection):
8952 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8953
8954 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8955 also for hash values.
8956
8957 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * term/ns-win.el (parameters): Don't declare as dynamic.
8960 (before-make-frame-hook): Don't add ineffective function.
8961
8962 * eshell/*.el: Use lexical-binding (bug#15231).
8963
8964 2013-09-12 Kenichi Handa <handa@gnu.org>
8965
8966 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8967
8968 2013-09-12 Glenn Morris <rgm@gnu.org>
8969
8970 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8971 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8972
8973 * subr.el (do-after-load-evaluation): Also give compiler warnings
8974 when obsolete files are used (except by obsolete files).
8975
8976 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8977 in the status output, assume `filename' is the first. (Bug#15322)
8978
8979 * vc/vc.el (vc-deduce-fileset): Doc fix.
8980
8981 * calc/calc-help.el (Info-goto-node):
8982 * progmodes/cperl-mode.el (Info-find-node):
8983 * vc/ediff.el (Info-goto-node): Update declarations.
8984
8985 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8986
8987 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8988 (vc-bzr-pull): Require vc-dispatcher.
8989 * vc/vc-git.el (vc-compilation-mode): Declare.
8990 (vc-git-pull): Require vc-dispatcher.
8991
8992 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8993
8994 * progmodes/octave.el (help-button-action): Declare.
8995
8996 * shell.el (shell-directory-tracker): Output error as a message
8997 rather than just returning it as a string.
8998 (shell-process-pushd): Remove useless use of message.
8999
9000 * dframe.el (dframe-timer-fn):
9001 * files.el (dir-locals-read-from-file):
9002 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9003 (mpc-format):
9004 * reveal.el (reveal-post-command):
9005 * saveplace.el (load-save-place-alist-from-file):
9006 * shell.el (shell-resync-dirs):
9007 * w32-common-fns.el (x-get-selection-value):
9008 * emacs-lisp/copyright.el (copyright-find-copyright):
9009 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9010 * emulation/tpu-edt.el (tpu-copy-keyfile):
9011 * play/bubbles.el (bubbles--mark-neighbourhood):
9012 * progmodes/executable.el
9013 (executable-make-buffer-file-executable-if-script-p):
9014 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9015
9016 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 Cleanup Eshell to rely less on dynamic scoping.
9019 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9020 last-value, and ext-command here. Bind `args' closer to `body'.
9021 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9022 (eshell--args): Declare new dynamic var.
9023 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9024 last-value, and ext-command. Pass `args' to `body'.
9025 (eshell-process-args): Bind eshell--args.
9026 (eshell-set-option): Use eshell--args.
9027 * eshell/eshell.el (eshell): Use derived-mode-p.
9028 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9029 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9030 (eshell-glob-function): Declare.
9031 * eshell/esh-util.el: Require cl-lib.
9032 (eshell-read-hosts-file): Avoid add-to-list.
9033 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9034 `err'.
9035 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9036 Declare.
9037 (eshell/diff): Remove unused var `err'.
9038 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9039 `killflag'.
9040 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9041 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9042 first use.
9043 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9044 Move declaration before first use.
9045 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9046 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9047 rely on cl-return.
9048
9049 2013-09-12 Glenn Morris <rgm@gnu.org>
9050
9051 * term/ns-win.el (global-map): Remove binding for ispell-next,
9052 deleted 1999-05-29. (Bug#15357)
9053
9054 2013-09-11 Glenn Morris <rgm@gnu.org>
9055
9056 * echistory.el (electric-command-history): Remove call to deleted func.
9057
9058 * play/landmark.el (landmark-mode): Fix typos.
9059
9060 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9061 Check cvs-sort-ignore-file is bound.
9062
9063 * savehist.el: No need for cl when compiling on Emacs.
9064
9065 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9068 (bug#15338).
9069 (eshell-self-insert-command, eshell-send-invisible):
9070 Remove unused argument.
9071 (eshell-handle-control-codes): Remove unused var `orig'.
9072 Avoid delete-backward-char.
9073
9074 * files.el (set-auto-mode): Simplify a bit further.
9075
9076 2013-09-11 Glenn Morris <rgm@gnu.org>
9077
9078 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9079 (set-auto-mode): Don't regexp-quote elements.
9080 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9081 * progmodes/cc-mode.el (interpreter-mode-alist):
9082 * progmodes/ruby-mode.el (interpreter-mode-alist):
9083 Revert previous change.
9084
9085 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * play/snake.el (snake-mode):
9088 * play/mpuz.el (mpuz-mode):
9089 * play/landmark.el (lm-mode):
9090 * play/blackbox.el (blackbox-mode):
9091 * play/5x5.el (5x5-mode):
9092 * obsolete/options.el (Edit-options-mode):
9093 * net/quickurl.el (quickurl-list-mode):
9094 * net/newst-treeview.el (newsticker-treeview-mode):
9095 * mail/rmailsum.el (rmail-summary-mode):
9096 * mail/mspools.el (mspools-mode):
9097 * locate.el (locate-mode):
9098 * ibuffer.el (ibuffer-mode):
9099 * emulation/ws-mode.el (wordstar-mode):
9100 * emacs-lisp/debug.el (debugger-mode):
9101 * array.el (array-mode):
9102 * net/eudc.el (eudc-mode): Use define-derived-mode.
9103 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9104 Move initialization into declaration.
9105 (mairix-searches-mode): Use define-derived-mode.
9106 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9107 (eudc-edit-hotlist): Use dolist.
9108 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9109 (Man-mode): Use define-derived-mode.
9110 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9111 (Info-edit-mode): Use define-derived-mode.
9112 (Info-cease-edit): Use Info-mode.
9113 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9114 into declaration.
9115 (eshell-mode): Use define-derived-mode.
9116 * chistory.el (command-history-mode-map): Rename from
9117 command-history-map.
9118 (command-history-mode): Use define-derived-mode.
9119 (Command-history-setup): Remove function.
9120 * calc/calc.el (calc-trail-mode-map): New var.
9121 (calc-trail-mode): Use define-derived-mode.
9122 (calc-trail-buffer): Set calc-main-buffer manually.
9123 * bookmark.el (bookmark-insert-annotation): New function.
9124 (bookmark-edit-annotation): Use it.
9125 (bookmark-edit-annotation-mode): Make it a proper major mode.
9126 (bookmark-send-edited-annotation): Use derived-mode-p.
9127 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9128 closer to its ideal place. Use \' to match EOS.
9129
9130 * profiler.el (profiler-calltree-find): Use function-equal.
9131
9132 2013-09-10 Glenn Morris <rgm@gnu.org>
9133
9134 * files.el (interpreter-mode-alist): Convert to regexps.
9135 (set-auto-mode): Adapt for this. (Bug#15306)
9136 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9137 Comment out unused variable.
9138 * progmodes/cc-mode.el (interpreter-mode-alist):
9139 * progmodes/python.el (interpreter-mode-alist):
9140 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9141 * progmodes/sh-script.el (sh-set-shell):
9142 No longer use interpreter-mode-alist to get list of shells.
9143
9144 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9145
9146 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9147
9148 * simple.el: Use set-temporary-overlay-map for universal-argument.
9149 (universal-argument-map): Don't use default-bindings (bug#15317).
9150 Bind switch-frame explicitly. Replace universal-argument-minus with
9151 a conditional binding.
9152 (universal-argument-num-events, saved-overriding-map): Remove.
9153 (restore-overriding-map): Remove.
9154 (universal-argument--mode): Rename from save&set-overriding-map,
9155 and rewrite.
9156 (universal-argument, universal-argument-more, negative-argument)
9157 (digit-argument): Adjust accordingly.
9158 (universal-argument-minus): Remove.
9159 (universal-argument-other-key): Remove.
9160
9161 * subr.el (with-demoted-errors): Add `format' argument.
9162
9163 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9164
9165 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9166 `tramp-cleanup-connection'.
9167
9168 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9169 parameters KEEP-DEBUG and KEEP-PASSWORD.
9170
9171 * net/tramp.el (tramp-file-name-handler):
9172 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9173 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9174 (tramp-maybe-open-connection):
9175 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9176 Use `tramp-cleanup-connection'.
9177
9178 * net/tramp-sh.el (tramp-maybe-open-connection):
9179 Catch 'uname-changed inside the progress reporter.
9180
9181 2013-09-10 Glenn Morris <rgm@gnu.org>
9182
9183 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9184
9185 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9186 returns "alternate access method" in mode (eg "-rw-r--r--.").
9187
9188 2013-09-08 Glenn Morris <rgm@gnu.org>
9189
9190 * saveplace.el (load-save-place-alist-from-file):
9191 Demote errors. (Bug#15305)
9192
9193 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9194
9195 Improve compatibility with older Emacsen, and XEmacs.
9196
9197 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9198 only if it is bound. It isn't for XEmacs.
9199 (with-tramp-progress-reporter): Do not let-bind `result'.
9200 This yields to scoping errors in XEmacs.
9201 (tramp-handle-make-auto-save-file-name): New function, moved from
9202 tramp-sh.el.
9203
9204 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9205 for `make-auto-save-file-name'.
9206 (tramp-adb--gnu-switches-to-ash):
9207 Use `tramp-compat-replace-regexp-in-string'.
9208
9209 * net/tramp-cache.el (tramp-cache-print): Call
9210 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9211
9212 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9213 bound. It isn't for XEmacs.
9214
9215 * net/tramp-compat.el (tramp-compat-copy-file):
9216 Catch `wrong-number-of-arguments' error.
9217 (tramp-compat-replace-regexp-in-string): New defun.
9218
9219 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9220 for `make-auto-save-file-name'.
9221 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9222 `copy-file'.
9223 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9224 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9225 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9226
9227 * net/tramp-gw.el (tramp-gw-open-network-stream):
9228 Use `tramp-compat-replace-regexp-in-string'.
9229
9230 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9231 Call `tramp-handle-make-auto-save-file-name'.
9232 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9233 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9234 (tramp-sh-file-inotifywait-process-filter):
9235 Use `tramp-compat-replace-regexp-in-string'.
9236 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9237
9238 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9239 for `make-auto-save-file-name'.
9240 (tramp-smb-handle-copy-directory):
9241 Call `tramp-compat-replace-regexp-in-string'.
9242 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9243 (tramp-smb-handle-copy-file): Improve error message.
9244 (tramp-smb-handle-rename-file): Rename directly only in case
9245 `newname' does not exist yet. This is a restriction of smbclient.
9246 (tramp-smb-maybe-open-connection): Rerun the function only when
9247 `auth-sources' is non-nil.
9248
9249 2013-09-08 Kenichi Handa <handa@gnu.org>
9250
9251 * international/characters.el: Set category "^" (Combining) for
9252 more characters.
9253
9254 2013-09-07 Alan Mackenzie <acm@muc.de>
9255
9256 Correctly fontify Java class constructors.
9257 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9258 in Java Mode.
9259 (c-recognize-typeless-decls): Set the Java value to t.
9260 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9261 While handling a "(", add a check for, effectively, Java, and handle a
9262 "typeless" declaration there.
9263
9264 2013-09-07 Roland Winkler <winkler@gnu.org>
9265
9266 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9267 field subtitle for entry type book.
9268
9269 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * minibuffer.el: Make minibuffer-complete call completion-in-region
9272 rather than other way around.
9273 (completion--some, completion-pcm--find-all-completions):
9274 Don't delay signals when debugging.
9275 (minibuffer-completion-contents): Beware fields within the
9276 minibuffer contents.
9277 (completion-all-sorted-completions): Use defvar-local.
9278 (completion--do-completion, completion--cache-all-sorted-completions)
9279 (completion-all-sorted-completions, minibuffer-force-complete):
9280 Add args `beg' and `end'.
9281 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9282 (minibuffer-complete): Use completion-in-region.
9283 (completion-complete-and-exit): New fun, extracted from
9284 minibuffer-complete-and-exit.
9285 (minibuffer-complete-and-exit): Use it.
9286 (completion--complete-and-exit): Rename from
9287 minibuffer--complete-and-exit.
9288 (completion-in-region--single-word): New function, extracted from
9289 minibuffer-complete-word.
9290 (minibuffer-complete-word): Use it.
9291 (display-completion-list): Make `common-substring' argument obsolete.
9292 (completion--in-region): Call completion--in-region-1 instead of
9293 minibuffer-complete.
9294 (completion-help-at-point): Pass boundaries to
9295 minibuffer-completion-help as args rather than via an overlay.
9296 (completion-pcm--string->pattern): Use `any-delim'.
9297 (completion-pcm--optimize-pattern): New function.
9298 (completion-pcm--pattern->regex): Handle `any-delim'.
9299 * icomplete.el (icomplete-forward-completions)
9300 (icomplete-backward-completions, icomplete-completions):
9301 Adjust calls to completion-all-sorted-completions and
9302 completion--cache-all-sorted-completions.
9303 (icomplete-with-completion-tables): Default to t.
9304 * emacs-lisp/crm.el (crm--current-element): Rename from
9305 crm--select-current-element. Don't put an overlay but return the
9306 boundaries instead.
9307 (crm--completion-command): Take two new args to bind to the boundaries.
9308 (crm-completion-help): Adjust accordingly.
9309 (crm-complete): Use completion-in-region.
9310 (crm-complete-word): Use completion-in-region--single-word.
9311 (crm-complete-and-exit): Use completion-complete-and-exit.
9312
9313 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9316 than dynamically.
9317
9318 2013-09-06 Juri Linkov <juri@jurta.org>
9319
9320 * info.el (Info-display-images-node): When image file doesn't exist
9321 display text version of the image if it's provided in the Info file.
9322 Otherwise, display the location of missing image from SRC attribute.
9323 Add help-echo text property from ALT attribute. (Bug#15279)
9324
9325 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9328 (edit-abbrevs-mode): Use define-derived-mode.
9329
9330 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9331 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9332 that it's defined.
9333 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9334 Use define-derived-mode.
9335
9336 * epg.el (epg-start-encrypt): Minor CSE simplification.
9337
9338 2013-09-06 William Xu <william.xwl@gmail.com>
9339
9340 * arc-mode.el: Add support for 7za (bug#15264).
9341 (archive-7z-program): New var.
9342 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9343 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9344 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9345
9346 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9347
9348 Remove URL syntax.
9349
9350 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9351 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9352 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9353 (tramp-postfix-host-format, tramp-file-name-regexp)
9354 (tramp-completion-file-name-regexp)
9355 (tramp-completion-dissect-file-name)
9356 (tramp-handle-substitute-in-file-name): Remove 'url case.
9357 (tramp-file-name-regexp-url)
9358 (tramp-completion-file-name-regexp-url): Remove constants.
9359
9360 2013-09-06 Glenn Morris <rgm@gnu.org>
9361
9362 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9363
9364 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9365
9366 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9367 keywords" below "here-doc beginnings" (Bug#15270).
9368
9369 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * subr.el (pop): Use `car-safe'.
9372 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9373 to detect unused `pop' return value.
9374
9375 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9376 var `block-regexp'.
9377 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9378 (python-fill-string): Remove unused var `marker'.
9379 (python-skeleton-add-menu-items): Remove unused var `items'.
9380
9381 * international/mule-cmds.el: Require CL.
9382 (find-coding-systems-for-charsets): Avoid add-to-list.
9383 (sanitize-coding-system-list): New function, extracted from
9384 select-safe-coding-system-interactively.
9385 (select-safe-coding-system-interactively): Use it.
9386 (read-input-method-name): Accept symbols for `default'.
9387
9388 * emacs-lisp/advice.el (defadvice): Add indent rule.
9389
9390 2013-09-05 Daniel Hackney <dan@haxney.org>
9391
9392 * dired-x.el:
9393 * net/ange-ftp.el:
9394 * net/browse-url.el:
9395 * net/dbus.el:
9396 * net/eudc.el:
9397 * net/eudcb-ldap.el:
9398 * net/eww.el:
9399 * net/imap.el:
9400 * printing.el:
9401 * vc/ediff-diff.el:
9402 * vc/ediff-init.el:
9403 * vc/ediff-merg.el:
9404 * vc/ediff-mult.el:
9405 * vc/ediff-util.el:
9406 * vc/ediff-wind.el:
9407 * vc/ediff.el:
9408 * vc/emerge.el:
9409 * vc/pcvs.el:
9410 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9411 byte compiler. Remove some unused let-bound variables.
9412
9413 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9416 a "ref-cell", since it gets better optimized (bug#14883).
9417
9418 2013-09-05 Glenn Morris <rgm@gnu.org>
9419
9420 * progmodes/cc-awk.el (c-forward-sws): Declare.
9421
9422 2013-09-04 Glenn Morris <rgm@gnu.org>
9423
9424 * generic-x.el [rul-generic-mode]: Require cc-mode.
9425 (c++-mode-syntax-table): Declare.
9426 (rul-generic-mode-syntax-table): Init in the defvar.
9427
9428 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9431 (vc-do-command, vc-set-async-update):
9432 * vc/vc-mtn.el (vc-mtn-dir-status):
9433 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9434 (vc-hg-pull, vc-hg-merge-branch):
9435 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9436 (vc-git-merge-branch):
9437 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9438 (vc-cvs-dir-status-files):
9439 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9440 (vc-bzr-dir-status-files):
9441 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9442 * vc/vc-annotate.el: Use lexical-binding.
9443 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9444 (vc-sentinel-movepoint): Declare.
9445 (vc-annotate): Don't use `goto-line'.
9446 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9447 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9448 (vc-sentinel-movepoint): Declare.
9449 * vc/vc-svn.el: Use lexical-binding.
9450 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9451 * vc/vc-sccs.el:
9452 * vc/vc-rcs.el: Use lexical-binding.
9453
9454 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9455 `deleted'. Don't drop errors silently.
9456
9457 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9458
9459 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9460
9461 * vc/vc.el (vc-ignore): Rewrite.
9462 (vc-default-ignore): New function.
9463 (vc-default-ignore-completion-table): Use find-ignore-file.
9464
9465 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9466 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9467 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9468 Remove. Most code moved to vc.el.
9469
9470 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9473 * net/tramp-smb.el (tramp-smb-get-file-entries):
9474 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9475 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9476
9477 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9478 Update call to it.
9479 (eww-change-select): Remove unused var `properties'.
9480 (eww-make-unique-file-name): Remove unused var `base'.
9481
9482 * finder.el (finder-compile-keywords): Don't mess with windows.
9483
9484 * calculator.el (calculator-funcall): Fix typo in last change.
9485
9486 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9487
9488 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9489 <pkg>-autoloads.el file stop us.
9490
9491 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9492 warnings, and factor out common code.
9493
9494 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9495
9496 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9497 two-character operators and whether the character preceding them
9498 changes their meaning (Bug#15208).
9499
9500 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9501
9502 Format code sent to Python shell for robustness.
9503 * progmodes/python.el (python-shell-buffer-substring):
9504 New function.
9505 (python-shell-send-region, python-shell-send-buffer): Use it.
9506
9507 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9508
9509 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9510 * net/tramp.el (tramp-user-error): ... here.
9511 (tramp-find-method, tramp-check-proper-host)
9512 (tramp-dissect-file-name, tramp-debug-message)
9513 (tramp-handle-shell-command):
9514 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9515 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9516
9517 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9518
9519 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9520
9521 * avoid.el (mouse-avoidance-point-position)
9522 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9523 returns nil.
9524
9525 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9526
9527 * progmodes/python.el (python-shell-completion-get-completions):
9528 Drop use of deleted `comint-last-prompt-overlay'.
9529 (python-nav-if-name-main): New command.
9530
9531 2013-09-01 Glenn Morris <rgm@gnu.org>
9532
9533 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9534 Avoid leading space in $wins. Otherwise the sed command used by
9535 eg compile-main ends up containing "/*.el". (Bug#15170)
9536
9537 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9538
9539 2013-08-30 Glenn Morris <rgm@gnu.org>
9540
9541 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9542 Fix is-this-a-directory logic. (Bug#15220)
9543
9544 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * textmodes/css-mode.el: Use SMIE.
9547 (css-smie-grammar): New var.
9548 (css-smie--forward-token, css-smie--backward-token)
9549 (css-smie-rules): New functions.
9550 (css-mode): Use them.
9551 (css-navigation-syntax-table): Remove var.
9552 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9553 (css-indent-calculate, css-indent-line): Remove functions.
9554
9555 Misc changes to reduce use of `(lambda...); and other cleanups.
9556 * cus-edit.el: Use lexical-binding.
9557 (customize-push-and-save, customize-apropos)
9558 (custom-buffer-create-internal): Use closures.
9559 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9560 * progmodes/ada-xref.el: Use setq.
9561 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9562 * dframe.el: Use lexical-binding.
9563 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9564 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9565 * descr-text.el: Use lexical-binding.
9566 (describe-text-widget, describe-text-sexp, describe-property-list):
9567 Use closures.
9568 * comint.el (comint-history-isearch-push-state): Use a closure.
9569 * calculator.el: Use lexical-binding.
9570 (calculator-number-to-string): Make it work with lexical-binding.
9571 (calculator-funcall): Same and use cl-letf.
9572
9573 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9574 (lisp--company-doc-string, lisp--company-location): New functions.
9575 (lisp-completion-at-point): Use them to improve Company support.
9576
9577 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9578 params of lambda expressions.
9579 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9580 (ruby-smie--opening-pipe-p): New function.
9581 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9582 symbols and matched |...| for formal params.
9583 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9584 from being treated as hanging. Handle "rescue".
9585
9586 2013-08-29 Glenn Morris <rgm@gnu.org>
9587
9588 * progmodes/cc-engine.el (c-pull-open-brace):
9589 Move definition before use.
9590
9591 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9594 are immutable. Don't use `unsafe' any more.
9595 (cl--defsubst-expand): Don't substitute at the same time as keeping
9596 a residual unused let-binding. Don't use `unsafe' any more.
9597
9598 2013-08-29 Glenn Morris <rgm@gnu.org>
9599
9600 * calendar/cal-china.el (calendar-chinese-year-cache):
9601 Recenter on 2015.
9602
9603 * nxml/nxml-util.el (nxml-debug-clear-inside):
9604 Use cl-loop rather than loop.
9605
9606 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9607
9608 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9609
9610 2013-08-28 Glenn Morris <rgm@gnu.org>
9611
9612 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9613
9614 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9615
9616 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9617
9618 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * simple.el (repeat-complex-command--called-interactively-skip):
9621 New function.
9622 (repeat-complex-command): Use it (bug#14136).
9623
9624 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9625 (c-define-abbrev-table): Add `doc' argument.
9626 (c-mode-abbrev-table, c++-mode-abbrev-table)
9627 (objc-mode-abbrev-table, java-mode-abbrev-table)
9628 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9629 (awk-mode-abbrev-table): Use it.
9630 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9631 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9632 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9633 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9634 Move initialization into the declaration; and remove any
9635 autoload cookie.
9636
9637 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9638 and dynamic let binding.
9639
9640 * vc/smerge-mode.el: Remove redundant :group args.
9641
9642 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9643 to load-path.
9644
9645 2013-08-28 Juri Linkov <juri@jurta.org>
9646
9647 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9648 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9649 (isearch-other-meta-char): Handle an undefined shifted printing
9650 character by downshifting it. (Bug#15200)
9651
9652 2013-08-28 Juri Linkov <juri@jurta.org>
9653
9654 * isearch.el (isearch-search): Change regexp error message for
9655 non-regexp searches. (Bug#15166)
9656
9657 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9658
9659 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9660 for portability to hosts where /bin/sh has problems.
9661
9662 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9665
9666 2013-08-27 Juri Linkov <juri@jurta.org>
9667
9668 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9669 in the keyboard macro. (Bug#15126)
9670
9671 2013-08-27 Juri Linkov <juri@jurta.org>
9672
9673 * isearch.el (isearch-quote-char): Comment out converting unibyte
9674 to multibyte, thus syncing with its `quoted-insert' counterpart.
9675 (Bug#15166)
9676
9677 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9678
9679 * window.el (display-buffer-use-some-window): Add missing
9680 argument in call of get-largest-window (Bug#15185).
9681 Reported by Stephen Leake.
9682
9683 2013-08-27 Glenn Morris <rgm@gnu.org>
9684
9685 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9686
9687 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9690 from a matcher-function unless there's no more matches (bug#15161).
9691
9692 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9693
9694 * minibuffer.el: Revert change from 2013-08-20.
9695
9696 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9697 with text property `tramp-default', if appropriate.
9698 (tramp-check-proper-host): New defun.
9699 (tramp-dissect-file-name): Do not check hostname. Revert change
9700 of 2013-03-18.
9701 (tramp-backtrace): Make VEC-OR-PROC optional.
9702
9703 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9704 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9705 * net/tramp-sh.el (tramp-maybe-open-connection):
9706 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9707 Apply `tramp-check-proper-host'.
9708
9709 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9710
9711 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9712 lambda expression in order to have `describe-variable' display it.
9713
9714 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9715
9716 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9717 BUF can be optional. (Bug#15186)
9718
9719 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9720
9721 * progmodes/flymake.el (flymake-get-real-file-name-function):
9722 Fix broken customization. (Bug#15184)
9723
9724 2013-08-25 Alan Mackenzie <acm@muc.de>
9725
9726 Improve indentation of bracelists defined by macros (without "=").
9727
9728 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9729 expansion begins with "{", regard it as bracelist when it doesn't
9730 contain a ";".
9731
9732 Parse C++ inher-intro when there's a template split over 2 lines.
9733
9734 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9735 rigorously the search for "class" etc. followed by ":".
9736
9737 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9738 random languages a regexp which never matches rather than nil.
9739
9740 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9741
9742 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9743 (c-awk-regexp-one-line-possibly-open-char-list-re)
9744 (c-awk-one-line-possibly-open-regexp-re)
9745 (c-awk-one-line-non-syn-ws*-re): Remove.
9746 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9747 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9748 (c-awk-space*-unclosed-regexp-/-re): New constants.
9749 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9750 aren't regexp delimiters.
9751
9752 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9753 handling for a rare situation in AWK Mode involving unterminated
9754 strings/regexps.
9755
9756 2013-08-23 Glenn Morris <rgm@gnu.org>
9757
9758 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9759
9760 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9761
9762 * files.el (create-file-buffer): If the result would begin with
9763 spaces, prepend a "|" instead of removing them. (Bug#15162)
9764
9765 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9768 text-properties (bug#15155).
9769
9770 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9771 exist any more.
9772 (calc-keypad-redraw): Remove unused var `pad'.
9773 (calc-keypad-press): Remove unused var `menu'.
9774
9775 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9776
9777 * window.el (display-buffer-pop-up-frame):
9778 Call pop-up-frame-function with BUFFER current so `make-frame' will
9779 use it as the new frame's buffer (Bug#15133).
9780
9781 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * calendar/timeclock.el: Minor cleanups.
9784 (timeclock-ask-before-exiting, timeclock-use-display-time):
9785 Use `symbol'.
9786 (timeclock-modeline-display): Define as alias before the
9787 actual definition.
9788 (timeclock-mode-line-display): Use define-minor-mode.
9789 (timeclock-day-list-template): Make it a function, add an argument.
9790 (timeclock-day-list-required, timeclock-day-list-length)
9791 (timeclock-day-list-debt, timeclock-day-list-span)
9792 (timeclock-day-list-break): Adjust calls accordingly.
9793
9794 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9797 Use read--expression so that completion works again.
9798
9799 2013-08-21 Sam Steingold <sds@gnu.org>
9800
9801 Add rudimentary inferior shell interaction
9802 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9803 (sh-set-shell): Reset it.
9804 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9805 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9806
9807 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * align.el: Use lexical-binding.
9810 (align-region): Simplify accordingly.
9811
9812 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9813
9814 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9815
9816 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9817 `non-essential' up.
9818
9819 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * net/tramp.el:
9822 * net/tramp-adb.el:
9823 * net/tramp-cmds.el:
9824 * net/tramp-ftp.el:
9825 * net/tramp-gvfs.el:
9826 * net/tramp-gw.el:
9827 * net/tramp-sh.el: Don't wrap external variable declarations by
9828 `eval-when-compile'.
9829
9830 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9831
9832 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9833 now that Emacs supports ImageMagick animations.
9834
9835 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9838 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9839
9840 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9841
9842 * window.el (mouse-autoselect-window-select): Do autoselect when
9843 mouse pointer is on margin.
9844
9845 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9846
9847 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9848
9849 2013-08-16 Glenn Morris <rgm@gnu.org>
9850
9851 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9852 Handle "Remote Directory" response of some clients. (Bug#15058)
9853
9854 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9855 Tweak warning. (Bug#14926)
9856
9857 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9858 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9859
9860 * image-mode.el (image-mode-map): Add menu items to reverse,
9861 increase, decrease, reset animation speed.
9862 (image--set-speed, image-increase-speed, image-decrease-speed)
9863 (image-reverse-speed, image-reset-speed): New functions.
9864 (image-mode-map): Add bindings for speed commands.
9865
9866 * image.el (image-animate-get-speed, image-animate-set-speed):
9867 New functions.
9868 (image-animate-timeout): Respect image :speed property.
9869
9870 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9873 previous line (bug#15101).
9874 (debugger-eval-expression, debugger-record-expression):
9875 Use read--expression (bug#15102).
9876
9877 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9878
9879 Remove byte compiler warnings, visible when compiling with
9880 `byte-compile-force-lexical-warnings' set to t.
9881
9882 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9883 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9884 (tramp-handle-unhandled-file-name-directory)
9885 (tramp-handle-file-notify-add-watch, tramp-action-login)
9886 (tramp-action-succeed, tramp-action-permission-denied)
9887 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9888 arguments with "_".
9889
9890 * net/tramp-adb.el (tramp-adb-parse-device-names)
9891 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9892 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9893 (tramp-adb-handle-file-truename): Remove unused arguments.
9894
9895 * net/tramp-cache.el (tramp-flush-directory-property)
9896 (tramp-flush-connection-property, tramp-list-connections)
9897 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9898
9899 * net/tramp-compat.el (tramp-compat-make-temp-file):
9900 Rename FILENAME to F.
9901
9902 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9903 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9904 (tramp-zeroconf-parse-workstation-device-names)
9905 (tramp-zeroconf-parse-webdav-device-names)
9906 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9907
9908 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9909 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9910
9911 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9912 arguments.
9913 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9914 (tramp-sh-handle-insert-file-contents-literally)
9915 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9916 with "_".
9917 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9918 Remove unused variables.
9919
9920 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9921 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9922 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9923
9924 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9925 Make them a defconst.
9926 (tramp-uuencode-region): Remove unused variable.
9927
9928 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9929
9930 * frameset.el (frameset--prop-setter): New function.
9931 (frameset-prop): Add gv-setter declaration.
9932 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9933 parameter was already set in FILTERED. Doc fix.
9934 (frameset--record-minibuffer-relationships): Allow saving a
9935 minibufferless frame without its corresponding minibuffer frame.
9936 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9937 frame, if the frame id matches.
9938 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9939 frames before orphaned ones.
9940 (frameset-restore): Warn about orphaned windows, instead of error out.
9941
9942 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9943
9944 * window.el (window-make-atom): Don't overwrite parameter
9945 already present.
9946 (display-buffer-in-atom-window): Handle special case where we
9947 split an already atomic window.
9948 (window--major-non-side-window, display-buffer-in-side-window)
9949 (window--side-check): Ignore minibuffer window when walking
9950 window tree.
9951 (window-deletable-p): Return 'frame only if no other frame uses
9952 our minibuffer window.
9953 (record-window-buffer): Run buffer-list-update-hook.
9954 (split-window): Make sure window--check-frame won't destroy an
9955 existing atomic window in case the new window gets nested
9956 inside.
9957 (display-buffer-at-bottom): Ignore minibuffer window when
9958 walking window tree. Don't split a side window.
9959 (pop-to-buffer): Don't set-buffer here, the select-window call
9960 should do that.
9961 (mouse-autoselect-window-select): Autoselect only if we are in the
9962 text portion of the window.
9963
9964 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9965
9966 * net/shr.el (shr-parse-image-data): New function to grab both the
9967 data itself and the Content-Type.
9968 (shr-put-image): Use it.
9969
9970 * net/eww.el (eww-display-image): Ditto.
9971
9972 * image.el (image-content-type-suffixes): New variable.
9973
9974 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9975
9976 * progmodes/python.el (python-imenu--build-tree)
9977 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9978
9979 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9980
9981 * simple.el (backward-word): Mention the optional argument.
9982
9983 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * frameset.el (frameset--make): Rename constructor from make-frameset.
9986 (frameset-p, frameset-valid-p): Don't autoload.
9987 (frameset-valid-p): Use normal accessors.
9988
9989 2013-08-13 Glenn Morris <rgm@gnu.org>
9990
9991 * progmodes/compile.el (compile-command): Tweak example in doc.
9992 * obsolete/scribe.el (scribe-mode):
9993 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9994
9995 * mail/feedmail.el (feedmail-confirm-outgoing)
9996 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9997
9998 * cus-start.el (truncate-partial-width-windows): Fix type.
9999
10000 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10001
10002 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10003
10004 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * emacs-lisp/timer.el (timer--time-setter): New function.
10007 (timer--time): Use it as gv-setter.
10008
10009 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10010 setter is not a symbol.
10011
10012 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10013
10014 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10015 if sending fails. This makes debugging easier.
10016
10017 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10020 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10021 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10022
10023 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10024
10025 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10026
10027 2013-08-12 Glenn Morris <rgm@gnu.org>
10028
10029 * format.el (format-annotate-function):
10030 Handle read-only text properties in the source. (Bug#14887)
10031
10032 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10033
10034 * net/eww.el (eww-display-html): Ignore coding system errors.
10035 One web site uses "utf-8lias" as the coding system.
10036
10037 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10038
10039 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10040
10041 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10042
10043 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10044 (tutorial--detailed-help): Remove unused local variables.
10045 (tutorial--save-tutorial-to): Use ignore-errors.
10046 (help-with-tutorial): Use looking-at-p.
10047
10048 * view.el (view-buffer-other-window, view-buffer-other-frame):
10049 Mark unused arguments.
10050
10051 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10052 (woman-select-symbol-fonts, woman, woman-find-file)
10053 (woman-insert-file-contents, woman-non-underline-faces):
10054 Use string-match-p.
10055 (woman1-unquote): Move declaration.
10056
10057 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10058 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10059 argument. Remove unused local variable.
10060 (xml-parse-elem-type): Use string-match-p.
10061 (xml-substitute-numeric-entities): Use ignore-errors.
10062
10063 * calculator.el (calculator): Mark unused argument.
10064 (calculator-paste, calculator-quit, calculator-integer-p):
10065 Use ignore-errors.
10066 (calculator-string-to-number, calculator-decimal, calculator-exp)
10067 (calculator-op-or-exp): Use string-match-p.
10068
10069 * dired.el (dired-buffer-more-recently-used-p): Declare.
10070 (dired-insert-set-properties, dired-insert-old-subdirs):
10071 Use ignore-errors.
10072
10073 * dired-aux.el (dired-compress): Use ignore-errors.
10074 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10075 (dired-do-async-shell-command, dired-do-shell-command)
10076 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10077 (dired-insert-subdir-validate): Use string-match-p.
10078 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10079 (dired-add-entry): Use string-match-p, looking-at-p.
10080 (dired-insert-subdir-newpos): Remove unused local variable.
10081
10082 * filenotify.el (file-notify-callback): Remove unused local variable.
10083
10084 * filesets.el (filesets-error): Mark unused argument.
10085 (filesets-which-command-p, filesets-filter-dir-names)
10086 (filesets-directory-files, filesets-get-external-viewer)
10087 (filesets-ingroup-get-data): Use string-match-p.
10088
10089 * find-file.el (ff-other-file-name, ff-other-file-name)
10090 (ff-find-the-other-file, ff-cc-hh-converter):
10091 Remove unused local variables.
10092 (ff-get-file-name): Use string-match-p.
10093 (ff-all-dirs-under): Use ignore-errors.
10094
10095 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10096 (follow-select-if-visible): Remove unused local variable.
10097
10098 * forms.el (read-file-filter): Move declaration.
10099 (forms--make-format, forms--make-parser, forms-insert-record):
10100 Quote function with #'.
10101 (forms--update): Use string-match-p. Quote function with #'.
10102
10103 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10104 (help-make-xrefs): Use looking-at-p.
10105 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10106
10107 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10108 (ibuffer-confirm-operation-on): Use string-match-p.
10109
10110 * msb.el (msb-item-handler, msb-dired-item-handler):
10111 Mark unused arguments.
10112
10113 * ses.el (ses-decode-cell-symbol)
10114 (ses-kill-override): Remove unused local variable.
10115 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10116 (ses-load): Use ignore-errors, looking-at-p.
10117 (ses-jump-safe): Use ignore-errors.
10118 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10119
10120 * tabify.el (untabify, tabify): Mark unused arguments.
10121
10122 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10123 Mark unused argument.
10124 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10125 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10126
10127 * emacs-lisp/timer.el (timer--time): Define setter with
10128 gv-define-setter to avoid deprecation warning.
10129
10130 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10131 (*record-cmpl-statistics-p*): Remove (was commented out).
10132 (cmpl-statistics-block): Remove (body was commented out).
10133 All callers changed.
10134 (add-completions-from-buffer, load-completions-from-file):
10135 Remove unused variables.
10136
10137 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10138
10139 * filecache.el (file-cache-delete-file-list):
10140 Print message only when told so.
10141 (file-cache-files-matching): Use #' in mapconcat argument.
10142
10143 * ffap.el (ffap-url-at-point): Fix reference to variable
10144 thing-at-point-default-mail-uri-scheme.
10145
10146 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * subr.el (define-error): New function.
10149 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10150 error-file-not-found and define with define-error.
10151 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10152 and define with define-error.
10153 * userlock.el (file-locked, file-supersession):
10154 * simple.el (mark-inactive):
10155 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10156 * progmodes/ada-mode.el (ada-mode-errors):
10157 * play/life.el (life-extinct):
10158 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10159 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10160 * nxml/rng-util.el (rng-error):
10161 * nxml/rng-uri.el (rng-uri-error):
10162 * nxml/rng-match.el (rng-compile-error):
10163 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10164 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10165 * nxml/nxml-rap.el (nxml-scan-error):
10166 * nxml/nxml-outln.el (nxml-outline-error):
10167 * net/soap-client.el (soap-error):
10168 * net/gnutls.el (gnutls-error):
10169 * net/ange-ftp.el (ftp-error):
10170 * mpc.el (mpc-proc-error):
10171 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10172 (json-number-format, json-string-escape, json-string-format)
10173 (json-key-format, json-object-format):
10174 * jka-compr.el (compression-error):
10175 * international/quail.el (quail-error):
10176 * international/kkc.el (kkc-error):
10177 * emacs-lisp/ert.el (ert-test-failed):
10178 * calc/calc.el (calc-error, inexact-result, math-overflow)
10179 (math-underflow):
10180 * bookmark.el (bookmark-error-no-filename):
10181 * epg.el (epg-error): Define with define-error.
10182
10183 * time.el (display-time-event-handler)
10184 (display-time-next-load-average): Don't call sit-for since it seems
10185 unnecessary (bug#15045).
10186
10187 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10188 Use #' instead of ' to quote functions.
10189 (checkdoc-output-mode): Use setq-local.
10190 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10191 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10192 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10193 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10194 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10195 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10196 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10197 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10198
10199 * ido.el (ido-completion-help): Fix up compiler warning.
10200
10201 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10202
10203 * frameset.el (frameset-p): Add autoload cookie.
10204 (frameset--jump-to-register): New function, based on code moved from
10205 register.el.
10206 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10207
10208 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10209 (frameset-restore, frameset-save, frameset-session-filter-alist):
10210 Remove declarations.
10211 (register-alist): Doc fix.
10212 (frameset-to-register): Move to frameset.el.
10213 (jump-to-register, describe-register-1): Remove frameset-specific code.
10214
10215 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10216
10217 * allout-widgets.el (allout-widgets-pre-command-business)
10218 (allout-widgets-post-command-business)
10219 (allout-widgets-after-change-handler)
10220 (allout-decorate-item-and-context, allout-set-boundary-marker)
10221 (allout-body-modification-handler)
10222 (allout-graphics-modification-handler): Mark ignored arguments.
10223 (allout-widgets-post-command-business)
10224 (allout-widgets-exposure-change-processor)
10225 (allout-widgets-exposure-undo-processor)
10226 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10227 (allout-parse-item-at-point, allout-decorate-item-guides)
10228 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10229 * allout.el (epa-passphrase-callback-function): Declare.
10230 (allout-overlay-insert-in-front-handler)
10231 (allout-overlay-interior-modification-handler)
10232 (allout-isearch-end-handler, allout-chart-siblings)
10233 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10234 (allout-yank-processing, allout-process-exposed)
10235 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10236 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10237 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10238 (lisp-indent-defform): Mark ignored arguments.
10239 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10240 (calculate-lisp-indent): Remove unused variables.
10241 * international/characters.el (indian-2-column, arabic-2-column)
10242 (tibetan): Mark ignored arguments.
10243 (use-cjk-char-width-table): Mark ignored arguments.
10244 Remove unused variables.
10245 * international/fontset.el (build-default-fontset-data)
10246 (x-compose-font-name, create-fontset-from-fontset-spec):
10247 Mark ignored arguments.
10248 (fontset-plain-name): Remove unused variables.
10249 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10250 (keyboard-coding-system): Mark ignored arguments.
10251 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10252 * help.el (resize-temp-buffer-window):
10253 * window.el (display-buffer-in-major-side-window)
10254 (display-buffer-in-side-window, display-buffer-in-previous-window):
10255 Remove unused variables.
10256 * isearch.el (isearch-forward-symbol):
10257 * version.el (emacs-bzr-version-bzr):
10258 * international/mule-cmds.el (current-language-environment):
10259 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10260 (x-handle-display):
10261 * term/pc-win.el (x-list-fonts, x-display-planes)
10262 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10263 (x-server-version, x-display-screens, x-display-mm-height)
10264 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10265 (x-selection-owner-p, x-own-selection-internal)
10266 (x-disown-selection-internal, x-get-selection-internal)
10267 (msdos-initialize-window-system):
10268 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10269 * term/x-win.el (x-handle-no-bitmap-icon):
10270 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10271 (vc-default-find-file-hook, vc-default-extra-menu):
10272 Mark ignored arguments.
10273
10274 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10277 break-condition in the context of the debugged code (bug#12685).
10278
10279 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10280
10281 * comint.el:
10282 Do not use an overlay to highlight the last prompt. (Bug#14744)
10283 (comint-mode): Make comint-last-prompt buffer local.
10284 (comint-last-prompt): New variable.
10285 (comint-last-prompt-overlay): Remove. Superseded by
10286 comint-last-prompt.
10287 (comint-snapshot-last-prompt, comint-output-filter):
10288 Use comint-last-prompt.
10289
10290 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10293 (frameset-save): Check validity of the resulting frameset.
10294
10295 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10296
10297 * ido.el (ido-record-command): Add doc string.
10298
10299 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10300
10301 * frameset.el (frameset): Do not disable creation of the default
10302 frameset-p predicate. Doc fix.
10303 (frameset-valid-p): New function, copied from the old predicate-p.
10304 Add additional checks.
10305 (frameset-restore): Check with frameset-valid-p.
10306 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10307 (frameset-name, frameset-description, frameset-properties)
10308 (frameset-states): Add docstring.
10309 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10310 (frameset-filter-alist): Doc fixes.
10311
10312 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10313
10314 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10315
10316 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10319 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10320 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10321 (byte-compile-normal-call): Remove obsolescence check.
10322
10323 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * frameset.el (frameset-restore): Doc fix.
10326
10327 * register.el (frameset-frame-id, frameset-frame-with-id)
10328 (frameset-p, frameset-restore, frameset-save): Declare.
10329 (register-alist): Document framesets.
10330 (frameset-session-filter-alist): Declare.
10331 (frameset-to-register): New function.
10332 (jump-to-register): Implement jumping to framesets. Doc fix.
10333 (describe-register-1): Describe framesets.
10334
10335 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10336
10337 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10338
10339 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10340 Use lexical-binding.
10341
10342 * frameset.el (frameset): Use type vector, not list (incompatible
10343 change). Do not declare a new constructor, use the default one.
10344 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10345 `name' and `description', respectively, and add read-only slot
10346 `timestamp'. Doc fixes.
10347 (frameset-copy, frameset-persistent-filter-alist)
10348 (frameset-filter-alist, frameset-switch-to-gui-p)
10349 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10350 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10351 (frameset-filter-iconified, frameset-keep-original-display-p):
10352 Doc fixes.
10353 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10354 Rename from frameset-filter-(save|restore)-param. All callers changed.
10355 Doc fix.
10356 (frameset-p): Adapt to change to vector and be more thorough.
10357 Change arg name to OBJECT. Doc fix.
10358 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10359 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10360 All callers changed.
10361 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10362 All callers changed.
10363 (frameset--record-minibuffer-relationships): Rename from
10364 frameset--process-minibuffer-frames. All callers changed.
10365 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10366 Use new default constructor (again). Doc fix.
10367 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10368 All callers changed.
10369 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10370 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10371 Doc fix.
10372 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10373 PARAMETERS and WINDOW-STATE, respectively.
10374 (frameset-restore): Add new keyword argument PREDICATE.
10375 Reset frameset--target-display to nil. Doc fix.
10376
10377 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10380 (bat-mode): Use it.
10381 (bat-mode-syntax-table): Mark \n as end-of-comment.
10382 (bat-font-lock-keywords): Remove comment rule.
10383
10384 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10385 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10386
10387 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10388 (byte-compile-callargs-warn): Use `push'.
10389 (byte-compile-arglist-warn): Ignore higher-order "calls".
10390 (byte-compile-file-form-autoload): Use `pcase'.
10391 (byte-compile-function-form): If quoting a symbol, check that it exists.
10392
10393 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10394
10395 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10396 and add a few popular commands found in batch files.
10397 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10398 (dos-mode): Doc fixes.
10399
10400 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10403 (dos-mode): Use setq-local. Add space after "rem".
10404 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10405 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10406
10407 2013-08-07 Arni Magnusson <arnima@hafro.is>
10408
10409 * progmodes/dos.el: New file.
10410 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10411 dos-mode.
10412
10413 2013-08-06 Glenn Morris <rgm@gnu.org>
10414
10415 * calendar/calendar.el: Add new faces, and day-header-array.
10416 (calendar-weekday-header, calendar-weekend-header)
10417 (calendar-month-header): New faces.
10418 (calendar-day-header-construct): New function.
10419 (calendar-day-header-width): Also :set calendar-day-header-array.
10420 (calendar-american-month-header, calendar-european-month-header)
10421 (calendar-iso-month-header): Use calendar- faces.
10422 (calendar-generate-month):
10423 Use calendar-day-header-array for day headers; apply faces to them.
10424 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10425 (calendar-abbrev-construct): Add optional maxlen argument.
10426 (calendar-day-name-array): Doc fix.
10427 (calendar-day-name-array, calendar-abbrev-length)
10428 (calendar-day-abbrev-array):
10429 Also :set calendar-day-header-array, and maybe redraw.
10430 (calendar-day-header-array): New option. (Bug#15007)
10431 (calendar-font-lock-keywords): Set to nil and make obsolete.
10432 (calendar-day-name): Add option to use header array.
10433
10434 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10435
10436 * net/shr.el (shr-render-td): Remove debugging.
10437 (shr-render-td): Make width computation consistent by defaulting
10438 all zero-width columns to 10 characters. This may not be optimal,
10439 but it's at least consistent.
10440 (shr-make-table-1): Redo last change to fix the real problem in
10441 colspan handling.
10442
10443 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10444
10445 * files.el (cache-long-line-scans):
10446 Make obsolete alias to `cache-long-scans'.
10447
10448 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10449
10450 * frameset.el (frameset, frameset-filter-alist)
10451 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10452 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10453 (frameset-compute-pos): Rename from frameset--compute-pos,
10454 and add docstring.
10455 (frameset-move-onscreen): Use frameset-compute-pos.
10456 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10457
10458 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10459 Fix typos in docstrings.
10460
10461 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10462
10463 * frame.el (get-other-frame): Tiny cleanup.
10464
10465 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * vc/vc.el (vc-default-ignore-completion-table):
10468 Silence byte-compiler warning.
10469
10470 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10471 slot, which can indeed be nil.
10472 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10473 Move entry for `left' from persistent to live filter alist.
10474 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10475 Doc fixes.
10476 (frameset-filter-params): When restoring a frame, copy items added to
10477 `filtered', to avoid unwittingly modifying the original parameters.
10478 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10479 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10480
10481 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10482 to use looking-at-p instead of looking-at. (Bug#15028)
10483
10484 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 Revert introduction of isearch-filter-predicates (bug#14714).
10487 Rely on add-function instead.
10488 * isearch.el (isearch-filter-predicates): Rename it back to
10489 isearch-filter-predicate.
10490 (isearch-message-prefix): Use advice-function-mapc and advice
10491 properties to get the isearch-message-prefix.
10492 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10493 instead of run-hook-with-args-until-failure.
10494 (isearch-filter-visible): Not obsolete any more.
10495 * loadup.el: Preload nadvice.
10496 * replace.el (perform-replace): Revert to funcall
10497 instead of run-hook-with-args-until-failure.
10498 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10499 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10500 dired-isearch-filenames-toggle; make it into a proper minor mode.
10501 Use add/remove-function.
10502 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10503 Call the minor-mode rather than add/remove-hook.
10504 (dired-isearch-filter-filenames):
10505 Remove isearch-message-prefix property.
10506 * info.el (Info--search-loop): New function, extracted from Info-search.
10507 Funcall isearch-filter-predicate instead of
10508 run-hook-with-args-until-failure isearch-filter-predicates.
10509 (Info-search): Use it.
10510 (Info-mode): Use isearch-filter-predicate instead of
10511 isearch-filter-predicates.
10512
10513 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10514
10515 Do not call to `selected-window' where it is assumed by default.
10516 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10517 `window-hscroll', `window-width', `window-height', `window-buffer',
10518 `window-frame', `window-start', `window-point', `next-window'
10519 and `window-display-table'.
10520 * abbrev.el (abbrev--default-expand):
10521 * bs.el (bs--show-with-configuration):
10522 * buff-menu.el (Buffer-menu-mouse-select):
10523 * calc/calc.el (calc):
10524 * calendar/calendar.el (calendar-generate-window):
10525 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10526 (diary-make-entry):
10527 * comint.el (send-invisible, comint-dynamic-complete-filename)
10528 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10529 * completion.el (complete):
10530 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10531 * disp-table.el (describe-current-display-table):
10532 * doc-view.el (doc-view-insert-image):
10533 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10534 * ehelp.el (with-electric-help):
10535 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10536 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10537 * emacs-lisp/helper.el (Helper-help-scroller):
10538 * emulation/cua-base.el (cua--post-command-handler-1):
10539 * eshell/esh-mode.el (eshell-output-filter):
10540 * ffap.el (ffap-gnus-wrapper):
10541 * help-macro.el (make-help-screen):
10542 * hilit-chg.el (highlight-compare-buffers):
10543 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10544 * hl-line.el (global-hl-line-highlight):
10545 * icomplete.el (icomplete-simple-completing-p):
10546 * isearch.el (isearch-done):
10547 * jit-lock.el (jit-lock-stealth-fontify):
10548 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10549 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10550 * mpc.el (mpc-tagbrowser, mpc):
10551 * net/rcirc.el (rcirc-any-buffer):
10552 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10553 * play/landmark.el (landmark-max-width, landmark-max-height):
10554 * play/zone.el (zone):
10555 * progmodes/compile.el (compilation-goto-locus):
10556 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10557 * progmodes/etags.el (find-tag-other-window):
10558 * progmodes/fortran.el (fortran-column-ruler):
10559 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10560 * progmodes/verilog-mode.el (verilog-point-text):
10561 * reposition.el (reposition-window):
10562 * rot13.el (toggle-rot13-mode):
10563 * server.el (server-switch-buffer):
10564 * shell.el (shell-dynamic-complete-command)
10565 (shell-dynamic-complete-environment-variable):
10566 * simple.el (insert-buffer, set-selective-display)
10567 (delete-completion-window):
10568 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10569 (speedbar-recenter):
10570 * startup.el (fancy-splash-head):
10571 * textmodes/ispell.el (ispell-command-loop):
10572 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10573 * tutorial.el (help-with-tutorial):
10574 * vc/add-log.el (add-change-log-entry):
10575 * vc/compare-w.el (compare-windows):
10576 * vc/ediff-help.el (ediff-indent-help-message):
10577 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10578 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10579 (ediff-setup-control-frame):
10580 * vc/emerge.el (emerge-position-region):
10581 * vc/pcvs-util.el (cvs-bury-buffer):
10582 * window.el (walk-windows, mouse-autoselect-window-select):
10583 * winner.el (winner-set-conf, winner-undo): Related users changed.
10584
10585 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10586
10587 * frameset.el (frameset--set-id): Doc fix.
10588 (frameset-frame-id, frameset-frame-id-equal-p)
10589 (frameset-locate-frame-id): New functions.
10590 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10591 (frameset-restore): Use them.
10592
10593 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10594
10595 Do not call to `selected-frame' where it is assumed by default.
10596 Affected functions are `raise-frame', `redraw-frame',
10597 `frame-first-window', `frame-terminal' and `delete-frame'.
10598 * calendar/appt.el (appt-disp-window):
10599 * epg.el (epg-wait-for-completion):
10600 * follow.el (follow-delete-other-windows-and-split)
10601 (follow-avoid-tail-recenter):
10602 * international/mule.el (set-terminal-coding-system):
10603 * mail/rmail.el (rmail-mail-return):
10604 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10605 * progmodes/f90.el (f90-add-imenu-menu):
10606 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10607 * server.el (server-switch-buffer):
10608 * simple.el (delete-completion-window):
10609 * talk.el (talk):
10610 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10611 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10612 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10613 * vc/ediff.el (ediff-documentation): Related users changed.
10614 * frame.el (selected-terminal): Remove the leftover.
10615
10616 2013-08-05 Glenn Morris <rgm@gnu.org>
10617
10618 * calendar/calendar.el (calendar-generate-month):
10619 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10620 (calendar-generate-month, calendar-font-lock-keywords):
10621 Fix for calendar-day-header-width > length of any day name.
10622
10623 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10624
10625 * desktop.el (desktop-clear): Use new name of sort predicate.
10626
10627 * frameset.el (frameset): Add docstring. Move :version property to its
10628 own `version' slot.
10629 (frameset-copy): Rename from copy-frameset.
10630 (frameset-p): Check more thoroughly.
10631 (frameset-prop): Do not check for :version, which is no longer a prop.
10632 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10633 Use new :never value instead of t.
10634 (frameset-filter-alist): Expand and clarify docstring.
10635 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10636 (frameset-filter-minibuffer, frameset-filter-save-param)
10637 (frameset-filter-restore-param, frameset-filter-iconified):
10638 Add pointer to docstring of frameset-filter-alist.
10639 (frameset-filter-params): Rename filter values to be more meaningful:
10640 :never instead of t, and reverse the meanings of :save and :restore.
10641 (frameset--process-minibuffer-frames): Clarify error message.
10642 (frameset-save): Avoid unnecessary and confusing call to framep.
10643 Use new BOA constructor for framesets.
10644 (frameset--reuse-list): Doc fix.
10645 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10646 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10647 (frameset-minibufferless-first-p): Doc fix.
10648 Rename from frameset-sort-frames-for-deletion.
10649 (frameset-restore): Doc fixes. Use new function names.
10650 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10651
10652 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10653
10654 * desktop.el (desktop-restore-forces-onscreen)
10655 (desktop-restore-reuses-frames): Document :keyword constant values.
10656 (desktop-filter-parameters-alist): Remove, now identical to
10657 frameset-filter-alist.
10658 (desktop--filter-tty*): Remove, moved to frameset.el.
10659 (desktop-save-frameset, desktop-restore-frameset):
10660 Do not pass :filters argument.
10661
10662 * frameset.el (frameset-live-filter-alist)
10663 (frameset-persistent-filter-alist): New variables.
10664 (frameset-filter-alist): Use them. Add autoload cookie.
10665 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10666 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10667 `frameset--id' (it's supposed to be internal to frameset.el).
10668 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10669 (frameset--initial-params): New function.
10670 (frameset--get-frame): Use it. Doc fix.
10671 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10672 Accept :all, not 'all.
10673 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10674 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10675 with fbound symbols. Fix frame id matching, and remove matching ids if
10676 the frame being restored is deleted. Obey :delete.
10677
10678 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * subr.el (macrop): New function.
10681 (text-clone--maintaining): New var.
10682 (text-clone--maintain): Rename from text-clone-maintain. Use it
10683 instead of inhibit-modification-hooks.
10684
10685 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10686 a proxy, so as handle autoloads and redefinitions of the target.
10687 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10688
10689 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10690 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10691 (pcase--mutually-exclusive-p): New function.
10692 (pcase--split-consp): Use it.
10693 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10694 mutually exclusive with the current predicate.
10695
10696 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10697 (edebug-macrop): Remove. Use `macrop' instead.
10698 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10699 (ad-macro-p):
10700 * eshell/esh-cmd.el (eshell-macrop):
10701 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10702
10703 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10706 (advice-mapc): New function, using it.
10707 (advice-function-member-p): New function.
10708 (advice--normalize): Store the cdr in advice--saved-rewrite since
10709 that's the part that will be changed.
10710 (advice--symbol-function): New function.
10711 (advice-remove): Handle removal before the function is defined.
10712 Adjust to new advice--saved-rewrite.
10713 (advice-member-p): Use advice-function-member-p and
10714 advice--symbol-function.
10715
10716 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10719 (frameset-filter-minibuffer): Doc fix.
10720 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10721 (frameset--set-id, frameset--process-minibuffer-frames)
10722 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10723 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10724
10725 * desktop.el (desktop-clear): Only delete frames when called
10726 interactively and desktop-restore-frames is non-nil. Doc fix.
10727 (desktop-read): Set desktop-saved-frameset to nil.
10728
10729 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10730
10731 * vc/vc.el (vc-ignore): Rewrite.
10732 (vc-default-ignore-completion-table, vc--read-lines)
10733 (vc--add-line, vc--remove-regexp): New functions.
10734
10735 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10736 (vc-svn-ignore-completion-table): New function.
10737
10738 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10739 (vc-hg-ignore-completion-table)
10740 (vc-hg-find-ignore-file): New functions.
10741
10742 * vc/vc-git.el (vc-git-ignore): Rewrite.
10743 (vc-git-ignore-completion-table)
10744 (vc-git-find-ignore-file): New functions.
10745
10746 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10747
10748 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10749 (vc-bzr-ignore-completion-table)
10750 (vc-bzr-find-ignore-file): New functions.
10751
10752 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10753
10754 * frameset.el (frameset-prop): New function and setter.
10755 (frameset-save): Do not modify frame list passed by the caller.
10756
10757 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10760
10761 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10764 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10765
10766 * custom.el (custom-initialize-default, custom-initialize-set)
10767 (custom-initialize-reset, custom-initialize-changed): Affect the
10768 toplevel-default-value (bug#6275, bug#14586).
10769 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10770 for bug#6275.
10771
10772 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10773
10774 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10775 Add cl-def* expressions.
10776
10777 * frameset.el (frameset-filter-params): Fix order of arguments.
10778
10779 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10780
10781 Move code related to saving frames to frameset.el.
10782 * desktop.el: Require frameset.
10783 (desktop-restore-frames): Doc fix.
10784 (desktop-restore-reuses-frames): Rename from
10785 desktop-restoring-reuses-frames.
10786 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10787 (desktop-clear): Clear frames too.
10788 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10789 (desktop--filter-tty*, desktop-save, desktop-read):
10790 Use frameset functions.
10791 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10792 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10793 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10794 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10795 (desktop--process-minibuffer-frames, desktop-save-frames)
10796 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10797 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10798 (desktop--sort-states, desktop-restoring-frames-p)
10799 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10800 (desktop-restoring-frameset-p, desktop-restore-frameset)
10801 (desktop--check-dont-save, desktop-save-frameset): New functions.
10802 (desktop--app-id): New constant.
10803 (desktop-first-buffer, desktop-buffer-ok-count)
10804 (desktop-buffer-fail-count): Move before first use.
10805 * frameset.el: New file.
10806
10807 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * files.el: Use lexical-binding.
10810 (dir-locals-read-from-file): Remove unused `err' variable.
10811 (hack-dir-local-variables--warned-coding): New var.
10812 (hack-dir-local-variables): Use it to avoid repeated warnings.
10813 (make-backup-file-name--default-function): New function.
10814 (make-backup-file-name-function): Use it as default.
10815 (buffer-stale--default-function): New function.
10816 (buffer-stale-function): Use it as default.
10817 (revert-buffer-insert-file-contents--default-function): New function.
10818 (revert-buffer-insert-file-contents-function): Use it as default.
10819 (insert-directory): Avoid add-to-list.
10820
10821 * autorevert.el (auto-revert-handler): Simplify.
10822 Use buffer-stale--default-function.
10823
10824 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10825
10826 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10827
10828 * whitespace.el (whitespace-ensure-local-variables): New function.
10829 (whitespace-cleanup-region): Call it.
10830 (whitespace-turn-on): Call it.
10831
10832 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10833
10834 Complete file name handlers.
10835
10836 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10837 (tramp-handle-verify-visited-file-modtime)
10838 (tramp-handle-file-notify-rm-watch): New functions.
10839 (tramp-call-process): Do not bind `default-directory'.
10840
10841 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10842 Order alphabetically.
10843 <access-file, add-name-to-file, dired-call-process>:
10844 <dired-compress-file, file-acl, file-notify-rm-watch>:
10845 <file-ownership-preserved-p, file-selinux-context>:
10846 <make-directory-internal, make-symbolic-link, set-file-acl>:
10847 <set-file-selinux-context, set-visited-file-modtime>:
10848 <verify-visited-file-modtime>: Add handler.
10849 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10850
10851 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10852 <file-notify-add-watch, file-notify-rm-watch>:
10853 <set-file-times, set-visited-file-modtime>:
10854 <verify-visited-file-modtime>: Add handler.
10855 (with-tramp-gvfs-error-message)
10856 (tramp-gvfs-handle-set-visited-file-modtime)
10857 (tramp-gvfs-fuse-file-name): Remove.
10858 (tramp-gvfs-handle-file-notify-add-watch)
10859 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10860 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10861
10862 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10863 Order alphabetically.
10864 <file-notify-rm-watch>: Use default Tramp handler.
10865 <executable-find>: Remove private handler.
10866 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10867 `default-directory'.
10868 (tramp-sh-handle-executable-find)
10869 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10870 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10871 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10872 Do not use `format' in `tramp-message'.
10873
10874 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10875 <file-notify-rm-watch, set-visited-file-modtime>:
10876 <verify-visited-file-modtime>: Add handler.
10877 (tramp-smb-call-winexe): Do not bind `default-directory'.
10878
10879 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10880
10881 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10882
10883 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10884
10885 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10886 use it.
10887 (log-view-diff-changeset): Same.
10888 (log-view-diff-common): Call backend command `previous-revision'
10889 to find out the previous revision, in both cases. Swap the
10890 variables `to' and `fr', so that `fr' usually refers to the
10891 earlier revision (Bug#14989).
10892
10893 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10894
10895 * ibuf-ext.el (ibuffer-filter-by-filename):
10896 Make it work with dired buffers too.
10897
10898 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10899
10900 * emacs-lisp/re-builder.el (reb-color-display-p):
10901 * files.el (save-buffers-kill-terminal):
10902 * net/browse-url.el (browse-url):
10903 * server.el (server-save-buffers-kill-terminal):
10904 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10905 Prefer nil to selected-frame for the first arg of frame-parameter.
10906
10907 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10908
10909 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10910
10911 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10912
10913 * minibuffer.el (completion--twq-all): Try and preserve each
10914 completion's case choice (bug#14907).
10915
10916 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
10918 * net/network-stream.el (open-network-stream): Mention the new
10919 :nogreeting parameter.
10920 (network-stream-open-starttls): Use the :nogreeting parameter
10921 (bug#14938).
10922
10923 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10924
10925 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10926 more natural than popping.
10927
10928 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10929 (shr-urlify): Highlight under mouse.
10930
10931 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10932
10933 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10934
10935 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10936
10937 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10938 buffer for output.
10939
10940 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10941 point-min==1. Fix search string. Fix parentheses missing.
10942
10943 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10944 assume point-min==1. Fix search string. Fix parentheses missing.
10945
10946 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10947
10948 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10949 buffer for output.
10950
10951 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10952
10953 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10954 initial frame is minibuffer-less. (Bug#14841)
10955
10956 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10957
10958 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10959 option.
10960
10961 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10962 (tramp-maybe-open-connection): Use it.
10963
10964 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10967 minimal set of parameters passed when creating a frame, because
10968 the minibuffer status of a frame cannot be changed later.
10969
10970 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10971
10972 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10973 replace-regexp-in-string and inadvertent omissions in previous change.
10974 (todo-filter-items): Ensure only file names are comma-separated in
10975 name of filtered items buffer.
10976
10977 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10978
10979 * desktop.el: Optionally force offscreen frames back onscreen.
10980 (desktop-restoring-reuses-frames): New option.
10981 (desktop--compute-pos, desktop--move-onscreen): New functions.
10982 (desktop--make-frame): Use desktop--move-onscreen.
10983
10984 2013-07-27 Alan Mackenzie <acm@muc.de>
10985
10986 Fontify a Java generic method as a function.
10987 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10988 value to t.
10989
10990 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10991
10992 * calendar/todo-mode.el: Add command to rename todo files.
10993 (todo-rename-file): New command.
10994 (todo-key-bindings-t): Add key binding for it. Change the
10995 bindings of todo-filter-regexp-items(-multifile) to use `x'
10996 instead of `r', since the latter is better suited to the new
10997 renaming command.
10998
10999 2013-07-27 Alan Mackenzie <acm@muc.de>
11000
11001 Make Java try-with-resources statement parse properly.
11002 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11003 (c-block-stmt-1-2-key): New language constants/variables.
11004 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11005 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11006 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11007 with c-block-stmt-1-2-key.
11008
11009 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11010
11011 * desktop.el (desktop--make-frame): Apply most frame parameters after
11012 creating the frame to force (partially or totally) offscreen frames to
11013 be restored as such.
11014
11015 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11016
11017 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11018 (Bug#14948)
11019
11020 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11023 `base' arg of backtrace-frame.
11024
11025 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11026
11027 * simple.el (list-processes): Doc fix.
11028
11029 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11030
11031 * desktop.el (desktop--select-frame):
11032 Try harder to reuse existing frames.
11033
11034 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11037 (edebug-eval): Use backtrace-eval.
11038 (edebug--display, edebug--recursive-edit): Don't let-bind the
11039 edebug-outer-* vars that keep track of variables we locally let-bind.
11040 (edebug-outside-excursion): Don't restore outside values of locally
11041 let-bound vars.
11042 (edebug--display): Use user-error.
11043 (cl-lexical-debug, cl-debug-env): Remove.
11044
11045 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11046
11047 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11048 are restored to be sure that they are visible before deleting any
11049 remaining ones.
11050
11051 2013-07-26 Matthias Meulien <orontee@gmail.com>
11052
11053 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11054 vc-print-root-log. (Bug#14948)
11055
11056 2013-07-26 Richard Stallman <rms@gnu.org>
11057
11058 Add aliases for encrypting mail.
11059 * epa.el (epa-mail-aliases): New option.
11060 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11061 Bind inhibit-read-only so read-only text doesn't ruin everything.
11062 (epa-mail-default-recipients): New subroutine broken out.
11063 Handle epa-mail-aliases.
11064
11065 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 Add support for lexical variables to the debugger's `e' command.
11068 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11069 vars, except for debugger-outer-match-data.
11070 (debugger-frame-number): Move check for "on a function call" from
11071 callers into it. Add `skip-base' argument.
11072 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11073 (debugger-env-macro): Only reset the state stored in non-variables,
11074 i.e. current-buffer and match-data.
11075 (debugger-eval-expression): Rewrite using backtrace-eval.
11076 * subr.el (internal--called-interactively-p--get-frame): Remove.
11077 (called-interactively-p):
11078 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11079 `base' arg of backtrace-frame instead.
11080
11081 2013-07-26 Glenn Morris <rgm@gnu.org>
11082
11083 * align.el (align-regexp): Doc fix. (Bug#14857)
11084 (align-region): Explicit error if subexpression missing/does not match.
11085
11086 * simple.el (global-visual-line-mode):
11087 Do not duplicate the mode lighter. (Bug#14858)
11088
11089 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11090
11091 * window.el (display-buffer): In display-buffer bind
11092 split-window-keep-point to t, bug#14829.
11093
11094 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11095
11096 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11097 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11098 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11099 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11100 Change accordingly.
11101 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11102 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11103
11104 2013-07-25 Glenn Morris <rgm@gnu.org>
11105
11106 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11107
11108 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11109
11110 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11111 parameter to modify-frame-parameters if the value has not changed;
11112 this is a workaround for bug#14949.
11113 (desktop--make-frame): On cl-delete-if call, check parameter name,
11114 not full parameter.
11115
11116 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11117
11118 * vc/vc.el (vc-ignore): New function.
11119
11120 * vc/vc-svn.el (vc-svn-ignore): New function.
11121
11122 * vc/vc-hg.el (vc-hg-ignore): New function.
11123
11124 * vc/vc-git.el (vc-git-ignore): New function.
11125
11126 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11127 (vc-dir-ignore): New function.
11128
11129 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11130 (cvs-append-to-ignore): Move here from pcvs.el.
11131
11132 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11133
11134 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11135
11136 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11139 (desktop-restore-frames): Warn when deleting an existing frame failed.
11140
11141 2013-07-24 Glenn Morris <rgm@gnu.org>
11142
11143 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11144
11145 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11146
11147 * filenotify.el (file-notify-supported-p):
11148 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11149 Remove functions.
11150
11151 * autorevert.el (auto-revert-use-notify)
11152 (auto-revert-notify-add-watch):
11153 * net/tramp.el (tramp-file-name-for-operation):
11154 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11155 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11156 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11157 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11158 Remove `file-notify-supported-p' entry.
11159
11160 2013-07-24 Glenn Morris <rgm@gnu.org>
11161
11162 * printing.el: Replace all uses of deleted ps-windows-system,
11163 ps-lp-system, ps-flatten-list with lpr- versions.
11164
11165 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11168 checked with memq (bug#14935).
11169
11170 * files.el (revert-buffer-function): Use a non-nil default.
11171 (revert-buffer-preserve-modes): Declare var to
11172 provide access to the `preserve-modes' argument.
11173 (revert-buffer): Let-bind it.
11174 (revert-buffer--default): New function, extracted from revert-buffer.
11175
11176 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11177
11178 * lpr.el: Signal print errors more prominently.
11179 (print-region-function): Don't default to nil.
11180 (lpr-print-region): New function, extracted from print-region-1.
11181 Check lpr's return value and signal an error in case of problem.
11182 (print-region-1): Use it.
11183 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11184 versions instead.
11185 (ps-printer-name): Default to nil.
11186 (ps-printer-name-option): Default to lpr-printer-switch.
11187 (ps-print-region-function): Don't default to nil.
11188 (ps-postscript-code-directory): Simplify default.
11189 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11190 (ps-string-list, ps-eval-switch, ps-flatten-list)
11191 (ps-flatten-list-1): Remove.
11192 (ps-multibyte-buffer): Avoid setq.
11193 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11194 (print-region-function, ps-print-region-function): Don't set them here.
11195
11196 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11197
11198 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11199 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11200 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11201 (ido-decorations): Doc fix.
11202
11203 * ansi-color.el: Fix old URL.
11204
11205 2013-07-23 Michael R. Mauger <michael@mauger.com>
11206
11207 * progmodes/sql.el: Version 3.3
11208 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11209 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11210 (sql-interactive-remove-continuation-prompt): Rewrite, use
11211 functions above. Fix continuation prompt and complete output line
11212 handling.
11213 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11214 redirected output buffer.
11215 (sql-mode): Restore deleted code (Bug#13591).
11216
11217 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11218
11219 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11220
11221 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11222
11223 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11224
11225 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11226 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11227 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11228
11229 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * desktop.el (desktop-clear): Simplify; remove useless checks
11232 against invalid buffer names.
11233 (desktop-list*): Use cl-list*.
11234 (desktop-buffer-info, desktop-create-buffer): Simplify.
11235
11236 2013-07-23 Leo Liu <sdl.web@gmail.com>
11237
11238 * bookmark.el (bookmark-make-record): Restore NAME as a default
11239 value. (Bug#14933)
11240
11241 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11242
11243 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11244 extracted from autoload--insert-text.
11245 (autoload--insert-text): Remove.
11246 (autoload--print-cookie-text): New function, extracted from
11247 autoload--insert-cookie-text.
11248 (autoload--insert-cookie-text): Remove.
11249 (autoload-generate-file-autoloads): Adjust calls accordingly.
11250
11251 * winner.el (winner-hook-installed-p): Remove.
11252 (winner-mode): Simplify accordingly.
11253
11254 * subr.el (add-to-list): Fix compiler-macro when `append' is
11255 not constant. Don't use `cl-member' for the base case.
11256
11257 * progmodes/subword.el: Fix boundary case (bug#13758).
11258 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11259 own group.
11260 (subword-backward-regexp): Make it a constant.
11261 (subword-forward-internal): Don't treat a trailing capital as the
11262 beginning of a word.
11263
11264 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11265
11266 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11267 global value of tabulated-list-revert-hook (bug#14930).
11268
11269 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11270
11271 * desktop.el: Require 'cl-lib.
11272 (desktop-before-saving-frames-functions): New hook.
11273 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11274 for frames being saved. Rename from desktop--save-minibuffer-frames.
11275 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11276 Do not save frames with non-nil `desktop-dont-save' parameter.
11277 Filter out deleted frames.
11278 (desktop--find-frame): Use cl-find-if.
11279 (desktop--select-frame): Use cl-(first|second|third) to access values
11280 of desktop-mini.
11281 (desktop--make-frame): Use cl-delete-if.
11282 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11283 (desktop-restore-frames): Use cl-(first|second|third) to access values
11284 of desktop-mini. Look for visible frame at the end, not while
11285 restoring frames.
11286
11287 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11288 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11289 Use string-match-p, looking-at-p (bug#14927).
11290
11291 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11292
11293 * desktop.el (desktop-saved-frame-states):
11294 Rename from desktop--saved-states; all users changed.
11295 (desktop-save-frames): Rename from desktop--save-frames.
11296 Do not save state to desktop file.
11297 (desktop-save): Save desktop-saved-frame-states to desktop file
11298 and reset to nil.
11299 (desktop-restoring-frames-p): New function.
11300 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11301 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11302 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11303
11304 * desktop.el: Correctly restore iconified frames.
11305 (desktop--filter-iconified-position): New function.
11306 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11307
11308 2013-07-20 Glenn Morris <rgm@gnu.org>
11309
11310 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11311 Let `message' do the formatting.
11312 (def-gdb-preempt-display-buffer): Add explicit format.
11313
11314 * image-dired.el (image-dired-track-original-file):
11315 Use with-current-buffer.
11316 (image-dired-track-thumbnail): Use with-current-buffer.
11317 Avoid changing point of wrong window.
11318
11319 * image-dired.el (image-dired-track-original-file):
11320 Avoid changing point of wrong window. (Bug#14909)
11321
11322 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11323
11324 * progmodes/gdb-mi.el (gdb-done-or-error):
11325 Guard against "%" in gdb output. (Bug#14127)
11326
11327 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11328
11329 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11330 (Bug#14826)
11331
11332 * international/mule.el (coding-system-iso-2022-flags): Fix last
11333 change.
11334
11335 2013-07-20 Kenichi Handa <handa@gnu.org>
11336
11337 * international/mule.el (coding-system-iso-2022-flags):
11338 Add `8-bit-level-4'. (Bug#8522)
11339
11340 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11341
11342 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11343 (bug#14815).
11344
11345 * net/eww.el (eww-process-text-input): Allow inputting when the
11346 point is at the start of the line, as the properties aren't
11347 front-sticky.
11348
11349 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11350 degenerate widths.
11351
11352 2013-07-19 Richard Stallman <rms@gnu.org>
11353
11354 * epa.el (epa-popup-info-window): Doc fix.
11355
11356 * subr.el (split-string): New arg TRIM.
11357
11358 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11359
11360 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11361 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11362
11363 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11364
11365 * filenotify.el (file-notify--library): Rename from
11366 `file-notify-support'. Do not autoload. Adapt all uses.
11367 (file-notify-supported-p): New defun.
11368
11369 * autorevert.el (auto-revert-use-notify):
11370 Use `file-notify-supported-p' instead of `file-notify-support'.
11371 Adapt docstring.
11372 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11373
11374 * net/tramp.el (tramp-file-name-for-operation):
11375 Add `file-notify-supported-p'.
11376
11377 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11378 New defun.
11379 (tramp-sh-file-name-handler-alist): Add it as handler for
11380 `file-notify-supported-p '.
11381
11382 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11383 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11384 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11385 Add `ignore' as handler for `file-notify-*' functions.
11386
11387 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11388
11389 * simple.el (line-move-partial, line-move): Don't start vscroll or
11390 scroll-up if the current line is not taller than the window.
11391 (Bug#14881)
11392
11393 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11394
11395 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11396 highlight question marks in the method names as strings.
11397 (ruby-block-beg-keywords): Inline.
11398 (ruby-font-lock-keyword-beg-re): Extract from
11399 `ruby-font-lock-keywords'.
11400
11401 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11402
11403 * frame.el (blink-cursor-blinks): New defcustom.
11404 (blink-cursor-blinks-done): New defvar.
11405 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11406 (blink-cursor-timer-function): Check if number of blinks has been
11407 done on X and NS.
11408 (blink-cursor-suspend, blink-cursor-check): New defuns.
11409
11410 2013-07-15 Glenn Morris <rgm@gnu.org>
11411
11412 * edmacro.el (edmacro-format-keys): Fix previous change.
11413
11414 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11415
11416 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11417 The hack didn't work outside English locales anyway.
11418
11419 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11420
11421 * simple.el (define-alternatives): Rename from alternatives-define,
11422 per RMS' suggestion.
11423
11424 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11425
11426 * desktop.el (desktop-restore-frames): Change default to t.
11427 (desktop-restore-in-current-display): Now offer more options.
11428 (desktop-restoring-reuses-frames): New customization option.
11429 (desktop--saved-states): Doc fix.
11430 (desktop-filter-parameters-alist): New variable, renamed and expanded
11431 from desktop--excluded-frame-parameters.
11432 (desktop--target-display): New variable.
11433 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11434 (desktop--filter-tty*, desktop--filter-*-color)
11435 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11436 (desktop--filter-save-desktop-parm)
11437 (desktop-restore-in-original-display-p): New functions.
11438 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11439 (desktop--save-minibuffer-frames): New function, inspired by a similar
11440 function from Martin Rudalics.
11441 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11442 (desktop--restore-in-this-display-p): Remove.
11443 (desktop--find-frame): Rename from desktop--find-frame-in-display
11444 and add predicate argument.
11445 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11446 (desktop--reuse-list): New variable.
11447 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11448 New functions.
11449 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11450
11451 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11452
11453 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11454
11455 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11456
11457 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11458 Highlight conversion methods on Kernel.
11459
11460 2013-07-13 Alan Mackenzie <acm@muc.de>
11461
11462 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11463 and comment it out. This out-commenting enables certain C++
11464 declarations to be parsed correctly.
11465
11466 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11467
11468 * international/mule.el (define-coding-system): Doc fix.
11469
11470 * simple.el (default-font-height): Don't call font-info if the
11471 frame's default font didn't change since the frame was created.
11472 (Bug#14838)
11473
11474 2013-07-13 Leo Liu <sdl.web@gmail.com>
11475
11476 * ido.el (ido-read-file-name): Guard against non-symbol value.
11477
11478 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11479
11480 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11481 in nested defuns.
11482
11483 2013-07-13 Leo Liu <sdl.web@gmail.com>
11484
11485 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11486 ido-set-matches call. (Bug#6852)
11487
11488 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11489
11490 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11491 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11492 Ruby 2.0.
11493 (ruby-font-lock-keywords): Distinguish calls to functions with
11494 module-like names from module references. Highlight character
11495 literals.
11496
11497 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11498
11499 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11500 (gdb-send): Handle continued commands. (Bug#14847)
11501
11502 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11503
11504 * desktop.el (desktop--v2s): Remove unused local variable.
11505 (desktop-save-buffer): Make defvar-local; adjust docstring.
11506 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11507 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11508
11509 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11510
11511 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11512
11513 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11514
11515 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11516 (Bug#14842)
11517
11518 2013-07-12 Glenn Morris <rgm@gnu.org>
11519
11520 * doc-view.el: Require cl-lib at runtime too.
11521 (doc-view-remove-if): Remove.
11522 (doc-view-search-next-match, doc-view-search-previous-match):
11523 Use cl-remove-if.
11524
11525 * edmacro.el: Require cl-lib at runtime too.
11526 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11527 (edmacro-mismatch, edmacro-subseq): Remove.
11528
11529 * shadowfile.el: Require cl-lib.
11530 (shadow-remove-if): Remove.
11531 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11532 Use cl-remove-if.
11533
11534 * wid-edit.el: Require cl-lib.
11535 (widget-choose): Use cl-remove-if.
11536 (widget-remove-if): Remove.
11537
11538 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11539 (ebrowse-delete-if-not): Remove.
11540 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11541 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11542 Use cl-delete-if-not.
11543
11544 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11545
11546 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11547 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11548
11549 2013-07-12 Leo Liu <sdl.web@gmail.com>
11550
11551 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11552
11553 2013-07-11 Glenn Morris <rgm@gnu.org>
11554
11555 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11556 (edebug-gensym-index, edebug-gensym):
11557 Remove reimplementation of cl-gensym.
11558 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11559
11560 * thumbs.el: Require cl-lib at run-time too.
11561 (thumbs-gensym-counter, thumbs-gensym):
11562 Remove reimplementation of cl-gensym.
11563 (thumbs-temp-file): Use cl-gensym.
11564
11565 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11566 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11567 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11568 (ert--union, ert--gensym-counter, ert--gensym-counter)
11569 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11570 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11571 (ert-make-test-unbound, ert--expand-should-1)
11572 (ert--expand-should, ert--should-error-handle-error)
11573 (should-error, ert--explain-equal-rec)
11574 (ert--plist-difference-explanation, ert-select-tests)
11575 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11576 Use cl-lib functions rather than reimplementations.
11577
11578 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11579
11580 * net/tramp.el (tramp-methods): Extend docstring.
11581 (tramp-connection-timeout): New defcustom.
11582 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11583 (with-tramp-progress-reporter): Simplify.
11584 (tramp-process-actions): Improve messages.
11585
11586 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11587 * net/tramp-sh.el (tramp-maybe-open-connection):
11588 Use `tramp-connection-timeout'.
11589 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11590 (Bug#14808)
11591
11592 2013-07-11 Leo Liu <sdl.web@gmail.com>
11593
11594 * ido.el (ido-read-file-name): Conform to the requirements of
11595 read-file-name. (Bug#11861)
11596 (ido-read-directory-name): Conform to the requirements of
11597 read-directory-name.
11598
11599 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11600
11601 * subr.el (delay-warning): New function.
11602
11603 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11604
11605 * simple.el (default-line-height): New function.
11606 (line-move-partial, line-move): Use it instead of computing the
11607 line height inline.
11608 (line-move-partial): Always compute ROWH. If the last line is
11609 partially-visible, but its text is completely visible, allow
11610 cursor to enter such a partially-visible line.
11611
11612 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11613
11614 Improve error messages. (Bug#14808)
11615
11616 * net/tramp.el (tramp-current-connection): New defvar, moved from
11617 tramp-sh.el.
11618 (tramp-message-show-progress-reporter-message): Remove, not
11619 needed anymore.
11620 (tramp-error-with-buffer): Show message in minibuffer.
11621 Discard input before waiting. Reset connection timestamp.
11622 (with-tramp-progress-reporter): Improve messages.
11623 (tramp-process-actions): Use progress reporter. Delete process in
11624 case of error. Improve messages.
11625
11626 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11627 Call `tramp-error-with-buffer' with vector and buffer.
11628 (tramp-current-connection): Remove.
11629 (tramp-maybe-open-connection): The car of
11630 `tramp-current-connection' are the first 3 slots of the vector.
11631
11632 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11633
11634 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11635 inside continued strings.
11636
11637 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11638
11639 Timestamp fixes for undo (Bug#14824).
11640 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11641
11642 2013-07-10 Leo Liu <sdl.web@gmail.com>
11643
11644 * files.el (require-final-newline): Allow safe local value.
11645 (Bug#14834)
11646
11647 2013-07-09 Leo Liu <sdl.web@gmail.com>
11648
11649 * ido.el (ido-read-directory-name): Handle fallback.
11650 (ido-read-file-name): Update DIR to ido-current-directory.
11651 (Bug#1516)
11652 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11653
11654 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11655
11656 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11657 "autoload". Remove "warn lower camel case" section, previously
11658 commented out. Highlight negation char. Do not highlight the
11659 target in singleton method definitions.
11660
11661 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * faces.el (tty-setup-hook): Declare the hook.
11664
11665 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11666 and detect when a guard/pred depends on local vars (bug#14773).
11667 (pcase--u1): Adjust caller.
11668
11669 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11670
11671 * simple.el (line-move-partial, line-move): Account for
11672 line-spacing.
11673 (line-move-partial): Avoid setting vscroll when the last
11674 partially-visible line in window is of default height.
11675
11676 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11677
11678 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11679 been used a while.
11680
11681 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11682
11683 * subr.el (read-quoted-char): Remove unused local variable `char'.
11684
11685 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11686
11687 * vc/ediff.el (ediff-version): Version update.
11688 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11689 (ediff-merge-with-ancestor-command, ediff-directories-command)
11690 (ediff-directories3-command, ediff-merge-directories-command)
11691 (ediff-merge-directories-with-ancestor-command): New functions.
11692 All are command-line interfaces to ediff: to facilitate calling
11693 Emacs with the appropriate ediff functions invoked.
11694
11695 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11696 New function.
11697 (viper-save-kill-buffer): Check if buffer is modified.
11698
11699 * emulation/viper.el (viper-version): Version update.
11700 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11701
11702 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11705 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11706 (viper-intercept-ESC-key): Simplify.
11707 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11708 don't use kbd.
11709 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11710 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11711 (viper-setup-ESC-to-escape): New functions.
11712 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11713 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11714
11715 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11716
11717 * simple.el (default-font-height, window-screen-lines):
11718 New functions.
11719 (line-move, line-move-partial): Use them instead of
11720 frame-char-height and window-text-height. This makes scrolling
11721 text smoother when the buffer's default face uses a font that is
11722 different from the frame's default font.
11723
11724 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11725
11726 * files.el (write-file): Do not display confirm dialog for NS,
11727 it does its own dialog, which can't be canceled (Bug#14578).
11728
11729 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11730
11731 * simple.el (line-move-partial): Adjust the row returned by
11732 posn-at-point for the current window-vscroll. (Bug#14567)
11733
11734 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11735
11736 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11737 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11738 spaces.
11739
11740 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11741
11742 * window.el (window-state-put-stale-windows): New variable.
11743 (window--state-put-2): Save list of windows without matching buffer.
11744 (window-state-put): Remove "bufferless" windows if possible.
11745
11746 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11747
11748 * simple.el (alternatives-define): Remove leftover :group keyword.
11749 Tweak docstring.
11750
11751 2013-07-06 Leo Liu <sdl.web@gmail.com>
11752
11753 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11754 (ido-enable-virtual-buffers): New variable.
11755 (ido-buffer-internal, ido-toggle-virtual-buffers)
11756 (ido-make-buffer-list): Use it.
11757 (ido-exhibit): Support turning on and off virtual buffers
11758 automatically.
11759
11760 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11761
11762 * simple.el (alternatives-define): New macro.
11763
11764 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * subr.el (read-quoted-char): Use read-key.
11767 (sit-for): Let read-event decode tty input (bug#14782).
11768
11769 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11770
11771 * calendar/todo-mode.el: Add handling of file deletion, both by
11772 mode command and externally. Fix various related bugs.
11773 Clarify Commentary and improve some documentation strings and code.
11774 (todo-delete-file): New command.
11775 (todo-check-file): New function.
11776 (todo-show): Handle external deletion of the file we're trying to
11777 show (bug#14688). Replace called-interactively-p by an optional
11778 prefix argument to avoid problematic interaction with catch form
11779 when byte compiled (bug#14702).
11780 (todo-quit): Handle external deletion of the archive's todo file.
11781 Make sure the buffer that was visiting the archive file is still
11782 live before trying to bury it.
11783 (todo-category-completions): Handle external deletion of any
11784 category completion files.
11785 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11786 of todo files, in case of external deletion.
11787 (todo-add-file): Replace unnecessary setq by let-binding.
11788 (todo-find-archive): Check whether there are any archives.
11789 Replace unnecessary setq by let-binding.
11790 (todo-archive-done-item): Use find-file-noselect to get the
11791 archive buffer whether or not the archive already exists.
11792 Remove superfluous code. Use file size instead of buffer-file-name to
11793 check if the archive is new; if it is, update list of archives.
11794 (todo-default-todo-file): Allow nil to be a valid value for when
11795 there are no todo files.
11796 (todo-reevaluate-default-file-defcustom): Use corrected definition
11797 of todo-default-todo-file.
11798 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11799 (todo-delete-category, todo-show-categories-table)
11800 (todo-category-number): Clarify comment.
11801 (todo-filter-items): Clarify documentation string.
11802 (todo-show-current-file, todo-display-as-todo-file)
11803 (todo-reset-and-enable-done-separator): Tweak documentation string.
11804 (todo-done-separator): Make separator length window-width, since
11805 bug#2749 is now fixed.
11806
11807 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11808
11809 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11810 Support both "gvfs-monitor-dir" and "inotifywait".
11811 (tramp-sh-file-inotifywait-process-filter): Rename from
11812 `tramp-sh-file-notify-process-filter'.
11813 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11814 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11815
11816 2013-07-05 Leo Liu <sdl.web@gmail.com>
11817
11818 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11819
11820 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11821
11822 * frame.el (display-pixel-height, display-pixel-width)
11823 (display-mm-height, display-mm-width): Mention behavior on
11824 multi-monitor setups in docstrings.
11825 (w32-display-monitor-attributes-list): Declare function.
11826 (display-monitor-attributes-list): Use it.
11827
11828 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11829
11830 * filenotify.el: New package.
11831
11832 * autorevert.el (top): Require filenotify.el.
11833 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11834 instead.
11835 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11836 (auto-revert-notify-handler): Use `file-notify-*' functions.
11837
11838 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11839
11840 * net/tramp.el (tramp-file-name-for-operation):
11841 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11842
11843 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11844 for `file-notify-add-watch' and `file-notify-rm-watch'.
11845 (tramp-process-sentinel): Improve trace.
11846 (tramp-sh-handle-file-notify-add-watch)
11847 (tramp-sh-file-notify-process-filter)
11848 (tramp-sh-handle-file-notify-rm-watch)
11849 (tramp-get-remote-inotifywait): New defuns.
11850
11851 2013-07-03 Juri Linkov <juri@jurta.org>
11852
11853 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11854 call of `occur-read-primary-args' to interactive spec.
11855
11856 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11857 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11858
11859 2013-07-03 Matthias Meulien <orontee@gmail.com>
11860
11861 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11862 `Buffer-menu-multi-occur'. Add it to the menu.
11863 (Buffer-menu-mode): Document it in docstring.
11864 (Buffer-menu-multi-occur): New command. (Bug#14673)
11865
11866 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11867
11868 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11869 keywords and built-ins.
11870
11871 2013-07-03 Glenn Morris <rgm@gnu.org>
11872
11873 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11874
11875 Make info-xref checks case-sensitive by default
11876 * info.el (Info-find-node, Info-find-in-tag-table)
11877 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11878 Add option for exact case matching of nodes.
11879 * info-xref.el (info-xref): New custom group.
11880 (info-xref-case-fold): New option.
11881 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11882
11883 2013-07-03 Leo Liu <sdl.web@gmail.com>
11884
11885 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11886
11887 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11888
11889 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11890 middle of block statement initially, lower the depth. Remove
11891 FIXME comment, not longer valid. Remove middle of block statement
11892 detection, no need to do that anymore since we've been using
11893 `ruby-parse-region' here.
11894
11895 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11896
11897 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11898
11899 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11900
11901 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11902
11903 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11904
11905 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11906 (desktop-restore-in-current-display): New customization option.
11907 (desktop--excluded-frame-parameters): Add `font'.
11908 (desktop--save-frames): Rename from desktop--save-windows.
11909 (desktop--restore-in-this-display-p): New function.
11910 (desktop--make-full-frame): Remove unwanted width/height from
11911 full(width|height) frames.
11912 (desktop--restore-frames): Rename from desktop--restore-windows.
11913 Obey desktop-restore-current-display. Do not delete old frames or
11914 select a new frame unless we were able to restore at least one frame.
11915
11916 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11917
11918 * files.el (find-file-noselect): Simplify conditional expression.
11919
11920 * textmodes/remember.el (remember-append-to-file):
11921 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11922
11923 Add `remember-notes' function to store random notes across Emacs
11924 restarts.
11925 * textmodes/remember.el (remember-data-file): Add :set callback to
11926 affect notes buffer (if any).
11927 (remember-notes): New command.
11928 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11929 New defcustoms for the `remember-notes' function.
11930 (remember-notes-save-and-bury-buffer): New command.
11931 (remember-notes-mode-map): New variable.
11932 (remember-mode): New minor mode.
11933 (remember-notes--kill-buffer-query): New function.
11934 * startup.el (initial-buffer-choice): Add notes to custom type.
11935
11936 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11937
11938 * bindings.el (right-char, left-char): Don't call sit-for, this is
11939 no longer needed. Use arithmetic comparison only for numerical
11940 arguments.
11941
11942 * international/mule-cmds.el (select-safe-coding-system):
11943 Handle the case of FROM being a string correctly. (Bug#14755)
11944
11945 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11946
11947 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11948 progression on degenerate tables.
11949 (shr-rescale-image): ImageMagick animated images currently don't work.
11950
11951 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11952
11953 Some fixes and improvements for desktop frame restoration.
11954 It is still experimental and disabled by default.
11955 * desktop.el (desktop--save-windows): Put the selected frame at
11956 the head of the list.
11957 (desktop--make-full-frame): New function.
11958 (desktop--restore-windows): Try to re-select the frame that was
11959 selected upon saving. Do not abort if some frames fail to restore,
11960 just show an error message and continue. Set up maximized frames
11961 so they have default non-maximized dimensions.
11962
11963 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11964
11965 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11966 Don't start heredoc inside a string or comment.
11967
11968 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11969
11970 * bindings.el (visual-order-cursor-movement): New defcustom.
11971 (right-char, left-char): Provide visual-order cursor motion by
11972 calling move-point-visually. Update the doc strings.
11973
11974 2013-06-28 Kenichi Handa <handa@gnu.org>
11975
11976 * international/mule.el (define-coding-system): New coding system
11977 properties :inhibit-null-byte-detection,
11978 :inhibit-iso-escape-detection, and :prefer-utf-8.
11979 (set-buffer-file-coding-system): If :charset-list property of
11980 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11981 appropriate for setting.
11982
11983 * international/mule-cmds.el (select-safe-coding-system):
11984 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11985 multibyte characters, return utf-8 (or one of its siblings).
11986
11987 * international/mule-conf.el (prefer-utf-8): New coding system.
11988 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11989 files.
11990
11991 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11992
11993 * net/shr.el (shr-render-region): New function.
11994
11995 * net/eww.el: Autoload `eww-browse-url'.
11996
11997 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11998
11999 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12000 Adapt to `package-desc-version' being a list.
12001 Use `package--ac-desc-version' to retrieve version from a package
12002 archive element.
12003
12004 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12005
12006 New experimental feature to save&restore window and frame setup.
12007 * desktop.el (desktop-save-windows): New defcustom.
12008 (desktop--saved-states): New var.
12009 (desktop--excluded-frame-parameters): New defconst.
12010 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12011 (desktop--restore-windows, desktop--save-windows): New functions.
12012 (desktop-save): Call `desktop--save-windows'.
12013 (desktop-read): Call `desktop--restore-windows'.
12014
12015 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12016
12017 * net/shr.el (add-face-text-property): Remove compat definition.
12018
12019 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12020
12021 * info.el (Info-try-follow-nearest-node): Move search for footnote
12022 above search for node name to prevent missing a footnote (bug#14717).
12023
12024 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12025
12026 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12027
12028 2013-06-27 Leo Liu <sdl.web@gmail.com>
12029
12030 * net/eww.el (eww-read-bookmarks): Check file size.
12031
12032 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12035 advice--pending if newdef is nil or an autoload (bug#13820).
12036 (advice-mapc): New function.
12037
12038 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12039
12040 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12041 probably.
12042 (eww-mode-map): Add a menu bar.
12043 (eww-add-bookmark): New command.
12044 (eww-bookmark-mode): New mode and commands.
12045 (eww-add-bookmark): Remove newlines from the title.
12046 (eww-bookmark-browse): Don't bug out if it's the only window.
12047
12048 2013-06-26 Glenn Morris <rgm@gnu.org>
12049
12050 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12051 (hfy-size): Handle ttys. (Bug#14668)
12052
12053 * info-xref.el: Update for Texinfo 5 change in *note format.
12054 (info-xref-node-re, info-xref-note-re): New constants.
12055 (info-xref-check-buffer): Use info-xref-note-re.
12056
12057 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12060
12061 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12062 nil terminate the loop (bug#14718).
12063
12064 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12065
12066 * net/eww.el: Rework history traversal. When going forward/back,
12067 put these actions into the history, too, so that they can be
12068 replayed.
12069 (eww-render): Move the history reset to the correct buffer.
12070
12071 2013-06-25 Juri Linkov <juri@jurta.org>
12072
12073 * files-x.el (modify-dir-local-variable): Change the header comment
12074 in the file with directory local variables. (Bug#14692)
12075
12076 * files-x.el (read-file-local-variable-value): Add `default'.
12077 (Bug#14710)
12078
12079 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12080
12081 * net/eww.el (eww-make-unique-file-name): Create a unique file
12082 name before saving to entering `y' accidentally asynchronously.
12083
12084 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12085
12086 * net/eww.el (eww-download): New command and keystroke.
12087
12088 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12089
12090 * net/eww.el (eww-copy-page-url): Change name of command.
12091
12092 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12093 be more consistent with Info and dired.
12094
12095 * net/eww.el (eww-mode-map): Ditto.
12096
12097 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12100 packages from archives.
12101 (package-archive-contents): Change format; include obsolete packages.
12102 (package-desc): Use `dir' to mark builtin packages.
12103 (package--from-builtin): Set the `dir' field to `builtin'.
12104 (generated-autoload-file, version-control): Declare.
12105 (package-compute-transaction): Change first arg and return value to be
12106 lists of package-descs. Adjust to new package-archive-contents format.
12107 (package--add-to-archive-contents): Adjust to new
12108 package-archive-contents format.
12109 (package-download-transaction): Arg is now a list of package-descs.
12110 (package-install): If `pkg' is a package name, pass it as
12111 a requirement, so it is subject to the usual (e.g. disabled) checks.
12112 (describe-package): Accept package-desc as well.
12113 (describe-package-1): Describe a specific package-desc. Add links to
12114 other package-descs for the same package name.
12115 (package-menu-describe-package): Pass the actual package-desc.
12116 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12117 works correctly.
12118 (package-desc-status): New function.
12119 (package-menu--refresh): New function, extracted
12120 from package-menu--generate.
12121 (package-menu--generate): Use it.
12122 (package-delete): Update package-alist.
12123 (package-menu-execute): Don't call package-initialize.
12124
12125 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12126 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12127 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12128 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12129 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12130 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12131
12132 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12133
12134 * window.el (window--state-get-1): Workaround for bug#14527.
12135 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12136
12137 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12138
12139 * net/eww.el (eww-back-url): Implement the history by stashing all
12140 the data into a list.
12141 (eww-forward-url): Allow going forward in the history, too.
12142
12143 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12146 for values and use read--expression for expressions (bug#14710).
12147 (read-file-local-variable): Avoid setq.
12148 (read-file-local-variable-mode): Use minor-mode-list.
12149
12150 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12151
12152 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12153 for DOI URLs.
12154
12155 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12156
12157 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12158 Update imenu-support when dialect changes.
12159
12160 2013-06-25 Leo Liu <sdl.web@gmail.com>
12161
12162 * ido.el (ido-read-internal): Allow forward slash on windows.
12163
12164 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12165
12166 * net/eww.el (eww): Start of strings is \\`, not ^.
12167
12168 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12169
12170 * net/shr.el (shr-browse-url): Fix interactive spec.
12171
12172 * net/eww.el (eww): Add a trailing slash to domain names.
12173
12174 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12175
12176 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12177
12178 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12179
12180 * net/shr.el (shr-browse-url): Use an external browser if given a
12181 prefix.
12182
12183 * net/eww.el (eww-external-browser): Move to shr.
12184
12185 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12186
12187 * net/eww.el (eww): Work more correctly for file: URLs.
12188 (eww-detect-charset): Allow quoted charsets.
12189 (eww-yank-page-url): New command and keystroke.
12190
12191 2013-06-24 Daiki Ueno <ueno@gnu.org>
12192
12193 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12194 file name of gpg executable.
12195 (epg-context-program): New function.
12196 (epg-context-home-directory): New function.
12197 (epg-context-set-program): New function.
12198 (epg-context-set-home-directory): New function.
12199 (epg--start): Use `epg-context-program' instead of
12200 'epg-gpg-program'.
12201 (epg--list-keys-1): Likewise.
12202
12203 2013-06-24 Leo Liu <sdl.web@gmail.com>
12204
12205 * ido.el (ido-read-internal): Fix bug#14620.
12206
12207 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * faces.el (face-documentation): Simplify.
12210 (read-face-attribute, tty-find-type, x-resolve-font-name):
12211 Use `string-match-p'.
12212 (list-faces-display): Use `string-match-p'. Simplify.
12213 (face-spec-recalc): Check face to avoid face alias loops.
12214 (read-color): Use `string-match-p' and non-capturing parenthesis.
12215
12216 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12217
12218 * net/shr.el (shr-rescale-image): Use the new
12219 :max-width/:max-height functionality.
12220
12221 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12222
12223 * net/eww.el (eww-search-prefix): New variable.
12224 (eww): Use it.
12225 (eww-external-browser): New variable.
12226 (eww-mode-map): New keystroke.
12227 (eww-browse-with-external-browser): New command.
12228
12229 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12230
12231 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12232
12233 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12234 Don't skip aligning the next header field when padding is 0;
12235 otherwise, field width is not respected unless the title is as
12236 wide as the field.
12237
12238 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * emacs-lisp/package.el (package-el-version): Remove.
12241 (package-process-define-package): Fix inf-loop.
12242 (package-install): Allow symbols as arguments again.
12243
12244 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12245
12246 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12247 add some more keyword-like methods.
12248 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12249
12250 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12251
12252 * bs.el (bs-buffer-show-mark): Make defvar-local.
12253 (bs-mode): Use setq-local.
12254
12255 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12256 (emacs-lock--try-unlocking): Make defvar-local.
12257
12258 2013-06-22 Glenn Morris <rgm@gnu.org>
12259
12260 * play/cookie1.el (cookie-apropos): Minor simplification.
12261
12262 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12263
12264 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12265
12266 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12267 `regexp-opt', it breaks the build during dumping.
12268
12269 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12270
12271 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12272 Highlight keyword-like methods on Kernel and Module with
12273 font-lock-builtin-face.
12274 (auto-mode-alist): Consolidate different entries into one regexp
12275 and add more *file-s.
12276
12277 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12278
12279 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12280
12281 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12282 (diary-entry): Use it in the action of this button type instead of
12283 diary-goto-entry.
12284
12285 * calendar/todo-mode.el: New version.
12286 (todo-add-category): Append new category to end of file and give
12287 it the highest number, instead of putting it at the beginning and
12288 giving it 0. Incorporate noninteractive functionality.
12289 (todo-forward-category): Adapt to 1-based category numbering.
12290 Allow skipping over archived categories.
12291 (todo-backward-category): Derive from todo-forward-category.
12292 (todo-backward-item, todo-forward-item): Make noninteractive and
12293 delegate interactive part to new commands. Make sensitive to done items.
12294 (todo-categories): Make value an alist of category names and
12295 vectors of item counts.
12296 (todo-category-beg): Make a defconst.
12297 (todo-category-number): Use 1 instead of 0 as initial value.
12298 (todo-category-select): Make sensitive to overlays, optional item
12299 highlighting and done items.
12300 (todo-delete-item): Make sensitive to overlays and marked and done items.
12301 (todo-edit-item): Make sensitive to overlays and editing of
12302 date/time header optional. Add format checks.
12303 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12304 no-op if point is not on an item. Advertise using todo-edit-quit.
12305 (todo-edit-mode): Make sensitive to new format, font-locking, and
12306 multiple todo files.
12307 (todo-insert-item, todo-insert-item-here): Derive from
12308 todo-basic-insert-item and extend functionality.
12309 (todo-item-end, todo-item-start): Make sensitive to done items.
12310 (todo-item-string): Don't return text properties. Restore point.
12311 (todo-jump-to-category): Make sensitive to multiple todo files and
12312 todo archives. Use extended category completion.
12313 (todo-lower-item, todo-raise-item): Rename to *-priority and
12314 derive from todo-set-item-priority.
12315 (todo-mode): Derive from special-mode. Make sensitive to new
12316 format, font-locking and multiple todo files. Make read-only.
12317 (todo-mode-map): Don't suppress digit keys, so they can supply
12318 prefix arguments. Add many new key bindings.
12319 (todo-prefix): Insert as an overlay instead of file text.
12320 Change semantics from diary date expression to purely visual mark.
12321 (todo-print): Rename to todo-print-buffer. Make buffer display
12322 features printable. Remove option to restrict number of items
12323 printed. Add option to print to file.
12324 (todo-print-function): Rename to todo-print-buffer-function.
12325 (todo-quit): Extend to handle exiting new todo modes.
12326 (todo-remove-item): Make sensitive to overlays.
12327 (todo-save): Extend to buffers of filtered items.
12328 (todo-show): Make sensitive to done items, multiple todo files and
12329 new todo modes. Offer to convert legacy todo file before creating
12330 first new todo file.
12331 (todo-show-priorities): Rename to todo-top-priorities.
12332 Change semantics of value 0.
12333 (todo-top-priorities): Rename to todo-filter-top-priorities,
12334 derive from todo-filter-items and extend functionality.
12335 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12336 and extend functionality to other types of filtered items.
12337 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12338 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12339 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12340 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12341 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12342 (todo-edit-mode-hook, todo-entry-prefix-function)
12343 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12344 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12345 (todo-initials, todo-insert-threshold, todo-item-string-start)
12346 (todo-line-string, todo-menu, todo-mode-hook)
12347 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12348 (todo-print-priorities, todo-remove-separator)
12349 (todo-save-top-priorities-too, todo-string-count-lines)
12350 (todo-string-multiline-p, todo-time-string-format)
12351 (todo-tmp-buffer-name): Remove.
12352 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12353 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12354 (todo-edit-category-diary-inclusion)
12355 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12356 (todo-edit-file, todo-edit-item-date-day)
12357 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12358 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12359 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12360 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12361 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12362 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12363 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12364 (todo-filter-top-priorities-multifile, todo-find-archive)
12365 (todo-find-filtered-items-file, todo-go-to-source-item)
12366 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12367 (todo-jump-to-archive-category, todo-lower-category)
12368 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12369 (todo-move-category, todo-move-item, todo-next-button)
12370 (todo-next-item, todo-padded-string, todo-powerset)
12371 (todo-previous-button, todo-previous-item)
12372 (todo-print-buffer-to-file, todo-raise-category)
12373 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12374 (todo-set-category-number, todo-set-item-priority)
12375 (todo-set-top-priorities-in-category)
12376 (todo-set-top-priorities-in-file, todo-show-categories-table)
12377 (todo-sort-categories-alphabetically-or-numerically)
12378 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12379 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12380 (todo-toggle-item-header, todo-toggle-item-highlighting)
12381 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12382 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12383 (todo-unarchive-items, todo-unmark-category): New commands.
12384 (todo-absolute-file-name, todo-add-to-buffer-list)
12385 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12386 (todo-basic-insert-item, todo-category-completions)
12387 (todo-category-number, todo-category-string-matcher-1)
12388 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12389 (todo-check-format, todo-clear-matches)
12390 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12391 (todo-current-category, todo-date-string-matcher)
12392 (todo-define-insertion-command, todo-diary-expired-matcher)
12393 (todo-diary-goto-entry, todo-diary-item-p)
12394 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12395 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12396 (todo-done-item-section-p, todo-done-separator)
12397 (todo-done-string-matcher, todo-files, todo-filter-items)
12398 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12399 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12400 (todo-insert-category-line, todo-insert-item-from-calendar)
12401 (todo-insert-sort-button, todo-insert-with-overlays)
12402 (todo-insertion-command-name, todo-insertion-key-bindings)
12403 (todo-label-to-key, todo-longest-category-name-length)
12404 (todo-make-categories-list, todo-mode-external-set)
12405 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12406 (todo-modes-set-3, todo-multiple-filter-files)
12407 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12408 (todo-read-category, todo-read-date, todo-read-dayname)
12409 (todo-read-file-name, todo-read-time)
12410 (todo-reevaluate-category-completions-files-defcustom)
12411 (todo-reevaluate-default-file-defcustom)
12412 (todo-reevaluate-filelist-defcustoms)
12413 (todo-reevaluate-filter-files-defcustom)
12414 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12415 (todo-reset-done-separator, todo-reset-done-separator-string)
12416 (todo-reset-done-string, todo-reset-global-current-todo-file)
12417 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12418 (todo-reset-prefix, todo-set-categories)
12419 (todo-set-date-from-calendar, todo-set-show-current-file)
12420 (todo-set-top-priorities, todo-short-file-name)
12421 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12422 (todo-total-item-counts, todo-update-buffer-list)
12423 (todo-update-categories-display, todo-update-categories-sexp)
12424 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12425 New functions.
12426 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12427 New major modes.
12428 (todo-categories, todo-display, todo-edit, todo-faces)
12429 (todo-filtered): New defgroups.
12430 (todo-archived-only, todo-button, todo-category-string, todo-date)
12431 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12432 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12433 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12434 (todo-add-item-if-new-category, todo-always-add-time-string)
12435 (todo-categories-align, todo-categories-archived-label)
12436 (todo-categories-category-label, todo-categories-diary-label)
12437 (todo-categories-done-label, todo-categories-number-separator)
12438 (todo-categories-todo-label, todo-categories-totals-label)
12439 (todo-category-completions-files, todo-completion-ignore-case)
12440 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12441 (todo-done-separator-string, todo-done-string)
12442 (todo-files-function, todo-filter-done-items, todo-filter-files)
12443 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12444 (todo-initial-category, todo-initial-file, todo-item-mark)
12445 (todo-legacy-date-time-regexp, todo-mode-line-function)
12446 (todo-nondiary-marker, todo-number-prefix)
12447 (todo-print-buffer-function, todo-show-current-file)
12448 (todo-show-done-only, todo-show-first, todo-show-with-done)
12449 (todo-skip-archived-categories, todo-top-priorities-overrides)
12450 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12451 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12452 New defcustoms.
12453 (todo-category-done, todo-date-pattern, todo-date-string-start)
12454 (todo-diary-items-buffer, todo-done-string-start)
12455 (todo-filtered-items-buffer, todo-item-start)
12456 (todo-month-abbrev-array, todo-month-name-array)
12457 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12458 (todo-top-priorities-buffer): New defconsts.
12459 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12460 (todo-categories-with-marks, todo-category-string-face)
12461 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12462 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12463 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12464 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12465 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12466 (todo-font-lock-keywords, todo-global-current-todo-file)
12467 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12468 (todo-insertion-commands-args)
12469 (todo-insertion-commands-args-genlist)
12470 (todo-insertion-commands-names, todo-insertion-map)
12471 (todo-key-bindings-t, todo-key-bindings-t+a)
12472 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12473 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12474 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12475 (todo-visited): New variables.
12476
12477 2013-06-21 Glenn Morris <rgm@gnu.org>
12478
12479 * play/cookie1.el (cookie-apropos): Add optional display argument.
12480 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12481 (psychoanalyze-pinhead): Use cookie-doctor.
12482
12483 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12484
12485 * emacs-lisp/package.el (tar-get-file-descriptor)
12486 (tar--extract): Declare.
12487
12488 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12489
12490 Extend flymake's warning predicate to be a function (bug#14217).
12491 * progmodes/flymake.el (flymake-warning-predicate): New.
12492 (flymake-parse-line): Use it.
12493 (flymake-warning-re): Make obsolete alias to
12494 `flymake-warning-predicate'.
12495
12496 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12499 (package-obsolete-list): Remove.
12500 (package-activate): Remove min-version argument. Add `force' argument.
12501 Adjust to new package-alist format.
12502 (package-mark-obsolete): Remove.
12503 (package-unpack): Force reload of the package's autoloads.
12504 (package-installed-p): Check builtins if the installed package is not
12505 recent enough.
12506 (package-initialize): Don't reset package-obsolete-list.
12507 Don't specify which package version to activate.
12508 (package-process-define-package, describe-package-1)
12509 (package-menu--generate): Adjust to new package-alist format.
12510
12511 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12512
12513 * allout-widgets.el (allout-widgets-mode-off)
12514 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12515 (allout-widgets-post-command-business)
12516 (allout-widgets-after-copy-or-kill-function)
12517 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12518 (allout-decorate-item-and-context)
12519 (allout-graphics-modification-handler): Fix typos in docstrings.
12520 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12521
12522 * cmuscheme.el (scheme-start-file): Doc fix.
12523 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12524 (scheme-input-filter): Use `string-match-p'.
12525
12526 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12527
12528 * dired-x.el: Use Dired consistently in docstrings.
12529
12530 * dired.el: Use Dired consistently in docstrings.
12531 (dired-readin, dired-mode): Use `setq-local'.
12532 (dired-switches-alist): Make defvar-local.
12533 (dired-buffers-for-dir): Use `zerop'.
12534 (dired-safe-switches-p, dired-switches-escape-p)
12535 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12536 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12537 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12538 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12539 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12540 (dired-toggle-marks, dired-mark-files-containing-regexp)
12541 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12542 (dired-flag-auto-save-files, dired-flag-backup-files):
12543 Use `looking-at-p'.
12544 (dired-mark-files-regexp, dired-build-subdir-alist):
12545 Use `string-match-p', `looking-at-p'.
12546
12547 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12548 (direct-print-region-helper): Use `string-match-p'.
12549
12550 2013-06-21 Leo Liu <sdl.web@gmail.com>
12551
12552 * comint.el (comint-redirect-results-list-from-process):
12553 Fix infinite loop.
12554
12555 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12556
12557 * net/eww.el (eww-update-header-line-format): Quote % characters.
12558
12559 2013-06-21 Glenn Morris <rgm@gnu.org>
12560
12561 * play/cookie1.el (cookie): New custom group.
12562 (cookie-file): New option.
12563 (cookie-check-file): New function.
12564 (cookie): Make it interactive. Make start and end messages optional.
12565 Interactively, display the result. Default to cookie-file.
12566 (cookie-insert): Default to cookie-file.
12567 (cookie-snarf): Make start and end messages optional.
12568 Default to cookie-file. Use with-temp-buffer.
12569 (cookie-read): Rename from read-cookie.
12570 Make start and end messages optional. Default to cookie-file.
12571 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12572 Do not autoload it.
12573 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12574 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12575
12576 2013-06-21 Leo Liu <sdl.web@gmail.com>
12577
12578 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12579
12580 2013-06-21 Glenn Morris <rgm@gnu.org>
12581
12582 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12583
12584 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12585 Daniel Hackney <dan@haxney.org>
12586
12587 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12588 Consolidate the single-file vs tarball code.
12589 (package-desc-suffix): New function.
12590 (package-desc-full-name): Don't bother inlining it.
12591 (package-load-descriptor): Return the new package-desc.
12592 (package-mark-obsolete): Remove unused arg `package'.
12593 (package-unpack): Make it work for single files as well.
12594 Make it update package-alist.
12595 (package--make-autoloads-and-stuff): Rename from
12596 package--make-autoloads-and-compile. Don't compile any more.
12597 (package--compile): New function.
12598 (package-generate-description-file): New function, extracted from
12599 package-unpack-single.
12600 (package-unpack-single): Remove.
12601 (package--with-work-buffer): Add indentation and debugging info.
12602 (package-download-single): Remove.
12603 (package-install-from-archive): Rename from package-download-tar, make
12604 it take a pkg-desc, and make it work for single files as well.
12605 (package-download-transaction): Simplify.
12606 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12607 external tar program.
12608 (package-install-from-buffer): Remove `pkg-desc' argument.
12609 Use package-tar-file-info for tar-mode buffers.
12610 (package-install-file): Simplify accordingly.
12611 (package-archive-base): Change to take a pkg-desc.
12612 * tar-mode.el (tar--check-descriptor): New function, extracted from
12613 tar-get-descriptor.
12614 (tar-get-descriptor): Use it.
12615 (tar-get-file-descriptor): New function.
12616 (tar--extract): New function, extracted from tar-extract.
12617 (tar--extract): Use it.
12618 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12619 case the summary uses non-ascii. Adjust to new calling convention of
12620 package-tar-file-info.
12621
12622 2013-06-21 Leo Liu <sdl.web@gmail.com>
12623
12624 * comint.el (comint-redirect-results-list-from-process):
12625 Fix random delay. (Bug#14681)
12626
12627 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12628
12629 * profiler.el (profiler-format-number): Use log, not log10.
12630
12631 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12632
12633 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12634
12635 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12638 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12639 yet available.
12640 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12641 (AUTOGENEL): ... here.
12642 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12643 (cl--defsubst-expand): Use it.
12644
12645 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12646
12647 * subr.el (log10): Move here from C code, and declare as obsolete.
12648 All uses of (log10 X) replaced with (log X 10).
12649
12650 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12651
12652 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12653 Declare with `defvar-local'.
12654 (tabulated-list-use-header-line, tabulated-list-entries)
12655 (tabulated-list-padding, tabulated-list-printer)
12656 (tabulated-list-sort-key): Declare with `defvar-local'.
12657 (tabulated-list-init-header, tabulated-list-print-fake-header):
12658 Use `setq-local'.
12659
12660 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12661
12662 * arc-mode.el (archive-mode): Add `archive-write-file' to
12663 `write-contents-functions' also for remote files. (Bug#14652)
12664
12665 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12666
12667 * cus-edit.el (custom-commands): Fix typos.
12668 (custom-display): Fix tooltip text.
12669 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12670 Fix typos in docstrings.
12671 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12672 (custom-unlispify-menu-entry, custom-magic-value-create)
12673 (custom-add-see-also, custom-group-value-create): Use ?\s.
12674 (custom-guess-type, customize-apropos, editable-field)
12675 (custom-face-value-create): Use `string-match-p'.
12676 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12677
12678 * custom.el (custom-load-symbol): Use `string-match-p'.
12679
12680 * ansi-color.el: Convert to lexical binding.
12681 (ansi-colors): Fix URL.
12682 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12683 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12684 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12685
12686 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12687
12688 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12689
12690 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12691
12692 2013-06-19 Tom Tromey <tromey@redhat.com>
12693
12694 * net/eww.el (eww-top-url): Remove.
12695 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12696 (eww-render): Set new variables. Don't set eww-top-url.
12697 (eww-handle-link): Handle "prev", "home", and "contents".
12698 Downcase the rel text.
12699 (eww-top-url): Choose best top URL.
12700
12701 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12702
12703 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12704 relying in widget.el. Using widget.el leads to too many
12705 user interface inconsistencies.
12706 (eww-self-insert): Implement entering commands in text fields.
12707 (eww-process-text-input): New function to make text input field editing
12708 work.
12709 (eww-submit): Rewrite to use the new-style form methods.
12710 (eww-select-display): Display the correct selected item.
12711 (eww-change-select): Implement changing the select value.
12712 (eww-toggle-checkbox): Implement radio/checkboxes.
12713 (eww-update-field): Fix compilation error.
12714 (eww-tag-textarea): Implement <textarea>.
12715
12716 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12717 we don't shadow mode-specific bindings.
12718
12719 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12720 nothing to push.
12721
12722 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12723
12724 2013-06-19 Glenn Morris <rgm@gnu.org>
12725
12726 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12727
12728 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12729
12730 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12731 not needed.
12732
12733 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12734
12735 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12736
12737 * net/browse-url.el (browse-url-browser-function):
12738 `eww-browse-url' has the right calling signature, `eww' does not.
12739
12740 2013-06-19 Glenn Morris <rgm@gnu.org>
12741
12742 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12743 Only eval autoloaded macros.
12744 (byte-compile-autoload): Only give the macro warning for macros.
12745
12746 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12747 (ps-underlined-faces): Declare.
12748
12749 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12750 (speedbar-add-supported-extension): Declare.
12751
12752 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12753 Don't include a date stamp in the header of the generated file;
12754 it leads to needless differences between output files.
12755
12756 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12757
12758 * net/secrets.el (secrets-struct-secret-content-type):
12759 Replace check of introspection data by a test call of "CreateItem".
12760 Some servers do not offer introspection.
12761
12762 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * electric.el (electric-pair-mode): Improve interaction with
12765 electric-layout-mode.
12766 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12767 (electric-pair-syntax): Use text-mode-syntax-table in comments
12768 and strings.
12769 (electric-pair--insert): New function.
12770 (electric-pair-post-self-insert-function): Use it and
12771 electric--after-char-pos.
12772
12773 2013-06-19 Leo Liu <sdl.web@gmail.com>
12774
12775 * progmodes/octave.el (octave-help): Fix regexp.
12776
12777 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12778
12779 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12780 (shr-table-horizontal-line): Allow nil as a value, and change the
12781 default.
12782 (shr-insert-table-ruler): Respect the nil value.
12783
12784 2013-06-18 Tom Tromey <tromey@barimba>
12785
12786 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12787 New defvars.
12788 (eww-open-file): New defun.
12789 (eww-render): Initialize new variables.
12790 (eww-display-html): Handle "link" and "a".
12791 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12792 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12793 (eww-back-url): Rename from eww-previous-url.
12794 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12795 New defuns.
12796
12797 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12798
12799 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12800 Distinguish ternary operator tokens from slash symbol and slash
12801 char literal.
12802
12803 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12804
12805 Convert symbol prettification into minor mode and global minor mode.
12806
12807 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12808 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12809 (prettify-symbols--keywords): Rename from
12810 `prog-prettify-symbols-alist' and make a local defvar.
12811 (prettify-symbols--compose-symbol): Rename from
12812 `prog--prettify-font-lock-compose-symbol'.
12813 (prettify-symbols--make-keywords): Rename from
12814 `prog-prettify-font-lock-symbols-keywords' and simplify.
12815 (prog-prettify-install): Remove.
12816 (prettify-symbols-mode): New minor mode, based on
12817 `prog-prettify-install'.
12818 (turn-on-prettify-symbols-mode): New function.
12819 (global-prettify-symbols-mode): New globalized minor mode.
12820
12821 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12822 * progmodes/cfengine.el (cfengine3-mode):
12823 * progmodes/perl-mode.el (perl-mode): Don't call
12824 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12825
12826 2013-06-18 Juri Linkov <juri@jurta.org>
12827
12828 * files-x.el (modify-file-local-variable-message): New function.
12829 (modify-file-local-variable)
12830 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12831 and call `modify-file-local-variable-message' when it's non-nil.
12832 (add-file-local-variable, delete-file-local-variable)
12833 (add-file-local-variable-prop-line)
12834 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12835 and use it. (Bug#9820)
12836
12837 2013-06-18 Juri Linkov <juri@jurta.org>
12838
12839 * emulation/vi.el (vi-shell-op):
12840 * emulation/vip.el (vip-execute-com, ex-command):
12841 * emulation/viper-cmd.el (viper-exec-bang):
12842 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12843 the call of `shell-command-on-region'. (Bug#14637)
12844
12845 * simple.el (shell-command-on-region): Doc fix.
12846
12847 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12850 (bug#14633).
12851
12852 2013-06-18 Glenn Morris <rgm@gnu.org>
12853
12854 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12855
12856 * newcomment.el (comment-search-forward, comment-search-backward):
12857 Doc fix. (Bug#14376)
12858
12859 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12862 (buffer-face-mode-invoke): Doc fix.
12863
12864 2013-06-18 Matthias Meulien <orontee@gmail.com>
12865
12866 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12867 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12868
12869 2013-06-18 Glenn Morris <rgm@gnu.org>
12870
12871 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12872 Replace obsolete function generic-make-keywords with its expansion.
12873
12874 * progmodes/python.el (ffap-alist): Declare.
12875
12876 * textmodes/reftex.el (bibtex-mode-map): Declare.
12877
12878 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12881 (package-unpack, package-unpack-single): Return the pkg-dir.
12882 (package-download-transaction): Use it to update package-alist.
12883
12884 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12885
12886 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12887 possible choice.
12888
12889 2013-06-17 Juri Linkov <juri@jurta.org>
12890
12891 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12892
12893 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12894
12895 * emacs-lisp/package.el (package-load-descriptor):
12896 Remove `with-syntax-table' call, `read' doesn't need it.
12897 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12898
12899 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12900
12901 * startup.el (command-line): Expand package name returned by
12902 `package--description-file' (bug#14639).
12903
12904 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12905
12906 * emacs-lisp/package.el (package-load-descriptor): Do not call
12907 `emacs-lisp-mode', just use its syntax table.
12908
12909 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12910
12911 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12912 `font-lock-extra-managed-props' if any prettifying keyword is added.
12913 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12914 (prog-mode): Use `setq-local'.
12915
12916 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * international/characters.el (standard-case-table): Set syntax of ?»
12919 and ?« to punctuation.
12920
12921 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12922
12923 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12924 Save relevant match data before calling `syntax-ppss' (bug#14595).
12925
12926 2013-06-15 Juri Linkov <juri@jurta.org>
12927
12928 * files-x.el (modify-file-local-variable-prop-line): Add local
12929 variables to the end of the existing comment on the first line.
12930 Use `file-auto-mode-skip' to skip interpreter magic line,
12931 and also skip XML declaration.
12932
12933 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * startup.el (package--builtin-versions): New var.
12936 (package-subdirectory-regexp): Remove.
12937 (package--description-file): Hard code its value instead.
12938
12939 * emacs-lisp/package.el: Don't activate packages older than builtin.
12940 (package-obsolete-list): Rename from package-obsolete-alist, and make
12941 it into a simple list of package-desc.
12942 (package-strip-version): Remove.
12943 (package-built-in-p): Use package--builtin-versions.
12944 (package-mark-obsolete): Simplify.
12945 (package-process-define-package): Mark it obsolete if older than the
12946 builtin version.
12947 (package-handle-response): Use line-end-position.
12948 (package-read-archive-contents, package--download-one-archive):
12949 Simplify.
12950 (package--add-to-archive-contents): Skip if older than the builtin or
12951 installed version.
12952 (package-menu-describe-package): Fix last change.
12953 (package-list-unversioned): New var.
12954 (package-menu--generate): Use it.
12955
12956 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12957 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12958 (autoload-builtin-package-versions): New variable.
12959 (autoload-generate-file-autoloads): Use them.
12960 Remove the list of autoloaded functions/macros from the
12961 (autoload...) comments.
12962
12963 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12964
12965 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12966
12967 * simple.el (line-move-partial): Don't jump to the next screen
12968 line as soon as it becomes visible. Instead, continue enlarging
12969 the vscroll until the portion of a tall screen line that's left on
12970 display is about the height of the frame's default font.
12971 (Bug#14567)
12972
12973 2013-06-15 Glenn Morris <rgm@gnu.org>
12974
12975 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12976 compilation-error-regexp-alist void, or local while let-bound.
12977
12978 * progmodes/make-mode.el (makefile-mode-syntax-table):
12979 Treat "=" as punctuation. (Bug#14614)
12980
12981 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12982
12983 * help-fns.el (describe-variable):
12984 Add extra line for permanent-local variables.
12985
12986 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12987
12988 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12989 Add export, import, library. (Bug#9164)
12990 (library): Set indent function.
12991
12992 2013-06-14 Glenn Morris <rgm@gnu.org>
12993
12994 * term/xterm.el (xterm--query):
12995 Stop after first matching handler. (Bug#14615)
12996
12997 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12998
12999 Add support for dired in saveplace.
13000 * dired.el (dired-initial-position-hook): New variable.
13001 (dired-initial-position): Call hook to place cursor position.
13002 * saveplace.el (save-place-to-alist): Add dired position.
13003 (save-place-dired-hook): New function.
13004
13005 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13008 through a symbol rather than letrec.
13009
13010 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13011 (package-desc): Add `dir' field.
13012 (package-desc-full-name): New function.
13013 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13014 (package-maybe-load-descriptor): Remove.
13015 (package-load-all-descriptors): Just call package-load-descriptor.
13016 (package--disabled-p): New function.
13017 (package-desc-vers, package-desc-doc): Remove aliases.
13018 (package--dir): Remove function.
13019 (package-activate): Check if a package is disabled.
13020 (package-process-define-package): New function, extracted from
13021 define-package.
13022 (define-package): Turn into a place holder.
13023 (package-unpack-single, package-tar-file-info):
13024 Use package--description-file.
13025 (package-compute-transaction): Use package--disabled-p.
13026 (package-download-transaction): Don't call
13027 package-maybe-load-descriptor since they're all loaded anyway.
13028 (package-install): Change argument to be a pkg-desc.
13029 (package-delete): Use a single pkg-desc argument.
13030 (describe-package-1): Use package-desc-dir instead of package--dir.
13031 Use package-desc property instead of package-symbol.
13032 (package-install-button-action): Adjust accordingly.
13033 (package--push): Rewrite.
13034 (package-menu--print-info): Adjust accordingly. Change the ID format
13035 to be a pkg-desc.
13036 (package-menu-describe-package, package-menu-get-status)
13037 (package-menu--find-upgrades, package-menu-mark-upgrades)
13038 (package-menu-execute, package-menu--name-predicate):
13039 Adjust accordingly.
13040 * startup.el (package--description-file): New function.
13041 (command-line): Use it.
13042 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13043 Use package-desc-version.
13044
13045 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13046 (byte-compile-preprocess): Use it.
13047 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13048 can't quite recognize.
13049 (byte-compile-add-to-list): Remove.
13050 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13051 (cconv-closure-convert): Add assertion.
13052
13053 * emacs-lisp/map-ynp.el: Use lexical-binding.
13054 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13055 Factor out some repeated code.
13056
13057 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * subr.el (with-eval-after-load): New macro.
13060 (eval-after-load): Allow form to be a function.
13061 take advantage of lexical-binding.
13062 (do-after-load-evaluation): Use dolist and adjust to new format.
13063 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13064
13065 2013-06-13 Juri Linkov <juri@jurta.org>
13066
13067 * replace.el (perform-replace): Display "symbol " and other search
13068 modes from `isearch-message-prefix' in the *Help* buffer.
13069
13070 * isearch.el (isearch-query-replace): Add " symbol" and other
13071 possible search modes from `isearch-message-prefix' to the prompt.
13072 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13073 when reading a regexp to collect.
13074
13075 2013-06-13 Juri Linkov <juri@jurta.org>
13076
13077 * isearch.el (word-search-regexp): Match whitespace if the search
13078 string begins or ends in whitespace. The LAX arg is applied to
13079 both ends of the search string. Use `regexp-quote' and explicit
13080 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13081 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13082 boundaries are replaced with symbol boundaries, and characters
13083 between symbols match non-word non-symbol syntax. (Bug#14602)
13084
13085 2013-06-13 Juri Linkov <juri@jurta.org>
13086
13087 * isearch.el (isearch-del-char): Don't exceed the length of
13088 `isearch-string' by the prefix arg. (Bug#14563)
13089
13090 2013-06-13 Juri Linkov <juri@jurta.org>
13091
13092 * isearch.el (isearch-yank-word, isearch-yank-line)
13093 (isearch-char-by-name, isearch-quote-char)
13094 (isearch-printing-char, isearch-process-search-char):
13095 Add optional count prefix arg. (Bug#14563)
13096
13097 * international/isearch-x.el
13098 (isearch-process-search-multibyte-characters):
13099 Add optional count prefix arg.
13100
13101 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13102
13103 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13104 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13105 lexical-binding.
13106
13107 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13108
13109 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13110
13111 2013-06-13 Glenn Morris <rgm@gnu.org>
13112
13113 * startup.el (tty-handle-args):
13114 Don't just discard "--" and anything after. (Bug#14608)
13115
13116 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13117
13118 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13119
13120 Implement changes in Secret Service API. Make it backward compatible.
13121 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13122 (secrets-create-item): Use it. Prefix properties with interface.
13123
13124 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13125
13126 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13127 (term-emulate-terminal): Respect term-suppress-hard-newline.
13128
13129 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13130
13131 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13132 Only remove a `thumb-file' overlay. (Bug#14548)
13133
13134 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13135
13136 * mail/reporter.el (reporter-submit-bug-report):
13137 Handle missing package-name. (Bug#14600)
13138
13139 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13140
13141 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13142 (reftex-citation-prompt, reftex-default-bibliography)
13143 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13144 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13145 (reftex-bib-sort-author, reftex-bib-sort-year)
13146 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13147 (reftex-extract-bib-entries-from-thebibliography)
13148 (reftex-get-bibkey-default, reftex-get-bib-names)
13149 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13150 (reftex-format-bib-entry, reftex-parse-bibitem)
13151 (reftex-format-bibitem, reftex-do-citation)
13152 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13153 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13154 (reftex-insert-bib-matches, reftex-format-citation)
13155 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13156 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13157 existing comments into docstrings.
13158
13159 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13160
13161 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13162
13163 2013-06-12 Andreas Schwab <schwab@suse.de>
13164
13165 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13166 for auto-save files.
13167
13168 2013-06-12 Glenn Morris <rgm@gnu.org>
13169
13170 * ido.el (ido-delete-ignored-files): Remove.
13171 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13172 Go back to calling ido-ignore-item-p directly.
13173
13174 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13175
13176 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13177
13178 * ido.el (ido-delete-ignored-files): New function,
13179 split from ido-make-file-list-1.
13180 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13181 (ido-make-file-list-1): Use ido-delete-ignored-files.
13182
13183 2013-06-12 Leo Liu <sdl.web@gmail.com>
13184
13185 * progmodes/octave.el (inferior-octave-startup)
13186 (inferior-octave-completion-table)
13187 (inferior-octave-track-window-width-change)
13188 (octave-eldoc-function-signatures, octave-help)
13189 (octave-find-definition): Use single quoted strings.
13190 (inferior-octave-startup-args): Change default value.
13191 (inferior-octave-startup): Do not hard code "-i" and
13192 "--no-line-editing".
13193 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13194 (inferior-octave-directory-tracker): Use it.
13195 (octave-goto-function-definition): Robustify.
13196 (octave-help): Support highlighting operators in 'See also'.
13197 (octave-find-definition): Find subfunctions only in Octave mode.
13198
13199 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * help-fns.el (help-fns--compiler-macro): If the handler function is
13202 named, then put a link to it.
13203 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13204 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13205 (cl-typep): Use it.
13206 (cl-eval-when): Simplify debug spec.
13207 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13208 compiler-macro function instead of setting `compiler-macro-file'.
13209
13210 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13211
13212 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13213 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13214
13215 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13216 Daniel Hackney <dan@haxney.org>
13217
13218 First part of Daniel Hackney's patch to package.el.
13219 * emacs-lisp/package.el: Use defstruct.
13220 (package-desc): New, main struct.
13221 (package--bi-desc, package--ac-desc): New structs, used to describe the
13222 format in external files.
13223 (package-desc-vers): Replace with package-desc-version accessor.
13224 (package-desc-doc): Replace with package-desc-summary accessor.
13225 (package-activate-1): Remove `package' arg since the pkg-vec now
13226 includes the name.
13227 (define-package): Use package-desc-from-define.
13228 (package-unpack-single): Change file-name arg to be a symbol.
13229 (package--add-to-archive-contents): Use package-desc-create and new
13230 accessor functions to package--ac-desc.
13231 (package-buffer-info, package-tar-file-info): Return a package-desc.
13232 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13233 arg to be a package-desc.
13234 (package-install-file): Adjust accordingly. Use \' to match EOS.
13235 (package--from-builtin): New function.
13236 (describe-package-1, package-menu--generate): Use it.
13237 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13238 (package-generate-autoloads): Idem and return the name of the file.
13239 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13240 Change pkg-info arg to be a package-desc.
13241 Use package-make-ac-desc.
13242 (package-upload-file): Use \' to match EOS.
13243 * finder.el (finder-compile-keywords): Use package-make-builtin.
13244
13245 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * vc/vc.el (vc-deduce-fileset): Change error message.
13248 (vc-read-backend): New function.
13249 (vc-next-action): Use it.
13250
13251 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13252
13253 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13254 (prolog-font-lock-keywords): Use regexp-opt instead.
13255 Don't manually highlight strings.
13256 (prolog-mode-variables): Simplify comment-start-skip.
13257 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13258
13259 * emacs-lisp/generic.el (generic--normalise-comments)
13260 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13261 (generic-mode-set-comments): Use them.
13262 (generic-bracket-support): Use setq-local.
13263 (generic-make-keywords-list): Declare obsolete.
13264
13265 2013-06-11 Glenn Morris <rgm@gnu.org>
13266
13267 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13268 Prettify after setting font-lock-defaults. (Bug#14574)
13269
13270 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13271
13272 * replace.el (query-replace, occur-read-regexp-defaults-function)
13273 (replace-search):
13274 * subr.el (declare-function, number-sequence, local-set-key)
13275 (substitute-key-definition, locate-user-emacs-file)
13276 (with-silent-modifications, split-string, eval-after-load):
13277 Fix typos, remove unneeded backslashes and reflow some docstrings.
13278
13279 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13282 default for Elisp files.
13283
13284 2013-06-11 Glenn Morris <rgm@gnu.org>
13285
13286 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13287 although define-derived-mode was doing this anyway. (Bug#14583)
13288
13289 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13290
13291 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13292 Fix make-variable-buffer-local call to refer to the correct variable.
13293
13294 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13295
13296 * eshell/em-term.el (eshell-visual-commands)
13297 (eshell-visual-subcommands, eshell-visual-options):
13298 Add summary line to docstrings. Add cross-references.
13299
13300 2013-06-10 Glenn Morris <rgm@gnu.org>
13301
13302 * epa.el (epa-read-file-name): New function. (Bug#14510)
13303 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13304
13305 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13306
13307 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13308 output redirection to be ignored with visual commands.
13309
13310 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13311
13312 * eshell/em-term.el (eshell-visual-command-p): New function.
13313 (eshell-term-initialize): Move long lambda to separate function
13314 eshell-visual-command-p.
13315 * eshell/em-dirs.el (eshell-dirs-initialize):
13316 * eshell/em-script.el (eshell-script-initialize):
13317 Add missing #' to lambda.
13318
13319 2013-06-08 Leo Liu <sdl.web@gmail.com>
13320
13321 * progmodes/octave.el (octave-add-log-current-defun): New function.
13322 (octave-mode): Set add-log-current-defun-function.
13323 (octave-goto-function-definition): Do not move point if not found.
13324 (octave-find-definition): Enhance to try subfunctions first.
13325
13326 2013-06-08 Glenn Morris <rgm@gnu.org>
13327
13328 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13329 (byte-compile-backward-char, byte-compile-backward-word):
13330 Improve previous change, to handle non-explicit nil.
13331
13332 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13333
13334 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13335 (smie--opener/closer-at-point): New function.
13336 (smie--matching-block-data): Use it. Don't match from right after an
13337 opener or right before a closer. Obey smie-blink-matching-inners.
13338 Don't signal a mismatch for repeated inners like "switch..case..case".
13339
13340 2013-06-07 Leo Liu <sdl.web@gmail.com>
13341
13342 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13343 to t. (Bug#14303)
13344 (octave-function-header-regexp): Fix. (Bug#14570)
13345 (octave-help-mode-finish-hook, octave-help-mode-finish):
13346 Remove. Just use temp-buffer-show-hook.
13347
13348 * newcomment.el (comment-search-backward): Revert last change.
13349 (Bug#14434)
13350
13351 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13352
13353 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13354
13355 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13356 through xargs, to avoid failure due to MS-Windows limitations on
13357 command-line length.
13358
13359 2013-06-06 Glenn Morris <rgm@gnu.org>
13360
13361 * font-lock.el (lisp-font-lock-keywords-2):
13362 Treat user-error like error.
13363
13364 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13365 (byte-compile-backward-char, byte-compile-backward-word):
13366 Handle explicit nil arguments. (Bug#14565)
13367
13368 2013-06-05 Alan Mackenzie <acm@muc.de>
13369
13370 * isearch.el (isearch-allow-prefix): New user option.
13371 (isearch-other-meta-char): Don't exit isearch when a prefix
13372 argument is typed whilst `isearch-allow-prefix' is non-nil.
13373 (Bug#9706)
13374
13375 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * autorevert.el (auto-revert-notify-handler): Use memq.
13378 Hide assertion failure.
13379
13380 * skeleton.el: Use cl-lib.
13381 (skeleton-further-elements): Use defvar-local.
13382 (skeleton-insert): Use cl-progv.
13383
13384 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13385
13386 * progmodes/prog-mode.el (prog-prettify-symbols)
13387 (prog-prettify-install): Update docstrings.
13388
13389 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * simple.el: Move all the prog-mode code to prog-mode.el.
13392 * progmodes/prog-mode.el: New file.
13393 * loadup.el: Add prog-mode.el.
13394
13395 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13396
13397 * simple.el (prog-prettify-symbols): Add version.
13398 (prog-prettify-install): Add convenience function to prettify symbols.
13399
13400 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13401 (perl--augmented-font-lock-keywords-1)
13402 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13403 variables and use it.
13404
13405 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13406 (cfengine3-mode): Remove unneeded variable and use it.
13407
13408 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13409 (lisp--augmented-font-lock-keywords-1)
13410 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13411 Remove unneeded variables and use it.
13412
13413 2013-06-05 João Távora <joaotavora@gmail.com>
13414
13415 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13416 to point when opening the connection. (Bug#14380)
13417
13418 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * subr.el (load-history-regexp, load-history-filename-element)
13421 (eval-after-load, after-load-functions, do-after-load-evaluation)
13422 (eval-next-after-load, display-delayed-warnings)
13423 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13424 definition of save-match-data.
13425 (overriding-local-map): Remove accidental obsolescence declaration.
13426
13427 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13428
13429 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13430
13431 Generalize symbol prettify support to prog-mode and implement it
13432 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13433 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13434 (prog--prettify-font-lock-compose-symbol)
13435 (prog-prettify-font-lock-symbols-keywords): New variables and
13436 functions to support symbol prettification.
13437 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13438 (lisp--augmented-font-lock-keywords-1)
13439 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13440 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13441 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13442 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13443 Implement prettify of -> => :: strings.
13444 * progmodes/perl-mode.el (perl-prettify-symbols)
13445 (perl--font-lock-compose-symbol)
13446 (perl--font-lock-symbols-keywords): Move to prog-mode.
13447 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13448 (perl-font-lock-keywords-1)
13449 (perl-font-lock-keywords-2): Remove explicit prettify support.
13450 (perl--augmented-font-lock-keywords)
13451 (perl--augmented-font-lock-keywords-1)
13452 (perl--augmented-font-lock-keywords-2, perl-mode):
13453 Implement prettify support.
13454
13455 2013-06-05 Leo Liu <sdl.web@gmail.com>
13456
13457 Re-implement SMIE matching block highlight using
13458 show-paren-data-function. (Bug#14395)
13459 * emacs-lisp/smie.el (smie-matching-block-highlight)
13460 (smie--highlight-matching-block-overlay)
13461 (smie--highlight-matching-block-lastpos)
13462 (smie-highlight-matching-block)
13463 (smie-highlight-matching-block-mode): Remove.
13464 (smie--matching-block-data-cache): New variable.
13465 (smie--matching-block-data): New function.
13466 (smie-setup): Use smie--matching-block-data for
13467 show-paren-data-function.
13468
13469 * progmodes/octave.el (octave-mode-menu): Fix.
13470 (octave-find-definition): Skip garbage lines.
13471
13472 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 Fix compilation error with simultaneous dynamic+lexical scoping.
13475 Add warning when a defvar appears after the first let-binding.
13476 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13477 (byte-compile-close-variables): Initialize it.
13478 (byte-compile--declare-var): New function.
13479 (byte-compile-file-form-defvar)
13480 (byte-compile-file-form-define-abbrev-table)
13481 (byte-compile-file-form-custom-declare-variable): Use it.
13482 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13483 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13484 (byte-compile-bind): Handle dynamic bindings that shadow
13485 lexical bindings.
13486 (byte-compile-unbind): Make arg non-optional.
13487 (byte-compile-let): Simplify.
13488 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13489 (cconv--analyse-function, cconv-analyse-form): Populate it.
13490 Protect byte-compile-bound-variables to limit the scope of defvars.
13491 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13492 Remove unneeded rule for `declare'.
13493
13494 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13495 so as to avoid depending on cl-adjoin at run-time.
13496 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13497
13498 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13499 (macroexp--warn-and-return): Use it.
13500
13501 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * subr.el: Convert to lexical binding.
13504 (overriding-local-map): Make obsolete.
13505 (add-to-list): Doc fix. Add compiler macro.
13506 (read-key): Swap values of local maps.
13507
13508 2013-06-05 Leo Liu <sdl.web@gmail.com>
13509
13510 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13511
13512 2013-06-04 Leo Liu <sdl.web@gmail.com>
13513
13514 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13515 (compilation-auto-jump): Suppress the "Mark set" message to give
13516 way to exit message.
13517
13518 2013-06-04 Alan Mackenzie <acm@muc.de>
13519
13520 Remove faulty optimisation from indentation calculation.
13521 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13522 search limit based on 2000 characters back from indent-point.
13523
13524 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13525
13526 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13527
13528 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * emacs-lisp/lisp.el: Use lexical-binding.
13531 (lisp--local-variables-1, lisp--local-variables): New functions.
13532 (lisp--local-variables-completion-table): New var.
13533 (lisp-completion-at-point): Use it complete let-bound vars.
13534
13535 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13536 eagerly (bug#14422).
13537
13538 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13539
13540 * autorevert.el (auto-revert-notify-enabled)
13541 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13542 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13543 (auto-revert-notify-handler): Handle also gfilenotify.
13544
13545 * subr.el (file-notify-handle-event): New defun. Replacing ...
13546 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13547 Remove.
13548
13549 2013-06-03 Juri Linkov <juri@jurta.org>
13550
13551 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13552 `M-s h .'. (Bug#14427)
13553
13554 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13555 command `hi-lock-face-symbol-at-point'.
13556 (hi-lock-face-symbol-at-point): New command.
13557 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13558 (hi-lock-menu): Add `highlight-symbol-at-point'.
13559 (hi-lock-mode): Doc fix.
13560
13561 * isearch.el (isearch-forward-symbol-at-point): New command.
13562 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13563 (isearch-highlight-regexp): Add a regexp which matches
13564 words/symbols for word/symbol mode.
13565
13566 * subr.el (find-tag-default-bounds): New function with the body
13567 mostly moved from `find-tag-default'.
13568 (find-tag-default): Move most code to `find-tag-default-bounds',
13569 call it and apply `buffer-substring-no-properties' afterwards.
13570
13571 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13572
13573 * eshell/em-term.el (eshell-term-initialize):
13574 Use `cl-intersection' rather than `intersection'.
13575
13576 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13577
13578 * vc/log-view.el: Doc fix.
13579 (log-view-mode-map): Copy keymap from `special-mode-map'.
13580
13581 2013-06-02 Eric Ludlam <zappo@gnu.org>
13582
13583 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13584 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13585 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13586 (eieio-unbound, eieio-default-superclass)
13587 (eieio--define-field-accessors, method-static, method-before)
13588 (method-primary, method-after, method-num-lists)
13589 (method-generic-before, method-generic-primary)
13590 (method-generic-after, method-num-slots)
13591 (eieio-specialized-key-to-generic-key)
13592 (eieio--check-type, class-v, class-p)
13593 (eieio-class-name, define-obsolete-function-alias)
13594 (eieio-class-parents-fast, eieio-class-children-fast)
13595 (same-class-fast-p, class-constructor, generic-p)
13596 (generic-primary-only-p, generic-primary-only-one-p)
13597 (class-option-assoc, class-option, eieio-object-p)
13598 (class-abstract-p, class-method-invocation-order)
13599 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13600 (eieio-class-un-autoload, eieio-defclass)
13601 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13602 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13603 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13604 (eieio-defgeneric-reset-generic-form)
13605 (eieio-defgeneric-form-primary-only)
13606 (eieio-defgeneric-reset-generic-form-primary-only)
13607 (eieio-defgeneric-form-primary-only-one)
13608 (eieio-defgeneric-reset-generic-form-primary-only-one)
13609 (eieio-unbind-method-implementations)
13610 (eieio--defmethod, eieio--typep)
13611 (eieio-perform-slot-validation, eieio-validate-slot-value)
13612 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13613 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13614 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13615 (eieio-slot-name-index, eieio-class-slot-name-index)
13616 (eieio-set-defaults, eieio-initarg-to-attribute)
13617 (eieio-attribute-to-initarg, eieio-c3-candidate)
13618 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13619 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13620 (eieio-class-precedence-list, eieio-generic-call-methodname)
13621 (eieio-generic-call-arglst, eieio-generic-call-key)
13622 (eieio-generic-call-next-method-list)
13623 (eieio-pre-method-execution-functions, eieio-generic-call)
13624 (eieio-generic-call-primary-only, eieiomt-method-list)
13625 (eieiomt-optimizing-obarray, eieiomt-install)
13626 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13627 (eieio-generic-form, eieio-defmethod, make-obsolete)
13628 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13629 (defclass): Remove `eval-and-compile' from macro.
13630 (call-next-method, shared-initialize): Instead of using
13631 `scoped-class' variable, use new eieio--scoped-class, and
13632 eieio--with-scoped-class.
13633 (initialize-instance): Rename local variable 'scoped-class' to
13634 'this-class' to remove ambiguitity from old global.
13635
13636 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13637 eieio.el.
13638 (eieio--scoped-class-stack): New variable.
13639 (eieio--scoped-class): New fcn.
13640 (eieio--with-scoped-class): New scoping macro.
13641 (eieio-defclass): Use pushnew instead of add-to-list.
13642 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13643 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13644 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13645 `scoped-class' variable, use new eieio--scoped-class, and
13646 eieio--with-scoped-class.
13647
13648 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13649
13650 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13651
13652 * eshell/esh-ext.el (eshell-external-command): Pass args to
13653 `eshell-find-interpreter'.
13654 (eshell-find-interpreter): Add new second parameter ARGS.
13655
13656 * eshell/em-script.el (eshell-script-initialize): Add second arg
13657 to the function added as MATCH to `eshell-interpreter-alist'.
13658
13659 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13660 the function added as MATCH to `eshell-interpreter-alist'.
13661
13662 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13663 (eshell-visual-options): New defcustom.
13664 (eshell-escape-control-x): Adapt docstring.
13665 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13666 `eshell-visual-options' in addition to `eshell-visual-commands'.
13667 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13668
13669 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13670
13671 * progmodes/python.el (python-indent-block-enders): Add break,
13672 continue and raise keywords.
13673
13674 2013-06-01 Glenn Morris <rgm@gnu.org>
13675
13676 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13677
13678 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13679 * progmodes/cc-cmds.el (delete-forward-p):
13680 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13681 * progmodes/cc-engine.el (buffer-syntactic-context):
13682 * progmodes/cc-fonts.el (face-property-instance):
13683 * progmodes/cc-mode.el (set-keymap-parents):
13684 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13685 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13686 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13687 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13688 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13689
13690 * progmodes/cc-vars.el (other): Emacs has this widget since
13691 at least 21.1, so don't (re)define it.
13692
13693 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13694 Replace the obsolete alias pcomplete-arg-quote-list.
13695
13696 2013-06-01 Leo Liu <sdl.web@gmail.com>
13697
13698 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13699 punctuation syntax.
13700 (inferior-octave-minimal-columns)
13701 (inferior-octave-last-column-width): New variables.
13702 (inferior-octave-track-window-width-change): New function.
13703 (inferior-octave-mode): Adjust column width so that Octave output,
13704 for example from 'ls', can fit into the window nicely.
13705
13706 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13707
13708 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13709 Highlight expansions inside regexp literals.
13710
13711 2013-05-31 Glenn Morris <rgm@gnu.org>
13712
13713 * obsolete/sym-comp.el (symbol-complete):
13714 Replace obsolete completion-annotate-function.
13715
13716 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13717
13718 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13719
13720 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13721 New function, checks if point is inside a literal that allows
13722 expression expansion.
13723 (ruby-syntax-propertize-expansion): Use it.
13724 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13725 around the body.
13726
13727 2013-05-30 Juri Linkov <juri@jurta.org>
13728
13729 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13730 to "\M-si".
13731 (isearch-invisible): New variable.
13732 (isearch-forward): Doc fix.
13733 (isearch-mode): Set `isearch-invisible'
13734 to the value of `search-invisible'.
13735 (isearch-toggle-case-fold): Doc fix.
13736 (isearch-toggle-invisible): New command.
13737 (isearch-query-replace): Let-bind `search-invisible'
13738 to the value of `isearch-invisible'.
13739 (isearch-search): Use `isearch-invisible' instead of
13740 `search-invisible'. Let-bind `search-invisible'
13741 to the value of `isearch-invisible'. (Bug#11378)
13742
13743 2013-05-30 Juri Linkov <juri@jurta.org>
13744
13745 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13746 call when `query-flag' is nil and `search-invisible' is non-nil.
13747 (Bug#11746)
13748
13749 2013-05-30 Glenn Morris <rgm@gnu.org>
13750
13751 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13752
13753 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13754 (cc-require): Suppress spurious "noruntime" warnings.
13755 (cc-require-when-compile): Use fboundp, for sake of compiler.
13756
13757 * progmodes/cc-mode.el: Move load of cc-vars before that of
13758 cc-langs (which in turn loads cc-vars), to quieten compiler.
13759
13760 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * paren.el: Simplify the code.
13763 (show-paren-mode): Always start the timer.
13764 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13765 (show-paren--overlay, show-paren--overlay-1): Rename from
13766 show-paren-overlay and show-paren-overlay-1, and initialize to an
13767 overlay rather than to nil.
13768 (show-paren-function): Misc cleanup and simplifications.
13769
13770 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * paren.el (show-paren-data-function): New hook.
13773 (show-paren--default): New function, extracted from show-paren-function.
13774 (show-paren-function): Use show-paren-data-function.
13775
13776 2013-05-30 Glenn Morris <rgm@gnu.org>
13777
13778 * ielm.el (ielm-map, ielm-complete-symbol):
13779 Use completion-at-point rather than obsolete functions.
13780 (inferior-emacs-lisp-mode): Doc fix.
13781 Set completion-at-point-functions, rather than
13782 comint-dynamic-complete-functions.
13783
13784 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13785 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13786 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13787
13788 * image.el (image-animated-p): Tweak definition.
13789
13790 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13791 (rlogin-process-connection-type): Tweak default. Add set-after.
13792 (rlogin-host): Doc fix.
13793 (rlogin): Tweak prompt.
13794 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13795
13796 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13797 * progmodes/tcl.el (inferior-tcl-mode-map):
13798 Use completion-at-point rather than obsolete alias.
13799
13800 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13801
13802 * minibuffer.el (read-file-name-completion-ignore-case):
13803 Move before completion--in-region, for eager macro expansion.
13804
13805 2013-05-29 Juri Linkov <juri@jurta.org>
13806
13807 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13808 for total count of matching lines. Add `global-matches' for total
13809 count of matches. Rename `matches' to `lines' for count of
13810 matching lines. Add `matches' for count of matches.
13811 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13812 to `prev-line' for line number of prev match endpt.
13813 Increment `matches' for every match. Print the number of
13814 matching lines in the header.
13815 (occur-context-lines): Rename `lines' to `curr-line'.
13816 Rename `prev-lines' to `prev-line'. (Bug#14017)
13817
13818 2013-05-29 Juri Linkov <juri@jurta.org>
13819
13820 * replace.el (perform-replace): Add `skip-read-only-count',
13821 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13822 Increment them for corresponding conditions and report the number
13823 of skipped occurrences in the final message. (Bug#11746)
13824 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13825 (replace-string, replace-regexp): Doc fix.
13826
13827 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13830
13831 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13832 prog-mode-map (bug#14504).
13833
13834 2013-05-29 Leo Liu <sdl.web@gmail.com>
13835
13836 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13837 (octave-help): Small simplification.
13838
13839 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13840 off the highlight first.
13841
13842 2013-05-29 Glenn Morris <rgm@gnu.org>
13843
13844 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13845 Handle idlwave-last-system-routine-info-cons-cell being nil.
13846
13847 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13848 (idlwave-write-paths): Simplify via with-temp-buffer.
13849
13850 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13851 * emulation/cua-rect.el: Also load cua-base at run time.
13852
13853 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13854 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13855 (cperl-imenu-on-info): Require imenu.
13856
13857 2013-05-28 Alan Mackenzie <acm@muc.de>
13858
13859 Handle "capitalised keywords" correctly.
13860 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13861
13862 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13863
13864 * eshell/em-unix.el: Add -r option to cp.
13865
13866 2013-05-28 Glenn Morris <rgm@gnu.org>
13867
13868 * vc/vc-arch.el (vc-exec-after): Declare.
13869 (vc-switches): Autoload.
13870 * vc/vc-bzr.el: No need to require vc when compiling.
13871 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13872 (vc-resynch-buffer, vc-dir-refresh): Declare.
13873 (vc-setup-buffer, vc-switches): Autoload.
13874 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13875 (vc-resynch-buffer): Declare.
13876 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13877 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13878 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13879 (grep-read-regexp, grep-read-files, grep-expand-template)
13880 (vc-dir-refresh): Declare.
13881 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13882 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13883 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13884 * vc/vc-mtn.el (vc-exec-after): Declare.
13885 (vc-switches): Autoload.
13886 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13887 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13888 (vc-file-tree-walk): Declare.
13889 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13890 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13891 (vc-tag-precondition, vc-rename-master): Autoload.
13892 * vc/vc-svn.el (vc-exec-after): Declare.
13893 (vc-switches, vc-setup-buffer): Autoload.
13894 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13895 Autoload.
13896 (vc-resynch-buffer): Declare.
13897
13898 * obsolete/fast-lock.el (byte-compile-warnings):
13899 Don't warn about obsolete features in this obsolete file.
13900
13901 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13902 Move definition before use.
13903
13904 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13905 (dun-unix-verbs): Remove dun-zippy.
13906 (dun-zippy): Remove function.
13907
13908 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13909
13910 2013-05-27 Juri Linkov <juri@jurta.org>
13911
13912 * replace.el (replace-search): New function with code moved out
13913 from `perform-replace'.
13914 (replace-highlight, replace-dehighlight): Move function definitions
13915 up closer to `replace-search'. (Bug#11746)
13916
13917 2013-05-27 Juri Linkov <juri@jurta.org>
13918
13919 * replace.el (perform-replace): Ignore invisible matches.
13920 In addition to checking `query-replace-skip-read-only', also
13921 filter out matches by calling `run-hook-with-args-until-failure'
13922 on `isearch-filter-predicates', and also check `search-invisible'
13923 for t or call `isearch-range-invisible'.
13924 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13925
13926 2013-05-27 Juri Linkov <juri@jurta.org>
13927
13928 * isearch.el (isearch-filter-predicates): Rename from
13929 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13930 (isearch-message-prefix): Display text from the property
13931 `isearch-message-prefix' of the currently active filters.
13932 (isearch-search): Don't compare `isearch-filter-predicate' with
13933 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13934 on `isearch-filter-predicates'. Also check `search-invisible' for t
13935 or call `isearch-range-invisible'.
13936 (isearch-filter-visible): Make obsolete.
13937 (isearch-lazy-highlight-search):
13938 Call `run-hook-with-args-until-failure' on
13939 `isearch-filter-predicates' and use `isearch-range-invisible'.
13940
13941 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13942 `isearch-filter-predicates' instead of `funcall'ing
13943 `isearch-filter-predicate'.
13944 (Info-mode): Set `Info-isearch-filter' to
13945 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13946
13947 * dired-aux.el (dired-isearch-filter-predicate-orig):
13948 Remove variable.
13949 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13950 (dired-isearch-filenames-end): Add and remove
13951 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13952 instead of changing the value of `isearch-filter-predicate'.
13953 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13954 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13955 Put property `isearch-message-prefix' to "filename " on
13956 `dired-isearch-filter-filenames'.
13957
13958 * wdired.el (wdired-change-to-wdired-mode):
13959 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13960 locally instead of changing `isearch-filter-predicate'.
13961 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13962
13963 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13964
13965 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13966 return the commit hash (Bug#14459). Also set the
13967 `vc-git-detached' property.
13968 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13969 (vc-git-mode-line-string): Use the same help-echo format whether
13970 in detached mode or not, because we know the actual revision now.
13971 When in detached mode, shorten the revision to 7 chars.
13972
13973 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 * emacs-lisp/easy-mmode.el (define-minor-mode):
13976 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13977 mode hook and provide a docstring.
13978
13979 2013-05-27 Alan Mackenzie <acm@muc.de>
13980
13981 Remove spurious syntax-table text properties inserted by C-y.
13982 * progmodes/cc-mode.el (c-after-change): Also clear hard
13983 syntax-table property with value nil.
13984
13985 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13986
13987 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13988 when reading the events; the buffer layout shall not be changed.
13989
13990 2013-05-27 Leo Liu <sdl.web@gmail.com>
13991
13992 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13993 New variable.
13994 (inferior-octave-directory-tracker): Automatically re-sync
13995 default-directory.
13996 (octave-help): Improve handling of 'See also'.
13997
13998 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * doc-view.el: Minor naming convention tweaks.
14001 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14002
14003 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14004 even if there's no `display' property yet (bug#14435).
14005
14006 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14007
14008 * subr.el (unmsys--file-name): Rename from reveal-filename.
14009
14010 * Makefile.in (custom-deps, finder-data, autoloads)
14011 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14012 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14013 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14014
14015 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14018 error-completion on the first 2 args of condition-case (bug#14446).
14019 Don't burp at EOB.
14020
14021 2013-05-25 Leo Liu <sdl.web@gmail.com>
14022
14023 * comint.el (comint-previous-matching-input): Do not flood the
14024 *Messages* buffer with trivial messages.
14025
14026 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * progmodes/flymake.el (flymake-nop): Don't return a string.
14029 (flymake-set-at): Fix typo.
14030
14031 * simple.el (read--expression): New function, extracted from
14032 eval-expression. Set completion-at-point-functions (bug#14465).
14033 (eval-expression, eval-minibuffer): Use it.
14034
14035 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14036
14037 * progmodes/flymake.el (flymake-save-buffer-in-file)
14038 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14039 (flymake-selected-frame, flymake-log, flymake-ins-after)
14040 (flymake-set-at, flymake-get-buildfile-from-cache)
14041 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14042 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14043 Refine the doc string.
14044 (flymake-get-file-name-mode-and-masks): Reformat.
14045 (flymake-get-real-file-name-function): Fix a minor bug.
14046
14047 2013-05-24 Juri Linkov <juri@jurta.org>
14048
14049 * progmodes/grep.el (grep-mode-font-lock-keywords):
14050 Support =linenumber= format used by git-grep for lines with
14051 function names. (Bug#13549)
14052
14053 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14056 0 after a semi-colon; it works better for smie-auto-fill.
14057 (octave--indent-new-comment-line): New function.
14058 (octave-indent-new-comment-line): Use it (indirectly).
14059 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14060 modify comment-line-break-function.
14061
14062 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14063 (smie-setup): Use add-function to set it.
14064
14065 2013-05-24 Sam Steingold <sds@gnu.org>
14066
14067 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14068 argument (before the `interactive' argument).
14069
14070 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * image-mode.el (image-mode-winprops): Add winprops to
14073 image-mode-winprops-alist before running
14074 image-mode-new-window-functions.
14075 * doc-view.el (doc-view-new-window-function): Don't delay
14076 doc-view-goto-page via timers (bug#14435).
14077
14078 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14079
14080 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14081 (doc-view-desktop-save-buffer): New function.
14082 (doc-view-restore-desktop-buffer): New function.
14083 (desktop-buffer-mode-handlers):
14084 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14085 handler.
14086 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14087 `desktop-save-buffer' function.
14088
14089 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14090
14091 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14092 (tramp-gvfs-file-name-handler): Raise a user error when
14093 `tramp-gvfs-enabled' is nil.
14094 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14095 Do not raise a user error when loading package. (Bug#14447)
14096
14097 * net/xesam.el: Move to obsolete/.
14098
14099 2013-05-24 Glenn Morris <rgm@gnu.org>
14100
14101 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14102
14103 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14104
14105 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14106 (Info-find-node, Man-getpage-in-background): Declare.
14107
14108 * mail/unrmail.el (unrmail):
14109 Replace obsolete detect-coding-with-priority.
14110
14111 * net/socks.el (socks-split-string): Use this rather than split-string.
14112 (socks-nslookup-host): Update for above change.
14113 (dynamic-choice, s5-dynamic-choice-match)
14114 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14115 Comment out unused code.
14116
14117 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14118 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14119 (gud-tooltip-echo-area): Make obsolete.
14120 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14121
14122 * progmodes/js.el (js--optimize-arglist): Declare.
14123
14124 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14125
14126 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14127 (ediff-window-C): Declare.
14128
14129 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14130 Tweak requires to silence compiler.
14131
14132 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14133 (he-search-string, he-tried-table, he-expand-list)
14134 (he-init-string, he-string-member, he-substitute-string)
14135 (he-reset-string): Declare.
14136
14137 * obsolete/options.el (list-options): Use custom-variable-p,
14138 rather than obsolete alias.
14139
14140 2013-05-23 Sam Steingold <sds@gnu.org>
14141
14142 * simple.el (shell-command-on-region): Pass the `replace' argument
14143 down to `call-process-region' to comply with the doc as reported on
14144 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14145
14146 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * emacs-lisp/smie.el (smie-indent-forward-token)
14149 (smie-indent-backward-token): Handle string tokens (bug#14381).
14150
14151 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14152
14153 * ielm.el (ielm-menu): New menu.
14154 (inferior-emacs-lisp-mode): Set comment-start.
14155
14156 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14157
14158 * textmodes/reftex.el (reftex-ref-style-toggle):
14159 Fix deactivate action.
14160
14161 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14162 Add cleveref macros.
14163
14164 * textmodes/reftex-parse.el
14165 (reftex-locate-bibliography-files): Accept options for
14166 bibliography commands.
14167 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14168 Add addbibresource. Basic Biblatex support.
14169
14170 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14171
14172 * net/tramp-gvfs.el (top):
14173 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14174 when loading package. (Bug#14447)
14175
14176 2013-05-23 Glenn Morris <rgm@gnu.org>
14177
14178 * progmodes/js.el: No need to load comint when compiling.
14179 (ring-insert, comint-send-string, comint-send-input)
14180 (comint-last-input-end, ido-chop): Declare.
14181
14182 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14183 * vc/ediff-mult.el: Adjust requires.
14184 (ediff-directories-internal, ediff-directory-revisions-internal)
14185 (ediff-patch-file-internal): Declare.
14186 * vc/ediff-ptch.el: Adjust requires.
14187 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14188 (ediff-find-file): Autoload.
14189 * vc/ediff-util.el: No need to load ediff when compiling.
14190 (ediff-regions-internal): Declare.
14191 * vc/ediff-wind.el: Adjust requires.
14192 (ediff-compute-toolbar-width): Define when compiling.
14193 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14194 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14195 (dired-get-filename, dired-get-marked-files)
14196 (ediff-last-dir-patch, ediff-patch-default-directory)
14197 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14198 (ediff-patch-buffer-internal): Declare.
14199
14200 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14201 (ispell-process, ispell-buffer-local-words, lm-summary)
14202 (lm-section-start, lm-section-end): Declare.
14203 (checkdoc-ispell-init): Simplify.
14204
14205 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14206 (he-string-member, he-reset-string, he-substitute-string): Declare.
14207
14208 * eshell/em-ls.el: Adjust requires.
14209 (eshell-glob-regexp): Declare.
14210 * eshell/em-tramp.el: Adjust requires.
14211 (eshell-parse-command): Autoload.
14212 * eshell/em-xtra.el: Adjust requires.
14213 (eshell-parse-command): Autoload.
14214 * eshell/esh-ext.el: Adjust requires.
14215 (eshell-parse-command, eshell-close-handles): Autoload.
14216 * eshell/esh-io.el: Adjust requires.
14217 (eshell-output-filter): Autoload.
14218 * eshell/esh-util.el: No need to load tramp when compiling.
14219 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14220 Declare.
14221 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14222 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14223 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14224 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14225 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14226 * eshell/esh-opt.el, eshell/esh-proc.el:
14227 * eshell/esh-var.el: Adjust requires.
14228 * eshell/eshell.el: Do not require esh-util twice.
14229 (eshell-add-input-to-history): Declare.
14230 (eshell-command): Check history module is active before using it.
14231
14232 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14233
14234 2013-05-22 Leo Liu <sdl.web@gmail.com>
14235
14236 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14237
14238 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14239
14240 * autorevert.el (auto-revert-notify-add-watch)
14241 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14242 it indicates changes in file modification time.
14243
14244 2013-05-22 Glenn Morris <rgm@gnu.org>
14245
14246 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14247 Always delete the autoloaded function from the noruntime and
14248 unresolved functions lists.
14249
14250 * allout.el: No need to load epa, epg, overlay when compiling.
14251 (epg-context-set-passphrase-callback, epg-list-keys)
14252 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14253 (epg-key-user-id-list): Declare.
14254
14255 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14256 (viper-set-parsing-style-toggling-macro)
14257 (viper-set-emacs-state-searchstyle-macros):
14258 Use called-interactively-p on Emacs.
14259 (viper-looking-back): Make it an obsolete alias. Update callers.
14260 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14261 Use looking-back rather than viper-looking-back.
14262 (viper-tmp-insert-at-eob, viper-enlarge-region)
14263 (viper-read-string-with-history, viper-register-to-point)
14264 (viper-append-to-register, viper-change-state-to-vi)
14265 (viper-backward-char-carefully, viper-forward-char-carefully)
14266 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14267 (viper-change-state-to-emacs): Declare.
14268 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14269 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14270 * emulation/viper-mous.el: Do not load viper-cmd.
14271 (viper-backward-char-carefully, viper-forward-char-carefully)
14272 (viper-forward-word, viper-adjust-window): Declare.
14273
14274 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14275
14276 * progmodes/idlw-help.el (idlwave-help-fontify):
14277 Use called-interactively-p.
14278
14279 * term/w32console.el (w32-get-console-codepage)
14280 (w32-get-console-output-codepage): Declare.
14281
14282 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14283 Remove unnecessary declarations.
14284 (dframe-message): Doc fix.
14285
14286 * info.el (dframe-select-attached-frame, dframe-current-frame):
14287 Declare.
14288
14289 * speedbar.el (speedbar-message): Make it an obsolete alias.
14290 Update all callers.
14291 (speedbar-with-attached-buffer)
14292 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14293 (speedbar-with-writable): Use backquote.
14294 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14295 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14296 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14297 rather than speedbar- aliases.
14298 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14299 (speedbar-make-specialized-keymap, speedbar-insert-button)
14300 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14301 (speedbar-do-function-pointer): Declare.
14302 (rmail-speedbar-button, rmail-speedbar-find-file)
14303 (rmail-speedbar-move-message):
14304 Use dframe-with-attached-buffer rather than speedbar- alias.
14305 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14306 (dframe-message, speedbar-make-specialized-keymap)
14307 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14308 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14309 (speedbar-insert-button, dframe-select-attached-frame)
14310 (dframe-maybee-jump-to-attached-frame)
14311 (speedbar-change-initial-expansion-list)
14312 (speedbar-previously-used-expansion-list-name): Declare.
14313 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14314 Use dframe-message, dframe-with-attached-buffer rather than
14315 speedbar- aliases.
14316 (gud-sentinel): Silence compiler.
14317 * progmodes/vhdl-mode.el (speedbar-refresh)
14318 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14319 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14320 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14321 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14322 (speedbar-file-lists, speedbar-make-tag-line)
14323 (speedbar-line-directory, speedbar-goto-this-file)
14324 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14325 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14326 (speedbar-make-button, speedbar-reset-scanners)
14327 (speedbar-files-item-info, speedbar-line-text)
14328 (speedbar-find-file-in-frame, speedbar-set-timer)
14329 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14330 (speedbar-with-writable): Do not (re)define it.
14331 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14332 rather than speedbar- alias.
14333
14334 2013-05-21 Leo Liu <sdl.web@gmail.com>
14335
14336 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14337 menu items.
14338 (octave-mode): Tweak fill-nobreak-predicate.
14339 (inferior-octave-startup): Check process to avoid infinite loop.
14340 (inferior-octave): Pop to buffer first to show abornmal process
14341 exit information.
14342
14343 2013-05-21 Glenn Morris <rgm@gnu.org>
14344
14345 * printing.el (pr-menu-bar): Define when compiling.
14346
14347 2013-05-21 Leo Liu <sdl.web@gmail.com>
14348
14349 * progmodes/octave.el (octave-auto-fill): Remove.
14350 (octave-indent-new-comment-line): Improve.
14351 (octave-mode): Use auto fill mode through
14352 comment-line-break-function and fill-nobreak-predicate.
14353 (octave-goto-function-definition): Support DEFUN_DLD.
14354 (octave-beginning-of-defun): Small tweak.
14355 (octave-help): Show parent directory.
14356
14357 2013-05-21 Glenn Morris <rgm@gnu.org>
14358
14359 * files.el (dired-unmark):
14360 * progmodes/gud.el (gdb-input): Update declarations.
14361
14362 * calculator.el (electric, ehelp): No need to load when compiling.
14363 (Electric-command-loop, electric-describe-mode): Declare.
14364
14365 * doc-view.el (doc-view-current-converter-processes): Move before use.
14366
14367 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14368 Move MODE-set-explicitly definition before use.
14369
14370 * international/mule-diag.el (mule-diag):
14371 Don't use obsolete window-system-version.
14372
14373 * mail/feedmail.el (smtpmail): No need to load when compiling.
14374 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14375
14376 * mail/mail-utils.el (rfc822): No need to load when compiling.
14377 (rfc822-addresses): Autoload it.
14378 (mail-strip-quoted-names): Trivial simplification.
14379
14380 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14381 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14382
14383 * net/snmp-mode.el (tempo): Don't duplicate requires.
14384
14385 * progmodes/prolog.el (info): No need to load when compiling.
14386 (comint): Require before shell requires it.
14387 (Info-goto-node): Autoload it.
14388 (Info-follow-nearest-node): Declare.
14389 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14390
14391 * textmodes/artist.el (picture-mode-exit): Declare.
14392
14393 * textmodes/reftex-parse.el (reftex-parse-from-file):
14394 Trivial rewrite so the compiler can parse it better.
14395
14396 2013-05-20 Leo Liu <sdl.web@gmail.com>
14397
14398 * progmodes/octave.el (octave-help-mode-map)
14399 (octave-help-mode-finish-hook): New variables.
14400 (octave-help-mode, octave-help-mode-finish): New functions.
14401 (octave-help): Use octave-help-mode.
14402
14403 2013-05-20 Glenn Morris <rgm@gnu.org>
14404
14405 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14406
14407 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14408
14409 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14410 start at point, so that expansion starting right after opening
14411 slash in a regexp is recognized.
14412 (ruby-syntax-before-regexp-re): New defvar, extracted from
14413 ruby-syntax-propertize-function. Since the value of this regexp
14414 is looked up at runtime now, we should be able to turn
14415 `ruby-syntax-methods-before-regexp' into a defcustom later.
14416 (ruby-syntax-propertize-function): Split regexp matching into two
14417 parts, for opening and closing slashes. That allows us to skip
14418 over string interpolations and support multiline regexps.
14419 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14420 for them, which calls `ruby-syntax-propertize-expansion'.
14421 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14422 call to `ruby-syntax-propertize-function'.
14423 (ruby-syntax-propertize-expansion): Extracted from
14424 `ruby-syntax-propertize-expansions'. Handles one expansion.
14425 (ruby-syntax-propertize-percent-literal): Leave point right after
14426 the percent symbol, so that the expression expansion rule can
14427 propertize the contents.
14428 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14429 heredoc openers.
14430 (ruby-syntax-propertize-expansions): Remove.
14431
14432 2013-05-18 Juri Linkov <juri@jurta.org>
14433
14434 * man.el (Man-default-man-entry): Remove `-' from the end
14435 of the default value. (Bug#14400)
14436
14437 2013-05-18 Glenn Morris <rgm@gnu.org>
14438
14439 * comint.el (comint-password-prompt-regexp):
14440 Allow "password for XXX" where XXX contains colons (eg https://...).
14441
14442 2013-05-18 Leo Liu <sdl.web@gmail.com>
14443
14444 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14445 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14446 (octave-source-directories): Don't check process.
14447 (octave-source-directories, octave-find-definition): Doc fix.
14448
14449 2013-05-18 Glenn Morris <rgm@gnu.org>
14450
14451 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14452 Remove backspace/delete bindings. (Bug#14392)
14453
14454 * cus-dep.el (custom-make-dependencies): Sort the output.
14455 (custom-versions-load-alist): Convert comment to doc.
14456
14457 2013-05-17 Leo Liu <sdl.web@gmail.com>
14458
14459 * newcomment.el (comment-search-backward): Stricter in finding
14460 comment start. (Bug#14303)
14461
14462 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14463 (octave-comment-start-skip): Properly anchored.
14464
14465 2013-05-17 Leo Liu <sdl.web@gmail.com>
14466
14467 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14468 Clean up when turned off. (Bug#14395)
14469 (smie--highlight-matching-block-overlay): No longer buffer-local.
14470 (smie-highlight-matching-block): Adjust.
14471
14472 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14473
14474 Doc string fix for "nanoseconds" (Bug#14406).
14475 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14476 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14477
14478 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14479
14480 * calc/calc-units.el (math-extract-units): Preserve powers
14481 of units.
14482
14483 2013-05-17 Leo Liu <sdl.web@gmail.com>
14484
14485 * subr.el (delete-consecutive-dups): New function.
14486 * ido.el (ido-set-matches-1): Use it.
14487 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14488 * ido.el (ido-remove-consecutive-dups): Remove.
14489
14490 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14491
14492 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14493 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14494 regexp-opt's `words'.
14495
14496 2013-05-16 Leo Liu <sdl.web@gmail.com>
14497
14498 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14499 (smie--highlight-matching-block-overlay)
14500 (smie--highlight-matching-block-lastpos)
14501 (smie--highlight-matching-block-timer): New variables.
14502 (smie-highlight-matching-block): New function.
14503 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14504 (smie-setup): Conditionally enable smie-blink-matching-open.
14505
14506 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14507
14508 Sync with upstream verilog-mode r840.
14509 * progmodes/verilog-mode.el (verilog-mode-version)
14510 (verilog-mode-release-date): Update.
14511 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14512 (verilog-sig-tieoff): Fix string error on
14513 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14514 (verilog-read-decls): Fix parameters confusing
14515 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14516
14517 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14518
14519 * subr.el (reveal-filename): New function.
14520
14521 * loadup.el: Compute Emacs executable versions on MS-Windows,
14522 where executables have the .exe extension. Add a hard link
14523 emacs-XX.YY.ZZ.exe on MS-Windows.
14524
14525 * Makefile.in (XARGS_LIMIT): New variable.
14526 (custom-deps, finder-data, autoloads)
14527 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14528 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14529 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14530 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14531
14532 2013-05-16 Leo Liu <sdl.web@gmail.com>
14533
14534 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14535 (octave-mode-menu, octave-mode-map): Remove its uses.
14536
14537 2013-05-16 Reto Zimmermann <reto@gnu.org>
14538
14539 Sync with upstream vhdl mode v3.34.2.
14540 * progmodes/vhdl-mode.el: Use `push' throughout.
14541 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14542 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14543 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14544 (vhdl-actual-generic-name): New option to derive actual generic name.
14545 (vhdl-port-paste-signals): Replace formal by actual generics.
14546 (vhdl-beautify): New name for old group vhdl-align. Update users.
14547 (vhdl-beautify-options): New option.
14548 (vhdl-last-input-event): New compat alias. Use throughout.
14549 (vhdl-goto-line): Replace user level function `goto-line'.
14550 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14551 vhdl-fix-statement-buffer.
14552 (vhdl-create-mode-menu): Add some entries.
14553 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14554 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14555 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14556 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14557 to force statements on one line.
14558 (vhdl-remove-trailing-spaces-region):
14559 New, split from vhdl-remove-trailing-spaces.
14560 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14561 Respect vhdl-beautify-options.
14562 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14563 (vhdl-update-sensitivity-list): Not add with index if exists without.
14564 Not include array index with signal. Ignore keywords in comments.
14565 (vhdl-get-visible-signals): Regexp tweaks.
14566 (vhdl-template-component-inst): Handle empty library.
14567 (vhdl-template-type): Add template for 'enum' type.
14568 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14569 Use vhdl-replace-string.
14570 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14571 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14572 (vhdl-speedbar-initialize): Update for above name change.
14573 (vhdl-compose-wire-components): Fix in handling of constants.
14574 (vhdl-error-regexp-emacs-alist): New variable.
14575 (vhdl-error-regexp-add-emacs): New function;
14576 adds support for new compile.el (Emacs 22+)
14577 (vhdl-generate-makefile-1): Change target order for single lib. units.
14578 Allow use of absolute file names.
14579
14580 2013-05-16 Leo Liu <sdl.web@gmail.com>
14581
14582 * simple.el (prog-indent-sexp): Indent enclosing defun.
14583
14584 2013-05-15 Glenn Morris <rgm@gnu.org>
14585
14586 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14587 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14588 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14589 (whitespace-highlight): Move to whitespace group.
14590
14591 * comint.el (comint-source):
14592 * pcmpl-linux.el (pcmpl-linux):
14593 * shell.el (shell-faces):
14594 * eshell/esh-opt.el (eshell-opt):
14595 * international/ccl.el (ccl): Remove empty custom groups.
14596
14597 * completion.el (dynamic-completion-mode):
14598 * jit-lock.el (jit-lock-debug-mode):
14599 * minibuffer.el (completion-in-region-mode):
14600 * type-break.el (type-break-mode-line-message-mode)
14601 (type-break-query-mode):
14602 * emulation/tpu-edt.el (tpu-edt-mode):
14603 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14604 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14605 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14606
14607 * term/xterm.el (xterm): Change parent group to terminals.
14608
14609 * master.el (master): Remove empty custom group.
14610 (master-mode): Remove unused :group argument.
14611 * textmodes/refill.el (refill): Remove empty custom group.
14612 (refill-mode): Remove unused :group argument.
14613
14614 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14615
14616 * cus-dep.el: Provide a feature.
14617 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14618 Don't mistakenly ignore files whose basenames match a basename
14619 from preloaded-file-list (eg cedet/ede/simple.el).
14620 Add a fallback method for getting :group.
14621
14622 2013-05-15 Juri Linkov <juri@jurta.org>
14623
14624 * isearch.el (isearch-char-by-name): Rename from
14625 `isearch-insert-char-by-name'. Doc fix.
14626 (isearch-forward): Mention `isearch-char-by-name' in
14627 the docstring. (Bug#13348)
14628
14629 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14630 `exit-minibuffer' instead of
14631 `isearch-nonincremental-exit-minibuffer'.
14632 (isearch-edit-string): Remove mention of
14633 `isearch-nonincremental-exit-minibuffer' from docstring.
14634 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14635 (isearch-forward-exit-minibuffer)
14636 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14637
14638 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * loadup.el: Just use unversioned DOC.
14641
14642 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14643 literals as extending to EOB.
14644 (nxml-last-fontify-end): Remove unused variable.
14645 (nxml-after-change1): Use with-silent-modifications.
14646 (nxml-extend-after-change-region): Simplify.
14647 (nxml-extend-after-change-region1): Remove function.
14648 (nxml-after-change1): Don't adjust for dependent regions.
14649 (nxml-fontify-matcher): Simplify.
14650 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14651 (xmltok-add-dependent): Remove function.
14652 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14653 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14654 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14655 unclosed <[[, <?, comment, and other literals as extending to EOB.
14656 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14657 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14658 Remove functions.
14659 (rng-do-some-validation-1): Don't mark dependent regions.
14660 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14661 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14662 (nxml-clear-dependent-regions): Remove functions.
14663 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14664 (nxml-ensure-scan-up-to-date):
14665 Don't clear&mark dependent regions.
14666
14667 2013-05-15 Leo Liu <sdl.web@gmail.com>
14668
14669 * progmodes/octave.el (octave-goto-function-definition):
14670 Improve and fix callers.
14671
14672 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14675 the setter (bug#14387).
14676
14677 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14678 surrounding group (bug#14402).
14679
14680 2013-05-14 Juri Linkov <juri@jurta.org>
14681
14682 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14683 (Bug#14390)
14684
14685 2013-05-14 Glenn Morris <rgm@gnu.org>
14686
14687 * progmodes/f90.el (f90-imenu-generic-expression):
14688 Fix typo in 2013-05-08 change. (Bug#14402)
14689
14690 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14691
14692 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14693 Remove signals for which replies are never received.
14694
14695 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14696
14697 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14698 (gdb-handler-alist, gdb-handler-number): Remove variables.
14699 (gdb-handler-list): New variable.
14700 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14701 (gdb-pending-handler-p, gdb-handle-reply)
14702 (gdb-remove-all-pending-triggers): New functions.
14703 (gdb-discard-unordered-replies): New defcustom.
14704 (gdb-handler): New defstruct.
14705 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14706 instead of gdb-pending-triggers. Update docstring.
14707 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14708 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14709 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14710 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14711 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14712 (gdb-frame-handler): Pending triggers are now automatically managed.
14713 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14714 Remove argument.
14715 (gdb-input): Automatically handles pending triggers. Update docstring.
14716 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14717 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14718 Update comments.
14719 (gdb-done-or-error): Now use gdb-handle-reply.
14720
14721 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14722
14723 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14724 gdb-debug-log.
14725
14726 2013-05-14 Glenn Morris <rgm@gnu.org>
14727
14728 * subr.el (user-emacs-directory-warning): New option.
14729 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14730
14731 2013-05-14 Leo Liu <sdl.web@gmail.com>
14732
14733 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14734 during redisplay.
14735 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14736 (octave-font-lock-texinfo-comment): Fix invalid search bound
14737 error: wrong side of point.
14738
14739 2013-05-14 Glenn Morris <rgm@gnu.org>
14740
14741 * progmodes/flymake.el (flymake-xml-program): New option.
14742 (flymake-xml-init): Use it.
14743
14744 * term/xterm.el: Provide a feature.
14745
14746 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14747
14748 2013-05-13 Glenn Morris <rgm@gnu.org>
14749
14750 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14751 Add compat aliases as a hack workaround. (Bug#14384)
14752
14753 2013-05-13 Leo Liu <sdl.web@gmail.com>
14754
14755 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14756 ###, and %!.
14757 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14758 C-M-q.
14759 (octave-comment-start-skip): Include %!.
14760 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14761
14762 2013-05-12 Leo Liu <sdl.web@gmail.com>
14763
14764 * progmodes/octave.el (inferior-octave-startup): Store the value
14765 of __octave_srcdir__ for octave-source-directories.
14766 (inferior-octave-check-process): New function refactored out of
14767 inferior-octave-send-list-and-digest.
14768 (octave-source-directories)
14769 (octave-find-definition-filename-function): New variables.
14770 (octave-source-directories)
14771 (octave-find-definition-default-filename): New functions.
14772 (octave-find-definition): Improve to find functions implemented in C++.
14773
14774 2013-05-12 Glenn Morris <rgm@gnu.org>
14775
14776 * calendar/diary-lib.el (diary-outlook-format-1):
14777 Don't include dayname in the output. (Bug#14349)
14778
14779 2013-05-11 Glenn Morris <rgm@gnu.org>
14780
14781 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14782
14783 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14784 Treat cc-provide like provide.
14785
14786 2013-05-11 Kevin Ryde <user42@zip.com.au>
14787
14788 * cus-dep.el (custom-make-dependencies):
14789 Use generated-autoload-load-name for the sake of files such
14790 such cedet/semantic/bovine/c.el, where the base file name
14791 is not in load-path. (Bug#5277)
14792
14793 2013-05-11 Glenn Morris <rgm@gnu.org>
14794
14795 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14796 Provide features.
14797
14798 2013-05-11 Leo Liu <sdl.web@gmail.com>
14799
14800 * progmodes/octave.el (octave-indent-comment): Improve.
14801 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14802 (octave-eldoc-function-signatures, octave-eldoc-function):
14803 New functions.
14804 (octave-mode, inferior-octave-mode): Add eldoc support.
14805
14806 2013-05-11 Richard Stallman <rms@gnu.org>
14807
14808 * epa.el (epa-decrypt-file): Take output file name as argument
14809 and read it using `interactive'.
14810
14811 2013-05-11 Leo Liu <sdl.web@gmail.com>
14812
14813 * progmodes/octave.el (octave-beginning-of-line)
14814 (octave-end-of-line): Check before using up-list because it jumps
14815 out of more syntactic contructs since moving to smie.
14816 (octave-indent-comment): New function.
14817 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14818 (octave-begin-keywords, octave-end-keywords)
14819 (octave-reserved-words, octave-smie-bnf-table)
14820 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14821
14822 2013-05-11 Glenn Morris <rgm@gnu.org>
14823
14824 * faces.el (internal-face-x-get-resource):
14825 * frame.el (ns-display-monitor-attributes-list):
14826 * calc/calc-aent.el (math-to-radians-2):
14827 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14828 Fix declarations.
14829
14830 * calc/calc-menu.el: Make it loadable in isolation.
14831
14832 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14833 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14834 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14835 (eudc-bbdb-query-internal): Require 'bbdb.
14836
14837 * lpr.el (lpr-headers-switches):
14838 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14839
14840 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14841
14842 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14843
14844 * term.el (term-set-escape-char): Make it idempotent.
14845
14846 2013-05-10 Leo Liu <sdl.web@gmail.com>
14847
14848 * progmodes/octave.el (inferior-octave-completion-table):
14849 No longer a function and all uses changed. Use cache to speed up
14850 completion due to bug#11906.
14851 (octave-beginning-of-defun): Re-write to be more general.
14852
14853 2013-05-10 Glenn Morris <rgm@gnu.org>
14854
14855 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14856
14857 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14858
14859 * comint.el (comint-redirect-send-command-to-process): Use :around
14860 rather than :override for comint-redirect-filter.
14861 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14862 Call it instead of comint-redirect-original-filter-function (which
14863 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14864
14865 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14866
14867 * frame.el (display-monitor-attributes-list): Add NS case.
14868 (ns-display-monitor-attributes-list): Declare.
14869
14870 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14871
14872 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14873
14874 2013-05-09 Glenn Morris <rgm@gnu.org>
14875
14876 * international/fontset.el (vertical-centering-font-regexp):
14877 Set standard-value.
14878
14879 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14880
14881 * bookmark.el (bookmark-search-delay):
14882 * cus-start.el (vertical-centering-font-regexp):
14883 * ps-mule.el (ps-mule-font-info-database-default):
14884 * ps-print.el (ps-default-fg, ps-default-bg):
14885 * type-break.el (type-break-good-break-interval):
14886 * whitespace.el (whitespace-indentation-regexp)
14887 (whitespace-space-after-tab-regexp):
14888 * emacs-lisp/testcover.el (testcover-1value-functions)
14889 (testcover-noreturn-functions, testcover-progn-functions)
14890 (testcover-prog1-functions):
14891 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14892 * eshell/em-glob.el (eshell-glob-translate-alist):
14893 * play/tetris.el (tetris-tty-colors):
14894 * progmodes/cpp.el (cpp-face-default-list):
14895 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14896 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14897 (idlwave-help-browser-generic-args):
14898 * progmodes/make-mode.el (makefile-special-targets-list):
14899 * progmodes/python.el (python-shell-virtualenv-path):
14900 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14901 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14902 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14903 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14904 * textmodes/reftex-vars.el (reftex-format-label-function):
14905 * textmodes/remember.el (remember-diary-file): Fix custom types.
14906
14907 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14908 Add :version.
14909
14910 2013-05-09 Leo Liu <sdl.web@gmail.com>
14911
14912 * progmodes/octave.el (inferior-octave-completion-at-point):
14913 Restore file completion. (Bug#14300)
14914 (inferior-octave-startup): Fix incorrect highlighting for the
14915 first prompt.
14916
14917 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14918
14919 * progmodes/ruby-mode.el: First cut at SMIE support.
14920 (ruby-use-smie): New var.
14921 (ruby-smie-grammar): New constant.
14922 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14923 (ruby-smie--forward-token, ruby-smie--backward-token)
14924 (ruby-smie-rules): New functions.
14925 (ruby-mode-variables): Setup SMIE if applicable.
14926
14927 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14928
14929 * simple.el (line-move-visual): Signal beginning/end of buffer
14930 only if vertical-motion moved less than it was requested. Avoids
14931 silly incorrect error messages when there are display strings with
14932 multiple newlines at EOL.
14933
14934 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14937 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14938 (prolog-char-quote-workaround):
14939 * progmodes/cperl-mode.el (cperl-under-as-char):
14940 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14941 Mark as obsolete.
14942 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14943 their declaration.
14944 (vhdl-mode-syntax-table-init): Remove.
14945
14946 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14947 last change.
14948
14949 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14950 syntax for "_".
14951 (ld-script-font-lock-keywords):
14952 Change regexps to use things like \_< and \_>.
14953
14954 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14955 Change all regexps to use things like \_< and \_>.
14956
14957 * progmodes/autoconf.el (autoconf-definition-regexp)
14958 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14959 Handle a _ with symbol syntax.
14960 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14961
14962 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14963 Consolidate declaration.
14964 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14965 the declaration.
14966 (ada-create-syntax-table): Remove.
14967 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14968 already has the right syntax nowadays.
14969 (ada-goto-next-word): Don't change the syntax of "_".
14970
14971 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14972 with-wrapper-hook.
14973
14974 2013-05-08 Sam Steingold <sds@gnu.org>
14975
14976 * thingatpt.el (thing-at-point): Accept optional second argument
14977 NO-PROPERTIES to strip the text properties from the return value.
14978 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14979 to `thing-at-point' instead of stripping the properties ourselves.
14980 Also, when `thing-at-point' fails to find a url, prepend "http://"
14981 to the filename at point on the assumption that the user is
14982 pointing at something like gnu.org/gnu.
14983
14984 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14985
14986 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14987 * faces.el (crm-separator):
14988 Silence byte-compiler.
14989
14990 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14991 (tool-bar-map): Remove unneeded defvars.
14992
14993 2013-05-08 Leo Liu <sdl.web@gmail.com>
14994
14995 Re-work a fix for bug#10994 based on Le Wang's patch.
14996 * ido.el (ido-remove-consecutive-dups): New helper.
14997 (ido-completing-read): Use it.
14998 (ido-chop): Revert fix for bug#10994.
14999
15000 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15001
15002 * cus-edit.el (custom-save-variables):
15003 Pretty-print long values. (Bug#14187)
15004
15005 2013-05-08 Glenn Morris <rgm@gnu.org>
15006
15007 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15008 (m4-mode-syntax-table): Init in the defvar.
15009 (m4-mode-abbrev-table): Let define-derived-mode define it.
15010
15011 2013-05-08 Tom Tromey <tromey@redhat.com>
15012
15013 * progmodes/m4-mode.el (m4-mode-syntax-table):
15014 Do not treat "_" as word constituent. (Bug#14167)
15015
15016 2013-05-07 Glenn Morris <rgm@gnu.org>
15017
15018 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15019 Remove explicit eshell-isearch-cancel-map.
15020
15021 * progmodes/f90.el (f90-smart-end-names): New option.
15022 (f90-smart-end): Doc fix.
15023 (f90-end-block-optional-name): New constant.
15024 (f90-block-match): Respect f90-smart-end-names.
15025
15026 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15027
15028 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15029 about implicit semi-colons (bug#14218).
15030
15031 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15032
15033 * frame.el (display-monitor-attributes-list)
15034 (frame-monitor-attributes): New functions.
15035
15036 2013-05-06 Leo Liu <sdl.web@gmail.com>
15037
15038 * progmodes/octave.el (octave-syntax-propertize-function): Change
15039 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15040 (octave-font-lock-keywords): Use octave-operator-regexp.
15041 (octave-completion-at-point): Rename from
15042 octave-completion-at-point-function.
15043 (inferior-octave-directory-tracker): Robustify.
15044 (octave-text-functions): Remove and fix its uses. No such things
15045 any more.
15046
15047 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15048
15049 * emacs-lisp/trace.el (trace--display-buffer): New function.
15050 (trace-make-advice): Use it.
15051
15052 2013-05-06 Juri Linkov <juri@jurta.org>
15053
15054 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15055 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15056 Doc fix.
15057 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15058 in the help string. (Bug#12985)
15059
15060 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15061
15062 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15063
15064 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * progmodes/perl-mode.el: Add support for here documents.
15067 (perl-syntax-propertize-function): Match here-doc markers.
15068 (perl-syntax-propertize-special-constructs): Find their end.
15069 (perl-imenu-generic-expression): Use [:alnum:].
15070
15071 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15072 (advice--add-function): Refresh the advice if already present
15073 (bug#14317).
15074
15075 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15076
15077 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15078
15079 2013-05-06 Glenn Morris <rgm@gnu.org>
15080
15081 * w32-fns.el (w32-charset-info-alist): Declare.
15082
15083 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15084 of its defcustom properties.
15085 (eshell-cmpl-initialize): No need to load pcomplete.
15086
15087 * generic-x.el: No need to require comint when compiling.
15088
15089 * net/eudc-export.el: Make it loadable without bbdb.
15090 (top-level): Use require rather than load-library.
15091 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15092 (eudc-batch-export-records-to-bbdb)
15093 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15094 Require bbdb.
15095
15096 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15099 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15100 some tweaks, instead.
15101
15102 2013-05-05 Leo Liu <sdl.web@gmail.com>
15103
15104 * progmodes/octave.el (octave-font-lock-keywords)
15105 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15106 (inferior-octave-send-list-and-digest): Improve error message.
15107 (octave-mode, inferior-octave-mode): Use setq-local.
15108 (octave-help): Set info-lookup-mode.
15109
15110 2013-05-05 Richard Stallman <rms@gnu.org>
15111
15112 * vc/compare-w.el (compare-windows-whitespace):
15113 Treat no-break space as whitespace.
15114
15115 * mail/rmailsum.el (rmail-summary-rmail-update):
15116 Detect empty summary and don't change selected message.
15117 (rmail-summary-goto-msg): Likewise.
15118
15119 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15120 Doc fixes, rename args.
15121
15122 2013-05-05 Alan Mackenzie <acm@muc.de>
15123
15124 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15125
15126 2013-05-05 Juri Linkov <juri@jurta.org>
15127
15128 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15129 to not add the length of the summary segment to the return value.
15130 (Bug#14125)
15131
15132 2013-05-05 Leo Liu <sdl.web@gmail.com>
15133
15134 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15135 (inferior-octave-output-filter): Remove.
15136 (octave-send-region, inferior-octave-startup): Fix callers.
15137 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15138 (octave-binary-file-extensions): New user variable.
15139 (octave-find-definition): Confirm if opening binary files.
15140 (octave-help-file): Use octave-find-definition to get the binary
15141 confirmation.
15142 (octave-help): Adjust for octave-help-file change.
15143
15144 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15147 Merge the two entries that handle function definitions.
15148 (pascal--syntax-propertize): New const.
15149 (pascal-mode): Use it. Use setq-local.
15150
15151 2013-05-04 Glenn Morris <rgm@gnu.org>
15152
15153 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15154 (diary-from-outlook): Respect diary-from-outlook-function.
15155
15156 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15159 Move the declaration from C.
15160 (read-minibuffer, eval-minibuffer): Move from C.
15161 (completion-setup-function): Avoid minibuffer-completion-contents.
15162
15163 2013-05-03 Leo Liu <sdl.web@gmail.com>
15164
15165 * progmodes/octave.el (octave-font-lock-keywords): Do not
15166 dehighlight 'end' in comments or strings.
15167 (octave-completing-read, octave-goto-function-definition):
15168 New helpers.
15169 (octave-help-buffer): New user variable.
15170 (octave-help-file, octave-help-function): New button types.
15171 (octave-help): New command and bind it to C-h ;.
15172 (octave-find-definition): New command and bind it to M-.
15173 (user-error): Alias to error if not defined.
15174
15175 2013-05-02 Leo Liu <sdl.web@gmail.com>
15176
15177 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15178 for \. (bug#14332)
15179 (octave-font-lock-keywords): Include [ and {.
15180
15181 2013-05-02 Leo Liu <sdl.web@gmail.com>
15182
15183 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15184 (inferior-octave): Remove calling comint-mode and return the buffer.
15185 (inferior-octave-startup): Cosmetic changes.
15186
15187 2013-05-02 Leo Liu <sdl.web@gmail.com>
15188
15189 * progmodes/octave.el (octave-syntax-propertize-function):
15190 Include the case when ' is at line beginning. (Bug#14336)
15191
15192 2013-05-02 Glenn Morris <rgm@gnu.org>
15193
15194 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15195 * desktop.el (vc-dir-mode): Just autoload it here.
15196
15197 2013-05-02 Alan Mackenzie <acm@muc.de>
15198
15199 Eliminate variable c-standard-font-lock-fontify-region-function.
15200 * progmodes/cc-mode.el
15201 (c-standard-font-lock-fontify-region-function): Remove.
15202 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15203
15204 2013-05-01 Leo Liu <sdl.web@gmail.com>
15205
15206 * progmodes/octave.el: Compatible with older emacs-24 releases.
15207 (inferior-octave-has-built-in-variables): Remove. Built-in
15208 variables were removed from Octave in 2007.
15209 (inferior-octave-startup): Fix uses.
15210 (comint-line-beginning-position): Remove compatibility code for
15211 emacs 21.
15212
15213 2013-05-01 Juri Linkov <juri@jurta.org>
15214
15215 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15216
15217 2013-05-01 Juri Linkov <juri@jurta.org>
15218
15219 * comint.el (comint-previous-matching-input): Don't print message
15220 "History item: %d" when `isearch-mode' is active.
15221 (comint-history-isearch-message): Print message "History item: %d"
15222 when `comint-input-ring-index' is not empty and this function is
15223 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15224
15225 2013-05-01 Leo Liu <sdl.web@gmail.com>
15226
15227 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15228 definitions. Use completion-at-point to insert keywords.
15229 (octave-abbrev-start): Remove.
15230 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15231
15232 2013-04-30 Leo Liu <sdl.web@gmail.com>
15233
15234 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15235 change.
15236
15237 2013-04-30 Alan Mackenzie <acm@muc.de>
15238
15239 Handle arbitrarily long C++ member initialisation lists.
15240 * progmodes/cc-engine.el (c-back-over-member-initializers):
15241 new function.
15242 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15243 (most) member init lists.
15244
15245 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15246
15247 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15248 variable.
15249
15250 2013-04-30 Leo Liu <sdl.web@gmail.com>
15251
15252 * progmodes/octave.el (octave-variables): Remove. No builtin
15253 variables any more. All converted to functions.
15254 (octave-font-lock-keywords, octave-completion-at-point-function):
15255 Fix uses.
15256 (octave-font-lock-texinfo-comment): New user variable.
15257 (octave-texinfo-font-lock-keywords): New variable for texinfo
15258 comment block.
15259 (octave-function-comment-block): New face.
15260 (octave-font-lock-texinfo-comment): New function.
15261 (octave-mode): Font lock texinfo comment block.
15262
15263 2013-04-29 Leo Liu <sdl.web@gmail.com>
15264
15265 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15266 indexing expression.
15267 (octave-continuation-string): Do not use \.
15268 (inferior-octave-complete-impossible): Remove.
15269 (inferior-octave-completion-table)
15270 (inferior-octave-completion-at-point): Remove its uses.
15271 (inferior-octave-startup): completion_matches was introduced to
15272 Octave in 1996 so safe to assume it.
15273 (octave-function-file-comment): Improve to follow how Octave does it.
15274 (octave-update-function-file-comment): Tweak.
15275
15276 2013-04-29 Leo Liu <sdl.web@gmail.com>
15277
15278 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15279 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15280 (octave-function-file-comment): Fix typo.
15281 (octave-sync-function-file-names): Use read-char-choice.
15282
15283 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15284
15285 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15286 to t for the less important warnings.
15287
15288 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15289
15290 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15291
15292 2013-04-27 Glenn Morris <rgm@gnu.org>
15293
15294 * vc/log-view.el (log-view-current-entry):
15295 Treat "---" separator lines as part of the following rev. (Bug#14169)
15296
15297 2013-04-27 Juri Linkov <juri@jurta.org>
15298
15299 * subr.el (read-number): Doc fix about using it by interactive
15300 code letter `n'. (Bug#14254)
15301
15302 2013-04-27 Juri Linkov <juri@jurta.org>
15303
15304 * desktop.el (desktop-auto-save-timeout): New option.
15305 (desktop-file-checksum): New variable.
15306 (desktop-save): Add optional arg `auto-save' and don't auto-save
15307 if nothing changed.
15308 (desktop-auto-save-timer): New variable.
15309 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15310 (after-init-hook): Call `desktop-auto-save-set-timer'.
15311 Suggested by Reuben Thomas <rrt@sc3d.org> in
15312 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15313
15314 2013-04-27 Leo Liu <sdl.web@gmail.com>
15315
15316 * progmodes/octave.el (octave-function-file-p)
15317 (octave-skip-comment-forward, octave-function-file-comment)
15318 (octave-update-function-file-comment): New functions.
15319 (octave-mode-map): Bind C-c ; to
15320 octave-update-function-file-comment.
15321 (octave-mode-menu): Add octave-update-function-file-comment.
15322 (octave-mode, inferior-octave-mode): Fix doc-string.
15323 (octave-insert-defun): Conform to Octave's coding convention.
15324 (Bug#14285)
15325
15326 * files.el (basic-save-buffer): Don't let errors in
15327 before-save-hook prevent saving buffer.
15328
15329 2013-04-20 Roland Winkler <winkler@gnu.org>
15330
15331 * faces.el (read-face-name): Use completing-read if arg multiple
15332 is nil.
15333
15334 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15335
15336 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15337 displayed, move point to after the totals line.
15338 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15339 for the details.
15340
15341 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15344 Add current dir to the load-path.
15345 (package-generate-autoloads): Don't rely on
15346 autoload-ensure-default-file.
15347
15348 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15349
15350 * textmodes/remember.el (remember-store-in-files): Document that
15351 the file name format is passed to `format-time-string'.
15352
15353 2013-04-26 Leo Liu <sdl.web@gmail.com>
15354
15355 * progmodes/octave.el (octave-sync-function-file-names): New function.
15356 (octave-mode): Use it in before-save-hook.
15357
15358 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15359
15360 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15361 (bug#14274).
15362
15363 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15364 \n and comment, even if it's not an implicit ; (bug#14218).
15365
15366 2013-04-26 Glenn Morris <rgm@gnu.org>
15367
15368 * subr.el (read-number): Once more use `read' rather than
15369 `string-to-number', to trap non-numeric input. (Bug#14254)
15370
15371 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15372
15373 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15374 Use `syntax-multiline' text property consistently instead of
15375 `font-lock-multiline'. (Bug#14237)
15376
15377 2013-04-26 Glenn Morris <rgm@gnu.org>
15378
15379 * emacs-lisp/shadow.el (list-load-path-shadows):
15380 No longer necessary to check for duplicate simple.el, since
15381 2012-07-07 change to init_lread to not include installation lisp
15382 directories in load-path when running uninstalled. (Bug#14270)
15383
15384 2013-04-26 Leo Liu <sdl.web@gmail.com>
15385
15386 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15387 (octave-mode, inferior-octave-mode): Use setq-local.
15388 (octave-not-in-string-or-comment-p): Rename to
15389 octave-in-string-or-comment-p.
15390 (octave-in-comment-p, octave-in-string-p)
15391 (octave-in-string-or-comment-p): Replace defsubst with defun.
15392
15393 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15394
15395 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15396
15397 2013-04-25 Bastien Guerry <bzg@gnu.org>
15398
15399 * textmodes/remember.el (remember-data-directory)
15400 (remember-directory-file-name-format): Fix custom types.
15401
15402 2013-04-25 Leo Liu <sdl.web@gmail.com>
15403
15404 * progmodes/octave.el (octave-completion-at-point-function):
15405 Make use of inferior octave process.
15406 (octave-initialize-completions): Remove.
15407 (inferior-octave-completion-table): New function.
15408 (inferior-octave-completion-at-point): Use it.
15409 (octave-completion-alist): Remove.
15410
15411 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15414 (opascal-mode-syntax-table): New var.
15415 (opascal-literal-kind, opascal-is-literal-end)
15416 (opascal-literal-token-at): Rewrite.
15417 (opascal--literal-start-re, opascal-font-lock-keywords)
15418 (opascal--syntax-propertize): New constants.
15419 (opascal-font-lock-defaults): Adjust.
15420 (opascal-mode): Use them. Set comment-<foo> variables as well.
15421 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15422 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15423 (delphi-other-face, opascal-other-face): Remove face variables.
15424 (opascal-save-state): Remove macro.
15425 (opascal-fontifying-progress-step): Remove constant.
15426 (opascal--ignore-changes): Remove var.
15427 (opascal-set-token-property, opascal-parse-next-literal)
15428 (opascal-is-stable-literal, opascal-complete-literal)
15429 (opascal-is-literal-start, opascal-face-of)
15430 (opascal-parse-region, opascal-parse-region-until-stable)
15431 (opascal-fontify-region, opascal-after-change)
15432 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15433 (opascal-debug-parse-region, opascal-debug-parse-window)
15434 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15435 (opascal-debug-fontify-buffer): Remove.
15436 (opascal-debug-mode-map): Adjust accordingly.
15437
15438 2013-04-25 Leo Liu <sdl.web@gmail.com>
15439
15440 Merge octave-mod.el and octave-inf.el into octave.el with some
15441 cleanups.
15442 * progmodes/octave.el: New file renamed from octave-mod.el.
15443 * progmodes/octave-inf.el: Merged into octave.el.
15444 * progmodes/octave-mod.el: Renamed to octave.el.
15445
15446 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15447
15448 * textmodes/reftex-vars.el
15449 (reftex-label-ignored-macros-and-environments): New defcustom.
15450
15451 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15452
15453 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15456 (smie-indent-keyword): Improve the check to ensure that the next
15457 comment is really on the same line.
15458 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15459
15460 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15461 semi-colons if the line is not otherwise empty (bug#14218).
15462
15463 2013-04-25 Glenn Morris <rgm@gnu.org>
15464
15465 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15466
15467 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * progmodes/opascal.el (opascal-set-token-property): Rename from
15470 opascal-set-text-properties and only set `token' (bug#14134).
15471 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15472 (opascal-literal-text-properties): Remove.
15473 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15474 Adjust callers.
15475
15476 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15477
15478 * textmodes/remember.el (remember-handler-functions): Add an
15479 option for a new handler `remember-store-in-files'.
15480 (remember-data-directory, remember-directory-file-name-format):
15481 New options.
15482 (remember-store-in-files): New function to store remember notes
15483 as separate files within a directory.
15484
15485 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15486
15487 * progmodes/compile.el (compilation-next-error-function):
15488 Pass "formats" to compilation-find-file (bug#11777).
15489
15490 2013-04-24 Glenn Morris <rgm@gnu.org>
15491
15492 * vc/vc-bzr.el (vc-bzr-print-log):
15493 * vc/vc-hg.el (vc-hg-print-log):
15494 * vc/vc-svn.el (vc-svn-print-log):
15495 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15496
15497 * vc/vc-bzr.el (vc-bzr-print-log):
15498 * vc/vc-cvs.el (vc-cvs-print-log):
15499 * vc/vc-git.el (vc-git-print-log):
15500 * vc/vc-hg.el (vc-hg-print-log):
15501 * vc/vc-mtn.el (vc-mtn-print-log):
15502 * vc/vc-rcs.el (vc-rcs-print-log):
15503 * vc/vc-sccs.el (vc-sccs-print-log):
15504 * vc/vc-svn.el (vc-svn-print-log):
15505 * vc/vc.el (vc-print-log-internal): Doc fixes.
15506
15507 2013-04-23 Glenn Morris <rgm@gnu.org>
15508
15509 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15510 Remove venerable code attempting to avoid substitute-command-keys.
15511
15512 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15513
15514 * textmodes/reftex-vars.el (reftex-label-regexps):
15515 Call `reftex-compile-variables' after changes to this variable.
15516
15517 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15520 Use lexical-binding.
15521 (jit-lock-force-redisplay): Use markers, check buffer's continued
15522 existence and beware narrowed buffers.
15523 (jit-lock-fontify-now): Adjust call accordingly.
15524
15525 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15528 to avoid misleading the user.
15529
15530 2013-04-22 Leo Liu <sdl.web@gmail.com>
15531
15532 * info-look.el: Prefer latex2e.info. (Bug#14240)
15533
15534 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15535
15536 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15537
15538 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15539 * net/tramp.el (tramp-call-process): ... here.
15540 (tramp-set-completion-function, tramp-parse-putty):
15541 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15542 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15543 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15544 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15545 (tramp-call-local-coding-command): Use `tramp-call-process'
15546 instead of `tramp-compat-call-process'.
15547
15548 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15549 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15550 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15551 (tramp-find-inline-compress): Improve traces.
15552 (tramp-maybe-send-script): Check for Perl binary.
15553 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15554
15555 2013-04-22 Daiki Ueno <ueno@gnu.org>
15556
15557 * epg.el (epg-context-pinentry-mode): New function.
15558 (epg-context-set-pinentry-mode): New function.
15559 (epg--start): Pass --pinentry-mode option to gpg command.
15560
15561 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15562
15563 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15564 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15565 `completion-at-point'. (Bug#13774)
15566
15567 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15568 default key binding for `describe-distribution' has been moved to
15569 `C-h C-o'. (Bug#13970)
15570
15571 2013-04-21 Glenn Morris <rgm@gnu.org>
15572
15573 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15574 Add doc strings.
15575 (vc-print-log): Clarify interactive prompt.
15576
15577 2013-04-20 Glenn Morris <rgm@gnu.org>
15578
15579 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15580 No longer include timestamp etc information.
15581
15582 2013-04-20 Roland Winkler <winkler@gnu.org>
15583
15584 * faces.el (read-face-name): Bug fix, return just one face if arg
15585 multiple is nil. (Bug#14209)
15586
15587 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15590 (remove-function): Autoload.
15591
15592 * comint.el (comint-redirect-original-filter-function): Remove.
15593 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15594 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15595 (vc-cvs-annotate-command):
15596 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15597 * progmodes/prolog.el (prolog-consult-compile):
15598 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15599 Use add/remove-function instead.
15600 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15601 (gud-tooltip-process-output, gud-tooltip-tips):
15602 Use add/remove-function instead.
15603 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15604 (scheme-interaction-mode, exit-scheme-interaction-mode):
15605 Use add/remove-function instead.
15606
15607 * vc/vc-dispatcher.el: Use lexical-binding.
15608 (vc--process-sentinel): Rename from vc-process-sentinel.
15609 Change last arg to be the code to run. Don't use vc-previous-sentinel
15610 and vc-sentinel-commands any more.
15611 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15612 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15613
15614 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15615
15616 * progmodes/sh-script.el (sh-imenu-generic-expression):
15617 Handle function names with a single character. (Bug#14111)
15618
15619 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15620
15621 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15622 for subroutines defined in an eval (bug#14182).
15623
15624 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15625
15626 * bookmark.el (bookmark-completing-read): Improve handling of empty
15627 string (bug#14176).
15628
15629 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15630
15631 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15632
15633 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15634
15635 New faster Imenu implementation (bug#14058).
15636 * progmodes/python.el:
15637 (python-imenu-prev-index-position):
15638 (python-imenu-format-item-label-function)
15639 (python-imenu-format-parent-item-label-function)
15640 (python-imenu-format-parent-item-jump-label-function):
15641 New vars.
15642 (python-imenu-format-item-label)
15643 (python-imenu-format-parent-item-label)
15644 (python-imenu-format-parent-item-jump-label)
15645 (python-imenu--put-parent, python-imenu--build-tree)
15646 (python-imenu-create-index, python-imenu-create-flat-index)
15647 (python-util-popn): New functions.
15648 (python-mode): Set imenu-create-index-function to
15649 python-imenu-create-index.
15650
15651 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * winner.el (winner-active-region): Use region-active-p, activate-mark
15654 and deactivate-mark (bug#14225).
15655
15656 * simple.el (deactivate-mark): Don't inline it.
15657
15658 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15659
15660 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15661
15662 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15663
15664 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15665 file extensions from the archive-mode entry in order to prefer
15666 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15667
15668 2013-04-18 Leo Liu <sdl.web@gmail.com>
15669
15670 * bindings.el (help-event-list): Add ?\?.
15671
15672 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * subr.el (with-wrapper-hook): Declare obsolete.
15675 * simple.el (filter-buffer-substring-function): New hook.
15676 (filter-buffer-substring): Use it.
15677 (filter-buffer-substring-functions): Mark obsolete.
15678 * minibuffer.el (completion-in-region-function): New hook.
15679 (completion-in-region): Use it.
15680 (completion-in-region-functions): Mark obsolete.
15681 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15682 * abbrev.el (abbrev-expand-function): New hook.
15683 (expand-abbrev): Use it.
15684 (abbrev-expand-functions): Mark obsolete.
15685 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15686 and :filter-return.
15687
15688 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15689
15690 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15691 and do not care about match data.
15692
15693 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15694
15695 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15696 completion tables when completing error conditions and
15697 `declare' arguments.
15698 (lisp-complete-symbol, field-complete): Mark as obsolete.
15699 (check-parens): Unmatched parens are user errors.
15700 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15701
15702 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15703
15704 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15705 command changed buffer (ie. `flyspell-pre-buffer' is not current
15706 buffer), which prevents making decisions based on invalid value of
15707 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15708 cause an error when `flyspell-pre-point' was nil after switching
15709 buffers.
15710 (flyspell-post-command-hook): No longer needs to change buffers when
15711 checking pre-word. While at it remove unnecessary progn.
15712
15713 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15714
15715 * textmodes/ispell.el (ispell-add-per-file-word-list):
15716 Fix `flyspell-correct-word-before-point' error when accepting
15717 words and `coment-padding' is an integer by using
15718 `comment-normalize-vars' (Bug #14214).
15719
15720 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15721
15722 New defun movement commands.
15723 * progmodes/python.el (python-nav--syntactically)
15724 (python-nav--forward-defun, python-nav-backward-defun)
15725 (python-nav-forward-defun): New functions.
15726
15727 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15728
15729 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15730 (python-syntax-context): Use named compiler-macro for backwards
15731 compatibility with Emacs 24.x.
15732
15733 2013-04-17 Leo Liu <sdl.web@gmail.com>
15734
15735 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15736 octave-hide-process-buffer.
15737
15738 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15741 (bug#14216).
15742
15743 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15744
15745 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15746 Fix adjustment of offset when receiving incomplete responses from GDB
15747 (bug#14129).
15748
15749 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15750
15751 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15752 python-mode-abbrev-table.
15753 (python-skeleton-define): Adjust accordingly.
15754 (python-mode-abbrev-table): New table that inherits from it so that
15755 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15756
15757 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15758 (abbrev-symbol): Use it.
15759 (abbrev--before-point): Use it since we already handle inheritance.
15760
15761 2013-04-16 Leo Liu <sdl.web@gmail.com>
15762
15763 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15764 binding to info-lookup-symbol.
15765
15766 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15767
15768 * minibuffer.el (completion--twq-all):
15769 * term/ns-win.el (ns-initialize-window-system):
15770 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15771
15772 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15773
15774 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15775 global bindings.
15776
15777 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15778
15779 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15780
15781 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15782 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15783 to nil.
15784 (ruby-end-of-defun): Remove the unused arg, change the docstring
15785 to reflect that this function is only used as the value of
15786 `end-of-defun-function'.
15787 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15788 to reflect an earlier change that beginning/end-of-defun functions
15789 jump between methods in a class definition, as well as top-level
15790 functions.
15791
15792 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * minibuffer.el (minibuffer-complete): Don't just scroll
15795 a *Completions* that's been iconified.
15796 (minibuffer-force-complete): Make sure repetitions do cycle when going
15797 through completion-in-region -> minibuffer-complete.
15798
15799 2013-04-15 Alan Mackenzie <acm@muc.de>
15800
15801 Correct the placement of c-cpp-delimiters when there're #s not at
15802 col 0.
15803
15804 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15805 place a submatch around the #.
15806 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15807 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15808 on the #, not BOL.
15809
15810 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15813 (advice--member-p): New arg `name'.
15814 (advice--add-function, advice-member-p): Use it (bug#14202).
15815
15816 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15817
15818 Reformulate java imenu-generic-expression.
15819 The old expression contained ill formed regexps.
15820
15821 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15822 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15823 (cc-imenu-java-method-arg-regexp): New defconsts.
15824 (cc-imenu-java-build-type-args-regex): New defun.
15825 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15826 handling of spaces in the regexp.
15827
15828 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15829
15830 * textmodes/ispell.el (ispell-command-loop): Remove
15831 flyspell highlight of a word when ispell accepts it (bug #14178).
15832
15833 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15834
15835 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15836 uses code from the previous `ange-ftp-run-real-handler'.
15837 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15838 only in case that function exist. This is needed for proper
15839 unloading of Tramp.
15840
15841 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15842
15843 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15844
15845 * textmodes/reftex.el (reftex-compile-variables): Use it.
15846
15847 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15848
15849 * files.el (normal-mode): Only use default major-mode if no other mode
15850 was specified.
15851
15852 * emacs-lisp/trace.el (trace-values): New function.
15853
15854 * files.el: Allow : in local variables (bug#14089).
15855 (hack-local-variable-regexp): New var.
15856 (hack-local-variables-prop-line, hack-local-variables): Use it.
15857
15858 2013-04-13 Roland Winkler <winkler@gnu.org>
15859
15860 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15861 data before it gets modified by bibtex-beginning-of-entry.
15862
15863 2013-04-13 Roland Winkler <winkler@gnu.org>
15864
15865 * textmodes/bibtex.el (bibtex-url): Doc fix.
15866
15867 2013-04-13 Roland Winkler <winkler@gnu.org>
15868
15869 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15870 does not visit a BibTeX file, exclude it from the list of buffers
15871 returned by bibtex-initialize.
15872
15873 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15874
15875 * window.el (split-window): Remove interactive form, since as a
15876 command this function is a special case of split-window-below.
15877 Correct doc string.
15878
15879 2013-04-12 Roland Winkler <winkler@gnu.org>
15880
15881 * faces.el (read-face-name): Do not override value of arg default.
15882 Allow single faces and strings as default values. Remove those
15883 elements from return value that are not faces.
15884 (describe-face): Simplify.
15885 (face-at-point): New optional args thing and multiple so that this
15886 function can provide the same functionality previously provided by
15887 read-face-name.
15888 (make-face-bold, make-face-unbold, make-face-italic)
15889 (make-face-unitalic, make-face-bold-italic, invert-face)
15890 (modify-face, read-face-and-attribute): Use face-at-point.
15891
15892 * cus-edit.el (customize-face, customize-face-other-window)
15893 * cus-theme.el (custom-theme-add-face)
15894 * face-remap.el (buffer-face-set)
15895 * facemenu.el (facemenu-set-face): Use face-at-point.
15896
15897 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15898
15899 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15900
15901 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15902
15903 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15904 off leading { and trailing } from field values.
15905
15906 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * emacs-lisp/timer.el (timer--check): New function.
15909 (timer--time, timer-set-function, timer-event-handler): Use it.
15910 (timer-set-idle-time): Simplify.
15911 (timer--activate): CSE.
15912 (timer-event-handler): Give more info in error message.
15913 (internal-timer-start-idle): New function, moved from C.
15914
15915 * mpc.el (mpc-proc): Add `restart' argument.
15916 (mpc-proc-cmd): Use it.
15917 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15918 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15919 less often.
15920
15921 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15922
15923 * progmodes/sh-script.el: Implement `sh-mode' own
15924 `add-log-current-defun-function' (bug#14112).
15925 (sh-current-defun-name): New function.
15926 (sh-mode): Use the function.
15927
15928 2013-04-09 Bastien Guerry <bzg@gnu.org>
15929
15930 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15931
15932 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15935
15936 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15937 timer (bug#14156).
15938
15939 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15940
15941 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15942 declaration.
15943
15944 2013-04-07 Leo Liu <sdl.web@gmail.com>
15945
15946 * pcmpl-x.el: New file.
15947
15948 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15949
15950 Do not set x-display-name until X connection is established.
15951 This is needed to prevent from weird situation described at
15952 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15953 * frame.el (make-frame): Set x-display-name after call to
15954 window system initialization function, not before.
15955 * term/x-win.el (x-initialize-window-system): Add optional
15956 display argument and use it.
15957 * term/w32-win.el (w32-initialize-window-system):
15958 * term/ns-win.el (ns-initialize-window-system):
15959 * term/pc-win.el (msdos-initialize-window-system):
15960 Add compatible optional display argument.
15961
15962 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15963
15964 * files.el (normal-backup-enable-predicate): On MS-Windows and
15965 MS-DOS compare truenames of temporary-file-directory and of the
15966 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15967 don't fail comparison by compare-strings. Also, compare file
15968 names case-insensitively on MS-Windows and MS-DOS.
15969
15970 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15973 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15974
15975 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15976
15977 * whitespace.el (whitespace-color-on, whitespace-color-off):
15978 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15979
15980 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15981
15982 * ispell.el (ispell-set-spellchecker-params):
15983 Really set `ispell-args' for all equivs.
15984
15985 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * ido.el (ido-completions): Use extra elements of ido-decorations
15988 (bug#14143).
15989 (ido-decorations): Update docstring.
15990
15991 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15992
15993 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15994 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15995 nil during initialization, in order not to miss changes since the
15996 file was opened. (Bug#14140)
15997
15998 2013-04-05 Leo Liu <sdl.web@gmail.com>
15999
16000 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16001
16002 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16003
16004 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16005
16006 2013-04-04 Glenn Morris <rgm@gnu.org>
16007
16008 * electric.el (electric-pair-inhibit-predicate): Add :version.
16009
16010 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16011
16012 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16013 when a package is required several times (bug#14082).
16014
16015 2013-04-04 Roland Winkler <winkler@gnu.org>
16016
16017 * faces.el (read-face-name): Behave as promised by the docstring.
16018 Assume that arg default is a list of faces.
16019 (describe-face): Call read-face-name with list of default faces.
16020
16021 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16022
16023 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16024 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16025 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16026 the header.
16027 (bookmark-exit-hook-internal): Save even if list is empty.
16028
16029 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16030
16031 * emacs-lisp/package.el (package-pinned-packages): New var.
16032 (package--add-to-archive-contents): Obey it (bug#14118).
16033
16034 2013-04-03 Alan Mackenzie <acm@muc.de>
16035
16036 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16037 Also adapt to the new values of element 7 of a parse state.
16038
16039 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16040 parameter `not-in-delimiter'. Handle being inside comment opener.
16041 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16042 character in case we're typing a '*' after a '/'.
16043 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16044 instead by passing the parameter to c-state-pp-to-literal.
16045
16046 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16047 for elt. 7 of a parse state.
16048
16049 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16050
16051 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16052 * international/latin1-disp.el, international/mule-util.el:
16053 * language/cyril-util.el, language/european.el, language/ind-util.el:
16054 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16055 * language/tibetan.el, language/viet-util.el:
16056 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16057
16058 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16061 (electric-pair-post-self-insert-function): Use it.
16062 (electric-pair-default-inhibit): New function, extracted from
16063 electric-pair-post-self-insert-function.
16064
16065 2013-03-31 Roland Winkler <winkler@gnu.org>
16066
16067 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16068
16069 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16070
16071 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16072
16073 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16074
16075 Un-indent after "pass" and "return" statements (Bug#13888)
16076 * progmodes/python.el (python-indent-block-enders): New var.
16077 (python-indent-calculate-indentation): Use it.
16078
16079 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16080
16081 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16082 defun. Defining it as defalias could introduce too eager
16083 byte-compiler optimization. (Bug#14030)
16084
16085 2013-03-30 Chong Yidong <cyd@gnu.org>
16086
16087 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16088
16089 2013-03-30 Leo Liu <sdl.web@gmail.com>
16090
16091 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16092 (kmacro-execute-from-register): Pass the keyboard macro to
16093 kmacro-call-macro or repeating won't work correctly.
16094
16095 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16096
16097 * progmodes/subword.el: Back to using `forward-symbol'.
16098
16099 * subr.el (forward-whitespace, forward-symbol)
16100 (forward-same-syntax): Move from thingatpt.el.
16101
16102 2013-03-29 Leo Liu <sdl.web@gmail.com>
16103
16104 * kmacro.el (kmacro-to-register): New command.
16105 (kmacro-execute-from-register): New function.
16106 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16107
16108 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16109
16110 * mpc.el: Use defvar-local and setq-local.
16111 (mpc--proc-connect): Connection failures are not bugs.
16112 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16113 (mpc-volume-map): Bind to the up-events.
16114
16115 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16116
16117 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16118 instead of `forward-symbol'.
16119
16120 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16121
16122 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16123 (edebug--recursive-edit): Use it.
16124 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16125 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16126
16127 2013-03-28 Leo Liu <sdl.web@gmail.com>
16128
16129 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16130
16131 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16132
16133 * facemenu.el (list-colors-callback): New defvar.
16134 (list-colors-redisplay): New function.
16135 (list-colors-display): Install list-colors-redisplay as the
16136 revert-buffer-function. (Bug#14063)
16137
16138 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16141 and suffixes don't overlap (bug#14061).
16142
16143 * case-table.el: Use lexical-binding.
16144 (case-table-get-table): New function.
16145 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16146
16147 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16148
16149 * progmodes/subword.el: Add `superword-mode' to do word motion
16150 over symbol_words (parallels and leverages `subword-mode' which
16151 does word motion inside MixedCaseWords).
16152
16153 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16154
16155 * eshell/em-unix.el: Move su and sudo to...
16156 * eshell/em-tramp.el: ...Eshell tramp module.
16157
16158 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16161 Change return value to be a sexp. Delay `get-buffer' to after
16162 restoring the desktop (bug#13951).
16163
16164 2013-03-26 Leo Liu <sdl.web@gmail.com>
16165
16166 * register.el: Move semantic tag handling back to
16167 cedet/semantic/senator.el. (Bug#14052)
16168
16169 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16170
16171 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16172 into the prompt either (bug#13963).
16173
16174 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16175
16176 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16177 part of "(error-foo)".
16178
16179 2013-03-24 Juri Linkov <juri@jurta.org>
16180
16181 * replace.el (list-matching-lines-prefix-face): New defcustom.
16182 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16183 `occur-engine' if `face-differs-from-default-p' returns t.
16184 (occur-engine): Add `,' inside backquote construct to evaluate
16185 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16186 Pass `prefix-face' to the functions `occur-context-lines' and
16187 `occur-engine-add-prefix'.
16188 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16189 `prefix-face' and propertize the prefix with `prefix-face'.
16190 (Bug#14017)
16191
16192 2013-03-24 Leo Liu <sdl.web@gmail.com>
16193
16194 * nxml/rng-valid.el (rng-validate-while-idle)
16195 (rng-validate-quick-while-idle): Guard against deleted buffer.
16196 (Bug#13999)
16197
16198 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16199 is the last entry in kill-buffer-hook.
16200
16201 * files.el (kill-buffer-hook): Doc fix.
16202
16203 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16204
16205 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16206 Make it safe-local.
16207
16208 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16209
16210 2013-03-23 Leo Liu <sdl.web@gmail.com>
16211
16212 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16213 Remove.
16214
16215 * nxml/rng-valid.el (rng-validate-mode)
16216 (rng-after-change-function, rng-do-some-validation):
16217 * nxml/rng-maint.el (rng-validate-buffer):
16218 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16219 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16220 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16221 (nxml-extend-after-change-region): Use with-silent-modifications.
16222
16223 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16224 timer-idle-list.
16225
16226 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16227 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16228 timer-idle-list. (Bug#13999)
16229
16230 2013-03-23 Juri Linkov <juri@jurta.org>
16231
16232 * info.el (info-index-match): New face.
16233 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16234 main pattern and add text properties with the new face to matches
16235 in index entries relative to the beginning of the index entry.
16236 (Bug#14015)
16237
16238 2013-03-21 Eric Ludlam <zappo@gnu.org>
16239
16240 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16241 Inhibit read only while inserting objects.
16242
16243 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16244
16245 * progmodes/cfengine.el: Update docs to mention
16246 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16247 symbol motion. Remove "_" from the word syntax.
16248
16249 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16250
16251 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16252 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16253
16254 2013-03-20 Juri Linkov <juri@jurta.org>
16255
16256 * info.el (Info-next-reference-or-link)
16257 (Info-prev-reference-or-link): New functions.
16258 (Info-next-reference, Info-prev-reference): Use them.
16259 (Info-try-follow-nearest-node): Handle footnote navigation.
16260 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16261
16262 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16265 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16266
16267 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16268
16269 Suppress unnecessary non-ASCII chatter during build process.
16270 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16271 (batch-skkdic-convert): Suppress most of the chatter.
16272 It's not needed so much now that machines are faster,
16273 and its non-ASCII component was confusing; see Dmitry Gutov in
16274 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16275
16276 2013-03-20 Leo Liu <sdl.web@gmail.com>
16277
16278 * ido.el (ido-chop): Fix bug#10994.
16279
16280 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16281
16282 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16283 Remove vars.
16284 (whitespace-color-on, whitespace-color-off):
16285 Use `font-lock-fontify-buffer' (Bug#13817).
16286
16287 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16290 remapping in mode-line.
16291 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16292
16293 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16294
16295 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16296 value for `whitespace-line' face (Bug#13875).
16297 (whitespace-font-lock-keywords): Change description.
16298 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16299 the constructed keywords instead.
16300 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16301
16302 2013-03-19 Leo Liu <sdl.web@gmail.com>
16303
16304 * progmodes/compile.el (compilation-display-error): New command.
16305 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16306 C-o. (Bug#13992)
16307
16308 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16309
16310 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16311
16312 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16313
16314 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16315
16316 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16317
16318 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16319
16320 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16321 * net/tramp-gvfs.el (top):
16322 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16323 (tramp-handle-shell-command): Use it.
16324 (tramp-dissect-file-name): Raise an error when hostname is a
16325 method name, and neither method nor user is specified.
16326
16327 * net/trampver.el: Update release number.
16328
16329 2013-03-18 Leo Liu <sdl.web@gmail.com>
16330
16331 Make sure eldoc can be turned off properly.
16332 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16333 eldoc-mode.
16334 (eldoc-display-message-p): Revert last change.
16335 (eldoc-display-message-no-interference-p)
16336 (eldoc-print-current-symbol-info): Tweak.
16337
16338 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16339
16340 * doc-view.el (doc-view-new-window-function): Check the new window
16341 overlay's display property instead the char property of the
16342 buffer's first char. Use `with-selected-window' instead of
16343 `save-window-excursion' with `select-window'.
16344 (doc-view-document->bitmap): Check the current doc-view overlay's
16345 display property instead the char property of the buffer's first char.
16346
16347 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16348
16349 Automate the build of ja-dic.el (Bug#13984).
16350 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16351 from the input, rather than assume that it's been done for us by the
16352 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16353 the current date into a ja-dic.el comment, as that complicates
16354 regression testing.
16355
16356 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * whitespace.el: Fix double evaluation.
16359 (whitespace-space, whitespace-hspace, whitespace-tab)
16360 (whitespace-newline, whitespace-trailing, whitespace-line)
16361 (whitespace-space-before-tab, whitespace-indentation)
16362 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16363 obsolete defvars.
16364 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16365 (whitespace-color-on): Use a single font-lock-add-keywords call.
16366 Fix double-evaluation of face variables.
16367
16368 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16369
16370 * net/tramp-adb.el (tramp-adb-parse-device-names):
16371 Use `start-process' instead of `call-process'. Otherwise, the
16372 function might be blocked under MS Windows. (Bug#13299)
16373
16374 2013-03-17 Leo Liu <sdl.web@gmail.com>
16375
16376 Extend eldoc to display info in the mode-line. (Bug#13978)
16377 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16378 (eldoc-mode-line-string): New variable.
16379 (eldoc-minibuffer-message): New function.
16380 (eldoc-message-function): New variable.
16381 (eldoc-message): Use it.
16382 (eldoc-display-message-p)
16383 (eldoc-display-message-no-interference-p):
16384 Support eldoc-post-insert-mode.
16385
16386 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16387 (eval-expression): Run it.
16388
16389 2013-03-17 Roland Winkler <winkler@gnu.org>
16390
16391 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16392 strings in the list of return values.
16393
16394 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16395
16396 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16397 radix before checking for HMS forms.
16398
16399 2013-03-16 Leo Liu <sdl.web@gmail.com>
16400
16401 * progmodes/scheme.el: Add indentation and font-locking for λ.
16402 (Bug#13975)
16403
16404 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16405
16406 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16407 token before point (bug#13942).
16408
16409 2013-03-16 Leo Liu <sdl.web@gmail.com>
16410
16411 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16412
16413 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16414
16415 * startup.el (command-line-normalize-file-name): Fix handling of
16416 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16417 <xfq.free@gmail.com> in
16418 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16419
16420 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16421
16422 Sync with Tramp 2.2.7.
16423
16424 * net/trampver.el: Update release number.
16425
16426 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16427
16428 * doc-view.el: Fix bug#13887.
16429 (doc-view-insert-image): Don't modify overlay associated to
16430 non-live windows, and implement horizontal centering of image in
16431 case it's smaller than the window.
16432 (doc-view-new-window-function): Force redisplay of new windows on
16433 doc-view buffers.
16434
16435 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16436
16437 * saveplace.el (save-place-alist-to-file): Don't sort
16438 `save-place-alist', just pretty-print it (bug#13882).
16439
16440 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16441
16442 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16443 Check whether `default-file-name-coding-system' is bound.
16444 It isn't in XEmacs.
16445
16446 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16449 backquotes for `obsolete' (bug#13929).
16450
16451 * international/mule.el (find-auto-coding): Include file name in
16452 obsolescence warning (bug#13922).
16453
16454 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16455
16456 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16457 for CFEngine 3-specific indentation.
16458 (cfengine3-indent-line): Use it. Fix up category regex.
16459 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16460
16461 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * type-break.el (type-break-file-name):
16464 * textmodes/remember.el (remember-data-file):
16465 * strokes.el (strokes-file):
16466 * shadowfile.el (shadow-initialize):
16467 * saveplace.el (save-place-file):
16468 * ps-bdf.el (bdf-cache-file):
16469 * progmodes/idlwave.el (idlwave-config-directory):
16470 * net/quickurl.el (quickurl-url-file):
16471 * international/kkc.el (kkc-init-file-name):
16472 * ido.el (ido-save-directory-list-file):
16473 * emulation/viper.el (viper-custom-file-name):
16474 * emulation/vip.el (vip-startup-file):
16475 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16476 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16477
16478 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16479
16480 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16481 * language/thai-word.el: Switch to UTF-8.
16482
16483 See ChangeLog.16 for earlier changes.
16484
16485 ;; Local Variables:
16486 ;; coding: utf-8
16487 ;; End:
16488
16489 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16490
16491 This file is part of GNU Emacs.
16492
16493 GNU Emacs is free software: you can redistribute it and/or modify
16494 it under the terms of the GNU General Public License as published by
16495 the Free Software Foundation, either version 3 of the License, or
16496 (at your option) any later version.
16497
16498 GNU Emacs is distributed in the hope that it will be useful,
16499 but WITHOUT ANY WARRANTY; without even the implied warranty of
16500 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16501 GNU General Public License for more details.
16502
16503 You should have received a copy of the GNU General Public License
16504 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.