* lisp/emacs-lisp/package.el (package--prepare-dependencies):
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2
3 * emacs-lisp/package.el (package--prepare-dependencies):
4 Accept requirements without explicit version (bug#14941).
5
62014-03-12 Juanma Barranquero <lekktu@gmail.com>
7
8 * register.el (register-separator, copy-to-register): Doc fixes.
9 (register-preview-default): Remove unnecessary call to concat.
10
11 * frameset.el (frameset-restore): When checking for a visible frame,
12 use the action map instead of calling visible-frame-list.
13
142014-03-12 Jonas Bernoulli <jonas@bernoul.li>
15
16 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
17
182014-03-12 Martin Rudalics <rudalics@gmx.at>
19
20 * window.el (fit-frame-to-buffer): Get maximum width from
21 display's width instead of height.
22
232014-03-12 Glenn Morris <rgm@gnu.org>
24
25 * desktop.el (desktop-restore-frames)
26 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
27 (desktop-restore-reuses-frames): Doc tweaks.
28
29 * electric.el (electric-indent-mode): Doc fix.
30
312014-03-12 Juanma Barranquero <lekktu@gmail.com>
32
33 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
34 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
35 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
36 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
37 (cvs-dired-use-hook): Fix docstring typos.
38 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
39 Doc fixes.
40
41 * vc/pcvs-defs.el (cvs-auto-remove-handled)
42 (cvs-auto-remove-directories, cvs-default-ignore-marks)
43 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
44 (cvs-execute-single-dir): Fix docstring typos.
45
46 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
47 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
48
49 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
50
51 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
52 Fix docstring typos.
53
542014-03-12 Juanma Barranquero <lekktu@gmail.com>
55
56 * frameset.el (frameset--jump-to-register): Add autoload; it could be
57 called from jump-to-register after unloading the frameset package.
58
592014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
62 (bug#16975). Deactivate the mark before setting it to nil.
63 (activate-mark): Do nothing if region is already active.
64
652014-03-11 Juanma Barranquero <lekktu@gmail.com>
66
67 * frameset.el (frameset--target-display): Remove definition; declare.
68 (frameset-save, frameset-restore): Let-bind frameset--target-display.
69
702014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
73 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
74 when the advice is pending.
75 (advice-remove): Remove this marker when not needed any more.
76
772014-03-11 Juanma Barranquero <lekktu@gmail.com>
78
79 * frameset.el: Separate options for reusing frames and cleaning up.
80 (frameset--reuse-list): Remove definition; declare.
81 (frameset--action-map): Declare.
82 (frameset--find-frame-if): Doc fix.
83 (frameset--restore-frame): Cache frame action.
84 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
85 how to clean up the frame list after restoring. Remove cleaning
86 options from REUSE-FRAMES. Change all keyword values to symbols.
87 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
88
89 * desktop.el (desktop-restore-forces-onscreen)
90 (desktop-restore-reuses-frames): Use non-keyword values.
91 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
92
932014-03-10 Glenn Morris <rgm@gnu.org>
94
95 * files.el (find-file): Doc fix: update info node name.
96
97 * emacs-lisp/advice.el (ad-add-advice, defadvice):
98 Doc fix: remove references to deleted info nodes.
99
1002014-03-10 Michael Albinus <michael.albinus@gmx.de>
101
102 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
103 Do not add `nil' to the environment, when there's no remote `locale'.
104 (tramp-find-inline-encoding): Check, that the remote host has
105 installed perl, before sending scripts.
106
1072014-03-10 Leo Liu <sdl.web@gmail.com>
108
109 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
110 Clear eldoc-last-message. (Bug#16920)
111
1122014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
115 (bug#14430).
116
1172014-03-09 Juri Linkov <juri@jurta.org>
118
119 * ansi-color.el (ansi-color-names-vector): Copy default colors
120 from `xterm-standard-colors' that look well on the default white
121 background (and also on the black background) to avoid illegible
122 color combinations like yellow-on-white and white-on-white.
123 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
124
1252014-03-08 Juanma Barranquero <lekktu@gmail.com>
126
127 * frameset.el (frameset-restore): When no frame is visible, do not
128 generate a list of frames, just make visible the selected one.
129
1302014-03-08 Dmitry Gutov <dgutov@yandex.ru>
131
132 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
133 it only contains the repository root. (Bug#16897)
134
1352014-03-07 Michael Albinus <michael.albinus@gmx.de>
136
137 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
138 only when `remote-file-name-inhibit-cache' is nil.
139 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
140
1412014-03-06 Martin Rudalics <rudalics@gmx.at>
142
143 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
144 Fix doc-strings.
145 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
146 fit-frame-to-buffer variable. Fix doc-string.
147 (fit-window-to-buffer): Set ONLY argument in call of
148 fit-frame-to-buffer. Fix doc-string.
149
1502014-03-06 Michael Albinus <michael.albinus@gmx.de>
151
152 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
153 (tramp-action-password): Clear password cache if needed.
154 (tramp-read-passwd): Do not clear password cache.
155
156 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
157 cache unless it is the first password request.
158
1592014-03-06 Glenn Morris <rgm@gnu.org>
160
161 * simple.el (newline): Doc tweak.
162
163 * emacs-lisp/shadow.el (load-path-shadows-find):
164 Ignore dir-locals. (Bug#12357)
165
1662014-03-05 Glenn Morris <rgm@gnu.org>
167
168 * files.el (interpreter-mode-alist):
169 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
170
1712014-03-05 Juanma Barranquero <lekktu@gmail.com>
172
173 * frameset.el (frameset--initial-params): Filter out null entries.
174
1752014-03-05 Martin Rudalics <rudalics@gmx.at>
176
177 * window.el (window-min-height, window-min-width):
178 Rewrite doc-strings.
179 (window-body-size): Add PIXELWISE argument to make it consistent
180 with its callees.
181
1822014-03-05 Juanma Barranquero <lekktu@gmail.com>
183
184 * finder.el (finder-mode-map, finder-mode-syntax-table):
185 Revert part of 2014-02-28 change.
186
1872014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
188
189 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
190 (eww-setup-buffer): Clear next/prev/etc more reliably.
191 (eww-textarea-map): [tab] doesn't work on tty.
192 Reported by Mario Lang.
193
194 * net/shr.el (shr-map): Ditto.
195
1962014-03-04 Glenn Morris <rgm@gnu.org>
197
198 * minibuffer.el (completion-hilit-commonality):
199 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
200
2012014-03-04 Juanma Barranquero <lekktu@gmail.com>
202
203 * hilit-chg.el (hilit-chg-unload-function): New function.
204 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
205 (hilit-chg-map-changes): Prefer cardinal number to digit.
206 (hilit-chg-display-changes): Reflow docstring.
207 (highlight-changes-rotate-faces): Remove superfluous backslash.
208
2092014-03-04 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
212 `tramp-send-command-and-check'.
213
2142014-03-04 Juanma Barranquero <lekktu@gmail.com>
215
216 * hexl.el (hexl-address-region, hexl-ascii-region)
217 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
218 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
219 (hexl-forward-word, hexl-previous-line, hexl-next-line):
220 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
221 (hexl-mode): Doc fix.
222 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
223 (hexl-mode-ruler): Fix typos in docstrings.
224
225 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
226 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
227 Remove superfluous backslashes.
228 (strokes-last-stroke, strokes-global-map, strokes-mode):
229 Reflow docstrings.
230 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
231 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
232 (strokes-distance-squared, strokes-global-set-stroke)
233 (strokes-global-set-stroke-string): Doc fixes.
234 (strokes-help): Fix typos; reflow docstring.
235
2362014-03-04 Martin Rudalics <rudalics@gmx.at>
237
238 * window.el (window-in-direction): Fix doc-string.
239
2402014-03-04 Glenn Morris <rgm@gnu.org>
241
242 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
243 Explicit error if no grammar.
244 (smie-config-save): Doc fix. Fix quote typo.
245
2462014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
249 electric-indent-mode-hook if we obey electric-indent-mode.
250 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
251 decide whether we obey electric-indent-mode.
252 (c-change-set-fl-decl-start, c-extend-after-change-region):
253 Silence warnings.
254 (c-electric-indent-mode-hook): Assume we do want to obey
255 electric-indent-mode.
256
257 * electric.el (electric-indent-mode-has-been-called): Remove.
258 (electric-indent-mode): Fix accordingly.
259
260 * files.el (hack-local-variables): Mention file name in warning.
261
262 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
263
2642014-03-04 Michal Nazarewicz <mina86@mina86.com>
265
266 * binding.el: Add comment describing why C-d binds to `delete-char'.
267 * simple.el (delete-forward-char): Mark as interactive-only.
268
2692014-03-03 Juanma Barranquero <lekktu@gmail.com>
270
271 * icomplete.el (icomplete-completions):
272 Follow-up to 2014-03-01 change.
273
274 * icomplete.el: Miscellaneous doc fixes.
275 Use Icomplete everywhere instead of icomplete for consistency.
276 (icomplete-max-delay-chars): Fix typo.
277 (icomplete-mode): Use \[].
278 (icomplete-tidy, icomplete-exhibit): Reflow.
279 (icomplete-minibuffer-setup-hook, icomplete-completions):
280 Remove superfluous backlashes.
281
282 * ido.el: Miscellaneous doc fixes.
283 Use Ido everywhere instead of ido or `ido' for consistency.
284 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
285 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
286 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
287 (ido-separator): Extract obsolescence info from docstring and declare
288 with make-obsolete-variable.
289 (ido-minibuffer-setup-hook): Simplify example.
290 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
291 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
292 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
293 (ido-everywhere): Reflow docstring.
294 (ido-toggle-vc): Doc fix.
295 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
296 of long list of keybindings.
297
2982014-03-03 Glenn Morris <rgm@gnu.org>
299
300 * frame.el (display-pixel-height, display-pixel-width)
301 (display-mm-dimensions-alist, display-mm-height)
302 (display-mm-width): Doc tweaks.
303
3042014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
305
306 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
307 case of undo in region.
308
3092014-03-02 Martin Rudalics <rudalics@gmx.at>
310
311 * window.el (fit-window-to-buffer): Fix argument in window-size
312 call when window is horizontally combined.
313
3142014-03-02 Juanma Barranquero <lekktu@gmail.com>
315
316 * icomplete.el (icomplete-completions): Use string-width.
317 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
318
3192014-03-01 Dmitry Gutov <dgutov@yandex.ru>
320
321 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
322 Highlight regexp options. (Bug#16914)
323
3242014-03-01 Martin Rudalics <rudalics@gmx.at>
325
326 * window.el (window--max-delta-1): Round down when calculating
327 how many lines/columns we can get from a window.
328
3292014-03-01 Glenn Morris <rgm@gnu.org>
330
331 * isearch.el (search-invisible): Doc fix.
332
333 * minibuffer.el (completion-hilit-commonality):
334 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
335 * comint.el (comint-dynamic-list-completions): Doc fix.
336 * comint.el (comint-dynamic-list-completions):
337 * filecache.el (file-cache-minibuffer-complete):
338 * tempo.el (tempo-display-completions):
339 * eshell/em-hist.el (eshell-list-history):
340 Replace use of obsolete argument of display-completion-list.
341
3422014-03-01 Juanma Barranquero <lekktu@gmail.com>
343
344 * icomplete.el (icomplete-completions):
345 Revert back to using "..." when ?… cannot be displayed.
346
3472014-02-28 Juanma Barranquero <lekktu@gmail.com>
348
349 * finder.el (finder-unload-function): New function.
350
3512014-02-28 Juanma Barranquero <lekktu@gmail.com>
352
353 * dframe.el (dframe-detach):
354 * find-dired.el (find-dired, find-name-dired):
355 * finder.el (finder-mode-map, finder-mode-syntax-table)
356 (finder-headmark, finder-select, finder-mouse-select):
357 Fix docstring typos.
358
3592014-02-28 Martin Rudalics <rudalics@gmx.at>
360
361 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
362 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
363 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
364 Fix doc-string based on a suggestion by Nicolas Richard
365 <theonewiththeevillook@yahoo.fr>.
366 * help.el (with-help-window): Fix doc-string.
367
3682014-02-28 Ivan Kanis <ivan@kanis.fr>
369
370 * net/shr.el (shr-image-animate): New option.
371 (shr-put-image): Respect shr-image-animate.
372
3732014-02-28 Michael Albinus <michael.albinus@gmx.de>
374
375 * net/tramp-adb.el (tramp-adb-parse-device-names):
376 Use `accept-process-output'.
377 (tramp-adb-handle-file-truename): Cache the localname only.
378 (tramp-adb-handle-make-directory)
379 (tramp-adb-handle-delete-directory): Flush file properties correctly.
380 (tramp-adb-handle-set-file-modes): Do not raise an error when file
381 modes cannot be changed.
382
383 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
384 file properties of symlinks.
385
3862014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
387
388 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
389 required/optional fields to match development biblatex. (Bug#16781)
390
3912014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
392
393 * saveplace.el (toggle-save-place):
394 Fix argument handling. (Bug#16673)
395
3962014-02-28 Glenn Morris <rgm@gnu.org>
397
398 * minibuffer.el (completions-first-difference)
399 (completions-common-part, completion-hilit-commonality): Doc fixes.
400
4012014-02-28 Karl Berry <karl@gnu.org>
402
403 * info.el (Info-mode-map): Add H for describe-mode,
404 to synchronize with standalone Info.
405
4062014-02-28 Emilio C. Lopes <eclig@gmx.net>
407
408 * progmodes/sql.el (sql-interactive-mode):
409 Avoid setting global comint-input-ring-separator. (Bug#16814)
410
4112014-02-27 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/dbus.el (dbus--init-bus): Declare function.
414 (dbus-path-local, dbus-interface-local): New defconst.
415 (dbus-init-bus): Use them.
416 (dbus-return-values-table): Extend doc.
417 (dbus-handle-bus-disconnect): Extend error message.
418
4192014-02-27 Juanma Barranquero <lekktu@gmail.com>
420
421 * subr.el (y-or-n-p): Fix double space issue in message.
422
4232014-02-27 Michael Albinus <michael.albinus@gmx.de>
424
425 * net/tramp.el (tramp-call-process): Improve trace message.
426 (tramp-handle-insert-file-contents): Trace error case.
427
428 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
429 <insert-directory>: Use `tramp-handle-insert-directory'.
430 (tramp-adb-handle-insert-directory): Remove function.
431 (tramp-adb-send-command-and-check): New defun, replacing
432 `tramp-adb-command-exit-status'. Change all callees.
433 (tramp-adb-handle-file-attributes)
434 (tramp-adb-handle-directory-files-and-attributes): Use it.
435 (tramp-adb-ls-output-name-less-p):
436 Use `directory-listing-before-filename-regexp'.
437 (tramp-adb-handle-delete-directory): Flush also file properties of
438 the truename of directory.
439 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
440 (tramp-adb-handle-file-local-copy): Make the local copy readable.
441 (tramp-adb-handle-write-region): Implement APPEND.
442 (tramp-adb-handle-rename-file): Make it more robust. Flush file
443 properties correctly.
444 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
445 variables. Check for connected devices only when needed.
446
4472014-02-27 Glenn Morris <rgm@gnu.org>
448
449 * minibuffer.el (completion-table-dynamic)
450 (completion-table-with-cache): Doc fixes.
451
452 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
453 (completing-read-multiple): Doc fixes.
454
4552014-02-27 Daniel Colascione <dancol@dancol.org>
456
457 * minibuffer.el (completion--nth-completion): Fix indentation.
458
459 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
460 explicit tramp path is empty.
461
4622014-02-27 Glenn Morris <rgm@gnu.org>
463
464 * emacs-lisp/crm.el (completing-read-multiple):
465 Empower help-enable-auto-load.
466
4672014-02-26 Glenn Morris <rgm@gnu.org>
468
469 * startup.el (command-line): Don't init the tty in daemon mode.
470
471 Avoid calling tty-setup-hook twice, eg if a term file
472 explicitly calls tty-run-terminal-initialization. (Bug#16859)
473 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
474 (tty-create-frame-with-faces): Use it.
475 * startup.el (command-line): Pass run-hook argument
476 to tty-run-terminal-initialization.
477
478 * dired.el (dired-restore-desktop-buffer): Demote errors;
479 eg in case a glob match fails. (Bug#16884)
480
4812014-02-26 Dmitry Gutov <dgutov@yandex.ru>
482
483 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
484 error from `read-from-string'. (Bug#16850)
485
486 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
487 result of `completing-read' in the interactive form. (Bug#16854)
488
4892014-02-25 Glenn Morris <rgm@gnu.org>
490
491 * image.el (image-animate, image-animate-timeout):
492 Stop animating images in dead buffers. (Bug#16878)
493
494 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
495
496 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
497 Doc fixes.
498 * startup.el (term-setup-hook): Doc fix. Make obsolete.
499 * term/sun.el (sun-raw-prefix-hooks):
500 Use tty-setup-hook instead of term-setup-hook.
501 (terminal-init-sun): Construct message from bytecomp plist.
502 * term/wyse50.el (enable-arrow-keys): Doc fix.
503
5042014-02-24 Juanma Barranquero <lekktu@gmail.com>
505
506 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
507 Fix docstring typos.
508
5092014-02-24 Michael Albinus <michael.albinus@gmx.de>
510
511 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
512
5132014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
514
515 * minibuffer.el (completion--try-word-completion):
516 Fix error when completing M-x commands (bug#16808).
517
5182014-02-24 Leo Liu <sdl.web@gmail.com>
519
520 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
521
5222014-02-24 Juanma Barranquero <lekktu@gmail.com>
523
524 * apropos.el (apropos-print): Avoid formatting error when
525 apropos-do-all and apropos-compact-layout are both t.
526
5272014-02-23 Juanma Barranquero <lekktu@gmail.com>
528
529 * apropos.el (apropos-property, apropos-all-words-regexp)
530 (apropos-true-hit, apropos-variable, apropos-print):
531 Fix docstring typos, and remove obsolete comment.
532
5332014-02-23 Michael Albinus <michael.albinus@gmx.de>
534
535 * net/tramp-sh.el (tramp-sh-handle-file-truename):
536 Preserve trailing "/". (Bug#16851)
537
5382014-02-23 Dmitry Gutov <dgutov@yandex.ru>
539
540 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
541 after `=>' (bug#16811).
542 (ruby-smie-rules): Handle the inconsistent second element of the
543 list returned by `smie-indent--parent'.
544 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
545 method call.
546
5472014-02-23 Juanma Barranquero <lekktu@gmail.com>
548
549 * elec-pair.el (electric-pair-text-syntax-table)
550 (electric-pair-syntax-info, electric-pair--syntax-ppss)
551 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
552 (electric-pair--looking-at-unterminated-string-p): Doc fix.
553 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
554
5552014-02-22 Glenn Morris <rgm@gnu.org>
556
557 * imenu.el (imenu--generic-function): Doc fix.
558
559 * register.el (frame-configuration-to-register): Make obsolete.
560
5612014-02-22 Juanma Barranquero <lekktu@gmail.com>
562
563 * desktop.el (desktop-save-buffer-p): Do not fail when
564 desktop-files-not-to-save is nil. Return t for true result
565 as the doc says.
566
5672014-02-22 Daniel Colascione <dancol@dancol.org>
568
569 * net/secrets.el (secrets-create-item, secrets-search-items):
570 Check that attribute values are strings, avoiding the construction
571 of invalid dbus messages.
572
5732014-02-21 Juanma Barranquero <lekktu@gmail.com>
574
575 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
576 defun-declarations-alist.
577
5782014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
581 (bug#16829).
582
5832014-02-21 Juanma Barranquero <lekktu@gmail.com>
584
585 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
586 (whitespace-newline, whitespace-trailing, whitespace-line)
587 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
588 (whitespace-space-after-tab): Fix typo in docstrings.
589
5902014-02-21 Dmitry Gutov <dgutov@yandex.ru>
591
592 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
593
594 * electric.el (electric-indent-functions-without-reindent):
595 Add `yaml-indent-line'.
596
5972014-02-21 Juanma Barranquero <lekktu@gmail.com>
598
599 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
600 It has done nothing for years; should be removed after the release.
601
602 * simple.el (choose-completion): Fix docstring typo.
603 (read-quoted-char-radix): Remove unneeded * in docstring.
604 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
605 Don't escape parentheses unnecessarily in docstrings.
606
6072014-02-21 Martin Rudalics <rudalics@gmx.at>
608
609 Fix handling of window-min-height/-width (Bug#16738).
610 * window.el (window--dump-window, window--dump-frame):
611 New functions.
612 (window--min-size-1): Account for window dividers.
613 When window-resize-pixelwise is nil, delay rounding till after the
614 sum of the window components has been calculated.
615 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
616 nil make sure at least one text line and two text columns remain
617 fully visible.
618 (window-resize): Signal an error when window-resize-apply fails.
619 (window--resize-child-windows): Fix calculation of by how many
620 pixels a window can still be shrunk via window-new-normal.
621 (adjust-window-trailing-edge): Call window--resizable with
622 correct TRAIL argument.
623
624 (with-temp-buffer-window): Don't evaluate BODY within
625 with-current-buffer (Bug#16816).
626
6272014-02-21 Michael Albinus <michael.albinus@gmx.de>
628
629 * net/tramp.el (tramp-check-cached-permissions):
630 Call `file-attributes' with `suffix' being a symbol but a string.
631
6322014-02-21 Daniel Colascione <dancol@dancol.org>
633
634 * net/dbus.el (dbus-init-bus-1): Declare new subr.
635 (dbus-init-bus): New function: call into dbus-init-bus-1
636 and installs a handler for the disconnect signal.
637 (dbus-call-method): Rewrite to look for result in cons.
638 (dbus-call-method-handler): Store result in cons.
639 (dbus-check-event): Recognize events with nil sender as valid.
640 (dbus-handle-bus-disconnect): New function. React to bus
641 disconnection signal by synthesizing dbus error for each
642 pending synchronous or asynchronous call.
643 (dbus-notice-synchronous-call-errors): New function.
644 (dbus-handle-event): Raise errors directly only when `dbus-debug'
645 is true, not all the time.
646
6472014-02-21 Juanma Barranquero <lekktu@gmail.com>
648
649 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
650 Remove obsolescence declarations, these variables do not exist anymore.
651
652 * savehist.el (savehist-save-minibuffer-history)
653 (savehist-additional-variables, savehist-file, savehist-mode-hook)
654 (savehist-save-hook, savehist-coding-system, savehist-loaded)
655 (savehist-load, savehist-install, savehist-autosave): Fix typos;
656 mostly, refer to "Savehist mode" when talking about the mode,
657 and not the function.
658
659 * saveplace.el (save-place): Remove redundant info in docstring.
660 (save-place-forget-unreadable-files, toggle-save-place)
661 (save-place-forget-unreadable-files, save-place-dired-hook):
662 Fix typos and remove unneeded backslashes.
663
6642014-02-20 Michael Albinus <michael.albinus@gmx.de>
665
666 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
667 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
668
669 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
670 <insert-directory>: Use `tramp-handle-insert-directory'.
671 (tramp-gvfs-handle-insert-directory): Remove function.
672
673 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
674 Call `tramp-handle-insert-directory'.
675
6762014-02-20 Juanma Barranquero <lekktu@gmail.com>
677
678 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
679 before the start of buffer/region (bug#16799).
680
6812014-02-20 Glenn Morris <rgm@gnu.org>
682
683 * isearch.el (search-invisible): Doc fix.
684
6852014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
686
687 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
688 (bug#16657).
689
6902014-02-19 Juanma Barranquero <lekktu@gmail.com>
691
692 * frameset.el (frameset-restore): Delay removing an old frame's
693 duplicate id until the new frame has been correctly created.
694
6952014-02-19 Michael Albinus <michael.albinus@gmx.de>
696
697 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
698 (tramp-check-cached-permissions): Call `file-attributes' if the
699 cache is empty.
700
701 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
702 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
703
704 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
705 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
706 (tramp-gvfs-maybe-open-connection): Set always connection
707 properties, even if target is mounted already.
708
709 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
710 Set tramp-autoload cookie.
711 (tramp-get-remote-touch): New defun.
712 (tramp-sh-handle-set-file-times): Use it.
713 (tramp-sh-handle-directory-files-and-attributes):
714 Use `tramp-handle-directory-files-and-attributes' if neither stat
715 nor perl are available on the remote host.
716
717 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
718 "/". Write long listing only when "l" belongs to the switches.
719
720 * net/trampver.el: Update release number.
721
7222014-02-19 Juanma Barranquero <lekktu@gmail.com>
723
724 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
725
7262014-02-19 Martin Rudalics <rudalics@gmx.at>
727
728 * window.el (window-state-put): Allow WINDOW to refer to an
729 internal window (Bug#16793).
730
7312014-02-19 Glenn Morris <rgm@gnu.org>
732
733 * textmodes/remember.el: Move provide statement to end.
734 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
735 (remember-notes): Doc fixes.
736
7372014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * delsel.el (delete-char): Restore incorrectly erased property
740 (bug#16795).
741
7422014-02-18 Juanma Barranquero <lekktu@gmail.com>
743
744 * frameset.el (frameset--restore-frame): When a frame is being reused
745 and its root window is not alive, delete all the frame's windows before
746 restoring the window state. This works around the issue in bug#16793.
747
7482014-02-18 Glenn Morris <rgm@gnu.org>
749
750 * textmodes/remember.el (remember-data-directory)
751 (remember-directory-file-name-format, remember-store-in-files)
752 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
753 (remember-notes-save-and-bury-buffer)
754 (remember-notes--kill-buffer-query): Doc fixes.
755
756 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
757
7582014-02-17 Alan Mackenzie <acm@muc.de>
759
760 Connect electric-indent-mode up with CC Mode. Bug #15478.
761 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
762 to electric-indent-{,local-}-mode.
763 (c-basic-common-init): Set electric-indent-inhibit.
764 Initialise c-electric-flag from electric-indent-mode.
765 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
766 New hook functions which propagate electric-indent-mode to CC mode.
767
768 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
769 hit, toggle electric-indent-local-mode.
770
771 * electric.el (electric-indent-mode-has-been-called):
772 New variable.
773
7742014-02-17 Juanma Barranquero <lekktu@gmail.com>
775
776 * frameset.el (frameset-cfg-id): New function.
777 (frameset--reuse-frame, frameset-restore): Use it.
778 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
779
7802014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * ido.el (ido-file-internal): Remove unused var `d'.
783 Use \` for to match BoS. Fit within 80n columns.
784
7852014-02-17 Daniel Colascione <dancol@dancol.org>
786
787 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
788 dbus-call-method check for completion using a busy-wait loop with
789 gradual backoff.
790
7912013-10-02 Michael Albinus <michael.albinus@gmx.de>
792
793 Sync with Tramp 2.2.9.
794
795 * net/trampver.el: Update release number.
796
7972014-02-16 Dmitry Gutov <dgutov@yandex.ru>
798
799 * ido.el (ido-file-internal): Don't add the name of an existing
800 directory twice. (Bug#16747)
801
8022014-02-16 Glenn Morris <rgm@gnu.org>
803
804 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
805 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
806
8072014-02-15 Michael R. Mauger <michael@mauger.com>
808
809 * progmodes/sql.el: Version 3.4
810 (sql-oracle-options): New default value ("-L").
811 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
812 (sql-placeholders-filter): Correct placeholder pattern.
813 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
814 (sql-login-delay): New variable.
815 (sql-product-interactive): Use it.
816
8172014-02-15 Juanma Barranquero <lekktu@gmail.com>
818
819 * frameset.el (frameset--jump-to-register): Check that buffer is live
820 (bug#16749).
821
8222014-02-15 Glenn Morris <rgm@gnu.org>
823
824 * info.el (info-initialize): Revert 2014-01-10 change.
825
8262014-02-14 Glenn Morris <rgm@gnu.org>
827
828 * replace.el (map-query-replace-regexp)
829 (read-regexp-defaults-function, read-regexp): Doc fixes.
830
831 * dired.el (dired-read-regexp):
832 * faces.el (list-faces-display):
833 * misearch.el (multi-isearch-read-matching-buffers)
834 (multi-isearch-read-matching-files):
835 * play/cookie1.el (cookie-apropos):
836 * progmodes/grep.el (grep-read-regexp): Doc fixes.
837
838 * textmodes/remember.el (remember): Use frameset-to-register
839 rather than frame-configuration-to-register.
840
8412014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
842
843 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
844 incorrect keybinding.
845
8462014-02-13 Daniel Colascione <dancol@dancol.org>
847
848 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
849 when adding overlays so that line numbers from compiler match line
850 numbers we use.
851
8522014-02-13 Glenn Morris <rgm@gnu.org>
853
854 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
855
856 * jit-lock.el (jit-lock-mode): Doc fix.
857
8582014-02-13 Juanma Barranquero <lekktu@gmail.com>
859
860 * apropos.el (apropos-read-pattern): When the user passes an empty
861 string, give a more helpful error message than "Wrong type
862 argument: stringp, nil".
863
8642014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
867
8682014-02-13 Glenn Morris <rgm@gnu.org>
869
870 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
871
8722014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
875 shift-select commands.
876
8772014-02-12 Dmitry Gutov <dgutov@yandex.ru>
878
879 * progmodes/js.el (js-indent-line): Don't widen.
880 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
881
8822014-02-12 Glenn Morris <rgm@gnu.org>
883
884 * icomplete.el (icomplete): Add info-link to defgroup.
885 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
886 (icomplete-minibuffer-map, icomplete-mode)
887 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
888
889 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
890 (package-menu-filter): Rename from package-menu-filter-interactive.
891 Doc fix.
892
8932014-02-11 Juanma Barranquero <lekktu@gmail.com>
894
895 * frameset.el (frameset--jump-to-register): Select the required
896 window and buffer before restoring position (bug#16696).
897
8982014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
899
900 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
901
9022014-02-10 Glenn Morris <rgm@gnu.org>
903
904 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
905
9062014-02-10 Eli Zaretskii <eliz@gnu.org>
907
908 * w32-common-fns.el (x-get-selection): Doc fix.
909 * select.el (x-get-selection): Doc fix. (Bug#15109)
910
911 * face-remap.el (face-remap-add-relative)
912 (face-remap-remove-relative, face-remap-reset-base)
913 (face-remap-set-base): Call force-mode-line-update to redisplay
914 the current buffer due to potential change in faces. (Bug#16709)
915
9162014-02-10 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
919 script more robustly.
920
9212014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
922
923 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
924
925 * simple.el (choose-completion): Doc fix (bug#14160).
926
927 * subr.el (event-start): Say what a nil EVENT value means.
928
929 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
930 (bug#14197).
931
932 * progmodes/grep.el (find-program): Doc fix (bug#14289).
933
934 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
935
936 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
937
938 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
939 predicate function (bug#15455).
940
9412014-02-10 Dmitry Gutov <dgutov@yandex.ru>
942
943 * ielm.el (inferior-emacs-lisp-mode): Instead of
944 `comment-use-global-state', set `comment-use-syntax'.
945
9462014-02-10 Glenn Morris <rgm@gnu.org>
947
948 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
949
9502014-02-09 Alan Mackenzie <acm@muc.de>
951
952 Fix c-invalidate-state-cache on narrowed buffers.
953 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
954 Widen when setting and clearing the CPP delimiter properties.
955
9562014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
957
958 * help.el (describe-bindings): Doc fix (bug#9888).
959
960 * files.el (save-buffer): Use ARG as the parameter name for
961 consistency (bug#10346).
962 (save-buffer): Clarify the 0 argument (bug#10346).
963
964 * cus-edit.el (customize-apropos): Fix error string.
965 (custom-buffer-create): Doc fix (bug#11122).
966 (custom-sort-items): Doc fix (bug#11121).
967
968 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
969
970 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
971 (icomplete-simple-completing-p): Mention the previous variable.
972
973 * font-lock.el (font-lock-value-in-major-mode): Clarify the
974 meaning of the parameter (bug#12282).
975
976 * files.el (find-file-noselect): Clarify prompt when changing
977 readedness (bug#13261).
978 (locate-file): Suffixes aren't returned, so don't say that they
979 are (bug#12674).
980 (backup-inhibited): Doc clarification (bug#12525).
981
982 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
983 before we actually start to delete things (bug#16331).
984
985 * subr.el (event-start): Doc fix (bug#14228).
986 (event-end): Ditto.
987
9882014-02-09 Glenn Morris <rgm@gnu.org>
989
990 * emacs-lisp/warnings.el (lwarn):
991 Empower help-enable-auto-load. (Bug#15940)
992
9932014-02-08 Andreas Schwab <schwab@linux-m68k.org>
994
995 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
996 (Bug#16690)
997
9982014-02-08 Michael Albinus <michael.albinus@gmx.de>
999
1000 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1001 Insert output at end of buffer. (Bug#16120)
1002
10032014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1004
1005 * simple.el (choose-completion-string-functions): Document new
1006 calling convention (bug#14153).
1007 (execute-extended-command): Clarify doc string (bug#13373).
1008
1009 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1010
1011 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1012 (find-grep-dired): Doc fix (bug#14288).
1013
10142014-02-08 Juri Linkov <juri@jurta.org>
1015
1016 * isearch.el (isearch-quote-char): Check character validity
1017 like in `quoted-insert' (bug#16677).
1018
10192014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1020
1021 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1022
1023 * isearch.el (isearch-hide-immediately): Doc clarification
1024 (bug#14723).
1025
1026 * simple.el (line-move): Document utility function used many
1027 places in the Emacs sources (bug#14843).
1028
1029 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1030 (dired-prev-marked-file): Doc fix (bug#14855).
1031 (dired-up-directory): Doc fix (bug#14848).
1032
1033 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1034
1035 * files.el (file-relative-name): Doc fix (bug#15159).
1036
1037 * fringe.el (fringe-styles): Doc fix (bug#15239).
1038
1039 * isearch.el (isearch-filter-predicate): Documentation typo fix
1040 (bug#15474).
1041
1042 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1043
1044 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1045
1046 * replace.el (replace-match-maybe-edit): Doc clarification
1047 (bug#15632).
1048
1049 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1050
1051 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1052
10532014-02-08 Glenn Morris <rgm@gnu.org>
1054
1055 * help-fns.el (describe-variable):
1056 Check {file,dir}-local-variables-alist, and buffer-file-name,
1057 in the correct buffer.
1058
10592014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1060
1061 * help-fns.el (describe-variable): Fix the case where
1062 a value is directory-local with no dir-locals file. (Bug#16635)
1063
10642014-02-08 Glenn Morris <rgm@gnu.org>
1065
1066 * abbrev.el (edit-abbrevs-mode):
1067 Derive from fundamental-mode. (Bug#16682)
1068
10692014-02-07 Juanma Barranquero <lekktu@gmail.com>
1070
1071 * simple.el (quoted-insert): Check character validity (bug#16677).
1072
10732014-02-07 Juri Linkov <juri@jurta.org>
1074
1075 * desktop.el (desktop-read): Claim the lock when the owner is not
1076 the current process. (Bug#16157)
1077
10782014-02-07 Juri Linkov <juri@jurta.org>
1079
1080 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1081 to "\\` ". (Bug#16651)
1082
10832014-02-07 Juri Linkov <juri@jurta.org>
1084
1085 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1086 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1087 (desktop-auto-save-cancel-timer): New function with some code from
1088 `desktop-auto-save-set-timer'.
1089 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1090 Instead of setting `desktop-save-mode' to nil, call
1091 `desktop-save-mode' with arg 0. (Bug#16630)
1092
10932014-02-07 Glenn Morris <rgm@gnu.org>
1094
1095 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1096 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1097 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1098
1099 * obsolete/iswitchb.el: Move to obsolete/.
1100 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1101 since obsolete/ is not scanned for autoloads.
1102 * emacs-lisp/authors.el (authors-valid-file-names):
1103 Add iswitchb.el.
1104
1105 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1106 Disable now non-functional find-file-hook.
1107
11082014-02-06 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1111 instead of ";" in order to avoid additional prompts. Let heredoc
1112 scripts read from tty. (Bug#16582)
1113 (tramp-send-command): No special handling of heredocs, it isn't
1114 necessary anymore.
1115
11162014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1119 with a space (bug#16664). Limit the symbols considered to the ones
1120 that are bound or fbound (bug#16646).
1121
11222014-02-06 Glenn Morris <rgm@gnu.org>
1123
1124 * epa.el (epa-mail-aliases): Doc fix.
1125
11262014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1127
1128 * emacs-lisp/lisp.el (lisp-completion-at-point):
1129 Use `completion-table-merge' instead of `completion-table-in-turn'
1130 (bug#16604).
1131
1132 * minibuffer.el (completion-table-merge): New function.
1133
11342014-02-05 Michael Albinus <michael.albinus@gmx.de>
1135
1136 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1137 (tramp-sh-handle-set-file-acl)
1138 (tramp-sh-handle-start-file-process)
1139 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1140 (tramp-find-executable, tramp-send-command): Use it.
1141
11422014-02-05 Glenn Morris <rgm@gnu.org>
1143
1144 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1145
11462014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1147
1148 * progmodes/python.el (python-shell-send-string)
1149 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1150
11512014-02-04 Anders Lindgren <andlind@gmail.com>
1152
1153 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1154 the names (bug#16620).
1155
11562014-02-03 Martin Rudalics <rudalics@gmx.at>
1157
1158 * faces.el (window-divider): New default value. Rewrite doc-string.
1159 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1160
11612014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1162
1163 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1164 `protected' and `public' can also be called without arguments.
1165
11662014-02-03 Glenn Morris <rgm@gnu.org>
1167
1168 * register.el (window-configuration-to-register)
1169 (frame-configuration-to-register): Unadvertise unused argument.
1170 * frameset.el (frameset-to-register): Remove unused argument.
1171
1172 * frameset.el (frameset-to-register):
1173 * kmacro.el (kmacro-to-register):
1174 * register.el (increment-register):
1175 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1176 (calc-append-to-register, calc-prepend-to-register):
1177 * play/gametree.el (gametree-layout-to-register)
1178 (gametree-apply-register-layout):
1179 * textmodes/picture.el (picture-clear-rectangle-to-register)
1180 (picture-yank-rectangle-from-register):
1181 * vc/emerge.el (emerge-combine-versions-register):
1182 Use register-read-with-preview to read registers.
1183
11842014-02-03 João Távora <joaotavora@gmail.com>
1185
1186 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1187 when at beginning of (possibly narrowed) buffer.
1188
11892014-02-02 Daniel Colascione <dancol@dancol.org>
1190
1191 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1192 Also try to display local help from just before point.
1193
11942014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1195
1196 c-parse-state. Don't "append-lower-brace-pair" in certain
1197 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1198 recognised as a comment.
1199
1200 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1201 as well as normal comment starter.
1202 (c-parse-state-get-strategy): Extra return possibility
1203 'back-and-forward.
1204 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1205 return value list to indicate replacement of a brace-pair cons
1206 with its car.
1207 (c-parse-state-1): With 'back-and-forward, only call
1208 c-append-lower-brace-pair-to state-cache when cons-separated.
1209
12102014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1211
1212 * term/ns-win.el (ns-suspend-error): New function.
1213 (ns-initialize-window-system): Add ns-suspend-error to
1214 suspend-hook (Bug#16612).
1215
12162014-02-02 Daniel Colascione <dancol@dancol.org>
1217
1218 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1219 Make loading cc-mode silent.
1220
12212014-02-02 Daniel Colascione <dancol@dancol.org>
1222
1223 * comint.el (comint-prompt-read-only): Change doc to suggest
1224 remap keybinding.
1225
12262014-02-02 Glenn Morris <rgm@gnu.org>
1227
1228 * register.el (register-read-with-preview, point-to-register)
1229 (window-configuration-to-register, frame-configuration-to-register)
1230 (jump-to-register, number-to-register, view-register, insert-register)
1231 (copy-to-register, append-to-register, prepend-to-register)
1232 (copy-rectangle-to-register): Doc fixes.
1233
12342014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1237 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1238 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1239 * help-fns.el (describe-function-1): Use it.
1240
12412014-02-02 Glenn Morris <rgm@gnu.org>
1242
1243 * register.el (register-preview-default): New function,
1244 split from register-preview.
1245 (register-preview-function): Rename from register-preview-functions,
1246 make it not a hook.
1247 (register-preview): Use register-preview-function.
1248 (register-read-with-preview): Error on non-character event. (Bug#16595)
1249
12502014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1251
1252 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1253 `:' before binary operators (bug#16609). Don't check for `:'
1254 before `[' and `(', or their syntax status. A percent literal
1255 can't end with either.
1256 (ruby-font-lock-keywords): For built-ins that require arguments,
1257 check that they're followed by something that looks like argument
1258 (bug#16610).
1259
12602014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1261
1262 * subr.el (butlast): Document what an omitted N means (bug#13437).
1263 (nbutlast): Ditto.
1264
12652014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1266
1267 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1268 depth shallower (bug#16587).
1269 (shr-tag-svg): Respect `shr-inhibit-images'.
1270 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1271
12722014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1273
1274 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1275 (ruby-smie-grammar): Make "." right-associative. Make its priority
1276 lower than the ternary and all binary operators.
1277 (ruby-smie-rules): Indent "(" relative to the first non-"."
1278 parent, or the first "." parent at indentation.
1279 Use `ruby-align-chained-calls' for indentation of "." tokens.
1280 (Bug#16593)
1281
12822014-01-31 Juri Linkov <juri@jurta.org>
1283
1284 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1285 from `make-hash-table'.
1286
1287 * textmodes/ispell.el (ispell-init-process): Change message format
1288 to be consistent with other messages.
1289
12902014-01-31 Glenn Morris <rgm@gnu.org>
1291
1292 * delsel.el (delete-selection-mode): Doc fix.
1293
1294 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1295 (trace-function-background): Doc fixes.
1296
1297 * ido.el (ido-use-virtual-buffers): Doc fix.
1298 Reset :version, since the default value has not changed.
1299
1300 * register.el (register-preview-delay, register-read-with-preview):
1301 Doc fixes.
1302
1303 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1304 do not mess with mail-buffer position (fixes 2009-11-03 change).
1305 * progmodes/cc-mode.el (c-submit-bug-report):
1306 Check auto-fill-mode is bound. (Bug#16592)
1307
13082014-01-31 Darren Hoo <darren.hoo@gmail.com>
1309
1310 * startup.el (fancy-splash-image-file): New function,
1311 split from fancy-splash-head.
1312 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1313 so that we are both using the same image. (Bug#16574)
1314
13152014-01-30 Glenn Morris <rgm@gnu.org>
1316
1317 * simple.el (eval-expression): Doc fix.
1318
1319 * hexl.el (hexl-mode-hook):
1320 * ielm.el (ielm-mode-hook):
1321 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1322 (lisp-interaction-mode-hook):
1323 * progmodes/cfengine.e (cfengine3-documentation-function):
1324 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1325
13262014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1329 is a symbol (bug#16584).
1330
13312014-01-30 Glenn Morris <rgm@gnu.org>
1332
1333 * help.el (help-for-help-internal): Add "P" to text.
1334
13352014-01-29 Glenn Morris <rgm@gnu.org>
1336
1337 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1338
13392014-01-28 Martin Rudalics <rudalics@gmx.at>
1340
1341 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1342 height constraints.
1343
13442014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1345
1346 * progmodes/hideif.el: Extend to full CPP expression syntax.
1347 (hif-token-alist): Add missing tokens.
1348 (hif-token-regexp): Add support for float/octal/hex immediates.
1349 (hif-string-literal-regexp): New const.
1350 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1351 (hif-exprlist): New function.
1352 (hif-parse-if-exp): Use it.
1353 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1354 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1355 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1356 (hif-logxor, hif-comma): New functions.
1357
13582014-01-28 Glenn Morris <rgm@gnu.org>
1359
1360 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1361
1362 * indent.el (tab-stop-list): Doc fix. Add :version.
1363
1364 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1365 (cvs-append-to-ignore): Add compatibility alias.
1366
13672014-01-27 Glenn Morris <rgm@gnu.org>
1368
1369 * dired.el (dired-hide-details-mode): Don't autoload it,
1370 since it cannot be used outside Dired buffers anyway.
1371
1372 * emulation/cua-base.el (cua-mode): Doc fix.
1373
1374 * dired.el (dired-hide-details-hide-symlink-targets)
1375 (dired-hide-details-hide-information-lines)
1376 (dired-hide-details-mode): Doc fixes.
1377
1378 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1379 * strokes.el (strokes-file): Doc fix. Bump :version.
1380 (strokes-help): Doc fix.
1381 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1382 * emulation/viper.el (viper): Doc fix for custom group.
1383 (top-level): Remove oh-so-no-longer-relevant text about vip.
1384 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1385
1386 * ido.el (ido-save-directory-list-file):
1387 * saveplace.el (save-place-file):
1388 * calendar/timeclock.el (timeclock-file):
1389 * net/quickurl.el (quickurl-url-file):
1390 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1391 * progmodes/idlwave.el (idlwave-config-directory):
1392 * textmodes/remember.el (remember-data-file):
1393 Bump :version.
1394
13952014-01-26 Glenn Morris <rgm@gnu.org>
1396
1397 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1398 Doc fix. Make obsolete.
1399 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1400
1401 * sort.el (delete-duplicate-lines): Doc fix.
1402
14032014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1404
1405 * progmodes/ada-mode.el (ada):
1406 * woman.el (woman): Link to info manual and Commentary section.
1407
1408 * progmodes/flymake.el (flymake):
1409 * nxml/nxml-mode.el (nxml):
1410 * net/eww.el (eww):
1411 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1412 * htmlfontify.el (htmlfontify):
1413 * ses.el (ses):
1414 * epa.el (epa):
1415 * ido.el (ido): Link to info manual.
1416
14172014-01-25 Leo Liu <sdl.web@gmail.com>
1418
1419 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1420
14212014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1422
1423 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1424 (bug#16537).
1425
14262014-01-24 Juanma Barranquero <lekktu@gmail.com>
1427
1428 * net/eww.el (eww-download-callback):
1429 Fix reference to eww-download-directory.
1430
1431 * emacs-lisp/bytecomp.el (byte-compile-file):
1432 Remove unused local variable `file-name'.
1433
14342014-01-24 Glenn Morris <rgm@gnu.org>
1435
1436 * woman.el (woman-default-faces, woman-monochrome-faces):
1437 Fix obsolescence specification.
1438
1439 * subr.el (with-demoted-errors): Doc fix.
1440
14412014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1444 (cl--macroexp-fboundp): New function.
1445 (cl--make-type-test): Use it.
1446
14472014-01-23 Glenn Morris <rgm@gnu.org>
1448
1449 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1450 * simple.el (eval-expression): Doc fixes.
1451
14522014-01-22 Glenn Morris <rgm@gnu.org>
1453
1454 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1455
14562014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * emacs-lisp/package.el: Write files silently.
1459 (package-autoload-ensure-default-file, package--write-file-no-coding)
1460 (package-generate-description-file, package--download-one-archive)
1461 (package-install-from-archive): Tell `write-region' to stay quiet.
1462 (package-menu-mode, package-menu--print-info): Omit the Archive column
1463 if there's only one archive.
1464 (package-all-keywords, package--has-keyword-p): Remove dead code.
1465
14662014-01-22 Glenn Morris <rgm@gnu.org>
1467
1468 * version.el (emacs-bzr-version-bzr): Fix typo.
1469
1470 * version.el (emacs-repository-get-version):
1471 Check either .bzr or .git, but not both.
1472 Make the git case actually use the DIR argument, and return nil
1473 rather than the empty string.
1474 Avoid error if .git exists but the git executable is not found.
1475
14762014-01-22 Martin Rudalics <rudalics@gmx.at>
1477
1478 Fixes in window size functions around Bug#16430 and Bug#16470.
1479 * window.el (window-total-size, window-size): New argument ROUND.
1480 (window--min-delta-1, window-min-delta, window--max-delta-1):
1481 Be more conservative when calculating the numbers of lines or
1482 columns a window can shrink (Bug#16430).
1483 (fit-window-to-buffer): Simplify code.
1484 * term.el (term-window-width): Call window-body-width again.
1485
14862014-01-22 Glenn Morris <rgm@gnu.org>
1487
1488 * image.el (image-format-suffixes): Doc fix.
1489
1490 * international/quail.el (quail-define-package): Doc fix.
1491
1492 * emacs-lisp/authors.el (authors-valid-file-names)
1493 (authors-renamed-files-alist): Additions.
1494
1495 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1496 reverts 2014-01-09 change. (Bug#16422)
1497
1498 * calc/calc-embed.el (thing-at-point-looking-at):
1499 * emacs-lisp/map-ynp.el (x-popup-dialog):
1500 * obsolete/lmenu.el (x-popup-dialog):
1501 * emacs-lisp/package.el (url-recreate-url):
1502 * mail/mailclient.el (clipboard-kill-ring-save):
1503 * subr.el (x-popup-dialog): Update declaration.
1504 * mail/rmail.el (rmail-mime-message-p):
1505 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1506
15072014-01-21 Daniel Colascione <dancol@dancol.org>
1508
1509 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1510 Correctly detect when we're inside an arithmetic expansion form
1511 containing nested parenthesis.
1512 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1513 to detect cases where we shouldn't expand "<<" to a heredoc
1514 skeleton.
1515
15162014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1519 (eldoc--message-command-p): New function.
1520 (eldoc-display-message-p): Use it.
1521 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1522 message is not automatically erased for us.
1523 (eldoc-print-current-symbol-info): Erase previous message, if any.
1524
15252014-01-21 Tassilo Horn <tsdh@gnu.org>
1526
1527 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1528 specify it's an interactive function.
1529
1530 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1531 Fix regex used for scanning for citation keys which failed for
1532 citations with optional arguments.
1533
15342014-01-21 Leo Liu <sdl.web@gmail.com>
1535
1536 * simple.el (read--expression): Don't enable eldoc-mode.
1537
15382014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * simple.el (move-beginning-of-line): Make sure we don't move forward
1541 (bug#16497).
1542
15432014-01-20 Juri Linkov <juri@jurta.org>
1544
1545 * saveplace.el (toggle-save-place, save-place-to-alist)
1546 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1547 'dired-mode) before checking for dired-directory. (Bug#16477)
1548
15492014-01-20 Juri Linkov <juri@jurta.org>
1550
1551 * indent.el (indent-line-to): Use backward-to-indentation
1552 instead of back-to-indentation. (Bug#16461)
1553
15542014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1555
1556 Revert some of the CANNOT_DUMP fix (Bug#16494).
1557 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1558 but fixing this can wait until after the next release.
1559 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1560
15612014-01-19 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1564 Use `password-word-equivalents'.
1565 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1566 to t. (Bug#5664, Bug#13124)
1567
15682014-01-19 Alan Mackenzie <acm@muc.de>
1569
1570 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1571 points.
1572 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1573 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1574 * progmodes/cc-mode.el (c-before-change, c-after-change)
1575 (c-font-lock-fontify-region): Bind it here.
1576
15772014-01-19 Martin Rudalics <rudalics@gmx.at>
1578
1579 * term.el (term-window-width): Call window-text-width instead of
1580 window-width (Bug#16470).
1581
15822014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 * simple.el (password-word-equivalents): Remove duplicates.
1585 Sort, to make this easier next time.
1586 Downcase. Omit ": " after "jelszó".
1587
15882014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1589
1590 * term/common-win.el (saved-region-selection): Defvar it.
1591 (x-select-text): Set saved-region-selection (Bug#16382).
1592
15932014-01-18 Glenn Morris <rgm@gnu.org>
1594
1595 * emacs-lisp/authors.el (authors-aliases)
1596 (authors-renamed-files-alist): Add some entries.
1597
15982014-01-17 Michael Albinus <michael.albinus@gmx.de>
1599
1600 * net/tramp.el (tramp-password-prompt-regexp):
1601 Use `password-word-equivalents' if available.
1602 (tramp-action-password, tramp-process-one-action)
1603 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1604
16052014-01-17 Chong Yidong <cyd@gnu.org>
1606
1607 * simple.el (password-word-equivalents): New defcustom.
1608 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1609 to 24.4.
1610 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1611 to t. (Bug#13124)
1612
16132014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1614
1615 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1616 (ruby-align-to-stmt-keywords): Change the default value.
1617 Use `ruby-alignable-keywords' to generate the possible customization
1618 choices.
1619 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1620 keywords, check against the value of `ruby-alignable-keywords'
1621 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1622
16232014-01-17 Glenn Morris <rgm@gnu.org>
1624
1625 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1626
1627 Make M-x authors return zero *Authors Errors* from current logs.
1628 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1629 (authors-ignored-files): Add some entries, remove others.
1630 (authors-ambiguous-files, authors-valid-file-names):
1631 Add some entries.
1632 (authors-renamed-files-alist): Add, remove, and adjust entries.
1633 (authors-renamed-files-regexps): Add some entries.
1634 Remove some very broad ones. Make some entries `lax'.
1635 (authors-lax-changelogs): New constant.
1636 (authors-disambiguate-file-name): Treat top-level specially.
1637 (authors-lax-changelog-p): New function.
1638 (authors-canonical-file-name): Check file as written against
1639 authors-valid-file-names. Do not special-case etc/.
1640 Handle `lax' logs and authors-renamed-files-regexps elements.
1641
16422014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1643
1644 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1645 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1646 callers.
1647
16482014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1651 Assume we're already in the proper buffer.
1652 Inspired by Anders Lindgren <andlind@gmail.com>.
1653 (follow-post-command-hook): Call it from the right buffer.
1654 (follow-comint-scroll-to-bottom): Adjust call.
1655 (follow-all-followers): Use get-buffer-window-list.
1656
16572014-01-15 Daniel Colascione <dancol@dancol.org>
1658
1659 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1660 `buffer-file-name' in interactive-form so that we don't leave
1661 pathless file names in `file-name-history'.
1662
16632014-01-15 Juri Linkov <juri@jurta.org>
1664
1665 * indent.el (indent-rigidly): Set deactivate-mark to nil
1666 in transient indentation mode. (Bug#16438)
1667
16682014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1669
1670 * emacs-lisp/package.el (package-desc-keywords): New function
1671 (Bug#16222).
1672 (describe-package-1, package-all-keywords)
1673 (package--has-keyword-p): Use it.
1674
16752014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1676
1677 * simple.el (define-alternatives): When creating the
1678 COMMAND-alternatives variable, assign COMMAND as its definition
1679 name so that `describe-variable' can relocate it.
1680
16812014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1682
1683 * font-lock.el (font-lock-keywords): Fix typo in docstring
1684 (bug#16307).
1685
16862014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1687
1688 * ispell.el (ispell-region): Reset `in-comment' for new line
1689 instead of wrongly reset `add-coment' (bug#13577).
1690
16912014-01-14 Daiki Ueno <ueno@gnu.org>
1692
1693 * epa-file.el (epa-file-write-region): Encode the region according
1694 to `buffer-file-format'. Problem reported at:
1695 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1696
16972014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1700 so it applies in the right buffer (bug#16410).
1701
17022014-01-13 Daniel Colascione <dancol@dancol.org>
1703
1704 * textmodes/rst.el (rst-define-key): Provide deprecated
1705 keybindings through named functions instead of anonymous ones so
1706 that "??" doesn't appear in describe-mode output.
1707
17082014-01-13 Bastien Guerry <bzg@gnu.org>
1709
1710 * simple.el (define-alternatives): Call the selected command
1711 interactively. When setting `COMMAND--implementation' for the
1712 first time, tell the user how to chose another implementation.
1713 Enhance the docstring.
1714
17152014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1718 (log-edit--match-first-line): New function.
1719 (log-edit-font-lock-keywords): Use it.
1720 (log-edit-mode): Make jit-lock-defer-multiline work.
1721
17222014-01-13 Bastien Guerry <bzg@gnu.org>
1723
1724 * rect.el (rectangle-mark-mode): When the region is not active,
1725 display a message saying that the mark as been set and that
1726 rectangle mode is in use.
1727 (rectangle--highlight-for-redisplay): Only put an overlay with a
1728 visible vertical bar when (display-graphic-p) is non-nil.
1729 This partially fixes Bug#16403.
1730
17312014-01-13 Juri Linkov <juri@jurta.org>
1732
1733 * info.el (Info-find-file): Go to DIR before displaying the error
1734 about a nonexistent file if no previous Info file is visited.
1735 Use `user-error' instead of `error' for "Info file %s does not exist".
1736 (Info-find-node-2): In case of a nonexistent node in unwind forms
1737 go to the Top node if there is no previous node to revert to.
1738 (Bug#16405)
1739
17402014-01-13 Martin Rudalics <rudalics@gmx.at>
1741
1742 fit-frame/window-to-buffer code fixes including one for Bug#14096.
1743 * window.el (fit-frame-to-buffer): Fix doc-string.
1744 Respect window-min-height/-width. Fit pixelwise when
1745 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
1746 when avoiding that frame goes partially off-screen.
1747 (fit-window-to-buffer): Respect window-min-height/-width
1748 (Bug#14096).
1749
17502014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1753 after an empty line.
1754
17552014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * net/shr.el (shr-render-region): Autoload.
1758
17592014-01-12 Xue Fuqiao <xfq.free@gmail.com>
1760
1761 * net/eww.el (eww-download-directory): Rename from
1762 `eww-download-path' (Bug#16419).
1763
17642014-01-12 Leo Liu <sdl.web@gmail.com>
1765
1766 * dired-x.el (dired-mode-map): Fix last change.
1767
1768 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1769
17702014-01-12 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 Spelling fixes.
1773 * emacs-lisp/generic.el (generic--normalize-comments):
1774 Rename from generic--normalise-comments. All uses changed.
1775 * play/bubbles.el (bubbles--neighborhood-score)
1776 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1777 (bubbles--neighborhood-available)
1778 (bubbles--update-neighborhood-score):
1779 Rename from names with 'neighbourhood'. All uses changed.
1780
17812014-01-12 Leo Liu <sdl.web@gmail.com>
1782
1783 Re-implement the feature of showing eldoc info after editing.
1784 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1785 (eldoc-edit-message-commands): New function.
1786 (eldoc-print-after-edit): New variable.
1787 (eldoc-pre-command-refresh-echo-area): Emit message only by
1788 eldoc-message-commands.
1789 (eldoc-mode): Restrict eldoc-message-commands to editing commands
1790 if eldoc-print-after-edit is set. (Bug#16346)
1791 * simple.el (read--expression): Enable eldoc-mode.
1792 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1793
17942014-01-11 Dani Moncayo <dmoncayo@gmail.com>
1795 Eric S. Raymond <esr@thyrsus.com>
1796
1797 * version.el (emacs-repository-get-version): Enhance so the
1798 function works correctly in either a Bazaar or Git repo.
1799
18002014-01-11 Eric S. Raymond <esr@thyrsus.com>
1801
1802 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1803 Goes with removal of the joke manpages from /etc.
1804
18052014-01-10 Kenichi Handa <handa@gnu.org>
1806
1807 * mail/rmail.el (rmail-get-coding-system):
1808 Check rmail-get-coding-function before "funcall"ing it.
1809
18102014-01-10 Glenn Morris <rgm@gnu.org>
1811
1812 * emacs-lisp/authors.el (authors-fixed-entries):
1813 Update for files that no longer exist.
1814
18152014-01-10 Eric S. Raymond <esr@thyrsus.com>
1816
1817 * version.el (emacs-bzr-get-version): Restore compatibilty with
1818 24.3 (Tested).
1819
18202014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
1821
1822 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1823 and Podfile.
1824
18252014-01-10 Eli Zaretskii <eliz@gnu.org>
1826
1827 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1828
18292014-01-10 Chong Yidong <cyd@gnu.org>
1830
1831 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1832
18332014-01-10 Anders Lindgren <andlind@gmail.com>
1834
1835 * follow.el (follow-cache-command-list): Include right-char and
1836 left-char.
1837
18382014-01-10 Paul Eggert <eggert@cs.ucla.edu>
1839
1840 Spelling fixes.
1841 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1842 * woman.el (woman-mark-horizontal-position):
1843 Rename from woman-mark-horizonal-position. Use changed.
1844
18452014-01-10 Glenn Morris <rgm@gnu.org>
1846
1847 * info.el (info-initialize): If running uninstalled, ensure our
1848 own info files are always found first, even if INFOPATH is set.
1849
1850 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1851
18522014-01-09 David Engster <deng@randomsample.de>
1853
1854 * emacs-lisp/eieio-custom.el:
1855 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1856 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1857 * emacs-lisp/eieio.el: Regenerate autoloads.
1858
18592014-01-09 Eric S. Raymond <esr@thyrsus.com>
1860
1861 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1862 following renames. (Bug#8756)
1863
18642014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1867 (bug#16382).
1868 (activate-mark): Add `no-tmm' argument.
1869 (set-mark, push-mark-command): Use it instead of running
1870 activate-mark-hook by hand.
1871
18722014-01-08 Eric S. Raymond <esr@thyrsus.com>
1873
1874 In preparation for the move to git, sanitize out some
1875 Bazaar-specific names.
1876
1877 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1878
1879 * version.el (emacs-bzr-version): Name changed to
1880 emacs-repository-version. Obsolete-variable alias made.
1881 * loadup.el: Follow through on this name change.
1882 * mail/emacsbug.el (report-emacs-bug): Factor out any
1883 assumption about the version control system in use.
1884
18852014-01-08 David Engster <deng@randomsample.de>
1886
1887 * help-fns.el (help-fns-describe-function-functions):
1888 New variable to call functions for augmenting help buffers.
1889 (describe-function-1): Remove explicit calls to
1890 `help-fns--compiler-macro', `help-fns--parent-mode' and
1891 `help-fns--obsolete'. Put them in above new variable instead, and
1892 call them through `run-hook-with-args'.
1893 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1894 `eieio-describe-class'. Not meant for interactive use anymore,
1895 but to augment existing help buffers. Remove optional second
1896 argument. Create proper button for file location.
1897 Rewrite function to use `insert' instead of `princ' and `prin1' where
1898 possible.
1899 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1900 (eieio-method-def, eieio-class-def): Move further up.
1901 (describe-method, describe-generic, eieio-describe-method):
1902 Remove aliases.
1903 (eieio-help-constructor, eieio-help-generic): Rename from
1904 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1905 Rewrite to use `insert' in the current buffer and use proper help
1906 buttons.
1907 (eieio-help-find-method-definition)
1908 (eieio-help-find-class-definition): Also accept symbols as
1909 arguments.
1910 (eieio-help-mode-augmentation-maybee): Remove.
1911 (eieio-describe-class-sb): Use `describe-function'.
1912 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1913 Add `eieio-help-generic' and `eieio-help-constructor'.
1914
19152014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1916
1917 Spelling fixes.
1918 * language/china-util.el (hz-ascii-designation):
1919 Rename from hz-ascii-designnation.
1920 (hz-ascii-designation): Rename from hz-ascii-designnation.
1921 All uses changed.
1922
19232014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1926 package-alist.
1927
19282014-01-08 Bastien Guerry <bzg@gnu.org>
1929
1930 * emacs-lisp/package.el (package-delete):
1931 Correctly delete the package from package-alist.
1932
19332014-01-08 Daiki Ueno <ueno@gnu.org>
1934
1935 * emacs-lisp/package.el (url-recreate-url): Declare.
1936 (url-http-target-url): Declare.
1937 (package-handle-response): Include requested URL in the error message.
1938 (package--check-signature): Don't re-signal errors from
1939 package--with-work-buffer. Suggested by Stefan Monnier.
1940
19412014-01-07 Bastien Guerry <bzg@gnu.org>
1942
1943 * minibuffer.el (completion--try-word-completion): When both a
1944 hyphen and a space are possible candidates for the character
1945 following a word, display both candidates. (Bug#15980)
1946
19472014-01-07 Martin Rudalics <rudalics@gmx.at>
1948
1949 * window.el (balance-windows-2): While rounding don't give a
1950 window more than the remainder. Bug#16351, bug#16383.
1951
19522014-01-07 Glenn Morris <rgm@gnu.org>
1953
1954 * menu-bar.el (menu-bar-help-extra-packages): Remove.
1955 (menu-bar-help-menu): Use view-external-packages instead.
1956
19572014-01-07 Bastien Guerry <bzg@gnu.org>
1958
1959 * emacs-lisp/package.el (package-delete): Also delete the package
1960 name from `package-alist', not its description only.
1961
19622014-01-07 Glenn Morris <rgm@gnu.org>
1963
1964 * help.el (view-external-packages):
1965 * menu-bar.el (menu-bar-help-extra-packages):
1966 Visit efaq.info rather than etc/MORE.STUFF.
1967
19682014-01-07 Juri Linkov <juri@jurta.org>
1969
1970 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1971 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
1972
1973 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1974 that shadows RET. (Bug#16342)
1975
19762014-01-07 Chong Yidong <cyd@gnu.org>
1977
1978 * isearch.el (isearch-yank-char, isearch-yank-word)
1979 (isearch-yank-line): Doc fix.
1980
19812014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1984 * emacs-lisp/elint.el (elint-find-builtins):
1985 * emacs-lisp/eldoc.el (eldoc-symbol-function):
1986 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1987 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1988 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1989 * apropos.el (apropos-safe-documentation):
1990 * subr.el (symbol-file): Remove redundant fboundp.
1991 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1992
19932014-01-06 Bastien Guerry <bzg@gnu.org>
1994
1995 * hl-line.el (global-hl-line-overlay): Make a local variable.
1996 (global-hl-line-overlays): New variable to store all overlays.
1997 (global-hl-line-mode): Don't delete overlays from the current
1998 buffer when `global-hl-line-sticky-flag' is non-nil.
1999 (global-hl-line-highlight): Add new overlays to
2000 `global-hl-line-overlays'.
2001 (global-hl-line-unhighlight-all): New function to delete all
2002 overlays when turning off `global-hl-line-mode'.
2003 This fixes Bug#16183.
2004
20052014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * subr.el (set-transient-map): Fix nested case and docstring.
2008
20092014-01-06 Tassilo Horn <tsdh@gnu.org>
2010
2011 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2012 `Texinfo' entry.
2013
20142014-01-06 Daniel Colascione <dancol@dancol.org>
2015
2016 Fix defun navigation in vc log view.
2017
2018 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2019 like `beginning-of-defun'.
2020 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2021 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2022 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2023 (log-view-extract-comment): Call `log-view-current-entry' directly
2024 instead of relying on broken `log-view-beginning-of-defun' behavior.
2025
20262014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2027
2028 Spelling fixes.
2029 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2030 * emacs-lisp/debug.el (cancel-debug-on-entry):
2031 * epg.el (epg-error-to-string):
2032 * files.el (recover-file):
2033 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2034 * mail/emacsbug.el (report-emacs-bug-hook):
2035 * mail/sendmail.el (mail-recover):
2036 * ses.el (ses-yank-resize):
2037 * term/ns-win.el (ns-print-buffer):
2038 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2039 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2040 All uses changed.
2041 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2042
20432014-01-06 Leo Liu <sdl.web@gmail.com>
2044
2045 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2046 to avoid shadowing global key. (Bug#16354)
2047
20482014-01-06 Daniel Colascione <dancol@dancol.org>
2049
2050 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2051 rst-mode.
2052
20532014-01-05 Martin Rudalics <rudalics@gmx.at>
2054
2055 * window.el (balance-windows): Add mising t to fix Bug#16351.
2056
20572014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2058
2059 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2060 (bug#16285).
2061 (shr-insert): If we have a word that's longer than `shr-width',
2062 break after it anyway. Otherwise we'll do no breaking once we get
2063 such a long word.
2064
20652014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2066
2067 * net/eww.el (eww): Support single/double quote for search.
2068 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2069 (eww-history-quit): Delete and use quit-window.
2070 (eww-history-kill): Delete, because it doesn't work well and
2071 not necessary.
2072 (eww-history-mode-map): Delete some keys and add easy-menu.
2073
20742014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2075
2076 Fix misspelling of 'chinese' in rx (Bug#16237).
2077 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2078 chinese-two-byte.
2079
2080 Change subword regexps back to vars (Bug#16296).
2081 * progmodes/subword.el (subword-forward-regexp)
2082 (subword-backward-regexp): Change these back to variables.
2083
20842014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2087 syntax-begin-function (bug#16247).
2088
20892014-01-03 Chong Yidong <cyd@gnu.org>
2090
2091 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2092 (advice--docstring): Delete variable.
2093 (advice--make-1): Leave the docstring empty.
2094 (advice-add): Use function-documentation for advised docstring.
2095
2096 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2097 Ignore function-documentation property when getting documentation.
2098 (ad-activate-advised-definition): Use function-documentation
2099 generate the docstring.
2100 (ad-make-advised-definition): Don't call
2101 ad-make-advised-definition-docstring.
2102 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2103 Delete functions.
2104
2105 * progmodes/sql.el (sql-help): Use function-documentation instead
2106 of dynamic-docstring-function property. No need to autoload now.
2107 (sql--help-docstring): New variable.
2108 (sql--make-help-docstring): Use it.
2109
21102014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * ielm.el (ielm-tab): Retarget.
2113 (ielm-map): Use ielm-tab for tab.
2114 (ielm-complete-filename): Use comint-filename-completion.
2115 (ielm-complete-symbol): Remove.
2116 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2117 remove ielm-tab from completion-at-point-functions (bug#16224).
2118
2119 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2120 Beware signals raised by predicates (bug#16201).
2121
21222014-01-02 Richard Stallman <rms@gnu.org>
2123
2124 * dired-aux.el (dired-do-print): Handle printer-name.
2125
2126 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2127 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2128 (rmail-epa-decrypt): Turn off mime processing.
2129
2130 * mail/rmail.el (rmail-make-in-reply-to-field):
2131 Add parens in message-id.
2132
2133 * mail/rmail.el (rmail-get-coding-function): Variable.
2134 (rmail-get-coding-system): Use it.
2135
21362013-12-31 Eli Zaretskii <eliz@gnu.org>
2137
2138 * international/mule-conf.el: Unify the charset indian-is13194.
2139 (indian-is13194): Specify unify-map.
2140
21412013-12-31 Leo Liu <sdl.web@gmail.com>
2142
2143 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2144
21452013-12-30 Daniel Colascione <dancol@dancol.org>
2146
2147 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2148 of printing a useless when we resume from sleep.
2149
2150 * progmodes/sh-script.el
2151 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2152 in indentation code. (Bug#16233)
2153
21542013-12-28 João Távora <joaotavora@gmail.com>
2155
2156 * elec-pair.el (electric-pair-post-self-insert-function):
2157 Don't open extra newlines at beginning of buffer. (Bug#16272)
2158
21592013-12-28 Eli Zaretskii <eliz@gnu.org>
2160
2161 * frame.el (window-system-for-display): Don't allow to create a
2162 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2163
21642013-12-28 Glenn Morris <rgm@gnu.org>
2165
2166 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2167 Update callers.
2168
2169 * apropos.el (apropos-match-face):
2170 * calculator.el (calculator-displayer):
2171 * dabbrev.el (dabbrev-search-these-buffers-only):
2172 * face-remap.el (buffer-face-mode-face):
2173 * simple.el (yank-handled-properties):
2174 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2175 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2176 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2177 (hashcash-double-spend-database):
2178 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2179 (ruby-deep-indent-paren-style):
2180 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2181 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2182 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2183 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2184 Specify custom types.
2185
2186 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2187 * bookmark.el (bookmark-bmenu-use-header-line):
2188 * doc-view.el (doc-view-scale-internally):
2189 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2190 * register.el (register-preview-delay):
2191 * net/shr.el (shr-bullet):
2192 * progmodes/cfengine.el (cfengine-cf-promises)
2193 (cfengine-parameters-indent):
2194 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2195 * textmodes/reftex-vars.el (reftex-label-regexps):
2196 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2197
2198 * net/tls.el (tls-certtool-program): Fix default value.
2199
2200 * desktop.el (desktop-restore-in-current-display):
2201 * newcomment.el (comment-empty-lines):
2202 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2203 (idlwave-pad-keyword):
2204 * progmodes/tcl.el (tcl-tab-always-indent):
2205 * textmodes/reftex-vars.el (reftex-index-default-tag):
2206 * elec-pair.el (electric-pair-skip-whitespace):
2207 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2208
2209 * emacs-lisp/authors.el (authors-ignored-files)
2210 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2211
22122013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2213
2214 * shell.el (shell-dynamic-complete-command): Doc fix.
2215 (shell--command-completion-data): Shell completion now matches
2216 executable filenames from the current buffer's directory, on
2217 systems in which this behavior is the default (windows-nt, ms-dos).
2218
22192013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2220
2221 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2222
22232013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2226 (bug#16251).
2227
2228 * electric.el: Move all electric-pair-* to elec-pair.el.
2229 * elec-pair.el: New file, split from electric.el.
2230
22312013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2232
2233 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2234 indentation level is larger than the width, because that will
2235 infloop.
2236 (shr-insert): Fill repeatedly long texts, so that Japanese is
2237 formatted correctly (bug#16263).
2238 (shr-find-fill-point): Off by one error in comparison with the
2239 indentation.
2240
22412013-12-26 João Távora <joaotavora@gmail.com>
2242
2243 * electric.el (electric-pair-mode): More flexible engine for skip-
2244 and inhibit predicates, new options for pairing-related functionality.
2245 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2246 if that keeps or improves their balance in buffers.
2247 (electric-pair-delete-adjacent-pairs): Delete the pair when
2248 backspacing over adjacent matched delimiters.
2249 (electric-pair-open-extra-newline): Open extra newline when
2250 inserting newlines between adjacent matched delimiters.
2251 (electric--sort-post-self-insertion-hook):
2252 Sort post-self-insert-hook according to priority values when
2253 minor-modes are activated.
2254 * simple.el (newline-and-indent): Call newline with interactive
2255 set to t.
2256 (blink-paren-post-self-insert-function): Set priority to 100.
2257 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2258 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2259 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2260 electric-pair-open-newline-between-pairs to nil.
2261
22622013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2263
2264 * progmodes/python.el: Use lexical-binding.
2265 (python-nav-beginning-of-defun): Stop searching ASAP.
2266
22672013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2268
2269 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2270 Fix interactive spec. Doc fix. (Bug#15754)
2271
22722013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2273
2274 * emacs-lisp/byte-run.el (eval-when-compile):
2275 * progmodes/cc-defs.el (cc-eval-when-compile):
2276 Fix edebug spec (bug#16184).
2277
22782013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2279
2280 * net/shr.el (shr-visit-file): Remove debugging function.
2281 (shr-insert): Don't infloop if we can't find a good place to break
2282 the line (bug#16256).
2283
22842013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2285
2286 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2287 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2288 python-nav-lisp-forward-sexp-safe.
2289 (python-nav--forward-sexp): New argument SAFE allows switching
2290 forward sexp movement behavior for parens.
2291 (python-nav-forward-sexp): Throw errors on unterminated parens
2292 (Bug#16191).
2293 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2294 (python-nav-backward-sexp-safe): New functions.
2295 (python-shell-buffer-substring):
2296 Use `python-nav-forward-sexp-safe'.
2297
22982013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2299
2300 * net/shr.el (shr-find-fill-point): Don't break lines before a
2301 quotation mark.
2302 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2303 (shr-find-fill-point): Remove the special checks for the quotation
2304 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2305
23062013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2307
2308 * net/eww.el (eww-form-textarea): Use a different face for
2309 textareas than text input since they have different keymaps
2310 (bug#16142).
2311
23122013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2313
2314 * progmodes/python.el (python-nav-beginning-of-statement):
2315 Speed up (Bug#15295).
2316
23172013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2318
2319 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2320 the window configuration.
2321
23222013-12-24 Eli Zaretskii <eliz@gnu.org>
2323
2324 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2325 we run on MS-Windows or MS-DOS.
2326
23272013-12-24 Martin Rudalics <rudalics@gmx.at>
2328
2329 * window.el (balance-windows-area): Call window-size instead of
2330 window-height and window-width. Bug#16241.
2331
23322013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2333
2334 * net/eww.el (eww-bookmark-quit): Remove.
2335 (eww-bookmark-browse): Restore the window configuration when you
2336 choose a bookmark (bug#16144).
2337
23382013-12-24 Daniel Colascione <dancol@dancol.org>
2339
2340 * icomplete.el: Remove redundant :group arguments to `defcustom'
2341 throughout.
2342 (icomplete-show-matches-on-no-input): New customizable variable.
2343 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2344 we have something to show.
2345 (icomplete-exhibit): Compute completions even if we have no user input.
2346
23472013-12-23 Daniel Colascione <dancol@dancol.org>
2348
2349 * icomplete.el: Move `provide' to end of file.
2350
23512013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2352
2353 * net/gnutls.el (gnutls-verify-error): Add version tag.
2354
23552013-12-23 Chong Yidong <cyd@gnu.org>
2356
2357 * subr.el (set-transient-map): Rename from
2358 set-temporary-overlay-map. Doc fix.
2359
2360 * face-remap.el (text-scale-adjust):
2361 * indent.el (indent-rigidly):
2362 * kmacro.el (kmacro-call-macro):
2363 * minibuffer.el (minibuffer-force-complete):
2364 * repeat.el (repeat):
2365 * simple.el (universal-argument--mode):
2366 * calendar/todo-mode.el (todo-insert-item--next-param):
2367 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2368
2369 * indent.el (indent-rigidly): Use substitute-command-keys.
2370
23712013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2372
2373 * net/eww.el (eww-tag-select): Add text-property to jump to next
2374 select field.
2375 (eww): Add non-supported ftp error.
2376
23772013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2378
2379 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2380 comments. Handle electric indent after typing `?' and `!'.
2381
23822013-12-22 Chong Yidong <cyd@gnu.org>
2383
2384 * faces.el (face-spec-recalc): If the theme specs are not
2385 applicable to a frame, fall back on the defface spec.
2386 This prevents themes from obliterating faces on low-color terminals.
2387
23882013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2389
2390 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2391 after `{'. We need it after block openers, and it doesn't seem
2392 to hurt after hash openers.
2393
23942013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2395
2396 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2397 extracted from `ruby-smie-rules'.
2398 (ruby--electric-indent-chars): New variable.
2399 (ruby--electric-indent-p): New function.
2400 (ruby-mode): Use `electric-indent-functions' instead of
2401 `electric-indent-chars'.
2402
24032013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2404
2405 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2406 docstring.
2407 (ruby-smie-rules): Indent plus one level after `=>'.
2408
24092013-12-21 Richard Stallman <rms@gnu.org>
2410
2411 * simple.el (newline): Doc fix.
2412
24132013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2414
2415 * net/eww.el (eww-list-histories, eww-list-histories)
2416 (eww-history-browse, eww-history-quit, eww-history-kill)
2417 (eww-history-mode-map, eww-history-mode): New command and
2418 functions to list browser histories.
2419 (eww-form-text): Support text form with disabled
2420 and readonly attributes.
2421 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2422
24232013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2424
2425 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2426 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2427 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2428 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2429 Use `user-error'.
2430 (eww-bookmark-mode-map): Add menu.
2431 (eww-render, eww-mode): Use `setq-local'.
2432 (eww-tool-bar-map): New variable.
2433 (eww-mode): Set `tool-bar-map'.
2434 (eww-view-source): Check for `html-mode' with `fboundp'.
2435
24362013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2437
2438 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2439 elements with text inside. Also remove debugging.
2440
24412013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2442
2443 * cus-start.el (all): Add ns-use-srgb-colorspace.
2444
24452013-12-21 Chong Yidong <cyd@gnu.org>
2446
2447 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2448 undefined. Thus, theme settings for undefined faces do not take
2449 effect until the faces are defined with defface, the same as with
2450 theme variables.
2451
2452 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2453 (face-spec-reset-face): Don't assign extra properties in temacs.
2454 (face-spec-recalc): Apply X resources too.
2455
24562013-12-21 Chong Yidong <cyd@gnu.org>
2457
2458 * faces.el (face-spec-set):
2459 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2460 * custom.el (defface): Doc fixes (Bug#16203).
2461
2462 * indent.el (indent-rigidly-map): Add docstring, and move commands
2463 into named functions.
2464 (indent-rigidly-left, indent-rigidly-right)
2465 (indent-rigidly-left-to-tab-stop)
2466 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2467 indentation direction based on bidi direction, and accumulate
2468 sequential commands in a single undo boundary.
2469 (indent-rigidly--pop-undo): New utility function.
2470
24712013-12-20 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * faces.el (read-face-name): Require crm.el when using crm-separator.
2474
24752013-12-20 Daniel Colascione <dancol@dancol.org>
2476
2477 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2478 so that we don't reflow comments into the shebang line.
2479
24802013-12-20 Juri Linkov <juri@jurta.org>
2481
2482 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2483 a position when `dired-directory' is non-nil. Check integer
2484 positions with `integerp'.
2485 (toggle-save-place, save-places-to-alist): Add check for
2486 `dired-directory'.
2487 (save-place-find-file-hook): Check integer positions with
2488 `integerp'.
2489 (save-place-dired-hook): Use `dired-goto-file' when
2490 `dired-filename' is found in the assoc list. Check integer
2491 positions with `integerp'.
2492 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2493
2494 * dired.el (dired-initial-position-hook): Rename back from
2495 `dired-initial-point-hook'.
2496 (dired-initial-position): Rename `dired-initial-point-hook' to
2497 `dired-initial-position-hook'.
2498 (dired-file-name-at-point): Doc fix. (Bug#15329)
2499
25002013-12-20 Juri Linkov <juri@jurta.org>
2501
2502 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2503 (read-regexp-suggestions): New function.
2504 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2505 Use `read-regexp-suggestions'. Add non-empty default to history
2506 for empty input.
2507 (occur-read-regexp-defaults-function): Remove function.
2508 (occur-read-primary-args): Use `regexp-history-last' instead of
2509 `occur-read-regexp-defaults-function'.
2510
2511 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2512 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2513 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2514 `hi-lock-read-regexp-defaults-function'. Doc fix.
2515 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2516 with `find-tag-default-as-symbol-regexp'. Doc fix.
2517 (hi-lock-read-regexp-defaults): Remove function.
2518 (hi-lock-regexp-okay): Add check for null.
2519
2520 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2521 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2522
2523 * subr.el (find-tag-default-as-symbol-regexp): New function.
2524 (find-tag-default-as-regexp): Move symbol regexp formatting to
2525 `find-tag-default-as-symbol-regexp'.
2526
25272013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2528
2529 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2530 (Bug#14179)
2531
25322013-12-20 Stephen Berman <stephen.berman@gmx.net>
2533
2534 * calendar/todo-mode.el: New implementation of item insertion
2535 commands and key bindings.
2536 (todo-key-prompt): New face.
2537 (todo-insert-item): New command.
2538 (todo-insert-item--parameters): New defconst, replacing defvar
2539 todo-insertion-commands-args-genlist.
2540 (todo-insert-item--param-key-alist): New defconst, replacing
2541 defvar todo-insertion-commands-arg-key-list.
2542 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2543 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2544 (todo-insert-item--next-param): New functions.
2545 (todo-insert-item--args, todo-insert-item--argleft)
2546 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2547 New variables.
2548 (todo-key-bindings-t): Change binding of "i" from
2549 todo-insertion-map to todo-insert-item.
2550 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2551 (todo-insertion-command-name, todo-insertion-commands-names)
2552 (todo-define-insertion-command, todo-insertion-commands)
2553 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2554
25552013-12-20 Stephen Berman <stephen.berman@gmx.net>
2556
2557 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2558 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2559 eval-when-compile.
2560 (todo-move-category): Allow choosing a non-existing todo file to
2561 move the category to, and create that file.
2562 (todo-default-priority): New user option.
2563 (todo-set-item-priority): Use it.
2564 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2565 (desktop-restore-file-buffer): Declare.
2566 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2567 (todo-modes-set-2): Locally set desktop-save-buffer to
2568 todo-desktop-save-buffer.
2569 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2570 (auto-mode-alist): Add autoload cookie.
2571
25722013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2573
2574 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2575 helpers.el was a poor choice of name.
2576 (string-remove-prefix): New function.
2577 (string-remove-suffix): New function.
2578
25792013-12-20 Martin Rudalics <rudalics@gmx.at>
2580
2581 Fix assignment for new window total sizes.
2582 * window.el (window--pixel-to-size): Remove function.
2583 (window--pixel-to-total-1, window--pixel-to-total):
2584 Fix calculation of new total sizes.
2585
25862013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2587
2588 * comint.el (comint-output-filter): Fix rear-nonsticky property
2589 placement (Bug#16010).
2590
25912013-12-20 Chong Yidong <cyd@gnu.org>
2592
2593 * faces.el (read-color): Minor fix for completion function.
2594
25952013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2596
2597 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2598 New option. (Bug#16182)
2599 (ruby-smie--indent-to-stmt-p): Use it.
2600 (ruby-smie-rules): Revert the logic in the handling of `when'.
2601 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2602 (ruby-deep-arglist, ruby-deep-indent-paren)
2603 (ruby-deep-indent-paren-style): Update docstrings to note that the
2604 vars don't have any effect with SMIE.
2605
26062013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2607
2608 * calc/calc.el (calc-enter, calc-pop): Use the variable
2609 `calc-context-sensitive-enter'.
2610
26112013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2612
2613 * net/shr.el (shr-insert): Protect against infloops in degenerate
2614 tables.
2615
26162013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2617
2618 * progmodes/octave.el (octave): Add link to manual and octave
2619 homepage.
2620 (octave-mode-menu): Link to octave-mode manual.
2621
26222013-12-20 Leo Liu <sdl.web@gmail.com>
2623
2624 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2625 insertion using skeleton-end-newline. (Bug#16138)
2626
26272013-12-20 Juri Linkov <juri@jurta.org>
2628
2629 * replace.el (occur-engine): Use `add-face-text-property'
2630 to add the face property to matches and titles. (Bug#14645)
2631
2632 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2633 the palette of other hi-lock colors.
2634 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2635
26362013-12-19 Juri Linkov <juri@jurta.org>
2637
2638 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2639 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2640 (minibuffer-history-symbol): Move variable declaration closer to
2641 its usage.
2642
2643 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2644 (Bug#14785)
2645
26462013-12-19 Juri Linkov <juri@jurta.org>
2647
2648 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2649 New function.
2650 (log-edit-hook): Add it to :options. (Bug#16170)
2651
26522013-12-19 Juri Linkov <juri@jurta.org>
2653
2654 * simple.el (eval-expression-print-format): Don't check for
2655 command names and the last command. Always display additional
2656 formats of the integer result in the echo area, and insert them
2657 to the current buffer only with a zero prefix arg.
2658 Display character when char-displayable-p is non-nil.
2659 (eval-expression): With a zero prefix arg, set `print-length' and
2660 `print-level' to nil, and insert the integer values from
2661 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2662
2663 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2664 `eval-last-sexp-arg-internal'. Doc fix.
2665 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2666 `eval-last-sexp-print-value'. Doc fix.
2667 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2668 Set `print-length' and `print-level' to nil when arg is zero.
2669 (eval-last-sexp): Doc fix.
2670 (eval-defun-2): Print the integer values from
2671 `eval-expression-print-format' at the end.
2672
2673 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2674 values from `eval-expression-print-format' at the end.
2675
2676 * ielm.el (ielm-eval-input): Print the integer
2677 values from `eval-expression-print-format' at the end.
2678
26792013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2680
2681 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2682 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2683
26842013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2687 (hl-line-highlight, global-hl-line-highlight): Use it.
2688 (hl-line-overlay): Use defvar-local.
2689
26902013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2691
2692 * term/ns-win.el: Require dnd.
2693 (global-map): Remove drag items.
2694 (ns-insert-text, ns-set-foreground-at-mouse)
2695 (ns-set-background-at-mouse):
2696 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2697 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2698 New functions.
2699
27002013-12-19 Glenn Morris <rgm@gnu.org>
2701
2702 * emacs-lisp/ert.el (ert-select-tests):
2703 Fix string/symbol mixup. (Bug#16121)
2704
27052013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2706
2707 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2708 keywords to their parent.
2709
27102013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2711
2712 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2713 first arg to be a string (fixed dead code), or an operator symbol.
2714 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2715 operator symbols.
2716 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2717 did nothing. Don't respond to `(:after ".")', it will be called
2718 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2719 change anything. Only return indentation for binary operators
2720 when they are hanging. De-dent opening paren when its parent is
2721 `.', otherwise it looks bad when the dot is not at bol or eol
2722 (bug#16182).
2723
27242013-12-19 Juri Linkov <juri@jurta.org>
2725
2726 * replace.el (query-replace-read-args): Split a non-negative arg
2727 and a negative arg into separate elements.
2728 (query-replace, query-replace-regexp, replace-string)
2729 (replace-regexp): Add arg `backward'. Doc fix.
2730 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2731 move point to the beginning of the match.
2732 (replace-search, replace-highlight): Use new arg `backward'
2733 to set the value of `isearch-forward'.
2734 (perform-replace): Add arg `backward' and use it to perform
2735 replacement backward. (Bug#14979)
2736
2737 * isearch.el (isearch-query-replace): Use a negative prefix arg
2738 to call `perform-replace' with a non-nil arg `backward'.
2739
27402013-12-18 Juri Linkov <juri@jurta.org>
2741
2742 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2743 to the default list. Move `log-edit-show-files' to the end.
2744 Add more available functions to options.
2745 (log-edit): Move default specific settings to
2746 `log-edit-insert-message-template'. Don't move point.
2747 (log-edit-insert-message-template): New function.
2748 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2749 (Bug#16170)
2750
27512013-12-18 Juri Linkov <juri@jurta.org>
2752
2753 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2754 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
2755
27562013-12-18 Leo Liu <sdl.web@gmail.com>
2757
2758 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2759 (Bug#16186)
2760
27612013-12-18 Eli Zaretskii <eliz@gnu.org>
2762
2763 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2764 formats for displaying file sizes when the -s switch is given.
2765 Instead, compute a separate format for displaying the size in
2766 blocks, which is displayed in addition to the "regular" size.
2767 When -h is given in addition to -s, produce size in blocks in
2768 human-readable form as well. (Bug#16179)
2769
27702013-12-18 Tassilo Horn <tsdh@gnu.org>
2771
2772 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2773 Reference tables with ~\ref{...} instead of only \ref{...}.
2774
27752013-12-18 Chong Yidong <cyd@gnu.org>
2776
2777 * cus-edit.el (custom-magic-alist): Fix "themed" description
2778 (Bug#14348).
2779
2780 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2781 is non-nil, do not create a new entry in the symbol's theme-value
2782 or theme-face property; update theme-settings only (Bug#14664).
2783 (custom-available-themes): Doc fix.
2784
2785 * cus-theme.el (custom-new-theme-mode-map): Add bindings
2786 (Bug#15674).
2787
2788 * replace.el (occur-engine): Avoid infloop (Bug#7593).
2789
27902013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2791
2792 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2793 (Bug#13914).
2794
27952013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2796
2797 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2798
27992013-12-18 Glenn Morris <rgm@gnu.org>
2800
2801 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2802 * cus-start.el (load-prefer-newer): New option.
2803
28042013-12-18 Le Wang <l26wang@gmail.com>
2805
2806 * comint.el (comint-previous-matching-input-from-input):
2807 Retain point (Bug#13404).
2808
28092013-12-18 Chong Yidong <cyd@gnu.org>
2810
2811 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2812
28132013-12-18 Glenn Morris <rgm@gnu.org>
2814
2815 * mail/emacsbug.el (report-emacs-bug):
2816 Only mention enable-multibyte-characters if non-standard.
2817
28182013-12-17 Juri Linkov <juri@jurta.org>
2819
2820 * arc-mode.el (archive-extract-by-file): Check if directory exists
2821 before deletion to not show irrelevant errors if it doesn't exist.
2822
28232013-12-17 Juri Linkov <juri@jurta.org>
2824
2825 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2826 (Bug#14751)
2827
2828 * net/eww.el (browse-web): Add alias to `eww'.
2829 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2830 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
2831
2832 * net/browse-url.el (browse-url-browser-function): Move `eww'
2833 closer to similar functions.
2834
2835 * startup.el (fancy-startup-screen, fancy-about-screen):
2836 Set browse-url-browser-function to eww-browse-url locally.
2837 (Bug#14751)
2838
28392013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * window.el (window--pixel-to-total): Remove unused `mini' var.
2842 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2843 (split-window): Remove unused `new' var.
2844 (window--display-buffer): Remove unused `frame' and `delta' vars.
2845 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2846 and display-width'.
2847
28482013-12-17 Martin Rudalics <rudalics@gmx.at>
2849
2850 * dired.el (dired-mark-pop-up):
2851 * register.el (register-preview): Don't bind
2852 split-height-threshold here since it's now done in
2853 display-buffer-below-selected.
2854
28552013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2856
2857 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2858 xterm-rgb-convert-to-16bit.
2859 (rxvt-register-default-colors): Standardize with
2860 xterm-register-default-colors (Bug#14078).
2861
28622013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2863
2864 * simple.el (kill-region): Pass mark first, then point, so that
2865 kill-append works right (Bug#12819).
2866 (copy-region-as-kill, kill-ring-save): Likewise.
2867
28682013-12-17 Leo Liu <sdl.web@gmail.com>
2869
2870 * net/rcirc.el (rcirc-add-face):
2871 * eshell/em-prompt.el (eshell-emit-prompt):
2872 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2873 (Bug#16167)
2874
28752013-12-17 Chong Yidong <cyd@gnu.org>
2876
2877 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2878 Suggested by Xue Fuqiao.
2879
28802013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2881
2882 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2883
28842013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * net/shr.el (shr-insert-document): Remove unused var
2887 `shr-preliminary-table-render'.
2888 (shr-rescale-image): Remove unused arg `force'.
2889 (shr-put-image): Update calls accordingly.
2890 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2891
28922013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2893
2894 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2895 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2896 :close-all, to see which indentation method to use (Bug#16116).
2897 (smie-rules-function): Document the method :close-all.
2898
28992013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2900
2901 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2902
2903 * net/eww.el (eww-display-html): If we can't find the anchor we're
2904 looking for, then go to point-min.
2905
29062013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2907
2908 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2909 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2910 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2911 Expand dir too, in case it's relative.
2912
29132013-12-16 Juri Linkov <juri@jurta.org>
2914
2915 * desktop.el (desktop-auto-save-timeout): Change default to
2916 `auto-save-timeout'. Doc fix.
2917 (desktop-save): Skip the timestamp in desktop-saved-frameset
2918 when checking for auto-save changes.
2919 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2920 `desktop-auto-save' is called repeatedly by the idle timer.
2921 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2922 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2923 (Bug#15331)
2924
29252013-12-16 Juri Linkov <juri@jurta.org>
2926
2927 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2928 (Bug#16035)
2929 (isearch-pre-command-hook): Check `this-command' for symbolp.
2930
29312013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2934
29352013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2936
2937 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2938 (cfengine3--current-function): Bring in the current-function
2939 functionality from `cfengine3--current-word'.
2940 (cfengine3-completion-function): Bring in the
2941 bounds-of-current-word functionality from
2942 `cfengine3--current-word'.
2943
29442013-12-16 Martin Rudalics <rudalics@gmx.at>
2945
2946 * window.el (display-buffer-below-selected):
2947 Bind split-height-threshold to 0 as suggested by Juri Linkov.
2948
29492013-12-16 Leo Liu <sdl.web@gmail.com>
2950
2951 * progmodes/compile.el (compile-goto-error): Do not push-mark.
2952 Remove NOMSG arg and all uses changed.
2953
29542013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2957 (cua--deactivate-rectangle): Don't deactivate the mark.
2958 (cua-set-rectangle-mark): Don't set mark-active since
2959 cua--activate-rectangle already does it for us.
2960 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2961 non-rectangular region.
2962
2963 * emulation/cua-base.el (cua-repeat-replace-region):
2964 Use with-current-buffer.
2965
2966 * net/gnutls.el: Use cl-lib.
2967 (gnutls-negotiate): `mapcan' -> cl-mapcan.
2968
29692013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2970
2971 * emacs-lisp/package.el (package-built-in-p): Support both
2972 built-in and the package.el converted package descriptions.
2973 (package-show-package-list): Allow keywords.
2974 (package-keyword-button-action): Use it instead of
2975 `finder-list-matches'.
2976 (package-menu-filter-interactive): Interactive filtering (by
2977 keyword) function.
2978 (package-menu--generate): Support keywords and change keymappings
2979 and headers when they are given.
2980 (package--has-keyword-p): Helper function.
2981 (package-menu--refresh): Use it.
2982 (package--mapc): Helper function.
2983 (package-all-keywords): Use it.
2984 (package-menu-mode-map): Set up menu items and keybindings to
2985 provide a filtering UI.
2986
29872013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2988
2989 * net/gnutls.el (gnutls-verify-error): New defcustom to control
2990 the behavior when a certificate fails validation. Defaults to
2991 old behavior: never abort, just warn.
2992 (gnutls-negotiate): Use it.
2993
29942013-12-14 Martin Rudalics <rudalics@gmx.at>
2995
2996 * window.el (display-buffer-below-selected): Never split window
2997 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
2998
29992013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3000
3001 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3002 (package-buffer-info): Use it (bug#15108).
3003
30042013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * icomplete.el (icomplete-completions): Make sure the prefix is already
3007 displayed elsewhere before hiding it (bug#16219).
3008
30092013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3010
3011 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3012 open-paren tokens when preceded by a open-paren, too.
3013 (ruby-smie-rules): Handle virtual indentation after open-paren
3014 tokens specially. If there is code between it and eol, return the
3015 column where is starts (Bug#16118).
3016
30172013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3018
3019 * progmodes/cfengine.el: Fix `add-hook' doc.
3020 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3021 (cfengine3--current-word): Fix parameters.
3022 (cfengine3-make-syntax-cache): Simplify further.
3023 (cfengine3-completion-function, cfengine3--current-function):
3024 Use `assq' for symbols.
3025 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3026
30272013-12-13 Glenn Morris <rgm@gnu.org>
3028
3029 * loadup.el (load-path): Warn if site-load or site-init changes it.
3030 No more need to reset it when bootstrapping.
3031
30322013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3033
3034 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3035 locations for cf-promises.
3036 (cfengine-mode-syntax-functions-regex): New caching variable.
3037 (cfengine3-fallback-syntax): Fallback syntax for cases where
3038 cf-promises doesn't run.
3039 (cfengine3--current-word): Reimplement using
3040 `cfengine-mode-syntax-functions-regex'.
3041 (cfengine3-completion-function, cfengine3--current-function):
3042 Use `cfengine3-make-syntax-cache' directly.
3043 (cfengine3-clear-syntax-cache): New function.
3044 (cfengine3-make-syntax-cache): Simplify and create
3045 `cfengine-mode-syntax-functions-regex' on demand.
3046 (cfengine3-format-function-docstring): Don't call
3047 `cfengine3-make-syntax-cache' explicitly.
3048
30492013-12-13 Martin Rudalics <rudalics@gmx.at>
3050
3051 Fix windmove-find-other-window broken after pixelwise resizing
3052 (Bug#16017).
3053 * windmove.el (windmove-other-window-loc): Revert change from
3054 2013-12-04.
3055 (windmove-find-other-window): Call window-in-direction.
3056 * window.el (window-in-direction): New arguments SIGN, WRAP and
3057 MINI to emulate original windmove-find-other-window behavior.
3058
30592013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3060
3061 * simple.el (blink-matching--overlay): New variable.
3062 (blink-matching-open): Instead of moving point, highlight the
3063 matching paren with an overlay
3064 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3065
3066 * faces.el (paren-showing-faces, show-paren-match)
3067 (show-paren-mismatch): Move from paren.el.
3068
30692013-12-13 Leo Liu <sdl.web@gmail.com>
3070
3071 * indent.el (indent-region): Disable progress reporter in
3072 minibuffer. (Bug#16108)
3073
3074 * bindings.el (visual-order-cursor-movement): Fix version.
3075
30762013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3077
3078 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3079 Also match after beginning of line.
3080 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3081 files. Thanks to Russell Sim. (Bug#15378)
3082
30832013-12-13 Juri Linkov <juri@jurta.org>
3084
3085 * simple.el <Keypad support>: Remove key bindings duplicated
3086 with bindings.el. (Bug#14397)
3087
30882013-12-13 Juri Linkov <juri@jurta.org>
3089
3090 * comint.el (comint-mode-map): Replace `delete-char' with
3091 `delete-forward-char'. (Bug#16109)
3092
30932013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3094
3095 * progmodes/python.el (python-indent-calculate-indentation):
3096 Fix de-denters cornercase. (Bug#15731)
3097
30982013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3101 (advice--make): Pay attention to `depth'.
3102 (advice--make-1): Don't autoload commands eagerly.
3103 * emacs-lisp/elp.el (elp-instrument-function):
3104 * emacs-lisp/trace.el (trace-function-internal):
3105 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3106
3107 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3108
31092013-12-12 Eli Zaretskii <eliz@gnu.org>
3110
3111 * term/w32-win.el (w32-handle-dropped-file):
3112 * startup.el (normal-top-level):
3113 * net/browse-url.el (browse-url-file-url):
3114 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3115 decode file names using 'utf-8' rather than
3116 file-name-coding-system.
3117
31182013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3119
3120 * progmodes/python.el (python-indent-context)
3121 (python-indent-calculate-indentation): Fix auto-identation
3122 behavior for comment blocks. (Bug#15916)
3123
31242013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3125
3126 * progmodes/python.el (python-indent-calculate-indentation):
3127 When determining indentation, don't treat "return", "pass", etc., as
3128 operators when they are just string constituents. (Bug#15812)
3129
31302013-12-12 Juri Linkov <juri@jurta.org>
3131
3132 * uniquify.el (uniquify-buffer-name-style): Change default to
3133 `post-forward-angle-brackets'.
3134
3135 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3136 `uniquify'. Change default to `post-forward-angle-brackets'.
3137
31382013-12-11 Glenn Morris <rgm@gnu.org>
3139
3140 * emacs-lisp/package.el (finder-list-matches):
3141 Autoload rather than falsely declaring.
3142
31432013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3144
3145 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3146 (eww-mode-map): Use them.
3147
31482013-12-11 Martin Rudalics <rudalics@gmx.at>
3149
3150 * window.el (display-buffer-in-side-window): Fix doc-string
3151 (Bug#16115).
3152
31532013-12-11 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * vc/vc-git.el: Silence byte-compiler warnings.
3156 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3157 (log-edit-set-header): Declare.
3158
31592013-12-11 Eli Zaretskii <eliz@gnu.org>
3160
3161 * Makefile.in (custom-deps, finder-data): Run output file names
3162 through unmsys--file-name. (Bug#16099)
3163
31642013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3167 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3168
3169 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3170 instead of deleting the selection "by hand" (bug#16098).
3171 Rely on insert-for-yank to yank rectangles.
3172 (cua-highlight-region-shift-only): Mark obsolete.
3173 (cua-mode): Don't enable/disable transient-mark-mode,
3174 shift-select-mode (cua-mode works both with and without them), and
3175 pc-selection-mode (obsolete).
3176 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3177 (cua--deactivate-rectangle): Deactivate it.
3178
3179 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3180 (delete-selection-helper): Make sure yank starts at the top of the
3181 deleted region.
3182 (minibuffer-keyboard-quit): Use region-active-p.
3183
3184 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3185
3186 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3187 to `delete' (bug#16109).
3188
31892013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3190
3191 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3192 info manual and show keybindings and set `:group' keyword.
3193
31942013-12-11 Juri Linkov <juri@jurta.org>
3195
3196 * delsel.el (delete-active-region): Let-bind `this-command'
3197 to prevent `kill-region' from changing its original value.
3198 (delete-selection-helper): Handle `overwrite-mode' for the type
3199 `kill' exactly the same way as for the type `t'.
3200 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3201 Support more commands. (Bug#13312)
3202
32032013-12-11 Juri Linkov <juri@jurta.org>
3204
3205 * bindings.el: Map kp keys to non-kp keys systematically
3206 with basic modifiers control, meta and shift. (Bug#14397)
3207
32082013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3209
3210 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3211 "Close browser" menu items. Fix wrong function of "List
3212 bookmarks".
3213
32142013-12-11 Juri Linkov <juri@jurta.org>
3215
3216 * misearch.el (multi-isearch-buffers): Set the value of
3217 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3218 arg of isearch-forward to t.
3219 (multi-isearch-buffers-regexp): Set the value of
3220 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3221 arg of isearch-forward-regexp to t.
3222 (multi-isearch-files): Set the value of
3223 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3224 arg of isearch-forward to t.
3225 (multi-isearch-files-regexp): Set the value of
3226 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3227 arg of isearch-forward-regexp to t. (Bug#16035)
3228
3229 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3230 arg of isearch-forward to t.
3231 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3232 arg of isearch-forward-regexp to t.
3233 (dired-isearch-filter-filenames): Remove unnecessary check for
3234 `dired-isearch-filenames'.
3235
3236 * comint.el (comint-history-isearch-backward):
3237 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3238 (comint-history-isearch-backward-regexp):
3239 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3240
32412013-12-10 Eli Zaretskii <eliz@gnu.org>
3242
3243 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3244 unmsys--file-name. (Bug#16099)
3245
32462013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3247
3248 * emacs-lisp/package.el (package-keyword-button-action):
3249 Remove finder.el require dependency.
3250
32512013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3252
3253 * emacs-lisp/package.el: Require finder.el.
3254 (describe-package-1): Add keyword buttons.
3255 (package-make-button): New convenience function.
3256 (package-keyword-button-action): Keyword button action using
3257 `finder-list-matches'.
3258
32592013-12-09 Eli Zaretskii <eliz@gnu.org>
3260
3261 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3262 last commit.
3263
32642013-12-09 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3267 symlinked files.
3268
32692013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3270
3271 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3272 after the end of a percent literal.
3273
32742013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3275
3276 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3277 Handle caret-delimited strings (Bug#16079).
3278
32792013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3280
3281 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3282 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3283 `ruby-parse-partial' (Bug#16078).
3284
32852013-12-09 Leo Liu <sdl.web@gmail.com>
3286
3287 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3288
32892013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3290
3291 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3292 (js-switch-indent-offset): New option.
3293 (js--proper-indentation): Use it. And handle the case when
3294 "default" is actually a key in an object literal.
3295 (js--same-line): New function.
3296 (js--multi-line-declaration-indentation): Use it.
3297 (js--indent-in-array-comp, js--array-comp-indentation):
3298 New functions.
3299 (js--proper-indentation): Use them, to handle array comprehension
3300 continuations.
3301
33022013-12-08 Leo Liu <sdl.web@gmail.com>
3303
3304 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3305 (flymake-make-overlay): Remove arg MOUSE-FACE.
3306 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3307
33082013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3311 New function.
3312 (redisplay-highlight-region-function): Use it.
3313
3314 * emulation/cua-base.el (cua--explicit-region-start)
3315 (cua--last-region-shifted): Remove.
3316 (cua--deactivate): Use deactivate-mark.
3317 (cua--pre-command-handler-1): Don't handle shift-selection.
3318 (cua--post-command-handler-1): Don't change transient-mark-mode.
3319 (cua--select-keymaps): Use region-active-p rather than
3320 cua--explicit-region-start or cua--last-region-shifted.
3321 (cua-mode): Enable shift-select-mode.
3322
33232013-12-08 Leo Liu <sdl.web@gmail.com>
3324
3325 * progmodes/flymake.el (flymake-popup-current-error-menu):
3326 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3327 (flymake-posn-at-point-as-event, flymake-popup-menu)
3328 (flymake-make-emacs-menu): Remove. (Bug#16077)
3329
33302013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * rect.el (rectangle-mark-mode): Activate mark even if
3333 transient-mark-mode is off (bug#16066).
3334 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3335 is > mark and at bolp.
3336
3337 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3338 (region-extract-function): Use it.
3339 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3340 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3341 Delete functions.
3342 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3343 kill-ring-save, kill-region, delete-char, delete-forward-char.
3344 Ignore self-insert-iso.
3345
3346 * emulation/cua-gmrk.el (cua--init-global-mark):
3347 Ignore `self-insert-iso'.
3348
3349 * emulation/cua-base.el (cua--prefix-copy-handler)
3350 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3351 checking cua--rectangle.
3352 (cua-delete-region): Use region-extract-function.
3353 (cua-replace-region): Delete function.
3354 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3355 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3356 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3357 (cua--init-keymaps): Don't remap delete-selection commands.
3358 (cua-mode): Use delete-selection-mode instead of rolling our own
3359 (bug#16085).
3360
3361 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3362 Obey region-extract-function.
3363
3364 Make registers and delete-selection-mode work on rectangles.
3365 * register.el (describe-register-1): Don't modify the register's value.
3366 (copy-to-register): Obey region-extract-function.
3367 * delsel.el (delete-active-region): Obey region-extract-function.
3368
33692013-12-08 Leo Liu <sdl.web@gmail.com>
3370
3371 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3372 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3373 (flymake-compilation-prevents-syntax-check)
3374 (flymake-start-syntax-check-on-newline)
3375 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3376 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3377 (flymake-xml-program, flymake-master-file-dirs)
3378 (flymake-master-file-count-limit)
3379 (flymake-allowed-file-name-masks): Relocate.
3380 (flymake-makehash, flymake-float-time)
3381 (flymake-replace-regexp-in-string, flymake-split-string)
3382 (flymake-get-temp-dir): Remove.
3383 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3384 (flymake-current-row, flymake-selected-frame)
3385 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3386 related functions. (Bug#16077)
3387
33882013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3389
3390 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3391
33922013-12-07 Tassilo Horn <tsdh@gnu.org>
3393
3394 * help-fns.el (describe-function-1): Use new advice-* functions
3395 rather than old ad-* functions. Fix function type description and
3396 source links for advised functions and subrs.
3397
33982013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3399
3400 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3401
34022013-12-06 Michael Albinus <michael.albinus@gmx.de>
3403
3404 * progmodes/compile.el (compilation-start):
3405 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3406
3407 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3408 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3409
34102013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3411
3412 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3413 Touch up the last change.
3414
34152013-12-06 Leo Liu <sdl.web@gmail.com>
3416
3417 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3418 (inferior-octave-startup): Always use "octave> " for prompt.
3419 (octave-goto-function-definition)
3420 (octave-sync-function-file-names)
3421 (octave-find-definition-default-filename): Remove redundant backquotes.
3422
34232013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3424
3425 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3426 syntax for `?'.
3427 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3428 where appropriate already.
3429 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3430 end of method names (Bug#15874).
3431
34322013-12-06 Juri Linkov <juri@jurta.org>
3433
3434 * isearch.el (isearch--saved-overriding-local-map):
3435 New internal variable.
3436 (isearch-mode): Set it to the initial value of
3437 `overriding-terminal-local-map'.
3438 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3439 with `isearch--saved-overriding-local-map'. (Bug#16035)
3440
34412013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3442
3443 * progmodes/octave.el (inferior-octave-completion-table):
3444 Turn back into function, use `completion-table-with-cache'
3445 (Bug#11906). Update all references.
3446
3447 * minibuffer.el (completion-table-with-cache): New function.
3448
34492013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3450
3451 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3452
34532013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3454
3455 * net/eww.el (eww-current-source): New variable to store page
3456 source.
3457 (eww-display-html, eww-mode, eww-save-history)
3458 (eww-restore-history): Use it.
3459 (eww-view-source): New command to view page source.
3460 Opportunistically uses `html-mode' to highlight the buffer.
3461 (eww-mode-map): Install it.
3462
34632013-12-05 Michael Albinus <michael.albinus@gmx.de>
3464
3465 * net/dbus.el (dbus-unregister-service)
3466 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3467 Fix docstring.
3468 (dbus-unregister-service): Skip :serial entries in
3469 `dbus-registered-objects-table'.
3470 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3471
34722013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3473
3474 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3475 around keywords with extra `split-string' argument.
3476
34772013-12-04 Martin Rudalics <rudalics@gmx.at>
3478
3479 * windmove.el (windmove-other-window-loc): Handle navigation
3480 between windows (excluding the minibuffer window - Bug#16017).
3481
34822013-12-04 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3485 in D-Bus type syntax.
3486 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3487 preserve unibyte strings. (Bug#16048)
3488
34892013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3492 Call force-mode-line-update is the proper buffer (bug#16042).
3493
34942013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3495
3496 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3497 `log-edit-remember-comment', make argument optional. Adjust all
3498 callers.
3499 (log-edit-mode): Add `log-edit-remember-comment' to
3500 `kill-buffer-hook' locally.
3501 (log-edit-kill-buffer): Don't remember comment explicitly since
3502 the buffer is killed anyway.
3503
35042013-12-04 Juri Linkov <juri@jurta.org>
3505
3506 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3507 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3508
35092013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3510
3511 * notifications.el (notifications-close-notification): Call the
3512 D-Bus method with ID being a `:uint32'. (Bug#16030)
3513
35142013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3515
3516 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3517
35182013-12-03 Juri Linkov <juri@jurta.org>
3519
3520 * progmodes/compile.el (compilation-start): Rename window alist
3521 entry `no-display-ok' to `allow-no-window'.
3522
3523 * simple.el (shell-command): Add window alist entry
3524 `allow-no-window' to `display-buffer'.
3525 (async-shell-command): Doc fix.
3526
3527 * window.el (display-buffer-no-window): New action function.
3528 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3529
35302013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3531
3532 * vc/log-edit.el (log-edit-set-header): Extract from
3533 `log-edit-toggle-header'.
3534 (log-edit-extract-headers): Separate the summary, when extracted
3535 from header, from the rest of the message with an empty line.
3536
3537 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3538 line, if present, to the Summary header.
3539
35402013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3543 in current-buffer (bug#16029).
3544
35452013-12-02 Helmut Eller <eller.helmut@gmail.com>
3546
3547 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3548 (debugger-mode-map): Bind it.
3549 (debugger--backtrace-base): New function.
3550 (debugger-eval-expression): Use it.
3551 (debugger-frame-number): Skip local vars when present.
3552 (debugger--locals-visible-p, debugger--insert-locals)
3553 (debugger--show-locals, debugger--hide-locals): New functions.
3554
35552013-12-02 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3558 "LC_ALL".
3559 (tramp-get-remote-locale): New defun.
3560 (tramp-open-connection-setup-interactive-shell): Use it.
3561
35622013-12-02 Leo Liu <sdl.web@gmail.com>
3563
3564 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3565
3566 * progmodes/sh-script.el (sh-shell-process):
3567 * progmodes/octave.el (inferior-octave-process-live-p):
3568 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3569 (gdb-inferior-io-sentinel):
3570 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3571
35722013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3573
3574 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3575 `save-selected-window' to `log-edit-hide-buf'. This makes
3576 `log-edit-show-files' idempotent.
3577 (log-edit-show-files): Mark the new window as dedicated.
3578
35792013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3580
3581 * vc/log-edit.el (log-edit-mode-map): Add binding for
3582 `log-edit-kill-biffer'.
3583 (log-edit-hide-buf): Add a FIXME comment.
3584 (log-edit-add-new-comment): New function, extracted from
3585 `log-edit-done'.
3586 (log-edit-done, log-edit-add-to-changelog): Use it.
3587 (log-edit-kill-buffer): New command.
3588
35892013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3590
3591 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3592 instead of killing the buffer.
3593
35942013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3597
35982013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3599
3600 * net/eww.el (eww-form-checkbox-selected-symbol)
3601 (eww-form-checkbox-symbol): New customizable variable.
3602 (eww-form-checkbox, eww-toggle-checkbox):
3603 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3604
3605 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3606 (shr--get-media-pref, shr--extract-best-source): New function.
3607 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3608 no :src tag was specified.
3609
3610 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3611 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3612 Use \\` to match beginning of string instead of ^.
3613 (eww-browse-with-external-browser): Provide optional URL parameter.
3614 (eww-render): Set `eww-current-title' back to "".
3615
3616 * net/shr.el (shr-tag-video): Display content for video if no
3617 poster is available.
3618 (shr-tag-audio): Add support for <audio> tag.
3619
3620 * net/eww.el (eww-text-input-types): New const.
3621 (eww-process-text-input): Treat input types in
3622 `eww-text-input-types' as text.
3623
3624 * net/shr.el (shr-tag-table): Fix comment typo.
3625
36262013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3627
3628 * net/eww.el (eww-follow-link): New command to avoid reloading
3629 pages when we follow #target links (bug#15243).
3630 (eww-quit): Special mode buffers shouldn't query before exiting.
3631
36322013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3633
3634 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3635 forms.
3636
36372013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638
3639 * net/eww.el (eww-restore-history): Update the window title after
3640 moving in the history.
3641 (eww-current-dom): New variable used to save the current DOM.
3642
36432013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3644
3645 * vc/log-edit.el (log-edit-mode-map): Add binding for
3646 `log-edit-beginning-of-line'.
3647 (log-edit-setup-add-author): New user option.
3648 (log-edit-beginning-of-line): New command.
3649 (log-edit): Move major mode call above the contents setup so that
3650 the local variable values are already applied.
3651 (log-edit): Only insert "Author: " when
3652 `log-edit-setup-add-author' is non-nil.
3653 (log-edit): When SETUP is non-nil, position point after ": "
3654 instead of point-min.
3655
36562013-12-01 Glenn Morris <rgm@gnu.org>
3657
3658 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3659
36602013-11-30 Eli Zaretskii <eliz@gnu.org>
3661
3662 * startup.el (fancy-splash-frame): On MS-Windows, trigger
3663 redisplay to make sure the initial frame gets a chance to become
3664 visible. (Bug#16014)
3665
36662013-11-30 Martin Rudalics <rudalics@gmx.at>
3667
3668 Support resizing frames and windows pixelwise.
3669 * cus-start.el (frame-resize-pixelwise)
3670 (window-resize-pixelwise): New entries.
3671 * emacs-lisp/debug.el (debug): Use window-total-height instead
3672 of window-total-size.
3673 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3674 * help.el (describe-bindings-internal): Use help-buffer as
3675 argument for with-help-window.
3676 (temp-buffer-max-width): New option.
3677 (resize-temp-buffer-window, help-window-setup)
3678 (with-help-window): Rewrite.
3679 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3680 dragging dividers.
3681 * window.el (frame-char-size, window-min-pixel-height)
3682 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3683 (window-min-pixel-width, window-safe-min-pixel-size)
3684 (window-combination-p, window-safe-min-size)
3685 (window-resizable-p, window--size-to-pixel)
3686 (window--pixel-to-size, window--resize-apply-p): New functions.
3687 (window-safe-min-height): Fix doc-string.
3688 (window-size, window-min-size, window--min-size-1)
3689 (window-sizable, window-sizable-p, window--min-delta-1)
3690 (window-min-delta, window--max-delta-1, window-max-delta)
3691 (window--resizable, window--resizable-p, window-resizable)
3692 (window-full-height-p, window-full-width-p, window-at-side-p)
3693 (window--in-direction-2, window-in-direction)
3694 (window--resize-reset-1, window--resize-mini-window)
3695 (window-resize, window-resize-no-error)
3696 (window--resize-child-windows-normal)
3697 (window--resize-child-windows, window--resize-siblings)
3698 (window--resize-this-window, window--resize-root-window)
3699 (window--resize-root-window-vertically)
3700 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3701 (maximize-window, minimize-window, delete-window)
3702 (quit-restore-window, window-split-min-size, split-window)
3703 (balance-windows-2, balance-windows)
3704 (balance-windows-area-adjust, balance-windows-area)
3705 (window--state-get-1, window-state-get, window--state-put-1)
3706 (window--state-put-2, window-state-put)
3707 (display-buffer-record-window, window--display-buffer):
3708 Make functions handle pixelwise sizing of windows.
3709 (display-buffer--action-function-custom-type)
3710 (display-buffer-fallback-action):
3711 Add display-buffer-in-previous-window.
3712 (display-buffer-use-some-window): Resize window to height it had
3713 before.
3714 (fit-window-to-buffer-horizontally): New option.
3715 (fit-frame-to-buffer): Describe new values.
3716 (fit-frame-to-buffer-bottom-margin): Replace with
3717 fit-frame-to-buffer-margins.
3718 (window--sanitize-margin): New function.
3719 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3720 using window-text-pixel-size.
3721
37222013-11-30 Glenn Morris <rgm@gnu.org>
3723
3724 * emacs-lisp/bytecomp.el (byte-compile-form):
3725 Make the `interactive-only' warning like the `obsolete' one.
3726 * comint.el (comint-run):
3727 * files.el (insert-file-literally, insert-file):
3728 * replace.el (replace-string, replace-regexp):
3729 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3730 (goto-line, insert-buffer, next-line, previous-line):
3731 Tweak `interactive-only' spec.
3732
3733 Stop keeping (most) generated cedet grammar files in the repository.
3734 * Makefile.in (semantic): New.
3735 (compile-main): Depend on semantic.
3736
37372013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3740 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3741
3742 * uniquify.el (uniquify-buffer-name-style): Change default.
3743
3744 * loadup.el: Preload "uniquify".
3745
3746 * time.el (display-time-update): Update all mode lines (bug#15999).
3747
3748 * electric.el (electric-indent-mode): Enable by default.
3749 * loadup.el: Preload "electric".
3750
37512013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
3752
3753 * emacs-lisp/helpers.el (string-empty-p): New function.
3754 (string-blank-p): New function.
3755
37562013-11-29 Andreas Politz <politza@hochschule-trier.de>
3757
3758 * imenu.el (imenu--index-alist): Add missing dot to the docstring
3759 (Bug#14029).
3760
37612013-11-29 Andreas Politz <politza@fh-trier.de>
3762 * imenu.el (imenu--subalist-p): Don't error on non-conses and
3763 allow non-lambda lists as functions.
3764 (imenu--in-alist): Don't recurse into non-subalists.
3765 (imenu): Don't pass function itself as an argument (Bug#14029).
3766
37672013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * progmodes/python.el (python-mode-map): Remove binding for ":".
3770 (python-indent-electric-colon): Remove command.
3771 (python-indent-post-self-insert-function): Integrate the previous code
3772 of python-indent-electric-colon. Make it conditional on
3773 electric-indent-mode.
3774 (python-mode): Add ?: to electric-indent-chars.
3775 Move python-indent-post-self-insert-function to the end of
3776 post-self-insert-hook.
3777
37782013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * doc-view.el (doc-view-goto-page): Update mode-line.
3781
3782 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3783
37842013-11-27 Glenn Morris <rgm@gnu.org>
3785
3786 * international/charprop.el, international/uni-bidi.el:
3787 * international/uni-category.el, international/uni-combining.el:
3788 * international/uni-comment.el, international/uni-decimal.el:
3789 * international/uni-decomposition.el, international/uni-digit.el:
3790 * international/uni-lowercase.el, international/uni-mirrored.el:
3791 * international/uni-name.el, international/uni-numeric.el:
3792 * international/uni-old-name.el, international/uni-titlecase.el:
3793 * international/uni-uppercase.el:
3794 Remove generated files from VCS repository.
3795
37962013-11-27 Eli Zaretskii <eliz@gnu.org>
3797
3798 * filenotify.el (file-notify-add-watch): Don't special-case
3799 w32notify when computing the directory to watch.
3800
38012013-11-27 Glenn Morris <rgm@gnu.org>
3802
3803 Make bootstrap without generated uni-*.el files possible again.
3804 * loadup.el: Update command-line-args checking for unidata-gen.
3805 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3806 * composite.el, international/characters.el:
3807 Handle unicode tables being undefined.
3808
3809 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3810 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3811 (compile-main): Depend on leim rule.
3812 (leim): New rule.
3813 * loadup.el: Move leim-list.el to leim/ subdirectory.
3814 * startup.el (normal-top-level): No more leim directory.
3815 * international/ja-dic-cnv.el (skkdic-convert):
3816 Disable version-control and autoloads in output files.
3817 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3818 Disable version-control and autoloads in output files.
3819 * leim/quail: Move here from ../leim.
3820 * leim/quail/hangul.el (hangul-input-method-activate):
3821 Add autoload cookie.
3822 (generated-autoload-load-name): Set file-local value.
3823 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3824 (generated-autoload-load-name): Set file-local value.
3825
38262013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
3827
3828 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3829 (eww-add-bookmark): Ask confirmation when add to bookmarks.
3830 (eww-quit): Ask confirmation before quitting eww.
3831
38322013-11-26 Eli Zaretskii <eliz@gnu.org>
3833
3834 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3835 reading output from Diff on MS-Windows and MS-DOS.
3836
38372013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
3838
3839 * emacs-lisp/helpers.el (string-reverse): New function.
3840
38412013-11-26 Michael Albinus <michael.albinus@gmx.de>
3842
3843 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3844 names on MS Windows, like "/[::1]:".
3845
3846 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3847 SWITCHES.
3848
38492013-11-26 Glenn Morris <rgm@gnu.org>
3850
3851 * progmodes/python.el (python-indent-guess-indent-offset):
3852 Avoid corner-case error. (Bug#15975)
3853
3854 Preload leim-list.el. (Bug#4789)
3855 * loadup.el: Load leim-list.el when found.
3856 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3857
38582013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3859
3860 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3861
3862 * emacs-lisp/helpers.el (string-join): New function.
3863
38642013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3865
3866 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3867 Mark as obsolete and replace it with a symbol property.
3868 (byte-compile-form): Use new 'interactive-only property.
3869 * comint.el, files.el, replace.el, simple.el:
3870 Apply new 'interactive-only properly.
3871
38722013-11-25 Martin Rudalics <rudalics@gmx.at>
3873
3874 * window.el (display-buffer-at-bottom): Make sure that
3875 split-window-sensibly creates the new window on bottom
3876 (Bug#15961).
3877
38782013-11-23 David Kastrup <dak@gnu.org>
3879
3880 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3881 on the conflict markers when available.
3882 (smerge--get-marker): New function.
3883 (smerge-end-re, smerge-base-re): Add subgroup.
3884
38852013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * frame.el (handle-focus-in, handle-focus-out): Add missing
3888 interactive spec.
3889
38902013-11-25 Michael Albinus <michael.albinus@gmx.de>
3891
3892 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3893 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3894
38952013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3898 (gomoku--last-pos): New var.
3899 (gomoku--intangible-chars): New const.
3900 (gomoku--intangible): New function.
3901 (gomoku-mode): Use it. Derive from special-mode.
3902 (gomoku-move-up): Adjust line count.
3903 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3904 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3905 Simplify accordingly.
3906
3907 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3908 Remove blink-cursor code.
3909 (blink-cursor-timer-function, blink-cursor-suspend):
3910 Don't special-case GUIs.
3911 (blink-cursor-mode): Use focus-in/out-hook.
3912
39132013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3914
3915 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3916 work when annotation is invisible (Bug#13886).
3917
39182013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3919
3920 * json.el (json-alist-p): Only return non-nil if the alist has
3921 simple keys (Bug#13518).
3922
39232013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3924
3925 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3926 when control-statement is the first statement in a buffer (Bug#15956).
3927
39282013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3929
3930 * imenu.el (imenu-generic-skip-comments-and-strings):
3931 New option (Bug#15560).
3932 (imenu--generic-function): Use it.
3933
39342013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3935
3936 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3937 (Bug#13898)
3938
39392013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3940
3941 * emacs-lisp/helpers.el: Add some string helpers.
3942 (string-trim-left): Removes leading whitespace.
3943 (string-trim-right): Removes trailing whitespace.
3944 (string-trim): Removes leading and trailing whitespace.
3945
3946 * subr.el (string-suffix-p): New function.
3947
39482013-11-23 Glenn Morris <rgm@gnu.org>
3949
3950 * progmodes/python.el (python-shell-send-file):
3951 Add option to delete file when done. (Bug#15647)
3952 (python-shell-send-string, python-shell-send-region): Use it.
3953
39542013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
3955
3956 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3957 to set buffer-read-only to t, never to nil. (Bug#15938)
3958
3959 * textmodes/tex-mode.el (latex-noindent-environments):
3960 Add safe-local-variable property. (Bug#15936)
3961
39622013-11-23 Glenn Morris <rgm@gnu.org>
3963
3964 * textmodes/enriched.el (enriched-mode): Doc fix.
3965 * emacs-lisp/authors.el (authors-renamed-files-alist):
3966 Add enriched.doc -> enriched.txt.
3967
3968 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3969
39702013-11-22 Leo Liu <sdl.web@gmail.com>
3971
3972 * progmodes/octave.el (inferior-octave-startup): Spit out error
3973 message.
3974
39752013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
3976
3977 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3978 Improve docstring.
3979 Add :version.
3980 (ruby-encoding-magic-comment-style): Add :version.
3981
39822013-11-22 Leo Liu <sdl.web@gmail.com>
3983
3984 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3985 (Bug#15076)
3986 (octave-help-mode): Adapt to change to help-mode-finish to use
3987 derived-mode-p on 2013-09-17.
3988 (inferior-octave-prompt): Also match octave-gui.
3989 (octave-kill-process): Don't ask twice. (Bug#10564)
3990
39912013-11-22 Leo Liu <sdl.web@gmail.com>
3992
3993 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3994 (inferior-octave-startup, inferior-octave-check-process)
3995 (inferior-octave-track-window-width-change)
3996 (octave-completion-at-point, octave-eldoc-function): Use it.
3997 (octave-kill-process): Provide confirmation. (Bug#10564)
3998
39992013-11-21 Leo Liu <sdl.web@gmail.com>
4000
4001 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4002 Fix obsolete variable comment-use-global-state.
4003
40042013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4005
4006 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4007 Add `octave-source-file'.
4008 (octave-source-file): New function. (Bug#15935)
4009
40102013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4011
4012 * net/eww.el (eww-local-regex): New variable.
4013 (eww): Use it to detect localhost and similar.
4014
40152013-11-21 Leo Liu <sdl.web@gmail.com>
4016
4017 Add completion for command `ag'.
4018 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4019 (pcomplete/ag): New function.
4020 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4021
40222013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4025 (bug#14646).
4026 (make-obsolete): Remove interactive spec.
4027
40282013-11-21 Glenn Morris <rgm@gnu.org>
4029
4030 * startup.el (command-line-1): Use path-separator with -L.
4031
40322013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4033
4034 * emacs-lisp/package.el (describe-package-1): Add package archive
4035 to shown fields.
4036
40372013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4038
4039 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4040 Change default to "# encoding: %s" to differentiate it from the
4041 default Ruby encoding comment template.
4042
40432013-11-20 era eriksson <era+emacsbugs@iki.fi>
4044
4045 * ses.el (ses-mode): Doc fix. (Bug#14748)
4046
40472013-11-20 Leo Liu <sdl.web@gmail.com>
4048
4049 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4050
40512013-11-19 Dan Nicolaescu <dann@gnu.org>
4052
4053 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4054 when rebase or bisect are in progress.
4055
40562013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4057
4058 * filenotify.el (file-notify-add-watch): Doc fix.
4059
40602013-11-19 Leo Liu <sdl.web@gmail.com>
4061
4062 * obsolete/rcompile.el: Mark obsolete.
4063
4064 * progmodes/compile.el (compilation-start)
4065 (compilation-goto-locus, compilation-find-file):
4066 Pass no-display-ok and handle nil value from display-buffer.
4067 (Bug#13594)
4068
4069 * window.el (display-buffer-alist, display-buffer): Document the
4070 new parameter no-display-ok. Return either a window or nil
4071 but never a non-window value.
4072
40732013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * electric.el (electric-indent-mode-map): Remove.
4076 (electric-indent-mode): Change the global-map instead (bug#15915).
4077
4078 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4079 Use add-function.
4080
40812013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * emacs-lisp/nadvice.el (remove-function): Align with
4084 add-function's behavior.
4085
4086 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4087 (gdb--string-regexp): New constant.
4088 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4089 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4090 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4091 submatch 1.
4092 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4093 Adjust use accordingly.
4094 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4095
40962013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4097
4098 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4099 interpolation curlies (Bug#15914).
4100
41012013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4102
4103 * calc/calc.el (calc-context-sensitive-enter): New variable.
4104 (calc-enter): Use `calc-context-sensitive-enter'.
4105
41062013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4107
4108 * progmodes/cfengine.el: Version bump.
4109 (cfengine-cf-promises): New defcustom to locate cf-promises.
4110 (cfengine3-vartypes): Add new "data" type.
4111 (cfengine3--current-word): New function to get current name-like
4112 word or its bounds.
4113 (cfengine3--current-function): New function to look up a CFEngine
4114 function's definition.
4115 (cfengine3-format-function-docstring): New function.
4116 (cfengine3-make-syntax-cache): New function.
4117 (cfengine3-documentation-function): New function: ElDoc glue.
4118 (cfengine3-completion-function): New function: completion glue.
4119 (cfengine3-mode): Set `compile-command',
4120 `eldoc-documentation-function', and add to
4121 `completion-at-point-functions'.
4122
41232013-11-16 Michael Albinus <michael.albinus@gmx.de>
4124
4125 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4126 `tramp-current-connection'.
4127
41282013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4129
4130 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4131 nil/self/true/false with "end of symbol".
4132
41332013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4134
4135 * subr.el (version-regexp-alist): Fix a typo.
4136
41372013-11-15 Michael Albinus <michael.albinus@gmx.de>
4138
4139 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4140 "en_US.utf8" and "LC_CTYPE" to "".
4141 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4142 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4143
41442013-11-15 Leo Liu <sdl.web@gmail.com>
4145
4146 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4147
41482013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * progmodes/gud.el (ctl-x-map):
4151 Remove C-x SPC binding. (Bug#12342)
4152 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4153
41542013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4155
4156 * subr.el (version-regexp-alist):
4157 Recognize hg, svn and darcs versions as snapshot versions.
4158
4159 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4160 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4161 (ruby--encoding-comment-required-p): Extract from
4162 `ruby-mode-set-encoding'.
4163 (ruby-mode-set-encoding): Add the ability to always insert an
4164 utf-8 encoding comment. Fix and simplify coding comment update
4165 logic.
4166
41672013-11-14 Michael Albinus <michael.albinus@gmx.de>
4168
4169 * net/tramp-gvfs.el (top): Run init code only when
4170 `tramp-gvfs-enabled' is not nil.
4171 (tramp-gvfs-enabled): Check also :system bus.
4172
41732013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 Sync with upstream verilog-mode revision 78e66ba.
4176 * progmodes/verilog-mode.el (verilog-end-of-defun)
4177 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4178 (verilog-get-end-of-defun): Remove unused argument.
4179 (verilog-comment-depth): Remove unused local `e'.
4180 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4181 Don't pass arg to verilog-get-end-of-defun.
4182
41832013-11-14 Glenn Morris <rgm@gnu.org>
4184
4185 * obsolete/assoc.el (aget): Prefix dynamic variable.
4186
4187 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4188
41892013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * widget.el, hfy-cmap.el: Remove bogus package version number.
4192
41932013-11-13 Glenn Morris <rgm@gnu.org>
4194
4195 * replace.el (replace-eval-replacement):
4196 Try to give more helpful error message. (Bug#15836)
4197
4198 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4199 (archive-7z-update): Avoid custom type mismatches.
4200
4201 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4202
42032013-11-13 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4206 address can be empty.
4207
4208 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4209 Accept nil SWITCHES.
4210 (tramp-gvfs-handle-write-region): Implement APPEND.
4211
42122013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4213
4214 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4215 binary "|" operator and closing block args delimiter.
4216 Remove FIXME comment referring to Ruby 1.8-only syntax.
4217 (ruby-smie--implicit-semi-p): Not after "|" operator.
4218 (ruby-smie--closing-pipe-p): New function.
4219 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4220 (ruby-smie-rules): Indent after "|".
4221
42222013-11-12 Glenn Morris <rgm@gnu.org>
4223
4224 * ps-print.el (ps-face-attribute-list):
4225 Handle anonymous faces. (Bug#15827)
4226
42272013-11-12 Martin Rudalics <rudalics@gmx.at>
4228
4229 * window.el (display-buffer-other-frame): Fix doc-string.
4230 (Bug#15868)
4231
42322013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4235
42362013-11-11 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4239 (tramp-sh-handle-file-local-copy): Don't write a message when
4240 saving temporary files.
4241
4242 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4243 both directories are remote.
4244 (tramp-smb-handle-directory-files): Do not return double entries.
4245 Do not expand full file names.
4246 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4247 (tramp-smb-handle-write-region): Implement APPEND.
4248 (tramp-smb-get-stat-capability): Fix a stupid bug.
4249
42502013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4253
42542013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4255
4256 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4257 throwing error over malformed let/let* (bug#15814).
4258
42592013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * iswitchb.el (iswitchb-mode): Mark obsolete.
4262
42632013-11-11 Glenn Morris <rgm@gnu.org>
4264
4265 * international/uni-bidi.el, international/uni-category.el:
4266 * international/uni-name.el, international/uni-numeric.el:
4267 Regenerate for Unicode 6.3.0.
4268
42692013-11-10 Michael Albinus <michael.albinus@gmx.de>
4270
4271 * net/tramp.el (tramp-methods):
4272 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4273 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4274
42752013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4276
4277 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4278 Force highlighting text after Summary keyword in doc face for rpm.
4279
42802013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4281
4282 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4283 available and the word has no wildcards, append one to the grep pattern.
4284 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4285 (ispell-complete-word): Call `ispell-lookup-words' with the value
4286 independent of `ispell-look-p'.
4287
42882013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4289
4290 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4291 Not after "||".
4292 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4293 their parent.
4294
42952013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4298 (ruby-font-lock-keywords): Use backquote.
4299
43002013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4301
4302 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4303 (ruby-smie--backward-token): Only consider full-string matches.
4304
43052013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4306
4307 * faces.el (describe-face): Add distant-foreground.
4308
43092013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4310
4311 * progmodes/ruby-mode.el: Improve encoding comment handling.
4312 (ruby-encoding-magic-comment-style): New option.
4313 (ruby-custom-encoding-magic-comment-template): New option.
4314 (ruby--insert-coding-comment, ruby--detect-encoding):
4315 New functions extracted from `ruby-mode-set-encoding'.
4316 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4317 to control the style of the auto-inserted encoding comment.
4318
43192013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4320
4321 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4322 Use `smie-backward-sexp' with token argument.
4323
43242013-11-08 Michael Albinus <michael.albinus@gmx.de>
4325
4326 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4327 Remove instrumentation code.
4328
43292013-11-08 Glenn Morris <rgm@gnu.org>
4330
4331 * progmodes/autoconf.el (autoconf-mode):
4332 Tweak comment-start-skip. (Bug#15822)
4333
43342013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4337 at bobp (bug#15826).
4338 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4339
43402013-11-08 Darren Hoo <darren.hoo@gmail.com>
4341
4342 * man.el (Man-start-calling): New macro, extracted from
4343 Man-getpage-in-background.
4344 (Man-getpage-in-background): Use it.
4345 (Man-update-manpage): New command.
4346 (Man-mode-map): Bind it.
4347
43482013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4349
4350 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4351 of "and", "or", "&&" and "||".
4352 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4353 argument. Prohibit opening curly brace because it could only be a
4354 block opener in that position.
4355 (ruby-smie--forward-token, ruby-smie--backward-token):
4356 Separate "|" from "&" or "*" going after it. That can happen in block
4357 arguments.
4358 (ruby-smie--indent-to-stmt): New function, seeks the end of
4359 previous statement or beginning of buffer.
4360 (ruby-smie-rules): Use it.
4361 (ruby-smie-rules): Check if there's a ":" before a curly block
4362 opener candidate; if there is, it's a hash.
4363
43642013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4365
4366 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4367 (cl--block-wrapper): Fix last accidental change.
4368
43692013-11-07 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4372 Instrument, in order to hunt failure on hydra.
4373
43742013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4375
4376 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4377 malformed bindings form (bug#15814).
4378
43792013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4380
4381 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4382 "." compared to " @ ". This incidentally fixes some indentation
4383 examples with "do".
4384 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4385 (ruby-smie-grammar): New tokens: "and" and "or".
4386 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4387 Exclude "and" and "or". Remove "do" in order to work around token
4388 priorities.
4389 (ruby-smie-rules): Add all infix tokens. Handle the case of
4390 beginning-of-buffer.
4391
43922013-11-06 Glenn Morris <rgm@gnu.org>
4393
4394 * Makefile.in (setwins_almost, setwins_for_subdirs):
4395 Avoid accidental matches.
4396
43972013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * menu-bar.el (popup-menu): Use key-binding.
4400
44012013-11-06 Eli Zaretskii <eliz@gnu.org>
4402
4403 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4404 menus, support also the menus produced by minor modes.
4405 (Bug#15817)
4406
44072013-11-06 Leo Liu <sdl.web@gmail.com>
4408
4409 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4410 DISTANCE to bound the search. All uses changed. (Bug#15808)
4411
44122013-11-06 Glenn Morris <rgm@gnu.org>
4413
4414 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4415 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4416 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4417
44182013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * electric.el (electric-indent-just-newline): New command.
4421 (electric-indent-mode-map): New keymap.
4422 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4423 Re-add :group which weren't redundant.
4424
4425 * electric.el (electric-indent-local-mode): New minor mode.
4426 (electric-indent-functions-without-reindent): New var.
4427 (electric-indent-post-self-insert-function): Use it.
4428 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4429
44302013-11-05 Eli Zaretskii <eliz@gnu.org>
4431
4432 * international/quail.el (quail-help): Be more explicit about the
4433 meaning of the labels shown on the keys. (Bug#15800)
4434
4435 * startup.el (normal-top-level): Load the subdirs.el files before
4436 setting the locale environment. (Bug#15805)
4437
44382013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4441 via arguments so as to get the right ones (bug#15418).
4442
4443 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4444
44452013-11-05 Michael Albinus <michael.albinus@gmx.de>
4446
4447 Fix problems found while writing a test suite.
4448
4449 * net/tramp-compat.el (tramp-compat-load): New defun.
4450 * net/tramp.el (tramp-handle-load): Use it.
4451
4452 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4453 "(numberp ok-if-already-exists)" correctly.
4454
44552013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4456
4457 * international/characters.el (glyphless-char-display-control):
4458 Add usage note.
4459
44602013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4461
4462 * progmodes/python.el (python-mode):
4463 * progmodes/scheme.el (scheme-mode):
4464 * progmodes/prolog.el (prolog-mode):
4465 * progmodes/ruby-mode.el (ruby-mode):
4466 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4467 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4468
44692013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * rect.el (rectangle--highlight-for-redisplay):
4472 * emacs-lisp/smie.el (smie--next-indent-change):
4473 Use buffer-chars-modified-tick.
4474
4475 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4476
4477 * electric.el (electric-indent-post-self-insert-function):
4478 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4479
44802013-11-04 Helmut Eller <eller.helmut@gmail.com>
4481
4482 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4483
44842013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4485
4486 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4487 (bug#15786).
4488
44892013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4492
4493 * progmodes/python.el: Fix up last change.
4494 (python-shell--save-temp-file): New function.
4495 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4496 `string' comes from the current buffer.
4497 (python-shell-send-string-no-output): Remove `msg' arg.
4498 (python--use-fake-loc): New var.
4499 (python-shell-buffer-substring): Obey it. Try to compensate for the
4500 extra coding line added by python-shell--save-temp-file.
4501 (python-shell-send-region): Use python-shell--save-temp-file and
4502 python-shell-send-file directly. Add `nomain' argument.
4503 (python-shell-send-buffer): Use python-shell-send-region.
4504 (python-electric-pair-string-delimiter): New function.
4505 (python-mode): Use it.
4506
45072013-11-04 Eli Zaretskii <eliz@gnu.org>
4508
4509 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4510 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4511 environment and decoding all of the default-directory's to here
4512 from command-line.
4513 (command-line): Decode also argv[0].
4514
4515 * loadup.el: Error out if default-directory is a multibyte string
4516 when we are dumping.
4517
4518 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4519
45202013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4521
4522 * emacs-lisp/package.el (package-menu-mode)
4523 (package-menu--print-info, package-menu--archive-predicate):
4524 Add Archive column to package list.
4525
45262013-11-04 Michael Albinus <michael.albinus@gmx.de>
4527
4528 Fix problems found while writing a test suite.
4529
4530 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4531 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4532 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4533 to nil when running original file name handler. Otherwise,
4534 there are problems with constructs like "$$FOO".
4535
4536 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4537 for `localname'.
4538
45392013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4540
4541 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4542
4543 * subr.el (version<, version<=, version=):
4544 Update docstrings with information for snapshot versions.
4545
4546 * helpers.el: New library for misc helper functions.
4547 (hash-table-keys): New function returning a list of hash keys.
4548 (hash-table-values): New function returning a list of hash values.
4549
45502013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4551
4552 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4553 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4554
45552013-11-04 Michal Nazarewicz <mina86@mina86.com>
4556
4557 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4558 checking whether point is after a 1-letter word.
4559
45602013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4561
4562 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4563 Don't infloop when expanding region over `multiline' syntax-type that
4564 begins a line (bug#15778).
4565
45662013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4569 Make it into a proper minor mode.
4570 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4571 (rectangle-mark-mode-map): New keymap.
4572 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4573
45742013-11-04 Glenn Morris <rgm@gnu.org>
4575
4576 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4577
45782013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4581 (ruby-smie-rules): Use smie-rule-parent instead.
4582
4583 * emacs-lisp/smie.el (smie-rule-parent): Always call
4584 smie-indent-virtual rather than only for hanging tokens.
4585 (smie--next-indent-change): New helper command.
4586
45872013-11-03 Glenn Morris <rgm@gnu.org>
4588
4589 * Makefile.in (abs_srcdir): Remove.
4590 (emacs): Unset EMACSLOADPATH.
4591
45922013-11-02 Glenn Morris <rgm@gnu.org>
4593
4594 * Makefile.in (EMACS): Use a relative filename.
4595 (abs_top_builddir): Remove.
4596 (custom-deps, finder-data, autoloads): Use --chdir.
4597
4598 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4599
4600 Use relative filenames in TAGS files.
4601 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4602 (lisptagsfiles4, TAGS): Use relative file names.
4603 (TAGS-LISP): Remove.
4604 (maintainer-clean): No more TAGS-LISP file.
4605
4606 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4607 (lisptagsfiles4): Use absolute filenames again.
4608 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4609 Remove all *loaddefs files, not just the first. Remove esh-groups.
4610 (maintainer-clean): Delete TAGS, TAGS-LISP.
4611
46122013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4613
4614 * emacs-lisp/package.el (package-version-join):
4615 Recognize snapshot versions.
4616
46172013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4618
4619 * subr.el (version-regexp-alist): Add support for snapshot versions.
4620
46212013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4622
4623 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4624 New function, replacement for `smie-rule-parent' for when we want to
4625 skip over our direct parent if it's an assignment token..
4626 (ruby-smie-rules): Use it.
4627
46282013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4629
4630 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4631 unconditionally. Remove now unnecessary forward declarations.
4632 Remove XEmacs-specific setup.
4633 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4634 (ruby-font-lock-syntactic-keywords)
4635 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4636 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4637 (ruby-here-doc-end-syntax): Remove.
4638 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4639 defined as function.
4640
46412013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4642
4643 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4644
46452013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4646
4647 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4648 table and abbrev table, `define-derived-mode' does that for us
4649 anyway.
4650
46512013-11-01 Glenn Morris <rgm@gnu.org>
4652
4653 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4654 files is atomic for some time, so no parallel compilation issues).
4655
46562013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4657
4658 * faces.el (face-x-resources): Add :distant-foreground.
4659 (region): Use :distant-foreground for gtk and ns.
4660
46612013-11-01 Tassilo Horn <tsdh@gnu.org>
4662
4663 Allow multiple bibliographies when BibLaTeX is used rather than
4664 BibTeX.
4665 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4666 (reftex-locate-bibliography-files): Us it.
4667
46682013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4669
4670 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4671 allow comments in pbm files.
4672
4673 * term/w32-win.el (dynamic-library-alist): Support newer versions
4674 of libjpeg starting with v7: look only for the DLL from the
4675 version against which Emacs was built.
4676 Support versions of libpng beyond 1.4.x.
4677 Support libtiff v4.x.
4678
46792013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4680
4681 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4682 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4683 Add property :safe.
4684 (ruby-deep-arglist): Add property :type.
4685
46862013-10-31 Glenn Morris <rgm@gnu.org>
4687
4688 * Makefile.in (custom-deps, finder-data): No need to setq the target
4689 variables, we are in the right directory and the defaults work fine.
4690
46912013-10-30 Glenn Morris <rgm@gnu.org>
4692
4693 * Makefile.in (autoloads): Do not use abs_lisp.
4694
4695 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4696 `newline' does not respect `standard-output', so use `princ'.
4697
46982013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4699
4700 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4701 * buff-menu.el (Buffer-menu--unmark): New function.
4702 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4703
47042013-10-30 Glenn Morris <rgm@gnu.org>
4705
4706 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4707
4708 * emacs-lisp/package.el (lm-homepage): Declare.
4709
4710 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4711 Fix doc typos.
4712
4713 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4714
4715 * Makefile.in (finder-data, autoloads, update-subdirs)
4716 (compile-main, compile-clean, compile-always, bootstrap-clean):
4717 Check return value of cd.
4718 (compile-calc): Remove.
4719
47202013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4723
4724 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4725 (byte-compile-and-folded): New function.
4726 (=, <, >, <=, >=): Use it.
4727
4728 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4729 (path-separator, null-device, buffer-file-coding-system)
4730 (lpr-headers-switches): Check system-type before modifying them.
4731 (find-buffer-file-type-coding-system): Mark obsolete.
4732 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4733 find-file-not-found-set-buffer-file-coding-system.
4734 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4735 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4736 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4737 (w32-direct-print-region-helper, w32-direct-print-region-function)
4738 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4739 * startup.el (normal-top-level-add-subdirs-to-load-path):
4740 * ps-print.el (ps-print-region-function):
4741 * lpr.el (print-region-function): Use new name.
4742
4743 * subr.el (custom-declare-variable-early): Remove function.
4744 (custom-declare-variable-list): Remove var.
4745 (error, user-error): Remove `while' loop.
4746 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4747 (user-emacs-directory-warning, locate-user-emacs-file):
4748 Move to files.el.
4749 * simple.el (read-quoted-char-radix, read-quoted-char):
4750 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4751 Move from subr.el.
4752 * custom.el (custom-declare-variable-list): Don't process
4753 custom-declare-variable-list.
4754
4755 * progmodes/python.el (python-shell-get-buffer): New function.
4756 (python-shell-get-process): Use it.
4757 (python-shell-send-string): Always use utf-8 and add a cookie to tell
4758 Python which encoding was used. Don't split-string since we only care
4759 about the first line. Return the temp-file, if applicable.
4760 (python-shell-send-region): Tell compile.el how to turn locations in
4761 the temp-file into locations in the source buffer.
4762
47632013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * subr.el (undefined): Add missing behavior from the C code for
4766 unbound keys.
4767
4768 * rect.el: Use lexical-binding. Add new rectangular region support.
4769 (rectangle-mark): New command.
4770 (rectangle--region): New var.
4771 (deactivate-mark-hook): Reset rectangle--region.
4772 (rectangle--extract-region, rectangle--insert-for-yank)
4773 (rectangle--highlight-for-redisplay)
4774 (rectangle--unhighlight-for-redisplay): New functions.
4775 (region-extract-function, redisplay-unhighlight-region-function)
4776 (redisplay-highlight-region-function): Use them to handle
4777 rectangular region.
4778 * simple.el (region-extract-function): New var.
4779 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4780 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4781 (kill-region): Replace obsolete `yank-handler' arg with `region'.
4782 (copy-region-as-kill, kill-ring-save): Add `region' argument.
4783 (redisplay-unhighlight-region-function)
4784 (redisplay-highlight-region-function): New vars.
4785 (redisplay--update-region-highlight): New function.
4786 (pre-redisplay-function): Use it.
4787 (exchange-point-and-mark): Don't deactivate the mark before
4788 reactivate-it anyway.
4789 * comint.el (comint-kill-region): Remove yank-handler argument.
4790 * delsel.el (delete-backward-char, backward-delete-char-untabify)
4791 (delete-char): Remove property, since it's now part of their
4792 default behavior.
4793 (self-insert-iso): Remove property since this command doesn't exist.
4794
4795 * emacs-lisp/package.el (package--download-one-archive)
4796 (describe-package-1): Don't query the user about final newline.
4797
47982013-10-29 Daniel Colascione <dancol@dancol.org>
4799
4800 * net/tramp.el (tramp-methods): Document new functionality.
4801 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4802 tramp-hostname-checker if method provides one instead of scanning
4803 argument list for "%h" to decide hostname acceptability.
4804
48052013-10-28 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4808 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4809 Handle COPY-CONTENTS. (Bug#15737)
4810
48112013-10-28 Daiki Ueno <ueno@gnu.org>
4812
4813 * epa-file.el
4814 (epa-file-cache-passphrase-for-symmetric-encryption):
4815 Document that this option has no effect with GnuPG 2.0 (bug#15552).
4816
48172013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4818
4819 * image.el (defimage, image-load-path): Doc fixes.
4820
48212013-10-27 Alan Mackenzie <acm@muc.de>
4822
4823 Indent statements in macros following "##" correctly.
4824 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4825 Modify the "#" arm of a cond form to handle "#" and "##" operators.
4826
48272013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4828
4829 * linum.el (linum-update-window): Fix boundary test (bug#13446).
4830
48312013-10-27 Dmitry Gutov <dgutov@yandex.ru>
4832
4833 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4834 after `=' is probably a new expression.
4835
48362013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4837
4838 * man.el (man-imenu-title): New option.
4839 (Man-mode-map): Add menu. (Bug#15722)
4840 (Man-mode): Add imenu to menu.
4841
48422013-10-26 Dmitry Gutov <dgutov@yandex.ru>
4843
4844 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4845 specific in what the first arg can be: a non-keyword word,
4846 string/regexp/percent literal opener, opening paren, or unary
4847 operator followed directly by word.
4848
48492013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4852 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4853 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4854 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4855 Remove vars, they do not apply any more.
4856 (prolog-mode-abbrev-table): Remove redundant declaration.
4857 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4858 (prolog-use-smie): Remove.
4859 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4860 supported by prolog-electric-if-then-else-flag.
4861 (prolog-mode-variables, prolog-menu): Use setq-local.
4862 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4863 Remove binding to `Backspace' since this key doesn't exist anyway.
4864 Remove bindings for electric self-inserting keys.
4865 (prog-mode): Assume it's defined.
4866 (prolog-post-self-insert): New function.
4867 (prolog-mode): Use it.
4868 (prolog-indent-line, prolog-indent-level)
4869 (prolog-find-indent-of-matching-paren)
4870 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4871 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4872 (prolog-goto-next-paren, prolog-in-string-or-comment)
4873 (prolog-tokenize, prolog-inside-mline-comment)
4874 (prolog-find-start-of-mline-comment): Remove functions.
4875 (prolog-find-unmatched-paren, prolog-clause-end)
4876 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4877 (prolog-electric--if-then-else): Rename from
4878 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4879 (prolog-tokenize-searchkey): Remove const.
4880 (prolog-clause-info): Use forward-sexp.
4881 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4882 (prolog-electric-if-then-else): Remove commands.
4883 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4884 for use in post-self-insert-hook.
4885 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4886 for use in post-self-insert-hook.
4887 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4888 for use in post-self-insert-hook.
4889 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4890 adapt it for use in post-self-insert-hook.
4891
48922013-10-25 Michael Albinus <michael.albinus@gmx.de>
4893
4894 * emacs-lisp/ert.el (ert-run-tests-interactively):
4895 Use `completing-read'. (Bug#9756)
4896
48972013-10-25 Eli Zaretskii <eliz@gnu.org>
4898
4899 * simple.el (line-move): Call line-move-1 instead of
4900 line-move-visual when the current window hscroll is zero, but
4901 temporary-goal-column indicates we will need to hscroll as result
4902 of the movement. (Bug#15712)
4903
49042013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4905
4906 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4907 capitalization. Use :visible instead of :active.
4908 Fix `ruby-indent-exp' reference. Add menu items for the generic
4909 commands that are used with SMIE.
4910 (ruby-do-end-to-brace): Insert space after `{'.
4911
49122013-10-25 John Anthony <john@jo.hnanthony.com>
4913
4914 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4915
4916 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4917
49182013-10-25 Glenn Morris <rgm@gnu.org>
4919
4920 * vc/vc.el (vc-print-log): Don't use a working revision unless
4921 one was explicitly specified. (Bug#15322)
4922
49232013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * subr.el (add-to-list): Preserve return value in compiler-macro
4926 (bug#15692).
4927
49282013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4929
4930 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4931 result. Ask user to retry using '-all' flag. (Bug#15701)
4932
49332013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * emacs-lisp/smie.el: New smie-config system.
4936 (smie-config): New defcustom.
4937 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4938 (smie-config-guess, smie-config-save): New commands.
4939 (smie-config--mode-local, smie-config--buffer-local)
4940 (smie-config--trace, smie-config--modefuns): New vars.
4941 (smie-config--advice, smie-config--mode-hook)
4942 (smie-config--setter, smie-config-local, smie-config--get-trace)
4943 (smie-config--guess-value, smie-config--guess): New functions.
4944 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4945 text properties. Treat "string fence" syntax like string syntax.
4946
4947 * progmodes/sh-script.el (sh-use-smie): Change default.
4948 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4949 (sh-var-value): Simplify by CSE.
4950 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4951 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4952 is used.
4953 (sh-guess-basic-offset): Use cl-incf.
4954 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4955
49562013-10-24 Helmut Eller <eller.helmut@gmail.com>
4957
4958 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4959 (bug#15699).
4960
49612013-10-24 Glenn Morris <rgm@gnu.org>
4962
4963 * Makefile.in (abs_top_srcdir): Remove.
4964 (update-subdirs): Use relative path to update-subdirs.
4965
49662013-10-24 Eli Zaretskii <eliz@gnu.org>
4967
4968 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4969 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4970 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4971 Call unmsys--file-name before expand-file-name, not after it.
4972
49732013-10-24 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4976 (ert-test-skipped): New error.
4977 (ert-skip, ert-stats-skipped): New defuns.
4978 (ert--skip-unless): New macro.
4979 (ert-test-skipped): New struct.
4980 (ert--run-test-debugger, ert-test-result-type-p)
4981 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4982 (ert--stats-set-test-and-result, ert-char-for-test-result)
4983 (ert-string-for-test-result, ert-run-tests-batch)
4984 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4985 Handle skipped tests. (Bug#9803)
4986
49872013-10-24 Glenn Morris <rgm@gnu.org>
4988
4989 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4990
4991 * Makefile.in (abs_top_srcdir): New, set by configure.
4992 (update-subdirs): Correct build-aux location.
4993
49942013-10-24 Dmitry Gutov <dgutov@yandex.ru>
4995
4996 * vc/vc.el (vc-print-root-log): Always set `default-directory'
4997 value, whether we could auto-deduce `backend', or not.
4998
4999 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5000 with parameters" example. Simplify the "is it block or is it
5001 hash" check, but also make it more thorough.
5002
50032013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5004
5005 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5006
50072013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5010 { if it is hanging.
5011
5012 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5013 :before ";".
5014
50152013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5016
5017 * progmodes/compile.el (compilation-directory-matcher)
5018 (compilation-page-delimiter):
5019 Support GNU Make-4.0 directory quoting. (Bug#15678)
5020
50212013-10-23 Leo Liu <sdl.web@gmail.com>
5022
5023 * ido.el (ido-tidy): Handle read-only text.
5024
50252013-10-23 Glenn Morris <rgm@gnu.org>
5026
5027 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5028 (emacs, compile, compile-always):
5029 Quote entities that might contain whitespace.
5030 (custom-deps, finder-data, autoloads): Use abs_lisp.
5031 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5032 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5033 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5034
50352013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5036
5037 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5038 Use `following-char'.
5039
50402013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5043 * progmodes/ruby-mode.el (ruby-smie-rules):
5044 Remove corresponding workaround. Fix indentation rule of ";" so it
5045 also applies when ";" is the parent.
5046
50472013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5048
5049 * frame.el (display-screens, display-pixel-height)
5050 (display-pixel-width, display-mm-width, display-backing-store)
5051 (display-save-under, display-planes, display-color-cells)
5052 (display-visual-class, display-monitor-attributes-list):
5053 Mention the optional ‘display’ argument in doc strings.
5054
50552013-10-22 Michael Gauland <mikelygee@amuri.net>
5056
5057 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5058 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5059
50602013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5061
5062 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5063 TODO. Add "." after " @ ".
5064 (ruby-smie--at-dot-call): New function. Checks if point at method
5065 call with explicit target.
5066 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5067 to the method name tokens when it precedes them.
5068 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5069 (ruby-smie-rules): Add rule for indentation before and after "."
5070 token.
5071
50722013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * textmodes/remember.el (remember-diary-extract-entries):
5075 Avoid add-to-list.
5076
5077 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5078 an instruction.
5079
50802013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5081
5082 * progmodes/ruby-mode.el (ruby-smie-grammar):
5083 Add (almost) all infix operators.
5084 (ruby-smie--implicit-semi-p): Add new operator chars.
5085
5086 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5087 `smie-down-list'.
5088 (ruby-smie--args-separator-p): Check that there's no newline
5089 between method call and its arguments.
5090
50912013-10-20 Alan Mackenzie <acm@muc.de>
5092
5093 Allow comma separated lists after Java "implements".
5094
5095 * progmodes/cc-engine.el (c-backward-over-enum-header):
5096 Parse commas.
5097 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5098 from a "disallowed" list in enum fontification.
5099
51002013-10-20 Johan Bockgård <bojohan@gnu.org>
5101
5102 * startup.el (default-frame-background-mode): Remove unused defvar.
5103
5104 * progmodes/verilog-mode.el (verilog-mode): Don't set
5105 comment-indent-function globally.
5106
51072013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5108
5109 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5110 Move Info menu item creation to ns-win.el.
5111
5112 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5113 in menu bar.
5114
5115 * menu-bar.el: Move GNUstep specific menus...
5116
5117 * term/ns-win.el (ns-initialize-window-system): ... to here.
5118
51192013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * simple.el (newline): Only run post-self-insert-hook when
5122 called interactively.
5123
51242013-10-19 Johan Bockgård <bojohan@gnu.org>
5125
5126 * icomplete.el (icomplete-with-completion-tables): Add :version.
5127
51282013-10-19 Alan Mackenzie <acm@muc.de>
5129
5130 Fix fontification bugs with constructors and const.
5131
5132 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5133 CASE 2) Remove the check for the absence of a suffix construct
5134 after a function declaration with only types (no identifiers) in
5135 the parentheses. Also, accept a function declaration with just a
5136 type inside the parentheses, if this type can be positively
5137 recognised as such, or if a prefix keyword like "explicit" nails
5138 down the construct as a declaration.
5139
51402013-10-19 Eli Zaretskii <eliz@gnu.org>
5141
5142 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5143 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5144 the problem whereby selecting a menu item that leads to a
5145 minibuffer prompt moves the cursor out of the minibuffer window,
5146 making it hard to type at the prompt. Suggested by Stefan Monnier
5147 <monnier@iro.umontreal.ca>.
5148
51492013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5150
5151 * menu-bar.el: Don't make Services menu.
5152
51532013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5154
5155 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5156 (ffap-alist): Use ffap-c++-mode for c++-mode.
5157 (ffap-c++-path): New variable.
5158 (ffap-c++-mode): New function.
5159
51602013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5161
5162 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5163
51642013-10-18 Michael Albinus <michael.albinus@gmx.de>
5165
5166 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5167 introduced on 2013-09-08, which results in an infinite loop
5168 requesting a password.
5169
51702013-10-18 Glenn Morris <rgm@gnu.org>
5171
5172 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5173
51742013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5175
5176 Sync with upstream verilog-mode revision 1a6ecec7.
5177 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5178 (verilog-mode-release-date): Remove.
5179 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5180 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5181 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5182 (verilog-auto-tieoff-ignore-regexp)
5183 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5184 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5185 (verilog-signals-with, verilog-dir-cache-preserving)
5186 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5187 Doc fixes.
5188 (verilog-case-fold): New option, to control case folding in
5189 regexp searches, bug597.
5190 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5191 (verilog-string-match-fold, verilog-in-paren-count)
5192 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5193 (verilog-at-close-struct-p): New functions.
5194 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5195 (verilog-forward-sexp, verilog-set-auto-endcomments)
5196 (verilog-leap-to-case-head): Handle "unique0" case.
5197 (verilog-in-constraint-re): New constant.
5198 (verilog-keywords, verilog-type-font-keywords):
5199 Add some SystemVerilog 1800-2012 keywords.
5200 (verilog-label-be): Remove unimplemented argument, bug669.
5201 (verilog-batch-execute-func): When batch expanding clear
5202 create-lockfiles to prevent spurious user locks when a file ends
5203 up not changing.
5204 (verilog-calculate-indent, verilog-calc-1)
5205 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5206 (verilog-do-indent): Fix indentation of nested constraints
5207 and structures.
5208 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5209 (verilog-auto-inst-param): Use verilog-string-match-fold.
5210 (verilog-read-inst-module-matcher):
5211 Fix AUTOINST on gate primitives with #1.
5212 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5213 Reads all user-defined typed variables.
5214 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5215 (verilog-signals-matching-regexp)
5216 (verilog-signals-not-matching-regexp, verilog-auto):
5217 Respect verilog-case-fold.
5218 (verilog-diff-report): Fix line count.
5219 (verilog-auto-assign-modport): Remove unused local `modi'.
5220 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5221 better handle multidimensional arrays.
5222 Fix packed array ports misadding bit index in AUTOINST, bug637.
5223 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5224 to not double-declare existing outputs and inputs, respectively.
5225 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5226 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5227 (verilog-sk-uvm-component): New skeleton.
5228 (verilog-submit-bug-report): Add verilog-case-fold,
5229 remove verilog-mode-release-date.
5230
52312013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5232
5233 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5234 as before.
5235
52362013-10-18 Reuben Thomas <rrt@sc3d.org>
5237
5238 * textmodes/remember.el (remember): Set buffer-offer-save in
5239 remember buffers (bug#13566).
5240
52412013-10-18 Daniel Colascione <dancol@dancol.org>
5242
5243 When evaluating forms in ielm, direct standard output to ielm
5244 buffer. Add new ielm-return-for-effect command. Remove trailing
5245 whitespace throughout.
5246
5247 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5248 (ielm-return-for-effect): New command.
5249 (ielm-send-input): Accept optional `for-effect' parameter.
5250 (ielm-eval-input): Accept optional `for-effect' parameter.
5251 Bind `standard-output' to stream we create using
5252 `ielm-standard-output-impl'. Suppress printing result when
5253 `for-effect'.
5254 (ielm-standard-output-impl): New function.
5255 (inferior-emacs-lisp-mode): Explain new features in documentation.
5256
52572013-10-17 Michael Albinus <michael.albinus@gmx.de>
5258
5259 Code cleanup.
5260
5261 * net/tramp.el (tramp-debug-message): Do not check for connection
5262 buffer.
5263 (tramp-message): Use "vector" connection property.
5264
5265 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5266 (tramp-equal-remote, tramp-eshell-directory-change)
5267 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5268 (tramp-adb-handle-rename-file)
5269 * net/tramp-cmds.el (tramp-list-remote-buffers)
5270 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5271 * net/tramp-compat.el (tramp-compat-process-running-p)
5272 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5273 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5274 (tramp-gvfs-handle-rename-file)
5275 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5276 (tramp-set-file-uid-gid)
5277 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5278 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5279 of `file-remote-p'.
5280
5281 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5282 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5283 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5284 (tramp-gw-open-network-stream): Suppress unrelated traces.
5285
5286 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5287 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5288 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5289 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5290 connection property.
5291
5292 * net/tramp-cache.el (top): Suppress traces when reading
5293 persistency file.
5294
5295 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5296 Refactor common code. Improve debug message.
5297 (tramp-maybe-open-connection)
5298 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5299 connection buffer too early.
5300
5301 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5302 from `tramp-smb-actions-with-acl'.
5303 (tramp-smb-actions-set-acl): New defconst.
5304 (tramp-smb-handle-copy-directory)
5305 (tramp-smb-action-get-acl): New defun, renamed from
5306 `tramp-smb-action-with-acl'.
5307 (tramp-smb-action-set-acl): New defun.
5308 (tramp-smb-handle-set-file-acl): Rewrite.
5309
53102013-10-17 Glenn Morris <rgm@gnu.org>
5311
5312 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5313
53142013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * skeleton.el (skeleton-newline): Remove.
5317 (skeleton-internal-1): Use (insert "\n") instead.
5318
5319 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5320 let-bindings.
5321
5322 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5323 forward-sexp-function while we redo its job (bug#15613).
5324
53252013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5326
5327 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5328 represented by lists.
5329
53302013-10-16 Glenn Morris <rgm@gnu.org>
5331
5332 * tmm.el (tmm--history): New dynamic variable.
5333 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5334
53352013-10-16 Michael Albinus <michael.albinus@gmx.de>
5336
5337 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5338 (tramp-smb-errors): Add error messages.
5339 (tramp-smb-actions-with-acl): New defconst.
5340 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5341 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5342 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5343 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5344 (tramp-smb-get-stat-capability): Fix tests.
5345
53462013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5347
5348 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5349 (bug#15580).
5350
53512013-10-16 Glenn Morris <rgm@gnu.org>
5352
5353 * ansi-color.el (ansi-color-drop-regexp):
5354 Add 1J, 1K, 2K. (Bug#15617)
5355
5356 * files.el (hack-local-variables--warned-lexical): New.
5357 (hack-local-variables):
5358 Warn about misplaced lexical-binding. (Bug#15616)
5359
5360 * net/eww.el (eww-render): Always set eww-current-url,
5361 and update header line. (Bug#15622)
5362 (eww-display-html): ... Rather than just doing it here.
5363
53642013-10-15 Eli Zaretskii <eliz@gnu.org>
5365
5366 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5367 menu navigations commands.
5368
53692013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5370
5371 * progmodes/subword.el (subword-capitalize): Be careful when
5372 the search for [[:alpha:]] fails (bug#15580).
5373
53742013-10-14 Eli Zaretskii <eliz@gnu.org>
5375
5376 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5377 to commands that scroll the menu.
5378
53792013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5380
5381 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5382 Handle methods ending with `?' and `!'.
5383
53842013-10-14 Akinori MUSHA <knu@iDaemons.org>
5385
5386 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5387 `japanese-cp932' to `cp932' to fix the problem where saving a
5388 source file written in Shift_JIS twice would end up having
5389 `coding: japanese-cp932' which Ruby could not recognize.
5390 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5391 in `ruby-encoding-map'.
5392 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5393 doesn't need to be explicitly declared in magic comment.
5394 (ruby-encoding-map): Add type declaration for better customize UI.
5395
53962013-10-13 Glenn Morris <rgm@gnu.org>
5397
5398 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5399 Occur buffers are read-only. http://bugs.debian.org/720775
5400
5401 * emacs-lisp/authors.el (authors-fixed-entries):
5402 Comment out old alpha stuff.
5403
54042013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5405
5406 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5407 to `after-save-hook' instead of `before-save-hook'.
5408 (ruby-mode-set-encoding): Use the value of coding system used to
5409 write the file. Call `basic-save-buffer-1' after modifying the
5410 buffer.
5411
54122013-10-13 Alan Mackenzie <acm@muc.de>
5413
5414 Fix indentation/fontification of Java enum with
5415 "implements"/generic.
5416
5417 * progmodes/cc-engine.el (c-backward-over-enum-header):
5418 Extracted from the three other places and enhanced to handle generics.
5419 (c-inside-bracelist-p): Uses new function above.
5420 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5421 function above.
5422 (c-font-lock-enum-tail): Uses new function above.
5423
54242013-10-13 Kenichi Handa <handa@gnu.org>
5425
5426 * international/mule-cmds.el (select-safe-coding-system): Remove a
5427 superfluous condition in chekcing whether a coding system is safe
5428 or not.
5429
54302013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5431
5432 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5433
54342013-10-13 Andreas Politz <politza@hochschule-trier.de>
5435
5436 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5437
54382013-10-13 Glenn Morris <rgm@gnu.org>
5439
5440 * menu-bar.el (menu-bar-update-buffers):
5441 Unify Buffers menu prompt string. (Bug#15576)
5442
5443 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5444
5445 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5446 Add some entries.
5447 (authors-fixed-entries): Use accented form of name.
5448
54492013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5452 method calls (bug#15594).
5453 (ruby-smie--args-separator-p): New function.
5454 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5455 recognize paren-free method calls.
5456
5457 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5458 internals of universal-argument.
5459
54602013-10-11 Eli Zaretskii <eliz@gnu.org>
5461
5462 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5463 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5464 dropped menu on second mouse click on the menu bar.
5465
54662013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5469 (explicit-shell-file-name): Declare.
5470 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5471 (sh-completion-at-point-function): New function.
5472 (sh-mode): Use it.
5473 (sh-smie--keyword-p): Remove unused argument.
5474 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5475 vars.
5476 (sh-set-shell): Always setup SMIE, even if we use the
5477 old indentation code.
5478
54792013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5480
5481 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5482 cases of ? and =.
5483 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5484 predicate would return nil are almost non-existent.
5485 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5486
5487 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5488 cache also after commands that modify the buffer but don't move
5489 point.
5490
54912013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * env.el (substitute-env-in-file-name): New function.
5494 (substitute-env-vars): Extend the meaning of the optional arg.
5495
54962013-10-10 Eli Zaretskii <eliz@gnu.org>
5497
5498 * term/w32-win.el (dynamic-library-alist): Define separate lists
5499 of GIF DLLs for versions before and after 5.0.0 of giflib.
5500 (Bug#15531)
5501
55022013-10-10 João Távora <joaotavora@gmail.com>
5503
5504 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5505 not locked, use last revision and current source as
5506 defaults. (Bug#15569)
5507
55082013-10-10 Masatake YAMATO <yamato@redhat.com>
5509
5510 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5511 menu-bar is hidden.
5512
55132013-10-10 Martin Rudalics <rudalics@gmx.at>
5514
5515 * window.el (pop-to-buffer-same-window): Fix doc-string.
5516 (Bug#15492)
5517
55182013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5521
55222013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5523
5524 * calendar/icalendar.el (icalendar-import-file):
5525 Fix interactive spec. (Bug#15482)
5526
55272013-10-10 Glenn Morris <rgm@gnu.org>
5528
5529 * desktop.el (desktop-save): Default to saving in .emacs.d,
5530 since PWD is no longer in desktop-path by default. (Bug#15319)
5531
5532 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5533 now that text mode has a menu with the same entry.
5534 (menu-bar-text-mode-auto-fill): Remove now unused func.
5535 * textmodes/text-mode.el (text-mode-map):
5536 Use auto-fill help text from menu-bar.el.
5537
55382013-10-10 John Anthony <john@jo.hnanthony.com>
5539
5540 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5541
55422013-10-09 Juri Linkov <juri@jurta.org>
5543
5544 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5545 instead of this-command-keys. Add universal-argument-more and
5546 universal-argument-minus to the list of prefix commands. (Bug#15568)
5547
55482013-10-09 Glenn Morris <rgm@gnu.org>
5549
5550 * vc/vc-svn.el (vc-svn-create-repo):
5551 Expand paths in file://... url. (Bug#15446)
5552
5553 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5554 Add some entries.
5555 (authors): Remove unused local variables.
5556
55572013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * profiler.el: Create a more coherent calltree from partial backtraces.
5560 (profiler-format): Hide the tail with `invisible' so that C-s can still
5561 find the hidden elements.
5562 (profiler-calltree-depth): Don't recurse so enthusiastically.
5563 (profiler-function-equal): New hash-table-test.
5564 (profiler-calltree-build-unified): New function.
5565 (profiler-calltree-build): Use it.
5566 (profiler-report-make-name-part): Indent the calltree less.
5567 (profiler-report-mode): Add visibility specs for profiler-format.
5568 (profiler-report-expand-entry, profiler-report-toggle-entry):
5569 Expand the whole subtree when provided with a prefix arg.
5570
55712013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5572
5573 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5574 iuwu-mod token.
5575 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5576 hanging iuwu-mod token.
5577 (ruby-smie--forward-token): Do not include a dot after a token in
5578 that token.
5579 (ruby-smie--backward-token): Likewise.
5580
55812013-10-08 Juri Linkov <juri@jurta.org>
5582
5583 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5584 to isearch-other-control-char.
5585 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5586 and isearch-post-command-hook to post-command-hook.
5587 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5588 and isearch-post-command-hook from post-command-hook.
5589 (isearch-unread-key-sequence)
5590 (isearch-reread-key-sequence-naturally)
5591 (isearch-lookup-scroll-key, isearch-other-control-char)
5592 (isearch-other-meta-char): Remove functions.
5593 (isearch-pre-command-hook, isearch-post-command-hook):
5594 New functions based on isearch-other-meta-char rewritten
5595 relying on the new behavior of overriding-terminal-local-map
5596 that does not replace the local keymaps any more. (Bug#15200)
5597
55982013-10-08 Eli Zaretskii <eliz@gnu.org>
5599
5600 Support menus on text-mode terminals.
5601 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5602 functionality.
5603
5604 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5605
5606 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5607 Move here from mouse.el.
5608 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5609 and arrow keys.
5610 (tty-menu-navigation-map): New map for TTY menu navigation.
5611
5612 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5613
5614 * frame.el (display-mouse-p): Report text-mode mouse as available
5615 on w32.
5616 (display-popup-menus-p): Report availability if mouse is
5617 available; don't condition on window-system.
5618
5619 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5620 (tty-menu-selected-face): New faces.
5621
56222013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5625 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5626 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5627 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5628 New constants.
5629 (lisp-mode-variables): New `elisp' argument.
5630 (emacs-lisp-mode): Use it.
5631 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5632 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5633
5634 * indent.el: Use lexical-binding.
5635 (indent-region): Add progress reporter.
5636 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5637 last step.
5638 (indent--next-tab-stop): New function to implement this behavior.
5639 (tab-to-tab-stop, move-to-tab-stop): Use it.
5640
56412013-10-08 Teemu Likonen <tlikonen@iki.fi>
5642
5643 * indent.el (indent-rigidly--current-indentation): New function.
5644 (indent-rigidly-map): New var.
5645 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5646
56472013-10-08 Bastien Guerry <bzg@gnu.org>
5648
5649 * register.el (insert-register): Fix 2013-10-07 change.
5650
56512013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * progmodes/perl-mode.el: Use lexical-binding.
5654 Remove redundant :group args.
5655 (perl-nochange): Change default to be closer to other major modes's
5656 standard behavior.
5657 (perl-indent-line): Don't consider text on current line as a
5658 valid beginning of function from which to indent.
5659
5660 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5661 with more than one argument (bug#15538).
5662
5663 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5664
5665 * vc/pcvs.el: Use lexical-binding.
5666 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5667 environment of `eval'.
5668 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5669 than a list of expressions. Adjust callers.
5670 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5671
56722013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5673
5674 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5675 case of the dot in a chained method call being on the following line.
5676
56772013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * electric.el (electric-indent-inhibit): New var.
5680 (electric-indent-post-self-insert-function): Use it.
5681 * progmodes/python.el (python-mode): Set it.
5682
5683 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5684 open braces.
5685
5686 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5687
5688 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5689 (css-mode): Use electric-indent-chars.
5690
5691 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5692 (font-lock-beg, font-lock-end): Move before first use.
5693 (nxml-mode): Use syntax-propertize-function.
5694 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5695 (nxml-extend-after-change-region): Remove.
5696 * nxml/xmltok.el: Use lexical-binding.
5697 (xmltok-save): Use `declare'.
5698 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5699 * nxml/nxml-util.el: Use lexical-binding.
5700 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5701 Use `declare'.
5702 * nxml/nxml-ns.el: Use lexical-binding.
5703 (nxml-ns-save): Use `declare'.
5704 (nxml-ns-prefixes-for): Avoid add-to-list.
5705 * nxml/rng-match.el: Use lexical-binding.
5706 (rng--ipattern): Use cl-defstruct.
5707 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5708 (rng-cons-group-after, rng-subst-group-after)
5709 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5710 Use closures instead of `(lambda...).
5711
57122013-10-07 Michael Albinus <michael.albinus@gmx.de>
5713
5714 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5715 of BEG and END.
5716
5717 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5718 Use `tramp-handle-insert-file-contents'.
5719 (tramp-gvfs-handle-insert-file-contents): Remove function.
5720
5721 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5722 Use `save-restriction' in order to keep markers.
5723
5724 * net/trampver.el: Update release number.
5725
57262013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * progmodes/compile.el (compilation-parse-errors):
5729 Use compilation--put-prop.
5730 (compilation--ensure-parse): Check compilation-multiline.
5731
5732 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5733
5734 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5735 lexical-binding.
5736
5737 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5738
5739 * progmodes/ruby-mode.el: Fix recently added tests.
5740 (ruby-smie-grammar): Add - and +.
5741 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5742 (ruby-smie--backward-id): New functions.
5743 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5744 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
5745 any more.
5746
57472013-10-07 Leo Liu <sdl.web@gmail.com>
5748
5749 * register.el (register-preview-delay)
5750 (register-preview-functions): New variables.
5751 (register-read-with-preview, register-preview)
5752 (register-describe-oneline): New functions.
5753 (point-to-register, window-configuration-to-register)
5754 (frame-configuration-to-register, jump-to-register)
5755 (number-to-register, view-register, insert-register)
5756 (copy-to-register, append-to-register, prepend-to-register)
5757 (copy-rectangle-to-register): Use register-read-with-preview to
5758 read register. (Bug#15525)
5759
57602013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
5761
5762 * net/network-stream.el (network-stream-open-starttls): Don't add
5763 --insecure if it's already present, because that gnutls-cli
5764 rejects getting that parameter twice.
5765
57662013-10-06 Dmitry Gutov <dgutov@yandex.ru>
5767
5768 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5769 keyword, too.
5770
57712013-10-05 Dmitry Gutov <dgutov@yandex.ru>
5772
5773 * newcomment.el (comment-use-global-state): Change default value
5774 to t, mark obsolete (Bug#15251).
5775 (comment-beginning): In addition to `comment-to-syntax', check the
5776 value of `comment-use-global-state'.
5777
57782013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5781 (ruby-comment-column): Follow the global default, by default.
5782 (ruby-smie-grammar): Add assignment syntax.
5783 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5784 open-paren, a comma, or a \.
5785 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5786 and line continuations.
5787 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5788 followed by implicit semi-colons. Add rule for string concatenation
5789 and for indentation at BOB.
5790 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5791
5792 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5793 calling next-sexp, since next-token may have skipped chars which
5794 next-sexp doesn't know should be skipped!
5795
57962013-10-05 Leo Liu <sdl.web@gmail.com>
5797
5798 * progmodes/octave.el (octave-send-region):
5799 Call compilation-forget-errors.
5800
58012013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5802
5803 * vc/vc-svn.el (vc-svn-find-admin-dir):
5804 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5805 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5806 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5807 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5808
58092013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5812
58132013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * subr.el (read-passwd): Hide chars even when called within a context
5816 where after-change-functions is disabled (bug#15501).
5817 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5818 until we removed ourself from overriding-terminal-local-map.
5819
58202013-10-04 Leo Liu <sdl.web@gmail.com>
5821
5822 * progmodes/octave.el (inferior-octave-mode):
5823 Call compilation-forget-errors.
5824
58252013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5826
5827 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5828
58292013-10-04 Michael Albinus <michael.albinus@gmx.de>
5830
5831 * net/secrets.el (secrets-create-collection): Add optional
5832 argument ALIAS. Use proper Label keyword. Append ALIAS as
5833 dbus-call-method argument. (Bug#15516)
5834
58352013-10-04 Leo Liu <sdl.web@gmail.com>
5836
5837 * progmodes/octave.el (inferior-octave-error-regexp-alist)
5838 (inferior-octave-compilation-font-lock-keywords): New variables.
5839 (compilation-error-regexp-alist)
5840 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5841 (inferior-octave-mode): Use compilation-shell-minor-mode.
5842
58432013-10-04 Jorgen Schaefer <forcer@forcix.cx>
5844
5845 * minibuffer.el (completion--replace): Be careful that `end' might be
5846 a marker.
5847
58482013-10-03 Daiki Ueno <ueno@gnu.org>
5849
5850 Add support for package signature checking.
5851 * emacs-lisp/package.el (url-http-file-exists-p)
5852 (epg-make-context, epg-context-set-home-directory)
5853 (epg-verify-string, epg-context-result-for)
5854 (epg-signature-status, epg-signature-to-string)
5855 (epg-check-configuration, epg-configuration)
5856 (epg-import-keys-from-file): Declare.
5857 (package-check-signature): New user option.
5858 (package-unsigned-archives): New user option.
5859 (package-desc): Add `signed' field.
5860 (package-load-descriptor): Set `signed' field if .signed file exists.
5861 (package--archive-file-exists-p): New function.
5862 (package--check-signature): New function.
5863 (package-install-from-archive): Check package signature.
5864 (package--download-one-archive): Check archive signature.
5865 (package-delete): Remove .signed file.
5866 (package-import-keyring): New command.
5867 (package-refresh-contents): Import default keyring.
5868 (package-desc-status): Add "unsigned" status.
5869 (describe-package-1, package-menu--print-info)
5870 (package-menu-mark-delete, package-menu--find-upgrades)
5871 (package-menu--status-predicate): Support "unsigned" status.
5872
58732013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5876 the new compilation scheme using the new byte-codes.
5877
5878 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5879 (byte-pophandler): New byte codes.
5880 (byte-goto-ops): Adjust accordingly.
5881 (byte-compile--use-old-handlers): New var.
5882 (byte-compile-catch): Use new byte codes depending on
5883 byte-compile--use-old-handlers.
5884 (byte-compile-condition-case--old): Rename from
5885 byte-compile-condition-case.
5886 (byte-compile-condition-case--new): New function.
5887 (byte-compile-condition-case): New function that dispatches depending
5888 on byte-compile--use-old-handlers.
5889 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5890 when we can.
5891
5892 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5893 Optimize under `condition-case' and `catch' if
5894 byte-compile--use-old-handlers is nil.
5895 (disassemble-offset): Handle new bytecodes.
5896
58972013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * subr.el (error): Use `declare'.
5900 (decode-char, encode-char): Use advertised-calling-convention instead
5901 of the docstring to discourage use of the `restriction' arg.
5902
59032013-10-03 Daiki Ueno <ueno@gnu.org>
5904
5905 * epg.el (epg-verify-file): Add a comment saying that it does not
5906 notify verification error as a return value nor a signal.
5907 (epg-verify-string): Ditto.
5908
59092013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5910
5911 * progmodes/compile.el (compilation-start): Try globbing the arg to
5912 `cd' (bug#15417).
5913
59142013-10-02 Michael Albinus <michael.albinus@gmx.de>
5915
5916 Sync with Tramp 2.2.8.
5917
5918 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5919 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5920 * net/trampver.el: Update release number.
5921
59222013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5923
5924 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5925 and default-process-coding-system for darwin only.
5926
59272013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5930
59312013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5932
5933 * vc/vc-git.el (vc-git-grep): Disable pager.
5934
59352013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5936
5937 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5938 Use :url instead of :homepage, as per
5939 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5940
5941 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5942 non-nil, use `syntax-ppss' (Bug#15251).
5943
59442013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5945
5946 * progmodes/octave.el (inferior-octave-startup-file):
5947 Prefer ~/.emacs.d/init_octave.m.
5948
59492013-09-29 Dmitry Gutov <dgutov@yandex.ru>
5950
5951 * emacs-lisp/package.el (package-desc-from-define):
5952 Accept additional arguments as plist, convert them to an alist and store
5953 them in the `extras' slot.
5954 (package-generate-description-file): Convert extras alist back to
5955 plist and append to the `define-package' form arguments.
5956 (package--alist-to-plist): New function.
5957 (package--ac-desc): Add `extras' slot.
5958 (package--add-to-archive-contents): Check if the archive-contents
5959 vector is long enough, and if it is, pass its `extras' slot value
5960 to `package-desc-create'.
5961 (package-buffer-info): Call `lm-homepage', pass the returned value
5962 to `package-desc-from-define'.
5963 (describe-package-1): Render the homepage button (Bug#13291).
5964
5965 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5966 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5967
59682013-09-29 Jan Djärv <jan.h.d@swipnet.se>
5969
5970 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5971 and default-process-coding-system to utf-8-unix (Bug#15402).
5972
59732013-09-29 Xue Fuqiao <xfq.free@gmail.com>
5974
5975 * subr.el (looking-back): Do not recommend using looking-back.
5976
59772013-09-28 Alan Mackenzie <acm@muc.de>
5978
5979 Fix indentation/fontification of Java enum with "implements".
5980
5981 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5982 regexp which matches "implements", etc., in Java.
5983 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5984 specifier clauses coming after "enum".
5985 * progmodes/cc-fonts.el (c-font-lock-declarations)
5986 (c-font-lock-enum-tail): Check for extra specifier clauses coming
5987 after "enum".
5988
59892013-09-28 Jan Djärv <jan.h.d@swipnet.se>
5990
5991 * faces.el (region): Change ns_selection_color to
5992 ns_selection_fg_color, add ns_selection_bg_color.
5993
59942013-09-28 Leo Liu <sdl.web@gmail.com>
5995
5996 * progmodes/octave.el (inferior-octave-completion-table)
5997 (inferior-octave-completion-at-point): Minor tweaks.
5998
5999 * textmodes/ispell.el (ispell-lookup-words): Rename from
6000 lookup-words. (Bug#15460)
6001 (lookup-words): Obsolete.
6002 (ispell-complete-word, ispell-command-loop): All uses changed.
6003
60042013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6005
6006 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6007 (octave-mode-menu): Add octave-send-buffer.
6008 (octave-send-buffer): New function.
6009
60102013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6011
6012 * progmodes/octave.el (octave-mode-map): Add key binding for
6013 octave-lookfor.
6014 (octave-mode-menu): Add octave-lookfor.
6015 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6016 octave-lookfor.
6017 (octave-lookfor): New function.
6018
60192013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6022 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6023 its convention.
6024 (cl--loop-set-iterator-function): New function.
6025 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6026 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6027 Bind `it' with `let' instead of substituting it with `cl-subst'.
6028 (cl--unused-var-p): New function.
6029 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6030 Eliminate some unused variable warnings (bug#15326).
6031
60322013-09-27 Tassilo Horn <tsdh@gnu.org>
6033
6034 * doc-view.el (doc-view-scale-reset): Rename from
6035 `doc-view-reset-zoom-level'.
6036 (doc-view-scale-adjust): New command.
6037 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6038 `doc-view-scale-adjust'.
6039
60402013-09-26 Tassilo Horn <tsdh@gnu.org>
6041
6042 * doc-view.el (doc-view-reset-zoom-level): New command.
6043 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6044 zoom commands (bug#15466).
6045
60462013-09-26 Kenichi Handa <handa@gnu.org>
6047
6048 * international/quail.el (quail-help): Make it not a command.
6049
60502013-09-26 Leo Liu <sdl.web@gmail.com>
6051
6052 * minibuffer.el (completion-all-sorted-completions): Make args
6053 optional as they are.
6054
60552013-09-25 Daniel Colascione <dancol@dancol.org>
6056
6057 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6058 specs are and that they're not evaluated.
6059
60602013-09-24 Sam Steingold <sds@gnu.org>
6061
6062 * midnight.el (clean-buffer-list-kill-regexps)
6063 (clean-buffer-list-kill-buffer-names): Update for the new Man
6064 buffer naming which includes the object name.
6065
60662013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6069 (eshell-parse-command, eshell-parse-pipeline): Use it since
6070 eshell-separate-commands requires a dynamic scoped var.
6071 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6072
60732013-09-23 Leo Liu <sdl.web@gmail.com>
6074
6075 * autoinsert.el (auto-insert-alist): Make the value of
6076 lexical-binding match its file setting.
6077
60782013-09-23 Juanma Barranquero <lekktu@gmail.com>
6079
6080 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6081
6082 * autoarg.el (autoarg-kp-digit-argument):
6083 * electric.el (Electric-command-loop):
6084 * kmacro.el (kmacro-step-edit-insert):
6085 Do not set universal-argument-num-events.
6086
60872013-09-22 Leo Liu <sdl.web@gmail.com>
6088
6089 * files.el (interpreter-mode-alist): Add octave.
6090
60912013-09-21 Alan Mackenzie <acm@muc.de>
6092
6093 C++: fontify identifier in declaration following "public:" correctly.
6094 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6095 to match "public", etc.
6096 (c-decl-prefix-re): Add ":" into the C++ value.
6097 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6098 bit. Add a check for a ":" preceded by "public", etc.
6099
61002013-09-21 Eli Zaretskii <eliz@gnu.org>
6101
6102 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6103 recognized by GDB 7.5 and later.
6104
61052013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6106
6107 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6108
61092013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * subr.el (internal--call-interactively): New const.
6112 (called-interactively-p): Use it (bug#3984).
6113
61142013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6115
6116 * vc/pcvs.el (cvs-mode-ignore):
6117 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6118 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6119
61202013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6123 (eshell-ls-orig-insert-directory): Remove.
6124 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6125 (eshell-ls-use-in-dired): Use advice-add/remove.
6126 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6127 Add `orig-fun' arg for use in :around advice.
6128 Make it check (redundantly) eshell-ls-use-in-dired.
6129
61302013-09-19 Glenn Morris <rgm@gnu.org>
6131
6132 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6133
6134 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6135
6136 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6137
61382013-09-19 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6141 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6142 (tramp-get-remote-python): New defuns.
6143 (tramp-get-remote-uid-with-perl)
6144 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6145 contributed by yary <not.com@gmail.com> (tiny change).
6146 (tramp-get-remote-uid-with-python)
6147 (tramp-get-remote-gid-with-python): New defuns. Python code
6148 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6149 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6150
61512013-09-19 Glenn Morris <rgm@gnu.org>
6152
6153 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6154
6155 * eshell/em-unix.el (eshell-remove-entries):
6156 Rename argument to avoid name-clash with global `top-level'.
6157
6158 * eshell/esh-proc.el (eshell-kill-process-function):
6159 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6160 (eshell-reset-after-proc): Remove unused arg `proc'.
6161
6162 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6163 (directory-files-and-attributes): Mark unused arg.
6164
6165 * eshell/em-unix.el (eshell-remove-entries):
6166 Remove unused arg `path'. Update callers.
6167
6168 * eshell/em-hist.el (eshell-hist-parse-arguments):
6169 Remove unused arg `silent'. Update callers.
6170
6171 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6172 Fix (f)boundp mix-up.
6173
6174 * eshell/em-smart.el (eshell-smart-scroll-window)
6175 (eshell-disable-after-change):
6176 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6177
61782013-09-18 Alan Mackenzie <acm@muc.de>
6179
6180 Fix fontification of type when followed by "const".
6181 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6182 "known" types from fontification.
6183
61842013-09-18 Glenn Morris <rgm@gnu.org>
6185
6186 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6187 (chart-face-list): Drop Emacsen without display-color-p.
6188
6189 * net/eww.el (libxml-parse-html-region): Declare.
6190 (eww-display-html): Explicit error if no libxml2 support.
6191
6192 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6193
6194 * image.el (image-type-from-buffer, image-multi-frame-p):
6195 Remove --without-x warning/error.
6196
6197 * mouse.el (mouse-yank-primary):
6198 * term.el (term-mouse-paste):
6199 Reorder to silence --without-x compilation.
6200
6201 * mpc.el (doc-view-mode): Silence --without-x compilation.
6202
6203 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6204 Silence --without-x compilation.
6205
6206 * progmodes/gud.el (gud-find-file, gud-mode):
6207 Silence --without-x compilation.
6208 (tooltip-mode): Declare.
6209
6210 * wdired.el (dired-backup-overwrite): Remove declaration.
6211 (wdired-mode-map): Add doc string.
6212
6213 * custom.el (x-get-resource): Declare.
6214
6215 * eshell/em-glob.el (ange-cache):
6216 * eshell/em-unix.el (ange-cache): Declare.
6217
6218 * faces.el (x-display-list, x-open-connection, x-get-resource):
6219 Declare.
6220
6221 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6222 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6223 Declare.
6224
6225 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6226
6227 * net/gnutls.el (gnutls-log-level): Declare.
6228
6229 * net/shr.el (image-size, image-animate): Declare.
6230
6231 * simple.el (font-info): Declare.
6232
6233 * subr.el (x-popup-dialog): Declare.
6234
6235 * term/common-win.el (x-select-enable-primary)
6236 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6237 Declare.
6238
6239 * term/ns-win.el (x-handle-args): Declare.
6240
6241 * term/x-win.el (x-select-enable-clipboard): Declare.
6242
6243 * term/w32-win.el (create-default-fontset): Declare.
6244
6245 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6246 Declare.
6247
6248 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6249 (fit-frame-to-buffer): Explicit error if --without-x.
6250 (mouse-autoselect-window-select): Silence compiler.
6251
6252 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6253
6254 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6255 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6256 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6257 * eshell/esh-util.el (eshell-sublist):
6258 Remove unused local variables.
6259
6260 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6261
6262 * textmodes/two-column.el: Make 2C-split work for --without-x.
6263 (scroll-bar-columns): Autoload.
6264 (top-level): Require fringe when compiling.
6265
62662013-09-18 Leo Liu <sdl.web@gmail.com>
6267
6268 * subr.el (add-hook): Robustify to handle closure as well.
6269
62702013-09-17 Glenn Morris <rgm@gnu.org>
6271
6272 * simple.el (messages-buffer-mode-map): Unbind "g".
6273
62742013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * help-mode.el (help-mode-finish): Use derived-mode-p.
6277 Remove obsolete highlighting.
6278
6279 * play/life.el (life-mode): Use define-derived-mode. Derive from
6280 special-mode.
6281 (life): Let-bind inhibit-read-only.
6282 (life-setup): Avoid `setq'. Use `life-mode'.
6283
6284 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6285 which should not be needed any more.
6286 (package-menu-refresh, package-menu-describe-package): Use user-error.
6287
6288 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6289 (eshell-post-rewrite-command-hook): Make obsolete.
6290 (eshell-parse-command): Simplify.
6291 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6292 (eshell--cmd): Declare.
6293 (eshell-parse-pipeline): Remove unused var `final-p'.
6294 Pass a dynvar to eshell-post-rewrite-command-hook.
6295 Implement the new eshell-post-rewrite-command-function.
6296 (eshell-invoke-directly): Remove unused arg `input'.
6297 * eshell/esh-io.el (eshell-io-initialize):
6298 Use eshell-post-rewrite-command-function (bug#15399).
6299 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6300 adjust to new calling convention.
6301 (eshell-create-handles): Rename args to avoid clashing with dynvar
6302 `standard-output'.
6303
63042013-09-17 Glenn Morris <rgm@gnu.org>
6305
6306 * simple.el (messages-buffer-mode): New major mode.
6307 (messages-buffer): New function.
6308 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6309 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6310 (ert-run-test): Use `messages-buffer' function.
6311 (ert--force-message-log-buffer-truncation): Ignore read-only.
6312 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6313 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6314
63152013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6318
6319 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6320
63212013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * icomplete.el (icomplete-in-buffer): New var.
6324 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6325 vars and replace them with functions.
6326 (icomplete-minibuffer-setup): Adjust accordingly.
6327 (icomplete--completion-table, icomplete--completion-predicate)
6328 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6329 New functions.
6330 (icomplete-forward-completions, icomplete-backward-completions)
6331 (icomplete-simple-completing-p, icomplete-exhibit)
6332 (icomplete-completions): Use them.
6333 (icomplete--in-region-buffer): New var.
6334 (icomplete--in-region-setup): New function.
6335 (icomplete-mode): Use it.
6336
6337 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6338 (bug#15379).
6339 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6340 return args and options.
6341 (eshell-eval-using-options): Use the new return value of
6342 eshell--do-opts to set the options's vars in their scope.
6343 (eshell--set-option): Rename from eshell-set-option.
6344 Add arg `opt-vals'.
6345 (eshell--process-option): Rename from eshell-process-option.
6346 Add arg `opt-vals'.
6347 (eshell--process-args): Use an `opt-vals' alist to store the options's
6348 values during their processing and return them additionally to the
6349 remaining args.
6350
63512013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6352
6353 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6354 continuation character an operator, as far as indentation is
6355 concerned (Bug#15369).
6356
63572013-09-15 Martin Rudalics <rudalics@gmx.at>
6358
6359 * window.el (window--state-put-2): Don't process buffer state
6360 when buffer doesn't exist any more (Bug#15382).
6361
63622013-09-15 Glenn Morris <rgm@gnu.org>
6363
6364 * eshell/em-unix.el (eshell/rm):
6365 Make -f ignore missing files. (Bug#15373)
6366
6367 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6368 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6369 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6370
63712013-09-14 Glenn Morris <rgm@gnu.org>
6372
6373 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6374
63752013-09-13 Glenn Morris <rgm@gnu.org>
6376
6377 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6378 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6379
63802013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6381
6382 * frame.el (x-focus-frame): Mark as declared in frame.c.
6383
63842013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * ls-lisp.el: Use advice-add.
6387 (original-insert-directory): Remove.
6388 (ls-lisp--insert-directory): Rename from insert-directory; add
6389 `orig-fun' argument.
6390 (insert-directory): Advise.
6391
63922013-09-13 Eli Zaretskii <eliz@gnu.org>
6393
6394 * term.el (term-emulate-terminal): Decode the command string
6395 before passing it to term-command-hook. (Bug#15337)
6396
63972013-09-13 Glenn Morris <rgm@gnu.org>
6398
6399 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6400
6401 * eshell/esh-ext.el (eshell-search-path): Declare.
6402
6403 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6404 Otherwise an error occurs if eshell-dirs module not loaded.
6405
6406 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6407
64082013-09-13 Michael Albinus <michael.albinus@gmx.de>
6409
6410 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6411 `tramp-check-proper-host'. Check for a valid method name.
6412
6413 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6414 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6415 * net/tramp-sh.el (tramp-maybe-open-connection):
6416 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6417
6418 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6419 also for hash values.
6420
64212013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * term/ns-win.el (parameters): Don't declare as dynamic.
6424 (before-make-frame-hook): Don't add ineffective function.
6425
6426 * eshell/*.el: Use lexical-binding (bug#15231).
6427
64282013-09-12 Kenichi Handa <handa@gnu.org>
6429
6430 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6431
64322013-09-12 Glenn Morris <rgm@gnu.org>
6433
6434 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6435 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6436
6437 * subr.el (do-after-load-evaluation): Also give compiler warnings
6438 when obsolete files are used (except by obsolete files).
6439
6440 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6441 in the status output, assume `filename' is the first. (Bug#15322)
6442
6443 * vc/vc.el (vc-deduce-fileset): Doc fix.
6444
6445 * calc/calc-help.el (Info-goto-node):
6446 * progmodes/cperl-mode.el (Info-find-node):
6447 * vc/ediff.el (Info-goto-node): Update declarations.
6448
6449 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6450
6451 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6452 (vc-bzr-pull): Require vc-dispatcher.
6453 * vc/vc-git.el (vc-compilation-mode): Declare.
6454 (vc-git-pull): Require vc-dispatcher.
6455
6456 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6457
6458 * progmodes/octave.el (help-button-action): Declare.
6459
6460 * shell.el (shell-directory-tracker): Output error as a message
6461 rather than just returning it as a string.
6462 (shell-process-pushd): Remove useless use of message.
6463
6464 * dframe.el (dframe-timer-fn):
6465 * files.el (dir-locals-read-from-file):
6466 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6467 (mpc-format):
6468 * reveal.el (reveal-post-command):
6469 * saveplace.el (load-save-place-alist-from-file):
6470 * shell.el (shell-resync-dirs):
6471 * w32-common-fns.el (x-get-selection-value):
6472 * emacs-lisp/copyright.el (copyright-find-copyright):
6473 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6474 * emulation/tpu-edt.el (tpu-copy-keyfile):
6475 * play/bubbles.el (bubbles--mark-neighbourhood):
6476 * progmodes/executable.el
6477 (executable-make-buffer-file-executable-if-script-p):
6478 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6479
64802013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 Cleanup Eshell to rely less on dynamic scoping.
6483 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6484 last-value, and ext-command here. Bind `args' closer to `body'.
6485 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6486 (eshell--args): Declare new dynamic var.
6487 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6488 last-value, and ext-command. Pass `args' to `body'.
6489 (eshell-process-args): Bind eshell--args.
6490 (eshell-set-option): Use eshell--args.
6491 * eshell/eshell.el (eshell): Use derived-mode-p.
6492 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6493 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6494 (eshell-glob-function): Declare.
6495 * eshell/esh-util.el: Require cl-lib.
6496 (eshell-read-hosts-file): Avoid add-to-list.
6497 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6498 `err'.
6499 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6500 Declare.
6501 (eshell/diff): Remove unused var `err'.
6502 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6503 `killflag'.
6504 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6505 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6506 first use.
6507 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6508 Move declaration before first use.
6509 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6510 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6511 rely on cl-return.
6512
65132013-09-12 Glenn Morris <rgm@gnu.org>
6514
6515 * term/ns-win.el (global-map): Remove binding for ispell-next,
6516 deleted 1999-05-29. (Bug#15357)
6517
65182013-09-11 Glenn Morris <rgm@gnu.org>
6519
6520 * echistory.el (electric-command-history): Remove call to deleted func.
6521
6522 * play/landmark.el (landmark-mode): Fix typos.
6523
6524 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6525 Check cvs-sort-ignore-file is bound.
6526
6527 * savehist.el: No need for cl when compiling on Emacs.
6528
65292013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6532 (bug#15338).
6533 (eshell-self-insert-command, eshell-send-invisible):
6534 Remove unused argument.
6535 (eshell-handle-control-codes): Remove unused var `orig'.
6536 Avoid delete-backward-char.
6537
6538 * files.el (set-auto-mode): Simplify a bit further.
6539
65402013-09-11 Glenn Morris <rgm@gnu.org>
6541
6542 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6543 (set-auto-mode): Don't regexp-quote elements.
6544 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6545 * progmodes/cc-mode.el (interpreter-mode-alist):
6546 * progmodes/ruby-mode.el (interpreter-mode-alist):
6547 Revert previous change.
6548
65492013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * play/snake.el (snake-mode):
6552 * play/mpuz.el (mpuz-mode):
6553 * play/landmark.el (lm-mode):
6554 * play/blackbox.el (blackbox-mode):
6555 * play/5x5.el (5x5-mode):
6556 * obsolete/options.el (Edit-options-mode):
6557 * net/quickurl.el (quickurl-list-mode):
6558 * net/newst-treeview.el (newsticker-treeview-mode):
6559 * mail/rmailsum.el (rmail-summary-mode):
6560 * mail/mspools.el (mspools-mode):
6561 * locate.el (locate-mode):
6562 * ibuffer.el (ibuffer-mode):
6563 * emulation/ws-mode.el (wordstar-mode):
6564 * emacs-lisp/debug.el (debugger-mode):
6565 * array.el (array-mode):
6566 * net/eudc.el (eudc-mode): Use define-derived-mode.
6567 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6568 Move initialization into declaration.
6569 (mairix-searches-mode): Use define-derived-mode.
6570 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6571 (eudc-edit-hotlist): Use dolist.
6572 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6573 (Man-mode): Use define-derived-mode.
6574 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6575 (Info-edit-mode): Use define-derived-mode.
6576 (Info-cease-edit): Use Info-mode.
6577 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6578 into declaration.
6579 (eshell-mode): Use define-derived-mode.
6580 * chistory.el (command-history-mode-map): Rename from
6581 command-history-map.
6582 (command-history-mode): Use define-derived-mode.
6583 (Command-history-setup): Remove function.
6584 * calc/calc.el (calc-trail-mode-map): New var.
6585 (calc-trail-mode): Use define-derived-mode.
6586 (calc-trail-buffer): Set calc-main-buffer manually.
6587 * bookmark.el (bookmark-insert-annotation): New function.
6588 (bookmark-edit-annotation): Use it.
6589 (bookmark-edit-annotation-mode): Make it a proper major mode.
6590 (bookmark-send-edited-annotation): Use derived-mode-p.
6591 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6592 closer to its ideal place. Use \' to match EOS.
6593
6594 * profiler.el (profiler-calltree-find): Use function-equal.
6595
65962013-09-10 Glenn Morris <rgm@gnu.org>
6597
6598 * files.el (interpreter-mode-alist): Convert to regexps.
6599 (set-auto-mode): Adapt for this. (Bug#15306)
6600 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6601 Comment out unused variable.
6602 * progmodes/cc-mode.el (interpreter-mode-alist):
6603 * progmodes/python.el (interpreter-mode-alist):
6604 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6605 * progmodes/sh-script.el (sh-set-shell):
6606 No longer use interpreter-mode-alist to get list of shells.
6607
6608 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6609
66102013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * simple.el: Use set-temporary-overlay-map for universal-argument.
6613 (universal-argument-map): Don't use default-bindings (bug#15317).
6614 Bind switch-frame explicitly. Replace universal-argument-minus with
6615 a conditional binding.
6616 (universal-argument-num-events, saved-overriding-map): Remove.
6617 (restore-overriding-map): Remove.
6618 (universal-argument--mode): Rename from save&set-overriding-map,
6619 and rewrite.
6620 (universal-argument, universal-argument-more, negative-argument)
6621 (digit-argument): Adjust accordingly.
6622 (universal-argument-minus): Remove.
6623 (universal-argument-other-key): Remove.
6624
6625 * subr.el (with-demoted-errors): Add `format' argument.
6626
66272013-09-10 Michael Albinus <michael.albinus@gmx.de>
6628
6629 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6630 `tramp-cleanup-connection'.
6631
6632 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6633 parameters KEEP-DEBUG and KEEP-PASSWORD.
6634
6635 * net/tramp.el (tramp-file-name-handler):
6636 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6637 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6638 (tramp-maybe-open-connection):
6639 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6640 Use `tramp-cleanup-connection'.
6641
6642 * net/tramp-sh.el (tramp-maybe-open-connection):
6643 Catch 'uname-changed inside the progress reporter.
6644
66452013-09-10 Glenn Morris <rgm@gnu.org>
6646
6647 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6648
6649 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6650 returns "alternate access method" in mode (eg "-rw-r--r--.").
6651
66522013-09-08 Glenn Morris <rgm@gnu.org>
6653
6654 * saveplace.el (load-save-place-alist-from-file):
6655 Demote errors. (Bug#15305)
6656
66572013-09-08 Michael Albinus <michael.albinus@gmx.de>
6658
6659 Improve compatibility with older Emacsen, and XEmacs.
6660
6661 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6662 only if it is bound. It isn't for XEmacs.
6663 (with-tramp-progress-reporter): Do not let-bind `result'.
6664 This yields to scoping errors in XEmacs.
6665 (tramp-handle-make-auto-save-file-name): New function, moved from
6666 tramp-sh.el.
6667
6668 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6669 for `make-auto-save-file-name'.
6670 (tramp-adb--gnu-switches-to-ash):
6671 Use `tramp-compat-replace-regexp-in-string'.
6672
6673 * net/tramp-cache.el (tramp-cache-print): Call
6674 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6675
6676 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6677 bound. It isn't for XEmacs.
6678
6679 * net/tramp-compat.el (tramp-compat-copy-file):
6680 Catch `wrong-number-of-arguments' error.
6681 (tramp-compat-replace-regexp-in-string): New defun.
6682
6683 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6684 for `make-auto-save-file-name'.
6685 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6686 `copy-file'.
6687 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6688 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6689 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6690
6691 * net/tramp-gw.el (tramp-gw-open-network-stream):
6692 Use `tramp-compat-replace-regexp-in-string'.
6693
6694 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6695 Call `tramp-handle-make-auto-save-file-name'.
6696 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6697 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6698 (tramp-sh-file-inotifywait-process-filter):
6699 Use `tramp-compat-replace-regexp-in-string'.
6700 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6701
6702 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6703 for `make-auto-save-file-name'.
6704 (tramp-smb-handle-copy-directory):
6705 Call `tramp-compat-replace-regexp-in-string'.
6706 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6707 (tramp-smb-handle-copy-file): Improve error message.
6708 (tramp-smb-handle-rename-file): Rename directly only in case
6709 `newname' does not exist yet. This is a restriction of smbclient.
6710 (tramp-smb-maybe-open-connection): Rerun the function only when
6711 `auth-sources' is non-nil.
6712
67132013-09-08 Kenichi Handa <handa@gnu.org>
6714
6715 * international/characters.el: Set category "^" (Combining) for
6716 more characters.
6717
67182013-09-07 Alan Mackenzie <acm@muc.de>
6719
6720 Correctly fontify Java class constructors.
6721 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6722 in Java Mode.
6723 (c-recognize-typeless-decls): Set the Java value to t.
6724 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6725 While handling a "(", add a check for, effectively, Java, and handle a
6726 "typeless" declaration there.
6727
67282013-09-07 Roland Winkler <winkler@gnu.org>
6729
6730 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6731 field subtitle for entry type book.
6732
67332013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * minibuffer.el: Make minibuffer-complete call completion-in-region
6736 rather than other way around.
6737 (completion--some, completion-pcm--find-all-completions):
6738 Don't delay signals when debugging.
6739 (minibuffer-completion-contents): Beware fields within the
6740 minibuffer contents.
6741 (completion-all-sorted-completions): Use defvar-local.
6742 (completion--do-completion, completion--cache-all-sorted-completions)
6743 (completion-all-sorted-completions, minibuffer-force-complete):
6744 Add args `beg' and `end'.
6745 (completion--in-region-1): New fun, extracted from minibuffer-complete.
6746 (minibuffer-complete): Use completion-in-region.
6747 (completion-complete-and-exit): New fun, extracted from
6748 minibuffer-complete-and-exit.
6749 (minibuffer-complete-and-exit): Use it.
6750 (completion--complete-and-exit): Rename from
6751 minibuffer--complete-and-exit.
6752 (completion-in-region--single-word): New function, extracted from
6753 minibuffer-complete-word.
6754 (minibuffer-complete-word): Use it.
6755 (display-completion-list): Make `common-substring' argument obsolete.
6756 (completion--in-region): Call completion--in-region-1 instead of
6757 minibuffer-complete.
6758 (completion-help-at-point): Pass boundaries to
6759 minibuffer-completion-help as args rather than via an overlay.
6760 (completion-pcm--string->pattern): Use `any-delim'.
6761 (completion-pcm--optimize-pattern): New function.
6762 (completion-pcm--pattern->regex): Handle `any-delim'.
6763 * icomplete.el (icomplete-forward-completions)
6764 (icomplete-backward-completions, icomplete-completions):
6765 Adjust calls to completion-all-sorted-completions and
6766 completion--cache-all-sorted-completions.
6767 (icomplete-with-completion-tables): Default to t.
6768 * emacs-lisp/crm.el (crm--current-element): Rename from
6769 crm--select-current-element. Don't put an overlay but return the
6770 boundaries instead.
6771 (crm--completion-command): Take two new args to bind to the boundaries.
6772 (crm-completion-help): Adjust accordingly.
6773 (crm-complete): Use completion-in-region.
6774 (crm-complete-word): Use completion-in-region--single-word.
6775 (crm-complete-and-exit): Use completion-complete-and-exit.
6776
67772013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6780 than dynamically.
6781
67822013-09-06 Juri Linkov <juri@jurta.org>
6783
6784 * info.el (Info-display-images-node): When image file doesn't exist
6785 display text version of the image if it's provided in the Info file.
6786 Otherwise, display the location of missing image from SRC attribute.
6787 Add help-echo text property from ALT attribute. (Bug#15279)
6788
67892013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6792 (edit-abbrevs-mode): Use define-derived-mode.
6793
6794 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6795 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6796 that it's defined.
6797 (epa-key-list-mode, epa-key-mode, epa-info-mode):
6798 Use define-derived-mode.
6799
6800 * epg.el (epg-start-encrypt): Minor CSE simplification.
6801
68022013-09-06 William Xu <william.xwl@gmail.com>
6803
6804 * arc-mode.el: Add support for 7za (bug#15264).
6805 (archive-7z-program): New var.
6806 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6807 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6808 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6809
68102013-09-06 Michael Albinus <michael.albinus@gmx.de>
6811
6812 Remove URL syntax.
6813
6814 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6815 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6816 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6817 (tramp-postfix-host-format, tramp-file-name-regexp)
6818 (tramp-completion-file-name-regexp)
6819 (tramp-completion-dissect-file-name)
6820 (tramp-handle-substitute-in-file-name): Remove 'url case.
6821 (tramp-file-name-regexp-url)
6822 (tramp-completion-file-name-regexp-url): Remove constants.
6823
68242013-09-06 Glenn Morris <rgm@gnu.org>
6825
6826 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
6827
68282013-09-05 Dmitry Gutov <dgutov@yandex.ru>
6829
6830 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6831 keywords" below "here-doc beginnings" (Bug#15270).
6832
68332013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * subr.el (pop): Use `car-safe'.
6836 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6837 to detect unused `pop' return value.
6838
6839 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6840 var `block-regexp'.
6841 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6842 (python-fill-string): Remove unused var `marker'.
6843 (python-skeleton-add-menu-items): Remove unused var `items'.
6844
6845 * international/mule-cmds.el: Require CL.
6846 (find-coding-systems-for-charsets): Avoid add-to-list.
6847 (sanitize-coding-system-list): New function, extracted from
6848 select-safe-coding-system-interactively.
6849 (select-safe-coding-system-interactively): Use it.
6850 (read-input-method-name): Accept symbols for `default'.
6851
6852 * emacs-lisp/advice.el (defadvice): Add indent rule.
6853
68542013-09-05 Daniel Hackney <dan@haxney.org>
6855
6856 * dired-x.el:
6857 * net/ange-ftp.el:
6858 * net/browse-url.el:
6859 * net/dbus.el:
6860 * net/eudc.el:
6861 * net/eudcb-ldap.el:
6862 * net/eww.el:
6863 * net/imap.el:
6864 * printing.el:
6865 * vc/ediff-diff.el:
6866 * vc/ediff-init.el:
6867 * vc/ediff-merg.el:
6868 * vc/ediff-mult.el:
6869 * vc/ediff-util.el:
6870 * vc/ediff-wind.el:
6871 * vc/ediff.el:
6872 * vc/emerge.el:
6873 * vc/pcvs.el:
6874 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6875 byte compiler. Remove some unused let-bound variables.
6876
68772013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6880 a "ref-cell", since it gets better optimized (bug#14883).
6881
68822013-09-05 Glenn Morris <rgm@gnu.org>
6883
6884 * progmodes/cc-awk.el (c-forward-sws): Declare.
6885
68862013-09-04 Glenn Morris <rgm@gnu.org>
6887
6888 * generic-x.el [rul-generic-mode]: Require cc-mode.
6889 (c++-mode-syntax-table): Declare.
6890 (rul-generic-mode-syntax-table): Init in the defvar.
6891
68922013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6895 (vc-do-command, vc-set-async-update):
6896 * vc/vc-mtn.el (vc-mtn-dir-status):
6897 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6898 (vc-hg-pull, vc-hg-merge-branch):
6899 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6900 (vc-git-merge-branch):
6901 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6902 (vc-cvs-dir-status-files):
6903 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6904 (vc-bzr-dir-status-files):
6905 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6906 * vc/vc-annotate.el: Use lexical-binding.
6907 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6908 (vc-sentinel-movepoint): Declare.
6909 (vc-annotate): Don't use `goto-line'.
6910 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6911 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6912 (vc-sentinel-movepoint): Declare.
6913 * vc/vc-svn.el: Use lexical-binding.
6914 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6915 * vc/vc-sccs.el:
6916 * vc/vc-rcs.el: Use lexical-binding.
6917
6918 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6919 `deleted'. Don't drop errors silently.
6920
6921 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6922
69232013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6924
6925 * vc/vc.el (vc-ignore): Rewrite.
6926 (vc-default-ignore): New function.
6927 (vc-default-ignore-completion-table): Use find-ignore-file.
6928
6929 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6930 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6931 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6932 Remove. Most code moved to vc.el.
6933
69342013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6937 * net/tramp-smb.el (tramp-smb-get-file-entries):
6938 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6939 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6940
6941 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6942 Update call to it.
6943 (eww-change-select): Remove unused var `properties'.
6944 (eww-make-unique-file-name): Remove unused var `base'.
6945
6946 * finder.el (finder-compile-keywords): Don't mess with windows.
6947
6948 * calculator.el (calculator-funcall): Fix typo in last change.
6949
6950 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6951
6952 * emacs-lisp/package.el (package-activate-1): Don't let a missing
6953 <pkg>-autoloads.el file stop us.
6954
6955 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6956 warnings, and factor out common code.
6957
69582013-09-03 Dmitry Gutov <dgutov@yandex.ru>
6959
6960 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6961 two-character operators and whether the character preceding them
6962 changes their meaning (Bug#15208).
6963
69642013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6965
6966 Format code sent to Python shell for robustness.
6967 * progmodes/python.el (python-shell-buffer-substring):
6968 New function.
6969 (python-shell-send-region, python-shell-send-buffer): Use it.
6970
69712013-09-02 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6974 * net/tramp.el (tramp-user-error): ... here.
6975 (tramp-find-method, tramp-check-proper-host)
6976 (tramp-dissect-file-name, tramp-debug-message)
6977 (tramp-handle-shell-command):
6978 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6979 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6980
6981 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6982
69832013-09-02 Martin Rudalics <rudalics@gmx.at>
6984
6985 * avoid.el (mouse-avoidance-point-position)
6986 (mouse-avoidance-too-close-p): Handle case where posn-at-point
6987 returns nil.
6988
69892013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6990
6991 * progmodes/python.el (python-shell-completion-get-completions):
6992 Drop use of deleted `comint-last-prompt-overlay'.
6993 (python-nav-if-name-main): New command.
6994
69952013-09-01 Glenn Morris <rgm@gnu.org>
6996
6997 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6998 Avoid leading space in $wins. Otherwise the sed command used by
6999 eg compile-main ends up containing "/*.el". (Bug#15170)
7000
7001 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7002
70032013-08-30 Glenn Morris <rgm@gnu.org>
7004
7005 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7006 Fix is-this-a-directory logic. (Bug#15220)
7007
70082013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * textmodes/css-mode.el: Use SMIE.
7011 (css-smie-grammar): New var.
7012 (css-smie--forward-token, css-smie--backward-token)
7013 (css-smie-rules): New functions.
7014 (css-mode): Use them.
7015 (css-navigation-syntax-table): Remove var.
7016 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7017 (css-indent-calculate, css-indent-line): Remove functions.
7018
7019 Misc changes to reduce use of `(lambda...); and other cleanups.
7020 * cus-edit.el: Use lexical-binding.
7021 (customize-push-and-save, customize-apropos)
7022 (custom-buffer-create-internal): Use closures.
7023 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7024 * progmodes/ada-xref.el: Use setq.
7025 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7026 * dframe.el: Use lexical-binding.
7027 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7028 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7029 * descr-text.el: Use lexical-binding.
7030 (describe-text-widget, describe-text-sexp, describe-property-list):
7031 Use closures.
7032 * comint.el (comint-history-isearch-push-state): Use a closure.
7033 * calculator.el: Use lexical-binding.
7034 (calculator-number-to-string): Make it work with lexical-binding.
7035 (calculator-funcall): Same and use cl-letf.
7036
7037 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7038 (lisp--company-doc-string, lisp--company-location): New functions.
7039 (lisp-completion-at-point): Use them to improve Company support.
7040
7041 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7042 params of lambda expressions.
7043 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7044 (ruby-smie--opening-pipe-p): New function.
7045 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7046 symbols and matched |...| for formal params.
7047 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7048 from being treated as hanging. Handle "rescue".
7049
70502013-08-29 Glenn Morris <rgm@gnu.org>
7051
7052 * progmodes/cc-engine.el (c-pull-open-brace):
7053 Move definition before use.
7054
70552013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7058 are immutable. Don't use `unsafe' any more.
7059 (cl--defsubst-expand): Don't substitute at the same time as keeping
7060 a residual unused let-binding. Don't use `unsafe' any more.
7061
70622013-08-29 Glenn Morris <rgm@gnu.org>
7063
7064 * calendar/cal-china.el (calendar-chinese-year-cache):
7065 Recenter on 2015.
7066
7067 * nxml/nxml-util.el (nxml-debug-clear-inside):
7068 Use cl-loop rather than loop.
7069
7070 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7071
7072 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7073
70742013-08-28 Glenn Morris <rgm@gnu.org>
7075
7076 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7077
7078 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7079
7080 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7081
70822013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * simple.el (repeat-complex-command--called-interactively-skip):
7085 New function.
7086 (repeat-complex-command): Use it (bug#14136).
7087
7088 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7089 (c-define-abbrev-table): Add `doc' argument.
7090 (c-mode-abbrev-table, c++-mode-abbrev-table)
7091 (objc-mode-abbrev-table, java-mode-abbrev-table)
7092 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7093 (awk-mode-abbrev-table): Use it.
7094 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7095 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7096 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7097 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7098 Move initialization into the declaration; and remove any
7099 autoload cookie.
7100
7101 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7102 and dynamic let binding.
7103
7104 * vc/smerge-mode.el: Remove redundant :group args.
7105
7106 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7107 to load-path.
7108
71092013-08-28 Juri Linkov <juri@jurta.org>
7110
7111 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7112 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7113 (isearch-other-meta-char): Handle an undefined shifted printing
7114 character by downshifting it. (Bug#15200)
7115
71162013-08-28 Juri Linkov <juri@jurta.org>
7117
7118 * isearch.el (isearch-search): Change regexp error message for
7119 non-regexp searches. (Bug#15166)
7120
71212013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7122
7123 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7124 for portability to hosts where /bin/sh has problems.
7125
71262013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7129
71302013-08-27 Juri Linkov <juri@jurta.org>
7131
7132 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7133 in the keyboard macro. (Bug#15126)
7134
71352013-08-27 Juri Linkov <juri@jurta.org>
7136
7137 * isearch.el (isearch-quote-char): Comment out converting unibyte
7138 to multibyte, thus syncing with its `quoted-insert' counterpart.
7139 (Bug#15166)
7140
71412013-08-27 Martin Rudalics <rudalics@gmx.at>
7142
7143 * window.el (display-buffer-use-some-window): Add missing
7144 argument in call of get-largest-window (Bug#15185).
7145 Reported by Stephen Leake.
7146
71472013-08-27 Glenn Morris <rgm@gnu.org>
7148
7149 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7150
71512013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7154 from a matcher-function unless there's no more matches (bug#15161).
7155
71562013-08-26 Michael Albinus <michael.albinus@gmx.de>
7157
7158 * minibuffer.el: Revert change from 2013-08-20.
7159
7160 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7161 with text property `tramp-default', if appropriate.
7162 (tramp-check-proper-host): New defun.
7163 (tramp-dissect-file-name): Do not check hostname. Revert change
7164 of 2013-03-18.
7165 (tramp-backtrace): Make VEC-OR-PROC optional.
7166
7167 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7168 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7169 * net/tramp-sh.el (tramp-maybe-open-connection):
7170 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7171 Apply `tramp-check-proper-host'.
7172
71732013-08-26 Tassilo Horn <tsdh@gnu.org>
7174
7175 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7176 lambda expression in order to have `describe-variable' display it.
7177
71782013-08-26 Michael Albinus <michael.albinus@gmx.de>
7179
7180 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7181 BUF can be optional. (Bug#15186)
7182
71832013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7184
7185 * progmodes/flymake.el (flymake-get-real-file-name-function):
7186 Fix broken customization. (Bug#15184)
7187
71882013-08-25 Alan Mackenzie <acm@muc.de>
7189
7190 Improve indentation of bracelists defined by macros (without "=").
7191
7192 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7193 expansion begins with "{", regard it as bracelist when it doesn't
7194 contain a ";".
7195
7196 Parse C++ inher-intro when there's a template split over 2 lines.
7197
7198 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7199 rigorously the search for "class" etc. followed by ":".
7200
7201 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7202 random languages a regexp which never matches rather than nil.
7203
7204 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7205
7206 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7207 (c-awk-regexp-one-line-possibly-open-char-list-re)
7208 (c-awk-one-line-possibly-open-regexp-re)
7209 (c-awk-one-line-non-syn-ws*-re): Remove.
7210 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7211 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7212 (c-awk-space*-unclosed-regexp-/-re): New constants.
7213 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7214 aren't regexp delimiters.
7215
7216 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7217 handling for a rare situation in AWK Mode involving unterminated
7218 strings/regexps.
7219
72202013-08-23 Glenn Morris <rgm@gnu.org>
7221
7222 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7223
7224 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7225
7226 * files.el (create-file-buffer): If the result would begin with
7227 spaces, prepend a "|" instead of removing them. (Bug#15162)
7228
72292013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7232 text-properties (bug#15155).
7233
7234 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7235 exist any more.
7236 (calc-keypad-redraw): Remove unused var `pad'.
7237 (calc-keypad-press): Remove unused var `menu'.
7238
72392013-08-23 Martin Rudalics <rudalics@gmx.at>
7240
7241 * window.el (display-buffer-pop-up-frame):
7242 Call pop-up-frame-function with BUFFER current so `make-frame' will
7243 use it as the new frame's buffer (Bug#15133).
7244
72452013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * calendar/timeclock.el: Minor cleanups.
7248 (timeclock-ask-before-exiting, timeclock-use-display-time):
7249 Use `symbol'.
7250 (timeclock-modeline-display): Define as alias before the
7251 actual definition.
7252 (timeclock-mode-line-display): Use define-minor-mode.
7253 (timeclock-day-list-template): Make it a function, add an argument.
7254 (timeclock-day-list-required, timeclock-day-list-length)
7255 (timeclock-day-list-debt, timeclock-day-list-span)
7256 (timeclock-day-list-break): Adjust calls accordingly.
7257
72582013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7261 Use read--expression so that completion works again.
7262
72632013-08-21 Sam Steingold <sds@gnu.org>
7264
7265 Add rudimentary inferior shell interaction
7266 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7267 (sh-set-shell): Reset it.
7268 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7269 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7270
72712013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * align.el: Use lexical-binding.
7274 (align-region): Simplify accordingly.
7275
72762013-08-20 Michael Albinus <michael.albinus@gmx.de>
7277
7278 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7279
7280 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7281 `non-essential' up.
7282
72832013-08-17 Michael Albinus <michael.albinus@gmx.de>
7284
7285 * net/tramp.el:
7286 * net/tramp-adb.el:
7287 * net/tramp-cmds.el:
7288 * net/tramp-ftp.el:
7289 * net/tramp-gvfs.el:
7290 * net/tramp-gw.el:
7291 * net/tramp-sh.el: Don't wrap external variable declarations by
7292 `eval-when-compile'.
7293
72942013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7295
7296 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7297 now that Emacs supports ImageMagick animations.
7298
72992013-08-16 Michael Albinus <michael.albinus@gmx.de>
7300
7301 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7302 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7303
73042013-08-16 Martin Rudalics <rudalics@gmx.at>
7305
7306 * window.el (mouse-autoselect-window-select): Do autoselect when
7307 mouse pointer is on margin.
7308
73092013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7310
7311 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7312
73132013-08-16 Glenn Morris <rgm@gnu.org>
7314
7315 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7316 Handle "Remote Directory" response of some clients. (Bug#15058)
7317
7318 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7319 Tweak warning. (Bug#14926)
7320
7321 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7322 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7323
7324 * image-mode.el (image-mode-map): Add menu items to reverse,
7325 increase, decrease, reset animation speed.
7326 (image--set-speed, image-increase-speed, image-decrease-speed)
7327 (image-reverse-speed, image-reset-speed): New functions.
7328 (image-mode-map): Add bindings for speed commands.
7329
7330 * image.el (image-animate-get-speed, image-animate-set-speed):
7331 New functions.
7332 (image-animate-timeout): Respect image :speed property.
7333
73342013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7337 previous line (bug#15101).
7338 (debugger-eval-expression, debugger-record-expression):
7339 Use read--expression (bug#15102).
7340
73412013-08-15 Michael Albinus <michael.albinus@gmx.de>
7342
7343 Remove byte compiler warnings, visible when compiling with
7344 `byte-compile-force-lexical-warnings' set to t.
7345
7346 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7347 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7348 (tramp-handle-unhandled-file-name-directory)
7349 (tramp-handle-file-notify-add-watch, tramp-action-login)
7350 (tramp-action-succeed, tramp-action-permission-denied)
7351 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7352 arguments with "_".
7353
7354 * net/tramp-adb.el (tramp-adb-parse-device-names)
7355 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7356 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7357 (tramp-adb-handle-file-truename): Remove unused arguments.
7358
7359 * net/tramp-cache.el (tramp-flush-directory-property)
7360 (tramp-flush-connection-property, tramp-list-connections)
7361 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7362
7363 * net/tramp-compat.el (tramp-compat-make-temp-file):
7364 Rename FILENAME to F.
7365
7366 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7367 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7368 (tramp-zeroconf-parse-workstation-device-names)
7369 (tramp-zeroconf-parse-webdav-device-names)
7370 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7371
7372 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7373 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7374
7375 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7376 arguments.
7377 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7378 (tramp-sh-handle-insert-file-contents-literally)
7379 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7380 with "_".
7381 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7382 Remove unused variables.
7383
7384 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7385 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7386 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7387
7388 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7389 Make them a defconst.
7390 (tramp-uuencode-region): Remove unused variable.
7391
73922013-08-14 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * frameset.el (frameset--prop-setter): New function.
7395 (frameset-prop): Add gv-setter declaration.
7396 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7397 parameter was already set in FILTERED. Doc fix.
7398 (frameset--record-minibuffer-relationships): Allow saving a
7399 minibufferless frame without its corresponding minibuffer frame.
7400 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7401 frame, if the frame id matches.
7402 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7403 frames before orphaned ones.
7404 (frameset-restore): Warn about orphaned windows, instead of error out.
7405
74062013-08-14 Martin Rudalics <rudalics@gmx.at>
7407
7408 * window.el (window-make-atom): Don't overwrite parameter
7409 already present.
7410 (display-buffer-in-atom-window): Handle special case where we
7411 split an already atomic window.
7412 (window--major-non-side-window, display-buffer-in-side-window)
7413 (window--side-check): Ignore minibuffer window when walking
7414 window tree.
7415 (window-deletable-p): Return 'frame only if no other frame uses
7416 our minibuffer window.
7417 (record-window-buffer): Run buffer-list-update-hook.
7418 (split-window): Make sure window--check-frame won't destroy an
7419 existing atomic window in case the new window gets nested
7420 inside.
7421 (display-buffer-at-bottom): Ignore minibuffer window when
7422 walking window tree. Don't split a side window.
7423 (pop-to-buffer): Don't set-buffer here, the select-window call
7424 should do that.
7425 (mouse-autoselect-window-select): Autoselect only if we are in the
7426 text portion of the window.
7427
74282013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7429
7430 * net/shr.el (shr-parse-image-data): New function to grab both the
7431 data itself and the Content-Type.
7432 (shr-put-image): Use it.
7433
7434 * net/eww.el (eww-display-image): Ditto.
7435
7436 * image.el (image-content-type-suffixes): New variable.
7437
74382013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7439
7440 * progmodes/python.el (python-imenu--build-tree)
7441 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7442
74432013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7444
7445 * simple.el (backward-word): Mention the optional argument.
7446
74472013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * frameset.el (frameset--make): Rename constructor from make-frameset.
7450 (frameset-p, frameset-valid-p): Don't autoload.
7451 (frameset-valid-p): Use normal accessors.
7452
74532013-08-13 Glenn Morris <rgm@gnu.org>
7454
7455 * progmodes/compile.el (compile-command): Tweak example in doc.
7456 * obsolete/scribe.el (scribe-mode):
7457 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7458
7459 * mail/feedmail.el (feedmail-confirm-outgoing)
7460 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7461
7462 * cus-start.el (truncate-partial-width-windows): Fix type.
7463
7464 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7465
7466 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7467
74682013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * emacs-lisp/timer.el (timer--time-setter): New function.
7471 (timer--time): Use it as gv-setter.
7472
7473 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7474 setter is not a symbol.
7475
74762013-08-12 Grégoire Jadi <daimrod@gmail.com>
7477
7478 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7479 if sending fails. This makes debugging easier.
7480
74812013-08-12 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7484 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7485 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7486
74872013-08-12 Eli Zaretskii <eliz@gnu.org>
7488
7489 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7490
74912013-08-12 Glenn Morris <rgm@gnu.org>
7492
7493 * format.el (format-annotate-function):
7494 Handle read-only text properties in the source. (Bug#14887)
7495
74962013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7497
7498 * net/eww.el (eww-display-html): Ignore coding system errors.
7499 One web site uses "utf-8lias" as the coding system.
7500
75012013-08-11 Juanma Barranquero <lekktu@gmail.com>
7502
7503 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7504
75052013-08-10 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7508 (tutorial--detailed-help): Remove unused local variables.
7509 (tutorial--save-tutorial-to): Use ignore-errors.
7510 (help-with-tutorial): Use looking-at-p.
7511
7512 * view.el (view-buffer-other-window, view-buffer-other-frame):
7513 Mark unused arguments.
7514
7515 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7516 (woman-select-symbol-fonts, woman, woman-find-file)
7517 (woman-insert-file-contents, woman-non-underline-faces):
7518 Use string-match-p.
7519 (woman1-unquote): Move declaration.
7520
7521 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7522 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7523 argument. Remove unused local variable.
7524 (xml-parse-elem-type): Use string-match-p.
7525 (xml-substitute-numeric-entities): Use ignore-errors.
7526
7527 * calculator.el (calculator): Mark unused argument.
7528 (calculator-paste, calculator-quit, calculator-integer-p):
7529 Use ignore-errors.
7530 (calculator-string-to-number, calculator-decimal, calculator-exp)
7531 (calculator-op-or-exp): Use string-match-p.
7532
7533 * dired.el (dired-buffer-more-recently-used-p): Declare.
7534 (dired-insert-set-properties, dired-insert-old-subdirs):
7535 Use ignore-errors.
7536
7537 * dired-aux.el (dired-compress): Use ignore-errors.
7538 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7539 (dired-do-async-shell-command, dired-do-shell-command)
7540 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7541 (dired-insert-subdir-validate): Use string-match-p.
7542 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7543 (dired-add-entry): Use string-match-p, looking-at-p.
7544 (dired-insert-subdir-newpos): Remove unused local variable.
7545
7546 * filenotify.el (file-notify-callback): Remove unused local variable.
7547
7548 * filesets.el (filesets-error): Mark unused argument.
7549 (filesets-which-command-p, filesets-filter-dir-names)
7550 (filesets-directory-files, filesets-get-external-viewer)
7551 (filesets-ingroup-get-data): Use string-match-p.
7552
7553 * find-file.el (ff-other-file-name, ff-other-file-name)
7554 (ff-find-the-other-file, ff-cc-hh-converter):
7555 Remove unused local variables.
7556 (ff-get-file-name): Use string-match-p.
7557 (ff-all-dirs-under): Use ignore-errors.
7558
7559 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7560 (follow-select-if-visible): Remove unused local variable.
7561
7562 * forms.el (read-file-filter): Move declaration.
7563 (forms--make-format, forms--make-parser, forms-insert-record):
7564 Quote function with #'.
7565 (forms--update): Use string-match-p. Quote function with #'.
7566
7567 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7568 (help-make-xrefs): Use looking-at-p.
7569 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7570
7571 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7572 (ibuffer-confirm-operation-on): Use string-match-p.
7573
7574 * msb.el (msb-item-handler, msb-dired-item-handler):
7575 Mark unused arguments.
7576
7577 * ses.el (ses-decode-cell-symbol)
7578 (ses-kill-override): Remove unused local variable.
7579 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7580 (ses-load): Use ignore-errors, looking-at-p.
7581 (ses-jump-safe): Use ignore-errors.
7582 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7583
7584 * tabify.el (untabify, tabify): Mark unused arguments.
7585
7586 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7587 Mark unused argument.
7588 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7589 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7590
7591 * emacs-lisp/timer.el (timer--time): Define setter with
7592 gv-define-setter to avoid deprecation warning.
7593
7594 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7595 (*record-cmpl-statistics-p*): Remove (was commented out).
7596 (cmpl-statistics-block): Remove (body was commented out).
7597 All callers changed.
7598 (add-completions-from-buffer, load-completions-from-file):
7599 Remove unused variables.
7600
76012013-08-09 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * filecache.el (file-cache-delete-file-list):
7604 Print message only when told so.
7605 (file-cache-files-matching): Use #' in mapconcat argument.
7606
7607 * ffap.el (ffap-url-at-point): Fix reference to variable
7608 thing-at-point-default-mail-uri-scheme.
7609
76102013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * subr.el (define-error): New function.
7613 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7614 error-file-not-found and define with define-error.
7615 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7616 and define with define-error.
7617 * userlock.el (file-locked, file-supersession):
7618 * simple.el (mark-inactive):
7619 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7620 * progmodes/ada-mode.el (ada-mode-errors):
7621 * play/life.el (life-extinct):
7622 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7623 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7624 * nxml/rng-util.el (rng-error):
7625 * nxml/rng-uri.el (rng-uri-error):
7626 * nxml/rng-match.el (rng-compile-error):
7627 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7628 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7629 * nxml/nxml-rap.el (nxml-scan-error):
7630 * nxml/nxml-outln.el (nxml-outline-error):
7631 * net/soap-client.el (soap-error):
7632 * net/gnutls.el (gnutls-error):
7633 * net/ange-ftp.el (ftp-error):
7634 * mpc.el (mpc-proc-error):
7635 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7636 (json-number-format, json-string-escape, json-string-format)
7637 (json-key-format, json-object-format):
7638 * jka-compr.el (compression-error):
7639 * international/quail.el (quail-error):
7640 * international/kkc.el (kkc-error):
7641 * emacs-lisp/ert.el (ert-test-failed):
7642 * calc/calc.el (calc-error, inexact-result, math-overflow)
7643 (math-underflow):
7644 * bookmark.el (bookmark-error-no-filename):
7645 * epg.el (epg-error): Define with define-error.
7646
7647 * time.el (display-time-event-handler)
7648 (display-time-next-load-average): Don't call sit-for since it seems
7649 unnecessary (bug#15045).
7650
7651 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7652 Use #' instead of ' to quote functions.
7653 (checkdoc-output-mode): Use setq-local.
7654 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7655 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7656 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7657 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7658 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7659 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7660 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7661 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7662
7663 * ido.el (ido-completion-help): Fix up compiler warning.
7664
76652013-08-09 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * frameset.el (frameset-p): Add autoload cookie.
7668 (frameset--jump-to-register): New function, based on code moved from
7669 register.el.
7670 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7671
7672 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7673 (frameset-restore, frameset-save, frameset-session-filter-alist):
7674 Remove declarations.
7675 (register-alist): Doc fix.
7676 (frameset-to-register): Move to frameset.el.
7677 (jump-to-register, describe-register-1): Remove frameset-specific code.
7678
76792013-08-08 Juanma Barranquero <lekktu@gmail.com>
7680
7681 * allout-widgets.el (allout-widgets-pre-command-business)
7682 (allout-widgets-post-command-business)
7683 (allout-widgets-after-change-handler)
7684 (allout-decorate-item-and-context, allout-set-boundary-marker)
7685 (allout-body-modification-handler)
7686 (allout-graphics-modification-handler): Mark ignored arguments.
7687 (allout-widgets-post-command-business)
7688 (allout-widgets-exposure-change-processor)
7689 (allout-widgets-exposure-undo-processor)
7690 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7691 (allout-parse-item-at-point, allout-decorate-item-guides)
7692 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7693 * allout.el (epa-passphrase-callback-function): Declare.
7694 (allout-overlay-insert-in-front-handler)
7695 (allout-overlay-interior-modification-handler)
7696 (allout-isearch-end-handler, allout-chart-siblings)
7697 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7698 (allout-yank-processing, allout-process-exposed)
7699 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7700 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7701 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7702 (lisp-indent-defform): Mark ignored arguments.
7703 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7704 (calculate-lisp-indent): Remove unused variables.
7705 * international/characters.el (indian-2-column, arabic-2-column)
7706 (tibetan): Mark ignored arguments.
7707 (use-cjk-char-width-table): Mark ignored arguments.
7708 Remove unused variables.
7709 * international/fontset.el (build-default-fontset-data)
7710 (x-compose-font-name, create-fontset-from-fontset-spec):
7711 Mark ignored arguments.
7712 (fontset-plain-name): Remove unused variables.
7713 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7714 (keyboard-coding-system): Mark ignored arguments.
7715 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7716 * help.el (resize-temp-buffer-window):
7717 * window.el (display-buffer-in-major-side-window)
7718 (display-buffer-in-side-window, display-buffer-in-previous-window):
7719 Remove unused variables.
7720 * isearch.el (isearch-forward-symbol):
7721 * version.el (emacs-bzr-version-bzr):
7722 * international/mule-cmds.el (current-language-environment):
7723 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7724 (x-handle-display):
7725 * term/pc-win.el (x-list-fonts, x-display-planes)
7726 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7727 (x-server-version, x-display-screens, x-display-mm-height)
7728 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7729 (x-selection-owner-p, x-own-selection-internal)
7730 (x-disown-selection-internal, x-get-selection-internal)
7731 (msdos-initialize-window-system):
7732 * term/tty-colors.el (tty-color-alist, tty-color-clear):
7733 * term/x-win.el (x-handle-no-bitmap-icon):
7734 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7735 (vc-default-find-file-hook, vc-default-extra-menu):
7736 Mark ignored arguments.
7737
77382013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7741 break-condition in the context of the debugged code (bug#12685).
7742
77432013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
7744
7745 * comint.el:
7746 Do not use an overlay to highlight the last prompt. (Bug#14744)
7747 (comint-mode): Make comint-last-prompt buffer local.
7748 (comint-last-prompt): New variable.
7749 (comint-last-prompt-overlay): Remove. Superseded by
7750 comint-last-prompt.
7751 (comint-snapshot-last-prompt, comint-output-filter):
7752 Use comint-last-prompt.
7753
77542013-08-08 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
7757 (frameset-save): Check validity of the resulting frameset.
7758
77592013-08-08 Xue Fuqiao <xfq.free@gmail.com>
7760
7761 * ido.el (ido-record-command): Add doc string.
7762
77632013-08-08 Juanma Barranquero <lekktu@gmail.com>
7764
7765 * frameset.el (frameset): Do not disable creation of the default
7766 frameset-p predicate. Doc fix.
7767 (frameset-valid-p): New function, copied from the old predicate-p.
7768 Add additional checks.
7769 (frameset-restore): Check with frameset-valid-p.
7770 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7771 (frameset-name, frameset-description, frameset-properties)
7772 (frameset-states): Add docstring.
7773 (frameset-session-filter-alist, frameset-persistent-filter-alist)
7774 (frameset-filter-alist): Doc fixes.
7775
77762013-08-08 Juanma Barranquero <lekktu@gmail.com>
7777
7778 * frameset.el (frameset-p, frameset-prop): Doc fixes.
7779
77802013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7783 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7784 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7785 (byte-compile-normal-call): Remove obsolescence check.
7786
77872013-08-08 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * frameset.el (frameset-restore): Doc fix.
7790
7791 * register.el (frameset-frame-id, frameset-frame-with-id)
7792 (frameset-p, frameset-restore, frameset-save): Declare.
7793 (register-alist): Document framesets.
7794 (frameset-session-filter-alist): Declare.
7795 (frameset-to-register): New function.
7796 (jump-to-register): Implement jumping to framesets. Doc fix.
7797 (describe-register-1): Describe framesets.
7798
7799 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7800
78012013-08-07 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * desktop.el (desktop-save-frameset): Use new frameset-save args.
7804 Use lexical-binding.
7805
7806 * frameset.el (frameset): Use type vector, not list (incompatible
7807 change). Do not declare a new constructor, use the default one.
7808 Upgrade suggested properties `app', `name' and `desc' to slots `app',
7809 `name' and `description', respectively, and add read-only slot
7810 `timestamp'. Doc fixes.
7811 (frameset-copy, frameset-persistent-filter-alist)
7812 (frameset-filter-alist, frameset-switch-to-gui-p)
7813 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7814 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7815 (frameset-filter-iconified, frameset-keep-original-display-p):
7816 Doc fixes.
7817 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7818 Rename from frameset-filter-(save|restore)-param. All callers changed.
7819 Doc fix.
7820 (frameset-p): Adapt to change to vector and be more thorough.
7821 Change arg name to OBJECT. Doc fix.
7822 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
7823 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7824 All callers changed.
7825 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7826 All callers changed.
7827 (frameset--record-minibuffer-relationships): Rename from
7828 frameset--process-minibuffer-frames. All callers changed.
7829 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7830 Use new default constructor (again). Doc fix.
7831 (frameset--find-frame-if): Rename from `frameset--find-frame'.
7832 All callers changed.
7833 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7834 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7835 Doc fix.
7836 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7837 PARAMETERS and WINDOW-STATE, respectively.
7838 (frameset-restore): Add new keyword argument PREDICATE.
7839 Reset frameset--target-display to nil. Doc fix.
7840
78412013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7844 (bat-mode): Use it.
7845 (bat-mode-syntax-table): Mark \n as end-of-comment.
7846 (bat-font-lock-keywords): Remove comment rule.
7847
7848 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7849 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7850
7851 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7852 (byte-compile-callargs-warn): Use `push'.
7853 (byte-compile-arglist-warn): Ignore higher-order "calls".
7854 (byte-compile-file-form-autoload): Use `pcase'.
7855 (byte-compile-function-form): If quoting a symbol, check that it exists.
7856
78572013-08-07 Eli Zaretskii <eliz@gnu.org>
7858
7859 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7860 and add a few popular commands found in batch files.
7861 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7862 (dos-mode): Doc fixes.
7863
78642013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7867 (dos-mode): Use setq-local. Add space after "rem".
7868 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7869 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7870
78712013-08-07 Arni Magnusson <arnima@hafro.is>
7872
7873 * progmodes/dos.el: New file.
7874 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7875 dos-mode.
7876
78772013-08-06 Glenn Morris <rgm@gnu.org>
7878
7879 * calendar/calendar.el: Add new faces, and day-header-array.
7880 (calendar-weekday-header, calendar-weekend-header)
7881 (calendar-month-header): New faces.
7882 (calendar-day-header-construct): New function.
7883 (calendar-day-header-width): Also :set calendar-day-header-array.
7884 (calendar-american-month-header, calendar-european-month-header)
7885 (calendar-iso-month-header): Use calendar- faces.
7886 (calendar-generate-month):
7887 Use calendar-day-header-array for day headers; apply faces to them.
7888 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7889 (calendar-abbrev-construct): Add optional maxlen argument.
7890 (calendar-day-name-array): Doc fix.
7891 (calendar-day-name-array, calendar-abbrev-length)
7892 (calendar-day-abbrev-array):
7893 Also :set calendar-day-header-array, and maybe redraw.
7894 (calendar-day-header-array): New option. (Bug#15007)
7895 (calendar-font-lock-keywords): Set to nil and make obsolete.
7896 (calendar-day-name): Add option to use header array.
7897
78982013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7899
7900 * net/shr.el (shr-render-td): Remove debugging.
7901 (shr-render-td): Make width computation consistent by defaulting
7902 all zero-width columns to 10 characters. This may not be optimal,
7903 but it's at least consistent.
7904 (shr-make-table-1): Redo last change to fix the real problem in
7905 colspan handling.
7906
79072013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7908
7909 * files.el (cache-long-line-scans):
7910 Make obsolete alias to `cache-long-scans'.
7911
79122013-08-06 Juanma Barranquero <lekktu@gmail.com>
7913
7914 * frameset.el (frameset, frameset-filter-alist)
7915 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7916 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7917 (frameset-compute-pos): Rename from frameset--compute-pos,
7918 and add docstring.
7919 (frameset-move-onscreen): Use frameset-compute-pos.
7920 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7921
7922 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7923 Fix typos in docstrings.
7924
79252013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7926
7927 * frame.el (get-other-frame): Tiny cleanup.
7928
79292013-08-06 Juanma Barranquero <lekktu@gmail.com>
7930
7931 * vc/vc.el (vc-default-ignore-completion-table):
7932 Silence byte-compiler warning.
7933
7934 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7935 slot, which can indeed be nil.
7936 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7937 Move entry for `left' from persistent to live filter alist.
7938 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7939 Doc fixes.
7940 (frameset-filter-params): When restoring a frame, copy items added to
7941 `filtered', to avoid unwittingly modifying the original parameters.
7942 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7943 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7944
7945 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7946 to use looking-at-p instead of looking-at. (Bug#15028)
7947
79482013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 Revert introduction of isearch-filter-predicates (bug#14714).
7951 Rely on add-function instead.
7952 * isearch.el (isearch-filter-predicates): Rename it back to
7953 isearch-filter-predicate.
7954 (isearch-message-prefix): Use advice-function-mapc and advice
7955 properties to get the isearch-message-prefix.
7956 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7957 instead of run-hook-with-args-until-failure.
7958 (isearch-filter-visible): Not obsolete any more.
7959 * loadup.el: Preload nadvice.
7960 * replace.el (perform-replace): Revert to funcall
7961 instead of run-hook-with-args-until-failure.
7962 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7963 * dired-aux.el (dired-isearch-filenames-mode): Rename from
7964 dired-isearch-filenames-toggle; make it into a proper minor mode.
7965 Use add/remove-function.
7966 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7967 Call the minor-mode rather than add/remove-hook.
7968 (dired-isearch-filter-filenames):
7969 Remove isearch-message-prefix property.
7970 * info.el (Info--search-loop): New function, extracted from Info-search.
7971 Funcall isearch-filter-predicate instead of
7972 run-hook-with-args-until-failure isearch-filter-predicates.
7973 (Info-search): Use it.
7974 (Info-mode): Use isearch-filter-predicate instead of
7975 isearch-filter-predicates.
7976
79772013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7978
7979 Do not call to `selected-window' where it is assumed by default.
7980 Affected functions are `window-minibuffer-p', `window-dedicated-p',
7981 `window-hscroll', `window-width', `window-height', `window-buffer',
7982 `window-frame', `window-start', `window-point', `next-window'
7983 and `window-display-table'.
7984 * abbrev.el (abbrev--default-expand):
7985 * bs.el (bs--show-with-configuration):
7986 * buff-menu.el (Buffer-menu-mouse-select):
7987 * calc/calc.el (calc):
7988 * calendar/calendar.el (calendar-generate-window):
7989 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7990 (diary-make-entry):
7991 * comint.el (send-invisible, comint-dynamic-complete-filename)
7992 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7993 * completion.el (complete):
7994 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7995 * disp-table.el (describe-current-display-table):
7996 * doc-view.el (doc-view-insert-image):
7997 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7998 * ehelp.el (with-electric-help):
7999 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8000 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8001 * emacs-lisp/helper.el (Helper-help-scroller):
8002 * emulation/cua-base.el (cua--post-command-handler-1):
8003 * eshell/esh-mode.el (eshell-output-filter):
8004 * ffap.el (ffap-gnus-wrapper):
8005 * help-macro.el (make-help-screen):
8006 * hilit-chg.el (highlight-compare-buffers):
8007 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8008 * hl-line.el (global-hl-line-highlight):
8009 * icomplete.el (icomplete-simple-completing-p):
8010 * isearch.el (isearch-done):
8011 * jit-lock.el (jit-lock-stealth-fontify):
8012 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8013 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8014 * mpc.el (mpc-tagbrowser, mpc):
8015 * net/rcirc.el (rcirc-any-buffer):
8016 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8017 * play/landmark.el (landmark-max-width, landmark-max-height):
8018 * play/zone.el (zone):
8019 * progmodes/compile.el (compilation-goto-locus):
8020 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8021 * progmodes/etags.el (find-tag-other-window):
8022 * progmodes/fortran.el (fortran-column-ruler):
8023 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8024 * progmodes/verilog-mode.el (verilog-point-text):
8025 * reposition.el (reposition-window):
8026 * rot13.el (toggle-rot13-mode):
8027 * server.el (server-switch-buffer):
8028 * shell.el (shell-dynamic-complete-command)
8029 (shell-dynamic-complete-environment-variable):
8030 * simple.el (insert-buffer, set-selective-display)
8031 (delete-completion-window):
8032 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8033 (speedbar-recenter):
8034 * startup.el (fancy-splash-head):
8035 * textmodes/ispell.el (ispell-command-loop):
8036 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8037 * tutorial.el (help-with-tutorial):
8038 * vc/add-log.el (add-change-log-entry):
8039 * vc/compare-w.el (compare-windows):
8040 * vc/ediff-help.el (ediff-indent-help-message):
8041 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8042 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8043 (ediff-setup-control-frame):
8044 * vc/emerge.el (emerge-position-region):
8045 * vc/pcvs-util.el (cvs-bury-buffer):
8046 * window.el (walk-windows, mouse-autoselect-window-select):
8047 * winner.el (winner-set-conf, winner-undo): Related users changed.
8048
80492013-08-05 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * frameset.el (frameset--set-id): Doc fix.
8052 (frameset-frame-id, frameset-frame-id-equal-p)
8053 (frameset-locate-frame-id): New functions.
8054 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8055 (frameset-restore): Use them.
8056
80572013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8058
8059 Do not call to `selected-frame' where it is assumed by default.
8060 Affected functions are `raise-frame', `redraw-frame',
8061 `frame-first-window', `frame-terminal' and `delete-frame'.
8062 * calendar/appt.el (appt-disp-window):
8063 * epg.el (epg-wait-for-completion):
8064 * follow.el (follow-delete-other-windows-and-split)
8065 (follow-avoid-tail-recenter):
8066 * international/mule.el (set-terminal-coding-system):
8067 * mail/rmail.el (rmail-mail-return):
8068 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8069 * progmodes/f90.el (f90-add-imenu-menu):
8070 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8071 * server.el (server-switch-buffer):
8072 * simple.el (delete-completion-window):
8073 * talk.el (talk):
8074 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8075 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8076 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8077 * vc/ediff.el (ediff-documentation): Related users changed.
8078 * frame.el (selected-terminal): Remove the leftover.
8079
80802013-08-05 Glenn Morris <rgm@gnu.org>
8081
8082 * calendar/calendar.el (calendar-generate-month):
8083 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8084 (calendar-generate-month, calendar-font-lock-keywords):
8085 Fix for calendar-day-header-width > length of any day name.
8086
80872013-08-05 Juanma Barranquero <lekktu@gmail.com>
8088
8089 * desktop.el (desktop-clear): Use new name of sort predicate.
8090
8091 * frameset.el (frameset): Add docstring. Move :version property to its
8092 own `version' slot.
8093 (frameset-copy): Rename from copy-frameset.
8094 (frameset-p): Check more thoroughly.
8095 (frameset-prop): Do not check for :version, which is no longer a prop.
8096 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8097 Use new :never value instead of t.
8098 (frameset-filter-alist): Expand and clarify docstring.
8099 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8100 (frameset-filter-minibuffer, frameset-filter-save-param)
8101 (frameset-filter-restore-param, frameset-filter-iconified):
8102 Add pointer to docstring of frameset-filter-alist.
8103 (frameset-filter-params): Rename filter values to be more meaningful:
8104 :never instead of t, and reverse the meanings of :save and :restore.
8105 (frameset--process-minibuffer-frames): Clarify error message.
8106 (frameset-save): Avoid unnecessary and confusing call to framep.
8107 Use new BOA constructor for framesets.
8108 (frameset--reuse-list): Doc fix.
8109 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8110 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8111 (frameset-minibufferless-first-p): Doc fix.
8112 Rename from frameset-sort-frames-for-deletion.
8113 (frameset-restore): Doc fixes. Use new function names.
8114 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8115
81162013-08-04 Juanma Barranquero <lekktu@gmail.com>
8117
8118 * desktop.el (desktop-restore-forces-onscreen)
8119 (desktop-restore-reuses-frames): Document :keyword constant values.
8120 (desktop-filter-parameters-alist): Remove, now identical to
8121 frameset-filter-alist.
8122 (desktop--filter-tty*): Remove, moved to frameset.el.
8123 (desktop-save-frameset, desktop-restore-frameset):
8124 Do not pass :filters argument.
8125
8126 * frameset.el (frameset-live-filter-alist)
8127 (frameset-persistent-filter-alist): New variables.
8128 (frameset-filter-alist): Use them. Add autoload cookie.
8129 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8130 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8131 `frameset--id' (it's supposed to be internal to frameset.el).
8132 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8133 (frameset--initial-params): New function.
8134 (frameset--get-frame): Use it. Doc fix.
8135 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8136 Accept :all, not 'all.
8137 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8138 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8139 with fbound symbols. Fix frame id matching, and remove matching ids if
8140 the frame being restored is deleted. Obey :delete.
8141
81422013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * subr.el (macrop): New function.
8145 (text-clone--maintaining): New var.
8146 (text-clone--maintain): Rename from text-clone-maintain. Use it
8147 instead of inhibit-modification-hooks.
8148
8149 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8150 a proxy, so as handle autoloads and redefinitions of the target.
8151 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8152
8153 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8154 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8155 (pcase--mutually-exclusive-p): New function.
8156 (pcase--split-consp): Use it.
8157 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8158 mutually exclusive with the current predicate.
8159
8160 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8161 (edebug-macrop): Remove. Use `macrop' instead.
8162 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8163 (ad-macro-p):
8164 * eshell/esh-cmd.el (eshell-macrop):
8165 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8166
81672013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8170 (advice-mapc): New function, using it.
8171 (advice-function-member-p): New function.
8172 (advice--normalize): Store the cdr in advice--saved-rewrite since
8173 that's the part that will be changed.
8174 (advice--symbol-function): New function.
8175 (advice-remove): Handle removal before the function is defined.
8176 Adjust to new advice--saved-rewrite.
8177 (advice-member-p): Use advice-function-member-p and
8178 advice--symbol-function.
8179
81802013-08-04 Juanma Barranquero <lekktu@gmail.com>
8181
8182 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8183 (frameset-filter-minibuffer): Doc fix.
8184 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8185 (frameset--set-id, frameset--process-minibuffer-frames)
8186 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8187 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8188
8189 * desktop.el (desktop-clear): Only delete frames when called
8190 interactively and desktop-restore-frames is non-nil. Doc fix.
8191 (desktop-read): Set desktop-saved-frameset to nil.
8192
81932013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8194
8195 * vc/vc.el (vc-ignore): Rewrite.
8196 (vc-default-ignore-completion-table, vc--read-lines)
8197 (vc--add-line, vc--remove-regexp): New functions.
8198
8199 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8200 (vc-svn-ignore-completion-table): New function.
8201
8202 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8203 (vc-hg-ignore-completion-table)
8204 (vc-hg-find-ignore-file): New functions.
8205
8206 * vc/vc-git.el (vc-git-ignore): Rewrite.
8207 (vc-git-ignore-completion-table)
8208 (vc-git-find-ignore-file): New functions.
8209
8210 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8211
8212 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8213 (vc-bzr-ignore-completion-table)
8214 (vc-bzr-find-ignore-file): New functions.
8215
82162013-08-03 Juanma Barranquero <lekktu@gmail.com>
8217
8218 * frameset.el (frameset-prop): New function and setter.
8219 (frameset-save): Do not modify frame list passed by the caller.
8220
82212013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8224
82252013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8228 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8229
8230 * custom.el (custom-initialize-default, custom-initialize-set)
8231 (custom-initialize-reset, custom-initialize-changed): Affect the
8232 toplevel-default-value (bug#6275, bug#14586).
8233 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8234 for bug#6275.
8235
82362013-08-02 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8239 Add cl-def* expressions.
8240
8241 * frameset.el (frameset-filter-params): Fix order of arguments.
8242
82432013-08-02 Juanma Barranquero <lekktu@gmail.com>
8244
8245 Move code related to saving frames to frameset.el.
8246 * desktop.el: Require frameset.
8247 (desktop-restore-frames): Doc fix.
8248 (desktop-restore-reuses-frames): Rename from
8249 desktop-restoring-reuses-frames.
8250 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8251 (desktop-clear): Clear frames too.
8252 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8253 (desktop--filter-tty*, desktop-save, desktop-read):
8254 Use frameset functions.
8255 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8256 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8257 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8258 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8259 (desktop--process-minibuffer-frames, desktop-save-frames)
8260 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8261 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8262 (desktop--sort-states, desktop-restoring-frames-p)
8263 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8264 (desktop-restoring-frameset-p, desktop-restore-frameset)
8265 (desktop--check-dont-save, desktop-save-frameset): New functions.
8266 (desktop--app-id): New constant.
8267 (desktop-first-buffer, desktop-buffer-ok-count)
8268 (desktop-buffer-fail-count): Move before first use.
8269 * frameset.el: New file.
8270
82712013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * files.el: Use lexical-binding.
8274 (dir-locals-read-from-file): Remove unused `err' variable.
8275 (hack-dir-local-variables--warned-coding): New var.
8276 (hack-dir-local-variables): Use it to avoid repeated warnings.
8277 (make-backup-file-name--default-function): New function.
8278 (make-backup-file-name-function): Use it as default.
8279 (buffer-stale--default-function): New function.
8280 (buffer-stale-function): Use it as default.
8281 (revert-buffer-insert-file-contents--default-function): New function.
8282 (revert-buffer-insert-file-contents-function): Use it as default.
8283 (insert-directory): Avoid add-to-list.
8284
8285 * autorevert.el (auto-revert-handler): Simplify.
8286 Use buffer-stale--default-function.
8287
82882013-08-01 Tassilo Horn <tsdh@gnu.org>
8289
8290 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8291
8292 * whitespace.el (whitespace-ensure-local-variables): New function.
8293 (whitespace-cleanup-region): Call it.
8294 (whitespace-turn-on): Call it.
8295
82962013-08-01 Michael Albinus <michael.albinus@gmx.de>
8297
8298 Complete file name handlers.
8299
8300 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8301 (tramp-handle-verify-visited-file-modtime)
8302 (tramp-handle-file-notify-rm-watch): New functions.
8303 (tramp-call-process): Do not bind `default-directory'.
8304
8305 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8306 Order alphabetically.
8307 <access-file, add-name-to-file, dired-call-process>:
8308 <dired-compress-file, file-acl, file-notify-rm-watch>:
8309 <file-ownership-preserved-p, file-selinux-context>:
8310 <make-directory-internal, make-symbolic-link, set-file-acl>:
8311 <set-file-selinux-context, set-visited-file-modtime>:
8312 <verify-visited-file-modtime>: Add handler.
8313 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8314
8315 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8316 <file-notify-add-watch, file-notify-rm-watch>:
8317 <set-file-times, set-visited-file-modtime>:
8318 <verify-visited-file-modtime>: Add handler.
8319 (with-tramp-gvfs-error-message)
8320 (tramp-gvfs-handle-set-visited-file-modtime)
8321 (tramp-gvfs-fuse-file-name): Remove.
8322 (tramp-gvfs-handle-file-notify-add-watch)
8323 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8324 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8325
8326 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8327 Order alphabetically.
8328 <file-notify-rm-watch>: Use default Tramp handler.
8329 <executable-find>: Remove private handler.
8330 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8331 `default-directory'.
8332 (tramp-sh-handle-executable-find)
8333 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8334 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8335 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8336 Do not use `format' in `tramp-message'.
8337
8338 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8339 <file-notify-rm-watch, set-visited-file-modtime>:
8340 <verify-visited-file-modtime>: Add handler.
8341 (tramp-smb-call-winexe): Do not bind `default-directory'.
8342
83432013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8344
8345 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8346
83472013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8348
8349 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8350 use it.
8351 (log-view-diff-changeset): Same.
8352 (log-view-diff-common): Call backend command `previous-revision'
8353 to find out the previous revision, in both cases. Swap the
8354 variables `to' and `fr', so that `fr' usually refers to the
8355 earlier revision (Bug#14989).
8356
83572013-07-31 Kan-Ru Chen <kanru@kanru.info>
8358
8359 * ibuf-ext.el (ibuffer-filter-by-filename):
8360 Make it work with dired buffers too.
8361
83622013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8363
8364 * emacs-lisp/re-builder.el (reb-color-display-p):
8365 * files.el (save-buffers-kill-terminal):
8366 * net/browse-url.el (browse-url):
8367 * server.el (server-save-buffers-kill-terminal):
8368 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8369 Prefer nil to selected-frame for the first arg of frame-parameter.
8370
83712013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8372
8373 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8374
83752013-07-30 Stephen Berman <stephen.berman@gmx.net>
8376
8377 * minibuffer.el (completion--twq-all): Try and preserve each
8378 completion's case choice (bug#14907).
8379
83802013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8381
8382 * net/network-stream.el (open-network-stream): Mention the new
8383 :nogreeting parameter.
8384 (network-stream-open-starttls): Use the :nogreeting parameter
8385 (bug#14938).
8386
8387 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8388
8389 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8390 more natural than popping.
8391
8392 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8393 (shr-urlify): Highlight under mouse.
8394
83952013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8396
8397 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8398
8399 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8400
8401 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8402 buffer for output.
8403
8404 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8405 point-min==1. Fix search string. Fix parentheses missing.
8406
8407 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8408 assume point-min==1. Fix search string. Fix parentheses missing.
8409
8410 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8411
8412 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8413 buffer for output.
8414
84152013-07-29 Eli Zaretskii <eliz@gnu.org>
8416
8417 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8418 initial frame is minibuffer-less. (Bug#14841)
8419
84202013-07-29 Michael Albinus <michael.albinus@gmx.de>
8421
8422 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8423 option.
8424
8425 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8426 (tramp-maybe-open-connection): Use it.
8427
84282013-07-28 Juanma Barranquero <lekktu@gmail.com>
8429
8430 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8431 minimal set of parameters passed when creating a frame, because
8432 the minibuffer status of a frame cannot be changed later.
8433
84342013-07-28 Stephen Berman <stephen.berman@gmx.net>
8435
8436 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8437 replace-regexp-in-string and inadvertent omissions in previous change.
8438 (todo-filter-items): Ensure only file names are comma-separated in
8439 name of filtered items buffer.
8440
84412013-07-28 Juanma Barranquero <lekktu@gmail.com>
8442
8443 * desktop.el: Optionally force offscreen frames back onscreen.
8444 (desktop-restoring-reuses-frames): New option.
8445 (desktop--compute-pos, desktop--move-onscreen): New functions.
8446 (desktop--make-frame): Use desktop--move-onscreen.
8447
84482013-07-27 Alan Mackenzie <acm@muc.de>
8449
8450 Fontify a Java generic method as a function.
8451 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8452 value to t.
8453
84542013-07-27 Stephen Berman <stephen.berman@gmx.net>
8455
8456 * calendar/todo-mode.el: Add command to rename todo files.
8457 (todo-rename-file): New command.
8458 (todo-key-bindings-t): Add key binding for it. Change the
8459 bindings of todo-filter-regexp-items(-multifile) to use `x'
8460 instead of `r', since the latter is better suited to the new
8461 renaming command.
8462
84632013-07-27 Alan Mackenzie <acm@muc.de>
8464
8465 Make Java try-with-resources statement parse properly.
8466 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8467 (c-block-stmt-1-2-key): New language constants/variables.
8468 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8469 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8470 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8471 with c-block-stmt-1-2-key.
8472
84732013-07-27 Juanma Barranquero <lekktu@gmail.com>
8474
8475 * desktop.el (desktop--make-frame): Apply most frame parameters after
8476 creating the frame to force (partially or totally) offscreen frames to
8477 be restored as such.
8478
84792013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8480
8481 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8482 (Bug#14948)
8483
84842013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8487 `base' arg of backtrace-frame.
8488
84892013-07-26 Eli Zaretskii <eliz@gnu.org>
8490
8491 * simple.el (list-processes): Doc fix.
8492
84932013-07-26 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * desktop.el (desktop--select-frame):
8496 Try harder to reuse existing frames.
8497
84982013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8501 (edebug-eval): Use backtrace-eval.
8502 (edebug--display, edebug--recursive-edit): Don't let-bind the
8503 edebug-outer-* vars that keep track of variables we locally let-bind.
8504 (edebug-outside-excursion): Don't restore outside values of locally
8505 let-bound vars.
8506 (edebug--display): Use user-error.
8507 (cl-lexical-debug, cl-debug-env): Remove.
8508
85092013-07-26 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8512 are restored to be sure that they are visible before deleting any
8513 remaining ones.
8514
85152013-07-26 Matthias Meulien <orontee@gmail.com>
8516
8517 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8518 vc-print-root-log. (Bug#14948)
8519
85202013-07-26 Richard Stallman <rms@gnu.org>
8521
8522 Add aliases for encrypting mail.
8523 * epa.el (epa-mail-aliases): New option.
8524 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8525 Bind inhibit-read-only so read-only text doesn't ruin everything.
8526 (epa-mail-default-recipients): New subroutine broken out.
8527 Handle epa-mail-aliases.
8528
85292013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 Add support for lexical variables to the debugger's `e' command.
8532 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8533 vars, except for debugger-outer-match-data.
8534 (debugger-frame-number): Move check for "on a function call" from
8535 callers into it. Add `skip-base' argument.
8536 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8537 (debugger-env-macro): Only reset the state stored in non-variables,
8538 i.e. current-buffer and match-data.
8539 (debugger-eval-expression): Rewrite using backtrace-eval.
8540 * subr.el (internal--called-interactively-p--get-frame): Remove.
8541 (called-interactively-p):
8542 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8543 `base' arg of backtrace-frame instead.
8544
85452013-07-26 Glenn Morris <rgm@gnu.org>
8546
8547 * align.el (align-regexp): Doc fix. (Bug#14857)
8548 (align-region): Explicit error if subexpression missing/does not match.
8549
8550 * simple.el (global-visual-line-mode):
8551 Do not duplicate the mode lighter. (Bug#14858)
8552
85532013-07-25 Martin Rudalics <rudalics@gmx.at>
8554
8555 * window.el (display-buffer): In display-buffer bind
8556 split-window-keep-point to t, bug#14829.
8557
85582013-07-25 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8561 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8562 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8563 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8564 Change accordingly.
8565 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8566 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8567
85682013-07-25 Glenn Morris <rgm@gnu.org>
8569
8570 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8571
85722013-07-25 Juanma Barranquero <lekktu@gmail.com>
8573
8574 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8575 parameter to modify-frame-parameters if the value has not changed;
8576 this is a workaround for bug#14949.
8577 (desktop--make-frame): On cl-delete-if call, check parameter name,
8578 not full parameter.
8579
85802013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8581
8582 * vc/vc.el (vc-ignore): New function.
8583
8584 * vc/vc-svn.el (vc-svn-ignore): New function.
8585
8586 * vc/vc-hg.el (vc-hg-ignore): New function.
8587
8588 * vc/vc-git.el (vc-git-ignore): New function.
8589
8590 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8591 (vc-dir-ignore): New function.
8592
8593 * vc/vc-cvs.el (vc-cvs-ignore): New function.
8594 (cvs-append-to-ignore): Move here from pcvs.el.
8595
8596 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8597
8598 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8599
86002013-07-24 Juanma Barranquero <lekktu@gmail.com>
8601
8602 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8603 (desktop-restore-frames): Warn when deleting an existing frame failed.
8604
86052013-07-24 Glenn Morris <rgm@gnu.org>
8606
8607 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8608
86092013-07-24 Michael Albinus <michael.albinus@gmx.de>
8610
8611 * filenotify.el (file-notify-supported-p):
8612 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8613 Remove functions.
8614
8615 * autorevert.el (auto-revert-use-notify)
8616 (auto-revert-notify-add-watch):
8617 * net/tramp.el (tramp-file-name-for-operation):
8618 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8619 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8620 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8621 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8622 Remove `file-notify-supported-p' entry.
8623
86242013-07-24 Glenn Morris <rgm@gnu.org>
8625
8626 * printing.el: Replace all uses of deleted ps-windows-system,
8627 ps-lp-system, ps-flatten-list with lpr- versions.
8628
86292013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8632 checked with memq (bug#14935).
8633
8634 * files.el (revert-buffer-function): Use a non-nil default.
8635 (revert-buffer-preserve-modes): Declare var to
8636 provide access to the `preserve-modes' argument.
8637 (revert-buffer): Let-bind it.
8638 (revert-buffer--default): New function, extracted from revert-buffer.
8639
86402013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * lpr.el: Signal print errors more prominently.
8643 (print-region-function): Don't default to nil.
8644 (lpr-print-region): New function, extracted from print-region-1.
8645 Check lpr's return value and signal an error in case of problem.
8646 (print-region-1): Use it.
8647 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8648 versions instead.
8649 (ps-printer-name): Default to nil.
8650 (ps-printer-name-option): Default to lpr-printer-switch.
8651 (ps-print-region-function): Don't default to nil.
8652 (ps-postscript-code-directory): Simplify default.
8653 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8654 (ps-string-list, ps-eval-switch, ps-flatten-list)
8655 (ps-flatten-list-1): Remove.
8656 (ps-multibyte-buffer): Avoid setq.
8657 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8658 (print-region-function, ps-print-region-function): Don't set them here.
8659
86602013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8661
8662 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8663 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8664 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8665 (ido-decorations): Doc fix.
8666
8667 * ansi-color.el: Fix old URL.
8668
86692013-07-23 Michael R. Mauger <michael@mauger.com>
8670
8671 * progmodes/sql.el: Version 3.3
8672 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8673 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8674 (sql-interactive-remove-continuation-prompt): Rewrite, use
8675 functions above. Fix continuation prompt and complete output line
8676 handling.
8677 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8678 redirected output buffer.
8679 (sql-mode): Restore deleted code (Bug#13591).
8680
86812013-07-23 Juanma Barranquero <lekktu@gmail.com>
8682
8683 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8684
86852013-07-23 Michael Albinus <michael.albinus@gmx.de>
8686
8687 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8688
8689 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8690 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8691 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8692
86932013-07-23 Juanma Barranquero <lekktu@gmail.com>
8694
8695 * desktop.el (desktop-clear): Simplify; remove useless checks
8696 against invalid buffer names.
8697 (desktop-list*): Use cl-list*.
8698 (desktop-buffer-info, desktop-create-buffer): Simplify.
8699
87002013-07-23 Leo Liu <sdl.web@gmail.com>
8701
8702 * bookmark.el (bookmark-make-record): Restore NAME as a default
8703 value. (Bug#14933)
8704
87052013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8708 extracted from autoload--insert-text.
8709 (autoload--insert-text): Remove.
8710 (autoload--print-cookie-text): New function, extracted from
8711 autoload--insert-cookie-text.
8712 (autoload--insert-cookie-text): Remove.
8713 (autoload-generate-file-autoloads): Adjust calls accordingly.
8714
8715 * winner.el (winner-hook-installed-p): Remove.
8716 (winner-mode): Simplify accordingly.
8717
8718 * subr.el (add-to-list): Fix compiler-macro when `append' is
8719 not constant. Don't use `cl-member' for the base case.
8720
8721 * progmodes/subword.el: Fix boundary case (bug#13758).
8722 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8723 own group.
8724 (subword-backward-regexp): Make it a constant.
8725 (subword-forward-internal): Don't treat a trailing capital as the
8726 beginning of a word.
8727
87282013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8729
8730 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8731 global value of tabulated-list-revert-hook (bug#14930).
8732
87332013-07-22 Juanma Barranquero <lekktu@gmail.com>
8734
8735 * desktop.el: Require 'cl-lib.
8736 (desktop-before-saving-frames-functions): New hook.
8737 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8738 for frames being saved. Rename from desktop--save-minibuffer-frames.
8739 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8740 Do not save frames with non-nil `desktop-dont-save' parameter.
8741 Filter out deleted frames.
8742 (desktop--find-frame): Use cl-find-if.
8743 (desktop--select-frame): Use cl-(first|second|third) to access values
8744 of desktop-mini.
8745 (desktop--make-frame): Use cl-delete-if.
8746 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8747 (desktop-restore-frames): Use cl-(first|second|third) to access values
8748 of desktop-mini. Look for visible frame at the end, not while
8749 restoring frames.
8750
8751 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8752 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8753 Use string-match-p, looking-at-p (bug#14927).
8754
87552013-07-21 Juanma Barranquero <lekktu@gmail.com>
8756
8757 * desktop.el (desktop-saved-frame-states):
8758 Rename from desktop--saved-states; all users changed.
8759 (desktop-save-frames): Rename from desktop--save-frames.
8760 Do not save state to desktop file.
8761 (desktop-save): Save desktop-saved-frame-states to desktop file
8762 and reset to nil.
8763 (desktop-restoring-frames-p): New function.
8764 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
8765 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
8766 buffer-lists when restoring frames. Suggested by Martin Rudalics.
8767
8768 * desktop.el: Correctly restore iconified frames.
8769 (desktop--filter-iconified-position): New function.
8770 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8771
87722013-07-20 Glenn Morris <rgm@gnu.org>
8773
8774 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8775 Let `message' do the formatting.
8776 (def-gdb-preempt-display-buffer): Add explicit format.
8777
8778 * image-dired.el (image-dired-track-original-file):
8779 Use with-current-buffer.
8780 (image-dired-track-thumbnail): Use with-current-buffer.
8781 Avoid changing point of wrong window.
8782
8783 * image-dired.el (image-dired-track-original-file):
8784 Avoid changing point of wrong window. (Bug#14909)
8785
87862013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
8787
8788 * progmodes/gdb-mi.el (gdb-done-or-error):
8789 Guard against "%" in gdb output. (Bug#14127)
8790
87912013-07-20 Andreas Schwab <schwab@linux-m68k.org>
8792
8793 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8794 (Bug#14826)
8795
8796 * international/mule.el (coding-system-iso-2022-flags): Fix last
8797 change.
8798
87992013-07-20 Kenichi Handa <handa@gnu.org>
8800
8801 * international/mule.el (coding-system-iso-2022-flags):
8802 Add `8-bit-level-4'. (Bug#8522)
8803
88042013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8805
8806 * net/shr.el (shr-mouse-browse-url): New command and keystroke
8807 (bug#14815).
8808
8809 * net/eww.el (eww-process-text-input): Allow inputting when the
8810 point is at the start of the line, as the properties aren't
8811 front-sticky.
8812
8813 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8814 degenerate widths.
8815
88162013-07-19 Richard Stallman <rms@gnu.org>
8817
8818 * epa.el (epa-popup-info-window): Doc fix.
8819
8820 * subr.el (split-string): New arg TRIM.
8821
88222013-07-18 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8825 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8826
88272013-07-18 Michael Albinus <michael.albinus@gmx.de>
8828
8829 * filenotify.el (file-notify--library): Rename from
8830 `file-notify-support'. Do not autoload. Adapt all uses.
8831 (file-notify-supported-p): New defun.
8832
8833 * autorevert.el (auto-revert-use-notify):
8834 Use `file-notify-supported-p' instead of `file-notify-support'.
8835 Adapt docstring.
8836 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8837
8838 * net/tramp.el (tramp-file-name-for-operation):
8839 Add `file-notify-supported-p'.
8840
8841 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8842 New defun.
8843 (tramp-sh-file-name-handler-alist): Add it as handler for
8844 `file-notify-supported-p '.
8845
8846 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8847 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8848 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8849 Add `ignore' as handler for `file-notify-*' functions.
8850
88512013-07-17 Eli Zaretskii <eliz@gnu.org>
8852
8853 * simple.el (line-move-partial, line-move): Don't start vscroll or
8854 scroll-up if the current line is not taller than the window.
8855 (Bug#14881)
8856
88572013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8858
8859 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8860 highlight question marks in the method names as strings.
8861 (ruby-block-beg-keywords): Inline.
8862 (ruby-font-lock-keyword-beg-re): Extract from
8863 `ruby-font-lock-keywords'.
8864
88652013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8866
8867 * frame.el (blink-cursor-blinks): New defcustom.
8868 (blink-cursor-blinks-done): New defvar.
8869 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8870 (blink-cursor-timer-function): Check if number of blinks has been
8871 done on X and NS.
8872 (blink-cursor-suspend, blink-cursor-check): New defuns.
8873
88742013-07-15 Glenn Morris <rgm@gnu.org>
8875
8876 * edmacro.el (edmacro-format-keys): Fix previous change.
8877
88782013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8879
8880 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8881 The hack didn't work outside English locales anyway.
8882
88832013-07-15 Juanma Barranquero <lekktu@gmail.com>
8884
8885 * simple.el (define-alternatives): Rename from alternatives-define,
8886 per RMS' suggestion.
8887
88882013-07-14 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * desktop.el (desktop-restore-frames): Change default to t.
8891 (desktop-restore-in-current-display): Now offer more options.
8892 (desktop-restoring-reuses-frames): New customization option.
8893 (desktop--saved-states): Doc fix.
8894 (desktop-filter-parameters-alist): New variable, renamed and expanded
8895 from desktop--excluded-frame-parameters.
8896 (desktop--target-display): New variable.
8897 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8898 (desktop--filter-tty*, desktop--filter-*-color)
8899 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8900 (desktop--filter-save-desktop-parm)
8901 (desktop-restore-in-original-display-p): New functions.
8902 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8903 (desktop--save-minibuffer-frames): New function, inspired by a similar
8904 function from Martin Rudalics.
8905 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8906 (desktop--restore-in-this-display-p): Remove.
8907 (desktop--find-frame): Rename from desktop--find-frame-in-display
8908 and add predicate argument.
8909 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8910 (desktop--reuse-list): New variable.
8911 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8912 New functions.
8913 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8914
89152013-07-14 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8918
89192013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8920
8921 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8922 Highlight conversion methods on Kernel.
8923
89242013-07-13 Alan Mackenzie <acm@muc.de>
8925
8926 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8927 and comment it out. This out-commenting enables certain C++
8928 declarations to be parsed correctly.
8929
89302013-07-13 Eli Zaretskii <eliz@gnu.org>
8931
8932 * international/mule.el (define-coding-system): Doc fix.
8933
8934 * simple.el (default-font-height): Don't call font-info if the
8935 frame's default font didn't change since the frame was created.
8936 (Bug#14838)
8937
89382013-07-13 Leo Liu <sdl.web@gmail.com>
8939
8940 * ido.el (ido-read-file-name): Guard against non-symbol value.
8941
89422013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8943
8944 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8945 in nested defuns.
8946
89472013-07-13 Leo Liu <sdl.web@gmail.com>
8948
8949 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8950 ido-set-matches call. (Bug#6852)
8951
89522013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8953
8954 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
8955 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8956 Ruby 2.0.
8957 (ruby-font-lock-keywords): Distinguish calls to functions with
8958 module-like names from module references. Highlight character
8959 literals.
8960
89612013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8962
8963 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8964 (gdb-send): Handle continued commands. (Bug#14847)
8965
89662013-07-12 Juanma Barranquero <lekktu@gmail.com>
8967
8968 * desktop.el (desktop--v2s): Remove unused local variable.
8969 (desktop-save-buffer): Make defvar-local; adjust docstring.
8970 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8971 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8972
89732013-07-12 Andreas Schwab <schwab@linux-m68k.org>
8974
8975 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8976
89772013-07-12 Eli Zaretskii <eliz@gnu.org>
8978
8979 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8980 (Bug#14842)
8981
89822013-07-12 Glenn Morris <rgm@gnu.org>
8983
8984 * doc-view.el: Require cl-lib at runtime too.
8985 (doc-view-remove-if): Remove.
8986 (doc-view-search-next-match, doc-view-search-previous-match):
8987 Use cl-remove-if.
8988
8989 * edmacro.el: Require cl-lib at runtime too.
8990 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8991 (edmacro-mismatch, edmacro-subseq): Remove.
8992
8993 * shadowfile.el: Require cl-lib.
8994 (shadow-remove-if): Remove.
8995 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8996 Use cl-remove-if.
8997
8998 * wid-edit.el: Require cl-lib.
8999 (widget-choose): Use cl-remove-if.
9000 (widget-remove-if): Remove.
9001
9002 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9003 (ebrowse-delete-if-not): Remove.
9004 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9005 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9006 Use cl-delete-if-not.
9007
90082013-07-12 Juanma Barranquero <lekktu@gmail.com>
9009
9010 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9011 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9012
90132013-07-12 Leo Liu <sdl.web@gmail.com>
9014
9015 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9016
90172013-07-11 Glenn Morris <rgm@gnu.org>
9018
9019 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9020 (edebug-gensym-index, edebug-gensym):
9021 Remove reimplementation of cl-gensym.
9022 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9023
9024 * thumbs.el: Require cl-lib at run-time too.
9025 (thumbs-gensym-counter, thumbs-gensym):
9026 Remove reimplementation of cl-gensym.
9027 (thumbs-temp-file): Use cl-gensym.
9028
9029 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9030 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9031 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9032 (ert--union, ert--gensym-counter, ert--gensym-counter)
9033 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9034 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9035 (ert-make-test-unbound, ert--expand-should-1)
9036 (ert--expand-should, ert--should-error-handle-error)
9037 (should-error, ert--explain-equal-rec)
9038 (ert--plist-difference-explanation, ert-select-tests)
9039 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9040 Use cl-lib functions rather than reimplementations.
9041
90422013-07-11 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp.el (tramp-methods): Extend docstring.
9045 (tramp-connection-timeout): New defcustom.
9046 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9047 (with-tramp-progress-reporter): Simplify.
9048 (tramp-process-actions): Improve messages.
9049
9050 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9051 * net/tramp-sh.el (tramp-maybe-open-connection):
9052 Use `tramp-connection-timeout'.
9053 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9054 (Bug#14808)
9055
90562013-07-11 Leo Liu <sdl.web@gmail.com>
9057
9058 * ido.el (ido-read-file-name): Conform to the requirements of
9059 read-file-name. (Bug#11861)
9060 (ido-read-directory-name): Conform to the requirements of
9061 read-directory-name.
9062
90632013-07-11 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * subr.el (delay-warning): New function.
9066
90672013-07-10 Eli Zaretskii <eliz@gnu.org>
9068
9069 * simple.el (default-line-height): New function.
9070 (line-move-partial, line-move): Use it instead of computing the
9071 line height inline.
9072 (line-move-partial): Always compute ROWH. If the last line is
9073 partially-visible, but its text is completely visible, allow
9074 cursor to enter such a partially-visible line.
9075
90762013-07-10 Michael Albinus <michael.albinus@gmx.de>
9077
9078 Improve error messages. (Bug#14808)
9079
9080 * net/tramp.el (tramp-current-connection): New defvar, moved from
9081 tramp-sh.el.
9082 (tramp-message-show-progress-reporter-message): Remove, not
9083 needed anymore.
9084 (tramp-error-with-buffer): Show message in minibuffer.
9085 Discard input before waiting. Reset connection timestamp.
9086 (with-tramp-progress-reporter): Improve messages.
9087 (tramp-process-actions): Use progress reporter. Delete process in
9088 case of error. Improve messages.
9089
9090 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9091 Call `tramp-error-with-buffer' with vector and buffer.
9092 (tramp-current-connection): Remove.
9093 (tramp-maybe-open-connection): The car of
9094 `tramp-current-connection' are the first 3 slots of the vector.
9095
90962013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9097
9098 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9099 inside continued strings.
9100
91012013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9102
9103 Timestamp fixes for undo (Bug#14824).
9104 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9105
91062013-07-10 Leo Liu <sdl.web@gmail.com>
9107
9108 * files.el (require-final-newline): Allow safe local value.
9109 (Bug#14834)
9110
91112013-07-09 Leo Liu <sdl.web@gmail.com>
9112
9113 * ido.el (ido-read-directory-name): Handle fallback.
9114 (ido-read-file-name): Update DIR to ido-current-directory.
9115 (Bug#1516)
9116 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9117
91182013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9119
9120 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9121 "autoload". Remove "warn lower camel case" section, previously
9122 commented out. Highlight negation char. Do not highlight the
9123 target in singleton method definitions.
9124
91252013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * faces.el (tty-setup-hook): Declare the hook.
9128
9129 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9130 and detect when a guard/pred depends on local vars (bug#14773).
9131 (pcase--u1): Adjust caller.
9132
91332013-07-08 Eli Zaretskii <eliz@gnu.org>
9134
9135 * simple.el (line-move-partial, line-move): Account for
9136 line-spacing.
9137 (line-move-partial): Avoid setting vscroll when the last
9138 partially-visible line in window is of default height.
9139
91402013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9141
9142 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9143 been used a while.
9144
91452013-07-07 Juanma Barranquero <lekktu@gmail.com>
9146
9147 * subr.el (read-quoted-char): Remove unused local variable `char'.
9148
91492013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9150
9151 * ediff.el (ediff-version): Version update.
9152 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9153 (ediff-merge-with-ancestor-command, ediff-directories-command)
9154 (ediff-directories3-command, ediff-merge-directories-command)
9155 (ediff-merge-directories-with-ancestor-command): New functions.
9156 All are command-line interfaces to ediff: to facilitate calling
9157 Emacs with the appropriate ediff functions invoked.
9158
9159 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9160 (viper-save-kill-buffer): Check if buffer is modified.
9161
9162 * viper.el (viper-version): Version update.
9163 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9164
91652013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9168 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9169 (viper-intercept-ESC-key): Simplify.
9170 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9171 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9172 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9173 (viper-setup-ESC-to-escape): New functions.
9174 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9175 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9176
91772013-07-07 Eli Zaretskii <eliz@gnu.org>
9178
9179 * simple.el (default-font-height, window-screen-lines):
9180 New functions.
9181 (line-move, line-move-partial): Use them instead of
9182 frame-char-height and window-text-height. This makes scrolling
9183 text smoother when the buffer's default face uses a font that is
9184 different from the frame's default font.
9185
91862013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9187
9188 * files.el (write-file): Do not display confirm dialog for NS,
9189 it does its own dialog, which can't be canceled (Bug#14578).
9190
91912013-07-06 Eli Zaretskii <eliz@gnu.org>
9192
9193 * simple.el (line-move-partial): Adjust the row returned by
9194 posn-at-point for the current window-vscroll. (Bug#14567)
9195
91962013-07-06 Michael Albinus <michael.albinus@gmx.de>
9197
9198 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9199 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9200 spaces.
9201
92022013-07-06 Martin Rudalics <rudalics@gmx.at>
9203
9204 * window.el (window-state-put-stale-windows): New variable.
9205 (window--state-put-2): Save list of windows without matching buffer.
9206 (window-state-put): Remove "bufferless" windows if possible.
9207
92082013-07-06 Juanma Barranquero <lekktu@gmail.com>
9209
9210 * simple.el (alternatives-define): Remove leftover :group keyword.
9211 Tweak docstring.
9212
92132013-07-06 Leo Liu <sdl.web@gmail.com>
9214
9215 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9216 (ido-enable-virtual-buffers): New variable.
9217 (ido-buffer-internal, ido-toggle-virtual-buffers)
9218 (ido-make-buffer-list): Use it.
9219 (ido-exhibit): Support turning on and off virtual buffers
9220 automatically.
9221
92222013-07-06 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * simple.el (alternatives-define): New macro.
9225
92262013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * subr.el (read-quoted-char): Use read-key.
9229 (sit-for): Let read-event decode tty input (bug#14782).
9230
92312013-07-05 Stephen Berman <stephen.berman@gmx.net>
9232
9233 * calendar/todo-mode.el: Add handling of file deletion, both by
9234 mode command and externally. Fix various related bugs.
9235 Clarify Commentary and improve some documentation strings and code.
9236 (todo-delete-file): New command.
9237 (todo-check-file): New function.
9238 (todo-show): Handle external deletion of the file we're trying to
9239 show (bug#14688). Replace called-interactively-p by an optional
9240 prefix argument to avoid problematic interaction with catch form
9241 when byte compiled (bug#14702).
9242 (todo-quit): Handle external deletion of the archive's todo file.
9243 Make sure the buffer that was visiting the archive file is still
9244 live before trying to bury it.
9245 (todo-category-completions): Handle external deletion of any
9246 category completion files.
9247 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9248 of todo files, in case of external deletion.
9249 (todo-add-file): Replace unnecessary setq by let-binding.
9250 (todo-find-archive): Check whether there are any archives.
9251 Replace unnecessary setq by let-binding.
9252 (todo-archive-done-item): Use find-file-noselect to get the
9253 archive buffer whether or not the archive already exists.
9254 Remove superfluous code. Use file size instead of buffer-file-name to
9255 check if the archive is new; if it is, update list of archives.
9256 (todo-default-todo-file): Allow nil to be a valid value for when
9257 there are no todo files.
9258 (todo-reevaluate-default-file-defcustom): Use corrected definition
9259 of todo-default-todo-file.
9260 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9261 (todo-delete-category, todo-show-categories-table)
9262 (todo-category-number): Clarify comment.
9263 (todo-filter-items): Clarify documentation string.
9264 (todo-show-current-file, todo-display-as-todo-file)
9265 (todo-reset-and-enable-done-separator): Tweak documentation string.
9266 (todo-done-separator): Make separator length window-width, since
9267 bug#2749 is now fixed.
9268
92692013-07-05 Michael Albinus <michael.albinus@gmx.de>
9270
9271 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9272 Support both "gvfs-monitor-dir" and "inotifywait".
9273 (tramp-sh-file-inotifywait-process-filter): Rename from
9274 `tramp-sh-file-notify-process-filter'.
9275 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9276 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9277
92782013-07-05 Leo Liu <sdl.web@gmail.com>
9279
9280 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9281
92822013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9283
9284 * frame.el (display-pixel-height, display-pixel-width)
9285 (display-mm-height, display-mm-width): Mention behavior on
9286 multi-monitor setups in docstrings.
9287 (w32-display-monitor-attributes-list): Declare function.
9288 (display-monitor-attributes-list): Use it.
9289
92902013-07-04 Michael Albinus <michael.albinus@gmx.de>
9291
9292 * filenotify.el: New package.
9293
9294 * autorevert.el (top): Require filenotify.el.
9295 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9296 instead.
9297 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9298 (auto-revert-notify-handler): Use `file-notify-*' functions.
9299
9300 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9301
9302 * net/tramp.el (tramp-file-name-for-operation):
9303 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9304
9305 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9306 for `file-notify-add-watch' and `file-notify-rm-watch'.
9307 (tramp-process-sentinel): Improve trace.
9308 (tramp-sh-handle-file-notify-add-watch)
9309 (tramp-sh-file-notify-process-filter)
9310 (tramp-sh-handle-file-notify-rm-watch)
9311 (tramp-get-remote-inotifywait): New defuns.
9312
93132013-07-03 Juri Linkov <juri@jurta.org>
9314
9315 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9316 call of `occur-read-primary-args' to interactive spec.
9317
9318 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9319 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9320
93212013-07-03 Matthias Meulien <orontee@gmail.com>
9322
9323 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9324 `Buffer-menu-multi-occur'. Add it to the menu.
9325 (Buffer-menu-mode): Document it in docstring.
9326 (Buffer-menu-multi-occur): New command. (Bug#14673)
9327
93282013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9329
9330 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9331 keywords and built-ins.
9332
93332013-07-03 Glenn Morris <rgm@gnu.org>
9334
9335 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9336
9337 Make info-xref checks case-sensitive by default
9338 * info.el (Info-find-node, Info-find-in-tag-table)
9339 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9340 Add option for exact case matching of nodes.
9341 * info-xref.el (info-xref): New custom group.
9342 (info-xref-case-fold): New option.
9343 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9344
93452013-07-03 Leo Liu <sdl.web@gmail.com>
9346
9347 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9348
93492013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9350
9351 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9352 middle of block statement initially, lower the depth. Remove
9353 FIXME comment, not longer valid. Remove middle of block statement
9354 detection, no need to do that anymore since we've been using
9355 `ruby-parse-region' here.
9356
93572013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9358
9359 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9360
93612013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9364
93652013-07-01 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9368 (desktop-restore-in-current-display): New customization option.
9369 (desktop--excluded-frame-parameters): Add `font'.
9370 (desktop--save-frames): Rename from desktop--save-windows.
9371 (desktop--restore-in-this-display-p): New function.
9372 (desktop--make-full-frame): Remove unwanted width/height from
9373 full(width|height) frames.
9374 (desktop--restore-frames): Rename from desktop--restore-windows.
9375 Obey desktop-restore-current-display. Do not delete old frames or
9376 select a new frame unless we were able to restore at least one frame.
9377
93782013-06-30 Michal Nazarewicz <mina86@mina86.com>
9379
9380 * files.el (find-file-noselect): Simplify conditional expression.
9381
9382 * textmodes/remember.el (remember-append-to-file):
9383 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9384
9385 Add `remember-notes' function to store random notes across Emacs
9386 restarts.
9387 * textmodes/remember.el (remember-data-file): Add :set callback to
9388 affect notes buffer (if any).
9389 (remember-notes): New command.
9390 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9391 New defcustoms for the `remember-notes' function.
9392 (remember-notes-save-and-bury-buffer): New command.
9393 (remember-notes-mode-map): New variable.
9394 (remember-mode): New minor mode.
9395 (remember-notes--kill-buffer-query): New function.
9396 * startup.el (initial-buffer-choice): Add notes to custom type.
9397
93982013-06-30 Eli Zaretskii <eliz@gnu.org>
9399
9400 * bindings.el (right-char, left-char): Don't call sit-for, this is
9401 no longer needed. Use arithmetic comparison only for numerical
9402 arguments.
9403
9404 * international/mule-cmds.el (select-safe-coding-system):
9405 Handle the case of FROM being a string correctly. (Bug#14755)
9406
94072013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9408
9409 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9410 progression on degenerate tables.
9411 (shr-rescale-image): ImageMagick animated images currently don't work.
9412
94132013-06-30 Juanma Barranquero <lekktu@gmail.com>
9414
9415 Some fixes and improvements for desktop frame restoration.
9416 It is still experimental and disabled by default.
9417 * desktop.el (desktop--save-windows): Put the selected frame at
9418 the head of the list.
9419 (desktop--make-full-frame): New function.
9420 (desktop--restore-windows): Try to re-select the frame that was
9421 selected upon saving. Do not abort if some frames fail to restore,
9422 just show an error message and continue. Set up maximized frames
9423 so they have default non-maximized dimensions.
9424
94252013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9426
9427 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9428 Don't start heredoc inside a string or comment.
9429
94302013-06-29 Eli Zaretskii <eliz@gnu.org>
9431
9432 * bindings.el (visual-order-cursor-movement): New defcustom.
9433 (right-char, left-char): Provide visual-order cursor motion by
9434 calling move-point-visually. Update the doc strings.
9435
94362013-06-28 Kenichi Handa <handa@gnu.org>
9437
9438 * international/mule.el (define-coding-system): New coding system
9439 properties :inhibit-null-byte-detection,
9440 :inhibit-iso-escape-detection, and :prefer-utf-8.
9441 (set-buffer-file-coding-system): If :charset-list property of
9442 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9443 appropriate for setting.
9444
9445 * international/mule-cmds.el (select-safe-coding-system):
9446 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9447 multibyte characters, return utf-8 (or one of its siblings).
9448
9449 * international/mule-conf.el (prefer-utf-8): New coding system.
9450 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9451 files.
9452
94532013-06-28 Ivan Kanis <ivan@kanis.fr>
9454
9455 * net/shr.el (shr-render-region): New function.
9456
9457 * net/eww.el: Autoload `eww-browse-url'.
9458
94592013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9460
9461 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9462 Adapt to `package-desc-version' being a list.
9463 Use `package--ac-desc-version' to retrieve version from a package
9464 archive element.
9465
94662013-06-27 Juanma Barranquero <lekktu@gmail.com>
9467
9468 New experimental feature to save&restore window and frame setup.
9469 * desktop.el (desktop-save-windows): New defcustom.
9470 (desktop--saved-states): New var.
9471 (desktop--excluded-frame-parameters): New defconst.
9472 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9473 (desktop--restore-windows, desktop--save-windows): New functions.
9474 (desktop-save): Call `desktop--save-windows'.
9475 (desktop-read): Call `desktop--restore-windows'.
9476
94772013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9478
9479 * net/shr.el (add-face-text-property): Remove compat definition.
9480
94812013-06-27 Stephen Berman <stephen.berman@gmx.net>
9482
9483 * info.el (Info-try-follow-nearest-node): Move search for footnote
9484 above search for node name to prevent missing a footnote (bug#14717).
9485
94862013-06-27 Stephen Berman <stephen.berman@gmx.net>
9487
9488 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9489
94902013-06-27 Leo Liu <sdl.web@gmail.com>
9491
9492 * net/eww.el (eww-read-bookmarks): Check file size.
9493
94942013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9497 advice--pending if newdef is nil or an autoload (bug#13820).
9498 (advice-mapc): New function.
9499
95002013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9501
9502 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9503 probably.
9504 (eww-mode-map): Add a menu bar.
9505 (eww-add-bookmark): New command.
9506 (eww-bookmark-mode): New mode and commands.
9507 (eww-add-bookmark): Remove newlines from the title.
9508 (eww-bookmark-browse): Don't bug out if it's the only window.
9509
95102013-06-26 Glenn Morris <rgm@gnu.org>
9511
9512 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9513 (hfy-size): Handle ttys. (Bug#14668)
9514
9515 * info-xref.el: Update for Texinfo 5 change in *note format.
9516 (info-xref-node-re, info-xref-note-re): New constants.
9517 (info-xref-check-buffer): Use info-xref-note-re.
9518
95192013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9522
9523 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9524 nil terminate the loop (bug#14718).
9525
95262013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9527
9528 * net/eww.el: Rework history traversal. When going forward/back,
9529 put these actions into the history, too, so that they can be
9530 replayed.
9531 (eww-render): Move the history reset to the correct buffer.
9532
95332013-06-25 Juri Linkov <juri@jurta.org>
9534
9535 * files-x.el (modify-dir-local-variable): Change the header comment
9536 in the file with directory local variables. (Bug#14692)
9537
9538 * files-x.el (read-file-local-variable-value): Add `default'.
9539 (Bug#14710)
9540
95412013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9542
9543 * net/eww.el (eww-make-unique-file-name): Create a unique file
9544 name before saving to entering `y' accidentally asynchronously.
9545
95462013-06-25 Ivan Kanis <ivan@kanis.fr>
9547
9548 * net/eww.el (eww-download): New command and keystroke.
9549
95502013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9551
9552 * net/eww.el (eww-copy-page-url): Change name of command.
9553
9554 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9555 be more consistent with Info and dired.
9556
9557 * net/eww.el (eww-mode-map): Ditto.
9558
95592013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9562 packages from archives.
9563 (package-archive-contents): Change format; include obsolete packages.
9564 (package-desc): Use `dir' to mark builtin packages.
9565 (package--from-builtin): Set the `dir' field to `builtin'.
9566 (generated-autoload-file, version-control): Declare.
9567 (package-compute-transaction): Change first arg and return value to be
9568 lists of package-descs. Adjust to new package-archive-contents format.
9569 (package--add-to-archive-contents): Adjust to new
9570 package-archive-contents format.
9571 (package-download-transaction): Arg is now a list of package-descs.
9572 (package-install): If `pkg' is a package name, pass it as
9573 a requirement, so it is subject to the usual (e.g. disabled) checks.
9574 (describe-package): Accept package-desc as well.
9575 (describe-package-1): Describe a specific package-desc. Add links to
9576 other package-descs for the same package name.
9577 (package-menu-describe-package): Pass the actual package-desc.
9578 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9579 works correctly.
9580 (package-desc-status): New function.
9581 (package-menu--refresh): New function, extracted
9582 from package-menu--generate.
9583 (package-menu--generate): Use it.
9584 (package-delete): Update package-alist.
9585 (package-menu-execute): Don't call package-initialize.
9586
9587 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9588 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9589 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9590 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9591 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9592 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9593
95942013-06-25 Martin Rudalics <rudalics@gmx.at>
9595
9596 * window.el (window--state-get-1): Workaround for bug#14527.
9597 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9598
95992013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9600
9601 * net/eww.el (eww-back-url): Implement the history by stashing all
9602 the data into a list.
9603 (eww-forward-url): Allow going forward in the history, too.
9604
96052013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9608 for values and use read--expression for expressions (bug#14710).
9609 (read-file-local-variable): Avoid setq.
9610 (read-file-local-variable-mode): Use minor-mode-list.
9611
96122013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9613
9614 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9615 for DOI URLs.
9616
96172013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9618
9619 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9620 Update imenu-support when dialect changes.
9621
96222013-06-25 Leo Liu <sdl.web@gmail.com>
9623
9624 * ido.el (ido-read-internal): Allow forward slash on windows.
9625
96262013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9627
9628 * net/eww.el (eww): Start of strings is \\`, not ^.
9629
96302013-06-24 Ivan Kanis <ivan@kanis.fr>
9631
9632 * net/shr.el (shr-browse-url): Fix interactive spec.
9633
9634 * net/eww.el (eww): Add a trailing slash to domain names.
9635
96362013-06-24 Juanma Barranquero <lekktu@gmail.com>
9637
9638 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9639
96402013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9641
9642 * net/shr.el (shr-browse-url): Use an external browser if given a
9643 prefix.
9644
9645 * net/eww.el (eww-external-browser): Move to shr.
9646
96472013-06-24 Ivan Kanis <ivan@kanis.fr>
9648
9649 * net/eww.el (eww): Work more correctly for file: URLs.
9650 (eww-detect-charset): Allow quoted charsets.
9651 (eww-yank-page-url): New command and keystroke.
9652
96532013-06-24 Daiki Ueno <ueno@gnu.org>
9654
9655 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9656 file name of gpg executable.
9657 (epg-context-program): New function.
9658 (epg-context-home-directory): New function.
9659 (epg-context-set-program): New function.
9660 (epg-context-set-home-directory): New function.
9661 (epg--start): Use `epg-context-program' instead of
9662 'epg-gpg-program'.
9663 (epg--list-keys-1): Likewise.
9664
96652013-06-24 Leo Liu <sdl.web@gmail.com>
9666
9667 * ido.el (ido-read-internal): Fix bug#14620.
9668
96692013-06-23 Juanma Barranquero <lekktu@gmail.com>
9670
9671 * faces.el (face-documentation): Simplify.
9672 (read-face-attribute, tty-find-type, x-resolve-font-name):
9673 Use `string-match-p'.
9674 (list-faces-display): Use `string-match-p'. Simplify.
9675 (face-spec-recalc): Check face to avoid face alias loops.
9676 (read-color): Use `string-match-p' and non-capturing parenthesis.
9677
96782013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9679
9680 * net/shr.el (shr-rescale-image): Use the new
9681 :max-width/:max-height functionality.
9682
96832013-06-23 Ivan Kanis <ivan@kanis.fr>
9684
9685 * net/eww.el (eww-search-prefix): New variable.
9686 (eww): Use it.
9687 (eww-external-browser): New variable.
9688 (eww-mode-map): New keystroke.
9689 (eww-browse-with-external-browser): New command.
9690
9691 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9692
96932013-06-23 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9696 Don't skip aligning the next header field when padding is 0;
9697 otherwise, field width is not respected unless the title is as
9698 wide as the field.
9699
97002013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * emacs-lisp/package.el (package-el-version): Remove.
9703 (package-process-define-package): Fix inf-loop.
9704 (package-install): Allow symbols as arguments again.
9705
97062013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9707
9708 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9709 add some more keyword-like methods.
9710 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9711
97122013-06-22 Juanma Barranquero <lekktu@gmail.com>
9713
9714 * bs.el (bs-buffer-show-mark): Make defvar-local.
9715 (bs-mode): Use setq-local.
9716
9717 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9718 (emacs-lock--try-unlocking): Make defvar-local.
9719
97202013-06-22 Glenn Morris <rgm@gnu.org>
9721
9722 * play/cookie1.el (cookie-apropos): Minor simplification.
9723
9724 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9725
97262013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9727
9728 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9729 `regexp-opt', it breaks the build during dumping.
9730
97312013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9732
9733 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9734 Highlight keyword-like methods on Kernel and Module with
9735 font-lock-builtin-face.
9736 (auto-mode-alist): Consolidate different entries into one regexp
9737 and add more *file-s.
9738
97392013-06-21 Stephen Berman <stephen.berman@gmx.net>
9740
9741 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9742
9743 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9744 (diary-entry): Use it in the action of this button type instead of
9745 diary-goto-entry.
9746
9747 * calendar/todo-mode.el: New version.
9748 (todo-add-category): Append new category to end of file and give
9749 it the highest number, instead of putting it at the beginning and
9750 giving it 0. Incorporate noninteractive functionality.
9751 (todo-forward-category): Adapt to 1-based category numbering.
9752 Allow skipping over archived categories.
9753 (todo-backward-category): Derive from todo-forward-category.
9754 (todo-backward-item, todo-forward-item): Make noninteractive and
9755 delegate interactive part to new commands. Make sensitive to done items.
9756 (todo-categories): Make value an alist of category names and
9757 vectors of item counts.
9758 (todo-category-beg): Make a defconst.
9759 (todo-category-number): Use 1 instead of 0 as initial value.
9760 (todo-category-select): Make sensitive to overlays, optional item
9761 highlighting and done items.
9762 (todo-delete-item): Make sensitive to overlays and marked and done items.
9763 (todo-edit-item): Make sensitive to overlays and editing of
9764 date/time header optional. Add format checks.
9765 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
9766 no-op if point is not on an item. Advertise using todo-edit-quit.
9767 (todo-edit-mode): Make sensitive to new format, font-locking, and
9768 multiple todo files.
9769 (todo-insert-item, todo-insert-item-here): Derive from
9770 todo-basic-insert-item and extend functionality.
9771 (todo-item-end, todo-item-start): Make sensitive to done items.
9772 (todo-item-string): Don't return text properties. Restore point.
9773 (todo-jump-to-category): Make sensitive to multiple todo files and
9774 todo archives. Use extended category completion.
9775 (todo-lower-item, todo-raise-item): Rename to *-priority and
9776 derive from todo-set-item-priority.
9777 (todo-mode): Derive from special-mode. Make sensitive to new
9778 format, font-locking and multiple todo files. Make read-only.
9779 (todo-mode-map): Don't suppress digit keys, so they can supply
9780 prefix arguments. Add many new key bindings.
9781 (todo-prefix): Insert as an overlay instead of file text.
9782 Change semantics from diary date expression to purely visual mark.
9783 (todo-print): Rename to todo-print-buffer. Make buffer display
9784 features printable. Remove option to restrict number of items
9785 printed. Add option to print to file.
9786 (todo-print-function): Rename to todo-print-buffer-function.
9787 (todo-quit): Extend to handle exiting new todo modes.
9788 (todo-remove-item): Make sensitive to overlays.
9789 (todo-save): Extend to buffers of filtered items.
9790 (todo-show): Make sensitive to done items, multiple todo files and
9791 new todo modes. Offer to convert legacy todo file before creating
9792 first new todo file.
9793 (todo-show-priorities): Rename to todo-top-priorities.
9794 Change semantics of value 0.
9795 (todo-top-priorities): Rename to todo-filter-top-priorities,
9796 derive from todo-filter-items and extend functionality.
9797 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9798 and extend functionality to other types of filtered items.
9799 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9800 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9801 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9802 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9803 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9804 (todo-edit-mode-hook, todo-entry-prefix-function)
9805 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9806 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9807 (todo-initials, todo-insert-threshold, todo-item-string-start)
9808 (todo-line-string, todo-menu, todo-mode-hook)
9809 (todo-more-important-p, todo-previous-answer, todo-previous-line)
9810 (todo-print-priorities, todo-remove-separator)
9811 (todo-save-top-priorities-too, todo-string-count-lines)
9812 (todo-string-multiline-p, todo-time-string-format)
9813 (todo-tmp-buffer-name): Remove.
9814 (todo-add-file, todo-archive-done-item, todo-choose-archive)
9815 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9816 (todo-edit-category-diary-inclusion)
9817 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9818 (todo-edit-file, todo-edit-item-date-day)
9819 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9820 (todo-edit-item-date-month, todo-edit-item-date-to-today)
9821 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9822 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9823 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9824 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9825 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9826 (todo-filter-top-priorities-multifile, todo-find-archive)
9827 (todo-find-filtered-items-file, todo-go-to-source-item)
9828 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9829 (todo-jump-to-archive-category, todo-lower-category)
9830 (todo-mark-category, todo-marked-item-p, todo-merge-category)
9831 (todo-move-category, todo-move-item, todo-next-button)
9832 (todo-next-item, todo-padded-string, todo-powerset)
9833 (todo-previous-button, todo-previous-item)
9834 (todo-print-buffer-to-file, todo-raise-category)
9835 (todo-rename-category, todo-repair-categories-sexp, todo-search)
9836 (todo-set-category-number, todo-set-item-priority)
9837 (todo-set-top-priorities-in-category)
9838 (todo-set-top-priorities-in-file, todo-show-categories-table)
9839 (todo-sort-categories-alphabetically-or-numerically)
9840 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9841 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9842 (todo-toggle-item-header, todo-toggle-item-highlighting)
9843 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9844 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9845 (todo-unarchive-items, todo-unmark-category): New commands.
9846 (todo-absolute-file-name, todo-add-to-buffer-list)
9847 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9848 (todo-basic-insert-item, todo-category-completions)
9849 (todo-category-number, todo-category-string-matcher-1)
9850 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9851 (todo-check-format, todo-clear-matches)
9852 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9853 (todo-current-category, todo-date-string-matcher)
9854 (todo-define-insertion-command, todo-diary-expired-matcher)
9855 (todo-diary-goto-entry, todo-diary-item-p)
9856 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9857 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9858 (todo-done-item-section-p, todo-done-separator)
9859 (todo-done-string-matcher, todo-files, todo-filter-items)
9860 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9861 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9862 (todo-insert-category-line, todo-insert-item-from-calendar)
9863 (todo-insert-sort-button, todo-insert-with-overlays)
9864 (todo-insertion-command-name, todo-insertion-key-bindings)
9865 (todo-label-to-key, todo-longest-category-name-length)
9866 (todo-make-categories-list, todo-mode-external-set)
9867 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9868 (todo-modes-set-3, todo-multiple-filter-files)
9869 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9870 (todo-read-category, todo-read-date, todo-read-dayname)
9871 (todo-read-file-name, todo-read-time)
9872 (todo-reevaluate-category-completions-files-defcustom)
9873 (todo-reevaluate-default-file-defcustom)
9874 (todo-reevaluate-filelist-defcustoms)
9875 (todo-reevaluate-filter-files-defcustom)
9876 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9877 (todo-reset-done-separator, todo-reset-done-separator-string)
9878 (todo-reset-done-string, todo-reset-global-current-todo-file)
9879 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9880 (todo-reset-prefix, todo-set-categories)
9881 (todo-set-date-from-calendar, todo-set-show-current-file)
9882 (todo-set-top-priorities, todo-short-file-name)
9883 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9884 (todo-total-item-counts, todo-update-buffer-list)
9885 (todo-update-categories-display, todo-update-categories-sexp)
9886 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9887 New functions.
9888 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9889 New major modes.
9890 (todo-categories, todo-display, todo-edit, todo-faces)
9891 (todo-filtered): New defgroups.
9892 (todo-archived-only, todo-button, todo-category-string, todo-date)
9893 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9894 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9895 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9896 (todo-add-item-if-new-category, todo-always-add-time-string)
9897 (todo-categories-align, todo-categories-archived-label)
9898 (todo-categories-category-label, todo-categories-diary-label)
9899 (todo-categories-done-label, todo-categories-number-separator)
9900 (todo-categories-todo-label, todo-categories-totals-label)
9901 (todo-category-completions-files, todo-completion-ignore-case)
9902 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9903 (todo-done-separator-string, todo-done-string)
9904 (todo-files-function, todo-filter-done-items, todo-filter-files)
9905 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9906 (todo-initial-category, todo-initial-file, todo-item-mark)
9907 (todo-legacy-date-time-regexp, todo-mode-line-function)
9908 (todo-nondiary-marker, todo-number-prefix)
9909 (todo-print-buffer-function, todo-show-current-file)
9910 (todo-show-done-only, todo-show-first, todo-show-with-done)
9911 (todo-skip-archived-categories, todo-top-priorities-overrides)
9912 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9913 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9914 New defcustoms.
9915 (todo-category-done, todo-date-pattern, todo-date-string-start)
9916 (todo-diary-items-buffer, todo-done-string-start)
9917 (todo-filtered-items-buffer, todo-item-start)
9918 (todo-month-abbrev-array, todo-month-name-array)
9919 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9920 (todo-top-priorities-buffer): New defconsts.
9921 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9922 (todo-categories-with-marks, todo-category-string-face)
9923 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9924 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9925 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9926 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9927 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9928 (todo-font-lock-keywords, todo-global-current-todo-file)
9929 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9930 (todo-insertion-commands-args)
9931 (todo-insertion-commands-args-genlist)
9932 (todo-insertion-commands-names, todo-insertion-map)
9933 (todo-key-bindings-t, todo-key-bindings-t+a)
9934 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9935 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9936 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9937 (todo-visited): New variables.
9938
99392013-06-21 Glenn Morris <rgm@gnu.org>
9940
9941 * play/cookie1.el (cookie-apropos): Add optional display argument.
9942 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9943 (psychoanalyze-pinhead): Use cookie-doctor.
9944
99452013-06-21 Juanma Barranquero <lekktu@gmail.com>
9946
9947 * emacs-lisp/package.el (tar-get-file-descriptor)
9948 (tar--extract): Declare.
9949
99502013-06-21 Eduard Wiebe <usenet@pusto.de>
9951
9952 Extend flymake's warning predicate to be a function (bug#14217).
9953 * progmodes/flymake.el (flymake-warning-predicate): New.
9954 (flymake-parse-line): Use it.
9955 (flymake-warning-re): Make obsolete alias to
9956 `flymake-warning-predicate'.
9957
99582013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * emacs-lisp/package.el (package-alist): Include obsolete packages.
9961 (package-obsolete-list): Remove.
9962 (package-activate): Remove min-version argument. Add `force' argument.
9963 Adjust to new package-alist format.
9964 (package-mark-obsolete): Remove.
9965 (package-unpack): Force reload of the package's autoloads.
9966 (package-installed-p): Check builtins if the installed package is not
9967 recent enough.
9968 (package-initialize): Don't reset package-obsolete-list.
9969 Don't specify which package version to activate.
9970 (package-process-define-package, describe-package-1)
9971 (package-menu--generate): Adjust to new package-alist format.
9972
99732013-06-21 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * allout-widgets.el (allout-widgets-mode-off)
9976 (allout-widgets-mode-on, allout-widgets-pre-command-business)
9977 (allout-widgets-post-command-business)
9978 (allout-widgets-after-copy-or-kill-function)
9979 (allout-widgets-after-undo-function, allout-test-range-overlaps)
9980 (allout-decorate-item-and-context)
9981 (allout-graphics-modification-handler): Fix typos in docstrings.
9982 (allout-get-or-create-parent-widget): Use `looking-at-p'.
9983
9984 * cmuscheme.el (scheme-start-file): Doc fix.
9985 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9986 (scheme-input-filter): Use `string-match-p'.
9987
9988 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9989
9990 * dired-x.el: Use Dired consistently in docstrings.
9991
9992 * dired.el: Use Dired consistently in docstrings.
9993 (dired-readin, dired-mode): Use `setq-local'.
9994 (dired-switches-alist): Make defvar-local.
9995 (dired-buffers-for-dir): Use `zerop'.
9996 (dired-safe-switches-p, dired-switches-escape-p)
9997 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9998 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9999 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10000 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10001 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10002 (dired-toggle-marks, dired-mark-files-containing-regexp)
10003 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10004 (dired-flag-auto-save-files, dired-flag-backup-files):
10005 Use `looking-at-p'.
10006 (dired-mark-files-regexp, dired-build-subdir-alist):
10007 Use `string-match-p', `looking-at-p'.
10008
10009 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10010 (direct-print-region-helper): Use `string-match-p'.
10011
100122013-06-21 Leo Liu <sdl.web@gmail.com>
10013
10014 * comint.el (comint-redirect-results-list-from-process):
10015 Fix infinite loop.
10016
100172013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10018
10019 * net/eww.el (eww-update-header-line-format): Quote % characters.
10020
100212013-06-21 Glenn Morris <rgm@gnu.org>
10022
10023 * play/cookie1.el (cookie): New custom group.
10024 (cookie-file): New option.
10025 (cookie-check-file): New function.
10026 (cookie): Make it interactive. Make start and end messages optional.
10027 Interactively, display the result. Default to cookie-file.
10028 (cookie-insert): Default to cookie-file.
10029 (cookie-snarf): Make start and end messages optional.
10030 Default to cookie-file. Use with-temp-buffer.
10031 (cookie-read): Rename from read-cookie.
10032 Make start and end messages optional. Default to cookie-file.
10033 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10034 Do not autoload it.
10035 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10036 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10037
100382013-06-21 Leo Liu <sdl.web@gmail.com>
10039
10040 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10041
100422013-06-21 Glenn Morris <rgm@gnu.org>
10043
10044 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10045
100462013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10047 Daniel Hackney <dan@haxney.org>
10048
10049 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10050 Consolidate the single-file vs tarball code.
10051 (package-desc-suffix): New function.
10052 (package-desc-full-name): Don't bother inlining it.
10053 (package-load-descriptor): Return the new package-desc.
10054 (package-mark-obsolete): Remove unused arg `package'.
10055 (package-unpack): Make it work for single files as well.
10056 Make it update package-alist.
10057 (package--make-autoloads-and-stuff): Rename from
10058 package--make-autoloads-and-compile. Don't compile any more.
10059 (package--compile): New function.
10060 (package-generate-description-file): New function, extracted from
10061 package-unpack-single.
10062 (package-unpack-single): Remove.
10063 (package--with-work-buffer): Add indentation and debugging info.
10064 (package-download-single): Remove.
10065 (package-install-from-archive): Rename from package-download-tar, make
10066 it take a pkg-desc, and make it work for single files as well.
10067 (package-download-transaction): Simplify.
10068 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10069 external tar program.
10070 (package-install-from-buffer): Remove `pkg-desc' argument.
10071 Use package-tar-file-info for tar-mode buffers.
10072 (package-install-file): Simplify accordingly.
10073 (package-archive-base): Change to take a pkg-desc.
10074 * tar-mode.el (tar--check-descriptor): New function, extracted from
10075 tar-get-descriptor.
10076 (tar-get-descriptor): Use it.
10077 (tar-get-file-descriptor): New function.
10078 (tar--extract): New function, extracted from tar-extract.
10079 (tar--extract): Use it.
10080 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10081 case the summary uses non-ascii. Adjust to new calling convention of
10082 package-tar-file-info.
10083
100842013-06-21 Leo Liu <sdl.web@gmail.com>
10085
10086 * comint.el (comint-redirect-results-list-from-process):
10087 Fix random delay. (Bug#14681)
10088
100892013-06-21 Juanma Barranquero <lekktu@gmail.com>
10090
10091 * profiler.el (profiler-format-number): Use log, not log10.
10092
100932013-06-20 Juanma Barranquero <lekktu@gmail.com>
10094
10095 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10096
100972013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10100 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10101 yet available.
10102 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10103 (AUTOGENEL): ... here.
10104 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10105 (cl--defsubst-expand): Use it.
10106
101072013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10108
10109 * subr.el (log10): Move here from C code, and declare as obsolete.
10110 All uses of (log10 X) replaced with (log X 10).
10111
101122013-06-20 Juanma Barranquero <lekktu@gmail.com>
10113
10114 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10115 Declare with `defvar-local'.
10116 (tabulated-list-use-header-line, tabulated-list-entries)
10117 (tabulated-list-padding, tabulated-list-printer)
10118 (tabulated-list-sort-key): Declare with `defvar-local'.
10119 (tabulated-list-init-header, tabulated-list-print-fake-header):
10120 Use `setq-local'.
10121
101222013-06-20 Michael Albinus <michael.albinus@gmx.de>
10123
10124 * arc-mode.el (archive-mode): Add `archive-write-file' to
10125 `write-contents-functions' also for remote files. (Bug#14652)
10126
101272013-06-20 Juanma Barranquero <lekktu@gmail.com>
10128
10129 * cus-edit.el (custom-commands): Fix typos.
10130 (custom-display): Fix tooltip text.
10131 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10132 Fix typos in docstrings.
10133 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10134 (custom-unlispify-menu-entry, custom-magic-value-create)
10135 (custom-add-see-also, custom-group-value-create): Use ?\s.
10136 (custom-guess-type, customize-apropos, editable-field)
10137 (custom-face-value-create): Use `string-match-p'.
10138 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10139
10140 * custom.el (custom-load-symbol): Use `string-match-p'.
10141
10142 * ansi-color.el: Convert to lexical binding.
10143 (ansi-colors): Fix URL.
10144 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10145 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10146 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10147
101482013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10149
10150 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10151
10152 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10153
101542013-06-19 Tom Tromey <tromey@redhat.com>
10155
10156 * net/eww.el (eww-top-url): Remove.
10157 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10158 (eww-render): Set new variables. Don't set eww-top-url.
10159 (eww-handle-link): Handle "prev", "home", and "contents".
10160 Downcase the rel text.
10161 (eww-top-url): Choose best top URL.
10162
101632013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10164
10165 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10166 relying in widget.el. Using widget.el leads to too many
10167 user interface inconsistencies.
10168 (eww-self-insert): Implement entering commands in text fields.
10169 (eww-process-text-input): New function to make text input field editing
10170 work.
10171 (eww-submit): Rewrite to use the new-style form methods.
10172 (eww-select-display): Display the correct selected item.
10173 (eww-change-select): Implement changing the select value.
10174 (eww-toggle-checkbox): Implement radio/checkboxes.
10175 (eww-update-field): Fix compilation error.
10176 (eww-tag-textarea): Implement <textarea>.
10177
10178 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10179 we don't shadow mode-specific bindings.
10180
10181 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10182 nothing to push.
10183
10184 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10185
101862013-06-19 Glenn Morris <rgm@gnu.org>
10187
10188 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10189
101902013-06-19 Michael Albinus <michael.albinus@gmx.de>
10191
10192 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10193 not needed.
10194
10195 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10196
101972013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10198
10199 * net/browse-url.el (browse-url-browser-function):
10200 `eww-browse-url' has the right calling signature, `eww' does not.
10201
102022013-06-19 Glenn Morris <rgm@gnu.org>
10203
10204 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10205 Only eval autoloaded macros.
10206 (byte-compile-autoload): Only give the macro warning for macros.
10207
10208 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10209 (ps-underlined-faces): Declare.
10210
10211 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10212 (speedbar-add-supported-extension): Declare.
10213
10214 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10215 Don't include a date stamp in the header of the generated file;
10216 it leads to needless differences between output files.
10217
102182013-06-19 Michael Albinus <michael.albinus@gmx.de>
10219
10220 * net/secrets.el (secrets-struct-secret-content-type):
10221 Replace check of introspection data by a test call of "CreateItem".
10222 Some servers do not offer introspection.
10223
102242013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * electric.el (electric-pair-mode): Improve interaction with
10227 electric-layout-mode.
10228 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10229 (electric-pair-syntax): Use text-mode-syntax-table in comments
10230 and strings.
10231 (electric-pair--insert): New function.
10232 (electric-pair-post-self-insert-function): Use it and
10233 electric--after-char-pos.
10234
102352013-06-19 Leo Liu <sdl.web@gmail.com>
10236
10237 * progmodes/octave.el (octave-help): Fix regexp.
10238
102392013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10240
10241 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10242 (shr-table-horizontal-line): Allow nil as a value, and change the
10243 default.
10244 (shr-insert-table-ruler): Respect the nil value.
10245
102462013-06-18 Tom Tromey <tromey@barimba>
10247
10248 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10249 New defvars.
10250 (eww-open-file): New defun.
10251 (eww-render): Initialize new variables.
10252 (eww-display-html): Handle "link" and "a".
10253 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10254 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10255 (eww-back-url): Rename from eww-previous-url.
10256 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10257 New defuns.
10258
102592013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10260
10261 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10262 Distinguish ternary operator tokens from slash symbol and slash
10263 char literal.
10264
102652013-06-18 Juanma Barranquero <lekktu@gmail.com>
10266
10267 Convert symbol prettification into minor mode and global minor mode.
10268
10269 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10270 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10271 (prettify-symbols--keywords): Rename from
10272 `prog-prettify-symbols-alist' and make a local defvar.
10273 (prettify-symbols--compose-symbol): Rename from
10274 `prog--prettify-font-lock-compose-symbol'.
10275 (prettify-symbols--make-keywords): Rename from
10276 `prog-prettify-font-lock-symbols-keywords' and simplify.
10277 (prog-prettify-install): Remove.
10278 (prettify-symbols-mode): New minor mode, based on
10279 `prog-prettify-install'.
10280 (turn-on-prettify-symbols-mode): New function.
10281 (global-prettify-symbols-mode): New globalized minor mode.
10282
10283 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10284 * progmodes/cfengine.el (cfengine3-mode):
10285 * progmodes/perl-mode.el (perl-mode): Don't call
10286 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10287
102882013-06-18 Juri Linkov <juri@jurta.org>
10289
10290 * files-x.el (modify-file-local-variable-message): New function.
10291 (modify-file-local-variable)
10292 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10293 and call `modify-file-local-variable-message' when it's non-nil.
10294 (add-file-local-variable, delete-file-local-variable)
10295 (add-file-local-variable-prop-line)
10296 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10297 and use it. (Bug#9820)
10298
102992013-06-18 Juri Linkov <juri@jurta.org>
10300
10301 * emulation/vi.el (vi-shell-op):
10302 * emulation/vip.el (vip-execute-com, ex-command):
10303 * emulation/viper-cmd.el (viper-exec-bang):
10304 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10305 the call of `shell-command-on-region'. (Bug#14637)
10306
10307 * simple.el (shell-command-on-region): Doc fix.
10308
103092013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10312 (bug#14633).
10313
103142013-06-18 Glenn Morris <rgm@gnu.org>
10315
10316 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10317
10318 * newcomment.el (comment-search-forward, comment-search-backward):
10319 Doc fix. (Bug#14376)
10320
103212013-06-18 Juanma Barranquero <lekktu@gmail.com>
10322
10323 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10324 (buffer-face-mode-invoke): Doc fix.
10325
103262013-06-18 Matthias Meulien <orontee@gmail.com>
10327
10328 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10329 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10330
103312013-06-18 Glenn Morris <rgm@gnu.org>
10332
10333 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10334 Replace obsolete function generic-make-keywords with its expansion.
10335
10336 * progmodes/python.el (ffap-alist): Declare.
10337
10338 * textmodes/reftex.el (bibtex-mode-map): Declare.
10339
103402013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10343 (package-unpack, package-unpack-single): Return the pkg-dir.
10344 (package-download-transaction): Use it to update package-alist.
10345
103462013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10347
10348 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10349 possible choice.
10350
103512013-06-17 Juri Linkov <juri@jurta.org>
10352
10353 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10354
103552013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10356
10357 * emacs-lisp/package.el (package-load-descriptor):
10358 Remove `with-syntax-table' call, `read' doesn't need it.
10359 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10360
103612013-06-17 Juanma Barranquero <lekktu@gmail.com>
10362
10363 * startup.el (command-line): Expand package name returned by
10364 `package--description-file' (bug#14639).
10365
103662013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10367
10368 * emacs-lisp/package.el (package-load-descriptor): Do not call
10369 `emacs-lisp-mode', just use its syntax table.
10370
103712013-06-17 Juanma Barranquero <lekktu@gmail.com>
10372
10373 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10374 `font-lock-extra-managed-props' if any prettifying keyword is added.
10375 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10376 (prog-mode): Use `setq-local'.
10377
103782013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * international/characters.el (standard-case-table): Set syntax of ?»
10381 and ?« to punctuation.
10382
103832013-06-16 Juanma Barranquero <lekktu@gmail.com>
10384
10385 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10386 Save relevant match data before calling `syntax-ppss' (bug#14595).
10387
103882013-06-15 Juri Linkov <juri@jurta.org>
10389
10390 * files-x.el (modify-file-local-variable-prop-line): Add local
10391 variables to the end of the existing comment on the first line.
10392 Use `file-auto-mode-skip' to skip interpreter magic line,
10393 and also skip XML declaration.
10394
103952013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * startup.el (package--builtin-versions): New var.
10398 (package-subdirectory-regexp): Remove.
10399 (package--description-file): Hard code its value instead.
10400
10401 * emacs-lisp/package.el: Don't activate packages older than builtin.
10402 (package-obsolete-list): Rename from package-obsolete-alist, and make
10403 it into a simple list of package-desc.
10404 (package-strip-version): Remove.
10405 (package-built-in-p): Use package--builtin-versions.
10406 (package-mark-obsolete): Simplify.
10407 (package-process-define-package): Mark it obsolete if older than the
10408 builtin version.
10409 (package-handle-response): Use line-end-position.
10410 (package-read-archive-contents, package--download-one-archive):
10411 Simplify.
10412 (package--add-to-archive-contents): Skip if older than the builtin or
10413 installed version.
10414 (package-menu-describe-package): Fix last change.
10415 (package-list-unversioned): New var.
10416 (package-menu--generate): Use it.
10417
10418 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10419 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10420 (autoload-builtin-package-versions): New variable.
10421 (autoload-generate-file-autoloads): Use them.
10422 Remove the list of autoloaded functions/macros from the
10423 (autoload...) comments.
10424
10425 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10426
104272013-06-15 Eli Zaretskii <eliz@gnu.org>
10428
10429 * simple.el (line-move-partial): Don't jump to the next screen
10430 line as soon as it becomes visible. Instead, continue enlarging
10431 the vscroll until the portion of a tall screen line that's left on
10432 display is about the height of the frame's default font.
10433 (Bug#14567)
10434
104352013-06-15 Glenn Morris <rgm@gnu.org>
10436
10437 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10438 compilation-error-regexp-alist void, or local while let-bound.
10439
10440 * progmodes/make-mode.el (makefile-mode-syntax-table):
10441 Treat "=" as punctuation. (Bug#14614)
10442
104432013-06-15 Juanma Barranquero <lekktu@gmail.com>
10444
10445 * help-fns.el (describe-variable):
10446 Add extra line for permanent-local variables.
10447
104482013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10449
10450 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10451 Add export, import, library. (Bug#9164)
10452 (library): Set indent function.
10453
104542013-06-14 Glenn Morris <rgm@gnu.org>
10455
10456 * term/xterm.el (xterm--query):
10457 Stop after first matching handler. (Bug#14615)
10458
104592013-06-14 Ivan Kanis <ivan@kanis.fr>
10460
10461 Add support for dired in saveplace.
10462 * dired.el (dired-initial-position-hook): New variable.
10463 (dired-initial-position): Call hook to place cursor position.
10464 * saveplace.el (save-place-to-alist): Add dired position.
10465 (save-place-dired-hook): New function.
10466
104672013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10470 through a symbol rather than letrec.
10471
10472 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10473 (package-desc): Add `dir' field.
10474 (package-desc-full-name): New function.
10475 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10476 (package-maybe-load-descriptor): Remove.
10477 (package-load-all-descriptors): Just call package-load-descriptor.
10478 (package--disabled-p): New function.
10479 (package-desc-vers, package-desc-doc): Remove aliases.
10480 (package--dir): Remove function.
10481 (package-activate): Check if a package is disabled.
10482 (package-process-define-package): New function, extracted from
10483 define-package.
10484 (define-package): Turn into a place holder.
10485 (package-unpack-single, package-tar-file-info):
10486 Use package--description-file.
10487 (package-compute-transaction): Use package--disabled-p.
10488 (package-download-transaction): Don't call
10489 package-maybe-load-descriptor since they're all loaded anyway.
10490 (package-install): Change argument to be a pkg-desc.
10491 (package-delete): Use a single pkg-desc argument.
10492 (describe-package-1): Use package-desc-dir instead of package--dir.
10493 Use package-desc property instead of package-symbol.
10494 (package-install-button-action): Adjust accordingly.
10495 (package--push): Rewrite.
10496 (package-menu--print-info): Adjust accordingly. Change the ID format
10497 to be a pkg-desc.
10498 (package-menu-describe-package, package-menu-get-status)
10499 (package-menu--find-upgrades, package-menu-mark-upgrades)
10500 (package-menu-execute, package-menu--name-predicate):
10501 Adjust accordingly.
10502 * startup.el (package--description-file): New function.
10503 (command-line): Use it.
10504 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10505 Use package-desc-version.
10506
10507 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10508 (byte-compile-preprocess): Use it.
10509 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10510 can't quite recognize.
10511 (byte-compile-add-to-list): Remove.
10512 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10513 (cconv-closure-convert): Add assertion.
10514
10515 * emacs-lisp/map-ynp.el: Use lexical-binding.
10516 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10517 Factor out some repeated code.
10518
105192013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * subr.el (with-eval-after-load): New macro.
10522 (eval-after-load): Allow form to be a function.
10523 take advantage of lexical-binding.
10524 (do-after-load-evaluation): Use dolist and adjust to new format.
10525 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10526
105272013-06-13 Juri Linkov <juri@jurta.org>
10528
10529 * replace.el (perform-replace): Display "symbol " and other search
10530 modes from `isearch-message-prefix' in the *Help* buffer.
10531
10532 * isearch.el (isearch-query-replace): Add " symbol" and other
10533 possible search modes from `isearch-message-prefix' to the prompt.
10534 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10535 when reading a regexp to collect.
10536
105372013-06-13 Juri Linkov <juri@jurta.org>
10538
10539 * isearch.el (word-search-regexp): Match whitespace if the search
10540 string begins or ends in whitespace. The LAX arg is applied to
10541 both ends of the search string. Use `regexp-quote' and explicit
10542 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10543 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10544 boundaries are replaced with symbol boundaries, and characters
10545 between symbols match non-word non-symbol syntax. (Bug#14602)
10546
105472013-06-13 Juri Linkov <juri@jurta.org>
10548
10549 * isearch.el (isearch-del-char): Don't exceed the length of
10550 `isearch-string' by the prefix arg. (Bug#14563)
10551
105522013-06-13 Juri Linkov <juri@jurta.org>
10553
10554 * isearch.el (isearch-yank-word, isearch-yank-line)
10555 (isearch-char-by-name, isearch-quote-char)
10556 (isearch-printing-char, isearch-process-search-char):
10557 Add optional count prefix arg. (Bug#14563)
10558
10559 * international/isearch-x.el
10560 (isearch-process-search-multibyte-characters):
10561 Add optional count prefix arg.
10562
105632013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10566 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10567 lexical-binding.
10568
105692013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10570
10571 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10572
105732013-06-13 Glenn Morris <rgm@gnu.org>
10574
10575 * startup.el (tty-handle-args):
10576 Don't just discard "--" and anything after. (Bug#14608)
10577
10578 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10579
105802013-06-13 Michael Albinus <michael.albinus@gmx.de>
10581
10582 Implement changes in Secret Service API. Make it backward compatible.
10583 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10584 (secrets-create-item): Use it. Prefix properties with interface.
10585
105862013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10587
10588 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10589 (term-emulate-terminal): Respect term-suppress-hard-newline.
10590
105912013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10592
10593 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10594 Only remove a `thumb-file' overlay. (Bug#14548)
10595
105962013-06-12 Grégoire Jadi <daimrod@gmail.com>
10597
10598 * mail/reporter.el (reporter-submit-bug-report):
10599 Handle missing package-name. (Bug#14600)
10600
106012013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10602
10603 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10604 (reftex-citation-prompt, reftex-default-bibliography)
10605 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10606 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10607 (reftex-bib-sort-author, reftex-bib-sort-year)
10608 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10609 (reftex-extract-bib-entries-from-thebibliography)
10610 (reftex-get-bibkey-default, reftex-get-bib-names)
10611 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10612 (reftex-format-bib-entry, reftex-parse-bibitem)
10613 (reftex-format-bibitem, reftex-do-citation)
10614 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10615 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10616 (reftex-insert-bib-matches, reftex-format-citation)
10617 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10618 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10619 existing comments into docstrings.
10620
106212013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10622
10623 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10624
106252013-06-12 Andreas Schwab <schwab@suse.de>
10626
10627 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10628 for auto-save files.
10629
106302013-06-12 Glenn Morris <rgm@gnu.org>
10631
10632 * ido.el (ido-delete-ignored-files): Remove.
10633 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10634 Go back to calling ido-ignore-item-p directly.
10635
106362013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10637
10638 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10639
10640 * ido.el (ido-delete-ignored-files): New function,
10641 split from ido-make-file-list-1.
10642 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10643 (ido-make-file-list-1): Use ido-delete-ignored-files.
10644
106452013-06-12 Leo Liu <sdl.web@gmail.com>
10646
10647 * progmodes/octave.el (inferior-octave-startup)
10648 (inferior-octave-completion-table)
10649 (inferior-octave-track-window-width-change)
10650 (octave-eldoc-function-signatures, octave-help)
10651 (octave-find-definition): Use single quoted strings.
10652 (inferior-octave-startup-args): Change default value.
10653 (inferior-octave-startup): Do not hard code "-i" and
10654 "--no-line-editing".
10655 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10656 (inferior-octave-directory-tracker): Use it.
10657 (octave-goto-function-definition): Robustify.
10658 (octave-help): Support highlighting operators in 'See also'.
10659 (octave-find-definition): Find subfunctions only in Octave mode.
10660
106612013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10662
10663 * help-fns.el (help-fns--compiler-macro): If the handler function is
10664 named, then put a link to it.
10665 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10666 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10667 (cl-typep): Use it.
10668 (cl-eval-when): Simplify debug spec.
10669 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10670 compiler-macro function instead of setting `compiler-macro-file'.
10671
106722013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10673
10674 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10675 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10676
106772013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10678 Daniel Hackney <dan@haxney.org>
10679
10680 First part of Daniel Hackney's patch to package.el.
10681 * emacs-lisp/package.el: Use defstruct.
10682 (package-desc): New, main struct.
10683 (package--bi-desc, package--ac-desc): New structs, used to describe the
10684 format in external files.
10685 (package-desc-vers): Replace with package-desc-version accessor.
10686 (package-desc-doc): Replace with package-desc-summary accessor.
10687 (package-activate-1): Remove `package' arg since the pkg-vec now
10688 includes the name.
10689 (define-package): Use package-desc-from-define.
10690 (package-unpack-single): Change file-name arg to be a symbol.
10691 (package--add-to-archive-contents): Use package-desc-create and new
10692 accessor functions to package--ac-desc.
10693 (package-buffer-info, package-tar-file-info): Return a package-desc.
10694 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10695 arg to be a package-desc.
10696 (package-install-file): Adjust accordingly. Use \' to match EOS.
10697 (package--from-builtin): New function.
10698 (describe-package-1, package-menu--generate): Use it.
10699 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10700 (package-generate-autoloads): Idem and return the name of the file.
10701 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10702 Change pkg-info arg to be a package-desc.
10703 Use package-make-ac-desc.
10704 (package-upload-file): Use \' to match EOS.
10705 * finder.el (finder-compile-keywords): Use package-make-builtin.
10706
107072013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10708
10709 * vc/vc.el (vc-deduce-fileset): Change error message.
10710 (vc-read-backend): New function.
10711 (vc-next-action): Use it.
10712
10713 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10714
10715 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10716 (prolog-font-lock-keywords): Use regexp-opt instead.
10717 Don't manually highlight strings.
10718 (prolog-mode-variables): Simplify comment-start-skip.
10719 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10720
10721 * emacs-lisp/generic.el (generic--normalise-comments)
10722 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10723 (generic-mode-set-comments): Use them.
10724 (generic-bracket-support): Use setq-local.
10725 (generic-make-keywords-list): Declare obsolete.
10726
107272013-06-11 Glenn Morris <rgm@gnu.org>
10728
10729 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10730 Prettify after setting font-lock-defaults. (Bug#14574)
10731
107322013-06-11 Juanma Barranquero <lekktu@gmail.com>
10733
10734 * replace.el (query-replace, occur-read-regexp-defaults-function)
10735 (replace-search):
10736 * subr.el (declare-function, number-sequence, local-set-key)
10737 (substitute-key-definition, locate-user-emacs-file)
10738 (with-silent-modifications, split-string, eval-after-load):
10739 Fix typos, remove unneeded backslashes and reflow some docstrings.
10740
107412013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10744 default for Elisp files.
10745
107462013-06-11 Glenn Morris <rgm@gnu.org>
10747
10748 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10749 although define-derived-mode was doing this anyway. (Bug#14583)
10750
107512013-06-10 Juanma Barranquero <lekktu@gmail.com>
10752
10753 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10754 Fix make-variable-buffer-local call to refer to the correct variable.
10755
107562013-06-10 Aidan Gauland <aidalgol@amuri.net>
10757
10758 * eshell/em-term.el (eshell-visual-commands)
10759 (eshell-visual-subcommands, eshell-visual-options):
10760 Add summary line to docstrings. Add cross-references.
10761
107622013-06-10 Glenn Morris <rgm@gnu.org>
10763
10764 * epa.el (epa-read-file-name): New function. (Bug#14510)
10765 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
10766
107672013-06-09 Aidan Gauland <aidalgol@amuri.net>
10768
10769 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10770 output redirection to be ignored with visual commands.
10771
107722013-06-09 Aidan Gauland <aidalgol@amuri.net>
10773
10774 * eshell/em-term.el (eshell-visual-command-p): New function.
10775 (eshell-term-initialize): Move long lambda to separate function
10776 eshell-visual-command-p.
10777 * eshell/em-dirs.el (eshell-dirs-initialize):
10778 * eshell/em-script.el (eshell-script-initialize):
10779 Add missing #' to lambda.
10780
107812013-06-08 Leo Liu <sdl.web@gmail.com>
10782
10783 * progmodes/octave.el (octave-add-log-current-defun): New function.
10784 (octave-mode): Set add-log-current-defun-function.
10785 (octave-goto-function-definition): Do not move point if not found.
10786 (octave-find-definition): Enhance to try subfunctions first.
10787
107882013-06-08 Glenn Morris <rgm@gnu.org>
10789
10790 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10791 (byte-compile-backward-char, byte-compile-backward-word):
10792 Improve previous change, to handle non-explicit nil.
10793
107942013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10797 (smie--opener/closer-at-point): New function.
10798 (smie--matching-block-data): Use it. Don't match from right after an
10799 opener or right before a closer. Obey smie-blink-matching-inners.
10800 Don't signal a mismatch for repeated inners like "switch..case..case".
10801
108022013-06-07 Leo Liu <sdl.web@gmail.com>
10803
10804 * progmodes/octave.el (octave-mode): Set comment-use-global-state
10805 to t. (Bug#14303)
10806 (octave-function-header-regexp): Fix. (Bug#14570)
10807 (octave-help-mode-finish-hook, octave-help-mode-finish):
10808 Remove. Just use temp-buffer-show-hook.
10809
10810 * newcomment.el (comment-search-backward): Revert last change.
10811 (Bug#14434)
10812
10813 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10814
108152013-06-07 Eli Zaretskii <eliz@gnu.org>
10816
10817 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10818 through xargs, to avoid failure due to MS-Windows limitations on
10819 command-line length.
10820
108212013-06-06 Glenn Morris <rgm@gnu.org>
10822
10823 * font-lock.el (lisp-font-lock-keywords-2):
10824 Treat user-error like error.
10825
10826 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10827 (byte-compile-backward-char, byte-compile-backward-word):
10828 Handle explicit nil arguments. (Bug#14565)
10829
108302013-06-05 Alan Mackenzie <acm@muc.de>
10831
10832 * isearch.el (isearch-allow-prefix): New user option.
10833 (isearch-other-meta-char): Don't exit isearch when a prefix
10834 argument is typed whilst `isearch-allow-prefix' is non-nil.
10835 (Bug#9706)
10836
108372013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * autorevert.el (auto-revert-notify-handler): Use memq.
10840 Hide assertion failure.
10841
10842 * skeleton.el: Use cl-lib.
10843 (skeleton-further-elements): Use defvar-local.
10844 (skeleton-insert): Use cl-progv.
10845
108462013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10847
10848 * progmodes/prog-mode.el (prog-prettify-symbols)
10849 (prog-prettify-install): Update docstrings.
10850
108512013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * simple.el: Move all the prog-mode code to prog-mode.el.
10854 * progmodes/prog-mode.el: New file.
10855 * loadup.el: Add prog-mode.el.
10856
108572013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10858
10859 * simple.el (prog-prettify-symbols): Add version.
10860 (prog-prettify-install): Add convenience function to prettify symbols.
10861
10862 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10863 (perl--augmented-font-lock-keywords-1)
10864 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10865 variables and use it.
10866
10867 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10868 (cfengine3-mode): Remove unneeded variable and use it.
10869
10870 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10871 (lisp--augmented-font-lock-keywords-1)
10872 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10873 Remove unneeded variables and use it.
10874
108752013-06-05 João Távora <joaotavora@gmail.com>
10876
10877 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10878 to point when opening the connection. (Bug#14380)
10879
108802013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * subr.el (load-history-regexp, load-history-filename-element)
10883 (eval-after-load, after-load-functions, do-after-load-evaluation)
10884 (eval-next-after-load, display-delayed-warnings)
10885 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10886 definition of save-match-data.
10887 (overriding-local-map): Remove accidental obsolescence declaration.
10888
10889 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10890
108912013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10892
10893 Generalize symbol prettify support to prog-mode and implement it
10894 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10895 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10896 (prog--prettify-font-lock-compose-symbol)
10897 (prog-prettify-font-lock-symbols-keywords): New variables and
10898 functions to support symbol prettification.
10899 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10900 (lisp--augmented-font-lock-keywords-1)
10901 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10902 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10903 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10904 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10905 Implement prettify of -> => :: strings.
10906 * progmodes/perl-mode.el (perl-prettify-symbols)
10907 (perl--font-lock-compose-symbol)
10908 (perl--font-lock-symbols-keywords): Move to prog-mode.
10909 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10910 (perl-font-lock-keywords-1)
10911 (perl-font-lock-keywords-2): Remove explicit prettify support.
10912 (perl--augmented-font-lock-keywords)
10913 (perl--augmented-font-lock-keywords-1)
10914 (perl--augmented-font-lock-keywords-2, perl-mode):
10915 Implement prettify support.
10916
109172013-06-05 Leo Liu <sdl.web@gmail.com>
10918
10919 Re-implement SMIE matching block highlight using
10920 show-paren-data-function. (Bug#14395)
10921 * emacs-lisp/smie.el (smie-matching-block-highlight)
10922 (smie--highlight-matching-block-overlay)
10923 (smie--highlight-matching-block-lastpos)
10924 (smie-highlight-matching-block)
10925 (smie-highlight-matching-block-mode): Remove.
10926 (smie--matching-block-data-cache): New variable.
10927 (smie--matching-block-data): New function.
10928 (smie-setup): Use smie--matching-block-data for
10929 show-paren-data-function.
10930
10931 * progmodes/octave.el (octave-mode-menu): Fix.
10932 (octave-find-definition): Skip garbage lines.
10933
109342013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 Fix compilation error with simultaneous dynamic+lexical scoping.
10937 Add warning when a defvar appears after the first let-binding.
10938 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10939 (byte-compile-close-variables): Initialize it.
10940 (byte-compile--declare-var): New function.
10941 (byte-compile-file-form-defvar)
10942 (byte-compile-file-form-define-abbrev-table)
10943 (byte-compile-file-form-custom-declare-variable): Use it.
10944 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10945 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10946 (byte-compile-bind): Handle dynamic bindings that shadow
10947 lexical bindings.
10948 (byte-compile-unbind): Make arg non-optional.
10949 (byte-compile-let): Simplify.
10950 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10951 (cconv--analyse-function, cconv-analyse-form): Populate it.
10952 Protect byte-compile-bound-variables to limit the scope of defvars.
10953 (cconv-analyse-form): Add missing rule for (defvar <foo>).
10954 Remove unneeded rule for `declare'.
10955
10956 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10957 so as to avoid depending on cl-adjoin at run-time.
10958 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10959
10960 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10961 (macroexp--warn-and-return): Use it.
10962
109632013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * subr.el: Convert to lexical binding.
10966 (overriding-local-map): Make obsolete.
10967 (add-to-list): Doc fix. Add compiler macro.
10968 (read-key): Swap values of local maps.
10969
109702013-06-05 Leo Liu <sdl.web@gmail.com>
10971
10972 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10973
109742013-06-04 Leo Liu <sdl.web@gmail.com>
10975
10976 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10977 (compilation-auto-jump): Suppress the "Mark set" message to give
10978 way to exit message.
10979
109802013-06-04 Alan Mackenzie <acm@muc.de>
10981
10982 Remove faulty optimisation from indentation calculation.
10983 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10984 search limit based on 2000 characters back from indent-point.
10985
109862013-06-03 Tassilo Horn <tsdh@gnu.org>
10987
10988 * eshell/em-term.el (cl-lib): Require `cl-lib'.
10989
109902013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * emacs-lisp/lisp.el: Use lexical-binding.
10993 (lisp--local-variables-1, lisp--local-variables): New functions.
10994 (lisp--local-variables-completion-table): New var.
10995 (lisp-completion-at-point): Use it complete let-bound vars.
10996
10997 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10998 eagerly (bug#14422).
10999
110002013-06-03 Michael Albinus <michael.albinus@gmx.de>
11001
11002 * autorevert.el (auto-revert-notify-enabled)
11003 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11004 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11005 (auto-revert-notify-handler): Handle also gfilenotify.
11006
11007 * subr.el (file-notify-handle-event): New defun. Replacing ...
11008 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11009 Remove.
11010
110112013-06-03 Juri Linkov <juri@jurta.org>
11012
11013 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11014 `M-s h .'. (Bug#14427)
11015
11016 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11017 command `hi-lock-face-symbol-at-point'.
11018 (hi-lock-face-symbol-at-point): New command.
11019 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11020 (hi-lock-menu): Add `highlight-symbol-at-point'.
11021 (hi-lock-mode): Doc fix.
11022
11023 * isearch.el (isearch-forward-symbol-at-point): New command.
11024 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11025 (isearch-highlight-regexp): Add a regexp which matches
11026 words/symbols for word/symbol mode.
11027
11028 * subr.el (find-tag-default-bounds): New function with the body
11029 mostly moved from `find-tag-default'.
11030 (find-tag-default): Move most code to `find-tag-default-bounds',
11031 call it and apply `buffer-substring-no-properties' afterwards.
11032
110332013-06-03 Tassilo Horn <tsdh@gnu.org>
11034
11035 * eshell/em-term.el (eshell-term-initialize):
11036 Use `cl-intersection' rather than `intersection'.
11037
110382013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11039
11040 * vc/log-view.el: Doc fix.
11041 (log-view-mode-map): Copy keymap from `special-mode-map'.
11042
110432013-06-02 Eric Ludlam <zappo@gnu.org>
11044
11045 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11046 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11047 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11048 (eieio-unbound, eieio-default-superclass)
11049 (eieio--define-field-accessors, method-static, method-before)
11050 (method-primary, method-after, method-num-lists)
11051 (method-generic-before, method-generic-primary)
11052 (method-generic-after, method-num-slots)
11053 (eieio-specialized-key-to-generic-key)
11054 (eieio--check-type, class-v, class-p)
11055 (eieio-class-name, define-obsolete-function-alias)
11056 (eieio-class-parents-fast, eieio-class-children-fast)
11057 (same-class-fast-p, class-constructor, generic-p)
11058 (generic-primary-only-p, generic-primary-only-one-p)
11059 (class-option-assoc, class-option, eieio-object-p)
11060 (class-abstract-p, class-method-invocation-order)
11061 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11062 (eieio-class-un-autoload, eieio-defclass)
11063 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11064 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11065 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11066 (eieio-defgeneric-reset-generic-form)
11067 (eieio-defgeneric-form-primary-only)
11068 (eieio-defgeneric-reset-generic-form-primary-only)
11069 (eieio-defgeneric-form-primary-only-one)
11070 (eieio-defgeneric-reset-generic-form-primary-only-one)
11071 (eieio-unbind-method-implementations)
11072 (eieio--defmethod, eieio--typep)
11073 (eieio-perform-slot-validation, eieio-validate-slot-value)
11074 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11075 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11076 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11077 (eieio-slot-name-index, eieio-class-slot-name-index)
11078 (eieio-set-defaults, eieio-initarg-to-attribute)
11079 (eieio-attribute-to-initarg, eieio-c3-candidate)
11080 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11081 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11082 (eieio-class-precedence-list, eieio-generic-call-methodname)
11083 (eieio-generic-call-arglst, eieio-generic-call-key)
11084 (eieio-generic-call-next-method-list)
11085 (eieio-pre-method-execution-functions, eieio-generic-call)
11086 (eieio-generic-call-primary-only, eieiomt-method-list)
11087 (eieiomt-optimizing-obarray, eieiomt-install)
11088 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11089 (eieio-generic-form, eieio-defmethod, make-obsolete)
11090 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11091 (defclass): Remove `eval-and-compile' from macro.
11092 (call-next-method, shared-initialize): Instead of using
11093 `scoped-class' variable, use new eieio--scoped-class, and
11094 eieio--with-scoped-class.
11095 (initialize-instance): Rename local variable 'scoped-class' to
11096 'this-class' to remove ambiguitity from old global.
11097
11098 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11099 eieio.el.
11100 (eieio--scoped-class-stack): New variable.
11101 (eieio--scoped-class): New fcn.
11102 (eieio--with-scoped-class): New scoping macro.
11103 (eieio-defclass): Use pushnew instead of add-to-list.
11104 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11105 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11106 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11107 `scoped-class' variable, use new eieio--scoped-class, and
11108 eieio--with-scoped-class.
11109
11110 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11111
111122013-06-02 Tassilo Horn <tsdh@gnu.org>
11113
11114 * eshell/esh-ext.el (eshell-external-command): Pass args to
11115 `eshell-find-interpreter'.
11116 (eshell-find-interpreter): Add new second parameter ARGS.
11117
11118 * eshell/em-script.el (eshell-script-initialize): Add second arg
11119 to the function added as MATCH to `eshell-interpreter-alist'.
11120
11121 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11122 the function added as MATCH to `eshell-interpreter-alist'.
11123
11124 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11125 (eshell-visual-options): New defcustom.
11126 (eshell-escape-control-x): Adapt docstring.
11127 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11128 `eshell-visual-options' in addition to `eshell-visual-commands'.
11129 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11130
111312013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11132
11133 * progmodes/python.el (python-indent-block-enders): Add break,
11134 continue and raise keywords.
11135
111362013-06-01 Glenn Morris <rgm@gnu.org>
11137
11138 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11139
11140 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11141 * progmodes/cc-cmds.el (delete-forward-p):
11142 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11143 * progmodes/cc-engine.el (buffer-syntactic-context):
11144 * progmodes/cc-fonts.el (face-property-instance):
11145 * progmodes/cc-mode.el (set-keymap-parents):
11146 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11147 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11148 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11149 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11150 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11151
11152 * progmodes/cc-vars.el (other): Emacs has this widget since
11153 at least 21.1, so don't (re)define it.
11154
11155 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11156 Replace the obsolete alias pcomplete-arg-quote-list.
11157
111582013-06-01 Leo Liu <sdl.web@gmail.com>
11159
11160 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11161 punctuation syntax.
11162 (inferior-octave-minimal-columns)
11163 (inferior-octave-last-column-width): New variables.
11164 (inferior-octave-track-window-width-change): New function.
11165 (inferior-octave-mode): Adjust column width so that Octave output,
11166 for example from 'ls', can fit into the window nicely.
11167
111682013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11169
11170 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11171 Highlight expansions inside regexp literals.
11172
111732013-05-31 Glenn Morris <rgm@gnu.org>
11174
11175 * obsolete/sym-comp.el (symbol-complete):
11176 Replace obsolete completion-annotate-function.
11177
11178 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11179
111802013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11181
11182 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11183 New function, checks if point is inside a literal that allows
11184 expression expansion.
11185 (ruby-syntax-propertize-expansion): Use it.
11186 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11187 around the body.
11188
111892013-05-30 Juri Linkov <juri@jurta.org>
11190
11191 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11192 to "\M-si".
11193 (isearch-invisible): New variable.
11194 (isearch-forward): Doc fix.
11195 (isearch-mode): Set `isearch-invisible'
11196 to the value of `search-invisible'.
11197 (isearch-toggle-case-fold): Doc fix.
11198 (isearch-toggle-invisible): New command.
11199 (isearch-query-replace): Let-bind `search-invisible'
11200 to the value of `isearch-invisible'.
11201 (isearch-search): Use `isearch-invisible' instead of
11202 `search-invisible'. Let-bind `search-invisible'
11203 to the value of `isearch-invisible'. (Bug#11378)
11204
112052013-05-30 Juri Linkov <juri@jurta.org>
11206
11207 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11208 call when `query-flag' is nil and `search-invisible' is non-nil.
11209 (Bug#11746)
11210
112112013-05-30 Glenn Morris <rgm@gnu.org>
11212
11213 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11214
11215 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11216 (cc-require): Suppress spurious "noruntime" warnings.
11217 (cc-require-when-compile): Use fboundp, for sake of compiler.
11218
11219 * progmodes/cc-mode.el: Move load of cc-vars before that of
11220 cc-langs (which in turn loads cc-vars), to quieten compiler.
11221
112222013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * paren.el: Simplify the code.
11225 (show-paren-mode): Always start the timer.
11226 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11227 (show-paren--overlay, show-paren--overlay-1): Rename from
11228 show-paren-overlay and show-paren-overlay-1, and initialize to an
11229 overlay rather than to nil.
11230 (show-paren-function): Misc cleanup and simplifications.
11231
112322013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * paren.el (show-paren-data-function): New hook.
11235 (show-paren--default): New function, extracted from show-paren-function.
11236 (show-paren-function): Use show-paren-data-function.
11237
112382013-05-30 Glenn Morris <rgm@gnu.org>
11239
11240 * ielm.el (ielm-map, ielm-complete-symbol):
11241 Use completion-at-point rather than obsolete functions.
11242 (inferior-emacs-lisp-mode): Doc fix.
11243 Set completion-at-point-functions, rather than
11244 comint-dynamic-complete-functions.
11245
11246 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11247 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11248 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11249
11250 * image.el (image-animated-p): Tweak definition.
11251
11252 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11253 (rlogin-process-connection-type): Tweak default. Add set-after.
11254 (rlogin-host): Doc fix.
11255 (rlogin): Tweak prompt.
11256 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11257
11258 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11259 * progmodes/tcl.el (inferior-tcl-mode-map):
11260 Use completion-at-point rather than obsolete alias.
11261
11262 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11263
11264 * minibuffer.el (read-file-name-completion-ignore-case):
11265 Move before completion--in-region, for eager macro expansion.
11266
112672013-05-29 Juri Linkov <juri@jurta.org>
11268
11269 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11270 for total count of matching lines. Add `global-matches' for total
11271 count of matches. Rename `matches' to `lines' for count of
11272 matching lines. Add `matches' for count of matches.
11273 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11274 to `prev-line' for line number of prev match endpt.
11275 Increment `matches' for every match. Print the number of
11276 matching lines in the header.
11277 (occur-context-lines): Rename `lines' to `curr-line'.
11278 Rename `prev-lines' to `prev-line'. (Bug#14017)
11279
112802013-05-29 Juri Linkov <juri@jurta.org>
11281
11282 * replace.el (perform-replace): Add `skip-read-only-count',
11283 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11284 Increment them for corresponding conditions and report the number
11285 of skipped occurrences in the final message. (Bug#11746)
11286 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11287 (replace-string, replace-regexp): Doc fix.
11288
112892013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11292
11293 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11294 prog-mode-map (bug#14504).
11295
112962013-05-29 Leo Liu <sdl.web@gmail.com>
11297
11298 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11299 (octave-help): Small simplification.
11300
11301 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11302 off the highlight first.
11303
113042013-05-29 Glenn Morris <rgm@gnu.org>
11305
11306 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11307 Handle idlwave-last-system-routine-info-cons-cell being nil.
11308
11309 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11310 (idlwave-write-paths): Simplify via with-temp-buffer.
11311
11312 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11313 * emulation/cua-rect.el: Also load cua-base at run time.
11314
11315 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11316 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11317 (cperl-imenu-on-info): Require imenu.
11318
113192013-05-28 Alan Mackenzie <acm@muc.de>
11320
11321 Handle "capitalised keywords" correctly.
11322 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11323
113242013-05-28 Aidan Gauland <aidalgol@amuri.net>
11325
11326 * eshell/em-unix.el: Add -r option to cp.
11327
113282013-05-28 Glenn Morris <rgm@gnu.org>
11329
11330 * vc/vc-arch.el (vc-exec-after): Declare.
11331 (vc-switches): Autoload.
11332 * vc/vc-bzr.el: No need to require vc when compiling.
11333 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11334 (vc-resynch-buffer, vc-dir-refresh): Declare.
11335 (vc-setup-buffer, vc-switches): Autoload.
11336 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11337 (vc-resynch-buffer): Declare.
11338 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11339 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11340 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11341 (grep-read-regexp, grep-read-files, grep-expand-template)
11342 (vc-dir-refresh): Declare.
11343 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11344 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11345 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11346 * vc/vc-mtn.el (vc-exec-after): Declare.
11347 (vc-switches): Autoload.
11348 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11349 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11350 (vc-file-tree-walk): Declare.
11351 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11352 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11353 (vc-tag-precondition, vc-rename-master): Autoload.
11354 * vc/vc-svn.el (vc-exec-after): Declare.
11355 (vc-switches, vc-setup-buffer): Autoload.
11356 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11357 Autoload.
11358 (vc-resynch-buffer): Declare.
11359
11360 * obsolete/fast-lock.el (byte-compile-warnings):
11361 Don't warn about obsolete features in this obsolete file.
11362
11363 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11364 Move definition before use.
11365
11366 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11367 (dun-unix-verbs): Remove dun-zippy.
11368 (dun-zippy): Remove function.
11369
11370 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11371
113722013-05-27 Juri Linkov <juri@jurta.org>
11373
11374 * replace.el (replace-search): New function with code moved out
11375 from `perform-replace'.
11376 (replace-highlight, replace-dehighlight): Move function definitions
11377 up closer to `replace-search'. (Bug#11746)
11378
113792013-05-27 Juri Linkov <juri@jurta.org>
11380
11381 * replace.el (perform-replace): Ignore invisible matches.
11382 In addition to checking `query-replace-skip-read-only', also
11383 filter out matches by calling `run-hook-with-args-until-failure'
11384 on `isearch-filter-predicates', and also check `search-invisible'
11385 for t or call `isearch-range-invisible'.
11386 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11387
113882013-05-27 Juri Linkov <juri@jurta.org>
11389
11390 * isearch.el (isearch-filter-predicates): Rename from
11391 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11392 (isearch-message-prefix): Display text from the property
11393 `isearch-message-prefix' of the currently active filters.
11394 (isearch-search): Don't compare `isearch-filter-predicate' with
11395 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11396 on `isearch-filter-predicates'. Also check `search-invisible' for t
11397 or call `isearch-range-invisible'.
11398 (isearch-filter-visible): Make obsolete.
11399 (isearch-lazy-highlight-search):
11400 Call `run-hook-with-args-until-failure' on
11401 `isearch-filter-predicates' and use `isearch-range-invisible'.
11402
11403 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11404 `isearch-filter-predicates' instead of `funcall'ing
11405 `isearch-filter-predicate'.
11406 (Info-mode): Set `Info-isearch-filter' to
11407 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11408
11409 * dired-aux.el (dired-isearch-filter-predicate-orig):
11410 Remove variable.
11411 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11412 (dired-isearch-filenames-end): Add and remove
11413 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11414 instead of changing the value of `isearch-filter-predicate'.
11415 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11416 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11417 Put property `isearch-message-prefix' to "filename " on
11418 `dired-isearch-filter-filenames'.
11419
11420 * wdired.el (wdired-change-to-wdired-mode):
11421 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11422 locally instead of changing `isearch-filter-predicate'.
11423 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11424
114252013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11426
11427 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11428 return the commit hash (Bug#14459). Also set the
11429 `vc-git-detached' property.
11430 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11431 (vc-git-mode-line-string): Use the same help-echo format whether
11432 in detached mode or not, because we know the actual revision now.
11433 When in detached mode, shorten the revision to 7 chars.
11434
114352013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * emacs-lisp/easy-mmode.el (define-minor-mode):
11438 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11439 mode hook and provide a docstring.
11440
114412013-05-27 Alan Mackenzie <acm@muc.de>
11442
11443 Remove spurious syntax-table text properties inserted by C-y.
11444 * progmodes/cc-mode.el (c-after-change): Also clear hard
11445 syntax-table property with value nil.
11446
114472013-05-27 Michael Albinus <michael.albinus@gmx.de>
11448
11449 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11450 when reading the events; the buffer layout shall not be changed.
11451
114522013-05-27 Leo Liu <sdl.web@gmail.com>
11453
11454 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11455 New variable.
11456 (inferior-octave-directory-tracker): Automatically re-sync
11457 default-directory.
11458 (octave-help): Improve handling of 'See also'.
11459
114602013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * doc-view.el: Minor naming convention tweaks.
11463 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11464
11465 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11466 even if there's no `display' property yet (bug#14435).
11467
114682013-05-25 Eli Zaretskii <eliz@gnu.org>
11469
11470 * subr.el (unmsys--file-name): Rename from reveal-filename.
11471
11472 * Makefile.in (custom-deps, finder-data, autoloads)
11473 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11474 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11475 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11476
114772013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11480 error-completion on the first 2 args of condition-case (bug#14446).
11481 Don't burp at EOB.
11482
114832013-05-25 Leo Liu <sdl.web@gmail.com>
11484
11485 * comint.el (comint-previous-matching-input): Do not flood the
11486 *Messages* buffer with trivial messages.
11487
114882013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * progmodes/flymake.el (flymake-nop): Don't return a string.
11491 (flymake-set-at): Fix typo.
11492
11493 * simple.el (read--expression): New function, extracted from
11494 eval-expression. Set completion-at-point-functions (bug#14465).
11495 (eval-expression, eval-minibuffer): Use it.
11496
114972013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11498
11499 * progmodes/flymake.el (flymake-save-buffer-in-file)
11500 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11501 (flymake-selected-frame, flymake-log, flymake-ins-after)
11502 (flymake-set-at, flymake-get-buildfile-from-cache)
11503 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11504 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11505 Refine the doc string.
11506 (flymake-get-file-name-mode-and-masks): Reformat.
11507 (flymake-get-real-file-name-function): Fix a minor bug.
11508
115092013-05-24 Juri Linkov <juri@jurta.org>
11510
11511 * progmodes/grep.el (grep-mode-font-lock-keywords):
11512 Support =linenumber= format used by git-grep for lines with
11513 function names. (Bug#13549)
11514
115152013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11518 0 after a semi-colon; it works better for smie-auto-fill.
11519 (octave--indent-new-comment-line): New function.
11520 (octave-indent-new-comment-line): Use it (indirectly).
11521 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11522 modify comment-line-break-function.
11523
11524 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11525 (smie-setup): Use add-function to set it.
11526
115272013-05-24 Sam Steingold <sds@gnu.org>
11528
11529 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11530 argument (before the `interactive' argument).
11531
115322013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * image-mode.el (image-mode-winprops): Add winprops to
11535 image-mode-winprops-alist before running
11536 image-mode-new-window-functions.
11537 * doc-view.el (doc-view-new-window-function): Don't delay
11538 doc-view-goto-page via timers (bug#14435).
11539
115402013-05-24 Tassilo Horn <tsdh@gnu.org>
11541
11542 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11543 (doc-view-desktop-save-buffer): New function.
11544 (doc-view-restore-desktop-buffer): New function.
11545 (desktop-buffer-mode-handlers):
11546 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11547 handler.
11548 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11549 `desktop-save-buffer' function.
11550
115512013-05-24 Michael Albinus <michael.albinus@gmx.de>
11552
11553 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11554 (tramp-gvfs-file-name-handler): Raise a user error when
11555 `tramp-gvfs-enabled' is nil.
11556 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11557 Do not raise a user error when loading package. (Bug#14447)
11558
11559 * net/xesam.el: Move to obsolete/.
11560
115612013-05-24 Glenn Morris <rgm@gnu.org>
11562
11563 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11564
11565 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11566
11567 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11568 (Info-find-node, Man-getpage-in-background): Declare.
11569
11570 * mail/unrmail.el (unrmail):
11571 Replace obsolete detect-coding-with-priority.
11572
11573 * net/socks.el (socks-split-string): Use this rather than split-string.
11574 (socks-nslookup-host): Update for above change.
11575 (dynamic-choice, s5-dynamic-choice-match)
11576 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11577 Comment out unused code.
11578
11579 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11580 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11581 (gud-tooltip-echo-area): Make obsolete.
11582 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11583
11584 * progmodes/js.el (js--optimize-arglist): Declare.
11585
11586 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11587
11588 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11589 (ediff-window-C): Declare.
11590
11591 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11592 Tweak requires to silence compiler.
11593
11594 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11595 (he-search-string, he-tried-table, he-expand-list)
11596 (he-init-string, he-string-member, he-substitute-string)
11597 (he-reset-string): Declare.
11598
11599 * obsolete/options.el (list-options): Use custom-variable-p,
11600 rather than obsolete alias.
11601
116022013-05-23 Sam Steingold <sds@gnu.org>
11603
11604 * simple.el (shell-command-on-region): Pass the `replace' argument
11605 down to `call-process-region' to comply with the doc as reported on
11606 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11607
116082013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * emacs-lisp/smie.el (smie-indent-forward-token)
11611 (smie-indent-backward-token): Handle string tokens (bug#14381).
11612
116132013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11614
11615 * ielm.el (ielm-menu): New menu.
11616 (inferior-emacs-lisp-mode): Set comment-start.
11617
116182013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11619
11620 * textmodes/reftex.el (reftex-ref-style-toggle):
11621 Fix deactivate action.
11622
11623 * textmodes/reftex-vars.el (reftex-ref-style-alist):
11624 Add cleveref macros.
11625
11626 * textmodes/reftex-parse.el
11627 (reftex-locate-bibliography-files): Accept options for
11628 bibliography commands.
11629 * textmodes/reftex-vars.el (reftex-bibliography-commands):
11630 Add addbibresource. Basic Biblatex support.
11631
116322013-05-23 Michael Albinus <michael.albinus@gmx.de>
11633
11634 * net/tramp-gvfs.el (top):
11635 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11636 when loading package. (Bug#14447)
11637
116382013-05-23 Glenn Morris <rgm@gnu.org>
11639
11640 * progmodes/js.el: No need to load comint when compiling.
11641 (ring-insert, comint-send-string, comint-send-input)
11642 (comint-last-input-end, ido-chop): Declare.
11643
11644 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11645 * vc/ediff-mult.el: Adjust requires.
11646 (ediff-directories-internal, ediff-directory-revisions-internal)
11647 (ediff-patch-file-internal): Declare.
11648 * vc/ediff-ptch.el: Adjust requires.
11649 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11650 (ediff-find-file): Autoload.
11651 * vc/ediff-util.el: No need to load ediff when compiling.
11652 (ediff-regions-internal): Declare.
11653 * vc/ediff-wind.el: Adjust requires.
11654 (ediff-compute-toolbar-width): Define when compiling.
11655 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11656 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11657 (dired-get-filename, dired-get-marked-files)
11658 (ediff-last-dir-patch, ediff-patch-default-directory)
11659 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11660 (ediff-patch-buffer-internal): Declare.
11661
11662 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11663 (ispell-process, ispell-buffer-local-words, lm-summary)
11664 (lm-section-start, lm-section-end): Declare.
11665 (checkdoc-ispell-init): Simplify.
11666
11667 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11668 (he-string-member, he-reset-string, he-substitute-string): Declare.
11669
11670 * eshell/em-ls.el: Adjust requires.
11671 (eshell-glob-regexp): Declare.
11672 * eshell/em-tramp.el: Adjust requires.
11673 (eshell-parse-command): Autoload.
11674 * eshell/em-xtra.el: Adjust requires.
11675 (eshell-parse-command): Autoload.
11676 * eshell/esh-ext.el: Adjust requires.
11677 (eshell-parse-command, eshell-close-handles): Autoload.
11678 * eshell/esh-io.el: Adjust requires.
11679 (eshell-output-filter): Autoload.
11680 * eshell/esh-util.el: No need to load tramp when compiling.
11681 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11682 Declare.
11683 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11684 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11685 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11686 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11687 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11688 * eshell/esh-opt.el, eshell/esh-proc.el:
11689 * eshell/esh-var.el: Adjust requires.
11690 * eshell/eshell.el: Do not require esh-util twice.
11691 (eshell-add-input-to-history): Declare.
11692 (eshell-command): Check history module is active before using it.
11693
11694 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11695
116962013-05-22 Leo Liu <sdl.web@gmail.com>
11697
11698 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11699
117002013-05-22 Michael Albinus <michael.albinus@gmx.de>
11701
11702 * autorevert.el (auto-revert-notify-add-watch)
11703 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11704 it indicates changes in file modification time.
11705
117062013-05-22 Glenn Morris <rgm@gnu.org>
11707
11708 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11709 Always delete the autoloaded function from the noruntime and
11710 unresolved functions lists.
11711
11712 * allout.el: No need to load epa, epg, overlay when compiling.
11713 (epg-context-set-passphrase-callback, epg-list-keys)
11714 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11715 (epg-key-user-id-list): Declare.
11716
11717 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11718 (viper-set-parsing-style-toggling-macro)
11719 (viper-set-emacs-state-searchstyle-macros):
11720 Use called-interactively-p on Emacs.
11721 (viper-looking-back): Make it an obsolete alias. Update callers.
11722 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11723 Use looking-back rather than viper-looking-back.
11724 (viper-tmp-insert-at-eob, viper-enlarge-region)
11725 (viper-read-string-with-history, viper-register-to-point)
11726 (viper-append-to-register, viper-change-state-to-vi)
11727 (viper-backward-char-carefully, viper-forward-char-carefully)
11728 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11729 (viper-change-state-to-emacs): Declare.
11730 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11731 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11732 * emulation/viper-mous.el: Do not load viper-cmd.
11733 (viper-backward-char-carefully, viper-forward-char-carefully)
11734 (viper-forward-word, viper-adjust-window): Declare.
11735
11736 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11737
11738 * progmodes/idlw-help.el (idlwave-help-fontify):
11739 Use called-interactively-p.
11740
11741 * term/w32console.el (w32-get-console-codepage)
11742 (w32-get-console-output-codepage): Declare.
11743
11744 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11745 Remove unnecessary declarations.
11746 (dframe-message): Doc fix.
11747
11748 * info.el (dframe-select-attached-frame, dframe-current-frame):
11749 Declare.
11750
11751 * speedbar.el (speedbar-message): Make it an obsolete alias.
11752 Update all callers.
11753 (speedbar-with-attached-buffer)
11754 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11755 (speedbar-with-writable): Use backquote.
11756 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11757 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11758 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11759 rather than speedbar- aliases.
11760 * mail/rmail.el: Load dframe rather than speedbar when compiling.
11761 (speedbar-make-specialized-keymap, speedbar-insert-button)
11762 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11763 (speedbar-do-function-pointer): Declare.
11764 (rmail-speedbar-button, rmail-speedbar-find-file)
11765 (rmail-speedbar-move-message):
11766 Use dframe-with-attached-buffer rather than speedbar- alias.
11767 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11768 (dframe-message, speedbar-make-specialized-keymap)
11769 (speedbar-add-expansion-list, speedbar-mode-functions-list)
11770 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11771 (speedbar-insert-button, dframe-select-attached-frame)
11772 (dframe-maybee-jump-to-attached-frame)
11773 (speedbar-change-initial-expansion-list)
11774 (speedbar-previously-used-expansion-list-name): Declare.
11775 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11776 Use dframe-message, dframe-with-attached-buffer rather than
11777 speedbar- aliases.
11778 (gud-sentinel): Silence compiler.
11779 * progmodes/vhdl-mode.el (speedbar-refresh)
11780 (speedbar-do-function-pointer, speedbar-add-supported-extension)
11781 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11782 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11783 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11784 (speedbar-file-lists, speedbar-make-tag-line)
11785 (speedbar-line-directory, speedbar-goto-this-file)
11786 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11787 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11788 (speedbar-make-button, speedbar-reset-scanners)
11789 (speedbar-files-item-info, speedbar-line-text)
11790 (speedbar-find-file-in-frame, speedbar-set-timer)
11791 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11792 (speedbar-with-writable): Do not (re)define it.
11793 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11794 rather than speedbar- alias.
11795
117962013-05-21 Leo Liu <sdl.web@gmail.com>
11797
11798 * progmodes/octave.el (octave-mode-menu): Update and re-organize
11799 menu items.
11800 (octave-mode): Tweak fill-nobreak-predicate.
11801 (inferior-octave-startup): Check process to avoid infinite loop.
11802 (inferior-octave): Pop to buffer first to show abornmal process
11803 exit information.
11804
118052013-05-21 Glenn Morris <rgm@gnu.org>
11806
11807 * printing.el (pr-menu-bar): Define when compiling.
11808
118092013-05-21 Leo Liu <sdl.web@gmail.com>
11810
11811 * progmodes/octave.el (octave-auto-fill): Remove.
11812 (octave-indent-new-comment-line): Improve.
11813 (octave-mode): Use auto fill mode through
11814 comment-line-break-function and fill-nobreak-predicate.
11815 (octave-goto-function-definition): Support DEFUN_DLD.
11816 (octave-beginning-of-defun): Small tweak.
11817 (octave-help): Show parent directory.
11818
118192013-05-21 Glenn Morris <rgm@gnu.org>
11820
11821 * files.el (dired-unmark):
11822 * progmodes/gud.el (gdb-input): Update declarations.
11823
11824 * calculator.el (electric, ehelp): No need to load when compiling.
11825 (Electric-command-loop, electric-describe-mode): Declare.
11826
11827 * doc-view.el (doc-view-current-converter-processes): Move before use.
11828
11829 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11830 Move MODE-set-explicitly definition before use.
11831
11832 * international/mule-diag.el (mule-diag):
11833 Don't use obsolete window-system-version.
11834
11835 * mail/feedmail.el (smtpmail): No need to load when compiling.
11836 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11837
11838 * mail/mail-utils.el (rfc822): No need to load when compiling.
11839 (rfc822-addresses): Autoload it.
11840 (mail-strip-quoted-names): Trivial simplification.
11841
11842 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11843 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11844
11845 * net/snmp-mode.el (tempo): Don't duplicate requires.
11846
11847 * progmodes/prolog.el (info): No need to load when compiling.
11848 (comint): Require before shell requires it.
11849 (Info-goto-node): Autoload it.
11850 (Info-follow-nearest-node): Declare.
11851 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11852
11853 * textmodes/artist.el (picture-mode-exit): Declare.
11854
11855 * textmodes/reftex-parse.el (reftex-parse-from-file):
11856 Trivial rewrite so the compiler can parse it better.
11857
118582013-05-20 Leo Liu <sdl.web@gmail.com>
11859
11860 * progmodes/octave.el (octave-help-mode-map)
11861 (octave-help-mode-finish-hook): New variables.
11862 (octave-help-mode, octave-help-mode-finish): New functions.
11863 (octave-help): Use octave-help-mode.
11864
118652013-05-20 Glenn Morris <rgm@gnu.org>
11866
11867 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11868
118692013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11870
11871 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11872 start at point, so that expansion starting right after opening
11873 slash in a regexp is recognized.
11874 (ruby-syntax-before-regexp-re): New defvar, extracted from
11875 ruby-syntax-propertize-function. Since the value of this regexp
11876 is looked up at runtime now, we should be able to turn
11877 `ruby-syntax-methods-before-regexp' into a defcustom later.
11878 (ruby-syntax-propertize-function): Split regexp matching into two
11879 parts, for opening and closing slashes. That allows us to skip
11880 over string interpolations and support multiline regexps.
11881 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11882 for them, which calls `ruby-syntax-propertize-expansion'.
11883 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11884 call to `ruby-syntax-propertize-function'.
11885 (ruby-syntax-propertize-expansion): Extracted from
11886 `ruby-syntax-propertize-expansions'. Handles one expansion.
11887 (ruby-syntax-propertize-percent-literal): Leave point right after
11888 the percent symbol, so that the expression expansion rule can
11889 propertize the contents.
11890 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11891 heredoc openers.
11892 (ruby-syntax-propertize-expansions): Remove.
11893
118942013-05-18 Juri Linkov <juri@jurta.org>
11895
11896 * man.el (Man-default-man-entry): Remove `-' from the end
11897 of the default value. (Bug#14400)
11898
118992013-05-18 Glenn Morris <rgm@gnu.org>
11900
11901 * comint.el (comint-password-prompt-regexp):
11902 Allow "password for XXX" where XXX contains colons (eg https://...).
11903
119042013-05-18 Leo Liu <sdl.web@gmail.com>
11905
11906 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11907 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11908 (octave-source-directories): Don't check process.
11909 (octave-source-directories, octave-find-definition): Doc fix.
11910
119112013-05-18 Glenn Morris <rgm@gnu.org>
11912
11913 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11914 Remove backspace/delete bindings. (Bug#14392)
11915
11916 * cus-dep.el (custom-make-dependencies): Sort the output.
11917 (custom-versions-load-alist): Convert comment to doc.
11918
119192013-05-17 Leo Liu <sdl.web@gmail.com>
11920
11921 * newcomment.el (comment-search-backward): Stricter in finding
11922 comment start. (Bug#14303)
11923
11924 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11925 (octave-comment-start-skip): Properly anchored.
11926
119272013-05-17 Leo Liu <sdl.web@gmail.com>
11928
11929 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11930 Clean up when turned off. (Bug#14395)
11931 (smie--highlight-matching-block-overlay): No longer buffer-local.
11932 (smie-highlight-matching-block): Adjust.
11933
119342013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11935
11936 Doc string fix for "nanoseconds" (Bug#14406).
11937 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11938 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11939
119402013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11941
11942 * calc/calc-units.el (math-extract-units): Preserve powers
11943 of units.
11944
119452013-05-17 Leo Liu <sdl.web@gmail.com>
11946
11947 * subr.el (delete-consecutive-dups): New function.
11948 * ido.el (ido-set-matches-1): Use it.
11949 * progmodes/octave.el (inferior-octave-completion-table): Use it.
11950 * ido.el (ido-remove-consecutive-dups): Remove.
11951
119522013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11955 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11956 regexp-opt's `words'.
11957
119582013-05-16 Leo Liu <sdl.web@gmail.com>
11959
11960 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11961 (smie--highlight-matching-block-overlay)
11962 (smie--highlight-matching-block-lastpos)
11963 (smie--highlight-matching-block-timer): New variables.
11964 (smie-highlight-matching-block): New function.
11965 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
11966 (smie-setup): Conditionally enable smie-blink-matching-open.
11967
119682013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
11969
11970 Sync with upstream verilog-mode r840.
11971 * progmodes/verilog-mode.el (verilog-mode-version)
11972 (verilog-mode-release-date): Update.
11973 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11974 (verilog-sig-tieoff): Fix string error on
11975 AUTORESET with colon define, bug594. Reported by Andrew Hou.
11976 (verilog-read-decls): Fix parameters confusing
11977 AUTOINST interfaces, bug565. Reported by Leith Johnson.
11978
119792013-05-16 Eli Zaretskii <eliz@gnu.org>
11980
11981 * subr.el (reveal-filename): New function.
11982
11983 * loadup.el: Compute Emacs executable versions on MS-Windows,
11984 where executables have the .exe extension. Add a hard link
11985 emacs-XX.YY.ZZ.exe on MS-Windows.
11986
11987 * Makefile.in (XARGS_LIMIT): New variable.
11988 (custom-deps, finder-data, autoloads)
11989 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11990 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11991 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11992 (compile-main): Limit xargs according to $(XARGS_LIMIT).
11993
119942013-05-16 Leo Liu <sdl.web@gmail.com>
11995
11996 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11997 (octave-mode-menu, octave-mode-map): Remove its uses.
11998
119992013-05-16 Reto Zimmermann <reto@gnu.org>
12000
12001 Sync with upstream vhdl mode v3.34.2.
12002 * progmodes/vhdl-mode.el: Use `push' throughout.
12003 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12004 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12005 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12006 (vhdl-actual-generic-name): New option to derive actual generic name.
12007 (vhdl-port-paste-signals): Replace formal by actual generics.
12008 (vhdl-beautify): New name for old group vhdl-align. Update users.
12009 (vhdl-beautify-options): New option.
12010 (vhdl-last-input-event): New compat alias. Use throughout.
12011 (vhdl-goto-line): Replace user level function `goto-line'.
12012 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12013 vhdl-fix-statement-buffer.
12014 (vhdl-create-mode-menu): Add some entries.
12015 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12016 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12017 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12018 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12019 to force statements on one line.
12020 (vhdl-remove-trailing-spaces-region):
12021 New, split from vhdl-remove-trailing-spaces.
12022 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12023 Respect vhdl-beautify-options.
12024 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12025 (vhdl-update-sensitivity-list): Not add with index if exists without.
12026 Not include array index with signal. Ignore keywords in comments.
12027 (vhdl-get-visible-signals): Regexp tweaks.
12028 (vhdl-template-component-inst): Handle empty library.
12029 (vhdl-template-type): Add template for 'enum' type.
12030 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12031 Use vhdl-replace-string.
12032 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12033 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12034 (vhdl-speedbar-initialize): Update for above name change.
12035 (vhdl-compose-wire-components): Fix in handling of constants.
12036 (vhdl-error-regexp-emacs-alist): New variable.
12037 (vhdl-error-regexp-add-emacs): New function;
12038 adds support for new compile.el (Emacs 22+)
12039 (vhdl-generate-makefile-1): Change target order for single lib. units.
12040 Allow use of absolute file names.
12041
120422013-05-16 Leo Liu <sdl.web@gmail.com>
12043
12044 * simple.el (prog-indent-sexp): Indent enclosing defun.
12045
120462013-05-15 Glenn Morris <rgm@gnu.org>
12047
12048 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12049 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12050 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12051 (whitespace-highlight): Move to whitespace group.
12052
12053 * comint.el (comint-source):
12054 * pcmpl-linux.el (pcmpl-linux):
12055 * shell.el (shell-faces):
12056 * eshell/esh-opt.el (eshell-opt):
12057 * international/ccl.el (ccl): Remove empty custom groups.
12058
12059 * completion.el (dynamic-completion-mode):
12060 * jit-lock.el (jit-lock-debug-mode):
12061 * minibuffer.el (completion-in-region-mode):
12062 * type-break.el (type-break-mode-line-message-mode)
12063 (type-break-query-mode):
12064 * emulation/tpu-edt.el (tpu-edt-mode):
12065 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12066 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12067 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12068
12069 * term/xterm.el (xterm): Change parent group to terminals.
12070
12071 * master.el (master): Remove empty custom group.
12072 (master-mode): Remove unused :group argument.
12073 * textmodes/refill.el (refill): Remove empty custom group.
12074 (refill-mode): Remove unused :group argument.
12075
12076 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12077
12078 * cus-dep.el: Provide a feature.
12079 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12080 Don't mistakenly ignore files whose basenames match a basename
12081 from preloaded-file-list (eg cedet/ede/simple.el).
12082 Add a fallback method for getting :group.
12083
120842013-05-15 Juri Linkov <juri@jurta.org>
12085
12086 * isearch.el (isearch-char-by-name): Rename from
12087 `isearch-insert-char-by-name'. Doc fix.
12088 (isearch-forward): Mention `isearch-char-by-name' in
12089 the docstring. (Bug#13348)
12090
12091 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12092 `exit-minibuffer' instead of
12093 `isearch-nonincremental-exit-minibuffer'.
12094 (isearch-edit-string): Remove mention of
12095 `isearch-nonincremental-exit-minibuffer' from docstring.
12096 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12097 (isearch-forward-exit-minibuffer)
12098 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12099
121002013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * loadup.el: Just use unversioned DOC.
12103
12104 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12105 literals as extending to EOB.
12106 (nxml-last-fontify-end): Remove unused variable.
12107 (nxml-after-change1): Use with-silent-modifications.
12108 (nxml-extend-after-change-region): Simplify.
12109 (nxml-extend-after-change-region1): Remove function.
12110 (nxml-after-change1): Don't adjust for dependent regions.
12111 (nxml-fontify-matcher): Simplify.
12112 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12113 (xmltok-add-dependent): Remove function.
12114 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12115 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12116 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12117 unclosed <[[, <?, comment, and other literals as extending to EOB.
12118 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12119 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12120 Remove functions.
12121 (rng-do-some-validation-1): Don't mark dependent regions.
12122 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12123 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12124 (nxml-clear-dependent-regions): Remove functions.
12125 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12126 (nxml-ensure-scan-up-to-date):
12127 Don't clear&mark dependent regions.
12128
121292013-05-15 Leo Liu <sdl.web@gmail.com>
12130
12131 * progmodes/octave.el (octave-goto-function-definition):
12132 Improve and fix callers.
12133
121342013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12137 the setter (bug#14387).
12138
12139 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12140 surrounding group (bug#14402).
12141
121422013-05-14 Juri Linkov <juri@jurta.org>
12143
12144 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12145 (Bug#14390)
12146
121472013-05-14 Glenn Morris <rgm@gnu.org>
12148
12149 * progmodes/f90.el (f90-imenu-generic-expression):
12150 Fix typo in 2013-05-08 change. (Bug#14402)
12151
121522013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12153
12154 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12155 Remove signals for which replies are never received.
12156
121572013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12158
12159 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12160 (gdb-handler-alist, gdb-handler-number): Remove variables.
12161 (gdb-handler-list): New variable.
12162 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12163 (gdb-pending-handler-p, gdb-handle-reply)
12164 (gdb-remove-all-pending-triggers): New functions.
12165 (gdb-discard-unordered-replies): New defcustom.
12166 (gdb-handler): New defstruct.
12167 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12168 instead of gdb-pending-triggers. Update docstring.
12169 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12170 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12171 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12172 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12173 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12174 (gdb-frame-handler): Pending triggers are now automatically managed.
12175 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12176 Remove argument.
12177 (gdb-input): Automatically handles pending triggers. Update docstring.
12178 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12179 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12180 Update comments.
12181 (gdb-done-or-error): Now use gdb-handle-reply.
12182
121832013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12184
12185 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12186 gdb-debug-log.
12187
121882013-05-14 Glenn Morris <rgm@gnu.org>
12189
12190 * subr.el (user-emacs-directory-warning): New option.
12191 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12192
121932013-05-14 Leo Liu <sdl.web@gmail.com>
12194
12195 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12196 during redisplay.
12197 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12198 (octave-font-lock-texinfo-comment): Fix invalid search bound
12199 error: wrong side of point.
12200
122012013-05-14 Glenn Morris <rgm@gnu.org>
12202
12203 * progmodes/flymake.el (flymake-xml-program): New option.
12204 (flymake-xml-init): Use it.
12205
12206 * term/xterm.el: Provide a feature.
12207
12208 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12209
122102013-05-13 Glenn Morris <rgm@gnu.org>
12211
12212 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12213 Add compat aliases as a hack workaround. (Bug#14384)
12214
122152013-05-13 Leo Liu <sdl.web@gmail.com>
12216
12217 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12218 ###, and %!.
12219 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12220 C-M-q.
12221 (octave-comment-start-skip): Include %!.
12222 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12223
122242013-05-12 Leo Liu <sdl.web@gmail.com>
12225
12226 * progmodes/octave.el (inferior-octave-startup): Store the value
12227 of __octave_srcdir__ for octave-source-directories.
12228 (inferior-octave-check-process): New function refactored out of
12229 inferior-octave-send-list-and-digest.
12230 (octave-source-directories)
12231 (octave-find-definition-filename-function): New variables.
12232 (octave-source-directories)
12233 (octave-find-definition-default-filename): New functions.
12234 (octave-find-definition): Improve to find functions implemented in C++.
12235
122362013-05-12 Glenn Morris <rgm@gnu.org>
12237
12238 * calendar/diary-lib.el (diary-outlook-format-1):
12239 Don't include dayname in the output. (Bug#14349)
12240
122412013-05-11 Glenn Morris <rgm@gnu.org>
12242
12243 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12244
12245 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12246 Treat cc-provide like provide.
12247
122482013-05-11 Kevin Ryde <user42@zip.com.au>
12249
12250 * cus-dep.el (custom-make-dependencies):
12251 Use generated-autoload-load-name for the sake of files such
12252 such cedet/semantic/bovine/c.el, where the base file name
12253 is not in load-path. (Bug#5277)
12254
122552013-05-11 Glenn Morris <rgm@gnu.org>
12256
12257 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12258 Provide features.
12259
122602013-05-11 Leo Liu <sdl.web@gmail.com>
12261
12262 * progmodes/octave.el (octave-indent-comment): Improve.
12263 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12264 (octave-eldoc-function-signatures, octave-eldoc-function):
12265 New functions.
12266 (octave-mode, inferior-octave-mode): Add eldoc support.
12267
122682013-05-11 Richard Stallman <rms@gnu.org>
12269
12270 * epa.el (epa-decrypt-file): Take output file name as argument
12271 and read it using `interactive'.
12272
122732013-05-11 Leo Liu <sdl.web@gmail.com>
12274
12275 * progmodes/octave.el (octave-beginning-of-line)
12276 (octave-end-of-line): Check before using up-list because it jumps
12277 out of more syntactic contructs since moving to smie.
12278 (octave-indent-comment): New function.
12279 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12280 (octave-begin-keywords, octave-end-keywords)
12281 (octave-reserved-words, octave-smie-bnf-table)
12282 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12283
122842013-05-11 Glenn Morris <rgm@gnu.org>
12285
12286 * faces.el (internal-face-x-get-resource):
12287 * frame.el (ns-display-monitor-attributes-list):
12288 * calc/calc-aent.el (math-to-radians-2):
12289 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12290 Fix declarations.
12291
12292 * calc/calc-menu.el: Make it loadable in isolation.
12293
12294 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12295 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12296 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12297 (eudc-bbdb-query-internal): Require 'bbdb.
12298
12299 * lpr.el (lpr-headers-switches):
12300 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12301
12302 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12303
12304 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12305
12306 * term.el (term-set-escape-char): Make it idempotent.
12307
123082013-05-10 Leo Liu <sdl.web@gmail.com>
12309
12310 * progmodes/octave.el (inferior-octave-completion-table):
12311 No longer a function and all uses changed. Use cache to speed up
12312 completion due to bug#11906.
12313 (octave-beginning-of-defun): Re-write to be more general.
12314
123152013-05-10 Glenn Morris <rgm@gnu.org>
12316
12317 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12318
123192013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12320
12321 * comint.el (comint-redirect-send-command-to-process): Use :around
12322 rather than :override for comint-redirect-filter.
12323 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12324 Call it instead of comint-redirect-original-filter-function (which
12325 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12326
123272013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12328
12329 * frame.el (display-monitor-attributes-list): Add NS case.
12330 (ns-display-monitor-attributes-list): Declare.
12331
123322013-05-09 Ulrich Mueller <ulm@gentoo.org>
12333
12334 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12335
123362013-05-09 Glenn Morris <rgm@gnu.org>
12337
12338 * international/fontset.el (vertical-centering-font-regexp):
12339 Set standard-value.
12340
12341 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12342
12343 * bookmark.el (bookmark-search-delay):
12344 * cus-start.el (vertical-centering-font-regexp):
12345 * ps-mule.el (ps-mule-font-info-database-default):
12346 * ps-print.el (ps-default-fg, ps-default-bg):
12347 * type-break.el (type-break-good-break-interval):
12348 * whitespace.el (whitespace-indentation-regexp)
12349 (whitespace-space-after-tab-regexp):
12350 * emacs-lisp/testcover.el (testcover-1value-functions)
12351 (testcover-noreturn-functions, testcover-progn-functions)
12352 (testcover-prog1-functions):
12353 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12354 * eshell/em-glob.el (eshell-glob-translate-alist):
12355 * play/tetris.el (tetris-tty-colors):
12356 * progmodes/cpp.el (cpp-face-default-list):
12357 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12358 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12359 (idlwave-help-browser-generic-args):
12360 * progmodes/make-mode.el (makefile-special-targets-list):
12361 * progmodes/python.el (python-shell-virtualenv-path):
12362 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12363 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12364 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12365 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12366 * textmodes/reftex-vars.el (reftex-format-label-function):
12367 * textmodes/remember.el (remember-diary-file): Fix custom types.
12368
12369 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12370 Add :version.
12371
123722013-05-09 Leo Liu <sdl.web@gmail.com>
12373
12374 * progmodes/octave.el (inferior-octave-completion-at-point):
12375 Restore file completion. (Bug#14300)
12376 (inferior-octave-startup): Fix incorrect highlighting for the
12377 first prompt.
12378
123792013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * progmodes/ruby-mode.el: First cut at SMIE support.
12382 (ruby-use-smie): New var.
12383 (ruby-smie-grammar): New constant.
12384 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12385 (ruby-smie--forward-token, ruby-smie--backward-token)
12386 (ruby-smie-rules): New functions.
12387 (ruby-mode-variables): Setup SMIE if applicable.
12388
123892013-05-08 Eli Zaretskii <eliz@gnu.org>
12390
12391 * simple.el (line-move-visual): Signal beginning/end of buffer
12392 only if vertical-motion moved less than it was requested. Avoids
12393 silly incorrect error messages when there are display strings with
12394 multiple newlines at EOL.
12395
123962013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12399 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12400 (prolog-char-quote-workaround):
12401 * progmodes/cperl-mode.el (cperl-under-as-char):
12402 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12403 Mark as obsolete.
12404 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12405 their declaration.
12406 (vhdl-mode-syntax-table-init): Remove.
12407
12408 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12409 last change.
12410
12411 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12412 syntax for "_".
12413 (ld-script-font-lock-keywords):
12414 Change regexps to use things like \_< and \_>.
12415
12416 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12417 Change all regexps to use things like \_< and \_>.
12418
12419 * progmodes/autoconf.el (autoconf-definition-regexp)
12420 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12421 Handle a _ with symbol syntax.
12422 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12423
12424 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12425 Consolidate declaration.
12426 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12427 the declaration.
12428 (ada-create-syntax-table): Remove.
12429 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12430 already has the right syntax nowadays.
12431 (ada-goto-next-word): Don't change the syntax of "_".
12432
12433 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12434 with-wrapper-hook.
12435
124362013-05-08 Sam Steingold <sds@gnu.org>
12437
12438 * thingatpt.el (thing-at-point): Accept optional second argument
12439 NO-PROPERTIES to strip the text properties from the return value.
12440 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12441 to `thing-at-point' instead of stripping the properties ourselves.
12442 Also, when `thing-at-point' fails to find a url, prepend "http://"
12443 to the filename at point on the assumption that the user is
12444 pointing at something like gnu.org/gnu.
12445
124462013-05-08 Juanma Barranquero <lekktu@gmail.com>
12447
12448 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12449 * faces.el (crm-separator):
12450 Silence byte-compiler.
12451
12452 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12453 (tool-bar-map): Remove unneeded defvars.
12454
124552013-05-08 Leo Liu <sdl.web@gmail.com>
12456
12457 Re-work a fix for bug#10994 based on Le Wang's patch.
12458 * ido.el (ido-remove-consecutive-dups): New helper.
12459 (ido-completing-read): Use it.
12460 (ido-chop): Revert fix for bug#10994.
12461
124622013-05-08 Adam Spiers <emacs@adamspiers.org>
12463
12464 * cus-edit.el (custom-save-variables):
12465 Pretty-print long values. (Bug#14187)
12466
124672013-05-08 Glenn Morris <rgm@gnu.org>
12468
12469 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12470 (m4-mode-syntax-table): Init in the defvar.
12471 (m4-mode-abbrev-table): Let define-derived-mode define it.
12472
124732013-05-08 Tom Tromey <tromey@redhat.com>
12474
12475 * progmodes/m4-mode.el (m4-mode-syntax-table):
12476 Do not treat "_" as word constituent. (Bug#14167)
12477
124782013-05-07 Glenn Morris <rgm@gnu.org>
12479
12480 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12481 Remove explicit eshell-isearch-cancel-map.
12482
12483 * progmodes/f90.el (f90-smart-end-names): New option.
12484 (f90-smart-end): Doc fix.
12485 (f90-end-block-optional-name): New constant.
12486 (f90-block-match): Respect f90-smart-end-names.
12487
124882013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12491 about implicit semi-colons (bug#14218).
12492
124932013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12494
12495 * frame.el (display-monitor-attributes-list)
12496 (frame-monitor-attributes): New functions.
12497
124982013-05-06 Leo Liu <sdl.web@gmail.com>
12499
12500 * progmodes/octave.el (octave-syntax-propertize-function): Change
12501 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12502 (octave-font-lock-keywords): Use octave-operator-regexp.
12503 (octave-completion-at-point): Rename from
12504 octave-completion-at-point-function.
12505 (inferior-octave-directory-tracker): Robustify.
12506 (octave-text-functions): Remove and fix its uses. No such things
12507 any more.
12508
125092013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * emacs-lisp/trace.el (trace--display-buffer): New function.
12512 (trace-make-advice): Use it.
12513
125142013-05-06 Juri Linkov <juri@jurta.org>
12515
12516 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12517 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12518 Doc fix.
12519 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12520 in the help string. (Bug#12985)
12521
125222013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12523
12524 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12525
125262013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * progmodes/perl-mode.el: Add support for here documents.
12529 (perl-syntax-propertize-function): Match here-doc markers.
12530 (perl-syntax-propertize-special-constructs): Find their end.
12531 (perl-imenu-generic-expression): Use [:alnum:].
12532
12533 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12534 (advice--add-function): Refresh the advice if already present
12535 (bug#14317).
12536
125372013-05-06 Ivan Andrus <darthandrus@gmail.com>
12538
12539 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12540
125412013-05-06 Glenn Morris <rgm@gnu.org>
12542
12543 * w32-fns.el (w32-charset-info-alist): Declare.
12544
12545 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12546 of its defcustom properties.
12547 (eshell-cmpl-initialize): No need to load pcomplete.
12548
12549 * generic-x.el: No need to require comint when compiling.
12550
12551 * net/eudc-export.el: Make it loadable without bbdb.
12552 (top-level): Use require rather than load-library.
12553 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12554 (eudc-batch-export-records-to-bbdb)
12555 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12556 Require bbdb.
12557
125582013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12559
12560 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12561 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12562 some tweaks, instead.
12563
125642013-05-05 Leo Liu <sdl.web@gmail.com>
12565
12566 * progmodes/octave.el (octave-font-lock-keywords)
12567 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12568 (inferior-octave-send-list-and-digest): Improve error message.
12569 (octave-mode, inferior-octave-mode): Use setq-local.
12570 (octave-help): Set info-lookup-mode.
12571
125722013-05-05 Richard Stallman <rms@gnu.org>
12573
12574 * vc/compare-w.el (compare-windows-whitespace):
12575 Treat no-break space as whitespace.
12576
12577 * mail/rmailsum.el (rmail-summary-rmail-update):
12578 Detect empty summary and don't change selected message.
12579 (rmail-summary-goto-msg): Likewise.
12580
12581 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12582 Doc fixes, rename args.
12583
125842013-05-05 Alan Mackenzie <acm@muc.de>
12585
12586 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12587
125882013-05-05 Juri Linkov <juri@jurta.org>
12589
12590 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12591 to not add the length of the summary segment to the return value.
12592 (Bug#14125)
12593
125942013-05-05 Leo Liu <sdl.web@gmail.com>
12595
12596 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12597 (inferior-octave-output-filter): Remove.
12598 (octave-send-region, inferior-octave-startup): Fix callers.
12599 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12600 (octave-binary-file-extensions): New user variable.
12601 (octave-find-definition): Confirm if opening binary files.
12602 (octave-help-file): Use octave-find-definition to get the binary
12603 confirmation.
12604 (octave-help): Adjust for octave-help-file change.
12605
126062013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12609 Merge the two entries that handle function definitions.
12610 (pascal--syntax-propertize): New const.
12611 (pascal-mode): Use it. Use setq-local.
12612
126132013-05-04 Glenn Morris <rgm@gnu.org>
12614
12615 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12616 (diary-from-outlook): Respect diary-from-outlook-function.
12617
126182013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12621 Move the declaration from C.
12622 (read-minibuffer, eval-minibuffer): Move from C.
12623 (completion-setup-function): Avoid minibuffer-completion-contents.
12624
126252013-05-03 Leo Liu <sdl.web@gmail.com>
12626
12627 * progmodes/octave.el (octave-font-lock-keywords): Do not
12628 dehighlight 'end' in comments or strings.
12629 (octave-completing-read, octave-goto-function-definition):
12630 New helpers.
12631 (octave-help-buffer): New user variable.
12632 (octave-help-file, octave-help-function): New button types.
12633 (octave-help): New command and bind it to C-h ;.
12634 (octave-find-definition): New command and bind it to M-.
12635 (user-error): Alias to error if not defined.
12636
126372013-05-02 Leo Liu <sdl.web@gmail.com>
12638
12639 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12640 for \. (bug#14332)
12641 (octave-font-lock-keywords): Include [ and {.
12642
126432013-05-02 Leo Liu <sdl.web@gmail.com>
12644
12645 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12646 (inferior-octave): Remove calling comint-mode and return the buffer.
12647 (inferior-octave-startup): Cosmetic changes.
12648
126492013-05-02 Leo Liu <sdl.web@gmail.com>
12650
12651 * progmodes/octave.el (octave-syntax-propertize-function):
12652 Include the case when ' is at line beginning. (Bug#14336)
12653
126542013-05-02 Glenn Morris <rgm@gnu.org>
12655
12656 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12657 * desktop.el (vc-dir-mode): Just autoload it here.
12658
126592013-05-02 Alan Mackenzie <acm@muc.de>
12660
12661 Eliminate variable c-standard-font-lock-fontify-region-function.
12662 * progmodes/cc-mode.el
12663 (c-standard-font-lock-fontify-region-function): Remove.
12664 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12665
126662013-05-01 Leo Liu <sdl.web@gmail.com>
12667
12668 * progmodes/octave.el: Compatible with older emacs-24 releases.
12669 (inferior-octave-has-built-in-variables): Remove. Built-in
12670 variables were removed from Octave in 2007.
12671 (inferior-octave-startup): Fix uses.
12672 (comint-line-beginning-position): Remove compatibility code for
12673 emacs 21.
12674
126752013-05-01 Juri Linkov <juri@jurta.org>
12676
12677 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12678
126792013-05-01 Juri Linkov <juri@jurta.org>
12680
12681 * comint.el (comint-previous-matching-input): Don't print message
12682 "History item: %d" when `isearch-mode' is active.
12683 (comint-history-isearch-message): Print message "History item: %d"
12684 when `comint-input-ring-index' is not empty and this function is
12685 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12686
126872013-05-01 Leo Liu <sdl.web@gmail.com>
12688
12689 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12690 definitions. Use completion-at-point to insert keywords.
12691 (octave-abbrev-start): Remove.
12692 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12693
126942013-04-30 Leo Liu <sdl.web@gmail.com>
12695
12696 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12697 change.
12698
126992013-04-30 Alan Mackenzie <acm@muc.de>
12700
12701 Handle arbitrarily long C++ member initialisation lists.
12702 * progmodes/cc-engine.el (c-back-over-member-initializers):
12703 new function.
12704 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12705 (most) member init lists.
12706
127072013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12708
12709 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12710 variable.
12711
127122013-04-30 Leo Liu <sdl.web@gmail.com>
12713
12714 * progmodes/octave.el (octave-variables): Remove. No builtin
12715 variables any more. All converted to functions.
12716 (octave-font-lock-keywords, octave-completion-at-point-function):
12717 Fix uses.
12718 (octave-font-lock-texinfo-comment): New user variable.
12719 (octave-texinfo-font-lock-keywords): New variable for texinfo
12720 comment block.
12721 (octave-function-comment-block): New face.
12722 (octave-font-lock-texinfo-comment): New function.
12723 (octave-mode): Font lock texinfo comment block.
12724
127252013-04-29 Leo Liu <sdl.web@gmail.com>
12726
12727 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12728 indexing expression.
12729 (octave-continuation-string): Do not use \.
12730 (inferior-octave-complete-impossible): Remove.
12731 (inferior-octave-completion-table)
12732 (inferior-octave-completion-at-point): Remove its uses.
12733 (inferior-octave-startup): completion_matches was introduced to
12734 Octave in 1996 so safe to assume it.
12735 (octave-function-file-comment): Improve to follow how Octave does it.
12736 (octave-update-function-file-comment): Tweak.
12737
127382013-04-29 Leo Liu <sdl.web@gmail.com>
12739
12740 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12741 (inferior-octave-startup): Remove inferior-octave-startup-hook.
12742 (octave-function-file-comment): Fix typo.
12743 (octave-sync-function-file-names): Use read-char-choice.
12744
127452013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
12746
12747 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12748 to t for the less important warnings.
12749
127502013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
12751
12752 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
12753
127542013-04-27 Glenn Morris <rgm@gnu.org>
12755
12756 * vc/log-view.el (log-view-current-entry):
12757 Treat "---" separator lines as part of the following rev. (Bug#14169)
12758
127592013-04-27 Juri Linkov <juri@jurta.org>
12760
12761 * subr.el (read-number): Doc fix about using it by interactive
12762 code letter `n'. (Bug#14254)
12763
127642013-04-27 Juri Linkov <juri@jurta.org>
12765
12766 * desktop.el (desktop-auto-save-timeout): New option.
12767 (desktop-file-checksum): New variable.
12768 (desktop-save): Add optional arg `auto-save' and don't auto-save
12769 if nothing changed.
12770 (desktop-auto-save-timer): New variable.
12771 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12772 (after-init-hook): Call `desktop-auto-save-set-timer'.
12773 Suggested by Reuben Thomas <rrt@sc3d.org> in
12774 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12775
127762013-04-27 Leo Liu <sdl.web@gmail.com>
12777
12778 * progmodes/octave.el (octave-function-file-p)
12779 (octave-skip-comment-forward, octave-function-file-comment)
12780 (octave-update-function-file-comment): New functions.
12781 (octave-mode-map): Bind C-c ; to
12782 octave-update-function-file-comment.
12783 (octave-mode-menu): Add octave-update-function-file-comment.
12784 (octave-mode, inferior-octave-mode): Fix doc-string.
12785 (octave-insert-defun): Conform to Octave's coding convention.
12786 (Bug#14285)
12787
12788 * files.el (basic-save-buffer): Don't let errors in
12789 before-save-hook prevent saving buffer.
12790
127912013-04-20 Roland Winkler <winkler@gnu.org>
12792
12793 * faces.el (read-face-name): Use completing-read if arg multiple
12794 is nil.
12795
127962013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
12797
12798 * ls-lisp.el (ls-lisp-insert-directory): If no files are
12799 displayed, move point to after the totals line.
12800 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12801 for the details.
12802
128032013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * emacs-lisp/package.el (package-autoload-ensure-default-file):
12806 Add current dir to the load-path.
12807 (package-generate-autoloads): Don't rely on
12808 autoload-ensure-default-file.
12809
128102013-04-26 Reuben Thomas <rrt@sc3d.org>
12811
12812 * textmodes/remember.el (remember-store-in-files): Document that
12813 the file name format is passed to `format-time-string'.
12814
128152013-04-26 Leo Liu <sdl.web@gmail.com>
12816
12817 * progmodes/octave.el (octave-sync-function-file-names): New function.
12818 (octave-mode): Use it in before-save-hook.
12819
128202013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12823 (bug#14274).
12824
12825 * progmodes/octave.el (octave-smie-forward-token): Properly skip
12826 \n and comment, even if it's not an implicit ; (bug#14218).
12827
128282013-04-26 Glenn Morris <rgm@gnu.org>
12829
12830 * subr.el (read-number): Once more use `read' rather than
12831 `string-to-number', to trap non-numeric input. (Bug#14254)
12832
128332013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
12834
12835 * emacs-lisp/syntax.el (syntax-propertize-multiline):
12836 Use `syntax-multiline' text property consistently instead of
12837 `font-lock-multiline'. (Bug#14237)
12838
128392013-04-26 Glenn Morris <rgm@gnu.org>
12840
12841 * emacs-lisp/shadow.el (list-load-path-shadows):
12842 No longer necessary to check for duplicate simple.el, since
12843 2012-07-07 change to init_lread to not include installation lisp
12844 directories in load-path when running uninstalled. (Bug#14270)
12845
128462013-04-26 Leo Liu <sdl.web@gmail.com>
12847
12848 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12849 (octave-mode, inferior-octave-mode): Use setq-local.
12850 (octave-not-in-string-or-comment-p): Rename to
12851 octave-in-string-or-comment-p.
12852 (octave-in-comment-p, octave-in-string-p)
12853 (octave-in-string-or-comment-p): Replace defsubst with defun.
12854
128552013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12856
12857 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12858
128592013-04-25 Bastien Guerry <bzg@gnu.org>
12860
12861 * textmodes/remember.el (remember-data-directory)
12862 (remember-directory-file-name-format): Fix custom types.
12863
128642013-04-25 Leo Liu <sdl.web@gmail.com>
12865
12866 * progmodes/octave.el (octave-completion-at-point-function):
12867 Make use of inferior octave process.
12868 (octave-initialize-completions): Remove.
12869 (inferior-octave-completion-table): New function.
12870 (inferior-octave-completion-at-point): Use it.
12871 (octave-completion-alist): Remove.
12872
128732013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12876 (opascal-mode-syntax-table): New var.
12877 (opascal-literal-kind, opascal-is-literal-end)
12878 (opascal-literal-token-at): Rewrite.
12879 (opascal--literal-start-re, opascal-font-lock-keywords)
12880 (opascal--syntax-propertize): New constants.
12881 (opascal-font-lock-defaults): Adjust.
12882 (opascal-mode): Use them. Set comment-<foo> variables as well.
12883 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12884 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12885 (delphi-other-face, opascal-other-face): Remove face variables.
12886 (opascal-save-state): Remove macro.
12887 (opascal-fontifying-progress-step): Remove constant.
12888 (opascal--ignore-changes): Remove var.
12889 (opascal-set-token-property, opascal-parse-next-literal)
12890 (opascal-is-stable-literal, opascal-complete-literal)
12891 (opascal-is-literal-start, opascal-face-of)
12892 (opascal-parse-region, opascal-parse-region-until-stable)
12893 (opascal-fontify-region, opascal-after-change)
12894 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12895 (opascal-debug-parse-region, opascal-debug-parse-window)
12896 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12897 (opascal-debug-fontify-buffer): Remove.
12898 (opascal-debug-mode-map): Adjust accordingly.
12899
129002013-04-25 Leo Liu <sdl.web@gmail.com>
12901
12902 Merge octave-mod.el and octave-inf.el into octave.el with some
12903 cleanups.
12904 * progmodes/octave.el: New file renamed from octave-mod.el.
12905 * progmodes/octave-inf.el: Merged into octave.el.
12906 * progmodes/octave-mod.el: Renamed to octave.el.
12907
129082013-04-25 Tassilo Horn <tsdh@gnu.org>
12909
12910 * textmodes/reftex-vars.el
12911 (reftex-label-ignored-macros-and-environments): New defcustom.
12912
12913 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12914
129152013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12918 (smie-indent-keyword): Improve the check to ensure that the next
12919 comment is really on the same line.
12920 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12921
12922 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12923 semi-colons if the line is not otherwise empty (bug#14218).
12924
129252013-04-25 Glenn Morris <rgm@gnu.org>
12926
12927 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12928
129292013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * progmodes/opascal.el (opascal-set-token-property): Rename from
12932 opascal-set-text-properties and only set `token' (bug#14134).
12933 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12934 (opascal-literal-text-properties): Remove.
12935 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12936 Adjust callers.
12937
129382013-04-24 Reuben Thomas <rrt@sc3d.org>
12939
12940 * textmodes/remember.el (remember-handler-functions): Add an
12941 option for a new handler `remember-store-in-files'.
12942 (remember-data-directory, remember-directory-file-name-format):
12943 New options.
12944 (remember-store-in-files): New function to store remember notes
12945 as separate files within a directory.
12946
129472013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
12948
12949 * progmodes/compile.el (compilation-next-error-function):
12950 Pass "formats" to compilation-find-file (bug#11777).
12951
129522013-04-24 Glenn Morris <rgm@gnu.org>
12953
12954 * vc/vc-bzr.el (vc-bzr-print-log):
12955 * vc/vc-hg.el (vc-hg-print-log):
12956 * vc/vc-svn.el (vc-svn-print-log):
12957 Fix START-REVISION with LIMIT != 1. (Bug#14168)
12958
12959 * vc/vc-bzr.el (vc-bzr-print-log):
12960 * vc/vc-cvs.el (vc-cvs-print-log):
12961 * vc/vc-git.el (vc-git-print-log):
12962 * vc/vc-hg.el (vc-hg-print-log):
12963 * vc/vc-mtn.el (vc-mtn-print-log):
12964 * vc/vc-rcs.el (vc-rcs-print-log):
12965 * vc/vc-sccs.el (vc-sccs-print-log):
12966 * vc/vc-svn.el (vc-svn-print-log):
12967 * vc/vc.el (vc-print-log-internal): Doc fixes.
12968
129692013-04-23 Glenn Morris <rgm@gnu.org>
12970
12971 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12972 Remove venerable code attempting to avoid substitute-command-keys.
12973
129742013-04-23 Tassilo Horn <tsdh@gnu.org>
12975
12976 * textmodes/reftex-vars.el (reftex-label-regexps):
12977 Call `reftex-compile-variables' after changes to this variable.
12978
129792013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12980
12981 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12982 Use lexical-binding.
12983 (jit-lock-force-redisplay): Use markers, check buffer's continued
12984 existence and beware narrowed buffers.
12985 (jit-lock-fontify-now): Adjust call accordingly.
12986
129872013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12988
12989 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12990 to avoid misleading the user.
12991
129922013-04-22 Leo Liu <sdl.web@gmail.com>
12993
12994 * info-look.el: Prefer latex2e.info. (Bug#14240)
12995
129962013-04-22 Michael Albinus <michael.albinus@gmx.de>
12997
12998 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
12999
13000 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13001 * net/tramp.el (tramp-call-process): ... here.
13002 (tramp-set-completion-function, tramp-parse-putty):
13003 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13004 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13005 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13006 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13007 (tramp-call-local-coding-command): Use `tramp-call-process'
13008 instead of `tramp-compat-call-process'.
13009
13010 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13011 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13012 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13013 (tramp-find-inline-compress): Improve traces.
13014 (tramp-maybe-send-script): Check for Perl binary.
13015 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13016
130172013-04-22 Daiki Ueno <ueno@gnu.org>
13018
13019 * epg.el (epg-context-pinentry-mode): New function.
13020 (epg-context-set-pinentry-mode): New function.
13021 (epg--start): Pass --pinentry-mode option to gpg command.
13022
130232013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13024
13025 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13026 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13027 `completion-at-point'. (Bug#13774)
13028
13029 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13030 default key binding for `describe-distribution' has been moved to
13031 `C-h C-o'. (Bug#13970)
13032
130332013-04-21 Glenn Morris <rgm@gnu.org>
13034
13035 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13036 Add doc strings.
13037 (vc-print-log): Clarify interactive prompt.
13038
130392013-04-20 Glenn Morris <rgm@gnu.org>
13040
13041 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13042 No longer include timestamp etc information.
13043
130442013-04-20 Roland Winkler <winkler@gnu.org>
13045
13046 * faces.el (read-face-name): Bug fix, return just one face if arg
13047 multiple is nil. (Bug#14209)
13048
130492013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13052 (remove-function): Autoload.
13053
13054 * comint.el (comint-redirect-original-filter-function): Remove.
13055 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13056 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13057 (vc-cvs-annotate-command):
13058 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13059 * progmodes/prolog.el (prolog-consult-compile):
13060 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13061 Use add/remove-function instead.
13062 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13063 (gud-tooltip-process-output, gud-tooltip-tips):
13064 Use add/remove-function instead.
13065 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13066 (scheme-interaction-mode, exit-scheme-interaction-mode):
13067 Use add/remove-function instead.
13068
13069 * vc/vc-dispatcher.el: Use lexical-binding.
13070 (vc--process-sentinel): Rename from vc-process-sentinel.
13071 Change last arg to be the code to run. Don't use vc-previous-sentinel
13072 and vc-sentinel-commands any more.
13073 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13074 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13075
130762013-04-19 Masatake YAMATO <yamato@redhat.com>
13077
13078 * progmodes/sh-script.el (sh-imenu-generic-expression):
13079 Handle function names with a single character. (Bug#14111)
13080
130812013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13082
13083 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13084 for subroutines defined in an eval (bug#14182).
13085
130862013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13087
13088 * bookmark.el (bookmark-completing-read): Improve handling of empty
13089 string (bug#14176).
13090
130912013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13094
130952013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13096
13097 New faster Imenu implementation (bug#14058).
13098 * progmodes/python.el:
13099 (python-imenu-prev-index-position):
13100 (python-imenu-format-item-label-function)
13101 (python-imenu-format-parent-item-label-function)
13102 (python-imenu-format-parent-item-jump-label-function):
13103 New vars.
13104 (python-imenu-format-item-label)
13105 (python-imenu-format-parent-item-label)
13106 (python-imenu-format-parent-item-jump-label)
13107 (python-imenu--put-parent, python-imenu--build-tree)
13108 (python-imenu-create-index, python-imenu-create-flat-index)
13109 (python-util-popn): New functions.
13110 (python-mode): Set imenu-create-index-function to
13111 python-imenu-create-index.
13112
131132013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * winner.el (winner-active-region): Use region-active-p, activate-mark
13116 and deactivate-mark (bug#14225).
13117
13118 * simple.el (deactivate-mark): Don't inline it.
13119
131202013-04-18 Michael Albinus <michael.albinus@gmx.de>
13121
13122 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13123
131242013-04-18 Tassilo Horn <tsdh@gnu.org>
13125
13126 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13127 file extensions from the archive-mode entry in order to prefer
13128 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13129
131302013-04-18 Leo Liu <sdl.web@gmail.com>
13131
13132 * bindings.el (help-event-list): Add ?\?.
13133
131342013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * subr.el (with-wrapper-hook): Declare obsolete.
13137 * simple.el (filter-buffer-substring-function): New hook.
13138 (filter-buffer-substring): Use it.
13139 (filter-buffer-substring-functions): Mark obsolete.
13140 * minibuffer.el (completion-in-region-function): New hook.
13141 (completion-in-region): Use it.
13142 (completion-in-region-functions): Mark obsolete.
13143 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13144 * abbrev.el (abbrev-expand-function): New hook.
13145 (expand-abbrev): Use it.
13146 (abbrev-expand-functions): Mark obsolete.
13147 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13148 and :filter-return.
13149
131502013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13151
13152 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13153 and do not care about match data.
13154
131552013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13158 completion tables when completing error conditions and
13159 `declare' arguments.
13160 (lisp-complete-symbol, field-complete): Mark as obsolete.
13161 (check-parens): Unmatched parens are user errors.
13162 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13163
131642013-04-17 Michal Nazarewicz <mina86@mina86.com>
13165
13166 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13167 command changed buffer (ie. `flyspell-pre-buffer' is not current
13168 buffer), which prevents making decisions based on invalid value of
13169 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13170 cause an error when `flyspell-pre-point' was nil after switching
13171 buffers.
13172 (flyspell-post-command-hook): No longer needs to change buffers when
13173 checking pre-word. While at it remove unnecessary progn.
13174
131752013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13176
13177 * textmodes/ispell.el (ispell-add-per-file-word-list):
13178 Fix `flyspell-correct-word-before-point' error when accepting
13179 words and `coment-padding' is an integer by using
13180 `comment-normalize-vars' (Bug #14214).
13181
131822013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13183
13184 New defun movement commands.
13185 * progmodes/python.el (python-nav--syntactically)
13186 (python-nav--forward-defun, python-nav-backward-defun)
13187 (python-nav-forward-defun): New functions.
13188
131892013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13190
13191 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13192 (python-syntax-context): Use named compiler-macro for backwards
13193 compatibility with Emacs 24.x.
13194
131952013-04-17 Leo Liu <sdl.web@gmail.com>
13196
13197 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13198 octave-hide-process-buffer.
13199
132002013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13201
13202 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13203 (bug#14216).
13204
132052013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13206
13207 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13208 Fix adjustment of offset when receiving incomplete responses from GDB
13209 (bug#14129).
13210
132112013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13214 python-mode-abbrev-table.
13215 (python-skeleton-define): Adjust accordingly.
13216 (python-mode-abbrev-table): New table that inherits from it so that
13217 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13218
13219 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13220 (abbrev-symbol): Use it.
13221 (abbrev--before-point): Use it since we already handle inheritance.
13222
132232013-04-16 Leo Liu <sdl.web@gmail.com>
13224
13225 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13226 binding to info-lookup-symbol.
13227
132282013-04-16 Juanma Barranquero <lekktu@gmail.com>
13229
13230 * minibuffer.el (completion--twq-all):
13231 * term/ns-win.el (ns-initialize-window-system):
13232 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13233
132342013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13237 global bindings.
13238
13239 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13240
132412013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13242
13243 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13244 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13245 to nil.
13246 (ruby-end-of-defun): Remove the unused arg, change the docstring
13247 to reflect that this function is only used as the value of
13248 `end-of-defun-function'.
13249 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13250 to reflect an earlier change that beginning/end-of-defun functions
13251 jump between methods in a class definition, as well as top-level
13252 functions.
13253
132542013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * minibuffer.el (minibuffer-complete): Don't just scroll
13257 a *Completions* that's been iconified.
13258 (minibuffer-force-complete): Make sure repetitions do cycle when going
13259 through completion-in-region -> minibuffer-complete.
13260
132612013-04-15 Alan Mackenzie <acm@muc.de>
13262
13263 Correct the placement of c-cpp-delimiters when there're #s not at
13264 col 0.
13265
13266 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13267 place a submatch around the #.
13268 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13269 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13270 on the #, not BOL.
13271
132722013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13275 (advice--member-p): New arg `name'.
13276 (advice--add-function, advice-member-p): Use it (bug#14202).
13277
132782013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13279
13280 Reformulate java imenu-generic-expression.
13281 The old expression contained ill formed regexps.
13282
13283 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13284 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13285 (cc-imenu-java-method-arg-regexp): New defconsts.
13286 (cc-imenu-java-build-type-args-regex): New defun.
13287 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13288 handling of spaces in the regexp.
13289
132902013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13291
13292 * textmodes/ispell.el (ispell-command-loop): Remove
13293 flyspell highlight of a word when ispell accepts it (bug #14178).
13294
132952013-04-15 Michael Albinus <michael.albinus@gmx.de>
13296
13297 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13298 uses code from the previous `ange-ftp-run-real-handler'.
13299 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13300 only in case that function exist. This is needed for proper
13301 unloading of Tramp.
13302
133032013-04-15 Tassilo Horn <tsdh@gnu.org>
13304
13305 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13306
13307 * textmodes/reftex.el (reftex-compile-variables): Use it.
13308
133092013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * files.el (normal-mode): Only use default major-mode if no other mode
13312 was specified.
13313
13314 * emacs-lisp/trace.el (trace-values): New function.
13315
13316 * files.el: Allow : in local variables (bug#14089).
13317 (hack-local-variable-regexp): New var.
13318 (hack-local-variables-prop-line, hack-local-variables): Use it.
13319
133202013-04-13 Roland Winkler <winkler@gnu.org>
13321
13322 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13323 data before it gets modified by bibtex-beginning-of-entry.
13324
133252013-04-13 Roland Winkler <winkler@gnu.org>
13326
13327 * textmodes/bibtex.el (bibtex-url): Doc fix.
13328
133292013-04-13 Roland Winkler <winkler@gnu.org>
13330
13331 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13332 does not visit a BibTeX file, exclude it from the list of buffers
13333 returned by bibtex-initialize.
13334
133352013-04-13 Stephen Berman <stephen.berman@gmx.net>
13336
13337 * window.el (split-window): Remove interactive form, since as a
13338 command this function is a special case of split-window-below.
13339 Correct doc string.
13340
133412013-04-12 Roland Winkler <winkler@gnu.org>
13342
13343 * faces.el (read-face-name): Do not override value of arg default.
13344 Allow single faces and strings as default values. Remove those
13345 elements from return value that are not faces.
13346 (describe-face): Simplify.
13347 (face-at-point): New optional args thing and multiple so that this
13348 function can provide the same functionality previously provided by
13349 read-face-name.
13350 (make-face-bold, make-face-unbold, make-face-italic)
13351 (make-face-unitalic, make-face-bold-italic, invert-face)
13352 (modify-face, read-face-and-attribute): Use face-at-point.
13353
13354 * cus-edit.el (customize-face, customize-face-other-window)
13355 * cus-theme.el (custom-theme-add-face)
13356 * face-remap.el (buffer-face-set)
13357 * facemenu.el (facemenu-set-face): Use face-at-point.
13358
133592013-04-12 Michael Albinus <michael.albinus@gmx.de>
13360
13361 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13362
133632013-04-10 Tassilo Horn <tsdh@gnu.org>
13364
13365 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13366 off leading { and trailing } from field values.
13367
133682013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * emacs-lisp/timer.el (timer--check): New function.
13371 (timer--time, timer-set-function, timer-event-handler): Use it.
13372 (timer-set-idle-time): Simplify.
13373 (timer--activate): CSE.
13374 (timer-event-handler): Give more info in error message.
13375 (internal-timer-start-idle): New function, moved from C.
13376
13377 * mpc.el (mpc-proc): Add `restart' argument.
13378 (mpc-proc-cmd): Use it.
13379 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13380 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13381 less often.
13382
133832013-04-10 Masatake YAMATO <yamato@redhat.com>
13384
13385 * progmodes/sh-script.el: Implement `sh-mode' own
13386 `add-log-current-defun-function' (bug#14112).
13387 (sh-current-defun-name): New function.
13388 (sh-mode): Use the function.
13389
133902013-04-09 Bastien Guerry <bzg@gnu.org>
13391
13392 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13393
133942013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13397
13398 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13399 timer (bug#14156).
13400
134012013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13402
13403 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13404 declaration.
13405
134062013-04-07 Leo Liu <sdl.web@gmail.com>
13407
13408 * pcmpl-x.el: New file.
13409
134102013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13411
13412 Do not set x-display-name until X connection is established.
13413 This is needed to prevent from weird situation described at
13414 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13415 * frame.el (make-frame): Set x-display-name after call to
13416 window system initialization function, not before.
13417 * term/x-win.el (x-initialize-window-system): Add optional
13418 display argument and use it.
13419 * term/w32-win.el (w32-initialize-window-system):
13420 * term/ns-win.el (ns-initialize-window-system):
13421 * term/pc-win.el (msdos-initialize-window-system):
13422 Add compatible optional display argument.
13423
134242013-04-06 Eli Zaretskii <eliz@gnu.org>
13425
13426 * files.el (normal-backup-enable-predicate): On MS-Windows and
13427 MS-DOS compare truenames of temporary-file-directory and of the
13428 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13429 don't fail comparison by compare-strings. Also, compare file
13430 names case-insensitively on MS-Windows and MS-DOS.
13431
134322013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13433
13434 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13435 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13436
134372013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13438
13439 * whitespace.el (whitespace-color-on, whitespace-color-off):
13440 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13441
134422013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13443
13444 * ispell.el (ispell-set-spellchecker-params):
13445 Really set `ispell-args' for all equivs.
13446
134472013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * ido.el (ido-completions): Use extra elements of ido-decorations
13450 (bug#14143).
13451 (ido-decorations): Update docstring.
13452
134532013-04-05 Michael Albinus <michael.albinus@gmx.de>
13454
13455 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13456 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13457 nil during initialization, in order not to miss changes since the
13458 file was opened. (Bug#14140)
13459
134602013-04-05 Leo Liu <sdl.web@gmail.com>
13461
13462 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13463
134642013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13465
13466 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13467
134682013-04-04 Glenn Morris <rgm@gnu.org>
13469
13470 * electric.el (electric-pair-inhibit-predicate): Add :version.
13471
134722013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13475 when a package is required several times (bug#14082).
13476
134772013-04-04 Roland Winkler <winkler@gnu.org>
13478
13479 * faces.el (read-face-name): Behave as promised by the docstring.
13480 Assume that arg default is a list of faces.
13481 (describe-face): Call read-face-name with list of default faces.
13482
134832013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13484
13485 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13486 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13487 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13488 the header.
13489 (bookmark-exit-hook-internal): Save even if list is empty.
13490
134912013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13492
13493 * emacs-lisp/package.el (package-pinned-packages): New var.
13494 (package--add-to-archive-contents): Obey it (bug#14118).
13495
134962013-04-03 Alan Mackenzie <acm@muc.de>
13497
13498 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13499 Also adapt to the new values of element 7 of a parse state.
13500
13501 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13502 parameter `not-in-delimiter'. Handle being inside comment opener.
13503 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13504 character in case we're typing a '*' after a '/'.
13505 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13506 instead by passing the parameter to c-state-pp-to-literal.
13507
13508 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13509 for elt. 7 of a parse state.
13510
135112013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13512
13513 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13514 * international/latin1-disp.el, international/mule-util.el:
13515 * language/cyril-util.el, language/european.el, language/ind-util.el:
13516 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13517 * language/tibetan.el, language/viet-util.el:
13518 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13519
135202013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13521
13522 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13523 (electric-pair-post-self-insert-function): Use it.
13524 (electric-pair-default-inhibit): New function, extracted from
13525 electric-pair-post-self-insert-function.
13526
135272013-03-31 Roland Winkler <winkler@gnu.org>
13528
13529 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13530
135312013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13534
135352013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13536
13537 Un-indent after "pass" and "return" statements (Bug#13888)
13538 * progmodes/python.el (python-indent-block-enders): New var.
13539 (python-indent-calculate-indentation): Use it.
13540
135412013-03-30 Michael Albinus <michael.albinus@gmx.de>
13542
13543 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13544 defun. Defining it as defalias could introduce too eager
13545 byte-compiler optimization. (Bug#14030)
13546
135472013-03-30 Chong Yidong <cyd@gnu.org>
13548
13549 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13550
135512013-03-30 Leo Liu <sdl.web@gmail.com>
13552
13553 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13554 (kmacro-execute-from-register): Pass the keyboard macro to
13555 kmacro-call-macro or repeating won't work correctly.
13556
135572013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13558
13559 * progmodes/subword.el: Back to using `forward-symbol'.
13560
13561 * subr.el (forward-whitespace, forward-symbol)
13562 (forward-same-syntax): Move from thingatpt.el.
13563
135642013-03-29 Leo Liu <sdl.web@gmail.com>
13565
13566 * kmacro.el (kmacro-to-register): New command.
13567 (kmacro-execute-from-register): New function.
13568 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13569
135702013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * mpc.el: Use defvar-local and setq-local.
13573 (mpc--proc-connect): Connection failures are not bugs.
13574 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13575 (mpc-volume-map): Bind to the up-events.
13576
135772013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13578
13579 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13580 instead of `forward-symbol'.
13581
135822013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13585 (edebug--recursive-edit): Use it.
13586 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13587 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13588
135892013-03-28 Leo Liu <sdl.web@gmail.com>
13590
13591 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13592
135932013-03-27 Eli Zaretskii <eliz@gnu.org>
13594
13595 * facemenu.el (list-colors-callback): New defvar.
13596 (list-colors-redisplay): New function.
13597 (list-colors-display): Install list-colors-redisplay as the
13598 revert-buffer-function. (Bug#14063)
13599
136002013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13603 and suffixes don't overlap (bug#14061).
13604
13605 * case-table.el: Use lexical-binding.
13606 (case-table-get-table): New function.
13607 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13608
136092013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13610
13611 * progmodes/subword.el: Add `superword-mode' to do word motion
13612 over symbol_words (parallels and leverages `subword-mode' which
13613 does word motion inside MixedCaseWords).
13614
136152013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13616
13617 * eshell/em-unix.el: Move su and sudo to...
13618 * eshell/em-tramp.el: ...Eshell tramp module.
13619
136202013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13623 Change return value to be a sexp. Delay `get-buffer' to after
13624 restoring the desktop (bug#13951).
13625
136262013-03-26 Leo Liu <sdl.web@gmail.com>
13627
13628 * register.el: Move semantic tag handling back to
13629 cedet/semantic/senator.el. (Bug#14052)
13630
136312013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13632
13633 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13634 into the prompt either (bug#13963).
13635
136362013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13637
13638 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13639 part of "(error-foo)".
13640
136412013-03-24 Juri Linkov <juri@jurta.org>
13642
13643 * replace.el (list-matching-lines-prefix-face): New defcustom.
13644 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13645 `occur-engine' if `face-differs-from-default-p' returns t.
13646 (occur-engine): Add `,' inside backquote construct to evaluate
13647 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13648 Pass `prefix-face' to the functions `occur-context-lines' and
13649 `occur-engine-add-prefix'.
13650 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13651 `prefix-face' and propertize the prefix with `prefix-face'.
13652 (Bug#14017)
13653
136542013-03-24 Leo Liu <sdl.web@gmail.com>
13655
13656 * nxml/rng-valid.el (rng-validate-while-idle)
13657 (rng-validate-quick-while-idle): Guard against deleted buffer.
13658 (Bug#13999)
13659
13660 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13661 is the last entry in kill-buffer-hook.
13662
13663 * files.el (kill-buffer-hook): Doc fix.
13664
136652013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13666
13667 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13668 Make it safe-local.
13669
13670 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13671
136722013-03-23 Leo Liu <sdl.web@gmail.com>
13673
13674 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13675 Remove.
13676
13677 * nxml/rng-valid.el (rng-validate-mode)
13678 (rng-after-change-function, rng-do-some-validation):
13679 * nxml/rng-maint.el (rng-validate-buffer):
13680 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13681 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13682 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13683 (nxml-extend-after-change-region): Use with-silent-modifications.
13684
13685 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13686 timer-idle-list.
13687
13688 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13689 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13690 timer-idle-list. (Bug#13999)
13691
136922013-03-23 Juri Linkov <juri@jurta.org>
13693
13694 * info.el (info-index-match): New face.
13695 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13696 main pattern and add text properties with the new face to matches
13697 in index entries relative to the beginning of the index entry.
13698 (Bug#14015)
13699
137002013-03-21 Eric Ludlam <zappo@gnu.org>
13701
13702 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13703 Inhibit read only while inserting objects.
13704
137052013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13706
13707 * progmodes/cfengine.el: Update docs to mention
13708 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13709 symbol motion. Remove "_" from the word syntax.
13710
137112013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13712
13713 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13714 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13715
137162013-03-20 Juri Linkov <juri@jurta.org>
13717
13718 * info.el (Info-next-reference-or-link)
13719 (Info-prev-reference-or-link): New functions.
13720 (Info-next-reference, Info-prev-reference): Use them.
13721 (Info-try-follow-nearest-node): Handle footnote navigation.
13722 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13723
137242013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13727 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13728
137292013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13730
13731 Suppress unnecessary non-ASCII chatter during build process.
13732 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13733 (batch-skkdic-convert): Suppress most of the chatter.
13734 It's not needed so much now that machines are faster,
13735 and its non-ASCII component was confusing; see Dmitry Gutov in
13736 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13737
137382013-03-20 Leo Liu <sdl.web@gmail.com>
13739
13740 * ido.el (ido-chop): Fix bug#10994.
13741
137422013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13743
13744 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13745 Remove vars.
13746 (whitespace-color-on, whitespace-color-off):
13747 Use `font-lock-fontify-buffer' (Bug#13817).
13748
137492013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13752 remapping in mode-line.
13753 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13754
137552013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13756
13757 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13758 value for `whitespace-line' face (Bug#13875).
13759 (whitespace-font-lock-keywords): Change description.
13760 (whitespace-color-on): Don't save `font-lock-keywords' value, save
13761 the constructed keywords instead.
13762 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13763
137642013-03-19 Leo Liu <sdl.web@gmail.com>
13765
13766 * progmodes/compile.el (compilation-display-error): New command.
13767 (compilation-mode-map, compilation-minor-mode-map): Bind it to
13768 C-o. (Bug#13992)
13769
137702013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13771
13772 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13773
137742013-03-18 Jan Djärv <jan.h.d@swipnet.se>
13775
13776 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13777
137782013-03-18 Michael Albinus <michael.albinus@gmx.de>
13779
13780 * net/tramp-compat.el (tramp-compat-user-error): New defun.
13781
13782 * net/tramp-adb.el (tramp-adb-handle-shell-command):
13783 * net/tramp-gvfs.el (top):
13784 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13785 (tramp-handle-shell-command): Use it.
13786 (tramp-dissect-file-name): Raise an error when hostname is a
13787 method name, and neither method nor user is specified.
13788
13789 * net/trampver.el: Update release number.
13790
137912013-03-18 Leo Liu <sdl.web@gmail.com>
13792
13793 Make sure eldoc can be turned off properly.
13794 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13795 eldoc-mode.
13796 (eldoc-display-message-p): Revert last change.
13797 (eldoc-display-message-no-interference-p)
13798 (eldoc-print-current-symbol-info): Tweak.
13799
138002013-03-18 Tassilo Horn <tsdh@gnu.org>
13801
13802 * doc-view.el (doc-view-new-window-function): Check the new window
13803 overlay's display property instead the char property of the
13804 buffer's first char. Use `with-selected-window' instead of
13805 `save-window-excursion' with `select-window'.
13806 (doc-view-document->bitmap): Check the current doc-view overlay's
13807 display property instead the char property of the buffer's first char.
13808
138092013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13810
13811 Automate the build of ja-dic.el (Bug#13984).
13812 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13813 from the input, rather than assume that it's been done for us by the
13814 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
13815 the current date into a ja-dic.el comment, as that complicates
13816 regression testing.
13817
138182013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * whitespace.el: Fix double evaluation.
13821 (whitespace-space, whitespace-hspace, whitespace-tab)
13822 (whitespace-newline, whitespace-trailing, whitespace-line)
13823 (whitespace-space-before-tab, whitespace-indentation)
13824 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13825 obsolete defvars.
13826 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13827 (whitespace-color-on): Use a single font-lock-add-keywords call.
13828 Fix double-evaluation of face variables.
13829
138302013-03-17 Michael Albinus <michael.albinus@gmx.de>
13831
13832 * net/tramp-adb.el (tramp-adb-parse-device-names):
13833 Use `start-process' instead of `call-process'. Otherwise, the
13834 function might be blocked under MS Windows. (Bug#13299)
13835
138362013-03-17 Leo Liu <sdl.web@gmail.com>
13837
13838 Extend eldoc to display info in the mode-line. (Bug#13978)
13839 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13840 (eldoc-mode-line-string): New variable.
13841 (eldoc-minibuffer-message): New function.
13842 (eldoc-message-function): New variable.
13843 (eldoc-message): Use it.
13844 (eldoc-display-message-p)
13845 (eldoc-display-message-no-interference-p):
13846 Support eldoc-post-insert-mode.
13847
13848 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13849 (eval-expression): Run it.
13850
138512013-03-17 Roland Winkler <winkler@gnu.org>
13852
13853 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13854 strings in the list of return values.
13855
138562013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13857
13858 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13859 radix before checking for HMS forms.
13860
138612013-03-16 Leo Liu <sdl.web@gmail.com>
13862
13863 * progmodes/scheme.el: Add indentation and font-locking for λ.
13864 (Bug#13975)
13865
138662013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13869 token before point (bug#13942).
13870
138712013-03-16 Leo Liu <sdl.web@gmail.com>
13872
13873 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13874
138752013-03-16 Eli Zaretskii <eliz@gnu.org>
13876
13877 * startup.el (command-line-normalize-file-name): Fix handling of
13878 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13879 <xfq.free@gmail.com> in
13880 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13881
138822013-03-15 Michael Albinus <michael.albinus@gmx.de>
13883
13884 Sync with Tramp 2.2.7.
13885
13886 * net/trampver.el: Update release number.
13887
138882013-03-14 Tassilo Horn <tsdh@gnu.org>
13889
13890 * doc-view.el: Fix bug#13887.
13891 (doc-view-insert-image): Don't modify overlay associated to
13892 non-live windows, and implement horizontal centering of image in
13893 case it's smaller than the window.
13894 (doc-view-new-window-function): Force redisplay of new windows on
13895 doc-view buffers.
13896
138972013-03-13 Karl Fogel <kfogel@red-bean.com>
13898
13899 * saveplace.el (save-place-alist-to-file): Don't sort
13900 `save-place-alist', just pretty-print it (bug#13882).
13901
139022013-03-13 Michael Albinus <michael.albinus@gmx.de>
13903
13904 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13905 Check whether `default-file-name-coding-system' is bound.
13906 It isn't in XEmacs.
13907
139082013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13911 backquotes for `obsolete' (bug#13929).
13912
13913 * international/mule.el (find-auto-coding): Include file name in
13914 obsolescence warning (bug#13922).
13915
139162013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13917
13918 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13919 for CFEngine 3-specific indentation.
13920 (cfengine3-indent-line): Use it. Fix up category regex.
13921 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13922
139232013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13924
13925 * type-break.el (type-break-file-name):
13926 * textmodes/remember.el (remember-data-file):
13927 * strokes.el (strokes-file):
13928 * shadowfile.el (shadow-initialize):
13929 * saveplace.el (save-place-file):
13930 * ps-bdf.el (bdf-cache-file):
13931 * progmodes/idlwave.el (idlwave-config-directory):
13932 * net/quickurl.el (quickurl-url-file):
13933 * international/kkc.el (kkc-init-file-name):
13934 * ido.el (ido-save-directory-list-file):
13935 * emulation/viper.el (viper-custom-file-name):
13936 * emulation/vip.el (vip-startup-file):
13937 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13938 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13939
139402013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13941
13942 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13943 * language/thai-word.el: Switch to UTF-8.
13944
13945See ChangeLog.16 for earlier changes.
13946
13947;; Local Variables:
13948;; coding: utf-8
13949;; End:
13950
13951 Copyright (C) 2011-2014 Free Software Foundation, Inc.
13952
13953 This file is part of GNU Emacs.
13954
13955 GNU Emacs is free software: you can redistribute it and/or modify
13956 it under the terms of the GNU General Public License as published by
13957 the Free Software Foundation, either version 3 of the License, or
13958 (at your option) any later version.
13959
13960 GNU Emacs is distributed in the hope that it will be useful,
13961 but WITHOUT ANY WARRANTY; without even the implied warranty of
13962 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13963 GNU General Public License for more details.
13964
13965 You should have received a copy of the GNU General Public License
13966 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.