* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Fontify
[bpt/emacs.git] / lisp / ChangeLog
1 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Fontify
4 multiple adjacent negation chars. (Bug#17004)
5
6 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
7
8 * emacs-lisp/package.el (package--prepare-dependencies):
9 Accept requirements without explicit version (bug#14941).
10
11 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
12
13 * register.el (register-separator, copy-to-register): Doc fixes.
14 (register-preview-default): Remove unnecessary call to concat.
15
16 * frameset.el (frameset-restore): When checking for a visible frame,
17 use the action map instead of calling visible-frame-list.
18
19 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
20
21 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
22
23 2014-03-12 Martin Rudalics <rudalics@gmx.at>
24
25 * window.el (fit-frame-to-buffer): Get maximum width from
26 display's width instead of height.
27
28 2014-03-12 Glenn Morris <rgm@gnu.org>
29
30 * desktop.el (desktop-restore-frames)
31 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
32 (desktop-restore-reuses-frames): Doc tweaks.
33
34 * electric.el (electric-indent-mode): Doc fix.
35
36 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
37
38 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
39 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
40 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
41 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
42 (cvs-dired-use-hook): Fix docstring typos.
43 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
44 Doc fixes.
45
46 * vc/pcvs-defs.el (cvs-auto-remove-handled)
47 (cvs-auto-remove-directories, cvs-default-ignore-marks)
48 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
49 (cvs-execute-single-dir): Fix docstring typos.
50
51 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
52 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
53
54 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
55
56 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
57 Fix docstring typos.
58
59 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
60
61 * frameset.el (frameset--jump-to-register): Add autoload; it could be
62 called from jump-to-register after unloading the frameset package.
63
64 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
67 (bug#16975). Deactivate the mark before setting it to nil.
68 (activate-mark): Do nothing if region is already active.
69
70 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
71
72 * frameset.el (frameset--target-display): Remove definition; declare.
73 (frameset-save, frameset-restore): Let-bind frameset--target-display.
74
75 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
78 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
79 when the advice is pending.
80 (advice-remove): Remove this marker when not needed any more.
81
82 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
83
84 * frameset.el: Separate options for reusing frames and cleaning up.
85 (frameset--reuse-list): Remove definition; declare.
86 (frameset--action-map): Declare.
87 (frameset--find-frame-if): Doc fix.
88 (frameset--restore-frame): Cache frame action.
89 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
90 how to clean up the frame list after restoring. Remove cleaning
91 options from REUSE-FRAMES. Change all keyword values to symbols.
92 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
93
94 * desktop.el (desktop-restore-forces-onscreen)
95 (desktop-restore-reuses-frames): Use non-keyword values.
96 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
97
98 2014-03-10 Glenn Morris <rgm@gnu.org>
99
100 * files.el (find-file): Doc fix: update info node name.
101
102 * emacs-lisp/advice.el (ad-add-advice, defadvice):
103 Doc fix: remove references to deleted info nodes.
104
105 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
106
107 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
108 Do not add `nil' to the environment, when there's no remote `locale'.
109 (tramp-find-inline-encoding): Check, that the remote host has
110 installed perl, before sending scripts.
111
112 2014-03-10 Leo Liu <sdl.web@gmail.com>
113
114 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
115 Clear eldoc-last-message. (Bug#16920)
116
117 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
120 (bug#14430).
121
122 2014-03-09 Juri Linkov <juri@jurta.org>
123
124 * ansi-color.el (ansi-color-names-vector): Copy default colors
125 from `xterm-standard-colors' that look well on the default white
126 background (and also on the black background) to avoid illegible
127 color combinations like yellow-on-white and white-on-white.
128 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
129
130 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
131
132 * frameset.el (frameset-restore): When no frame is visible, do not
133 generate a list of frames, just make visible the selected one.
134
135 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
136
137 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
138 it only contains the repository root. (Bug#16897)
139
140 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
141
142 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
143 only when `remote-file-name-inhibit-cache' is nil.
144 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
145
146 2014-03-06 Martin Rudalics <rudalics@gmx.at>
147
148 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
149 Fix doc-strings.
150 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
151 fit-frame-to-buffer variable. Fix doc-string.
152 (fit-window-to-buffer): Set ONLY argument in call of
153 fit-frame-to-buffer. Fix doc-string.
154
155 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
156
157 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
158 (tramp-action-password): Clear password cache if needed.
159 (tramp-read-passwd): Do not clear password cache.
160
161 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
162 cache unless it is the first password request.
163
164 2014-03-06 Glenn Morris <rgm@gnu.org>
165
166 * simple.el (newline): Doc tweak.
167
168 * emacs-lisp/shadow.el (load-path-shadows-find):
169 Ignore dir-locals. (Bug#12357)
170
171 2014-03-05 Glenn Morris <rgm@gnu.org>
172
173 * files.el (interpreter-mode-alist):
174 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
175
176 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
177
178 * frameset.el (frameset--initial-params): Filter out null entries.
179
180 2014-03-05 Martin Rudalics <rudalics@gmx.at>
181
182 * window.el (window-min-height, window-min-width):
183 Rewrite doc-strings.
184 (window-body-size): Add PIXELWISE argument to make it consistent
185 with its callees.
186
187 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
188
189 * finder.el (finder-mode-map, finder-mode-syntax-table):
190 Revert part of 2014-02-28 change.
191
192 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
193
194 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
195 (eww-setup-buffer): Clear next/prev/etc more reliably.
196 (eww-textarea-map): [tab] doesn't work on tty.
197 Reported by Mario Lang.
198
199 * net/shr.el (shr-map): Ditto.
200
201 2014-03-04 Glenn Morris <rgm@gnu.org>
202
203 * minibuffer.el (completion-hilit-commonality):
204 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
205
206 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
207
208 * hilit-chg.el (hilit-chg-unload-function): New function.
209 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
210 (hilit-chg-map-changes): Prefer cardinal number to digit.
211 (hilit-chg-display-changes): Reflow docstring.
212 (highlight-changes-rotate-faces): Remove superfluous backslash.
213
214 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
215
216 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
217 `tramp-send-command-and-check'.
218
219 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
220
221 * hexl.el (hexl-address-region, hexl-ascii-region)
222 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
223 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
224 (hexl-forward-word, hexl-previous-line, hexl-next-line):
225 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
226 (hexl-mode): Doc fix.
227 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
228 (hexl-mode-ruler): Fix typos in docstrings.
229
230 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
231 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
232 Remove superfluous backslashes.
233 (strokes-last-stroke, strokes-global-map, strokes-mode):
234 Reflow docstrings.
235 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
236 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
237 (strokes-distance-squared, strokes-global-set-stroke)
238 (strokes-global-set-stroke-string): Doc fixes.
239 (strokes-help): Fix typos; reflow docstring.
240
241 2014-03-04 Martin Rudalics <rudalics@gmx.at>
242
243 * window.el (window-in-direction): Fix doc-string.
244
245 2014-03-04 Glenn Morris <rgm@gnu.org>
246
247 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
248 Explicit error if no grammar.
249 (smie-config-save): Doc fix. Fix quote typo.
250
251 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
254 electric-indent-mode-hook if we obey electric-indent-mode.
255 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
256 decide whether we obey electric-indent-mode.
257 (c-change-set-fl-decl-start, c-extend-after-change-region):
258 Silence warnings.
259 (c-electric-indent-mode-hook): Assume we do want to obey
260 electric-indent-mode.
261
262 * electric.el (electric-indent-mode-has-been-called): Remove.
263 (electric-indent-mode): Fix accordingly.
264
265 * files.el (hack-local-variables): Mention file name in warning.
266
267 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
268
269 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
270
271 * binding.el: Add comment describing why C-d binds to `delete-char'.
272 * simple.el (delete-forward-char): Mark as interactive-only.
273
274 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
275
276 * icomplete.el (icomplete-completions):
277 Follow-up to 2014-03-01 change.
278
279 * icomplete.el: Miscellaneous doc fixes.
280 Use Icomplete everywhere instead of icomplete for consistency.
281 (icomplete-max-delay-chars): Fix typo.
282 (icomplete-mode): Use \[].
283 (icomplete-tidy, icomplete-exhibit): Reflow.
284 (icomplete-minibuffer-setup-hook, icomplete-completions):
285 Remove superfluous backlashes.
286
287 * ido.el: Miscellaneous doc fixes.
288 Use Ido everywhere instead of ido or `ido' for consistency.
289 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
290 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
291 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
292 (ido-separator): Extract obsolescence info from docstring and declare
293 with make-obsolete-variable.
294 (ido-minibuffer-setup-hook): Simplify example.
295 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
296 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
297 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
298 (ido-everywhere): Reflow docstring.
299 (ido-toggle-vc): Doc fix.
300 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
301 of long list of keybindings.
302
303 2014-03-03 Glenn Morris <rgm@gnu.org>
304
305 * frame.el (display-pixel-height, display-pixel-width)
306 (display-mm-dimensions-alist, display-mm-height)
307 (display-mm-width): Doc tweaks.
308
309 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
310
311 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
312 case of undo in region.
313
314 2014-03-02 Martin Rudalics <rudalics@gmx.at>
315
316 * window.el (fit-window-to-buffer): Fix argument in window-size
317 call when window is horizontally combined.
318
319 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
320
321 * icomplete.el (icomplete-completions): Use string-width.
322 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
323
324 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
325
326 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
327 Highlight regexp options. (Bug#16914)
328
329 2014-03-01 Martin Rudalics <rudalics@gmx.at>
330
331 * window.el (window--max-delta-1): Round down when calculating
332 how many lines/columns we can get from a window.
333
334 2014-03-01 Glenn Morris <rgm@gnu.org>
335
336 * isearch.el (search-invisible): Doc fix.
337
338 * minibuffer.el (completion-hilit-commonality):
339 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
340 * comint.el (comint-dynamic-list-completions): Doc fix.
341 * comint.el (comint-dynamic-list-completions):
342 * filecache.el (file-cache-minibuffer-complete):
343 * tempo.el (tempo-display-completions):
344 * eshell/em-hist.el (eshell-list-history):
345 Replace use of obsolete argument of display-completion-list.
346
347 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
348
349 * icomplete.el (icomplete-completions):
350 Revert back to using "..." when ?… cannot be displayed.
351
352 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
353
354 * finder.el (finder-unload-function): New function.
355
356 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
357
358 * dframe.el (dframe-detach):
359 * find-dired.el (find-dired, find-name-dired):
360 * finder.el (finder-mode-map, finder-mode-syntax-table)
361 (finder-headmark, finder-select, finder-mouse-select):
362 Fix docstring typos.
363
364 2014-02-28 Martin Rudalics <rudalics@gmx.at>
365
366 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
367 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
368 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
369 Fix doc-string based on a suggestion by Nicolas Richard
370 <theonewiththeevillook@yahoo.fr>.
371 * help.el (with-help-window): Fix doc-string.
372
373 2014-02-28 Ivan Kanis <ivan@kanis.fr>
374
375 * net/shr.el (shr-image-animate): New option.
376 (shr-put-image): Respect shr-image-animate.
377
378 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
379
380 * net/tramp-adb.el (tramp-adb-parse-device-names):
381 Use `accept-process-output'.
382 (tramp-adb-handle-file-truename): Cache the localname only.
383 (tramp-adb-handle-make-directory)
384 (tramp-adb-handle-delete-directory): Flush file properties correctly.
385 (tramp-adb-handle-set-file-modes): Do not raise an error when file
386 modes cannot be changed.
387
388 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
389 file properties of symlinks.
390
391 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
392
393 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
394 required/optional fields to match development biblatex. (Bug#16781)
395
396 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
397
398 * saveplace.el (toggle-save-place):
399 Fix argument handling. (Bug#16673)
400
401 2014-02-28 Glenn Morris <rgm@gnu.org>
402
403 * minibuffer.el (completions-first-difference)
404 (completions-common-part, completion-hilit-commonality): Doc fixes.
405
406 2014-02-28 Karl Berry <karl@gnu.org>
407
408 * info.el (Info-mode-map): Add H for describe-mode,
409 to synchronize with standalone Info.
410
411 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
412
413 * progmodes/sql.el (sql-interactive-mode):
414 Avoid setting global comint-input-ring-separator. (Bug#16814)
415
416 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/dbus.el (dbus--init-bus): Declare function.
419 (dbus-path-local, dbus-interface-local): New defconst.
420 (dbus-init-bus): Use them.
421 (dbus-return-values-table): Extend doc.
422 (dbus-handle-bus-disconnect): Extend error message.
423
424 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
425
426 * subr.el (y-or-n-p): Fix double space issue in message.
427
428 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
429
430 * net/tramp.el (tramp-call-process): Improve trace message.
431 (tramp-handle-insert-file-contents): Trace error case.
432
433 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
434 <insert-directory>: Use `tramp-handle-insert-directory'.
435 (tramp-adb-handle-insert-directory): Remove function.
436 (tramp-adb-send-command-and-check): New defun, replacing
437 `tramp-adb-command-exit-status'. Change all callees.
438 (tramp-adb-handle-file-attributes)
439 (tramp-adb-handle-directory-files-and-attributes): Use it.
440 (tramp-adb-ls-output-name-less-p):
441 Use `directory-listing-before-filename-regexp'.
442 (tramp-adb-handle-delete-directory): Flush also file properties of
443 the truename of directory.
444 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
445 (tramp-adb-handle-file-local-copy): Make the local copy readable.
446 (tramp-adb-handle-write-region): Implement APPEND.
447 (tramp-adb-handle-rename-file): Make it more robust. Flush file
448 properties correctly.
449 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
450 variables. Check for connected devices only when needed.
451
452 2014-02-27 Glenn Morris <rgm@gnu.org>
453
454 * minibuffer.el (completion-table-dynamic)
455 (completion-table-with-cache): Doc fixes.
456
457 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
458 (completing-read-multiple): Doc fixes.
459
460 2014-02-27 Daniel Colascione <dancol@dancol.org>
461
462 * minibuffer.el (completion--nth-completion): Fix indentation.
463
464 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
465 explicit tramp path is empty.
466
467 2014-02-27 Glenn Morris <rgm@gnu.org>
468
469 * emacs-lisp/crm.el (completing-read-multiple):
470 Empower help-enable-auto-load.
471
472 2014-02-26 Glenn Morris <rgm@gnu.org>
473
474 * startup.el (command-line): Don't init the tty in daemon mode.
475
476 Avoid calling tty-setup-hook twice, eg if a term file
477 explicitly calls tty-run-terminal-initialization. (Bug#16859)
478 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
479 (tty-create-frame-with-faces): Use it.
480 * startup.el (command-line): Pass run-hook argument
481 to tty-run-terminal-initialization.
482
483 * dired.el (dired-restore-desktop-buffer): Demote errors;
484 eg in case a glob match fails. (Bug#16884)
485
486 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
487
488 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
489 error from `read-from-string'. (Bug#16850)
490
491 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
492 result of `completing-read' in the interactive form. (Bug#16854)
493
494 2014-02-25 Glenn Morris <rgm@gnu.org>
495
496 * image.el (image-animate, image-animate-timeout):
497 Stop animating images in dead buffers. (Bug#16878)
498
499 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
500
501 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
502 Doc fixes.
503 * startup.el (term-setup-hook): Doc fix. Make obsolete.
504 * term/sun.el (sun-raw-prefix-hooks):
505 Use tty-setup-hook instead of term-setup-hook.
506 (terminal-init-sun): Construct message from bytecomp plist.
507 * term/wyse50.el (enable-arrow-keys): Doc fix.
508
509 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
510
511 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
512 Fix docstring typos.
513
514 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
515
516 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
517
518 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
519
520 * minibuffer.el (completion--try-word-completion):
521 Fix error when completing M-x commands (bug#16808).
522
523 2014-02-24 Leo Liu <sdl.web@gmail.com>
524
525 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
526
527 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
528
529 * apropos.el (apropos-print): Avoid formatting error when
530 apropos-do-all and apropos-compact-layout are both t.
531
532 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
533
534 * apropos.el (apropos-property, apropos-all-words-regexp)
535 (apropos-true-hit, apropos-variable, apropos-print):
536 Fix docstring typos, and remove obsolete comment.
537
538 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
539
540 * net/tramp-sh.el (tramp-sh-handle-file-truename):
541 Preserve trailing "/". (Bug#16851)
542
543 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
544
545 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
546 after `=>' (bug#16811).
547 (ruby-smie-rules): Handle the inconsistent second element of the
548 list returned by `smie-indent--parent'.
549 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
550 method call.
551
552 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
553
554 * elec-pair.el (electric-pair-text-syntax-table)
555 (electric-pair-syntax-info, electric-pair--syntax-ppss)
556 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
557 (electric-pair--looking-at-unterminated-string-p): Doc fix.
558 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
559
560 2014-02-22 Glenn Morris <rgm@gnu.org>
561
562 * imenu.el (imenu--generic-function): Doc fix.
563
564 * register.el (frame-configuration-to-register): Make obsolete.
565
566 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
567
568 * desktop.el (desktop-save-buffer-p): Do not fail when
569 desktop-files-not-to-save is nil. Return t for true result
570 as the doc says.
571
572 2014-02-22 Daniel Colascione <dancol@dancol.org>
573
574 * net/secrets.el (secrets-create-item, secrets-search-items):
575 Check that attribute values are strings, avoiding the construction
576 of invalid dbus messages.
577
578 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
579
580 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
581 defun-declarations-alist.
582
583 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
586 (bug#16829).
587
588 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
589
590 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
591 (whitespace-newline, whitespace-trailing, whitespace-line)
592 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
593 (whitespace-space-after-tab): Fix typo in docstrings.
594
595 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
596
597 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
598
599 * electric.el (electric-indent-functions-without-reindent):
600 Add `yaml-indent-line'.
601
602 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
603
604 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
605 It has done nothing for years; should be removed after the release.
606
607 * simple.el (choose-completion): Fix docstring typo.
608 (read-quoted-char-radix): Remove unneeded * in docstring.
609 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
610 Don't escape parentheses unnecessarily in docstrings.
611
612 2014-02-21 Martin Rudalics <rudalics@gmx.at>
613
614 Fix handling of window-min-height/-width (Bug#16738).
615 * window.el (window--dump-window, window--dump-frame):
616 New functions.
617 (window--min-size-1): Account for window dividers.
618 When window-resize-pixelwise is nil, delay rounding till after the
619 sum of the window components has been calculated.
620 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
621 nil make sure at least one text line and two text columns remain
622 fully visible.
623 (window-resize): Signal an error when window-resize-apply fails.
624 (window--resize-child-windows): Fix calculation of by how many
625 pixels a window can still be shrunk via window-new-normal.
626 (adjust-window-trailing-edge): Call window--resizable with
627 correct TRAIL argument.
628
629 (with-temp-buffer-window): Don't evaluate BODY within
630 with-current-buffer (Bug#16816).
631
632 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
633
634 * net/tramp.el (tramp-check-cached-permissions):
635 Call `file-attributes' with `suffix' being a symbol but a string.
636
637 2014-02-21 Daniel Colascione <dancol@dancol.org>
638
639 * net/dbus.el (dbus-init-bus-1): Declare new subr.
640 (dbus-init-bus): New function: call into dbus-init-bus-1
641 and installs a handler for the disconnect signal.
642 (dbus-call-method): Rewrite to look for result in cons.
643 (dbus-call-method-handler): Store result in cons.
644 (dbus-check-event): Recognize events with nil sender as valid.
645 (dbus-handle-bus-disconnect): New function. React to bus
646 disconnection signal by synthesizing dbus error for each
647 pending synchronous or asynchronous call.
648 (dbus-notice-synchronous-call-errors): New function.
649 (dbus-handle-event): Raise errors directly only when `dbus-debug'
650 is true, not all the time.
651
652 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
653
654 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
655 Remove obsolescence declarations, these variables do not exist anymore.
656
657 * savehist.el (savehist-save-minibuffer-history)
658 (savehist-additional-variables, savehist-file, savehist-mode-hook)
659 (savehist-save-hook, savehist-coding-system, savehist-loaded)
660 (savehist-load, savehist-install, savehist-autosave): Fix typos;
661 mostly, refer to "Savehist mode" when talking about the mode,
662 and not the function.
663
664 * saveplace.el (save-place): Remove redundant info in docstring.
665 (save-place-forget-unreadable-files, toggle-save-place)
666 (save-place-forget-unreadable-files, save-place-dired-hook):
667 Fix typos and remove unneeded backslashes.
668
669 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
670
671 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
672 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
673
674 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
675 <insert-directory>: Use `tramp-handle-insert-directory'.
676 (tramp-gvfs-handle-insert-directory): Remove function.
677
678 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
679 Call `tramp-handle-insert-directory'.
680
681 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
682
683 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
684 before the start of buffer/region (bug#16799).
685
686 2014-02-20 Glenn Morris <rgm@gnu.org>
687
688 * isearch.el (search-invisible): Doc fix.
689
690 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
691
692 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
693 (bug#16657).
694
695 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
696
697 * frameset.el (frameset-restore): Delay removing an old frame's
698 duplicate id until the new frame has been correctly created.
699
700 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
701
702 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
703 (tramp-check-cached-permissions): Call `file-attributes' if the
704 cache is empty.
705
706 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
707 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
708
709 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
710 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
711 (tramp-gvfs-maybe-open-connection): Set always connection
712 properties, even if target is mounted already.
713
714 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
715 Set tramp-autoload cookie.
716 (tramp-get-remote-touch): New defun.
717 (tramp-sh-handle-set-file-times): Use it.
718 (tramp-sh-handle-directory-files-and-attributes):
719 Use `tramp-handle-directory-files-and-attributes' if neither stat
720 nor perl are available on the remote host.
721
722 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
723 "/". Write long listing only when "l" belongs to the switches.
724
725 * net/trampver.el: Update release number.
726
727 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
728
729 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
730
731 2014-02-19 Martin Rudalics <rudalics@gmx.at>
732
733 * window.el (window-state-put): Allow WINDOW to refer to an
734 internal window (Bug#16793).
735
736 2014-02-19 Glenn Morris <rgm@gnu.org>
737
738 * textmodes/remember.el: Move provide statement to end.
739 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
740 (remember-notes): Doc fixes.
741
742 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * delsel.el (delete-char): Restore incorrectly erased property
745 (bug#16795).
746
747 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
748
749 * frameset.el (frameset--restore-frame): When a frame is being reused
750 and its root window is not alive, delete all the frame's windows before
751 restoring the window state. This works around the issue in bug#16793.
752
753 2014-02-18 Glenn Morris <rgm@gnu.org>
754
755 * textmodes/remember.el (remember-data-directory)
756 (remember-directory-file-name-format, remember-store-in-files)
757 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
758 (remember-notes-save-and-bury-buffer)
759 (remember-notes--kill-buffer-query): Doc fixes.
760
761 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
762
763 2014-02-17 Alan Mackenzie <acm@muc.de>
764
765 Connect electric-indent-mode up with CC Mode. Bug #15478.
766 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
767 to electric-indent-{,local-}-mode.
768 (c-basic-common-init): Set electric-indent-inhibit.
769 Initialise c-electric-flag from electric-indent-mode.
770 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
771 New hook functions which propagate electric-indent-mode to CC mode.
772
773 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
774 hit, toggle electric-indent-local-mode.
775
776 * electric.el (electric-indent-mode-has-been-called):
777 New variable.
778
779 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
780
781 * frameset.el (frameset-cfg-id): New function.
782 (frameset--reuse-frame, frameset-restore): Use it.
783 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
784
785 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * ido.el (ido-file-internal): Remove unused var `d'.
788 Use \` for to match BoS. Fit within 80n columns.
789
790 2014-02-17 Daniel Colascione <dancol@dancol.org>
791
792 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
793 dbus-call-method check for completion using a busy-wait loop with
794 gradual backoff.
795
796 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
797
798 Sync with Tramp 2.2.9.
799
800 * net/trampver.el: Update release number.
801
802 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
803
804 * ido.el (ido-file-internal): Don't add the name of an existing
805 directory twice. (Bug#16747)
806
807 2014-02-16 Glenn Morris <rgm@gnu.org>
808
809 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
810 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
811
812 2014-02-15 Michael R. Mauger <michael@mauger.com>
813
814 * progmodes/sql.el: Version 3.4
815 (sql-oracle-options): New default value ("-L").
816 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
817 (sql-placeholders-filter): Correct placeholder pattern.
818 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
819 (sql-login-delay): New variable.
820 (sql-product-interactive): Use it.
821
822 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
823
824 * frameset.el (frameset--jump-to-register): Check that buffer is live
825 (bug#16749).
826
827 2014-02-15 Glenn Morris <rgm@gnu.org>
828
829 * info.el (info-initialize): Revert 2014-01-10 change.
830
831 2014-02-14 Glenn Morris <rgm@gnu.org>
832
833 * replace.el (map-query-replace-regexp)
834 (read-regexp-defaults-function, read-regexp): Doc fixes.
835
836 * dired.el (dired-read-regexp):
837 * faces.el (list-faces-display):
838 * misearch.el (multi-isearch-read-matching-buffers)
839 (multi-isearch-read-matching-files):
840 * play/cookie1.el (cookie-apropos):
841 * progmodes/grep.el (grep-read-regexp): Doc fixes.
842
843 * textmodes/remember.el (remember): Use frameset-to-register
844 rather than frame-configuration-to-register.
845
846 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
847
848 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
849 incorrect keybinding.
850
851 2014-02-13 Daniel Colascione <dancol@dancol.org>
852
853 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
854 when adding overlays so that line numbers from compiler match line
855 numbers we use.
856
857 2014-02-13 Glenn Morris <rgm@gnu.org>
858
859 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
860
861 * jit-lock.el (jit-lock-mode): Doc fix.
862
863 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
864
865 * apropos.el (apropos-read-pattern): When the user passes an empty
866 string, give a more helpful error message than "Wrong type
867 argument: stringp, nil".
868
869 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
872
873 2014-02-13 Glenn Morris <rgm@gnu.org>
874
875 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
876
877 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
880 shift-select commands.
881
882 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
883
884 * progmodes/js.el (js-indent-line): Don't widen.
885 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
886
887 2014-02-12 Glenn Morris <rgm@gnu.org>
888
889 * icomplete.el (icomplete): Add info-link to defgroup.
890 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
891 (icomplete-minibuffer-map, icomplete-mode)
892 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
893
894 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
895 (package-menu-filter): Rename from package-menu-filter-interactive.
896 Doc fix.
897
898 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
899
900 * frameset.el (frameset--jump-to-register): Select the required
901 window and buffer before restoring position (bug#16696).
902
903 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
904
905 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
906
907 2014-02-10 Glenn Morris <rgm@gnu.org>
908
909 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
910
911 2014-02-10 Eli Zaretskii <eliz@gnu.org>
912
913 * w32-common-fns.el (x-get-selection): Doc fix.
914 * select.el (x-get-selection): Doc fix. (Bug#15109)
915
916 * face-remap.el (face-remap-add-relative)
917 (face-remap-remove-relative, face-remap-reset-base)
918 (face-remap-set-base): Call force-mode-line-update to redisplay
919 the current buffer due to potential change in faces. (Bug#16709)
920
921 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
922
923 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
924 script more robustly.
925
926 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
927
928 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
929
930 * simple.el (choose-completion): Doc fix (bug#14160).
931
932 * subr.el (event-start): Say what a nil EVENT value means.
933
934 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
935 (bug#14197).
936
937 * progmodes/grep.el (find-program): Doc fix (bug#14289).
938
939 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
940
941 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
942
943 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
944 predicate function (bug#15455).
945
946 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
947
948 * ielm.el (inferior-emacs-lisp-mode): Instead of
949 `comment-use-global-state', set `comment-use-syntax'.
950
951 2014-02-10 Glenn Morris <rgm@gnu.org>
952
953 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
954
955 2014-02-09 Alan Mackenzie <acm@muc.de>
956
957 Fix c-invalidate-state-cache on narrowed buffers.
958 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
959 Widen when setting and clearing the CPP delimiter properties.
960
961 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
962
963 * help.el (describe-bindings): Doc fix (bug#9888).
964
965 * files.el (save-buffer): Use ARG as the parameter name for
966 consistency (bug#10346).
967 (save-buffer): Clarify the 0 argument (bug#10346).
968
969 * cus-edit.el (customize-apropos): Fix error string.
970 (custom-buffer-create): Doc fix (bug#11122).
971 (custom-sort-items): Doc fix (bug#11121).
972
973 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
974
975 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
976 (icomplete-simple-completing-p): Mention the previous variable.
977
978 * font-lock.el (font-lock-value-in-major-mode): Clarify the
979 meaning of the parameter (bug#12282).
980
981 * files.el (find-file-noselect): Clarify prompt when changing
982 readedness (bug#13261).
983 (locate-file): Suffixes aren't returned, so don't say that they
984 are (bug#12674).
985 (backup-inhibited): Doc clarification (bug#12525).
986
987 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
988 before we actually start to delete things (bug#16331).
989
990 * subr.el (event-start): Doc fix (bug#14228).
991 (event-end): Ditto.
992
993 2014-02-09 Glenn Morris <rgm@gnu.org>
994
995 * emacs-lisp/warnings.el (lwarn):
996 Empower help-enable-auto-load. (Bug#15940)
997
998 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
999
1000 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1001 (Bug#16690)
1002
1003 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1006 Insert output at end of buffer. (Bug#16120)
1007
1008 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1009
1010 * simple.el (choose-completion-string-functions): Document new
1011 calling convention (bug#14153).
1012 (execute-extended-command): Clarify doc string (bug#13373).
1013
1014 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1015
1016 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1017 (find-grep-dired): Doc fix (bug#14288).
1018
1019 2014-02-08 Juri Linkov <juri@jurta.org>
1020
1021 * isearch.el (isearch-quote-char): Check character validity
1022 like in `quoted-insert' (bug#16677).
1023
1024 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1025
1026 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1027
1028 * isearch.el (isearch-hide-immediately): Doc clarification
1029 (bug#14723).
1030
1031 * simple.el (line-move): Document utility function used many
1032 places in the Emacs sources (bug#14843).
1033
1034 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1035 (dired-prev-marked-file): Doc fix (bug#14855).
1036 (dired-up-directory): Doc fix (bug#14848).
1037
1038 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1039
1040 * files.el (file-relative-name): Doc fix (bug#15159).
1041
1042 * fringe.el (fringe-styles): Doc fix (bug#15239).
1043
1044 * isearch.el (isearch-filter-predicate): Documentation typo fix
1045 (bug#15474).
1046
1047 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1048
1049 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1050
1051 * replace.el (replace-match-maybe-edit): Doc clarification
1052 (bug#15632).
1053
1054 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1055
1056 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1057
1058 2014-02-08 Glenn Morris <rgm@gnu.org>
1059
1060 * help-fns.el (describe-variable):
1061 Check {file,dir}-local-variables-alist, and buffer-file-name,
1062 in the correct buffer.
1063
1064 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1065
1066 * help-fns.el (describe-variable): Fix the case where
1067 a value is directory-local with no dir-locals file. (Bug#16635)
1068
1069 2014-02-08 Glenn Morris <rgm@gnu.org>
1070
1071 * abbrev.el (edit-abbrevs-mode):
1072 Derive from fundamental-mode. (Bug#16682)
1073
1074 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * simple.el (quoted-insert): Check character validity (bug#16677).
1077
1078 2014-02-07 Juri Linkov <juri@jurta.org>
1079
1080 * desktop.el (desktop-read): Claim the lock when the owner is not
1081 the current process. (Bug#16157)
1082
1083 2014-02-07 Juri Linkov <juri@jurta.org>
1084
1085 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1086 to "\\` ". (Bug#16651)
1087
1088 2014-02-07 Juri Linkov <juri@jurta.org>
1089
1090 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1091 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1092 (desktop-auto-save-cancel-timer): New function with some code from
1093 `desktop-auto-save-set-timer'.
1094 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1095 Instead of setting `desktop-save-mode' to nil, call
1096 `desktop-save-mode' with arg 0. (Bug#16630)
1097
1098 2014-02-07 Glenn Morris <rgm@gnu.org>
1099
1100 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1101 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1102 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1103
1104 * obsolete/iswitchb.el: Move to obsolete/.
1105 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1106 since obsolete/ is not scanned for autoloads.
1107 * emacs-lisp/authors.el (authors-valid-file-names):
1108 Add iswitchb.el.
1109
1110 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1111 Disable now non-functional find-file-hook.
1112
1113 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1116 instead of ";" in order to avoid additional prompts. Let heredoc
1117 scripts read from tty. (Bug#16582)
1118 (tramp-send-command): No special handling of heredocs, it isn't
1119 necessary anymore.
1120
1121 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1124 with a space (bug#16664). Limit the symbols considered to the ones
1125 that are bound or fbound (bug#16646).
1126
1127 2014-02-06 Glenn Morris <rgm@gnu.org>
1128
1129 * epa.el (epa-mail-aliases): Doc fix.
1130
1131 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1132
1133 * emacs-lisp/lisp.el (lisp-completion-at-point):
1134 Use `completion-table-merge' instead of `completion-table-in-turn'
1135 (bug#16604).
1136
1137 * minibuffer.el (completion-table-merge): New function.
1138
1139 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1140
1141 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1142 (tramp-sh-handle-set-file-acl)
1143 (tramp-sh-handle-start-file-process)
1144 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1145 (tramp-find-executable, tramp-send-command): Use it.
1146
1147 2014-02-05 Glenn Morris <rgm@gnu.org>
1148
1149 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1150
1151 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1152
1153 * progmodes/python.el (python-shell-send-string)
1154 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1155
1156 2014-02-04 Anders Lindgren <andlind@gmail.com>
1157
1158 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1159 the names (bug#16620).
1160
1161 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1162
1163 * faces.el (window-divider): New default value. Rewrite doc-string.
1164 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1165
1166 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1167
1168 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1169 `protected' and `public' can also be called without arguments.
1170
1171 2014-02-03 Glenn Morris <rgm@gnu.org>
1172
1173 * register.el (window-configuration-to-register)
1174 (frame-configuration-to-register): Unadvertise unused argument.
1175 * frameset.el (frameset-to-register): Remove unused argument.
1176
1177 * frameset.el (frameset-to-register):
1178 * kmacro.el (kmacro-to-register):
1179 * register.el (increment-register):
1180 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1181 (calc-append-to-register, calc-prepend-to-register):
1182 * play/gametree.el (gametree-layout-to-register)
1183 (gametree-apply-register-layout):
1184 * textmodes/picture.el (picture-clear-rectangle-to-register)
1185 (picture-yank-rectangle-from-register):
1186 * vc/emerge.el (emerge-combine-versions-register):
1187 Use register-read-with-preview to read registers.
1188
1189 2014-02-03 João Távora <joaotavora@gmail.com>
1190
1191 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1192 when at beginning of (possibly narrowed) buffer.
1193
1194 2014-02-02 Daniel Colascione <dancol@dancol.org>
1195
1196 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1197 Also try to display local help from just before point.
1198
1199 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1200
1201 c-parse-state. Don't "append-lower-brace-pair" in certain
1202 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1203 recognised as a comment.
1204
1205 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1206 as well as normal comment starter.
1207 (c-parse-state-get-strategy): Extra return possibility
1208 'back-and-forward.
1209 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1210 return value list to indicate replacement of a brace-pair cons
1211 with its car.
1212 (c-parse-state-1): With 'back-and-forward, only call
1213 c-append-lower-brace-pair-to state-cache when cons-separated.
1214
1215 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1216
1217 * term/ns-win.el (ns-suspend-error): New function.
1218 (ns-initialize-window-system): Add ns-suspend-error to
1219 suspend-hook (Bug#16612).
1220
1221 2014-02-02 Daniel Colascione <dancol@dancol.org>
1222
1223 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1224 Make loading cc-mode silent.
1225
1226 2014-02-02 Daniel Colascione <dancol@dancol.org>
1227
1228 * comint.el (comint-prompt-read-only): Change doc to suggest
1229 remap keybinding.
1230
1231 2014-02-02 Glenn Morris <rgm@gnu.org>
1232
1233 * register.el (register-read-with-preview, point-to-register)
1234 (window-configuration-to-register, frame-configuration-to-register)
1235 (jump-to-register, number-to-register, view-register, insert-register)
1236 (copy-to-register, append-to-register, prepend-to-register)
1237 (copy-rectangle-to-register): Doc fixes.
1238
1239 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1242 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1243 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1244 * help-fns.el (describe-function-1): Use it.
1245
1246 2014-02-02 Glenn Morris <rgm@gnu.org>
1247
1248 * register.el (register-preview-default): New function,
1249 split from register-preview.
1250 (register-preview-function): Rename from register-preview-functions,
1251 make it not a hook.
1252 (register-preview): Use register-preview-function.
1253 (register-read-with-preview): Error on non-character event. (Bug#16595)
1254
1255 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1256
1257 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1258 `:' before binary operators (bug#16609). Don't check for `:'
1259 before `[' and `(', or their syntax status. A percent literal
1260 can't end with either.
1261 (ruby-font-lock-keywords): For built-ins that require arguments,
1262 check that they're followed by something that looks like argument
1263 (bug#16610).
1264
1265 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1266
1267 * subr.el (butlast): Document what an omitted N means (bug#13437).
1268 (nbutlast): Ditto.
1269
1270 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1271
1272 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1273 depth shallower (bug#16587).
1274 (shr-tag-svg): Respect `shr-inhibit-images'.
1275 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1276
1277 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1278
1279 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1280 (ruby-smie-grammar): Make "." right-associative. Make its priority
1281 lower than the ternary and all binary operators.
1282 (ruby-smie-rules): Indent "(" relative to the first non-"."
1283 parent, or the first "." parent at indentation.
1284 Use `ruby-align-chained-calls' for indentation of "." tokens.
1285 (Bug#16593)
1286
1287 2014-01-31 Juri Linkov <juri@jurta.org>
1288
1289 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1290 from `make-hash-table'.
1291
1292 * textmodes/ispell.el (ispell-init-process): Change message format
1293 to be consistent with other messages.
1294
1295 2014-01-31 Glenn Morris <rgm@gnu.org>
1296
1297 * delsel.el (delete-selection-mode): Doc fix.
1298
1299 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1300 (trace-function-background): Doc fixes.
1301
1302 * ido.el (ido-use-virtual-buffers): Doc fix.
1303 Reset :version, since the default value has not changed.
1304
1305 * register.el (register-preview-delay, register-read-with-preview):
1306 Doc fixes.
1307
1308 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1309 do not mess with mail-buffer position (fixes 2009-11-03 change).
1310 * progmodes/cc-mode.el (c-submit-bug-report):
1311 Check auto-fill-mode is bound. (Bug#16592)
1312
1313 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1314
1315 * startup.el (fancy-splash-image-file): New function,
1316 split from fancy-splash-head.
1317 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1318 so that we are both using the same image. (Bug#16574)
1319
1320 2014-01-30 Glenn Morris <rgm@gnu.org>
1321
1322 * simple.el (eval-expression): Doc fix.
1323
1324 * hexl.el (hexl-mode-hook):
1325 * ielm.el (ielm-mode-hook):
1326 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1327 (lisp-interaction-mode-hook):
1328 * progmodes/cfengine.e (cfengine3-documentation-function):
1329 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1330
1331 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1334 is a symbol (bug#16584).
1335
1336 2014-01-30 Glenn Morris <rgm@gnu.org>
1337
1338 * help.el (help-for-help-internal): Add "P" to text.
1339
1340 2014-01-29 Glenn Morris <rgm@gnu.org>
1341
1342 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1343
1344 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1345
1346 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1347 height constraints.
1348
1349 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1350
1351 * progmodes/hideif.el: Extend to full CPP expression syntax.
1352 (hif-token-alist): Add missing tokens.
1353 (hif-token-regexp): Add support for float/octal/hex immediates.
1354 (hif-string-literal-regexp): New const.
1355 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1356 (hif-exprlist): New function.
1357 (hif-parse-if-exp): Use it.
1358 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1359 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1360 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1361 (hif-logxor, hif-comma): New functions.
1362
1363 2014-01-28 Glenn Morris <rgm@gnu.org>
1364
1365 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1366
1367 * indent.el (tab-stop-list): Doc fix. Add :version.
1368
1369 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1370 (cvs-append-to-ignore): Add compatibility alias.
1371
1372 2014-01-27 Glenn Morris <rgm@gnu.org>
1373
1374 * dired.el (dired-hide-details-mode): Don't autoload it,
1375 since it cannot be used outside Dired buffers anyway.
1376
1377 * emulation/cua-base.el (cua-mode): Doc fix.
1378
1379 * dired.el (dired-hide-details-hide-symlink-targets)
1380 (dired-hide-details-hide-information-lines)
1381 (dired-hide-details-mode): Doc fixes.
1382
1383 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1384 * strokes.el (strokes-file): Doc fix. Bump :version.
1385 (strokes-help): Doc fix.
1386 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1387 * emulation/viper.el (viper): Doc fix for custom group.
1388 (top-level): Remove oh-so-no-longer-relevant text about vip.
1389 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1390
1391 * ido.el (ido-save-directory-list-file):
1392 * saveplace.el (save-place-file):
1393 * calendar/timeclock.el (timeclock-file):
1394 * net/quickurl.el (quickurl-url-file):
1395 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1396 * progmodes/idlwave.el (idlwave-config-directory):
1397 * textmodes/remember.el (remember-data-file):
1398 Bump :version.
1399
1400 2014-01-26 Glenn Morris <rgm@gnu.org>
1401
1402 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1403 Doc fix. Make obsolete.
1404 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1405
1406 * sort.el (delete-duplicate-lines): Doc fix.
1407
1408 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1409
1410 * progmodes/ada-mode.el (ada):
1411 * woman.el (woman): Link to info manual and Commentary section.
1412
1413 * progmodes/flymake.el (flymake):
1414 * nxml/nxml-mode.el (nxml):
1415 * net/eww.el (eww):
1416 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1417 * htmlfontify.el (htmlfontify):
1418 * ses.el (ses):
1419 * epa.el (epa):
1420 * ido.el (ido): Link to info manual.
1421
1422 2014-01-25 Leo Liu <sdl.web@gmail.com>
1423
1424 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1425
1426 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1427
1428 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1429 (bug#16537).
1430
1431 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1432
1433 * net/eww.el (eww-download-callback):
1434 Fix reference to eww-download-directory.
1435
1436 * emacs-lisp/bytecomp.el (byte-compile-file):
1437 Remove unused local variable `file-name'.
1438
1439 2014-01-24 Glenn Morris <rgm@gnu.org>
1440
1441 * woman.el (woman-default-faces, woman-monochrome-faces):
1442 Fix obsolescence specification.
1443
1444 * subr.el (with-demoted-errors): Doc fix.
1445
1446 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1449 (cl--macroexp-fboundp): New function.
1450 (cl--make-type-test): Use it.
1451
1452 2014-01-23 Glenn Morris <rgm@gnu.org>
1453
1454 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1455 * simple.el (eval-expression): Doc fixes.
1456
1457 2014-01-22 Glenn Morris <rgm@gnu.org>
1458
1459 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1460
1461 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * emacs-lisp/package.el: Write files silently.
1464 (package-autoload-ensure-default-file, package--write-file-no-coding)
1465 (package-generate-description-file, package--download-one-archive)
1466 (package-install-from-archive): Tell `write-region' to stay quiet.
1467 (package-menu-mode, package-menu--print-info): Omit the Archive column
1468 if there's only one archive.
1469 (package-all-keywords, package--has-keyword-p): Remove dead code.
1470
1471 2014-01-22 Glenn Morris <rgm@gnu.org>
1472
1473 * version.el (emacs-bzr-version-bzr): Fix typo.
1474
1475 * version.el (emacs-repository-get-version):
1476 Check either .bzr or .git, but not both.
1477 Make the git case actually use the DIR argument, and return nil
1478 rather than the empty string.
1479 Avoid error if .git exists but the git executable is not found.
1480
1481 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1482
1483 Fixes in window size functions around Bug#16430 and Bug#16470.
1484 * window.el (window-total-size, window-size): New argument ROUND.
1485 (window--min-delta-1, window-min-delta, window--max-delta-1):
1486 Be more conservative when calculating the numbers of lines or
1487 columns a window can shrink (Bug#16430).
1488 (fit-window-to-buffer): Simplify code.
1489 * term.el (term-window-width): Call window-body-width again.
1490
1491 2014-01-22 Glenn Morris <rgm@gnu.org>
1492
1493 * image.el (image-format-suffixes): Doc fix.
1494
1495 * international/quail.el (quail-define-package): Doc fix.
1496
1497 * emacs-lisp/authors.el (authors-valid-file-names)
1498 (authors-renamed-files-alist): Additions.
1499
1500 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1501 reverts 2014-01-09 change. (Bug#16422)
1502
1503 * calc/calc-embed.el (thing-at-point-looking-at):
1504 * emacs-lisp/map-ynp.el (x-popup-dialog):
1505 * obsolete/lmenu.el (x-popup-dialog):
1506 * emacs-lisp/package.el (url-recreate-url):
1507 * mail/mailclient.el (clipboard-kill-ring-save):
1508 * subr.el (x-popup-dialog): Update declaration.
1509 * mail/rmail.el (rmail-mime-message-p):
1510 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1511
1512 2014-01-21 Daniel Colascione <dancol@dancol.org>
1513
1514 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1515 Correctly detect when we're inside an arithmetic expansion form
1516 containing nested parenthesis.
1517 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1518 to detect cases where we shouldn't expand "<<" to a heredoc
1519 skeleton.
1520
1521 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1524 (eldoc--message-command-p): New function.
1525 (eldoc-display-message-p): Use it.
1526 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1527 message is not automatically erased for us.
1528 (eldoc-print-current-symbol-info): Erase previous message, if any.
1529
1530 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1531
1532 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1533 specify it's an interactive function.
1534
1535 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1536 Fix regex used for scanning for citation keys which failed for
1537 citations with optional arguments.
1538
1539 2014-01-21 Leo Liu <sdl.web@gmail.com>
1540
1541 * simple.el (read--expression): Don't enable eldoc-mode.
1542
1543 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * simple.el (move-beginning-of-line): Make sure we don't move forward
1546 (bug#16497).
1547
1548 2014-01-20 Juri Linkov <juri@jurta.org>
1549
1550 * saveplace.el (toggle-save-place, save-place-to-alist)
1551 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1552 'dired-mode) before checking for dired-directory. (Bug#16477)
1553
1554 2014-01-20 Juri Linkov <juri@jurta.org>
1555
1556 * indent.el (indent-line-to): Use backward-to-indentation
1557 instead of back-to-indentation. (Bug#16461)
1558
1559 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1560
1561 Revert some of the CANNOT_DUMP fix (Bug#16494).
1562 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1563 but fixing this can wait until after the next release.
1564 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1565
1566 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1567
1568 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1569 Use `password-word-equivalents'.
1570 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1571 to t. (Bug#5664, Bug#13124)
1572
1573 2014-01-19 Alan Mackenzie <acm@muc.de>
1574
1575 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1576 points.
1577 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1578 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1579 * progmodes/cc-mode.el (c-before-change, c-after-change)
1580 (c-font-lock-fontify-region): Bind it here.
1581
1582 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1583
1584 * term.el (term-window-width): Call window-text-width instead of
1585 window-width (Bug#16470).
1586
1587 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1588
1589 * simple.el (password-word-equivalents): Remove duplicates.
1590 Sort, to make this easier next time.
1591 Downcase. Omit ": " after "jelszó".
1592
1593 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1594
1595 * term/common-win.el (saved-region-selection): Defvar it.
1596 (x-select-text): Set saved-region-selection (Bug#16382).
1597
1598 2014-01-18 Glenn Morris <rgm@gnu.org>
1599
1600 * emacs-lisp/authors.el (authors-aliases)
1601 (authors-renamed-files-alist): Add some entries.
1602
1603 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1604
1605 * net/tramp.el (tramp-password-prompt-regexp):
1606 Use `password-word-equivalents' if available.
1607 (tramp-action-password, tramp-process-one-action)
1608 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1609
1610 2014-01-17 Chong Yidong <cyd@gnu.org>
1611
1612 * simple.el (password-word-equivalents): New defcustom.
1613 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1614 to 24.4.
1615 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1616 to t. (Bug#13124)
1617
1618 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1619
1620 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1621 (ruby-align-to-stmt-keywords): Change the default value.
1622 Use `ruby-alignable-keywords' to generate the possible customization
1623 choices.
1624 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1625 keywords, check against the value of `ruby-alignable-keywords'
1626 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1627
1628 2014-01-17 Glenn Morris <rgm@gnu.org>
1629
1630 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1631
1632 Make M-x authors return zero *Authors Errors* from current logs.
1633 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1634 (authors-ignored-files): Add some entries, remove others.
1635 (authors-ambiguous-files, authors-valid-file-names):
1636 Add some entries.
1637 (authors-renamed-files-alist): Add, remove, and adjust entries.
1638 (authors-renamed-files-regexps): Add some entries.
1639 Remove some very broad ones. Make some entries `lax'.
1640 (authors-lax-changelogs): New constant.
1641 (authors-disambiguate-file-name): Treat top-level specially.
1642 (authors-lax-changelog-p): New function.
1643 (authors-canonical-file-name): Check file as written against
1644 authors-valid-file-names. Do not special-case etc/.
1645 Handle `lax' logs and authors-renamed-files-regexps elements.
1646
1647 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1648
1649 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1650 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1651 callers.
1652
1653 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1656 Assume we're already in the proper buffer.
1657 Inspired by Anders Lindgren <andlind@gmail.com>.
1658 (follow-post-command-hook): Call it from the right buffer.
1659 (follow-comint-scroll-to-bottom): Adjust call.
1660 (follow-all-followers): Use get-buffer-window-list.
1661
1662 2014-01-15 Daniel Colascione <dancol@dancol.org>
1663
1664 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1665 `buffer-file-name' in interactive-form so that we don't leave
1666 pathless file names in `file-name-history'.
1667
1668 2014-01-15 Juri Linkov <juri@jurta.org>
1669
1670 * indent.el (indent-rigidly): Set deactivate-mark to nil
1671 in transient indentation mode. (Bug#16438)
1672
1673 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1674
1675 * emacs-lisp/package.el (package-desc-keywords): New function
1676 (Bug#16222).
1677 (describe-package-1, package-all-keywords)
1678 (package--has-keyword-p): Use it.
1679
1680 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1681
1682 * simple.el (define-alternatives): When creating the
1683 COMMAND-alternatives variable, assign COMMAND as its definition
1684 name so that `describe-variable' can relocate it.
1685
1686 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1687
1688 * font-lock.el (font-lock-keywords): Fix typo in docstring
1689 (bug#16307).
1690
1691 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1692
1693 * ispell.el (ispell-region): Reset `in-comment' for new line
1694 instead of wrongly reset `add-coment' (bug#13577).
1695
1696 2014-01-14 Daiki Ueno <ueno@gnu.org>
1697
1698 * epa-file.el (epa-file-write-region): Encode the region according
1699 to `buffer-file-format'. Problem reported at:
1700 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1701
1702 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1705 so it applies in the right buffer (bug#16410).
1706
1707 2014-01-13 Daniel Colascione <dancol@dancol.org>
1708
1709 * textmodes/rst.el (rst-define-key): Provide deprecated
1710 keybindings through named functions instead of anonymous ones so
1711 that "??" doesn't appear in describe-mode output.
1712
1713 2014-01-13 Bastien Guerry <bzg@gnu.org>
1714
1715 * simple.el (define-alternatives): Call the selected command
1716 interactively. When setting `COMMAND--implementation' for the
1717 first time, tell the user how to chose another implementation.
1718 Enhance the docstring.
1719
1720 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1723 (log-edit--match-first-line): New function.
1724 (log-edit-font-lock-keywords): Use it.
1725 (log-edit-mode): Make jit-lock-defer-multiline work.
1726
1727 2014-01-13 Bastien Guerry <bzg@gnu.org>
1728
1729 * rect.el (rectangle-mark-mode): When the region is not active,
1730 display a message saying that the mark as been set and that
1731 rectangle mode is in use.
1732 (rectangle--highlight-for-redisplay): Only put an overlay with a
1733 visible vertical bar when (display-graphic-p) is non-nil.
1734 This partially fixes Bug#16403.
1735
1736 2014-01-13 Juri Linkov <juri@jurta.org>
1737
1738 * info.el (Info-find-file): Go to DIR before displaying the error
1739 about a nonexistent file if no previous Info file is visited.
1740 Use `user-error' instead of `error' for "Info file %s does not exist".
1741 (Info-find-node-2): In case of a nonexistent node in unwind forms
1742 go to the Top node if there is no previous node to revert to.
1743 (Bug#16405)
1744
1745 2014-01-13 Martin Rudalics <rudalics@gmx.at>
1746
1747 fit-frame/window-to-buffer code fixes including one for Bug#14096.
1748 * window.el (fit-frame-to-buffer): Fix doc-string.
1749 Respect window-min-height/-width. Fit pixelwise when
1750 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
1751 when avoiding that frame goes partially off-screen.
1752 (fit-window-to-buffer): Respect window-min-height/-width
1753 (Bug#14096).
1754
1755 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1758 after an empty line.
1759
1760 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * net/shr.el (shr-render-region): Autoload.
1763
1764 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
1765
1766 * net/eww.el (eww-download-directory): Rename from
1767 `eww-download-path' (Bug#16419).
1768
1769 2014-01-12 Leo Liu <sdl.web@gmail.com>
1770
1771 * dired-x.el (dired-mode-map): Fix last change.
1772
1773 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1774
1775 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
1776
1777 Spelling fixes.
1778 * emacs-lisp/generic.el (generic--normalize-comments):
1779 Rename from generic--normalise-comments. All uses changed.
1780 * play/bubbles.el (bubbles--neighborhood-score)
1781 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1782 (bubbles--neighborhood-available)
1783 (bubbles--update-neighborhood-score):
1784 Rename from names with 'neighbourhood'. All uses changed.
1785
1786 2014-01-12 Leo Liu <sdl.web@gmail.com>
1787
1788 Re-implement the feature of showing eldoc info after editing.
1789 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1790 (eldoc-edit-message-commands): New function.
1791 (eldoc-print-after-edit): New variable.
1792 (eldoc-pre-command-refresh-echo-area): Emit message only by
1793 eldoc-message-commands.
1794 (eldoc-mode): Restrict eldoc-message-commands to editing commands
1795 if eldoc-print-after-edit is set. (Bug#16346)
1796 * simple.el (read--expression): Enable eldoc-mode.
1797 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1798
1799 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
1800 Eric S. Raymond <esr@thyrsus.com>
1801
1802 * version.el (emacs-repository-get-version): Enhance so the
1803 function works correctly in either a Bazaar or Git repo.
1804
1805 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
1806
1807 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1808 Goes with removal of the joke manpages from /etc.
1809
1810 2014-01-10 Kenichi Handa <handa@gnu.org>
1811
1812 * mail/rmail.el (rmail-get-coding-system):
1813 Check rmail-get-coding-function before "funcall"ing it.
1814
1815 2014-01-10 Glenn Morris <rgm@gnu.org>
1816
1817 * emacs-lisp/authors.el (authors-fixed-entries):
1818 Update for files that no longer exist.
1819
1820 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
1821
1822 * version.el (emacs-bzr-get-version): Restore compatibilty with
1823 24.3 (Tested).
1824
1825 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
1826
1827 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1828 and Podfile.
1829
1830 2014-01-10 Eli Zaretskii <eliz@gnu.org>
1831
1832 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1833
1834 2014-01-10 Chong Yidong <cyd@gnu.org>
1835
1836 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1837
1838 2014-01-10 Anders Lindgren <andlind@gmail.com>
1839
1840 * follow.el (follow-cache-command-list): Include right-char and
1841 left-char.
1842
1843 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
1844
1845 Spelling fixes.
1846 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1847 * woman.el (woman-mark-horizontal-position):
1848 Rename from woman-mark-horizonal-position. Use changed.
1849
1850 2014-01-10 Glenn Morris <rgm@gnu.org>
1851
1852 * info.el (info-initialize): If running uninstalled, ensure our
1853 own info files are always found first, even if INFOPATH is set.
1854
1855 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1856
1857 2014-01-09 David Engster <deng@randomsample.de>
1858
1859 * emacs-lisp/eieio-custom.el:
1860 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1861 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1862 * emacs-lisp/eieio.el: Regenerate autoloads.
1863
1864 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1865
1866 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1867 following renames. (Bug#8756)
1868
1869 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1872 (bug#16382).
1873 (activate-mark): Add `no-tmm' argument.
1874 (set-mark, push-mark-command): Use it instead of running
1875 activate-mark-hook by hand.
1876
1877 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1878
1879 In preparation for the move to git, sanitize out some
1880 Bazaar-specific names.
1881
1882 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1883
1884 * version.el (emacs-bzr-version): Name changed to
1885 emacs-repository-version. Obsolete-variable alias made.
1886 * loadup.el: Follow through on this name change.
1887 * mail/emacsbug.el (report-emacs-bug): Factor out any
1888 assumption about the version control system in use.
1889
1890 2014-01-08 David Engster <deng@randomsample.de>
1891
1892 * help-fns.el (help-fns-describe-function-functions):
1893 New variable to call functions for augmenting help buffers.
1894 (describe-function-1): Remove explicit calls to
1895 `help-fns--compiler-macro', `help-fns--parent-mode' and
1896 `help-fns--obsolete'. Put them in above new variable instead, and
1897 call them through `run-hook-with-args'.
1898 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1899 `eieio-describe-class'. Not meant for interactive use anymore,
1900 but to augment existing help buffers. Remove optional second
1901 argument. Create proper button for file location.
1902 Rewrite function to use `insert' instead of `princ' and `prin1' where
1903 possible.
1904 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1905 (eieio-method-def, eieio-class-def): Move further up.
1906 (describe-method, describe-generic, eieio-describe-method):
1907 Remove aliases.
1908 (eieio-help-constructor, eieio-help-generic): Rename from
1909 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1910 Rewrite to use `insert' in the current buffer and use proper help
1911 buttons.
1912 (eieio-help-find-method-definition)
1913 (eieio-help-find-class-definition): Also accept symbols as
1914 arguments.
1915 (eieio-help-mode-augmentation-maybee): Remove.
1916 (eieio-describe-class-sb): Use `describe-function'.
1917 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1918 Add `eieio-help-generic' and `eieio-help-constructor'.
1919
1920 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1921
1922 Spelling fixes.
1923 * language/china-util.el (hz-ascii-designation):
1924 Rename from hz-ascii-designnation.
1925 (hz-ascii-designation): Rename from hz-ascii-designnation.
1926 All uses changed.
1927
1928 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1931 package-alist.
1932
1933 2014-01-08 Bastien Guerry <bzg@gnu.org>
1934
1935 * emacs-lisp/package.el (package-delete):
1936 Correctly delete the package from package-alist.
1937
1938 2014-01-08 Daiki Ueno <ueno@gnu.org>
1939
1940 * emacs-lisp/package.el (url-recreate-url): Declare.
1941 (url-http-target-url): Declare.
1942 (package-handle-response): Include requested URL in the error message.
1943 (package--check-signature): Don't re-signal errors from
1944 package--with-work-buffer. Suggested by Stefan Monnier.
1945
1946 2014-01-07 Bastien Guerry <bzg@gnu.org>
1947
1948 * minibuffer.el (completion--try-word-completion): When both a
1949 hyphen and a space are possible candidates for the character
1950 following a word, display both candidates. (Bug#15980)
1951
1952 2014-01-07 Martin Rudalics <rudalics@gmx.at>
1953
1954 * window.el (balance-windows-2): While rounding don't give a
1955 window more than the remainder. Bug#16351, bug#16383.
1956
1957 2014-01-07 Glenn Morris <rgm@gnu.org>
1958
1959 * menu-bar.el (menu-bar-help-extra-packages): Remove.
1960 (menu-bar-help-menu): Use view-external-packages instead.
1961
1962 2014-01-07 Bastien Guerry <bzg@gnu.org>
1963
1964 * emacs-lisp/package.el (package-delete): Also delete the package
1965 name from `package-alist', not its description only.
1966
1967 2014-01-07 Glenn Morris <rgm@gnu.org>
1968
1969 * help.el (view-external-packages):
1970 * menu-bar.el (menu-bar-help-extra-packages):
1971 Visit efaq.info rather than etc/MORE.STUFF.
1972
1973 2014-01-07 Juri Linkov <juri@jurta.org>
1974
1975 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1976 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
1977
1978 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1979 that shadows RET. (Bug#16342)
1980
1981 2014-01-07 Chong Yidong <cyd@gnu.org>
1982
1983 * isearch.el (isearch-yank-char, isearch-yank-word)
1984 (isearch-yank-line): Doc fix.
1985
1986 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1989 * emacs-lisp/elint.el (elint-find-builtins):
1990 * emacs-lisp/eldoc.el (eldoc-symbol-function):
1991 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1992 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1993 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1994 * apropos.el (apropos-safe-documentation):
1995 * subr.el (symbol-file): Remove redundant fboundp.
1996 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1997
1998 2014-01-06 Bastien Guerry <bzg@gnu.org>
1999
2000 * hl-line.el (global-hl-line-overlay): Make a local variable.
2001 (global-hl-line-overlays): New variable to store all overlays.
2002 (global-hl-line-mode): Don't delete overlays from the current
2003 buffer when `global-hl-line-sticky-flag' is non-nil.
2004 (global-hl-line-highlight): Add new overlays to
2005 `global-hl-line-overlays'.
2006 (global-hl-line-unhighlight-all): New function to delete all
2007 overlays when turning off `global-hl-line-mode'.
2008 This fixes Bug#16183.
2009
2010 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * subr.el (set-transient-map): Fix nested case and docstring.
2013
2014 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2015
2016 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2017 `Texinfo' entry.
2018
2019 2014-01-06 Daniel Colascione <dancol@dancol.org>
2020
2021 Fix defun navigation in vc log view.
2022
2023 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2024 like `beginning-of-defun'.
2025 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2026 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2027 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2028 (log-view-extract-comment): Call `log-view-current-entry' directly
2029 instead of relying on broken `log-view-beginning-of-defun' behavior.
2030
2031 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2032
2033 Spelling fixes.
2034 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2035 * emacs-lisp/debug.el (cancel-debug-on-entry):
2036 * epg.el (epg-error-to-string):
2037 * files.el (recover-file):
2038 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2039 * mail/emacsbug.el (report-emacs-bug-hook):
2040 * mail/sendmail.el (mail-recover):
2041 * ses.el (ses-yank-resize):
2042 * term/ns-win.el (ns-print-buffer):
2043 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2044 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2045 All uses changed.
2046 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2047
2048 2014-01-06 Leo Liu <sdl.web@gmail.com>
2049
2050 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2051 to avoid shadowing global key. (Bug#16354)
2052
2053 2014-01-06 Daniel Colascione <dancol@dancol.org>
2054
2055 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2056 rst-mode.
2057
2058 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2059
2060 * window.el (balance-windows): Add mising t to fix Bug#16351.
2061
2062 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2063
2064 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2065 (bug#16285).
2066 (shr-insert): If we have a word that's longer than `shr-width',
2067 break after it anyway. Otherwise we'll do no breaking once we get
2068 such a long word.
2069
2070 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2071
2072 * net/eww.el (eww): Support single/double quote for search.
2073 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2074 (eww-history-quit): Delete and use quit-window.
2075 (eww-history-kill): Delete, because it doesn't work well and
2076 not necessary.
2077 (eww-history-mode-map): Delete some keys and add easy-menu.
2078
2079 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2080
2081 Fix misspelling of 'chinese' in rx (Bug#16237).
2082 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2083 chinese-two-byte.
2084
2085 Change subword regexps back to vars (Bug#16296).
2086 * progmodes/subword.el (subword-forward-regexp)
2087 (subword-backward-regexp): Change these back to variables.
2088
2089 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2092 syntax-begin-function (bug#16247).
2093
2094 2014-01-03 Chong Yidong <cyd@gnu.org>
2095
2096 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2097 (advice--docstring): Delete variable.
2098 (advice--make-1): Leave the docstring empty.
2099 (advice-add): Use function-documentation for advised docstring.
2100
2101 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2102 Ignore function-documentation property when getting documentation.
2103 (ad-activate-advised-definition): Use function-documentation
2104 generate the docstring.
2105 (ad-make-advised-definition): Don't call
2106 ad-make-advised-definition-docstring.
2107 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2108 Delete functions.
2109
2110 * progmodes/sql.el (sql-help): Use function-documentation instead
2111 of dynamic-docstring-function property. No need to autoload now.
2112 (sql--help-docstring): New variable.
2113 (sql--make-help-docstring): Use it.
2114
2115 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * ielm.el (ielm-tab): Retarget.
2118 (ielm-map): Use ielm-tab for tab.
2119 (ielm-complete-filename): Use comint-filename-completion.
2120 (ielm-complete-symbol): Remove.
2121 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2122 remove ielm-tab from completion-at-point-functions (bug#16224).
2123
2124 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2125 Beware signals raised by predicates (bug#16201).
2126
2127 2014-01-02 Richard Stallman <rms@gnu.org>
2128
2129 * dired-aux.el (dired-do-print): Handle printer-name.
2130
2131 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2132 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2133 (rmail-epa-decrypt): Turn off mime processing.
2134
2135 * mail/rmail.el (rmail-make-in-reply-to-field):
2136 Add parens in message-id.
2137
2138 * mail/rmail.el (rmail-get-coding-function): Variable.
2139 (rmail-get-coding-system): Use it.
2140
2141 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2142
2143 * international/mule-conf.el: Unify the charset indian-is13194.
2144 (indian-is13194): Specify unify-map.
2145
2146 2013-12-31 Leo Liu <sdl.web@gmail.com>
2147
2148 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2149
2150 2013-12-30 Daniel Colascione <dancol@dancol.org>
2151
2152 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2153 of printing a useless when we resume from sleep.
2154
2155 * progmodes/sh-script.el
2156 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2157 in indentation code. (Bug#16233)
2158
2159 2013-12-28 João Távora <joaotavora@gmail.com>
2160
2161 * elec-pair.el (electric-pair-post-self-insert-function):
2162 Don't open extra newlines at beginning of buffer. (Bug#16272)
2163
2164 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2165
2166 * frame.el (window-system-for-display): Don't allow to create a
2167 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2168
2169 2013-12-28 Glenn Morris <rgm@gnu.org>
2170
2171 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2172 Update callers.
2173
2174 * apropos.el (apropos-match-face):
2175 * calculator.el (calculator-displayer):
2176 * dabbrev.el (dabbrev-search-these-buffers-only):
2177 * face-remap.el (buffer-face-mode-face):
2178 * simple.el (yank-handled-properties):
2179 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2180 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2181 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2182 (hashcash-double-spend-database):
2183 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2184 (ruby-deep-indent-paren-style):
2185 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2186 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2187 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2188 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2189 Specify custom types.
2190
2191 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2192 * bookmark.el (bookmark-bmenu-use-header-line):
2193 * doc-view.el (doc-view-scale-internally):
2194 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2195 * register.el (register-preview-delay):
2196 * net/shr.el (shr-bullet):
2197 * progmodes/cfengine.el (cfengine-cf-promises)
2198 (cfengine-parameters-indent):
2199 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2200 * textmodes/reftex-vars.el (reftex-label-regexps):
2201 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2202
2203 * net/tls.el (tls-certtool-program): Fix default value.
2204
2205 * desktop.el (desktop-restore-in-current-display):
2206 * newcomment.el (comment-empty-lines):
2207 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2208 (idlwave-pad-keyword):
2209 * progmodes/tcl.el (tcl-tab-always-indent):
2210 * textmodes/reftex-vars.el (reftex-index-default-tag):
2211 * elec-pair.el (electric-pair-skip-whitespace):
2212 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2213
2214 * emacs-lisp/authors.el (authors-ignored-files)
2215 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2216
2217 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2218
2219 * shell.el (shell-dynamic-complete-command): Doc fix.
2220 (shell--command-completion-data): Shell completion now matches
2221 executable filenames from the current buffer's directory, on
2222 systems in which this behavior is the default (windows-nt, ms-dos).
2223
2224 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2225
2226 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2227
2228 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2231 (bug#16251).
2232
2233 * electric.el: Move all electric-pair-* to elec-pair.el.
2234 * elec-pair.el: New file, split from electric.el.
2235
2236 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2237
2238 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2239 indentation level is larger than the width, because that will
2240 infloop.
2241 (shr-insert): Fill repeatedly long texts, so that Japanese is
2242 formatted correctly (bug#16263).
2243 (shr-find-fill-point): Off by one error in comparison with the
2244 indentation.
2245
2246 2013-12-26 João Távora <joaotavora@gmail.com>
2247
2248 * electric.el (electric-pair-mode): More flexible engine for skip-
2249 and inhibit predicates, new options for pairing-related functionality.
2250 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2251 if that keeps or improves their balance in buffers.
2252 (electric-pair-delete-adjacent-pairs): Delete the pair when
2253 backspacing over adjacent matched delimiters.
2254 (electric-pair-open-extra-newline): Open extra newline when
2255 inserting newlines between adjacent matched delimiters.
2256 (electric--sort-post-self-insertion-hook):
2257 Sort post-self-insert-hook according to priority values when
2258 minor-modes are activated.
2259 * simple.el (newline-and-indent): Call newline with interactive
2260 set to t.
2261 (blink-paren-post-self-insert-function): Set priority to 100.
2262 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2263 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2264 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2265 electric-pair-open-newline-between-pairs to nil.
2266
2267 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2268
2269 * progmodes/python.el: Use lexical-binding.
2270 (python-nav-beginning-of-defun): Stop searching ASAP.
2271
2272 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2273
2274 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2275 Fix interactive spec. Doc fix. (Bug#15754)
2276
2277 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2278
2279 * emacs-lisp/byte-run.el (eval-when-compile):
2280 * progmodes/cc-defs.el (cc-eval-when-compile):
2281 Fix edebug spec (bug#16184).
2282
2283 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2284
2285 * net/shr.el (shr-visit-file): Remove debugging function.
2286 (shr-insert): Don't infloop if we can't find a good place to break
2287 the line (bug#16256).
2288
2289 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2290
2291 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2292 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2293 python-nav-lisp-forward-sexp-safe.
2294 (python-nav--forward-sexp): New argument SAFE allows switching
2295 forward sexp movement behavior for parens.
2296 (python-nav-forward-sexp): Throw errors on unterminated parens
2297 (Bug#16191).
2298 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2299 (python-nav-backward-sexp-safe): New functions.
2300 (python-shell-buffer-substring):
2301 Use `python-nav-forward-sexp-safe'.
2302
2303 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2304
2305 * net/shr.el (shr-find-fill-point): Don't break lines before a
2306 quotation mark.
2307 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2308 (shr-find-fill-point): Remove the special checks for the quotation
2309 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2310
2311 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2312
2313 * net/eww.el (eww-form-textarea): Use a different face for
2314 textareas than text input since they have different keymaps
2315 (bug#16142).
2316
2317 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2318
2319 * progmodes/python.el (python-nav-beginning-of-statement):
2320 Speed up (Bug#15295).
2321
2322 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2323
2324 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2325 the window configuration.
2326
2327 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2328
2329 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2330 we run on MS-Windows or MS-DOS.
2331
2332 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2333
2334 * window.el (balance-windows-area): Call window-size instead of
2335 window-height and window-width. Bug#16241.
2336
2337 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2338
2339 * net/eww.el (eww-bookmark-quit): Remove.
2340 (eww-bookmark-browse): Restore the window configuration when you
2341 choose a bookmark (bug#16144).
2342
2343 2013-12-24 Daniel Colascione <dancol@dancol.org>
2344
2345 * icomplete.el: Remove redundant :group arguments to `defcustom'
2346 throughout.
2347 (icomplete-show-matches-on-no-input): New customizable variable.
2348 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2349 we have something to show.
2350 (icomplete-exhibit): Compute completions even if we have no user input.
2351
2352 2013-12-23 Daniel Colascione <dancol@dancol.org>
2353
2354 * icomplete.el: Move `provide' to end of file.
2355
2356 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2357
2358 * net/gnutls.el (gnutls-verify-error): Add version tag.
2359
2360 2013-12-23 Chong Yidong <cyd@gnu.org>
2361
2362 * subr.el (set-transient-map): Rename from
2363 set-temporary-overlay-map. Doc fix.
2364
2365 * face-remap.el (text-scale-adjust):
2366 * indent.el (indent-rigidly):
2367 * kmacro.el (kmacro-call-macro):
2368 * minibuffer.el (minibuffer-force-complete):
2369 * repeat.el (repeat):
2370 * simple.el (universal-argument--mode):
2371 * calendar/todo-mode.el (todo-insert-item--next-param):
2372 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2373
2374 * indent.el (indent-rigidly): Use substitute-command-keys.
2375
2376 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2377
2378 * net/eww.el (eww-tag-select): Add text-property to jump to next
2379 select field.
2380 (eww): Add non-supported ftp error.
2381
2382 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2383
2384 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2385 comments. Handle electric indent after typing `?' and `!'.
2386
2387 2013-12-22 Chong Yidong <cyd@gnu.org>
2388
2389 * faces.el (face-spec-recalc): If the theme specs are not
2390 applicable to a frame, fall back on the defface spec.
2391 This prevents themes from obliterating faces on low-color terminals.
2392
2393 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2394
2395 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2396 after `{'. We need it after block openers, and it doesn't seem
2397 to hurt after hash openers.
2398
2399 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2400
2401 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2402 extracted from `ruby-smie-rules'.
2403 (ruby--electric-indent-chars): New variable.
2404 (ruby--electric-indent-p): New function.
2405 (ruby-mode): Use `electric-indent-functions' instead of
2406 `electric-indent-chars'.
2407
2408 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2409
2410 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2411 docstring.
2412 (ruby-smie-rules): Indent plus one level after `=>'.
2413
2414 2013-12-21 Richard Stallman <rms@gnu.org>
2415
2416 * simple.el (newline): Doc fix.
2417
2418 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2419
2420 * net/eww.el (eww-list-histories, eww-list-histories)
2421 (eww-history-browse, eww-history-quit, eww-history-kill)
2422 (eww-history-mode-map, eww-history-mode): New command and
2423 functions to list browser histories.
2424 (eww-form-text): Support text form with disabled
2425 and readonly attributes.
2426 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2427
2428 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2429
2430 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2431 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2432 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2433 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2434 Use `user-error'.
2435 (eww-bookmark-mode-map): Add menu.
2436 (eww-render, eww-mode): Use `setq-local'.
2437 (eww-tool-bar-map): New variable.
2438 (eww-mode): Set `tool-bar-map'.
2439 (eww-view-source): Check for `html-mode' with `fboundp'.
2440
2441 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2442
2443 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2444 elements with text inside. Also remove debugging.
2445
2446 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2447
2448 * cus-start.el (all): Add ns-use-srgb-colorspace.
2449
2450 2013-12-21 Chong Yidong <cyd@gnu.org>
2451
2452 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2453 undefined. Thus, theme settings for undefined faces do not take
2454 effect until the faces are defined with defface, the same as with
2455 theme variables.
2456
2457 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2458 (face-spec-reset-face): Don't assign extra properties in temacs.
2459 (face-spec-recalc): Apply X resources too.
2460
2461 2013-12-21 Chong Yidong <cyd@gnu.org>
2462
2463 * faces.el (face-spec-set):
2464 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2465 * custom.el (defface): Doc fixes (Bug#16203).
2466
2467 * indent.el (indent-rigidly-map): Add docstring, and move commands
2468 into named functions.
2469 (indent-rigidly-left, indent-rigidly-right)
2470 (indent-rigidly-left-to-tab-stop)
2471 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2472 indentation direction based on bidi direction, and accumulate
2473 sequential commands in a single undo boundary.
2474 (indent-rigidly--pop-undo): New utility function.
2475
2476 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2477
2478 * faces.el (read-face-name): Require crm.el when using crm-separator.
2479
2480 2013-12-20 Daniel Colascione <dancol@dancol.org>
2481
2482 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2483 so that we don't reflow comments into the shebang line.
2484
2485 2013-12-20 Juri Linkov <juri@jurta.org>
2486
2487 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2488 a position when `dired-directory' is non-nil. Check integer
2489 positions with `integerp'.
2490 (toggle-save-place, save-places-to-alist): Add check for
2491 `dired-directory'.
2492 (save-place-find-file-hook): Check integer positions with
2493 `integerp'.
2494 (save-place-dired-hook): Use `dired-goto-file' when
2495 `dired-filename' is found in the assoc list. Check integer
2496 positions with `integerp'.
2497 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2498
2499 * dired.el (dired-initial-position-hook): Rename back from
2500 `dired-initial-point-hook'.
2501 (dired-initial-position): Rename `dired-initial-point-hook' to
2502 `dired-initial-position-hook'.
2503 (dired-file-name-at-point): Doc fix. (Bug#15329)
2504
2505 2013-12-20 Juri Linkov <juri@jurta.org>
2506
2507 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2508 (read-regexp-suggestions): New function.
2509 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2510 Use `read-regexp-suggestions'. Add non-empty default to history
2511 for empty input.
2512 (occur-read-regexp-defaults-function): Remove function.
2513 (occur-read-primary-args): Use `regexp-history-last' instead of
2514 `occur-read-regexp-defaults-function'.
2515
2516 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2517 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2518 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2519 `hi-lock-read-regexp-defaults-function'. Doc fix.
2520 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2521 with `find-tag-default-as-symbol-regexp'. Doc fix.
2522 (hi-lock-read-regexp-defaults): Remove function.
2523 (hi-lock-regexp-okay): Add check for null.
2524
2525 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2526 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2527
2528 * subr.el (find-tag-default-as-symbol-regexp): New function.
2529 (find-tag-default-as-regexp): Move symbol regexp formatting to
2530 `find-tag-default-as-symbol-regexp'.
2531
2532 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2533
2534 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2535 (Bug#14179)
2536
2537 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2538
2539 * calendar/todo-mode.el: New implementation of item insertion
2540 commands and key bindings.
2541 (todo-key-prompt): New face.
2542 (todo-insert-item): New command.
2543 (todo-insert-item--parameters): New defconst, replacing defvar
2544 todo-insertion-commands-args-genlist.
2545 (todo-insert-item--param-key-alist): New defconst, replacing
2546 defvar todo-insertion-commands-arg-key-list.
2547 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2548 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2549 (todo-insert-item--next-param): New functions.
2550 (todo-insert-item--args, todo-insert-item--argleft)
2551 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2552 New variables.
2553 (todo-key-bindings-t): Change binding of "i" from
2554 todo-insertion-map to todo-insert-item.
2555 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2556 (todo-insertion-command-name, todo-insertion-commands-names)
2557 (todo-define-insertion-command, todo-insertion-commands)
2558 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2559
2560 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2561
2562 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2563 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2564 eval-when-compile.
2565 (todo-move-category): Allow choosing a non-existing todo file to
2566 move the category to, and create that file.
2567 (todo-default-priority): New user option.
2568 (todo-set-item-priority): Use it.
2569 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2570 (desktop-restore-file-buffer): Declare.
2571 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2572 (todo-modes-set-2): Locally set desktop-save-buffer to
2573 todo-desktop-save-buffer.
2574 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2575 (auto-mode-alist): Add autoload cookie.
2576
2577 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2578
2579 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2580 helpers.el was a poor choice of name.
2581 (string-remove-prefix): New function.
2582 (string-remove-suffix): New function.
2583
2584 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2585
2586 Fix assignment for new window total sizes.
2587 * window.el (window--pixel-to-size): Remove function.
2588 (window--pixel-to-total-1, window--pixel-to-total):
2589 Fix calculation of new total sizes.
2590
2591 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2592
2593 * comint.el (comint-output-filter): Fix rear-nonsticky property
2594 placement (Bug#16010).
2595
2596 2013-12-20 Chong Yidong <cyd@gnu.org>
2597
2598 * faces.el (read-color): Minor fix for completion function.
2599
2600 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2601
2602 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2603 New option. (Bug#16182)
2604 (ruby-smie--indent-to-stmt-p): Use it.
2605 (ruby-smie-rules): Revert the logic in the handling of `when'.
2606 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2607 (ruby-deep-arglist, ruby-deep-indent-paren)
2608 (ruby-deep-indent-paren-style): Update docstrings to note that the
2609 vars don't have any effect with SMIE.
2610
2611 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2612
2613 * calc/calc.el (calc-enter, calc-pop): Use the variable
2614 `calc-context-sensitive-enter'.
2615
2616 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2617
2618 * net/shr.el (shr-insert): Protect against infloops in degenerate
2619 tables.
2620
2621 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2622
2623 * progmodes/octave.el (octave): Add link to manual and octave
2624 homepage.
2625 (octave-mode-menu): Link to octave-mode manual.
2626
2627 2013-12-20 Leo Liu <sdl.web@gmail.com>
2628
2629 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2630 insertion using skeleton-end-newline. (Bug#16138)
2631
2632 2013-12-20 Juri Linkov <juri@jurta.org>
2633
2634 * replace.el (occur-engine): Use `add-face-text-property'
2635 to add the face property to matches and titles. (Bug#14645)
2636
2637 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2638 the palette of other hi-lock colors.
2639 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2640
2641 2013-12-19 Juri Linkov <juri@jurta.org>
2642
2643 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2644 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2645 (minibuffer-history-symbol): Move variable declaration closer to
2646 its usage.
2647
2648 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2649 (Bug#14785)
2650
2651 2013-12-19 Juri Linkov <juri@jurta.org>
2652
2653 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2654 New function.
2655 (log-edit-hook): Add it to :options. (Bug#16170)
2656
2657 2013-12-19 Juri Linkov <juri@jurta.org>
2658
2659 * simple.el (eval-expression-print-format): Don't check for
2660 command names and the last command. Always display additional
2661 formats of the integer result in the echo area, and insert them
2662 to the current buffer only with a zero prefix arg.
2663 Display character when char-displayable-p is non-nil.
2664 (eval-expression): With a zero prefix arg, set `print-length' and
2665 `print-level' to nil, and insert the integer values from
2666 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2667
2668 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2669 `eval-last-sexp-arg-internal'. Doc fix.
2670 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2671 `eval-last-sexp-print-value'. Doc fix.
2672 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2673 Set `print-length' and `print-level' to nil when arg is zero.
2674 (eval-last-sexp): Doc fix.
2675 (eval-defun-2): Print the integer values from
2676 `eval-expression-print-format' at the end.
2677
2678 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2679 values from `eval-expression-print-format' at the end.
2680
2681 * ielm.el (ielm-eval-input): Print the integer
2682 values from `eval-expression-print-format' at the end.
2683
2684 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2685
2686 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2687 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2688
2689 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2692 (hl-line-highlight, global-hl-line-highlight): Use it.
2693 (hl-line-overlay): Use defvar-local.
2694
2695 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2696
2697 * term/ns-win.el: Require dnd.
2698 (global-map): Remove drag items.
2699 (ns-insert-text, ns-set-foreground-at-mouse)
2700 (ns-set-background-at-mouse):
2701 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2702 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2703 New functions.
2704
2705 2013-12-19 Glenn Morris <rgm@gnu.org>
2706
2707 * emacs-lisp/ert.el (ert-select-tests):
2708 Fix string/symbol mixup. (Bug#16121)
2709
2710 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2711
2712 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2713 keywords to their parent.
2714
2715 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2716
2717 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2718 first arg to be a string (fixed dead code), or an operator symbol.
2719 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2720 operator symbols.
2721 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2722 did nothing. Don't respond to `(:after ".")', it will be called
2723 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2724 change anything. Only return indentation for binary operators
2725 when they are hanging. De-dent opening paren when its parent is
2726 `.', otherwise it looks bad when the dot is not at bol or eol
2727 (bug#16182).
2728
2729 2013-12-19 Juri Linkov <juri@jurta.org>
2730
2731 * replace.el (query-replace-read-args): Split a non-negative arg
2732 and a negative arg into separate elements.
2733 (query-replace, query-replace-regexp, replace-string)
2734 (replace-regexp): Add arg `backward'. Doc fix.
2735 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2736 move point to the beginning of the match.
2737 (replace-search, replace-highlight): Use new arg `backward'
2738 to set the value of `isearch-forward'.
2739 (perform-replace): Add arg `backward' and use it to perform
2740 replacement backward. (Bug#14979)
2741
2742 * isearch.el (isearch-query-replace): Use a negative prefix arg
2743 to call `perform-replace' with a non-nil arg `backward'.
2744
2745 2013-12-18 Juri Linkov <juri@jurta.org>
2746
2747 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2748 to the default list. Move `log-edit-show-files' to the end.
2749 Add more available functions to options.
2750 (log-edit): Move default specific settings to
2751 `log-edit-insert-message-template'. Don't move point.
2752 (log-edit-insert-message-template): New function.
2753 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2754 (Bug#16170)
2755
2756 2013-12-18 Juri Linkov <juri@jurta.org>
2757
2758 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2759 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
2760
2761 2013-12-18 Leo Liu <sdl.web@gmail.com>
2762
2763 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2764 (Bug#16186)
2765
2766 2013-12-18 Eli Zaretskii <eliz@gnu.org>
2767
2768 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2769 formats for displaying file sizes when the -s switch is given.
2770 Instead, compute a separate format for displaying the size in
2771 blocks, which is displayed in addition to the "regular" size.
2772 When -h is given in addition to -s, produce size in blocks in
2773 human-readable form as well. (Bug#16179)
2774
2775 2013-12-18 Tassilo Horn <tsdh@gnu.org>
2776
2777 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2778 Reference tables with ~\ref{...} instead of only \ref{...}.
2779
2780 2013-12-18 Chong Yidong <cyd@gnu.org>
2781
2782 * cus-edit.el (custom-magic-alist): Fix "themed" description
2783 (Bug#14348).
2784
2785 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2786 is non-nil, do not create a new entry in the symbol's theme-value
2787 or theme-face property; update theme-settings only (Bug#14664).
2788 (custom-available-themes): Doc fix.
2789
2790 * cus-theme.el (custom-new-theme-mode-map): Add bindings
2791 (Bug#15674).
2792
2793 * replace.el (occur-engine): Avoid infloop (Bug#7593).
2794
2795 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2796
2797 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2798 (Bug#13914).
2799
2800 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2801
2802 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2803
2804 2013-12-18 Glenn Morris <rgm@gnu.org>
2805
2806 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2807 * cus-start.el (load-prefer-newer): New option.
2808
2809 2013-12-18 Le Wang <l26wang@gmail.com>
2810
2811 * comint.el (comint-previous-matching-input-from-input):
2812 Retain point (Bug#13404).
2813
2814 2013-12-18 Chong Yidong <cyd@gnu.org>
2815
2816 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2817
2818 2013-12-18 Glenn Morris <rgm@gnu.org>
2819
2820 * mail/emacsbug.el (report-emacs-bug):
2821 Only mention enable-multibyte-characters if non-standard.
2822
2823 2013-12-17 Juri Linkov <juri@jurta.org>
2824
2825 * arc-mode.el (archive-extract-by-file): Check if directory exists
2826 before deletion to not show irrelevant errors if it doesn't exist.
2827
2828 2013-12-17 Juri Linkov <juri@jurta.org>
2829
2830 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2831 (Bug#14751)
2832
2833 * net/eww.el (browse-web): Add alias to `eww'.
2834 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2835 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
2836
2837 * net/browse-url.el (browse-url-browser-function): Move `eww'
2838 closer to similar functions.
2839
2840 * startup.el (fancy-startup-screen, fancy-about-screen):
2841 Set browse-url-browser-function to eww-browse-url locally.
2842 (Bug#14751)
2843
2844 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * window.el (window--pixel-to-total): Remove unused `mini' var.
2847 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2848 (split-window): Remove unused `new' var.
2849 (window--display-buffer): Remove unused `frame' and `delta' vars.
2850 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2851 and display-width'.
2852
2853 2013-12-17 Martin Rudalics <rudalics@gmx.at>
2854
2855 * dired.el (dired-mark-pop-up):
2856 * register.el (register-preview): Don't bind
2857 split-height-threshold here since it's now done in
2858 display-buffer-below-selected.
2859
2860 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2861
2862 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2863 xterm-rgb-convert-to-16bit.
2864 (rxvt-register-default-colors): Standardize with
2865 xterm-register-default-colors (Bug#14078).
2866
2867 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2868
2869 * simple.el (kill-region): Pass mark first, then point, so that
2870 kill-append works right (Bug#12819).
2871 (copy-region-as-kill, kill-ring-save): Likewise.
2872
2873 2013-12-17 Leo Liu <sdl.web@gmail.com>
2874
2875 * net/rcirc.el (rcirc-add-face):
2876 * eshell/em-prompt.el (eshell-emit-prompt):
2877 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2878 (Bug#16167)
2879
2880 2013-12-17 Chong Yidong <cyd@gnu.org>
2881
2882 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2883 Suggested by Xue Fuqiao.
2884
2885 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2886
2887 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2888
2889 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * net/shr.el (shr-insert-document): Remove unused var
2892 `shr-preliminary-table-render'.
2893 (shr-rescale-image): Remove unused arg `force'.
2894 (shr-put-image): Update calls accordingly.
2895 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2896
2897 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2898
2899 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2900 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2901 :close-all, to see which indentation method to use (Bug#16116).
2902 (smie-rules-function): Document the method :close-all.
2903
2904 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2905
2906 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2907
2908 * net/eww.el (eww-display-html): If we can't find the anchor we're
2909 looking for, then go to point-min.
2910
2911 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2912
2913 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2914 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2915 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2916 Expand dir too, in case it's relative.
2917
2918 2013-12-16 Juri Linkov <juri@jurta.org>
2919
2920 * desktop.el (desktop-auto-save-timeout): Change default to
2921 `auto-save-timeout'. Doc fix.
2922 (desktop-save): Skip the timestamp in desktop-saved-frameset
2923 when checking for auto-save changes.
2924 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2925 `desktop-auto-save' is called repeatedly by the idle timer.
2926 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2927 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2928 (Bug#15331)
2929
2930 2013-12-16 Juri Linkov <juri@jurta.org>
2931
2932 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2933 (Bug#16035)
2934 (isearch-pre-command-hook): Check `this-command' for symbolp.
2935
2936 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2939
2940 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2941
2942 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2943 (cfengine3--current-function): Bring in the current-function
2944 functionality from `cfengine3--current-word'.
2945 (cfengine3-completion-function): Bring in the
2946 bounds-of-current-word functionality from
2947 `cfengine3--current-word'.
2948
2949 2013-12-16 Martin Rudalics <rudalics@gmx.at>
2950
2951 * window.el (display-buffer-below-selected):
2952 Bind split-height-threshold to 0 as suggested by Juri Linkov.
2953
2954 2013-12-16 Leo Liu <sdl.web@gmail.com>
2955
2956 * progmodes/compile.el (compile-goto-error): Do not push-mark.
2957 Remove NOMSG arg and all uses changed.
2958
2959 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2962 (cua--deactivate-rectangle): Don't deactivate the mark.
2963 (cua-set-rectangle-mark): Don't set mark-active since
2964 cua--activate-rectangle already does it for us.
2965 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2966 non-rectangular region.
2967
2968 * emulation/cua-base.el (cua-repeat-replace-region):
2969 Use with-current-buffer.
2970
2971 * net/gnutls.el: Use cl-lib.
2972 (gnutls-negotiate): `mapcan' -> cl-mapcan.
2973
2974 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2975
2976 * emacs-lisp/package.el (package-built-in-p): Support both
2977 built-in and the package.el converted package descriptions.
2978 (package-show-package-list): Allow keywords.
2979 (package-keyword-button-action): Use it instead of
2980 `finder-list-matches'.
2981 (package-menu-filter-interactive): Interactive filtering (by
2982 keyword) function.
2983 (package-menu--generate): Support keywords and change keymappings
2984 and headers when they are given.
2985 (package--has-keyword-p): Helper function.
2986 (package-menu--refresh): Use it.
2987 (package--mapc): Helper function.
2988 (package-all-keywords): Use it.
2989 (package-menu-mode-map): Set up menu items and keybindings to
2990 provide a filtering UI.
2991
2992 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2993
2994 * net/gnutls.el (gnutls-verify-error): New defcustom to control
2995 the behavior when a certificate fails validation. Defaults to
2996 old behavior: never abort, just warn.
2997 (gnutls-negotiate): Use it.
2998
2999 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3000
3001 * window.el (display-buffer-below-selected): Never split window
3002 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3003
3004 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3005
3006 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3007 (package-buffer-info): Use it (bug#15108).
3008
3009 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * icomplete.el (icomplete-completions): Make sure the prefix is already
3012 displayed elsewhere before hiding it (bug#16219).
3013
3014 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3015
3016 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3017 open-paren tokens when preceded by a open-paren, too.
3018 (ruby-smie-rules): Handle virtual indentation after open-paren
3019 tokens specially. If there is code between it and eol, return the
3020 column where is starts (Bug#16118).
3021
3022 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3023
3024 * progmodes/cfengine.el: Fix `add-hook' doc.
3025 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3026 (cfengine3--current-word): Fix parameters.
3027 (cfengine3-make-syntax-cache): Simplify further.
3028 (cfengine3-completion-function, cfengine3--current-function):
3029 Use `assq' for symbols.
3030 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3031
3032 2013-12-13 Glenn Morris <rgm@gnu.org>
3033
3034 * loadup.el (load-path): Warn if site-load or site-init changes it.
3035 No more need to reset it when bootstrapping.
3036
3037 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3038
3039 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3040 locations for cf-promises.
3041 (cfengine-mode-syntax-functions-regex): New caching variable.
3042 (cfengine3-fallback-syntax): Fallback syntax for cases where
3043 cf-promises doesn't run.
3044 (cfengine3--current-word): Reimplement using
3045 `cfengine-mode-syntax-functions-regex'.
3046 (cfengine3-completion-function, cfengine3--current-function):
3047 Use `cfengine3-make-syntax-cache' directly.
3048 (cfengine3-clear-syntax-cache): New function.
3049 (cfengine3-make-syntax-cache): Simplify and create
3050 `cfengine-mode-syntax-functions-regex' on demand.
3051 (cfengine3-format-function-docstring): Don't call
3052 `cfengine3-make-syntax-cache' explicitly.
3053
3054 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3055
3056 Fix windmove-find-other-window broken after pixelwise resizing
3057 (Bug#16017).
3058 * windmove.el (windmove-other-window-loc): Revert change from
3059 2013-12-04.
3060 (windmove-find-other-window): Call window-in-direction.
3061 * window.el (window-in-direction): New arguments SIGN, WRAP and
3062 MINI to emulate original windmove-find-other-window behavior.
3063
3064 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3065
3066 * simple.el (blink-matching--overlay): New variable.
3067 (blink-matching-open): Instead of moving point, highlight the
3068 matching paren with an overlay
3069 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3070
3071 * faces.el (paren-showing-faces, show-paren-match)
3072 (show-paren-mismatch): Move from paren.el.
3073
3074 2013-12-13 Leo Liu <sdl.web@gmail.com>
3075
3076 * indent.el (indent-region): Disable progress reporter in
3077 minibuffer. (Bug#16108)
3078
3079 * bindings.el (visual-order-cursor-movement): Fix version.
3080
3081 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3082
3083 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3084 Also match after beginning of line.
3085 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3086 files. Thanks to Russell Sim. (Bug#15378)
3087
3088 2013-12-13 Juri Linkov <juri@jurta.org>
3089
3090 * simple.el <Keypad support>: Remove key bindings duplicated
3091 with bindings.el. (Bug#14397)
3092
3093 2013-12-13 Juri Linkov <juri@jurta.org>
3094
3095 * comint.el (comint-mode-map): Replace `delete-char' with
3096 `delete-forward-char'. (Bug#16109)
3097
3098 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3099
3100 * progmodes/python.el (python-indent-calculate-indentation):
3101 Fix de-denters cornercase. (Bug#15731)
3102
3103 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3106 (advice--make): Pay attention to `depth'.
3107 (advice--make-1): Don't autoload commands eagerly.
3108 * emacs-lisp/elp.el (elp-instrument-function):
3109 * emacs-lisp/trace.el (trace-function-internal):
3110 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3111
3112 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3113
3114 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3115
3116 * term/w32-win.el (w32-handle-dropped-file):
3117 * startup.el (normal-top-level):
3118 * net/browse-url.el (browse-url-file-url):
3119 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3120 decode file names using 'utf-8' rather than
3121 file-name-coding-system.
3122
3123 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3124
3125 * progmodes/python.el (python-indent-context)
3126 (python-indent-calculate-indentation): Fix auto-identation
3127 behavior for comment blocks. (Bug#15916)
3128
3129 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3130
3131 * progmodes/python.el (python-indent-calculate-indentation):
3132 When determining indentation, don't treat "return", "pass", etc., as
3133 operators when they are just string constituents. (Bug#15812)
3134
3135 2013-12-12 Juri Linkov <juri@jurta.org>
3136
3137 * uniquify.el (uniquify-buffer-name-style): Change default to
3138 `post-forward-angle-brackets'.
3139
3140 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3141 `uniquify'. Change default to `post-forward-angle-brackets'.
3142
3143 2013-12-11 Glenn Morris <rgm@gnu.org>
3144
3145 * emacs-lisp/package.el (finder-list-matches):
3146 Autoload rather than falsely declaring.
3147
3148 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3149
3150 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3151 (eww-mode-map): Use them.
3152
3153 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3154
3155 * window.el (display-buffer-in-side-window): Fix doc-string
3156 (Bug#16115).
3157
3158 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * vc/vc-git.el: Silence byte-compiler warnings.
3161 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3162 (log-edit-set-header): Declare.
3163
3164 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3165
3166 * Makefile.in (custom-deps, finder-data): Run output file names
3167 through unmsys--file-name. (Bug#16099)
3168
3169 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3172 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3173
3174 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3175 instead of deleting the selection "by hand" (bug#16098).
3176 Rely on insert-for-yank to yank rectangles.
3177 (cua-highlight-region-shift-only): Mark obsolete.
3178 (cua-mode): Don't enable/disable transient-mark-mode,
3179 shift-select-mode (cua-mode works both with and without them), and
3180 pc-selection-mode (obsolete).
3181 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3182 (cua--deactivate-rectangle): Deactivate it.
3183
3184 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3185 (delete-selection-helper): Make sure yank starts at the top of the
3186 deleted region.
3187 (minibuffer-keyboard-quit): Use region-active-p.
3188
3189 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3190
3191 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3192 to `delete' (bug#16109).
3193
3194 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3195
3196 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3197 info manual and show keybindings and set `:group' keyword.
3198
3199 2013-12-11 Juri Linkov <juri@jurta.org>
3200
3201 * delsel.el (delete-active-region): Let-bind `this-command'
3202 to prevent `kill-region' from changing its original value.
3203 (delete-selection-helper): Handle `overwrite-mode' for the type
3204 `kill' exactly the same way as for the type `t'.
3205 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3206 Support more commands. (Bug#13312)
3207
3208 2013-12-11 Juri Linkov <juri@jurta.org>
3209
3210 * bindings.el: Map kp keys to non-kp keys systematically
3211 with basic modifiers control, meta and shift. (Bug#14397)
3212
3213 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3214
3215 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3216 "Close browser" menu items. Fix wrong function of "List
3217 bookmarks".
3218
3219 2013-12-11 Juri Linkov <juri@jurta.org>
3220
3221 * misearch.el (multi-isearch-buffers): Set the value of
3222 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3223 arg of isearch-forward to t.
3224 (multi-isearch-buffers-regexp): Set the value of
3225 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3226 arg of isearch-forward-regexp to t.
3227 (multi-isearch-files): Set the value of
3228 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3229 arg of isearch-forward to t.
3230 (multi-isearch-files-regexp): Set the value of
3231 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3232 arg of isearch-forward-regexp to t. (Bug#16035)
3233
3234 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3235 arg of isearch-forward to t.
3236 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3237 arg of isearch-forward-regexp to t.
3238 (dired-isearch-filter-filenames): Remove unnecessary check for
3239 `dired-isearch-filenames'.
3240
3241 * comint.el (comint-history-isearch-backward):
3242 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3243 (comint-history-isearch-backward-regexp):
3244 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3245
3246 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3247
3248 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3249 unmsys--file-name. (Bug#16099)
3250
3251 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3252
3253 * emacs-lisp/package.el (package-keyword-button-action):
3254 Remove finder.el require dependency.
3255
3256 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3257
3258 * emacs-lisp/package.el: Require finder.el.
3259 (describe-package-1): Add keyword buttons.
3260 (package-make-button): New convenience function.
3261 (package-keyword-button-action): Keyword button action using
3262 `finder-list-matches'.
3263
3264 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3265
3266 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3267 last commit.
3268
3269 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3270
3271 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3272 symlinked files.
3273
3274 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3275
3276 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3277 after the end of a percent literal.
3278
3279 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3280
3281 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3282 Handle caret-delimited strings (Bug#16079).
3283
3284 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3285
3286 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3287 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3288 `ruby-parse-partial' (Bug#16078).
3289
3290 2013-12-09 Leo Liu <sdl.web@gmail.com>
3291
3292 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3293
3294 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3295
3296 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3297 (js-switch-indent-offset): New option.
3298 (js--proper-indentation): Use it. And handle the case when
3299 "default" is actually a key in an object literal.
3300 (js--same-line): New function.
3301 (js--multi-line-declaration-indentation): Use it.
3302 (js--indent-in-array-comp, js--array-comp-indentation):
3303 New functions.
3304 (js--proper-indentation): Use them, to handle array comprehension
3305 continuations.
3306
3307 2013-12-08 Leo Liu <sdl.web@gmail.com>
3308
3309 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3310 (flymake-make-overlay): Remove arg MOUSE-FACE.
3311 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3312
3313 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3316 New function.
3317 (redisplay-highlight-region-function): Use it.
3318
3319 * emulation/cua-base.el (cua--explicit-region-start)
3320 (cua--last-region-shifted): Remove.
3321 (cua--deactivate): Use deactivate-mark.
3322 (cua--pre-command-handler-1): Don't handle shift-selection.
3323 (cua--post-command-handler-1): Don't change transient-mark-mode.
3324 (cua--select-keymaps): Use region-active-p rather than
3325 cua--explicit-region-start or cua--last-region-shifted.
3326 (cua-mode): Enable shift-select-mode.
3327
3328 2013-12-08 Leo Liu <sdl.web@gmail.com>
3329
3330 * progmodes/flymake.el (flymake-popup-current-error-menu):
3331 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3332 (flymake-posn-at-point-as-event, flymake-popup-menu)
3333 (flymake-make-emacs-menu): Remove. (Bug#16077)
3334
3335 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * rect.el (rectangle-mark-mode): Activate mark even if
3338 transient-mark-mode is off (bug#16066).
3339 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3340 is > mark and at bolp.
3341
3342 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3343 (region-extract-function): Use it.
3344 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3345 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3346 Delete functions.
3347 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3348 kill-ring-save, kill-region, delete-char, delete-forward-char.
3349 Ignore self-insert-iso.
3350
3351 * emulation/cua-gmrk.el (cua--init-global-mark):
3352 Ignore `self-insert-iso'.
3353
3354 * emulation/cua-base.el (cua--prefix-copy-handler)
3355 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3356 checking cua--rectangle.
3357 (cua-delete-region): Use region-extract-function.
3358 (cua-replace-region): Delete function.
3359 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3360 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3361 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3362 (cua--init-keymaps): Don't remap delete-selection commands.
3363 (cua-mode): Use delete-selection-mode instead of rolling our own
3364 (bug#16085).
3365
3366 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3367 Obey region-extract-function.
3368
3369 Make registers and delete-selection-mode work on rectangles.
3370 * register.el (describe-register-1): Don't modify the register's value.
3371 (copy-to-register): Obey region-extract-function.
3372 * delsel.el (delete-active-region): Obey region-extract-function.
3373
3374 2013-12-08 Leo Liu <sdl.web@gmail.com>
3375
3376 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3377 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3378 (flymake-compilation-prevents-syntax-check)
3379 (flymake-start-syntax-check-on-newline)
3380 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3381 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3382 (flymake-xml-program, flymake-master-file-dirs)
3383 (flymake-master-file-count-limit)
3384 (flymake-allowed-file-name-masks): Relocate.
3385 (flymake-makehash, flymake-float-time)
3386 (flymake-replace-regexp-in-string, flymake-split-string)
3387 (flymake-get-temp-dir): Remove.
3388 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3389 (flymake-current-row, flymake-selected-frame)
3390 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3391 related functions. (Bug#16077)
3392
3393 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3394
3395 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3396
3397 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3398
3399 * help-fns.el (describe-function-1): Use new advice-* functions
3400 rather than old ad-* functions. Fix function type description and
3401 source links for advised functions and subrs.
3402
3403 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3404
3405 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3406
3407 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3408
3409 * progmodes/compile.el (compilation-start):
3410 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3411
3412 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3413 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3414
3415 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3416
3417 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3418 Touch up the last change.
3419
3420 2013-12-06 Leo Liu <sdl.web@gmail.com>
3421
3422 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3423 (inferior-octave-startup): Always use "octave> " for prompt.
3424 (octave-goto-function-definition)
3425 (octave-sync-function-file-names)
3426 (octave-find-definition-default-filename): Remove redundant backquotes.
3427
3428 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3429
3430 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3431 syntax for `?'.
3432 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3433 where appropriate already.
3434 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3435 end of method names (Bug#15874).
3436
3437 2013-12-06 Juri Linkov <juri@jurta.org>
3438
3439 * isearch.el (isearch--saved-overriding-local-map):
3440 New internal variable.
3441 (isearch-mode): Set it to the initial value of
3442 `overriding-terminal-local-map'.
3443 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3444 with `isearch--saved-overriding-local-map'. (Bug#16035)
3445
3446 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3447
3448 * progmodes/octave.el (inferior-octave-completion-table):
3449 Turn back into function, use `completion-table-with-cache'
3450 (Bug#11906). Update all references.
3451
3452 * minibuffer.el (completion-table-with-cache): New function.
3453
3454 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3455
3456 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3457
3458 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3459
3460 * net/eww.el (eww-current-source): New variable to store page
3461 source.
3462 (eww-display-html, eww-mode, eww-save-history)
3463 (eww-restore-history): Use it.
3464 (eww-view-source): New command to view page source.
3465 Opportunistically uses `html-mode' to highlight the buffer.
3466 (eww-mode-map): Install it.
3467
3468 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3469
3470 * net/dbus.el (dbus-unregister-service)
3471 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3472 Fix docstring.
3473 (dbus-unregister-service): Skip :serial entries in
3474 `dbus-registered-objects-table'.
3475 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3476
3477 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3478
3479 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3480 around keywords with extra `split-string' argument.
3481
3482 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3483
3484 * windmove.el (windmove-other-window-loc): Handle navigation
3485 between windows (excluding the minibuffer window - Bug#16017).
3486
3487 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3490 in D-Bus type syntax.
3491 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3492 preserve unibyte strings. (Bug#16048)
3493
3494 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3497 Call force-mode-line-update is the proper buffer (bug#16042).
3498
3499 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3500
3501 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3502 `log-edit-remember-comment', make argument optional. Adjust all
3503 callers.
3504 (log-edit-mode): Add `log-edit-remember-comment' to
3505 `kill-buffer-hook' locally.
3506 (log-edit-kill-buffer): Don't remember comment explicitly since
3507 the buffer is killed anyway.
3508
3509 2013-12-04 Juri Linkov <juri@jurta.org>
3510
3511 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3512 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3513
3514 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3515
3516 * notifications.el (notifications-close-notification): Call the
3517 D-Bus method with ID being a `:uint32'. (Bug#16030)
3518
3519 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3520
3521 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3522
3523 2013-12-03 Juri Linkov <juri@jurta.org>
3524
3525 * progmodes/compile.el (compilation-start): Rename window alist
3526 entry `no-display-ok' to `allow-no-window'.
3527
3528 * simple.el (shell-command): Add window alist entry
3529 `allow-no-window' to `display-buffer'.
3530 (async-shell-command): Doc fix.
3531
3532 * window.el (display-buffer-no-window): New action function.
3533 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3534
3535 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3536
3537 * vc/log-edit.el (log-edit-set-header): Extract from
3538 `log-edit-toggle-header'.
3539 (log-edit-extract-headers): Separate the summary, when extracted
3540 from header, from the rest of the message with an empty line.
3541
3542 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3543 line, if present, to the Summary header.
3544
3545 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3548 in current-buffer (bug#16029).
3549
3550 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3551
3552 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3553 (debugger-mode-map): Bind it.
3554 (debugger--backtrace-base): New function.
3555 (debugger-eval-expression): Use it.
3556 (debugger-frame-number): Skip local vars when present.
3557 (debugger--locals-visible-p, debugger--insert-locals)
3558 (debugger--show-locals, debugger--hide-locals): New functions.
3559
3560 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3563 "LC_ALL".
3564 (tramp-get-remote-locale): New defun.
3565 (tramp-open-connection-setup-interactive-shell): Use it.
3566
3567 2013-12-02 Leo Liu <sdl.web@gmail.com>
3568
3569 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3570
3571 * progmodes/sh-script.el (sh-shell-process):
3572 * progmodes/octave.el (inferior-octave-process-live-p):
3573 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3574 (gdb-inferior-io-sentinel):
3575 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3576
3577 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3578
3579 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3580 `save-selected-window' to `log-edit-hide-buf'. This makes
3581 `log-edit-show-files' idempotent.
3582 (log-edit-show-files): Mark the new window as dedicated.
3583
3584 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3585
3586 * vc/log-edit.el (log-edit-mode-map): Add binding for
3587 `log-edit-kill-biffer'.
3588 (log-edit-hide-buf): Add a FIXME comment.
3589 (log-edit-add-new-comment): New function, extracted from
3590 `log-edit-done'.
3591 (log-edit-done, log-edit-add-to-changelog): Use it.
3592 (log-edit-kill-buffer): New command.
3593
3594 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3595
3596 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3597 instead of killing the buffer.
3598
3599 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3602
3603 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3604
3605 * net/eww.el (eww-form-checkbox-selected-symbol)
3606 (eww-form-checkbox-symbol): New customizable variable.
3607 (eww-form-checkbox, eww-toggle-checkbox):
3608 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3609
3610 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3611 (shr--get-media-pref, shr--extract-best-source): New function.
3612 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3613 no :src tag was specified.
3614
3615 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3616 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3617 Use \\` to match beginning of string instead of ^.
3618 (eww-browse-with-external-browser): Provide optional URL parameter.
3619 (eww-render): Set `eww-current-title' back to "".
3620
3621 * net/shr.el (shr-tag-video): Display content for video if no
3622 poster is available.
3623 (shr-tag-audio): Add support for <audio> tag.
3624
3625 * net/eww.el (eww-text-input-types): New const.
3626 (eww-process-text-input): Treat input types in
3627 `eww-text-input-types' as text.
3628
3629 * net/shr.el (shr-tag-table): Fix comment typo.
3630
3631 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3632
3633 * net/eww.el (eww-follow-link): New command to avoid reloading
3634 pages when we follow #target links (bug#15243).
3635 (eww-quit): Special mode buffers shouldn't query before exiting.
3636
3637 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3638
3639 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3640 forms.
3641
3642 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3643
3644 * net/eww.el (eww-restore-history): Update the window title after
3645 moving in the history.
3646 (eww-current-dom): New variable used to save the current DOM.
3647
3648 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3649
3650 * vc/log-edit.el (log-edit-mode-map): Add binding for
3651 `log-edit-beginning-of-line'.
3652 (log-edit-setup-add-author): New user option.
3653 (log-edit-beginning-of-line): New command.
3654 (log-edit): Move major mode call above the contents setup so that
3655 the local variable values are already applied.
3656 (log-edit): Only insert "Author: " when
3657 `log-edit-setup-add-author' is non-nil.
3658 (log-edit): When SETUP is non-nil, position point after ": "
3659 instead of point-min.
3660
3661 2013-12-01 Glenn Morris <rgm@gnu.org>
3662
3663 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3664
3665 2013-11-30 Eli Zaretskii <eliz@gnu.org>
3666
3667 * startup.el (fancy-splash-frame): On MS-Windows, trigger
3668 redisplay to make sure the initial frame gets a chance to become
3669 visible. (Bug#16014)
3670
3671 2013-11-30 Martin Rudalics <rudalics@gmx.at>
3672
3673 Support resizing frames and windows pixelwise.
3674 * cus-start.el (frame-resize-pixelwise)
3675 (window-resize-pixelwise): New entries.
3676 * emacs-lisp/debug.el (debug): Use window-total-height instead
3677 of window-total-size.
3678 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3679 * help.el (describe-bindings-internal): Use help-buffer as
3680 argument for with-help-window.
3681 (temp-buffer-max-width): New option.
3682 (resize-temp-buffer-window, help-window-setup)
3683 (with-help-window): Rewrite.
3684 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3685 dragging dividers.
3686 * window.el (frame-char-size, window-min-pixel-height)
3687 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3688 (window-min-pixel-width, window-safe-min-pixel-size)
3689 (window-combination-p, window-safe-min-size)
3690 (window-resizable-p, window--size-to-pixel)
3691 (window--pixel-to-size, window--resize-apply-p): New functions.
3692 (window-safe-min-height): Fix doc-string.
3693 (window-size, window-min-size, window--min-size-1)
3694 (window-sizable, window-sizable-p, window--min-delta-1)
3695 (window-min-delta, window--max-delta-1, window-max-delta)
3696 (window--resizable, window--resizable-p, window-resizable)
3697 (window-full-height-p, window-full-width-p, window-at-side-p)
3698 (window--in-direction-2, window-in-direction)
3699 (window--resize-reset-1, window--resize-mini-window)
3700 (window-resize, window-resize-no-error)
3701 (window--resize-child-windows-normal)
3702 (window--resize-child-windows, window--resize-siblings)
3703 (window--resize-this-window, window--resize-root-window)
3704 (window--resize-root-window-vertically)
3705 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3706 (maximize-window, minimize-window, delete-window)
3707 (quit-restore-window, window-split-min-size, split-window)
3708 (balance-windows-2, balance-windows)
3709 (balance-windows-area-adjust, balance-windows-area)
3710 (window--state-get-1, window-state-get, window--state-put-1)
3711 (window--state-put-2, window-state-put)
3712 (display-buffer-record-window, window--display-buffer):
3713 Make functions handle pixelwise sizing of windows.
3714 (display-buffer--action-function-custom-type)
3715 (display-buffer-fallback-action):
3716 Add display-buffer-in-previous-window.
3717 (display-buffer-use-some-window): Resize window to height it had
3718 before.
3719 (fit-window-to-buffer-horizontally): New option.
3720 (fit-frame-to-buffer): Describe new values.
3721 (fit-frame-to-buffer-bottom-margin): Replace with
3722 fit-frame-to-buffer-margins.
3723 (window--sanitize-margin): New function.
3724 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3725 using window-text-pixel-size.
3726
3727 2013-11-30 Glenn Morris <rgm@gnu.org>
3728
3729 * emacs-lisp/bytecomp.el (byte-compile-form):
3730 Make the `interactive-only' warning like the `obsolete' one.
3731 * comint.el (comint-run):
3732 * files.el (insert-file-literally, insert-file):
3733 * replace.el (replace-string, replace-regexp):
3734 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3735 (goto-line, insert-buffer, next-line, previous-line):
3736 Tweak `interactive-only' spec.
3737
3738 Stop keeping (most) generated cedet grammar files in the repository.
3739 * Makefile.in (semantic): New.
3740 (compile-main): Depend on semantic.
3741
3742 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3745 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3746
3747 * uniquify.el (uniquify-buffer-name-style): Change default.
3748
3749 * loadup.el: Preload "uniquify".
3750
3751 * time.el (display-time-update): Update all mode lines (bug#15999).
3752
3753 * electric.el (electric-indent-mode): Enable by default.
3754 * loadup.el: Preload "electric".
3755
3756 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
3757
3758 * emacs-lisp/helpers.el (string-empty-p): New function.
3759 (string-blank-p): New function.
3760
3761 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
3762
3763 * imenu.el (imenu--index-alist): Add missing dot to the docstring
3764 (Bug#14029).
3765
3766 2013-11-29 Andreas Politz <politza@fh-trier.de>
3767 * imenu.el (imenu--subalist-p): Don't error on non-conses and
3768 allow non-lambda lists as functions.
3769 (imenu--in-alist): Don't recurse into non-subalists.
3770 (imenu): Don't pass function itself as an argument (Bug#14029).
3771
3772 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * progmodes/python.el (python-mode-map): Remove binding for ":".
3775 (python-indent-electric-colon): Remove command.
3776 (python-indent-post-self-insert-function): Integrate the previous code
3777 of python-indent-electric-colon. Make it conditional on
3778 electric-indent-mode.
3779 (python-mode): Add ?: to electric-indent-chars.
3780 Move python-indent-post-self-insert-function to the end of
3781 post-self-insert-hook.
3782
3783 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * doc-view.el (doc-view-goto-page): Update mode-line.
3786
3787 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3788
3789 2013-11-27 Glenn Morris <rgm@gnu.org>
3790
3791 * international/charprop.el, international/uni-bidi.el:
3792 * international/uni-category.el, international/uni-combining.el:
3793 * international/uni-comment.el, international/uni-decimal.el:
3794 * international/uni-decomposition.el, international/uni-digit.el:
3795 * international/uni-lowercase.el, international/uni-mirrored.el:
3796 * international/uni-name.el, international/uni-numeric.el:
3797 * international/uni-old-name.el, international/uni-titlecase.el:
3798 * international/uni-uppercase.el:
3799 Remove generated files from VCS repository.
3800
3801 2013-11-27 Eli Zaretskii <eliz@gnu.org>
3802
3803 * filenotify.el (file-notify-add-watch): Don't special-case
3804 w32notify when computing the directory to watch.
3805
3806 2013-11-27 Glenn Morris <rgm@gnu.org>
3807
3808 Make bootstrap without generated uni-*.el files possible again.
3809 * loadup.el: Update command-line-args checking for unidata-gen.
3810 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3811 * composite.el, international/characters.el:
3812 Handle unicode tables being undefined.
3813
3814 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3815 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3816 (compile-main): Depend on leim rule.
3817 (leim): New rule.
3818 * loadup.el: Move leim-list.el to leim/ subdirectory.
3819 * startup.el (normal-top-level): No more leim directory.
3820 * international/ja-dic-cnv.el (skkdic-convert):
3821 Disable version-control and autoloads in output files.
3822 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3823 Disable version-control and autoloads in output files.
3824 * leim/quail: Move here from ../leim.
3825 * leim/quail/hangul.el (hangul-input-method-activate):
3826 Add autoload cookie.
3827 (generated-autoload-load-name): Set file-local value.
3828 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3829 (generated-autoload-load-name): Set file-local value.
3830
3831 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
3832
3833 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3834 (eww-add-bookmark): Ask confirmation when add to bookmarks.
3835 (eww-quit): Ask confirmation before quitting eww.
3836
3837 2013-11-26 Eli Zaretskii <eliz@gnu.org>
3838
3839 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3840 reading output from Diff on MS-Windows and MS-DOS.
3841
3842 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
3843
3844 * emacs-lisp/helpers.el (string-reverse): New function.
3845
3846 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3849 names on MS Windows, like "/[::1]:".
3850
3851 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3852 SWITCHES.
3853
3854 2013-11-26 Glenn Morris <rgm@gnu.org>
3855
3856 * progmodes/python.el (python-indent-guess-indent-offset):
3857 Avoid corner-case error. (Bug#15975)
3858
3859 Preload leim-list.el. (Bug#4789)
3860 * loadup.el: Load leim-list.el when found.
3861 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3862
3863 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3864
3865 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3866
3867 * emacs-lisp/helpers.el (string-join): New function.
3868
3869 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3870
3871 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3872 Mark as obsolete and replace it with a symbol property.
3873 (byte-compile-form): Use new 'interactive-only property.
3874 * comint.el, files.el, replace.el, simple.el:
3875 Apply new 'interactive-only properly.
3876
3877 2013-11-25 Martin Rudalics <rudalics@gmx.at>
3878
3879 * window.el (display-buffer-at-bottom): Make sure that
3880 split-window-sensibly creates the new window on bottom
3881 (Bug#15961).
3882
3883 2013-11-23 David Kastrup <dak@gnu.org>
3884
3885 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3886 on the conflict markers when available.
3887 (smerge--get-marker): New function.
3888 (smerge-end-re, smerge-base-re): Add subgroup.
3889
3890 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * frame.el (handle-focus-in, handle-focus-out): Add missing
3893 interactive spec.
3894
3895 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
3896
3897 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3898 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3899
3900 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3903 (gomoku--last-pos): New var.
3904 (gomoku--intangible-chars): New const.
3905 (gomoku--intangible): New function.
3906 (gomoku-mode): Use it. Derive from special-mode.
3907 (gomoku-move-up): Adjust line count.
3908 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3909 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3910 Simplify accordingly.
3911
3912 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3913 Remove blink-cursor code.
3914 (blink-cursor-timer-function, blink-cursor-suspend):
3915 Don't special-case GUIs.
3916 (blink-cursor-mode): Use focus-in/out-hook.
3917
3918 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3919
3920 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3921 work when annotation is invisible (Bug#13886).
3922
3923 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3924
3925 * json.el (json-alist-p): Only return non-nil if the alist has
3926 simple keys (Bug#13518).
3927
3928 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3929
3930 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3931 when control-statement is the first statement in a buffer (Bug#15956).
3932
3933 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3934
3935 * imenu.el (imenu-generic-skip-comments-and-strings):
3936 New option (Bug#15560).
3937 (imenu--generic-function): Use it.
3938
3939 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3940
3941 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3942 (Bug#13898)
3943
3944 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3945
3946 * emacs-lisp/helpers.el: Add some string helpers.
3947 (string-trim-left): Removes leading whitespace.
3948 (string-trim-right): Removes trailing whitespace.
3949 (string-trim): Removes leading and trailing whitespace.
3950
3951 * subr.el (string-suffix-p): New function.
3952
3953 2013-11-23 Glenn Morris <rgm@gnu.org>
3954
3955 * progmodes/python.el (python-shell-send-file):
3956 Add option to delete file when done. (Bug#15647)
3957 (python-shell-send-string, python-shell-send-region): Use it.
3958
3959 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
3960
3961 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3962 to set buffer-read-only to t, never to nil. (Bug#15938)
3963
3964 * textmodes/tex-mode.el (latex-noindent-environments):
3965 Add safe-local-variable property. (Bug#15936)
3966
3967 2013-11-23 Glenn Morris <rgm@gnu.org>
3968
3969 * textmodes/enriched.el (enriched-mode): Doc fix.
3970 * emacs-lisp/authors.el (authors-renamed-files-alist):
3971 Add enriched.doc -> enriched.txt.
3972
3973 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3974
3975 2013-11-22 Leo Liu <sdl.web@gmail.com>
3976
3977 * progmodes/octave.el (inferior-octave-startup): Spit out error
3978 message.
3979
3980 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
3981
3982 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3983 Improve docstring.
3984 Add :version.
3985 (ruby-encoding-magic-comment-style): Add :version.
3986
3987 2013-11-22 Leo Liu <sdl.web@gmail.com>
3988
3989 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3990 (Bug#15076)
3991 (octave-help-mode): Adapt to change to help-mode-finish to use
3992 derived-mode-p on 2013-09-17.
3993 (inferior-octave-prompt): Also match octave-gui.
3994 (octave-kill-process): Don't ask twice. (Bug#10564)
3995
3996 2013-11-22 Leo Liu <sdl.web@gmail.com>
3997
3998 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3999 (inferior-octave-startup, inferior-octave-check-process)
4000 (inferior-octave-track-window-width-change)
4001 (octave-completion-at-point, octave-eldoc-function): Use it.
4002 (octave-kill-process): Provide confirmation. (Bug#10564)
4003
4004 2013-11-21 Leo Liu <sdl.web@gmail.com>
4005
4006 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4007 Fix obsolete variable comment-use-global-state.
4008
4009 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4010
4011 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4012 Add `octave-source-file'.
4013 (octave-source-file): New function. (Bug#15935)
4014
4015 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4016
4017 * net/eww.el (eww-local-regex): New variable.
4018 (eww): Use it to detect localhost and similar.
4019
4020 2013-11-21 Leo Liu <sdl.web@gmail.com>
4021
4022 Add completion for command `ag'.
4023 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4024 (pcomplete/ag): New function.
4025 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4026
4027 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4030 (bug#14646).
4031 (make-obsolete): Remove interactive spec.
4032
4033 2013-11-21 Glenn Morris <rgm@gnu.org>
4034
4035 * startup.el (command-line-1): Use path-separator with -L.
4036
4037 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4038
4039 * emacs-lisp/package.el (describe-package-1): Add package archive
4040 to shown fields.
4041
4042 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4043
4044 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4045 Change default to "# encoding: %s" to differentiate it from the
4046 default Ruby encoding comment template.
4047
4048 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4049
4050 * ses.el (ses-mode): Doc fix. (Bug#14748)
4051
4052 2013-11-20 Leo Liu <sdl.web@gmail.com>
4053
4054 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4055
4056 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4057
4058 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4059 when rebase or bisect are in progress.
4060
4061 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4062
4063 * filenotify.el (file-notify-add-watch): Doc fix.
4064
4065 2013-11-19 Leo Liu <sdl.web@gmail.com>
4066
4067 * obsolete/rcompile.el: Mark obsolete.
4068
4069 * progmodes/compile.el (compilation-start)
4070 (compilation-goto-locus, compilation-find-file):
4071 Pass no-display-ok and handle nil value from display-buffer.
4072 (Bug#13594)
4073
4074 * window.el (display-buffer-alist, display-buffer): Document the
4075 new parameter no-display-ok. Return either a window or nil
4076 but never a non-window value.
4077
4078 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * electric.el (electric-indent-mode-map): Remove.
4081 (electric-indent-mode): Change the global-map instead (bug#15915).
4082
4083 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4084 Use add-function.
4085
4086 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * emacs-lisp/nadvice.el (remove-function): Align with
4089 add-function's behavior.
4090
4091 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4092 (gdb--string-regexp): New constant.
4093 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4094 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4095 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4096 submatch 1.
4097 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4098 Adjust use accordingly.
4099 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4100
4101 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4102
4103 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4104 interpolation curlies (Bug#15914).
4105
4106 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4107
4108 * calc/calc.el (calc-context-sensitive-enter): New variable.
4109 (calc-enter): Use `calc-context-sensitive-enter'.
4110
4111 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4112
4113 * progmodes/cfengine.el: Version bump.
4114 (cfengine-cf-promises): New defcustom to locate cf-promises.
4115 (cfengine3-vartypes): Add new "data" type.
4116 (cfengine3--current-word): New function to get current name-like
4117 word or its bounds.
4118 (cfengine3--current-function): New function to look up a CFEngine
4119 function's definition.
4120 (cfengine3-format-function-docstring): New function.
4121 (cfengine3-make-syntax-cache): New function.
4122 (cfengine3-documentation-function): New function: ElDoc glue.
4123 (cfengine3-completion-function): New function: completion glue.
4124 (cfengine3-mode): Set `compile-command',
4125 `eldoc-documentation-function', and add to
4126 `completion-at-point-functions'.
4127
4128 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4129
4130 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4131 `tramp-current-connection'.
4132
4133 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4134
4135 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4136 nil/self/true/false with "end of symbol".
4137
4138 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4139
4140 * subr.el (version-regexp-alist): Fix a typo.
4141
4142 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4145 "en_US.utf8" and "LC_CTYPE" to "".
4146 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4147 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4148
4149 2013-11-15 Leo Liu <sdl.web@gmail.com>
4150
4151 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4152
4153 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * progmodes/gud.el (ctl-x-map):
4156 Remove C-x SPC binding. (Bug#12342)
4157 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4158
4159 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4160
4161 * subr.el (version-regexp-alist):
4162 Recognize hg, svn and darcs versions as snapshot versions.
4163
4164 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4165 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4166 (ruby--encoding-comment-required-p): Extract from
4167 `ruby-mode-set-encoding'.
4168 (ruby-mode-set-encoding): Add the ability to always insert an
4169 utf-8 encoding comment. Fix and simplify coding comment update
4170 logic.
4171
4172 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4173
4174 * net/tramp-gvfs.el (top): Run init code only when
4175 `tramp-gvfs-enabled' is not nil.
4176 (tramp-gvfs-enabled): Check also :system bus.
4177
4178 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 Sync with upstream verilog-mode revision 78e66ba.
4181 * progmodes/verilog-mode.el (verilog-end-of-defun)
4182 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4183 (verilog-get-end-of-defun): Remove unused argument.
4184 (verilog-comment-depth): Remove unused local `e'.
4185 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4186 Don't pass arg to verilog-get-end-of-defun.
4187
4188 2013-11-14 Glenn Morris <rgm@gnu.org>
4189
4190 * obsolete/assoc.el (aget): Prefix dynamic variable.
4191
4192 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4193
4194 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * widget.el, hfy-cmap.el: Remove bogus package version number.
4197
4198 2013-11-13 Glenn Morris <rgm@gnu.org>
4199
4200 * replace.el (replace-eval-replacement):
4201 Try to give more helpful error message. (Bug#15836)
4202
4203 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4204 (archive-7z-update): Avoid custom type mismatches.
4205
4206 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4207
4208 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4209
4210 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4211 address can be empty.
4212
4213 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4214 Accept nil SWITCHES.
4215 (tramp-gvfs-handle-write-region): Implement APPEND.
4216
4217 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4218
4219 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4220 binary "|" operator and closing block args delimiter.
4221 Remove FIXME comment referring to Ruby 1.8-only syntax.
4222 (ruby-smie--implicit-semi-p): Not after "|" operator.
4223 (ruby-smie--closing-pipe-p): New function.
4224 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4225 (ruby-smie-rules): Indent after "|".
4226
4227 2013-11-12 Glenn Morris <rgm@gnu.org>
4228
4229 * ps-print.el (ps-face-attribute-list):
4230 Handle anonymous faces. (Bug#15827)
4231
4232 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4233
4234 * window.el (display-buffer-other-frame): Fix doc-string.
4235 (Bug#15868)
4236
4237 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4240
4241 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4242
4243 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4244 (tramp-sh-handle-file-local-copy): Don't write a message when
4245 saving temporary files.
4246
4247 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4248 both directories are remote.
4249 (tramp-smb-handle-directory-files): Do not return double entries.
4250 Do not expand full file names.
4251 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4252 (tramp-smb-handle-write-region): Implement APPEND.
4253 (tramp-smb-get-stat-capability): Fix a stupid bug.
4254
4255 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4258
4259 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4260
4261 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4262 throwing error over malformed let/let* (bug#15814).
4263
4264 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * iswitchb.el (iswitchb-mode): Mark obsolete.
4267
4268 2013-11-11 Glenn Morris <rgm@gnu.org>
4269
4270 * international/uni-bidi.el, international/uni-category.el:
4271 * international/uni-name.el, international/uni-numeric.el:
4272 Regenerate for Unicode 6.3.0.
4273
4274 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * net/tramp.el (tramp-methods):
4277 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4278 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4279
4280 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4281
4282 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4283 Force highlighting text after Summary keyword in doc face for rpm.
4284
4285 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4286
4287 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4288 available and the word has no wildcards, append one to the grep pattern.
4289 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4290 (ispell-complete-word): Call `ispell-lookup-words' with the value
4291 independent of `ispell-look-p'.
4292
4293 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4294
4295 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4296 Not after "||".
4297 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4298 their parent.
4299
4300 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4303 (ruby-font-lock-keywords): Use backquote.
4304
4305 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4306
4307 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4308 (ruby-smie--backward-token): Only consider full-string matches.
4309
4310 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4311
4312 * faces.el (describe-face): Add distant-foreground.
4313
4314 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4315
4316 * progmodes/ruby-mode.el: Improve encoding comment handling.
4317 (ruby-encoding-magic-comment-style): New option.
4318 (ruby-custom-encoding-magic-comment-template): New option.
4319 (ruby--insert-coding-comment, ruby--detect-encoding):
4320 New functions extracted from `ruby-mode-set-encoding'.
4321 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4322 to control the style of the auto-inserted encoding comment.
4323
4324 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4325
4326 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4327 Use `smie-backward-sexp' with token argument.
4328
4329 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4330
4331 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4332 Remove instrumentation code.
4333
4334 2013-11-08 Glenn Morris <rgm@gnu.org>
4335
4336 * progmodes/autoconf.el (autoconf-mode):
4337 Tweak comment-start-skip. (Bug#15822)
4338
4339 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4342 at bobp (bug#15826).
4343 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4344
4345 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4346
4347 * man.el (Man-start-calling): New macro, extracted from
4348 Man-getpage-in-background.
4349 (Man-getpage-in-background): Use it.
4350 (Man-update-manpage): New command.
4351 (Man-mode-map): Bind it.
4352
4353 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4354
4355 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4356 of "and", "or", "&&" and "||".
4357 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4358 argument. Prohibit opening curly brace because it could only be a
4359 block opener in that position.
4360 (ruby-smie--forward-token, ruby-smie--backward-token):
4361 Separate "|" from "&" or "*" going after it. That can happen in block
4362 arguments.
4363 (ruby-smie--indent-to-stmt): New function, seeks the end of
4364 previous statement or beginning of buffer.
4365 (ruby-smie-rules): Use it.
4366 (ruby-smie-rules): Check if there's a ":" before a curly block
4367 opener candidate; if there is, it's a hash.
4368
4369 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4372 (cl--block-wrapper): Fix last accidental change.
4373
4374 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4377 Instrument, in order to hunt failure on hydra.
4378
4379 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4380
4381 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4382 malformed bindings form (bug#15814).
4383
4384 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4385
4386 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4387 "." compared to " @ ". This incidentally fixes some indentation
4388 examples with "do".
4389 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4390 (ruby-smie-grammar): New tokens: "and" and "or".
4391 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4392 Exclude "and" and "or". Remove "do" in order to work around token
4393 priorities.
4394 (ruby-smie-rules): Add all infix tokens. Handle the case of
4395 beginning-of-buffer.
4396
4397 2013-11-06 Glenn Morris <rgm@gnu.org>
4398
4399 * Makefile.in (setwins_almost, setwins_for_subdirs):
4400 Avoid accidental matches.
4401
4402 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * menu-bar.el (popup-menu): Use key-binding.
4405
4406 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4407
4408 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4409 menus, support also the menus produced by minor modes.
4410 (Bug#15817)
4411
4412 2013-11-06 Leo Liu <sdl.web@gmail.com>
4413
4414 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4415 DISTANCE to bound the search. All uses changed. (Bug#15808)
4416
4417 2013-11-06 Glenn Morris <rgm@gnu.org>
4418
4419 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4420 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4421 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4422
4423 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * electric.el (electric-indent-just-newline): New command.
4426 (electric-indent-mode-map): New keymap.
4427 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4428 Re-add :group which weren't redundant.
4429
4430 * electric.el (electric-indent-local-mode): New minor mode.
4431 (electric-indent-functions-without-reindent): New var.
4432 (electric-indent-post-self-insert-function): Use it.
4433 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4434
4435 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4436
4437 * international/quail.el (quail-help): Be more explicit about the
4438 meaning of the labels shown on the keys. (Bug#15800)
4439
4440 * startup.el (normal-top-level): Load the subdirs.el files before
4441 setting the locale environment. (Bug#15805)
4442
4443 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4446 via arguments so as to get the right ones (bug#15418).
4447
4448 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4449
4450 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4451
4452 Fix problems found while writing a test suite.
4453
4454 * net/tramp-compat.el (tramp-compat-load): New defun.
4455 * net/tramp.el (tramp-handle-load): Use it.
4456
4457 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4458 "(numberp ok-if-already-exists)" correctly.
4459
4460 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4461
4462 * international/characters.el (glyphless-char-display-control):
4463 Add usage note.
4464
4465 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4466
4467 * progmodes/python.el (python-mode):
4468 * progmodes/scheme.el (scheme-mode):
4469 * progmodes/prolog.el (prolog-mode):
4470 * progmodes/ruby-mode.el (ruby-mode):
4471 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4472 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4473
4474 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * rect.el (rectangle--highlight-for-redisplay):
4477 * emacs-lisp/smie.el (smie--next-indent-change):
4478 Use buffer-chars-modified-tick.
4479
4480 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4481
4482 * electric.el (electric-indent-post-self-insert-function):
4483 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4484
4485 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4486
4487 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4488
4489 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4490
4491 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4492 (bug#15786).
4493
4494 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4497
4498 * progmodes/python.el: Fix up last change.
4499 (python-shell--save-temp-file): New function.
4500 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4501 `string' comes from the current buffer.
4502 (python-shell-send-string-no-output): Remove `msg' arg.
4503 (python--use-fake-loc): New var.
4504 (python-shell-buffer-substring): Obey it. Try to compensate for the
4505 extra coding line added by python-shell--save-temp-file.
4506 (python-shell-send-region): Use python-shell--save-temp-file and
4507 python-shell-send-file directly. Add `nomain' argument.
4508 (python-shell-send-buffer): Use python-shell-send-region.
4509 (python-electric-pair-string-delimiter): New function.
4510 (python-mode): Use it.
4511
4512 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4513
4514 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4515 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4516 environment and decoding all of the default-directory's to here
4517 from command-line.
4518 (command-line): Decode also argv[0].
4519
4520 * loadup.el: Error out if default-directory is a multibyte string
4521 when we are dumping.
4522
4523 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4524
4525 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4526
4527 * emacs-lisp/package.el (package-menu-mode)
4528 (package-menu--print-info, package-menu--archive-predicate):
4529 Add Archive column to package list.
4530
4531 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4532
4533 Fix problems found while writing a test suite.
4534
4535 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4536 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4537 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4538 to nil when running original file name handler. Otherwise,
4539 there are problems with constructs like "$$FOO".
4540
4541 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4542 for `localname'.
4543
4544 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4545
4546 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4547
4548 * subr.el (version<, version<=, version=):
4549 Update docstrings with information for snapshot versions.
4550
4551 * helpers.el: New library for misc helper functions.
4552 (hash-table-keys): New function returning a list of hash keys.
4553 (hash-table-values): New function returning a list of hash values.
4554
4555 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4556
4557 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4558 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4559
4560 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4561
4562 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4563 checking whether point is after a 1-letter word.
4564
4565 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4566
4567 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4568 Don't infloop when expanding region over `multiline' syntax-type that
4569 begins a line (bug#15778).
4570
4571 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4574 Make it into a proper minor mode.
4575 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4576 (rectangle-mark-mode-map): New keymap.
4577 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4578
4579 2013-11-04 Glenn Morris <rgm@gnu.org>
4580
4581 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4582
4583 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4586 (ruby-smie-rules): Use smie-rule-parent instead.
4587
4588 * emacs-lisp/smie.el (smie-rule-parent): Always call
4589 smie-indent-virtual rather than only for hanging tokens.
4590 (smie--next-indent-change): New helper command.
4591
4592 2013-11-03 Glenn Morris <rgm@gnu.org>
4593
4594 * Makefile.in (abs_srcdir): Remove.
4595 (emacs): Unset EMACSLOADPATH.
4596
4597 2013-11-02 Glenn Morris <rgm@gnu.org>
4598
4599 * Makefile.in (EMACS): Use a relative filename.
4600 (abs_top_builddir): Remove.
4601 (custom-deps, finder-data, autoloads): Use --chdir.
4602
4603 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4604
4605 Use relative filenames in TAGS files.
4606 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4607 (lisptagsfiles4, TAGS): Use relative file names.
4608 (TAGS-LISP): Remove.
4609 (maintainer-clean): No more TAGS-LISP file.
4610
4611 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4612 (lisptagsfiles4): Use absolute filenames again.
4613 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4614 Remove all *loaddefs files, not just the first. Remove esh-groups.
4615 (maintainer-clean): Delete TAGS, TAGS-LISP.
4616
4617 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4618
4619 * emacs-lisp/package.el (package-version-join):
4620 Recognize snapshot versions.
4621
4622 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4623
4624 * subr.el (version-regexp-alist): Add support for snapshot versions.
4625
4626 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4627
4628 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4629 New function, replacement for `smie-rule-parent' for when we want to
4630 skip over our direct parent if it's an assignment token..
4631 (ruby-smie-rules): Use it.
4632
4633 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4634
4635 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4636 unconditionally. Remove now unnecessary forward declarations.
4637 Remove XEmacs-specific setup.
4638 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4639 (ruby-font-lock-syntactic-keywords)
4640 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4641 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4642 (ruby-here-doc-end-syntax): Remove.
4643 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4644 defined as function.
4645
4646 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4647
4648 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4649
4650 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4651
4652 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4653 table and abbrev table, `define-derived-mode' does that for us
4654 anyway.
4655
4656 2013-11-01 Glenn Morris <rgm@gnu.org>
4657
4658 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4659 files is atomic for some time, so no parallel compilation issues).
4660
4661 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4662
4663 * faces.el (face-x-resources): Add :distant-foreground.
4664 (region): Use :distant-foreground for gtk and ns.
4665
4666 2013-11-01 Tassilo Horn <tsdh@gnu.org>
4667
4668 Allow multiple bibliographies when BibLaTeX is used rather than
4669 BibTeX.
4670 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4671 (reftex-locate-bibliography-files): Us it.
4672
4673 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4674
4675 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4676 allow comments in pbm files.
4677
4678 * term/w32-win.el (dynamic-library-alist): Support newer versions
4679 of libjpeg starting with v7: look only for the DLL from the
4680 version against which Emacs was built.
4681 Support versions of libpng beyond 1.4.x.
4682 Support libtiff v4.x.
4683
4684 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4685
4686 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4687 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4688 Add property :safe.
4689 (ruby-deep-arglist): Add property :type.
4690
4691 2013-10-31 Glenn Morris <rgm@gnu.org>
4692
4693 * Makefile.in (custom-deps, finder-data): No need to setq the target
4694 variables, we are in the right directory and the defaults work fine.
4695
4696 2013-10-30 Glenn Morris <rgm@gnu.org>
4697
4698 * Makefile.in (autoloads): Do not use abs_lisp.
4699
4700 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4701 `newline' does not respect `standard-output', so use `princ'.
4702
4703 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4704
4705 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4706 * buff-menu.el (Buffer-menu--unmark): New function.
4707 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4708
4709 2013-10-30 Glenn Morris <rgm@gnu.org>
4710
4711 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4712
4713 * emacs-lisp/package.el (lm-homepage): Declare.
4714
4715 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4716 Fix doc typos.
4717
4718 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4719
4720 * Makefile.in (finder-data, autoloads, update-subdirs)
4721 (compile-main, compile-clean, compile-always, bootstrap-clean):
4722 Check return value of cd.
4723 (compile-calc): Remove.
4724
4725 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4728
4729 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4730 (byte-compile-and-folded): New function.
4731 (=, <, >, <=, >=): Use it.
4732
4733 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4734 (path-separator, null-device, buffer-file-coding-system)
4735 (lpr-headers-switches): Check system-type before modifying them.
4736 (find-buffer-file-type-coding-system): Mark obsolete.
4737 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4738 find-file-not-found-set-buffer-file-coding-system.
4739 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4740 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4741 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4742 (w32-direct-print-region-helper, w32-direct-print-region-function)
4743 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4744 * startup.el (normal-top-level-add-subdirs-to-load-path):
4745 * ps-print.el (ps-print-region-function):
4746 * lpr.el (print-region-function): Use new name.
4747
4748 * subr.el (custom-declare-variable-early): Remove function.
4749 (custom-declare-variable-list): Remove var.
4750 (error, user-error): Remove `while' loop.
4751 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4752 (user-emacs-directory-warning, locate-user-emacs-file):
4753 Move to files.el.
4754 * simple.el (read-quoted-char-radix, read-quoted-char):
4755 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4756 Move from subr.el.
4757 * custom.el (custom-declare-variable-list): Don't process
4758 custom-declare-variable-list.
4759
4760 * progmodes/python.el (python-shell-get-buffer): New function.
4761 (python-shell-get-process): Use it.
4762 (python-shell-send-string): Always use utf-8 and add a cookie to tell
4763 Python which encoding was used. Don't split-string since we only care
4764 about the first line. Return the temp-file, if applicable.
4765 (python-shell-send-region): Tell compile.el how to turn locations in
4766 the temp-file into locations in the source buffer.
4767
4768 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * subr.el (undefined): Add missing behavior from the C code for
4771 unbound keys.
4772
4773 * rect.el: Use lexical-binding. Add new rectangular region support.
4774 (rectangle-mark): New command.
4775 (rectangle--region): New var.
4776 (deactivate-mark-hook): Reset rectangle--region.
4777 (rectangle--extract-region, rectangle--insert-for-yank)
4778 (rectangle--highlight-for-redisplay)
4779 (rectangle--unhighlight-for-redisplay): New functions.
4780 (region-extract-function, redisplay-unhighlight-region-function)
4781 (redisplay-highlight-region-function): Use them to handle
4782 rectangular region.
4783 * simple.el (region-extract-function): New var.
4784 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4785 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4786 (kill-region): Replace obsolete `yank-handler' arg with `region'.
4787 (copy-region-as-kill, kill-ring-save): Add `region' argument.
4788 (redisplay-unhighlight-region-function)
4789 (redisplay-highlight-region-function): New vars.
4790 (redisplay--update-region-highlight): New function.
4791 (pre-redisplay-function): Use it.
4792 (exchange-point-and-mark): Don't deactivate the mark before
4793 reactivate-it anyway.
4794 * comint.el (comint-kill-region): Remove yank-handler argument.
4795 * delsel.el (delete-backward-char, backward-delete-char-untabify)
4796 (delete-char): Remove property, since it's now part of their
4797 default behavior.
4798 (self-insert-iso): Remove property since this command doesn't exist.
4799
4800 * emacs-lisp/package.el (package--download-one-archive)
4801 (describe-package-1): Don't query the user about final newline.
4802
4803 2013-10-29 Daniel Colascione <dancol@dancol.org>
4804
4805 * net/tramp.el (tramp-methods): Document new functionality.
4806 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4807 tramp-hostname-checker if method provides one instead of scanning
4808 argument list for "%h" to decide hostname acceptability.
4809
4810 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
4811
4812 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4813 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4814 Handle COPY-CONTENTS. (Bug#15737)
4815
4816 2013-10-28 Daiki Ueno <ueno@gnu.org>
4817
4818 * epa-file.el
4819 (epa-file-cache-passphrase-for-symmetric-encryption):
4820 Document that this option has no effect with GnuPG 2.0 (bug#15552).
4821
4822 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4823
4824 * image.el (defimage, image-load-path): Doc fixes.
4825
4826 2013-10-27 Alan Mackenzie <acm@muc.de>
4827
4828 Indent statements in macros following "##" correctly.
4829 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4830 Modify the "#" arm of a cond form to handle "#" and "##" operators.
4831
4832 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4833
4834 * linum.el (linum-update-window): Fix boundary test (bug#13446).
4835
4836 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
4837
4838 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4839 after `=' is probably a new expression.
4840
4841 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4842
4843 * man.el (man-imenu-title): New option.
4844 (Man-mode-map): Add menu. (Bug#15722)
4845 (Man-mode): Add imenu to menu.
4846
4847 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
4848
4849 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4850 specific in what the first arg can be: a non-keyword word,
4851 string/regexp/percent literal opener, opening paren, or unary
4852 operator followed directly by word.
4853
4854 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4857 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4858 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4859 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4860 Remove vars, they do not apply any more.
4861 (prolog-mode-abbrev-table): Remove redundant declaration.
4862 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4863 (prolog-use-smie): Remove.
4864 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4865 supported by prolog-electric-if-then-else-flag.
4866 (prolog-mode-variables, prolog-menu): Use setq-local.
4867 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4868 Remove binding to `Backspace' since this key doesn't exist anyway.
4869 Remove bindings for electric self-inserting keys.
4870 (prog-mode): Assume it's defined.
4871 (prolog-post-self-insert): New function.
4872 (prolog-mode): Use it.
4873 (prolog-indent-line, prolog-indent-level)
4874 (prolog-find-indent-of-matching-paren)
4875 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4876 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4877 (prolog-goto-next-paren, prolog-in-string-or-comment)
4878 (prolog-tokenize, prolog-inside-mline-comment)
4879 (prolog-find-start-of-mline-comment): Remove functions.
4880 (prolog-find-unmatched-paren, prolog-clause-end)
4881 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4882 (prolog-electric--if-then-else): Rename from
4883 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4884 (prolog-tokenize-searchkey): Remove const.
4885 (prolog-clause-info): Use forward-sexp.
4886 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4887 (prolog-electric-if-then-else): Remove commands.
4888 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4889 for use in post-self-insert-hook.
4890 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4891 for use in post-self-insert-hook.
4892 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4893 for use in post-self-insert-hook.
4894 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4895 adapt it for use in post-self-insert-hook.
4896
4897 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
4898
4899 * emacs-lisp/ert.el (ert-run-tests-interactively):
4900 Use `completing-read'. (Bug#9756)
4901
4902 2013-10-25 Eli Zaretskii <eliz@gnu.org>
4903
4904 * simple.el (line-move): Call line-move-1 instead of
4905 line-move-visual when the current window hscroll is zero, but
4906 temporary-goal-column indicates we will need to hscroll as result
4907 of the movement. (Bug#15712)
4908
4909 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4910
4911 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4912 capitalization. Use :visible instead of :active.
4913 Fix `ruby-indent-exp' reference. Add menu items for the generic
4914 commands that are used with SMIE.
4915 (ruby-do-end-to-brace): Insert space after `{'.
4916
4917 2013-10-25 John Anthony <john@jo.hnanthony.com>
4918
4919 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4920
4921 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4922
4923 2013-10-25 Glenn Morris <rgm@gnu.org>
4924
4925 * vc/vc.el (vc-print-log): Don't use a working revision unless
4926 one was explicitly specified. (Bug#15322)
4927
4928 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * subr.el (add-to-list): Preserve return value in compiler-macro
4931 (bug#15692).
4932
4933 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4934
4935 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4936 result. Ask user to retry using '-all' flag. (Bug#15701)
4937
4938 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * emacs-lisp/smie.el: New smie-config system.
4941 (smie-config): New defcustom.
4942 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4943 (smie-config-guess, smie-config-save): New commands.
4944 (smie-config--mode-local, smie-config--buffer-local)
4945 (smie-config--trace, smie-config--modefuns): New vars.
4946 (smie-config--advice, smie-config--mode-hook)
4947 (smie-config--setter, smie-config-local, smie-config--get-trace)
4948 (smie-config--guess-value, smie-config--guess): New functions.
4949 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4950 text properties. Treat "string fence" syntax like string syntax.
4951
4952 * progmodes/sh-script.el (sh-use-smie): Change default.
4953 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4954 (sh-var-value): Simplify by CSE.
4955 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4956 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4957 is used.
4958 (sh-guess-basic-offset): Use cl-incf.
4959 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4960
4961 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
4962
4963 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4964 (bug#15699).
4965
4966 2013-10-24 Glenn Morris <rgm@gnu.org>
4967
4968 * Makefile.in (abs_top_srcdir): Remove.
4969 (update-subdirs): Use relative path to update-subdirs.
4970
4971 2013-10-24 Eli Zaretskii <eliz@gnu.org>
4972
4973 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4974 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4975 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4976 Call unmsys--file-name before expand-file-name, not after it.
4977
4978 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4981 (ert-test-skipped): New error.
4982 (ert-skip, ert-stats-skipped): New defuns.
4983 (ert--skip-unless): New macro.
4984 (ert-test-skipped): New struct.
4985 (ert--run-test-debugger, ert-test-result-type-p)
4986 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4987 (ert--stats-set-test-and-result, ert-char-for-test-result)
4988 (ert-string-for-test-result, ert-run-tests-batch)
4989 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4990 Handle skipped tests. (Bug#9803)
4991
4992 2013-10-24 Glenn Morris <rgm@gnu.org>
4993
4994 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4995
4996 * Makefile.in (abs_top_srcdir): New, set by configure.
4997 (update-subdirs): Correct build-aux location.
4998
4999 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5000
5001 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5002 value, whether we could auto-deduce `backend', or not.
5003
5004 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5005 with parameters" example. Simplify the "is it block or is it
5006 hash" check, but also make it more thorough.
5007
5008 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5009
5010 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5011
5012 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5015 { if it is hanging.
5016
5017 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5018 :before ";".
5019
5020 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5021
5022 * progmodes/compile.el (compilation-directory-matcher)
5023 (compilation-page-delimiter):
5024 Support GNU Make-4.0 directory quoting. (Bug#15678)
5025
5026 2013-10-23 Leo Liu <sdl.web@gmail.com>
5027
5028 * ido.el (ido-tidy): Handle read-only text.
5029
5030 2013-10-23 Glenn Morris <rgm@gnu.org>
5031
5032 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5033 (emacs, compile, compile-always):
5034 Quote entities that might contain whitespace.
5035 (custom-deps, finder-data, autoloads): Use abs_lisp.
5036 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5037 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5038 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5039
5040 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5041
5042 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5043 Use `following-char'.
5044
5045 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5048 * progmodes/ruby-mode.el (ruby-smie-rules):
5049 Remove corresponding workaround. Fix indentation rule of ";" so it
5050 also applies when ";" is the parent.
5051
5052 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5053
5054 * frame.el (display-screens, display-pixel-height)
5055 (display-pixel-width, display-mm-width, display-backing-store)
5056 (display-save-under, display-planes, display-color-cells)
5057 (display-visual-class, display-monitor-attributes-list):
5058 Mention the optional ‘display’ argument in doc strings.
5059
5060 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5061
5062 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5063 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5064
5065 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5066
5067 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5068 TODO. Add "." after " @ ".
5069 (ruby-smie--at-dot-call): New function. Checks if point at method
5070 call with explicit target.
5071 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5072 to the method name tokens when it precedes them.
5073 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5074 (ruby-smie-rules): Add rule for indentation before and after "."
5075 token.
5076
5077 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * textmodes/remember.el (remember-diary-extract-entries):
5080 Avoid add-to-list.
5081
5082 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5083 an instruction.
5084
5085 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5086
5087 * progmodes/ruby-mode.el (ruby-smie-grammar):
5088 Add (almost) all infix operators.
5089 (ruby-smie--implicit-semi-p): Add new operator chars.
5090
5091 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5092 `smie-down-list'.
5093 (ruby-smie--args-separator-p): Check that there's no newline
5094 between method call and its arguments.
5095
5096 2013-10-20 Alan Mackenzie <acm@muc.de>
5097
5098 Allow comma separated lists after Java "implements".
5099
5100 * progmodes/cc-engine.el (c-backward-over-enum-header):
5101 Parse commas.
5102 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5103 from a "disallowed" list in enum fontification.
5104
5105 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5106
5107 * startup.el (default-frame-background-mode): Remove unused defvar.
5108
5109 * progmodes/verilog-mode.el (verilog-mode): Don't set
5110 comment-indent-function globally.
5111
5112 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5113
5114 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5115 Move Info menu item creation to ns-win.el.
5116
5117 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5118 in menu bar.
5119
5120 * menu-bar.el: Move GNUstep specific menus...
5121
5122 * term/ns-win.el (ns-initialize-window-system): ... to here.
5123
5124 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * simple.el (newline): Only run post-self-insert-hook when
5127 called interactively.
5128
5129 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5130
5131 * icomplete.el (icomplete-with-completion-tables): Add :version.
5132
5133 2013-10-19 Alan Mackenzie <acm@muc.de>
5134
5135 Fix fontification bugs with constructors and const.
5136
5137 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5138 CASE 2) Remove the check for the absence of a suffix construct
5139 after a function declaration with only types (no identifiers) in
5140 the parentheses. Also, accept a function declaration with just a
5141 type inside the parentheses, if this type can be positively
5142 recognised as such, or if a prefix keyword like "explicit" nails
5143 down the construct as a declaration.
5144
5145 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5146
5147 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5148 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5149 the problem whereby selecting a menu item that leads to a
5150 minibuffer prompt moves the cursor out of the minibuffer window,
5151 making it hard to type at the prompt. Suggested by Stefan Monnier
5152 <monnier@iro.umontreal.ca>.
5153
5154 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5155
5156 * menu-bar.el: Don't make Services menu.
5157
5158 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5159
5160 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5161 (ffap-alist): Use ffap-c++-mode for c++-mode.
5162 (ffap-c++-path): New variable.
5163 (ffap-c++-mode): New function.
5164
5165 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5166
5167 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5168
5169 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5170
5171 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5172 introduced on 2013-09-08, which results in an infinite loop
5173 requesting a password.
5174
5175 2013-10-18 Glenn Morris <rgm@gnu.org>
5176
5177 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5178
5179 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5180
5181 Sync with upstream verilog-mode revision 1a6ecec7.
5182 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5183 (verilog-mode-release-date): Remove.
5184 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5185 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5186 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5187 (verilog-auto-tieoff-ignore-regexp)
5188 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5189 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5190 (verilog-signals-with, verilog-dir-cache-preserving)
5191 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5192 Doc fixes.
5193 (verilog-case-fold): New option, to control case folding in
5194 regexp searches, bug597.
5195 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5196 (verilog-string-match-fold, verilog-in-paren-count)
5197 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5198 (verilog-at-close-struct-p): New functions.
5199 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5200 (verilog-forward-sexp, verilog-set-auto-endcomments)
5201 (verilog-leap-to-case-head): Handle "unique0" case.
5202 (verilog-in-constraint-re): New constant.
5203 (verilog-keywords, verilog-type-font-keywords):
5204 Add some SystemVerilog 1800-2012 keywords.
5205 (verilog-label-be): Remove unimplemented argument, bug669.
5206 (verilog-batch-execute-func): When batch expanding clear
5207 create-lockfiles to prevent spurious user locks when a file ends
5208 up not changing.
5209 (verilog-calculate-indent, verilog-calc-1)
5210 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5211 (verilog-do-indent): Fix indentation of nested constraints
5212 and structures.
5213 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5214 (verilog-auto-inst-param): Use verilog-string-match-fold.
5215 (verilog-read-inst-module-matcher):
5216 Fix AUTOINST on gate primitives with #1.
5217 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5218 Reads all user-defined typed variables.
5219 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5220 (verilog-signals-matching-regexp)
5221 (verilog-signals-not-matching-regexp, verilog-auto):
5222 Respect verilog-case-fold.
5223 (verilog-diff-report): Fix line count.
5224 (verilog-auto-assign-modport): Remove unused local `modi'.
5225 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5226 better handle multidimensional arrays.
5227 Fix packed array ports misadding bit index in AUTOINST, bug637.
5228 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5229 to not double-declare existing outputs and inputs, respectively.
5230 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5231 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5232 (verilog-sk-uvm-component): New skeleton.
5233 (verilog-submit-bug-report): Add verilog-case-fold,
5234 remove verilog-mode-release-date.
5235
5236 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5237
5238 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5239 as before.
5240
5241 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5242
5243 * textmodes/remember.el (remember): Set buffer-offer-save in
5244 remember buffers (bug#13566).
5245
5246 2013-10-18 Daniel Colascione <dancol@dancol.org>
5247
5248 When evaluating forms in ielm, direct standard output to ielm
5249 buffer. Add new ielm-return-for-effect command. Remove trailing
5250 whitespace throughout.
5251
5252 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5253 (ielm-return-for-effect): New command.
5254 (ielm-send-input): Accept optional `for-effect' parameter.
5255 (ielm-eval-input): Accept optional `for-effect' parameter.
5256 Bind `standard-output' to stream we create using
5257 `ielm-standard-output-impl'. Suppress printing result when
5258 `for-effect'.
5259 (ielm-standard-output-impl): New function.
5260 (inferior-emacs-lisp-mode): Explain new features in documentation.
5261
5262 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5263
5264 Code cleanup.
5265
5266 * net/tramp.el (tramp-debug-message): Do not check for connection
5267 buffer.
5268 (tramp-message): Use "vector" connection property.
5269
5270 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5271 (tramp-equal-remote, tramp-eshell-directory-change)
5272 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5273 (tramp-adb-handle-rename-file)
5274 * net/tramp-cmds.el (tramp-list-remote-buffers)
5275 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5276 * net/tramp-compat.el (tramp-compat-process-running-p)
5277 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5278 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5279 (tramp-gvfs-handle-rename-file)
5280 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5281 (tramp-set-file-uid-gid)
5282 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5283 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5284 of `file-remote-p'.
5285
5286 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5287 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5288 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5289 (tramp-gw-open-network-stream): Suppress unrelated traces.
5290
5291 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5292 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5293 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5294 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5295 connection property.
5296
5297 * net/tramp-cache.el (top): Suppress traces when reading
5298 persistency file.
5299
5300 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5301 Refactor common code. Improve debug message.
5302 (tramp-maybe-open-connection)
5303 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5304 connection buffer too early.
5305
5306 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5307 from `tramp-smb-actions-with-acl'.
5308 (tramp-smb-actions-set-acl): New defconst.
5309 (tramp-smb-handle-copy-directory)
5310 (tramp-smb-action-get-acl): New defun, renamed from
5311 `tramp-smb-action-with-acl'.
5312 (tramp-smb-action-set-acl): New defun.
5313 (tramp-smb-handle-set-file-acl): Rewrite.
5314
5315 2013-10-17 Glenn Morris <rgm@gnu.org>
5316
5317 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5318
5319 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * skeleton.el (skeleton-newline): Remove.
5322 (skeleton-internal-1): Use (insert "\n") instead.
5323
5324 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5325 let-bindings.
5326
5327 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5328 forward-sexp-function while we redo its job (bug#15613).
5329
5330 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5331
5332 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5333 represented by lists.
5334
5335 2013-10-16 Glenn Morris <rgm@gnu.org>
5336
5337 * tmm.el (tmm--history): New dynamic variable.
5338 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5339
5340 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5343 (tramp-smb-errors): Add error messages.
5344 (tramp-smb-actions-with-acl): New defconst.
5345 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5346 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5347 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5348 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5349 (tramp-smb-get-stat-capability): Fix tests.
5350
5351 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5352
5353 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5354 (bug#15580).
5355
5356 2013-10-16 Glenn Morris <rgm@gnu.org>
5357
5358 * ansi-color.el (ansi-color-drop-regexp):
5359 Add 1J, 1K, 2K. (Bug#15617)
5360
5361 * files.el (hack-local-variables--warned-lexical): New.
5362 (hack-local-variables):
5363 Warn about misplaced lexical-binding. (Bug#15616)
5364
5365 * net/eww.el (eww-render): Always set eww-current-url,
5366 and update header line. (Bug#15622)
5367 (eww-display-html): ... Rather than just doing it here.
5368
5369 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5370
5371 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5372 menu navigations commands.
5373
5374 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5375
5376 * progmodes/subword.el (subword-capitalize): Be careful when
5377 the search for [[:alpha:]] fails (bug#15580).
5378
5379 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5380
5381 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5382 to commands that scroll the menu.
5383
5384 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5385
5386 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5387 Handle methods ending with `?' and `!'.
5388
5389 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5390
5391 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5392 `japanese-cp932' to `cp932' to fix the problem where saving a
5393 source file written in Shift_JIS twice would end up having
5394 `coding: japanese-cp932' which Ruby could not recognize.
5395 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5396 in `ruby-encoding-map'.
5397 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5398 doesn't need to be explicitly declared in magic comment.
5399 (ruby-encoding-map): Add type declaration for better customize UI.
5400
5401 2013-10-13 Glenn Morris <rgm@gnu.org>
5402
5403 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5404 Occur buffers are read-only. http://bugs.debian.org/720775
5405
5406 * emacs-lisp/authors.el (authors-fixed-entries):
5407 Comment out old alpha stuff.
5408
5409 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5410
5411 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5412 to `after-save-hook' instead of `before-save-hook'.
5413 (ruby-mode-set-encoding): Use the value of coding system used to
5414 write the file. Call `basic-save-buffer-1' after modifying the
5415 buffer.
5416
5417 2013-10-13 Alan Mackenzie <acm@muc.de>
5418
5419 Fix indentation/fontification of Java enum with
5420 "implements"/generic.
5421
5422 * progmodes/cc-engine.el (c-backward-over-enum-header):
5423 Extracted from the three other places and enhanced to handle generics.
5424 (c-inside-bracelist-p): Uses new function above.
5425 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5426 function above.
5427 (c-font-lock-enum-tail): Uses new function above.
5428
5429 2013-10-13 Kenichi Handa <handa@gnu.org>
5430
5431 * international/mule-cmds.el (select-safe-coding-system): Remove a
5432 superfluous condition in chekcing whether a coding system is safe
5433 or not.
5434
5435 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5436
5437 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5438
5439 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5440
5441 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5442
5443 2013-10-13 Glenn Morris <rgm@gnu.org>
5444
5445 * menu-bar.el (menu-bar-update-buffers):
5446 Unify Buffers menu prompt string. (Bug#15576)
5447
5448 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5449
5450 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5451 Add some entries.
5452 (authors-fixed-entries): Use accented form of name.
5453
5454 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5457 method calls (bug#15594).
5458 (ruby-smie--args-separator-p): New function.
5459 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5460 recognize paren-free method calls.
5461
5462 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5463 internals of universal-argument.
5464
5465 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5466
5467 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5468 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5469 dropped menu on second mouse click on the menu bar.
5470
5471 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5474 (explicit-shell-file-name): Declare.
5475 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5476 (sh-completion-at-point-function): New function.
5477 (sh-mode): Use it.
5478 (sh-smie--keyword-p): Remove unused argument.
5479 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5480 vars.
5481 (sh-set-shell): Always setup SMIE, even if we use the
5482 old indentation code.
5483
5484 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5485
5486 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5487 cases of ? and =.
5488 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5489 predicate would return nil are almost non-existent.
5490 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5491
5492 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5493 cache also after commands that modify the buffer but don't move
5494 point.
5495
5496 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * env.el (substitute-env-in-file-name): New function.
5499 (substitute-env-vars): Extend the meaning of the optional arg.
5500
5501 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5502
5503 * term/w32-win.el (dynamic-library-alist): Define separate lists
5504 of GIF DLLs for versions before and after 5.0.0 of giflib.
5505 (Bug#15531)
5506
5507 2013-10-10 João Távora <joaotavora@gmail.com>
5508
5509 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5510 not locked, use last revision and current source as
5511 defaults. (Bug#15569)
5512
5513 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5514
5515 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5516 menu-bar is hidden.
5517
5518 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5519
5520 * window.el (pop-to-buffer-same-window): Fix doc-string.
5521 (Bug#15492)
5522
5523 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5526
5527 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5528
5529 * calendar/icalendar.el (icalendar-import-file):
5530 Fix interactive spec. (Bug#15482)
5531
5532 2013-10-10 Glenn Morris <rgm@gnu.org>
5533
5534 * desktop.el (desktop-save): Default to saving in .emacs.d,
5535 since PWD is no longer in desktop-path by default. (Bug#15319)
5536
5537 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5538 now that text mode has a menu with the same entry.
5539 (menu-bar-text-mode-auto-fill): Remove now unused func.
5540 * textmodes/text-mode.el (text-mode-map):
5541 Use auto-fill help text from menu-bar.el.
5542
5543 2013-10-10 John Anthony <john@jo.hnanthony.com>
5544
5545 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5546
5547 2013-10-09 Juri Linkov <juri@jurta.org>
5548
5549 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5550 instead of this-command-keys. Add universal-argument-more and
5551 universal-argument-minus to the list of prefix commands. (Bug#15568)
5552
5553 2013-10-09 Glenn Morris <rgm@gnu.org>
5554
5555 * vc/vc-svn.el (vc-svn-create-repo):
5556 Expand paths in file://... url. (Bug#15446)
5557
5558 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5559 Add some entries.
5560 (authors): Remove unused local variables.
5561
5562 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * profiler.el: Create a more coherent calltree from partial backtraces.
5565 (profiler-format): Hide the tail with `invisible' so that C-s can still
5566 find the hidden elements.
5567 (profiler-calltree-depth): Don't recurse so enthusiastically.
5568 (profiler-function-equal): New hash-table-test.
5569 (profiler-calltree-build-unified): New function.
5570 (profiler-calltree-build): Use it.
5571 (profiler-report-make-name-part): Indent the calltree less.
5572 (profiler-report-mode): Add visibility specs for profiler-format.
5573 (profiler-report-expand-entry, profiler-report-toggle-entry):
5574 Expand the whole subtree when provided with a prefix arg.
5575
5576 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5577
5578 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5579 iuwu-mod token.
5580 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5581 hanging iuwu-mod token.
5582 (ruby-smie--forward-token): Do not include a dot after a token in
5583 that token.
5584 (ruby-smie--backward-token): Likewise.
5585
5586 2013-10-08 Juri Linkov <juri@jurta.org>
5587
5588 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5589 to isearch-other-control-char.
5590 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5591 and isearch-post-command-hook to post-command-hook.
5592 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5593 and isearch-post-command-hook from post-command-hook.
5594 (isearch-unread-key-sequence)
5595 (isearch-reread-key-sequence-naturally)
5596 (isearch-lookup-scroll-key, isearch-other-control-char)
5597 (isearch-other-meta-char): Remove functions.
5598 (isearch-pre-command-hook, isearch-post-command-hook):
5599 New functions based on isearch-other-meta-char rewritten
5600 relying on the new behavior of overriding-terminal-local-map
5601 that does not replace the local keymaps any more. (Bug#15200)
5602
5603 2013-10-08 Eli Zaretskii <eliz@gnu.org>
5604
5605 Support menus on text-mode terminals.
5606 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5607 functionality.
5608
5609 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5610
5611 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5612 Move here from mouse.el.
5613 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5614 and arrow keys.
5615 (tty-menu-navigation-map): New map for TTY menu navigation.
5616
5617 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5618
5619 * frame.el (display-mouse-p): Report text-mode mouse as available
5620 on w32.
5621 (display-popup-menus-p): Report availability if mouse is
5622 available; don't condition on window-system.
5623
5624 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5625 (tty-menu-selected-face): New faces.
5626
5627 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5630 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5631 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5632 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5633 New constants.
5634 (lisp-mode-variables): New `elisp' argument.
5635 (emacs-lisp-mode): Use it.
5636 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5637 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5638
5639 * indent.el: Use lexical-binding.
5640 (indent-region): Add progress reporter.
5641 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5642 last step.
5643 (indent--next-tab-stop): New function to implement this behavior.
5644 (tab-to-tab-stop, move-to-tab-stop): Use it.
5645
5646 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
5647
5648 * indent.el (indent-rigidly--current-indentation): New function.
5649 (indent-rigidly-map): New var.
5650 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5651
5652 2013-10-08 Bastien Guerry <bzg@gnu.org>
5653
5654 * register.el (insert-register): Fix 2013-10-07 change.
5655
5656 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * progmodes/perl-mode.el: Use lexical-binding.
5659 Remove redundant :group args.
5660 (perl-nochange): Change default to be closer to other major modes's
5661 standard behavior.
5662 (perl-indent-line): Don't consider text on current line as a
5663 valid beginning of function from which to indent.
5664
5665 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5666 with more than one argument (bug#15538).
5667
5668 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5669
5670 * vc/pcvs.el: Use lexical-binding.
5671 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5672 environment of `eval'.
5673 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5674 than a list of expressions. Adjust callers.
5675 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5676
5677 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5678
5679 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5680 case of the dot in a chained method call being on the following line.
5681
5682 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * electric.el (electric-indent-inhibit): New var.
5685 (electric-indent-post-self-insert-function): Use it.
5686 * progmodes/python.el (python-mode): Set it.
5687
5688 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5689 open braces.
5690
5691 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5692
5693 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5694 (css-mode): Use electric-indent-chars.
5695
5696 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5697 (font-lock-beg, font-lock-end): Move before first use.
5698 (nxml-mode): Use syntax-propertize-function.
5699 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5700 (nxml-extend-after-change-region): Remove.
5701 * nxml/xmltok.el: Use lexical-binding.
5702 (xmltok-save): Use `declare'.
5703 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5704 * nxml/nxml-util.el: Use lexical-binding.
5705 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5706 Use `declare'.
5707 * nxml/nxml-ns.el: Use lexical-binding.
5708 (nxml-ns-save): Use `declare'.
5709 (nxml-ns-prefixes-for): Avoid add-to-list.
5710 * nxml/rng-match.el: Use lexical-binding.
5711 (rng--ipattern): Use cl-defstruct.
5712 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5713 (rng-cons-group-after, rng-subst-group-after)
5714 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5715 Use closures instead of `(lambda...).
5716
5717 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5720 of BEG and END.
5721
5722 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5723 Use `tramp-handle-insert-file-contents'.
5724 (tramp-gvfs-handle-insert-file-contents): Remove function.
5725
5726 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5727 Use `save-restriction' in order to keep markers.
5728
5729 * net/trampver.el: Update release number.
5730
5731 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * progmodes/compile.el (compilation-parse-errors):
5734 Use compilation--put-prop.
5735 (compilation--ensure-parse): Check compilation-multiline.
5736
5737 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5738
5739 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5740 lexical-binding.
5741
5742 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5743
5744 * progmodes/ruby-mode.el: Fix recently added tests.
5745 (ruby-smie-grammar): Add - and +.
5746 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5747 (ruby-smie--backward-id): New functions.
5748 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5749 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
5750 any more.
5751
5752 2013-10-07 Leo Liu <sdl.web@gmail.com>
5753
5754 * register.el (register-preview-delay)
5755 (register-preview-functions): New variables.
5756 (register-read-with-preview, register-preview)
5757 (register-describe-oneline): New functions.
5758 (point-to-register, window-configuration-to-register)
5759 (frame-configuration-to-register, jump-to-register)
5760 (number-to-register, view-register, insert-register)
5761 (copy-to-register, append-to-register, prepend-to-register)
5762 (copy-rectangle-to-register): Use register-read-with-preview to
5763 read register. (Bug#15525)
5764
5765 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
5766
5767 * net/network-stream.el (network-stream-open-starttls): Don't add
5768 --insecure if it's already present, because that gnutls-cli
5769 rejects getting that parameter twice.
5770
5771 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
5772
5773 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5774 keyword, too.
5775
5776 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
5777
5778 * newcomment.el (comment-use-global-state): Change default value
5779 to t, mark obsolete (Bug#15251).
5780 (comment-beginning): In addition to `comment-to-syntax', check the
5781 value of `comment-use-global-state'.
5782
5783 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5786 (ruby-comment-column): Follow the global default, by default.
5787 (ruby-smie-grammar): Add assignment syntax.
5788 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5789 open-paren, a comma, or a \.
5790 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5791 and line continuations.
5792 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5793 followed by implicit semi-colons. Add rule for string concatenation
5794 and for indentation at BOB.
5795 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5796
5797 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5798 calling next-sexp, since next-token may have skipped chars which
5799 next-sexp doesn't know should be skipped!
5800
5801 2013-10-05 Leo Liu <sdl.web@gmail.com>
5802
5803 * progmodes/octave.el (octave-send-region):
5804 Call compilation-forget-errors.
5805
5806 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5807
5808 * vc/vc-svn.el (vc-svn-find-admin-dir):
5809 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5810 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5811 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5812 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5813
5814 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5817
5818 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * subr.el (read-passwd): Hide chars even when called within a context
5821 where after-change-functions is disabled (bug#15501).
5822 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5823 until we removed ourself from overriding-terminal-local-map.
5824
5825 2013-10-04 Leo Liu <sdl.web@gmail.com>
5826
5827 * progmodes/octave.el (inferior-octave-mode):
5828 Call compilation-forget-errors.
5829
5830 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5831
5832 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5833
5834 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/secrets.el (secrets-create-collection): Add optional
5837 argument ALIAS. Use proper Label keyword. Append ALIAS as
5838 dbus-call-method argument. (Bug#15516)
5839
5840 2013-10-04 Leo Liu <sdl.web@gmail.com>
5841
5842 * progmodes/octave.el (inferior-octave-error-regexp-alist)
5843 (inferior-octave-compilation-font-lock-keywords): New variables.
5844 (compilation-error-regexp-alist)
5845 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5846 (inferior-octave-mode): Use compilation-shell-minor-mode.
5847
5848 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
5849
5850 * minibuffer.el (completion--replace): Be careful that `end' might be
5851 a marker.
5852
5853 2013-10-03 Daiki Ueno <ueno@gnu.org>
5854
5855 Add support for package signature checking.
5856 * emacs-lisp/package.el (url-http-file-exists-p)
5857 (epg-make-context, epg-context-set-home-directory)
5858 (epg-verify-string, epg-context-result-for)
5859 (epg-signature-status, epg-signature-to-string)
5860 (epg-check-configuration, epg-configuration)
5861 (epg-import-keys-from-file): Declare.
5862 (package-check-signature): New user option.
5863 (package-unsigned-archives): New user option.
5864 (package-desc): Add `signed' field.
5865 (package-load-descriptor): Set `signed' field if .signed file exists.
5866 (package--archive-file-exists-p): New function.
5867 (package--check-signature): New function.
5868 (package-install-from-archive): Check package signature.
5869 (package--download-one-archive): Check archive signature.
5870 (package-delete): Remove .signed file.
5871 (package-import-keyring): New command.
5872 (package-refresh-contents): Import default keyring.
5873 (package-desc-status): Add "unsigned" status.
5874 (describe-package-1, package-menu--print-info)
5875 (package-menu-mark-delete, package-menu--find-upgrades)
5876 (package-menu--status-predicate): Support "unsigned" status.
5877
5878 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5881 the new compilation scheme using the new byte-codes.
5882
5883 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5884 (byte-pophandler): New byte codes.
5885 (byte-goto-ops): Adjust accordingly.
5886 (byte-compile--use-old-handlers): New var.
5887 (byte-compile-catch): Use new byte codes depending on
5888 byte-compile--use-old-handlers.
5889 (byte-compile-condition-case--old): Rename from
5890 byte-compile-condition-case.
5891 (byte-compile-condition-case--new): New function.
5892 (byte-compile-condition-case): New function that dispatches depending
5893 on byte-compile--use-old-handlers.
5894 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5895 when we can.
5896
5897 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5898 Optimize under `condition-case' and `catch' if
5899 byte-compile--use-old-handlers is nil.
5900 (disassemble-offset): Handle new bytecodes.
5901
5902 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * subr.el (error): Use `declare'.
5905 (decode-char, encode-char): Use advertised-calling-convention instead
5906 of the docstring to discourage use of the `restriction' arg.
5907
5908 2013-10-03 Daiki Ueno <ueno@gnu.org>
5909
5910 * epg.el (epg-verify-file): Add a comment saying that it does not
5911 notify verification error as a return value nor a signal.
5912 (epg-verify-string): Ditto.
5913
5914 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5915
5916 * progmodes/compile.el (compilation-start): Try globbing the arg to
5917 `cd' (bug#15417).
5918
5919 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
5920
5921 Sync with Tramp 2.2.8.
5922
5923 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5924 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5925 * net/trampver.el: Update release number.
5926
5927 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5928
5929 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5930 and default-process-coding-system for darwin only.
5931
5932 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5935
5936 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5937
5938 * vc/vc-git.el (vc-git-grep): Disable pager.
5939
5940 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5941
5942 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5943 Use :url instead of :homepage, as per
5944 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5945
5946 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5947 non-nil, use `syntax-ppss' (Bug#15251).
5948
5949 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5950
5951 * progmodes/octave.el (inferior-octave-startup-file):
5952 Prefer ~/.emacs.d/init_octave.m.
5953
5954 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
5955
5956 * emacs-lisp/package.el (package-desc-from-define):
5957 Accept additional arguments as plist, convert them to an alist and store
5958 them in the `extras' slot.
5959 (package-generate-description-file): Convert extras alist back to
5960 plist and append to the `define-package' form arguments.
5961 (package--alist-to-plist): New function.
5962 (package--ac-desc): Add `extras' slot.
5963 (package--add-to-archive-contents): Check if the archive-contents
5964 vector is long enough, and if it is, pass its `extras' slot value
5965 to `package-desc-create'.
5966 (package-buffer-info): Call `lm-homepage', pass the returned value
5967 to `package-desc-from-define'.
5968 (describe-package-1): Render the homepage button (Bug#13291).
5969
5970 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5971 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5972
5973 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
5974
5975 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5976 and default-process-coding-system to utf-8-unix (Bug#15402).
5977
5978 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
5979
5980 * subr.el (looking-back): Do not recommend using looking-back.
5981
5982 2013-09-28 Alan Mackenzie <acm@muc.de>
5983
5984 Fix indentation/fontification of Java enum with "implements".
5985
5986 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5987 regexp which matches "implements", etc., in Java.
5988 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5989 specifier clauses coming after "enum".
5990 * progmodes/cc-fonts.el (c-font-lock-declarations)
5991 (c-font-lock-enum-tail): Check for extra specifier clauses coming
5992 after "enum".
5993
5994 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
5995
5996 * faces.el (region): Change ns_selection_color to
5997 ns_selection_fg_color, add ns_selection_bg_color.
5998
5999 2013-09-28 Leo Liu <sdl.web@gmail.com>
6000
6001 * progmodes/octave.el (inferior-octave-completion-table)
6002 (inferior-octave-completion-at-point): Minor tweaks.
6003
6004 * textmodes/ispell.el (ispell-lookup-words): Rename from
6005 lookup-words. (Bug#15460)
6006 (lookup-words): Obsolete.
6007 (ispell-complete-word, ispell-command-loop): All uses changed.
6008
6009 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6010
6011 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6012 (octave-mode-menu): Add octave-send-buffer.
6013 (octave-send-buffer): New function.
6014
6015 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6016
6017 * progmodes/octave.el (octave-mode-map): Add key binding for
6018 octave-lookfor.
6019 (octave-mode-menu): Add octave-lookfor.
6020 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6021 octave-lookfor.
6022 (octave-lookfor): New function.
6023
6024 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6027 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6028 its convention.
6029 (cl--loop-set-iterator-function): New function.
6030 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6031 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6032 Bind `it' with `let' instead of substituting it with `cl-subst'.
6033 (cl--unused-var-p): New function.
6034 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6035 Eliminate some unused variable warnings (bug#15326).
6036
6037 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6038
6039 * doc-view.el (doc-view-scale-reset): Rename from
6040 `doc-view-reset-zoom-level'.
6041 (doc-view-scale-adjust): New command.
6042 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6043 `doc-view-scale-adjust'.
6044
6045 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6046
6047 * doc-view.el (doc-view-reset-zoom-level): New command.
6048 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6049 zoom commands (bug#15466).
6050
6051 2013-09-26 Kenichi Handa <handa@gnu.org>
6052
6053 * international/quail.el (quail-help): Make it not a command.
6054
6055 2013-09-26 Leo Liu <sdl.web@gmail.com>
6056
6057 * minibuffer.el (completion-all-sorted-completions): Make args
6058 optional as they are.
6059
6060 2013-09-25 Daniel Colascione <dancol@dancol.org>
6061
6062 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6063 specs are and that they're not evaluated.
6064
6065 2013-09-24 Sam Steingold <sds@gnu.org>
6066
6067 * midnight.el (clean-buffer-list-kill-regexps)
6068 (clean-buffer-list-kill-buffer-names): Update for the new Man
6069 buffer naming which includes the object name.
6070
6071 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6074 (eshell-parse-command, eshell-parse-pipeline): Use it since
6075 eshell-separate-commands requires a dynamic scoped var.
6076 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6077
6078 2013-09-23 Leo Liu <sdl.web@gmail.com>
6079
6080 * autoinsert.el (auto-insert-alist): Make the value of
6081 lexical-binding match its file setting.
6082
6083 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6086
6087 * autoarg.el (autoarg-kp-digit-argument):
6088 * electric.el (Electric-command-loop):
6089 * kmacro.el (kmacro-step-edit-insert):
6090 Do not set universal-argument-num-events.
6091
6092 2013-09-22 Leo Liu <sdl.web@gmail.com>
6093
6094 * files.el (interpreter-mode-alist): Add octave.
6095
6096 2013-09-21 Alan Mackenzie <acm@muc.de>
6097
6098 C++: fontify identifier in declaration following "public:" correctly.
6099 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6100 to match "public", etc.
6101 (c-decl-prefix-re): Add ":" into the C++ value.
6102 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6103 bit. Add a check for a ":" preceded by "public", etc.
6104
6105 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6106
6107 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6108 recognized by GDB 7.5 and later.
6109
6110 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6111
6112 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6113
6114 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * subr.el (internal--call-interactively): New const.
6117 (called-interactively-p): Use it (bug#3984).
6118
6119 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6120
6121 * vc/pcvs.el (cvs-mode-ignore):
6122 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6123 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6124
6125 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6128 (eshell-ls-orig-insert-directory): Remove.
6129 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6130 (eshell-ls-use-in-dired): Use advice-add/remove.
6131 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6132 Add `orig-fun' arg for use in :around advice.
6133 Make it check (redundantly) eshell-ls-use-in-dired.
6134
6135 2013-09-19 Glenn Morris <rgm@gnu.org>
6136
6137 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6138
6139 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6140
6141 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6142
6143 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6144
6145 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6146 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6147 (tramp-get-remote-python): New defuns.
6148 (tramp-get-remote-uid-with-perl)
6149 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6150 contributed by yary <not.com@gmail.com> (tiny change).
6151 (tramp-get-remote-uid-with-python)
6152 (tramp-get-remote-gid-with-python): New defuns. Python code
6153 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6154 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6155
6156 2013-09-19 Glenn Morris <rgm@gnu.org>
6157
6158 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6159
6160 * eshell/em-unix.el (eshell-remove-entries):
6161 Rename argument to avoid name-clash with global `top-level'.
6162
6163 * eshell/esh-proc.el (eshell-kill-process-function):
6164 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6165 (eshell-reset-after-proc): Remove unused arg `proc'.
6166
6167 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6168 (directory-files-and-attributes): Mark unused arg.
6169
6170 * eshell/em-unix.el (eshell-remove-entries):
6171 Remove unused arg `path'. Update callers.
6172
6173 * eshell/em-hist.el (eshell-hist-parse-arguments):
6174 Remove unused arg `silent'. Update callers.
6175
6176 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6177 Fix (f)boundp mix-up.
6178
6179 * eshell/em-smart.el (eshell-smart-scroll-window)
6180 (eshell-disable-after-change):
6181 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6182
6183 2013-09-18 Alan Mackenzie <acm@muc.de>
6184
6185 Fix fontification of type when followed by "const".
6186 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6187 "known" types from fontification.
6188
6189 2013-09-18 Glenn Morris <rgm@gnu.org>
6190
6191 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6192 (chart-face-list): Drop Emacsen without display-color-p.
6193
6194 * net/eww.el (libxml-parse-html-region): Declare.
6195 (eww-display-html): Explicit error if no libxml2 support.
6196
6197 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6198
6199 * image.el (image-type-from-buffer, image-multi-frame-p):
6200 Remove --without-x warning/error.
6201
6202 * mouse.el (mouse-yank-primary):
6203 * term.el (term-mouse-paste):
6204 Reorder to silence --without-x compilation.
6205
6206 * mpc.el (doc-view-mode): Silence --without-x compilation.
6207
6208 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6209 Silence --without-x compilation.
6210
6211 * progmodes/gud.el (gud-find-file, gud-mode):
6212 Silence --without-x compilation.
6213 (tooltip-mode): Declare.
6214
6215 * wdired.el (dired-backup-overwrite): Remove declaration.
6216 (wdired-mode-map): Add doc string.
6217
6218 * custom.el (x-get-resource): Declare.
6219
6220 * eshell/em-glob.el (ange-cache):
6221 * eshell/em-unix.el (ange-cache): Declare.
6222
6223 * faces.el (x-display-list, x-open-connection, x-get-resource):
6224 Declare.
6225
6226 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6227 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6228 Declare.
6229
6230 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6231
6232 * net/gnutls.el (gnutls-log-level): Declare.
6233
6234 * net/shr.el (image-size, image-animate): Declare.
6235
6236 * simple.el (font-info): Declare.
6237
6238 * subr.el (x-popup-dialog): Declare.
6239
6240 * term/common-win.el (x-select-enable-primary)
6241 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6242 Declare.
6243
6244 * term/ns-win.el (x-handle-args): Declare.
6245
6246 * term/x-win.el (x-select-enable-clipboard): Declare.
6247
6248 * term/w32-win.el (create-default-fontset): Declare.
6249
6250 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6251 Declare.
6252
6253 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6254 (fit-frame-to-buffer): Explicit error if --without-x.
6255 (mouse-autoselect-window-select): Silence compiler.
6256
6257 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6258
6259 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6260 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6261 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6262 * eshell/esh-util.el (eshell-sublist):
6263 Remove unused local variables.
6264
6265 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6266
6267 * textmodes/two-column.el: Make 2C-split work for --without-x.
6268 (scroll-bar-columns): Autoload.
6269 (top-level): Require fringe when compiling.
6270
6271 2013-09-18 Leo Liu <sdl.web@gmail.com>
6272
6273 * subr.el (add-hook): Robustify to handle closure as well.
6274
6275 2013-09-17 Glenn Morris <rgm@gnu.org>
6276
6277 * simple.el (messages-buffer-mode-map): Unbind "g".
6278
6279 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * help-mode.el (help-mode-finish): Use derived-mode-p.
6282 Remove obsolete highlighting.
6283
6284 * play/life.el (life-mode): Use define-derived-mode. Derive from
6285 special-mode.
6286 (life): Let-bind inhibit-read-only.
6287 (life-setup): Avoid `setq'. Use `life-mode'.
6288
6289 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6290 which should not be needed any more.
6291 (package-menu-refresh, package-menu-describe-package): Use user-error.
6292
6293 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6294 (eshell-post-rewrite-command-hook): Make obsolete.
6295 (eshell-parse-command): Simplify.
6296 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6297 (eshell--cmd): Declare.
6298 (eshell-parse-pipeline): Remove unused var `final-p'.
6299 Pass a dynvar to eshell-post-rewrite-command-hook.
6300 Implement the new eshell-post-rewrite-command-function.
6301 (eshell-invoke-directly): Remove unused arg `input'.
6302 * eshell/esh-io.el (eshell-io-initialize):
6303 Use eshell-post-rewrite-command-function (bug#15399).
6304 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6305 adjust to new calling convention.
6306 (eshell-create-handles): Rename args to avoid clashing with dynvar
6307 `standard-output'.
6308
6309 2013-09-17 Glenn Morris <rgm@gnu.org>
6310
6311 * simple.el (messages-buffer-mode): New major mode.
6312 (messages-buffer): New function.
6313 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6314 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6315 (ert-run-test): Use `messages-buffer' function.
6316 (ert--force-message-log-buffer-truncation): Ignore read-only.
6317 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6318 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6319
6320 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6323
6324 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6325
6326 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * icomplete.el (icomplete-in-buffer): New var.
6329 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6330 vars and replace them with functions.
6331 (icomplete-minibuffer-setup): Adjust accordingly.
6332 (icomplete--completion-table, icomplete--completion-predicate)
6333 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6334 New functions.
6335 (icomplete-forward-completions, icomplete-backward-completions)
6336 (icomplete-simple-completing-p, icomplete-exhibit)
6337 (icomplete-completions): Use them.
6338 (icomplete--in-region-buffer): New var.
6339 (icomplete--in-region-setup): New function.
6340 (icomplete-mode): Use it.
6341
6342 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6343 (bug#15379).
6344 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6345 return args and options.
6346 (eshell-eval-using-options): Use the new return value of
6347 eshell--do-opts to set the options's vars in their scope.
6348 (eshell--set-option): Rename from eshell-set-option.
6349 Add arg `opt-vals'.
6350 (eshell--process-option): Rename from eshell-process-option.
6351 Add arg `opt-vals'.
6352 (eshell--process-args): Use an `opt-vals' alist to store the options's
6353 values during their processing and return them additionally to the
6354 remaining args.
6355
6356 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6357
6358 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6359 continuation character an operator, as far as indentation is
6360 concerned (Bug#15369).
6361
6362 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6363
6364 * window.el (window--state-put-2): Don't process buffer state
6365 when buffer doesn't exist any more (Bug#15382).
6366
6367 2013-09-15 Glenn Morris <rgm@gnu.org>
6368
6369 * eshell/em-unix.el (eshell/rm):
6370 Make -f ignore missing files. (Bug#15373)
6371
6372 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6373 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6374 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6375
6376 2013-09-14 Glenn Morris <rgm@gnu.org>
6377
6378 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6379
6380 2013-09-13 Glenn Morris <rgm@gnu.org>
6381
6382 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6383 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6384
6385 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6386
6387 * frame.el (x-focus-frame): Mark as declared in frame.c.
6388
6389 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * ls-lisp.el: Use advice-add.
6392 (original-insert-directory): Remove.
6393 (ls-lisp--insert-directory): Rename from insert-directory; add
6394 `orig-fun' argument.
6395 (insert-directory): Advise.
6396
6397 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6398
6399 * term.el (term-emulate-terminal): Decode the command string
6400 before passing it to term-command-hook. (Bug#15337)
6401
6402 2013-09-13 Glenn Morris <rgm@gnu.org>
6403
6404 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6405
6406 * eshell/esh-ext.el (eshell-search-path): Declare.
6407
6408 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6409 Otherwise an error occurs if eshell-dirs module not loaded.
6410
6411 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6412
6413 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6414
6415 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6416 `tramp-check-proper-host'. Check for a valid method name.
6417
6418 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6419 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6420 * net/tramp-sh.el (tramp-maybe-open-connection):
6421 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6422
6423 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6424 also for hash values.
6425
6426 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * term/ns-win.el (parameters): Don't declare as dynamic.
6429 (before-make-frame-hook): Don't add ineffective function.
6430
6431 * eshell/*.el: Use lexical-binding (bug#15231).
6432
6433 2013-09-12 Kenichi Handa <handa@gnu.org>
6434
6435 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6436
6437 2013-09-12 Glenn Morris <rgm@gnu.org>
6438
6439 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6440 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6441
6442 * subr.el (do-after-load-evaluation): Also give compiler warnings
6443 when obsolete files are used (except by obsolete files).
6444
6445 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6446 in the status output, assume `filename' is the first. (Bug#15322)
6447
6448 * vc/vc.el (vc-deduce-fileset): Doc fix.
6449
6450 * calc/calc-help.el (Info-goto-node):
6451 * progmodes/cperl-mode.el (Info-find-node):
6452 * vc/ediff.el (Info-goto-node): Update declarations.
6453
6454 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6455
6456 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6457 (vc-bzr-pull): Require vc-dispatcher.
6458 * vc/vc-git.el (vc-compilation-mode): Declare.
6459 (vc-git-pull): Require vc-dispatcher.
6460
6461 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6462
6463 * progmodes/octave.el (help-button-action): Declare.
6464
6465 * shell.el (shell-directory-tracker): Output error as a message
6466 rather than just returning it as a string.
6467 (shell-process-pushd): Remove useless use of message.
6468
6469 * dframe.el (dframe-timer-fn):
6470 * files.el (dir-locals-read-from-file):
6471 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6472 (mpc-format):
6473 * reveal.el (reveal-post-command):
6474 * saveplace.el (load-save-place-alist-from-file):
6475 * shell.el (shell-resync-dirs):
6476 * w32-common-fns.el (x-get-selection-value):
6477 * emacs-lisp/copyright.el (copyright-find-copyright):
6478 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6479 * emulation/tpu-edt.el (tpu-copy-keyfile):
6480 * play/bubbles.el (bubbles--mark-neighbourhood):
6481 * progmodes/executable.el
6482 (executable-make-buffer-file-executable-if-script-p):
6483 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6484
6485 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 Cleanup Eshell to rely less on dynamic scoping.
6488 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6489 last-value, and ext-command here. Bind `args' closer to `body'.
6490 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6491 (eshell--args): Declare new dynamic var.
6492 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6493 last-value, and ext-command. Pass `args' to `body'.
6494 (eshell-process-args): Bind eshell--args.
6495 (eshell-set-option): Use eshell--args.
6496 * eshell/eshell.el (eshell): Use derived-mode-p.
6497 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6498 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6499 (eshell-glob-function): Declare.
6500 * eshell/esh-util.el: Require cl-lib.
6501 (eshell-read-hosts-file): Avoid add-to-list.
6502 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6503 `err'.
6504 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6505 Declare.
6506 (eshell/diff): Remove unused var `err'.
6507 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6508 `killflag'.
6509 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6510 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6511 first use.
6512 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6513 Move declaration before first use.
6514 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6515 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6516 rely on cl-return.
6517
6518 2013-09-12 Glenn Morris <rgm@gnu.org>
6519
6520 * term/ns-win.el (global-map): Remove binding for ispell-next,
6521 deleted 1999-05-29. (Bug#15357)
6522
6523 2013-09-11 Glenn Morris <rgm@gnu.org>
6524
6525 * echistory.el (electric-command-history): Remove call to deleted func.
6526
6527 * play/landmark.el (landmark-mode): Fix typos.
6528
6529 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6530 Check cvs-sort-ignore-file is bound.
6531
6532 * savehist.el: No need for cl when compiling on Emacs.
6533
6534 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6537 (bug#15338).
6538 (eshell-self-insert-command, eshell-send-invisible):
6539 Remove unused argument.
6540 (eshell-handle-control-codes): Remove unused var `orig'.
6541 Avoid delete-backward-char.
6542
6543 * files.el (set-auto-mode): Simplify a bit further.
6544
6545 2013-09-11 Glenn Morris <rgm@gnu.org>
6546
6547 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6548 (set-auto-mode): Don't regexp-quote elements.
6549 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6550 * progmodes/cc-mode.el (interpreter-mode-alist):
6551 * progmodes/ruby-mode.el (interpreter-mode-alist):
6552 Revert previous change.
6553
6554 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * play/snake.el (snake-mode):
6557 * play/mpuz.el (mpuz-mode):
6558 * play/landmark.el (lm-mode):
6559 * play/blackbox.el (blackbox-mode):
6560 * play/5x5.el (5x5-mode):
6561 * obsolete/options.el (Edit-options-mode):
6562 * net/quickurl.el (quickurl-list-mode):
6563 * net/newst-treeview.el (newsticker-treeview-mode):
6564 * mail/rmailsum.el (rmail-summary-mode):
6565 * mail/mspools.el (mspools-mode):
6566 * locate.el (locate-mode):
6567 * ibuffer.el (ibuffer-mode):
6568 * emulation/ws-mode.el (wordstar-mode):
6569 * emacs-lisp/debug.el (debugger-mode):
6570 * array.el (array-mode):
6571 * net/eudc.el (eudc-mode): Use define-derived-mode.
6572 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6573 Move initialization into declaration.
6574 (mairix-searches-mode): Use define-derived-mode.
6575 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6576 (eudc-edit-hotlist): Use dolist.
6577 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6578 (Man-mode): Use define-derived-mode.
6579 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6580 (Info-edit-mode): Use define-derived-mode.
6581 (Info-cease-edit): Use Info-mode.
6582 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6583 into declaration.
6584 (eshell-mode): Use define-derived-mode.
6585 * chistory.el (command-history-mode-map): Rename from
6586 command-history-map.
6587 (command-history-mode): Use define-derived-mode.
6588 (Command-history-setup): Remove function.
6589 * calc/calc.el (calc-trail-mode-map): New var.
6590 (calc-trail-mode): Use define-derived-mode.
6591 (calc-trail-buffer): Set calc-main-buffer manually.
6592 * bookmark.el (bookmark-insert-annotation): New function.
6593 (bookmark-edit-annotation): Use it.
6594 (bookmark-edit-annotation-mode): Make it a proper major mode.
6595 (bookmark-send-edited-annotation): Use derived-mode-p.
6596 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6597 closer to its ideal place. Use \' to match EOS.
6598
6599 * profiler.el (profiler-calltree-find): Use function-equal.
6600
6601 2013-09-10 Glenn Morris <rgm@gnu.org>
6602
6603 * files.el (interpreter-mode-alist): Convert to regexps.
6604 (set-auto-mode): Adapt for this. (Bug#15306)
6605 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6606 Comment out unused variable.
6607 * progmodes/cc-mode.el (interpreter-mode-alist):
6608 * progmodes/python.el (interpreter-mode-alist):
6609 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6610 * progmodes/sh-script.el (sh-set-shell):
6611 No longer use interpreter-mode-alist to get list of shells.
6612
6613 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6614
6615 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * simple.el: Use set-temporary-overlay-map for universal-argument.
6618 (universal-argument-map): Don't use default-bindings (bug#15317).
6619 Bind switch-frame explicitly. Replace universal-argument-minus with
6620 a conditional binding.
6621 (universal-argument-num-events, saved-overriding-map): Remove.
6622 (restore-overriding-map): Remove.
6623 (universal-argument--mode): Rename from save&set-overriding-map,
6624 and rewrite.
6625 (universal-argument, universal-argument-more, negative-argument)
6626 (digit-argument): Adjust accordingly.
6627 (universal-argument-minus): Remove.
6628 (universal-argument-other-key): Remove.
6629
6630 * subr.el (with-demoted-errors): Add `format' argument.
6631
6632 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
6633
6634 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6635 `tramp-cleanup-connection'.
6636
6637 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6638 parameters KEEP-DEBUG and KEEP-PASSWORD.
6639
6640 * net/tramp.el (tramp-file-name-handler):
6641 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6642 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6643 (tramp-maybe-open-connection):
6644 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6645 Use `tramp-cleanup-connection'.
6646
6647 * net/tramp-sh.el (tramp-maybe-open-connection):
6648 Catch 'uname-changed inside the progress reporter.
6649
6650 2013-09-10 Glenn Morris <rgm@gnu.org>
6651
6652 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6653
6654 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6655 returns "alternate access method" in mode (eg "-rw-r--r--.").
6656
6657 2013-09-08 Glenn Morris <rgm@gnu.org>
6658
6659 * saveplace.el (load-save-place-alist-from-file):
6660 Demote errors. (Bug#15305)
6661
6662 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
6663
6664 Improve compatibility with older Emacsen, and XEmacs.
6665
6666 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6667 only if it is bound. It isn't for XEmacs.
6668 (with-tramp-progress-reporter): Do not let-bind `result'.
6669 This yields to scoping errors in XEmacs.
6670 (tramp-handle-make-auto-save-file-name): New function, moved from
6671 tramp-sh.el.
6672
6673 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6674 for `make-auto-save-file-name'.
6675 (tramp-adb--gnu-switches-to-ash):
6676 Use `tramp-compat-replace-regexp-in-string'.
6677
6678 * net/tramp-cache.el (tramp-cache-print): Call
6679 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6680
6681 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6682 bound. It isn't for XEmacs.
6683
6684 * net/tramp-compat.el (tramp-compat-copy-file):
6685 Catch `wrong-number-of-arguments' error.
6686 (tramp-compat-replace-regexp-in-string): New defun.
6687
6688 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6689 for `make-auto-save-file-name'.
6690 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6691 `copy-file'.
6692 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6693 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6694 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6695
6696 * net/tramp-gw.el (tramp-gw-open-network-stream):
6697 Use `tramp-compat-replace-regexp-in-string'.
6698
6699 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6700 Call `tramp-handle-make-auto-save-file-name'.
6701 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6702 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6703 (tramp-sh-file-inotifywait-process-filter):
6704 Use `tramp-compat-replace-regexp-in-string'.
6705 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6706
6707 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6708 for `make-auto-save-file-name'.
6709 (tramp-smb-handle-copy-directory):
6710 Call `tramp-compat-replace-regexp-in-string'.
6711 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6712 (tramp-smb-handle-copy-file): Improve error message.
6713 (tramp-smb-handle-rename-file): Rename directly only in case
6714 `newname' does not exist yet. This is a restriction of smbclient.
6715 (tramp-smb-maybe-open-connection): Rerun the function only when
6716 `auth-sources' is non-nil.
6717
6718 2013-09-08 Kenichi Handa <handa@gnu.org>
6719
6720 * international/characters.el: Set category "^" (Combining) for
6721 more characters.
6722
6723 2013-09-07 Alan Mackenzie <acm@muc.de>
6724
6725 Correctly fontify Java class constructors.
6726 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6727 in Java Mode.
6728 (c-recognize-typeless-decls): Set the Java value to t.
6729 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6730 While handling a "(", add a check for, effectively, Java, and handle a
6731 "typeless" declaration there.
6732
6733 2013-09-07 Roland Winkler <winkler@gnu.org>
6734
6735 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6736 field subtitle for entry type book.
6737
6738 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * minibuffer.el: Make minibuffer-complete call completion-in-region
6741 rather than other way around.
6742 (completion--some, completion-pcm--find-all-completions):
6743 Don't delay signals when debugging.
6744 (minibuffer-completion-contents): Beware fields within the
6745 minibuffer contents.
6746 (completion-all-sorted-completions): Use defvar-local.
6747 (completion--do-completion, completion--cache-all-sorted-completions)
6748 (completion-all-sorted-completions, minibuffer-force-complete):
6749 Add args `beg' and `end'.
6750 (completion--in-region-1): New fun, extracted from minibuffer-complete.
6751 (minibuffer-complete): Use completion-in-region.
6752 (completion-complete-and-exit): New fun, extracted from
6753 minibuffer-complete-and-exit.
6754 (minibuffer-complete-and-exit): Use it.
6755 (completion--complete-and-exit): Rename from
6756 minibuffer--complete-and-exit.
6757 (completion-in-region--single-word): New function, extracted from
6758 minibuffer-complete-word.
6759 (minibuffer-complete-word): Use it.
6760 (display-completion-list): Make `common-substring' argument obsolete.
6761 (completion--in-region): Call completion--in-region-1 instead of
6762 minibuffer-complete.
6763 (completion-help-at-point): Pass boundaries to
6764 minibuffer-completion-help as args rather than via an overlay.
6765 (completion-pcm--string->pattern): Use `any-delim'.
6766 (completion-pcm--optimize-pattern): New function.
6767 (completion-pcm--pattern->regex): Handle `any-delim'.
6768 * icomplete.el (icomplete-forward-completions)
6769 (icomplete-backward-completions, icomplete-completions):
6770 Adjust calls to completion-all-sorted-completions and
6771 completion--cache-all-sorted-completions.
6772 (icomplete-with-completion-tables): Default to t.
6773 * emacs-lisp/crm.el (crm--current-element): Rename from
6774 crm--select-current-element. Don't put an overlay but return the
6775 boundaries instead.
6776 (crm--completion-command): Take two new args to bind to the boundaries.
6777 (crm-completion-help): Adjust accordingly.
6778 (crm-complete): Use completion-in-region.
6779 (crm-complete-word): Use completion-in-region--single-word.
6780 (crm-complete-and-exit): Use completion-complete-and-exit.
6781
6782 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6785 than dynamically.
6786
6787 2013-09-06 Juri Linkov <juri@jurta.org>
6788
6789 * info.el (Info-display-images-node): When image file doesn't exist
6790 display text version of the image if it's provided in the Info file.
6791 Otherwise, display the location of missing image from SRC attribute.
6792 Add help-echo text property from ALT attribute. (Bug#15279)
6793
6794 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6797 (edit-abbrevs-mode): Use define-derived-mode.
6798
6799 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6800 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6801 that it's defined.
6802 (epa-key-list-mode, epa-key-mode, epa-info-mode):
6803 Use define-derived-mode.
6804
6805 * epg.el (epg-start-encrypt): Minor CSE simplification.
6806
6807 2013-09-06 William Xu <william.xwl@gmail.com>
6808
6809 * arc-mode.el: Add support for 7za (bug#15264).
6810 (archive-7z-program): New var.
6811 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6812 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6813 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6814
6815 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
6816
6817 Remove URL syntax.
6818
6819 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6820 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6821 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6822 (tramp-postfix-host-format, tramp-file-name-regexp)
6823 (tramp-completion-file-name-regexp)
6824 (tramp-completion-dissect-file-name)
6825 (tramp-handle-substitute-in-file-name): Remove 'url case.
6826 (tramp-file-name-regexp-url)
6827 (tramp-completion-file-name-regexp-url): Remove constants.
6828
6829 2013-09-06 Glenn Morris <rgm@gnu.org>
6830
6831 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
6832
6833 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
6834
6835 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6836 keywords" below "here-doc beginnings" (Bug#15270).
6837
6838 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * subr.el (pop): Use `car-safe'.
6841 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6842 to detect unused `pop' return value.
6843
6844 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6845 var `block-regexp'.
6846 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6847 (python-fill-string): Remove unused var `marker'.
6848 (python-skeleton-add-menu-items): Remove unused var `items'.
6849
6850 * international/mule-cmds.el: Require CL.
6851 (find-coding-systems-for-charsets): Avoid add-to-list.
6852 (sanitize-coding-system-list): New function, extracted from
6853 select-safe-coding-system-interactively.
6854 (select-safe-coding-system-interactively): Use it.
6855 (read-input-method-name): Accept symbols for `default'.
6856
6857 * emacs-lisp/advice.el (defadvice): Add indent rule.
6858
6859 2013-09-05 Daniel Hackney <dan@haxney.org>
6860
6861 * dired-x.el:
6862 * net/ange-ftp.el:
6863 * net/browse-url.el:
6864 * net/dbus.el:
6865 * net/eudc.el:
6866 * net/eudcb-ldap.el:
6867 * net/eww.el:
6868 * net/imap.el:
6869 * printing.el:
6870 * vc/ediff-diff.el:
6871 * vc/ediff-init.el:
6872 * vc/ediff-merg.el:
6873 * vc/ediff-mult.el:
6874 * vc/ediff-util.el:
6875 * vc/ediff-wind.el:
6876 * vc/ediff.el:
6877 * vc/emerge.el:
6878 * vc/pcvs.el:
6879 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6880 byte compiler. Remove some unused let-bound variables.
6881
6882 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6885 a "ref-cell", since it gets better optimized (bug#14883).
6886
6887 2013-09-05 Glenn Morris <rgm@gnu.org>
6888
6889 * progmodes/cc-awk.el (c-forward-sws): Declare.
6890
6891 2013-09-04 Glenn Morris <rgm@gnu.org>
6892
6893 * generic-x.el [rul-generic-mode]: Require cc-mode.
6894 (c++-mode-syntax-table): Declare.
6895 (rul-generic-mode-syntax-table): Init in the defvar.
6896
6897 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6900 (vc-do-command, vc-set-async-update):
6901 * vc/vc-mtn.el (vc-mtn-dir-status):
6902 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6903 (vc-hg-pull, vc-hg-merge-branch):
6904 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6905 (vc-git-merge-branch):
6906 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6907 (vc-cvs-dir-status-files):
6908 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6909 (vc-bzr-dir-status-files):
6910 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6911 * vc/vc-annotate.el: Use lexical-binding.
6912 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6913 (vc-sentinel-movepoint): Declare.
6914 (vc-annotate): Don't use `goto-line'.
6915 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6916 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6917 (vc-sentinel-movepoint): Declare.
6918 * vc/vc-svn.el: Use lexical-binding.
6919 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6920 * vc/vc-sccs.el:
6921 * vc/vc-rcs.el: Use lexical-binding.
6922
6923 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6924 `deleted'. Don't drop errors silently.
6925
6926 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6927
6928 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6929
6930 * vc/vc.el (vc-ignore): Rewrite.
6931 (vc-default-ignore): New function.
6932 (vc-default-ignore-completion-table): Use find-ignore-file.
6933
6934 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6935 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6936 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6937 Remove. Most code moved to vc.el.
6938
6939 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6942 * net/tramp-smb.el (tramp-smb-get-file-entries):
6943 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6944 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6945
6946 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6947 Update call to it.
6948 (eww-change-select): Remove unused var `properties'.
6949 (eww-make-unique-file-name): Remove unused var `base'.
6950
6951 * finder.el (finder-compile-keywords): Don't mess with windows.
6952
6953 * calculator.el (calculator-funcall): Fix typo in last change.
6954
6955 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6956
6957 * emacs-lisp/package.el (package-activate-1): Don't let a missing
6958 <pkg>-autoloads.el file stop us.
6959
6960 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6961 warnings, and factor out common code.
6962
6963 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
6964
6965 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6966 two-character operators and whether the character preceding them
6967 changes their meaning (Bug#15208).
6968
6969 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6970
6971 Format code sent to Python shell for robustness.
6972 * progmodes/python.el (python-shell-buffer-substring):
6973 New function.
6974 (python-shell-send-region, python-shell-send-buffer): Use it.
6975
6976 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6979 * net/tramp.el (tramp-user-error): ... here.
6980 (tramp-find-method, tramp-check-proper-host)
6981 (tramp-dissect-file-name, tramp-debug-message)
6982 (tramp-handle-shell-command):
6983 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6984 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6985
6986 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6987
6988 2013-09-02 Martin Rudalics <rudalics@gmx.at>
6989
6990 * avoid.el (mouse-avoidance-point-position)
6991 (mouse-avoidance-too-close-p): Handle case where posn-at-point
6992 returns nil.
6993
6994 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6995
6996 * progmodes/python.el (python-shell-completion-get-completions):
6997 Drop use of deleted `comint-last-prompt-overlay'.
6998 (python-nav-if-name-main): New command.
6999
7000 2013-09-01 Glenn Morris <rgm@gnu.org>
7001
7002 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7003 Avoid leading space in $wins. Otherwise the sed command used by
7004 eg compile-main ends up containing "/*.el". (Bug#15170)
7005
7006 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7007
7008 2013-08-30 Glenn Morris <rgm@gnu.org>
7009
7010 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7011 Fix is-this-a-directory logic. (Bug#15220)
7012
7013 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * textmodes/css-mode.el: Use SMIE.
7016 (css-smie-grammar): New var.
7017 (css-smie--forward-token, css-smie--backward-token)
7018 (css-smie-rules): New functions.
7019 (css-mode): Use them.
7020 (css-navigation-syntax-table): Remove var.
7021 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7022 (css-indent-calculate, css-indent-line): Remove functions.
7023
7024 Misc changes to reduce use of `(lambda...); and other cleanups.
7025 * cus-edit.el: Use lexical-binding.
7026 (customize-push-and-save, customize-apropos)
7027 (custom-buffer-create-internal): Use closures.
7028 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7029 * progmodes/ada-xref.el: Use setq.
7030 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7031 * dframe.el: Use lexical-binding.
7032 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7033 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7034 * descr-text.el: Use lexical-binding.
7035 (describe-text-widget, describe-text-sexp, describe-property-list):
7036 Use closures.
7037 * comint.el (comint-history-isearch-push-state): Use a closure.
7038 * calculator.el: Use lexical-binding.
7039 (calculator-number-to-string): Make it work with lexical-binding.
7040 (calculator-funcall): Same and use cl-letf.
7041
7042 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7043 (lisp--company-doc-string, lisp--company-location): New functions.
7044 (lisp-completion-at-point): Use them to improve Company support.
7045
7046 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7047 params of lambda expressions.
7048 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7049 (ruby-smie--opening-pipe-p): New function.
7050 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7051 symbols and matched |...| for formal params.
7052 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7053 from being treated as hanging. Handle "rescue".
7054
7055 2013-08-29 Glenn Morris <rgm@gnu.org>
7056
7057 * progmodes/cc-engine.el (c-pull-open-brace):
7058 Move definition before use.
7059
7060 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7063 are immutable. Don't use `unsafe' any more.
7064 (cl--defsubst-expand): Don't substitute at the same time as keeping
7065 a residual unused let-binding. Don't use `unsafe' any more.
7066
7067 2013-08-29 Glenn Morris <rgm@gnu.org>
7068
7069 * calendar/cal-china.el (calendar-chinese-year-cache):
7070 Recenter on 2015.
7071
7072 * nxml/nxml-util.el (nxml-debug-clear-inside):
7073 Use cl-loop rather than loop.
7074
7075 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7076
7077 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7078
7079 2013-08-28 Glenn Morris <rgm@gnu.org>
7080
7081 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7082
7083 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7084
7085 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7086
7087 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * simple.el (repeat-complex-command--called-interactively-skip):
7090 New function.
7091 (repeat-complex-command): Use it (bug#14136).
7092
7093 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7094 (c-define-abbrev-table): Add `doc' argument.
7095 (c-mode-abbrev-table, c++-mode-abbrev-table)
7096 (objc-mode-abbrev-table, java-mode-abbrev-table)
7097 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7098 (awk-mode-abbrev-table): Use it.
7099 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7100 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7101 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7102 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7103 Move initialization into the declaration; and remove any
7104 autoload cookie.
7105
7106 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7107 and dynamic let binding.
7108
7109 * vc/smerge-mode.el: Remove redundant :group args.
7110
7111 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7112 to load-path.
7113
7114 2013-08-28 Juri Linkov <juri@jurta.org>
7115
7116 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7117 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7118 (isearch-other-meta-char): Handle an undefined shifted printing
7119 character by downshifting it. (Bug#15200)
7120
7121 2013-08-28 Juri Linkov <juri@jurta.org>
7122
7123 * isearch.el (isearch-search): Change regexp error message for
7124 non-regexp searches. (Bug#15166)
7125
7126 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7127
7128 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7129 for portability to hosts where /bin/sh has problems.
7130
7131 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7134
7135 2013-08-27 Juri Linkov <juri@jurta.org>
7136
7137 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7138 in the keyboard macro. (Bug#15126)
7139
7140 2013-08-27 Juri Linkov <juri@jurta.org>
7141
7142 * isearch.el (isearch-quote-char): Comment out converting unibyte
7143 to multibyte, thus syncing with its `quoted-insert' counterpart.
7144 (Bug#15166)
7145
7146 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7147
7148 * window.el (display-buffer-use-some-window): Add missing
7149 argument in call of get-largest-window (Bug#15185).
7150 Reported by Stephen Leake.
7151
7152 2013-08-27 Glenn Morris <rgm@gnu.org>
7153
7154 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7155
7156 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7159 from a matcher-function unless there's no more matches (bug#15161).
7160
7161 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7162
7163 * minibuffer.el: Revert change from 2013-08-20.
7164
7165 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7166 with text property `tramp-default', if appropriate.
7167 (tramp-check-proper-host): New defun.
7168 (tramp-dissect-file-name): Do not check hostname. Revert change
7169 of 2013-03-18.
7170 (tramp-backtrace): Make VEC-OR-PROC optional.
7171
7172 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7173 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7174 * net/tramp-sh.el (tramp-maybe-open-connection):
7175 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7176 Apply `tramp-check-proper-host'.
7177
7178 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7179
7180 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7181 lambda expression in order to have `describe-variable' display it.
7182
7183 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7184
7185 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7186 BUF can be optional. (Bug#15186)
7187
7188 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7189
7190 * progmodes/flymake.el (flymake-get-real-file-name-function):
7191 Fix broken customization. (Bug#15184)
7192
7193 2013-08-25 Alan Mackenzie <acm@muc.de>
7194
7195 Improve indentation of bracelists defined by macros (without "=").
7196
7197 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7198 expansion begins with "{", regard it as bracelist when it doesn't
7199 contain a ";".
7200
7201 Parse C++ inher-intro when there's a template split over 2 lines.
7202
7203 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7204 rigorously the search for "class" etc. followed by ":".
7205
7206 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7207 random languages a regexp which never matches rather than nil.
7208
7209 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7210
7211 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7212 (c-awk-regexp-one-line-possibly-open-char-list-re)
7213 (c-awk-one-line-possibly-open-regexp-re)
7214 (c-awk-one-line-non-syn-ws*-re): Remove.
7215 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7216 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7217 (c-awk-space*-unclosed-regexp-/-re): New constants.
7218 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7219 aren't regexp delimiters.
7220
7221 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7222 handling for a rare situation in AWK Mode involving unterminated
7223 strings/regexps.
7224
7225 2013-08-23 Glenn Morris <rgm@gnu.org>
7226
7227 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7228
7229 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7230
7231 * files.el (create-file-buffer): If the result would begin with
7232 spaces, prepend a "|" instead of removing them. (Bug#15162)
7233
7234 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7237 text-properties (bug#15155).
7238
7239 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7240 exist any more.
7241 (calc-keypad-redraw): Remove unused var `pad'.
7242 (calc-keypad-press): Remove unused var `menu'.
7243
7244 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7245
7246 * window.el (display-buffer-pop-up-frame):
7247 Call pop-up-frame-function with BUFFER current so `make-frame' will
7248 use it as the new frame's buffer (Bug#15133).
7249
7250 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * calendar/timeclock.el: Minor cleanups.
7253 (timeclock-ask-before-exiting, timeclock-use-display-time):
7254 Use `symbol'.
7255 (timeclock-modeline-display): Define as alias before the
7256 actual definition.
7257 (timeclock-mode-line-display): Use define-minor-mode.
7258 (timeclock-day-list-template): Make it a function, add an argument.
7259 (timeclock-day-list-required, timeclock-day-list-length)
7260 (timeclock-day-list-debt, timeclock-day-list-span)
7261 (timeclock-day-list-break): Adjust calls accordingly.
7262
7263 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7266 Use read--expression so that completion works again.
7267
7268 2013-08-21 Sam Steingold <sds@gnu.org>
7269
7270 Add rudimentary inferior shell interaction
7271 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7272 (sh-set-shell): Reset it.
7273 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7274 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7275
7276 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * align.el: Use lexical-binding.
7279 (align-region): Simplify accordingly.
7280
7281 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7282
7283 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7284
7285 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7286 `non-essential' up.
7287
7288 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7289
7290 * net/tramp.el:
7291 * net/tramp-adb.el:
7292 * net/tramp-cmds.el:
7293 * net/tramp-ftp.el:
7294 * net/tramp-gvfs.el:
7295 * net/tramp-gw.el:
7296 * net/tramp-sh.el: Don't wrap external variable declarations by
7297 `eval-when-compile'.
7298
7299 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7300
7301 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7302 now that Emacs supports ImageMagick animations.
7303
7304 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7305
7306 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7307 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7308
7309 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7310
7311 * window.el (mouse-autoselect-window-select): Do autoselect when
7312 mouse pointer is on margin.
7313
7314 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7315
7316 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7317
7318 2013-08-16 Glenn Morris <rgm@gnu.org>
7319
7320 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7321 Handle "Remote Directory" response of some clients. (Bug#15058)
7322
7323 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7324 Tweak warning. (Bug#14926)
7325
7326 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7327 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7328
7329 * image-mode.el (image-mode-map): Add menu items to reverse,
7330 increase, decrease, reset animation speed.
7331 (image--set-speed, image-increase-speed, image-decrease-speed)
7332 (image-reverse-speed, image-reset-speed): New functions.
7333 (image-mode-map): Add bindings for speed commands.
7334
7335 * image.el (image-animate-get-speed, image-animate-set-speed):
7336 New functions.
7337 (image-animate-timeout): Respect image :speed property.
7338
7339 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7342 previous line (bug#15101).
7343 (debugger-eval-expression, debugger-record-expression):
7344 Use read--expression (bug#15102).
7345
7346 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7347
7348 Remove byte compiler warnings, visible when compiling with
7349 `byte-compile-force-lexical-warnings' set to t.
7350
7351 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7352 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7353 (tramp-handle-unhandled-file-name-directory)
7354 (tramp-handle-file-notify-add-watch, tramp-action-login)
7355 (tramp-action-succeed, tramp-action-permission-denied)
7356 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7357 arguments with "_".
7358
7359 * net/tramp-adb.el (tramp-adb-parse-device-names)
7360 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7361 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7362 (tramp-adb-handle-file-truename): Remove unused arguments.
7363
7364 * net/tramp-cache.el (tramp-flush-directory-property)
7365 (tramp-flush-connection-property, tramp-list-connections)
7366 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7367
7368 * net/tramp-compat.el (tramp-compat-make-temp-file):
7369 Rename FILENAME to F.
7370
7371 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7372 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7373 (tramp-zeroconf-parse-workstation-device-names)
7374 (tramp-zeroconf-parse-webdav-device-names)
7375 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7376
7377 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7378 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7379
7380 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7381 arguments.
7382 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7383 (tramp-sh-handle-insert-file-contents-literally)
7384 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7385 with "_".
7386 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7387 Remove unused variables.
7388
7389 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7390 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7391 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7392
7393 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7394 Make them a defconst.
7395 (tramp-uuencode-region): Remove unused variable.
7396
7397 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * frameset.el (frameset--prop-setter): New function.
7400 (frameset-prop): Add gv-setter declaration.
7401 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7402 parameter was already set in FILTERED. Doc fix.
7403 (frameset--record-minibuffer-relationships): Allow saving a
7404 minibufferless frame without its corresponding minibuffer frame.
7405 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7406 frame, if the frame id matches.
7407 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7408 frames before orphaned ones.
7409 (frameset-restore): Warn about orphaned windows, instead of error out.
7410
7411 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7412
7413 * window.el (window-make-atom): Don't overwrite parameter
7414 already present.
7415 (display-buffer-in-atom-window): Handle special case where we
7416 split an already atomic window.
7417 (window--major-non-side-window, display-buffer-in-side-window)
7418 (window--side-check): Ignore minibuffer window when walking
7419 window tree.
7420 (window-deletable-p): Return 'frame only if no other frame uses
7421 our minibuffer window.
7422 (record-window-buffer): Run buffer-list-update-hook.
7423 (split-window): Make sure window--check-frame won't destroy an
7424 existing atomic window in case the new window gets nested
7425 inside.
7426 (display-buffer-at-bottom): Ignore minibuffer window when
7427 walking window tree. Don't split a side window.
7428 (pop-to-buffer): Don't set-buffer here, the select-window call
7429 should do that.
7430 (mouse-autoselect-window-select): Autoselect only if we are in the
7431 text portion of the window.
7432
7433 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7434
7435 * net/shr.el (shr-parse-image-data): New function to grab both the
7436 data itself and the Content-Type.
7437 (shr-put-image): Use it.
7438
7439 * net/eww.el (eww-display-image): Ditto.
7440
7441 * image.el (image-content-type-suffixes): New variable.
7442
7443 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7444
7445 * progmodes/python.el (python-imenu--build-tree)
7446 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7447
7448 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7449
7450 * simple.el (backward-word): Mention the optional argument.
7451
7452 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * frameset.el (frameset--make): Rename constructor from make-frameset.
7455 (frameset-p, frameset-valid-p): Don't autoload.
7456 (frameset-valid-p): Use normal accessors.
7457
7458 2013-08-13 Glenn Morris <rgm@gnu.org>
7459
7460 * progmodes/compile.el (compile-command): Tweak example in doc.
7461 * obsolete/scribe.el (scribe-mode):
7462 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7463
7464 * mail/feedmail.el (feedmail-confirm-outgoing)
7465 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7466
7467 * cus-start.el (truncate-partial-width-windows): Fix type.
7468
7469 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7470
7471 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7472
7473 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * emacs-lisp/timer.el (timer--time-setter): New function.
7476 (timer--time): Use it as gv-setter.
7477
7478 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7479 setter is not a symbol.
7480
7481 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7482
7483 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7484 if sending fails. This makes debugging easier.
7485
7486 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7487
7488 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7489 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7490 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7491
7492 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7493
7494 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7495
7496 2013-08-12 Glenn Morris <rgm@gnu.org>
7497
7498 * format.el (format-annotate-function):
7499 Handle read-only text properties in the source. (Bug#14887)
7500
7501 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7502
7503 * net/eww.el (eww-display-html): Ignore coding system errors.
7504 One web site uses "utf-8lias" as the coding system.
7505
7506 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7507
7508 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7509
7510 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7511
7512 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7513 (tutorial--detailed-help): Remove unused local variables.
7514 (tutorial--save-tutorial-to): Use ignore-errors.
7515 (help-with-tutorial): Use looking-at-p.
7516
7517 * view.el (view-buffer-other-window, view-buffer-other-frame):
7518 Mark unused arguments.
7519
7520 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7521 (woman-select-symbol-fonts, woman, woman-find-file)
7522 (woman-insert-file-contents, woman-non-underline-faces):
7523 Use string-match-p.
7524 (woman1-unquote): Move declaration.
7525
7526 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7527 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7528 argument. Remove unused local variable.
7529 (xml-parse-elem-type): Use string-match-p.
7530 (xml-substitute-numeric-entities): Use ignore-errors.
7531
7532 * calculator.el (calculator): Mark unused argument.
7533 (calculator-paste, calculator-quit, calculator-integer-p):
7534 Use ignore-errors.
7535 (calculator-string-to-number, calculator-decimal, calculator-exp)
7536 (calculator-op-or-exp): Use string-match-p.
7537
7538 * dired.el (dired-buffer-more-recently-used-p): Declare.
7539 (dired-insert-set-properties, dired-insert-old-subdirs):
7540 Use ignore-errors.
7541
7542 * dired-aux.el (dired-compress): Use ignore-errors.
7543 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7544 (dired-do-async-shell-command, dired-do-shell-command)
7545 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7546 (dired-insert-subdir-validate): Use string-match-p.
7547 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7548 (dired-add-entry): Use string-match-p, looking-at-p.
7549 (dired-insert-subdir-newpos): Remove unused local variable.
7550
7551 * filenotify.el (file-notify-callback): Remove unused local variable.
7552
7553 * filesets.el (filesets-error): Mark unused argument.
7554 (filesets-which-command-p, filesets-filter-dir-names)
7555 (filesets-directory-files, filesets-get-external-viewer)
7556 (filesets-ingroup-get-data): Use string-match-p.
7557
7558 * find-file.el (ff-other-file-name, ff-other-file-name)
7559 (ff-find-the-other-file, ff-cc-hh-converter):
7560 Remove unused local variables.
7561 (ff-get-file-name): Use string-match-p.
7562 (ff-all-dirs-under): Use ignore-errors.
7563
7564 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7565 (follow-select-if-visible): Remove unused local variable.
7566
7567 * forms.el (read-file-filter): Move declaration.
7568 (forms--make-format, forms--make-parser, forms-insert-record):
7569 Quote function with #'.
7570 (forms--update): Use string-match-p. Quote function with #'.
7571
7572 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7573 (help-make-xrefs): Use looking-at-p.
7574 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7575
7576 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7577 (ibuffer-confirm-operation-on): Use string-match-p.
7578
7579 * msb.el (msb-item-handler, msb-dired-item-handler):
7580 Mark unused arguments.
7581
7582 * ses.el (ses-decode-cell-symbol)
7583 (ses-kill-override): Remove unused local variable.
7584 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7585 (ses-load): Use ignore-errors, looking-at-p.
7586 (ses-jump-safe): Use ignore-errors.
7587 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7588
7589 * tabify.el (untabify, tabify): Mark unused arguments.
7590
7591 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7592 Mark unused argument.
7593 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7594 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7595
7596 * emacs-lisp/timer.el (timer--time): Define setter with
7597 gv-define-setter to avoid deprecation warning.
7598
7599 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7600 (*record-cmpl-statistics-p*): Remove (was commented out).
7601 (cmpl-statistics-block): Remove (body was commented out).
7602 All callers changed.
7603 (add-completions-from-buffer, load-completions-from-file):
7604 Remove unused variables.
7605
7606 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * filecache.el (file-cache-delete-file-list):
7609 Print message only when told so.
7610 (file-cache-files-matching): Use #' in mapconcat argument.
7611
7612 * ffap.el (ffap-url-at-point): Fix reference to variable
7613 thing-at-point-default-mail-uri-scheme.
7614
7615 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * subr.el (define-error): New function.
7618 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7619 error-file-not-found and define with define-error.
7620 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7621 and define with define-error.
7622 * userlock.el (file-locked, file-supersession):
7623 * simple.el (mark-inactive):
7624 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7625 * progmodes/ada-mode.el (ada-mode-errors):
7626 * play/life.el (life-extinct):
7627 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7628 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7629 * nxml/rng-util.el (rng-error):
7630 * nxml/rng-uri.el (rng-uri-error):
7631 * nxml/rng-match.el (rng-compile-error):
7632 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7633 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7634 * nxml/nxml-rap.el (nxml-scan-error):
7635 * nxml/nxml-outln.el (nxml-outline-error):
7636 * net/soap-client.el (soap-error):
7637 * net/gnutls.el (gnutls-error):
7638 * net/ange-ftp.el (ftp-error):
7639 * mpc.el (mpc-proc-error):
7640 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7641 (json-number-format, json-string-escape, json-string-format)
7642 (json-key-format, json-object-format):
7643 * jka-compr.el (compression-error):
7644 * international/quail.el (quail-error):
7645 * international/kkc.el (kkc-error):
7646 * emacs-lisp/ert.el (ert-test-failed):
7647 * calc/calc.el (calc-error, inexact-result, math-overflow)
7648 (math-underflow):
7649 * bookmark.el (bookmark-error-no-filename):
7650 * epg.el (epg-error): Define with define-error.
7651
7652 * time.el (display-time-event-handler)
7653 (display-time-next-load-average): Don't call sit-for since it seems
7654 unnecessary (bug#15045).
7655
7656 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7657 Use #' instead of ' to quote functions.
7658 (checkdoc-output-mode): Use setq-local.
7659 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7660 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7661 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7662 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7663 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7664 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7665 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7666 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7667
7668 * ido.el (ido-completion-help): Fix up compiler warning.
7669
7670 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * frameset.el (frameset-p): Add autoload cookie.
7673 (frameset--jump-to-register): New function, based on code moved from
7674 register.el.
7675 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7676
7677 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7678 (frameset-restore, frameset-save, frameset-session-filter-alist):
7679 Remove declarations.
7680 (register-alist): Doc fix.
7681 (frameset-to-register): Move to frameset.el.
7682 (jump-to-register, describe-register-1): Remove frameset-specific code.
7683
7684 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * allout-widgets.el (allout-widgets-pre-command-business)
7687 (allout-widgets-post-command-business)
7688 (allout-widgets-after-change-handler)
7689 (allout-decorate-item-and-context, allout-set-boundary-marker)
7690 (allout-body-modification-handler)
7691 (allout-graphics-modification-handler): Mark ignored arguments.
7692 (allout-widgets-post-command-business)
7693 (allout-widgets-exposure-change-processor)
7694 (allout-widgets-exposure-undo-processor)
7695 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7696 (allout-parse-item-at-point, allout-decorate-item-guides)
7697 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7698 * allout.el (epa-passphrase-callback-function): Declare.
7699 (allout-overlay-insert-in-front-handler)
7700 (allout-overlay-interior-modification-handler)
7701 (allout-isearch-end-handler, allout-chart-siblings)
7702 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7703 (allout-yank-processing, allout-process-exposed)
7704 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7705 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7706 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7707 (lisp-indent-defform): Mark ignored arguments.
7708 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7709 (calculate-lisp-indent): Remove unused variables.
7710 * international/characters.el (indian-2-column, arabic-2-column)
7711 (tibetan): Mark ignored arguments.
7712 (use-cjk-char-width-table): Mark ignored arguments.
7713 Remove unused variables.
7714 * international/fontset.el (build-default-fontset-data)
7715 (x-compose-font-name, create-fontset-from-fontset-spec):
7716 Mark ignored arguments.
7717 (fontset-plain-name): Remove unused variables.
7718 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7719 (keyboard-coding-system): Mark ignored arguments.
7720 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7721 * help.el (resize-temp-buffer-window):
7722 * window.el (display-buffer-in-major-side-window)
7723 (display-buffer-in-side-window, display-buffer-in-previous-window):
7724 Remove unused variables.
7725 * isearch.el (isearch-forward-symbol):
7726 * version.el (emacs-bzr-version-bzr):
7727 * international/mule-cmds.el (current-language-environment):
7728 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7729 (x-handle-display):
7730 * term/pc-win.el (x-list-fonts, x-display-planes)
7731 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7732 (x-server-version, x-display-screens, x-display-mm-height)
7733 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7734 (x-selection-owner-p, x-own-selection-internal)
7735 (x-disown-selection-internal, x-get-selection-internal)
7736 (msdos-initialize-window-system):
7737 * term/tty-colors.el (tty-color-alist, tty-color-clear):
7738 * term/x-win.el (x-handle-no-bitmap-icon):
7739 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7740 (vc-default-find-file-hook, vc-default-extra-menu):
7741 Mark ignored arguments.
7742
7743 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7746 break-condition in the context of the debugged code (bug#12685).
7747
7748 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
7749
7750 * comint.el:
7751 Do not use an overlay to highlight the last prompt. (Bug#14744)
7752 (comint-mode): Make comint-last-prompt buffer local.
7753 (comint-last-prompt): New variable.
7754 (comint-last-prompt-overlay): Remove. Superseded by
7755 comint-last-prompt.
7756 (comint-snapshot-last-prompt, comint-output-filter):
7757 Use comint-last-prompt.
7758
7759 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
7762 (frameset-save): Check validity of the resulting frameset.
7763
7764 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
7765
7766 * ido.el (ido-record-command): Add doc string.
7767
7768 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * frameset.el (frameset): Do not disable creation of the default
7771 frameset-p predicate. Doc fix.
7772 (frameset-valid-p): New function, copied from the old predicate-p.
7773 Add additional checks.
7774 (frameset-restore): Check with frameset-valid-p.
7775 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7776 (frameset-name, frameset-description, frameset-properties)
7777 (frameset-states): Add docstring.
7778 (frameset-session-filter-alist, frameset-persistent-filter-alist)
7779 (frameset-filter-alist): Doc fixes.
7780
7781 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * frameset.el (frameset-p, frameset-prop): Doc fixes.
7784
7785 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7788 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7789 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7790 (byte-compile-normal-call): Remove obsolescence check.
7791
7792 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * frameset.el (frameset-restore): Doc fix.
7795
7796 * register.el (frameset-frame-id, frameset-frame-with-id)
7797 (frameset-p, frameset-restore, frameset-save): Declare.
7798 (register-alist): Document framesets.
7799 (frameset-session-filter-alist): Declare.
7800 (frameset-to-register): New function.
7801 (jump-to-register): Implement jumping to framesets. Doc fix.
7802 (describe-register-1): Describe framesets.
7803
7804 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7805
7806 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * desktop.el (desktop-save-frameset): Use new frameset-save args.
7809 Use lexical-binding.
7810
7811 * frameset.el (frameset): Use type vector, not list (incompatible
7812 change). Do not declare a new constructor, use the default one.
7813 Upgrade suggested properties `app', `name' and `desc' to slots `app',
7814 `name' and `description', respectively, and add read-only slot
7815 `timestamp'. Doc fixes.
7816 (frameset-copy, frameset-persistent-filter-alist)
7817 (frameset-filter-alist, frameset-switch-to-gui-p)
7818 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7819 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7820 (frameset-filter-iconified, frameset-keep-original-display-p):
7821 Doc fixes.
7822 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7823 Rename from frameset-filter-(save|restore)-param. All callers changed.
7824 Doc fix.
7825 (frameset-p): Adapt to change to vector and be more thorough.
7826 Change arg name to OBJECT. Doc fix.
7827 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
7828 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7829 All callers changed.
7830 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7831 All callers changed.
7832 (frameset--record-minibuffer-relationships): Rename from
7833 frameset--process-minibuffer-frames. All callers changed.
7834 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7835 Use new default constructor (again). Doc fix.
7836 (frameset--find-frame-if): Rename from `frameset--find-frame'.
7837 All callers changed.
7838 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7839 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7840 Doc fix.
7841 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7842 PARAMETERS and WINDOW-STATE, respectively.
7843 (frameset-restore): Add new keyword argument PREDICATE.
7844 Reset frameset--target-display to nil. Doc fix.
7845
7846 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7849 (bat-mode): Use it.
7850 (bat-mode-syntax-table): Mark \n as end-of-comment.
7851 (bat-font-lock-keywords): Remove comment rule.
7852
7853 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7854 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7855
7856 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7857 (byte-compile-callargs-warn): Use `push'.
7858 (byte-compile-arglist-warn): Ignore higher-order "calls".
7859 (byte-compile-file-form-autoload): Use `pcase'.
7860 (byte-compile-function-form): If quoting a symbol, check that it exists.
7861
7862 2013-08-07 Eli Zaretskii <eliz@gnu.org>
7863
7864 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7865 and add a few popular commands found in batch files.
7866 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7867 (dos-mode): Doc fixes.
7868
7869 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7872 (dos-mode): Use setq-local. Add space after "rem".
7873 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7874 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7875
7876 2013-08-07 Arni Magnusson <arnima@hafro.is>
7877
7878 * progmodes/dos.el: New file.
7879 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7880 dos-mode.
7881
7882 2013-08-06 Glenn Morris <rgm@gnu.org>
7883
7884 * calendar/calendar.el: Add new faces, and day-header-array.
7885 (calendar-weekday-header, calendar-weekend-header)
7886 (calendar-month-header): New faces.
7887 (calendar-day-header-construct): New function.
7888 (calendar-day-header-width): Also :set calendar-day-header-array.
7889 (calendar-american-month-header, calendar-european-month-header)
7890 (calendar-iso-month-header): Use calendar- faces.
7891 (calendar-generate-month):
7892 Use calendar-day-header-array for day headers; apply faces to them.
7893 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7894 (calendar-abbrev-construct): Add optional maxlen argument.
7895 (calendar-day-name-array): Doc fix.
7896 (calendar-day-name-array, calendar-abbrev-length)
7897 (calendar-day-abbrev-array):
7898 Also :set calendar-day-header-array, and maybe redraw.
7899 (calendar-day-header-array): New option. (Bug#15007)
7900 (calendar-font-lock-keywords): Set to nil and make obsolete.
7901 (calendar-day-name): Add option to use header array.
7902
7903 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7904
7905 * net/shr.el (shr-render-td): Remove debugging.
7906 (shr-render-td): Make width computation consistent by defaulting
7907 all zero-width columns to 10 characters. This may not be optimal,
7908 but it's at least consistent.
7909 (shr-make-table-1): Redo last change to fix the real problem in
7910 colspan handling.
7911
7912 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7913
7914 * files.el (cache-long-line-scans):
7915 Make obsolete alias to `cache-long-scans'.
7916
7917 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * frameset.el (frameset, frameset-filter-alist)
7920 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7921 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7922 (frameset-compute-pos): Rename from frameset--compute-pos,
7923 and add docstring.
7924 (frameset-move-onscreen): Use frameset-compute-pos.
7925 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7926
7927 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7928 Fix typos in docstrings.
7929
7930 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7931
7932 * frame.el (get-other-frame): Tiny cleanup.
7933
7934 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * vc/vc.el (vc-default-ignore-completion-table):
7937 Silence byte-compiler warning.
7938
7939 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7940 slot, which can indeed be nil.
7941 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7942 Move entry for `left' from persistent to live filter alist.
7943 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7944 Doc fixes.
7945 (frameset-filter-params): When restoring a frame, copy items added to
7946 `filtered', to avoid unwittingly modifying the original parameters.
7947 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7948 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7949
7950 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7951 to use looking-at-p instead of looking-at. (Bug#15028)
7952
7953 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 Revert introduction of isearch-filter-predicates (bug#14714).
7956 Rely on add-function instead.
7957 * isearch.el (isearch-filter-predicates): Rename it back to
7958 isearch-filter-predicate.
7959 (isearch-message-prefix): Use advice-function-mapc and advice
7960 properties to get the isearch-message-prefix.
7961 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7962 instead of run-hook-with-args-until-failure.
7963 (isearch-filter-visible): Not obsolete any more.
7964 * loadup.el: Preload nadvice.
7965 * replace.el (perform-replace): Revert to funcall
7966 instead of run-hook-with-args-until-failure.
7967 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7968 * dired-aux.el (dired-isearch-filenames-mode): Rename from
7969 dired-isearch-filenames-toggle; make it into a proper minor mode.
7970 Use add/remove-function.
7971 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7972 Call the minor-mode rather than add/remove-hook.
7973 (dired-isearch-filter-filenames):
7974 Remove isearch-message-prefix property.
7975 * info.el (Info--search-loop): New function, extracted from Info-search.
7976 Funcall isearch-filter-predicate instead of
7977 run-hook-with-args-until-failure isearch-filter-predicates.
7978 (Info-search): Use it.
7979 (Info-mode): Use isearch-filter-predicate instead of
7980 isearch-filter-predicates.
7981
7982 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7983
7984 Do not call to `selected-window' where it is assumed by default.
7985 Affected functions are `window-minibuffer-p', `window-dedicated-p',
7986 `window-hscroll', `window-width', `window-height', `window-buffer',
7987 `window-frame', `window-start', `window-point', `next-window'
7988 and `window-display-table'.
7989 * abbrev.el (abbrev--default-expand):
7990 * bs.el (bs--show-with-configuration):
7991 * buff-menu.el (Buffer-menu-mouse-select):
7992 * calc/calc.el (calc):
7993 * calendar/calendar.el (calendar-generate-window):
7994 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7995 (diary-make-entry):
7996 * comint.el (send-invisible, comint-dynamic-complete-filename)
7997 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7998 * completion.el (complete):
7999 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8000 * disp-table.el (describe-current-display-table):
8001 * doc-view.el (doc-view-insert-image):
8002 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8003 * ehelp.el (with-electric-help):
8004 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8005 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8006 * emacs-lisp/helper.el (Helper-help-scroller):
8007 * emulation/cua-base.el (cua--post-command-handler-1):
8008 * eshell/esh-mode.el (eshell-output-filter):
8009 * ffap.el (ffap-gnus-wrapper):
8010 * help-macro.el (make-help-screen):
8011 * hilit-chg.el (highlight-compare-buffers):
8012 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8013 * hl-line.el (global-hl-line-highlight):
8014 * icomplete.el (icomplete-simple-completing-p):
8015 * isearch.el (isearch-done):
8016 * jit-lock.el (jit-lock-stealth-fontify):
8017 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8018 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8019 * mpc.el (mpc-tagbrowser, mpc):
8020 * net/rcirc.el (rcirc-any-buffer):
8021 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8022 * play/landmark.el (landmark-max-width, landmark-max-height):
8023 * play/zone.el (zone):
8024 * progmodes/compile.el (compilation-goto-locus):
8025 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8026 * progmodes/etags.el (find-tag-other-window):
8027 * progmodes/fortran.el (fortran-column-ruler):
8028 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8029 * progmodes/verilog-mode.el (verilog-point-text):
8030 * reposition.el (reposition-window):
8031 * rot13.el (toggle-rot13-mode):
8032 * server.el (server-switch-buffer):
8033 * shell.el (shell-dynamic-complete-command)
8034 (shell-dynamic-complete-environment-variable):
8035 * simple.el (insert-buffer, set-selective-display)
8036 (delete-completion-window):
8037 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8038 (speedbar-recenter):
8039 * startup.el (fancy-splash-head):
8040 * textmodes/ispell.el (ispell-command-loop):
8041 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8042 * tutorial.el (help-with-tutorial):
8043 * vc/add-log.el (add-change-log-entry):
8044 * vc/compare-w.el (compare-windows):
8045 * vc/ediff-help.el (ediff-indent-help-message):
8046 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8047 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8048 (ediff-setup-control-frame):
8049 * vc/emerge.el (emerge-position-region):
8050 * vc/pcvs-util.el (cvs-bury-buffer):
8051 * window.el (walk-windows, mouse-autoselect-window-select):
8052 * winner.el (winner-set-conf, winner-undo): Related users changed.
8053
8054 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * frameset.el (frameset--set-id): Doc fix.
8057 (frameset-frame-id, frameset-frame-id-equal-p)
8058 (frameset-locate-frame-id): New functions.
8059 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8060 (frameset-restore): Use them.
8061
8062 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8063
8064 Do not call to `selected-frame' where it is assumed by default.
8065 Affected functions are `raise-frame', `redraw-frame',
8066 `frame-first-window', `frame-terminal' and `delete-frame'.
8067 * calendar/appt.el (appt-disp-window):
8068 * epg.el (epg-wait-for-completion):
8069 * follow.el (follow-delete-other-windows-and-split)
8070 (follow-avoid-tail-recenter):
8071 * international/mule.el (set-terminal-coding-system):
8072 * mail/rmail.el (rmail-mail-return):
8073 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8074 * progmodes/f90.el (f90-add-imenu-menu):
8075 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8076 * server.el (server-switch-buffer):
8077 * simple.el (delete-completion-window):
8078 * talk.el (talk):
8079 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8080 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8081 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8082 * vc/ediff.el (ediff-documentation): Related users changed.
8083 * frame.el (selected-terminal): Remove the leftover.
8084
8085 2013-08-05 Glenn Morris <rgm@gnu.org>
8086
8087 * calendar/calendar.el (calendar-generate-month):
8088 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8089 (calendar-generate-month, calendar-font-lock-keywords):
8090 Fix for calendar-day-header-width > length of any day name.
8091
8092 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8093
8094 * desktop.el (desktop-clear): Use new name of sort predicate.
8095
8096 * frameset.el (frameset): Add docstring. Move :version property to its
8097 own `version' slot.
8098 (frameset-copy): Rename from copy-frameset.
8099 (frameset-p): Check more thoroughly.
8100 (frameset-prop): Do not check for :version, which is no longer a prop.
8101 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8102 Use new :never value instead of t.
8103 (frameset-filter-alist): Expand and clarify docstring.
8104 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8105 (frameset-filter-minibuffer, frameset-filter-save-param)
8106 (frameset-filter-restore-param, frameset-filter-iconified):
8107 Add pointer to docstring of frameset-filter-alist.
8108 (frameset-filter-params): Rename filter values to be more meaningful:
8109 :never instead of t, and reverse the meanings of :save and :restore.
8110 (frameset--process-minibuffer-frames): Clarify error message.
8111 (frameset-save): Avoid unnecessary and confusing call to framep.
8112 Use new BOA constructor for framesets.
8113 (frameset--reuse-list): Doc fix.
8114 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8115 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8116 (frameset-minibufferless-first-p): Doc fix.
8117 Rename from frameset-sort-frames-for-deletion.
8118 (frameset-restore): Doc fixes. Use new function names.
8119 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8120
8121 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * desktop.el (desktop-restore-forces-onscreen)
8124 (desktop-restore-reuses-frames): Document :keyword constant values.
8125 (desktop-filter-parameters-alist): Remove, now identical to
8126 frameset-filter-alist.
8127 (desktop--filter-tty*): Remove, moved to frameset.el.
8128 (desktop-save-frameset, desktop-restore-frameset):
8129 Do not pass :filters argument.
8130
8131 * frameset.el (frameset-live-filter-alist)
8132 (frameset-persistent-filter-alist): New variables.
8133 (frameset-filter-alist): Use them. Add autoload cookie.
8134 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8135 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8136 `frameset--id' (it's supposed to be internal to frameset.el).
8137 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8138 (frameset--initial-params): New function.
8139 (frameset--get-frame): Use it. Doc fix.
8140 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8141 Accept :all, not 'all.
8142 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8143 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8144 with fbound symbols. Fix frame id matching, and remove matching ids if
8145 the frame being restored is deleted. Obey :delete.
8146
8147 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * subr.el (macrop): New function.
8150 (text-clone--maintaining): New var.
8151 (text-clone--maintain): Rename from text-clone-maintain. Use it
8152 instead of inhibit-modification-hooks.
8153
8154 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8155 a proxy, so as handle autoloads and redefinitions of the target.
8156 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8157
8158 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8159 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8160 (pcase--mutually-exclusive-p): New function.
8161 (pcase--split-consp): Use it.
8162 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8163 mutually exclusive with the current predicate.
8164
8165 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8166 (edebug-macrop): Remove. Use `macrop' instead.
8167 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8168 (ad-macro-p):
8169 * eshell/esh-cmd.el (eshell-macrop):
8170 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8171
8172 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8175 (advice-mapc): New function, using it.
8176 (advice-function-member-p): New function.
8177 (advice--normalize): Store the cdr in advice--saved-rewrite since
8178 that's the part that will be changed.
8179 (advice--symbol-function): New function.
8180 (advice-remove): Handle removal before the function is defined.
8181 Adjust to new advice--saved-rewrite.
8182 (advice-member-p): Use advice-function-member-p and
8183 advice--symbol-function.
8184
8185 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8188 (frameset-filter-minibuffer): Doc fix.
8189 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8190 (frameset--set-id, frameset--process-minibuffer-frames)
8191 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8192 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8193
8194 * desktop.el (desktop-clear): Only delete frames when called
8195 interactively and desktop-restore-frames is non-nil. Doc fix.
8196 (desktop-read): Set desktop-saved-frameset to nil.
8197
8198 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8199
8200 * vc/vc.el (vc-ignore): Rewrite.
8201 (vc-default-ignore-completion-table, vc--read-lines)
8202 (vc--add-line, vc--remove-regexp): New functions.
8203
8204 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8205 (vc-svn-ignore-completion-table): New function.
8206
8207 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8208 (vc-hg-ignore-completion-table)
8209 (vc-hg-find-ignore-file): New functions.
8210
8211 * vc/vc-git.el (vc-git-ignore): Rewrite.
8212 (vc-git-ignore-completion-table)
8213 (vc-git-find-ignore-file): New functions.
8214
8215 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8216
8217 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8218 (vc-bzr-ignore-completion-table)
8219 (vc-bzr-find-ignore-file): New functions.
8220
8221 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8222
8223 * frameset.el (frameset-prop): New function and setter.
8224 (frameset-save): Do not modify frame list passed by the caller.
8225
8226 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8229
8230 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8233 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8234
8235 * custom.el (custom-initialize-default, custom-initialize-set)
8236 (custom-initialize-reset, custom-initialize-changed): Affect the
8237 toplevel-default-value (bug#6275, bug#14586).
8238 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8239 for bug#6275.
8240
8241 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8244 Add cl-def* expressions.
8245
8246 * frameset.el (frameset-filter-params): Fix order of arguments.
8247
8248 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8249
8250 Move code related to saving frames to frameset.el.
8251 * desktop.el: Require frameset.
8252 (desktop-restore-frames): Doc fix.
8253 (desktop-restore-reuses-frames): Rename from
8254 desktop-restoring-reuses-frames.
8255 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8256 (desktop-clear): Clear frames too.
8257 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8258 (desktop--filter-tty*, desktop-save, desktop-read):
8259 Use frameset functions.
8260 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8261 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8262 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8263 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8264 (desktop--process-minibuffer-frames, desktop-save-frames)
8265 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8266 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8267 (desktop--sort-states, desktop-restoring-frames-p)
8268 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8269 (desktop-restoring-frameset-p, desktop-restore-frameset)
8270 (desktop--check-dont-save, desktop-save-frameset): New functions.
8271 (desktop--app-id): New constant.
8272 (desktop-first-buffer, desktop-buffer-ok-count)
8273 (desktop-buffer-fail-count): Move before first use.
8274 * frameset.el: New file.
8275
8276 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * files.el: Use lexical-binding.
8279 (dir-locals-read-from-file): Remove unused `err' variable.
8280 (hack-dir-local-variables--warned-coding): New var.
8281 (hack-dir-local-variables): Use it to avoid repeated warnings.
8282 (make-backup-file-name--default-function): New function.
8283 (make-backup-file-name-function): Use it as default.
8284 (buffer-stale--default-function): New function.
8285 (buffer-stale-function): Use it as default.
8286 (revert-buffer-insert-file-contents--default-function): New function.
8287 (revert-buffer-insert-file-contents-function): Use it as default.
8288 (insert-directory): Avoid add-to-list.
8289
8290 * autorevert.el (auto-revert-handler): Simplify.
8291 Use buffer-stale--default-function.
8292
8293 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8294
8295 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8296
8297 * whitespace.el (whitespace-ensure-local-variables): New function.
8298 (whitespace-cleanup-region): Call it.
8299 (whitespace-turn-on): Call it.
8300
8301 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8302
8303 Complete file name handlers.
8304
8305 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8306 (tramp-handle-verify-visited-file-modtime)
8307 (tramp-handle-file-notify-rm-watch): New functions.
8308 (tramp-call-process): Do not bind `default-directory'.
8309
8310 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8311 Order alphabetically.
8312 <access-file, add-name-to-file, dired-call-process>:
8313 <dired-compress-file, file-acl, file-notify-rm-watch>:
8314 <file-ownership-preserved-p, file-selinux-context>:
8315 <make-directory-internal, make-symbolic-link, set-file-acl>:
8316 <set-file-selinux-context, set-visited-file-modtime>:
8317 <verify-visited-file-modtime>: Add handler.
8318 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8319
8320 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8321 <file-notify-add-watch, file-notify-rm-watch>:
8322 <set-file-times, set-visited-file-modtime>:
8323 <verify-visited-file-modtime>: Add handler.
8324 (with-tramp-gvfs-error-message)
8325 (tramp-gvfs-handle-set-visited-file-modtime)
8326 (tramp-gvfs-fuse-file-name): Remove.
8327 (tramp-gvfs-handle-file-notify-add-watch)
8328 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8329 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8330
8331 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8332 Order alphabetically.
8333 <file-notify-rm-watch>: Use default Tramp handler.
8334 <executable-find>: Remove private handler.
8335 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8336 `default-directory'.
8337 (tramp-sh-handle-executable-find)
8338 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8339 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8340 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8341 Do not use `format' in `tramp-message'.
8342
8343 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8344 <file-notify-rm-watch, set-visited-file-modtime>:
8345 <verify-visited-file-modtime>: Add handler.
8346 (tramp-smb-call-winexe): Do not bind `default-directory'.
8347
8348 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8349
8350 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8351
8352 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8353
8354 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8355 use it.
8356 (log-view-diff-changeset): Same.
8357 (log-view-diff-common): Call backend command `previous-revision'
8358 to find out the previous revision, in both cases. Swap the
8359 variables `to' and `fr', so that `fr' usually refers to the
8360 earlier revision (Bug#14989).
8361
8362 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8363
8364 * ibuf-ext.el (ibuffer-filter-by-filename):
8365 Make it work with dired buffers too.
8366
8367 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8368
8369 * emacs-lisp/re-builder.el (reb-color-display-p):
8370 * files.el (save-buffers-kill-terminal):
8371 * net/browse-url.el (browse-url):
8372 * server.el (server-save-buffers-kill-terminal):
8373 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8374 Prefer nil to selected-frame for the first arg of frame-parameter.
8375
8376 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8377
8378 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8379
8380 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8381
8382 * minibuffer.el (completion--twq-all): Try and preserve each
8383 completion's case choice (bug#14907).
8384
8385 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8386
8387 * net/network-stream.el (open-network-stream): Mention the new
8388 :nogreeting parameter.
8389 (network-stream-open-starttls): Use the :nogreeting parameter
8390 (bug#14938).
8391
8392 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8393
8394 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8395 more natural than popping.
8396
8397 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8398 (shr-urlify): Highlight under mouse.
8399
8400 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8401
8402 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8403
8404 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8405
8406 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8407 buffer for output.
8408
8409 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8410 point-min==1. Fix search string. Fix parentheses missing.
8411
8412 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8413 assume point-min==1. Fix search string. Fix parentheses missing.
8414
8415 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8416
8417 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8418 buffer for output.
8419
8420 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8421
8422 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8423 initial frame is minibuffer-less. (Bug#14841)
8424
8425 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8426
8427 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8428 option.
8429
8430 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8431 (tramp-maybe-open-connection): Use it.
8432
8433 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8436 minimal set of parameters passed when creating a frame, because
8437 the minibuffer status of a frame cannot be changed later.
8438
8439 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8440
8441 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8442 replace-regexp-in-string and inadvertent omissions in previous change.
8443 (todo-filter-items): Ensure only file names are comma-separated in
8444 name of filtered items buffer.
8445
8446 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * desktop.el: Optionally force offscreen frames back onscreen.
8449 (desktop-restoring-reuses-frames): New option.
8450 (desktop--compute-pos, desktop--move-onscreen): New functions.
8451 (desktop--make-frame): Use desktop--move-onscreen.
8452
8453 2013-07-27 Alan Mackenzie <acm@muc.de>
8454
8455 Fontify a Java generic method as a function.
8456 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8457 value to t.
8458
8459 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8460
8461 * calendar/todo-mode.el: Add command to rename todo files.
8462 (todo-rename-file): New command.
8463 (todo-key-bindings-t): Add key binding for it. Change the
8464 bindings of todo-filter-regexp-items(-multifile) to use `x'
8465 instead of `r', since the latter is better suited to the new
8466 renaming command.
8467
8468 2013-07-27 Alan Mackenzie <acm@muc.de>
8469
8470 Make Java try-with-resources statement parse properly.
8471 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8472 (c-block-stmt-1-2-key): New language constants/variables.
8473 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8474 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8475 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8476 with c-block-stmt-1-2-key.
8477
8478 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8479
8480 * desktop.el (desktop--make-frame): Apply most frame parameters after
8481 creating the frame to force (partially or totally) offscreen frames to
8482 be restored as such.
8483
8484 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8485
8486 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8487 (Bug#14948)
8488
8489 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8492 `base' arg of backtrace-frame.
8493
8494 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8495
8496 * simple.el (list-processes): Doc fix.
8497
8498 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8499
8500 * desktop.el (desktop--select-frame):
8501 Try harder to reuse existing frames.
8502
8503 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8506 (edebug-eval): Use backtrace-eval.
8507 (edebug--display, edebug--recursive-edit): Don't let-bind the
8508 edebug-outer-* vars that keep track of variables we locally let-bind.
8509 (edebug-outside-excursion): Don't restore outside values of locally
8510 let-bound vars.
8511 (edebug--display): Use user-error.
8512 (cl-lexical-debug, cl-debug-env): Remove.
8513
8514 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8515
8516 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8517 are restored to be sure that they are visible before deleting any
8518 remaining ones.
8519
8520 2013-07-26 Matthias Meulien <orontee@gmail.com>
8521
8522 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8523 vc-print-root-log. (Bug#14948)
8524
8525 2013-07-26 Richard Stallman <rms@gnu.org>
8526
8527 Add aliases for encrypting mail.
8528 * epa.el (epa-mail-aliases): New option.
8529 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8530 Bind inhibit-read-only so read-only text doesn't ruin everything.
8531 (epa-mail-default-recipients): New subroutine broken out.
8532 Handle epa-mail-aliases.
8533
8534 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 Add support for lexical variables to the debugger's `e' command.
8537 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8538 vars, except for debugger-outer-match-data.
8539 (debugger-frame-number): Move check for "on a function call" from
8540 callers into it. Add `skip-base' argument.
8541 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8542 (debugger-env-macro): Only reset the state stored in non-variables,
8543 i.e. current-buffer and match-data.
8544 (debugger-eval-expression): Rewrite using backtrace-eval.
8545 * subr.el (internal--called-interactively-p--get-frame): Remove.
8546 (called-interactively-p):
8547 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8548 `base' arg of backtrace-frame instead.
8549
8550 2013-07-26 Glenn Morris <rgm@gnu.org>
8551
8552 * align.el (align-regexp): Doc fix. (Bug#14857)
8553 (align-region): Explicit error if subexpression missing/does not match.
8554
8555 * simple.el (global-visual-line-mode):
8556 Do not duplicate the mode lighter. (Bug#14858)
8557
8558 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8559
8560 * window.el (display-buffer): In display-buffer bind
8561 split-window-keep-point to t, bug#14829.
8562
8563 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8564
8565 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8566 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8567 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8568 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8569 Change accordingly.
8570 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8571 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8572
8573 2013-07-25 Glenn Morris <rgm@gnu.org>
8574
8575 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8576
8577 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8578
8579 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8580 parameter to modify-frame-parameters if the value has not changed;
8581 this is a workaround for bug#14949.
8582 (desktop--make-frame): On cl-delete-if call, check parameter name,
8583 not full parameter.
8584
8585 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8586
8587 * vc/vc.el (vc-ignore): New function.
8588
8589 * vc/vc-svn.el (vc-svn-ignore): New function.
8590
8591 * vc/vc-hg.el (vc-hg-ignore): New function.
8592
8593 * vc/vc-git.el (vc-git-ignore): New function.
8594
8595 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8596 (vc-dir-ignore): New function.
8597
8598 * vc/vc-cvs.el (vc-cvs-ignore): New function.
8599 (cvs-append-to-ignore): Move here from pcvs.el.
8600
8601 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8602
8603 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8604
8605 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8608 (desktop-restore-frames): Warn when deleting an existing frame failed.
8609
8610 2013-07-24 Glenn Morris <rgm@gnu.org>
8611
8612 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8613
8614 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
8615
8616 * filenotify.el (file-notify-supported-p):
8617 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8618 Remove functions.
8619
8620 * autorevert.el (auto-revert-use-notify)
8621 (auto-revert-notify-add-watch):
8622 * net/tramp.el (tramp-file-name-for-operation):
8623 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8624 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8625 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8626 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8627 Remove `file-notify-supported-p' entry.
8628
8629 2013-07-24 Glenn Morris <rgm@gnu.org>
8630
8631 * printing.el: Replace all uses of deleted ps-windows-system,
8632 ps-lp-system, ps-flatten-list with lpr- versions.
8633
8634 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8637 checked with memq (bug#14935).
8638
8639 * files.el (revert-buffer-function): Use a non-nil default.
8640 (revert-buffer-preserve-modes): Declare var to
8641 provide access to the `preserve-modes' argument.
8642 (revert-buffer): Let-bind it.
8643 (revert-buffer--default): New function, extracted from revert-buffer.
8644
8645 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * lpr.el: Signal print errors more prominently.
8648 (print-region-function): Don't default to nil.
8649 (lpr-print-region): New function, extracted from print-region-1.
8650 Check lpr's return value and signal an error in case of problem.
8651 (print-region-1): Use it.
8652 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8653 versions instead.
8654 (ps-printer-name): Default to nil.
8655 (ps-printer-name-option): Default to lpr-printer-switch.
8656 (ps-print-region-function): Don't default to nil.
8657 (ps-postscript-code-directory): Simplify default.
8658 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8659 (ps-string-list, ps-eval-switch, ps-flatten-list)
8660 (ps-flatten-list-1): Remove.
8661 (ps-multibyte-buffer): Avoid setq.
8662 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8663 (print-region-function, ps-print-region-function): Don't set them here.
8664
8665 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8666
8667 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8668 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8669 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8670 (ido-decorations): Doc fix.
8671
8672 * ansi-color.el: Fix old URL.
8673
8674 2013-07-23 Michael R. Mauger <michael@mauger.com>
8675
8676 * progmodes/sql.el: Version 3.3
8677 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8678 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8679 (sql-interactive-remove-continuation-prompt): Rewrite, use
8680 functions above. Fix continuation prompt and complete output line
8681 handling.
8682 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8683 redirected output buffer.
8684 (sql-mode): Restore deleted code (Bug#13591).
8685
8686 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8687
8688 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8689
8690 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
8691
8692 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8693
8694 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8695 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8696 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8697
8698 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8699
8700 * desktop.el (desktop-clear): Simplify; remove useless checks
8701 against invalid buffer names.
8702 (desktop-list*): Use cl-list*.
8703 (desktop-buffer-info, desktop-create-buffer): Simplify.
8704
8705 2013-07-23 Leo Liu <sdl.web@gmail.com>
8706
8707 * bookmark.el (bookmark-make-record): Restore NAME as a default
8708 value. (Bug#14933)
8709
8710 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8713 extracted from autoload--insert-text.
8714 (autoload--insert-text): Remove.
8715 (autoload--print-cookie-text): New function, extracted from
8716 autoload--insert-cookie-text.
8717 (autoload--insert-cookie-text): Remove.
8718 (autoload-generate-file-autoloads): Adjust calls accordingly.
8719
8720 * winner.el (winner-hook-installed-p): Remove.
8721 (winner-mode): Simplify accordingly.
8722
8723 * subr.el (add-to-list): Fix compiler-macro when `append' is
8724 not constant. Don't use `cl-member' for the base case.
8725
8726 * progmodes/subword.el: Fix boundary case (bug#13758).
8727 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8728 own group.
8729 (subword-backward-regexp): Make it a constant.
8730 (subword-forward-internal): Don't treat a trailing capital as the
8731 beginning of a word.
8732
8733 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8734
8735 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8736 global value of tabulated-list-revert-hook (bug#14930).
8737
8738 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
8739
8740 * desktop.el: Require 'cl-lib.
8741 (desktop-before-saving-frames-functions): New hook.
8742 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8743 for frames being saved. Rename from desktop--save-minibuffer-frames.
8744 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8745 Do not save frames with non-nil `desktop-dont-save' parameter.
8746 Filter out deleted frames.
8747 (desktop--find-frame): Use cl-find-if.
8748 (desktop--select-frame): Use cl-(first|second|third) to access values
8749 of desktop-mini.
8750 (desktop--make-frame): Use cl-delete-if.
8751 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8752 (desktop-restore-frames): Use cl-(first|second|third) to access values
8753 of desktop-mini. Look for visible frame at the end, not while
8754 restoring frames.
8755
8756 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8757 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8758 Use string-match-p, looking-at-p (bug#14927).
8759
8760 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * desktop.el (desktop-saved-frame-states):
8763 Rename from desktop--saved-states; all users changed.
8764 (desktop-save-frames): Rename from desktop--save-frames.
8765 Do not save state to desktop file.
8766 (desktop-save): Save desktop-saved-frame-states to desktop file
8767 and reset to nil.
8768 (desktop-restoring-frames-p): New function.
8769 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
8770 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
8771 buffer-lists when restoring frames. Suggested by Martin Rudalics.
8772
8773 * desktop.el: Correctly restore iconified frames.
8774 (desktop--filter-iconified-position): New function.
8775 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8776
8777 2013-07-20 Glenn Morris <rgm@gnu.org>
8778
8779 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8780 Let `message' do the formatting.
8781 (def-gdb-preempt-display-buffer): Add explicit format.
8782
8783 * image-dired.el (image-dired-track-original-file):
8784 Use with-current-buffer.
8785 (image-dired-track-thumbnail): Use with-current-buffer.
8786 Avoid changing point of wrong window.
8787
8788 * image-dired.el (image-dired-track-original-file):
8789 Avoid changing point of wrong window. (Bug#14909)
8790
8791 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
8792
8793 * progmodes/gdb-mi.el (gdb-done-or-error):
8794 Guard against "%" in gdb output. (Bug#14127)
8795
8796 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
8797
8798 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8799 (Bug#14826)
8800
8801 * international/mule.el (coding-system-iso-2022-flags): Fix last
8802 change.
8803
8804 2013-07-20 Kenichi Handa <handa@gnu.org>
8805
8806 * international/mule.el (coding-system-iso-2022-flags):
8807 Add `8-bit-level-4'. (Bug#8522)
8808
8809 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8810
8811 * net/shr.el (shr-mouse-browse-url): New command and keystroke
8812 (bug#14815).
8813
8814 * net/eww.el (eww-process-text-input): Allow inputting when the
8815 point is at the start of the line, as the properties aren't
8816 front-sticky.
8817
8818 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8819 degenerate widths.
8820
8821 2013-07-19 Richard Stallman <rms@gnu.org>
8822
8823 * epa.el (epa-popup-info-window): Doc fix.
8824
8825 * subr.el (split-string): New arg TRIM.
8826
8827 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
8828
8829 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8830 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8831
8832 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
8833
8834 * filenotify.el (file-notify--library): Rename from
8835 `file-notify-support'. Do not autoload. Adapt all uses.
8836 (file-notify-supported-p): New defun.
8837
8838 * autorevert.el (auto-revert-use-notify):
8839 Use `file-notify-supported-p' instead of `file-notify-support'.
8840 Adapt docstring.
8841 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8842
8843 * net/tramp.el (tramp-file-name-for-operation):
8844 Add `file-notify-supported-p'.
8845
8846 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8847 New defun.
8848 (tramp-sh-file-name-handler-alist): Add it as handler for
8849 `file-notify-supported-p '.
8850
8851 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8852 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8853 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8854 Add `ignore' as handler for `file-notify-*' functions.
8855
8856 2013-07-17 Eli Zaretskii <eliz@gnu.org>
8857
8858 * simple.el (line-move-partial, line-move): Don't start vscroll or
8859 scroll-up if the current line is not taller than the window.
8860 (Bug#14881)
8861
8862 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8863
8864 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8865 highlight question marks in the method names as strings.
8866 (ruby-block-beg-keywords): Inline.
8867 (ruby-font-lock-keyword-beg-re): Extract from
8868 `ruby-font-lock-keywords'.
8869
8870 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8871
8872 * frame.el (blink-cursor-blinks): New defcustom.
8873 (blink-cursor-blinks-done): New defvar.
8874 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8875 (blink-cursor-timer-function): Check if number of blinks has been
8876 done on X and NS.
8877 (blink-cursor-suspend, blink-cursor-check): New defuns.
8878
8879 2013-07-15 Glenn Morris <rgm@gnu.org>
8880
8881 * edmacro.el (edmacro-format-keys): Fix previous change.
8882
8883 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8884
8885 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8886 The hack didn't work outside English locales anyway.
8887
8888 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * simple.el (define-alternatives): Rename from alternatives-define,
8891 per RMS' suggestion.
8892
8893 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
8894
8895 * desktop.el (desktop-restore-frames): Change default to t.
8896 (desktop-restore-in-current-display): Now offer more options.
8897 (desktop-restoring-reuses-frames): New customization option.
8898 (desktop--saved-states): Doc fix.
8899 (desktop-filter-parameters-alist): New variable, renamed and expanded
8900 from desktop--excluded-frame-parameters.
8901 (desktop--target-display): New variable.
8902 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8903 (desktop--filter-tty*, desktop--filter-*-color)
8904 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8905 (desktop--filter-save-desktop-parm)
8906 (desktop-restore-in-original-display-p): New functions.
8907 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8908 (desktop--save-minibuffer-frames): New function, inspired by a similar
8909 function from Martin Rudalics.
8910 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8911 (desktop--restore-in-this-display-p): Remove.
8912 (desktop--find-frame): Rename from desktop--find-frame-in-display
8913 and add predicate argument.
8914 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8915 (desktop--reuse-list): New variable.
8916 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8917 New functions.
8918 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8919
8920 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8923
8924 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8925
8926 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8927 Highlight conversion methods on Kernel.
8928
8929 2013-07-13 Alan Mackenzie <acm@muc.de>
8930
8931 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8932 and comment it out. This out-commenting enables certain C++
8933 declarations to be parsed correctly.
8934
8935 2013-07-13 Eli Zaretskii <eliz@gnu.org>
8936
8937 * international/mule.el (define-coding-system): Doc fix.
8938
8939 * simple.el (default-font-height): Don't call font-info if the
8940 frame's default font didn't change since the frame was created.
8941 (Bug#14838)
8942
8943 2013-07-13 Leo Liu <sdl.web@gmail.com>
8944
8945 * ido.el (ido-read-file-name): Guard against non-symbol value.
8946
8947 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8948
8949 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8950 in nested defuns.
8951
8952 2013-07-13 Leo Liu <sdl.web@gmail.com>
8953
8954 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8955 ido-set-matches call. (Bug#6852)
8956
8957 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8958
8959 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
8960 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8961 Ruby 2.0.
8962 (ruby-font-lock-keywords): Distinguish calls to functions with
8963 module-like names from module references. Highlight character
8964 literals.
8965
8966 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8967
8968 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8969 (gdb-send): Handle continued commands. (Bug#14847)
8970
8971 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8972
8973 * desktop.el (desktop--v2s): Remove unused local variable.
8974 (desktop-save-buffer): Make defvar-local; adjust docstring.
8975 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8976 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8977
8978 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
8979
8980 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8981
8982 2013-07-12 Eli Zaretskii <eliz@gnu.org>
8983
8984 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8985 (Bug#14842)
8986
8987 2013-07-12 Glenn Morris <rgm@gnu.org>
8988
8989 * doc-view.el: Require cl-lib at runtime too.
8990 (doc-view-remove-if): Remove.
8991 (doc-view-search-next-match, doc-view-search-previous-match):
8992 Use cl-remove-if.
8993
8994 * edmacro.el: Require cl-lib at runtime too.
8995 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8996 (edmacro-mismatch, edmacro-subseq): Remove.
8997
8998 * shadowfile.el: Require cl-lib.
8999 (shadow-remove-if): Remove.
9000 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9001 Use cl-remove-if.
9002
9003 * wid-edit.el: Require cl-lib.
9004 (widget-choose): Use cl-remove-if.
9005 (widget-remove-if): Remove.
9006
9007 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9008 (ebrowse-delete-if-not): Remove.
9009 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9010 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9011 Use cl-delete-if-not.
9012
9013 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9014
9015 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9016 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9017
9018 2013-07-12 Leo Liu <sdl.web@gmail.com>
9019
9020 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9021
9022 2013-07-11 Glenn Morris <rgm@gnu.org>
9023
9024 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9025 (edebug-gensym-index, edebug-gensym):
9026 Remove reimplementation of cl-gensym.
9027 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9028
9029 * thumbs.el: Require cl-lib at run-time too.
9030 (thumbs-gensym-counter, thumbs-gensym):
9031 Remove reimplementation of cl-gensym.
9032 (thumbs-temp-file): Use cl-gensym.
9033
9034 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9035 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9036 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9037 (ert--union, ert--gensym-counter, ert--gensym-counter)
9038 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9039 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9040 (ert-make-test-unbound, ert--expand-should-1)
9041 (ert--expand-should, ert--should-error-handle-error)
9042 (should-error, ert--explain-equal-rec)
9043 (ert--plist-difference-explanation, ert-select-tests)
9044 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9045 Use cl-lib functions rather than reimplementations.
9046
9047 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9048
9049 * net/tramp.el (tramp-methods): Extend docstring.
9050 (tramp-connection-timeout): New defcustom.
9051 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9052 (with-tramp-progress-reporter): Simplify.
9053 (tramp-process-actions): Improve messages.
9054
9055 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9056 * net/tramp-sh.el (tramp-maybe-open-connection):
9057 Use `tramp-connection-timeout'.
9058 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9059 (Bug#14808)
9060
9061 2013-07-11 Leo Liu <sdl.web@gmail.com>
9062
9063 * ido.el (ido-read-file-name): Conform to the requirements of
9064 read-file-name. (Bug#11861)
9065 (ido-read-directory-name): Conform to the requirements of
9066 read-directory-name.
9067
9068 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9069
9070 * subr.el (delay-warning): New function.
9071
9072 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9073
9074 * simple.el (default-line-height): New function.
9075 (line-move-partial, line-move): Use it instead of computing the
9076 line height inline.
9077 (line-move-partial): Always compute ROWH. If the last line is
9078 partially-visible, but its text is completely visible, allow
9079 cursor to enter such a partially-visible line.
9080
9081 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9082
9083 Improve error messages. (Bug#14808)
9084
9085 * net/tramp.el (tramp-current-connection): New defvar, moved from
9086 tramp-sh.el.
9087 (tramp-message-show-progress-reporter-message): Remove, not
9088 needed anymore.
9089 (tramp-error-with-buffer): Show message in minibuffer.
9090 Discard input before waiting. Reset connection timestamp.
9091 (with-tramp-progress-reporter): Improve messages.
9092 (tramp-process-actions): Use progress reporter. Delete process in
9093 case of error. Improve messages.
9094
9095 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9096 Call `tramp-error-with-buffer' with vector and buffer.
9097 (tramp-current-connection): Remove.
9098 (tramp-maybe-open-connection): The car of
9099 `tramp-current-connection' are the first 3 slots of the vector.
9100
9101 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9102
9103 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9104 inside continued strings.
9105
9106 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9107
9108 Timestamp fixes for undo (Bug#14824).
9109 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9110
9111 2013-07-10 Leo Liu <sdl.web@gmail.com>
9112
9113 * files.el (require-final-newline): Allow safe local value.
9114 (Bug#14834)
9115
9116 2013-07-09 Leo Liu <sdl.web@gmail.com>
9117
9118 * ido.el (ido-read-directory-name): Handle fallback.
9119 (ido-read-file-name): Update DIR to ido-current-directory.
9120 (Bug#1516)
9121 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9122
9123 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9124
9125 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9126 "autoload". Remove "warn lower camel case" section, previously
9127 commented out. Highlight negation char. Do not highlight the
9128 target in singleton method definitions.
9129
9130 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * faces.el (tty-setup-hook): Declare the hook.
9133
9134 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9135 and detect when a guard/pred depends on local vars (bug#14773).
9136 (pcase--u1): Adjust caller.
9137
9138 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9139
9140 * simple.el (line-move-partial, line-move): Account for
9141 line-spacing.
9142 (line-move-partial): Avoid setting vscroll when the last
9143 partially-visible line in window is of default height.
9144
9145 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9146
9147 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9148 been used a while.
9149
9150 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9151
9152 * subr.el (read-quoted-char): Remove unused local variable `char'.
9153
9154 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9155
9156 * ediff.el (ediff-version): Version update.
9157 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9158 (ediff-merge-with-ancestor-command, ediff-directories-command)
9159 (ediff-directories3-command, ediff-merge-directories-command)
9160 (ediff-merge-directories-with-ancestor-command): New functions.
9161 All are command-line interfaces to ediff: to facilitate calling
9162 Emacs with the appropriate ediff functions invoked.
9163
9164 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9165 (viper-save-kill-buffer): Check if buffer is modified.
9166
9167 * viper.el (viper-version): Version update.
9168 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9169
9170 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9173 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9174 (viper-intercept-ESC-key): Simplify.
9175 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9176 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9177 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9178 (viper-setup-ESC-to-escape): New functions.
9179 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9180 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9181
9182 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9183
9184 * simple.el (default-font-height, window-screen-lines):
9185 New functions.
9186 (line-move, line-move-partial): Use them instead of
9187 frame-char-height and window-text-height. This makes scrolling
9188 text smoother when the buffer's default face uses a font that is
9189 different from the frame's default font.
9190
9191 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9192
9193 * files.el (write-file): Do not display confirm dialog for NS,
9194 it does its own dialog, which can't be canceled (Bug#14578).
9195
9196 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9197
9198 * simple.el (line-move-partial): Adjust the row returned by
9199 posn-at-point for the current window-vscroll. (Bug#14567)
9200
9201 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9202
9203 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9204 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9205 spaces.
9206
9207 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9208
9209 * window.el (window-state-put-stale-windows): New variable.
9210 (window--state-put-2): Save list of windows without matching buffer.
9211 (window-state-put): Remove "bufferless" windows if possible.
9212
9213 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9214
9215 * simple.el (alternatives-define): Remove leftover :group keyword.
9216 Tweak docstring.
9217
9218 2013-07-06 Leo Liu <sdl.web@gmail.com>
9219
9220 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9221 (ido-enable-virtual-buffers): New variable.
9222 (ido-buffer-internal, ido-toggle-virtual-buffers)
9223 (ido-make-buffer-list): Use it.
9224 (ido-exhibit): Support turning on and off virtual buffers
9225 automatically.
9226
9227 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9228
9229 * simple.el (alternatives-define): New macro.
9230
9231 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * subr.el (read-quoted-char): Use read-key.
9234 (sit-for): Let read-event decode tty input (bug#14782).
9235
9236 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9237
9238 * calendar/todo-mode.el: Add handling of file deletion, both by
9239 mode command and externally. Fix various related bugs.
9240 Clarify Commentary and improve some documentation strings and code.
9241 (todo-delete-file): New command.
9242 (todo-check-file): New function.
9243 (todo-show): Handle external deletion of the file we're trying to
9244 show (bug#14688). Replace called-interactively-p by an optional
9245 prefix argument to avoid problematic interaction with catch form
9246 when byte compiled (bug#14702).
9247 (todo-quit): Handle external deletion of the archive's todo file.
9248 Make sure the buffer that was visiting the archive file is still
9249 live before trying to bury it.
9250 (todo-category-completions): Handle external deletion of any
9251 category completion files.
9252 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9253 of todo files, in case of external deletion.
9254 (todo-add-file): Replace unnecessary setq by let-binding.
9255 (todo-find-archive): Check whether there are any archives.
9256 Replace unnecessary setq by let-binding.
9257 (todo-archive-done-item): Use find-file-noselect to get the
9258 archive buffer whether or not the archive already exists.
9259 Remove superfluous code. Use file size instead of buffer-file-name to
9260 check if the archive is new; if it is, update list of archives.
9261 (todo-default-todo-file): Allow nil to be a valid value for when
9262 there are no todo files.
9263 (todo-reevaluate-default-file-defcustom): Use corrected definition
9264 of todo-default-todo-file.
9265 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9266 (todo-delete-category, todo-show-categories-table)
9267 (todo-category-number): Clarify comment.
9268 (todo-filter-items): Clarify documentation string.
9269 (todo-show-current-file, todo-display-as-todo-file)
9270 (todo-reset-and-enable-done-separator): Tweak documentation string.
9271 (todo-done-separator): Make separator length window-width, since
9272 bug#2749 is now fixed.
9273
9274 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9275
9276 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9277 Support both "gvfs-monitor-dir" and "inotifywait".
9278 (tramp-sh-file-inotifywait-process-filter): Rename from
9279 `tramp-sh-file-notify-process-filter'.
9280 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9281 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9282
9283 2013-07-05 Leo Liu <sdl.web@gmail.com>
9284
9285 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9286
9287 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9288
9289 * frame.el (display-pixel-height, display-pixel-width)
9290 (display-mm-height, display-mm-width): Mention behavior on
9291 multi-monitor setups in docstrings.
9292 (w32-display-monitor-attributes-list): Declare function.
9293 (display-monitor-attributes-list): Use it.
9294
9295 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * filenotify.el: New package.
9298
9299 * autorevert.el (top): Require filenotify.el.
9300 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9301 instead.
9302 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9303 (auto-revert-notify-handler): Use `file-notify-*' functions.
9304
9305 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9306
9307 * net/tramp.el (tramp-file-name-for-operation):
9308 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9309
9310 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9311 for `file-notify-add-watch' and `file-notify-rm-watch'.
9312 (tramp-process-sentinel): Improve trace.
9313 (tramp-sh-handle-file-notify-add-watch)
9314 (tramp-sh-file-notify-process-filter)
9315 (tramp-sh-handle-file-notify-rm-watch)
9316 (tramp-get-remote-inotifywait): New defuns.
9317
9318 2013-07-03 Juri Linkov <juri@jurta.org>
9319
9320 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9321 call of `occur-read-primary-args' to interactive spec.
9322
9323 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9324 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9325
9326 2013-07-03 Matthias Meulien <orontee@gmail.com>
9327
9328 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9329 `Buffer-menu-multi-occur'. Add it to the menu.
9330 (Buffer-menu-mode): Document it in docstring.
9331 (Buffer-menu-multi-occur): New command. (Bug#14673)
9332
9333 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9334
9335 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9336 keywords and built-ins.
9337
9338 2013-07-03 Glenn Morris <rgm@gnu.org>
9339
9340 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9341
9342 Make info-xref checks case-sensitive by default
9343 * info.el (Info-find-node, Info-find-in-tag-table)
9344 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9345 Add option for exact case matching of nodes.
9346 * info-xref.el (info-xref): New custom group.
9347 (info-xref-case-fold): New option.
9348 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9349
9350 2013-07-03 Leo Liu <sdl.web@gmail.com>
9351
9352 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9353
9354 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9355
9356 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9357 middle of block statement initially, lower the depth. Remove
9358 FIXME comment, not longer valid. Remove middle of block statement
9359 detection, no need to do that anymore since we've been using
9360 `ruby-parse-region' here.
9361
9362 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9363
9364 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9365
9366 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9367
9368 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9369
9370 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9371
9372 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9373 (desktop-restore-in-current-display): New customization option.
9374 (desktop--excluded-frame-parameters): Add `font'.
9375 (desktop--save-frames): Rename from desktop--save-windows.
9376 (desktop--restore-in-this-display-p): New function.
9377 (desktop--make-full-frame): Remove unwanted width/height from
9378 full(width|height) frames.
9379 (desktop--restore-frames): Rename from desktop--restore-windows.
9380 Obey desktop-restore-current-display. Do not delete old frames or
9381 select a new frame unless we were able to restore at least one frame.
9382
9383 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9384
9385 * files.el (find-file-noselect): Simplify conditional expression.
9386
9387 * textmodes/remember.el (remember-append-to-file):
9388 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9389
9390 Add `remember-notes' function to store random notes across Emacs
9391 restarts.
9392 * textmodes/remember.el (remember-data-file): Add :set callback to
9393 affect notes buffer (if any).
9394 (remember-notes): New command.
9395 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9396 New defcustoms for the `remember-notes' function.
9397 (remember-notes-save-and-bury-buffer): New command.
9398 (remember-notes-mode-map): New variable.
9399 (remember-mode): New minor mode.
9400 (remember-notes--kill-buffer-query): New function.
9401 * startup.el (initial-buffer-choice): Add notes to custom type.
9402
9403 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9404
9405 * bindings.el (right-char, left-char): Don't call sit-for, this is
9406 no longer needed. Use arithmetic comparison only for numerical
9407 arguments.
9408
9409 * international/mule-cmds.el (select-safe-coding-system):
9410 Handle the case of FROM being a string correctly. (Bug#14755)
9411
9412 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9413
9414 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9415 progression on degenerate tables.
9416 (shr-rescale-image): ImageMagick animated images currently don't work.
9417
9418 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9419
9420 Some fixes and improvements for desktop frame restoration.
9421 It is still experimental and disabled by default.
9422 * desktop.el (desktop--save-windows): Put the selected frame at
9423 the head of the list.
9424 (desktop--make-full-frame): New function.
9425 (desktop--restore-windows): Try to re-select the frame that was
9426 selected upon saving. Do not abort if some frames fail to restore,
9427 just show an error message and continue. Set up maximized frames
9428 so they have default non-maximized dimensions.
9429
9430 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9431
9432 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9433 Don't start heredoc inside a string or comment.
9434
9435 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9436
9437 * bindings.el (visual-order-cursor-movement): New defcustom.
9438 (right-char, left-char): Provide visual-order cursor motion by
9439 calling move-point-visually. Update the doc strings.
9440
9441 2013-06-28 Kenichi Handa <handa@gnu.org>
9442
9443 * international/mule.el (define-coding-system): New coding system
9444 properties :inhibit-null-byte-detection,
9445 :inhibit-iso-escape-detection, and :prefer-utf-8.
9446 (set-buffer-file-coding-system): If :charset-list property of
9447 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9448 appropriate for setting.
9449
9450 * international/mule-cmds.el (select-safe-coding-system):
9451 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9452 multibyte characters, return utf-8 (or one of its siblings).
9453
9454 * international/mule-conf.el (prefer-utf-8): New coding system.
9455 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9456 files.
9457
9458 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9459
9460 * net/shr.el (shr-render-region): New function.
9461
9462 * net/eww.el: Autoload `eww-browse-url'.
9463
9464 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9465
9466 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9467 Adapt to `package-desc-version' being a list.
9468 Use `package--ac-desc-version' to retrieve version from a package
9469 archive element.
9470
9471 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9472
9473 New experimental feature to save&restore window and frame setup.
9474 * desktop.el (desktop-save-windows): New defcustom.
9475 (desktop--saved-states): New var.
9476 (desktop--excluded-frame-parameters): New defconst.
9477 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9478 (desktop--restore-windows, desktop--save-windows): New functions.
9479 (desktop-save): Call `desktop--save-windows'.
9480 (desktop-read): Call `desktop--restore-windows'.
9481
9482 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9483
9484 * net/shr.el (add-face-text-property): Remove compat definition.
9485
9486 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9487
9488 * info.el (Info-try-follow-nearest-node): Move search for footnote
9489 above search for node name to prevent missing a footnote (bug#14717).
9490
9491 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9492
9493 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9494
9495 2013-06-27 Leo Liu <sdl.web@gmail.com>
9496
9497 * net/eww.el (eww-read-bookmarks): Check file size.
9498
9499 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9502 advice--pending if newdef is nil or an autoload (bug#13820).
9503 (advice-mapc): New function.
9504
9505 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9506
9507 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9508 probably.
9509 (eww-mode-map): Add a menu bar.
9510 (eww-add-bookmark): New command.
9511 (eww-bookmark-mode): New mode and commands.
9512 (eww-add-bookmark): Remove newlines from the title.
9513 (eww-bookmark-browse): Don't bug out if it's the only window.
9514
9515 2013-06-26 Glenn Morris <rgm@gnu.org>
9516
9517 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9518 (hfy-size): Handle ttys. (Bug#14668)
9519
9520 * info-xref.el: Update for Texinfo 5 change in *note format.
9521 (info-xref-node-re, info-xref-note-re): New constants.
9522 (info-xref-check-buffer): Use info-xref-note-re.
9523
9524 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9527
9528 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9529 nil terminate the loop (bug#14718).
9530
9531 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9532
9533 * net/eww.el: Rework history traversal. When going forward/back,
9534 put these actions into the history, too, so that they can be
9535 replayed.
9536 (eww-render): Move the history reset to the correct buffer.
9537
9538 2013-06-25 Juri Linkov <juri@jurta.org>
9539
9540 * files-x.el (modify-dir-local-variable): Change the header comment
9541 in the file with directory local variables. (Bug#14692)
9542
9543 * files-x.el (read-file-local-variable-value): Add `default'.
9544 (Bug#14710)
9545
9546 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9547
9548 * net/eww.el (eww-make-unique-file-name): Create a unique file
9549 name before saving to entering `y' accidentally asynchronously.
9550
9551 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9552
9553 * net/eww.el (eww-download): New command and keystroke.
9554
9555 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9556
9557 * net/eww.el (eww-copy-page-url): Change name of command.
9558
9559 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9560 be more consistent with Info and dired.
9561
9562 * net/eww.el (eww-mode-map): Ditto.
9563
9564 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9567 packages from archives.
9568 (package-archive-contents): Change format; include obsolete packages.
9569 (package-desc): Use `dir' to mark builtin packages.
9570 (package--from-builtin): Set the `dir' field to `builtin'.
9571 (generated-autoload-file, version-control): Declare.
9572 (package-compute-transaction): Change first arg and return value to be
9573 lists of package-descs. Adjust to new package-archive-contents format.
9574 (package--add-to-archive-contents): Adjust to new
9575 package-archive-contents format.
9576 (package-download-transaction): Arg is now a list of package-descs.
9577 (package-install): If `pkg' is a package name, pass it as
9578 a requirement, so it is subject to the usual (e.g. disabled) checks.
9579 (describe-package): Accept package-desc as well.
9580 (describe-package-1): Describe a specific package-desc. Add links to
9581 other package-descs for the same package name.
9582 (package-menu-describe-package): Pass the actual package-desc.
9583 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9584 works correctly.
9585 (package-desc-status): New function.
9586 (package-menu--refresh): New function, extracted
9587 from package-menu--generate.
9588 (package-menu--generate): Use it.
9589 (package-delete): Update package-alist.
9590 (package-menu-execute): Don't call package-initialize.
9591
9592 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9593 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9594 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9595 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9596 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9597 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9598
9599 2013-06-25 Martin Rudalics <rudalics@gmx.at>
9600
9601 * window.el (window--state-get-1): Workaround for bug#14527.
9602 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9603
9604 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9605
9606 * net/eww.el (eww-back-url): Implement the history by stashing all
9607 the data into a list.
9608 (eww-forward-url): Allow going forward in the history, too.
9609
9610 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9613 for values and use read--expression for expressions (bug#14710).
9614 (read-file-local-variable): Avoid setq.
9615 (read-file-local-variable-mode): Use minor-mode-list.
9616
9617 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9618
9619 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9620 for DOI URLs.
9621
9622 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9623
9624 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9625 Update imenu-support when dialect changes.
9626
9627 2013-06-25 Leo Liu <sdl.web@gmail.com>
9628
9629 * ido.el (ido-read-internal): Allow forward slash on windows.
9630
9631 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9632
9633 * net/eww.el (eww): Start of strings is \\`, not ^.
9634
9635 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9636
9637 * net/shr.el (shr-browse-url): Fix interactive spec.
9638
9639 * net/eww.el (eww): Add a trailing slash to domain names.
9640
9641 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
9642
9643 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9644
9645 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9646
9647 * net/shr.el (shr-browse-url): Use an external browser if given a
9648 prefix.
9649
9650 * net/eww.el (eww-external-browser): Move to shr.
9651
9652 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9653
9654 * net/eww.el (eww): Work more correctly for file: URLs.
9655 (eww-detect-charset): Allow quoted charsets.
9656 (eww-yank-page-url): New command and keystroke.
9657
9658 2013-06-24 Daiki Ueno <ueno@gnu.org>
9659
9660 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9661 file name of gpg executable.
9662 (epg-context-program): New function.
9663 (epg-context-home-directory): New function.
9664 (epg-context-set-program): New function.
9665 (epg-context-set-home-directory): New function.
9666 (epg--start): Use `epg-context-program' instead of
9667 'epg-gpg-program'.
9668 (epg--list-keys-1): Likewise.
9669
9670 2013-06-24 Leo Liu <sdl.web@gmail.com>
9671
9672 * ido.el (ido-read-internal): Fix bug#14620.
9673
9674 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9675
9676 * faces.el (face-documentation): Simplify.
9677 (read-face-attribute, tty-find-type, x-resolve-font-name):
9678 Use `string-match-p'.
9679 (list-faces-display): Use `string-match-p'. Simplify.
9680 (face-spec-recalc): Check face to avoid face alias loops.
9681 (read-color): Use `string-match-p' and non-capturing parenthesis.
9682
9683 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9684
9685 * net/shr.el (shr-rescale-image): Use the new
9686 :max-width/:max-height functionality.
9687
9688 2013-06-23 Ivan Kanis <ivan@kanis.fr>
9689
9690 * net/eww.el (eww-search-prefix): New variable.
9691 (eww): Use it.
9692 (eww-external-browser): New variable.
9693 (eww-mode-map): New keystroke.
9694 (eww-browse-with-external-browser): New command.
9695
9696 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9697
9698 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9699
9700 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9701 Don't skip aligning the next header field when padding is 0;
9702 otherwise, field width is not respected unless the title is as
9703 wide as the field.
9704
9705 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * emacs-lisp/package.el (package-el-version): Remove.
9708 (package-process-define-package): Fix inf-loop.
9709 (package-install): Allow symbols as arguments again.
9710
9711 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9712
9713 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9714 add some more keyword-like methods.
9715 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9716
9717 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
9718
9719 * bs.el (bs-buffer-show-mark): Make defvar-local.
9720 (bs-mode): Use setq-local.
9721
9722 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9723 (emacs-lock--try-unlocking): Make defvar-local.
9724
9725 2013-06-22 Glenn Morris <rgm@gnu.org>
9726
9727 * play/cookie1.el (cookie-apropos): Minor simplification.
9728
9729 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9730
9731 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9732
9733 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9734 `regexp-opt', it breaks the build during dumping.
9735
9736 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9737
9738 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9739 Highlight keyword-like methods on Kernel and Module with
9740 font-lock-builtin-face.
9741 (auto-mode-alist): Consolidate different entries into one regexp
9742 and add more *file-s.
9743
9744 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
9745
9746 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9747
9748 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9749 (diary-entry): Use it in the action of this button type instead of
9750 diary-goto-entry.
9751
9752 * calendar/todo-mode.el: New version.
9753 (todo-add-category): Append new category to end of file and give
9754 it the highest number, instead of putting it at the beginning and
9755 giving it 0. Incorporate noninteractive functionality.
9756 (todo-forward-category): Adapt to 1-based category numbering.
9757 Allow skipping over archived categories.
9758 (todo-backward-category): Derive from todo-forward-category.
9759 (todo-backward-item, todo-forward-item): Make noninteractive and
9760 delegate interactive part to new commands. Make sensitive to done items.
9761 (todo-categories): Make value an alist of category names and
9762 vectors of item counts.
9763 (todo-category-beg): Make a defconst.
9764 (todo-category-number): Use 1 instead of 0 as initial value.
9765 (todo-category-select): Make sensitive to overlays, optional item
9766 highlighting and done items.
9767 (todo-delete-item): Make sensitive to overlays and marked and done items.
9768 (todo-edit-item): Make sensitive to overlays and editing of
9769 date/time header optional. Add format checks.
9770 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
9771 no-op if point is not on an item. Advertise using todo-edit-quit.
9772 (todo-edit-mode): Make sensitive to new format, font-locking, and
9773 multiple todo files.
9774 (todo-insert-item, todo-insert-item-here): Derive from
9775 todo-basic-insert-item and extend functionality.
9776 (todo-item-end, todo-item-start): Make sensitive to done items.
9777 (todo-item-string): Don't return text properties. Restore point.
9778 (todo-jump-to-category): Make sensitive to multiple todo files and
9779 todo archives. Use extended category completion.
9780 (todo-lower-item, todo-raise-item): Rename to *-priority and
9781 derive from todo-set-item-priority.
9782 (todo-mode): Derive from special-mode. Make sensitive to new
9783 format, font-locking and multiple todo files. Make read-only.
9784 (todo-mode-map): Don't suppress digit keys, so they can supply
9785 prefix arguments. Add many new key bindings.
9786 (todo-prefix): Insert as an overlay instead of file text.
9787 Change semantics from diary date expression to purely visual mark.
9788 (todo-print): Rename to todo-print-buffer. Make buffer display
9789 features printable. Remove option to restrict number of items
9790 printed. Add option to print to file.
9791 (todo-print-function): Rename to todo-print-buffer-function.
9792 (todo-quit): Extend to handle exiting new todo modes.
9793 (todo-remove-item): Make sensitive to overlays.
9794 (todo-save): Extend to buffers of filtered items.
9795 (todo-show): Make sensitive to done items, multiple todo files and
9796 new todo modes. Offer to convert legacy todo file before creating
9797 first new todo file.
9798 (todo-show-priorities): Rename to todo-top-priorities.
9799 Change semantics of value 0.
9800 (todo-top-priorities): Rename to todo-filter-top-priorities,
9801 derive from todo-filter-items and extend functionality.
9802 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9803 and extend functionality to other types of filtered items.
9804 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9805 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9806 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9807 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9808 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9809 (todo-edit-mode-hook, todo-entry-prefix-function)
9810 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9811 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9812 (todo-initials, todo-insert-threshold, todo-item-string-start)
9813 (todo-line-string, todo-menu, todo-mode-hook)
9814 (todo-more-important-p, todo-previous-answer, todo-previous-line)
9815 (todo-print-priorities, todo-remove-separator)
9816 (todo-save-top-priorities-too, todo-string-count-lines)
9817 (todo-string-multiline-p, todo-time-string-format)
9818 (todo-tmp-buffer-name): Remove.
9819 (todo-add-file, todo-archive-done-item, todo-choose-archive)
9820 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9821 (todo-edit-category-diary-inclusion)
9822 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9823 (todo-edit-file, todo-edit-item-date-day)
9824 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9825 (todo-edit-item-date-month, todo-edit-item-date-to-today)
9826 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9827 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9828 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9829 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9830 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9831 (todo-filter-top-priorities-multifile, todo-find-archive)
9832 (todo-find-filtered-items-file, todo-go-to-source-item)
9833 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9834 (todo-jump-to-archive-category, todo-lower-category)
9835 (todo-mark-category, todo-marked-item-p, todo-merge-category)
9836 (todo-move-category, todo-move-item, todo-next-button)
9837 (todo-next-item, todo-padded-string, todo-powerset)
9838 (todo-previous-button, todo-previous-item)
9839 (todo-print-buffer-to-file, todo-raise-category)
9840 (todo-rename-category, todo-repair-categories-sexp, todo-search)
9841 (todo-set-category-number, todo-set-item-priority)
9842 (todo-set-top-priorities-in-category)
9843 (todo-set-top-priorities-in-file, todo-show-categories-table)
9844 (todo-sort-categories-alphabetically-or-numerically)
9845 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9846 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9847 (todo-toggle-item-header, todo-toggle-item-highlighting)
9848 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9849 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9850 (todo-unarchive-items, todo-unmark-category): New commands.
9851 (todo-absolute-file-name, todo-add-to-buffer-list)
9852 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9853 (todo-basic-insert-item, todo-category-completions)
9854 (todo-category-number, todo-category-string-matcher-1)
9855 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9856 (todo-check-format, todo-clear-matches)
9857 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9858 (todo-current-category, todo-date-string-matcher)
9859 (todo-define-insertion-command, todo-diary-expired-matcher)
9860 (todo-diary-goto-entry, todo-diary-item-p)
9861 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9862 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9863 (todo-done-item-section-p, todo-done-separator)
9864 (todo-done-string-matcher, todo-files, todo-filter-items)
9865 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9866 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9867 (todo-insert-category-line, todo-insert-item-from-calendar)
9868 (todo-insert-sort-button, todo-insert-with-overlays)
9869 (todo-insertion-command-name, todo-insertion-key-bindings)
9870 (todo-label-to-key, todo-longest-category-name-length)
9871 (todo-make-categories-list, todo-mode-external-set)
9872 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9873 (todo-modes-set-3, todo-multiple-filter-files)
9874 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9875 (todo-read-category, todo-read-date, todo-read-dayname)
9876 (todo-read-file-name, todo-read-time)
9877 (todo-reevaluate-category-completions-files-defcustom)
9878 (todo-reevaluate-default-file-defcustom)
9879 (todo-reevaluate-filelist-defcustoms)
9880 (todo-reevaluate-filter-files-defcustom)
9881 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9882 (todo-reset-done-separator, todo-reset-done-separator-string)
9883 (todo-reset-done-string, todo-reset-global-current-todo-file)
9884 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9885 (todo-reset-prefix, todo-set-categories)
9886 (todo-set-date-from-calendar, todo-set-show-current-file)
9887 (todo-set-top-priorities, todo-short-file-name)
9888 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9889 (todo-total-item-counts, todo-update-buffer-list)
9890 (todo-update-categories-display, todo-update-categories-sexp)
9891 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9892 New functions.
9893 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9894 New major modes.
9895 (todo-categories, todo-display, todo-edit, todo-faces)
9896 (todo-filtered): New defgroups.
9897 (todo-archived-only, todo-button, todo-category-string, todo-date)
9898 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9899 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9900 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9901 (todo-add-item-if-new-category, todo-always-add-time-string)
9902 (todo-categories-align, todo-categories-archived-label)
9903 (todo-categories-category-label, todo-categories-diary-label)
9904 (todo-categories-done-label, todo-categories-number-separator)
9905 (todo-categories-todo-label, todo-categories-totals-label)
9906 (todo-category-completions-files, todo-completion-ignore-case)
9907 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9908 (todo-done-separator-string, todo-done-string)
9909 (todo-files-function, todo-filter-done-items, todo-filter-files)
9910 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9911 (todo-initial-category, todo-initial-file, todo-item-mark)
9912 (todo-legacy-date-time-regexp, todo-mode-line-function)
9913 (todo-nondiary-marker, todo-number-prefix)
9914 (todo-print-buffer-function, todo-show-current-file)
9915 (todo-show-done-only, todo-show-first, todo-show-with-done)
9916 (todo-skip-archived-categories, todo-top-priorities-overrides)
9917 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9918 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9919 New defcustoms.
9920 (todo-category-done, todo-date-pattern, todo-date-string-start)
9921 (todo-diary-items-buffer, todo-done-string-start)
9922 (todo-filtered-items-buffer, todo-item-start)
9923 (todo-month-abbrev-array, todo-month-name-array)
9924 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9925 (todo-top-priorities-buffer): New defconsts.
9926 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9927 (todo-categories-with-marks, todo-category-string-face)
9928 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9929 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9930 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9931 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9932 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9933 (todo-font-lock-keywords, todo-global-current-todo-file)
9934 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9935 (todo-insertion-commands-args)
9936 (todo-insertion-commands-args-genlist)
9937 (todo-insertion-commands-names, todo-insertion-map)
9938 (todo-key-bindings-t, todo-key-bindings-t+a)
9939 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9940 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9941 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9942 (todo-visited): New variables.
9943
9944 2013-06-21 Glenn Morris <rgm@gnu.org>
9945
9946 * play/cookie1.el (cookie-apropos): Add optional display argument.
9947 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9948 (psychoanalyze-pinhead): Use cookie-doctor.
9949
9950 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9951
9952 * emacs-lisp/package.el (tar-get-file-descriptor)
9953 (tar--extract): Declare.
9954
9955 2013-06-21 Eduard Wiebe <usenet@pusto.de>
9956
9957 Extend flymake's warning predicate to be a function (bug#14217).
9958 * progmodes/flymake.el (flymake-warning-predicate): New.
9959 (flymake-parse-line): Use it.
9960 (flymake-warning-re): Make obsolete alias to
9961 `flymake-warning-predicate'.
9962
9963 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * emacs-lisp/package.el (package-alist): Include obsolete packages.
9966 (package-obsolete-list): Remove.
9967 (package-activate): Remove min-version argument. Add `force' argument.
9968 Adjust to new package-alist format.
9969 (package-mark-obsolete): Remove.
9970 (package-unpack): Force reload of the package's autoloads.
9971 (package-installed-p): Check builtins if the installed package is not
9972 recent enough.
9973 (package-initialize): Don't reset package-obsolete-list.
9974 Don't specify which package version to activate.
9975 (package-process-define-package, describe-package-1)
9976 (package-menu--generate): Adjust to new package-alist format.
9977
9978 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9979
9980 * allout-widgets.el (allout-widgets-mode-off)
9981 (allout-widgets-mode-on, allout-widgets-pre-command-business)
9982 (allout-widgets-post-command-business)
9983 (allout-widgets-after-copy-or-kill-function)
9984 (allout-widgets-after-undo-function, allout-test-range-overlaps)
9985 (allout-decorate-item-and-context)
9986 (allout-graphics-modification-handler): Fix typos in docstrings.
9987 (allout-get-or-create-parent-widget): Use `looking-at-p'.
9988
9989 * cmuscheme.el (scheme-start-file): Doc fix.
9990 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9991 (scheme-input-filter): Use `string-match-p'.
9992
9993 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9994
9995 * dired-x.el: Use Dired consistently in docstrings.
9996
9997 * dired.el: Use Dired consistently in docstrings.
9998 (dired-readin, dired-mode): Use `setq-local'.
9999 (dired-switches-alist): Make defvar-local.
10000 (dired-buffers-for-dir): Use `zerop'.
10001 (dired-safe-switches-p, dired-switches-escape-p)
10002 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10003 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10004 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10005 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10006 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10007 (dired-toggle-marks, dired-mark-files-containing-regexp)
10008 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10009 (dired-flag-auto-save-files, dired-flag-backup-files):
10010 Use `looking-at-p'.
10011 (dired-mark-files-regexp, dired-build-subdir-alist):
10012 Use `string-match-p', `looking-at-p'.
10013
10014 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10015 (direct-print-region-helper): Use `string-match-p'.
10016
10017 2013-06-21 Leo Liu <sdl.web@gmail.com>
10018
10019 * comint.el (comint-redirect-results-list-from-process):
10020 Fix infinite loop.
10021
10022 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10023
10024 * net/eww.el (eww-update-header-line-format): Quote % characters.
10025
10026 2013-06-21 Glenn Morris <rgm@gnu.org>
10027
10028 * play/cookie1.el (cookie): New custom group.
10029 (cookie-file): New option.
10030 (cookie-check-file): New function.
10031 (cookie): Make it interactive. Make start and end messages optional.
10032 Interactively, display the result. Default to cookie-file.
10033 (cookie-insert): Default to cookie-file.
10034 (cookie-snarf): Make start and end messages optional.
10035 Default to cookie-file. Use with-temp-buffer.
10036 (cookie-read): Rename from read-cookie.
10037 Make start and end messages optional. Default to cookie-file.
10038 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10039 Do not autoload it.
10040 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10041 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10042
10043 2013-06-21 Leo Liu <sdl.web@gmail.com>
10044
10045 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10046
10047 2013-06-21 Glenn Morris <rgm@gnu.org>
10048
10049 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10050
10051 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10052 Daniel Hackney <dan@haxney.org>
10053
10054 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10055 Consolidate the single-file vs tarball code.
10056 (package-desc-suffix): New function.
10057 (package-desc-full-name): Don't bother inlining it.
10058 (package-load-descriptor): Return the new package-desc.
10059 (package-mark-obsolete): Remove unused arg `package'.
10060 (package-unpack): Make it work for single files as well.
10061 Make it update package-alist.
10062 (package--make-autoloads-and-stuff): Rename from
10063 package--make-autoloads-and-compile. Don't compile any more.
10064 (package--compile): New function.
10065 (package-generate-description-file): New function, extracted from
10066 package-unpack-single.
10067 (package-unpack-single): Remove.
10068 (package--with-work-buffer): Add indentation and debugging info.
10069 (package-download-single): Remove.
10070 (package-install-from-archive): Rename from package-download-tar, make
10071 it take a pkg-desc, and make it work for single files as well.
10072 (package-download-transaction): Simplify.
10073 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10074 external tar program.
10075 (package-install-from-buffer): Remove `pkg-desc' argument.
10076 Use package-tar-file-info for tar-mode buffers.
10077 (package-install-file): Simplify accordingly.
10078 (package-archive-base): Change to take a pkg-desc.
10079 * tar-mode.el (tar--check-descriptor): New function, extracted from
10080 tar-get-descriptor.
10081 (tar-get-descriptor): Use it.
10082 (tar-get-file-descriptor): New function.
10083 (tar--extract): New function, extracted from tar-extract.
10084 (tar--extract): Use it.
10085 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10086 case the summary uses non-ascii. Adjust to new calling convention of
10087 package-tar-file-info.
10088
10089 2013-06-21 Leo Liu <sdl.web@gmail.com>
10090
10091 * comint.el (comint-redirect-results-list-from-process):
10092 Fix random delay. (Bug#14681)
10093
10094 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10095
10096 * profiler.el (profiler-format-number): Use log, not log10.
10097
10098 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10101
10102 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10105 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10106 yet available.
10107 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10108 (AUTOGENEL): ... here.
10109 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10110 (cl--defsubst-expand): Use it.
10111
10112 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10113
10114 * subr.el (log10): Move here from C code, and declare as obsolete.
10115 All uses of (log10 X) replaced with (log X 10).
10116
10117 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10118
10119 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10120 Declare with `defvar-local'.
10121 (tabulated-list-use-header-line, tabulated-list-entries)
10122 (tabulated-list-padding, tabulated-list-printer)
10123 (tabulated-list-sort-key): Declare with `defvar-local'.
10124 (tabulated-list-init-header, tabulated-list-print-fake-header):
10125 Use `setq-local'.
10126
10127 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10128
10129 * arc-mode.el (archive-mode): Add `archive-write-file' to
10130 `write-contents-functions' also for remote files. (Bug#14652)
10131
10132 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10133
10134 * cus-edit.el (custom-commands): Fix typos.
10135 (custom-display): Fix tooltip text.
10136 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10137 Fix typos in docstrings.
10138 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10139 (custom-unlispify-menu-entry, custom-magic-value-create)
10140 (custom-add-see-also, custom-group-value-create): Use ?\s.
10141 (custom-guess-type, customize-apropos, editable-field)
10142 (custom-face-value-create): Use `string-match-p'.
10143 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10144
10145 * custom.el (custom-load-symbol): Use `string-match-p'.
10146
10147 * ansi-color.el: Convert to lexical binding.
10148 (ansi-colors): Fix URL.
10149 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10150 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10151 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10152
10153 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10154
10155 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10156
10157 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10158
10159 2013-06-19 Tom Tromey <tromey@redhat.com>
10160
10161 * net/eww.el (eww-top-url): Remove.
10162 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10163 (eww-render): Set new variables. Don't set eww-top-url.
10164 (eww-handle-link): Handle "prev", "home", and "contents".
10165 Downcase the rel text.
10166 (eww-top-url): Choose best top URL.
10167
10168 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10169
10170 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10171 relying in widget.el. Using widget.el leads to too many
10172 user interface inconsistencies.
10173 (eww-self-insert): Implement entering commands in text fields.
10174 (eww-process-text-input): New function to make text input field editing
10175 work.
10176 (eww-submit): Rewrite to use the new-style form methods.
10177 (eww-select-display): Display the correct selected item.
10178 (eww-change-select): Implement changing the select value.
10179 (eww-toggle-checkbox): Implement radio/checkboxes.
10180 (eww-update-field): Fix compilation error.
10181 (eww-tag-textarea): Implement <textarea>.
10182
10183 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10184 we don't shadow mode-specific bindings.
10185
10186 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10187 nothing to push.
10188
10189 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10190
10191 2013-06-19 Glenn Morris <rgm@gnu.org>
10192
10193 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10194
10195 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10196
10197 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10198 not needed.
10199
10200 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10201
10202 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10203
10204 * net/browse-url.el (browse-url-browser-function):
10205 `eww-browse-url' has the right calling signature, `eww' does not.
10206
10207 2013-06-19 Glenn Morris <rgm@gnu.org>
10208
10209 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10210 Only eval autoloaded macros.
10211 (byte-compile-autoload): Only give the macro warning for macros.
10212
10213 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10214 (ps-underlined-faces): Declare.
10215
10216 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10217 (speedbar-add-supported-extension): Declare.
10218
10219 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10220 Don't include a date stamp in the header of the generated file;
10221 it leads to needless differences between output files.
10222
10223 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10224
10225 * net/secrets.el (secrets-struct-secret-content-type):
10226 Replace check of introspection data by a test call of "CreateItem".
10227 Some servers do not offer introspection.
10228
10229 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * electric.el (electric-pair-mode): Improve interaction with
10232 electric-layout-mode.
10233 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10234 (electric-pair-syntax): Use text-mode-syntax-table in comments
10235 and strings.
10236 (electric-pair--insert): New function.
10237 (electric-pair-post-self-insert-function): Use it and
10238 electric--after-char-pos.
10239
10240 2013-06-19 Leo Liu <sdl.web@gmail.com>
10241
10242 * progmodes/octave.el (octave-help): Fix regexp.
10243
10244 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10245
10246 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10247 (shr-table-horizontal-line): Allow nil as a value, and change the
10248 default.
10249 (shr-insert-table-ruler): Respect the nil value.
10250
10251 2013-06-18 Tom Tromey <tromey@barimba>
10252
10253 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10254 New defvars.
10255 (eww-open-file): New defun.
10256 (eww-render): Initialize new variables.
10257 (eww-display-html): Handle "link" and "a".
10258 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10259 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10260 (eww-back-url): Rename from eww-previous-url.
10261 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10262 New defuns.
10263
10264 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10265
10266 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10267 Distinguish ternary operator tokens from slash symbol and slash
10268 char literal.
10269
10270 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10271
10272 Convert symbol prettification into minor mode and global minor mode.
10273
10274 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10275 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10276 (prettify-symbols--keywords): Rename from
10277 `prog-prettify-symbols-alist' and make a local defvar.
10278 (prettify-symbols--compose-symbol): Rename from
10279 `prog--prettify-font-lock-compose-symbol'.
10280 (prettify-symbols--make-keywords): Rename from
10281 `prog-prettify-font-lock-symbols-keywords' and simplify.
10282 (prog-prettify-install): Remove.
10283 (prettify-symbols-mode): New minor mode, based on
10284 `prog-prettify-install'.
10285 (turn-on-prettify-symbols-mode): New function.
10286 (global-prettify-symbols-mode): New globalized minor mode.
10287
10288 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10289 * progmodes/cfengine.el (cfengine3-mode):
10290 * progmodes/perl-mode.el (perl-mode): Don't call
10291 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10292
10293 2013-06-18 Juri Linkov <juri@jurta.org>
10294
10295 * files-x.el (modify-file-local-variable-message): New function.
10296 (modify-file-local-variable)
10297 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10298 and call `modify-file-local-variable-message' when it's non-nil.
10299 (add-file-local-variable, delete-file-local-variable)
10300 (add-file-local-variable-prop-line)
10301 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10302 and use it. (Bug#9820)
10303
10304 2013-06-18 Juri Linkov <juri@jurta.org>
10305
10306 * emulation/vi.el (vi-shell-op):
10307 * emulation/vip.el (vip-execute-com, ex-command):
10308 * emulation/viper-cmd.el (viper-exec-bang):
10309 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10310 the call of `shell-command-on-region'. (Bug#14637)
10311
10312 * simple.el (shell-command-on-region): Doc fix.
10313
10314 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10317 (bug#14633).
10318
10319 2013-06-18 Glenn Morris <rgm@gnu.org>
10320
10321 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10322
10323 * newcomment.el (comment-search-forward, comment-search-backward):
10324 Doc fix. (Bug#14376)
10325
10326 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10327
10328 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10329 (buffer-face-mode-invoke): Doc fix.
10330
10331 2013-06-18 Matthias Meulien <orontee@gmail.com>
10332
10333 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10334 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10335
10336 2013-06-18 Glenn Morris <rgm@gnu.org>
10337
10338 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10339 Replace obsolete function generic-make-keywords with its expansion.
10340
10341 * progmodes/python.el (ffap-alist): Declare.
10342
10343 * textmodes/reftex.el (bibtex-mode-map): Declare.
10344
10345 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10346
10347 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10348 (package-unpack, package-unpack-single): Return the pkg-dir.
10349 (package-download-transaction): Use it to update package-alist.
10350
10351 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10352
10353 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10354 possible choice.
10355
10356 2013-06-17 Juri Linkov <juri@jurta.org>
10357
10358 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10359
10360 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10361
10362 * emacs-lisp/package.el (package-load-descriptor):
10363 Remove `with-syntax-table' call, `read' doesn't need it.
10364 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10365
10366 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10367
10368 * startup.el (command-line): Expand package name returned by
10369 `package--description-file' (bug#14639).
10370
10371 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10372
10373 * emacs-lisp/package.el (package-load-descriptor): Do not call
10374 `emacs-lisp-mode', just use its syntax table.
10375
10376 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10377
10378 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10379 `font-lock-extra-managed-props' if any prettifying keyword is added.
10380 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10381 (prog-mode): Use `setq-local'.
10382
10383 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * international/characters.el (standard-case-table): Set syntax of ?»
10386 and ?« to punctuation.
10387
10388 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10389
10390 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10391 Save relevant match data before calling `syntax-ppss' (bug#14595).
10392
10393 2013-06-15 Juri Linkov <juri@jurta.org>
10394
10395 * files-x.el (modify-file-local-variable-prop-line): Add local
10396 variables to the end of the existing comment on the first line.
10397 Use `file-auto-mode-skip' to skip interpreter magic line,
10398 and also skip XML declaration.
10399
10400 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * startup.el (package--builtin-versions): New var.
10403 (package-subdirectory-regexp): Remove.
10404 (package--description-file): Hard code its value instead.
10405
10406 * emacs-lisp/package.el: Don't activate packages older than builtin.
10407 (package-obsolete-list): Rename from package-obsolete-alist, and make
10408 it into a simple list of package-desc.
10409 (package-strip-version): Remove.
10410 (package-built-in-p): Use package--builtin-versions.
10411 (package-mark-obsolete): Simplify.
10412 (package-process-define-package): Mark it obsolete if older than the
10413 builtin version.
10414 (package-handle-response): Use line-end-position.
10415 (package-read-archive-contents, package--download-one-archive):
10416 Simplify.
10417 (package--add-to-archive-contents): Skip if older than the builtin or
10418 installed version.
10419 (package-menu-describe-package): Fix last change.
10420 (package-list-unversioned): New var.
10421 (package-menu--generate): Use it.
10422
10423 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10424 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10425 (autoload-builtin-package-versions): New variable.
10426 (autoload-generate-file-autoloads): Use them.
10427 Remove the list of autoloaded functions/macros from the
10428 (autoload...) comments.
10429
10430 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10431
10432 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10433
10434 * simple.el (line-move-partial): Don't jump to the next screen
10435 line as soon as it becomes visible. Instead, continue enlarging
10436 the vscroll until the portion of a tall screen line that's left on
10437 display is about the height of the frame's default font.
10438 (Bug#14567)
10439
10440 2013-06-15 Glenn Morris <rgm@gnu.org>
10441
10442 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10443 compilation-error-regexp-alist void, or local while let-bound.
10444
10445 * progmodes/make-mode.el (makefile-mode-syntax-table):
10446 Treat "=" as punctuation. (Bug#14614)
10447
10448 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10449
10450 * help-fns.el (describe-variable):
10451 Add extra line for permanent-local variables.
10452
10453 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10454
10455 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10456 Add export, import, library. (Bug#9164)
10457 (library): Set indent function.
10458
10459 2013-06-14 Glenn Morris <rgm@gnu.org>
10460
10461 * term/xterm.el (xterm--query):
10462 Stop after first matching handler. (Bug#14615)
10463
10464 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10465
10466 Add support for dired in saveplace.
10467 * dired.el (dired-initial-position-hook): New variable.
10468 (dired-initial-position): Call hook to place cursor position.
10469 * saveplace.el (save-place-to-alist): Add dired position.
10470 (save-place-dired-hook): New function.
10471
10472 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10475 through a symbol rather than letrec.
10476
10477 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10478 (package-desc): Add `dir' field.
10479 (package-desc-full-name): New function.
10480 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10481 (package-maybe-load-descriptor): Remove.
10482 (package-load-all-descriptors): Just call package-load-descriptor.
10483 (package--disabled-p): New function.
10484 (package-desc-vers, package-desc-doc): Remove aliases.
10485 (package--dir): Remove function.
10486 (package-activate): Check if a package is disabled.
10487 (package-process-define-package): New function, extracted from
10488 define-package.
10489 (define-package): Turn into a place holder.
10490 (package-unpack-single, package-tar-file-info):
10491 Use package--description-file.
10492 (package-compute-transaction): Use package--disabled-p.
10493 (package-download-transaction): Don't call
10494 package-maybe-load-descriptor since they're all loaded anyway.
10495 (package-install): Change argument to be a pkg-desc.
10496 (package-delete): Use a single pkg-desc argument.
10497 (describe-package-1): Use package-desc-dir instead of package--dir.
10498 Use package-desc property instead of package-symbol.
10499 (package-install-button-action): Adjust accordingly.
10500 (package--push): Rewrite.
10501 (package-menu--print-info): Adjust accordingly. Change the ID format
10502 to be a pkg-desc.
10503 (package-menu-describe-package, package-menu-get-status)
10504 (package-menu--find-upgrades, package-menu-mark-upgrades)
10505 (package-menu-execute, package-menu--name-predicate):
10506 Adjust accordingly.
10507 * startup.el (package--description-file): New function.
10508 (command-line): Use it.
10509 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10510 Use package-desc-version.
10511
10512 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10513 (byte-compile-preprocess): Use it.
10514 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10515 can't quite recognize.
10516 (byte-compile-add-to-list): Remove.
10517 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10518 (cconv-closure-convert): Add assertion.
10519
10520 * emacs-lisp/map-ynp.el: Use lexical-binding.
10521 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10522 Factor out some repeated code.
10523
10524 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * subr.el (with-eval-after-load): New macro.
10527 (eval-after-load): Allow form to be a function.
10528 take advantage of lexical-binding.
10529 (do-after-load-evaluation): Use dolist and adjust to new format.
10530 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10531
10532 2013-06-13 Juri Linkov <juri@jurta.org>
10533
10534 * replace.el (perform-replace): Display "symbol " and other search
10535 modes from `isearch-message-prefix' in the *Help* buffer.
10536
10537 * isearch.el (isearch-query-replace): Add " symbol" and other
10538 possible search modes from `isearch-message-prefix' to the prompt.
10539 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10540 when reading a regexp to collect.
10541
10542 2013-06-13 Juri Linkov <juri@jurta.org>
10543
10544 * isearch.el (word-search-regexp): Match whitespace if the search
10545 string begins or ends in whitespace. The LAX arg is applied to
10546 both ends of the search string. Use `regexp-quote' and explicit
10547 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10548 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10549 boundaries are replaced with symbol boundaries, and characters
10550 between symbols match non-word non-symbol syntax. (Bug#14602)
10551
10552 2013-06-13 Juri Linkov <juri@jurta.org>
10553
10554 * isearch.el (isearch-del-char): Don't exceed the length of
10555 `isearch-string' by the prefix arg. (Bug#14563)
10556
10557 2013-06-13 Juri Linkov <juri@jurta.org>
10558
10559 * isearch.el (isearch-yank-word, isearch-yank-line)
10560 (isearch-char-by-name, isearch-quote-char)
10561 (isearch-printing-char, isearch-process-search-char):
10562 Add optional count prefix arg. (Bug#14563)
10563
10564 * international/isearch-x.el
10565 (isearch-process-search-multibyte-characters):
10566 Add optional count prefix arg.
10567
10568 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10571 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10572 lexical-binding.
10573
10574 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10575
10576 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10577
10578 2013-06-13 Glenn Morris <rgm@gnu.org>
10579
10580 * startup.el (tty-handle-args):
10581 Don't just discard "--" and anything after. (Bug#14608)
10582
10583 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10584
10585 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10586
10587 Implement changes in Secret Service API. Make it backward compatible.
10588 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10589 (secrets-create-item): Use it. Prefix properties with interface.
10590
10591 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10592
10593 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10594 (term-emulate-terminal): Respect term-suppress-hard-newline.
10595
10596 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10597
10598 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10599 Only remove a `thumb-file' overlay. (Bug#14548)
10600
10601 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
10602
10603 * mail/reporter.el (reporter-submit-bug-report):
10604 Handle missing package-name. (Bug#14600)
10605
10606 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10607
10608 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10609 (reftex-citation-prompt, reftex-default-bibliography)
10610 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10611 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10612 (reftex-bib-sort-author, reftex-bib-sort-year)
10613 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10614 (reftex-extract-bib-entries-from-thebibliography)
10615 (reftex-get-bibkey-default, reftex-get-bib-names)
10616 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10617 (reftex-format-bib-entry, reftex-parse-bibitem)
10618 (reftex-format-bibitem, reftex-do-citation)
10619 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10620 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10621 (reftex-insert-bib-matches, reftex-format-citation)
10622 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10623 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10624 existing comments into docstrings.
10625
10626 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10627
10628 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10629
10630 2013-06-12 Andreas Schwab <schwab@suse.de>
10631
10632 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10633 for auto-save files.
10634
10635 2013-06-12 Glenn Morris <rgm@gnu.org>
10636
10637 * ido.el (ido-delete-ignored-files): Remove.
10638 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10639 Go back to calling ido-ignore-item-p directly.
10640
10641 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10642
10643 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10644
10645 * ido.el (ido-delete-ignored-files): New function,
10646 split from ido-make-file-list-1.
10647 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10648 (ido-make-file-list-1): Use ido-delete-ignored-files.
10649
10650 2013-06-12 Leo Liu <sdl.web@gmail.com>
10651
10652 * progmodes/octave.el (inferior-octave-startup)
10653 (inferior-octave-completion-table)
10654 (inferior-octave-track-window-width-change)
10655 (octave-eldoc-function-signatures, octave-help)
10656 (octave-find-definition): Use single quoted strings.
10657 (inferior-octave-startup-args): Change default value.
10658 (inferior-octave-startup): Do not hard code "-i" and
10659 "--no-line-editing".
10660 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10661 (inferior-octave-directory-tracker): Use it.
10662 (octave-goto-function-definition): Robustify.
10663 (octave-help): Support highlighting operators in 'See also'.
10664 (octave-find-definition): Find subfunctions only in Octave mode.
10665
10666 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * help-fns.el (help-fns--compiler-macro): If the handler function is
10669 named, then put a link to it.
10670 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10671 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10672 (cl-typep): Use it.
10673 (cl-eval-when): Simplify debug spec.
10674 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10675 compiler-macro function instead of setting `compiler-macro-file'.
10676
10677 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10678
10679 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10680 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10681
10682 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10683 Daniel Hackney <dan@haxney.org>
10684
10685 First part of Daniel Hackney's patch to package.el.
10686 * emacs-lisp/package.el: Use defstruct.
10687 (package-desc): New, main struct.
10688 (package--bi-desc, package--ac-desc): New structs, used to describe the
10689 format in external files.
10690 (package-desc-vers): Replace with package-desc-version accessor.
10691 (package-desc-doc): Replace with package-desc-summary accessor.
10692 (package-activate-1): Remove `package' arg since the pkg-vec now
10693 includes the name.
10694 (define-package): Use package-desc-from-define.
10695 (package-unpack-single): Change file-name arg to be a symbol.
10696 (package--add-to-archive-contents): Use package-desc-create and new
10697 accessor functions to package--ac-desc.
10698 (package-buffer-info, package-tar-file-info): Return a package-desc.
10699 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10700 arg to be a package-desc.
10701 (package-install-file): Adjust accordingly. Use \' to match EOS.
10702 (package--from-builtin): New function.
10703 (describe-package-1, package-menu--generate): Use it.
10704 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10705 (package-generate-autoloads): Idem and return the name of the file.
10706 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10707 Change pkg-info arg to be a package-desc.
10708 Use package-make-ac-desc.
10709 (package-upload-file): Use \' to match EOS.
10710 * finder.el (finder-compile-keywords): Use package-make-builtin.
10711
10712 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * vc/vc.el (vc-deduce-fileset): Change error message.
10715 (vc-read-backend): New function.
10716 (vc-next-action): Use it.
10717
10718 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10719
10720 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10721 (prolog-font-lock-keywords): Use regexp-opt instead.
10722 Don't manually highlight strings.
10723 (prolog-mode-variables): Simplify comment-start-skip.
10724 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10725
10726 * emacs-lisp/generic.el (generic--normalise-comments)
10727 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10728 (generic-mode-set-comments): Use them.
10729 (generic-bracket-support): Use setq-local.
10730 (generic-make-keywords-list): Declare obsolete.
10731
10732 2013-06-11 Glenn Morris <rgm@gnu.org>
10733
10734 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10735 Prettify after setting font-lock-defaults. (Bug#14574)
10736
10737 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * replace.el (query-replace, occur-read-regexp-defaults-function)
10740 (replace-search):
10741 * subr.el (declare-function, number-sequence, local-set-key)
10742 (substitute-key-definition, locate-user-emacs-file)
10743 (with-silent-modifications, split-string, eval-after-load):
10744 Fix typos, remove unneeded backslashes and reflow some docstrings.
10745
10746 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10749 default for Elisp files.
10750
10751 2013-06-11 Glenn Morris <rgm@gnu.org>
10752
10753 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10754 although define-derived-mode was doing this anyway. (Bug#14583)
10755
10756 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
10757
10758 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10759 Fix make-variable-buffer-local call to refer to the correct variable.
10760
10761 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
10762
10763 * eshell/em-term.el (eshell-visual-commands)
10764 (eshell-visual-subcommands, eshell-visual-options):
10765 Add summary line to docstrings. Add cross-references.
10766
10767 2013-06-10 Glenn Morris <rgm@gnu.org>
10768
10769 * epa.el (epa-read-file-name): New function. (Bug#14510)
10770 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
10771
10772 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10773
10774 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10775 output redirection to be ignored with visual commands.
10776
10777 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10778
10779 * eshell/em-term.el (eshell-visual-command-p): New function.
10780 (eshell-term-initialize): Move long lambda to separate function
10781 eshell-visual-command-p.
10782 * eshell/em-dirs.el (eshell-dirs-initialize):
10783 * eshell/em-script.el (eshell-script-initialize):
10784 Add missing #' to lambda.
10785
10786 2013-06-08 Leo Liu <sdl.web@gmail.com>
10787
10788 * progmodes/octave.el (octave-add-log-current-defun): New function.
10789 (octave-mode): Set add-log-current-defun-function.
10790 (octave-goto-function-definition): Do not move point if not found.
10791 (octave-find-definition): Enhance to try subfunctions first.
10792
10793 2013-06-08 Glenn Morris <rgm@gnu.org>
10794
10795 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10796 (byte-compile-backward-char, byte-compile-backward-word):
10797 Improve previous change, to handle non-explicit nil.
10798
10799 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10802 (smie--opener/closer-at-point): New function.
10803 (smie--matching-block-data): Use it. Don't match from right after an
10804 opener or right before a closer. Obey smie-blink-matching-inners.
10805 Don't signal a mismatch for repeated inners like "switch..case..case".
10806
10807 2013-06-07 Leo Liu <sdl.web@gmail.com>
10808
10809 * progmodes/octave.el (octave-mode): Set comment-use-global-state
10810 to t. (Bug#14303)
10811 (octave-function-header-regexp): Fix. (Bug#14570)
10812 (octave-help-mode-finish-hook, octave-help-mode-finish):
10813 Remove. Just use temp-buffer-show-hook.
10814
10815 * newcomment.el (comment-search-backward): Revert last change.
10816 (Bug#14434)
10817
10818 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10819
10820 2013-06-07 Eli Zaretskii <eliz@gnu.org>
10821
10822 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10823 through xargs, to avoid failure due to MS-Windows limitations on
10824 command-line length.
10825
10826 2013-06-06 Glenn Morris <rgm@gnu.org>
10827
10828 * font-lock.el (lisp-font-lock-keywords-2):
10829 Treat user-error like error.
10830
10831 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10832 (byte-compile-backward-char, byte-compile-backward-word):
10833 Handle explicit nil arguments. (Bug#14565)
10834
10835 2013-06-05 Alan Mackenzie <acm@muc.de>
10836
10837 * isearch.el (isearch-allow-prefix): New user option.
10838 (isearch-other-meta-char): Don't exit isearch when a prefix
10839 argument is typed whilst `isearch-allow-prefix' is non-nil.
10840 (Bug#9706)
10841
10842 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * autorevert.el (auto-revert-notify-handler): Use memq.
10845 Hide assertion failure.
10846
10847 * skeleton.el: Use cl-lib.
10848 (skeleton-further-elements): Use defvar-local.
10849 (skeleton-insert): Use cl-progv.
10850
10851 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10852
10853 * progmodes/prog-mode.el (prog-prettify-symbols)
10854 (prog-prettify-install): Update docstrings.
10855
10856 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * simple.el: Move all the prog-mode code to prog-mode.el.
10859 * progmodes/prog-mode.el: New file.
10860 * loadup.el: Add prog-mode.el.
10861
10862 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10863
10864 * simple.el (prog-prettify-symbols): Add version.
10865 (prog-prettify-install): Add convenience function to prettify symbols.
10866
10867 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10868 (perl--augmented-font-lock-keywords-1)
10869 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10870 variables and use it.
10871
10872 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10873 (cfengine3-mode): Remove unneeded variable and use it.
10874
10875 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10876 (lisp--augmented-font-lock-keywords-1)
10877 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10878 Remove unneeded variables and use it.
10879
10880 2013-06-05 João Távora <joaotavora@gmail.com>
10881
10882 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10883 to point when opening the connection. (Bug#14380)
10884
10885 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10886
10887 * subr.el (load-history-regexp, load-history-filename-element)
10888 (eval-after-load, after-load-functions, do-after-load-evaluation)
10889 (eval-next-after-load, display-delayed-warnings)
10890 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10891 definition of save-match-data.
10892 (overriding-local-map): Remove accidental obsolescence declaration.
10893
10894 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10895
10896 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10897
10898 Generalize symbol prettify support to prog-mode and implement it
10899 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10900 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10901 (prog--prettify-font-lock-compose-symbol)
10902 (prog-prettify-font-lock-symbols-keywords): New variables and
10903 functions to support symbol prettification.
10904 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10905 (lisp--augmented-font-lock-keywords-1)
10906 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10907 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10908 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10909 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10910 Implement prettify of -> => :: strings.
10911 * progmodes/perl-mode.el (perl-prettify-symbols)
10912 (perl--font-lock-compose-symbol)
10913 (perl--font-lock-symbols-keywords): Move to prog-mode.
10914 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10915 (perl-font-lock-keywords-1)
10916 (perl-font-lock-keywords-2): Remove explicit prettify support.
10917 (perl--augmented-font-lock-keywords)
10918 (perl--augmented-font-lock-keywords-1)
10919 (perl--augmented-font-lock-keywords-2, perl-mode):
10920 Implement prettify support.
10921
10922 2013-06-05 Leo Liu <sdl.web@gmail.com>
10923
10924 Re-implement SMIE matching block highlight using
10925 show-paren-data-function. (Bug#14395)
10926 * emacs-lisp/smie.el (smie-matching-block-highlight)
10927 (smie--highlight-matching-block-overlay)
10928 (smie--highlight-matching-block-lastpos)
10929 (smie-highlight-matching-block)
10930 (smie-highlight-matching-block-mode): Remove.
10931 (smie--matching-block-data-cache): New variable.
10932 (smie--matching-block-data): New function.
10933 (smie-setup): Use smie--matching-block-data for
10934 show-paren-data-function.
10935
10936 * progmodes/octave.el (octave-mode-menu): Fix.
10937 (octave-find-definition): Skip garbage lines.
10938
10939 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 Fix compilation error with simultaneous dynamic+lexical scoping.
10942 Add warning when a defvar appears after the first let-binding.
10943 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10944 (byte-compile-close-variables): Initialize it.
10945 (byte-compile--declare-var): New function.
10946 (byte-compile-file-form-defvar)
10947 (byte-compile-file-form-define-abbrev-table)
10948 (byte-compile-file-form-custom-declare-variable): Use it.
10949 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10950 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10951 (byte-compile-bind): Handle dynamic bindings that shadow
10952 lexical bindings.
10953 (byte-compile-unbind): Make arg non-optional.
10954 (byte-compile-let): Simplify.
10955 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10956 (cconv--analyse-function, cconv-analyse-form): Populate it.
10957 Protect byte-compile-bound-variables to limit the scope of defvars.
10958 (cconv-analyse-form): Add missing rule for (defvar <foo>).
10959 Remove unneeded rule for `declare'.
10960
10961 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10962 so as to avoid depending on cl-adjoin at run-time.
10963 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10964
10965 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10966 (macroexp--warn-and-return): Use it.
10967
10968 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * subr.el: Convert to lexical binding.
10971 (overriding-local-map): Make obsolete.
10972 (add-to-list): Doc fix. Add compiler macro.
10973 (read-key): Swap values of local maps.
10974
10975 2013-06-05 Leo Liu <sdl.web@gmail.com>
10976
10977 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10978
10979 2013-06-04 Leo Liu <sdl.web@gmail.com>
10980
10981 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10982 (compilation-auto-jump): Suppress the "Mark set" message to give
10983 way to exit message.
10984
10985 2013-06-04 Alan Mackenzie <acm@muc.de>
10986
10987 Remove faulty optimisation from indentation calculation.
10988 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10989 search limit based on 2000 characters back from indent-point.
10990
10991 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10992
10993 * eshell/em-term.el (cl-lib): Require `cl-lib'.
10994
10995 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * emacs-lisp/lisp.el: Use lexical-binding.
10998 (lisp--local-variables-1, lisp--local-variables): New functions.
10999 (lisp--local-variables-completion-table): New var.
11000 (lisp-completion-at-point): Use it complete let-bound vars.
11001
11002 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11003 eagerly (bug#14422).
11004
11005 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11006
11007 * autorevert.el (auto-revert-notify-enabled)
11008 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11009 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11010 (auto-revert-notify-handler): Handle also gfilenotify.
11011
11012 * subr.el (file-notify-handle-event): New defun. Replacing ...
11013 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11014 Remove.
11015
11016 2013-06-03 Juri Linkov <juri@jurta.org>
11017
11018 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11019 `M-s h .'. (Bug#14427)
11020
11021 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11022 command `hi-lock-face-symbol-at-point'.
11023 (hi-lock-face-symbol-at-point): New command.
11024 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11025 (hi-lock-menu): Add `highlight-symbol-at-point'.
11026 (hi-lock-mode): Doc fix.
11027
11028 * isearch.el (isearch-forward-symbol-at-point): New command.
11029 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11030 (isearch-highlight-regexp): Add a regexp which matches
11031 words/symbols for word/symbol mode.
11032
11033 * subr.el (find-tag-default-bounds): New function with the body
11034 mostly moved from `find-tag-default'.
11035 (find-tag-default): Move most code to `find-tag-default-bounds',
11036 call it and apply `buffer-substring-no-properties' afterwards.
11037
11038 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11039
11040 * eshell/em-term.el (eshell-term-initialize):
11041 Use `cl-intersection' rather than `intersection'.
11042
11043 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11044
11045 * vc/log-view.el: Doc fix.
11046 (log-view-mode-map): Copy keymap from `special-mode-map'.
11047
11048 2013-06-02 Eric Ludlam <zappo@gnu.org>
11049
11050 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11051 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11052 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11053 (eieio-unbound, eieio-default-superclass)
11054 (eieio--define-field-accessors, method-static, method-before)
11055 (method-primary, method-after, method-num-lists)
11056 (method-generic-before, method-generic-primary)
11057 (method-generic-after, method-num-slots)
11058 (eieio-specialized-key-to-generic-key)
11059 (eieio--check-type, class-v, class-p)
11060 (eieio-class-name, define-obsolete-function-alias)
11061 (eieio-class-parents-fast, eieio-class-children-fast)
11062 (same-class-fast-p, class-constructor, generic-p)
11063 (generic-primary-only-p, generic-primary-only-one-p)
11064 (class-option-assoc, class-option, eieio-object-p)
11065 (class-abstract-p, class-method-invocation-order)
11066 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11067 (eieio-class-un-autoload, eieio-defclass)
11068 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11069 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11070 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11071 (eieio-defgeneric-reset-generic-form)
11072 (eieio-defgeneric-form-primary-only)
11073 (eieio-defgeneric-reset-generic-form-primary-only)
11074 (eieio-defgeneric-form-primary-only-one)
11075 (eieio-defgeneric-reset-generic-form-primary-only-one)
11076 (eieio-unbind-method-implementations)
11077 (eieio--defmethod, eieio--typep)
11078 (eieio-perform-slot-validation, eieio-validate-slot-value)
11079 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11080 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11081 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11082 (eieio-slot-name-index, eieio-class-slot-name-index)
11083 (eieio-set-defaults, eieio-initarg-to-attribute)
11084 (eieio-attribute-to-initarg, eieio-c3-candidate)
11085 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11086 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11087 (eieio-class-precedence-list, eieio-generic-call-methodname)
11088 (eieio-generic-call-arglst, eieio-generic-call-key)
11089 (eieio-generic-call-next-method-list)
11090 (eieio-pre-method-execution-functions, eieio-generic-call)
11091 (eieio-generic-call-primary-only, eieiomt-method-list)
11092 (eieiomt-optimizing-obarray, eieiomt-install)
11093 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11094 (eieio-generic-form, eieio-defmethod, make-obsolete)
11095 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11096 (defclass): Remove `eval-and-compile' from macro.
11097 (call-next-method, shared-initialize): Instead of using
11098 `scoped-class' variable, use new eieio--scoped-class, and
11099 eieio--with-scoped-class.
11100 (initialize-instance): Rename local variable 'scoped-class' to
11101 'this-class' to remove ambiguitity from old global.
11102
11103 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11104 eieio.el.
11105 (eieio--scoped-class-stack): New variable.
11106 (eieio--scoped-class): New fcn.
11107 (eieio--with-scoped-class): New scoping macro.
11108 (eieio-defclass): Use pushnew instead of add-to-list.
11109 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11110 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11111 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11112 `scoped-class' variable, use new eieio--scoped-class, and
11113 eieio--with-scoped-class.
11114
11115 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11116
11117 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11118
11119 * eshell/esh-ext.el (eshell-external-command): Pass args to
11120 `eshell-find-interpreter'.
11121 (eshell-find-interpreter): Add new second parameter ARGS.
11122
11123 * eshell/em-script.el (eshell-script-initialize): Add second arg
11124 to the function added as MATCH to `eshell-interpreter-alist'.
11125
11126 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11127 the function added as MATCH to `eshell-interpreter-alist'.
11128
11129 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11130 (eshell-visual-options): New defcustom.
11131 (eshell-escape-control-x): Adapt docstring.
11132 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11133 `eshell-visual-options' in addition to `eshell-visual-commands'.
11134 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11135
11136 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11137
11138 * progmodes/python.el (python-indent-block-enders): Add break,
11139 continue and raise keywords.
11140
11141 2013-06-01 Glenn Morris <rgm@gnu.org>
11142
11143 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11144
11145 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11146 * progmodes/cc-cmds.el (delete-forward-p):
11147 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11148 * progmodes/cc-engine.el (buffer-syntactic-context):
11149 * progmodes/cc-fonts.el (face-property-instance):
11150 * progmodes/cc-mode.el (set-keymap-parents):
11151 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11152 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11153 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11154 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11155 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11156
11157 * progmodes/cc-vars.el (other): Emacs has this widget since
11158 at least 21.1, so don't (re)define it.
11159
11160 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11161 Replace the obsolete alias pcomplete-arg-quote-list.
11162
11163 2013-06-01 Leo Liu <sdl.web@gmail.com>
11164
11165 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11166 punctuation syntax.
11167 (inferior-octave-minimal-columns)
11168 (inferior-octave-last-column-width): New variables.
11169 (inferior-octave-track-window-width-change): New function.
11170 (inferior-octave-mode): Adjust column width so that Octave output,
11171 for example from 'ls', can fit into the window nicely.
11172
11173 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11174
11175 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11176 Highlight expansions inside regexp literals.
11177
11178 2013-05-31 Glenn Morris <rgm@gnu.org>
11179
11180 * obsolete/sym-comp.el (symbol-complete):
11181 Replace obsolete completion-annotate-function.
11182
11183 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11184
11185 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11186
11187 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11188 New function, checks if point is inside a literal that allows
11189 expression expansion.
11190 (ruby-syntax-propertize-expansion): Use it.
11191 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11192 around the body.
11193
11194 2013-05-30 Juri Linkov <juri@jurta.org>
11195
11196 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11197 to "\M-si".
11198 (isearch-invisible): New variable.
11199 (isearch-forward): Doc fix.
11200 (isearch-mode): Set `isearch-invisible'
11201 to the value of `search-invisible'.
11202 (isearch-toggle-case-fold): Doc fix.
11203 (isearch-toggle-invisible): New command.
11204 (isearch-query-replace): Let-bind `search-invisible'
11205 to the value of `isearch-invisible'.
11206 (isearch-search): Use `isearch-invisible' instead of
11207 `search-invisible'. Let-bind `search-invisible'
11208 to the value of `isearch-invisible'. (Bug#11378)
11209
11210 2013-05-30 Juri Linkov <juri@jurta.org>
11211
11212 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11213 call when `query-flag' is nil and `search-invisible' is non-nil.
11214 (Bug#11746)
11215
11216 2013-05-30 Glenn Morris <rgm@gnu.org>
11217
11218 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11219
11220 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11221 (cc-require): Suppress spurious "noruntime" warnings.
11222 (cc-require-when-compile): Use fboundp, for sake of compiler.
11223
11224 * progmodes/cc-mode.el: Move load of cc-vars before that of
11225 cc-langs (which in turn loads cc-vars), to quieten compiler.
11226
11227 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * paren.el: Simplify the code.
11230 (show-paren-mode): Always start the timer.
11231 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11232 (show-paren--overlay, show-paren--overlay-1): Rename from
11233 show-paren-overlay and show-paren-overlay-1, and initialize to an
11234 overlay rather than to nil.
11235 (show-paren-function): Misc cleanup and simplifications.
11236
11237 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * paren.el (show-paren-data-function): New hook.
11240 (show-paren--default): New function, extracted from show-paren-function.
11241 (show-paren-function): Use show-paren-data-function.
11242
11243 2013-05-30 Glenn Morris <rgm@gnu.org>
11244
11245 * ielm.el (ielm-map, ielm-complete-symbol):
11246 Use completion-at-point rather than obsolete functions.
11247 (inferior-emacs-lisp-mode): Doc fix.
11248 Set completion-at-point-functions, rather than
11249 comint-dynamic-complete-functions.
11250
11251 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11252 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11253 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11254
11255 * image.el (image-animated-p): Tweak definition.
11256
11257 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11258 (rlogin-process-connection-type): Tweak default. Add set-after.
11259 (rlogin-host): Doc fix.
11260 (rlogin): Tweak prompt.
11261 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11262
11263 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11264 * progmodes/tcl.el (inferior-tcl-mode-map):
11265 Use completion-at-point rather than obsolete alias.
11266
11267 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11268
11269 * minibuffer.el (read-file-name-completion-ignore-case):
11270 Move before completion--in-region, for eager macro expansion.
11271
11272 2013-05-29 Juri Linkov <juri@jurta.org>
11273
11274 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11275 for total count of matching lines. Add `global-matches' for total
11276 count of matches. Rename `matches' to `lines' for count of
11277 matching lines. Add `matches' for count of matches.
11278 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11279 to `prev-line' for line number of prev match endpt.
11280 Increment `matches' for every match. Print the number of
11281 matching lines in the header.
11282 (occur-context-lines): Rename `lines' to `curr-line'.
11283 Rename `prev-lines' to `prev-line'. (Bug#14017)
11284
11285 2013-05-29 Juri Linkov <juri@jurta.org>
11286
11287 * replace.el (perform-replace): Add `skip-read-only-count',
11288 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11289 Increment them for corresponding conditions and report the number
11290 of skipped occurrences in the final message. (Bug#11746)
11291 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11292 (replace-string, replace-regexp): Doc fix.
11293
11294 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11297
11298 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11299 prog-mode-map (bug#14504).
11300
11301 2013-05-29 Leo Liu <sdl.web@gmail.com>
11302
11303 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11304 (octave-help): Small simplification.
11305
11306 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11307 off the highlight first.
11308
11309 2013-05-29 Glenn Morris <rgm@gnu.org>
11310
11311 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11312 Handle idlwave-last-system-routine-info-cons-cell being nil.
11313
11314 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11315 (idlwave-write-paths): Simplify via with-temp-buffer.
11316
11317 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11318 * emulation/cua-rect.el: Also load cua-base at run time.
11319
11320 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11321 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11322 (cperl-imenu-on-info): Require imenu.
11323
11324 2013-05-28 Alan Mackenzie <acm@muc.de>
11325
11326 Handle "capitalised keywords" correctly.
11327 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11328
11329 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11330
11331 * eshell/em-unix.el: Add -r option to cp.
11332
11333 2013-05-28 Glenn Morris <rgm@gnu.org>
11334
11335 * vc/vc-arch.el (vc-exec-after): Declare.
11336 (vc-switches): Autoload.
11337 * vc/vc-bzr.el: No need to require vc when compiling.
11338 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11339 (vc-resynch-buffer, vc-dir-refresh): Declare.
11340 (vc-setup-buffer, vc-switches): Autoload.
11341 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11342 (vc-resynch-buffer): Declare.
11343 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11344 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11345 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11346 (grep-read-regexp, grep-read-files, grep-expand-template)
11347 (vc-dir-refresh): Declare.
11348 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11349 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11350 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11351 * vc/vc-mtn.el (vc-exec-after): Declare.
11352 (vc-switches): Autoload.
11353 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11354 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11355 (vc-file-tree-walk): Declare.
11356 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11357 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11358 (vc-tag-precondition, vc-rename-master): Autoload.
11359 * vc/vc-svn.el (vc-exec-after): Declare.
11360 (vc-switches, vc-setup-buffer): Autoload.
11361 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11362 Autoload.
11363 (vc-resynch-buffer): Declare.
11364
11365 * obsolete/fast-lock.el (byte-compile-warnings):
11366 Don't warn about obsolete features in this obsolete file.
11367
11368 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11369 Move definition before use.
11370
11371 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11372 (dun-unix-verbs): Remove dun-zippy.
11373 (dun-zippy): Remove function.
11374
11375 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11376
11377 2013-05-27 Juri Linkov <juri@jurta.org>
11378
11379 * replace.el (replace-search): New function with code moved out
11380 from `perform-replace'.
11381 (replace-highlight, replace-dehighlight): Move function definitions
11382 up closer to `replace-search'. (Bug#11746)
11383
11384 2013-05-27 Juri Linkov <juri@jurta.org>
11385
11386 * replace.el (perform-replace): Ignore invisible matches.
11387 In addition to checking `query-replace-skip-read-only', also
11388 filter out matches by calling `run-hook-with-args-until-failure'
11389 on `isearch-filter-predicates', and also check `search-invisible'
11390 for t or call `isearch-range-invisible'.
11391 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11392
11393 2013-05-27 Juri Linkov <juri@jurta.org>
11394
11395 * isearch.el (isearch-filter-predicates): Rename from
11396 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11397 (isearch-message-prefix): Display text from the property
11398 `isearch-message-prefix' of the currently active filters.
11399 (isearch-search): Don't compare `isearch-filter-predicate' with
11400 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11401 on `isearch-filter-predicates'. Also check `search-invisible' for t
11402 or call `isearch-range-invisible'.
11403 (isearch-filter-visible): Make obsolete.
11404 (isearch-lazy-highlight-search):
11405 Call `run-hook-with-args-until-failure' on
11406 `isearch-filter-predicates' and use `isearch-range-invisible'.
11407
11408 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11409 `isearch-filter-predicates' instead of `funcall'ing
11410 `isearch-filter-predicate'.
11411 (Info-mode): Set `Info-isearch-filter' to
11412 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11413
11414 * dired-aux.el (dired-isearch-filter-predicate-orig):
11415 Remove variable.
11416 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11417 (dired-isearch-filenames-end): Add and remove
11418 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11419 instead of changing the value of `isearch-filter-predicate'.
11420 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11421 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11422 Put property `isearch-message-prefix' to "filename " on
11423 `dired-isearch-filter-filenames'.
11424
11425 * wdired.el (wdired-change-to-wdired-mode):
11426 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11427 locally instead of changing `isearch-filter-predicate'.
11428 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11429
11430 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11431
11432 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11433 return the commit hash (Bug#14459). Also set the
11434 `vc-git-detached' property.
11435 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11436 (vc-git-mode-line-string): Use the same help-echo format whether
11437 in detached mode or not, because we know the actual revision now.
11438 When in detached mode, shorten the revision to 7 chars.
11439
11440 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * emacs-lisp/easy-mmode.el (define-minor-mode):
11443 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11444 mode hook and provide a docstring.
11445
11446 2013-05-27 Alan Mackenzie <acm@muc.de>
11447
11448 Remove spurious syntax-table text properties inserted by C-y.
11449 * progmodes/cc-mode.el (c-after-change): Also clear hard
11450 syntax-table property with value nil.
11451
11452 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11453
11454 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11455 when reading the events; the buffer layout shall not be changed.
11456
11457 2013-05-27 Leo Liu <sdl.web@gmail.com>
11458
11459 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11460 New variable.
11461 (inferior-octave-directory-tracker): Automatically re-sync
11462 default-directory.
11463 (octave-help): Improve handling of 'See also'.
11464
11465 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * doc-view.el: Minor naming convention tweaks.
11468 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11469
11470 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11471 even if there's no `display' property yet (bug#14435).
11472
11473 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11474
11475 * subr.el (unmsys--file-name): Rename from reveal-filename.
11476
11477 * Makefile.in (custom-deps, finder-data, autoloads)
11478 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11479 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11480 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11481
11482 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11485 error-completion on the first 2 args of condition-case (bug#14446).
11486 Don't burp at EOB.
11487
11488 2013-05-25 Leo Liu <sdl.web@gmail.com>
11489
11490 * comint.el (comint-previous-matching-input): Do not flood the
11491 *Messages* buffer with trivial messages.
11492
11493 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * progmodes/flymake.el (flymake-nop): Don't return a string.
11496 (flymake-set-at): Fix typo.
11497
11498 * simple.el (read--expression): New function, extracted from
11499 eval-expression. Set completion-at-point-functions (bug#14465).
11500 (eval-expression, eval-minibuffer): Use it.
11501
11502 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11503
11504 * progmodes/flymake.el (flymake-save-buffer-in-file)
11505 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11506 (flymake-selected-frame, flymake-log, flymake-ins-after)
11507 (flymake-set-at, flymake-get-buildfile-from-cache)
11508 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11509 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11510 Refine the doc string.
11511 (flymake-get-file-name-mode-and-masks): Reformat.
11512 (flymake-get-real-file-name-function): Fix a minor bug.
11513
11514 2013-05-24 Juri Linkov <juri@jurta.org>
11515
11516 * progmodes/grep.el (grep-mode-font-lock-keywords):
11517 Support =linenumber= format used by git-grep for lines with
11518 function names. (Bug#13549)
11519
11520 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11523 0 after a semi-colon; it works better for smie-auto-fill.
11524 (octave--indent-new-comment-line): New function.
11525 (octave-indent-new-comment-line): Use it (indirectly).
11526 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11527 modify comment-line-break-function.
11528
11529 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11530 (smie-setup): Use add-function to set it.
11531
11532 2013-05-24 Sam Steingold <sds@gnu.org>
11533
11534 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11535 argument (before the `interactive' argument).
11536
11537 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * image-mode.el (image-mode-winprops): Add winprops to
11540 image-mode-winprops-alist before running
11541 image-mode-new-window-functions.
11542 * doc-view.el (doc-view-new-window-function): Don't delay
11543 doc-view-goto-page via timers (bug#14435).
11544
11545 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11546
11547 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11548 (doc-view-desktop-save-buffer): New function.
11549 (doc-view-restore-desktop-buffer): New function.
11550 (desktop-buffer-mode-handlers):
11551 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11552 handler.
11553 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11554 `desktop-save-buffer' function.
11555
11556 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11557
11558 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11559 (tramp-gvfs-file-name-handler): Raise a user error when
11560 `tramp-gvfs-enabled' is nil.
11561 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11562 Do not raise a user error when loading package. (Bug#14447)
11563
11564 * net/xesam.el: Move to obsolete/.
11565
11566 2013-05-24 Glenn Morris <rgm@gnu.org>
11567
11568 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11569
11570 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11571
11572 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11573 (Info-find-node, Man-getpage-in-background): Declare.
11574
11575 * mail/unrmail.el (unrmail):
11576 Replace obsolete detect-coding-with-priority.
11577
11578 * net/socks.el (socks-split-string): Use this rather than split-string.
11579 (socks-nslookup-host): Update for above change.
11580 (dynamic-choice, s5-dynamic-choice-match)
11581 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11582 Comment out unused code.
11583
11584 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11585 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11586 (gud-tooltip-echo-area): Make obsolete.
11587 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11588
11589 * progmodes/js.el (js--optimize-arglist): Declare.
11590
11591 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11592
11593 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11594 (ediff-window-C): Declare.
11595
11596 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11597 Tweak requires to silence compiler.
11598
11599 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11600 (he-search-string, he-tried-table, he-expand-list)
11601 (he-init-string, he-string-member, he-substitute-string)
11602 (he-reset-string): Declare.
11603
11604 * obsolete/options.el (list-options): Use custom-variable-p,
11605 rather than obsolete alias.
11606
11607 2013-05-23 Sam Steingold <sds@gnu.org>
11608
11609 * simple.el (shell-command-on-region): Pass the `replace' argument
11610 down to `call-process-region' to comply with the doc as reported on
11611 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11612
11613 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * emacs-lisp/smie.el (smie-indent-forward-token)
11616 (smie-indent-backward-token): Handle string tokens (bug#14381).
11617
11618 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11619
11620 * ielm.el (ielm-menu): New menu.
11621 (inferior-emacs-lisp-mode): Set comment-start.
11622
11623 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11624
11625 * textmodes/reftex.el (reftex-ref-style-toggle):
11626 Fix deactivate action.
11627
11628 * textmodes/reftex-vars.el (reftex-ref-style-alist):
11629 Add cleveref macros.
11630
11631 * textmodes/reftex-parse.el
11632 (reftex-locate-bibliography-files): Accept options for
11633 bibliography commands.
11634 * textmodes/reftex-vars.el (reftex-bibliography-commands):
11635 Add addbibresource. Basic Biblatex support.
11636
11637 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
11638
11639 * net/tramp-gvfs.el (top):
11640 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11641 when loading package. (Bug#14447)
11642
11643 2013-05-23 Glenn Morris <rgm@gnu.org>
11644
11645 * progmodes/js.el: No need to load comint when compiling.
11646 (ring-insert, comint-send-string, comint-send-input)
11647 (comint-last-input-end, ido-chop): Declare.
11648
11649 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11650 * vc/ediff-mult.el: Adjust requires.
11651 (ediff-directories-internal, ediff-directory-revisions-internal)
11652 (ediff-patch-file-internal): Declare.
11653 * vc/ediff-ptch.el: Adjust requires.
11654 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11655 (ediff-find-file): Autoload.
11656 * vc/ediff-util.el: No need to load ediff when compiling.
11657 (ediff-regions-internal): Declare.
11658 * vc/ediff-wind.el: Adjust requires.
11659 (ediff-compute-toolbar-width): Define when compiling.
11660 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11661 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11662 (dired-get-filename, dired-get-marked-files)
11663 (ediff-last-dir-patch, ediff-patch-default-directory)
11664 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11665 (ediff-patch-buffer-internal): Declare.
11666
11667 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11668 (ispell-process, ispell-buffer-local-words, lm-summary)
11669 (lm-section-start, lm-section-end): Declare.
11670 (checkdoc-ispell-init): Simplify.
11671
11672 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11673 (he-string-member, he-reset-string, he-substitute-string): Declare.
11674
11675 * eshell/em-ls.el: Adjust requires.
11676 (eshell-glob-regexp): Declare.
11677 * eshell/em-tramp.el: Adjust requires.
11678 (eshell-parse-command): Autoload.
11679 * eshell/em-xtra.el: Adjust requires.
11680 (eshell-parse-command): Autoload.
11681 * eshell/esh-ext.el: Adjust requires.
11682 (eshell-parse-command, eshell-close-handles): Autoload.
11683 * eshell/esh-io.el: Adjust requires.
11684 (eshell-output-filter): Autoload.
11685 * eshell/esh-util.el: No need to load tramp when compiling.
11686 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11687 Declare.
11688 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11689 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11690 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11691 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11692 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11693 * eshell/esh-opt.el, eshell/esh-proc.el:
11694 * eshell/esh-var.el: Adjust requires.
11695 * eshell/eshell.el: Do not require esh-util twice.
11696 (eshell-add-input-to-history): Declare.
11697 (eshell-command): Check history module is active before using it.
11698
11699 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11700
11701 2013-05-22 Leo Liu <sdl.web@gmail.com>
11702
11703 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11704
11705 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
11706
11707 * autorevert.el (auto-revert-notify-add-watch)
11708 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11709 it indicates changes in file modification time.
11710
11711 2013-05-22 Glenn Morris <rgm@gnu.org>
11712
11713 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11714 Always delete the autoloaded function from the noruntime and
11715 unresolved functions lists.
11716
11717 * allout.el: No need to load epa, epg, overlay when compiling.
11718 (epg-context-set-passphrase-callback, epg-list-keys)
11719 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11720 (epg-key-user-id-list): Declare.
11721
11722 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11723 (viper-set-parsing-style-toggling-macro)
11724 (viper-set-emacs-state-searchstyle-macros):
11725 Use called-interactively-p on Emacs.
11726 (viper-looking-back): Make it an obsolete alias. Update callers.
11727 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11728 Use looking-back rather than viper-looking-back.
11729 (viper-tmp-insert-at-eob, viper-enlarge-region)
11730 (viper-read-string-with-history, viper-register-to-point)
11731 (viper-append-to-register, viper-change-state-to-vi)
11732 (viper-backward-char-carefully, viper-forward-char-carefully)
11733 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11734 (viper-change-state-to-emacs): Declare.
11735 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11736 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11737 * emulation/viper-mous.el: Do not load viper-cmd.
11738 (viper-backward-char-carefully, viper-forward-char-carefully)
11739 (viper-forward-word, viper-adjust-window): Declare.
11740
11741 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11742
11743 * progmodes/idlw-help.el (idlwave-help-fontify):
11744 Use called-interactively-p.
11745
11746 * term/w32console.el (w32-get-console-codepage)
11747 (w32-get-console-output-codepage): Declare.
11748
11749 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11750 Remove unnecessary declarations.
11751 (dframe-message): Doc fix.
11752
11753 * info.el (dframe-select-attached-frame, dframe-current-frame):
11754 Declare.
11755
11756 * speedbar.el (speedbar-message): Make it an obsolete alias.
11757 Update all callers.
11758 (speedbar-with-attached-buffer)
11759 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11760 (speedbar-with-writable): Use backquote.
11761 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11762 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11763 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11764 rather than speedbar- aliases.
11765 * mail/rmail.el: Load dframe rather than speedbar when compiling.
11766 (speedbar-make-specialized-keymap, speedbar-insert-button)
11767 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11768 (speedbar-do-function-pointer): Declare.
11769 (rmail-speedbar-button, rmail-speedbar-find-file)
11770 (rmail-speedbar-move-message):
11771 Use dframe-with-attached-buffer rather than speedbar- alias.
11772 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11773 (dframe-message, speedbar-make-specialized-keymap)
11774 (speedbar-add-expansion-list, speedbar-mode-functions-list)
11775 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11776 (speedbar-insert-button, dframe-select-attached-frame)
11777 (dframe-maybee-jump-to-attached-frame)
11778 (speedbar-change-initial-expansion-list)
11779 (speedbar-previously-used-expansion-list-name): Declare.
11780 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11781 Use dframe-message, dframe-with-attached-buffer rather than
11782 speedbar- aliases.
11783 (gud-sentinel): Silence compiler.
11784 * progmodes/vhdl-mode.el (speedbar-refresh)
11785 (speedbar-do-function-pointer, speedbar-add-supported-extension)
11786 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11787 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11788 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11789 (speedbar-file-lists, speedbar-make-tag-line)
11790 (speedbar-line-directory, speedbar-goto-this-file)
11791 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11792 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11793 (speedbar-make-button, speedbar-reset-scanners)
11794 (speedbar-files-item-info, speedbar-line-text)
11795 (speedbar-find-file-in-frame, speedbar-set-timer)
11796 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11797 (speedbar-with-writable): Do not (re)define it.
11798 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11799 rather than speedbar- alias.
11800
11801 2013-05-21 Leo Liu <sdl.web@gmail.com>
11802
11803 * progmodes/octave.el (octave-mode-menu): Update and re-organize
11804 menu items.
11805 (octave-mode): Tweak fill-nobreak-predicate.
11806 (inferior-octave-startup): Check process to avoid infinite loop.
11807 (inferior-octave): Pop to buffer first to show abornmal process
11808 exit information.
11809
11810 2013-05-21 Glenn Morris <rgm@gnu.org>
11811
11812 * printing.el (pr-menu-bar): Define when compiling.
11813
11814 2013-05-21 Leo Liu <sdl.web@gmail.com>
11815
11816 * progmodes/octave.el (octave-auto-fill): Remove.
11817 (octave-indent-new-comment-line): Improve.
11818 (octave-mode): Use auto fill mode through
11819 comment-line-break-function and fill-nobreak-predicate.
11820 (octave-goto-function-definition): Support DEFUN_DLD.
11821 (octave-beginning-of-defun): Small tweak.
11822 (octave-help): Show parent directory.
11823
11824 2013-05-21 Glenn Morris <rgm@gnu.org>
11825
11826 * files.el (dired-unmark):
11827 * progmodes/gud.el (gdb-input): Update declarations.
11828
11829 * calculator.el (electric, ehelp): No need to load when compiling.
11830 (Electric-command-loop, electric-describe-mode): Declare.
11831
11832 * doc-view.el (doc-view-current-converter-processes): Move before use.
11833
11834 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11835 Move MODE-set-explicitly definition before use.
11836
11837 * international/mule-diag.el (mule-diag):
11838 Don't use obsolete window-system-version.
11839
11840 * mail/feedmail.el (smtpmail): No need to load when compiling.
11841 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11842
11843 * mail/mail-utils.el (rfc822): No need to load when compiling.
11844 (rfc822-addresses): Autoload it.
11845 (mail-strip-quoted-names): Trivial simplification.
11846
11847 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11848 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11849
11850 * net/snmp-mode.el (tempo): Don't duplicate requires.
11851
11852 * progmodes/prolog.el (info): No need to load when compiling.
11853 (comint): Require before shell requires it.
11854 (Info-goto-node): Autoload it.
11855 (Info-follow-nearest-node): Declare.
11856 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11857
11858 * textmodes/artist.el (picture-mode-exit): Declare.
11859
11860 * textmodes/reftex-parse.el (reftex-parse-from-file):
11861 Trivial rewrite so the compiler can parse it better.
11862
11863 2013-05-20 Leo Liu <sdl.web@gmail.com>
11864
11865 * progmodes/octave.el (octave-help-mode-map)
11866 (octave-help-mode-finish-hook): New variables.
11867 (octave-help-mode, octave-help-mode-finish): New functions.
11868 (octave-help): Use octave-help-mode.
11869
11870 2013-05-20 Glenn Morris <rgm@gnu.org>
11871
11872 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11873
11874 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11875
11876 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11877 start at point, so that expansion starting right after opening
11878 slash in a regexp is recognized.
11879 (ruby-syntax-before-regexp-re): New defvar, extracted from
11880 ruby-syntax-propertize-function. Since the value of this regexp
11881 is looked up at runtime now, we should be able to turn
11882 `ruby-syntax-methods-before-regexp' into a defcustom later.
11883 (ruby-syntax-propertize-function): Split regexp matching into two
11884 parts, for opening and closing slashes. That allows us to skip
11885 over string interpolations and support multiline regexps.
11886 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11887 for them, which calls `ruby-syntax-propertize-expansion'.
11888 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11889 call to `ruby-syntax-propertize-function'.
11890 (ruby-syntax-propertize-expansion): Extracted from
11891 `ruby-syntax-propertize-expansions'. Handles one expansion.
11892 (ruby-syntax-propertize-percent-literal): Leave point right after
11893 the percent symbol, so that the expression expansion rule can
11894 propertize the contents.
11895 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11896 heredoc openers.
11897 (ruby-syntax-propertize-expansions): Remove.
11898
11899 2013-05-18 Juri Linkov <juri@jurta.org>
11900
11901 * man.el (Man-default-man-entry): Remove `-' from the end
11902 of the default value. (Bug#14400)
11903
11904 2013-05-18 Glenn Morris <rgm@gnu.org>
11905
11906 * comint.el (comint-password-prompt-regexp):
11907 Allow "password for XXX" where XXX contains colons (eg https://...).
11908
11909 2013-05-18 Leo Liu <sdl.web@gmail.com>
11910
11911 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11912 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11913 (octave-source-directories): Don't check process.
11914 (octave-source-directories, octave-find-definition): Doc fix.
11915
11916 2013-05-18 Glenn Morris <rgm@gnu.org>
11917
11918 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11919 Remove backspace/delete bindings. (Bug#14392)
11920
11921 * cus-dep.el (custom-make-dependencies): Sort the output.
11922 (custom-versions-load-alist): Convert comment to doc.
11923
11924 2013-05-17 Leo Liu <sdl.web@gmail.com>
11925
11926 * newcomment.el (comment-search-backward): Stricter in finding
11927 comment start. (Bug#14303)
11928
11929 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11930 (octave-comment-start-skip): Properly anchored.
11931
11932 2013-05-17 Leo Liu <sdl.web@gmail.com>
11933
11934 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11935 Clean up when turned off. (Bug#14395)
11936 (smie--highlight-matching-block-overlay): No longer buffer-local.
11937 (smie-highlight-matching-block): Adjust.
11938
11939 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11940
11941 Doc string fix for "nanoseconds" (Bug#14406).
11942 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11943 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11944
11945 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11946
11947 * calc/calc-units.el (math-extract-units): Preserve powers
11948 of units.
11949
11950 2013-05-17 Leo Liu <sdl.web@gmail.com>
11951
11952 * subr.el (delete-consecutive-dups): New function.
11953 * ido.el (ido-set-matches-1): Use it.
11954 * progmodes/octave.el (inferior-octave-completion-table): Use it.
11955 * ido.el (ido-remove-consecutive-dups): Remove.
11956
11957 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11960 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11961 regexp-opt's `words'.
11962
11963 2013-05-16 Leo Liu <sdl.web@gmail.com>
11964
11965 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11966 (smie--highlight-matching-block-overlay)
11967 (smie--highlight-matching-block-lastpos)
11968 (smie--highlight-matching-block-timer): New variables.
11969 (smie-highlight-matching-block): New function.
11970 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
11971 (smie-setup): Conditionally enable smie-blink-matching-open.
11972
11973 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
11974
11975 Sync with upstream verilog-mode r840.
11976 * progmodes/verilog-mode.el (verilog-mode-version)
11977 (verilog-mode-release-date): Update.
11978 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11979 (verilog-sig-tieoff): Fix string error on
11980 AUTORESET with colon define, bug594. Reported by Andrew Hou.
11981 (verilog-read-decls): Fix parameters confusing
11982 AUTOINST interfaces, bug565. Reported by Leith Johnson.
11983
11984 2013-05-16 Eli Zaretskii <eliz@gnu.org>
11985
11986 * subr.el (reveal-filename): New function.
11987
11988 * loadup.el: Compute Emacs executable versions on MS-Windows,
11989 where executables have the .exe extension. Add a hard link
11990 emacs-XX.YY.ZZ.exe on MS-Windows.
11991
11992 * Makefile.in (XARGS_LIMIT): New variable.
11993 (custom-deps, finder-data, autoloads)
11994 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11995 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11996 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11997 (compile-main): Limit xargs according to $(XARGS_LIMIT).
11998
11999 2013-05-16 Leo Liu <sdl.web@gmail.com>
12000
12001 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12002 (octave-mode-menu, octave-mode-map): Remove its uses.
12003
12004 2013-05-16 Reto Zimmermann <reto@gnu.org>
12005
12006 Sync with upstream vhdl mode v3.34.2.
12007 * progmodes/vhdl-mode.el: Use `push' throughout.
12008 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12009 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12010 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12011 (vhdl-actual-generic-name): New option to derive actual generic name.
12012 (vhdl-port-paste-signals): Replace formal by actual generics.
12013 (vhdl-beautify): New name for old group vhdl-align. Update users.
12014 (vhdl-beautify-options): New option.
12015 (vhdl-last-input-event): New compat alias. Use throughout.
12016 (vhdl-goto-line): Replace user level function `goto-line'.
12017 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12018 vhdl-fix-statement-buffer.
12019 (vhdl-create-mode-menu): Add some entries.
12020 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12021 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12022 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12023 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12024 to force statements on one line.
12025 (vhdl-remove-trailing-spaces-region):
12026 New, split from vhdl-remove-trailing-spaces.
12027 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12028 Respect vhdl-beautify-options.
12029 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12030 (vhdl-update-sensitivity-list): Not add with index if exists without.
12031 Not include array index with signal. Ignore keywords in comments.
12032 (vhdl-get-visible-signals): Regexp tweaks.
12033 (vhdl-template-component-inst): Handle empty library.
12034 (vhdl-template-type): Add template for 'enum' type.
12035 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12036 Use vhdl-replace-string.
12037 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12038 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12039 (vhdl-speedbar-initialize): Update for above name change.
12040 (vhdl-compose-wire-components): Fix in handling of constants.
12041 (vhdl-error-regexp-emacs-alist): New variable.
12042 (vhdl-error-regexp-add-emacs): New function;
12043 adds support for new compile.el (Emacs 22+)
12044 (vhdl-generate-makefile-1): Change target order for single lib. units.
12045 Allow use of absolute file names.
12046
12047 2013-05-16 Leo Liu <sdl.web@gmail.com>
12048
12049 * simple.el (prog-indent-sexp): Indent enclosing defun.
12050
12051 2013-05-15 Glenn Morris <rgm@gnu.org>
12052
12053 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12054 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12055 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12056 (whitespace-highlight): Move to whitespace group.
12057
12058 * comint.el (comint-source):
12059 * pcmpl-linux.el (pcmpl-linux):
12060 * shell.el (shell-faces):
12061 * eshell/esh-opt.el (eshell-opt):
12062 * international/ccl.el (ccl): Remove empty custom groups.
12063
12064 * completion.el (dynamic-completion-mode):
12065 * jit-lock.el (jit-lock-debug-mode):
12066 * minibuffer.el (completion-in-region-mode):
12067 * type-break.el (type-break-mode-line-message-mode)
12068 (type-break-query-mode):
12069 * emulation/tpu-edt.el (tpu-edt-mode):
12070 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12071 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12072 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12073
12074 * term/xterm.el (xterm): Change parent group to terminals.
12075
12076 * master.el (master): Remove empty custom group.
12077 (master-mode): Remove unused :group argument.
12078 * textmodes/refill.el (refill): Remove empty custom group.
12079 (refill-mode): Remove unused :group argument.
12080
12081 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12082
12083 * cus-dep.el: Provide a feature.
12084 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12085 Don't mistakenly ignore files whose basenames match a basename
12086 from preloaded-file-list (eg cedet/ede/simple.el).
12087 Add a fallback method for getting :group.
12088
12089 2013-05-15 Juri Linkov <juri@jurta.org>
12090
12091 * isearch.el (isearch-char-by-name): Rename from
12092 `isearch-insert-char-by-name'. Doc fix.
12093 (isearch-forward): Mention `isearch-char-by-name' in
12094 the docstring. (Bug#13348)
12095
12096 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12097 `exit-minibuffer' instead of
12098 `isearch-nonincremental-exit-minibuffer'.
12099 (isearch-edit-string): Remove mention of
12100 `isearch-nonincremental-exit-minibuffer' from docstring.
12101 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12102 (isearch-forward-exit-minibuffer)
12103 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12104
12105 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * loadup.el: Just use unversioned DOC.
12108
12109 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12110 literals as extending to EOB.
12111 (nxml-last-fontify-end): Remove unused variable.
12112 (nxml-after-change1): Use with-silent-modifications.
12113 (nxml-extend-after-change-region): Simplify.
12114 (nxml-extend-after-change-region1): Remove function.
12115 (nxml-after-change1): Don't adjust for dependent regions.
12116 (nxml-fontify-matcher): Simplify.
12117 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12118 (xmltok-add-dependent): Remove function.
12119 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12120 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12121 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12122 unclosed <[[, <?, comment, and other literals as extending to EOB.
12123 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12124 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12125 Remove functions.
12126 (rng-do-some-validation-1): Don't mark dependent regions.
12127 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12128 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12129 (nxml-clear-dependent-regions): Remove functions.
12130 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12131 (nxml-ensure-scan-up-to-date):
12132 Don't clear&mark dependent regions.
12133
12134 2013-05-15 Leo Liu <sdl.web@gmail.com>
12135
12136 * progmodes/octave.el (octave-goto-function-definition):
12137 Improve and fix callers.
12138
12139 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12140
12141 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12142 the setter (bug#14387).
12143
12144 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12145 surrounding group (bug#14402).
12146
12147 2013-05-14 Juri Linkov <juri@jurta.org>
12148
12149 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12150 (Bug#14390)
12151
12152 2013-05-14 Glenn Morris <rgm@gnu.org>
12153
12154 * progmodes/f90.el (f90-imenu-generic-expression):
12155 Fix typo in 2013-05-08 change. (Bug#14402)
12156
12157 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12158
12159 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12160 Remove signals for which replies are never received.
12161
12162 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12163
12164 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12165 (gdb-handler-alist, gdb-handler-number): Remove variables.
12166 (gdb-handler-list): New variable.
12167 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12168 (gdb-pending-handler-p, gdb-handle-reply)
12169 (gdb-remove-all-pending-triggers): New functions.
12170 (gdb-discard-unordered-replies): New defcustom.
12171 (gdb-handler): New defstruct.
12172 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12173 instead of gdb-pending-triggers. Update docstring.
12174 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12175 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12176 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12177 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12178 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12179 (gdb-frame-handler): Pending triggers are now automatically managed.
12180 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12181 Remove argument.
12182 (gdb-input): Automatically handles pending triggers. Update docstring.
12183 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12184 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12185 Update comments.
12186 (gdb-done-or-error): Now use gdb-handle-reply.
12187
12188 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12189
12190 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12191 gdb-debug-log.
12192
12193 2013-05-14 Glenn Morris <rgm@gnu.org>
12194
12195 * subr.el (user-emacs-directory-warning): New option.
12196 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12197
12198 2013-05-14 Leo Liu <sdl.web@gmail.com>
12199
12200 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12201 during redisplay.
12202 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12203 (octave-font-lock-texinfo-comment): Fix invalid search bound
12204 error: wrong side of point.
12205
12206 2013-05-14 Glenn Morris <rgm@gnu.org>
12207
12208 * progmodes/flymake.el (flymake-xml-program): New option.
12209 (flymake-xml-init): Use it.
12210
12211 * term/xterm.el: Provide a feature.
12212
12213 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12214
12215 2013-05-13 Glenn Morris <rgm@gnu.org>
12216
12217 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12218 Add compat aliases as a hack workaround. (Bug#14384)
12219
12220 2013-05-13 Leo Liu <sdl.web@gmail.com>
12221
12222 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12223 ###, and %!.
12224 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12225 C-M-q.
12226 (octave-comment-start-skip): Include %!.
12227 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12228
12229 2013-05-12 Leo Liu <sdl.web@gmail.com>
12230
12231 * progmodes/octave.el (inferior-octave-startup): Store the value
12232 of __octave_srcdir__ for octave-source-directories.
12233 (inferior-octave-check-process): New function refactored out of
12234 inferior-octave-send-list-and-digest.
12235 (octave-source-directories)
12236 (octave-find-definition-filename-function): New variables.
12237 (octave-source-directories)
12238 (octave-find-definition-default-filename): New functions.
12239 (octave-find-definition): Improve to find functions implemented in C++.
12240
12241 2013-05-12 Glenn Morris <rgm@gnu.org>
12242
12243 * calendar/diary-lib.el (diary-outlook-format-1):
12244 Don't include dayname in the output. (Bug#14349)
12245
12246 2013-05-11 Glenn Morris <rgm@gnu.org>
12247
12248 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12249
12250 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12251 Treat cc-provide like provide.
12252
12253 2013-05-11 Kevin Ryde <user42@zip.com.au>
12254
12255 * cus-dep.el (custom-make-dependencies):
12256 Use generated-autoload-load-name for the sake of files such
12257 such cedet/semantic/bovine/c.el, where the base file name
12258 is not in load-path. (Bug#5277)
12259
12260 2013-05-11 Glenn Morris <rgm@gnu.org>
12261
12262 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12263 Provide features.
12264
12265 2013-05-11 Leo Liu <sdl.web@gmail.com>
12266
12267 * progmodes/octave.el (octave-indent-comment): Improve.
12268 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12269 (octave-eldoc-function-signatures, octave-eldoc-function):
12270 New functions.
12271 (octave-mode, inferior-octave-mode): Add eldoc support.
12272
12273 2013-05-11 Richard Stallman <rms@gnu.org>
12274
12275 * epa.el (epa-decrypt-file): Take output file name as argument
12276 and read it using `interactive'.
12277
12278 2013-05-11 Leo Liu <sdl.web@gmail.com>
12279
12280 * progmodes/octave.el (octave-beginning-of-line)
12281 (octave-end-of-line): Check before using up-list because it jumps
12282 out of more syntactic contructs since moving to smie.
12283 (octave-indent-comment): New function.
12284 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12285 (octave-begin-keywords, octave-end-keywords)
12286 (octave-reserved-words, octave-smie-bnf-table)
12287 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12288
12289 2013-05-11 Glenn Morris <rgm@gnu.org>
12290
12291 * faces.el (internal-face-x-get-resource):
12292 * frame.el (ns-display-monitor-attributes-list):
12293 * calc/calc-aent.el (math-to-radians-2):
12294 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12295 Fix declarations.
12296
12297 * calc/calc-menu.el: Make it loadable in isolation.
12298
12299 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12300 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12301 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12302 (eudc-bbdb-query-internal): Require 'bbdb.
12303
12304 * lpr.el (lpr-headers-switches):
12305 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12306
12307 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12308
12309 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12310
12311 * term.el (term-set-escape-char): Make it idempotent.
12312
12313 2013-05-10 Leo Liu <sdl.web@gmail.com>
12314
12315 * progmodes/octave.el (inferior-octave-completion-table):
12316 No longer a function and all uses changed. Use cache to speed up
12317 completion due to bug#11906.
12318 (octave-beginning-of-defun): Re-write to be more general.
12319
12320 2013-05-10 Glenn Morris <rgm@gnu.org>
12321
12322 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12323
12324 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * comint.el (comint-redirect-send-command-to-process): Use :around
12327 rather than :override for comint-redirect-filter.
12328 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12329 Call it instead of comint-redirect-original-filter-function (which
12330 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12331
12332 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12333
12334 * frame.el (display-monitor-attributes-list): Add NS case.
12335 (ns-display-monitor-attributes-list): Declare.
12336
12337 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12338
12339 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12340
12341 2013-05-09 Glenn Morris <rgm@gnu.org>
12342
12343 * international/fontset.el (vertical-centering-font-regexp):
12344 Set standard-value.
12345
12346 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12347
12348 * bookmark.el (bookmark-search-delay):
12349 * cus-start.el (vertical-centering-font-regexp):
12350 * ps-mule.el (ps-mule-font-info-database-default):
12351 * ps-print.el (ps-default-fg, ps-default-bg):
12352 * type-break.el (type-break-good-break-interval):
12353 * whitespace.el (whitespace-indentation-regexp)
12354 (whitespace-space-after-tab-regexp):
12355 * emacs-lisp/testcover.el (testcover-1value-functions)
12356 (testcover-noreturn-functions, testcover-progn-functions)
12357 (testcover-prog1-functions):
12358 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12359 * eshell/em-glob.el (eshell-glob-translate-alist):
12360 * play/tetris.el (tetris-tty-colors):
12361 * progmodes/cpp.el (cpp-face-default-list):
12362 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12363 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12364 (idlwave-help-browser-generic-args):
12365 * progmodes/make-mode.el (makefile-special-targets-list):
12366 * progmodes/python.el (python-shell-virtualenv-path):
12367 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12368 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12369 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12370 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12371 * textmodes/reftex-vars.el (reftex-format-label-function):
12372 * textmodes/remember.el (remember-diary-file): Fix custom types.
12373
12374 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12375 Add :version.
12376
12377 2013-05-09 Leo Liu <sdl.web@gmail.com>
12378
12379 * progmodes/octave.el (inferior-octave-completion-at-point):
12380 Restore file completion. (Bug#14300)
12381 (inferior-octave-startup): Fix incorrect highlighting for the
12382 first prompt.
12383
12384 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * progmodes/ruby-mode.el: First cut at SMIE support.
12387 (ruby-use-smie): New var.
12388 (ruby-smie-grammar): New constant.
12389 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12390 (ruby-smie--forward-token, ruby-smie--backward-token)
12391 (ruby-smie-rules): New functions.
12392 (ruby-mode-variables): Setup SMIE if applicable.
12393
12394 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12395
12396 * simple.el (line-move-visual): Signal beginning/end of buffer
12397 only if vertical-motion moved less than it was requested. Avoids
12398 silly incorrect error messages when there are display strings with
12399 multiple newlines at EOL.
12400
12401 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12404 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12405 (prolog-char-quote-workaround):
12406 * progmodes/cperl-mode.el (cperl-under-as-char):
12407 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12408 Mark as obsolete.
12409 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12410 their declaration.
12411 (vhdl-mode-syntax-table-init): Remove.
12412
12413 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12414 last change.
12415
12416 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12417 syntax for "_".
12418 (ld-script-font-lock-keywords):
12419 Change regexps to use things like \_< and \_>.
12420
12421 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12422 Change all regexps to use things like \_< and \_>.
12423
12424 * progmodes/autoconf.el (autoconf-definition-regexp)
12425 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12426 Handle a _ with symbol syntax.
12427 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12428
12429 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12430 Consolidate declaration.
12431 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12432 the declaration.
12433 (ada-create-syntax-table): Remove.
12434 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12435 already has the right syntax nowadays.
12436 (ada-goto-next-word): Don't change the syntax of "_".
12437
12438 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12439 with-wrapper-hook.
12440
12441 2013-05-08 Sam Steingold <sds@gnu.org>
12442
12443 * thingatpt.el (thing-at-point): Accept optional second argument
12444 NO-PROPERTIES to strip the text properties from the return value.
12445 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12446 to `thing-at-point' instead of stripping the properties ourselves.
12447 Also, when `thing-at-point' fails to find a url, prepend "http://"
12448 to the filename at point on the assumption that the user is
12449 pointing at something like gnu.org/gnu.
12450
12451 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12452
12453 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12454 * faces.el (crm-separator):
12455 Silence byte-compiler.
12456
12457 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12458 (tool-bar-map): Remove unneeded defvars.
12459
12460 2013-05-08 Leo Liu <sdl.web@gmail.com>
12461
12462 Re-work a fix for bug#10994 based on Le Wang's patch.
12463 * ido.el (ido-remove-consecutive-dups): New helper.
12464 (ido-completing-read): Use it.
12465 (ido-chop): Revert fix for bug#10994.
12466
12467 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12468
12469 * cus-edit.el (custom-save-variables):
12470 Pretty-print long values. (Bug#14187)
12471
12472 2013-05-08 Glenn Morris <rgm@gnu.org>
12473
12474 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12475 (m4-mode-syntax-table): Init in the defvar.
12476 (m4-mode-abbrev-table): Let define-derived-mode define it.
12477
12478 2013-05-08 Tom Tromey <tromey@redhat.com>
12479
12480 * progmodes/m4-mode.el (m4-mode-syntax-table):
12481 Do not treat "_" as word constituent. (Bug#14167)
12482
12483 2013-05-07 Glenn Morris <rgm@gnu.org>
12484
12485 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12486 Remove explicit eshell-isearch-cancel-map.
12487
12488 * progmodes/f90.el (f90-smart-end-names): New option.
12489 (f90-smart-end): Doc fix.
12490 (f90-end-block-optional-name): New constant.
12491 (f90-block-match): Respect f90-smart-end-names.
12492
12493 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12496 about implicit semi-colons (bug#14218).
12497
12498 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12499
12500 * frame.el (display-monitor-attributes-list)
12501 (frame-monitor-attributes): New functions.
12502
12503 2013-05-06 Leo Liu <sdl.web@gmail.com>
12504
12505 * progmodes/octave.el (octave-syntax-propertize-function): Change
12506 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12507 (octave-font-lock-keywords): Use octave-operator-regexp.
12508 (octave-completion-at-point): Rename from
12509 octave-completion-at-point-function.
12510 (inferior-octave-directory-tracker): Robustify.
12511 (octave-text-functions): Remove and fix its uses. No such things
12512 any more.
12513
12514 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * emacs-lisp/trace.el (trace--display-buffer): New function.
12517 (trace-make-advice): Use it.
12518
12519 2013-05-06 Juri Linkov <juri@jurta.org>
12520
12521 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12522 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12523 Doc fix.
12524 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12525 in the help string. (Bug#12985)
12526
12527 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12528
12529 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12530
12531 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * progmodes/perl-mode.el: Add support for here documents.
12534 (perl-syntax-propertize-function): Match here-doc markers.
12535 (perl-syntax-propertize-special-constructs): Find their end.
12536 (perl-imenu-generic-expression): Use [:alnum:].
12537
12538 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12539 (advice--add-function): Refresh the advice if already present
12540 (bug#14317).
12541
12542 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12543
12544 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12545
12546 2013-05-06 Glenn Morris <rgm@gnu.org>
12547
12548 * w32-fns.el (w32-charset-info-alist): Declare.
12549
12550 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12551 of its defcustom properties.
12552 (eshell-cmpl-initialize): No need to load pcomplete.
12553
12554 * generic-x.el: No need to require comint when compiling.
12555
12556 * net/eudc-export.el: Make it loadable without bbdb.
12557 (top-level): Use require rather than load-library.
12558 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12559 (eudc-batch-export-records-to-bbdb)
12560 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12561 Require bbdb.
12562
12563 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12566 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12567 some tweaks, instead.
12568
12569 2013-05-05 Leo Liu <sdl.web@gmail.com>
12570
12571 * progmodes/octave.el (octave-font-lock-keywords)
12572 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12573 (inferior-octave-send-list-and-digest): Improve error message.
12574 (octave-mode, inferior-octave-mode): Use setq-local.
12575 (octave-help): Set info-lookup-mode.
12576
12577 2013-05-05 Richard Stallman <rms@gnu.org>
12578
12579 * vc/compare-w.el (compare-windows-whitespace):
12580 Treat no-break space as whitespace.
12581
12582 * mail/rmailsum.el (rmail-summary-rmail-update):
12583 Detect empty summary and don't change selected message.
12584 (rmail-summary-goto-msg): Likewise.
12585
12586 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12587 Doc fixes, rename args.
12588
12589 2013-05-05 Alan Mackenzie <acm@muc.de>
12590
12591 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12592
12593 2013-05-05 Juri Linkov <juri@jurta.org>
12594
12595 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12596 to not add the length of the summary segment to the return value.
12597 (Bug#14125)
12598
12599 2013-05-05 Leo Liu <sdl.web@gmail.com>
12600
12601 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12602 (inferior-octave-output-filter): Remove.
12603 (octave-send-region, inferior-octave-startup): Fix callers.
12604 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12605 (octave-binary-file-extensions): New user variable.
12606 (octave-find-definition): Confirm if opening binary files.
12607 (octave-help-file): Use octave-find-definition to get the binary
12608 confirmation.
12609 (octave-help): Adjust for octave-help-file change.
12610
12611 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12614 Merge the two entries that handle function definitions.
12615 (pascal--syntax-propertize): New const.
12616 (pascal-mode): Use it. Use setq-local.
12617
12618 2013-05-04 Glenn Morris <rgm@gnu.org>
12619
12620 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12621 (diary-from-outlook): Respect diary-from-outlook-function.
12622
12623 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12626 Move the declaration from C.
12627 (read-minibuffer, eval-minibuffer): Move from C.
12628 (completion-setup-function): Avoid minibuffer-completion-contents.
12629
12630 2013-05-03 Leo Liu <sdl.web@gmail.com>
12631
12632 * progmodes/octave.el (octave-font-lock-keywords): Do not
12633 dehighlight 'end' in comments or strings.
12634 (octave-completing-read, octave-goto-function-definition):
12635 New helpers.
12636 (octave-help-buffer): New user variable.
12637 (octave-help-file, octave-help-function): New button types.
12638 (octave-help): New command and bind it to C-h ;.
12639 (octave-find-definition): New command and bind it to M-.
12640 (user-error): Alias to error if not defined.
12641
12642 2013-05-02 Leo Liu <sdl.web@gmail.com>
12643
12644 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12645 for \. (bug#14332)
12646 (octave-font-lock-keywords): Include [ and {.
12647
12648 2013-05-02 Leo Liu <sdl.web@gmail.com>
12649
12650 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12651 (inferior-octave): Remove calling comint-mode and return the buffer.
12652 (inferior-octave-startup): Cosmetic changes.
12653
12654 2013-05-02 Leo Liu <sdl.web@gmail.com>
12655
12656 * progmodes/octave.el (octave-syntax-propertize-function):
12657 Include the case when ' is at line beginning. (Bug#14336)
12658
12659 2013-05-02 Glenn Morris <rgm@gnu.org>
12660
12661 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12662 * desktop.el (vc-dir-mode): Just autoload it here.
12663
12664 2013-05-02 Alan Mackenzie <acm@muc.de>
12665
12666 Eliminate variable c-standard-font-lock-fontify-region-function.
12667 * progmodes/cc-mode.el
12668 (c-standard-font-lock-fontify-region-function): Remove.
12669 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12670
12671 2013-05-01 Leo Liu <sdl.web@gmail.com>
12672
12673 * progmodes/octave.el: Compatible with older emacs-24 releases.
12674 (inferior-octave-has-built-in-variables): Remove. Built-in
12675 variables were removed from Octave in 2007.
12676 (inferior-octave-startup): Fix uses.
12677 (comint-line-beginning-position): Remove compatibility code for
12678 emacs 21.
12679
12680 2013-05-01 Juri Linkov <juri@jurta.org>
12681
12682 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12683
12684 2013-05-01 Juri Linkov <juri@jurta.org>
12685
12686 * comint.el (comint-previous-matching-input): Don't print message
12687 "History item: %d" when `isearch-mode' is active.
12688 (comint-history-isearch-message): Print message "History item: %d"
12689 when `comint-input-ring-index' is not empty and this function is
12690 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12691
12692 2013-05-01 Leo Liu <sdl.web@gmail.com>
12693
12694 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12695 definitions. Use completion-at-point to insert keywords.
12696 (octave-abbrev-start): Remove.
12697 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12698
12699 2013-04-30 Leo Liu <sdl.web@gmail.com>
12700
12701 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12702 change.
12703
12704 2013-04-30 Alan Mackenzie <acm@muc.de>
12705
12706 Handle arbitrarily long C++ member initialisation lists.
12707 * progmodes/cc-engine.el (c-back-over-member-initializers):
12708 new function.
12709 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12710 (most) member init lists.
12711
12712 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12713
12714 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12715 variable.
12716
12717 2013-04-30 Leo Liu <sdl.web@gmail.com>
12718
12719 * progmodes/octave.el (octave-variables): Remove. No builtin
12720 variables any more. All converted to functions.
12721 (octave-font-lock-keywords, octave-completion-at-point-function):
12722 Fix uses.
12723 (octave-font-lock-texinfo-comment): New user variable.
12724 (octave-texinfo-font-lock-keywords): New variable for texinfo
12725 comment block.
12726 (octave-function-comment-block): New face.
12727 (octave-font-lock-texinfo-comment): New function.
12728 (octave-mode): Font lock texinfo comment block.
12729
12730 2013-04-29 Leo Liu <sdl.web@gmail.com>
12731
12732 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12733 indexing expression.
12734 (octave-continuation-string): Do not use \.
12735 (inferior-octave-complete-impossible): Remove.
12736 (inferior-octave-completion-table)
12737 (inferior-octave-completion-at-point): Remove its uses.
12738 (inferior-octave-startup): completion_matches was introduced to
12739 Octave in 1996 so safe to assume it.
12740 (octave-function-file-comment): Improve to follow how Octave does it.
12741 (octave-update-function-file-comment): Tweak.
12742
12743 2013-04-29 Leo Liu <sdl.web@gmail.com>
12744
12745 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12746 (inferior-octave-startup): Remove inferior-octave-startup-hook.
12747 (octave-function-file-comment): Fix typo.
12748 (octave-sync-function-file-names): Use read-char-choice.
12749
12750 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
12751
12752 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12753 to t for the less important warnings.
12754
12755 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
12756
12757 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
12758
12759 2013-04-27 Glenn Morris <rgm@gnu.org>
12760
12761 * vc/log-view.el (log-view-current-entry):
12762 Treat "---" separator lines as part of the following rev. (Bug#14169)
12763
12764 2013-04-27 Juri Linkov <juri@jurta.org>
12765
12766 * subr.el (read-number): Doc fix about using it by interactive
12767 code letter `n'. (Bug#14254)
12768
12769 2013-04-27 Juri Linkov <juri@jurta.org>
12770
12771 * desktop.el (desktop-auto-save-timeout): New option.
12772 (desktop-file-checksum): New variable.
12773 (desktop-save): Add optional arg `auto-save' and don't auto-save
12774 if nothing changed.
12775 (desktop-auto-save-timer): New variable.
12776 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12777 (after-init-hook): Call `desktop-auto-save-set-timer'.
12778 Suggested by Reuben Thomas <rrt@sc3d.org> in
12779 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12780
12781 2013-04-27 Leo Liu <sdl.web@gmail.com>
12782
12783 * progmodes/octave.el (octave-function-file-p)
12784 (octave-skip-comment-forward, octave-function-file-comment)
12785 (octave-update-function-file-comment): New functions.
12786 (octave-mode-map): Bind C-c ; to
12787 octave-update-function-file-comment.
12788 (octave-mode-menu): Add octave-update-function-file-comment.
12789 (octave-mode, inferior-octave-mode): Fix doc-string.
12790 (octave-insert-defun): Conform to Octave's coding convention.
12791 (Bug#14285)
12792
12793 * files.el (basic-save-buffer): Don't let errors in
12794 before-save-hook prevent saving buffer.
12795
12796 2013-04-20 Roland Winkler <winkler@gnu.org>
12797
12798 * faces.el (read-face-name): Use completing-read if arg multiple
12799 is nil.
12800
12801 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
12802
12803 * ls-lisp.el (ls-lisp-insert-directory): If no files are
12804 displayed, move point to after the totals line.
12805 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12806 for the details.
12807
12808 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * emacs-lisp/package.el (package-autoload-ensure-default-file):
12811 Add current dir to the load-path.
12812 (package-generate-autoloads): Don't rely on
12813 autoload-ensure-default-file.
12814
12815 2013-04-26 Reuben Thomas <rrt@sc3d.org>
12816
12817 * textmodes/remember.el (remember-store-in-files): Document that
12818 the file name format is passed to `format-time-string'.
12819
12820 2013-04-26 Leo Liu <sdl.web@gmail.com>
12821
12822 * progmodes/octave.el (octave-sync-function-file-names): New function.
12823 (octave-mode): Use it in before-save-hook.
12824
12825 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12828 (bug#14274).
12829
12830 * progmodes/octave.el (octave-smie-forward-token): Properly skip
12831 \n and comment, even if it's not an implicit ; (bug#14218).
12832
12833 2013-04-26 Glenn Morris <rgm@gnu.org>
12834
12835 * subr.el (read-number): Once more use `read' rather than
12836 `string-to-number', to trap non-numeric input. (Bug#14254)
12837
12838 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
12839
12840 * emacs-lisp/syntax.el (syntax-propertize-multiline):
12841 Use `syntax-multiline' text property consistently instead of
12842 `font-lock-multiline'. (Bug#14237)
12843
12844 2013-04-26 Glenn Morris <rgm@gnu.org>
12845
12846 * emacs-lisp/shadow.el (list-load-path-shadows):
12847 No longer necessary to check for duplicate simple.el, since
12848 2012-07-07 change to init_lread to not include installation lisp
12849 directories in load-path when running uninstalled. (Bug#14270)
12850
12851 2013-04-26 Leo Liu <sdl.web@gmail.com>
12852
12853 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12854 (octave-mode, inferior-octave-mode): Use setq-local.
12855 (octave-not-in-string-or-comment-p): Rename to
12856 octave-in-string-or-comment-p.
12857 (octave-in-comment-p, octave-in-string-p)
12858 (octave-in-string-or-comment-p): Replace defsubst with defun.
12859
12860 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12861
12862 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12863
12864 2013-04-25 Bastien Guerry <bzg@gnu.org>
12865
12866 * textmodes/remember.el (remember-data-directory)
12867 (remember-directory-file-name-format): Fix custom types.
12868
12869 2013-04-25 Leo Liu <sdl.web@gmail.com>
12870
12871 * progmodes/octave.el (octave-completion-at-point-function):
12872 Make use of inferior octave process.
12873 (octave-initialize-completions): Remove.
12874 (inferior-octave-completion-table): New function.
12875 (inferior-octave-completion-at-point): Use it.
12876 (octave-completion-alist): Remove.
12877
12878 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12881 (opascal-mode-syntax-table): New var.
12882 (opascal-literal-kind, opascal-is-literal-end)
12883 (opascal-literal-token-at): Rewrite.
12884 (opascal--literal-start-re, opascal-font-lock-keywords)
12885 (opascal--syntax-propertize): New constants.
12886 (opascal-font-lock-defaults): Adjust.
12887 (opascal-mode): Use them. Set comment-<foo> variables as well.
12888 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12889 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12890 (delphi-other-face, opascal-other-face): Remove face variables.
12891 (opascal-save-state): Remove macro.
12892 (opascal-fontifying-progress-step): Remove constant.
12893 (opascal--ignore-changes): Remove var.
12894 (opascal-set-token-property, opascal-parse-next-literal)
12895 (opascal-is-stable-literal, opascal-complete-literal)
12896 (opascal-is-literal-start, opascal-face-of)
12897 (opascal-parse-region, opascal-parse-region-until-stable)
12898 (opascal-fontify-region, opascal-after-change)
12899 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12900 (opascal-debug-parse-region, opascal-debug-parse-window)
12901 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12902 (opascal-debug-fontify-buffer): Remove.
12903 (opascal-debug-mode-map): Adjust accordingly.
12904
12905 2013-04-25 Leo Liu <sdl.web@gmail.com>
12906
12907 Merge octave-mod.el and octave-inf.el into octave.el with some
12908 cleanups.
12909 * progmodes/octave.el: New file renamed from octave-mod.el.
12910 * progmodes/octave-inf.el: Merged into octave.el.
12911 * progmodes/octave-mod.el: Renamed to octave.el.
12912
12913 2013-04-25 Tassilo Horn <tsdh@gnu.org>
12914
12915 * textmodes/reftex-vars.el
12916 (reftex-label-ignored-macros-and-environments): New defcustom.
12917
12918 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12919
12920 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12923 (smie-indent-keyword): Improve the check to ensure that the next
12924 comment is really on the same line.
12925 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12926
12927 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12928 semi-colons if the line is not otherwise empty (bug#14218).
12929
12930 2013-04-25 Glenn Morris <rgm@gnu.org>
12931
12932 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12933
12934 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12935
12936 * progmodes/opascal.el (opascal-set-token-property): Rename from
12937 opascal-set-text-properties and only set `token' (bug#14134).
12938 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12939 (opascal-literal-text-properties): Remove.
12940 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12941 Adjust callers.
12942
12943 2013-04-24 Reuben Thomas <rrt@sc3d.org>
12944
12945 * textmodes/remember.el (remember-handler-functions): Add an
12946 option for a new handler `remember-store-in-files'.
12947 (remember-data-directory, remember-directory-file-name-format):
12948 New options.
12949 (remember-store-in-files): New function to store remember notes
12950 as separate files within a directory.
12951
12952 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
12953
12954 * progmodes/compile.el (compilation-next-error-function):
12955 Pass "formats" to compilation-find-file (bug#11777).
12956
12957 2013-04-24 Glenn Morris <rgm@gnu.org>
12958
12959 * vc/vc-bzr.el (vc-bzr-print-log):
12960 * vc/vc-hg.el (vc-hg-print-log):
12961 * vc/vc-svn.el (vc-svn-print-log):
12962 Fix START-REVISION with LIMIT != 1. (Bug#14168)
12963
12964 * vc/vc-bzr.el (vc-bzr-print-log):
12965 * vc/vc-cvs.el (vc-cvs-print-log):
12966 * vc/vc-git.el (vc-git-print-log):
12967 * vc/vc-hg.el (vc-hg-print-log):
12968 * vc/vc-mtn.el (vc-mtn-print-log):
12969 * vc/vc-rcs.el (vc-rcs-print-log):
12970 * vc/vc-sccs.el (vc-sccs-print-log):
12971 * vc/vc-svn.el (vc-svn-print-log):
12972 * vc/vc.el (vc-print-log-internal): Doc fixes.
12973
12974 2013-04-23 Glenn Morris <rgm@gnu.org>
12975
12976 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12977 Remove venerable code attempting to avoid substitute-command-keys.
12978
12979 2013-04-23 Tassilo Horn <tsdh@gnu.org>
12980
12981 * textmodes/reftex-vars.el (reftex-label-regexps):
12982 Call `reftex-compile-variables' after changes to this variable.
12983
12984 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12985
12986 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12987 Use lexical-binding.
12988 (jit-lock-force-redisplay): Use markers, check buffer's continued
12989 existence and beware narrowed buffers.
12990 (jit-lock-fontify-now): Adjust call accordingly.
12991
12992 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12993
12994 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12995 to avoid misleading the user.
12996
12997 2013-04-22 Leo Liu <sdl.web@gmail.com>
12998
12999 * info-look.el: Prefer latex2e.info. (Bug#14240)
13000
13001 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13002
13003 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13004
13005 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13006 * net/tramp.el (tramp-call-process): ... here.
13007 (tramp-set-completion-function, tramp-parse-putty):
13008 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13009 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13010 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13011 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13012 (tramp-call-local-coding-command): Use `tramp-call-process'
13013 instead of `tramp-compat-call-process'.
13014
13015 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13016 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13017 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13018 (tramp-find-inline-compress): Improve traces.
13019 (tramp-maybe-send-script): Check for Perl binary.
13020 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13021
13022 2013-04-22 Daiki Ueno <ueno@gnu.org>
13023
13024 * epg.el (epg-context-pinentry-mode): New function.
13025 (epg-context-set-pinentry-mode): New function.
13026 (epg--start): Pass --pinentry-mode option to gpg command.
13027
13028 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13029
13030 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13031 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13032 `completion-at-point'. (Bug#13774)
13033
13034 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13035 default key binding for `describe-distribution' has been moved to
13036 `C-h C-o'. (Bug#13970)
13037
13038 2013-04-21 Glenn Morris <rgm@gnu.org>
13039
13040 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13041 Add doc strings.
13042 (vc-print-log): Clarify interactive prompt.
13043
13044 2013-04-20 Glenn Morris <rgm@gnu.org>
13045
13046 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13047 No longer include timestamp etc information.
13048
13049 2013-04-20 Roland Winkler <winkler@gnu.org>
13050
13051 * faces.el (read-face-name): Bug fix, return just one face if arg
13052 multiple is nil. (Bug#14209)
13053
13054 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13057 (remove-function): Autoload.
13058
13059 * comint.el (comint-redirect-original-filter-function): Remove.
13060 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13061 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13062 (vc-cvs-annotate-command):
13063 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13064 * progmodes/prolog.el (prolog-consult-compile):
13065 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13066 Use add/remove-function instead.
13067 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13068 (gud-tooltip-process-output, gud-tooltip-tips):
13069 Use add/remove-function instead.
13070 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13071 (scheme-interaction-mode, exit-scheme-interaction-mode):
13072 Use add/remove-function instead.
13073
13074 * vc/vc-dispatcher.el: Use lexical-binding.
13075 (vc--process-sentinel): Rename from vc-process-sentinel.
13076 Change last arg to be the code to run. Don't use vc-previous-sentinel
13077 and vc-sentinel-commands any more.
13078 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13079 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13080
13081 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13082
13083 * progmodes/sh-script.el (sh-imenu-generic-expression):
13084 Handle function names with a single character. (Bug#14111)
13085
13086 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13087
13088 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13089 for subroutines defined in an eval (bug#14182).
13090
13091 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13092
13093 * bookmark.el (bookmark-completing-read): Improve handling of empty
13094 string (bug#14176).
13095
13096 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13099
13100 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13101
13102 New faster Imenu implementation (bug#14058).
13103 * progmodes/python.el:
13104 (python-imenu-prev-index-position):
13105 (python-imenu-format-item-label-function)
13106 (python-imenu-format-parent-item-label-function)
13107 (python-imenu-format-parent-item-jump-label-function):
13108 New vars.
13109 (python-imenu-format-item-label)
13110 (python-imenu-format-parent-item-label)
13111 (python-imenu-format-parent-item-jump-label)
13112 (python-imenu--put-parent, python-imenu--build-tree)
13113 (python-imenu-create-index, python-imenu-create-flat-index)
13114 (python-util-popn): New functions.
13115 (python-mode): Set imenu-create-index-function to
13116 python-imenu-create-index.
13117
13118 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13119
13120 * winner.el (winner-active-region): Use region-active-p, activate-mark
13121 and deactivate-mark (bug#14225).
13122
13123 * simple.el (deactivate-mark): Don't inline it.
13124
13125 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13126
13127 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13128
13129 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13130
13131 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13132 file extensions from the archive-mode entry in order to prefer
13133 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13134
13135 2013-04-18 Leo Liu <sdl.web@gmail.com>
13136
13137 * bindings.el (help-event-list): Add ?\?.
13138
13139 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * subr.el (with-wrapper-hook): Declare obsolete.
13142 * simple.el (filter-buffer-substring-function): New hook.
13143 (filter-buffer-substring): Use it.
13144 (filter-buffer-substring-functions): Mark obsolete.
13145 * minibuffer.el (completion-in-region-function): New hook.
13146 (completion-in-region): Use it.
13147 (completion-in-region-functions): Mark obsolete.
13148 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13149 * abbrev.el (abbrev-expand-function): New hook.
13150 (expand-abbrev): Use it.
13151 (abbrev-expand-functions): Mark obsolete.
13152 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13153 and :filter-return.
13154
13155 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13156
13157 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13158 and do not care about match data.
13159
13160 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13161
13162 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13163 completion tables when completing error conditions and
13164 `declare' arguments.
13165 (lisp-complete-symbol, field-complete): Mark as obsolete.
13166 (check-parens): Unmatched parens are user errors.
13167 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13168
13169 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13170
13171 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13172 command changed buffer (ie. `flyspell-pre-buffer' is not current
13173 buffer), which prevents making decisions based on invalid value of
13174 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13175 cause an error when `flyspell-pre-point' was nil after switching
13176 buffers.
13177 (flyspell-post-command-hook): No longer needs to change buffers when
13178 checking pre-word. While at it remove unnecessary progn.
13179
13180 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13181
13182 * textmodes/ispell.el (ispell-add-per-file-word-list):
13183 Fix `flyspell-correct-word-before-point' error when accepting
13184 words and `coment-padding' is an integer by using
13185 `comment-normalize-vars' (Bug #14214).
13186
13187 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13188
13189 New defun movement commands.
13190 * progmodes/python.el (python-nav--syntactically)
13191 (python-nav--forward-defun, python-nav-backward-defun)
13192 (python-nav-forward-defun): New functions.
13193
13194 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13195
13196 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13197 (python-syntax-context): Use named compiler-macro for backwards
13198 compatibility with Emacs 24.x.
13199
13200 2013-04-17 Leo Liu <sdl.web@gmail.com>
13201
13202 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13203 octave-hide-process-buffer.
13204
13205 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13208 (bug#14216).
13209
13210 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13211
13212 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13213 Fix adjustment of offset when receiving incomplete responses from GDB
13214 (bug#14129).
13215
13216 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13219 python-mode-abbrev-table.
13220 (python-skeleton-define): Adjust accordingly.
13221 (python-mode-abbrev-table): New table that inherits from it so that
13222 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13223
13224 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13225 (abbrev-symbol): Use it.
13226 (abbrev--before-point): Use it since we already handle inheritance.
13227
13228 2013-04-16 Leo Liu <sdl.web@gmail.com>
13229
13230 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13231 binding to info-lookup-symbol.
13232
13233 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13234
13235 * minibuffer.el (completion--twq-all):
13236 * term/ns-win.el (ns-initialize-window-system):
13237 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13238
13239 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13242 global bindings.
13243
13244 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13245
13246 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13247
13248 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13249 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13250 to nil.
13251 (ruby-end-of-defun): Remove the unused arg, change the docstring
13252 to reflect that this function is only used as the value of
13253 `end-of-defun-function'.
13254 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13255 to reflect an earlier change that beginning/end-of-defun functions
13256 jump between methods in a class definition, as well as top-level
13257 functions.
13258
13259 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * minibuffer.el (minibuffer-complete): Don't just scroll
13262 a *Completions* that's been iconified.
13263 (minibuffer-force-complete): Make sure repetitions do cycle when going
13264 through completion-in-region -> minibuffer-complete.
13265
13266 2013-04-15 Alan Mackenzie <acm@muc.de>
13267
13268 Correct the placement of c-cpp-delimiters when there're #s not at
13269 col 0.
13270
13271 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13272 place a submatch around the #.
13273 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13274 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13275 on the #, not BOL.
13276
13277 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13280 (advice--member-p): New arg `name'.
13281 (advice--add-function, advice-member-p): Use it (bug#14202).
13282
13283 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13284
13285 Reformulate java imenu-generic-expression.
13286 The old expression contained ill formed regexps.
13287
13288 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13289 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13290 (cc-imenu-java-method-arg-regexp): New defconsts.
13291 (cc-imenu-java-build-type-args-regex): New defun.
13292 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13293 handling of spaces in the regexp.
13294
13295 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13296
13297 * textmodes/ispell.el (ispell-command-loop): Remove
13298 flyspell highlight of a word when ispell accepts it (bug #14178).
13299
13300 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13301
13302 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13303 uses code from the previous `ange-ftp-run-real-handler'.
13304 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13305 only in case that function exist. This is needed for proper
13306 unloading of Tramp.
13307
13308 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13309
13310 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13311
13312 * textmodes/reftex.el (reftex-compile-variables): Use it.
13313
13314 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * files.el (normal-mode): Only use default major-mode if no other mode
13317 was specified.
13318
13319 * emacs-lisp/trace.el (trace-values): New function.
13320
13321 * files.el: Allow : in local variables (bug#14089).
13322 (hack-local-variable-regexp): New var.
13323 (hack-local-variables-prop-line, hack-local-variables): Use it.
13324
13325 2013-04-13 Roland Winkler <winkler@gnu.org>
13326
13327 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13328 data before it gets modified by bibtex-beginning-of-entry.
13329
13330 2013-04-13 Roland Winkler <winkler@gnu.org>
13331
13332 * textmodes/bibtex.el (bibtex-url): Doc fix.
13333
13334 2013-04-13 Roland Winkler <winkler@gnu.org>
13335
13336 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13337 does not visit a BibTeX file, exclude it from the list of buffers
13338 returned by bibtex-initialize.
13339
13340 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13341
13342 * window.el (split-window): Remove interactive form, since as a
13343 command this function is a special case of split-window-below.
13344 Correct doc string.
13345
13346 2013-04-12 Roland Winkler <winkler@gnu.org>
13347
13348 * faces.el (read-face-name): Do not override value of arg default.
13349 Allow single faces and strings as default values. Remove those
13350 elements from return value that are not faces.
13351 (describe-face): Simplify.
13352 (face-at-point): New optional args thing and multiple so that this
13353 function can provide the same functionality previously provided by
13354 read-face-name.
13355 (make-face-bold, make-face-unbold, make-face-italic)
13356 (make-face-unitalic, make-face-bold-italic, invert-face)
13357 (modify-face, read-face-and-attribute): Use face-at-point.
13358
13359 * cus-edit.el (customize-face, customize-face-other-window)
13360 * cus-theme.el (custom-theme-add-face)
13361 * face-remap.el (buffer-face-set)
13362 * facemenu.el (facemenu-set-face): Use face-at-point.
13363
13364 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13365
13366 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13367
13368 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13369
13370 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13371 off leading { and trailing } from field values.
13372
13373 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * emacs-lisp/timer.el (timer--check): New function.
13376 (timer--time, timer-set-function, timer-event-handler): Use it.
13377 (timer-set-idle-time): Simplify.
13378 (timer--activate): CSE.
13379 (timer-event-handler): Give more info in error message.
13380 (internal-timer-start-idle): New function, moved from C.
13381
13382 * mpc.el (mpc-proc): Add `restart' argument.
13383 (mpc-proc-cmd): Use it.
13384 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13385 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13386 less often.
13387
13388 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13389
13390 * progmodes/sh-script.el: Implement `sh-mode' own
13391 `add-log-current-defun-function' (bug#14112).
13392 (sh-current-defun-name): New function.
13393 (sh-mode): Use the function.
13394
13395 2013-04-09 Bastien Guerry <bzg@gnu.org>
13396
13397 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13398
13399 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13402
13403 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13404 timer (bug#14156).
13405
13406 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13407
13408 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13409 declaration.
13410
13411 2013-04-07 Leo Liu <sdl.web@gmail.com>
13412
13413 * pcmpl-x.el: New file.
13414
13415 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13416
13417 Do not set x-display-name until X connection is established.
13418 This is needed to prevent from weird situation described at
13419 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13420 * frame.el (make-frame): Set x-display-name after call to
13421 window system initialization function, not before.
13422 * term/x-win.el (x-initialize-window-system): Add optional
13423 display argument and use it.
13424 * term/w32-win.el (w32-initialize-window-system):
13425 * term/ns-win.el (ns-initialize-window-system):
13426 * term/pc-win.el (msdos-initialize-window-system):
13427 Add compatible optional display argument.
13428
13429 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13430
13431 * files.el (normal-backup-enable-predicate): On MS-Windows and
13432 MS-DOS compare truenames of temporary-file-directory and of the
13433 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13434 don't fail comparison by compare-strings. Also, compare file
13435 names case-insensitively on MS-Windows and MS-DOS.
13436
13437 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13440 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13441
13442 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13443
13444 * whitespace.el (whitespace-color-on, whitespace-color-off):
13445 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13446
13447 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13448
13449 * ispell.el (ispell-set-spellchecker-params):
13450 Really set `ispell-args' for all equivs.
13451
13452 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * ido.el (ido-completions): Use extra elements of ido-decorations
13455 (bug#14143).
13456 (ido-decorations): Update docstring.
13457
13458 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13459
13460 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13461 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13462 nil during initialization, in order not to miss changes since the
13463 file was opened. (Bug#14140)
13464
13465 2013-04-05 Leo Liu <sdl.web@gmail.com>
13466
13467 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13468
13469 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13470
13471 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13472
13473 2013-04-04 Glenn Morris <rgm@gnu.org>
13474
13475 * electric.el (electric-pair-inhibit-predicate): Add :version.
13476
13477 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13478
13479 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13480 when a package is required several times (bug#14082).
13481
13482 2013-04-04 Roland Winkler <winkler@gnu.org>
13483
13484 * faces.el (read-face-name): Behave as promised by the docstring.
13485 Assume that arg default is a list of faces.
13486 (describe-face): Call read-face-name with list of default faces.
13487
13488 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13489
13490 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13491 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13492 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13493 the header.
13494 (bookmark-exit-hook-internal): Save even if list is empty.
13495
13496 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13497
13498 * emacs-lisp/package.el (package-pinned-packages): New var.
13499 (package--add-to-archive-contents): Obey it (bug#14118).
13500
13501 2013-04-03 Alan Mackenzie <acm@muc.de>
13502
13503 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13504 Also adapt to the new values of element 7 of a parse state.
13505
13506 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13507 parameter `not-in-delimiter'. Handle being inside comment opener.
13508 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13509 character in case we're typing a '*' after a '/'.
13510 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13511 instead by passing the parameter to c-state-pp-to-literal.
13512
13513 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13514 for elt. 7 of a parse state.
13515
13516 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13517
13518 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13519 * international/latin1-disp.el, international/mule-util.el:
13520 * language/cyril-util.el, language/european.el, language/ind-util.el:
13521 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13522 * language/tibetan.el, language/viet-util.el:
13523 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13524
13525 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13528 (electric-pair-post-self-insert-function): Use it.
13529 (electric-pair-default-inhibit): New function, extracted from
13530 electric-pair-post-self-insert-function.
13531
13532 2013-03-31 Roland Winkler <winkler@gnu.org>
13533
13534 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13535
13536 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13539
13540 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13541
13542 Un-indent after "pass" and "return" statements (Bug#13888)
13543 * progmodes/python.el (python-indent-block-enders): New var.
13544 (python-indent-calculate-indentation): Use it.
13545
13546 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13547
13548 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13549 defun. Defining it as defalias could introduce too eager
13550 byte-compiler optimization. (Bug#14030)
13551
13552 2013-03-30 Chong Yidong <cyd@gnu.org>
13553
13554 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13555
13556 2013-03-30 Leo Liu <sdl.web@gmail.com>
13557
13558 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13559 (kmacro-execute-from-register): Pass the keyboard macro to
13560 kmacro-call-macro or repeating won't work correctly.
13561
13562 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13563
13564 * progmodes/subword.el: Back to using `forward-symbol'.
13565
13566 * subr.el (forward-whitespace, forward-symbol)
13567 (forward-same-syntax): Move from thingatpt.el.
13568
13569 2013-03-29 Leo Liu <sdl.web@gmail.com>
13570
13571 * kmacro.el (kmacro-to-register): New command.
13572 (kmacro-execute-from-register): New function.
13573 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13574
13575 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * mpc.el: Use defvar-local and setq-local.
13578 (mpc--proc-connect): Connection failures are not bugs.
13579 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13580 (mpc-volume-map): Bind to the up-events.
13581
13582 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13583
13584 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13585 instead of `forward-symbol'.
13586
13587 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13590 (edebug--recursive-edit): Use it.
13591 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13592 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13593
13594 2013-03-28 Leo Liu <sdl.web@gmail.com>
13595
13596 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13597
13598 2013-03-27 Eli Zaretskii <eliz@gnu.org>
13599
13600 * facemenu.el (list-colors-callback): New defvar.
13601 (list-colors-redisplay): New function.
13602 (list-colors-display): Install list-colors-redisplay as the
13603 revert-buffer-function. (Bug#14063)
13604
13605 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13608 and suffixes don't overlap (bug#14061).
13609
13610 * case-table.el: Use lexical-binding.
13611 (case-table-get-table): New function.
13612 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13613
13614 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13615
13616 * progmodes/subword.el: Add `superword-mode' to do word motion
13617 over symbol_words (parallels and leverages `subword-mode' which
13618 does word motion inside MixedCaseWords).
13619
13620 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13621
13622 * eshell/em-unix.el: Move su and sudo to...
13623 * eshell/em-tramp.el: ...Eshell tramp module.
13624
13625 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13628 Change return value to be a sexp. Delay `get-buffer' to after
13629 restoring the desktop (bug#13951).
13630
13631 2013-03-26 Leo Liu <sdl.web@gmail.com>
13632
13633 * register.el: Move semantic tag handling back to
13634 cedet/semantic/senator.el. (Bug#14052)
13635
13636 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13637
13638 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13639 into the prompt either (bug#13963).
13640
13641 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13644 part of "(error-foo)".
13645
13646 2013-03-24 Juri Linkov <juri@jurta.org>
13647
13648 * replace.el (list-matching-lines-prefix-face): New defcustom.
13649 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13650 `occur-engine' if `face-differs-from-default-p' returns t.
13651 (occur-engine): Add `,' inside backquote construct to evaluate
13652 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13653 Pass `prefix-face' to the functions `occur-context-lines' and
13654 `occur-engine-add-prefix'.
13655 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13656 `prefix-face' and propertize the prefix with `prefix-face'.
13657 (Bug#14017)
13658
13659 2013-03-24 Leo Liu <sdl.web@gmail.com>
13660
13661 * nxml/rng-valid.el (rng-validate-while-idle)
13662 (rng-validate-quick-while-idle): Guard against deleted buffer.
13663 (Bug#13999)
13664
13665 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13666 is the last entry in kill-buffer-hook.
13667
13668 * files.el (kill-buffer-hook): Doc fix.
13669
13670 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13671
13672 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13673 Make it safe-local.
13674
13675 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13676
13677 2013-03-23 Leo Liu <sdl.web@gmail.com>
13678
13679 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13680 Remove.
13681
13682 * nxml/rng-valid.el (rng-validate-mode)
13683 (rng-after-change-function, rng-do-some-validation):
13684 * nxml/rng-maint.el (rng-validate-buffer):
13685 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13686 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13687 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13688 (nxml-extend-after-change-region): Use with-silent-modifications.
13689
13690 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13691 timer-idle-list.
13692
13693 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13694 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13695 timer-idle-list. (Bug#13999)
13696
13697 2013-03-23 Juri Linkov <juri@jurta.org>
13698
13699 * info.el (info-index-match): New face.
13700 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13701 main pattern and add text properties with the new face to matches
13702 in index entries relative to the beginning of the index entry.
13703 (Bug#14015)
13704
13705 2013-03-21 Eric Ludlam <zappo@gnu.org>
13706
13707 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13708 Inhibit read only while inserting objects.
13709
13710 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13711
13712 * progmodes/cfengine.el: Update docs to mention
13713 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13714 symbol motion. Remove "_" from the word syntax.
13715
13716 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13717
13718 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13719 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13720
13721 2013-03-20 Juri Linkov <juri@jurta.org>
13722
13723 * info.el (Info-next-reference-or-link)
13724 (Info-prev-reference-or-link): New functions.
13725 (Info-next-reference, Info-prev-reference): Use them.
13726 (Info-try-follow-nearest-node): Handle footnote navigation.
13727 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13728
13729 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13732 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13733
13734 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13735
13736 Suppress unnecessary non-ASCII chatter during build process.
13737 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13738 (batch-skkdic-convert): Suppress most of the chatter.
13739 It's not needed so much now that machines are faster,
13740 and its non-ASCII component was confusing; see Dmitry Gutov in
13741 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13742
13743 2013-03-20 Leo Liu <sdl.web@gmail.com>
13744
13745 * ido.el (ido-chop): Fix bug#10994.
13746
13747 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13748
13749 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13750 Remove vars.
13751 (whitespace-color-on, whitespace-color-off):
13752 Use `font-lock-fontify-buffer' (Bug#13817).
13753
13754 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13757 remapping in mode-line.
13758 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13759
13760 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13761
13762 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13763 value for `whitespace-line' face (Bug#13875).
13764 (whitespace-font-lock-keywords): Change description.
13765 (whitespace-color-on): Don't save `font-lock-keywords' value, save
13766 the constructed keywords instead.
13767 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13768
13769 2013-03-19 Leo Liu <sdl.web@gmail.com>
13770
13771 * progmodes/compile.el (compilation-display-error): New command.
13772 (compilation-mode-map, compilation-minor-mode-map): Bind it to
13773 C-o. (Bug#13992)
13774
13775 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13776
13777 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13778
13779 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
13780
13781 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13782
13783 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
13784
13785 * net/tramp-compat.el (tramp-compat-user-error): New defun.
13786
13787 * net/tramp-adb.el (tramp-adb-handle-shell-command):
13788 * net/tramp-gvfs.el (top):
13789 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13790 (tramp-handle-shell-command): Use it.
13791 (tramp-dissect-file-name): Raise an error when hostname is a
13792 method name, and neither method nor user is specified.
13793
13794 * net/trampver.el: Update release number.
13795
13796 2013-03-18 Leo Liu <sdl.web@gmail.com>
13797
13798 Make sure eldoc can be turned off properly.
13799 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13800 eldoc-mode.
13801 (eldoc-display-message-p): Revert last change.
13802 (eldoc-display-message-no-interference-p)
13803 (eldoc-print-current-symbol-info): Tweak.
13804
13805 2013-03-18 Tassilo Horn <tsdh@gnu.org>
13806
13807 * doc-view.el (doc-view-new-window-function): Check the new window
13808 overlay's display property instead the char property of the
13809 buffer's first char. Use `with-selected-window' instead of
13810 `save-window-excursion' with `select-window'.
13811 (doc-view-document->bitmap): Check the current doc-view overlay's
13812 display property instead the char property of the buffer's first char.
13813
13814 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13815
13816 Automate the build of ja-dic.el (Bug#13984).
13817 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13818 from the input, rather than assume that it's been done for us by the
13819 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
13820 the current date into a ja-dic.el comment, as that complicates
13821 regression testing.
13822
13823 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13824
13825 * whitespace.el: Fix double evaluation.
13826 (whitespace-space, whitespace-hspace, whitespace-tab)
13827 (whitespace-newline, whitespace-trailing, whitespace-line)
13828 (whitespace-space-before-tab, whitespace-indentation)
13829 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13830 obsolete defvars.
13831 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13832 (whitespace-color-on): Use a single font-lock-add-keywords call.
13833 Fix double-evaluation of face variables.
13834
13835 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
13836
13837 * net/tramp-adb.el (tramp-adb-parse-device-names):
13838 Use `start-process' instead of `call-process'. Otherwise, the
13839 function might be blocked under MS Windows. (Bug#13299)
13840
13841 2013-03-17 Leo Liu <sdl.web@gmail.com>
13842
13843 Extend eldoc to display info in the mode-line. (Bug#13978)
13844 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13845 (eldoc-mode-line-string): New variable.
13846 (eldoc-minibuffer-message): New function.
13847 (eldoc-message-function): New variable.
13848 (eldoc-message): Use it.
13849 (eldoc-display-message-p)
13850 (eldoc-display-message-no-interference-p):
13851 Support eldoc-post-insert-mode.
13852
13853 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13854 (eval-expression): Run it.
13855
13856 2013-03-17 Roland Winkler <winkler@gnu.org>
13857
13858 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13859 strings in the list of return values.
13860
13861 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13862
13863 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13864 radix before checking for HMS forms.
13865
13866 2013-03-16 Leo Liu <sdl.web@gmail.com>
13867
13868 * progmodes/scheme.el: Add indentation and font-locking for λ.
13869 (Bug#13975)
13870
13871 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13874 token before point (bug#13942).
13875
13876 2013-03-16 Leo Liu <sdl.web@gmail.com>
13877
13878 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13879
13880 2013-03-16 Eli Zaretskii <eliz@gnu.org>
13881
13882 * startup.el (command-line-normalize-file-name): Fix handling of
13883 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13884 <xfq.free@gmail.com> in
13885 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13886
13887 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
13888
13889 Sync with Tramp 2.2.7.
13890
13891 * net/trampver.el: Update release number.
13892
13893 2013-03-14 Tassilo Horn <tsdh@gnu.org>
13894
13895 * doc-view.el: Fix bug#13887.
13896 (doc-view-insert-image): Don't modify overlay associated to
13897 non-live windows, and implement horizontal centering of image in
13898 case it's smaller than the window.
13899 (doc-view-new-window-function): Force redisplay of new windows on
13900 doc-view buffers.
13901
13902 2013-03-13 Karl Fogel <kfogel@red-bean.com>
13903
13904 * saveplace.el (save-place-alist-to-file): Don't sort
13905 `save-place-alist', just pretty-print it (bug#13882).
13906
13907 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
13908
13909 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13910 Check whether `default-file-name-coding-system' is bound.
13911 It isn't in XEmacs.
13912
13913 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13914
13915 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13916 backquotes for `obsolete' (bug#13929).
13917
13918 * international/mule.el (find-auto-coding): Include file name in
13919 obsolescence warning (bug#13922).
13920
13921 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13922
13923 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13924 for CFEngine 3-specific indentation.
13925 (cfengine3-indent-line): Use it. Fix up category regex.
13926 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13927
13928 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * type-break.el (type-break-file-name):
13931 * textmodes/remember.el (remember-data-file):
13932 * strokes.el (strokes-file):
13933 * shadowfile.el (shadow-initialize):
13934 * saveplace.el (save-place-file):
13935 * ps-bdf.el (bdf-cache-file):
13936 * progmodes/idlwave.el (idlwave-config-directory):
13937 * net/quickurl.el (quickurl-url-file):
13938 * international/kkc.el (kkc-init-file-name):
13939 * ido.el (ido-save-directory-list-file):
13940 * emulation/viper.el (viper-custom-file-name):
13941 * emulation/vip.el (vip-startup-file):
13942 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13943 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13944
13945 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13946
13947 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13948 * language/thai-word.el: Switch to UTF-8.
13949
13950 See ChangeLog.16 for earlier changes.
13951
13952 ;; Local Variables:
13953 ;; coding: utf-8
13954 ;; End:
13955
13956 Copyright (C) 2011-2014 Free Software Foundation, Inc.
13957
13958 This file is part of GNU Emacs.
13959
13960 GNU Emacs is free software: you can redistribute it and/or modify
13961 it under the terms of the GNU General Public License as published by
13962 the Free Software Foundation, either version 3 of the License, or
13963 (at your option) any later version.
13964
13965 GNU Emacs is distributed in the hope that it will be useful,
13966 but WITHOUT ANY WARRANTY; without even the implied warranty of
13967 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13968 GNU General Public License for more details.
13969
13970 You should have received a copy of the GNU General Public License
13971 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.