]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Auto-commit of loaddefs files.
[gnu-emacs] / lisp / ChangeLog
1 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * progmodes/python.el: Shell output capture enhancements.
4 (python-shell-accept-process-output): New function.
5 (inferior-python-mode)
6 (python-shell-send-setup-code): Use it.
7
8 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
9
10 * calendar/icalendar.el (icalendar--decode-isodatetime): Use
11 actual current-time-zone when converting to local time. (Bug#15408)
12
13 2014-07-29 Martin Rudalics <rudalics@gmx.at>
14
15 * window.el (window--state-put-2): Handle horizontal scroll
16 bars, if present.
17
18 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
19
20 * menu-bar.el (menu-bar-update-buffers): Update item list format
21 in `buffers-menu' to confirm with changes to `get_keyelt'
22 (r117463). (Bug#18016)
23
24 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
25
26 * progmodes/python.el (inferior-python-mode): Make input prompts
27 read-only.
28
29 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
30
31 * net/tramp-sh.el (tramp-get-remote-python): Also search for
32 executables named "python2" or "python3".
33 (tramp-get-remote-uid-with-python): Use parentheses around
34 arguments to `print' to make it compatible with Python 3.
35 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
36
37 2014-07-28 Eli Zaretskii <eliz@gnu.org>
38
39 * window.el (window--pixel-to-total): Use FRAME's root window, not
40 that of the selected frame. (Bug#18112, Bug#16674)
41
42 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
43
44 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
45 (Bug#18117)
46
47 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
48
49 * progmodes/python.el (inferior-python-mode): Doc fix.
50
51 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
52
53 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
54 not a character, ignore it instead of raising an error.
55
56 * calendar/todo-mode.el: Fix handling of marked items and make
57 minor code improvements.
58 (todo-edit-item): If there are marked items, ensure user can only
59 invoke editing commands that work with marked items.
60 (todo-edit-item--text): When there are marked items, make it a
61 noop if invoked with point not on an item; otherwise, ensure it
62 applies only to item at point.
63 (todo-item-undone): If there are marked not-done items, return
64 point to its original position before signaling user error.
65 (todo--user-error-if-marked-done-item): New function.
66 (todo-edit-item--header, todo-edit-item--diary-inclusion)
67 (todo-item-done): Use it.
68
69 2014-07-28 Glenn Morris <rgm@gnu.org>
70
71 * files.el (toggle-read-only): Re-add basic doc-string.
72 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
73
74 * progmodes/prolog.el (prolog-mode-keybindings-edit):
75 Replace missing `switch-to-prolog' with `run-prolog'.
76 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
77
78 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
79
80 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
81 of file-wide setting when changing category-wide setting.
82
83 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
84
85 * doc-view.el (doc-view-open-text): Don't require that the
86 document is saved in a file (e.g., email attachment).
87
88 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
89
90 Parse completion input in a iPython friendly way. (Bug#18084)
91 * progmodes/python.el
92 (python-shell-completion-at-point): Rename from
93 python-shell-completion-complete-at-point.
94 (inferior-python-mode): Use it.
95 (python-completion-at-point): Rename from
96 python-completion-complete-at-point. Parse input up to first
97 backward occurrence of whitespace, open-paren, close-paren or
98 string delimiter.
99 (python-mode): Use it.
100
101 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
102
103 Prevent Python process shell buffer to pop twice.
104 * progmodes/python.el (python-shell-switch-to-shell): Do not call
105 pop-to-buffer.
106
107 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
108
109 * progmodes/python.el
110 (python-shell-with-shell-buffer): New macro.
111 (python-shell-font-lock-get-or-create-buffer)
112 (python-shell-font-lock-kill-buffer)
113 (python-shell-font-lock-with-font-lock-buffer)
114 (python-shell-font-lock-cleanup-buffer)
115 (python-shell-font-lock-toggle): Use it.
116 (python-shell-font-lock-turn-on)
117 (python-shell-font-lock-turn-off): Use it. Make command.
118
119 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
120
121 Grab all Python process output before inferior-python-mode hooks.
122 * progmodes/python.el (inferior-python-mode): Call
123 accept-process-output and sit-for to ensure all output for process
124 has been received before running hooks.
125 (python-shell-internal-get-or-create-process): Cleanup
126 accept-process-output and sit-for calls.
127
128 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
129
130 More robust shell startup and code setup.
131 * progmodes/python.el (python-shell-make-comint): Remove
132 accept-process-output call.
133 (python-shell-get-buffer): Return current buffer if major-mode is
134 inferior-python-mode.
135 (python-shell-get-or-create-process): Use it.
136 (python-shell-send-setup-code): Send all setup code in one string,
137 output success message and accept-process-output.
138
139 2014-07-27 Eli Zaretskii <eliz@gnu.org>
140
141 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll): Add
142 rudimentary support for bidirectional text.
143
144 2014-07-27 Martin Rudalics <rudalics@gmx.at>
145
146 * frame.el (frame-notice-user-settings): Rewrite using
147 frame-initial-frame-tool-bar-height.
148 * menu-bar.el (menu-bar-horizontal-scroll-bar)
149 (menu-bar-no-horizontal-scroll-bar): New functions.
150 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
151 scroll bars.
152 * scroll-bar.el (scroll-bar-lines)
153 (set-horizontal-scroll-bar-mode)
154 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
155 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
156 (scroll-bar-toolkit-horizontal-scroll): New functions.
157 (horizontal-scroll-bar-mode)
158 (previous-horizontal-scroll-bar-mode)
159 (horizontal-scroll-bar-mode-explicit): New variables.
160 (horizontal-scroll-bar-mode): New option.
161 (toggle-horizontal-scroll-bar): Do something.
162 (top-level): Bind horizontal-scroll-bar mouse-1.
163 * startup.el (tool-bar-originally-present): Remove variable.
164 (command-line): Don't set tool-bar-originally-present.
165 * window.el (window-min-height): Update doc-string.
166 (window--dump-frame): Dump horizontal scroll bar values.
167 (window--min-size-1): Handle minibuffer window separately.
168 Count in margins and horizontal scroll bar. Return safe value
169 iff IGNORE equals 'safe.
170 (frame-windows-min-size): New function (used by frame resizing
171 routines).
172 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
173 scroll bars.
174 (window--sanitize-window-sizes): New function.
175 (window-split-min-size): Remove.
176 (split-window): Count divider-width. Don't use
177 `window-split-min-size' any more. Reword error messages.
178 Sanitize windows sizes after splitting.
179
180 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
181
182 Use `defvar-local' more.
183 * progmodes/hideshow.el
184 (hs-c-start-regexp, hs-block-start-regexp)
185 (hs-block-start-mdata-select, hs-block-end-regexp)
186 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
187 remove corresponding `make-variable-buffer-local' top-level calls.
188
189 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
190
191 Cleanup error signals. (Bug#18067)
192 * progmodes/python.el
193 (python-indent-shift-left): Use user-error instead.
194 (python-shell-prompt-detect): Use lwarn with python group.
195 (python-completion-complete-at-point)
196 (python-eldoc--get-doc-at-point): Don't signal error.
197
198 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
199
200 Support for packages in Python shell. (Bug#13570)
201 * progmodes/python.el (python-shell--package-depth): New var.
202 (python-shell-package-enable): New command.
203 (python-util-list-directories, python-util-list-files)
204 (python-util-list-packages): New functions.
205
206 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
207
208 Faster comint output. (Bug#16875)
209 * progmodes/python.el:
210 (python-comint-output-filter-function): Make obsolete.
211 (python-comint-postoutput-scroll-to-bottom): New function.
212 (inferior-python-mode): Set comint-output-filter-functions to a
213 minimum.
214
215 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
216
217 * progmodes/python.el (python-shell-font-lock-post-command-hook):
218 Safeguard current point and undo history.
219
220 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
221
222 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
223 * progmodes/python.el:
224 (python-shell-prompt-input-regexps): Add iPython block prompt.
225 (python-shell-output-syntax-table): Delete var.
226 (python-shell-font-lock-with-font-lock-buffer): New macro.
227 (python-shell-font-lock-get-or-create-buffer)
228 (python-shell-font-lock-kill-buffer)
229 (python-shell-font-lock-cleanup-buffer)
230 (python-shell-font-lock-post-command-hook)
231 (python-shell-font-lock-turn-off): New functions.
232 (python-shell-font-lock-turn-on): New function.
233 (inferior-python-mode): Use it.
234 (python-shell-font-lock-toggle): New command.
235 (python-shell-font-lock-enable): Rename from
236 python-shell-enable-font-lock.
237 (run-python-internal): Use it.
238 (python-shell-font-lock-comint-output-filter-function): New function.
239 (python-shell-comint-end-of-output-p): New function.
240 (python-shell-output-filter): Use it.
241 (python-util-comint-last-prompt): New function.
242 (python-util-text-properties-replace-name): New function.
243
244 2014-07-25 Glenn Morris <rgm@gnu.org>
245
246 * vc/ediff-init.el (ediff-toggle-read-only-function):
247 * vc/ediff-util.el (ediff-toggle-read-only):
248 Replace obsolete toggle-read-only with read-only-mode.
249
250 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
253 with `save-match-data'. (Bug#18095)
254
255 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
256
257 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
258 order to ensure that row and col are lexically bound inside the
259 evaluated sexp.
260
261 2014-07-21 Glenn Morris <rgm@gnu.org>
262
263 * progmodes/hideif.el (hide-ifdef-mode-submap):
264 Also substitute read-only-mode.
265 * bindings.el (mode-line-toggle-read-only):
266 * bs.el (bs-toggle-readonly):
267 * buff-menu.el (Buffer-menu-toggle-read-only):
268 * dired.el (dired-toggle-read-only):
269 * files.el (view-read-only, find-file-read-only)
270 (find-file-read-only-other-window)
271 (find-file-read-only-other-frame):
272 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
273 Doc fixes re toggle-read-only.
274
275 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
276
277 * progmodes/python.el: Add comment about pipe buffering and
278 solutions for missing/delayed output in inferior Python shells.
279 (Bug#17304)
280
281 * progmodes/python.el (python-mode): Don't set
282 mode-require-final-newline. (Bug#17990)
283
284 Make python.el work with IPython automatically. (Bug#15510)
285 * progmodes/python.el:
286 (python-shell-completion-setup-code): New value supporting iPython.
287 (python-shell-completion-string-code): New value supporting iPython.
288 (python-shell-completion-get-completions): Use them.
289 (python-shell-completion-module-string-code): Make obsolete.
290 (python-shell-prompt-input-regexps)
291 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
292 (python-shell-output-filter): Fix comment typo.
293
294 Fix Python shell prompts detection for remote hosts.
295 * progmodes/python.el (python-shell-prompt-detect): Replace
296 call-process with process-file and make it more robust.
297
298 Autodetect Python shell prompts. (Bug#17370)
299 * progmodes/python.el:
300 (python-shell-interpreter-interactive-arg)
301 (python-shell-prompt-detect-enabled)
302 (python-shell-prompt-detect-failure-warning)
303 (python-shell-prompt-input-regexps)
304 (python-shell-prompt-output-regexps): New vars.
305 (python-shell-prompt-calculated-input-regexp)
306 (python-shell-prompt-calculated-output-regexp): New vars.
307 (python-shell-get-process-name)
308 (python-shell-internal-get-process-name)
309 (python-shell-output-filter)
310 (python-shell-completion-get-completions): Use them.
311 (python-shell-prompt-detect)
312 (python-shell-prompt-validate-regexps): New functions.
313 (python-shell-prompt-set-calculated-regexps): New function.
314 (inferior-python-mode): Use it. Also honor overriden
315 python-shell-interpreter and python-shell-interpreter-args.
316 (python-shell-make-comint): Honor overriden
317 python-shell-interpreter and python-shell-interpreter-args.
318 (python-shell-get-or-create-process): Make it testable by allowing
319 to call run-python non-interactively.
320 (python-util-valid-regexp-p): New function.
321 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
322 (python-shell-prompt-output-regexp)
323 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
324
325 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * emacs-lisp/smie.el (smie-config--guess-1): Split from
328 smie-config--guess.
329 (smie-config--guess): Use it.
330
331 * emacs-lisp/edebug.el: Use nadvice.
332 (edebug-original-read): Remove.
333 (edebug--read): Rename from edebug-read and add `orig' arg.
334 (edebug-uninstall-read-eval-functions)
335 (edebug-install-read-eval-functions): Use nadvice.
336 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
337 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
338 (edebug-read-string, edebug-read-function): Use just `read'.
339 (edebug-original-debug-on-entry): Remove.
340 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
341 `orig' arg.
342 (debug-on-entry): Override with nadvice.
343
344 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
345 it also makes sense to bind it to a non-mouse event.
346
347 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
348
349 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
352 (bug#18015).
353
354 * rect.el (rectangle--string-preview): Don't assume there
355 a non-nil default (bug#17984).
356
357 2014-07-16 Glenn Morris <rgm@gnu.org>
358
359 * desktop.el (after-init-hook): Disable startup frame restoration
360 in non-graphical situations. (Bug#17693)
361
362 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
363 if it was "empty", or used for a different set of files. (Bug#17884)
364
365 2014-07-16 Eli Zaretskii <eliz@gnu.org>
366
367 * bindings.el (mode-line-remote): If default-directory is not a
368 string, don't call file-remote-p on it; instead state in the
369 help-echo that it is nil. (Bug#17986)
370
371 2014-07-14 Daniel Colascione <dancol@dancol.org>
372
373 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
374 to `macroexpand-all'
375
376 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
377 Use `macroexpand-all' instead of `cl-macroexpand-all'.
378
379 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
380
381 Fix bug: C-x v v discarded existing log message (Bug#17884).
382 * vc/vc-dispatcher.el (vc-log-edit):
383 Don't clobber an already-existing log message.
384
385 2014-07-12 Glenn Morris <rgm@gnu.org>
386
387 * vc/log-edit.el (log-edit-changelog-entries):
388 Check for a visited-but-never-saved ChangeLog.
389
390 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
393 a non-existing file (bug#17970).
394
395 * faces.el (face-name): Undo last change.
396 (x-resolve-font-name): Don't call face-name (bug#17956).
397
398 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
399
400 Fix dedenters and electric colon handling. (Bug#15163)
401 * progmodes/python.el
402 (python-rx-constituents): Add dedenter and block-ender.
403 (python-indent-dedenters, python-indent-block-enders): Delete.
404 (python-indent-context): Return new case for dedenter-statement.
405 (python-indent-calculate-indentation): Handle new case.
406 (python-indent-calculate-levels): Fix levels calculation for
407 dedenter statements.
408 (python-indent-post-self-insert-function): Fix colon handling.
409 (python-info-dedenter-opening-block-message): New function.
410 (python-indent-line): Use it.
411 (python-info-closing-block)
412 (python-info-closing-block-message): Remove.
413 (python-info-dedenter-opening-block-position)
414 (python-info-dedenter-opening-block-positions)
415 (python-info-dedenter-statement-p): New functions.
416
417 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
418
419 * files.el (out-of-memory-warning-percentage): New defcustom.
420 (warn-maybe-out-of-memory): Use it.
421
422 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
423
424 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
425 when calling `read-string'. (Bug#17839)
426
427 2014-07-10 Eli Zaretskii <eliz@gnu.org>
428
429 * files.el (warn-maybe-out-of-memory): Fix the wording of the
430 warning.
431
432 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
433
434 * files.el (warn-maybe-out-of-memory): New function.
435 (find-file-noselect): Use it.
436
437 2014-07-09 Sam Steingold <sds@gnu.org>
438
439 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
440 `constant' like `bless', `return' &c
441
442 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * rect.el (apply-on-rectangle): Check forward-line really moved to the
445 next line.
446
447 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
450 the middle of a line (bug#17896).
451
452 2014-07-09 Juri Linkov <juri@jurta.org>
453
454 * startup.el (command-line): Append displaying the warning about
455 the errors in the init file to the end of `after-init-hook'.
456 (Bug#17927)
457
458 * faces.el (face-name): Return input arg `face' as-is
459 when it's not a symbol.
460 (x-resolve-font-name): Don't check if the face is a symbol.
461 (Bug#17956)
462
463 * facemenu.el (list-colors-print): In help-echo format use %.2f
464 instead of %d because now HSV values are floating-point components
465 between 0.0 and 1.0.
466
467 2014-07-09 Glenn Morris <rgm@gnu.org>
468
469 * emulation/cua-rect.el (cua--activate-rectangle):
470 Avoid setting cua--rectangle to nil. (Bug#17877)
471
472 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
473
474 * calendar/todo-mode.el: Fix wrong-type-argument error when
475 marking multiple consecutive items.
476 (todo-toggle-mark-item): Don't try to mark the empty lines at the
477 end of the todo and done items sections. Note in doc string that
478 items marked by passing a numeric prefix argument can include the
479 last todo and first done items.
480 (todo-mark-category): Don't try to mark the empty line between the
481 todo and done items sections.
482
483 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
486 proper Lisp quoting (bug#17934).
487
488 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
489 require-final-newline since prog-mode already took care of it (bug#17947).
490
491 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
492
493 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
494 refer to the Todo mode Info manual. Update the comment on
495 requiring cl-lib.
496 (todo-find-filtered-items-file): Add todo-prefix overlays.
497 (todo-filter-items): Reorder a let-bound variable to avoid a
498 wrong-type-argument error on canceling the file choice dialog.
499
500 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * progmodes/octave.el (inferior-octave-mode):
503 Set comint-input-ring-size to a number (bug#17912).
504
505 2014-07-09 Juri Linkov <juri@jurta.org>
506
507 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
508 and `isearch-mode' associated with nil. (Bug#17849)
509
510 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * linum.el (linum--face-height): New function (bug#17813).
513 (linum-update-window): Use it to adjust margin to linum's width.
514
515 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
516 * eshell/em-smart.el (eshell-smart-scroll-window): Use
517 with-selected-window.
518
519 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
520 Remove also pointless window&mark manipulation.
521
522 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
523 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
524 (perl-continuation-line-p): Don't skip over anything else than labels.
525 Return the previous char.
526 (perl-calculate-indent): Use syntax-ppss instead of parse-start
527 and update callers accordingly. For continuation lines, check the
528 the case of array hashes.
529 (perl-backward-to-noncomment): Make it non-interactive.
530 (perl-backward-to-start-of-continued-exp): Rewrite.
531
532 2014-07-08 Sam Steingold <sds@gnu.org>
533
534 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
535 New user commands.
536
537 2014-07-08 Juri Linkov <juri@jurta.org>
538
539 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
540 (vc-annotate-color-map): Use less saturated colors (20%) for
541 background-mode.
542 (vc-annotate-very-old-color): Add default value for background-mode.
543 (vc-annotate-background): Set default value to nil since now text on
544 the default backgrounds should be legible in light and dark modes.
545 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
546 (Bug#17808)
547
548 2014-07-08 Juri Linkov <juri@jurta.org>
549
550 * simple.el (transpose-chars): Don't move point into read-only area.
551 (Bug#17829)
552
553 2014-07-08 Juri Linkov <juri@jurta.org>
554
555 * window.el (with-displayed-buffer-window): New macro.
556 (with-temp-buffer-window, with-current-buffer-window):
557 Use `macroexp-let2' to evaluate and bind variables
558 in the same order as macro arguments.
559 (display-buffer--action-function-custom-type):
560 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
561
562 * minibuffer.el (minibuffer-completion-help): Replace
563 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
564 with actions that display *Completions* at-bottom when called
565 from the minibuffer, or below-selected in a normal buffer.
566 Associate `window-height' with `fit-window-to-buffer'.
567 Let-bind `pop-up-windows' to nil.
568
569 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
570 instead of `with-current-buffer-window'. (Bug#17809)
571
572 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
573
574 * progmodes/hideif.el (hide-ifdef-env): Change to global.
575 (hide-ifdef-env-backup): New variable.
576 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
577 New customizable variables.
578 (hif-clear-all-ifdef-defined): New defun.
579 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
580 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
581 (hif-tokenize): Fix for MS-DOS/Win EOL style.
582 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
583 Fix bug to hide the correct #elif region(s).
584 (hif-range-elif): New defun.
585 (hif-recurse-level): New var.
586 (hif-evaluate-region, hif-evaluate-macro): New defun.
587 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
588 fully hidden.
589 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
590 Better interaction.
591
592 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
593
594 * net/dbus.el (dbus-peer-handler): New defun.
595 (dbus-register-service): Register it. (Bug#17858)
596 (dbus-managed-objects-handler): Fix docstring.
597
598 2014-07-04 Phil Sainty <psainty@orcon.net.nz> (tiny change)
599
600 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
601 (narrow-to-defun): New arg include-comments, defaulting to it
602 (bug#16328).
603
604 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
607 different calling convention to rectangle--unhighlight-for-redisplay.
608
609 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
610
611 * net/tramp.el (tramp-call-process): Handle error strings.
612
613 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
614
615 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
616 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
617
618 * net/trampver.el: Update release number.
619
620 2014-07-03 Juri Linkov <juri@jurta.org>
621
622 * desktop.el (desktop-save): Rename arg `auto-save' to
623 `only-if-changed'. Doc fix. (Bug#17873)
624
625 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
628 Use insert-for-yank (bug#17271).
629
630 2014-07-03 Leo Liu <sdl.web@gmail.com>
631
632 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
633 Support lexical-binding.
634
635 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * vc/log-edit.el (log-edit-goto-eoh): New function.
638 (log-edit--match-first-line): Use it (bug#17861).
639
640 2014-07-03 Glenn Morris <rgm@gnu.org>
641
642 * vc/log-edit.el (log-edit-hook): Add missing :version.
643
644 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
645
646 * progmodes/python.el (python-indent-post-self-insert-function):
647 Enhancements to electric indentation behavior inside
648 parens. (Bug#17658)
649
650 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
653 buffer-invisibility-spec (bug#17867).
654
655 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
656
657 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
658 pass "-a".
659
660 2014-07-03 Glenn Morris <rgm@gnu.org>
661
662 * cus-edit.el (help):
663 * finder.el (finder-known-keywords):
664 * help.el (help-for-help-internal):
665 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
666 (ediff-redraw-registry-buffer):
667 * vc/ediff-ptch.el (ediff-patch-file-internal):
668 Doc fixes re "online" help. (Bug#17803)
669
670 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
671 (idlwave-mode): Doc URL update.
672
673 2014-07-01 Juri Linkov <juri@jurta.org>
674
675 * man.el: Display man pages immediately and use process-filter
676 to format them asynchronously.
677 (Man-width): Doc fix.
678 (man): Doc fix.
679 (Man-start-calling): Use `with-selected-window' to get
680 `frame-width' and `window-width'.
681 (Man-getpage-in-background): Call `Man-notify-when-ready'
682 immediately after creating a new buffer. Call `Man-mode' and set
683 `mode-line-process' in the created buffer. Set process-filter to
684 `Man-bgproc-filter' in start-process branch. In call-process branch
685 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
686 Use `Man-start-calling' inside `with-current-buffer'.
687 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
688 (Man-cleanup-manpage): Don't print messages.
689 (Man-bgproc-filter): New function.
690 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
691 user moved it during asynchronous formatting. Move calls of
692 `Man-fontify-manpage' and `Man-cleanup-manpage' to
693 `Man-bgproc-filter'. Move the call of `Man-mode' to
694 `Man-getpage-in-background'. Use `quit-restore-window'
695 instead of `kill-buffer'. Use `message' instead of `error'
696 because errors are caught by process sentinel.
697 (Man-mode): Move calls of `Man-build-page-list',
698 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
699 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
700
701 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
702 for the message about the man page cleaned up.
703
704 2014-07-01 Mario Lang <mlang@delysid.org>
705
706 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
707 cosutomization option `gnutls-verify-error'.
708
709 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
712 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
713
714 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
715 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
716 is suspended (bug#17857).
717
718 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
719
720 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
721 Prefer utf-8 coding. (Bug#17859)
722
723 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
724
725 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
726 for `reverse'.
727
728 2014-06-30 Glenn Morris <rgm@gnu.org>
729
730 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
731 (autoload-ensure-default-file): Maybe make existing output writable.
732 * Makefile.in (AUTOGEN_VCS): Remove.
733 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
734
735 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
736
737 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
738
739 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
740
741 New if-let, when-let, thread-first and thread-last macros.
742
743 * emacs-lisp/subr-x.el
744 (internal--listify, internal--check-binding)
745 (internal--build-binding-value-form, internal--build-binding)
746 (internal--build-bindings): New functions.
747 (internal--thread-argument, thread-first, thread-last)
748 (if-let, when-let): New macros.
749
750 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
751
752 * net/rcirc.el (rcirc-buffer-process): Restore previous
753 behaviour. (Bug#17772)
754
755 2014-06-29 Alan Mackenzie <acm@muc.de>
756
757 Don't call c-parse-state when c++-template-syntax-table is active.
758 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
759 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
760 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
761
762 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
763
764 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
765 account for file-wide setting of todo-top-priorities-overrides.
766 Make code a bit cleaner.
767
768 2014-06-28 Glenn Morris <rgm@gnu.org>
769
770 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
771
772 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
773
774 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
775 category-wide setting of todo-top-priorities-overrides, check for
776 a file-wide setting and fontify accordingly.
777
778 2014-06-28 Glenn Morris <rgm@gnu.org>
779
780 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
781
782 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
785
786 2014-06-28 K. Handa <handa@gnu.org>
787
788 Fix Bug#17739.
789
790 * composite.el: Setup composition-function-table for dotted circle.
791 (compose-gstring-for-dotted-circle): New function.
792
793 * international/characters.el: Add category "^" to all
794 non-spacing characters.
795
796 2014-06-28 Glenn Morris <rgm@gnu.org>
797
798 * Makefile.in (doit): Remove force rule.
799 (custom-deps, finder-data, autoloads, update-subdirs)
800 (compile-one-process): PHONY targets do not need force rules.
801
802 * Makefile.in (compile-main, compile, compile-always):
803 No need to explicitly pass variables to ourself in recursive calls.
804
805 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
808
809 2014-06-26 Glenn Morris <rgm@gnu.org>
810
811 * Makefile.in (update-authors): Update for moved authors.el.
812
813 2014-06-26 Leo Liu <sdl.web@gmail.com>
814
815 * skeleton.el (skeleton-end-hook): Default to nil and move the
816 work to skeleton-insert. (Bug#17850)
817
818 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
819
820 * calc/calc-alg.el (math-beforep):
821 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
822 Simplify because string-lessp can accept symbols as args.
823
824 2014-06-26 Daiki Ueno <ueno@gnu.org>
825
826 * emacs-lisp/package.el (package--check-signature):
827 If package-check-signature is allow-unsigned, don't signal error when
828 we can't verify signature because of missing public key
829 (bug#17625).
830
831 2014-06-26 Glenn Morris <rgm@gnu.org>
832
833 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
834 Remove outdated declaration.
835
836 * emacs-lisp/authors.el (authors-valid-file-names)
837 (authors-renamed-files-alist): Additions.
838
839 2014-06-26 Leo Liu <sdl.web@gmail.com>
840
841 * textmodes/picture.el (picture-set-tab-stops):
842 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
843 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
844
845 * progmodes/asm-mode.el (asm-calculate-indentation):
846 Use indent-next-tab-stop.
847
848 * indent.el (indent-accumulate-tab-stops): New function.
849
850 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
853 (package-desc-status): Obey it.
854
855 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
856
857 * calendar/todo-mode.el: Fix two bugs.
858 (todo-insert-item--basic): If user cancels item insertion to
859 another category before setting priority, show original category
860 whether it is in the same or a different file.
861 (todo-set-item-priority): After selecting category, instead of
862 moving point to top, which extends an active region, restore it.
863
864 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * help-fns.el (describe-function-1): Check file-name is a string before
867 calling help-fns--autoloaded-p (bug#17564).
868
869 2014-06-26 Juri Linkov <juri@jurta.org>
870
871 * desktop.el (desktop-auto-save-enable)
872 (desktop-auto-save-disable): New functions.
873 (desktop-save-mode, desktop-auto-save-timeout): Use them.
874 (desktop-read): Disable the autosave before loading the desktop,
875 and enable afterwards. (Bug#17351)
876
877 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 Fix some indentation problem with \; and pipes (bug#17842).
880 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
881 (sh-smie--default-forward-token, sh-smie--default-backward-token):
882 New functions.
883 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
884 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
885 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
886
887 2014-06-26 Glenn Morris <rgm@gnu.org>
888
889 * emacs-lisp/find-func.el (find-function-C-source-directory):
890 Use file-accessible-directory-p.
891
892 * ps-samp.el: Make it slightly less awful.
893 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
894 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
895 Only set local values.
896 (ps-article-subject, ps-article-author): Use standard functions
897 like mail-fetch-field.
898 (ps-info-file, ps-info-node): Use match-string.
899 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
900 (ps-samp-ps-setup): ... new function.
901
902 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
903 Optimize away code unneeded on any modern Emacs.
904
905 * emacs-lisp/authors.el: Move to ../admin.
906
907 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
908
909 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
910
911 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
912 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
913 performance enhancements.
914 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
915 expansion.
916 (hif-factor, hif-string-concatenation, intern-safe): Support string
917 concatenation and argumented macro expansion.
918 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
919 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
920 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
921 (hif-canonicalize-tokens, hif-place-macro-invocation)
922 (hif-parse-macro-arglist): Mostly new functions for supporting
923 argumented macro expansion.
924 (hif-string-concatenation, hif-stringify, hif-token-concat)
925 (hif-token-stringification, hif-token-concatenation):
926 Stringification and concatenation.
927 (hif-find-next-relevant): Fix comments.
928 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
929 some cases involving #elif.
930 (hif-find-define, hif-add-new-defines): New functions for automatically
931 scanning of defined symbols.
932 (hide-ifdef-guts): Fix for defined symbol auto scanning.
933 (hide-ifdef-undef): Fix behavior to match CPP.
934
935 2014-06-25 Glenn Morris <rgm@gnu.org>
936
937 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
938 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
939 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
940 files. They are not relevant to the original issue (bug#1004),
941 and cause unnecessary recompilation (bug#2151).
942
943 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * play/landmark.el: Use lexical-binding and avoid `intangible'.
946 (landmark--last-pos): New var.
947 (landmark--intangible-chars): New const.
948 (landmark--intangible): New function.
949 (landmark-mode, landmark-move): Use it.
950 (landmark-mode): Remove properties.
951 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
952 (landmark-cross-qtuple):
953 Don't worry about `intangible' any more.
954 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
955 (landmark-init-display): Don't set `intangible' and `point-entered'.
956 (square): Remove. Inline it instead.
957 (landmark--distance): Rename from `distance'.
958 (landmark-calc-distance-of-robot-from): Rename from
959 calc-distance-of-robot-from.
960 (landmark-calc-smell-internal): Rename from calc-smell-internal.
961
962 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
963
964 * files.el (dir-locals-find-file, file-relative-name):
965 * info.el (Info-complete-menu-item):
966 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
967 to compare-strings to avoid out-of-range errors.
968 * subr.el (string-prefix-p): Adjust to match strict range
969 checking in compare-strings.
970
971 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
972
973 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
974 for comment lines non-greedy and stopping at newlines to fix stack
975 overflows with large files.
976
977 2014-06-24 Eli Barzilay <eli@barzilay.org>
978
979 * calculator.el (calculator-last-input): Drop 'ascii-character property
980 lookup.
981
982 2014-06-24 Leo Liu <sdl.web@gmail.com>
983
984 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
985 tab-stop-list to nil. (Bug#16381)
986
987 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
988 (indent-rigidly-left-to-tab-stop)
989 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
990 (move-to-tab-stop): Change callers.
991
992 2014-06-24 Eli Zaretskii <eliz@gnu.org>
993
994 * skeleton.el (skeleton-insert): Yet another fix of the doc string
995 wrt behavior of \n as the first/last element of a skeleton.
996
997 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
998
999 * net/tramp-adb.el (tramp-adb-handle-process-file):
1000 * net/tramp-sh.el (tramp-sh-handle-process-file):
1001 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1002 the output buffer when DISPLAY is non-nil. (Bug#17815)
1003
1004 2014-06-24 Glenn Morris <rgm@gnu.org>
1005
1006 * play/landmark.el (landmark-move-down, landmark-move-up):
1007 Fix 2007-10-20 change - preserve horizontal position.
1008
1009 2014-06-23 Sam Steingold <sds@gnu.org>
1010
1011 * simple.el (kill-append): Remove undo boundary depending on ...
1012 (kill-append-merge-undo): New user option.
1013
1014 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * simple.el (handle-shift-selection, exchange-point-and-mark)
1017 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1018 (transient-mark-mode): Use&set the global value.
1019 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1020 * emulation/edt.el (edt-emulation-off): Save&restore the global
1021 transient-mark-mode setting.
1022 * obsolete/pc-select.el (pc-selection-mode): Use the
1023 transient-mark-mode function.
1024
1025 2014-06-23 Eli Zaretskii <eliz@gnu.org>
1026
1027 * international/fontset.el (script-representative-chars):
1028 Add representative characters for scripts added in Unicode 7.0.
1029 (otf-script-alist): Synchronize with the latest registry of OTF
1030 script tags.
1031
1032 * international/characters.el (char-script-table): Update for
1033 scripts added and codepoint ranges changed in Unicode 7.0.
1034
1035 2014-06-23 Eli Barzilay <eli@barzilay.org>
1036
1037 * calculator.el (calculator-standard-displayer): Fix bug in use of
1038 `calculator-groupize-number'.
1039 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1040 `eval' code, so it works in v24.3.1 too.
1041 (calculator-last-input): Comment to clarify purpose.
1042
1043 2014-06-22 Mario Lang <mlang@delysid.org>
1044
1045 * textmodes/rst.el (rst-comment-region): From from -> from.
1046
1047 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1048
1049 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
1050
1051 * electric.el (electric-layout-post-self-insert-function):
1052 * emacs-lisp/ert.el (ert--insert-infos):
1053 * obsolete/vi.el (vi-set-mark):
1054 * term.el (term-handle-scroll):
1055 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1056 * wid-edit.el (widget-editable-list-value-create):
1057 Prefer point-marker to copy-marker of point.
1058
1059 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1060
1061 Fix completion retrieval parsing (bug#17209).
1062 * progmodes/python.el (python-mode):
1063 (python-util-strip-string): New function.
1064 (python-shell-completion-get-completions): Use it.
1065
1066 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1067
1068 * skeleton.el (skeleton-insert): Fix last change.
1069
1070 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1071
1072 Enhancements for outline integration (bug#17796).
1073 * progmodes/python.el (python-mode): Properly set
1074 outline-heading-end-regexp so that comments after colons for
1075 defuns are supported.
1076
1077 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1078
1079 * skeleton.el (skeleton-insert): Doc fix.
1080
1081 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1084 (smie-config-guess): Use smie-config-local so the rules are obeyed
1085 (bug#17818).
1086
1087 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1088 since it's already done inside the loop (bug#17819).
1089
1090 2014-06-21 Martin Rudalics <rudalics@gmx.at>
1091
1092 * mouse.el (mouse-drag-line): Re-remove code initially removed
1093 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1094 (Bug#17819).
1095
1096 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1099 align with the surrounding parent (bug#17721).
1100
1101 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1102
1103 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1104 locally to nil.
1105 (texinfo-insert-block, texinfo-insert-@end)
1106 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1107 local setting of skeleton-end-newline by adding an explicit \n to
1108 the skeletons where appropriate. (Bug#17801)
1109
1110 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1113 (smie-indent--hanging-p): Use it.
1114 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1115
1116 2014-06-21 Leo Liu <sdl.web@gmail.com>
1117
1118 * simple.el (read-quoted-char): Don't let help chars pop up help
1119 buffer. (Bug#16617)
1120
1121 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1124 for | (bug#17621).
1125
1126 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1127 Drop unknown events instead of burping.
1128
1129 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1130
1131 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1132 and later. (Bug#17790)
1133
1134 2014-06-21 Juri Linkov <juri@jurta.org>
1135
1136 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1137 to `soft'. (Bug#17554)
1138
1139 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1142 (bug#17737).
1143
1144 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
1145
1146 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1147 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1148
1149 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
1150
1151 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1152 `unread-command-events'.
1153
1154 2014-06-19 William Xu <william.xwl@gmail.com>
1155
1156 * progmodes/hideif.el (hif-string-to-number): Don't return float for
1157 hex integer constants (bug#17807).
1158
1159 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * international/mule-util.el (truncate-string-ellipsis): New var.
1162 (truncate-string-to-width): Use it.
1163
1164 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
1165
1166 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1167 (lisp-string-in-doc-position-p): New function, extracted from
1168 lisp-font-lock-syntactic-face-function.
1169 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1170
1171 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
1172
1173 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
1174
1175 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1178 (bubbles--game-over): Don't add `intangible' properties since they
1179 didn't work anyway.
1180
1181 2014-06-18 Juri Linkov <juri@jurta.org>
1182
1183 * vc/ediff-init.el (ediff-current-diff-Ancestor)
1184 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1185 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1186 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1187 Add `min-colors 88' version with removed black/white foregrounds.
1188 (Bug#10181)
1189
1190 2014-06-18 Juri Linkov <juri@jurta.org>
1191
1192 * vc/diff-mode.el (diff-changed): Empty face definition to use
1193 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
1194 (diff-context): Use darker color on light background and
1195 lighter color on dark background.
1196
1197 2014-06-18 Juri Linkov <juri@jurta.org>
1198
1199 * vc/diff-mode.el (diff-refine-changed): Rename from
1200 `diff-refine-change' for consistency with `diff-changed'.
1201 (diff-refine-change): Add obsolete face alias. (Bug#10181)
1202
1203 * vc/smerge-mode.el (smerge-refined-changed): Rename from
1204 `smerge-refined-change'.
1205 (smerge-refined-change): Add obsolete face alias.
1206
1207 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * rect.el (rectangle-preview): New custom.
1210 (rectangle): New group.
1211 (rectangle--pos-cols): Add `window' argument.
1212 (rectangle--string-preview-state, rectangle--string-preview-window):
1213 New vars.
1214 (rectangle--string-flush-preview, rectangle--string-erase-preview)
1215 (rectangle--space-to, rectangle--string-preview): New functions.
1216 (string-rectangle): Use them.
1217 (rectangle--inhibit-region-highlight): New var.
1218 (rectangle--highlight-for-redisplay): Obey it. Make sure
1219 `apply-on-region' uses the point-crutches of the right window.
1220 Use :align-to rather than multiple spaces.
1221
1222 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
1223
1224 * ruler-mode.el (ruler-mode-window-col)
1225 (ruler-mode-mouse-set-left-margin)
1226 (ruler-mode-mouse-set-right-margin): Fix calculation of column
1227 from mouse position (Bug#17768).
1228
1229 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
1230
1231 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1232 without varname or rhs causes crash.
1233 (dun-ftp): Fix bug where blank ftp password is allowed, making it
1234 impossible to win endgame.
1235 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1236 rlogin is anymore.
1237 (dun-help): Bump version number; update contact info.
1238
1239 2014-06-15 Eli Barzilay <eli@barzilay.org>
1240
1241 * calculator.el (calculator-prompt, calculator-remove-zeros)
1242 (calculator-mode-hook, calculator-operators, calculator-stack)
1243 (calculator-mode): Tweak docstring.
1244 (calculator-user-operators): Tweak docstring, fix a bug in the last
1245 example.
1246 (calculator-displayer): `std' case has an optional boolean.
1247 (calculator-displayers): Use the new boolean to group in decimal mode.
1248 (calculator-mode-map, calculator, calculator-message)
1249 (calculator-op-arity, calculator-add-operators)
1250 (calculator-string-to-number, calculator-displayer-prev)
1251 (calculator-displayer-next, calculator-remove-zeros)
1252 (calculator-eng-display, calculator-number-to-string)
1253 (calculator-update-display, calculator-last-input)
1254 (calculator-clear-fragile, calculator-digit, calculator-decimal)
1255 (calculator-exp, calculator-saved-move, calculator-clear)
1256 (calculator-copy, calculator-put-value, calculator-help)
1257 (calculator-expt, calculator-truncate): Minor code improvements.
1258 (calculator-need-3-lines): New function pulling out code from
1259 `calculator'.
1260 (calculator-get-display): Rename from `calculator-get-prompt', and
1261 improved.
1262 (calculator-push-curnum): Rename from `calculator-curnum-value', and
1263 extended for all uses of it. All callers changed.
1264 (calculator-groupize-number): New utility for splitting a number into
1265 groups.
1266 (calculator-standard-displayer): Improve code, new optional argument to
1267 use comma-split groups, make second argument optional too to use with
1268 'left/'right inputs. All callers changed.
1269 (calculator-reduce-stack-once): New utility, doing the meat of what
1270 `calculator-reduce-stack' used to do, much improved (mostly using
1271 `pcase' for conciseness and clarity).
1272 (calculator-reduce-stack): Now doing just the reduction loop using
1273 `calculator-reduce-stack-once'.
1274 (calculator-funcall): Improve code, make it work in v24.3.1 too.
1275 (calculator-last-input): Improve code, remove some old cruft.
1276 (calculator-quit): Kill `calculator-buffer' in electric mode too.
1277 (calculator-integer-p): Remove.
1278 (calculator-fact): Improve code, make it work on non-integer values
1279 too (using truncated numbers).
1280
1281 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1282
1283 Sync with Tramp 2.2.10.
1284
1285 * net/tramp.el (tramp-methods): Tweak docstring.
1286 (tramp-handle-file-accessible-directory-p): Check for
1287 `file-readable-p' instead of `file-executable-p'.
1288 (tramp-check-cached-permissions):
1289 Use `tramp-compat-file-attributes'.
1290 (tramp-call-process): Add new argument VEC. Adapt callees in all
1291 tramp*.el files.
1292
1293 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1294 (tramp-adb-maybe-open-connection): Don't set
1295 `tramp-current-*' variables.
1296
1297 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1298 file properties of temporary buffers.
1299
1300 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1301
1302 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1303 (tramp-gvfs-handle-delete-file): Flush file
1304 properties, not directory properties.
1305 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1306 reading "unix::mode".
1307 (tramp-gvfs-handle-file-name-all-completions):
1308 Use "-h" option for "gvfs-ls".
1309 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1310 (tramp-gvfs-send-command): Simplify traces.
1311
1312 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1313 (vc-git-program, vc-hg-program): Declare.
1314 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
1315 (tramp-methods) <nc>: Add new method.
1316 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1317 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1318 `tramp-login-args'.
1319 (tramp-default-user-alist): Add "nc".
1320 (top): Remove completion function for "sftp". Add completion
1321 functions for "nc" and "psftp".
1322 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1323 Implement support for "nc" method.
1324 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1325 (tramp-remote-coding-commands, tramp-call-local-coding-command):
1326 Tweak docstring.
1327 (tramp-sh-handle-write-region): Tweak error message.
1328 (tramp-sh-handle-vc-registered): Remove backends when the remote
1329 binary does not exist.
1330 (tramp-find-inline-encoding): Do not raise an error.
1331 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
1332 the "nc" case. Quote result also locally.
1333
1334 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1335 (tramp-smb-handle-set-file-acl): Use `start-process'.
1336 (tramp-smb-handle-insert-directory): Use progress reporter.
1337 (tramp-smb-handle-rename-file): Flush also file properties of
1338 FILENAME.
1339
1340 * net/trampver.el: Update release number.
1341
1342 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1345 add-to-list.
1346 (ses-localvars): Remove ses--local-printer-list, unused.
1347 (ses--metaprogramming): New macro. Use it to defvar variables.
1348 (ses-set-localvars): Simplify.
1349 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
1350 property-list into an alist.
1351 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1352 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1353 Remove; use defstruct accessors/setters instead.
1354 (ses-cell-formula-aset, ses-cell-printer-aset)
1355 (ses-cell-references-aset): Remove, use setf instead.
1356 (ses--alist-get): New function.
1357 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1358 Use an alist instead of a plist and don't do move-to-front since the
1359 list is always short.
1360 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1361 (ses-cell-property-set-fun, ses-cell-property-set)
1362 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1363 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1364 (ses--letref): New macro.
1365 (ses-cell-property-pop): Rewrite.
1366 (ses--cell): Rename from ses-cell and make it into a function.
1367 Make `formula' fallback on `value' if nil.
1368 (ses--local-printer): Rename from ses-local-printer and make it into
1369 a function.
1370 (ses-set-cell): Turn it into a macro so finding the accessor from the
1371 field name is done at compile time.
1372 (ses-repair-cell-reference-all): Test presence of `sym' rather than
1373 `ref' before adding `sym' to :ses-repair-reference.
1374 (ses-calculate-cell): Use ses--letref rather than
1375 ses-cell-property-get-handle.
1376 (ses-write-cells): Use a single prin1-to-string.
1377 (ses-setter-with-undo): New function.
1378 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1379 (ses-unset-with-undo): Remove.
1380 (ses-load): Prefer apply' over `eval'.
1381 (ses-read-printer, ses-set-column-width): Use standard "(default
1382 foo)" format.
1383
1384 2014-06-15 Glenn Morris <rgm@gnu.org>
1385
1386 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1387
1388 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1389 Replace delete-duplicates and mapcan by cl- versions throughout.
1390 And cl-macroexpand-all by macroexpand-all.
1391 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1392
1393 2014-06-15 Eli Zaretskii <eliz@gnu.org>
1394
1395 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1396
1397 2014-06-15 Juri Linkov <juri@jurta.org>
1398
1399 * bindings.el: Put `ascii-character' property on keypad keys
1400 mapped to characters. (Bug#17759)
1401
1402 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1405 bumping forward into a closing paren (bug#17761).
1406
1407 * term/xterm.el (xterm--version-handler): Work around for OSX
1408 Terminal.app (bug#17607).
1409
1410 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
1411
1412 * play/dunnet.el (dun-describe-room, dun-mode):
1413 If a lamp is in the room, you won't be eaten by a grue.
1414
1415 2014-06-13 Glenn Morris <rgm@gnu.org>
1416
1417 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1418 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1419 (compile-always): GNU make automatically passes
1420 command-line arguments to sub-makes.
1421
1422 * calendar/calendar.el (calendar-generate-window):
1423 Remove pointless call to font-lock-fontify-buffer.
1424
1425 2014-06-13 Matthias Meulien <orontee@gmail.com>
1426
1427 * simple.el (completion-list-mode-map): Navigate with tab and backtab
1428 (bug#17767).
1429
1430 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * simple.el (set-mark-command): Simplify a bit.
1433
1434 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1435
1436 * help.el (help--key-binding-keymap): New function.
1437 (help--binding-locus): New function.
1438 (describe-key): Mention the keymap in which the binding was
1439 found. (bug#13948)
1440
1441 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * hippie-exp.el (he--all-buffers): New function.
1444 (try-expand-line-all-buffers, try-expand-list-all-buffers)
1445 (try-expand-dabbrev-all-buffers): Use it.
1446
1447 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
1448
1449 * hippie-exp.el (try-expand-line-all-buffers)
1450 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1451 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1452 original buffer, in case they're buffer-local.
1453
1454 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1455
1456 * ses.el (ses-initial-global-parameters-re): New defconst, a
1457 specific regexp is needed now that ses.el can handle both
1458 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
1459 local printers.
1460 (ses-localvars): Add local variables needed for local printer handling.
1461 (ses-set-localvars): Handle hashmap initialisation.
1462 (ses-paramlines-plist): Add param-line for number of local printers.
1463 (ses-paramfmt-plist): New defconst, needed for code factorization
1464 between functions `ses-set-parameter' and
1465 `ses-file-format-extend-paramter-list'
1466 (ses-make-local-printer-info): New defsubst.
1467 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1468 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
1469 (ses-cell-printer-aset): New defmacro.
1470 (ses-local-printer-compile): New defun.
1471 (ses-local-printer): New defmacro.
1472 (ses-printer-validate, ses-call-printer): Add support for local
1473 printer functions.
1474 (ses-file-format-extend-paramter-list): New defun.
1475 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
1476 factorization.
1477 (ses-load): Add support for local printer functions.
1478 (ses-read-printer): Update docstring and add support for local printer
1479 functions.
1480 (ses-refresh-local-printer, ses-define-local-printer): New defun.
1481 (ses-safe-printer): Add support for local printer functions.
1482
1483 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
1484
1485 * ffap.el (ffap-lax-url): New var (bug#17723).
1486 (ffap-url-at-point): Use it.
1487 (ffap-file-at-point): Avoid returning just "/".
1488
1489 2014-06-12 Matthias Meulien <orontee@gmail.com>
1490
1491 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
1492 (python-mode-map): Bind it.
1493
1494 * progmodes/python.el (class skeleton): Don't erase last char of class
1495 name (bug#17683).
1496
1497 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
1498
1499 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
1500
1501 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
1502
1503 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
1504 (bug#17745).
1505
1506 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * international/mule-cmds.el: Use lexical-binding.
1509 (ucs-names): Simplify.
1510
1511 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
1512
1513 * progmodes/python.el (run-python): Use read-shell-command.
1514
1515 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * rect.el: Make it possible to move bounds past EOL or into TABs.
1518 (operate-on-rectangle): Use apply-on-rectangle.
1519 (rectangle--mark-crutches): New var.
1520 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
1521 (rectangle--crutches, rectangle--reset-crutches): New functions.
1522 (apply-on-rectangle): Obey crutches. Avoid setq.
1523 Fix missing final iteration if end is at EOB&BOL.
1524 (rectangle-mark-mode-map): Add remap bindings for
1525 exchange-point-and-mark and char/line movements.
1526 (rectangle--*-char): New function.
1527 (rectangle-exchange-point-and-mark, rectangle-right-char)
1528 (rectangle-left-char, rectangle-forward-char)
1529 (rectangle-backward-char, rectangle-next-line)
1530 (rectangle-previous-line): New commands.
1531 (rectangle--place-cursor): New function.
1532 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
1533
1534 2014-06-08 Glenn Morris <rgm@gnu.org>
1535
1536 * startup.el (initial-buffer-choice): Doc fix.
1537 Reset :version (adding an option does not merit a :version bump).
1538
1539 * bookmark.el (bookmark-load):
1540 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1541
1542 2014-06-08 Juri Linkov <juri@jurta.org>
1543
1544 * desktop.el: Activate auto-saving on window configuration changes.
1545 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1546 `desktop-auto-save-set-timer' to/from
1547 `window-configuration-change-hook'.
1548 (desktop-auto-save-set-timer): Change REPEAT arg of
1549 `run-with-idle-timer' from t to nil.
1550 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1551
1552 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
1553
1554 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1555 vc-hg-command (bug#17570).
1556
1557 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1560 (bug#17702).
1561
1562 2014-06-08 Glenn Morris <rgm@gnu.org>
1563
1564 * startup.el (window-setup-hook): Doc fix.
1565
1566 * emacs-lisp/package.el (package-check-signature)
1567 (package-unsigned-archives): Doc fixes.
1568
1569 2014-06-08 Martin Rudalics <rudalics@gmx.at>
1570
1571 * window.el (display-buffer-use-some-window): Don't make window
1572 used smaller than it was before (Bug#17671).
1573
1574 2014-06-08 Eli Zaretskii <eliz@gnu.org>
1575
1576 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1577 'redisplay' instead of '(sit-for 0)'.
1578
1579 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
1580
1581 * net/tramp.el (tramp-ssh-controlmaster-options):
1582 Improve search regexp. (Bug#17653)
1583
1584 2014-06-08 Glenn Morris <rgm@gnu.org>
1585
1586 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1587
1588 2014-06-08 Eli Zaretskii <eliz@gnu.org>
1589
1590 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1591
1592 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1593
1594 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
1595 (bug#17586).
1596
1597 * vc/vc-hg.el (vc-hg-log-graph): New var.
1598 (vc-hg-print-log): Use it.
1599 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
1600 graph output (bug#17515).
1601
1602 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * mouse.el (mouse-posn-property): Ignore buffer position info when the
1605 even happened elsewhere.
1606
1607 2014-06-06 Mario Lang <mlang@delysid.org>
1608
1609 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
1610 `recenter' if `current-buffer' is equal to `window-buffer'.
1611
1612 2014-06-05 Leo Liu <sdl.web@gmail.com>
1613
1614 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
1615
1616 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
1617
1618 * textmodes/tildify.el (tildify-foreach-region-outside-env):
1619 New function which calls a callback on portions of the buffer that are
1620 outside of ignored environments.
1621 (tildify-build-regexp): Remove function since it is now
1622 incorporated in `tildify-foreach-region-outside-env' where it is
1623 optimised and simplified by the use of `mapconcat'.
1624 (tildify-tildify): Return number of substitutions made so that…
1625 (tildify-count): …can be removed.
1626 (tildify-find-env): Accept a new PAIRS argument which was
1627 previously looked up in `tildify-ignored-environments-alist' each
1628 time the function was called. With this change, the lookup is
1629 performed only once in `tildify-foreach-region-outside-env'.
1630 (tildify-region): Greatly simplify the function since now most of
1631 the work is done by `tildify-foreach-region-outside-env'.
1632 (tildify-mode-alist): Simplify slightly by avoiding if and setq
1633 and instead using or.
1634
1635 * textmodes/tildify.el (tildify-ignored-environments-alist):
1636 Optimise environments regexes
1637
1638 Each time beginning of an environment to ignore is found,
1639 `tildify-find-env' needs to identify regexp for the ending
1640 of the environment. This is done by trying all the opening
1641 regexes on matched text in a loop, so to speed that up, this
1642 loop should have fewer things to match, which can be done by
1643 using alternatives in the opening regexes.
1644
1645 Coincidentally, this should make matching of the opening
1646 regexp faster as well thanks to the use of `regexp-opt' and
1647 having common prefix pulled from many regexes.
1648
1649 * textmodes/tildify.el (tildify-string-alist)
1650 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
1651 of supported modes since `xml-mode' is no longer a thing but just
1652 an alias to the former. Also include comments and insides of tags
1653 in `tildify-ignored-environments-alist' for XML modes. Finally,
1654 since XML does not define “&nbsp;”[1], use a numeric reference for
1655 a no-break space (namely “&#160;”)
1656
1657 [1] XML specification defines only a handful of predefined entities.
1658 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
1659 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
1660 >, &, ' and " respectively). This is in contrast to HTML and even
1661 XHTML which defined a whole bunch of entities including “&nbsp;”.
1662
1663 * textmodes/tildify.el (tildify-pattern-alist)
1664 (tildify-string-alist, tildify-ignored-environments-alist):
1665 Improve defcustom's types by adding more tags explaining what each
1666 value means and replace “sexp” used in
1667 `tildify-ignored-environments-alist' with a full type declaration.
1668
1669 * textmodes/tildify.el (tildify-find-env): Fix matched group
1670 indexes in end-regex building
1671
1672 When looking for a start of an ignore-environment, the regex is built
1673 by concatenating regexes of all the environments configured in
1674 `tildify-ignored-environments-alist'. So for example, the following
1675 list could be used to match TeX's \verb and \verb* commands:
1676
1677 (("\\\\verb\\(.\\)" . (1))
1678 ("\\\\verb\\*\\(.\\)" . (1)))
1679
1680 This would result in the following regex being used to find the start
1681 of any of the variants of the \verb command:
1682
1683 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
1684
1685 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
1686 won't match anything, and thus (match-string 1) will be nil, which
1687 will cause building of the end-matching regex to fail.
1688
1689 Fix this by using capture groups from the time when the opening
1690 regexes are matched individually.
1691
1692 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
1693 in `tildify-find-env'
1694
1695 The `tildify-ignored-environments-alist' allows the end-regex to
1696 be provided not as a static string but mix of strings and indexes
1697 of groups matched the begin-regex. For example, the “\verb!…!”
1698 TeX-command (where “!” is an arbitrary character) is handled
1699 using:
1700
1701 ("\\\\verb\\*?\\(.\\)" . (1))
1702
1703 In the same way, the following should be supported as well:
1704
1705 ("open-\\(.\\)" . ("end-" 1))
1706
1707 However the tildify-find-env function fails at
1708
1709 (concat result
1710 (if (stringp (setq aux (car expression)))
1711 expression ; BUG: expression is a list
1712 (regexp-quote (match-string aux))))
1713
1714 where the string part is handled incorrectly.
1715
1716 The most trivial fix would be to replace `expression' in the
1717 true-part of the if-statement with `aux', but instead, this commit
1718 optimises `tildify-find-env' by changing it to use `mapconcat'
1719 rather than open-coded while-loop.
1720
1721 2014-06-05 Mario Lang <mlang@delysid.org>
1722
1723 * woman.el (woman-mapcan): Remove.
1724 (woman-parse-colon-path): Use cl-mapcan instead.
1725
1726 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1727
1728 * register.el: Add link to Emacs manual in Commentary.
1729
1730 2014-06-02 Sam Steingold <sds@gnu.org>
1731
1732 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
1733 (popup-menu): ...here.
1734 (menu-bar-open): Use it to avoid an error when `lookup-key'
1735 returns a number.
1736
1737 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
1738
1739 * net/tramp.el (tramp-call-process): Add traces.
1740 (tramp-handle-unhandled-file-name-directory): Return "/".
1741
1742 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
1743
1744 Sync with upstream verilog-mode revision 3cd8144.
1745 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1746 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
1747 (verilog-type-font-keywords): Add nor.
1748 (verilog-batch-execute-func): Force reading of Local Variables.
1749 Fix printing "no changes to be saved" with verilog-batch.
1750 (verilog-auto-arg-ports): Doc fix.
1751 Add verilog-auto-arg-format to support newlines in AUTOARG.
1752 (verilog-auto-arg): Doc fix.
1753
1754 2014-06-02 Glenn Morris <rgm@gnu.org>
1755
1756 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
1757 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
1758 * emulation/ws-mode.el: Move to obsolete/.
1759 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
1760
1761 2014-06-02 Eli Zaretskii <eliz@gnu.org>
1762
1763 * simple.el (keyboard-quit): Force update of mode lines, to remove
1764 the "Def" indicator, if we were defining a macro. (Bug#17615)
1765
1766 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * minibuffer.el (minibuffer-force-complete-and-exit):
1769 Obey minibuffer-default (bug#17545).
1770
1771 * progmodes/js.el (js-indent-line): Don't mix columns and chars
1772 (bug#17619).
1773
1774 * subr.el (set-transient-map): Don't wait for some "nested"
1775 transient-map to finish if we're only supposed to be active for
1776 the next command (bug#17642).
1777
1778 2014-06-02 Leo Liu <sdl.web@gmail.com>
1779
1780 * emacs-lisp/gv.el (window-buffer, window-display-table)
1781 (window-dedicated-p, window-hscroll, window-point, window-start):
1782 Fix gv-expander. (Bug#17630)
1783
1784 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1787 clicks (bug#17633).
1788
1789 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1790 for the single comma, since ", " is *very* common in normal French text
1791 (bug#17643).
1792
1793 2014-06-02 Glenn Morris <rgm@gnu.org>
1794
1795 * emacs-lisp/package.el (package-check-signature)
1796 (package-unsigned-archives): Fix :version.
1797
1798 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * subr.el (sit-for): Don't run input-methods (bug#15614).
1801
1802 2014-06-02 Glenn Morris <rgm@gnu.org>
1803
1804 * cus-start.el: Fix some :version numbers.
1805
1806 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * simple.el (deactivate-mark): Set mark-active to nil even if
1809 deactivation is done via setting transient-mark-mode to nil,
1810 since one is buffer-local and the other is global.
1811
1812 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1813 there can't be more than 2 arguments (bug#17584).
1814
1815 2014-06-02 Glenn Morris <rgm@gnu.org>
1816
1817 * simple.el (filter-buffer-substring-functions)
1818 (filter-buffer-substring-function, buffer-substring-filters)
1819 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1820
1821 * minibuffer.el (completion-in-region-functions, completion-in-region)
1822 (completion--in-region): Doc fixes.
1823
1824 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1825 (expand-abbrev, abbrev--default-expand): Doc fixes.
1826
1827 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1828
1829 Include sources used to create macuvs.h.
1830 * international/README: Refer to the Unicode Terms of Use rather
1831 than copying it bodily here, as that simplifies maintenance.
1832
1833 2014-06-01 Glenn Morris <rgm@gnu.org>
1834
1835 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
1836
1837 2014-05-31 Glenn Morris <rgm@gnu.org>
1838
1839 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
1840
1841 2014-05-30 Glenn Morris <rgm@gnu.org>
1842
1843 * loadup.el: Treat `command-line-args' more flexibly.
1844
1845 2014-05-30 Alan Mackenzie <acm@muc.de>
1846
1847 Guard (looking-at "\\s!") from XEmacs.
1848 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1849
1850 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
1851
1852 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1853 The argument COUNT is now optional, to be more backward-compatible.
1854 Doc fix. (Bug#17560)
1855
1856 2014-05-29 Reuben Thomas <rrt@sc3d.org>
1857
1858 * whitespace.el (whitespace-report-region):
1859 Simplify documentation.
1860 (whitespace-report-region): Allow report-if-bogus to take the
1861 value `never', for non-interactive use.
1862 (whitespace-report): Refer to whitespace-report-region's
1863 documentation.
1864
1865 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * whitespace.el: Use font-lock-flush. Minimize refontifications.
1868 Side benefit: it works without jit-lock.
1869 (whitespace-point--used): New buffer-local var.
1870 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
1871 (whitespace-color-off): Use font-lock-flush.
1872 (whitespace-point--used, whitespace-point--flush-used): New functions.
1873 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1874 (whitespace-empty-at-eob-regexp): Use them.
1875 (whitespace-post-command-hook): Rewrite.
1876
1877 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1878 (font-lock-fontify-buffer): Mark interactive-only.
1879 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1880 Make buffer-local.
1881 (font-lock-specified-p): Remove redundant boundp check.
1882 (font-lock-flush-function, font-lock-ensure-function): New vars.
1883 (font-lock-turn-on-thing-lock): Set them.
1884 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1885 (font-lock-after-change-function): Make `old-len' optional.
1886 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1887 Call font-lock-flush, just in case.
1888 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1889 recent Emacsen.
1890 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1891 (vera-mode-map, vera-mode-menu): Remove bindings to it.
1892 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1893 and with-syntax-table.
1894 * textmodes/conf-mode.el (conf-quote-normal):
1895 * progmodes/sh-script.el (sh-set-shell):
1896 * progmodes/prog-mode.el (prettify-symbols-mode):
1897 * progmodes/f90.el (f90-font-lock-n):
1898 * progmodes/cwarn.el (cwarn-mode):
1899 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1900 * progmodes/compile.el (compilation-setup, compilation--unsetup):
1901 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1902 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1903 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1904 font-lock-fontify-buffer-function and
1905 font-lock-unfontify-buffer-function.
1906 (rmail-unfontify-buffer-function, rmail-fontify-message):
1907 Use with-silent-modifications.
1908 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1909 and font-lock-ensure.
1910 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1911
1912 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
1913
1914 * emacs-lisp/package.el (package-generate-autoloads):
1915 Inhibit backup files.
1916
1917 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1920 (bug#17608).
1921
1922 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
1923
1924 * textmodes/tildify.el (tildify-buffer, tildify-region):
1925 Add dont-ask option.
1926
1927 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
1930 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1931
1932 * subr.el (internal--funcall-interactively): New.
1933 (internal--call-interactively): Remove.
1934 (called-interactively-p): Detect funcall-interactively instead of
1935 call-interactively.
1936 * simple.el (repeat-complex-command): Use funcall-interactively.
1937 (repeat-complex-command--called-interactively-skip): Remove.
1938
1939 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * register.el (register-read-with-preview): Don't burp on
1942 frame switches (e.g. due to the frame we just popped).
1943
1944 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1945 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1946
1947 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
1948
1949 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1950
1951 2014-05-26 Martin Rudalics <rudalics@gmx.at>
1952
1953 * window.el (window--dump-frame): Remove interactive specification.
1954
1955 2014-05-26 Glenn Morris <rgm@gnu.org>
1956
1957 * hippie-exp.el (he-line-search-regexp):
1958 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1959
1960 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1961
1962 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1963 to avoid errors when trying to create or visit a file foo.todo
1964 located outside to todo-directory, and to allow having such files
1965 without them being tied to Todo mode (bug#17482).
1966 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1967 (todo-archive-done-item, todo-find-filtered-items-file)
1968 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1969 (todo-category-completions, todo-read-category): When visiting a
1970 Todo file, make sure we're in the right mode and the buffer local
1971 variables are set.
1972 (todo-make-categories-list, todo-reset-nondiary-marker)
1973 (todo-reset-done-string, todo-reset-comment-string):
1974 After processing all Todo files, kill the buffers of those files that
1975 weren't being visited before the processing.
1976 (todo-display-as-todo-file, todo-add-to-buffer-list)
1977 (todo-visit-files-commands): Comment out.
1978 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1979 (auto-mode-alist): Remove add-to-list calls making Todo file
1980 extensions unrestrictedly tied to Todo modes.
1981
1982 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1985 (advice-function-member-p): Tell it to check both names and functions
1986 (bug#17531).
1987 (advice--add-function): Adjust call accordingly.
1988
1989 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1990
1991 * calendar/todo-mode.el: Miscellaneous bug fixes.
1992 (todo-delete-file): When deleting an archive but not its todo
1993 file, make sure to update the todo file's category sexp.
1994 (todo-move-category): Keep the moved category's name unless the
1995 file moved to already has a category with that name. If the
1996 numerically last category of the source file was moved, make the
1997 first category current to avoid selecting a nonexisting category.
1998 (todo-merge-category): Fix implementation to make merging to a
1999 category in another file work as documented. Eliminate now
2000 insufficient and unnecessary renaming of archive category, correct
2001 document string accordingly, and clarify it. If the numerically
2002 last category of the source file was merged, make the first
2003 category current to avoid selecting a nonexisting category.
2004 (todo-archive-done-item): When there are marked items and point
2005 happens to be on an unmarked item, ignore the latter. Don't leave
2006 point below last item after archiving marked items.
2007 (todo-unarchive-items): Fix logic to ensure unarchiving an item
2008 from an archive with only one category deletes the archive only
2009 when the category is empty after unarchiving. Make sure the todo
2010 file's category sexp is updated.
2011 (todo-read-file-name): Allow an existing file name even when it is
2012 not required (todo-move-category needs this to work as documented).
2013 (todo-add-file): Call todo-validate-name to reject the name of an
2014 existing todo file (needed due to fix in todo-read-file-name).
2015 (todo-reset-nondiary-marker): Also reset in filtered items files.
2016 (todo-reset-done-string, todo-reset-comment-string): Also reset in
2017 regexp filtered items files.
2018 (todo-reset-highlight-item): Also reset in filtered items files.
2019 Fix incorrect variable reference in document string.
2020
2021 2014-05-26 Glenn Morris <rgm@gnu.org>
2022
2023 * window.el (window--dump-frame): Avoid error in --without-x builds.
2024
2025 2014-05-26 Glenn Morris <rgm@gnu.org>
2026
2027 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2028
2029 2014-05-26 Eli Zaretskii <eliz@gnu.org>
2030
2031 * frame.el (set-frame-font): Doc fix.
2032
2033 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
2034
2035 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
2036
2037 * emacs-lisp/package.el (package--download-one-archive):
2038 Use `write-region' instead of `save-buffer' to avoid running various
2039 hooks. (Bug#17155)
2040 (describe-package-1): Same. Insert newline at the end of the
2041 buffer if appropriate.
2042
2043 2014-05-26 Juri Linkov <juri@jurta.org>
2044
2045 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2046 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2047 Add more modifiers: meta, control, shift, hyper, super, alt.
2048 (Bug#17439)
2049
2050 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2051 to allow changing its value with `set-variable'.
2052
2053 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2056 #; comments.
2057 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2058 New functions.
2059 (scheme-mode-variables): Set syntax-propertize-function instead of
2060 font-lock-syntactic-face-function.
2061 (scheme-font-lock-syntactic-face-function): Delete.
2062
2063 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2064
2065 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2066 (bug#17392).
2067
2068 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2071 for a temporary file name.
2072
2073 2014-05-26 Eli Zaretskii <eliz@gnu.org>
2074
2075 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
2076
2077 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
2078
2079 * net/dbus.el (dbus-init-bus, dbus-call-method)
2080 (dbus-call-method-asynchronously, dbus-send-signal)
2081 (dbus-method-return-internal, dbus-method-error-internal):
2082 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
2083
2084 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2085
2086 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2087 methods which do not have a doc string. (Bug#17490)
2088
2089 2014-05-25 Tassilo Horn <tsdh@gnu.org>
2090
2091 * textmodes/reftex-ref.el (reftex-format-special): Make it work
2092 also for AMS Math's \eqref macro.
2093
2094 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2095
2096 Arrange to never byte-compile the generated -pkg.el file.
2097
2098 * emacs-lisp/package.el (package-generate-description-file):
2099 Output first-line comment to set buffer-local var `no-byte-compile'.
2100 Suggested by Dmitry Gutov:
2101 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2102
2103 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2104
2105 Fix bug: Properly quote args to generated -pkg.el `define-package'.
2106
2107 * emacs-lisp/package.el (package-generate-description-file):
2108 Inline `package--alist-to-plist'; rewrite to selectively
2109 quote alist values that are not self-quoting.
2110 (package--alist-to-plist): Delete func.
2111
2112 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
2113
2114 * term/xterm.el (xterm-function-map): Add mapping for shifted
2115 keypad keys.
2116
2117 2014-05-24 Daniel Colascione <dancol@dancol.org>
2118
2119 * progmodes/subword.el (subword-find-word-boundary): Move point to
2120 correct spot before search. (Bug#17580)
2121
2122 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2123 breaking the build.
2124
2125 2014-05-24 Leo Liu <sdl.web@gmail.com>
2126
2127 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
2128
2129 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * minibuffer.el (completion--sreverse): Remove.
2132 (completion--common-suffix): Use `reverse' instead.
2133 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2134
2135 2014-05-22 Glenn Morris <rgm@gnu.org>
2136
2137 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2138
2139 2014-05-21 Daniel Colascione <dancol@dancol.org>
2140
2141 * files.el (interpreter-mode-alist): Add mksh.
2142
2143 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2144 derivative.
2145 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2146 mksh. Improve custom spec; allow regular expressions.
2147 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2148 (sh-after-hack-local-variables): New function.
2149 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2150 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2151 the normalization.
2152 (sh-canonicalize-shell): Rewrite to support regexes.
2153
2154 2014-05-21 Leo Liu <sdl.web@gmail.com>
2155
2156 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2157
2158 2014-05-19 Leo Liu <sdl.web@gmail.com>
2159
2160 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2161
2162 2014-05-18 Glenn Morris <rgm@gnu.org>
2163
2164 * loadup.el:
2165 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2166
2167 2014-05-14 Sam Steingold <sds@gnu.org>
2168
2169 * progmodes/python.el (python-shell-get-or-create-process):
2170 Do not bind `current-prefix-arg' so that C-c C-z does not talk
2171 back unless requested.
2172
2173 2014-05-14 Glenn Morris <rgm@gnu.org>
2174
2175 * subr.el (with-file-modes): New macro.
2176 * printing.el (pr-save-file-modes): Make obsolete.
2177 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2178 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2179 Add with-file-modes.
2180 * doc-view.el (doc-view-make-safe-dir):
2181 * epg.el (epg--start):
2182 * files.el (locate-user-emacs-file, make-temp-file)
2183 (backup-buffer-copy, move-file-to-trash):
2184 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2185 * eshell/esh-util.el (eshell-with-private-file-modes)
2186 (eshell-make-private-directory):
2187 * net/browse-url.el (browse-url-mosaic):
2188 * obsolete/mailpost.el (post-mail-send-it):
2189 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2190 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2191 Use with-file-modes.
2192
2193 * vc/emerge.el (emerge-make-temp-file): Simplify.
2194
2195 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
2196 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2199 suffix (bug#15419).
2200
2201 2014-05-14 Glenn Morris <rgm@gnu.org>
2202
2203 * vc/emerge.el (emerge-temp-file-prefix):
2204 Make pointless option obsolete.
2205 (emerge-temp-file-mode): Make non-functional option obsolete.
2206
2207 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
2208
2209 * net/browse-url.el (browse-url):
2210 Use `unhandled-file-name-directory' when setting `default-directory',
2211 in order to circumvent stalled remote connections. (Bug#17425)
2212
2213 2014-05-14 Glenn Morris <rgm@gnu.org>
2214
2215 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2216 Optimize on Emacs, which has the relevant functions for ages.
2217
2218 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * simple.el (undo-make-selective-list): Obey undo-no-redo.
2221
2222 2014-05-12 Sam Steingold <sds@gnu.org>
2223
2224 * calendar/time-date.el (seconds-to-string): New function to
2225 pretty print time delay in seconds.
2226
2227 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * mpc.el (mpc-format): Trim Date to the year.
2230 (mpc-songs-hashcons): Shorten the Date field.
2231
2232 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2233 into autoloading just because of a silly indirection.
2234
2235 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
2236
2237 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
2238
2239 2014-05-12 Glenn Morris <rgm@gnu.org>
2240
2241 * emacs-lisp/find-gc.el: Move to ../admin.
2242
2243 * printing.el (pr-version):
2244 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2245
2246 * net/browse-url.el (browse-url-mosaic):
2247 Create /tmp/Mosaic.PID as a private file.
2248
2249 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2252 (advice--member-p): If name is given, only compare the name.
2253 (advice--remove-function): Don't stop at the first match.
2254 (advice--normalize-place): New function.
2255 (add-function, remove-function): Use it.
2256 (advice--add-function): Pass the name, if any, to
2257 advice--remove-function.
2258
2259 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
2260
2261 * electric.el (electric-indent-post-self-insert-function): Don't use
2262 `pos' after modifying the buffer (bug#17449).
2263
2264 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
2265
2266 * calendar/todo-mode.el (todo-insert-item-from-calendar):
2267 Correct argument list to conform to todo-insert-item--basic.
2268
2269 2014-05-12 Glenn Morris <rgm@gnu.org>
2270
2271 * files.el (cd-absolute): Test if directory is accessible
2272 rather than executable. (Bug#17330)
2273
2274 * progmodes/compile.el (recompile):
2275 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
2276
2277 * net/browse-url.el (browse-url-mosaic):
2278 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
2279 This is CVE-2014-3423.
2280
2281 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * mouse.el: Use the normal toplevel loop while dragging.
2284 (mouse-set-point): Handle multi-clicks.
2285 (mouse-set-region): Handle multi-clicks for drags.
2286 (mouse-drag-region): Update call accordingly.
2287 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2288 Use the normal event loop instead of a local while/read-event loop.
2289 (global-map): Remove redundant bindings for double/triple-mouse-1.
2290 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2291 Generate synthetic down events when the protocol only sends up events.
2292 (xterm-mouse-last): Remove.
2293 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2294 terminal parameter instead.
2295 (xterm-mouse--set-click-count): New function.
2296 (xterm-mouse-event): Detect/generate double/triple clicks.
2297 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2298
2299 * info.el (Info-quoted): New face.
2300 (Info-mode-font-lock-keywords): New var.
2301 (Info-mode): Use it.
2302
2303 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2304 are a hindrance for C-x C-e.
2305
2306 2014-05-11 Leo Liu <sdl.web@gmail.com>
2307
2308 * net/rcirc.el (rcirc-sentinel): Fix last change.
2309
2310 2014-05-08 Sam Steingold <sds@gnu.org>
2311
2312 * net/rcirc.el (rcirc-reconnect-delay): New user option.
2313 (rcirc-sentinel): Auto-reconnect to the server if
2314 `rcirc-reconnect-delay' is non-0 (but not more often than its
2315 value in case the host is off-line).
2316
2317 2014-05-09 Eli Zaretskii <eliz@gnu.org>
2318
2319 * progmodes/grep.el (lgrep): Fix a typo in last commit.
2320
2321 2014-05-09 Glenn Morris <rgm@gnu.org>
2322
2323 * files.el (file-expand-wildcards):
2324 * man.el (Man-support-local-filenames):
2325 * printing.el (pr-i-directory, pr-interface-directory):
2326 * progmodes/grep.el (lgrep, rgrep):
2327 * textmodes/ispell.el (ispell-call-process)
2328 (ispell-call-process-region, ispell-start-process)
2329 (ispell-init-process): Use file-accessible-directory-p.
2330
2331 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2334 (xterm-mouse--read-event-sequence-1000): Return nil if something
2335 looks fishy.
2336 (xterm-mouse-event): Propagate it.
2337 (xterm-mouse-translate-1): Handle it.
2338
2339 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
2340
2341 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2342 four slots of the parameter list are filled, make sure to pass it
2343 to the argument list of todo-insert-item--basic.
2344
2345 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2348 Add optional `seen' argument to detect and break infinite loops.
2349
2350 2014-05-08 Eli Zaretskii <eliz@gnu.org>
2351
2352 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2353 (trace-unsafe, trace-use-tree): Make parentheses style be
2354 according to Emacs style.
2355
2356 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/tramp-sh.el (tramp-remote-process-environment):
2359 Remove HISTFILE and HISTSIZE; it's too late to set them here.
2360 Add :version entry.
2361 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2362 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
2363 extra "PSx=..." commands.
2364 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2365 (Bug#17295)
2366
2367 (tramp-uudecode): Replace the hard-coded temporary file name by a
2368 format specifier.
2369 (tramp-remote-coding-commands): Enhance docstring.
2370 (tramp-find-inline-encoding): Replace "%t" by a temporary file
2371 name. (Bug#17415)
2372 This is CVE-2014-3424.
2373
2374 2014-05-08 Glenn Morris <rgm@gnu.org>
2375
2376 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2377 (find-gc-source-files): Update some names.
2378 (trace-call-tree): Simplify and update.
2379 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
2380 This is CVE-2014-3422.
2381
2382 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * minibuffer.el (completion--try-word-completion): Revert fix for
2385 Bug#15980 (bug#17375).
2386
2387 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2388 Always store button numbers in the same way in xterm-mouse-last;
2389 Don't burp is xterm-mouse-last is not set as expected.
2390 Never return negative indices.
2391
2392 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
2393
2394 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2395 Backtrack one char if the global/char-literal var matcher hits
2396 inside a string. The next char could be the beginning of an
2397 expression expansion.
2398
2399 2014-05-08 Glenn Morris <rgm@gnu.org>
2400
2401 * help-fns.el (describe-function-1): Test for an autoload before a
2402 macro, since `macrop' works on autoloads. (Bug#17410)
2403
2404 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * electric.el (electric-indent-functions-without-reindent): Add yaml.
2407
2408 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2409 Make sure the new point we return is within the new string (bug#17239).
2410
2411 2014-05-05 Daniel Colascione <dancol@dancol.org>
2412
2413 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2414 Port `gnu' pattern to rx.
2415
2416 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
2417
2418 Remove unneeded prompt when closing a buffer with active
2419 emacsclient ("Buffer ... still has clients"), #16548.
2420 * server.el (server-start): Remove the only call to:
2421 (server-kill-buffer-query-function): Remove.
2422
2423 2014-05-04 Leo Liu <sdl.web@gmail.com>
2424
2425 * calendar/diary-lib.el (calendar-chinese-month-name-array):
2426 Defvar to pacify compiler.
2427
2428 2014-05-04 Eli Zaretskii <eliz@gnu.org>
2429
2430 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2431
2432 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2435 Use nil rather than `default' for the "default" appearance (bug#17388).
2436 * vc/ediff-util.el (ediff-inferior-compare-regions)
2437 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2438 a misleading `default' value when it's really a boolean.
2439 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2440 overlay is not visible.
2441
2442 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
2443
2444 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2445 (todo-menu): Uncomment and update.
2446
2447 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
2448
2449 * calendar/todo-mode.el: Reimplement item editing to have the same
2450 basic user interface as item insertion, and make small UI and
2451 larger internal improvements to the latter.
2452 (todo-insert-item): Add reference to the Todo mode user manual to
2453 the documentation string.
2454 (todo-insert-item--basic): Rename from todo-basic-insert-item and
2455 adjust all callers. Change signature to combine diary and
2456 nonmarking arguments. Incorporate functionality of deleted item
2457 copying command and add error checking. Remove detailed
2458 descriptions of the arguments from the documentation string, since
2459 this is treated in the Todo mode user manual.
2460 (todo-copy-item, todo-edit-multiline-item)
2461 (todo-edit-done-item-comment, todo-edit-item-header)
2462 (todo-edit-item-time, todo-edit-item-date-from-calendar)
2463 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
2464 (todo-edit-item-date-year, todo-edit-item-date-month)
2465 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
2466 Remove.
2467 (todo-edit-item): Reimplement as wrapper command for
2468 todo-edit-item--next-key and make it distinguish done and not done
2469 todo items.
2470 (todo-edit-item--text): New function, replacing old command
2471 todo-edit-item and incorporating deleted commands
2472 todo-edit-multiline-item and todo-edit-done-item-comment.
2473 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
2474 Use only numeric value of prefix argument. Remove detailed
2475 descriptions of the arguments from the documentation string, since
2476 this is treated in the Todo mode user manual.
2477 (todo-edit-item--diary-inclusion): New function, replacing old
2478 command todo-edit-item-diary-inclusion and incorporating and fixing
2479 functionality of deleted command todo-edit-item-diary-nonmarking,
2480 making sure to remove todo-nondiary-marker when adding
2481 diary-nonmarking-symbol.
2482 (todo-edit-category-diary-inclusion): Make sure to delete
2483 diary-nonmarking-symbol when adding todo-nondiary-marker.
2484 (todo-edit-category-diary-nonmarking): Fix indentation.
2485 (todo-insert-item--parameters): Group diary and nonmarking
2486 parameters together.
2487 (todo-insert-item--apply-args): Adjust to signature of
2488 todo-insert-item--basic and incorporate copy parameter.
2489 Make small code improvements.
2490 (todo-insert-item--next-param): Improve prompt and adjust it to
2491 new parameter grouping. Remove obsolete code.
2492 (todo-edit-item--param-key-alist)
2493 (todo-edit-item--date-param-key-alist)
2494 (todo-edit-done-item--param-key-alist): New defconsts.
2495 (todo-edit-item--prompt): New variable.
2496 (todo-edit-item--next-key): New function.
2497 (todo-key-bindings-t): Bind "e" to todo-edit-item.
2498 Remove bindings of deleted commands.
2499
2500 2014-05-04 Leo Liu <sdl.web@gmail.com>
2501
2502 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
2503
2504 2014-05-04 Glenn Morris <rgm@gnu.org>
2505
2506 * allout-widgets.el (allout-widgets-tally)
2507 (allout-decorate-item-guides):
2508 * menu-bar.el (menu-bar-positive-p):
2509 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2510 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
2511 * progmodes/js.el (js--inside-param-list-p)
2512 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
2513 * progmodes/prolog.el (region-exists-p):
2514 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
2515 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
2516 Doc fixes (replace `iff').
2517
2518 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
2521
2522 2014-05-04 Leo Liu <sdl.web@gmail.com>
2523
2524 Support Chinese diary entries in calendar and diary. (Bug#17393)
2525 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
2526 (calendar-chinese-from-absolute-for-diary)
2527 (calendar-chinese-to-absolute-for-diary)
2528 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
2529 (diary-chinese-list-entries): New functions to list and mark
2530 Chinese diary entries in the calendar window.
2531 (diary-chinese-anniversary)
2532 (diary-chinese-insert-anniversary-entry)
2533 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
2534 (diary-chinese-insert-yearly-entry): New commands to insert
2535 Chinese diary entries.
2536
2537 * calendar/diary-lib.el (diary-font-lock-keywords):
2538 Support font-locking Chinese dates.
2539
2540 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
2541 inserting Chinese diary entries.
2542
2543 * calendar/calendar.el (diary-chinese-entry-symbol):
2544 New customizable variable.
2545 (calendar-mode-map): Add bindings for inserting Chinese diary
2546 entries.
2547
2548 2014-05-03 Juri Linkov <juri@jurta.org>
2549
2550 * dired.el (dired-check-switches, dired-switches-recursive-p):
2551 New functions. (Bug#17218)
2552 (dired-switches-escape-p, dired-move-to-end-of-filename):
2553 Use `dired-check-switches'.
2554 (dired-insert-old-subdirs, dired-build-subdir-alist)
2555 (dired-sort-R-check): Use `dired-switches-recursive-p'.
2556
2557 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
2558
2559 * simple.el (undo-make-selective-list): New algorithm fixes
2560 incorrectness of position adjustments when undoing in region.
2561 (Bug#17235)
2562 (undo-elt-crosses-region): Make obsolete.
2563 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
2564 New functions to adjust positions using undo-deltas.
2565
2566 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
2569 the last consecutive closing paren (bug#17345).
2570
2571 2014-04-30 Reuben Thomas <rrt@sc3d.org>
2572
2573 * dired.el (dired-mode): make terminology for eXpunge command
2574 consistent. (Bug#17276)
2575
2576 2014-04-30 Eli Zaretskii <eliz@gnu.org>
2577
2578 * dired.el (dired-initial-position-hook, dired-initial-position):
2579 Doc string fixes.
2580
2581 2014-04-30 Glenn Morris <rgm@gnu.org>
2582
2583 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
2584
2585 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
2586
2587 * faces.el (face-spec-recalc): Apply X resources only after the
2588 defface spec has been applied. Thus, X resources are no longer
2589 overriden by the defface spec which also fixes issues on win32 where
2590 the toolbar coloring was wrong because it is set through X resources
2591 and was (wrongfully) overriden. (Bug#16694)
2592
2593 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * textmodes/rst.el (electric-pair-pairs): Declare.
2596 (rst-mode): Set it (bug#17131).
2597
2598 2014-04-30 Juri Linkov <juri@jurta.org>
2599
2600 * desktop.el (desktop-value-to-string): Let-bind `print-length'
2601 and `print-level' to nil. (Bug#17351)
2602
2603 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2604
2605 * battery.el (battery-update): Handle the case where battery
2606 status is "N/A" (bug#17319).
2607
2608 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
2611 to syntax-propertize.
2612 (ps-mode-auto-indent): Mark as obsolete.
2613 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
2614 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
2615 word regexp operators.
2616 (ps-mode-map): Move initialization into declaration. Remove binding
2617 for TAB, RET, >, ], and }.
2618 (ps-mode-syntax-table): Move initialization into declaration.
2619 Don't give word syntax to non-word chars.
2620 (ps-run-mode-map): Move initialization into declaration.
2621 (ps-mode-menu-main): Remove auto-indent entry.
2622 (ps-mode-smie-rules): New function.
2623 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
2624 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
2625 (ps-mode--string-syntax-table): New const.
2626 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
2627 New functions.
2628 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
2629 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
2630
2631 2014-04-27 Daniel Colascione <dancol@dancol.org>
2632
2633 * term/xterm.el (xterm-paste): Use large finite timeout when
2634 reading event to avoid putting keys in this-command-keys.
2635
2636 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
2639 (perl-syntax-propertize-function): Use it. Extend handling of
2640 here-docs to the unquoted case.
2641
2642 2014-04-25 Eli Zaretskii <eliz@gnu.org>
2643
2644 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
2645 Use equal-including-properties to compare help-echo strings (bug#17331).
2646
2647 2014-04-25 Leo Liu <sdl.web@gmail.com>
2648
2649 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2650 Fix syntax for @. (Bug#17325)
2651
2652 2014-04-25 Daniel Colascione <dancol@dancol.org>
2653
2654 * emacs-lisp/cl.el (gv): Require gv early to break eager
2655 macro-expansion cycles.
2656
2657 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * simple.el (region-active-p): Check there's a mark (bug#17324).
2660
2661 * simple.el (completion-list-mode-map): Use choose-completion for the
2662 mouse binding as well (bug#17302).
2663 (completion-list-mode, completion-setup-function): Adjust docstring and
2664 echo area message accordingly.
2665 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
2666 calling convention of choose-completion.
2667 * comint.el (comint-dynamic-list-completions):
2668 * term.el (term-dynamic-list-completions): Accept choose-completion.
2669
2670 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
2671 &, |, +, - and * can't be a division (bug#17317).
2672
2673 * term/xterm.el (xterm--version-handler): Don't use modern xterm
2674 features on gnome-terminal (bug#16988).
2675
2676 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
2677
2678 Improve Scheme font-locking for (define ((foo ...) ...) ...).
2679
2680 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
2681 the declared object, ignore zero or more parens, not zero or one.
2682
2683 2014-04-24 Leo Liu <sdl.web@gmail.com>
2684
2685 * progmodes/xscheme.el (xscheme-expressions-ring)
2686 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2687 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
2688 (xscheme-allow-output-p, xscheme-prompt)
2689 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
2690
2691 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
2692 Comment out unused functions.
2693
2694 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * info.el: Use lexical-binding and cl-lib.
2697 Use defvar-local and setq-local instead of make-local-variable.
2698 (Info-apropos-matches): Avoid add-to-list.
2699 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
2700
2701 2014-04-24 Daniel Colascione <dancol@dancol.org>
2702
2703 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
2704
2705 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
2708
2709 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
2710
2711 * dired.el (dired-insert-set-properties): Do not consider
2712 subdirectory headings and empty lines to be information that
2713 `dired-hide-details-mode' should hide. (Bug#17228)
2714
2715 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
2716
2717 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2718 Remove test messages.
2719 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
2720 and `target' twice.
2721
2722 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
2725 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
2726
2727 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
2728
2729 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2732 Set "IFS=" when using read builtin, in order to preserve spaces in
2733 the file name. Add test messages for hunting a bug on hydra.
2734 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
2735
2736 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
2739 Don't prettify a word within a symbol.
2740
2741 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
2742
2743 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
2744 possible.
2745
2746 2014-04-22 Daniel Colascione <dancol@dancol.org>
2747
2748 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
2749 use defun to define `function-put'.
2750
2751 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
2754 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
2755 (lisp-mode-variables): Set font-lock-extra-managed-props.
2756
2757 * emacs-lisp/byte-run.el (function-put): New function.
2758 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
2759 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
2760 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
2761 Use them.
2762
2763 2014-04-22 Daniel Colascione <dancol@dancol.org>
2764
2765 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
2766 Add `full-p' parameter; when nil, call `macroexpand' instead of
2767 `macroexpand-all'.
2768
2769 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2770 Improve docstrings.
2771
2772 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2773 Use lambda function values, not quoted lambdas.
2774 (byte-compile-recurse-toplevel): Remove extraneous &optional.
2775
2776 * emacs-lisp/cl-macs.el
2777 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
2778 (cl-struct-slot-value): Conditionally use aref or nth so that the
2779 compiler produces optimal code.
2780
2781 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2784 (inline): Don't inline cl--set-elt.
2785 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2786 Define as inlinable instead.
2787 (cl-struct-set-slot-value): Remove.
2788
2789 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2790 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2791 Use setf instead.
2792
2793 2014-04-21 Daniel Colascione <dancol@dancol.org>
2794
2795 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2796 last two parameters after all.
2797 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2798 (cl--compiler-macro-assoc,cl-struct-slot-value)
2799 (cl-struct-set-slot-value): Stop using them.
2800
2801 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2804 entry in image-mode-winprops-alist.
2805
2806 2014-04-21 Daniel Colascione <dancol@dancol.org>
2807
2808 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2809 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2810 (byte-compile-toplevel-file-form): Use it.
2811
2812 * emacs-lisp/cl-macs.el:
2813 (cl--loop-let): Properly destructure `while' clauses.
2814
2815 2014-04-20 Daniel Colascione <dancol@dancol.org>
2816
2817 * vc/vc.el (vc-root-dir): New public autoloaded function for
2818 generically finding the current VC root.
2819 * vc/vc-hooks.el (vc-not-supported): New error.
2820 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2821
2822 2014-04-20 Daniel Colascione <dancol@dancol.org>
2823
2824 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2825 argument.
2826 (cl--const-expr-val): cl--const-expr-val should macroexpand its
2827 argument in case we're inside a symbol-macrolet.
2828 (cl--do-arglist, cl--compiler-macro-typep)
2829 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2830 environment to `cl--const-expr-val'.
2831 (cl-struct-sequence-type,cl-struct-slot-info)
2832 (cl-struct-slot-offset, cl-struct-slot-value)
2833 (cl-struct-set-slot-value): New functions.
2834
2835 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2838 assignments such as "case=hello" (bug#17297).
2839
2840 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
2841
2842 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2843 Do not autoload.
2844 (tramp-file-name-handler, tramp-completion-file-name-handler):
2845 Revert patch from 2014-04-10, it isn't necessary anymore.
2846 (tramp-autoload-file-name-handler)
2847 (tramp-register-autoload-file-name-handlers): New defuns.
2848 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2849 (tramp-register-file-name-handlers): Remove also
2850 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2851 Do not autoload its invocation, but eval it after loading of 'tramp.
2852
2853 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2854
2855 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2856
2857 2014-04-17 Daniel Colascione <dancol@dancol.org>
2858
2859 Add support for bracketed paste mode; add infrastructure for
2860 managing terminal mode enabling and disabling automatically.
2861
2862 * xt-mouse.el:
2863 (xterm-mouse-mode): Simplify.
2864 (xterm-mouse-tracking-enable-sequence)
2865 (xterm-mouse-tracking-disable-sequence): New constants.
2866 (turn-on-xterm-mouse-tracking-on-terminal)
2867 (turn-off-xterm-mouse-tracking-on-terminal):
2868 Use tty-mode-set-strings and tty-mode-reset-strings terminal
2869 parameters instead of random hooks.
2870 (turn-on-xterm-mouse-tracking)
2871 (turn-off-xterm-mouse-tracking): Delete.
2872
2873 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2874 (xterm-paste-ending-sequence): New constant.
2875 (xterm-paste): New command used for bracketed paste support.
2876
2877 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2878 (terminal-init-xterm-bracketed-paste-mode): New function.
2879 (terminal-init-xterm): Call it.
2880 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2881 and tty-mode-reset-strings instead of random hooks.
2882 (xterm-turn-on-modify-other-keys)
2883 (xterm-turn-off-modify-other-keys)
2884 (xterm-remove-modify-other-keys): Delete obsolete functions.
2885
2886 * term/screen.el: Rewrite to just use the xterm code.
2887 Add copyright notice. Mention tmux.
2888
2889 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
2890
2891 * image-mode.el (image-mode-window-put): Also update the property of
2892 the "default window".
2893 * doc-view.el (doc-view-new-window-function): If no window
2894 exists, move to the last known page.
2895
2896 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2899 here-documents (bug#17262).
2900
2901 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2902
2903 * term/pc-win.el (x-list-fonts, x-get-selection-value):
2904 Provide doc strings, as required by snarf-documentation.
2905
2906 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2909 arg of overlays-at. Use `invisible-p'.
2910
2911 * obsolete/lucid.el (extent-at):
2912 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2913 overlays-at.
2914 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2915
2916 2014-04-16 João Távora <joaotavora@gmail.com>
2917
2918 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2919 links. (Bug#17217).
2920
2921 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2922
2923 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2924 Use mapc to loop over a vector. (Bug#17257).
2925
2926 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
2927
2928 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2929 patch, there are new problems with file names containing spaces.
2930 Get rid of backticks. (Bug#17238)
2931
2932 2014-04-16 João Távora <joaotavora@gmail.com>
2933
2934 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2935 possible bug.
2936
2937 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2938
2939 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2940 (blink-cursor-mode): Mention customization variables and the
2941 effect of 'blink-cursor-blinks'.
2942
2943 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
2944
2945 * simple.el (undo): Prevent insertion of identity mapping into
2946 undo-equiv-table so as undo-only does not inf loop in the presence
2947 of consecutive nils in undo list.
2948
2949 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
2950
2951 * faces.el (make-face): Deprecate optional argument as it is no
2952 longer needed/used since the conditional X resources handling
2953 has been pushed down to make-face-x-resource-internal itself.
2954 (make-empty-face): Don't pass optional argument to make-face.
2955
2956 2014-04-16 Karl Fogel <kfogel@red-bean.com>
2957
2958 * savehist.el (savehist-save): Remove workaround for a read-passwd
2959 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
2960 noticing that the shim was still present.
2961
2962 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2965
2966 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * faces.el (face-set-after-frame-default): Remove unused local variable.
2969
2970 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * progmodes/grep.el: Use lexical-binding.
2973 (grep-expand-template): Pass explicit lexical env to `eval'.
2974 (zrgrep): Let-bind grep-find-template explicitly.
2975
2976 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2977 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2978
2979 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2980
2981 * international/characters.el <standard-case-table>: Add entries
2982 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2983 Set category of Coptic characters be 'g' (Greek).
2984
2985 2014-04-12 Leo Liu <sdl.web@gmail.com>
2986
2987 * progmodes/octave.el (completion-table-with-cache):
2988 Define if not available.
2989 (octave-goto-function-definition, octave-sync-function-file-names)
2990 (octave-find-definition-default-filename):
2991 Backquote upattern for compatibility.
2992
2993 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2996 name twice due to backticks. (Bug#17238)
2997
2998 2014-04-12 Glenn Morris <rgm@gnu.org>
2999
3000 * term/w32-win.el (x-win-suspend-error):
3001 * term/x-win.el (x-win-suspend-error): Sync docs.
3002
3003 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
3004
3005 * faces.el (make-face): Remove deprecated optional argument.
3006 The conditional application of X resources is handled directly by
3007 make-face-x-resource-internal since Emacs 24.4.
3008 (make-empty-face): Don't pass optional argument to make-face.
3009
3010 2014-04-11 Glenn Morris <rgm@gnu.org>
3011
3012 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
3013
3014 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 Ediff's overlay priorities cause more trouble than they solve.
3017 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3018 (ediff-highest-priority): Remove function (bug#17234).
3019 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3020 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3021 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3022 overlay priorities.
3023
3024 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
3025
3026 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3027 entry; use symbol boundaries to avoid mis-matches.
3028
3029 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
3030
3031 * net/tramp.el (tramp-file-name-handler)
3032 (tramp-completion-file-name-handler): Avoid recursive loading.
3033
3034 * net/tramp-sh.el (tramp-make-copy-program-file-name):
3035 Quote result also locally.
3036
3037 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3040 Remove left-over code.
3041
3042 * newcomment.el (comment-indent-new-line): Sink code where it's used.
3043 Reuse the previous comment's indentation unconditionally if it's on its
3044 own line.
3045
3046 2014-04-09 Daniel Colascione <dancol@dancol.org>
3047
3048 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3049 `no-syntax-crossing' arguments. Forward to `up-list'.
3050 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3051 Implement logic for escaping from strings. Use narrowing to deal
3052 with corner cases.
3053
3054 2014-04-09 Leo Liu <sdl.web@gmail.com>
3055
3056 * net/rcirc.el (rcirc-connection-info): New variable.
3057 (rcirc-connect): Use it to store connection info.
3058 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3059 for killed process.
3060 (rcirc-cmd-reconnect): New command. (Bug#17045)
3061 (rcirc-mode, set-rcirc-encode-coding-system)
3062 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3063
3064 2014-04-09 Daniel Colascione <dancol@dancol.org>
3065
3066 * emacs-lisp/cl-indent.el: Add comment claiming
3067 facility is also good for elisp.
3068 (lisp-indent-find-method): New function.
3069 (common-lisp-indent-function): Recognize cl-loop.
3070 (common-lisp-indent-function-1): Recognize cl constructs; use
3071 `lisp-indent-find-method' instead of `get' directly.
3072 (if): Use else-body style for elisp.
3073
3074 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
3075
3076 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3077 Module methods. (Bug#17216)
3078
3079 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * help.el (describe-bindings): Fix buffer handling (bug#17210).
3082 (describe-bindings-internal): Mark obsolete.
3083
3084 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3087 buffer-file-name, and buffer-file-truename any more.
3088
3089 2014-04-08 Leo Liu <sdl.web@gmail.com>
3090
3091 Use lexical-binding and require cl-lib.
3092 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3093 (rcirc-handler-generic, rcirc-fill-paragraph)
3094 (rcirc-format-response-string, rcirc-target-buffer)
3095 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3096 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3097 (rcirc-ctcp-sender-PING, rcirc-browse-url)
3098 (rcirc-markup-timestamp, rcirc-markup-attributes)
3099 (rcirc-markup-my-nick, rcirc-markup-urls)
3100 (rcirc-markup-bright-nicks, rcirc-markup-fill)
3101 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3102 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3103 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3104 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3105 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3106 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3107 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3108 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3109 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3110 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3111 use cl-lib.
3112
3113 2014-04-07 João Távora <joaotavora@gmail.com>
3114
3115 * elec-pair.el (electric-pair--syntax-ppss):
3116 When inside comments parse from comment beginning.
3117 (electric-pair--balance-info): Fix typo in comment.
3118 (electric-pair--in-unterminated-string-p): Delete.
3119 (electric-pair--unbalanced-strings-p): New function.
3120 (electric-pair-string-bound-function): New var.
3121 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3122 according to `electric-pair--in-unterminated-string-p'
3123
3124 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3125 Inhibit quote pairing if point-max is inside an unterminated string.
3126 (electric-pair--looking-at-unterminated-string-p): Delete.
3127 (electric-pair--in-unterminated-string-p): New function.
3128
3129 2014-04-07 Glenn Morris <rgm@gnu.org>
3130
3131 * shell.el (shell-directory-tracker):
3132 Go back to just ignoring failures. (Bug#17159)
3133
3134 2014-04-07 João Távora <joaotavora@gmail.com>
3135
3136 Fix `electric-pair-delete-adjacent-pairs' in modes binding
3137 backspace. (bug#16981)
3138 * elec-pair.el (electric-pair-backward-delete-char): Delete.
3139 (electric-pair-backward-delete-char-untabify): Delete.
3140 (electric-pair-mode-map): Bind backspace to a menu item filtering
3141 a new `electric-pair-delete-pair' command.
3142 (electric-pair-delete-pair): New command.
3143
3144 * progmodes/python.el (python-electric-pair-string-delimiter):
3145 Fix triple-quoting electricity. (Bug#17192)
3146
3147 * elec-pair.el (electric-pair-post-self-insert-function):
3148 Don't skip whitespace when `electric-pair-text-pairs' and
3149 `electric-pair-pairs' were used. syntax to
3150 electric-pair--skip-whitespace. (Bug#17183)
3151
3152 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3153
3154 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3155 "<F>". (Bug#17199)
3156
3157 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3160 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3161
3162 2014-04-07 Glenn Morris <rgm@gnu.org>
3163
3164 * help.el (view-lossage): Doc tweak.
3165
3166 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
3167
3168 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3169 only when inhibit-x-resources is nil, and do that earlier in the
3170 function. Doc fix. (Bug#16694)
3171 (face-spec-choose): Accept additional optional argument, whose
3172 value is returned if no matching attributes are found.
3173 (face-spec-recalc): Use the new optional argument when calling
3174 face-spec-choose. (Bug#16378)
3175 (make-face-x-resource-internal): Do nothing when
3176 inhibit-x-resources is non-nil. Don't touch the default face if
3177 reversed video is given--as was done in previous versions of Emacs.
3178 (face-set-after-frame-default): Don't call
3179 make-face-x-resource-internal here. (Bug#16434)
3180
3181 2014-04-07 Tassilo Horn <tsdh@gnu.org>
3182
3183 * doc-view.el (doc-view-bookmark-jump):
3184 Use `bookmark-after-jump-hook' to jump to the right page after the
3185 buffer is shown in a window. (bug#16090)
3186
3187 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3188
3189 * international/characters.el (mirroring): Fix last change:
3190 instead of loading uni-mirrored.el explicitly, do that implicitly
3191 by creating the 'mirroring' uniprop table. This avoids announcing
3192 the loading of uni-mirrored.el.
3193
3194 2014-04-07 Glenn Morris <rgm@gnu.org>
3195
3196 * files.el (buffer-stale--default-function)
3197 (buffer-stale-function, revert-buffer--default):
3198 * autorevert.el (auto-revert-buffers): Doc tweaks.
3199
3200 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3201
3202 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
3203
3204 2014-04-07 Glenn Morris <rgm@gnu.org>
3205
3206 * files.el (make-backup-file-name-function)
3207 (make-backup-file-name, make-backup-file-name--default-function)
3208 (make-backup-file-name-1, find-backup-file-name)
3209 (revert-buffer-function, revert-buffer-insert-file-contents-function)
3210 (buffer-stale--default-function, buffer-stale-function)
3211 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3212 (revert-buffer, revert-buffer--default)
3213 (revert-buffer-insert-file-contents--default-function):
3214 Doc fixes related to defaults no longer being nil.
3215 (make-backup-file-name-function): Bump :version.
3216 Restore nil as a valid but deprecated custom type.
3217
3218 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3221 Handle $' used as a variable (bug#17174).
3222
3223 * progmodes/perl-mode.el (perl-indent-new-calculate):
3224 Handle forward-sexp failure (bug#16985).
3225 (perl-syntax-propertize-function): Add "foreach" and "for" statement
3226 modifiers introducing expressions (bug#17116).
3227
3228 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3231
3232 2014-04-05 Leo Liu <sdl.web@gmail.com>
3233
3234 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3235 Add define-compilation-mode.
3236
3237 2014-04-04 João Távora <joaotavora@gmail.com>
3238
3239 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3240 parse from comment beginning.
3241 (electric-pair--balance-info): Fix typo in comment.
3242 (electric-pair--in-unterminated-string-p): Delete.
3243 (electric-pair--unbalanced-strings-p): New function.
3244 (electric-pair-string-bound-function): New var.
3245 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3246 according to `electric-pair--in-unterminated-string-p'.
3247
3248 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3251 Move declaration before first use.
3252 (reftex-move-to-next-arg): Silence compiler warning.
3253
3254 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
3255
3256 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3257 Use `window-total-width' instead of `window-width'.
3258
3259 2014-04-03 Daniel Colascione <dancol@dancol.org>
3260
3261 * subr.el (set-transient-map): Remove rms's workaround entirely;
3262 use new `suspicious-object' subr to mark our lambda for closer
3263 scrutiny during gc.
3264
3265 2014-04-02 Richard Stallman <rms@gnu.org>
3266
3267 * subr.el (set-transient-map): Comment out previous change.
3268
3269 2014-04-02 Glenn Morris <rgm@gnu.org>
3270
3271 * menu-bar.el (menu-bar-file-menu):
3272 * vc/ediff.el (ediff-current-file):
3273 Update for revert-buffer-function no longer being nil by default.
3274
3275 * simple.el (command-execute): Respect nil disabled-command-function.
3276
3277 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3278
3279 * simple.el (command-execute): Do not execute the command when it
3280 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
3281
3282 2014-04-02 Juri Linkov <juri@jurta.org>
3283
3284 * dired-aux.el (dired-compress-file): Don't use string-match-p
3285 because its match data is used afterwards.
3286
3287 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3290 0 like nil.
3291
3292 2014-04-02 João Távora <joaotavora@gmail.com>
3293
3294 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3295 Inhibit quote pairing if point-max is inside an unterminated string.
3296 (electric-pair--looking-at-unterminated-string-p):
3297 Delete.
3298 (electric-pair--in-unterminated-string-p): New function.
3299
3300 2014-04-01 Daniel Colascione <dancol@dancol.org>
3301
3302 * minibuffer.el (minibuffer-complete): Prevent assertion failure
3303 when trying to complete the prompt.
3304
3305 2014-03-31 Leo Liu <sdl.web@gmail.com>
3306
3307 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3308 Refactor out eldoc-documentation-function-default.
3309 (eldoc-documentation-function-default): New function.
3310 (eldoc-documentation-function): Change value.
3311
3312 2014-03-31 Glenn Morris <rgm@gnu.org>
3313
3314 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3315
3316 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3317 (vhdl-compose-components-package, vhdl-compose-configuration):
3318 Abbreviate default-directory (missing from some previous upstream sync).
3319
3320 2014-03-31 Reto Zimmermann <reto@gnu.org>
3321
3322 Sync with upstream vhdl mode v3.35.2.
3323 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3324 (top-level): No longer require assoc.
3325 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3326 New functions. Use throughout to replace aget etc.
3327 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3328 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3329 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3330 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3331 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3332 except `vhdl-compiler'.
3333 (vhdl-error-regexp-add-emacs): Remove all other compilers,
3334 when appropriate.
3335
3336 2014-03-31 Glenn Morris <rgm@gnu.org>
3337
3338 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3339 Revert 2014-03-26 merge goof; go back to using defalias.
3340
3341 2014-03-30 Daniel Colascione <dancol@dancol.org>
3342
3343 * comint.el (comint-send-input):
3344 Deactivate completion-in-region-mode before we send comint input.
3345 (Bug#17139).
3346
3347 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3348 on keyboard-quit.
3349
3350 2014-03-29 Glenn Morris <rgm@gnu.org>
3351
3352 * textmodes/reftex.el: Manage most autoloads automatically.
3353 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3354 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3355 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3356 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3357 * textmodes/reftex-toc.el: Set generated-autoload-file,
3358 and add autoload cookies for reftex.el.
3359 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3360
3361 2014-03-28 Glenn Morris <rgm@gnu.org>
3362
3363 * cus-start.el (report-emacs-bug-address): Set custom properties.
3364 * mail/emacsbug.el (report-emacs-bug-address):
3365 Variable is now defined in emacs.c.
3366
3367 * mail/emacsbug.el (report-emacs-bug):
3368 Include system-configuration-features.
3369
3370 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
3371
3372 * simple.el (cycle-spacing): Never delete spaces on first run by
3373 default, but do so in a new 'fast mode and if there are already
3374 N spaces (the previous behavior).
3375 Compare N with its value in previous invocation so that changing
3376 prefix argument restarts `cycle-spacing' sequence.
3377 The idea is that with this change, binding M-SPC to
3378 `cycle-spacing' should not introduce any changes in behavior of
3379 the binding so long as users do not type M-SPC twice in a raw with
3380 the same prefix argument or lack thereof.
3381
3382 2014-03-28 Glenn Morris <rgm@gnu.org>
3383
3384 * faces.el (term-file-aliases): New variable.
3385 (tty-run-terminal-initialization): Respect term-file-aliases.
3386 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3387 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3388 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3389
3390 2014-03-27 Glenn Morris <rgm@gnu.org>
3391
3392 * startup.el (inhibit-startup-hooks): Doc tweak.
3393 (normal-top-level): Simplify running of hooks.
3394 For window-setup-hook, respect inhibit-startup-hooks.
3395 (command-line-1): Don't set window-setup-hook to nil.
3396
3397 Allow selective autoloading from obsolete/ directory.
3398 * Makefile.in (obsolete-autoloads): New rule.
3399 (autoloads): Run obsolete-autoloads.
3400 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3401 * simple.el (iswitchb-mode): Remove hand-written autoloads.
3402
3403 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
3404
3405 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3406 Highlight special globals with font-lock-builtin-face. (Bug#17057)
3407
3408 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3409 Don't propertize `?' or `!' as symbol constituent when after
3410 colon. (Bug#17097)
3411
3412 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3415 which is no longer needed and causes trouble in GTK builds (bug#17046).
3416
3417 * emacs-lisp/package-x.el (package--archive-contents-from-url):
3418 Use url-insert-file-contents; package-handle-response no longer exists.
3419
3420 2014-03-26 Daniel Colascione <dancol@dancol.org>
3421
3422 * simple.el (process-menu-mode-map): New variable.
3423 (process-menu-delete-process): New command.
3424
3425 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * emacs-lisp/package.el: Fix bug#16733 (again).
3428 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3429 (url-http-target-url): Remove unused declarations.
3430 (package-handle-response): Remove.
3431 (package--with-work-buffer): Use url-insert-file-contents and simplify.
3432 (package--download-one-archive): Use current-buffer instead of
3433 dynamic binding of `buffer'.
3434 (describe-package-1): Do not decode readme-string.
3435
3436 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
3437
3438 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3439
3440 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3441 from 2014-03-07, it decreases performance unnecessarily. Let-bind
3442 `remote-file-name-inhibit-cache' to nil in the second pass.
3443 (tramp-find-executable): Do not call "which" on SunOS.
3444 (tramp-send-command-and-check): Fix docstring.
3445 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3446 check whether source directory has set the sticky bit.
3447
3448 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
3449
3450 * simple.el (primitive-undo): Only process marker adjustments
3451 validated against their corresponding (TEXT . POS). Issue warning
3452 for lone marker adjustments in undo history. (Bug#16818)
3453 (undo-make-selective-list): Add marker adjustments to selective
3454 undo list based on whether their corresponding (TEXT . POS) is in
3455 the region. Remove variable adjusted-markers, which was unused
3456 and only non nil during undo-make-selective-list.
3457 (undo-elt-in-region): Return nil when passed a marker adjustment
3458 and explain in function doc.
3459
3460 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3461
3462 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
3463
3464 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
3465
3466 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
3467 Match special global variables without curlies, too.
3468 (ruby-font-lock-keywords): Simplify the matcher for special global
3469 variables. Don't require a non-word character after the variable.
3470 (Bug#17057)
3471
3472 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * simple.el (redisplay-highlight-region-function): Increase priority of
3475 overlay to make sure boundaries are visible (bug#15899).
3476
3477 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * frameset.el (frameset--initial-params): Fix typo in parameter name.
3480 (frameset-restore): Compare display strings with equal.
3481
3482 * frame.el (make-frame): Don't quote display name in error message,
3483 it is already a string.
3484
3485 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3486
3487 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
3488 the password.
3489
3490 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
3491
3492 * emacs-lisp/package.el (package--add-to-archive-contents):
3493 Include already installed and built-in packages in
3494 `package-archive-contents'.
3495 (package-install): Don't include already installed packages in the
3496 options during interactive invocation. (Bug#16762)
3497 (package-show-package-list): If the buffer is already displayed in
3498 another window, switch to that window.
3499
3500 2014-03-26 Reto Zimmermann <reto@gnu.org>
3501
3502 Sync with upstream vhdl mode v3.35.1.
3503 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3504 (vhdl-compiler-alist): Doc fix.
3505 (vhdl-goto-line): Remove.
3506 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
3507 (vhdl-mode) <paragraph-start>: Fix value.
3508 (vhdl-fix-statement-region): Not `for' in wait-statement.
3509 (vhdl-beautify-region): Also (un)tabify.
3510 (vhdl-get-visible-signals):
3511 Scan declarative part of generate statements.
3512 (vhdl-template-record): Fix indentation for record type declaration.
3513 (vhdl-expand-abbrev, vhdl-expand-paren):
3514 Revert to using fset again rather than defalias.
3515 (vhdl-scan-directory-contents): Tweak.
3516 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
3517 (vhdl-compose-components-package):
3518 Replace vhdl-goto-line with forward-line.
3519 (top-level): Tweak speedbar frame selection.
3520 (vhdl-generate-makefile-1): Support for compilers with no
3521 unit-to-file name mapping (create directory with dummy files).
3522
3523 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
3524
3525 Sync with upstream verilog-mode revision 702457d.
3526 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3527 (create-lockfiles): Declare.
3528 (verilog-read-decls): Fix module header imports, bug709.
3529 Reported by Victor Lau.
3530 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
3531 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
3532 interface-only modules, bug721. Reported by Dean Hoyt.
3533
3534 2014-03-26 Glenn Morris <rgm@gnu.org>
3535
3536 * obsolete/gulp.el: Move here from emacs-lisp/.
3537
3538 * files.el (lock-buffer, unlock-buffer, file-locked-p):
3539 Remove fallback aliases, since they are always defined now.
3540
3541 2014-03-24 Daniel Colascione <dancol@dancol.org>
3542
3543 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
3544 instead of cl-loop search function.
3545
3546 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
3547
3548 * calendar/parse-time.el (parse-time-iso8601-regexp)
3549 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
3550 it more generally.
3551
3552 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
3553
3554 * net/dns.el (network-interface-list): Define for XEmacs.
3555
3556 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
3557
3558 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
3559 the network interfaces changed.
3560 (dns-query): Use it to flush the data.
3561
3562 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
3563
3564 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
3565
3566 2014-03-23 Daniel Colascione <dancol@dancol.org>
3567
3568 Change subword-mode to use `find-word-boundary-function-table' and
3569 replace `capitalized-words-mode'. Also, convert to lexical
3570 binding.
3571
3572 * progmodes/cap-words.el: Delete now-obsolete file.
3573 * progmodes/subword.el: Reimplement using
3574 `find-word-boundary-function-table'.
3575 (subword-mode-map): Hollow out.
3576 (capitalized-words-mode): Define as obsolete alias for
3577 `subword-mode'.
3578 (subword-mode, superword-mode): Tweak documentation to reflect new
3579 implementation; call `subword-setup-buffer'.
3580 (subword-forward, subword-capitalize): Add underscore to indicate
3581 unused variable.
3582 (subword-find-word-boundary-function-table): New constant.
3583 (subword-empty-char-table): New constant.
3584 (subword-setup-buffer): New function.
3585 (subword-find-word-boundary): New function.
3586
3587 2014-03-23 Daniel Colascione <dancol@dancol.org>
3588
3589 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
3590 list to look for keyword arguments instead of `memq', fixing
3591 (Bug#3647) --- unfortunately, only for freshly-compiled code.
3592 Please make bootstrap.
3593
3594 2014-03-22 Glenn Morris <rgm@gnu.org>
3595
3596 * dired.el (dired-read-regexp): Make obsolete.
3597 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
3598 (dired-flag-files-regexp):
3599 * dired-aux.el (dired-mark-read-regexp):
3600 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
3601
3602 * startup.el (fancy-startup-text):
3603 * help.el (describe-gnu-project): Visit online info about GNU project.
3604
3605 * help-fns.el (help-fns--interactive-only): New function.
3606 (help-fns-describe-function-functions): Add the above function.
3607 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
3608 (next-line, previous-line): Remove hand-written interactive-only
3609 information from doc strings, it is auto-generated now.
3610 * bookmark.el (bookmark-write):
3611 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
3612 (epa-mail-import-keys): Mark interactive-only,
3613 and remove hand-written interactive-only information from doc strings.
3614 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
3615 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
3616 * files.el (not-modified):
3617 * simple.el (mark-whole-buffer): Mark interactive-only.
3618
3619 * emacs-lisp/byte-run.el (defun-declarations-alist):
3620 Add interactive-only. Doc tweak.
3621 (macro-declarations-alist): Doc tweak.
3622 * subr.el (declare): Doc tweak (add xref to manual).
3623 * comint.el (comint-run):
3624 * files.el (insert-file-literally, insert-file):
3625 * replace.el (replace-string, replace-regexp):
3626 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3627 (delete-forward-char, goto-line, insert-buffer, next-line)
3628 (previous-line): Set interactive-only via declare.
3629
3630 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
3631
3632 * emacs-lisp/package.el (package-desc): Use the contents of the
3633 quoted form, not its cdr. (Bug#16873)
3634
3635 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
3638 benefit of doc.c; change parameter profile to match the X function.
3639
3640 2014-03-22 Leo Liu <sdl.web@gmail.com>
3641
3642 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
3643 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
3644
3645 2014-03-21 Richard Stallman <rms@gnu.org>
3646
3647 * battery.el (battery-linux-sysfs): Search for each field
3648 from the beginning of the buffer.
3649
3650 * subr.el (set-transient-map): Clear out function and value
3651 of the temporary symbol when we're done with it.
3652
3653 * mail/rmailsum.el (rmail-summary-delete-forward):
3654 Optimize case of reaching end and handling count.
3655 (rmail-summary-mark-deleted): Optimize when N is current msg.
3656 Don't create new summary line.
3657 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
3658 (rmail-summary-undelete-many): Rewrite for speed.
3659 (rmail-summary-msg-number): New function.
3660
3661 * mail/rmail.el (rmail-delete-message): Update summary.
3662 (rmail-undelete-previous-message): Handle repeat count arg.
3663 (rmail-delete-backward, rmail-delete-forward): Likewise.
3664
3665 2014-03-21 Daniel Colascione <dancol@dancol.org>
3666
3667 * mail/emacsbug.el (report-emacs-bug): Include memory usage
3668 information in bug reports.
3669
3670 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
3671
3672 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
3673 and `tramp-copy-env'.
3674
3675 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
3676 (tramp-maybe-open-connection): Handle `tramp-login-env'.
3677
3678 2014-03-21 Glenn Morris <rgm@gnu.org>
3679
3680 * electric.el (electric-indent-post-self-insert-function): Add doc.
3681
3682 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
3683
3684 * emacs-lisp/package.el (package-compute-transaction):
3685 Use `version-list-<=' to compare the requirement version against
3686 the version of package already to be installed. Update the error
3687 message. (Bug#16826)
3688
3689 * progmodes/ruby-mode.el (ruby-smie-rules):
3690 Add indentation rule for ` @ '. (Bug#17050)
3691
3692 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
3693
3694 * align.el (align-regexp): Remove superfluous backslash.
3695
3696 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
3697 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
3698 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
3699 Fix docstring typos.
3700 (ffap-next): Use C-u in docstring.
3701 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
3702 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
3703 Remove superfluous backslashes.
3704 (ffap-string-at-point): Reflow docstring.
3705
3706 * server.el (server-host): Reflow docstring.
3707 (server-unload-function): Fix docstring typo.
3708 (server-eval-at): Remove superfluous backslash.
3709
3710 * skeleton.el (skeleton-insert): Remove superfluous backslash.
3711 (skeleton-insert): Doc fix.
3712 (skeleton-insert): Reflow docstring.
3713
3714 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
3715 (tty-color-approximate, tty-color-by-index, tty-color-values)
3716 (tty-color-desc): Remove superfluous backslashes.
3717
3718 2014-03-21 Glenn Morris <rgm@gnu.org>
3719
3720 * cus-start.el (history-length): Bump :version.
3721
3722 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3723 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3724 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3725 Don't set `make-backup-files'.
3726
3727 * info.el (info--prettify-description): New function,
3728 to give info-finder descriptions consistent case, punctuation.
3729 (Info-finder-find-node): Use it. Sort packages.
3730 Refer to "description" rather than "commentary".
3731
3732 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
3733
3734 * frameset.el (frameset--print-register): New function.
3735 (frameset-to-register): Use it.
3736
3737 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * progmodes/hideif.el (hif-string-to-number): New function.
3740 (hif-tokenize): Use it to understand non-decimal floats.
3741
3742 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
3743
3744 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
3745
3746 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * electric.el (electric-newline-and-maybe-indent): New command.
3749 Bind it globally to C-j.
3750 (electric-indent-mode): Don't mess with the global map any more.
3751 Don't drop the post-self-insert-hook is some buffer is still using it
3752 (bug#16770).
3753
3754 * bindings.el (global-map): Remove C-j binding.
3755
3756 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
3757 the docstring of functions advised before dumping (bug#16993).
3758
3759 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
3760
3761 * ps-print.el (ps-generate-postscript-with-faces):
3762 Explicitly deactivate the mark (bug#16866).
3763 * simple.el (deactivate-mark): Update region highlight.
3764
3765 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * emacs-lisp/package.el (describe-package-1):
3768 Decode commentary (bug#16733).
3769
3770 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * custom.el (defcustom): Doc fix: recommend avoiding destructive
3773 modification of the value argument of :set (bug#16755).
3774
3775 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * simple.el (newline-and-indent): Do autofill (bug#17031).
3778
3779 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
3780
3781 * newcomment.el (comment-normalize-vars): Only add escaping check
3782 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
3783 (comment-beginning): Use `narrow-to-region' instead of moving back
3784 one character.
3785 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3786 (comment-start-skip): Update the docstring.
3787
3788 2014-03-18 Richard Stallman <rms@gnu.org>
3789
3790 * dired.el (dired-display-file): Force use of other window.
3791
3792 2014-03-18 Daniel Colascione <dancol@dancol.org>
3793
3794 * startup.el (tty-handle-args): Remove debug message from 2007.
3795
3796 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3799 (advice--make-interactive-form): Use it to avoid (auto)loading function.
3800 (advice--make-1, advice-add, advice-remove):
3801 Remove braindead :advice-pending hack.
3802
3803 2014-03-17 Glenn Morris <rgm@gnu.org>
3804
3805 * calendar/calendar.el (calendar-generate-month): Apply weekend
3806 face to the right days; fixes 2013-08-06 change. (Bug#17028)
3807
3808 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * net/tramp.el (tramp-action-out-of-band): Read pending output.
3811 (tramp-call-process): Trace also DESTINATION.
3812
3813 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3814 Quote file names when they are local. Remove superfluous trace.
3815
3816 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
3817
3818 * newcomment.el (comment-beginning): If `comment-start-skip'
3819 doesn't match, move back one char and try again. (Bug#16971)
3820
3821 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3822 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3823 Set `comment-start-skip' to a simpler value that doesn't try to
3824 check if the semicolon is escaped (this is handled by
3825 `syntax-ppss' now). (Bug#16971)
3826
3827 * progmodes/scheme.el (scheme-mode-variables): Same.
3828
3829 2014-03-16 Martin Rudalics <rudalics@gmx.at>
3830
3831 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3832 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3833 current (Bug#16816, Bug#17007).
3834 (with-current-buffer-window): New macro doing the same as
3835 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3836 * help.el (help-print-return-message): Warn in doc-string to not
3837 use this in `with-help-window'.
3838 (describe-bindings-internal): Call `describe-buffer-bindings'
3839 from within help buffer. See Juanma's scenario in (Bug#16816).
3840 (with-help-window): Update doc-string.
3841 * dired.el (dired-mark-pop-up):
3842 * files.el (save-buffers-kill-emacs):
3843 * register.el (register-preview): Use `with-current-buffer-window'
3844 instead of `with-temp-buffer-window'.
3845
3846 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3849 Implement inserting into current buffer, documented in their docstrings.
3850 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3851 (rst-section-tree-point, rst-forward-section, rst-indent)
3852 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3853 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3854 (rst-font-lock-handle-adornment-pre-match-form)
3855 (rst-repeat-last-character): Reflow docstrings.
3856 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3857 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3858 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3859 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3860 Fix docstring typos.
3861 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3862 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3863 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3864
3865 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3868 for compatibility with other ports.
3869 (ns-initialize-window-system): Use it. It is set in term/common-win.el
3870 from the -xrm command line argument, but in the Nextstep port its value
3871 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3872
3873 * progmodes/python.el (defconst, python-syntax-count-quotes)
3874 (python-indent-region, python-indent-shift-right)
3875 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3876 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3877 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3878 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3879 (inferior-python-mode, python-shell-make-comint, run-python-internal)
3880 (python-shell-buffer-substring, python-shell-send-buffer)
3881 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3882 (python-completion-complete-at-point, python-fill-docstring-style)
3883 (python-eldoc-function, python-imenu-format-item-label)
3884 (python-imenu-format-parent-item-label)
3885 (python-imenu-format-parent-item-jump-label)
3886 (python-imenu--build-tree, python-imenu-create-index)
3887 (python-imenu-create-flat-index): Fix docstring typos.
3888 (python-indent-context, python-shell-prompt-regexp, run-python):
3889 Remove superfluous backslashes.
3890 (python-indent-line, python-nav-beginning-of-defun)
3891 (python-shell-get-buffer, python-shell-get-process)
3892 (python-info-current-defun, python-info-current-line-comment-p)
3893 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3894 (python-indent-post-self-insert-function, python-shell-send-file)
3895 (python-shell-completion-get-completions)
3896 (python-shell-completion-complete-or-indent)
3897 (python-eldoc--get-doc-at-point): Reflow docstrings.
3898
3899 2014-03-14 Glenn Morris <rgm@gnu.org>
3900
3901 * emacs-lisp/package.el (package-menu-mode-map):
3902 Replace use of obsolete function alias. Tweak menu item text.
3903
3904 * info.el (Info-finder-find-node):
3905 Ignore the `emacs' metapackage. (Bug#10813)
3906
3907 * finder.el (finder-list-matches): Include unversioned packages
3908 in the result of a keyword search.
3909
3910 * finder.el (finder--builtins-descriptions): New constant.
3911 (finder-compile-keywords): Use finder--builtins-descriptions.
3912
3913 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
3914
3915 * simple.el (blink-matching-paren): Describe the new value,
3916 `jump', enabling the old behavior.
3917 (blink-matching-open): Use that value. (Bug#17008)
3918
3919 2014-03-14 Glenn Morris <rgm@gnu.org>
3920
3921 * finder.el (finder-no-scan-regexp): Add leim-list.
3922 (finder-compile-keywords):
3923 Don't skip files with same basename. (Bug#14010)
3924 * Makefile.in (setwins_finder): New, excluding leim.
3925 (finder-data): Use setwins_finder.
3926
3927 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3928 (help-function-arglist, help-make-usage): Move from here...
3929 * help.el (help-split-fundoc, help-add-fundoc-usage)
3930 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
3931 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3932
3933 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * net/socks.el (socks, socks-override-functions)
3936 (socks-find-services-entry):
3937 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3938 (hif-find-ifdef-block):
3939 * progmodes/modula2.el (m2-indent): Fix docstring typos.
3940
3941 * net/tls.el (tls-program): Reflow docstring.
3942
3943 * progmodes/pascal.el (pascal-mode-abbrev-table)
3944 (pascal-imenu-generic-expression, pascal-auto-endcomments)
3945 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3946 (pascal-outline-mode): Fix docstring typos.
3947 (pascal-mode): Let define-derived-mode document mode hook.
3948 (pascal-uncomment-area): Reflow.
3949 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3950
3951 * progmodes/opascal.el (opascal-compound-block-indent)
3952 (opascal-case-label-indent): Fix docstring typos.
3953 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3954
3955 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
3956
3957 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3958 Fontify multiple adjacent negation chars. (Bug#17004)
3959
3960 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
3961
3962 * emacs-lisp/package.el (package--prepare-dependencies):
3963 Accept requirements without explicit version (bug#14941).
3964
3965 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * register.el (register-separator, copy-to-register): Doc fixes.
3968 (register-preview-default): Remove unnecessary call to concat.
3969
3970 * frameset.el (frameset-restore): When checking for a visible frame,
3971 use the action map instead of calling visible-frame-list.
3972
3973 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
3974
3975 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3976
3977 2014-03-12 Martin Rudalics <rudalics@gmx.at>
3978
3979 * window.el (fit-frame-to-buffer): Get maximum width from
3980 display's width instead of height.
3981
3982 2014-03-12 Glenn Morris <rgm@gnu.org>
3983
3984 * desktop.el (desktop-restore-frames)
3985 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3986 (desktop-restore-reuses-frames): Doc tweaks.
3987
3988 * electric.el (electric-indent-mode): Doc fix.
3989
3990 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3991
3992 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3993 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3994 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3995 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3996 (cvs-dired-use-hook): Fix docstring typos.
3997 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3998 Doc fixes.
3999
4000 * vc/pcvs-defs.el (cvs-auto-remove-handled)
4001 (cvs-auto-remove-directories, cvs-default-ignore-marks)
4002 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
4003 (cvs-execute-single-dir): Fix docstring typos.
4004
4005 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
4006 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4007
4008 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4009
4010 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4011 Fix docstring typos.
4012
4013 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * frameset.el (frameset--jump-to-register): Add autoload; it could be
4016 called from jump-to-register after unloading the frameset package.
4017
4018 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4021 (bug#16975). Deactivate the mark before setting it to nil.
4022 (activate-mark): Do nothing if region is already active.
4023
4024 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
4025
4026 * frameset.el (frameset--target-display): Remove definition; declare.
4027 (frameset-save, frameset-restore): Let-bind frameset--target-display.
4028
4029 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4032 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4033 when the advice is pending.
4034 (advice-remove): Remove this marker when not needed any more.
4035
4036 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * frameset.el: Separate options for reusing frames and cleaning up.
4039 (frameset--reuse-list): Remove definition; declare.
4040 (frameset--action-map): Declare.
4041 (frameset--find-frame-if): Doc fix.
4042 (frameset--restore-frame): Cache frame action.
4043 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4044 how to clean up the frame list after restoring. Remove cleaning
4045 options from REUSE-FRAMES. Change all keyword values to symbols.
4046 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4047
4048 * desktop.el (desktop-restore-forces-onscreen)
4049 (desktop-restore-reuses-frames): Use non-keyword values.
4050 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4051
4052 2014-03-10 Glenn Morris <rgm@gnu.org>
4053
4054 * files.el (find-file): Doc fix: update info node name.
4055
4056 * emacs-lisp/advice.el (ad-add-advice, defadvice):
4057 Doc fix: remove references to deleted info nodes.
4058
4059 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
4060
4061 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4062 Do not add nil to the environment, when there's no remote `locale'.
4063 (tramp-find-inline-encoding): Check, that the remote host has
4064 installed perl, before sending scripts.
4065
4066 2014-03-10 Leo Liu <sdl.web@gmail.com>
4067
4068 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4069 Clear eldoc-last-message. (Bug#16920)
4070
4071 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4074 (bug#14430).
4075
4076 2014-03-09 Juri Linkov <juri@jurta.org>
4077
4078 * ansi-color.el (ansi-color-names-vector): Copy default colors
4079 from `xterm-standard-colors' that look well on the default white
4080 background (and also on the black background) to avoid illegible
4081 color combinations like yellow-on-white and white-on-white.
4082 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4083
4084 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
4085
4086 * frameset.el (frameset-restore): When no frame is visible, do not
4087 generate a list of frames, just make visible the selected one.
4088
4089 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
4090
4091 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4092 it only contains the repository root. (Bug#16897)
4093
4094 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
4095
4096 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4097 only when `remote-file-name-inhibit-cache' is nil.
4098 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
4099
4100 2014-03-06 Martin Rudalics <rudalics@gmx.at>
4101
4102 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4103 Fix doc-strings.
4104 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
4105 fit-frame-to-buffer variable. Fix doc-string.
4106 (fit-window-to-buffer): Set ONLY argument in call of
4107 fit-frame-to-buffer. Fix doc-string.
4108
4109 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4112 (tramp-action-password): Clear password cache if needed.
4113 (tramp-read-passwd): Do not clear password cache.
4114
4115 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4116 cache unless it is the first password request.
4117
4118 2014-03-06 Glenn Morris <rgm@gnu.org>
4119
4120 * simple.el (newline): Doc tweak.
4121
4122 * emacs-lisp/shadow.el (load-path-shadows-find):
4123 Ignore dir-locals. (Bug#12357)
4124
4125 2014-03-05 Glenn Morris <rgm@gnu.org>
4126
4127 * files.el (interpreter-mode-alist):
4128 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
4129
4130 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
4131
4132 * frameset.el (frameset--initial-params): Filter out null entries.
4133
4134 2014-03-05 Martin Rudalics <rudalics@gmx.at>
4135
4136 * window.el (window-min-height, window-min-width):
4137 Rewrite doc-strings.
4138 (window-body-size): Add PIXELWISE argument to make it consistent
4139 with its callees.
4140
4141 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * finder.el (finder-mode-map, finder-mode-syntax-table):
4144 Revert part of 2014-02-28 change.
4145
4146 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
4147
4148 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4149 (eww-setup-buffer): Clear next/prev/etc more reliably.
4150 (eww-textarea-map): [tab] doesn't work on tty.
4151 Reported by Mario Lang.
4152
4153 * net/shr.el (shr-map): Ditto.
4154
4155 2014-03-04 Glenn Morris <rgm@gnu.org>
4156
4157 * minibuffer.el (completion-hilit-commonality):
4158 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4159
4160 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
4161
4162 * hilit-chg.el (hilit-chg-unload-function): New function.
4163 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4164 (hilit-chg-map-changes): Prefer cardinal number to digit.
4165 (hilit-chg-display-changes): Reflow docstring.
4166 (highlight-changes-rotate-faces): Remove superfluous backslash.
4167
4168 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
4169
4170 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4171 `tramp-send-command-and-check'.
4172
4173 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
4174
4175 * hexl.el (hexl-address-region, hexl-ascii-region)
4176 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4177 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4178 (hexl-forward-word, hexl-previous-line, hexl-next-line):
4179 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4180 (hexl-mode): Doc fix.
4181 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4182 (hexl-mode-ruler): Fix typos in docstrings.
4183
4184 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4185 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4186 Remove superfluous backslashes.
4187 (strokes-last-stroke, strokes-global-map, strokes-mode):
4188 Reflow docstrings.
4189 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4190 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4191 (strokes-distance-squared, strokes-global-set-stroke)
4192 (strokes-global-set-stroke-string): Doc fixes.
4193 (strokes-help): Fix typos; reflow docstring.
4194
4195 2014-03-04 Martin Rudalics <rudalics@gmx.at>
4196
4197 * window.el (window-in-direction): Fix doc-string.
4198
4199 2014-03-04 Glenn Morris <rgm@gnu.org>
4200
4201 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4202 Explicit error if no grammar.
4203 (smie-config-save): Doc fix. Fix quote typo.
4204
4205 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4208 electric-indent-mode-hook if we obey electric-indent-mode.
4209 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4210 decide whether we obey electric-indent-mode.
4211 (c-change-set-fl-decl-start, c-extend-after-change-region):
4212 Silence warnings.
4213 (c-electric-indent-mode-hook): Assume we do want to obey
4214 electric-indent-mode.
4215
4216 * electric.el (electric-indent-mode-has-been-called): Remove.
4217 (electric-indent-mode): Fix accordingly.
4218
4219 * files.el (hack-local-variables): Mention file name in warning.
4220
4221 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4222
4223 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
4224
4225 * bindings.el: Add comment describing why C-d binds to `delete-char'.
4226 * simple.el (delete-forward-char): Mark as interactive-only.
4227
4228 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * icomplete.el (icomplete-completions):
4231 Follow-up to 2014-03-01 change.
4232
4233 * icomplete.el: Miscellaneous doc fixes.
4234 Use Icomplete everywhere instead of icomplete for consistency.
4235 (icomplete-max-delay-chars): Fix typo.
4236 (icomplete-mode): Use \[].
4237 (icomplete-tidy, icomplete-exhibit): Reflow.
4238 (icomplete-minibuffer-setup-hook, icomplete-completions):
4239 Remove superfluous backlashes.
4240
4241 * ido.el: Miscellaneous doc fixes.
4242 Use Ido everywhere instead of ido or `ido' for consistency.
4243 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4244 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4245 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4246 (ido-separator): Extract obsolescence info from docstring and declare
4247 with make-obsolete-variable.
4248 (ido-minibuffer-setup-hook): Simplify example.
4249 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4250 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4251 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4252 (ido-everywhere): Reflow docstring.
4253 (ido-toggle-vc): Doc fix.
4254 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4255 of long list of keybindings.
4256
4257 2014-03-03 Glenn Morris <rgm@gnu.org>
4258
4259 * frame.el (display-pixel-height, display-pixel-width)
4260 (display-mm-dimensions-alist, display-mm-height)
4261 (display-mm-width): Doc tweaks.
4262
4263 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
4264
4265 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4266 case of undo in region.
4267
4268 2014-03-02 Martin Rudalics <rudalics@gmx.at>
4269
4270 * window.el (fit-window-to-buffer): Fix argument in window-size
4271 call when window is horizontally combined.
4272
4273 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * icomplete.el (icomplete-completions): Use string-width.
4276 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4277
4278 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
4279
4280 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4281 Highlight regexp options. (Bug#16914)
4282
4283 2014-03-01 Martin Rudalics <rudalics@gmx.at>
4284
4285 * window.el (window--max-delta-1): Round down when calculating
4286 how many lines/columns we can get from a window.
4287
4288 2014-03-01 Glenn Morris <rgm@gnu.org>
4289
4290 * isearch.el (search-invisible): Doc fix.
4291
4292 * minibuffer.el (completion-hilit-commonality):
4293 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
4294 * comint.el (comint-dynamic-list-completions): Doc fix.
4295 * comint.el (comint-dynamic-list-completions):
4296 * filecache.el (file-cache-minibuffer-complete):
4297 * tempo.el (tempo-display-completions):
4298 * eshell/em-hist.el (eshell-list-history):
4299 Replace use of obsolete argument of display-completion-list.
4300
4301 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * icomplete.el (icomplete-completions):
4304 Revert back to using "..." when ?… cannot be displayed.
4305
4306 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * finder.el (finder-unload-function): New function.
4309
4310 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * dframe.el (dframe-detach):
4313 * find-dired.el (find-dired, find-name-dired):
4314 * finder.el (finder-mode-map, finder-mode-syntax-table)
4315 (finder-headmark, finder-select, finder-mouse-select):
4316 Fix docstring typos.
4317
4318 2014-02-28 Martin Rudalics <rudalics@gmx.at>
4319
4320 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4321 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4322 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4323 Fix doc-string based on a suggestion by Nicolas Richard
4324 <theonewiththeevillook@yahoo.fr>.
4325 * help.el (with-help-window): Fix doc-string.
4326
4327 2014-02-28 Ivan Kanis <ivan@kanis.fr>
4328
4329 * net/shr.el (shr-image-animate): New option.
4330 (shr-put-image): Respect shr-image-animate.
4331
4332 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
4333
4334 * net/tramp-adb.el (tramp-adb-parse-device-names):
4335 Use `accept-process-output'.
4336 (tramp-adb-handle-file-truename): Cache the localname only.
4337 (tramp-adb-handle-make-directory)
4338 (tramp-adb-handle-delete-directory): Flush file properties correctly.
4339 (tramp-adb-handle-set-file-modes): Do not raise an error when file
4340 modes cannot be changed.
4341
4342 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4343 file properties of symlinks.
4344
4345 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
4346
4347 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4348 required/optional fields to match development biblatex. (Bug#16781)
4349
4350 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
4351
4352 * saveplace.el (toggle-save-place):
4353 Fix argument handling. (Bug#16673)
4354
4355 2014-02-28 Glenn Morris <rgm@gnu.org>
4356
4357 * minibuffer.el (completions-first-difference)
4358 (completions-common-part, completion-hilit-commonality): Doc fixes.
4359
4360 2014-02-28 Karl Berry <karl@gnu.org>
4361
4362 * info.el (Info-mode-map): Add H for describe-mode,
4363 to synchronize with standalone Info.
4364
4365 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
4366
4367 * progmodes/sql.el (sql-interactive-mode):
4368 Avoid setting global comint-input-ring-separator. (Bug#16814)
4369
4370 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
4371
4372 * net/dbus.el (dbus--init-bus): Declare function.
4373 (dbus-path-local, dbus-interface-local): New defconst.
4374 (dbus-init-bus): Use them.
4375 (dbus-return-values-table): Extend doc.
4376 (dbus-handle-bus-disconnect): Extend error message.
4377
4378 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * subr.el (y-or-n-p): Fix double space issue in message.
4381
4382 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
4383
4384 * net/tramp.el (tramp-call-process): Improve trace message.
4385 (tramp-handle-insert-file-contents): Trace error case.
4386
4387 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4388 <insert-directory>: Use `tramp-handle-insert-directory'.
4389 (tramp-adb-handle-insert-directory): Remove function.
4390 (tramp-adb-send-command-and-check): New defun, replacing
4391 `tramp-adb-command-exit-status'. Change all callees.
4392 (tramp-adb-handle-file-attributes)
4393 (tramp-adb-handle-directory-files-and-attributes): Use it.
4394 (tramp-adb-ls-output-name-less-p):
4395 Use `directory-listing-before-filename-regexp'.
4396 (tramp-adb-handle-delete-directory): Flush also file properties of
4397 the truename of directory.
4398 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4399 (tramp-adb-handle-file-local-copy): Make the local copy readable.
4400 (tramp-adb-handle-write-region): Implement APPEND.
4401 (tramp-adb-handle-rename-file): Make it more robust. Flush file
4402 properties correctly.
4403 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4404 variables. Check for connected devices only when needed.
4405
4406 2014-02-27 Glenn Morris <rgm@gnu.org>
4407
4408 * minibuffer.el (completion-table-dynamic)
4409 (completion-table-with-cache): Doc fixes.
4410
4411 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4412 (completing-read-multiple): Doc fixes.
4413
4414 2014-02-27 Daniel Colascione <dancol@dancol.org>
4415
4416 * minibuffer.el (completion--nth-completion): Fix indentation.
4417
4418 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4419 explicit tramp path is empty.
4420
4421 2014-02-27 Glenn Morris <rgm@gnu.org>
4422
4423 * emacs-lisp/crm.el (completing-read-multiple):
4424 Empower help-enable-auto-load.
4425
4426 2014-02-26 Glenn Morris <rgm@gnu.org>
4427
4428 * startup.el (command-line): Don't init the tty in daemon mode.
4429
4430 Avoid calling tty-setup-hook twice, eg if a term file
4431 explicitly calls tty-run-terminal-initialization. (Bug#16859)
4432 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4433 (tty-create-frame-with-faces): Use it.
4434 * startup.el (command-line): Pass run-hook argument
4435 to tty-run-terminal-initialization.
4436
4437 * dired.el (dired-restore-desktop-buffer): Demote errors;
4438 eg in case a glob match fails. (Bug#16884)
4439
4440 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
4441
4442 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4443 error from `read-from-string'. (Bug#16850)
4444
4445 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4446 result of `completing-read' in the interactive form. (Bug#16854)
4447
4448 2014-02-25 Glenn Morris <rgm@gnu.org>
4449
4450 * image.el (image-animate, image-animate-timeout):
4451 Stop animating images in dead buffers. (Bug#16878)
4452
4453 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
4454
4455 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4456 Doc fixes.
4457 * startup.el (term-setup-hook): Doc fix. Make obsolete.
4458 * term/sun.el (sun-raw-prefix-hooks):
4459 Use tty-setup-hook instead of term-setup-hook.
4460 (terminal-init-sun): Construct message from bytecomp plist.
4461 * term/wyse50.el (enable-arrow-keys): Doc fix.
4462
4463 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
4466 Fix docstring typos.
4467
4468 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
4471
4472 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4473
4474 * minibuffer.el (completion--try-word-completion):
4475 Fix error when completing M-x commands (bug#16808).
4476
4477 2014-02-24 Leo Liu <sdl.web@gmail.com>
4478
4479 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
4480
4481 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * apropos.el (apropos-print): Avoid formatting error when
4484 apropos-do-all and apropos-compact-layout are both t.
4485
4486 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
4487
4488 * apropos.el (apropos-property, apropos-all-words-regexp)
4489 (apropos-true-hit, apropos-variable, apropos-print):
4490 Fix docstring typos, and remove obsolete comment.
4491
4492 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
4493
4494 * net/tramp-sh.el (tramp-sh-handle-file-truename):
4495 Preserve trailing "/". (Bug#16851)
4496
4497 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
4498
4499 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
4500 after `=>' (bug#16811).
4501 (ruby-smie-rules): Handle the inconsistent second element of the
4502 list returned by `smie-indent--parent'.
4503 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
4504 method call.
4505
4506 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * elec-pair.el (electric-pair-text-syntax-table)
4509 (electric-pair-syntax-info, electric-pair--syntax-ppss)
4510 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
4511 (electric-pair--looking-at-unterminated-string-p): Doc fix.
4512 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
4513
4514 2014-02-22 Glenn Morris <rgm@gnu.org>
4515
4516 * imenu.el (imenu--generic-function): Doc fix.
4517
4518 * register.el (frame-configuration-to-register): Make obsolete.
4519
4520 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * desktop.el (desktop-save-buffer-p): Do not fail when
4523 desktop-files-not-to-save is nil. Return t for true result
4524 as the doc says.
4525
4526 2014-02-22 Daniel Colascione <dancol@dancol.org>
4527
4528 * net/secrets.el (secrets-create-item, secrets-search-items):
4529 Check that attribute values are strings, avoiding the construction
4530 of invalid dbus messages.
4531
4532 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
4535 defun-declarations-alist.
4536
4537 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
4540 (bug#16829).
4541
4542 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4543
4544 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
4545 (whitespace-newline, whitespace-trailing, whitespace-line)
4546 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4547 (whitespace-space-after-tab): Fix typo in docstrings.
4548
4549 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
4550
4551 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
4552
4553 * electric.el (electric-indent-functions-without-reindent):
4554 Add `yaml-indent-line'.
4555
4556 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
4559 It has done nothing for years; should be removed after the release.
4560
4561 * simple.el (choose-completion): Fix docstring typo.
4562 (read-quoted-char-radix): Remove unneeded * in docstring.
4563 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
4564 Don't escape parentheses unnecessarily in docstrings.
4565
4566 2014-02-21 Martin Rudalics <rudalics@gmx.at>
4567
4568 Fix handling of window-min-height/-width (Bug#16738).
4569 * window.el (window--dump-window, window--dump-frame):
4570 New functions.
4571 (window--min-size-1): Account for window dividers.
4572 When window-resize-pixelwise is nil, delay rounding till after the
4573 sum of the window components has been calculated.
4574 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
4575 nil make sure at least one text line and two text columns remain
4576 fully visible.
4577 (window-resize): Signal an error when window-resize-apply fails.
4578 (window--resize-child-windows): Fix calculation of by how many
4579 pixels a window can still be shrunk via window-new-normal.
4580 (adjust-window-trailing-edge): Call window--resizable with
4581 correct TRAIL argument.
4582
4583 (with-temp-buffer-window): Don't evaluate BODY within
4584 with-current-buffer (Bug#16816).
4585
4586 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
4587
4588 * net/tramp.el (tramp-check-cached-permissions):
4589 Call `file-attributes' with `suffix' being a symbol but a string.
4590
4591 2014-02-21 Daniel Colascione <dancol@dancol.org>
4592
4593 * net/dbus.el (dbus-init-bus-1): Declare new subr.
4594 (dbus-init-bus): New function: call into dbus-init-bus-1
4595 and installs a handler for the disconnect signal.
4596 (dbus-call-method): Rewrite to look for result in cons.
4597 (dbus-call-method-handler): Store result in cons.
4598 (dbus-check-event): Recognize events with nil sender as valid.
4599 (dbus-handle-bus-disconnect): New function. React to bus
4600 disconnection signal by synthesizing dbus error for each
4601 pending synchronous or asynchronous call.
4602 (dbus-notice-synchronous-call-errors): New function.
4603 (dbus-handle-event): Raise errors directly only when `dbus-debug'
4604 is true, not all the time.
4605
4606 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4609 Remove obsolescence declarations, these variables do not exist anymore.
4610
4611 * savehist.el (savehist-save-minibuffer-history)
4612 (savehist-additional-variables, savehist-file, savehist-mode-hook)
4613 (savehist-save-hook, savehist-coding-system, savehist-loaded)
4614 (savehist-load, savehist-install, savehist-autosave): Fix typos;
4615 mostly, refer to "Savehist mode" when talking about the mode,
4616 and not the function.
4617
4618 * saveplace.el (save-place): Remove redundant info in docstring.
4619 (save-place-forget-unreadable-files, toggle-save-place)
4620 (save-place-forget-unreadable-files, save-place-dired-hook):
4621 Fix typos and remove unneeded backslashes.
4622
4623 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
4624
4625 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4626 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
4627
4628 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4629 <insert-directory>: Use `tramp-handle-insert-directory'.
4630 (tramp-gvfs-handle-insert-directory): Remove function.
4631
4632 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4633 Call `tramp-handle-insert-directory'.
4634
4635 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
4638 before the start of buffer/region (bug#16799).
4639
4640 2014-02-20 Glenn Morris <rgm@gnu.org>
4641
4642 * isearch.el (search-invisible): Doc fix.
4643
4644 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
4645
4646 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
4647 (bug#16657).
4648
4649 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * frameset.el (frameset-restore): Delay removing an old frame's
4652 duplicate id until the new frame has been correctly created.
4653
4654 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
4657 (tramp-check-cached-permissions): Call `file-attributes' if the
4658 cache is empty.
4659
4660 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4661 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4662
4663 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4664 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4665 (tramp-gvfs-maybe-open-connection): Set always connection
4666 properties, even if target is mounted already.
4667
4668 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
4669 Set tramp-autoload cookie.
4670 (tramp-get-remote-touch): New defun.
4671 (tramp-sh-handle-set-file-times): Use it.
4672 (tramp-sh-handle-directory-files-and-attributes):
4673 Use `tramp-handle-directory-files-and-attributes' if neither stat
4674 nor perl are available on the remote host.
4675
4676 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
4677 "/". Write long listing only when "l" belongs to the switches.
4678
4679 * net/trampver.el: Update release number.
4680
4681 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
4684
4685 2014-02-19 Martin Rudalics <rudalics@gmx.at>
4686
4687 * window.el (window-state-put): Allow WINDOW to refer to an
4688 internal window (Bug#16793).
4689
4690 2014-02-19 Glenn Morris <rgm@gnu.org>
4691
4692 * textmodes/remember.el: Move provide statement to end.
4693 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
4694 (remember-notes): Doc fixes.
4695
4696 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * delsel.el (delete-char): Restore incorrectly erased property
4699 (bug#16795).
4700
4701 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * frameset.el (frameset--restore-frame): When a frame is being reused
4704 and its root window is not alive, delete all the frame's windows before
4705 restoring the window state. This works around the issue in bug#16793.
4706
4707 2014-02-18 Glenn Morris <rgm@gnu.org>
4708
4709 * textmodes/remember.el (remember-data-directory)
4710 (remember-directory-file-name-format, remember-store-in-files)
4711 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
4712 (remember-notes-save-and-bury-buffer)
4713 (remember-notes--kill-buffer-query): Doc fixes.
4714
4715 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
4716
4717 2014-02-17 Alan Mackenzie <acm@muc.de>
4718
4719 Connect electric-indent-mode up with CC Mode. Bug #15478.
4720 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
4721 to electric-indent-{,local-}-mode.
4722 (c-basic-common-init): Set electric-indent-inhibit.
4723 Initialise c-electric-flag from electric-indent-mode.
4724 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
4725 New hook functions which propagate electric-indent-mode to CC mode.
4726
4727 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
4728 hit, toggle electric-indent-local-mode.
4729
4730 * electric.el (electric-indent-mode-has-been-called):
4731 New variable.
4732
4733 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * frameset.el (frameset-cfg-id): New function.
4736 (frameset--reuse-frame, frameset-restore): Use it.
4737 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
4738
4739 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * ido.el (ido-file-internal): Remove unused var `d'.
4742 Use \` for to match BoS. Fit within 80n columns.
4743
4744 2014-02-17 Daniel Colascione <dancol@dancol.org>
4745
4746 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
4747 dbus-call-method check for completion using a busy-wait loop with
4748 gradual backoff.
4749
4750 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
4751
4752 Sync with Tramp 2.2.9.
4753
4754 * net/trampver.el: Update release number.
4755
4756 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
4757
4758 * ido.el (ido-file-internal): Don't add the name of an existing
4759 directory twice. (Bug#16747)
4760
4761 2014-02-16 Glenn Morris <rgm@gnu.org>
4762
4763 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
4764 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
4765
4766 2014-02-15 Michael R. Mauger <michael@mauger.com>
4767
4768 * progmodes/sql.el: Version 3.4
4769 (sql-oracle-options): New default value ("-L").
4770 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
4771 (sql-placeholders-filter): Correct placeholder pattern.
4772 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
4773 (sql-login-delay): New variable.
4774 (sql-product-interactive): Use it.
4775
4776 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * frameset.el (frameset--jump-to-register): Check that buffer is live
4779 (bug#16749).
4780
4781 2014-02-15 Glenn Morris <rgm@gnu.org>
4782
4783 * info.el (info-initialize): Revert 2014-01-10 change.
4784
4785 2014-02-14 Glenn Morris <rgm@gnu.org>
4786
4787 * replace.el (map-query-replace-regexp)
4788 (read-regexp-defaults-function, read-regexp): Doc fixes.
4789
4790 * dired.el (dired-read-regexp):
4791 * faces.el (list-faces-display):
4792 * misearch.el (multi-isearch-read-matching-buffers)
4793 (multi-isearch-read-matching-files):
4794 * play/cookie1.el (cookie-apropos):
4795 * progmodes/grep.el (grep-read-regexp): Doc fixes.
4796
4797 * textmodes/remember.el (remember): Use frameset-to-register
4798 rather than frame-configuration-to-register.
4799
4800 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
4801
4802 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4803 incorrect keybinding.
4804
4805 2014-02-13 Daniel Colascione <dancol@dancol.org>
4806
4807 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4808 when adding overlays so that line numbers from compiler match line
4809 numbers we use.
4810
4811 2014-02-13 Glenn Morris <rgm@gnu.org>
4812
4813 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
4814
4815 * jit-lock.el (jit-lock-mode): Doc fix.
4816
4817 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * apropos.el (apropos-read-pattern): When the user passes an empty
4820 string, give a more helpful error message than "Wrong type
4821 argument: stringp, nil".
4822
4823 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4826
4827 2014-02-13 Glenn Morris <rgm@gnu.org>
4828
4829 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4830
4831 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4834 shift-select commands.
4835
4836 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
4837
4838 * progmodes/js.el (js-indent-line): Don't widen.
4839 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4840
4841 2014-02-12 Glenn Morris <rgm@gnu.org>
4842
4843 * icomplete.el (icomplete): Add info-link to defgroup.
4844 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4845 (icomplete-minibuffer-map, icomplete-mode)
4846 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4847
4848 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4849 (package-menu-filter): Rename from package-menu-filter-interactive.
4850 Doc fix.
4851
4852 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * frameset.el (frameset--jump-to-register): Select the required
4855 window and buffer before restoring position (bug#16696).
4856
4857 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
4858
4859 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4860
4861 2014-02-10 Glenn Morris <rgm@gnu.org>
4862
4863 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
4864
4865 2014-02-10 Eli Zaretskii <eliz@gnu.org>
4866
4867 * w32-common-fns.el (x-get-selection): Doc fix.
4868 * select.el (x-get-selection): Doc fix. (Bug#15109)
4869
4870 * face-remap.el (face-remap-add-relative)
4871 (face-remap-remove-relative, face-remap-reset-base)
4872 (face-remap-set-base): Call force-mode-line-update to redisplay
4873 the current buffer due to potential change in faces. (Bug#16709)
4874
4875 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
4876
4877 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4878 script more robustly.
4879
4880 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4881
4882 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4883
4884 * simple.el (choose-completion): Doc fix (bug#14160).
4885
4886 * subr.el (event-start): Say what a nil EVENT value means.
4887
4888 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4889 (bug#14197).
4890
4891 * progmodes/grep.el (find-program): Doc fix (bug#14289).
4892
4893 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4894
4895 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4896
4897 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4898 predicate function (bug#15455).
4899
4900 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
4901
4902 * ielm.el (inferior-emacs-lisp-mode): Instead of
4903 `comment-use-global-state', set `comment-use-syntax'.
4904
4905 2014-02-10 Glenn Morris <rgm@gnu.org>
4906
4907 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4908
4909 2014-02-09 Alan Mackenzie <acm@muc.de>
4910
4911 Fix c-invalidate-state-cache on narrowed buffers.
4912 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4913 Widen when setting and clearing the CPP delimiter properties.
4914
4915 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4916
4917 * help.el (describe-bindings): Doc fix (bug#9888).
4918
4919 * files.el (save-buffer): Use ARG as the parameter name for
4920 consistency (bug#10346).
4921 (save-buffer): Clarify the 0 argument (bug#10346).
4922
4923 * cus-edit.el (customize-apropos): Fix error string.
4924 (custom-buffer-create): Doc fix (bug#11122).
4925 (custom-sort-items): Doc fix (bug#11121).
4926
4927 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4928
4929 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4930 (icomplete-simple-completing-p): Mention the previous variable.
4931
4932 * font-lock.el (font-lock-value-in-major-mode): Clarify the
4933 meaning of the parameter (bug#12282).
4934
4935 * files.el (find-file-noselect): Clarify prompt when changing
4936 readedness (bug#13261).
4937 (locate-file): Suffixes aren't returned, so don't say that they
4938 are (bug#12674).
4939 (backup-inhibited): Doc clarification (bug#12525).
4940
4941 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4942 before we actually start to delete things (bug#16331).
4943
4944 * subr.el (event-start): Doc fix (bug#14228).
4945 (event-end): Ditto.
4946
4947 2014-02-09 Glenn Morris <rgm@gnu.org>
4948
4949 * emacs-lisp/warnings.el (lwarn):
4950 Empower help-enable-auto-load. (Bug#15940)
4951
4952 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4953
4954 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4955 (Bug#16690)
4956
4957 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
4958
4959 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4960 Insert output at end of buffer. (Bug#16120)
4961
4962 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4963
4964 * simple.el (choose-completion-string-functions): Document new
4965 calling convention (bug#14153).
4966 (execute-extended-command): Clarify doc string (bug#13373).
4967
4968 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4969
4970 * find-dired.el (find-name-dired): Doc fix (bug#14290).
4971 (find-grep-dired): Doc fix (bug#14288).
4972
4973 2014-02-08 Juri Linkov <juri@jurta.org>
4974
4975 * isearch.el (isearch-quote-char): Check character validity
4976 like in `quoted-insert' (bug#16677).
4977
4978 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4979
4980 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4981
4982 * isearch.el (isearch-hide-immediately): Doc clarification
4983 (bug#14723).
4984
4985 * simple.el (line-move): Document utility function used many
4986 places in the Emacs sources (bug#14843).
4987
4988 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4989 (dired-prev-marked-file): Doc fix (bug#14855).
4990 (dired-up-directory): Doc fix (bug#14848).
4991
4992 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4993
4994 * files.el (file-relative-name): Doc fix (bug#15159).
4995
4996 * fringe.el (fringe-styles): Doc fix (bug#15239).
4997
4998 * isearch.el (isearch-filter-predicate): Documentation typo fix
4999 (bug#15474).
5000
5001 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
5002
5003 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
5004
5005 * replace.el (replace-match-maybe-edit): Doc clarification
5006 (bug#15632).
5007
5008 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5009
5010 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5011
5012 2014-02-08 Glenn Morris <rgm@gnu.org>
5013
5014 * help-fns.el (describe-variable):
5015 Check {file,dir}-local-variables-alist, and buffer-file-name,
5016 in the correct buffer.
5017
5018 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
5019
5020 * help-fns.el (describe-variable): Fix the case where
5021 a value is directory-local with no dir-locals file. (Bug#16635)
5022
5023 2014-02-08 Glenn Morris <rgm@gnu.org>
5024
5025 * abbrev.el (edit-abbrevs-mode):
5026 Derive from fundamental-mode. (Bug#16682)
5027
5028 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * simple.el (quoted-insert): Check character validity (bug#16677).
5031
5032 2014-02-07 Juri Linkov <juri@jurta.org>
5033
5034 * desktop.el (desktop-read): Claim the lock when the owner is not
5035 the current process. (Bug#16157)
5036
5037 2014-02-07 Juri Linkov <juri@jurta.org>
5038
5039 * desktop.el (desktop-buffers-not-to-save): Change default from nil
5040 to "\\` ". (Bug#16651)
5041
5042 2014-02-07 Juri Linkov <juri@jurta.org>
5043
5044 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5045 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5046 (desktop-auto-save-cancel-timer): New function with some code from
5047 `desktop-auto-save-set-timer'.
5048 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5049 Instead of setting `desktop-save-mode' to nil, call
5050 `desktop-save-mode' with arg 0. (Bug#16630)
5051
5052 2014-02-07 Glenn Morris <rgm@gnu.org>
5053
5054 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5055 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5056 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5057
5058 * obsolete/iswitchb.el: Move to obsolete/.
5059 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5060 since obsolete/ is not scanned for autoloads.
5061 * emacs-lisp/authors.el (authors-valid-file-names):
5062 Add iswitchb.el.
5063
5064 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5065 Disable now non-functional find-file-hook.
5066
5067 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
5068
5069 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5070 instead of ";" in order to avoid additional prompts. Let heredoc
5071 scripts read from tty. (Bug#16582)
5072 (tramp-send-command): No special handling of heredocs, it isn't
5073 necessary anymore.
5074
5075 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5078 with a space (bug#16664). Limit the symbols considered to the ones
5079 that are bound or fbound (bug#16646).
5080
5081 2014-02-06 Glenn Morris <rgm@gnu.org>
5082
5083 * epa.el (epa-mail-aliases): Doc fix.
5084
5085 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
5086
5087 * emacs-lisp/lisp.el (lisp-completion-at-point):
5088 Use `completion-table-merge' instead of `completion-table-in-turn'
5089 (bug#16604).
5090
5091 * minibuffer.el (completion-table-merge): New function.
5092
5093 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
5094
5095 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5096 (tramp-sh-handle-set-file-acl)
5097 (tramp-sh-handle-start-file-process)
5098 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5099 (tramp-find-executable, tramp-send-command): Use it.
5100
5101 2014-02-05 Glenn Morris <rgm@gnu.org>
5102
5103 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
5104
5105 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
5106
5107 * progmodes/python.el (python-shell-send-string)
5108 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5109
5110 2014-02-04 Anders Lindgren <andlind@gmail.com>
5111
5112 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5113 the names (bug#16620).
5114
5115 2014-02-03 Martin Rudalics <rudalics@gmx.at>
5116
5117 * faces.el (window-divider): New default value. Rewrite doc-string.
5118 (window-divider-first-pixel, window-divider-last-pixel): New faces.
5119
5120 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
5121
5122 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5123 `protected' and `public' can also be called without arguments.
5124
5125 2014-02-03 Glenn Morris <rgm@gnu.org>
5126
5127 * register.el (window-configuration-to-register)
5128 (frame-configuration-to-register): Unadvertise unused argument.
5129 * frameset.el (frameset-to-register): Remove unused argument.
5130
5131 * frameset.el (frameset-to-register):
5132 * kmacro.el (kmacro-to-register):
5133 * register.el (increment-register):
5134 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5135 (calc-append-to-register, calc-prepend-to-register):
5136 * play/gametree.el (gametree-layout-to-register)
5137 (gametree-apply-register-layout):
5138 * textmodes/picture.el (picture-clear-rectangle-to-register)
5139 (picture-yank-rectangle-from-register):
5140 * vc/emerge.el (emerge-combine-versions-register):
5141 Use register-read-with-preview to read registers.
5142
5143 2014-02-03 João Távora <joaotavora@gmail.com>
5144
5145 * elec-pair.el (electric-pair-backward-delete-char): Don't error
5146 when at beginning of (possibly narrowed) buffer.
5147
5148 2014-02-02 Daniel Colascione <dancol@dancol.org>
5149
5150 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5151 Also try to display local help from just before point.
5152
5153 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
5154
5155 c-parse-state. Don't "append-lower-brace-pair" in certain
5156 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
5157 recognised as a comment.
5158
5159 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5160 as well as normal comment starter.
5161 (c-parse-state-get-strategy): Extra return possibility
5162 'back-and-forward.
5163 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5164 return value list to indicate replacement of a brace-pair cons
5165 with its car.
5166 (c-parse-state-1): With 'back-and-forward, only call
5167 c-append-lower-brace-pair-to state-cache when cons-separated.
5168
5169 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
5170
5171 * term/ns-win.el (ns-suspend-error): New function.
5172 (ns-initialize-window-system): Add ns-suspend-error to
5173 suspend-hook (Bug#16612).
5174
5175 2014-02-02 Daniel Colascione <dancol@dancol.org>
5176
5177 * progmodes/cc-defs.el (c-find-assignment-for-mode):
5178 Make loading cc-mode silent.
5179
5180 2014-02-02 Daniel Colascione <dancol@dancol.org>
5181
5182 * comint.el (comint-prompt-read-only): Change doc to suggest
5183 remap keybinding.
5184
5185 2014-02-02 Glenn Morris <rgm@gnu.org>
5186
5187 * register.el (register-read-with-preview, point-to-register)
5188 (window-configuration-to-register, frame-configuration-to-register)
5189 (jump-to-register, number-to-register, view-register, insert-register)
5190 (copy-to-register, append-to-register, prepend-to-register)
5191 (copy-rectangle-to-register): Doc fixes.
5192
5193 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5196 * emacs-lisp/find-func.el (find-function-C-source): Idem.
5197 * emacs-lisp/nadvice.el (advice--cd*r): New function.
5198 * help-fns.el (describe-function-1): Use it.
5199
5200 2014-02-02 Glenn Morris <rgm@gnu.org>
5201
5202 * register.el (register-preview-default): New function,
5203 split from register-preview.
5204 (register-preview-function): Rename from register-preview-functions,
5205 make it not a hook.
5206 (register-preview): Use register-preview-function.
5207 (register-read-with-preview): Error on non-character event. (Bug#16595)
5208
5209 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
5210
5211 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5212 `:' before binary operators (bug#16609). Don't check for `:'
5213 before `[' and `(', or their syntax status. A percent literal
5214 can't end with either.
5215 (ruby-font-lock-keywords): For built-ins that require arguments,
5216 check that they're followed by something that looks like argument
5217 (bug#16610).
5218
5219 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5220
5221 * subr.el (butlast): Document what an omitted N means (bug#13437).
5222 (nbutlast): Ditto.
5223
5224 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5225
5226 * net/shr.el (shr-generic): Make into a defsubst to make the stack
5227 depth shallower (bug#16587).
5228 (shr-tag-svg): Respect `shr-inhibit-images'.
5229 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5230
5231 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
5232
5233 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5234 (ruby-smie-grammar): Make "." right-associative. Make its priority
5235 lower than the ternary and all binary operators.
5236 (ruby-smie-rules): Indent "(" relative to the first non-"."
5237 parent, or the first "." parent at indentation.
5238 Use `ruby-align-chained-calls' for indentation of "." tokens.
5239 (Bug#16593)
5240
5241 2014-01-31 Juri Linkov <juri@jurta.org>
5242
5243 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5244 from `make-hash-table'.
5245
5246 * textmodes/ispell.el (ispell-init-process): Change message format
5247 to be consistent with other messages.
5248
5249 2014-01-31 Glenn Morris <rgm@gnu.org>
5250
5251 * delsel.el (delete-selection-mode): Doc fix.
5252
5253 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5254 (trace-function-background): Doc fixes.
5255
5256 * ido.el (ido-use-virtual-buffers): Doc fix.
5257 Reset :version, since the default value has not changed.
5258
5259 * register.el (register-preview-delay, register-read-with-preview):
5260 Doc fixes.
5261
5262 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5263 do not mess with mail-buffer position (fixes 2009-11-03 change).
5264 * progmodes/cc-mode.el (c-submit-bug-report):
5265 Check auto-fill-mode is bound. (Bug#16592)
5266
5267 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
5268
5269 * startup.el (fancy-splash-image-file): New function,
5270 split from fancy-splash-head.
5271 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5272 so that we are both using the same image. (Bug#16574)
5273
5274 2014-01-30 Glenn Morris <rgm@gnu.org>
5275
5276 * simple.el (eval-expression): Doc fix.
5277
5278 * hexl.el (hexl-mode-hook):
5279 * ielm.el (ielm-mode-hook):
5280 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5281 (lisp-interaction-mode-hook):
5282 * progmodes/cfengine.el (cfengine3-documentation-function):
5283 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5284
5285 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5288 is a symbol (bug#16584).
5289
5290 2014-01-30 Glenn Morris <rgm@gnu.org>
5291
5292 * help.el (help-for-help-internal): Add "P" to text.
5293
5294 2014-01-29 Glenn Morris <rgm@gnu.org>
5295
5296 * simple.el (just-one-space, cycle-spacing): Doc fixes.
5297
5298 2014-01-28 Martin Rudalics <rudalics@gmx.at>
5299
5300 * window.el (fit-frame-to-buffer): Fix calculations for margins and
5301 height constraints.
5302
5303 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
5304
5305 * progmodes/hideif.el: Extend to full CPP expression syntax.
5306 (hif-token-alist): Add missing tokens.
5307 (hif-token-regexp): Add support for float/octal/hex immediates.
5308 (hif-string-literal-regexp): New const.
5309 (hif-tokenize): Recognize strings and float/octal/hex immediates.
5310 (hif-exprlist): New function.
5311 (hif-parse-if-exp): Use it.
5312 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5313 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5314 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5315 (hif-logxor, hif-comma): New functions.
5316
5317 2014-01-28 Glenn Morris <rgm@gnu.org>
5318
5319 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5320
5321 * indent.el (tab-stop-list): Doc fix. Add :version.
5322
5323 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5324 (cvs-append-to-ignore): Add compatibility alias.
5325
5326 2014-01-27 Glenn Morris <rgm@gnu.org>
5327
5328 * dired.el (dired-hide-details-mode): Don't autoload it,
5329 since it cannot be used outside Dired buffers anyway.
5330
5331 * emulation/cua-base.el (cua-mode): Doc fix.
5332
5333 * dired.el (dired-hide-details-hide-symlink-targets)
5334 (dired-hide-details-hide-information-lines)
5335 (dired-hide-details-mode): Doc fixes.
5336
5337 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5338 * strokes.el (strokes-file): Doc fix. Bump :version.
5339 (strokes-help): Doc fix.
5340 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5341 * emulation/viper.el (viper): Doc fix for custom group.
5342 (top-level): Remove oh-so-no-longer-relevant text about vip.
5343 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5344
5345 * ido.el (ido-save-directory-list-file):
5346 * saveplace.el (save-place-file):
5347 * calendar/timeclock.el (timeclock-file):
5348 * net/quickurl.el (quickurl-url-file):
5349 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5350 * progmodes/idlwave.el (idlwave-config-directory):
5351 * textmodes/remember.el (remember-data-file):
5352 Bump :version.
5353
5354 2014-01-26 Glenn Morris <rgm@gnu.org>
5355
5356 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5357 Doc fix. Make obsolete.
5358 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5359
5360 * sort.el (delete-duplicate-lines): Doc fix.
5361
5362 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5363
5364 * progmodes/ada-mode.el (ada):
5365 * woman.el (woman): Link to info manual and Commentary section.
5366
5367 * progmodes/flymake.el (flymake):
5368 * nxml/nxml-mode.el (nxml):
5369 * net/eww.el (eww):
5370 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5371 * htmlfontify.el (htmlfontify):
5372 * ses.el (ses):
5373 * epa.el (epa):
5374 * ido.el (ido): Link to info manual.
5375
5376 2014-01-25 Leo Liu <sdl.web@gmail.com>
5377
5378 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5379
5380 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
5381
5382 * net/shr.el (shr-tag-img): Prefer the title over the alt text
5383 (bug#16537).
5384
5385 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
5386
5387 * net/eww.el (eww-download-callback):
5388 Fix reference to eww-download-directory.
5389
5390 * emacs-lisp/bytecomp.el (byte-compile-file):
5391 Remove unused local variable `file-name'.
5392
5393 2014-01-24 Glenn Morris <rgm@gnu.org>
5394
5395 * woman.el (woman-default-faces, woman-monochrome-faces):
5396 Fix obsolescence specification.
5397
5398 * subr.el (with-demoted-errors): Doc fix.
5399
5400 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5403 (cl--macroexp-fboundp): New function.
5404 (cl--make-type-test): Use it.
5405
5406 2014-01-23 Glenn Morris <rgm@gnu.org>
5407
5408 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5409 * simple.el (eval-expression): Doc fixes.
5410
5411 2014-01-22 Glenn Morris <rgm@gnu.org>
5412
5413 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5414
5415 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * emacs-lisp/package.el: Write files silently.
5418 (package-autoload-ensure-default-file, package--write-file-no-coding)
5419 (package-generate-description-file, package--download-one-archive)
5420 (package-install-from-archive): Tell `write-region' to stay quiet.
5421 (package-menu-mode, package-menu--print-info): Omit the Archive column
5422 if there's only one archive.
5423 (package-all-keywords, package--has-keyword-p): Remove dead code.
5424
5425 2014-01-22 Glenn Morris <rgm@gnu.org>
5426
5427 * version.el (emacs-bzr-version-bzr): Fix typo.
5428
5429 * version.el (emacs-repository-get-version):
5430 Check either .bzr or .git, but not both.
5431 Make the git case actually use the DIR argument, and return nil
5432 rather than the empty string.
5433 Avoid error if .git exists but the git executable is not found.
5434
5435 2014-01-22 Martin Rudalics <rudalics@gmx.at>
5436
5437 Fixes in window size functions around Bug#16430 and Bug#16470.
5438 * window.el (window-total-size, window-size): New argument ROUND.
5439 (window--min-delta-1, window-min-delta, window--max-delta-1):
5440 Be more conservative when calculating the numbers of lines or
5441 columns a window can shrink (Bug#16430).
5442 (fit-window-to-buffer): Simplify code.
5443 * term.el (term-window-width): Call window-body-width again.
5444
5445 2014-01-22 Glenn Morris <rgm@gnu.org>
5446
5447 * image.el (image-format-suffixes): Doc fix.
5448
5449 * international/quail.el (quail-define-package): Doc fix.
5450
5451 * emacs-lisp/authors.el (authors-valid-file-names)
5452 (authors-renamed-files-alist): Additions.
5453
5454 * vc/vc-git.el (vc-git-print-log): Remove --follow;
5455 reverts 2014-01-09 change. (Bug#16422)
5456
5457 * calc/calc-embed.el (thing-at-point-looking-at):
5458 * emacs-lisp/map-ynp.el (x-popup-dialog):
5459 * obsolete/lmenu.el (x-popup-dialog):
5460 * emacs-lisp/package.el (url-recreate-url):
5461 * mail/mailclient.el (clipboard-kill-ring-save):
5462 * subr.el (x-popup-dialog): Update declaration.
5463 * mail/rmail.el (rmail-mime-message-p):
5464 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
5465
5466 2014-01-21 Daniel Colascione <dancol@dancol.org>
5467
5468 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5469 Correctly detect when we're inside an arithmetic expansion form
5470 containing nested parenthesis.
5471 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
5472 to detect cases where we shouldn't expand "<<" to a heredoc
5473 skeleton.
5474
5475 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
5478 (eldoc--message-command-p): New function.
5479 (eldoc-display-message-p): Use it.
5480 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
5481 message is not automatically erased for us.
5482 (eldoc-print-current-symbol-info): Erase previous message, if any.
5483
5484 2014-01-21 Tassilo Horn <tsdh@gnu.org>
5485
5486 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
5487 specify it's an interactive function.
5488
5489 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5490 Fix regex used for scanning for citation keys which failed for
5491 citations with optional arguments.
5492
5493 2014-01-21 Leo Liu <sdl.web@gmail.com>
5494
5495 * simple.el (read--expression): Don't enable eldoc-mode.
5496
5497 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * simple.el (move-beginning-of-line): Make sure we don't move forward
5500 (bug#16497).
5501
5502 2014-01-20 Juri Linkov <juri@jurta.org>
5503
5504 * saveplace.el (toggle-save-place, save-place-to-alist)
5505 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
5506 'dired-mode) before checking for dired-directory. (Bug#16477)
5507
5508 2014-01-20 Juri Linkov <juri@jurta.org>
5509
5510 * indent.el (indent-line-to): Use backward-to-indentation
5511 instead of back-to-indentation. (Bug#16461)
5512
5513 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
5514
5515 Revert some of the CANNOT_DUMP fix (Bug#16494).
5516 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
5517 but fixing this can wait until after the next release.
5518 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
5519
5520 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
5521
5522 * eshell/esh-mode.el (eshell-password-prompt-regexp):
5523 Use `password-word-equivalents'.
5524 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
5525 to t. (Bug#5664, Bug#13124)
5526
5527 2014-01-19 Alan Mackenzie <acm@muc.de>
5528
5529 Bind open-paren-in-column-0-is-defun-start to nil at some entry
5530 points.
5531 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
5532 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
5533 * progmodes/cc-mode.el (c-before-change, c-after-change)
5534 (c-font-lock-fontify-region): Bind it here.
5535
5536 2014-01-19 Martin Rudalics <rudalics@gmx.at>
5537
5538 * term.el (term-window-width): Call window-text-width instead of
5539 window-width (Bug#16470).
5540
5541 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
5542
5543 * simple.el (password-word-equivalents): Remove duplicates.
5544 Sort, to make this easier next time.
5545 Downcase. Omit ": " after "jelszó".
5546
5547 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
5548
5549 * term/common-win.el (saved-region-selection): Defvar it.
5550 (x-select-text): Set saved-region-selection (Bug#16382).
5551
5552 2014-01-18 Glenn Morris <rgm@gnu.org>
5553
5554 * emacs-lisp/authors.el (authors-aliases)
5555 (authors-renamed-files-alist): Add some entries.
5556
5557 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
5558
5559 * net/tramp.el (tramp-password-prompt-regexp):
5560 Use `password-word-equivalents' if available.
5561 (tramp-action-password, tramp-process-one-action)
5562 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
5563
5564 2014-01-17 Chong Yidong <cyd@gnu.org>
5565
5566 * simple.el (password-word-equivalents): New defcustom.
5567 * comint.el (comint-password-prompt-regexp): Use it. Bump version
5568 to 24.4.
5569 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
5570 to t. (Bug#13124)
5571
5572 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
5573
5574 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
5575 (ruby-align-to-stmt-keywords): Change the default value.
5576 Use `ruby-alignable-keywords' to generate the possible customization
5577 choices.
5578 (ruby-smie-rules): Instead of using a hardcoded list of alignable
5579 keywords, check against the value of `ruby-alignable-keywords'
5580 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
5581
5582 2014-01-17 Glenn Morris <rgm@gnu.org>
5583
5584 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
5585
5586 Make M-x authors return zero *Authors Errors* from current logs.
5587 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
5588 (authors-ignored-files): Add some entries, remove others.
5589 (authors-ambiguous-files, authors-valid-file-names):
5590 Add some entries.
5591 (authors-renamed-files-alist): Add, remove, and adjust entries.
5592 (authors-renamed-files-regexps): Add some entries.
5593 Remove some very broad ones. Make some entries `lax'.
5594 (authors-lax-changelogs): New constant.
5595 (authors-disambiguate-file-name): Treat top-level specially.
5596 (authors-lax-changelog-p): New function.
5597 (authors-canonical-file-name): Check file as written against
5598 authors-valid-file-names. Do not special-case etc/.
5599 Handle `lax' logs and authors-renamed-files-regexps elements.
5600
5601 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
5602
5603 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
5604 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
5605 callers.
5606
5607 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
5610 Assume we're already in the proper buffer.
5611 Inspired by Anders Lindgren <andlind@gmail.com>.
5612 (follow-post-command-hook): Call it from the right buffer.
5613 (follow-comint-scroll-to-bottom): Adjust call.
5614 (follow-all-followers): Use get-buffer-window-list.
5615
5616 2014-01-15 Daniel Colascione <dancol@dancol.org>
5617
5618 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
5619 `buffer-file-name' in interactive-form so that we don't leave
5620 pathless file names in `file-name-history'.
5621
5622 2014-01-15 Juri Linkov <juri@jurta.org>
5623
5624 * indent.el (indent-rigidly): Set deactivate-mark to nil
5625 in transient indentation mode. (Bug#16438)
5626
5627 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
5628
5629 * emacs-lisp/package.el (package-desc-keywords): New function
5630 (Bug#16222).
5631 (describe-package-1, package-all-keywords)
5632 (package--has-keyword-p): Use it.
5633
5634 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5635
5636 * simple.el (define-alternatives): When creating the
5637 COMMAND-alternatives variable, assign COMMAND as its definition
5638 name so that `describe-variable' can relocate it.
5639
5640 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
5641
5642 * font-lock.el (font-lock-keywords): Fix typo in docstring
5643 (bug#16307).
5644
5645 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5646
5647 * ispell.el (ispell-region): Reset `in-comment' for new line
5648 instead of wrongly reset `add-coment' (bug#13577).
5649
5650 2014-01-14 Daiki Ueno <ueno@gnu.org>
5651
5652 * epa-file.el (epa-file-write-region): Encode the region according
5653 to `buffer-file-format'. Problem reported at:
5654 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
5655
5656 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
5659 so it applies in the right buffer (bug#16410).
5660
5661 2014-01-13 Daniel Colascione <dancol@dancol.org>
5662
5663 * textmodes/rst.el (rst-define-key): Provide deprecated
5664 keybindings through named functions instead of anonymous ones so
5665 that "??" doesn't appear in describe-mode output.
5666
5667 2014-01-13 Bastien Guerry <bzg@gnu.org>
5668
5669 * simple.el (define-alternatives): Call the selected command
5670 interactively. When setting `COMMAND--implementation' for the
5671 first time, tell the user how to chose another implementation.
5672 Enhance the docstring.
5673
5674 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
5677 (log-edit--match-first-line): New function.
5678 (log-edit-font-lock-keywords): Use it.
5679 (log-edit-mode): Make jit-lock-defer-multiline work.
5680
5681 2014-01-13 Bastien Guerry <bzg@gnu.org>
5682
5683 * rect.el (rectangle-mark-mode): When the region is not active,
5684 display a message saying that the mark as been set and that
5685 rectangle mode is in use.
5686 (rectangle--highlight-for-redisplay): Only put an overlay with a
5687 visible vertical bar when (display-graphic-p) is non-nil.
5688 This partially fixes Bug#16403.
5689
5690 2014-01-13 Juri Linkov <juri@jurta.org>
5691
5692 * info.el (Info-find-file): Go to DIR before displaying the error
5693 about a nonexistent file if no previous Info file is visited.
5694 Use `user-error' instead of `error' for "Info file %s does not exist".
5695 (Info-find-node-2): In case of a nonexistent node in unwind forms
5696 go to the Top node if there is no previous node to revert to.
5697 (Bug#16405)
5698
5699 2014-01-13 Martin Rudalics <rudalics@gmx.at>
5700
5701 fit-frame/window-to-buffer code fixes including one for Bug#14096.
5702 * window.el (fit-frame-to-buffer): Fix doc-string.
5703 Respect window-min-height/-width. Fit pixelwise when
5704 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
5705 when avoiding that frame goes partially off-screen.
5706 (fit-window-to-buffer): Respect window-min-height/-width
5707 (Bug#14096).
5708
5709 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
5712 after an empty line.
5713
5714 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * net/shr.el (shr-render-region): Autoload.
5717
5718 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
5719
5720 * net/eww.el (eww-download-directory): Rename from
5721 `eww-download-path' (Bug#16419).
5722
5723 2014-01-12 Leo Liu <sdl.web@gmail.com>
5724
5725 * dired-x.el (dired-mode-map): Fix last change.
5726
5727 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
5728
5729 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
5730
5731 Spelling fixes.
5732 * emacs-lisp/generic.el (generic--normalize-comments):
5733 Rename from generic--normalise-comments. All uses changed.
5734 * play/bubbles.el (bubbles--neighborhood-score)
5735 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
5736 (bubbles--neighborhood-available)
5737 (bubbles--update-neighborhood-score):
5738 Rename from names with 'neighbourhood'. All uses changed.
5739
5740 2014-01-12 Leo Liu <sdl.web@gmail.com>
5741
5742 Re-implement the feature of showing eldoc info after editing.
5743 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
5744 (eldoc-edit-message-commands): New function.
5745 (eldoc-print-after-edit): New variable.
5746 (eldoc-pre-command-refresh-echo-area): Emit message only by
5747 eldoc-message-commands.
5748 (eldoc-mode): Restrict eldoc-message-commands to editing commands
5749 if eldoc-print-after-edit is set. (Bug#16346)
5750 * simple.el (read--expression): Enable eldoc-mode.
5751 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
5752
5753 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
5754 Eric S. Raymond <esr@thyrsus.com>
5755
5756 * version.el (emacs-repository-get-version): Enhance so the
5757 function works correctly in either a Bazaar or Git repo.
5758
5759 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
5760
5761 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
5762 Goes with removal of the joke manpages from /etc.
5763
5764 2014-01-10 Kenichi Handa <handa@gnu.org>
5765
5766 * mail/rmail.el (rmail-get-coding-system):
5767 Check rmail-get-coding-function before "funcall"ing it.
5768
5769 2014-01-10 Glenn Morris <rgm@gnu.org>
5770
5771 * emacs-lisp/authors.el (authors-fixed-entries):
5772 Update for files that no longer exist.
5773
5774 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
5775
5776 * version.el (emacs-bzr-get-version): Restore compatibilty with
5777 24.3 (Tested).
5778
5779 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
5780
5781 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
5782 and Podfile.
5783
5784 2014-01-10 Eli Zaretskii <eliz@gnu.org>
5785
5786 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5787
5788 2014-01-10 Chong Yidong <cyd@gnu.org>
5789
5790 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5791
5792 2014-01-10 Anders Lindgren <andlind@gmail.com>
5793
5794 * follow.el (follow-cache-command-list): Include right-char and
5795 left-char.
5796
5797 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
5798
5799 Spelling fixes.
5800 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5801 * woman.el (woman-mark-horizontal-position):
5802 Rename from woman-mark-horizonal-position. Use changed.
5803
5804 2014-01-10 Glenn Morris <rgm@gnu.org>
5805
5806 * info.el (info-initialize): If running uninstalled, ensure our
5807 own info files are always found first, even if INFOPATH is set.
5808
5809 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5810
5811 2014-01-09 David Engster <deng@randomsample.de>
5812
5813 * emacs-lisp/eieio-custom.el:
5814 * emacs-lisp/eieio-opt.el: Set generated autoload file to
5815 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5816 * emacs-lisp/eieio.el: Regenerate autoloads.
5817
5818 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
5819
5820 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5821 following renames. (Bug#8756)
5822
5823 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5826 (bug#16382).
5827 (activate-mark): Add `no-tmm' argument.
5828 (set-mark, push-mark-command): Use it instead of running
5829 activate-mark-hook by hand.
5830
5831 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
5832
5833 In preparation for the move to git, sanitize out some
5834 Bazaar-specific names.
5835
5836 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5837
5838 * version.el (emacs-bzr-version): Name changed to
5839 emacs-repository-version. Obsolete-variable alias made.
5840 * loadup.el: Follow through on this name change.
5841 * mail/emacsbug.el (report-emacs-bug): Factor out any
5842 assumption about the version control system in use.
5843
5844 2014-01-08 David Engster <deng@randomsample.de>
5845
5846 * help-fns.el (help-fns-describe-function-functions):
5847 New variable to call functions for augmenting help buffers.
5848 (describe-function-1): Remove explicit calls to
5849 `help-fns--compiler-macro', `help-fns--parent-mode' and
5850 `help-fns--obsolete'. Put them in above new variable instead, and
5851 call them through `run-hook-with-args'.
5852 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5853 `eieio-describe-class'. Not meant for interactive use anymore,
5854 but to augment existing help buffers. Remove optional second
5855 argument. Create proper button for file location.
5856 Rewrite function to use `insert' instead of `princ' and `prin1' where
5857 possible.
5858 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5859 (eieio-method-def, eieio-class-def): Move further up.
5860 (describe-method, describe-generic, eieio-describe-method):
5861 Remove aliases.
5862 (eieio-help-constructor, eieio-help-generic): Rename from
5863 `eieio-describe-constructor' and `eieio-describe-generic', resp.
5864 Rewrite to use `insert' in the current buffer and use proper help
5865 buttons.
5866 (eieio-help-find-method-definition)
5867 (eieio-help-find-class-definition): Also accept symbols as
5868 arguments.
5869 (eieio-help-mode-augmentation-maybee): Remove.
5870 (eieio-describe-class-sb): Use `describe-function'.
5871 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5872 Add `eieio-help-generic' and `eieio-help-constructor'.
5873
5874 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
5875
5876 Spelling fixes.
5877 * language/china-util.el (hz-ascii-designation):
5878 Rename from hz-ascii-designnation.
5879 (hz-ascii-designation): Rename from hz-ascii-designnation.
5880 All uses changed.
5881
5882 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5885 package-alist.
5886
5887 2014-01-08 Bastien Guerry <bzg@gnu.org>
5888
5889 * emacs-lisp/package.el (package-delete):
5890 Correctly delete the package from package-alist.
5891
5892 2014-01-08 Daiki Ueno <ueno@gnu.org>
5893
5894 * emacs-lisp/package.el (url-recreate-url): Declare.
5895 (url-http-target-url): Declare.
5896 (package-handle-response): Include requested URL in the error message.
5897 (package--check-signature): Don't re-signal errors from
5898 package--with-work-buffer. Suggested by Stefan Monnier.
5899
5900 2014-01-07 Bastien Guerry <bzg@gnu.org>
5901
5902 * minibuffer.el (completion--try-word-completion): When both a
5903 hyphen and a space are possible candidates for the character
5904 following a word, display both candidates. (Bug#15980)
5905
5906 2014-01-07 Martin Rudalics <rudalics@gmx.at>
5907
5908 * window.el (balance-windows-2): While rounding don't give a
5909 window more than the remainder. Bug#16351, bug#16383.
5910
5911 2014-01-07 Glenn Morris <rgm@gnu.org>
5912
5913 * menu-bar.el (menu-bar-help-extra-packages): Remove.
5914 (menu-bar-help-menu): Use view-external-packages instead.
5915
5916 2014-01-07 Bastien Guerry <bzg@gnu.org>
5917
5918 * emacs-lisp/package.el (package-delete): Also delete the package
5919 name from `package-alist', not its description only.
5920
5921 2014-01-07 Glenn Morris <rgm@gnu.org>
5922
5923 * help.el (view-external-packages):
5924 * menu-bar.el (menu-bar-help-extra-packages):
5925 Visit efaq.info rather than etc/MORE.STUFF.
5926
5927 2014-01-07 Juri Linkov <juri@jurta.org>
5928
5929 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5930 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
5931
5932 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5933 that shadows RET. (Bug#16342)
5934
5935 2014-01-07 Chong Yidong <cyd@gnu.org>
5936
5937 * isearch.el (isearch-yank-char, isearch-yank-word)
5938 (isearch-yank-line): Doc fix.
5939
5940 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5943 * emacs-lisp/elint.el (elint-find-builtins):
5944 * emacs-lisp/eldoc.el (eldoc-symbol-function):
5945 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5946 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5947 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5948 * apropos.el (apropos-safe-documentation):
5949 * subr.el (symbol-file): Remove redundant fboundp.
5950 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5951
5952 2014-01-06 Bastien Guerry <bzg@gnu.org>
5953
5954 * hl-line.el (global-hl-line-overlay): Make a local variable.
5955 (global-hl-line-overlays): New variable to store all overlays.
5956 (global-hl-line-mode): Don't delete overlays from the current
5957 buffer when `global-hl-line-sticky-flag' is non-nil.
5958 (global-hl-line-highlight): Add new overlays to
5959 `global-hl-line-overlays'.
5960 (global-hl-line-unhighlight-all): New function to delete all
5961 overlays when turning off `global-hl-line-mode'.
5962 This fixes Bug#16183.
5963
5964 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * subr.el (set-transient-map): Fix nested case and docstring.
5967
5968 2014-01-06 Tassilo Horn <tsdh@gnu.org>
5969
5970 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5971 `Texinfo' entry.
5972
5973 2014-01-06 Daniel Colascione <dancol@dancol.org>
5974
5975 Fix defun navigation in vc log view.
5976
5977 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5978 like `beginning-of-defun'.
5979 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5980 log-view-end-of-defun to log-view-end-of-defun-1. Replace
5981 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5982 (log-view-extract-comment): Call `log-view-current-entry' directly
5983 instead of relying on broken `log-view-beginning-of-defun' behavior.
5984
5985 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
5986
5987 Spelling fixes.
5988 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5989 * emacs-lisp/debug.el (cancel-debug-on-entry):
5990 * epg.el (epg-error-to-string):
5991 * files.el (recover-file):
5992 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5993 * mail/emacsbug.el (report-emacs-bug-hook):
5994 * mail/sendmail.el (mail-recover):
5995 * ses.el (ses-yank-resize):
5996 * term/ns-win.el (ns-print-buffer):
5997 Spelling fixes in diagnostics, mostly for "canceled" with one L.
5998 * epg.el (epg-key-capability-alist): Rename from misspelled version.
5999 All uses changed.
6000 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
6001
6002 2014-01-06 Leo Liu <sdl.web@gmail.com>
6003
6004 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
6005 to avoid shadowing global key. (Bug#16354)
6006
6007 2014-01-06 Daniel Colascione <dancol@dancol.org>
6008
6009 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6010 rst-mode.
6011
6012 2014-01-05 Martin Rudalics <rudalics@gmx.at>
6013
6014 * window.el (balance-windows): Add mising t to fix Bug#16351.
6015
6016 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6017
6018 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6019 (bug#16285).
6020 (shr-insert): If we have a word that's longer than `shr-width',
6021 break after it anyway. Otherwise we'll do no breaking once we get
6022 such a long word.
6023
6024 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6025
6026 * net/eww.el (eww): Support single/double quote for search.
6027 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6028 (eww-history-quit): Delete and use quit-window.
6029 (eww-history-kill): Delete, because it doesn't work well and
6030 not necessary.
6031 (eww-history-mode-map): Delete some keys and add easy-menu.
6032
6033 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
6034
6035 Fix misspelling of 'chinese' in rx (Bug#16237).
6036 * emacs-lisp/rx.el (rx-categories): Correct spelling of
6037 chinese-two-byte.
6038
6039 Change subword regexps back to vars (Bug#16296).
6040 * progmodes/subword.el (subword-forward-regexp)
6041 (subword-backward-regexp): Change these back to variables.
6042
6043 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6046 syntax-begin-function (bug#16247).
6047
6048 2014-01-03 Chong Yidong <cyd@gnu.org>
6049
6050 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6051 (advice--docstring): Delete variable.
6052 (advice--make-1): Leave the docstring empty.
6053 (advice-add): Use function-documentation for advised docstring.
6054
6055 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6056 Ignore function-documentation property when getting documentation.
6057 (ad-activate-advised-definition): Use function-documentation
6058 generate the docstring.
6059 (ad-make-advised-definition): Don't call
6060 ad-make-advised-definition-docstring.
6061 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6062 Delete functions.
6063
6064 * progmodes/sql.el (sql-help): Use function-documentation instead
6065 of dynamic-docstring-function property. No need to autoload now.
6066 (sql--help-docstring): New variable.
6067 (sql--make-help-docstring): Use it.
6068
6069 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * ielm.el (ielm-tab): Retarget.
6072 (ielm-map): Use ielm-tab for tab.
6073 (ielm-complete-filename): Use comint-filename-completion.
6074 (ielm-complete-symbol): Remove.
6075 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6076 remove ielm-tab from completion-at-point-functions (bug#16224).
6077
6078 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6079 Beware signals raised by predicates (bug#16201).
6080
6081 2014-01-02 Richard Stallman <rms@gnu.org>
6082
6083 * dired-aux.el (dired-do-print): Handle printer-name.
6084
6085 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6086 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6087 (rmail-epa-decrypt): Turn off mime processing.
6088
6089 * mail/rmail.el (rmail-make-in-reply-to-field):
6090 Add parens in message-id.
6091
6092 * mail/rmail.el (rmail-get-coding-function): Variable.
6093 (rmail-get-coding-system): Use it.
6094
6095 2013-12-31 Eli Zaretskii <eliz@gnu.org>
6096
6097 * international/mule-conf.el: Unify the charset indian-is13194.
6098 (indian-is13194): Specify unify-map.
6099
6100 2013-12-31 Leo Liu <sdl.web@gmail.com>
6101
6102 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
6103
6104 2013-12-30 Daniel Colascione <dancol@dancol.org>
6105
6106 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6107 of printing a useless when we resume from sleep.
6108
6109 * progmodes/sh-script.el
6110 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6111 in indentation code. (Bug#16233)
6112
6113 2013-12-28 João Távora <joaotavora@gmail.com>
6114
6115 * elec-pair.el (electric-pair-post-self-insert-function):
6116 Don't open extra newlines at beginning of buffer. (Bug#16272)
6117
6118 2013-12-28 Eli Zaretskii <eliz@gnu.org>
6119
6120 * frame.el (window-system-for-display): Don't allow to create a
6121 GUI frame from a -nw session on MS-Windows. (Bug#14739)
6122
6123 2013-12-28 Glenn Morris <rgm@gnu.org>
6124
6125 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6126 Update callers.
6127
6128 * apropos.el (apropos-match-face):
6129 * calculator.el (calculator-displayer):
6130 * dabbrev.el (dabbrev-search-these-buffers-only):
6131 * face-remap.el (buffer-face-mode-face):
6132 * simple.el (yank-handled-properties):
6133 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6134 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6135 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6136 (hashcash-double-spend-database):
6137 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6138 (ruby-deep-indent-paren-style):
6139 * textmodes/flyspell.el (flyspell-auto-correct-binding):
6140 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6141 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6142 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6143 Specify custom types.
6144
6145 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6146 * bookmark.el (bookmark-bmenu-use-header-line):
6147 * doc-view.el (doc-view-scale-internally):
6148 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6149 * register.el (register-preview-delay):
6150 * net/shr.el (shr-bullet):
6151 * progmodes/cfengine.el (cfengine-cf-promises)
6152 (cfengine-parameters-indent):
6153 * progmodes/octave.el (inferior-octave-error-regexp-alist):
6154 * textmodes/reftex-vars.el (reftex-label-regexps):
6155 * vc/log-edit.el (log-edit-setup-add-author): Add version.
6156
6157 * net/tls.el (tls-certtool-program): Fix default value.
6158
6159 * desktop.el (desktop-restore-in-current-display):
6160 * newcomment.el (comment-empty-lines):
6161 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6162 (idlwave-pad-keyword):
6163 * progmodes/tcl.el (tcl-tab-always-indent):
6164 * textmodes/reftex-vars.el (reftex-index-default-tag):
6165 * elec-pair.el (electric-pair-skip-whitespace):
6166 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6167
6168 * emacs-lisp/authors.el (authors-ignored-files)
6169 (authors-valid-file-names, authors-renamed-files-alist): Additions.
6170
6171 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
6172
6173 * shell.el (shell-dynamic-complete-command): Doc fix.
6174 (shell--command-completion-data): Shell completion now matches
6175 executable filenames from the current buffer's directory, on
6176 systems in which this behavior is the default (windows-nt, ms-dos).
6177
6178 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6179
6180 * net/shr.el (shr-insert): Don't infloop if the width is zero.
6181
6182 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6185 (bug#16251).
6186
6187 * electric.el: Move all electric-pair-* to elec-pair.el.
6188 * elec-pair.el: New file, split from electric.el.
6189
6190 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6191
6192 * net/shr.el (shr-find-fill-point): Don't try to fill if the
6193 indentation level is larger than the width, because that will
6194 infloop.
6195 (shr-insert): Fill repeatedly long texts, so that Japanese is
6196 formatted correctly (bug#16263).
6197 (shr-find-fill-point): Off by one error in comparison with the
6198 indentation.
6199
6200 2013-12-26 João Távora <joaotavora@gmail.com>
6201
6202 * electric.el (electric-pair-mode): More flexible engine for skip-
6203 and inhibit predicates, new options for pairing-related functionality.
6204 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6205 if that keeps or improves their balance in buffers.
6206 (electric-pair-delete-adjacent-pairs): Delete the pair when
6207 backspacing over adjacent matched delimiters.
6208 (electric-pair-open-extra-newline): Open extra newline when
6209 inserting newlines between adjacent matched delimiters.
6210 (electric--sort-post-self-insertion-hook):
6211 Sort post-self-insert-hook according to priority values when
6212 minor-modes are activated.
6213 * simple.el (newline-and-indent): Call newline with interactive
6214 set to t.
6215 (blink-paren-post-self-insert-function): Set priority to 100.
6216 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6217 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6218 comments. Locally set electric-pair-skip-whitespace to 'chomp and
6219 electric-pair-open-newline-between-pairs to nil.
6220
6221 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
6222
6223 * progmodes/python.el: Use lexical-binding.
6224 (python-nav-beginning-of-defun): Stop searching ASAP.
6225
6226 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
6227
6228 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6229 Fix interactive spec. Doc fix. (Bug#15754)
6230
6231 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6232
6233 * emacs-lisp/byte-run.el (eval-when-compile):
6234 * progmodes/cc-defs.el (cc-eval-when-compile):
6235 Fix edebug spec (bug#16184).
6236
6237 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6238
6239 * net/shr.el (shr-visit-file): Remove debugging function.
6240 (shr-insert): Don't infloop if we can't find a good place to break
6241 the line (bug#16256).
6242
6243 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
6244
6245 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6246 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
6247 python-nav-lisp-forward-sexp-safe.
6248 (python-nav--forward-sexp): New argument SAFE allows switching
6249 forward sexp movement behavior for parens.
6250 (python-nav-forward-sexp): Throw errors on unterminated parens
6251 (Bug#16191).
6252 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6253 (python-nav-backward-sexp-safe): New functions.
6254 (python-shell-buffer-substring):
6255 Use `python-nav-forward-sexp-safe'.
6256
6257 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6258
6259 * net/shr.el (shr-find-fill-point): Don't break lines before a
6260 quotation mark.
6261 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6262 (shr-find-fill-point): Remove the special checks for the quotation
6263 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6264
6265 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6266
6267 * net/eww.el (eww-form-textarea): Use a different face for
6268 textareas than text input since they have different keymaps
6269 (bug#16142).
6270
6271 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
6272
6273 * progmodes/python.el (python-nav-beginning-of-statement):
6274 Speed up (Bug#15295).
6275
6276 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6277
6278 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6279 the window configuration.
6280
6281 2013-12-24 Eli Zaretskii <eliz@gnu.org>
6282
6283 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6284 we run on MS-Windows or MS-DOS.
6285
6286 2013-12-24 Martin Rudalics <rudalics@gmx.at>
6287
6288 * window.el (balance-windows-area): Call window-size instead of
6289 window-height and window-width. Bug#16241.
6290
6291 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6292
6293 * net/eww.el (eww-bookmark-quit): Remove.
6294 (eww-bookmark-browse): Restore the window configuration when you
6295 choose a bookmark (bug#16144).
6296
6297 2013-12-24 Daniel Colascione <dancol@dancol.org>
6298
6299 * icomplete.el: Remove redundant :group arguments to `defcustom'
6300 throughout.
6301 (icomplete-show-matches-on-no-input): New customizable variable.
6302 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6303 we have something to show.
6304 (icomplete-exhibit): Compute completions even if we have no user input.
6305
6306 2013-12-23 Daniel Colascione <dancol@dancol.org>
6307
6308 * icomplete.el: Move `provide' to end of file.
6309
6310 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
6311
6312 * net/gnutls.el (gnutls-verify-error): Add version tag.
6313
6314 2013-12-23 Chong Yidong <cyd@gnu.org>
6315
6316 * subr.el (set-transient-map): Rename from
6317 set-temporary-overlay-map. Doc fix.
6318
6319 * face-remap.el (text-scale-adjust):
6320 * indent.el (indent-rigidly):
6321 * kmacro.el (kmacro-call-macro):
6322 * minibuffer.el (minibuffer-force-complete):
6323 * repeat.el (repeat):
6324 * simple.el (universal-argument--mode):
6325 * calendar/todo-mode.el (todo-insert-item--next-param):
6326 * progmodes/f90.el (f90-abbrev-start): Callers changed.
6327
6328 * indent.el (indent-rigidly): Use substitute-command-keys.
6329
6330 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6331
6332 * net/eww.el (eww-tag-select): Add text-property to jump to next
6333 select field.
6334 (eww): Add non-supported ftp error.
6335
6336 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6337
6338 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6339 comments. Handle electric indent after typing `?' and `!'.
6340
6341 2013-12-22 Chong Yidong <cyd@gnu.org>
6342
6343 * faces.el (face-spec-recalc): If the theme specs are not
6344 applicable to a frame, fall back on the defface spec.
6345 This prevents themes from obliterating faces on low-color terminals.
6346
6347 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6348
6349 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6350 after `{'. We need it after block openers, and it doesn't seem
6351 to hurt after hash openers.
6352
6353 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6354
6355 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6356 extracted from `ruby-smie-rules'.
6357 (ruby--electric-indent-chars): New variable.
6358 (ruby--electric-indent-p): New function.
6359 (ruby-mode): Use `electric-indent-functions' instead of
6360 `electric-indent-chars'.
6361
6362 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6363
6364 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6365 docstring.
6366 (ruby-smie-rules): Indent plus one level after `=>'.
6367
6368 2013-12-21 Richard Stallman <rms@gnu.org>
6369
6370 * simple.el (newline): Doc fix.
6371
6372 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6373
6374 * net/eww.el (eww-list-histories, eww-list-histories)
6375 (eww-history-browse, eww-history-quit, eww-history-kill)
6376 (eww-history-mode-map, eww-history-mode): New command and
6377 functions to list browser histories.
6378 (eww-form-text): Support text form with disabled
6379 and readonly attributes.
6380 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6381
6382 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6383
6384 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6385 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6386 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6387 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6388 Use `user-error'.
6389 (eww-bookmark-mode-map): Add menu.
6390 (eww-render, eww-mode): Use `setq-local'.
6391 (eww-tool-bar-map): New variable.
6392 (eww-mode): Set `tool-bar-map'.
6393 (eww-view-source): Check for `html-mode' with `fboundp'.
6394
6395 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6396
6397 * net/shr.el (shr--extract-best-source): Don't bug out on audio
6398 elements with text inside. Also remove debugging.
6399
6400 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
6401
6402 * cus-start.el (all): Add ns-use-srgb-colorspace.
6403
6404 2013-12-21 Chong Yidong <cyd@gnu.org>
6405
6406 * custom.el (custom-theme-recalc-face): Do nothing if the face is
6407 undefined. Thus, theme settings for undefined faces do not take
6408 effect until the faces are defined with defface, the same as with
6409 theme variables.
6410
6411 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6412 (face-spec-reset-face): Don't assign extra properties in temacs.
6413 (face-spec-recalc): Apply X resources too.
6414
6415 2013-12-21 Chong Yidong <cyd@gnu.org>
6416
6417 * faces.el (face-spec-set):
6418 * cus-face.el (custom-theme-set-faces, custom-set-faces):
6419 * custom.el (defface): Doc fixes (Bug#16203).
6420
6421 * indent.el (indent-rigidly-map): Add docstring, and move commands
6422 into named functions.
6423 (indent-rigidly-left, indent-rigidly-right)
6424 (indent-rigidly-left-to-tab-stop)
6425 (indent-rigidly-right-to-tab-stop): New functions. Decide on
6426 indentation direction based on bidi direction, and accumulate
6427 sequential commands in a single undo boundary.
6428 (indent-rigidly--pop-undo): New utility function.
6429
6430 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * faces.el (read-face-name): Require crm.el when using crm-separator.
6433
6434 2013-12-20 Daniel Colascione <dancol@dancol.org>
6435
6436 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6437 so that we don't reflow comments into the shebang line.
6438
6439 2013-12-20 Juri Linkov <juri@jurta.org>
6440
6441 * saveplace.el (save-place-to-alist): Add `dired-filename' as
6442 a position when `dired-directory' is non-nil. Check integer
6443 positions with `integerp'.
6444 (toggle-save-place, save-places-to-alist): Add check for
6445 `dired-directory'.
6446 (save-place-find-file-hook): Check integer positions with
6447 `integerp'.
6448 (save-place-dired-hook): Use `dired-goto-file' when
6449 `dired-filename' is found in the assoc list. Check integer
6450 positions with `integerp'.
6451 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6452
6453 * dired.el (dired-initial-position-hook): Rename back from
6454 `dired-initial-point-hook'.
6455 (dired-initial-position): Rename `dired-initial-point-hook' to
6456 `dired-initial-position-hook'.
6457 (dired-file-name-at-point): Doc fix. (Bug#15329)
6458
6459 2013-12-20 Juri Linkov <juri@jurta.org>
6460
6461 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
6462 (read-regexp-suggestions): New function.
6463 (read-regexp): Use `read-regexp-defaults-function' to get default values.
6464 Use `read-regexp-suggestions'. Add non-empty default to history
6465 for empty input.
6466 (occur-read-regexp-defaults-function): Remove function.
6467 (occur-read-primary-args): Use `regexp-history-last' instead of
6468 `occur-read-regexp-defaults-function'.
6469
6470 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
6471 (hi-lock-line-face-buffer, hi-lock-face-buffer)
6472 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
6473 `hi-lock-read-regexp-defaults-function'. Doc fix.
6474 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
6475 with `find-tag-default-as-symbol-regexp'. Doc fix.
6476 (hi-lock-read-regexp-defaults): Remove function.
6477 (hi-lock-regexp-okay): Add check for null.
6478
6479 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
6480 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
6481
6482 * subr.el (find-tag-default-as-symbol-regexp): New function.
6483 (find-tag-default-as-regexp): Move symbol regexp formatting to
6484 `find-tag-default-as-symbol-regexp'.
6485
6486 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
6487
6488 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
6489 (Bug#14179)
6490
6491 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
6492
6493 * calendar/todo-mode.el: New implementation of item insertion
6494 commands and key bindings.
6495 (todo-key-prompt): New face.
6496 (todo-insert-item): New command.
6497 (todo-insert-item--parameters): New defconst, replacing defvar
6498 todo-insertion-commands-args-genlist.
6499 (todo-insert-item--param-key-alist): New defconst, replacing
6500 defvar todo-insertion-commands-arg-key-list.
6501 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
6502 (todo-insert-item--argsleft, todo-insert-item--apply-args)
6503 (todo-insert-item--next-param): New functions.
6504 (todo-insert-item--args, todo-insert-item--argleft)
6505 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
6506 New variables.
6507 (todo-key-bindings-t): Change binding of "i" from
6508 todo-insertion-map to todo-insert-item.
6509 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
6510 (todo-insertion-command-name, todo-insertion-commands-names)
6511 (todo-define-insertion-command, todo-insertion-commands)
6512 (todo-insertion-key-bindings, todo-insertion-map): Remove.
6513
6514 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
6515
6516 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
6517 (todo-toggle-item-highlighting): Use eval-and-compile instead of
6518 eval-when-compile.
6519 (todo-move-category): Allow choosing a non-existing todo file to
6520 move the category to, and create that file.
6521 (todo-default-priority): New user option.
6522 (todo-set-item-priority): Use it.
6523 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
6524 (desktop-restore-file-buffer): Declare.
6525 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
6526 (todo-modes-set-2): Locally set desktop-save-buffer to
6527 todo-desktop-save-buffer.
6528 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
6529 (auto-mode-alist): Add autoload cookie.
6530
6531 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
6532
6533 * emacs-lisp/subr-x.el: Renamed from helpers.el.
6534 helpers.el was a poor choice of name.
6535 (string-remove-prefix): New function.
6536 (string-remove-suffix): New function.
6537
6538 2013-12-20 Martin Rudalics <rudalics@gmx.at>
6539
6540 Fix assignment for new window total sizes.
6541 * window.el (window--pixel-to-size): Remove function.
6542 (window--pixel-to-total-1, window--pixel-to-total):
6543 Fix calculation of new total sizes.
6544
6545 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
6546
6547 * comint.el (comint-output-filter): Fix rear-nonsticky property
6548 placement (Bug#16010).
6549
6550 2013-12-20 Chong Yidong <cyd@gnu.org>
6551
6552 * faces.el (read-color): Minor fix for completion function.
6553
6554 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
6555
6556 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
6557 New option. (Bug#16182)
6558 (ruby-smie--indent-to-stmt-p): Use it.
6559 (ruby-smie-rules): Revert the logic in the handling of `when'.
6560 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
6561 (ruby-deep-arglist, ruby-deep-indent-paren)
6562 (ruby-deep-indent-paren-style): Update docstrings to note that the
6563 vars don't have any effect with SMIE.
6564
6565 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
6566
6567 * calc/calc.el (calc-enter, calc-pop): Use the variable
6568 `calc-context-sensitive-enter'.
6569
6570 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6571
6572 * net/shr.el (shr-insert): Protect against infloops in degenerate
6573 tables.
6574
6575 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6576
6577 * progmodes/octave.el (octave): Add link to manual and octave
6578 homepage.
6579 (octave-mode-menu): Link to octave-mode manual.
6580
6581 2013-12-20 Leo Liu <sdl.web@gmail.com>
6582
6583 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
6584 insertion using skeleton-end-newline. (Bug#16138)
6585
6586 2013-12-20 Juri Linkov <juri@jurta.org>
6587
6588 * replace.el (occur-engine): Use `add-face-text-property'
6589 to add the face property to matches and titles. (Bug#14645)
6590
6591 * hi-lock.el (hi-green): Use lighter color "light green" closer to
6592 the palette of other hi-lock colors.
6593 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
6594
6595 2013-12-19 Juri Linkov <juri@jurta.org>
6596
6597 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
6598 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
6599 (minibuffer-history-symbol): Move variable declaration closer to
6600 its usage.
6601
6602 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
6603 (Bug#14785)
6604
6605 2013-12-19 Juri Linkov <juri@jurta.org>
6606
6607 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
6608 New function.
6609 (log-edit-hook): Add it to :options. (Bug#16170)
6610
6611 2013-12-19 Juri Linkov <juri@jurta.org>
6612
6613 * simple.el (eval-expression-print-format): Don't check for
6614 command names and the last command. Always display additional
6615 formats of the integer result in the echo area, and insert them
6616 to the current buffer only with a zero prefix arg.
6617 Display character when char-displayable-p is non-nil.
6618 (eval-expression): With a zero prefix arg, set `print-length' and
6619 `print-level' to nil, and insert the integer values from
6620 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
6621
6622 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
6623 `eval-last-sexp-arg-internal'. Doc fix.
6624 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
6625 `eval-last-sexp-print-value'. Doc fix.
6626 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
6627 Set `print-length' and `print-level' to nil when arg is zero.
6628 (eval-last-sexp): Doc fix.
6629 (eval-defun-2): Print the integer values from
6630 `eval-expression-print-format' at the end.
6631
6632 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
6633 values from `eval-expression-print-format' at the end.
6634
6635 * ielm.el (ielm-eval-input): Print the integer
6636 values from `eval-expression-print-format' at the end.
6637
6638 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6639
6640 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
6641 2013-12-11T19:01:44Z!tzz@lifelogs.com.
6642
6643 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
6646 (hl-line-highlight, global-hl-line-highlight): Use it.
6647 (hl-line-overlay): Use defvar-local.
6648
6649 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
6650
6651 * term/ns-win.el: Require dnd.
6652 (global-map): Remove drag items.
6653 (ns-insert-text, ns-set-foreground-at-mouse)
6654 (ns-set-background-at-mouse):
6655 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
6656 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
6657 New functions.
6658
6659 2013-12-19 Glenn Morris <rgm@gnu.org>
6660
6661 * emacs-lisp/ert.el (ert-select-tests):
6662 Fix string/symbol mixup. (Bug#16121)
6663
6664 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
6665
6666 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
6667 keywords to their parent.
6668
6669 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
6670
6671 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
6672 first arg to be a string (fixed dead code), or an operator symbol.
6673 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
6674 operator symbols.
6675 (ruby-smie-rules): Remove parent token check in the `.' clause, it
6676 did nothing. Don't respond to `(:after ".")', it will be called
6677 with :before anyway. Remove the ` @ ' rule, it didn't seem to
6678 change anything. Only return indentation for binary operators
6679 when they are hanging. De-dent opening paren when its parent is
6680 `.', otherwise it looks bad when the dot is not at bol or eol
6681 (bug#16182).
6682
6683 2013-12-19 Juri Linkov <juri@jurta.org>
6684
6685 * replace.el (query-replace-read-args): Split a non-negative arg
6686 and a negative arg into separate elements.
6687 (query-replace, query-replace-regexp, replace-string)
6688 (replace-regexp): Add arg `backward'. Doc fix.
6689 (replace-match-maybe-edit): When new arg `backward' is non-nil,
6690 move point to the beginning of the match.
6691 (replace-search, replace-highlight): Use new arg `backward'
6692 to set the value of `isearch-forward'.
6693 (perform-replace): Add arg `backward' and use it to perform
6694 replacement backward. (Bug#14979)
6695
6696 * isearch.el (isearch-query-replace): Use a negative prefix arg
6697 to call `perform-replace' with a non-nil arg `backward'.
6698
6699 2013-12-18 Juri Linkov <juri@jurta.org>
6700
6701 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
6702 to the default list. Move `log-edit-show-files' to the end.
6703 Add more available functions to options.
6704 (log-edit): Move default specific settings to
6705 `log-edit-insert-message-template'. Don't move point.
6706 (log-edit-insert-message-template): New function.
6707 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
6708 (Bug#16170)
6709
6710 2013-12-18 Juri Linkov <juri@jurta.org>
6711
6712 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
6713 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
6714
6715 2013-12-18 Leo Liu <sdl.web@gmail.com>
6716
6717 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
6718 (Bug#16186)
6719
6720 2013-12-18 Eli Zaretskii <eliz@gnu.org>
6721
6722 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
6723 formats for displaying file sizes when the -s switch is given.
6724 Instead, compute a separate format for displaying the size in
6725 blocks, which is displayed in addition to the "regular" size.
6726 When -h is given in addition to -s, produce size in blocks in
6727 human-readable form as well. (Bug#16179)
6728
6729 2013-12-18 Tassilo Horn <tsdh@gnu.org>
6730
6731 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6732 Reference tables with ~\ref{...} instead of only \ref{...}.
6733
6734 2013-12-18 Chong Yidong <cyd@gnu.org>
6735
6736 * cus-edit.el (custom-magic-alist): Fix "themed" description
6737 (Bug#14348).
6738
6739 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
6740 is non-nil, do not create a new entry in the symbol's theme-value
6741 or theme-face property; update theme-settings only (Bug#14664).
6742 (custom-available-themes): Doc fix.
6743
6744 * cus-theme.el (custom-new-theme-mode-map): Add bindings
6745 (Bug#15674).
6746
6747 * replace.el (occur-engine): Avoid infloop (Bug#7593).
6748
6749 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6750
6751 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
6752 (Bug#13914).
6753
6754 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6755
6756 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
6757
6758 2013-12-18 Glenn Morris <rgm@gnu.org>
6759
6760 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
6761 * cus-start.el (load-prefer-newer): New option.
6762
6763 2013-12-18 Le Wang <l26wang@gmail.com>
6764
6765 * comint.el (comint-previous-matching-input-from-input):
6766 Retain point (Bug#13404).
6767
6768 2013-12-18 Chong Yidong <cyd@gnu.org>
6769
6770 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
6771
6772 2013-12-18 Glenn Morris <rgm@gnu.org>
6773
6774 * mail/emacsbug.el (report-emacs-bug):
6775 Only mention enable-multibyte-characters if non-standard.
6776
6777 2013-12-17 Juri Linkov <juri@jurta.org>
6778
6779 * arc-mode.el (archive-extract-by-file): Check if directory exists
6780 before deletion to not show irrelevant errors if it doesn't exist.
6781
6782 2013-12-17 Juri Linkov <juri@jurta.org>
6783
6784 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6785 (Bug#14751)
6786
6787 * net/eww.el (browse-web): Add alias to `eww'.
6788 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6789 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
6790
6791 * net/browse-url.el (browse-url-browser-function): Move `eww'
6792 closer to similar functions.
6793
6794 * startup.el (fancy-startup-screen, fancy-about-screen):
6795 Set browse-url-browser-function to eww-browse-url locally.
6796 (Bug#14751)
6797
6798 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * window.el (window--pixel-to-total): Remove unused `mini' var.
6801 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6802 (split-window): Remove unused `new' var.
6803 (window--display-buffer): Remove unused `frame' and `delta' vars.
6804 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6805 and display-width'.
6806
6807 2013-12-17 Martin Rudalics <rudalics@gmx.at>
6808
6809 * dired.el (dired-mark-pop-up):
6810 * register.el (register-preview): Don't bind
6811 split-height-threshold here since it's now done in
6812 display-buffer-below-selected.
6813
6814 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
6815
6816 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6817 xterm-rgb-convert-to-16bit.
6818 (rxvt-register-default-colors): Standardize with
6819 xterm-register-default-colors (Bug#14078).
6820
6821 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
6822
6823 * simple.el (kill-region): Pass mark first, then point, so that
6824 kill-append works right (Bug#12819).
6825 (copy-region-as-kill, kill-ring-save): Likewise.
6826
6827 2013-12-17 Leo Liu <sdl.web@gmail.com>
6828
6829 * net/rcirc.el (rcirc-add-face):
6830 * eshell/em-prompt.el (eshell-emit-prompt):
6831 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6832 (Bug#16167)
6833
6834 2013-12-17 Chong Yidong <cyd@gnu.org>
6835
6836 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6837 Suggested by Xue Fuqiao.
6838
6839 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6840
6841 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6842
6843 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * net/shr.el (shr-insert-document): Remove unused var
6846 `shr-preliminary-table-render'.
6847 (shr-rescale-image): Remove unused arg `force'.
6848 (shr-put-image): Update calls accordingly.
6849 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6850
6851 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6852
6853 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6854 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6855 :close-all, to see which indentation method to use (Bug#16116).
6856 (smie-rules-function): Document the method :close-all.
6857
6858 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6859
6860 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6861
6862 * net/eww.el (eww-display-html): If we can't find the anchor we're
6863 looking for, then go to point-min.
6864
6865 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
6866
6867 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6868 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6869 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6870 Expand dir too, in case it's relative.
6871
6872 2013-12-16 Juri Linkov <juri@jurta.org>
6873
6874 * desktop.el (desktop-auto-save-timeout): Change default to
6875 `auto-save-timeout'. Doc fix.
6876 (desktop-save): Skip the timestamp in desktop-saved-frameset
6877 when checking for auto-save changes.
6878 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6879 `desktop-auto-save' is called repeatedly by the idle timer.
6880 (desktop-auto-save-set-timer): Replace `run-with-timer' with
6881 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
6882 (Bug#15331)
6883
6884 2013-12-16 Juri Linkov <juri@jurta.org>
6885
6886 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6887 (Bug#16035)
6888 (isearch-pre-command-hook): Check `this-command' for symbolp.
6889
6890 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6893
6894 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
6895
6896 * progmodes/cfengine.el (cfengine3--current-word): Remove.
6897 (cfengine3--current-function): Bring in the current-function
6898 functionality from `cfengine3--current-word'.
6899 (cfengine3-completion-function): Bring in the
6900 bounds-of-current-word functionality from
6901 `cfengine3--current-word'.
6902
6903 2013-12-16 Martin Rudalics <rudalics@gmx.at>
6904
6905 * window.el (display-buffer-below-selected):
6906 Bind split-height-threshold to 0 as suggested by Juri Linkov.
6907
6908 2013-12-16 Leo Liu <sdl.web@gmail.com>
6909
6910 * progmodes/compile.el (compile-goto-error): Do not push-mark.
6911 Remove NOMSG arg and all uses changed.
6912
6913 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6916 (cua--deactivate-rectangle): Don't deactivate the mark.
6917 (cua-set-rectangle-mark): Don't set mark-active since
6918 cua--activate-rectangle already does it for us.
6919 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6920 non-rectangular region.
6921
6922 * emulation/cua-base.el (cua-repeat-replace-region):
6923 Use with-current-buffer.
6924
6925 * net/gnutls.el: Use cl-lib.
6926 (gnutls-negotiate): `mapcan' -> cl-mapcan.
6927
6928 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6929
6930 * emacs-lisp/package.el (package-built-in-p): Support both
6931 built-in and the package.el converted package descriptions.
6932 (package-show-package-list): Allow keywords.
6933 (package-keyword-button-action): Use it instead of
6934 `finder-list-matches'.
6935 (package-menu-filter-interactive): Interactive filtering (by
6936 keyword) function.
6937 (package-menu--generate): Support keywords and change keymappings
6938 and headers when they are given.
6939 (package--has-keyword-p): Helper function.
6940 (package-menu--refresh): Use it.
6941 (package--mapc): Helper function.
6942 (package-all-keywords): Use it.
6943 (package-menu-mode-map): Set up menu items and keybindings to
6944 provide a filtering UI.
6945
6946 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6947
6948 * net/gnutls.el (gnutls-verify-error): New defcustom to control
6949 the behavior when a certificate fails validation. Defaults to
6950 old behavior: never abort, just warn.
6951 (gnutls-negotiate): Use it.
6952
6953 2013-12-14 Martin Rudalics <rudalics@gmx.at>
6954
6955 * window.el (display-buffer-below-selected): Never split window
6956 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
6957
6958 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
6959
6960 * emacs-lisp/package.el (package--prepare-dependencies): New function.
6961 (package-buffer-info): Use it (bug#15108).
6962
6963 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * icomplete.el (icomplete-completions): Make sure the prefix is already
6966 displayed elsewhere before hiding it (bug#16219).
6967
6968 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
6969
6970 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6971 open-paren tokens when preceded by a open-paren, too.
6972 (ruby-smie-rules): Handle virtual indentation after open-paren
6973 tokens specially. If there is code between it and eol, return the
6974 column where is starts (Bug#16118).
6975
6976 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6977
6978 * progmodes/cfengine.el: Fix `add-hook' doc.
6979 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6980 (cfengine3--current-word): Fix parameters.
6981 (cfengine3-make-syntax-cache): Simplify further.
6982 (cfengine3-completion-function, cfengine3--current-function):
6983 Use `assq' for symbols.
6984 (cfengine3--current-function): Fix `cfengine3--current-word' call.
6985
6986 2013-12-13 Glenn Morris <rgm@gnu.org>
6987
6988 * loadup.el (load-path): Warn if site-load or site-init changes it.
6989 No more need to reset it when bootstrapping.
6990
6991 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6992
6993 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6994 locations for cf-promises.
6995 (cfengine-mode-syntax-functions-regex): New caching variable.
6996 (cfengine3-fallback-syntax): Fallback syntax for cases where
6997 cf-promises doesn't run.
6998 (cfengine3--current-word): Reimplement using
6999 `cfengine-mode-syntax-functions-regex'.
7000 (cfengine3-completion-function, cfengine3--current-function):
7001 Use `cfengine3-make-syntax-cache' directly.
7002 (cfengine3-clear-syntax-cache): New function.
7003 (cfengine3-make-syntax-cache): Simplify and create
7004 `cfengine-mode-syntax-functions-regex' on demand.
7005 (cfengine3-format-function-docstring): Don't call
7006 `cfengine3-make-syntax-cache' explicitly.
7007
7008 2013-12-13 Martin Rudalics <rudalics@gmx.at>
7009
7010 Fix windmove-find-other-window broken after pixelwise resizing
7011 (Bug#16017).
7012 * windmove.el (windmove-other-window-loc): Revert change from
7013 2013-12-04.
7014 (windmove-find-other-window): Call window-in-direction.
7015 * window.el (window-in-direction): New arguments SIGN, WRAP and
7016 MINI to emulate original windmove-find-other-window behavior.
7017
7018 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
7019
7020 * simple.el (blink-matching--overlay): New variable.
7021 (blink-matching-open): Instead of moving point, highlight the
7022 matching paren with an overlay
7023 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7024
7025 * faces.el (paren-showing-faces, show-paren-match)
7026 (show-paren-mismatch): Move from paren.el.
7027
7028 2013-12-13 Leo Liu <sdl.web@gmail.com>
7029
7030 * indent.el (indent-region): Disable progress reporter in
7031 minibuffer. (Bug#16108)
7032
7033 * bindings.el (visual-order-cursor-movement): Fix version.
7034
7035 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7036
7037 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7038 Also match after beginning of line.
7039 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7040 files. Thanks to Russell Sim. (Bug#15378)
7041
7042 2013-12-13 Juri Linkov <juri@jurta.org>
7043
7044 * simple.el <Keypad support>: Remove key bindings duplicated
7045 with bindings.el. (Bug#14397)
7046
7047 2013-12-13 Juri Linkov <juri@jurta.org>
7048
7049 * comint.el (comint-mode-map): Replace `delete-char' with
7050 `delete-forward-char'. (Bug#16109)
7051
7052 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7053
7054 * progmodes/python.el (python-indent-calculate-indentation):
7055 Fix de-denters cornercase. (Bug#15731)
7056
7057 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7060 (advice--make): Pay attention to `depth'.
7061 (advice--make-1): Don't autoload commands eagerly.
7062 * emacs-lisp/elp.el (elp-instrument-function):
7063 * emacs-lisp/trace.el (trace-function-internal):
7064 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7065
7066 * iswitchb.el (iswitchb-mode): Don't belittle ido.
7067
7068 2013-12-12 Eli Zaretskii <eliz@gnu.org>
7069
7070 * term/w32-win.el (w32-handle-dropped-file):
7071 * startup.el (normal-top-level):
7072 * net/browse-url.el (browse-url-file-url):
7073 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7074 decode file names using 'utf-8' rather than
7075 file-name-coding-system.
7076
7077 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7078
7079 * progmodes/python.el (python-indent-context)
7080 (python-indent-calculate-indentation): Fix auto-identation
7081 behavior for comment blocks. (Bug#15916)
7082
7083 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7084
7085 * progmodes/python.el (python-indent-calculate-indentation):
7086 When determining indentation, don't treat "return", "pass", etc., as
7087 operators when they are just string constituents. (Bug#15812)
7088
7089 2013-12-12 Juri Linkov <juri@jurta.org>
7090
7091 * uniquify.el (uniquify-buffer-name-style): Change default to
7092 `post-forward-angle-brackets'.
7093
7094 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7095 `uniquify'. Change default to `post-forward-angle-brackets'.
7096
7097 2013-12-11 Glenn Morris <rgm@gnu.org>
7098
7099 * emacs-lisp/package.el (finder-list-matches):
7100 Autoload rather than falsely declaring.
7101
7102 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
7103
7104 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7105 (eww-mode-map): Use them.
7106
7107 2013-12-11 Martin Rudalics <rudalics@gmx.at>
7108
7109 * window.el (display-buffer-in-side-window): Fix doc-string
7110 (Bug#16115).
7111
7112 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
7113
7114 * vc/vc-git.el: Silence byte-compiler warnings.
7115 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7116 (log-edit-set-header): Declare.
7117
7118 2013-12-11 Eli Zaretskii <eliz@gnu.org>
7119
7120 * Makefile.in (custom-deps, finder-data): Run output file names
7121 through unmsys--file-name. (Bug#16099)
7122
7123 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7126 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7127
7128 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7129 instead of deleting the selection "by hand" (bug#16098).
7130 Rely on insert-for-yank to yank rectangles.
7131 (cua-highlight-region-shift-only): Mark obsolete.
7132 (cua-mode): Don't enable/disable transient-mark-mode,
7133 shift-select-mode (cua-mode works both with and without them), and
7134 pc-selection-mode (obsolete).
7135 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7136 (cua--deactivate-rectangle): Deactivate it.
7137
7138 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7139 (delete-selection-helper): Make sure yank starts at the top of the
7140 deleted region.
7141 (minibuffer-keyboard-quit): Use region-active-p.
7142
7143 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7144
7145 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7146 to `delete' (bug#16109).
7147
7148 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7149
7150 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7151 info manual and show keybindings and set `:group' keyword.
7152
7153 2013-12-11 Juri Linkov <juri@jurta.org>
7154
7155 * delsel.el (delete-active-region): Let-bind `this-command'
7156 to prevent `kill-region' from changing its original value.
7157 (delete-selection-helper): Handle `overwrite-mode' for the type
7158 `kill' exactly the same way as for the type `t'.
7159 (insert-char, quoted-insert, reindent-then-newline-and-indent):
7160 Support more commands. (Bug#13312)
7161
7162 2013-12-11 Juri Linkov <juri@jurta.org>
7163
7164 * bindings.el: Map kp keys to non-kp keys systematically
7165 with basic modifiers control, meta and shift. (Bug#14397)
7166
7167 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7168
7169 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7170 "Close browser" menu items. Fix wrong function of "List
7171 bookmarks".
7172
7173 2013-12-11 Juri Linkov <juri@jurta.org>
7174
7175 * misearch.el (multi-isearch-buffers): Set the value of
7176 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
7177 arg of isearch-forward to t.
7178 (multi-isearch-buffers-regexp): Set the value of
7179 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
7180 arg of isearch-forward-regexp to t.
7181 (multi-isearch-files): Set the value of
7182 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
7183 arg of isearch-forward to t.
7184 (multi-isearch-files-regexp): Set the value of
7185 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
7186 arg of isearch-forward-regexp to t. (Bug#16035)
7187
7188 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7189 arg of isearch-forward to t.
7190 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7191 arg of isearch-forward-regexp to t.
7192 (dired-isearch-filter-filenames): Remove unnecessary check for
7193 `dired-isearch-filenames'.
7194
7195 * comint.el (comint-history-isearch-backward):
7196 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7197 (comint-history-isearch-backward-regexp):
7198 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7199
7200 2013-12-10 Eli Zaretskii <eliz@gnu.org>
7201
7202 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7203 unmsys--file-name. (Bug#16099)
7204
7205 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
7206
7207 * emacs-lisp/package.el (package-keyword-button-action):
7208 Remove finder.el require dependency.
7209
7210 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
7211
7212 * emacs-lisp/package.el: Require finder.el.
7213 (describe-package-1): Add keyword buttons.
7214 (package-make-button): New convenience function.
7215 (package-keyword-button-action): Keyword button action using
7216 `finder-list-matches'.
7217
7218 2013-12-09 Eli Zaretskii <eliz@gnu.org>
7219
7220 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7221 last commit.
7222
7223 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
7224
7225 * autorevert.el (auto-revert-notify-add-watch): Do not handle
7226 symlinked files.
7227
7228 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7229
7230 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7231 after the end of a percent literal.
7232
7233 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
7234
7235 * progmodes/ruby-mode.el (ruby-forward-string): Document.
7236 Handle caret-delimited strings (Bug#16079).
7237
7238 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7239
7240 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7241 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7242 `ruby-parse-partial' (Bug#16078).
7243
7244 2013-12-09 Leo Liu <sdl.web@gmail.com>
7245
7246 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
7247
7248 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
7249
7250 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7251 (js-switch-indent-offset): New option.
7252 (js--proper-indentation): Use it. And handle the case when
7253 "default" is actually a key in an object literal.
7254 (js--same-line): New function.
7255 (js--multi-line-declaration-indentation): Use it.
7256 (js--indent-in-array-comp, js--array-comp-indentation):
7257 New functions.
7258 (js--proper-indentation): Use them, to handle array comprehension
7259 continuations.
7260
7261 2013-12-08 Leo Liu <sdl.web@gmail.com>
7262
7263 * progmodes/flymake.el (flymake-highlight-line): Re-write.
7264 (flymake-make-overlay): Remove arg MOUSE-FACE.
7265 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7266
7267 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7270 New function.
7271 (redisplay-highlight-region-function): Use it.
7272
7273 * emulation/cua-base.el (cua--explicit-region-start)
7274 (cua--last-region-shifted): Remove.
7275 (cua--deactivate): Use deactivate-mark.
7276 (cua--pre-command-handler-1): Don't handle shift-selection.
7277 (cua--post-command-handler-1): Don't change transient-mark-mode.
7278 (cua--select-keymaps): Use region-active-p rather than
7279 cua--explicit-region-start or cua--last-region-shifted.
7280 (cua-mode): Enable shift-select-mode.
7281
7282 2013-12-08 Leo Liu <sdl.web@gmail.com>
7283
7284 * progmodes/flymake.el (flymake-popup-current-error-menu):
7285 Rename from flymake-display-err-menu-for-current-line. Reimplement.
7286 (flymake-posn-at-point-as-event, flymake-popup-menu)
7287 (flymake-make-emacs-menu): Remove. (Bug#16077)
7288
7289 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * rect.el (rectangle-mark-mode): Activate mark even if
7292 transient-mark-mode is off (bug#16066).
7293 (rectangle--highlight-for-redisplay): Fix boundary condition when point
7294 is > mark and at bolp.
7295
7296 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7297 (region-extract-function): Use it.
7298 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7299 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7300 Delete functions.
7301 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7302 kill-ring-save, kill-region, delete-char, delete-forward-char.
7303 Ignore self-insert-iso.
7304
7305 * emulation/cua-gmrk.el (cua--init-global-mark):
7306 Ignore `self-insert-iso'.
7307
7308 * emulation/cua-base.el (cua--prefix-copy-handler)
7309 (cua--prefix-cut-handler): Rely on region-extract-function rather than
7310 checking cua--rectangle.
7311 (cua-delete-region): Use region-extract-function.
7312 (cua-replace-region): Delete function.
7313 (cua-copy-region, cua-cut-region): Obey region-extract-function.
7314 (cua--pre-command-handler-1): Don't do the delete-selection thing.
7315 (cua--self-insert-char-p): Ignore `self-insert-iso'.
7316 (cua--init-keymaps): Don't remap delete-selection commands.
7317 (cua-mode): Use delete-selection-mode instead of rolling our own
7318 (bug#16085).
7319
7320 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7321 Obey region-extract-function.
7322
7323 Make registers and delete-selection-mode work on rectangles.
7324 * register.el (describe-register-1): Don't modify the register's value.
7325 (copy-to-register): Obey region-extract-function.
7326 * delsel.el (delete-active-region): Obey region-extract-function.
7327
7328 2013-12-08 Leo Liu <sdl.web@gmail.com>
7329
7330 * progmodes/flymake.el (flymake, flymake-error-bitmap)
7331 (flymake-warning-bitmap, flymake-fringe-indicator-position)
7332 (flymake-compilation-prevents-syntax-check)
7333 (flymake-start-syntax-check-on-newline)
7334 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7335 (flymake-start-syntax-check-on-find-file, flymake-log-level)
7336 (flymake-xml-program, flymake-master-file-dirs)
7337 (flymake-master-file-count-limit)
7338 (flymake-allowed-file-name-masks): Relocate.
7339 (flymake-makehash, flymake-float-time)
7340 (flymake-replace-regexp-in-string, flymake-split-string)
7341 (flymake-get-temp-dir): Remove.
7342 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7343 (flymake-current-row, flymake-selected-frame)
7344 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7345 related functions. (Bug#16077)
7346
7347 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
7348
7349 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7350
7351 2013-12-07 Tassilo Horn <tsdh@gnu.org>
7352
7353 * help-fns.el (describe-function-1): Use new advice-* functions
7354 rather than old ad-* functions. Fix function type description and
7355 source links for advised functions and subrs.
7356
7357 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7358
7359 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7360
7361 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
7362
7363 * progmodes/compile.el (compilation-start):
7364 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7365
7366 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7367 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
7368
7369 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7370
7371 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7372 Touch up the last change.
7373
7374 2013-12-06 Leo Liu <sdl.web@gmail.com>
7375
7376 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7377 (inferior-octave-startup): Always use "octave> " for prompt.
7378 (octave-goto-function-definition)
7379 (octave-sync-function-file-names)
7380 (octave-find-definition-default-filename): Remove redundant backquotes.
7381
7382 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7383
7384 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7385 syntax for `?'.
7386 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7387 where appropriate already.
7388 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7389 end of method names (Bug#15874).
7390
7391 2013-12-06 Juri Linkov <juri@jurta.org>
7392
7393 * isearch.el (isearch--saved-overriding-local-map):
7394 New internal variable.
7395 (isearch-mode): Set it to the initial value of
7396 `overriding-terminal-local-map'.
7397 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7398 with `isearch--saved-overriding-local-map'. (Bug#16035)
7399
7400 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7401
7402 * progmodes/octave.el (inferior-octave-completion-table):
7403 Turn back into function, use `completion-table-with-cache'
7404 (Bug#11906). Update all references.
7405
7406 * minibuffer.el (completion-table-with-cache): New function.
7407
7408 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
7409
7410 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7411
7412 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
7413
7414 * net/eww.el (eww-current-source): New variable to store page
7415 source.
7416 (eww-display-html, eww-mode, eww-save-history)
7417 (eww-restore-history): Use it.
7418 (eww-view-source): New command to view page source.
7419 Opportunistically uses `html-mode' to highlight the buffer.
7420 (eww-mode-map): Install it.
7421
7422 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
7423
7424 * net/dbus.el (dbus-unregister-service)
7425 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7426 Fix docstring.
7427 (dbus-unregister-service): Skip :serial entries in
7428 `dbus-registered-objects-table'.
7429 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7430
7431 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
7432
7433 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7434 around keywords with extra `split-string' argument.
7435
7436 2013-12-04 Martin Rudalics <rudalics@gmx.at>
7437
7438 * windmove.el (windmove-other-window-loc): Handle navigation
7439 between windows (excluding the minibuffer window - Bug#16017).
7440
7441 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
7442
7443 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7444 in D-Bus type syntax.
7445 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7446 preserve unibyte strings. (Bug#16048)
7447
7448 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7451 Call force-mode-line-update is the proper buffer (bug#16042).
7452
7453 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
7454
7455 * vc/log-edit.el (log-edit-add-new-comment): Rename to
7456 `log-edit-remember-comment', make argument optional. Adjust all
7457 callers.
7458 (log-edit-mode): Add `log-edit-remember-comment' to
7459 `kill-buffer-hook' locally.
7460 (log-edit-kill-buffer): Don't remember comment explicitly since
7461 the buffer is killed anyway.
7462
7463 2013-12-04 Juri Linkov <juri@jurta.org>
7464
7465 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
7466 add-hook and remove-hook for multi-buffer search. (Bug#16035)
7467
7468 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
7469
7470 * notifications.el (notifications-close-notification): Call the
7471 D-Bus method with ID being a `:uint32'. (Bug#16030)
7472
7473 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
7476
7477 2013-12-03 Juri Linkov <juri@jurta.org>
7478
7479 * progmodes/compile.el (compilation-start): Rename window alist
7480 entry `no-display-ok' to `allow-no-window'.
7481
7482 * simple.el (shell-command): Add window alist entry
7483 `allow-no-window' to `display-buffer'.
7484 (async-shell-command): Doc fix.
7485
7486 * window.el (display-buffer-no-window): New action function.
7487 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
7488
7489 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
7490
7491 * vc/log-edit.el (log-edit-set-header): Extract from
7492 `log-edit-toggle-header'.
7493 (log-edit-extract-headers): Separate the summary, when extracted
7494 from header, from the rest of the message with an empty line.
7495
7496 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
7497 line, if present, to the Summary header.
7498
7499 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
7502 in current-buffer (bug#16029).
7503
7504 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
7505
7506 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
7507 (debugger-mode-map): Bind it.
7508 (debugger--backtrace-base): New function.
7509 (debugger-eval-expression): Use it.
7510 (debugger-frame-number): Skip local vars when present.
7511 (debugger--locals-visible-p, debugger--insert-locals)
7512 (debugger--show-locals, debugger--hide-locals): New functions.
7513
7514 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
7515
7516 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
7517 "LC_ALL".
7518 (tramp-get-remote-locale): New defun.
7519 (tramp-open-connection-setup-interactive-shell): Use it.
7520
7521 2013-12-02 Leo Liu <sdl.web@gmail.com>
7522
7523 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
7524
7525 * progmodes/sh-script.el (sh-shell-process):
7526 * progmodes/octave.el (inferior-octave-process-live-p):
7527 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
7528 (gdb-inferior-io-sentinel):
7529 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
7530
7531 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
7532
7533 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
7534 `save-selected-window' to `log-edit-hide-buf'. This makes
7535 `log-edit-show-files' idempotent.
7536 (log-edit-show-files): Mark the new window as dedicated.
7537
7538 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
7539
7540 * vc/log-edit.el (log-edit-mode-map): Add binding for
7541 `log-edit-kill-biffer'.
7542 (log-edit-hide-buf): Add a FIXME comment.
7543 (log-edit-add-new-comment): New function, extracted from
7544 `log-edit-done'.
7545 (log-edit-done, log-edit-add-to-changelog): Use it.
7546 (log-edit-kill-buffer): New command.
7547
7548 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7549
7550 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
7551 instead of killing the buffer.
7552
7553 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
7556
7557 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7558
7559 * net/eww.el (eww-form-checkbox-selected-symbol)
7560 (eww-form-checkbox-symbol): New customizable variable.
7561 (eww-form-checkbox, eww-toggle-checkbox):
7562 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
7563
7564 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
7565 (shr--get-media-pref, shr--extract-best-source): New function.
7566 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
7567 no :src tag was specified.
7568
7569 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
7570 (eww-render): Handle `eww-use-external-browser-for-content-type'.
7571 Use \\` to match beginning of string instead of ^.
7572 (eww-browse-with-external-browser): Provide optional URL parameter.
7573 (eww-render): Set `eww-current-title' back to "".
7574
7575 * net/shr.el (shr-tag-video): Display content for video if no
7576 poster is available.
7577 (shr-tag-audio): Add support for <audio> tag.
7578
7579 * net/eww.el (eww-text-input-types): New const.
7580 (eww-process-text-input): Treat input types in
7581 `eww-text-input-types' as text.
7582
7583 * net/shr.el (shr-tag-table): Fix comment typo.
7584
7585 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7586
7587 * net/eww.el (eww-follow-link): New command to avoid reloading
7588 pages when we follow #target links (bug#15243).
7589 (eww-quit): Special mode buffers shouldn't query before exiting.
7590
7591 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7592
7593 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
7594 forms.
7595
7596 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7597
7598 * net/eww.el (eww-restore-history): Update the window title after
7599 moving in the history.
7600 (eww-current-dom): New variable used to save the current DOM.
7601
7602 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
7603
7604 * vc/log-edit.el (log-edit-mode-map): Add binding for
7605 `log-edit-beginning-of-line'.
7606 (log-edit-setup-add-author): New user option.
7607 (log-edit-beginning-of-line): New command.
7608 (log-edit): Move major mode call above the contents setup so that
7609 the local variable values are already applied.
7610 (log-edit): Only insert "Author: " when
7611 `log-edit-setup-add-author' is non-nil.
7612 (log-edit): When SETUP is non-nil, position point after ": "
7613 instead of point-min.
7614
7615 2013-12-01 Glenn Morris <rgm@gnu.org>
7616
7617 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
7618
7619 2013-11-30 Eli Zaretskii <eliz@gnu.org>
7620
7621 * startup.el (fancy-splash-frame): On MS-Windows, trigger
7622 redisplay to make sure the initial frame gets a chance to become
7623 visible. (Bug#16014)
7624
7625 2013-11-30 Martin Rudalics <rudalics@gmx.at>
7626
7627 Support resizing frames and windows pixelwise.
7628 * cus-start.el (frame-resize-pixelwise)
7629 (window-resize-pixelwise): New entries.
7630 * emacs-lisp/debug.el (debug): Use window-total-height instead
7631 of window-total-size.
7632 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
7633 * help.el (describe-bindings-internal): Use help-buffer as
7634 argument for with-help-window.
7635 (temp-buffer-max-width): New option.
7636 (resize-temp-buffer-window, help-window-setup)
7637 (with-help-window): Rewrite.
7638 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
7639 dragging dividers.
7640 * window.el (frame-char-size, window-min-pixel-height)
7641 (window-safe-min-pixel-height, window-safe-min-pixel-width)
7642 (window-min-pixel-width, window-safe-min-pixel-size)
7643 (window-combination-p, window-safe-min-size)
7644 (window-resizable-p, window--size-to-pixel)
7645 (window--pixel-to-size, window--resize-apply-p): New functions.
7646 (window-safe-min-height): Fix doc-string.
7647 (window-size, window-min-size, window--min-size-1)
7648 (window-sizable, window-sizable-p, window--min-delta-1)
7649 (window-min-delta, window--max-delta-1, window-max-delta)
7650 (window--resizable, window--resizable-p, window-resizable)
7651 (window-full-height-p, window-full-width-p, window-at-side-p)
7652 (window--in-direction-2, window-in-direction)
7653 (window--resize-reset-1, window--resize-mini-window)
7654 (window-resize, window-resize-no-error)
7655 (window--resize-child-windows-normal)
7656 (window--resize-child-windows, window--resize-siblings)
7657 (window--resize-this-window, window--resize-root-window)
7658 (window--resize-root-window-vertically)
7659 (adjust-window-trailing-edge, enlarge-window, shrink-window)
7660 (maximize-window, minimize-window, delete-window)
7661 (quit-restore-window, window-split-min-size, split-window)
7662 (balance-windows-2, balance-windows)
7663 (balance-windows-area-adjust, balance-windows-area)
7664 (window--state-get-1, window-state-get, window--state-put-1)
7665 (window--state-put-2, window-state-put)
7666 (display-buffer-record-window, window--display-buffer):
7667 Make functions handle pixelwise sizing of windows.
7668 (display-buffer--action-function-custom-type)
7669 (display-buffer-fallback-action):
7670 Add display-buffer-in-previous-window.
7671 (display-buffer-use-some-window): Resize window to height it had
7672 before.
7673 (fit-window-to-buffer-horizontally): New option.
7674 (fit-frame-to-buffer): Describe new values.
7675 (fit-frame-to-buffer-bottom-margin): Replace with
7676 fit-frame-to-buffer-margins.
7677 (window--sanitize-margin): New function.
7678 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
7679 using window-text-pixel-size.
7680
7681 2013-11-30 Glenn Morris <rgm@gnu.org>
7682
7683 * emacs-lisp/bytecomp.el (byte-compile-form):
7684 Make the `interactive-only' warning like the `obsolete' one.
7685 * comint.el (comint-run):
7686 * files.el (insert-file-literally, insert-file):
7687 * replace.el (replace-string, replace-regexp):
7688 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7689 (goto-line, insert-buffer, next-line, previous-line):
7690 Tweak `interactive-only' spec.
7691
7692 Stop keeping (most) generated cedet grammar files in the repository.
7693 * Makefile.in (semantic): New.
7694 (compile-main): Depend on semantic.
7695
7696 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
7699 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
7700
7701 * uniquify.el (uniquify-buffer-name-style): Change default.
7702
7703 * loadup.el: Preload "uniquify".
7704
7705 * time.el (display-time-update): Update all mode lines (bug#15999).
7706
7707 * electric.el (electric-indent-mode): Enable by default.
7708 * loadup.el: Preload "electric".
7709
7710 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
7711
7712 * emacs-lisp/helpers.el (string-empty-p): New function.
7713 (string-blank-p): New function.
7714
7715 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
7716
7717 * imenu.el (imenu--index-alist): Add missing dot to the docstring
7718 (Bug#14029).
7719
7720 2013-11-29 Andreas Politz <politza@fh-trier.de>
7721 * imenu.el (imenu--subalist-p): Don't error on non-conses and
7722 allow non-lambda lists as functions.
7723 (imenu--in-alist): Don't recurse into non-subalists.
7724 (imenu): Don't pass function itself as an argument (Bug#14029).
7725
7726 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * progmodes/python.el (python-mode-map): Remove binding for ":".
7729 (python-indent-electric-colon): Remove command.
7730 (python-indent-post-self-insert-function): Integrate the previous code
7731 of python-indent-electric-colon. Make it conditional on
7732 electric-indent-mode.
7733 (python-mode): Add ?: to electric-indent-chars.
7734 Move python-indent-post-self-insert-function to the end of
7735 post-self-insert-hook.
7736
7737 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * doc-view.el (doc-view-goto-page): Update mode-line.
7740
7741 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
7742
7743 2013-11-27 Glenn Morris <rgm@gnu.org>
7744
7745 * international/charprop.el, international/uni-bidi.el:
7746 * international/uni-category.el, international/uni-combining.el:
7747 * international/uni-comment.el, international/uni-decimal.el:
7748 * international/uni-decomposition.el, international/uni-digit.el:
7749 * international/uni-lowercase.el, international/uni-mirrored.el:
7750 * international/uni-name.el, international/uni-numeric.el:
7751 * international/uni-old-name.el, international/uni-titlecase.el:
7752 * international/uni-uppercase.el:
7753 Remove generated files from VCS repository.
7754
7755 2013-11-27 Eli Zaretskii <eliz@gnu.org>
7756
7757 * filenotify.el (file-notify-add-watch): Don't special-case
7758 w32notify when computing the directory to watch.
7759
7760 2013-11-27 Glenn Morris <rgm@gnu.org>
7761
7762 Make bootstrap without generated uni-*.el files possible again.
7763 * loadup.el: Update command-line-args checking for unidata-gen.
7764 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
7765 * composite.el, international/characters.el:
7766 Handle unicode tables being undefined.
7767
7768 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
7769 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
7770 (compile-main): Depend on leim rule.
7771 (leim): New rule.
7772 * loadup.el: Move leim-list.el to leim/ subdirectory.
7773 * startup.el (normal-top-level): No more leim directory.
7774 * international/ja-dic-cnv.el (skkdic-convert):
7775 Disable version-control and autoloads in output files.
7776 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
7777 Disable version-control and autoloads in output files.
7778 * leim/quail: Move here from ../leim.
7779 * leim/quail/hangul.el (hangul-input-method-activate):
7780 Add autoload cookie.
7781 (generated-autoload-load-name): Set file-local value.
7782 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
7783 (generated-autoload-load-name): Set file-local value.
7784
7785 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
7786
7787 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7788 (eww-add-bookmark): Ask confirmation when add to bookmarks.
7789 (eww-quit): Ask confirmation before quitting eww.
7790
7791 2013-11-26 Eli Zaretskii <eliz@gnu.org>
7792
7793 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7794 reading output from Diff on MS-Windows and MS-DOS.
7795
7796 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
7797
7798 * emacs-lisp/helpers.el (string-reverse): New function.
7799
7800 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
7801
7802 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7803 names on MS Windows, like "/[::1]:".
7804
7805 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7806 SWITCHES.
7807
7808 2013-11-26 Glenn Morris <rgm@gnu.org>
7809
7810 * progmodes/python.el (python-indent-guess-indent-offset):
7811 Avoid corner-case error. (Bug#15975)
7812
7813 Preload leim-list.el. (Bug#4789)
7814 * loadup.el: Load leim-list.el when found.
7815 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7816
7817 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
7818
7819 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7820
7821 * emacs-lisp/helpers.el (string-join): New function.
7822
7823 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
7824
7825 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7826 Mark as obsolete and replace it with a symbol property.
7827 (byte-compile-form): Use new 'interactive-only property.
7828 * comint.el, files.el, replace.el, simple.el:
7829 Apply new 'interactive-only properly.
7830
7831 2013-11-25 Martin Rudalics <rudalics@gmx.at>
7832
7833 * window.el (display-buffer-at-bottom): Make sure that
7834 split-window-sensibly creates the new window on bottom
7835 (Bug#15961).
7836
7837 2013-11-23 David Kastrup <dak@gnu.org>
7838
7839 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7840 on the conflict markers when available.
7841 (smerge--get-marker): New function.
7842 (smerge-end-re, smerge-base-re): Add subgroup.
7843
7844 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * frame.el (handle-focus-in, handle-focus-out): Add missing
7847 interactive spec.
7848
7849 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
7850
7851 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7852 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7853
7854 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
7857 (gomoku--last-pos): New var.
7858 (gomoku--intangible-chars): New const.
7859 (gomoku--intangible): New function.
7860 (gomoku-mode): Use it. Derive from special-mode.
7861 (gomoku-move-up): Adjust line count.
7862 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7863 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7864 Simplify accordingly.
7865
7866 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7867 Remove blink-cursor code.
7868 (blink-cursor-timer-function, blink-cursor-suspend):
7869 Don't special-case GUIs.
7870 (blink-cursor-mode): Use focus-in/out-hook.
7871
7872 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
7873
7874 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7875 work when annotation is invisible (Bug#13886).
7876
7877 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7878
7879 * json.el (json-alist-p): Only return non-nil if the alist has
7880 simple keys (Bug#13518).
7881
7882 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
7883
7884 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7885 when control-statement is the first statement in a buffer (Bug#15956).
7886
7887 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
7888
7889 * imenu.el (imenu-generic-skip-comments-and-strings):
7890 New option (Bug#15560).
7891 (imenu--generic-function): Use it.
7892
7893 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
7894
7895 * minibuffer.el (completion--in-region-1): Scroll the correct window.
7896 (Bug#13898)
7897
7898 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
7899
7900 * emacs-lisp/helpers.el: Add some string helpers.
7901 (string-trim-left): Removes leading whitespace.
7902 (string-trim-right): Removes trailing whitespace.
7903 (string-trim): Removes leading and trailing whitespace.
7904
7905 * subr.el (string-suffix-p): New function.
7906
7907 2013-11-23 Glenn Morris <rgm@gnu.org>
7908
7909 * progmodes/python.el (python-shell-send-file):
7910 Add option to delete file when done. (Bug#15647)
7911 (python-shell-send-string, python-shell-send-region): Use it.
7912
7913 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
7914
7915 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7916 to set buffer-read-only to t, never to nil. (Bug#15938)
7917
7918 * textmodes/tex-mode.el (latex-noindent-environments):
7919 Add safe-local-variable property. (Bug#15936)
7920
7921 2013-11-23 Glenn Morris <rgm@gnu.org>
7922
7923 * textmodes/enriched.el (enriched-mode): Doc fix.
7924 * emacs-lisp/authors.el (authors-renamed-files-alist):
7925 Add enriched.doc -> enriched.txt.
7926
7927 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7928
7929 2013-11-22 Leo Liu <sdl.web@gmail.com>
7930
7931 * progmodes/octave.el (inferior-octave-startup): Spit out error
7932 message.
7933
7934 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
7935
7936 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7937 Improve docstring.
7938 Add :version.
7939 (ruby-encoding-magic-comment-style): Add :version.
7940
7941 2013-11-22 Leo Liu <sdl.web@gmail.com>
7942
7943 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7944 (Bug#15076)
7945 (octave-help-mode): Adapt to change to help-mode-finish to use
7946 derived-mode-p on 2013-09-17.
7947 (inferior-octave-prompt): Also match octave-gui.
7948 (octave-kill-process): Don't ask twice. (Bug#10564)
7949
7950 2013-11-22 Leo Liu <sdl.web@gmail.com>
7951
7952 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7953 (inferior-octave-startup, inferior-octave-check-process)
7954 (inferior-octave-track-window-width-change)
7955 (octave-completion-at-point, octave-eldoc-function): Use it.
7956 (octave-kill-process): Provide confirmation. (Bug#10564)
7957
7958 2013-11-21 Leo Liu <sdl.web@gmail.com>
7959
7960 * progmodes/octave.el (octave-mode, inferior-octave-mode):
7961 Fix obsolete variable comment-use-global-state.
7962
7963 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7964
7965 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7966 Add `octave-source-file'.
7967 (octave-source-file): New function. (Bug#15935)
7968
7969 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
7970
7971 * net/eww.el (eww-local-regex): New variable.
7972 (eww): Use it to detect localhost and similar.
7973
7974 2013-11-21 Leo Liu <sdl.web@gmail.com>
7975
7976 Add completion for command `ag'.
7977 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7978 (pcomplete/ag): New function.
7979 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
7980
7981 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7984 (bug#14646).
7985 (make-obsolete): Remove interactive spec.
7986
7987 2013-11-21 Glenn Morris <rgm@gnu.org>
7988
7989 * startup.el (command-line-1): Use path-separator with -L.
7990
7991 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
7992
7993 * emacs-lisp/package.el (describe-package-1): Add package archive
7994 to shown fields.
7995
7996 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7997
7998 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7999 Change default to "# encoding: %s" to differentiate it from the
8000 default Ruby encoding comment template.
8001
8002 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
8003
8004 * ses.el (ses-mode): Doc fix. (Bug#14748)
8005
8006 2013-11-20 Leo Liu <sdl.web@gmail.com>
8007
8008 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
8009
8010 2013-11-19 Dan Nicolaescu <dann@gnu.org>
8011
8012 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8013 when rebase or bisect are in progress.
8014
8015 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
8016
8017 * filenotify.el (file-notify-add-watch): Doc fix.
8018
8019 2013-11-19 Leo Liu <sdl.web@gmail.com>
8020
8021 * obsolete/rcompile.el: Mark obsolete.
8022
8023 * progmodes/compile.el (compilation-start)
8024 (compilation-goto-locus, compilation-find-file):
8025 Pass no-display-ok and handle nil value from display-buffer.
8026 (Bug#13594)
8027
8028 * window.el (display-buffer-alist, display-buffer): Document the
8029 new parameter no-display-ok. Return either a window or nil
8030 but never a non-window value.
8031
8032 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * electric.el (electric-indent-mode-map): Remove.
8035 (electric-indent-mode): Change the global-map instead (bug#15915).
8036
8037 * textmodes/text-mode.el (paragraph-indent-minor-mode):
8038 Use add-function.
8039
8040 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * emacs-lisp/nadvice.el (remove-function): Align with
8043 add-function's behavior.
8044
8045 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8046 (gdb--string-regexp): New constant.
8047 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8048 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8049 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8050 submatch 1.
8051 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8052 Adjust use accordingly.
8053 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8054
8055 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
8056
8057 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8058 interpolation curlies (Bug#15914).
8059
8060 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
8061
8062 * calc/calc.el (calc-context-sensitive-enter): New variable.
8063 (calc-enter): Use `calc-context-sensitive-enter'.
8064
8065 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
8066
8067 * progmodes/cfengine.el: Version bump.
8068 (cfengine-cf-promises): New defcustom to locate cf-promises.
8069 (cfengine3-vartypes): Add new "data" type.
8070 (cfengine3--current-word): New function to get current name-like
8071 word or its bounds.
8072 (cfengine3--current-function): New function to look up a CFEngine
8073 function's definition.
8074 (cfengine3-format-function-docstring): New function.
8075 (cfengine3-make-syntax-cache): New function.
8076 (cfengine3-documentation-function): New function: ElDoc glue.
8077 (cfengine3-completion-function): New function: completion glue.
8078 (cfengine3-mode): Set `compile-command',
8079 `eldoc-documentation-function', and add to
8080 `completion-at-point-functions'.
8081
8082 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
8083
8084 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8085 `tramp-current-connection'.
8086
8087 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
8088
8089 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8090 nil/self/true/false with "end of symbol".
8091
8092 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
8093
8094 * subr.el (version-regexp-alist): Fix a typo.
8095
8096 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
8097
8098 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8099 "en_US.utf8" and "LC_CTYPE" to "".
8100 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8101 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8102
8103 2013-11-15 Leo Liu <sdl.web@gmail.com>
8104
8105 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
8106
8107 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * progmodes/gud.el (ctl-x-map):
8110 Remove C-x SPC binding. (Bug#12342)
8111 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8112
8113 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
8114
8115 * subr.el (version-regexp-alist):
8116 Recognize hg, svn and darcs versions as snapshot versions.
8117
8118 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8119 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8120 (ruby--encoding-comment-required-p): Extract from
8121 `ruby-mode-set-encoding'.
8122 (ruby-mode-set-encoding): Add the ability to always insert an
8123 utf-8 encoding comment. Fix and simplify coding comment update
8124 logic.
8125
8126 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
8127
8128 * net/tramp-gvfs.el (top): Run init code only when
8129 `tramp-gvfs-enabled' is not nil.
8130 (tramp-gvfs-enabled): Check also :system bus.
8131
8132 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 Sync with upstream verilog-mode revision 78e66ba.
8135 * progmodes/verilog-mode.el (verilog-end-of-defun)
8136 (verilog-type-completion, verilog-get-list): Remove unused funcs.
8137 (verilog-get-end-of-defun): Remove unused argument.
8138 (verilog-comment-depth): Remove unused local `e'.
8139 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8140 Don't pass arg to verilog-get-end-of-defun.
8141
8142 2013-11-14 Glenn Morris <rgm@gnu.org>
8143
8144 * obsolete/assoc.el (aget): Prefix dynamic variable.
8145
8146 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8147
8148 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * widget.el, hfy-cmap.el: Remove bogus package version number.
8151
8152 2013-11-13 Glenn Morris <rgm@gnu.org>
8153
8154 * replace.el (replace-eval-replacement):
8155 Try to give more helpful error message. (Bug#15836)
8156
8157 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8158 (archive-7z-update): Avoid custom type mismatches.
8159
8160 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8161
8162 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
8163
8164 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8165 address can be empty.
8166
8167 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8168 Accept nil SWITCHES.
8169 (tramp-gvfs-handle-write-region): Implement APPEND.
8170
8171 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
8172
8173 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8174 binary "|" operator and closing block args delimiter.
8175 Remove FIXME comment referring to Ruby 1.8-only syntax.
8176 (ruby-smie--implicit-semi-p): Not after "|" operator.
8177 (ruby-smie--closing-pipe-p): New function.
8178 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8179 (ruby-smie-rules): Indent after "|".
8180
8181 2013-11-12 Glenn Morris <rgm@gnu.org>
8182
8183 * ps-print.el (ps-face-attribute-list):
8184 Handle anonymous faces. (Bug#15827)
8185
8186 2013-11-12 Martin Rudalics <rudalics@gmx.at>
8187
8188 * window.el (display-buffer-other-frame): Fix doc-string.
8189 (Bug#15868)
8190
8191 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * subr.el (force-mode-line-update): Delete, move to buffer.c.
8194
8195 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
8196
8197 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8198 (tramp-sh-handle-file-local-copy): Don't write a message when
8199 saving temporary files.
8200
8201 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8202 both directories are remote.
8203 (tramp-smb-handle-directory-files): Do not return double entries.
8204 Do not expand full file names.
8205 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8206 (tramp-smb-handle-write-region): Implement APPEND.
8207 (tramp-smb-get-stat-capability): Fix a stupid bug.
8208
8209 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8212
8213 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8214
8215 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8216 throwing error over malformed let/let* (bug#15814).
8217
8218 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * iswitchb.el (iswitchb-mode): Mark obsolete.
8221
8222 2013-11-11 Glenn Morris <rgm@gnu.org>
8223
8224 * international/uni-bidi.el, international/uni-category.el:
8225 * international/uni-name.el, international/uni-numeric.el:
8226 Regenerate for Unicode 6.3.0.
8227
8228 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
8229
8230 * net/tramp.el (tramp-methods):
8231 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8232 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8233
8234 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
8235
8236 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8237 Force highlighting text after Summary keyword in doc face for rpm.
8238
8239 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
8240
8241 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8242 available and the word has no wildcards, append one to the grep pattern.
8243 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8244 (ispell-complete-word): Call `ispell-lookup-words' with the value
8245 independent of `ispell-look-p'.
8246
8247 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8248
8249 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8250 Not after "||".
8251 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8252 their parent.
8253
8254 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
8257 (ruby-font-lock-keywords): Use backquote.
8258
8259 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8260
8261 * progmodes/ruby-mode.el (ruby-smie--forward-token)
8262 (ruby-smie--backward-token): Only consider full-string matches.
8263
8264 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
8265
8266 * faces.el (describe-face): Add distant-foreground.
8267
8268 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
8269
8270 * progmodes/ruby-mode.el: Improve encoding comment handling.
8271 (ruby-encoding-magic-comment-style): New option.
8272 (ruby-custom-encoding-magic-comment-template): New option.
8273 (ruby--insert-coding-comment, ruby--detect-encoding):
8274 New functions extracted from `ruby-mode-set-encoding'.
8275 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8276 to control the style of the auto-inserted encoding comment.
8277
8278 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8279
8280 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8281 Use `smie-backward-sexp' with token argument.
8282
8283 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
8284
8285 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8286 Remove instrumentation code.
8287
8288 2013-11-08 Glenn Morris <rgm@gnu.org>
8289
8290 * progmodes/autoconf.el (autoconf-mode):
8291 Tweak comment-start-skip. (Bug#15822)
8292
8293 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8296 at bobp (bug#15826).
8297 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8298
8299 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
8300
8301 * man.el (Man-start-calling): New macro, extracted from
8302 Man-getpage-in-background.
8303 (Man-getpage-in-background): Use it.
8304 (Man-update-manpage): New command.
8305 (Man-mode-map): Bind it.
8306
8307 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8308
8309 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8310 of "and", "or", "&&" and "||".
8311 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8312 argument. Prohibit opening curly brace because it could only be a
8313 block opener in that position.
8314 (ruby-smie--forward-token, ruby-smie--backward-token):
8315 Separate "|" from "&" or "*" going after it. That can happen in block
8316 arguments.
8317 (ruby-smie--indent-to-stmt): New function, seeks the end of
8318 previous statement or beginning of buffer.
8319 (ruby-smie-rules): Use it.
8320 (ruby-smie-rules): Check if there's a ":" before a curly block
8321 opener candidate; if there is, it's a hash.
8322
8323 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8326 (cl--block-wrapper): Fix last accidental change.
8327
8328 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
8329
8330 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8331 Instrument, in order to hunt failure on hydra.
8332
8333 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8334
8335 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8336 malformed bindings form (bug#15814).
8337
8338 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
8339
8340 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8341 "." compared to " @ ". This incidentally fixes some indentation
8342 examples with "do".
8343 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8344 (ruby-smie-grammar): New tokens: "and" and "or".
8345 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8346 Exclude "and" and "or". Remove "do" in order to work around token
8347 priorities.
8348 (ruby-smie-rules): Add all infix tokens. Handle the case of
8349 beginning-of-buffer.
8350
8351 2013-11-06 Glenn Morris <rgm@gnu.org>
8352
8353 * Makefile.in (setwins_almost, setwins_for_subdirs):
8354 Avoid accidental matches.
8355
8356 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * menu-bar.el (popup-menu): Use key-binding.
8359
8360 2013-11-06 Eli Zaretskii <eliz@gnu.org>
8361
8362 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8363 menus, support also the menus produced by minor modes.
8364 (Bug#15817)
8365
8366 2013-11-06 Leo Liu <sdl.web@gmail.com>
8367
8368 * thingatpt.el (thing-at-point-looking-at): Add optional arg
8369 DISTANCE to bound the search. All uses changed. (Bug#15808)
8370
8371 2013-11-06 Glenn Morris <rgm@gnu.org>
8372
8373 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8374 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8375 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8376
8377 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * electric.el (electric-indent-just-newline): New command.
8380 (electric-indent-mode-map): New keymap.
8381 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8382 Re-add :group which weren't redundant.
8383
8384 * electric.el (electric-indent-local-mode): New minor mode.
8385 (electric-indent-functions-without-reindent): New var.
8386 (electric-indent-post-self-insert-function): Use it.
8387 * emacs-lisp/gv.el (buffer-local-value): Add setter.
8388
8389 2013-11-05 Eli Zaretskii <eliz@gnu.org>
8390
8391 * international/quail.el (quail-help): Be more explicit about the
8392 meaning of the labels shown on the keys. (Bug#15800)
8393
8394 * startup.el (normal-top-level): Load the subdirs.el files before
8395 setting the locale environment. (Bug#15805)
8396
8397 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8400 via arguments so as to get the right ones (bug#15418).
8401
8402 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8403
8404 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
8405
8406 Fix problems found while writing a test suite.
8407
8408 * net/tramp-compat.el (tramp-compat-load): New defun.
8409 * net/tramp.el (tramp-handle-load): Use it.
8410
8411 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8412 "(numberp ok-if-already-exists)" correctly.
8413
8414 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
8415
8416 * international/characters.el (glyphless-char-display-control):
8417 Add usage note.
8418
8419 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
8420
8421 * progmodes/python.el (python-mode):
8422 * progmodes/scheme.el (scheme-mode):
8423 * progmodes/prolog.el (prolog-mode):
8424 * progmodes/ruby-mode.el (ruby-mode):
8425 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8426 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8427
8428 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * rect.el (rectangle--highlight-for-redisplay):
8431 * emacs-lisp/smie.el (smie--next-indent-change):
8432 Use buffer-chars-modified-tick.
8433
8434 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8435
8436 * electric.el (electric-indent-post-self-insert-function):
8437 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8438
8439 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
8440
8441 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8442
8443 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8444
8445 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8446 (bug#15786).
8447
8448 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
8451
8452 * progmodes/python.el: Fix up last change.
8453 (python-shell--save-temp-file): New function.
8454 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
8455 `string' comes from the current buffer.
8456 (python-shell-send-string-no-output): Remove `msg' arg.
8457 (python--use-fake-loc): New var.
8458 (python-shell-buffer-substring): Obey it. Try to compensate for the
8459 extra coding line added by python-shell--save-temp-file.
8460 (python-shell-send-region): Use python-shell--save-temp-file and
8461 python-shell-send-file directly. Add `nomain' argument.
8462 (python-shell-send-buffer): Use python-shell-send-region.
8463 (python-electric-pair-string-delimiter): New function.
8464 (python-mode): Use it.
8465
8466 2013-11-04 Eli Zaretskii <eliz@gnu.org>
8467
8468 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
8469 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
8470 environment and decoding all of the default-directory's to here
8471 from command-line.
8472 (command-line): Decode also argv[0].
8473
8474 * loadup.el: Error out if default-directory is a multibyte string
8475 when we are dumping.
8476
8477 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
8478
8479 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
8480
8481 * emacs-lisp/package.el (package-menu-mode)
8482 (package-menu--print-info, package-menu--archive-predicate):
8483 Add Archive column to package list.
8484
8485 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
8486
8487 Fix problems found while writing a test suite.
8488
8489 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
8490 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
8491 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8492 to nil when running original file name handler. Otherwise,
8493 there are problems with constructs like "$$FOO".
8494
8495 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
8496 for `localname'.
8497
8498 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
8499
8500 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
8501
8502 * subr.el (version<, version<=, version=):
8503 Update docstrings with information for snapshot versions.
8504
8505 * helpers.el: New library for misc helper functions.
8506 (hash-table-keys): New function returning a list of hash keys.
8507 (hash-table-values): New function returning a list of hash values.
8508
8509 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
8510
8511 * progmodes/ruby-mode.el (ruby-smie--forward-token)
8512 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
8513
8514 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
8515
8516 * textmodes/fill.el (fill-single-char-nobreak-p): New function
8517 checking whether point is after a 1-letter word.
8518
8519 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8520
8521 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
8522 Don't infloop when expanding region over `multiline' syntax-type that
8523 begins a line (bug#15778).
8524
8525 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
8528 Make it into a proper minor mode.
8529 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
8530 (rectangle-mark-mode-map): New keymap.
8531 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
8532
8533 2013-11-04 Glenn Morris <rgm@gnu.org>
8534
8535 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
8536
8537 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8538
8539 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
8540 (ruby-smie-rules): Use smie-rule-parent instead.
8541
8542 * emacs-lisp/smie.el (smie-rule-parent): Always call
8543 smie-indent-virtual rather than only for hanging tokens.
8544 (smie--next-indent-change): New helper command.
8545
8546 2013-11-03 Glenn Morris <rgm@gnu.org>
8547
8548 * Makefile.in (abs_srcdir): Remove.
8549 (emacs): Unset EMACSLOADPATH.
8550
8551 2013-11-02 Glenn Morris <rgm@gnu.org>
8552
8553 * Makefile.in (EMACS): Use a relative filename.
8554 (abs_top_builddir): Remove.
8555 (custom-deps, finder-data, autoloads): Use --chdir.
8556
8557 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
8558
8559 Use relative filenames in TAGS files.
8560 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8561 (lisptagsfiles4, TAGS): Use relative file names.
8562 (TAGS-LISP): Remove.
8563 (maintainer-clean): No more TAGS-LISP file.
8564
8565 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8566 (lisptagsfiles4): Use absolute filenames again.
8567 (TAGS, TAGS-LISP): Not everything needs to run in one line.
8568 Remove all *loaddefs files, not just the first. Remove esh-groups.
8569 (maintainer-clean): Delete TAGS, TAGS-LISP.
8570
8571 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
8572
8573 * emacs-lisp/package.el (package-version-join):
8574 Recognize snapshot versions.
8575
8576 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
8577
8578 * subr.el (version-regexp-alist): Add support for snapshot versions.
8579
8580 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
8581
8582 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
8583 New function, replacement for `smie-rule-parent' for when we want to
8584 skip over our direct parent if it's an assignment token..
8585 (ruby-smie-rules): Use it.
8586
8587 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
8588
8589 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
8590 unconditionally. Remove now unnecessary forward declarations.
8591 Remove XEmacs-specific setup.
8592 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
8593 (ruby-font-lock-syntactic-keywords)
8594 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
8595 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
8596 (ruby-here-doc-end-syntax): Remove.
8597 (ruby-mode): Don't check whether `syntax-propertize-rules' is
8598 defined as function.
8599
8600 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
8601
8602 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
8603
8604 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
8605
8606 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
8607 table and abbrev table, `define-derived-mode' does that for us
8608 anyway.
8609
8610 2013-11-01 Glenn Morris <rgm@gnu.org>
8611
8612 * Makefile.in: Remove manual mh-e dependencies (writing .elc
8613 files is atomic for some time, so no parallel compilation issues).
8614
8615 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
8616
8617 * faces.el (face-x-resources): Add :distant-foreground.
8618 (region): Use :distant-foreground for gtk and ns.
8619
8620 2013-11-01 Tassilo Horn <tsdh@gnu.org>
8621
8622 Allow multiple bibliographies when BibLaTeX is used rather than
8623 BibTeX.
8624 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
8625 (reftex-locate-bibliography-files): Us it.
8626
8627 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
8628
8629 * image.el (image-type-header-regexps): Fix the 'pbm' part to
8630 allow comments in pbm files.
8631
8632 * term/w32-win.el (dynamic-library-alist): Support newer versions
8633 of libjpeg starting with v7: look only for the DLL from the
8634 version against which Emacs was built.
8635 Support versions of libpng beyond 1.4.x.
8636 Support libtiff v4.x.
8637
8638 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
8639
8640 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
8641 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
8642 Add property :safe.
8643 (ruby-deep-arglist): Add property :type.
8644
8645 2013-10-31 Glenn Morris <rgm@gnu.org>
8646
8647 * Makefile.in (custom-deps, finder-data): No need to setq the target
8648 variables, we are in the right directory and the defaults work fine.
8649
8650 2013-10-30 Glenn Morris <rgm@gnu.org>
8651
8652 * Makefile.in (autoloads): Do not use abs_lisp.
8653
8654 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8655 `newline' does not respect `standard-output', so use `princ'.
8656
8657 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
8658
8659 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
8660 * buff-menu.el (Buffer-menu--unmark): New function.
8661 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
8662
8663 2013-10-30 Glenn Morris <rgm@gnu.org>
8664
8665 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
8666
8667 * emacs-lisp/package.el (lm-homepage): Declare.
8668
8669 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
8670 Fix doc typos.
8671
8672 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
8673
8674 * Makefile.in (finder-data, autoloads, update-subdirs)
8675 (compile-main, compile-clean, compile-always, bootstrap-clean):
8676 Check return value of cd.
8677 (compile-calc): Remove.
8678
8679 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
8682
8683 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
8684 (byte-compile-and-folded): New function.
8685 (=, <, >, <=, >=): Use it.
8686
8687 * dos-w32.el (minibuffer-history-case-insensitive-variables)
8688 (path-separator, null-device, buffer-file-coding-system)
8689 (lpr-headers-switches): Check system-type before modifying them.
8690 (find-buffer-file-type-coding-system): Mark obsolete.
8691 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
8692 find-file-not-found-set-buffer-file-coding-system.
8693 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
8694 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
8695 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
8696 (w32-direct-print-region-helper, w32-direct-print-region-function)
8697 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
8698 * startup.el (normal-top-level-add-subdirs-to-load-path):
8699 * ps-print.el (ps-print-region-function):
8700 * lpr.el (print-region-function): Use new name.
8701
8702 * subr.el (custom-declare-variable-early): Remove function.
8703 (custom-declare-variable-list): Remove var.
8704 (error, user-error): Remove `while' loop.
8705 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
8706 (user-emacs-directory-warning, locate-user-emacs-file):
8707 Move to files.el.
8708 * simple.el (read-quoted-char-radix, read-quoted-char):
8709 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
8710 Move from subr.el.
8711 * custom.el (custom-declare-variable-list): Don't process
8712 custom-declare-variable-list.
8713
8714 * progmodes/python.el (python-shell-get-buffer): New function.
8715 (python-shell-get-process): Use it.
8716 (python-shell-send-string): Always use utf-8 and add a cookie to tell
8717 Python which encoding was used. Don't split-string since we only care
8718 about the first line. Return the temp-file, if applicable.
8719 (python-shell-send-region): Tell compile.el how to turn locations in
8720 the temp-file into locations in the source buffer.
8721
8722 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * subr.el (undefined): Add missing behavior from the C code for
8725 unbound keys.
8726
8727 * rect.el: Use lexical-binding. Add new rectangular region support.
8728 (rectangle-mark): New command.
8729 (rectangle--region): New var.
8730 (deactivate-mark-hook): Reset rectangle--region.
8731 (rectangle--extract-region, rectangle--insert-for-yank)
8732 (rectangle--highlight-for-redisplay)
8733 (rectangle--unhighlight-for-redisplay): New functions.
8734 (region-extract-function, redisplay-unhighlight-region-function)
8735 (redisplay-highlight-region-function): Use them to handle
8736 rectangular region.
8737 * simple.el (region-extract-function): New var.
8738 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
8739 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
8740 (kill-region): Replace obsolete `yank-handler' arg with `region'.
8741 (copy-region-as-kill, kill-ring-save): Add `region' argument.
8742 (redisplay-unhighlight-region-function)
8743 (redisplay-highlight-region-function): New vars.
8744 (redisplay--update-region-highlight): New function.
8745 (pre-redisplay-function): Use it.
8746 (exchange-point-and-mark): Don't deactivate the mark before
8747 reactivate-it anyway.
8748 * comint.el (comint-kill-region): Remove yank-handler argument.
8749 * delsel.el (delete-backward-char, backward-delete-char-untabify)
8750 (delete-char): Remove property, since it's now part of their
8751 default behavior.
8752 (self-insert-iso): Remove property since this command doesn't exist.
8753
8754 * emacs-lisp/package.el (package--download-one-archive)
8755 (describe-package-1): Don't query the user about final newline.
8756
8757 2013-10-29 Daniel Colascione <dancol@dancol.org>
8758
8759 * net/tramp.el (tramp-methods): Document new functionality.
8760 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
8761 tramp-hostname-checker if method provides one instead of scanning
8762 argument list for "%h" to decide hostname acceptability.
8763
8764 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
8765
8766 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8767 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8768 Handle COPY-CONTENTS. (Bug#15737)
8769
8770 2013-10-28 Daiki Ueno <ueno@gnu.org>
8771
8772 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8773 Document that this option has no effect with GnuPG 2.0 (bug#15552).
8774
8775 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
8776
8777 * image.el (defimage, image-load-path): Doc fixes.
8778
8779 2013-10-27 Alan Mackenzie <acm@muc.de>
8780
8781 Indent statements in macros following "##" correctly.
8782 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8783 Modify the "#" arm of a cond form to handle "#" and "##" operators.
8784
8785 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8786
8787 * linum.el (linum-update-window): Fix boundary test (bug#13446).
8788
8789 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
8790
8791 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8792 after `=' is probably a new expression.
8793
8794 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8795
8796 * man.el (man-imenu-title): New option.
8797 (Man-mode-map): Add menu. (Bug#15722)
8798 (Man-mode): Add imenu to menu.
8799
8800 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
8801
8802 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8803 specific in what the first arg can be: a non-keyword word,
8804 string/regexp/percent literal opener, opening paren, or unary
8805 operator followed directly by word.
8806
8807 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8810 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8811 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8812 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8813 Remove vars, they do not apply any more.
8814 (prolog-mode-abbrev-table): Remove redundant declaration.
8815 (prolog-upper-case-string, prolog-lower-case-string): Remove.
8816 (prolog-use-smie): Remove.
8817 (prolog-smie-rules): Add indentation rule for the if-then-else layout
8818 supported by prolog-electric-if-then-else-flag.
8819 (prolog-mode-variables, prolog-menu): Use setq-local.
8820 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8821 Remove binding to `Backspace' since this key doesn't exist anyway.
8822 Remove bindings for electric self-inserting keys.
8823 (prog-mode): Assume it's defined.
8824 (prolog-post-self-insert): New function.
8825 (prolog-mode): Use it.
8826 (prolog-indent-line, prolog-indent-level)
8827 (prolog-find-indent-of-matching-paren)
8828 (prolog-indentation-level-of-line, prolog-goto-comment-column)
8829 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8830 (prolog-goto-next-paren, prolog-in-string-or-comment)
8831 (prolog-tokenize, prolog-inside-mline-comment)
8832 (prolog-find-start-of-mline-comment): Remove functions.
8833 (prolog-find-unmatched-paren, prolog-clause-end)
8834 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8835 (prolog-electric--if-then-else): Rename from
8836 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8837 (prolog-tokenize-searchkey): Remove const.
8838 (prolog-clause-info): Use forward-sexp.
8839 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8840 (prolog-electric-if-then-else): Remove commands.
8841 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8842 for use in post-self-insert-hook.
8843 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8844 for use in post-self-insert-hook.
8845 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8846 for use in post-self-insert-hook.
8847 (prolog-electric--underscore): Rename from prolog-electric--underscore;
8848 adapt it for use in post-self-insert-hook.
8849
8850 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
8851
8852 * emacs-lisp/ert.el (ert-run-tests-interactively):
8853 Use `completing-read'. (Bug#9756)
8854
8855 2013-10-25 Eli Zaretskii <eliz@gnu.org>
8856
8857 * simple.el (line-move): Call line-move-1 instead of
8858 line-move-visual when the current window hscroll is zero, but
8859 temporary-goal-column indicates we will need to hscroll as result
8860 of the movement. (Bug#15712)
8861
8862 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
8863
8864 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8865 capitalization. Use :visible instead of :active.
8866 Fix `ruby-indent-exp' reference. Add menu items for the generic
8867 commands that are used with SMIE.
8868 (ruby-do-end-to-brace): Insert space after `{'.
8869
8870 2013-10-25 John Anthony <john@jo.hnanthony.com>
8871
8872 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
8873
8874 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
8875
8876 2013-10-25 Glenn Morris <rgm@gnu.org>
8877
8878 * vc/vc.el (vc-print-log): Don't use a working revision unless
8879 one was explicitly specified. (Bug#15322)
8880
8881 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * subr.el (add-to-list): Preserve return value in compiler-macro
8884 (bug#15692).
8885
8886 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8887
8888 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8889 result. Ask user to retry using '-all' flag. (Bug#15701)
8890
8891 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * emacs-lisp/smie.el: New smie-config system.
8894 (smie-config): New defcustom.
8895 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8896 (smie-config-guess, smie-config-save): New commands.
8897 (smie-config--mode-local, smie-config--buffer-local)
8898 (smie-config--trace, smie-config--modefuns): New vars.
8899 (smie-config--advice, smie-config--mode-hook)
8900 (smie-config--setter, smie-config-local, smie-config--get-trace)
8901 (smie-config--guess-value, smie-config--guess): New functions.
8902 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8903 text properties. Treat "string fence" syntax like string syntax.
8904
8905 * progmodes/sh-script.el (sh-use-smie): Change default.
8906 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8907 (sh-var-value): Simplify by CSE.
8908 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8909 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8910 is used.
8911 (sh-guess-basic-offset): Use cl-incf.
8912 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8913
8914 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
8915
8916 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8917 (bug#15699).
8918
8919 2013-10-24 Glenn Morris <rgm@gnu.org>
8920
8921 * Makefile.in (abs_top_srcdir): Remove.
8922 (update-subdirs): Use relative path to update-subdirs.
8923
8924 2013-10-24 Eli Zaretskii <eliz@gnu.org>
8925
8926 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8927 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8928 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8929 Call unmsys--file-name before expand-file-name, not after it.
8930
8931 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
8932
8933 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8934 (ert-test-skipped): New error.
8935 (ert-skip, ert-stats-skipped): New defuns.
8936 (ert--skip-unless): New macro.
8937 (ert-test-skipped): New struct.
8938 (ert--run-test-debugger, ert-test-result-type-p)
8939 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8940 (ert--stats-set-test-and-result, ert-char-for-test-result)
8941 (ert-string-for-test-result, ert-run-tests-batch)
8942 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8943 Handle skipped tests. (Bug#9803)
8944
8945 2013-10-24 Glenn Morris <rgm@gnu.org>
8946
8947 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8948
8949 * Makefile.in (abs_top_srcdir): New, set by configure.
8950 (update-subdirs): Correct build-aux location.
8951
8952 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
8953
8954 * vc/vc.el (vc-print-root-log): Always set `default-directory'
8955 value, whether we could auto-deduce `backend', or not.
8956
8957 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8958 with parameters" example. Simplify the "is it block or is it
8959 hash" check, but also make it more thorough.
8960
8961 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
8962
8963 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
8964
8965 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8968 { if it is hanging.
8969
8970 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8971 :before ";".
8972
8973 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
8974
8975 * progmodes/compile.el (compilation-directory-matcher)
8976 (compilation-page-delimiter):
8977 Support GNU Make-4.0 directory quoting. (Bug#15678)
8978
8979 2013-10-23 Leo Liu <sdl.web@gmail.com>
8980
8981 * ido.el (ido-tidy): Handle read-only text.
8982
8983 2013-10-23 Glenn Morris <rgm@gnu.org>
8984
8985 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8986 (emacs, compile, compile-always):
8987 Quote entities that might contain whitespace.
8988 (custom-deps, finder-data, autoloads): Use abs_lisp.
8989 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8990 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8991 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8992
8993 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
8994
8995 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8996 Use `following-char'.
8997
8998 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9001 * progmodes/ruby-mode.el (ruby-smie-rules):
9002 Remove corresponding workaround. Fix indentation rule of ";" so it
9003 also applies when ";" is the parent.
9004
9005 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
9006
9007 * frame.el (display-screens, display-pixel-height)
9008 (display-pixel-width, display-mm-width, display-backing-store)
9009 (display-save-under, display-planes, display-color-cells)
9010 (display-visual-class, display-monitor-attributes-list):
9011 Mention the optional ‘display’ argument in doc strings.
9012
9013 2013-10-22 Michael Gauland <mikelygee@amuri.net>
9014
9015 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9016 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
9017
9018 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
9019
9020 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9021 TODO. Add "." after " @ ".
9022 (ruby-smie--at-dot-call): New function. Checks if point at method
9023 call with explicit target.
9024 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9025 to the method name tokens when it precedes them.
9026 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9027 (ruby-smie-rules): Add rule for indentation before and after "."
9028 token.
9029
9030 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * textmodes/remember.el (remember-diary-extract-entries):
9033 Avoid add-to-list.
9034
9035 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9036 an instruction.
9037
9038 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
9039
9040 * progmodes/ruby-mode.el (ruby-smie-grammar):
9041 Add (almost) all infix operators.
9042 (ruby-smie--implicit-semi-p): Add new operator chars.
9043
9044 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9045 `smie-down-list'.
9046 (ruby-smie--args-separator-p): Check that there's no newline
9047 between method call and its arguments.
9048
9049 2013-10-20 Alan Mackenzie <acm@muc.de>
9050
9051 Allow comma separated lists after Java "implements".
9052
9053 * progmodes/cc-engine.el (c-backward-over-enum-header):
9054 Parse commas.
9055 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9056 from a "disallowed" list in enum fontification.
9057
9058 2013-10-20 Johan Bockgård <bojohan@gnu.org>
9059
9060 * startup.el (default-frame-background-mode): Remove unused defvar.
9061
9062 * progmodes/verilog-mode.el (verilog-mode): Don't set
9063 comment-indent-function globally.
9064
9065 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
9066
9067 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9068 Move Info menu item creation to ns-win.el.
9069
9070 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9071 in menu bar.
9072
9073 * menu-bar.el: Move GNUstep specific menus...
9074
9075 * term/ns-win.el (ns-initialize-window-system): ... to here.
9076
9077 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * simple.el (newline): Only run post-self-insert-hook when
9080 called interactively.
9081
9082 2013-10-19 Johan Bockgård <bojohan@gnu.org>
9083
9084 * icomplete.el (icomplete-with-completion-tables): Add :version.
9085
9086 2013-10-19 Alan Mackenzie <acm@muc.de>
9087
9088 Fix fontification bugs with constructors and const.
9089
9090 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9091 CASE 2) Remove the check for the absence of a suffix construct
9092 after a function declaration with only types (no identifiers) in
9093 the parentheses. Also, accept a function declaration with just a
9094 type inside the parentheses, if this type can be positively
9095 recognised as such, or if a prefix keyword like "explicit" nails
9096 down the construct as a declaration.
9097
9098 2013-10-19 Eli Zaretskii <eliz@gnu.org>
9099
9100 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9101 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
9102 the problem whereby selecting a menu item that leads to a
9103 minibuffer prompt moves the cursor out of the minibuffer window,
9104 making it hard to type at the prompt. Suggested by Stefan Monnier
9105 <monnier@iro.umontreal.ca>.
9106
9107 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
9108
9109 * menu-bar.el: Don't make Services menu.
9110
9111 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9112
9113 * ffap.el: Handle "/usr/include/c++/<version>" directories.
9114 (ffap-alist): Use ffap-c++-mode for c++-mode.
9115 (ffap-c++-path): New variable.
9116 (ffap-c++-mode): New function.
9117
9118 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
9119
9120 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
9121
9122 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9125 introduced on 2013-09-08, which results in an infinite loop
9126 requesting a password.
9127
9128 2013-10-18 Glenn Morris <rgm@gnu.org>
9129
9130 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9131
9132 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
9133
9134 Sync with upstream verilog-mode revision 1a6ecec7.
9135 * progmodes/verilog-mode.el (verilog-mode-version): Update.
9136 (verilog-mode-release-date): Remove.
9137 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9138 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9139 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9140 (verilog-auto-tieoff-ignore-regexp)
9141 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9142 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9143 (verilog-signals-with, verilog-dir-cache-preserving)
9144 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9145 Doc fixes.
9146 (verilog-case-fold): New option, to control case folding in
9147 regexp searches, bug597.
9148 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9149 (verilog-string-match-fold, verilog-in-paren-count)
9150 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9151 (verilog-at-close-struct-p): New functions.
9152 (verilog-beg-block-re-ordered, verilog-extended-case-re)
9153 (verilog-forward-sexp, verilog-set-auto-endcomments)
9154 (verilog-leap-to-case-head): Handle "unique0" case.
9155 (verilog-in-constraint-re): New constant.
9156 (verilog-keywords, verilog-type-font-keywords):
9157 Add some SystemVerilog 1800-2012 keywords.
9158 (verilog-label-be): Remove unimplemented argument, bug669.
9159 (verilog-batch-execute-func): When batch expanding clear
9160 create-lockfiles to prevent spurious user locks when a file ends
9161 up not changing.
9162 (verilog-calculate-indent, verilog-calc-1)
9163 (verilog-at-close-constraint-p, verilog-at-constraint-p)
9164 (verilog-do-indent): Fix indentation of nested constraints
9165 and structures.
9166 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9167 (verilog-auto-inst-param): Use verilog-string-match-fold.
9168 (verilog-read-inst-module-matcher):
9169 Fix AUTOINST on gate primitives with #1.
9170 (verilog-read-decls): Fix double-declaring user-defined typed signals.
9171 Reads all user-defined typed variables.
9172 (verilog-read-defines): Fix reading definitions inside comments, bug647.
9173 (verilog-signals-matching-regexp)
9174 (verilog-signals-not-matching-regexp, verilog-auto):
9175 Respect verilog-case-fold.
9176 (verilog-diff-report): Fix line count.
9177 (verilog-auto-assign-modport): Remove unused local `modi'.
9178 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9179 better handle multidimensional arrays.
9180 Fix packed array ports misadding bit index in AUTOINST, bug637.
9181 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9182 to not double-declare existing outputs and inputs, respectively.
9183 (verilog-template-map): Bind U to verilog-sk-uvm-component.
9184 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9185 (verilog-sk-uvm-component): New skeleton.
9186 (verilog-submit-bug-report): Add verilog-case-fold,
9187 remove verilog-mode-release-date.
9188
9189 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
9190
9191 * subr.el (sit-for): Call (input-pending-p t) so as to behave
9192 as before.
9193
9194 2013-10-18 Reuben Thomas <rrt@sc3d.org>
9195
9196 * textmodes/remember.el (remember): Set buffer-offer-save in
9197 remember buffers (bug#13566).
9198
9199 2013-10-18 Daniel Colascione <dancol@dancol.org>
9200
9201 When evaluating forms in ielm, direct standard output to ielm
9202 buffer. Add new ielm-return-for-effect command. Remove trailing
9203 whitespace throughout.
9204
9205 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9206 (ielm-return-for-effect): New command.
9207 (ielm-send-input): Accept optional `for-effect' parameter.
9208 (ielm-eval-input): Accept optional `for-effect' parameter.
9209 Bind `standard-output' to stream we create using
9210 `ielm-standard-output-impl'. Suppress printing result when
9211 `for-effect'.
9212 (ielm-standard-output-impl): New function.
9213 (inferior-emacs-lisp-mode): Explain new features in documentation.
9214
9215 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
9216
9217 Code cleanup.
9218
9219 * net/tramp.el (tramp-debug-message): Do not check for connection
9220 buffer.
9221 (tramp-message): Use "vector" connection property.
9222
9223 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9224 (tramp-equal-remote, tramp-eshell-directory-change)
9225 * net/tramp-adb.el (tramp-adb-handle-copy-file)
9226 (tramp-adb-handle-rename-file)
9227 * net/tramp-cmds.el (tramp-list-remote-buffers)
9228 (tramp-cleanup-connection, tramp-cleanup-this-connection)
9229 * net/tramp-compat.el (tramp-compat-process-running-p)
9230 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9231 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9232 (tramp-gvfs-handle-rename-file)
9233 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9234 (tramp-set-file-uid-gid)
9235 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9236 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9237 of `file-remote-p'.
9238
9239 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9240 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9241 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9242 (tramp-gw-open-network-stream): Suppress unrelated traces.
9243
9244 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9245 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9246 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9247 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9248 connection property.
9249
9250 * net/tramp-cache.el (top): Suppress traces when reading
9251 persistency file.
9252
9253 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9254 Refactor common code. Improve debug message.
9255 (tramp-maybe-open-connection)
9256 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9257 connection buffer too early.
9258
9259 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9260 from `tramp-smb-actions-with-acl'.
9261 (tramp-smb-actions-set-acl): New defconst.
9262 (tramp-smb-handle-copy-directory)
9263 (tramp-smb-action-get-acl): New defun, renamed from
9264 `tramp-smb-action-with-acl'.
9265 (tramp-smb-action-set-acl): New defun.
9266 (tramp-smb-handle-set-file-acl): Rewrite.
9267
9268 2013-10-17 Glenn Morris <rgm@gnu.org>
9269
9270 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
9271
9272 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * skeleton.el (skeleton-newline): Remove.
9275 (skeleton-internal-1): Use (insert "\n") instead.
9276
9277 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9278 let-bindings.
9279
9280 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9281 forward-sexp-function while we redo its job (bug#15613).
9282
9283 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
9284
9285 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9286 represented by lists.
9287
9288 2013-10-16 Glenn Morris <rgm@gnu.org>
9289
9290 * tmm.el (tmm--history): New dynamic variable.
9291 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
9292
9293 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9296 (tramp-smb-errors): Add error messages.
9297 (tramp-smb-actions-with-acl): New defconst.
9298 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9299 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9300 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9301 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9302 (tramp-smb-get-stat-capability): Fix tests.
9303
9304 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
9305
9306 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9307 (bug#15580).
9308
9309 2013-10-16 Glenn Morris <rgm@gnu.org>
9310
9311 * ansi-color.el (ansi-color-drop-regexp):
9312 Add 1J, 1K, 2K. (Bug#15617)
9313
9314 * files.el (hack-local-variables--warned-lexical): New.
9315 (hack-local-variables):
9316 Warn about misplaced lexical-binding. (Bug#15616)
9317
9318 * net/eww.el (eww-render): Always set eww-current-url,
9319 and update header line. (Bug#15622)
9320 (eww-display-html): ... Rather than just doing it here.
9321
9322 2013-10-15 Eli Zaretskii <eliz@gnu.org>
9323
9324 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9325 menu navigations commands.
9326
9327 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
9328
9329 * progmodes/subword.el (subword-capitalize): Be careful when
9330 the search for [[:alpha:]] fails (bug#15580).
9331
9332 2013-10-14 Eli Zaretskii <eliz@gnu.org>
9333
9334 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9335 to commands that scroll the menu.
9336
9337 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
9338
9339 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9340 Handle methods ending with `?' and `!'.
9341
9342 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
9343
9344 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9345 `japanese-cp932' to `cp932' to fix the problem where saving a
9346 source file written in Shift_JIS twice would end up having
9347 `coding: japanese-cp932' which Ruby could not recognize.
9348 (ruby-mode-set-encoding): Add support for encodings mapped to nil
9349 in `ruby-encoding-map'.
9350 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9351 doesn't need to be explicitly declared in magic comment.
9352 (ruby-encoding-map): Add type declaration for better customize UI.
9353
9354 2013-10-13 Glenn Morris <rgm@gnu.org>
9355
9356 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9357 Occur buffers are read-only. http://bugs.debian.org/720775
9358
9359 * emacs-lisp/authors.el (authors-fixed-entries):
9360 Comment out old alpha stuff.
9361
9362 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
9363
9364 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9365 to `after-save-hook' instead of `before-save-hook'.
9366 (ruby-mode-set-encoding): Use the value of coding system used to
9367 write the file. Call `basic-save-buffer-1' after modifying the
9368 buffer.
9369
9370 2013-10-13 Alan Mackenzie <acm@muc.de>
9371
9372 Fix indentation/fontification of Java enum with
9373 "implements"/generic.
9374
9375 * progmodes/cc-engine.el (c-backward-over-enum-header):
9376 Extracted from the three other places and enhanced to handle generics.
9377 (c-inside-bracelist-p): Uses new function above.
9378 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9379 function above.
9380 (c-font-lock-enum-tail): Uses new function above.
9381
9382 2013-10-13 Kenichi Handa <handa@gnu.org>
9383
9384 * international/mule-cmds.el (select-safe-coding-system): Remove a
9385 superfluous condition in chekcing whether a coding system is safe
9386 or not.
9387
9388 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
9389
9390 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
9391
9392 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
9393
9394 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
9395
9396 2013-10-13 Glenn Morris <rgm@gnu.org>
9397
9398 * menu-bar.el (menu-bar-update-buffers):
9399 Unify Buffers menu prompt string. (Bug#15576)
9400
9401 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
9402
9403 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9404 Add some entries.
9405 (authors-fixed-entries): Use accented form of name.
9406
9407 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9410 method calls (bug#15594).
9411 (ruby-smie--args-separator-p): New function.
9412 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9413 recognize paren-free method calls.
9414
9415 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9416 internals of universal-argument.
9417
9418 2013-10-11 Eli Zaretskii <eliz@gnu.org>
9419
9420 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9421 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9422 dropped menu on second mouse click on the menu bar.
9423
9424 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9427 (explicit-shell-file-name): Declare.
9428 (sh--vars-before-point, sh--cmd-completion-table): New functions.
9429 (sh-completion-at-point-function): New function.
9430 (sh-mode): Use it.
9431 (sh-smie--keyword-p): Remove unused argument.
9432 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9433 vars.
9434 (sh-set-shell): Always setup SMIE, even if we use the
9435 old indentation code.
9436
9437 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
9438
9439 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9440 cases of ? and =.
9441 (ruby-smie-rules): Simplify the "do" rule. The cases when the
9442 predicate would return nil are almost non-existent.
9443 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9444
9445 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9446 cache also after commands that modify the buffer but don't move
9447 point.
9448
9449 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * env.el (substitute-env-in-file-name): New function.
9452 (substitute-env-vars): Extend the meaning of the optional arg.
9453
9454 2013-10-10 Eli Zaretskii <eliz@gnu.org>
9455
9456 * term/w32-win.el (dynamic-library-alist): Define separate lists
9457 of GIF DLLs for versions before and after 5.0.0 of giflib.
9458 (Bug#15531)
9459
9460 2013-10-10 João Távora <joaotavora@gmail.com>
9461
9462 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
9463 not locked, use last revision and current source as
9464 defaults. (Bug#15569)
9465
9466 2013-10-10 Masatake YAMATO <yamato@redhat.com>
9467
9468 * menu-bar.el (menu-bar-open): Don't use popup-menu if
9469 menu-bar is hidden.
9470
9471 2013-10-10 Martin Rudalics <rudalics@gmx.at>
9472
9473 * window.el (pop-to-buffer-same-window): Fix doc-string.
9474 (Bug#15492)
9475
9476 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
9479
9480 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
9481
9482 * calendar/icalendar.el (icalendar-import-file):
9483 Fix interactive spec. (Bug#15482)
9484
9485 2013-10-10 Glenn Morris <rgm@gnu.org>
9486
9487 * desktop.el (desktop-save): Default to saving in .emacs.d,
9488 since PWD is no longer in desktop-path by default. (Bug#15319)
9489
9490 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
9491 now that text mode has a menu with the same entry.
9492 (menu-bar-text-mode-auto-fill): Remove now unused func.
9493 * textmodes/text-mode.el (text-mode-map):
9494 Use auto-fill help text from menu-bar.el.
9495
9496 2013-10-10 John Anthony <john@jo.hnanthony.com>
9497
9498 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
9499
9500 2013-10-09 Juri Linkov <juri@jurta.org>
9501
9502 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
9503 instead of this-command-keys. Add universal-argument-more and
9504 universal-argument-minus to the list of prefix commands. (Bug#15568)
9505
9506 2013-10-09 Glenn Morris <rgm@gnu.org>
9507
9508 * vc/vc-svn.el (vc-svn-create-repo):
9509 Expand paths in file://... url. (Bug#15446)
9510
9511 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
9512 Add some entries.
9513 (authors): Remove unused local variables.
9514
9515 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * profiler.el: Create a more coherent calltree from partial backtraces.
9518 (profiler-format): Hide the tail with `invisible' so that C-s can still
9519 find the hidden elements.
9520 (profiler-calltree-depth): Don't recurse so enthusiastically.
9521 (profiler-function-equal): New hash-table-test.
9522 (profiler-calltree-build-unified): New function.
9523 (profiler-calltree-build): Use it.
9524 (profiler-report-make-name-part): Indent the calltree less.
9525 (profiler-report-mode): Add visibility specs for profiler-format.
9526 (profiler-report-expand-entry, profiler-report-toggle-entry):
9527 Expand the whole subtree when provided with a prefix arg.
9528
9529 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
9530
9531 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
9532 iuwu-mod token.
9533 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
9534 hanging iuwu-mod token.
9535 (ruby-smie--forward-token): Do not include a dot after a token in
9536 that token.
9537 (ruby-smie--backward-token): Likewise.
9538
9539 2013-10-08 Juri Linkov <juri@jurta.org>
9540
9541 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
9542 to isearch-other-control-char.
9543 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
9544 and isearch-post-command-hook to post-command-hook.
9545 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
9546 and isearch-post-command-hook from post-command-hook.
9547 (isearch-unread-key-sequence)
9548 (isearch-reread-key-sequence-naturally)
9549 (isearch-lookup-scroll-key, isearch-other-control-char)
9550 (isearch-other-meta-char): Remove functions.
9551 (isearch-pre-command-hook, isearch-post-command-hook):
9552 New functions based on isearch-other-meta-char rewritten
9553 relying on the new behavior of overriding-terminal-local-map
9554 that does not replace the local keymaps any more. (Bug#15200)
9555
9556 2013-10-08 Eli Zaretskii <eliz@gnu.org>
9557
9558 Support menus on text-mode terminals.
9559 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
9560 functionality.
9561
9562 * tooltip.el (tooltip-mode): Don't error out on TTYs.
9563
9564 * menu-bar.el (popup-menu, popup-menu-normalize-position):
9565 Move here from mouse.el.
9566 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
9567 and arrow keys.
9568 (tty-menu-navigation-map): New map for TTY menu navigation.
9569
9570 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
9571
9572 * frame.el (display-mouse-p): Report text-mode mouse as available
9573 on w32.
9574 (display-popup-menus-p): Report availability if mouse is
9575 available; don't condition on window-system.
9576
9577 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
9578 (tty-menu-selected-face): New faces.
9579
9580 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
9583 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
9584 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
9585 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
9586 New constants.
9587 (lisp-mode-variables): New `elisp' argument.
9588 (emacs-lisp-mode): Use it.
9589 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
9590 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
9591
9592 * indent.el: Use lexical-binding.
9593 (indent-region): Add progress reporter.
9594 (tab-stop-list): Make it implicitly extend to infinity by repeating the
9595 last step.
9596 (indent--next-tab-stop): New function to implement this behavior.
9597 (tab-to-tab-stop, move-to-tab-stop): Use it.
9598
9599 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
9600
9601 * indent.el (indent-rigidly--current-indentation): New function.
9602 (indent-rigidly-map): New var.
9603 (indent-rigidly): Use it to provide interactive mode (bug#8196).
9604
9605 2013-10-08 Bastien Guerry <bzg@gnu.org>
9606
9607 * register.el (insert-register): Fix 2013-10-07 change.
9608
9609 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9610
9611 * progmodes/perl-mode.el: Use lexical-binding.
9612 Remove redundant :group args.
9613 (perl-nochange): Change default to be closer to other major modes's
9614 standard behavior.
9615 (perl-indent-line): Don't consider text on current line as a
9616 valid beginning of function from which to indent.
9617
9618 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
9619 with more than one argument (bug#15538).
9620
9621 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
9622
9623 * vc/pcvs.el: Use lexical-binding.
9624 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
9625 environment of `eval'.
9626 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
9627 than a list of expressions. Adjust callers.
9628 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
9629
9630 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
9631
9632 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
9633 case of the dot in a chained method call being on the following line.
9634
9635 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * electric.el (electric-indent-inhibit): New var.
9638 (electric-indent-post-self-insert-function): Use it.
9639 * progmodes/python.el (python-mode): Set it.
9640
9641 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
9642 open braces.
9643
9644 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
9645
9646 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
9647 (css-mode): Use electric-indent-chars.
9648
9649 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
9650 (font-lock-beg, font-lock-end): Move before first use.
9651 (nxml-mode): Use syntax-propertize-function.
9652 (nxml-after-change, nxml-after-change1): Adjust accordingly.
9653 (nxml-extend-after-change-region): Remove.
9654 * nxml/xmltok.el: Use lexical-binding.
9655 (xmltok-save): Use `declare'.
9656 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
9657 * nxml/nxml-util.el: Use lexical-binding.
9658 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
9659 Use `declare'.
9660 * nxml/nxml-ns.el: Use lexical-binding.
9661 (nxml-ns-save): Use `declare'.
9662 (nxml-ns-prefixes-for): Avoid add-to-list.
9663 * nxml/rng-match.el: Use lexical-binding.
9664 (rng--ipattern): Use cl-defstruct.
9665 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
9666 (rng-cons-group-after, rng-subst-group-after)
9667 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
9668 Use closures instead of `(lambda...).
9669
9670 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
9671
9672 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
9673 of BEG and END.
9674
9675 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9676 Use `tramp-handle-insert-file-contents'.
9677 (tramp-gvfs-handle-insert-file-contents): Remove function.
9678
9679 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9680 Use `save-restriction' in order to keep markers.
9681
9682 * net/trampver.el: Update release number.
9683
9684 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * progmodes/compile.el (compilation-parse-errors):
9687 Use compilation--put-prop.
9688 (compilation--ensure-parse): Check compilation-multiline.
9689
9690 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
9691
9692 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
9693 lexical-binding.
9694
9695 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
9696
9697 * progmodes/ruby-mode.el: Fix recently added tests.
9698 (ruby-smie-grammar): Add - and +.
9699 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
9700 (ruby-smie--backward-id): New functions.
9701 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
9702 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
9703 any more.
9704
9705 2013-10-07 Leo Liu <sdl.web@gmail.com>
9706
9707 * register.el (register-preview-delay)
9708 (register-preview-functions): New variables.
9709 (register-read-with-preview, register-preview)
9710 (register-describe-oneline): New functions.
9711 (point-to-register, window-configuration-to-register)
9712 (frame-configuration-to-register, jump-to-register)
9713 (number-to-register, view-register, insert-register)
9714 (copy-to-register, append-to-register, prepend-to-register)
9715 (copy-rectangle-to-register): Use register-read-with-preview to
9716 read register. (Bug#15525)
9717
9718 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
9719
9720 * net/network-stream.el (network-stream-open-starttls): Don't add
9721 --insecure if it's already present, because that gnutls-cli
9722 rejects getting that parameter twice.
9723
9724 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
9725
9726 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
9727 keyword, too.
9728
9729 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
9730
9731 * newcomment.el (comment-use-global-state): Change default value
9732 to t, mark obsolete (Bug#15251).
9733 (comment-beginning): In addition to `comment-to-syntax', check the
9734 value of `comment-use-global-state'.
9735
9736 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
9739 (ruby-comment-column): Follow the global default, by default.
9740 (ruby-smie-grammar): Add assignment syntax.
9741 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
9742 open-paren, a comma, or a \.
9743 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
9744 and line continuations.
9745 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
9746 followed by implicit semi-colons. Add rule for string concatenation
9747 and for indentation at BOB.
9748 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
9749
9750 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
9751 calling next-sexp, since next-token may have skipped chars which
9752 next-sexp doesn't know should be skipped!
9753
9754 2013-10-05 Leo Liu <sdl.web@gmail.com>
9755
9756 * progmodes/octave.el (octave-send-region):
9757 Call compilation-forget-errors.
9758
9759 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
9760
9761 * vc/vc-svn.el (vc-svn-find-admin-dir):
9762 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
9763 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
9764 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
9765 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
9766
9767 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
9770
9771 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * subr.el (read-passwd): Hide chars even when called within a context
9774 where after-change-functions is disabled (bug#15501).
9775 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
9776 until we removed ourself from overriding-terminal-local-map.
9777
9778 2013-10-04 Leo Liu <sdl.web@gmail.com>
9779
9780 * progmodes/octave.el (inferior-octave-mode):
9781 Call compilation-forget-errors.
9782
9783 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
9784
9785 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9786
9787 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
9788
9789 * net/secrets.el (secrets-create-collection): Add optional
9790 argument ALIAS. Use proper Label keyword. Append ALIAS as
9791 dbus-call-method argument. (Bug#15516)
9792
9793 2013-10-04 Leo Liu <sdl.web@gmail.com>
9794
9795 * progmodes/octave.el (inferior-octave-error-regexp-alist)
9796 (inferior-octave-compilation-font-lock-keywords): New variables.
9797 (compilation-error-regexp-alist)
9798 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9799 (inferior-octave-mode): Use compilation-shell-minor-mode.
9800
9801 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
9802
9803 * minibuffer.el (completion--replace): Be careful that `end' might be
9804 a marker.
9805
9806 2013-10-03 Daiki Ueno <ueno@gnu.org>
9807
9808 Add support for package signature checking.
9809 * emacs-lisp/package.el (url-http-file-exists-p)
9810 (epg-make-context, epg-context-set-home-directory)
9811 (epg-verify-string, epg-context-result-for)
9812 (epg-signature-status, epg-signature-to-string)
9813 (epg-check-configuration, epg-configuration)
9814 (epg-import-keys-from-file): Declare.
9815 (package-check-signature): New user option.
9816 (package-unsigned-archives): New user option.
9817 (package-desc): Add `signed' field.
9818 (package-load-descriptor): Set `signed' field if .signed file exists.
9819 (package--archive-file-exists-p): New function.
9820 (package--check-signature): New function.
9821 (package-install-from-archive): Check package signature.
9822 (package--download-one-archive): Check archive signature.
9823 (package-delete): Remove .signed file.
9824 (package-import-keyring): New command.
9825 (package-refresh-contents): Import default keyring.
9826 (package-desc-status): Add "unsigned" status.
9827 (describe-package-1, package-menu--print-info)
9828 (package-menu-mark-delete, package-menu--find-upgrades)
9829 (package-menu--status-predicate): Support "unsigned" status.
9830
9831 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9834 the new compilation scheme using the new byte-codes.
9835
9836 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9837 (byte-pophandler): New byte codes.
9838 (byte-goto-ops): Adjust accordingly.
9839 (byte-compile--use-old-handlers): New var.
9840 (byte-compile-catch): Use new byte codes depending on
9841 byte-compile--use-old-handlers.
9842 (byte-compile-condition-case--old): Rename from
9843 byte-compile-condition-case.
9844 (byte-compile-condition-case--new): New function.
9845 (byte-compile-condition-case): New function that dispatches depending
9846 on byte-compile--use-old-handlers.
9847 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9848 when we can.
9849
9850 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9851 Optimize under `condition-case' and `catch' if
9852 byte-compile--use-old-handlers is nil.
9853 (disassemble-offset): Handle new bytecodes.
9854
9855 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * subr.el (error): Use `declare'.
9858 (decode-char, encode-char): Use advertised-calling-convention instead
9859 of the docstring to discourage use of the `restriction' arg.
9860
9861 2013-10-03 Daiki Ueno <ueno@gnu.org>
9862
9863 * epg.el (epg-verify-file): Add a comment saying that it does not
9864 notify verification error as a return value nor a signal.
9865 (epg-verify-string): Ditto.
9866
9867 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9868
9869 * progmodes/compile.el (compilation-start): Try globbing the arg to
9870 `cd' (bug#15417).
9871
9872 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
9873
9874 Sync with Tramp 2.2.8.
9875
9876 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9877 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9878 * net/trampver.el: Update release number.
9879
9880 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
9881
9882 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9883 and default-process-coding-system for darwin only.
9884
9885 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9888
9889 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
9890
9891 * vc/vc-git.el (vc-git-grep): Disable pager.
9892
9893 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
9894
9895 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9896 Use :url instead of :homepage, as per
9897 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9898
9899 * newcomment.el (comment-beginning): When `comment-use-syntax' is
9900 non-nil, use `syntax-ppss' (Bug#15251).
9901
9902 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9903
9904 * progmodes/octave.el (inferior-octave-startup-file):
9905 Prefer ~/.emacs.d/init_octave.m.
9906
9907 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
9908
9909 * emacs-lisp/package.el (package-desc-from-define):
9910 Accept additional arguments as plist, convert them to an alist and store
9911 them in the `extras' slot.
9912 (package-generate-description-file): Convert extras alist back to
9913 plist and append to the `define-package' form arguments.
9914 (package--alist-to-plist): New function.
9915 (package--ac-desc): Add `extras' slot.
9916 (package--add-to-archive-contents): Check if the archive-contents
9917 vector is long enough, and if it is, pass its `extras' slot value
9918 to `package-desc-create'.
9919 (package-buffer-info): Call `lm-homepage', pass the returned value
9920 to `package-desc-from-define'.
9921 (describe-package-1): Render the homepage button (Bug#13291).
9922
9923 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9924 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9925
9926 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
9927
9928 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9929 and default-process-coding-system to utf-8-unix (Bug#15402).
9930
9931 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
9932
9933 * subr.el (looking-back): Do not recommend using looking-back.
9934
9935 2013-09-28 Alan Mackenzie <acm@muc.de>
9936
9937 Fix indentation/fontification of Java enum with "implements".
9938
9939 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9940 regexp which matches "implements", etc., in Java.
9941 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9942 specifier clauses coming after "enum".
9943 * progmodes/cc-fonts.el (c-font-lock-declarations)
9944 (c-font-lock-enum-tail): Check for extra specifier clauses coming
9945 after "enum".
9946
9947 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
9948
9949 * faces.el (region): Change ns_selection_color to
9950 ns_selection_fg_color, add ns_selection_bg_color.
9951
9952 2013-09-28 Leo Liu <sdl.web@gmail.com>
9953
9954 * progmodes/octave.el (inferior-octave-completion-table)
9955 (inferior-octave-completion-at-point): Minor tweaks.
9956
9957 * textmodes/ispell.el (ispell-lookup-words): Rename from
9958 lookup-words. (Bug#15460)
9959 (lookup-words): Obsolete.
9960 (ispell-complete-word, ispell-command-loop): All uses changed.
9961
9962 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9963
9964 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9965 (octave-mode-menu): Add octave-send-buffer.
9966 (octave-send-buffer): New function.
9967
9968 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9969
9970 * progmodes/octave.el (octave-mode-map): Add key binding for
9971 octave-lookfor.
9972 (octave-mode-menu): Add octave-lookfor.
9973 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9974 octave-lookfor.
9975 (octave-lookfor): New function.
9976
9977 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9980 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9981 its convention.
9982 (cl--loop-set-iterator-function): New function.
9983 (cl-loop): Adjust accordingly, so as not to use cl-subst.
9984 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9985 Bind `it' with `let' instead of substituting it with `cl-subst'.
9986 (cl--unused-var-p): New function.
9987 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9988 Eliminate some unused variable warnings (bug#15326).
9989
9990 2013-09-27 Tassilo Horn <tsdh@gnu.org>
9991
9992 * doc-view.el (doc-view-scale-reset): Rename from
9993 `doc-view-reset-zoom-level'.
9994 (doc-view-scale-adjust): New command.
9995 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9996 `doc-view-scale-adjust'.
9997
9998 2013-09-26 Tassilo Horn <tsdh@gnu.org>
9999
10000 * doc-view.el (doc-view-reset-zoom-level): New command.
10001 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
10002 zoom commands (bug#15466).
10003
10004 2013-09-26 Kenichi Handa <handa@gnu.org>
10005
10006 * international/quail.el (quail-help): Make it not a command.
10007
10008 2013-09-26 Leo Liu <sdl.web@gmail.com>
10009
10010 * minibuffer.el (completion-all-sorted-completions): Make args
10011 optional as they are.
10012
10013 2013-09-25 Daniel Colascione <dancol@dancol.org>
10014
10015 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10016 specs are and that they're not evaluated.
10017
10018 2013-09-24 Sam Steingold <sds@gnu.org>
10019
10020 * midnight.el (clean-buffer-list-kill-regexps)
10021 (clean-buffer-list-kill-buffer-names): Update for the new Man
10022 buffer naming which includes the object name.
10023
10024 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * eshell/esh-cmd.el (eshell--sep-terms): New var.
10027 (eshell-parse-command, eshell-parse-pipeline): Use it since
10028 eshell-separate-commands requires a dynamic scoped var.
10029 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10030
10031 2013-09-23 Leo Liu <sdl.web@gmail.com>
10032
10033 * autoinsert.el (auto-insert-alist): Make the value of
10034 lexical-binding match its file setting.
10035
10036 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10039
10040 * autoarg.el (autoarg-kp-digit-argument):
10041 * electric.el (Electric-command-loop):
10042 * kmacro.el (kmacro-step-edit-insert):
10043 Do not set universal-argument-num-events.
10044
10045 2013-09-22 Leo Liu <sdl.web@gmail.com>
10046
10047 * files.el (interpreter-mode-alist): Add octave.
10048
10049 2013-09-21 Alan Mackenzie <acm@muc.de>
10050
10051 C++: fontify identifier in declaration following "public:" correctly.
10052 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10053 to match "public", etc.
10054 (c-decl-prefix-re): Add ":" into the C++ value.
10055 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10056 bit. Add a check for a ":" preceded by "public", etc.
10057
10058 2013-09-21 Eli Zaretskii <eliz@gnu.org>
10059
10060 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10061 recognized by GDB 7.5 and later.
10062
10063 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
10064
10065 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10066
10067 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * subr.el (internal--call-interactively): New const.
10070 (called-interactively-p): Use it (bug#3984).
10071
10072 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
10073
10074 * vc/pcvs.el (cvs-mode-ignore):
10075 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10076 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10077
10078 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
10081 (eshell-ls-orig-insert-directory): Remove.
10082 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
10083 (eshell-ls-use-in-dired): Use advice-add/remove.
10084 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10085 Add `orig-fun' arg for use in :around advice.
10086 Make it check (redundantly) eshell-ls-use-in-dired.
10087
10088 2013-09-19 Glenn Morris <rgm@gnu.org>
10089
10090 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10091
10092 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10093
10094 * emacs-lisp/eieio.el (class-parent): Undo previous change.
10095
10096 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
10097
10098 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10099 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10100 (tramp-get-remote-python): New defuns.
10101 (tramp-get-remote-uid-with-perl)
10102 (tramp-get-remote-gid-with-perl): New defuns. Perl code
10103 contributed by yary <not.com@gmail.com> (tiny change).
10104 (tramp-get-remote-uid-with-python)
10105 (tramp-get-remote-gid-with-python): New defuns. Python code
10106 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10107 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10108
10109 2013-09-19 Glenn Morris <rgm@gnu.org>
10110
10111 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10112
10113 * eshell/em-unix.el (eshell-remove-entries):
10114 Rename argument to avoid name-clash with global `top-level'.
10115
10116 * eshell/esh-proc.el (eshell-kill-process-function):
10117 Remove eshell-reset-after-proc from eshell-kill-hook if present.
10118 (eshell-reset-after-proc): Remove unused arg `proc'.
10119
10120 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10121 (directory-files-and-attributes): Mark unused arg.
10122
10123 * eshell/em-unix.el (eshell-remove-entries):
10124 Remove unused arg `path'. Update callers.
10125
10126 * eshell/em-hist.el (eshell-hist-parse-arguments):
10127 Remove unused arg `silent'. Update callers.
10128
10129 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10130 Fix (f)boundp mix-up.
10131
10132 * eshell/em-smart.el (eshell-smart-scroll-window)
10133 (eshell-disable-after-change):
10134 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10135
10136 2013-09-18 Alan Mackenzie <acm@muc.de>
10137
10138 Fix fontification of type when followed by "const".
10139 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10140 "known" types from fontification.
10141
10142 2013-09-18 Glenn Morris <rgm@gnu.org>
10143
10144 * emacs-lisp/chart.el (x-display-color-cells): Declare.
10145 (chart-face-list): Drop Emacsen without display-color-p.
10146
10147 * net/eww.el (libxml-parse-html-region): Declare.
10148 (eww-display-html): Explicit error if no libxml2 support.
10149
10150 * doc-view.el (doc-view-mode): Silence --without-x compilation.
10151
10152 * image.el (image-type-from-buffer, image-multi-frame-p):
10153 Remove --without-x warning/error.
10154
10155 * mouse.el (mouse-yank-primary):
10156 * term.el (term-mouse-paste):
10157 Reorder to silence --without-x compilation.
10158
10159 * mpc.el (doc-view-mode): Silence --without-x compilation.
10160
10161 * mail/rmailmm.el (rmail-mime-set-bulk-data):
10162 Silence --without-x compilation.
10163
10164 * progmodes/gud.el (gud-find-file, gud-mode):
10165 Silence --without-x compilation.
10166 (tooltip-mode): Declare.
10167
10168 * wdired.el (dired-backup-overwrite): Remove declaration.
10169 (wdired-mode-map): Add doc string.
10170
10171 * custom.el (x-get-resource): Declare.
10172
10173 * eshell/em-glob.el (ange-cache):
10174 * eshell/em-unix.el (ange-cache): Declare.
10175
10176 * faces.el (x-display-list, x-open-connection, x-get-resource):
10177 Declare.
10178
10179 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10180 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10181 Declare.
10182
10183 * frame.el (x-display-grayscale-p, x-display-name): Declare.
10184
10185 * net/gnutls.el (gnutls-log-level): Declare.
10186
10187 * net/shr.el (image-size, image-animate): Declare.
10188
10189 * simple.el (font-info): Declare.
10190
10191 * subr.el (x-popup-dialog): Declare.
10192
10193 * term/common-win.el (x-select-enable-primary)
10194 (x-last-selected-text-primary, x-last-selected-text-clipboard):
10195 Declare.
10196
10197 * term/ns-win.el (x-handle-args): Declare.
10198
10199 * term/x-win.el (x-select-enable-clipboard): Declare.
10200
10201 * term/w32-win.el (create-default-fontset): Declare.
10202
10203 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10204 Declare.
10205
10206 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10207 (fit-frame-to-buffer): Explicit error if --without-x.
10208 (mouse-autoselect-window-select): Silence compiler.
10209
10210 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10211
10212 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10213 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10214 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10215 * eshell/esh-util.el (eshell-sublist):
10216 Remove unused local variables.
10217
10218 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10219
10220 * textmodes/two-column.el: Make 2C-split work for --without-x.
10221 (scroll-bar-columns): Autoload.
10222 (top-level): Require fringe when compiling.
10223
10224 2013-09-18 Leo Liu <sdl.web@gmail.com>
10225
10226 * subr.el (add-hook): Robustify to handle closure as well.
10227
10228 2013-09-17 Glenn Morris <rgm@gnu.org>
10229
10230 * simple.el (messages-buffer-mode-map): Unbind "g".
10231
10232 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * help-mode.el (help-mode-finish): Use derived-mode-p.
10235 Remove obsolete highlighting.
10236
10237 * play/life.el (life-mode): Use define-derived-mode. Derive from
10238 special-mode.
10239 (life): Let-bind inhibit-read-only.
10240 (life-setup): Avoid `setq'. Use `life-mode'.
10241
10242 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10243 which should not be needed any more.
10244 (package-menu-refresh, package-menu-describe-package): Use user-error.
10245
10246 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10247 (eshell-post-rewrite-command-hook): Make obsolete.
10248 (eshell-parse-command): Simplify.
10249 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10250 (eshell--cmd): Declare.
10251 (eshell-parse-pipeline): Remove unused var `final-p'.
10252 Pass a dynvar to eshell-post-rewrite-command-hook.
10253 Implement the new eshell-post-rewrite-command-function.
10254 (eshell-invoke-directly): Remove unused arg `input'.
10255 * eshell/esh-io.el (eshell-io-initialize):
10256 Use eshell-post-rewrite-command-function (bug#15399).
10257 (eshell--apply-redirections): Rename from eshell-apply-redirections;
10258 adjust to new calling convention.
10259 (eshell-create-handles): Rename args to avoid clashing with dynvar
10260 `standard-output'.
10261
10262 2013-09-17 Glenn Morris <rgm@gnu.org>
10263
10264 * simple.el (messages-buffer-mode): New major mode.
10265 (messages-buffer): New function.
10266 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10267 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10268 (ert-run-test): Use `messages-buffer' function.
10269 (ert--force-message-log-buffer-truncation): Ignore read-only.
10270 * help.el (view-echo-area-messages): Use `messages-buffer' function.
10271 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10272
10273 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10276
10277 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10278
10279 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * icomplete.el (icomplete-in-buffer): New var.
10282 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10283 vars and replace them with functions.
10284 (icomplete-minibuffer-setup): Adjust accordingly.
10285 (icomplete--completion-table, icomplete--completion-predicate)
10286 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10287 New functions.
10288 (icomplete-forward-completions, icomplete-backward-completions)
10289 (icomplete-simple-completing-p, icomplete-exhibit)
10290 (icomplete-completions): Use them.
10291 (icomplete--in-region-buffer): New var.
10292 (icomplete--in-region-setup): New function.
10293 (icomplete-mode): Use it.
10294
10295 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10296 (bug#15379).
10297 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10298 return args and options.
10299 (eshell-eval-using-options): Use the new return value of
10300 eshell--do-opts to set the options's vars in their scope.
10301 (eshell--set-option): Rename from eshell-set-option.
10302 Add arg `opt-vals'.
10303 (eshell--process-option): Rename from eshell-process-option.
10304 Add arg `opt-vals'.
10305 (eshell--process-args): Use an `opt-vals' alist to store the options's
10306 values during their processing and return them additionally to the
10307 remaining args.
10308
10309 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
10310
10311 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10312 continuation character an operator, as far as indentation is
10313 concerned (Bug#15369).
10314
10315 2013-09-15 Martin Rudalics <rudalics@gmx.at>
10316
10317 * window.el (window--state-put-2): Don't process buffer state
10318 when buffer doesn't exist any more (Bug#15382).
10319
10320 2013-09-15 Glenn Morris <rgm@gnu.org>
10321
10322 * eshell/em-unix.el (eshell/rm):
10323 Make -f ignore missing files. (Bug#15373)
10324
10325 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
10326 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10327 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10328
10329 2013-09-14 Glenn Morris <rgm@gnu.org>
10330
10331 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10332
10333 2013-09-13 Glenn Morris <rgm@gnu.org>
10334
10335 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10336 (dired-guess-default): Make `file' available in the env. (Bug#15363)
10337
10338 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
10339
10340 * frame.el (x-focus-frame): Mark as declared in frame.c.
10341
10342 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * ls-lisp.el: Use advice-add.
10345 (original-insert-directory): Remove.
10346 (ls-lisp--insert-directory): Rename from insert-directory; add
10347 `orig-fun' argument.
10348 (insert-directory): Advise.
10349
10350 2013-09-13 Eli Zaretskii <eliz@gnu.org>
10351
10352 * term.el (term-emulate-terminal): Decode the command string
10353 before passing it to term-command-hook. (Bug#15337)
10354
10355 2013-09-13 Glenn Morris <rgm@gnu.org>
10356
10357 * eshell/esh-util.el (ange-cache): Move declaration earlier.
10358
10359 * eshell/esh-ext.el (eshell-search-path): Declare.
10360
10361 * eshell/em-prompt.el (eshell/pwd): Autoload it.
10362 Otherwise an error occurs if eshell-dirs module not loaded.
10363
10364 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10365
10366 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
10367
10368 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10369 `tramp-check-proper-host'. Check for a valid method name.
10370
10371 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10372 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10373 * net/tramp-sh.el (tramp-maybe-open-connection):
10374 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10375
10376 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10377 also for hash values.
10378
10379 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * term/ns-win.el (parameters): Don't declare as dynamic.
10382 (before-make-frame-hook): Don't add ineffective function.
10383
10384 * eshell/*.el: Use lexical-binding (bug#15231).
10385
10386 2013-09-12 Kenichi Handa <handa@gnu.org>
10387
10388 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10389
10390 2013-09-12 Glenn Morris <rgm@gnu.org>
10391
10392 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10393 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10394
10395 * subr.el (do-after-load-evaluation): Also give compiler warnings
10396 when obsolete files are used (except by obsolete files).
10397
10398 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10399 in the status output, assume `filename' is the first. (Bug#15322)
10400
10401 * vc/vc.el (vc-deduce-fileset): Doc fix.
10402
10403 * calc/calc-help.el (Info-goto-node):
10404 * progmodes/cperl-mode.el (Info-find-node):
10405 * vc/ediff.el (Info-goto-node): Update declarations.
10406
10407 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10408
10409 * vc/vc-bzr.el (vc-compilation-mode): Declare.
10410 (vc-bzr-pull): Require vc-dispatcher.
10411 * vc/vc-git.el (vc-compilation-mode): Declare.
10412 (vc-git-pull): Require vc-dispatcher.
10413
10414 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10415
10416 * progmodes/octave.el (help-button-action): Declare.
10417
10418 * shell.el (shell-directory-tracker): Output error as a message
10419 rather than just returning it as a string.
10420 (shell-process-pushd): Remove useless use of message.
10421
10422 * dframe.el (dframe-timer-fn):
10423 * files.el (dir-locals-read-from-file):
10424 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10425 (mpc-format):
10426 * reveal.el (reveal-post-command):
10427 * saveplace.el (load-save-place-alist-from-file):
10428 * shell.el (shell-resync-dirs):
10429 * w32-common-fns.el (x-get-selection-value):
10430 * emacs-lisp/copyright.el (copyright-find-copyright):
10431 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10432 * emulation/tpu-edt.el (tpu-copy-keyfile):
10433 * play/bubbles.el (bubbles--mark-neighbourhood):
10434 * progmodes/executable.el
10435 (executable-make-buffer-file-executable-if-script-p):
10436 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10437
10438 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 Cleanup Eshell to rely less on dynamic scoping.
10441 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10442 last-value, and ext-command here. Bind `args' closer to `body'.
10443 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10444 (eshell--args): Declare new dynamic var.
10445 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
10446 last-value, and ext-command. Pass `args' to `body'.
10447 (eshell-process-args): Bind eshell--args.
10448 (eshell-set-option): Use eshell--args.
10449 * eshell/eshell.el (eshell): Use derived-mode-p.
10450 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10451 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10452 (eshell-glob-function): Declare.
10453 * eshell/esh-util.el: Require cl-lib.
10454 (eshell-read-hosts-file): Avoid add-to-list.
10455 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10456 `err'.
10457 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
10458 Declare.
10459 (eshell/diff): Remove unused var `err'.
10460 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
10461 `killflag'.
10462 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
10463 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
10464 first use.
10465 * eshell/em-glob.el (eshell-glob-matches, message-shown):
10466 Move declaration before first use.
10467 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
10468 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
10469 rely on cl-return.
10470
10471 2013-09-12 Glenn Morris <rgm@gnu.org>
10472
10473 * term/ns-win.el (global-map): Remove binding for ispell-next,
10474 deleted 1999-05-29. (Bug#15357)
10475
10476 2013-09-11 Glenn Morris <rgm@gnu.org>
10477
10478 * echistory.el (electric-command-history): Remove call to deleted func.
10479
10480 * play/landmark.el (landmark-mode): Fix typos.
10481
10482 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
10483 Check cvs-sort-ignore-file is bound.
10484
10485 * savehist.el: No need for cl when compiling on Emacs.
10486
10487 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
10490 (bug#15338).
10491 (eshell-self-insert-command, eshell-send-invisible):
10492 Remove unused argument.
10493 (eshell-handle-control-codes): Remove unused var `orig'.
10494 Avoid delete-backward-char.
10495
10496 * files.el (set-auto-mode): Simplify a bit further.
10497
10498 2013-09-11 Glenn Morris <rgm@gnu.org>
10499
10500 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
10501 (set-auto-mode): Don't regexp-quote elements.
10502 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
10503 * progmodes/cc-mode.el (interpreter-mode-alist):
10504 * progmodes/ruby-mode.el (interpreter-mode-alist):
10505 Revert previous change.
10506
10507 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * play/snake.el (snake-mode):
10510 * play/mpuz.el (mpuz-mode):
10511 * play/landmark.el (lm-mode):
10512 * play/blackbox.el (blackbox-mode):
10513 * play/5x5.el (5x5-mode):
10514 * obsolete/options.el (Edit-options-mode):
10515 * net/quickurl.el (quickurl-list-mode):
10516 * net/newst-treeview.el (newsticker-treeview-mode):
10517 * mail/rmailsum.el (rmail-summary-mode):
10518 * mail/mspools.el (mspools-mode):
10519 * locate.el (locate-mode):
10520 * ibuffer.el (ibuffer-mode):
10521 * emulation/ws-mode.el (wordstar-mode):
10522 * emacs-lisp/debug.el (debugger-mode):
10523 * array.el (array-mode):
10524 * net/eudc.el (eudc-mode): Use define-derived-mode.
10525 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
10526 Move initialization into declaration.
10527 (mairix-searches-mode): Use define-derived-mode.
10528 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
10529 (eudc-edit-hotlist): Use dolist.
10530 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
10531 (Man-mode): Use define-derived-mode.
10532 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
10533 (Info-edit-mode): Use define-derived-mode.
10534 (Info-cease-edit): Use Info-mode.
10535 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
10536 into declaration.
10537 (eshell-mode): Use define-derived-mode.
10538 * chistory.el (command-history-mode-map): Rename from
10539 command-history-map.
10540 (command-history-mode): Use define-derived-mode.
10541 (Command-history-setup): Remove function.
10542 * calc/calc.el (calc-trail-mode-map): New var.
10543 (calc-trail-mode): Use define-derived-mode.
10544 (calc-trail-buffer): Set calc-main-buffer manually.
10545 * bookmark.el (bookmark-insert-annotation): New function.
10546 (bookmark-edit-annotation): Use it.
10547 (bookmark-edit-annotation-mode): Make it a proper major mode.
10548 (bookmark-send-edited-annotation): Use derived-mode-p.
10549 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
10550 closer to its ideal place. Use \' to match EOS.
10551
10552 * profiler.el (profiler-calltree-find): Use function-equal.
10553
10554 2013-09-10 Glenn Morris <rgm@gnu.org>
10555
10556 * files.el (interpreter-mode-alist): Convert to regexps.
10557 (set-auto-mode): Adapt for this. (Bug#15306)
10558 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
10559 Comment out unused variable.
10560 * progmodes/cc-mode.el (interpreter-mode-alist):
10561 * progmodes/python.el (interpreter-mode-alist):
10562 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
10563 * progmodes/sh-script.el (sh-set-shell):
10564 No longer use interpreter-mode-alist to get list of shells.
10565
10566 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
10567
10568 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * simple.el: Use set-temporary-overlay-map for universal-argument.
10571 (universal-argument-map): Don't use default-bindings (bug#15317).
10572 Bind switch-frame explicitly. Replace universal-argument-minus with
10573 a conditional binding.
10574 (universal-argument-num-events, saved-overriding-map): Remove.
10575 (restore-overriding-map): Remove.
10576 (universal-argument--mode): Rename from save&set-overriding-map,
10577 and rewrite.
10578 (universal-argument, universal-argument-more, negative-argument)
10579 (digit-argument): Adjust accordingly.
10580 (universal-argument-minus): Remove.
10581 (universal-argument-other-key): Remove.
10582
10583 * subr.el (with-demoted-errors): Add `format' argument.
10584
10585 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
10586
10587 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
10588 `tramp-cleanup-connection'.
10589
10590 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
10591 parameters KEEP-DEBUG and KEEP-PASSWORD.
10592
10593 * net/tramp.el (tramp-file-name-handler):
10594 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10595 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10596 (tramp-maybe-open-connection):
10597 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10598 Use `tramp-cleanup-connection'.
10599
10600 * net/tramp-sh.el (tramp-maybe-open-connection):
10601 Catch 'uname-changed inside the progress reporter.
10602
10603 2013-09-10 Glenn Morris <rgm@gnu.org>
10604
10605 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
10606
10607 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
10608 returns "alternate access method" in mode (eg "-rw-r--r--.").
10609
10610 2013-09-08 Glenn Morris <rgm@gnu.org>
10611
10612 * saveplace.el (load-save-place-alist-from-file):
10613 Demote errors. (Bug#15305)
10614
10615 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
10616
10617 Improve compatibility with older Emacsen, and XEmacs.
10618
10619 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
10620 only if it is bound. It isn't for XEmacs.
10621 (with-tramp-progress-reporter): Do not let-bind `result'.
10622 This yields to scoping errors in XEmacs.
10623 (tramp-handle-make-auto-save-file-name): New function, moved from
10624 tramp-sh.el.
10625
10626 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
10627 for `make-auto-save-file-name'.
10628 (tramp-adb--gnu-switches-to-ash):
10629 Use `tramp-compat-replace-regexp-in-string'.
10630
10631 * net/tramp-cache.el (tramp-cache-print): Call
10632 `substring-no-properties' only if it is bound. It isn't for XEmacs.
10633
10634 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
10635 bound. It isn't for XEmacs.
10636
10637 * net/tramp-compat.el (tramp-compat-copy-file):
10638 Catch `wrong-number-of-arguments' error.
10639 (tramp-compat-replace-regexp-in-string): New defun.
10640
10641 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
10642 for `make-auto-save-file-name'.
10643 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
10644 `copy-file'.
10645 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
10646 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
10647 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
10648
10649 * net/tramp-gw.el (tramp-gw-open-network-stream):
10650 Use `tramp-compat-replace-regexp-in-string'.
10651
10652 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10653 Call `tramp-handle-make-auto-save-file-name'.
10654 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
10655 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10656 (tramp-sh-file-inotifywait-process-filter):
10657 Use `tramp-compat-replace-regexp-in-string'.
10658 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
10659
10660 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
10661 for `make-auto-save-file-name'.
10662 (tramp-smb-handle-copy-directory):
10663 Call `tramp-compat-replace-regexp-in-string'.
10664 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
10665 (tramp-smb-handle-copy-file): Improve error message.
10666 (tramp-smb-handle-rename-file): Rename directly only in case
10667 `newname' does not exist yet. This is a restriction of smbclient.
10668 (tramp-smb-maybe-open-connection): Rerun the function only when
10669 `auth-sources' is non-nil.
10670
10671 2013-09-08 Kenichi Handa <handa@gnu.org>
10672
10673 * international/characters.el: Set category "^" (Combining) for
10674 more characters.
10675
10676 2013-09-07 Alan Mackenzie <acm@muc.de>
10677
10678 Correctly fontify Java class constructors.
10679 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
10680 in Java Mode.
10681 (c-recognize-typeless-decls): Set the Java value to t.
10682 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10683 While handling a "(", add a check for, effectively, Java, and handle a
10684 "typeless" declaration there.
10685
10686 2013-09-07 Roland Winkler <winkler@gnu.org>
10687
10688 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
10689 field subtitle for entry type book.
10690
10691 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * minibuffer.el: Make minibuffer-complete call completion-in-region
10694 rather than other way around.
10695 (completion--some, completion-pcm--find-all-completions):
10696 Don't delay signals when debugging.
10697 (minibuffer-completion-contents): Beware fields within the
10698 minibuffer contents.
10699 (completion-all-sorted-completions): Use defvar-local.
10700 (completion--do-completion, completion--cache-all-sorted-completions)
10701 (completion-all-sorted-completions, minibuffer-force-complete):
10702 Add args `beg' and `end'.
10703 (completion--in-region-1): New fun, extracted from minibuffer-complete.
10704 (minibuffer-complete): Use completion-in-region.
10705 (completion-complete-and-exit): New fun, extracted from
10706 minibuffer-complete-and-exit.
10707 (minibuffer-complete-and-exit): Use it.
10708 (completion--complete-and-exit): Rename from
10709 minibuffer--complete-and-exit.
10710 (completion-in-region--single-word): New function, extracted from
10711 minibuffer-complete-word.
10712 (minibuffer-complete-word): Use it.
10713 (display-completion-list): Make `common-substring' argument obsolete.
10714 (completion--in-region): Call completion--in-region-1 instead of
10715 minibuffer-complete.
10716 (completion-help-at-point): Pass boundaries to
10717 minibuffer-completion-help as args rather than via an overlay.
10718 (completion-pcm--string->pattern): Use `any-delim'.
10719 (completion-pcm--optimize-pattern): New function.
10720 (completion-pcm--pattern->regex): Handle `any-delim'.
10721 * icomplete.el (icomplete-forward-completions)
10722 (icomplete-backward-completions, icomplete-completions):
10723 Adjust calls to completion-all-sorted-completions and
10724 completion--cache-all-sorted-completions.
10725 (icomplete-with-completion-tables): Default to t.
10726 * emacs-lisp/crm.el (crm--current-element): Rename from
10727 crm--select-current-element. Don't put an overlay but return the
10728 boundaries instead.
10729 (crm--completion-command): Take two new args to bind to the boundaries.
10730 (crm-completion-help): Adjust accordingly.
10731 (crm-complete): Use completion-in-region.
10732 (crm-complete-word): Use completion-in-region--single-word.
10733 (crm-complete-and-exit): Use completion-complete-and-exit.
10734
10735 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
10738 than dynamically.
10739
10740 2013-09-06 Juri Linkov <juri@jurta.org>
10741
10742 * info.el (Info-display-images-node): When image file doesn't exist
10743 display text version of the image if it's provided in the Info file.
10744 Otherwise, display the location of missing image from SRC attribute.
10745 Add help-echo text property from ALT attribute. (Bug#15279)
10746
10747 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
10750 (edit-abbrevs-mode): Use define-derived-mode.
10751
10752 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
10753 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
10754 that it's defined.
10755 (epa-key-list-mode, epa-key-mode, epa-info-mode):
10756 Use define-derived-mode.
10757
10758 * epg.el (epg-start-encrypt): Minor CSE simplification.
10759
10760 2013-09-06 William Xu <william.xwl@gmail.com>
10761
10762 * arc-mode.el: Add support for 7za (bug#15264).
10763 (archive-7z-program): New var.
10764 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10765 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
10766 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
10767
10768 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
10769
10770 Remove URL syntax.
10771
10772 * net/tramp.el (tramp-syntax, tramp-prefix-format)
10773 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
10774 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
10775 (tramp-postfix-host-format, tramp-file-name-regexp)
10776 (tramp-completion-file-name-regexp)
10777 (tramp-completion-dissect-file-name)
10778 (tramp-handle-substitute-in-file-name): Remove 'url case.
10779 (tramp-file-name-regexp-url)
10780 (tramp-completion-file-name-regexp-url): Remove constants.
10781
10782 2013-09-06 Glenn Morris <rgm@gnu.org>
10783
10784 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
10785
10786 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
10787
10788 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10789 keywords" below "here-doc beginnings" (Bug#15270).
10790
10791 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * subr.el (pop): Use `car-safe'.
10794 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10795 to detect unused `pop' return value.
10796
10797 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10798 var `block-regexp'.
10799 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10800 (python-fill-string): Remove unused var `marker'.
10801 (python-skeleton-add-menu-items): Remove unused var `items'.
10802
10803 * international/mule-cmds.el: Require CL.
10804 (find-coding-systems-for-charsets): Avoid add-to-list.
10805 (sanitize-coding-system-list): New function, extracted from
10806 select-safe-coding-system-interactively.
10807 (select-safe-coding-system-interactively): Use it.
10808 (read-input-method-name): Accept symbols for `default'.
10809
10810 * emacs-lisp/advice.el (defadvice): Add indent rule.
10811
10812 2013-09-05 Daniel Hackney <dan@haxney.org>
10813
10814 * dired-x.el:
10815 * net/ange-ftp.el:
10816 * net/browse-url.el:
10817 * net/dbus.el:
10818 * net/eudc.el:
10819 * net/eudcb-ldap.el:
10820 * net/eww.el:
10821 * net/imap.el:
10822 * printing.el:
10823 * vc/ediff-diff.el:
10824 * vc/ediff-init.el:
10825 * vc/ediff-merg.el:
10826 * vc/ediff-mult.el:
10827 * vc/ediff-util.el:
10828 * vc/ediff-wind.el:
10829 * vc/ediff.el:
10830 * vc/emerge.el:
10831 * vc/pcvs.el:
10832 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10833 byte compiler. Remove some unused let-bound variables.
10834
10835 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10838 a "ref-cell", since it gets better optimized (bug#14883).
10839
10840 2013-09-05 Glenn Morris <rgm@gnu.org>
10841
10842 * progmodes/cc-awk.el (c-forward-sws): Declare.
10843
10844 2013-09-04 Glenn Morris <rgm@gnu.org>
10845
10846 * generic-x.el [rul-generic-mode]: Require cc-mode.
10847 (c++-mode-syntax-table): Declare.
10848 (rul-generic-mode-syntax-table): Init in the defvar.
10849
10850 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10853 (vc-do-command, vc-set-async-update):
10854 * vc/vc-mtn.el (vc-mtn-dir-status):
10855 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10856 (vc-hg-pull, vc-hg-merge-branch):
10857 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10858 (vc-git-merge-branch):
10859 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10860 (vc-cvs-dir-status-files):
10861 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10862 (vc-bzr-dir-status-files):
10863 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10864 * vc/vc-annotate.el: Use lexical-binding.
10865 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10866 (vc-sentinel-movepoint): Declare.
10867 (vc-annotate): Don't use `goto-line'.
10868 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10869 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10870 (vc-sentinel-movepoint): Declare.
10871 * vc/vc-svn.el: Use lexical-binding.
10872 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10873 * vc/vc-sccs.el:
10874 * vc/vc-rcs.el: Use lexical-binding.
10875
10876 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10877 `deleted'. Don't drop errors silently.
10878
10879 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10880
10881 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
10882
10883 * vc/vc.el (vc-ignore): Rewrite.
10884 (vc-default-ignore): New function.
10885 (vc-default-ignore-completion-table): Use find-ignore-file.
10886
10887 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10888 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10889 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10890 Remove. Most code moved to vc.el.
10891
10892 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10895 * net/tramp-smb.el (tramp-smb-get-file-entries):
10896 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10897 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10898
10899 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10900 Update call to it.
10901 (eww-change-select): Remove unused var `properties'.
10902 (eww-make-unique-file-name): Remove unused var `base'.
10903
10904 * finder.el (finder-compile-keywords): Don't mess with windows.
10905
10906 * calculator.el (calculator-funcall): Fix typo in last change.
10907
10908 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10909
10910 * emacs-lisp/package.el (package-activate-1): Don't let a missing
10911 <pkg>-autoloads.el file stop us.
10912
10913 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10914 warnings, and factor out common code.
10915
10916 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
10917
10918 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10919 two-character operators and whether the character preceding them
10920 changes their meaning (Bug#15208).
10921
10922 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10923
10924 Format code sent to Python shell for robustness.
10925 * progmodes/python.el (python-shell-buffer-substring):
10926 New function.
10927 (python-shell-send-region, python-shell-send-buffer): Use it.
10928
10929 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
10930
10931 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10932 * net/tramp.el (tramp-user-error): ... here.
10933 (tramp-find-method, tramp-check-proper-host)
10934 (tramp-dissect-file-name, tramp-debug-message)
10935 (tramp-handle-shell-command):
10936 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10937 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10938
10939 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10940
10941 2013-09-02 Martin Rudalics <rudalics@gmx.at>
10942
10943 * avoid.el (mouse-avoidance-point-position)
10944 (mouse-avoidance-too-close-p): Handle case where posn-at-point
10945 returns nil.
10946
10947 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10948
10949 * progmodes/python.el (python-shell-completion-get-completions):
10950 Drop use of deleted `comint-last-prompt-overlay'.
10951 (python-nav-if-name-main): New command.
10952
10953 2013-09-01 Glenn Morris <rgm@gnu.org>
10954
10955 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10956 Avoid leading space in $wins. Otherwise the sed command used by
10957 eg compile-main ends up containing "/*.el". (Bug#15170)
10958
10959 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
10960
10961 2013-08-30 Glenn Morris <rgm@gnu.org>
10962
10963 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10964 Fix is-this-a-directory logic. (Bug#15220)
10965
10966 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * textmodes/css-mode.el: Use SMIE.
10969 (css-smie-grammar): New var.
10970 (css-smie--forward-token, css-smie--backward-token)
10971 (css-smie-rules): New functions.
10972 (css-mode): Use them.
10973 (css-navigation-syntax-table): Remove var.
10974 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10975 (css-indent-calculate, css-indent-line): Remove functions.
10976
10977 Misc changes to reduce use of `(lambda...); and other cleanups.
10978 * cus-edit.el: Use lexical-binding.
10979 (customize-push-and-save, customize-apropos)
10980 (custom-buffer-create-internal): Use closures.
10981 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10982 * progmodes/ada-xref.el: Use setq.
10983 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10984 * dframe.el: Use lexical-binding.
10985 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
10986 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10987 * descr-text.el: Use lexical-binding.
10988 (describe-text-widget, describe-text-sexp, describe-property-list):
10989 Use closures.
10990 * comint.el (comint-history-isearch-push-state): Use a closure.
10991 * calculator.el: Use lexical-binding.
10992 (calculator-number-to-string): Make it work with lexical-binding.
10993 (calculator-funcall): Same and use cl-letf.
10994
10995 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10996 (lisp--company-doc-string, lisp--company-location): New functions.
10997 (lisp-completion-at-point): Use them to improve Company support.
10998
10999 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
11000 params of lambda expressions.
11001 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
11002 (ruby-smie--opening-pipe-p): New function.
11003 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
11004 symbols and matched |...| for formal params.
11005 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
11006 from being treated as hanging. Handle "rescue".
11007
11008 2013-08-29 Glenn Morris <rgm@gnu.org>
11009
11010 * progmodes/cc-engine.el (c-pull-open-brace):
11011 Move definition before use.
11012
11013 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11016 are immutable. Don't use `unsafe' any more.
11017 (cl--defsubst-expand): Don't substitute at the same time as keeping
11018 a residual unused let-binding. Don't use `unsafe' any more.
11019
11020 2013-08-29 Glenn Morris <rgm@gnu.org>
11021
11022 * calendar/cal-china.el (calendar-chinese-year-cache):
11023 Recenter on 2015.
11024
11025 * nxml/nxml-util.el (nxml-debug-clear-inside):
11026 Use cl-loop rather than loop.
11027
11028 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11029
11030 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11031
11032 2013-08-28 Glenn Morris <rgm@gnu.org>
11033
11034 * progmodes/antlr-mode.el: No need to require cc-mode twice.
11035
11036 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11037
11038 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11039
11040 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * simple.el (repeat-complex-command--called-interactively-skip):
11043 New function.
11044 (repeat-complex-command): Use it (bug#14136).
11045
11046 * progmodes/cc-mode.el: Minor cleanup of var declarations.
11047 (c-define-abbrev-table): Add `doc' argument.
11048 (c-mode-abbrev-table, c++-mode-abbrev-table)
11049 (objc-mode-abbrev-table, java-mode-abbrev-table)
11050 (idl-mode-abbrev-table, pike-mode-abbrev-table)
11051 (awk-mode-abbrev-table): Use it.
11052 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11053 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11054 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11055 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11056 Move initialization into the declaration; and remove any
11057 autoload cookie.
11058
11059 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11060 and dynamic let binding.
11061
11062 * vc/smerge-mode.el: Remove redundant :group args.
11063
11064 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11065 to load-path.
11066
11067 2013-08-28 Juri Linkov <juri@jurta.org>
11068
11069 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11070 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11071 (isearch-other-meta-char): Handle an undefined shifted printing
11072 character by downshifting it. (Bug#15200)
11073
11074 2013-08-28 Juri Linkov <juri@jurta.org>
11075
11076 * isearch.el (isearch-search): Change regexp error message for
11077 non-regexp searches. (Bug#15166)
11078
11079 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
11080
11081 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11082 for portability to hosts where /bin/sh has problems.
11083
11084 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11087
11088 2013-08-27 Juri Linkov <juri@jurta.org>
11089
11090 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11091 in the keyboard macro. (Bug#15126)
11092
11093 2013-08-27 Juri Linkov <juri@jurta.org>
11094
11095 * isearch.el (isearch-quote-char): Comment out converting unibyte
11096 to multibyte, thus syncing with its `quoted-insert' counterpart.
11097 (Bug#15166)
11098
11099 2013-08-27 Martin Rudalics <rudalics@gmx.at>
11100
11101 * window.el (display-buffer-use-some-window): Add missing
11102 argument in call of get-largest-window (Bug#15185).
11103 Reported by Stephen Leake.
11104
11105 2013-08-27 Glenn Morris <rgm@gnu.org>
11106
11107 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11108
11109 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * progmodes/python.el (python-font-lock-keywords): Don't return nil
11112 from a matcher-function unless there's no more matches (bug#15161).
11113
11114 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
11115
11116 * minibuffer.el: Revert change from 2013-08-20.
11117
11118 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11119 with text property `tramp-default', if appropriate.
11120 (tramp-check-proper-host): New defun.
11121 (tramp-dissect-file-name): Do not check hostname. Revert change
11122 of 2013-03-18.
11123 (tramp-backtrace): Make VEC-OR-PROC optional.
11124
11125 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11126 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11127 * net/tramp-sh.el (tramp-maybe-open-connection):
11128 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11129 Apply `tramp-check-proper-host'.
11130
11131 2013-08-26 Tassilo Horn <tsdh@gnu.org>
11132
11133 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11134 lambda expression in order to have `describe-variable' display it.
11135
11136 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
11137
11138 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11139 BUF can be optional. (Bug#15186)
11140
11141 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
11142
11143 * progmodes/flymake.el (flymake-get-real-file-name-function):
11144 Fix broken customization. (Bug#15184)
11145
11146 2013-08-25 Alan Mackenzie <acm@muc.de>
11147
11148 Improve indentation of bracelists defined by macros (without "=").
11149
11150 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11151 expansion begins with "{", regard it as bracelist when it doesn't
11152 contain a ";".
11153
11154 Parse C++ inher-intro when there's a template split over 2 lines.
11155
11156 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11157 rigorously the search for "class" etc. followed by ":".
11158
11159 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11160 random languages a regexp which never matches rather than nil.
11161
11162 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11163
11164 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11165 (c-awk-regexp-one-line-possibly-open-char-list-re)
11166 (c-awk-one-line-possibly-open-regexp-re)
11167 (c-awk-one-line-non-syn-ws*-re): Remove.
11168 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11169 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11170 (c-awk-space*-unclosed-regexp-/-re): New constants.
11171 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11172 aren't regexp delimiters.
11173
11174 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11175 handling for a rare situation in AWK Mode involving unterminated
11176 strings/regexps.
11177
11178 2013-08-23 Glenn Morris <rgm@gnu.org>
11179
11180 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11181
11182 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11183
11184 * files.el (create-file-buffer): If the result would begin with
11185 spaces, prepend a "|" instead of removing them. (Bug#15162)
11186
11187 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11190 text-properties (bug#15155).
11191
11192 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11193 exist any more.
11194 (calc-keypad-redraw): Remove unused var `pad'.
11195 (calc-keypad-press): Remove unused var `menu'.
11196
11197 2013-08-23 Martin Rudalics <rudalics@gmx.at>
11198
11199 * window.el (display-buffer-pop-up-frame):
11200 Call pop-up-frame-function with BUFFER current so `make-frame' will
11201 use it as the new frame's buffer (Bug#15133).
11202
11203 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * calendar/timeclock.el: Minor cleanups.
11206 (timeclock-ask-before-exiting, timeclock-use-display-time):
11207 Use `symbol'.
11208 (timeclock-modeline-display): Define as alias before the
11209 actual definition.
11210 (timeclock-mode-line-display): Use define-minor-mode.
11211 (timeclock-day-list-template): Make it a function, add an argument.
11212 (timeclock-day-list-required, timeclock-day-list-length)
11213 (timeclock-day-list-debt, timeclock-day-list-span)
11214 (timeclock-day-list-break): Adjust calls accordingly.
11215
11216 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11219 Use read--expression so that completion works again.
11220
11221 2013-08-21 Sam Steingold <sds@gnu.org>
11222
11223 Add rudimentary inferior shell interaction
11224 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11225 (sh-set-shell): Reset it.
11226 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11227 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11228
11229 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * align.el: Use lexical-binding.
11232 (align-region): Simplify accordingly.
11233
11234 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
11235
11236 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11237
11238 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11239 `non-essential' up.
11240
11241 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
11242
11243 * net/tramp.el:
11244 * net/tramp-adb.el:
11245 * net/tramp-cmds.el:
11246 * net/tramp-ftp.el:
11247 * net/tramp-gvfs.el:
11248 * net/tramp-gw.el:
11249 * net/tramp-sh.el: Don't wrap external variable declarations by
11250 `eval-when-compile'.
11251
11252 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253
11254 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11255 now that Emacs supports ImageMagick animations.
11256
11257 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
11258
11259 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11260 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11261
11262 2013-08-16 Martin Rudalics <rudalics@gmx.at>
11263
11264 * window.el (mouse-autoselect-window-select): Do autoselect when
11265 mouse pointer is on margin.
11266
11267 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
11268
11269 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
11270
11271 2013-08-16 Glenn Morris <rgm@gnu.org>
11272
11273 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11274 Handle "Remote Directory" response of some clients. (Bug#15058)
11275
11276 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11277 Tweak warning. (Bug#14926)
11278
11279 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11280 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
11281
11282 * image-mode.el (image-mode-map): Add menu items to reverse,
11283 increase, decrease, reset animation speed.
11284 (image--set-speed, image-increase-speed, image-decrease-speed)
11285 (image-reverse-speed, image-reset-speed): New functions.
11286 (image-mode-map): Add bindings for speed commands.
11287
11288 * image.el (image-animate-get-speed, image-animate-set-speed):
11289 New functions.
11290 (image-animate-timeout): Respect image :speed property.
11291
11292 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11295 previous line (bug#15101).
11296 (debugger-eval-expression, debugger-record-expression):
11297 Use read--expression (bug#15102).
11298
11299 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
11300
11301 Remove byte compiler warnings, visible when compiling with
11302 `byte-compile-force-lexical-warnings' set to t.
11303
11304 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11305 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11306 (tramp-handle-unhandled-file-name-directory)
11307 (tramp-handle-file-notify-add-watch, tramp-action-login)
11308 (tramp-action-succeed, tramp-action-permission-denied)
11309 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11310 arguments with "_".
11311
11312 * net/tramp-adb.el (tramp-adb-parse-device-names)
11313 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11314 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11315 (tramp-adb-handle-file-truename): Remove unused arguments.
11316
11317 * net/tramp-cache.el (tramp-flush-directory-property)
11318 (tramp-flush-connection-property, tramp-list-connections)
11319 (tramp-parse-connection-properties): Prefix unused arguments with "_".
11320
11321 * net/tramp-compat.el (tramp-compat-make-temp-file):
11322 Rename FILENAME to F.
11323
11324 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11325 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11326 (tramp-zeroconf-parse-workstation-device-names)
11327 (tramp-zeroconf-parse-webdav-device-names)
11328 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11329
11330 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11331 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11332
11333 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11334 arguments.
11335 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11336 (tramp-sh-handle-insert-file-contents-literally)
11337 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11338 with "_".
11339 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11340 Remove unused variables.
11341
11342 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11343 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11344 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11345
11346 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11347 Make them a defconst.
11348 (tramp-uuencode-region): Remove unused variable.
11349
11350 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
11351
11352 * frameset.el (frameset--prop-setter): New function.
11353 (frameset-prop): Add gv-setter declaration.
11354 (frameset-filter-minibuffer): Deal with the case that the minibuffer
11355 parameter was already set in FILTERED. Doc fix.
11356 (frameset--record-minibuffer-relationships): Allow saving a
11357 minibufferless frame without its corresponding minibuffer frame.
11358 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11359 frame, if the frame id matches.
11360 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11361 frames before orphaned ones.
11362 (frameset-restore): Warn about orphaned windows, instead of error out.
11363
11364 2013-08-14 Martin Rudalics <rudalics@gmx.at>
11365
11366 * window.el (window-make-atom): Don't overwrite parameter
11367 already present.
11368 (display-buffer-in-atom-window): Handle special case where we
11369 split an already atomic window.
11370 (window--major-non-side-window, display-buffer-in-side-window)
11371 (window--side-check): Ignore minibuffer window when walking
11372 window tree.
11373 (window-deletable-p): Return 'frame only if no other frame uses
11374 our minibuffer window.
11375 (record-window-buffer): Run buffer-list-update-hook.
11376 (split-window): Make sure window--check-frame won't destroy an
11377 existing atomic window in case the new window gets nested
11378 inside.
11379 (display-buffer-at-bottom): Ignore minibuffer window when
11380 walking window tree. Don't split a side window.
11381 (pop-to-buffer): Don't set-buffer here, the select-window call
11382 should do that.
11383 (mouse-autoselect-window-select): Autoselect only if we are in the
11384 text portion of the window.
11385
11386 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11387
11388 * net/shr.el (shr-parse-image-data): New function to grab both the
11389 data itself and the Content-Type.
11390 (shr-put-image): Use it.
11391
11392 * net/eww.el (eww-display-image): Ditto.
11393
11394 * image.el (image-content-type-suffixes): New variable.
11395
11396 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11397
11398 * progmodes/python.el (python-imenu--build-tree)
11399 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11400
11401 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
11402
11403 * simple.el (backward-word): Mention the optional argument.
11404
11405 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * frameset.el (frameset--make): Rename constructor from make-frameset.
11408 (frameset-p, frameset-valid-p): Don't autoload.
11409 (frameset-valid-p): Use normal accessors.
11410
11411 2013-08-13 Glenn Morris <rgm@gnu.org>
11412
11413 * progmodes/compile.el (compile-command): Tweak example in doc.
11414 * obsolete/scribe.el (scribe-mode):
11415 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
11416
11417 * mail/feedmail.el (feedmail-confirm-outgoing)
11418 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11419
11420 * cus-start.el (truncate-partial-width-windows): Fix type.
11421
11422 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11423
11424 * net/shr.el (shr-table-horizontal-line): Fix custom type.
11425
11426 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * emacs-lisp/timer.el (timer--time-setter): New function.
11429 (timer--time): Use it as gv-setter.
11430
11431 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11432 setter is not a symbol.
11433
11434 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
11435
11436 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11437 if sending fails. This makes debugging easier.
11438
11439 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
11440
11441 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11442 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11443 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11444
11445 2013-08-12 Eli Zaretskii <eliz@gnu.org>
11446
11447 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11448
11449 2013-08-12 Glenn Morris <rgm@gnu.org>
11450
11451 * format.el (format-annotate-function):
11452 Handle read-only text properties in the source. (Bug#14887)
11453
11454 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11455
11456 * net/eww.el (eww-display-html): Ignore coding system errors.
11457 One web site uses "utf-8lias" as the coding system.
11458
11459 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
11462
11463 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
11466 (tutorial--detailed-help): Remove unused local variables.
11467 (tutorial--save-tutorial-to): Use ignore-errors.
11468 (help-with-tutorial): Use looking-at-p.
11469
11470 * view.el (view-buffer-other-window, view-buffer-other-frame):
11471 Mark unused arguments.
11472
11473 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
11474 (woman-select-symbol-fonts, woman, woman-find-file)
11475 (woman-insert-file-contents, woman-non-underline-faces):
11476 Use string-match-p.
11477 (woman1-unquote): Move declaration.
11478
11479 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
11480 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
11481 argument. Remove unused local variable.
11482 (xml-parse-elem-type): Use string-match-p.
11483 (xml-substitute-numeric-entities): Use ignore-errors.
11484
11485 * calculator.el (calculator): Mark unused argument.
11486 (calculator-paste, calculator-quit, calculator-integer-p):
11487 Use ignore-errors.
11488 (calculator-string-to-number, calculator-decimal, calculator-exp)
11489 (calculator-op-or-exp): Use string-match-p.
11490
11491 * dired.el (dired-buffer-more-recently-used-p): Declare.
11492 (dired-insert-set-properties, dired-insert-old-subdirs):
11493 Use ignore-errors.
11494
11495 * dired-aux.el (dired-compress): Use ignore-errors.
11496 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
11497 (dired-do-async-shell-command, dired-do-shell-command)
11498 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
11499 (dired-insert-subdir-validate): Use string-match-p.
11500 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
11501 (dired-add-entry): Use string-match-p, looking-at-p.
11502 (dired-insert-subdir-newpos): Remove unused local variable.
11503
11504 * filenotify.el (file-notify-callback): Remove unused local variable.
11505
11506 * filesets.el (filesets-error): Mark unused argument.
11507 (filesets-which-command-p, filesets-filter-dir-names)
11508 (filesets-directory-files, filesets-get-external-viewer)
11509 (filesets-ingroup-get-data): Use string-match-p.
11510
11511 * find-file.el (ff-other-file-name, ff-other-file-name)
11512 (ff-find-the-other-file, ff-cc-hh-converter):
11513 Remove unused local variables.
11514 (ff-get-file-name): Use string-match-p.
11515 (ff-all-dirs-under): Use ignore-errors.
11516
11517 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
11518 (follow-select-if-visible): Remove unused local variable.
11519
11520 * forms.el (read-file-filter): Move declaration.
11521 (forms--make-format, forms--make-parser, forms-insert-record):
11522 Quote function with #'.
11523 (forms--update): Use string-match-p. Quote function with #'.
11524
11525 * help-mode.el (help-dir-local-var-def): Mark unused argument.
11526 (help-make-xrefs): Use looking-at-p.
11527 (help-xref-on-pp): Use looking-at-p, ignore-errors.
11528
11529 * ibuffer.el (ibuffer-ext-visible-p): Declare.
11530 (ibuffer-confirm-operation-on): Use string-match-p.
11531
11532 * msb.el (msb-item-handler, msb-dired-item-handler):
11533 Mark unused arguments.
11534
11535 * ses.el (ses-decode-cell-symbol)
11536 (ses-kill-override): Remove unused local variable.
11537 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
11538 (ses-load): Use ignore-errors, looking-at-p.
11539 (ses-jump-safe): Use ignore-errors.
11540 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
11541
11542 * tabify.el (untabify, tabify): Mark unused arguments.
11543
11544 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
11545 Mark unused argument.
11546 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
11547 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
11548
11549 * emacs-lisp/timer.el (timer--time): Define setter with
11550 gv-define-setter to avoid deprecation warning.
11551
11552 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
11553 (*record-cmpl-statistics-p*): Remove (was commented out).
11554 (cmpl-statistics-block): Remove (body was commented out).
11555 All callers changed.
11556 (add-completions-from-buffer, load-completions-from-file):
11557 Remove unused variables.
11558
11559 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
11560
11561 * filecache.el (file-cache-delete-file-list):
11562 Print message only when told so.
11563 (file-cache-files-matching): Use #' in mapconcat argument.
11564
11565 * ffap.el (ffap-url-at-point): Fix reference to variable
11566 thing-at-point-default-mail-uri-scheme.
11567
11568 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * subr.el (define-error): New function.
11571 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
11572 error-file-not-found and define with define-error.
11573 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
11574 and define with define-error.
11575 * userlock.el (file-locked, file-supersession):
11576 * simple.el (mark-inactive):
11577 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
11578 * progmodes/ada-mode.el (ada-mode-errors):
11579 * play/life.el (life-extinct):
11580 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
11581 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
11582 * nxml/rng-util.el (rng-error):
11583 * nxml/rng-uri.el (rng-uri-error):
11584 * nxml/rng-match.el (rng-compile-error):
11585 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
11586 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
11587 * nxml/nxml-rap.el (nxml-scan-error):
11588 * nxml/nxml-outln.el (nxml-outline-error):
11589 * net/soap-client.el (soap-error):
11590 * net/gnutls.el (gnutls-error):
11591 * net/ange-ftp.el (ftp-error):
11592 * mpc.el (mpc-proc-error):
11593 * json.el (json-error, json-readtable-error, json-unknown-keyword)
11594 (json-number-format, json-string-escape, json-string-format)
11595 (json-key-format, json-object-format):
11596 * jka-compr.el (compression-error):
11597 * international/quail.el (quail-error):
11598 * international/kkc.el (kkc-error):
11599 * emacs-lisp/ert.el (ert-test-failed):
11600 * calc/calc.el (calc-error, inexact-result, math-overflow)
11601 (math-underflow):
11602 * bookmark.el (bookmark-error-no-filename):
11603 * epg.el (epg-error): Define with define-error.
11604
11605 * time.el (display-time-event-handler)
11606 (display-time-next-load-average): Don't call sit-for since it seems
11607 unnecessary (bug#15045).
11608
11609 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
11610 Use #' instead of ' to quote functions.
11611 (checkdoc-output-mode): Use setq-local.
11612 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
11613 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
11614 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
11615 (checkdoc-ispell, checkdoc-ispell-current-buffer)
11616 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
11617 (checkdoc-ispell-message-text, checkdoc-ispell-start)
11618 (checkdoc-ispell-continue, checkdoc-ispell-comments)
11619 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
11620
11621 * ido.el (ido-completion-help): Fix up compiler warning.
11622
11623 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
11624
11625 * frameset.el (frameset-p): Add autoload cookie.
11626 (frameset--jump-to-register): New function, based on code moved from
11627 register.el.
11628 (frameset-to-register): Move from register.el. Adapt to `registerv'.
11629
11630 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
11631 (frameset-restore, frameset-save, frameset-session-filter-alist):
11632 Remove declarations.
11633 (register-alist): Doc fix.
11634 (frameset-to-register): Move to frameset.el.
11635 (jump-to-register, describe-register-1): Remove frameset-specific code.
11636
11637 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11638
11639 * allout-widgets.el (allout-widgets-pre-command-business)
11640 (allout-widgets-post-command-business)
11641 (allout-widgets-after-change-handler)
11642 (allout-decorate-item-and-context, allout-set-boundary-marker)
11643 (allout-body-modification-handler)
11644 (allout-graphics-modification-handler): Mark ignored arguments.
11645 (allout-widgets-post-command-business)
11646 (allout-widgets-exposure-change-processor)
11647 (allout-widgets-exposure-undo-processor)
11648 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
11649 (allout-parse-item-at-point, allout-decorate-item-guides)
11650 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
11651 * allout.el (epa-passphrase-callback-function): Declare.
11652 (allout-overlay-insert-in-front-handler)
11653 (allout-overlay-interior-modification-handler)
11654 (allout-isearch-end-handler, allout-chart-siblings)
11655 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
11656 (allout-yank-processing, allout-process-exposed)
11657 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
11658 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
11659 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
11660 (lisp-indent-defform): Mark ignored arguments.
11661 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
11662 (calculate-lisp-indent): Remove unused variables.
11663 * international/characters.el (indian-2-column, arabic-2-column)
11664 (tibetan): Mark ignored arguments.
11665 (use-cjk-char-width-table): Mark ignored arguments.
11666 Remove unused variables.
11667 * international/fontset.el (build-default-fontset-data)
11668 (x-compose-font-name, create-fontset-from-fontset-spec):
11669 Mark ignored arguments.
11670 (fontset-plain-name): Remove unused variables.
11671 * international/mule.el (charset-id, charset-bytes, generic-char-p)
11672 (keyboard-coding-system): Mark ignored arguments.
11673 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
11674 * help.el (resize-temp-buffer-window):
11675 * window.el (display-buffer-in-major-side-window)
11676 (display-buffer-in-side-window, display-buffer-in-previous-window):
11677 Remove unused variables.
11678 * isearch.el (isearch-forward-symbol):
11679 * version.el (emacs-bzr-version-bzr):
11680 * international/mule-cmds.el (current-language-environment):
11681 * term/common-win.el (x-handle-iconic, x-handle-geometry)
11682 (x-handle-display):
11683 * term/pc-win.el (x-list-fonts, x-display-planes)
11684 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
11685 (x-server-version, x-display-screens, x-display-mm-height)
11686 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
11687 (x-selection-owner-p, x-own-selection-internal)
11688 (x-disown-selection-internal, x-get-selection-internal)
11689 (msdos-initialize-window-system):
11690 * term/tty-colors.el (tty-color-alist, tty-color-clear):
11691 * term/x-win.el (x-handle-no-bitmap-icon):
11692 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
11693 (vc-default-find-file-hook, vc-default-extra-menu):
11694 Mark ignored arguments.
11695
11696 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
11699 break-condition in the context of the debugged code (bug#12685).
11700
11701 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
11702
11703 * comint.el:
11704 Do not use an overlay to highlight the last prompt. (Bug#14744)
11705 (comint-mode): Make comint-last-prompt buffer local.
11706 (comint-last-prompt): New variable.
11707 (comint-last-prompt-overlay): Remove. Superseded by
11708 comint-last-prompt.
11709 (comint-snapshot-last-prompt, comint-output-filter):
11710 Use comint-last-prompt.
11711
11712 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11713
11714 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
11715 (frameset-save): Check validity of the resulting frameset.
11716
11717 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
11718
11719 * ido.el (ido-record-command): Add doc string.
11720
11721 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * frameset.el (frameset): Do not disable creation of the default
11724 frameset-p predicate. Doc fix.
11725 (frameset-valid-p): New function, copied from the old predicate-p.
11726 Add additional checks.
11727 (frameset-restore): Check with frameset-valid-p.
11728 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
11729 (frameset-name, frameset-description, frameset-properties)
11730 (frameset-states): Add docstring.
11731 (frameset-session-filter-alist, frameset-persistent-filter-alist)
11732 (frameset-filter-alist): Doc fixes.
11733
11734 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11735
11736 * frameset.el (frameset-p, frameset-prop): Doc fixes.
11737
11738 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
11741 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
11742 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
11743 (byte-compile-normal-call): Remove obsolescence check.
11744
11745 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11746
11747 * frameset.el (frameset-restore): Doc fix.
11748
11749 * register.el (frameset-frame-id, frameset-frame-with-id)
11750 (frameset-p, frameset-restore, frameset-save): Declare.
11751 (register-alist): Document framesets.
11752 (frameset-session-filter-alist): Declare.
11753 (frameset-to-register): New function.
11754 (jump-to-register): Implement jumping to framesets. Doc fix.
11755 (describe-register-1): Describe framesets.
11756
11757 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
11758
11759 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
11760
11761 * desktop.el (desktop-save-frameset): Use new frameset-save args.
11762 Use lexical-binding.
11763
11764 * frameset.el (frameset): Use type vector, not list (incompatible
11765 change). Do not declare a new constructor, use the default one.
11766 Upgrade suggested properties `app', `name' and `desc' to slots `app',
11767 `name' and `description', respectively, and add read-only slot
11768 `timestamp'. Doc fixes.
11769 (frameset-copy, frameset-persistent-filter-alist)
11770 (frameset-filter-alist, frameset-switch-to-gui-p)
11771 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
11772 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
11773 (frameset-filter-iconified, frameset-keep-original-display-p):
11774 Doc fixes.
11775 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
11776 Rename from frameset-filter-(save|restore)-param. All callers changed.
11777 Doc fix.
11778 (frameset-p): Adapt to change to vector and be more thorough.
11779 Change arg name to OBJECT. Doc fix.
11780 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
11781 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
11782 All callers changed.
11783 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11784 All callers changed.
11785 (frameset--record-minibuffer-relationships): Rename from
11786 frameset--process-minibuffer-frames. All callers changed.
11787 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11788 Use new default constructor (again). Doc fix.
11789 (frameset--find-frame-if): Rename from `frameset--find-frame'.
11790 All callers changed.
11791 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11792 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11793 Doc fix.
11794 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11795 PARAMETERS and WINDOW-STATE, respectively.
11796 (frameset-restore): Add new keyword argument PREDICATE.
11797 Reset frameset--target-display to nil. Doc fix.
11798
11799 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11802 (bat-mode): Use it.
11803 (bat-mode-syntax-table): Mark \n as end-of-comment.
11804 (bat-font-lock-keywords): Remove comment rule.
11805
11806 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
11807 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
11808
11809 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11810 (byte-compile-callargs-warn): Use `push'.
11811 (byte-compile-arglist-warn): Ignore higher-order "calls".
11812 (byte-compile-file-form-autoload): Use `pcase'.
11813 (byte-compile-function-form): If quoting a symbol, check that it exists.
11814
11815 2013-08-07 Eli Zaretskii <eliz@gnu.org>
11816
11817 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11818 and add a few popular commands found in batch files.
11819 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11820 (dos-mode): Doc fixes.
11821
11822 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11825 (dos-mode): Use setq-local. Add space after "rem".
11826 (dos-mode-syntax-table): Don't use "w" for symbol chars.
11827 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11828
11829 2013-08-07 Arni Magnusson <arnima@hafro.is>
11830
11831 * progmodes/dos.el: New file.
11832 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11833 dos-mode.
11834
11835 2013-08-06 Glenn Morris <rgm@gnu.org>
11836
11837 * calendar/calendar.el: Add new faces, and day-header-array.
11838 (calendar-weekday-header, calendar-weekend-header)
11839 (calendar-month-header): New faces.
11840 (calendar-day-header-construct): New function.
11841 (calendar-day-header-width): Also :set calendar-day-header-array.
11842 (calendar-american-month-header, calendar-european-month-header)
11843 (calendar-iso-month-header): Use calendar- faces.
11844 (calendar-generate-month):
11845 Use calendar-day-header-array for day headers; apply faces to them.
11846 (calendar-mode): Check calendar-font-lock-keywords non-nil.
11847 (calendar-abbrev-construct): Add optional maxlen argument.
11848 (calendar-day-name-array): Doc fix.
11849 (calendar-day-name-array, calendar-abbrev-length)
11850 (calendar-day-abbrev-array):
11851 Also :set calendar-day-header-array, and maybe redraw.
11852 (calendar-day-header-array): New option. (Bug#15007)
11853 (calendar-font-lock-keywords): Set to nil and make obsolete.
11854 (calendar-day-name): Add option to use header array.
11855
11856 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11857
11858 * net/shr.el (shr-render-td): Remove debugging.
11859 (shr-render-td): Make width computation consistent by defaulting
11860 all zero-width columns to 10 characters. This may not be optimal,
11861 but it's at least consistent.
11862 (shr-make-table-1): Redo last change to fix the real problem in
11863 colspan handling.
11864
11865 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11866
11867 * files.el (cache-long-line-scans):
11868 Make obsolete alias to `cache-long-scans'.
11869
11870 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * frameset.el (frameset, frameset-filter-alist)
11873 (frameset-filter-params, frameset-save, frameset--reuse-frame)
11874 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11875 (frameset-compute-pos): Rename from frameset--compute-pos,
11876 and add docstring.
11877 (frameset-move-onscreen): Use frameset-compute-pos.
11878 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11879
11880 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11881 Fix typos in docstrings.
11882
11883 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11884
11885 * frame.el (get-other-frame): Tiny cleanup.
11886
11887 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11888
11889 * vc/vc.el (vc-default-ignore-completion-table):
11890 Silence byte-compiler warning.
11891
11892 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11893 slot, which can indeed be nil.
11894 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11895 Move entry for `left' from persistent to live filter alist.
11896 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11897 Doc fixes.
11898 (frameset-filter-params): When restoring a frame, copy items added to
11899 `filtered', to avoid unwittingly modifying the original parameters.
11900 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
11901 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11902
11903 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11904 to use looking-at-p instead of looking-at. (Bug#15028)
11905
11906 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 Revert introduction of isearch-filter-predicates (bug#14714).
11909 Rely on add-function instead.
11910 * isearch.el (isearch-filter-predicates): Rename it back to
11911 isearch-filter-predicate.
11912 (isearch-message-prefix): Use advice-function-mapc and advice
11913 properties to get the isearch-message-prefix.
11914 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11915 instead of run-hook-with-args-until-failure.
11916 (isearch-filter-visible): Not obsolete any more.
11917 * loadup.el: Preload nadvice.
11918 * replace.el (perform-replace): Revert to funcall
11919 instead of run-hook-with-args-until-failure.
11920 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11921 * dired-aux.el (dired-isearch-filenames-mode): Rename from
11922 dired-isearch-filenames-toggle; make it into a proper minor mode.
11923 Use add/remove-function.
11924 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11925 Call the minor-mode rather than add/remove-hook.
11926 (dired-isearch-filter-filenames):
11927 Remove isearch-message-prefix property.
11928 * info.el (Info--search-loop): New function, extracted from Info-search.
11929 Funcall isearch-filter-predicate instead of
11930 run-hook-with-args-until-failure isearch-filter-predicates.
11931 (Info-search): Use it.
11932 (Info-mode): Use isearch-filter-predicate instead of
11933 isearch-filter-predicates.
11934
11935 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11936
11937 Do not call to `selected-window' where it is assumed by default.
11938 Affected functions are `window-minibuffer-p', `window-dedicated-p',
11939 `window-hscroll', `window-width', `window-height', `window-buffer',
11940 `window-frame', `window-start', `window-point', `next-window'
11941 and `window-display-table'.
11942 * abbrev.el (abbrev--default-expand):
11943 * bs.el (bs--show-with-configuration):
11944 * buff-menu.el (Buffer-menu-mouse-select):
11945 * calc/calc.el (calc):
11946 * calendar/calendar.el (calendar-generate-window):
11947 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11948 (diary-make-entry):
11949 * comint.el (send-invisible, comint-dynamic-complete-filename)
11950 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11951 * completion.el (complete):
11952 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11953 * disp-table.el (describe-current-display-table):
11954 * doc-view.el (doc-view-insert-image):
11955 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11956 * ehelp.el (with-electric-help):
11957 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11958 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11959 * emacs-lisp/helper.el (Helper-help-scroller):
11960 * emulation/cua-base.el (cua--post-command-handler-1):
11961 * eshell/esh-mode.el (eshell-output-filter):
11962 * ffap.el (ffap-gnus-wrapper):
11963 * help-macro.el (make-help-screen):
11964 * hilit-chg.el (highlight-compare-buffers):
11965 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11966 * hl-line.el (global-hl-line-highlight):
11967 * icomplete.el (icomplete-simple-completing-p):
11968 * isearch.el (isearch-done):
11969 * jit-lock.el (jit-lock-stealth-fontify):
11970 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11971 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11972 * mpc.el (mpc-tagbrowser, mpc):
11973 * net/rcirc.el (rcirc-any-buffer):
11974 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11975 * play/landmark.el (landmark-max-width, landmark-max-height):
11976 * play/zone.el (zone):
11977 * progmodes/compile.el (compilation-goto-locus):
11978 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11979 * progmodes/etags.el (find-tag-other-window):
11980 * progmodes/fortran.el (fortran-column-ruler):
11981 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11982 * progmodes/verilog-mode.el (verilog-point-text):
11983 * reposition.el (reposition-window):
11984 * rot13.el (toggle-rot13-mode):
11985 * server.el (server-switch-buffer):
11986 * shell.el (shell-dynamic-complete-command)
11987 (shell-dynamic-complete-environment-variable):
11988 * simple.el (insert-buffer, set-selective-display)
11989 (delete-completion-window):
11990 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11991 (speedbar-recenter):
11992 * startup.el (fancy-splash-head):
11993 * textmodes/ispell.el (ispell-command-loop):
11994 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11995 * tutorial.el (help-with-tutorial):
11996 * vc/add-log.el (add-change-log-entry):
11997 * vc/compare-w.el (compare-windows):
11998 * vc/ediff-help.el (ediff-indent-help-message):
11999 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
12000 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
12001 (ediff-setup-control-frame):
12002 * vc/emerge.el (emerge-position-region):
12003 * vc/pcvs-util.el (cvs-bury-buffer):
12004 * window.el (walk-windows, mouse-autoselect-window-select):
12005 * winner.el (winner-set-conf, winner-undo): Related users changed.
12006
12007 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * frameset.el (frameset--set-id): Doc fix.
12010 (frameset-frame-id, frameset-frame-id-equal-p)
12011 (frameset-locate-frame-id): New functions.
12012 (frameset--process-minibuffer-frames, frameset--reuse-frame)
12013 (frameset-restore): Use them.
12014
12015 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
12016
12017 Do not call to `selected-frame' where it is assumed by default.
12018 Affected functions are `raise-frame', `redraw-frame',
12019 `frame-first-window', `frame-terminal' and `delete-frame'.
12020 * calendar/appt.el (appt-disp-window):
12021 * epg.el (epg-wait-for-completion):
12022 * follow.el (follow-delete-other-windows-and-split)
12023 (follow-avoid-tail-recenter):
12024 * international/mule.el (set-terminal-coding-system):
12025 * mail/rmail.el (rmail-mail-return):
12026 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12027 * progmodes/f90.el (f90-add-imenu-menu):
12028 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12029 * server.el (server-switch-buffer):
12030 * simple.el (delete-completion-window):
12031 * talk.el (talk):
12032 * term/xterm.el (terminal-init-xterm-modify-other-keys)
12033 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12034 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12035 * vc/ediff.el (ediff-documentation): Related users changed.
12036 * frame.el (selected-terminal): Remove the leftover.
12037
12038 2013-08-05 Glenn Morris <rgm@gnu.org>
12039
12040 * calendar/calendar.el (calendar-generate-month):
12041 Fix for calendar-column-width != 1 + calendar-day-digit-width.
12042 (calendar-generate-month, calendar-font-lock-keywords):
12043 Fix for calendar-day-header-width > length of any day name.
12044
12045 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
12046
12047 * desktop.el (desktop-clear): Use new name of sort predicate.
12048
12049 * frameset.el (frameset): Add docstring. Move :version property to its
12050 own `version' slot.
12051 (frameset-copy): Rename from copy-frameset.
12052 (frameset-p): Check more thoroughly.
12053 (frameset-prop): Do not check for :version, which is no longer a prop.
12054 (frameset-live-filter-alist, frameset-persistent-filter-alist):
12055 Use new :never value instead of t.
12056 (frameset-filter-alist): Expand and clarify docstring.
12057 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12058 (frameset-filter-minibuffer, frameset-filter-save-param)
12059 (frameset-filter-restore-param, frameset-filter-iconified):
12060 Add pointer to docstring of frameset-filter-alist.
12061 (frameset-filter-params): Rename filter values to be more meaningful:
12062 :never instead of t, and reverse the meanings of :save and :restore.
12063 (frameset--process-minibuffer-frames): Clarify error message.
12064 (frameset-save): Avoid unnecessary and confusing call to framep.
12065 Use new BOA constructor for framesets.
12066 (frameset--reuse-list): Doc fix.
12067 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
12068 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12069 (frameset-minibufferless-first-p): Doc fix.
12070 Rename from frameset-sort-frames-for-deletion.
12071 (frameset-restore): Doc fixes. Use new function names.
12072 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12073
12074 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
12075
12076 * desktop.el (desktop-restore-forces-onscreen)
12077 (desktop-restore-reuses-frames): Document :keyword constant values.
12078 (desktop-filter-parameters-alist): Remove, now identical to
12079 frameset-filter-alist.
12080 (desktop--filter-tty*): Remove, moved to frameset.el.
12081 (desktop-save-frameset, desktop-restore-frameset):
12082 Do not pass :filters argument.
12083
12084 * frameset.el (frameset-live-filter-alist)
12085 (frameset-persistent-filter-alist): New variables.
12086 (frameset-filter-alist): Use them. Add autoload cookie.
12087 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12088 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12089 `frameset--id' (it's supposed to be internal to frameset.el).
12090 (frameset--process-minibuffer-frames): Ditto. Doc fix.
12091 (frameset--initial-params): New function.
12092 (frameset--get-frame): Use it. Doc fix.
12093 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12094 Accept :all, not 'all.
12095 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12096 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
12097 with fbound symbols. Fix frame id matching, and remove matching ids if
12098 the frame being restored is deleted. Obey :delete.
12099
12100 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * subr.el (macrop): New function.
12103 (text-clone--maintaining): New var.
12104 (text-clone--maintain): Rename from text-clone-maintain. Use it
12105 instead of inhibit-modification-hooks.
12106
12107 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12108 a proxy, so as handle autoloads and redefinitions of the target.
12109 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12110
12111 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12112 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
12113 (pcase--mutually-exclusive-p): New function.
12114 (pcase--split-consp): Use it.
12115 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
12116 mutually exclusive with the current predicate.
12117
12118 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12119 (edebug-macrop): Remove. Use `macrop' instead.
12120 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
12121 (ad-macro-p):
12122 * eshell/esh-cmd.el (eshell-macrop):
12123 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
12124
12125 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12128 (advice-mapc): New function, using it.
12129 (advice-function-member-p): New function.
12130 (advice--normalize): Store the cdr in advice--saved-rewrite since
12131 that's the part that will be changed.
12132 (advice--symbol-function): New function.
12133 (advice-remove): Handle removal before the function is defined.
12134 Adjust to new advice--saved-rewrite.
12135 (advice-member-p): Use advice-function-member-p and
12136 advice--symbol-function.
12137
12138 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
12139
12140 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12141 (frameset-filter-minibuffer): Doc fix.
12142 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
12143 (frameset--set-id, frameset--process-minibuffer-frames)
12144 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12145 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12146
12147 * desktop.el (desktop-clear): Only delete frames when called
12148 interactively and desktop-restore-frames is non-nil. Doc fix.
12149 (desktop-read): Set desktop-saved-frameset to nil.
12150
12151 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
12152
12153 * vc/vc.el (vc-ignore): Rewrite.
12154 (vc-default-ignore-completion-table, vc--read-lines)
12155 (vc--add-line, vc--remove-regexp): New functions.
12156
12157 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12158 (vc-svn-ignore-completion-table): New function.
12159
12160 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12161 (vc-hg-ignore-completion-table)
12162 (vc-hg-find-ignore-file): New functions.
12163
12164 * vc/vc-git.el (vc-git-ignore): Rewrite.
12165 (vc-git-ignore-completion-table)
12166 (vc-git-find-ignore-file): New functions.
12167
12168 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12169
12170 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12171 (vc-bzr-ignore-completion-table)
12172 (vc-bzr-find-ignore-file): New functions.
12173
12174 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
12175
12176 * frameset.el (frameset-prop): New function and setter.
12177 (frameset-save): Do not modify frame list passed by the caller.
12178
12179 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12182
12183 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12186 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12187
12188 * custom.el (custom-initialize-default, custom-initialize-set)
12189 (custom-initialize-reset, custom-initialize-changed): Affect the
12190 toplevel-default-value (bug#6275, bug#14586).
12191 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12192 for bug#6275.
12193
12194 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
12195
12196 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12197 Add cl-def* expressions.
12198
12199 * frameset.el (frameset-filter-params): Fix order of arguments.
12200
12201 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
12202
12203 Move code related to saving frames to frameset.el.
12204 * desktop.el: Require frameset.
12205 (desktop-restore-frames): Doc fix.
12206 (desktop-restore-reuses-frames): Rename from
12207 desktop-restoring-reuses-frames.
12208 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12209 (desktop-clear): Clear frames too.
12210 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12211 (desktop--filter-tty*, desktop-save, desktop-read):
12212 Use frameset functions.
12213 (desktop-before-saving-frames-functions, desktop--filter-*-color)
12214 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12215 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12216 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12217 (desktop--process-minibuffer-frames, desktop-save-frames)
12218 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12219 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12220 (desktop--sort-states, desktop-restoring-frames-p)
12221 (desktop-restore-frames): Remove. Most code moved to frameset.el.
12222 (desktop-restoring-frameset-p, desktop-restore-frameset)
12223 (desktop--check-dont-save, desktop-save-frameset): New functions.
12224 (desktop--app-id): New constant.
12225 (desktop-first-buffer, desktop-buffer-ok-count)
12226 (desktop-buffer-fail-count): Move before first use.
12227 * frameset.el: New file.
12228
12229 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * files.el: Use lexical-binding.
12232 (dir-locals-read-from-file): Remove unused `err' variable.
12233 (hack-dir-local-variables--warned-coding): New var.
12234 (hack-dir-local-variables): Use it to avoid repeated warnings.
12235 (make-backup-file-name--default-function): New function.
12236 (make-backup-file-name-function): Use it as default.
12237 (buffer-stale--default-function): New function.
12238 (buffer-stale-function): Use it as default.
12239 (revert-buffer-insert-file-contents--default-function): New function.
12240 (revert-buffer-insert-file-contents-function): Use it as default.
12241 (insert-directory): Avoid add-to-list.
12242
12243 * autorevert.el (auto-revert-handler): Simplify.
12244 Use buffer-stale--default-function.
12245
12246 2013-08-01 Tassilo Horn <tsdh@gnu.org>
12247
12248 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12249
12250 * whitespace.el (whitespace-ensure-local-variables): New function.
12251 (whitespace-cleanup-region): Call it.
12252 (whitespace-turn-on): Call it.
12253
12254 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
12255
12256 Complete file name handlers.
12257
12258 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12259 (tramp-handle-verify-visited-file-modtime)
12260 (tramp-handle-file-notify-rm-watch): New functions.
12261 (tramp-call-process): Do not bind `default-directory'.
12262
12263 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12264 Order alphabetically.
12265 <access-file, add-name-to-file, dired-call-process>:
12266 <dired-compress-file, file-acl, file-notify-rm-watch>:
12267 <file-ownership-preserved-p, file-selinux-context>:
12268 <make-directory-internal, make-symbolic-link, set-file-acl>:
12269 <set-file-selinux-context, set-visited-file-modtime>:
12270 <verify-visited-file-modtime>: Add handler.
12271 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12272
12273 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12274 <file-notify-add-watch, file-notify-rm-watch>:
12275 <set-file-times, set-visited-file-modtime>:
12276 <verify-visited-file-modtime>: Add handler.
12277 (with-tramp-gvfs-error-message)
12278 (tramp-gvfs-handle-set-visited-file-modtime)
12279 (tramp-gvfs-fuse-file-name): Remove.
12280 (tramp-gvfs-handle-file-notify-add-watch)
12281 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12282 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12283
12284 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12285 Order alphabetically.
12286 <file-notify-rm-watch>: Use default Tramp handler.
12287 <executable-find>: Remove private handler.
12288 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12289 `default-directory'.
12290 (tramp-sh-handle-executable-find)
12291 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12292 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12293 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12294 Do not use `format' in `tramp-message'.
12295
12296 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12297 <file-notify-rm-watch, set-visited-file-modtime>:
12298 <verify-visited-file-modtime>: Add handler.
12299 (tramp-smb-call-winexe): Do not bind `default-directory'.
12300
12301 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
12302
12303 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12304
12305 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
12306
12307 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12308 use it.
12309 (log-view-diff-changeset): Same.
12310 (log-view-diff-common): Call backend command `previous-revision'
12311 to find out the previous revision, in both cases. Swap the
12312 variables `to' and `fr', so that `fr' usually refers to the
12313 earlier revision (Bug#14989).
12314
12315 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
12316
12317 * ibuf-ext.el (ibuffer-filter-by-filename):
12318 Make it work with dired buffers too.
12319
12320 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
12321
12322 * emacs-lisp/re-builder.el (reb-color-display-p):
12323 * files.el (save-buffers-kill-terminal):
12324 * net/browse-url.el (browse-url):
12325 * server.el (server-save-buffers-kill-terminal):
12326 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12327 Prefer nil to selected-frame for the first arg of frame-parameter.
12328
12329 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
12330
12331 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12332
12333 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
12334
12335 * minibuffer.el (completion--twq-all): Try and preserve each
12336 completion's case choice (bug#14907).
12337
12338 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12339
12340 * net/network-stream.el (open-network-stream): Mention the new
12341 :nogreeting parameter.
12342 (network-stream-open-starttls): Use the :nogreeting parameter
12343 (bug#14938).
12344
12345 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12346
12347 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12348 more natural than popping.
12349
12350 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12351 (shr-urlify): Highlight under mouse.
12352
12353 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
12354
12355 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12356
12357 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12358
12359 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
12360 buffer for output.
12361
12362 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
12363 point-min==1. Fix search string. Fix parentheses missing.
12364
12365 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
12366 assume point-min==1. Fix search string. Fix parentheses missing.
12367
12368 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12369
12370 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
12371 buffer for output.
12372
12373 2013-07-29 Eli Zaretskii <eliz@gnu.org>
12374
12375 * frame.el (frame-notice-user-settings): Avoid inflooping when the
12376 initial frame is minibuffer-less. (Bug#14841)
12377
12378 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
12379
12380 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12381 option.
12382
12383 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12384 (tramp-maybe-open-connection): Use it.
12385
12386 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
12387
12388 * desktop.el (desktop--make-frame): Include `minibuffer' in the
12389 minimal set of parameters passed when creating a frame, because
12390 the minibuffer status of a frame cannot be changed later.
12391
12392 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
12393
12394 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12395 replace-regexp-in-string and inadvertent omissions in previous change.
12396 (todo-filter-items): Ensure only file names are comma-separated in
12397 name of filtered items buffer.
12398
12399 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * desktop.el: Optionally force offscreen frames back onscreen.
12402 (desktop-restoring-reuses-frames): New option.
12403 (desktop--compute-pos, desktop--move-onscreen): New functions.
12404 (desktop--make-frame): Use desktop--move-onscreen.
12405
12406 2013-07-27 Alan Mackenzie <acm@muc.de>
12407
12408 Fontify a Java generic method as a function.
12409 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12410 value to t.
12411
12412 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
12413
12414 * calendar/todo-mode.el: Add command to rename todo files.
12415 (todo-rename-file): New command.
12416 (todo-key-bindings-t): Add key binding for it. Change the
12417 bindings of todo-filter-regexp-items(-multifile) to use `x'
12418 instead of `r', since the latter is better suited to the new
12419 renaming command.
12420
12421 2013-07-27 Alan Mackenzie <acm@muc.de>
12422
12423 Make Java try-with-resources statement parse properly.
12424 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12425 (c-block-stmt-1-2-key): New language constants/variables.
12426 * progmodes/cc-engine.el (c-beginning-of-statement-1)
12427 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12428 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12429 with c-block-stmt-1-2-key.
12430
12431 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
12432
12433 * desktop.el (desktop--make-frame): Apply most frame parameters after
12434 creating the frame to force (partially or totally) offscreen frames to
12435 be restored as such.
12436
12437 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
12438
12439 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12440 (Bug#14948)
12441
12442 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12445 `base' arg of backtrace-frame.
12446
12447 2013-07-26 Eli Zaretskii <eliz@gnu.org>
12448
12449 * simple.el (list-processes): Doc fix.
12450
12451 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
12452
12453 * desktop.el (desktop--select-frame):
12454 Try harder to reuse existing frames.
12455
12456 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
12459 (edebug-eval): Use backtrace-eval.
12460 (edebug--display, edebug--recursive-edit): Don't let-bind the
12461 edebug-outer-* vars that keep track of variables we locally let-bind.
12462 (edebug-outside-excursion): Don't restore outside values of locally
12463 let-bound vars.
12464 (edebug--display): Use user-error.
12465 (cl-lexical-debug, cl-debug-env): Remove.
12466
12467 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
12468
12469 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
12470 are restored to be sure that they are visible before deleting any
12471 remaining ones.
12472
12473 2013-07-26 Matthias Meulien <orontee@gmail.com>
12474
12475 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
12476 vc-print-root-log. (Bug#14948)
12477
12478 2013-07-26 Richard Stallman <rms@gnu.org>
12479
12480 Add aliases for encrypting mail.
12481 * epa.el (epa-mail-aliases): New option.
12482 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
12483 Bind inhibit-read-only so read-only text doesn't ruin everything.
12484 (epa-mail-default-recipients): New subroutine broken out.
12485 Handle epa-mail-aliases.
12486
12487 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12488
12489 Add support for lexical variables to the debugger's `e' command.
12490 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
12491 vars, except for debugger-outer-match-data.
12492 (debugger-frame-number): Move check for "on a function call" from
12493 callers into it. Add `skip-base' argument.
12494 (debugger-frame, debugger-frame-clear): Simplify accordingly.
12495 (debugger-env-macro): Only reset the state stored in non-variables,
12496 i.e. current-buffer and match-data.
12497 (debugger-eval-expression): Rewrite using backtrace-eval.
12498 * subr.el (internal--called-interactively-p--get-frame): Remove.
12499 (called-interactively-p):
12500 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
12501 `base' arg of backtrace-frame instead.
12502
12503 2013-07-26 Glenn Morris <rgm@gnu.org>
12504
12505 * align.el (align-regexp): Doc fix. (Bug#14857)
12506 (align-region): Explicit error if subexpression missing/does not match.
12507
12508 * simple.el (global-visual-line-mode):
12509 Do not duplicate the mode lighter. (Bug#14858)
12510
12511 2013-07-25 Martin Rudalics <rudalics@gmx.at>
12512
12513 * window.el (display-buffer): In display-buffer bind
12514 split-window-keep-point to t, bug#14829.
12515
12516 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
12517
12518 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
12519 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
12520 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
12521 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12522 Change accordingly.
12523 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12524 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
12525
12526 2013-07-25 Glenn Morris <rgm@gnu.org>
12527
12528 * dired-x.el (dired-mark-extension): Convert comment to doc string.
12529
12530 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
12531
12532 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
12533 parameter to modify-frame-parameters if the value has not changed;
12534 this is a workaround for bug#14949.
12535 (desktop--make-frame): On cl-delete-if call, check parameter name,
12536 not full parameter.
12537
12538 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
12539
12540 * vc/vc.el (vc-ignore): New function.
12541
12542 * vc/vc-svn.el (vc-svn-ignore): New function.
12543
12544 * vc/vc-hg.el (vc-hg-ignore): New function.
12545
12546 * vc/vc-git.el (vc-git-ignore): New function.
12547
12548 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
12549 (vc-dir-ignore): New function.
12550
12551 * vc/vc-cvs.el (vc-cvs-ignore): New function.
12552 (cvs-append-to-ignore): Move here from pcvs.el.
12553
12554 * vc/vc-bzr.el (vc-bzr-ignore): New function.
12555
12556 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
12557
12558 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
12559
12560 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
12561 (desktop-restore-frames): Warn when deleting an existing frame failed.
12562
12563 2013-07-24 Glenn Morris <rgm@gnu.org>
12564
12565 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
12566
12567 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
12568
12569 * filenotify.el (file-notify-supported-p):
12570 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12571 Remove functions.
12572
12573 * autorevert.el (auto-revert-use-notify)
12574 (auto-revert-notify-add-watch):
12575 * net/tramp.el (tramp-file-name-for-operation):
12576 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12577 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12578 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12579 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12580 Remove `file-notify-supported-p' entry.
12581
12582 2013-07-24 Glenn Morris <rgm@gnu.org>
12583
12584 * printing.el: Replace all uses of deleted ps-windows-system,
12585 ps-lp-system, ps-flatten-list with lpr- versions.
12586
12587 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
12590 checked with memq (bug#14935).
12591
12592 * files.el (revert-buffer-function): Use a non-nil default.
12593 (revert-buffer-preserve-modes): Declare var to
12594 provide access to the `preserve-modes' argument.
12595 (revert-buffer): Let-bind it.
12596 (revert-buffer--default): New function, extracted from revert-buffer.
12597
12598 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * lpr.el: Signal print errors more prominently.
12601 (print-region-function): Don't default to nil.
12602 (lpr-print-region): New function, extracted from print-region-1.
12603 Check lpr's return value and signal an error in case of problem.
12604 (print-region-1): Use it.
12605 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
12606 versions instead.
12607 (ps-printer-name): Default to nil.
12608 (ps-printer-name-option): Default to lpr-printer-switch.
12609 (ps-print-region-function): Don't default to nil.
12610 (ps-postscript-code-directory): Simplify default.
12611 (ps-do-despool): Use lpr-print-region to properly check the outcome.
12612 (ps-string-list, ps-eval-switch, ps-flatten-list)
12613 (ps-flatten-list-1): Remove.
12614 (ps-multibyte-buffer): Avoid setq.
12615 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
12616 (print-region-function, ps-print-region-function): Don't set them here.
12617
12618 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
12619
12620 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
12621 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
12622 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
12623 (ido-decorations): Doc fix.
12624
12625 * ansi-color.el: Fix old URL.
12626
12627 2013-07-23 Michael R. Mauger <michael@mauger.com>
12628
12629 * progmodes/sql.el: Version 3.3
12630 (sql-product-alist): Improve oracle :prompt-cont-regexp.
12631 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
12632 (sql-interactive-remove-continuation-prompt): Rewrite, use
12633 functions above. Fix continuation prompt and complete output line
12634 handling.
12635 (sql-redirect-one, sql-execute): Use `read-only-mode' on
12636 redirected output buffer.
12637 (sql-mode): Restore deleted code (Bug#13591).
12638
12639 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
12640
12641 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
12642
12643 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
12644
12645 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
12646
12647 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12648 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12649 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
12650
12651 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
12652
12653 * desktop.el (desktop-clear): Simplify; remove useless checks
12654 against invalid buffer names.
12655 (desktop-list*): Use cl-list*.
12656 (desktop-buffer-info, desktop-create-buffer): Simplify.
12657
12658 2013-07-23 Leo Liu <sdl.web@gmail.com>
12659
12660 * bookmark.el (bookmark-make-record): Restore NAME as a default
12661 value. (Bug#14933)
12662
12663 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * emacs-lisp/autoload.el (autoload--setup-output): New function,
12666 extracted from autoload--insert-text.
12667 (autoload--insert-text): Remove.
12668 (autoload--print-cookie-text): New function, extracted from
12669 autoload--insert-cookie-text.
12670 (autoload--insert-cookie-text): Remove.
12671 (autoload-generate-file-autoloads): Adjust calls accordingly.
12672
12673 * winner.el (winner-hook-installed-p): Remove.
12674 (winner-mode): Simplify accordingly.
12675
12676 * subr.el (add-to-list): Fix compiler-macro when `append' is
12677 not constant. Don't use `cl-member' for the base case.
12678
12679 * progmodes/subword.el: Fix boundary case (bug#13758).
12680 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
12681 own group.
12682 (subword-backward-regexp): Make it a constant.
12683 (subword-forward-internal): Don't treat a trailing capital as the
12684 beginning of a word.
12685
12686 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12687
12688 * emacs-lisp/package.el (package-menu-mode): Don't modify the
12689 global value of tabulated-list-revert-hook (bug#14930).
12690
12691 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
12692
12693 * desktop.el: Require 'cl-lib.
12694 (desktop-before-saving-frames-functions): New hook.
12695 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
12696 for frames being saved. Rename from desktop--save-minibuffer-frames.
12697 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
12698 Do not save frames with non-nil `desktop-dont-save' parameter.
12699 Filter out deleted frames.
12700 (desktop--find-frame): Use cl-find-if.
12701 (desktop--select-frame): Use cl-(first|second|third) to access values
12702 of desktop-mini.
12703 (desktop--make-frame): Use cl-delete-if.
12704 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
12705 (desktop-restore-frames): Use cl-(first|second|third) to access values
12706 of desktop-mini. Look for visible frame at the end, not while
12707 restoring frames.
12708
12709 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
12710 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
12711 Use string-match-p, looking-at-p (bug#14927).
12712
12713 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
12714
12715 * desktop.el (desktop-saved-frame-states):
12716 Rename from desktop--saved-states; all users changed.
12717 (desktop-save-frames): Rename from desktop--save-frames.
12718 Do not save state to desktop file.
12719 (desktop-save): Save desktop-saved-frame-states to desktop file
12720 and reset to nil.
12721 (desktop-restoring-frames-p): New function.
12722 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
12723 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
12724 buffer-lists when restoring frames. Suggested by Martin Rudalics.
12725
12726 * desktop.el: Correctly restore iconified frames.
12727 (desktop--filter-iconified-position): New function.
12728 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
12729
12730 2013-07-20 Glenn Morris <rgm@gnu.org>
12731
12732 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
12733 Let `message' do the formatting.
12734 (def-gdb-preempt-display-buffer): Add explicit format.
12735
12736 * image-dired.el (image-dired-track-original-file):
12737 Use with-current-buffer.
12738 (image-dired-track-thumbnail): Use with-current-buffer.
12739 Avoid changing point of wrong window.
12740
12741 * image-dired.el (image-dired-track-original-file):
12742 Avoid changing point of wrong window. (Bug#14909)
12743
12744 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
12745
12746 * progmodes/gdb-mi.el (gdb-done-or-error):
12747 Guard against "%" in gdb output. (Bug#14127)
12748
12749 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
12750
12751 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
12752 (Bug#14826)
12753
12754 * international/mule.el (coding-system-iso-2022-flags): Fix last
12755 change.
12756
12757 2013-07-20 Kenichi Handa <handa@gnu.org>
12758
12759 * international/mule.el (coding-system-iso-2022-flags):
12760 Add `8-bit-level-4'. (Bug#8522)
12761
12762 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12763
12764 * net/shr.el (shr-mouse-browse-url): New command and keystroke
12765 (bug#14815).
12766
12767 * net/eww.el (eww-process-text-input): Allow inputting when the
12768 point is at the start of the line, as the properties aren't
12769 front-sticky.
12770
12771 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
12772 degenerate widths.
12773
12774 2013-07-19 Richard Stallman <rms@gnu.org>
12775
12776 * epa.el (epa-popup-info-window): Doc fix.
12777
12778 * subr.el (split-string): New arg TRIM.
12779
12780 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
12783 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12784
12785 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
12786
12787 * filenotify.el (file-notify--library): Rename from
12788 `file-notify-support'. Do not autoload. Adapt all uses.
12789 (file-notify-supported-p): New defun.
12790
12791 * autorevert.el (auto-revert-use-notify):
12792 Use `file-notify-supported-p' instead of `file-notify-support'.
12793 Adapt docstring.
12794 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12795
12796 * net/tramp.el (tramp-file-name-for-operation):
12797 Add `file-notify-supported-p'.
12798
12799 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12800 New defun.
12801 (tramp-sh-file-name-handler-alist): Add it as handler for
12802 `file-notify-supported-p '.
12803
12804 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12805 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12806 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12807 Add `ignore' as handler for `file-notify-*' functions.
12808
12809 2013-07-17 Eli Zaretskii <eliz@gnu.org>
12810
12811 * simple.el (line-move-partial, line-move): Don't start vscroll or
12812 scroll-up if the current line is not taller than the window.
12813 (Bug#14881)
12814
12815 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
12816
12817 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12818 highlight question marks in the method names as strings.
12819 (ruby-block-beg-keywords): Inline.
12820 (ruby-font-lock-keyword-beg-re): Extract from
12821 `ruby-font-lock-keywords'.
12822
12823 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
12824
12825 * frame.el (blink-cursor-blinks): New defcustom.
12826 (blink-cursor-blinks-done): New defvar.
12827 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12828 (blink-cursor-timer-function): Check if number of blinks has been
12829 done on X and NS.
12830 (blink-cursor-suspend, blink-cursor-check): New defuns.
12831
12832 2013-07-15 Glenn Morris <rgm@gnu.org>
12833
12834 * edmacro.el (edmacro-format-keys): Fix previous change.
12835
12836 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
12837
12838 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12839 The hack didn't work outside English locales anyway.
12840
12841 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
12842
12843 * simple.el (define-alternatives): Rename from alternatives-define,
12844 per RMS' suggestion.
12845
12846 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
12847
12848 * desktop.el (desktop-restore-frames): Change default to t.
12849 (desktop-restore-in-current-display): Now offer more options.
12850 (desktop-restoring-reuses-frames): New customization option.
12851 (desktop--saved-states): Doc fix.
12852 (desktop-filter-parameters-alist): New variable, renamed and expanded
12853 from desktop--excluded-frame-parameters.
12854 (desktop--target-display): New variable.
12855 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12856 (desktop--filter-tty*, desktop--filter-*-color)
12857 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12858 (desktop--filter-save-desktop-parm)
12859 (desktop-restore-in-original-display-p): New functions.
12860 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12861 (desktop--save-minibuffer-frames): New function, inspired by a similar
12862 function from Martin Rudalics.
12863 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12864 (desktop--restore-in-this-display-p): Remove.
12865 (desktop--find-frame): Rename from desktop--find-frame-in-display
12866 and add predicate argument.
12867 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12868 (desktop--reuse-list): New variable.
12869 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12870 New functions.
12871 (desktop--restore-frames): Add support for "minibuffer-special" frames.
12872
12873 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
12874
12875 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12876
12877 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
12878
12879 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12880 Highlight conversion methods on Kernel.
12881
12882 2013-07-13 Alan Mackenzie <acm@muc.de>
12883
12884 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12885 and comment it out. This out-commenting enables certain C++
12886 declarations to be parsed correctly.
12887
12888 2013-07-13 Eli Zaretskii <eliz@gnu.org>
12889
12890 * international/mule.el (define-coding-system): Doc fix.
12891
12892 * simple.el (default-font-height): Don't call font-info if the
12893 frame's default font didn't change since the frame was created.
12894 (Bug#14838)
12895
12896 2013-07-13 Leo Liu <sdl.web@gmail.com>
12897
12898 * ido.el (ido-read-file-name): Guard against non-symbol value.
12899
12900 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
12901
12902 * progmodes/python.el (python-imenu--build-tree): Fix corner case
12903 in nested defuns.
12904
12905 2013-07-13 Leo Liu <sdl.web@gmail.com>
12906
12907 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12908 ido-set-matches call. (Bug#6852)
12909
12910 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
12911
12912 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12913 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12914 Ruby 2.0.
12915 (ruby-font-lock-keywords): Distinguish calls to functions with
12916 module-like names from module references. Highlight character
12917 literals.
12918
12919 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
12920
12921 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12922 (gdb-send): Handle continued commands. (Bug#14847)
12923
12924 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12925
12926 * desktop.el (desktop--v2s): Remove unused local variable.
12927 (desktop-save-buffer): Make defvar-local; adjust docstring.
12928 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12929 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12930
12931 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
12932
12933 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12934
12935 2013-07-12 Eli Zaretskii <eliz@gnu.org>
12936
12937 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12938 (Bug#14842)
12939
12940 2013-07-12 Glenn Morris <rgm@gnu.org>
12941
12942 * doc-view.el: Require cl-lib at runtime too.
12943 (doc-view-remove-if): Remove.
12944 (doc-view-search-next-match, doc-view-search-previous-match):
12945 Use cl-remove-if.
12946
12947 * edmacro.el: Require cl-lib at runtime too.
12948 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12949 (edmacro-mismatch, edmacro-subseq): Remove.
12950
12951 * shadowfile.el: Require cl-lib.
12952 (shadow-remove-if): Remove.
12953 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12954 Use cl-remove-if.
12955
12956 * wid-edit.el: Require cl-lib.
12957 (widget-choose): Use cl-remove-if.
12958 (widget-remove-if): Remove.
12959
12960 * progmodes/ebrowse.el: Require cl-lib at runtime too.
12961 (ebrowse-delete-if-not): Remove.
12962 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12963 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12964 Use cl-delete-if-not.
12965
12966 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12967
12968 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12969 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12970
12971 2013-07-12 Leo Liu <sdl.web@gmail.com>
12972
12973 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
12974
12975 2013-07-11 Glenn Morris <rgm@gnu.org>
12976
12977 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12978 (edebug-gensym-index, edebug-gensym):
12979 Remove reimplementation of cl-gensym.
12980 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12981
12982 * thumbs.el: Require cl-lib at run-time too.
12983 (thumbs-gensym-counter, thumbs-gensym):
12984 Remove reimplementation of cl-gensym.
12985 (thumbs-temp-file): Use cl-gensym.
12986
12987 * emacs-lisp/ert.el: Require cl-lib at runtime too.
12988 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12989 (ert--intersection, ert--set-difference, ert--set-difference-eq)
12990 (ert--union, ert--gensym-counter, ert--gensym-counter)
12991 (ert--coerce-to-vector, ert--remove*, ert--string-position)
12992 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12993 (ert-make-test-unbound, ert--expand-should-1)
12994 (ert--expand-should, ert--should-error-handle-error)
12995 (should-error, ert--explain-equal-rec)
12996 (ert--plist-difference-explanation, ert-select-tests)
12997 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12998 Use cl-lib functions rather than reimplementations.
12999
13000 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
13001
13002 * net/tramp.el (tramp-methods): Extend docstring.
13003 (tramp-connection-timeout): New defcustom.
13004 (tramp-error-with-buffer): Reset timestamp only when appropriate.
13005 (with-tramp-progress-reporter): Simplify.
13006 (tramp-process-actions): Improve messages.
13007
13008 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13009 * net/tramp-sh.el (tramp-maybe-open-connection):
13010 Use `tramp-connection-timeout'.
13011 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13012 (Bug#14808)
13013
13014 2013-07-11 Leo Liu <sdl.web@gmail.com>
13015
13016 * ido.el (ido-read-file-name): Conform to the requirements of
13017 read-file-name. (Bug#11861)
13018 (ido-read-directory-name): Conform to the requirements of
13019 read-directory-name.
13020
13021 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
13022
13023 * subr.el (delay-warning): New function.
13024
13025 2013-07-10 Eli Zaretskii <eliz@gnu.org>
13026
13027 * simple.el (default-line-height): New function.
13028 (line-move-partial, line-move): Use it instead of computing the
13029 line height inline.
13030 (line-move-partial): Always compute ROWH. If the last line is
13031 partially-visible, but its text is completely visible, allow
13032 cursor to enter such a partially-visible line.
13033
13034 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
13035
13036 Improve error messages. (Bug#14808)
13037
13038 * net/tramp.el (tramp-current-connection): New defvar, moved from
13039 tramp-sh.el.
13040 (tramp-message-show-progress-reporter-message): Remove, not
13041 needed anymore.
13042 (tramp-error-with-buffer): Show message in minibuffer.
13043 Discard input before waiting. Reset connection timestamp.
13044 (with-tramp-progress-reporter): Improve messages.
13045 (tramp-process-actions): Use progress reporter. Delete process in
13046 case of error. Improve messages.
13047
13048 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13049 Call `tramp-error-with-buffer' with vector and buffer.
13050 (tramp-current-connection): Remove.
13051 (tramp-maybe-open-connection): The car of
13052 `tramp-current-connection' are the first 3 slots of the vector.
13053
13054 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
13055
13056 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13057 inside continued strings.
13058
13059 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
13060
13061 Timestamp fixes for undo (Bug#14824).
13062 * files.el (clear-visited-file-modtime): Move here from fileio.c.
13063
13064 2013-07-10 Leo Liu <sdl.web@gmail.com>
13065
13066 * files.el (require-final-newline): Allow safe local value.
13067 (Bug#14834)
13068
13069 2013-07-09 Leo Liu <sdl.web@gmail.com>
13070
13071 * ido.el (ido-read-directory-name): Handle fallback.
13072 (ido-read-file-name): Update DIR to ido-current-directory.
13073 (Bug#1516)
13074 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
13075
13076 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
13077
13078 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13079 "autoload". Remove "warn lower camel case" section, previously
13080 commented out. Highlight negation char. Do not highlight the
13081 target in singleton method definitions.
13082
13083 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * faces.el (tty-setup-hook): Declare the hook.
13086
13087 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13088 and detect when a guard/pred depends on local vars (bug#14773).
13089 (pcase--u1): Adjust caller.
13090
13091 2013-07-08 Eli Zaretskii <eliz@gnu.org>
13092
13093 * simple.el (line-move-partial, line-move): Account for
13094 line-spacing.
13095 (line-move-partial): Avoid setting vscroll when the last
13096 partially-visible line in window is of default height.
13097
13098 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13099
13100 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13101 been used a while.
13102
13103 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
13104
13105 * subr.el (read-quoted-char): Remove unused local variable `char'.
13106
13107 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
13108
13109 * vc/ediff.el (ediff-version): Version update.
13110 (ediff-files-command, ediff3-files-command, ediff-merge-command)
13111 (ediff-merge-with-ancestor-command, ediff-directories-command)
13112 (ediff-directories3-command, ediff-merge-directories-command)
13113 (ediff-merge-directories-with-ancestor-command): New functions.
13114 All are command-line interfaces to ediff: to facilitate calling
13115 Emacs with the appropriate ediff functions invoked.
13116
13117 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13118 New function.
13119 (viper-save-kill-buffer): Check if buffer is modified.
13120
13121 * emulation/viper.el (viper-version): Version update.
13122 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13123
13124 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13127 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13128 (viper-intercept-ESC-key): Simplify.
13129 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13130 don't use kbd.
13131 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13132 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13133 (viper-setup-ESC-to-escape): New functions.
13134 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13135 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
13136
13137 2013-07-07 Eli Zaretskii <eliz@gnu.org>
13138
13139 * simple.el (default-font-height, window-screen-lines):
13140 New functions.
13141 (line-move, line-move-partial): Use them instead of
13142 frame-char-height and window-text-height. This makes scrolling
13143 text smoother when the buffer's default face uses a font that is
13144 different from the frame's default font.
13145
13146 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
13147
13148 * files.el (write-file): Do not display confirm dialog for NS,
13149 it does its own dialog, which can't be canceled (Bug#14578).
13150
13151 2013-07-06 Eli Zaretskii <eliz@gnu.org>
13152
13153 * simple.el (line-move-partial): Adjust the row returned by
13154 posn-at-point for the current window-vscroll. (Bug#14567)
13155
13156 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
13157
13158 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13159 (tramp-sh-file-inotifywait-process-filter): Handle file names with
13160 spaces.
13161
13162 2013-07-06 Martin Rudalics <rudalics@gmx.at>
13163
13164 * window.el (window-state-put-stale-windows): New variable.
13165 (window--state-put-2): Save list of windows without matching buffer.
13166 (window-state-put): Remove "bufferless" windows if possible.
13167
13168 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
13169
13170 * simple.el (alternatives-define): Remove leftover :group keyword.
13171 Tweak docstring.
13172
13173 2013-07-06 Leo Liu <sdl.web@gmail.com>
13174
13175 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13176 (ido-enable-virtual-buffers): New variable.
13177 (ido-buffer-internal, ido-toggle-virtual-buffers)
13178 (ido-make-buffer-list): Use it.
13179 (ido-exhibit): Support turning on and off virtual buffers
13180 automatically.
13181
13182 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
13183
13184 * simple.el (alternatives-define): New macro.
13185
13186 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * subr.el (read-quoted-char): Use read-key.
13189 (sit-for): Let read-event decode tty input (bug#14782).
13190
13191 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
13192
13193 * calendar/todo-mode.el: Add handling of file deletion, both by
13194 mode command and externally. Fix various related bugs.
13195 Clarify Commentary and improve some documentation strings and code.
13196 (todo-delete-file): New command.
13197 (todo-check-file): New function.
13198 (todo-show): Handle external deletion of the file we're trying to
13199 show (bug#14688). Replace called-interactively-p by an optional
13200 prefix argument to avoid problematic interaction with catch form
13201 when byte compiled (bug#14702).
13202 (todo-quit): Handle external deletion of the archive's todo file.
13203 Make sure the buffer that was visiting the archive file is still
13204 live before trying to bury it.
13205 (todo-category-completions): Handle external deletion of any
13206 category completion files.
13207 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13208 of todo files, in case of external deletion.
13209 (todo-add-file): Replace unnecessary setq by let-binding.
13210 (todo-find-archive): Check whether there are any archives.
13211 Replace unnecessary setq by let-binding.
13212 (todo-archive-done-item): Use find-file-noselect to get the
13213 archive buffer whether or not the archive already exists.
13214 Remove superfluous code. Use file size instead of buffer-file-name to
13215 check if the archive is new; if it is, update list of archives.
13216 (todo-default-todo-file): Allow nil to be a valid value for when
13217 there are no todo files.
13218 (todo-reevaluate-default-file-defcustom): Use corrected definition
13219 of todo-default-todo-file.
13220 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13221 (todo-delete-category, todo-show-categories-table)
13222 (todo-category-number): Clarify comment.
13223 (todo-filter-items): Clarify documentation string.
13224 (todo-show-current-file, todo-display-as-todo-file)
13225 (todo-reset-and-enable-done-separator): Tweak documentation string.
13226 (todo-done-separator): Make separator length window-width, since
13227 bug#2749 is now fixed.
13228
13229 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
13230
13231 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13232 Support both "gvfs-monitor-dir" and "inotifywait".
13233 (tramp-sh-file-inotifywait-process-filter): Rename from
13234 `tramp-sh-file-notify-process-filter'.
13235 (tramp-sh-file-gvfs-monitor-dir-process-filter)
13236 (tramp-get-remote-gvfs-monitor-dir): New defuns.
13237
13238 2013-07-05 Leo Liu <sdl.web@gmail.com>
13239
13240 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13241
13242 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13243
13244 * frame.el (display-pixel-height, display-pixel-width)
13245 (display-mm-height, display-mm-width): Mention behavior on
13246 multi-monitor setups in docstrings.
13247 (w32-display-monitor-attributes-list): Declare function.
13248 (display-monitor-attributes-list): Use it.
13249
13250 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
13251
13252 * filenotify.el: New package.
13253
13254 * autorevert.el (top): Require filenotify.el.
13255 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
13256 instead.
13257 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13258 (auto-revert-notify-handler): Use `file-notify-*' functions.
13259
13260 * subr.el (file-notify-handle-event): Move function to filenotify.el.
13261
13262 * net/tramp.el (tramp-file-name-for-operation):
13263 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13264
13265 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13266 for `file-notify-add-watch' and `file-notify-rm-watch'.
13267 (tramp-process-sentinel): Improve trace.
13268 (tramp-sh-handle-file-notify-add-watch)
13269 (tramp-sh-file-notify-process-filter)
13270 (tramp-sh-handle-file-notify-rm-watch)
13271 (tramp-get-remote-inotifywait): New defuns.
13272
13273 2013-07-03 Juri Linkov <juri@jurta.org>
13274
13275 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13276 call of `occur-read-primary-args' to interactive spec.
13277
13278 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13279 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
13280
13281 2013-07-03 Matthias Meulien <orontee@gmail.com>
13282
13283 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13284 `Buffer-menu-multi-occur'. Add it to the menu.
13285 (Buffer-menu-mode): Document it in docstring.
13286 (Buffer-menu-multi-occur): New command. (Bug#14673)
13287
13288 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
13289
13290 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13291 keywords and built-ins.
13292
13293 2013-07-03 Glenn Morris <rgm@gnu.org>
13294
13295 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
13296
13297 Make info-xref checks case-sensitive by default
13298 * info.el (Info-find-node, Info-find-in-tag-table)
13299 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13300 Add option for exact case matching of nodes.
13301 * info-xref.el (info-xref): New custom group.
13302 (info-xref-case-fold): New option.
13303 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13304
13305 2013-07-03 Leo Liu <sdl.web@gmail.com>
13306
13307 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13308
13309 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
13310
13311 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13312 middle of block statement initially, lower the depth. Remove
13313 FIXME comment, not longer valid. Remove middle of block statement
13314 detection, no need to do that anymore since we've been using
13315 `ruby-parse-region' here.
13316
13317 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
13318
13319 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13320
13321 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13322
13323 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13324
13325 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13328 (desktop-restore-in-current-display): New customization option.
13329 (desktop--excluded-frame-parameters): Add `font'.
13330 (desktop--save-frames): Rename from desktop--save-windows.
13331 (desktop--restore-in-this-display-p): New function.
13332 (desktop--make-full-frame): Remove unwanted width/height from
13333 full(width|height) frames.
13334 (desktop--restore-frames): Rename from desktop--restore-windows.
13335 Obey desktop-restore-current-display. Do not delete old frames or
13336 select a new frame unless we were able to restore at least one frame.
13337
13338 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
13339
13340 * files.el (find-file-noselect): Simplify conditional expression.
13341
13342 * textmodes/remember.el (remember-append-to-file):
13343 Don't mix `find-buffer-visiting' and `get-file-buffer'.
13344
13345 Add `remember-notes' function to store random notes across Emacs
13346 restarts.
13347 * textmodes/remember.el (remember-data-file): Add :set callback to
13348 affect notes buffer (if any).
13349 (remember-notes): New command.
13350 (remember-notes-buffer-name, bury-remember-notes-on-kill):
13351 New defcustoms for the `remember-notes' function.
13352 (remember-notes-save-and-bury-buffer): New command.
13353 (remember-notes-mode-map): New variable.
13354 (remember-mode): New minor mode.
13355 (remember-notes--kill-buffer-query): New function.
13356 * startup.el (initial-buffer-choice): Add notes to custom type.
13357
13358 2013-06-30 Eli Zaretskii <eliz@gnu.org>
13359
13360 * bindings.el (right-char, left-char): Don't call sit-for, this is
13361 no longer needed. Use arithmetic comparison only for numerical
13362 arguments.
13363
13364 * international/mule-cmds.el (select-safe-coding-system):
13365 Handle the case of FROM being a string correctly. (Bug#14755)
13366
13367 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13368
13369 * net/shr.el (shr-make-table-1): Add a sanity check that allows
13370 progression on degenerate tables.
13371 (shr-rescale-image): ImageMagick animated images currently don't work.
13372
13373 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
13374
13375 Some fixes and improvements for desktop frame restoration.
13376 It is still experimental and disabled by default.
13377 * desktop.el (desktop--save-windows): Put the selected frame at
13378 the head of the list.
13379 (desktop--make-full-frame): New function.
13380 (desktop--restore-windows): Try to re-select the frame that was
13381 selected upon saving. Do not abort if some frames fail to restore,
13382 just show an error message and continue. Set up maximized frames
13383 so they have default non-maximized dimensions.
13384
13385 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
13386
13387 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13388 Don't start heredoc inside a string or comment.
13389
13390 2013-06-29 Eli Zaretskii <eliz@gnu.org>
13391
13392 * bindings.el (visual-order-cursor-movement): New defcustom.
13393 (right-char, left-char): Provide visual-order cursor motion by
13394 calling move-point-visually. Update the doc strings.
13395
13396 2013-06-28 Kenichi Handa <handa@gnu.org>
13397
13398 * international/mule.el (define-coding-system): New coding system
13399 properties :inhibit-null-byte-detection,
13400 :inhibit-iso-escape-detection, and :prefer-utf-8.
13401 (set-buffer-file-coding-system): If :charset-list property of
13402 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13403 appropriate for setting.
13404
13405 * international/mule-cmds.el (select-safe-coding-system):
13406 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13407 multibyte characters, return utf-8 (or one of its siblings).
13408
13409 * international/mule-conf.el (prefer-utf-8): New coding system.
13410 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13411 files.
13412
13413 2013-06-28 Ivan Kanis <ivan@kanis.fr>
13414
13415 * net/shr.el (shr-render-region): New function.
13416
13417 * net/eww.el: Autoload `eww-browse-url'.
13418
13419 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
13420
13421 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13422 Adapt to `package-desc-version' being a list.
13423 Use `package--ac-desc-version' to retrieve version from a package
13424 archive element.
13425
13426 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
13427
13428 New experimental feature to save&restore window and frame setup.
13429 * desktop.el (desktop-save-windows): New defcustom.
13430 (desktop--saved-states): New var.
13431 (desktop--excluded-frame-parameters): New defconst.
13432 (desktop--filter-frame-parms, desktop--find-frame-in-display)
13433 (desktop--restore-windows, desktop--save-windows): New functions.
13434 (desktop-save): Call `desktop--save-windows'.
13435 (desktop-read): Call `desktop--restore-windows'.
13436
13437 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13438
13439 * net/shr.el (add-face-text-property): Remove compat definition.
13440
13441 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
13442
13443 * info.el (Info-try-follow-nearest-node): Move search for footnote
13444 above search for node name to prevent missing a footnote (bug#14717).
13445
13446 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
13447
13448 * obsolete/otodo-mode.el: Add obsolescence info to file header.
13449
13450 2013-06-27 Leo Liu <sdl.web@gmail.com>
13451
13452 * net/eww.el (eww-read-bookmarks): Check file size.
13453
13454 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13457 advice--pending if newdef is nil or an autoload (bug#13820).
13458 (advice-mapc): New function.
13459
13460 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13461
13462 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
13463 probably.
13464 (eww-mode-map): Add a menu bar.
13465 (eww-add-bookmark): New command.
13466 (eww-bookmark-mode): New mode and commands.
13467 (eww-add-bookmark): Remove newlines from the title.
13468 (eww-bookmark-browse): Don't bug out if it's the only window.
13469
13470 2013-06-26 Glenn Morris <rgm@gnu.org>
13471
13472 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
13473 (hfy-size): Handle ttys. (Bug#14668)
13474
13475 * info-xref.el: Update for Texinfo 5 change in *note format.
13476 (info-xref-node-re, info-xref-note-re): New constants.
13477 (info-xref-check-buffer): Use info-xref-note-re.
13478
13479 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
13482
13483 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
13484 nil terminate the loop (bug#14718).
13485
13486 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13487
13488 * net/eww.el: Rework history traversal. When going forward/back,
13489 put these actions into the history, too, so that they can be
13490 replayed.
13491 (eww-render): Move the history reset to the correct buffer.
13492
13493 2013-06-25 Juri Linkov <juri@jurta.org>
13494
13495 * files-x.el (modify-dir-local-variable): Change the header comment
13496 in the file with directory local variables. (Bug#14692)
13497
13498 * files-x.el (read-file-local-variable-value): Add `default'.
13499 (Bug#14710)
13500
13501 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13502
13503 * net/eww.el (eww-make-unique-file-name): Create a unique file
13504 name before saving to entering `y' accidentally asynchronously.
13505
13506 2013-06-25 Ivan Kanis <ivan@kanis.fr>
13507
13508 * net/eww.el (eww-download): New command and keystroke.
13509
13510 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13511
13512 * net/eww.el (eww-copy-page-url): Change name of command.
13513
13514 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
13515 be more consistent with Info and dired.
13516
13517 * net/eww.el (eww-mode-map): Ditto.
13518
13519 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
13522 packages from archives.
13523 (package-archive-contents): Change format; include obsolete packages.
13524 (package-desc): Use `dir' to mark builtin packages.
13525 (package--from-builtin): Set the `dir' field to `builtin'.
13526 (generated-autoload-file, version-control): Declare.
13527 (package-compute-transaction): Change first arg and return value to be
13528 lists of package-descs. Adjust to new package-archive-contents format.
13529 (package--add-to-archive-contents): Adjust to new
13530 package-archive-contents format.
13531 (package-download-transaction): Arg is now a list of package-descs.
13532 (package-install): If `pkg' is a package name, pass it as
13533 a requirement, so it is subject to the usual (e.g. disabled) checks.
13534 (describe-package): Accept package-desc as well.
13535 (describe-package-1): Describe a specific package-desc. Add links to
13536 other package-descs for the same package name.
13537 (package-menu-describe-package): Pass the actual package-desc.
13538 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
13539 works correctly.
13540 (package-desc-status): New function.
13541 (package-menu--refresh): New function, extracted
13542 from package-menu--generate.
13543 (package-menu--generate): Use it.
13544 (package-delete): Update package-alist.
13545 (package-menu-execute): Don't call package-initialize.
13546
13547 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
13548 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
13549 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
13550 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
13551 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
13552 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
13553
13554 2013-06-25 Martin Rudalics <rudalics@gmx.at>
13555
13556 * window.el (window--state-get-1): Workaround for bug#14527.
13557 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
13558
13559 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13560
13561 * net/eww.el (eww-back-url): Implement the history by stashing all
13562 the data into a list.
13563 (eww-forward-url): Allow going forward in the history, too.
13564
13565 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
13568 for values and use read--expression for expressions (bug#14710).
13569 (read-file-local-variable): Avoid setq.
13570 (read-file-local-variable-mode): Use minor-mode-list.
13571
13572 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13573
13574 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
13575 for DOI URLs.
13576
13577 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13578
13579 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
13580 Update imenu-support when dialect changes.
13581
13582 2013-06-25 Leo Liu <sdl.web@gmail.com>
13583
13584 * ido.el (ido-read-internal): Allow forward slash on windows.
13585
13586 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13587
13588 * net/eww.el (eww): Start of strings is \\`, not ^.
13589
13590 2013-06-24 Ivan Kanis <ivan@kanis.fr>
13591
13592 * net/shr.el (shr-browse-url): Fix interactive spec.
13593
13594 * net/eww.el (eww): Add a trailing slash to domain names.
13595
13596 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
13597
13598 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
13599
13600 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13601
13602 * net/shr.el (shr-browse-url): Use an external browser if given a
13603 prefix.
13604
13605 * net/eww.el (eww-external-browser): Move to shr.
13606
13607 2013-06-24 Ivan Kanis <ivan@kanis.fr>
13608
13609 * net/eww.el (eww): Work more correctly for file: URLs.
13610 (eww-detect-charset): Allow quoted charsets.
13611 (eww-yank-page-url): New command and keystroke.
13612
13613 2013-06-24 Daiki Ueno <ueno@gnu.org>
13614
13615 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
13616 file name of gpg executable.
13617 (epg-context-program): New function.
13618 (epg-context-home-directory): New function.
13619 (epg-context-set-program): New function.
13620 (epg-context-set-home-directory): New function.
13621 (epg--start): Use `epg-context-program' instead of
13622 'epg-gpg-program'.
13623 (epg--list-keys-1): Likewise.
13624
13625 2013-06-24 Leo Liu <sdl.web@gmail.com>
13626
13627 * ido.el (ido-read-internal): Fix bug#14620.
13628
13629 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
13630
13631 * faces.el (face-documentation): Simplify.
13632 (read-face-attribute, tty-find-type, x-resolve-font-name):
13633 Use `string-match-p'.
13634 (list-faces-display): Use `string-match-p'. Simplify.
13635 (face-spec-recalc): Check face to avoid face alias loops.
13636 (read-color): Use `string-match-p' and non-capturing parenthesis.
13637
13638 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13639
13640 * net/shr.el (shr-rescale-image): Use the new
13641 :max-width/:max-height functionality.
13642
13643 2013-06-23 Ivan Kanis <ivan@kanis.fr>
13644
13645 * net/eww.el (eww-search-prefix): New variable.
13646 (eww): Use it.
13647 (eww-external-browser): New variable.
13648 (eww-mode-map): New keystroke.
13649 (eww-browse-with-external-browser): New command.
13650
13651 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
13652
13653 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
13654
13655 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13656 Don't skip aligning the next header field when padding is 0;
13657 otherwise, field width is not respected unless the title is as
13658 wide as the field.
13659
13660 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * emacs-lisp/package.el (package-el-version): Remove.
13663 (package-process-define-package): Fix inf-loop.
13664 (package-install): Allow symbols as arguments again.
13665
13666 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
13667
13668 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
13669 add some more keyword-like methods.
13670 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
13671
13672 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * bs.el (bs-buffer-show-mark): Make defvar-local.
13675 (bs-mode): Use setq-local.
13676
13677 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
13678 (emacs-lock--try-unlocking): Make defvar-local.
13679
13680 2013-06-22 Glenn Morris <rgm@gnu.org>
13681
13682 * play/cookie1.el (cookie-apropos): Minor simplification.
13683
13684 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
13685
13686 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
13687
13688 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
13689 `regexp-opt', it breaks the build during dumping.
13690
13691 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
13692
13693 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13694 Highlight keyword-like methods on Kernel and Module with
13695 font-lock-builtin-face.
13696 (auto-mode-alist): Consolidate different entries into one regexp
13697 and add more *file-s.
13698
13699 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
13700
13701 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
13702
13703 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
13704 (diary-entry): Use it in the action of this button type instead of
13705 diary-goto-entry.
13706
13707 * calendar/todo-mode.el: New version.
13708 (todo-add-category): Append new category to end of file and give
13709 it the highest number, instead of putting it at the beginning and
13710 giving it 0. Incorporate noninteractive functionality.
13711 (todo-forward-category): Adapt to 1-based category numbering.
13712 Allow skipping over archived categories.
13713 (todo-backward-category): Derive from todo-forward-category.
13714 (todo-backward-item, todo-forward-item): Make noninteractive and
13715 delegate interactive part to new commands. Make sensitive to done items.
13716 (todo-categories): Make value an alist of category names and
13717 vectors of item counts.
13718 (todo-category-beg): Make a defconst.
13719 (todo-category-number): Use 1 instead of 0 as initial value.
13720 (todo-category-select): Make sensitive to overlays, optional item
13721 highlighting and done items.
13722 (todo-delete-item): Make sensitive to overlays and marked and done items.
13723 (todo-edit-item): Make sensitive to overlays and editing of
13724 date/time header optional. Add format checks.
13725 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
13726 no-op if point is not on an item. Advertise using todo-edit-quit.
13727 (todo-edit-mode): Make sensitive to new format, font-locking, and
13728 multiple todo files.
13729 (todo-insert-item, todo-insert-item-here): Derive from
13730 todo-basic-insert-item and extend functionality.
13731 (todo-item-end, todo-item-start): Make sensitive to done items.
13732 (todo-item-string): Don't return text properties. Restore point.
13733 (todo-jump-to-category): Make sensitive to multiple todo files and
13734 todo archives. Use extended category completion.
13735 (todo-lower-item, todo-raise-item): Rename to *-priority and
13736 derive from todo-set-item-priority.
13737 (todo-mode): Derive from special-mode. Make sensitive to new
13738 format, font-locking and multiple todo files. Make read-only.
13739 (todo-mode-map): Don't suppress digit keys, so they can supply
13740 prefix arguments. Add many new key bindings.
13741 (todo-prefix): Insert as an overlay instead of file text.
13742 Change semantics from diary date expression to purely visual mark.
13743 (todo-print): Rename to todo-print-buffer. Make buffer display
13744 features printable. Remove option to restrict number of items
13745 printed. Add option to print to file.
13746 (todo-print-function): Rename to todo-print-buffer-function.
13747 (todo-quit): Extend to handle exiting new todo modes.
13748 (todo-remove-item): Make sensitive to overlays.
13749 (todo-save): Extend to buffers of filtered items.
13750 (todo-show): Make sensitive to done items, multiple todo files and
13751 new todo modes. Offer to convert legacy todo file before creating
13752 first new todo file.
13753 (todo-show-priorities): Rename to todo-top-priorities.
13754 Change semantics of value 0.
13755 (todo-top-priorities): Rename to todo-filter-top-priorities,
13756 derive from todo-filter-items and extend functionality.
13757 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
13758 and extend functionality to other types of filtered items.
13759 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
13760 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
13761 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
13762 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
13763 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
13764 (todo-edit-mode-hook, todo-entry-prefix-function)
13765 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
13766 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
13767 (todo-initials, todo-insert-threshold, todo-item-string-start)
13768 (todo-line-string, todo-menu, todo-mode-hook)
13769 (todo-more-important-p, todo-previous-answer, todo-previous-line)
13770 (todo-print-priorities, todo-remove-separator)
13771 (todo-save-top-priorities-too, todo-string-count-lines)
13772 (todo-string-multiline-p, todo-time-string-format)
13773 (todo-tmp-buffer-name): Remove.
13774 (todo-add-file, todo-archive-done-item, todo-choose-archive)
13775 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
13776 (todo-edit-category-diary-inclusion)
13777 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
13778 (todo-edit-file, todo-edit-item-date-day)
13779 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
13780 (todo-edit-item-date-month, todo-edit-item-date-to-today)
13781 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
13782 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
13783 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13784 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13785 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13786 (todo-filter-top-priorities-multifile, todo-find-archive)
13787 (todo-find-filtered-items-file, todo-go-to-source-item)
13788 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13789 (todo-jump-to-archive-category, todo-lower-category)
13790 (todo-mark-category, todo-marked-item-p, todo-merge-category)
13791 (todo-move-category, todo-move-item, todo-next-button)
13792 (todo-next-item, todo-padded-string, todo-powerset)
13793 (todo-previous-button, todo-previous-item)
13794 (todo-print-buffer-to-file, todo-raise-category)
13795 (todo-rename-category, todo-repair-categories-sexp, todo-search)
13796 (todo-set-category-number, todo-set-item-priority)
13797 (todo-set-top-priorities-in-category)
13798 (todo-set-top-priorities-in-file, todo-show-categories-table)
13799 (todo-sort-categories-alphabetically-or-numerically)
13800 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13801 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13802 (todo-toggle-item-header, todo-toggle-item-highlighting)
13803 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13804 (todo-toggle-view-done-items, todo-toggle-view-done-only)
13805 (todo-unarchive-items, todo-unmark-category): New commands.
13806 (todo-absolute-file-name, todo-add-to-buffer-list)
13807 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13808 (todo-basic-insert-item, todo-category-completions)
13809 (todo-category-number, todo-category-string-matcher-1)
13810 (todo-category-string-matcher-2, todo-check-filtered-items-file)
13811 (todo-check-format, todo-clear-matches)
13812 (todo-comment-string-matcher, todo-convert-legacy-date-time)
13813 (todo-current-category, todo-date-string-matcher)
13814 (todo-define-insertion-command, todo-diary-expired-matcher)
13815 (todo-diary-goto-entry, todo-diary-item-p)
13816 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13817 (todo-display-categories, todo-display-sorted, todo-done-item-p)
13818 (todo-done-item-section-p, todo-done-separator)
13819 (todo-done-string-matcher, todo-files, todo-filter-items)
13820 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13821 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13822 (todo-insert-category-line, todo-insert-item-from-calendar)
13823 (todo-insert-sort-button, todo-insert-with-overlays)
13824 (todo-insertion-command-name, todo-insertion-key-bindings)
13825 (todo-label-to-key, todo-longest-category-name-length)
13826 (todo-make-categories-list, todo-mode-external-set)
13827 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13828 (todo-modes-set-3, todo-multiple-filter-files)
13829 (todo-nondiary-marker-matcher, todo-prefix-overlays)
13830 (todo-read-category, todo-read-date, todo-read-dayname)
13831 (todo-read-file-name, todo-read-time)
13832 (todo-reevaluate-category-completions-files-defcustom)
13833 (todo-reevaluate-default-file-defcustom)
13834 (todo-reevaluate-filelist-defcustoms)
13835 (todo-reevaluate-filter-files-defcustom)
13836 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13837 (todo-reset-done-separator, todo-reset-done-separator-string)
13838 (todo-reset-done-string, todo-reset-global-current-todo-file)
13839 (todo-reset-highlight-item, todo-reset-nondiary-marker)
13840 (todo-reset-prefix, todo-set-categories)
13841 (todo-set-date-from-calendar, todo-set-show-current-file)
13842 (todo-set-top-priorities, todo-short-file-name)
13843 (todo-show-current-file, todo-sort, todo-time-string-matcher)
13844 (todo-total-item-counts, todo-update-buffer-list)
13845 (todo-update-categories-display, todo-update-categories-sexp)
13846 (todo-update-count, todo-validate-name, todo-y-or-n-p):
13847 New functions.
13848 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13849 New major modes.
13850 (todo-categories, todo-display, todo-edit, todo-faces)
13851 (todo-filtered): New defgroups.
13852 (todo-archived-only, todo-button, todo-category-string, todo-date)
13853 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13854 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13855 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13856 (todo-add-item-if-new-category, todo-always-add-time-string)
13857 (todo-categories-align, todo-categories-archived-label)
13858 (todo-categories-category-label, todo-categories-diary-label)
13859 (todo-categories-done-label, todo-categories-number-separator)
13860 (todo-categories-todo-label, todo-categories-totals-label)
13861 (todo-category-completions-files, todo-completion-ignore-case)
13862 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13863 (todo-done-separator-string, todo-done-string)
13864 (todo-files-function, todo-filter-done-items, todo-filter-files)
13865 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13866 (todo-initial-category, todo-initial-file, todo-item-mark)
13867 (todo-legacy-date-time-regexp, todo-mode-line-function)
13868 (todo-nondiary-marker, todo-number-prefix)
13869 (todo-print-buffer-function, todo-show-current-file)
13870 (todo-show-done-only, todo-show-first, todo-show-with-done)
13871 (todo-skip-archived-categories, todo-top-priorities-overrides)
13872 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13873 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13874 New defcustoms.
13875 (todo-category-done, todo-date-pattern, todo-date-string-start)
13876 (todo-diary-items-buffer, todo-done-string-start)
13877 (todo-filtered-items-buffer, todo-item-start)
13878 (todo-month-abbrev-array, todo-month-name-array)
13879 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13880 (todo-top-priorities-buffer): New defconsts.
13881 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13882 (todo-categories-with-marks, todo-category-string-face)
13883 (todo-comment-face, todo-comment-string, todo-current-todo-file)
13884 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13885 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13886 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13887 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13888 (todo-font-lock-keywords, todo-global-current-todo-file)
13889 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13890 (todo-insertion-commands-args)
13891 (todo-insertion-commands-args-genlist)
13892 (todo-insertion-commands-names, todo-insertion-map)
13893 (todo-key-bindings-t, todo-key-bindings-t+a)
13894 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13895 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13896 (todo-nondiary-face, todo-print-buffer, todo-time-face)
13897 (todo-visited): New variables.
13898
13899 2013-06-21 Glenn Morris <rgm@gnu.org>
13900
13901 * play/cookie1.el (cookie-apropos): Add optional display argument.
13902 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13903 (psychoanalyze-pinhead): Use cookie-doctor.
13904
13905 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * emacs-lisp/package.el (tar-get-file-descriptor)
13908 (tar--extract): Declare.
13909
13910 2013-06-21 Eduard Wiebe <usenet@pusto.de>
13911
13912 Extend flymake's warning predicate to be a function (bug#14217).
13913 * progmodes/flymake.el (flymake-warning-predicate): New.
13914 (flymake-parse-line): Use it.
13915 (flymake-warning-re): Make obsolete alias to
13916 `flymake-warning-predicate'.
13917
13918 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * emacs-lisp/package.el (package-alist): Include obsolete packages.
13921 (package-obsolete-list): Remove.
13922 (package-activate): Remove min-version argument. Add `force' argument.
13923 Adjust to new package-alist format.
13924 (package-mark-obsolete): Remove.
13925 (package-unpack): Force reload of the package's autoloads.
13926 (package-installed-p): Check builtins if the installed package is not
13927 recent enough.
13928 (package-initialize): Don't reset package-obsolete-list.
13929 Don't specify which package version to activate.
13930 (package-process-define-package, describe-package-1)
13931 (package-menu--generate): Adjust to new package-alist format.
13932
13933 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13934
13935 * allout-widgets.el (allout-widgets-mode-off)
13936 (allout-widgets-mode-on, allout-widgets-pre-command-business)
13937 (allout-widgets-post-command-business)
13938 (allout-widgets-after-copy-or-kill-function)
13939 (allout-widgets-after-undo-function, allout-test-range-overlaps)
13940 (allout-decorate-item-and-context)
13941 (allout-graphics-modification-handler): Fix typos in docstrings.
13942 (allout-get-or-create-parent-widget): Use `looking-at-p'.
13943
13944 * cmuscheme.el (scheme-start-file): Doc fix.
13945 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13946 (scheme-input-filter): Use `string-match-p'.
13947
13948 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13949
13950 * dired-x.el: Use Dired consistently in docstrings.
13951
13952 * dired.el: Use Dired consistently in docstrings.
13953 (dired-readin, dired-mode): Use `setq-local'.
13954 (dired-switches-alist): Make defvar-local.
13955 (dired-buffers-for-dir): Use `zerop'.
13956 (dired-safe-switches-p, dired-switches-escape-p)
13957 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13958 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13959 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13960 (dired-goto-next-nontrivial-file): Use `string-match-p'.
13961 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13962 (dired-toggle-marks, dired-mark-files-containing-regexp)
13963 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13964 (dired-flag-auto-save-files, dired-flag-backup-files):
13965 Use `looking-at-p'.
13966 (dired-mark-files-regexp, dired-build-subdir-alist):
13967 Use `string-match-p', `looking-at-p'.
13968
13969 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13970 (direct-print-region-helper): Use `string-match-p'.
13971
13972 2013-06-21 Leo Liu <sdl.web@gmail.com>
13973
13974 * comint.el (comint-redirect-results-list-from-process):
13975 Fix infinite loop.
13976
13977 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13978
13979 * net/eww.el (eww-update-header-line-format): Quote % characters.
13980
13981 2013-06-21 Glenn Morris <rgm@gnu.org>
13982
13983 * play/cookie1.el (cookie): New custom group.
13984 (cookie-file): New option.
13985 (cookie-check-file): New function.
13986 (cookie): Make it interactive. Make start and end messages optional.
13987 Interactively, display the result. Default to cookie-file.
13988 (cookie-insert): Default to cookie-file.
13989 (cookie-snarf): Make start and end messages optional.
13990 Default to cookie-file. Use with-temp-buffer.
13991 (cookie-read): Rename from read-cookie.
13992 Make start and end messages optional. Default to cookie-file.
13993 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
13994 Do not autoload it.
13995 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13996 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13997
13998 2013-06-21 Leo Liu <sdl.web@gmail.com>
13999
14000 * progmodes/octave.el (octave-mode): Backward compatibility fix.
14001
14002 2013-06-21 Glenn Morris <rgm@gnu.org>
14003
14004 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
14005
14006 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14007 Daniel Hackney <dan@haxney.org>
14008
14009 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14010 Consolidate the single-file vs tarball code.
14011 (package-desc-suffix): New function.
14012 (package-desc-full-name): Don't bother inlining it.
14013 (package-load-descriptor): Return the new package-desc.
14014 (package-mark-obsolete): Remove unused arg `package'.
14015 (package-unpack): Make it work for single files as well.
14016 Make it update package-alist.
14017 (package--make-autoloads-and-stuff): Rename from
14018 package--make-autoloads-and-compile. Don't compile any more.
14019 (package--compile): New function.
14020 (package-generate-description-file): New function, extracted from
14021 package-unpack-single.
14022 (package-unpack-single): Remove.
14023 (package--with-work-buffer): Add indentation and debugging info.
14024 (package-download-single): Remove.
14025 (package-install-from-archive): Rename from package-download-tar, make
14026 it take a pkg-desc, and make it work for single files as well.
14027 (package-download-transaction): Simplify.
14028 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
14029 external tar program.
14030 (package-install-from-buffer): Remove `pkg-desc' argument.
14031 Use package-tar-file-info for tar-mode buffers.
14032 (package-install-file): Simplify accordingly.
14033 (package-archive-base): Change to take a pkg-desc.
14034 * tar-mode.el (tar--check-descriptor): New function, extracted from
14035 tar-get-descriptor.
14036 (tar-get-descriptor): Use it.
14037 (tar-get-file-descriptor): New function.
14038 (tar--extract): New function, extracted from tar-extract.
14039 (tar--extract): Use it.
14040 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14041 case the summary uses non-ascii. Adjust to new calling convention of
14042 package-tar-file-info.
14043
14044 2013-06-21 Leo Liu <sdl.web@gmail.com>
14045
14046 * comint.el (comint-redirect-results-list-from-process):
14047 Fix random delay. (Bug#14681)
14048
14049 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14050
14051 * profiler.el (profiler-format-number): Use log, not log10.
14052
14053 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14054
14055 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14056
14057 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14058
14059 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14060 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14061 yet available.
14062 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14063 (AUTOGENEL): ... here.
14064 * emacs-lisp/cl-macs.el (cl--sublis): New function.
14065 (cl--defsubst-expand): Use it.
14066
14067 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
14068
14069 * subr.el (log10): Move here from C code, and declare as obsolete.
14070 All uses of (log10 X) replaced with (log X 10).
14071
14072 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14073
14074 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14075 Declare with `defvar-local'.
14076 (tabulated-list-use-header-line, tabulated-list-entries)
14077 (tabulated-list-padding, tabulated-list-printer)
14078 (tabulated-list-sort-key): Declare with `defvar-local'.
14079 (tabulated-list-init-header, tabulated-list-print-fake-header):
14080 Use `setq-local'.
14081
14082 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
14083
14084 * arc-mode.el (archive-mode): Add `archive-write-file' to
14085 `write-contents-functions' also for remote files. (Bug#14652)
14086
14087 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14088
14089 * cus-edit.el (custom-commands): Fix typos.
14090 (custom-display): Fix tooltip text.
14091 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14092 Fix typos in docstrings.
14093 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14094 (custom-unlispify-menu-entry, custom-magic-value-create)
14095 (custom-add-see-also, custom-group-value-create): Use ?\s.
14096 (custom-guess-type, customize-apropos, editable-field)
14097 (custom-face-value-create): Use `string-match-p'.
14098 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14099
14100 * custom.el (custom-load-symbol): Use `string-match-p'.
14101
14102 * ansi-color.el: Convert to lexical binding.
14103 (ansi-colors): Fix URL.
14104 (ansi-color-context, ansi-color-context-region): Use defvar-local.
14105 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14106 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14107
14108 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14109
14110 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14111
14112 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14113
14114 2013-06-19 Tom Tromey <tromey@redhat.com>
14115
14116 * net/eww.el (eww-top-url): Remove.
14117 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14118 (eww-render): Set new variables. Don't set eww-top-url.
14119 (eww-handle-link): Handle "prev", "home", and "contents".
14120 Downcase the rel text.
14121 (eww-top-url): Choose best top URL.
14122
14123 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14124
14125 * net/eww.el: Rewrite to implement form elements "by hand" instead of
14126 relying in widget.el. Using widget.el leads to too many
14127 user interface inconsistencies.
14128 (eww-self-insert): Implement entering commands in text fields.
14129 (eww-process-text-input): New function to make text input field editing
14130 work.
14131 (eww-submit): Rewrite to use the new-style form methods.
14132 (eww-select-display): Display the correct selected item.
14133 (eww-change-select): Implement changing the select value.
14134 (eww-toggle-checkbox): Implement radio/checkboxes.
14135 (eww-update-field): Fix compilation error.
14136 (eww-tag-textarea): Implement <textarea>.
14137
14138 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14139 we don't shadow mode-specific bindings.
14140
14141 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14142 nothing to push.
14143
14144 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14145
14146 2013-06-19 Glenn Morris <rgm@gnu.org>
14147
14148 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14149
14150 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
14151
14152 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14153 not needed.
14154
14155 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14156
14157 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14158
14159 * net/browse-url.el (browse-url-browser-function):
14160 `eww-browse-url' has the right calling signature, `eww' does not.
14161
14162 2013-06-19 Glenn Morris <rgm@gnu.org>
14163
14164 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14165 Only eval autoloaded macros.
14166 (byte-compile-autoload): Only give the macro warning for macros.
14167
14168 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14169 (ps-underlined-faces): Declare.
14170
14171 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14172 (speedbar-add-supported-extension): Declare.
14173
14174 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14175 Don't include a date stamp in the header of the generated file;
14176 it leads to needless differences between output files.
14177
14178 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
14179
14180 * net/secrets.el (secrets-struct-secret-content-type):
14181 Replace check of introspection data by a test call of "CreateItem".
14182 Some servers do not offer introspection.
14183
14184 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * electric.el (electric-pair-mode): Improve interaction with
14187 electric-layout-mode.
14188 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14189 (electric-pair-syntax): Use text-mode-syntax-table in comments
14190 and strings.
14191 (electric-pair--insert): New function.
14192 (electric-pair-post-self-insert-function): Use it and
14193 electric--after-char-pos.
14194
14195 2013-06-19 Leo Liu <sdl.web@gmail.com>
14196
14197 * progmodes/octave.el (octave-help): Fix regexp.
14198
14199 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14200
14201 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14202 (shr-table-horizontal-line): Allow nil as a value, and change the
14203 default.
14204 (shr-insert-table-ruler): Respect the nil value.
14205
14206 2013-06-18 Tom Tromey <tromey@barimba>
14207
14208 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14209 New defvars.
14210 (eww-open-file): New defun.
14211 (eww-render): Initialize new variables.
14212 (eww-display-html): Handle "link" and "a".
14213 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14214 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
14215 (eww-back-url): Rename from eww-previous-url.
14216 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14217 New defuns.
14218
14219 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
14220
14221 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14222 Distinguish ternary operator tokens from slash symbol and slash
14223 char literal.
14224
14225 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
14226
14227 Convert symbol prettification into minor mode and global minor mode.
14228
14229 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14230 `prog-prettify-symbols', and make a local defvar instead of defcustom.
14231 (prettify-symbols--keywords): Rename from
14232 `prog-prettify-symbols-alist' and make a local defvar.
14233 (prettify-symbols--compose-symbol): Rename from
14234 `prog--prettify-font-lock-compose-symbol'.
14235 (prettify-symbols--make-keywords): Rename from
14236 `prog-prettify-font-lock-symbols-keywords' and simplify.
14237 (prog-prettify-install): Remove.
14238 (prettify-symbols-mode): New minor mode, based on
14239 `prog-prettify-install'.
14240 (turn-on-prettify-symbols-mode): New function.
14241 (global-prettify-symbols-mode): New globalized minor mode.
14242
14243 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14244 * progmodes/cfengine.el (cfengine3-mode):
14245 * progmodes/perl-mode.el (perl-mode): Don't call
14246 `prog-prettify-install'; set `prettify-symbols-alist' instead.
14247
14248 2013-06-18 Juri Linkov <juri@jurta.org>
14249
14250 * files-x.el (modify-file-local-variable-message): New function.
14251 (modify-file-local-variable)
14252 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14253 and call `modify-file-local-variable-message' when it's non-nil.
14254 (add-file-local-variable, delete-file-local-variable)
14255 (add-file-local-variable-prop-line)
14256 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14257 and use it. (Bug#9820)
14258
14259 2013-06-18 Juri Linkov <juri@jurta.org>
14260
14261 * emulation/vi.el (vi-shell-op):
14262 * emulation/vip.el (vip-execute-com, ex-command):
14263 * emulation/viper-cmd.el (viper-exec-bang):
14264 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14265 the call of `shell-command-on-region'. (Bug#14637)
14266
14267 * simple.el (shell-command-on-region): Doc fix.
14268
14269 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14272 (bug#14633).
14273
14274 2013-06-18 Glenn Morris <rgm@gnu.org>
14275
14276 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14277
14278 * newcomment.el (comment-search-forward, comment-search-backward):
14279 Doc fix. (Bug#14376)
14280
14281 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
14282
14283 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14284 (buffer-face-mode-invoke): Doc fix.
14285
14286 2013-06-18 Matthias Meulien <orontee@gmail.com>
14287
14288 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14289 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14290
14291 2013-06-18 Glenn Morris <rgm@gnu.org>
14292
14293 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14294 Replace obsolete function generic-make-keywords with its expansion.
14295
14296 * progmodes/python.el (ffap-alist): Declare.
14297
14298 * textmodes/reftex.el (bibtex-mode-map): Declare.
14299
14300 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
14301
14302 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14303 (package-unpack, package-unpack-single): Return the pkg-dir.
14304 (package-download-transaction): Use it to update package-alist.
14305
14306 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14307
14308 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14309 possible choice.
14310
14311 2013-06-17 Juri Linkov <juri@jurta.org>
14312
14313 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14314
14315 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
14316
14317 * emacs-lisp/package.el (package-load-descriptor):
14318 Remove `with-syntax-table' call, `read' doesn't need it.
14319 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14320
14321 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
14322
14323 * startup.el (command-line): Expand package name returned by
14324 `package--description-file' (bug#14639).
14325
14326 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
14327
14328 * emacs-lisp/package.el (package-load-descriptor): Do not call
14329 `emacs-lisp-mode', just use its syntax table.
14330
14331 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
14332
14333 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14334 `font-lock-extra-managed-props' if any prettifying keyword is added.
14335 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14336 (prog-mode): Use `setq-local'.
14337
14338 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * international/characters.el (standard-case-table): Set syntax of ?»
14341 and ?« to punctuation.
14342
14343 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
14344
14345 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14346 Save relevant match data before calling `syntax-ppss' (bug#14595).
14347
14348 2013-06-15 Juri Linkov <juri@jurta.org>
14349
14350 * files-x.el (modify-file-local-variable-prop-line): Add local
14351 variables to the end of the existing comment on the first line.
14352 Use `file-auto-mode-skip' to skip interpreter magic line,
14353 and also skip XML declaration.
14354
14355 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * startup.el (package--builtin-versions): New var.
14358 (package-subdirectory-regexp): Remove.
14359 (package--description-file): Hard code its value instead.
14360
14361 * emacs-lisp/package.el: Don't activate packages older than builtin.
14362 (package-obsolete-list): Rename from package-obsolete-alist, and make
14363 it into a simple list of package-desc.
14364 (package-strip-version): Remove.
14365 (package-built-in-p): Use package--builtin-versions.
14366 (package-mark-obsolete): Simplify.
14367 (package-process-define-package): Mark it obsolete if older than the
14368 builtin version.
14369 (package-handle-response): Use line-end-position.
14370 (package-read-archive-contents, package--download-one-archive):
14371 Simplify.
14372 (package--add-to-archive-contents): Skip if older than the builtin or
14373 installed version.
14374 (package-menu-describe-package): Fix last change.
14375 (package-list-unversioned): New var.
14376 (package-menu--generate): Use it.
14377
14378 * emacs-lisp/autoload.el: Manage package--builtin-versions.
14379 (autoload--insert-text, autoload--insert-cookie-text): New functions.
14380 (autoload-builtin-package-versions): New variable.
14381 (autoload-generate-file-autoloads): Use them.
14382 Remove the list of autoloaded functions/macros from the
14383 (autoload...) comments.
14384
14385 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14386
14387 2013-06-15 Eli Zaretskii <eliz@gnu.org>
14388
14389 * simple.el (line-move-partial): Don't jump to the next screen
14390 line as soon as it becomes visible. Instead, continue enlarging
14391 the vscroll until the portion of a tall screen line that's left on
14392 display is about the height of the frame's default font.
14393 (Bug#14567)
14394
14395 2013-06-15 Glenn Morris <rgm@gnu.org>
14396
14397 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14398 compilation-error-regexp-alist void, or local while let-bound.
14399
14400 * progmodes/make-mode.el (makefile-mode-syntax-table):
14401 Treat "=" as punctuation. (Bug#14614)
14402
14403 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
14404
14405 * help-fns.el (describe-variable):
14406 Add extra line for permanent-local variables.
14407
14408 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
14409
14410 * progmodes/scheme.el (scheme-font-lock-keywords-2):
14411 Add export, import, library. (Bug#9164)
14412 (library): Set indent function.
14413
14414 2013-06-14 Glenn Morris <rgm@gnu.org>
14415
14416 * term/xterm.el (xterm--query):
14417 Stop after first matching handler. (Bug#14615)
14418
14419 2013-06-14 Ivan Kanis <ivan@kanis.fr>
14420
14421 Add support for dired in saveplace.
14422 * dired.el (dired-initial-position-hook): New variable.
14423 (dired-initial-position): Call hook to place cursor position.
14424 * saveplace.el (save-place-to-alist): Add dired position.
14425 (save-place-dired-hook): New function.
14426
14427 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14430 through a symbol rather than letrec.
14431
14432 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
14433 (package-desc): Add `dir' field.
14434 (package-desc-full-name): New function.
14435 (package-load-descriptor): Combine the two arguments. Don't use `load'.
14436 (package-maybe-load-descriptor): Remove.
14437 (package-load-all-descriptors): Just call package-load-descriptor.
14438 (package--disabled-p): New function.
14439 (package-desc-vers, package-desc-doc): Remove aliases.
14440 (package--dir): Remove function.
14441 (package-activate): Check if a package is disabled.
14442 (package-process-define-package): New function, extracted from
14443 define-package.
14444 (define-package): Turn into a place holder.
14445 (package-unpack-single, package-tar-file-info):
14446 Use package--description-file.
14447 (package-compute-transaction): Use package--disabled-p.
14448 (package-download-transaction): Don't call
14449 package-maybe-load-descriptor since they're all loaded anyway.
14450 (package-install): Change argument to be a pkg-desc.
14451 (package-delete): Use a single pkg-desc argument.
14452 (describe-package-1): Use package-desc-dir instead of package--dir.
14453 Use package-desc property instead of package-symbol.
14454 (package-install-button-action): Adjust accordingly.
14455 (package--push): Rewrite.
14456 (package-menu--print-info): Adjust accordingly. Change the ID format
14457 to be a pkg-desc.
14458 (package-menu-describe-package, package-menu-get-status)
14459 (package-menu--find-upgrades, package-menu-mark-upgrades)
14460 (package-menu-execute, package-menu--name-predicate):
14461 Adjust accordingly.
14462 * startup.el (package--description-file): New function.
14463 (command-line): Use it.
14464 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14465 Use package-desc-version.
14466
14467 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
14468 (byte-compile-preprocess): Use it.
14469 (byte-compile-file-form-defalias): Try a bit harder to use macros we
14470 can't quite recognize.
14471 (byte-compile-add-to-list): Remove.
14472 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
14473 (cconv-closure-convert): Add assertion.
14474
14475 * emacs-lisp/map-ynp.el: Use lexical-binding.
14476 (map-y-or-n-p): Remove unused vars `tail' and `object'.
14477 Factor out some repeated code.
14478
14479 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * subr.el (with-eval-after-load): New macro.
14482 (eval-after-load): Allow form to be a function.
14483 take advantage of lexical-binding.
14484 (do-after-load-evaluation): Use dolist and adjust to new format.
14485 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
14486
14487 2013-06-13 Juri Linkov <juri@jurta.org>
14488
14489 * replace.el (perform-replace): Display "symbol " and other search
14490 modes from `isearch-message-prefix' in the *Help* buffer.
14491
14492 * isearch.el (isearch-query-replace): Add " symbol" and other
14493 possible search modes from `isearch-message-prefix' to the prompt.
14494 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
14495 when reading a regexp to collect.
14496
14497 2013-06-13 Juri Linkov <juri@jurta.org>
14498
14499 * isearch.el (word-search-regexp): Match whitespace if the search
14500 string begins or ends in whitespace. The LAX arg is applied to
14501 both ends of the search string. Use `regexp-quote' and explicit
14502 \< and \> instead of \b. Use \` and \' instead of ^ and $.
14503 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
14504 boundaries are replaced with symbol boundaries, and characters
14505 between symbols match non-word non-symbol syntax. (Bug#14602)
14506
14507 2013-06-13 Juri Linkov <juri@jurta.org>
14508
14509 * isearch.el (isearch-del-char): Don't exceed the length of
14510 `isearch-string' by the prefix arg. (Bug#14563)
14511
14512 2013-06-13 Juri Linkov <juri@jurta.org>
14513
14514 * isearch.el (isearch-yank-word, isearch-yank-line)
14515 (isearch-char-by-name, isearch-quote-char)
14516 (isearch-printing-char, isearch-process-search-char):
14517 Add optional count prefix arg. (Bug#14563)
14518
14519 * international/isearch-x.el
14520 (isearch-process-search-multibyte-characters):
14521 Add optional count prefix arg.
14522
14523 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
14526 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
14527 lexical-binding.
14528
14529 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
14530
14531 * subr.el (set-temporary-overlay-map): Add on-exit argument.
14532
14533 2013-06-13 Glenn Morris <rgm@gnu.org>
14534
14535 * startup.el (tty-handle-args):
14536 Don't just discard "--" and anything after. (Bug#14608)
14537
14538 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
14539
14540 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
14541
14542 Implement changes in Secret Service API. Make it backward compatible.
14543 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
14544 (secrets-create-item): Use it. Prefix properties with interface.
14545
14546 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
14547
14548 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
14549 (term-emulate-terminal): Respect term-suppress-hard-newline.
14550
14551 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
14552
14553 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
14554 Only remove a `thumb-file' overlay. (Bug#14548)
14555
14556 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
14557
14558 * mail/reporter.el (reporter-submit-bug-report):
14559 Handle missing package-name. (Bug#14600)
14560
14561 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14562
14563 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
14564 (reftex-citation-prompt, reftex-default-bibliography)
14565 (reftex-bib-or-thebib, reftex-get-bibfile-list)
14566 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
14567 (reftex-bib-sort-author, reftex-bib-sort-year)
14568 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
14569 (reftex-extract-bib-entries-from-thebibliography)
14570 (reftex-get-bibkey-default, reftex-get-bib-names)
14571 (reftex-parse-bibtex-entry, reftex-get-bib-field)
14572 (reftex-format-bib-entry, reftex-parse-bibitem)
14573 (reftex-format-bibitem, reftex-do-citation)
14574 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
14575 (reftex-restrict-bib-matches, reftex-extract-bib-file)
14576 (reftex-insert-bib-matches, reftex-format-citation)
14577 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
14578 (reftex-create-bibtex-file): Add docstrings, mostly by converting
14579 existing comments into docstrings.
14580
14581 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
14582
14583 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
14584
14585 2013-06-12 Andreas Schwab <schwab@suse.de>
14586
14587 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
14588 for auto-save files.
14589
14590 2013-06-12 Glenn Morris <rgm@gnu.org>
14591
14592 * ido.el (ido-delete-ignored-files): Remove.
14593 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
14594 Go back to calling ido-ignore-item-p directly.
14595
14596 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
14597
14598 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
14599
14600 * ido.el (ido-delete-ignored-files): New function,
14601 split from ido-make-file-list-1.
14602 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
14603 (ido-make-file-list-1): Use ido-delete-ignored-files.
14604
14605 2013-06-12 Leo Liu <sdl.web@gmail.com>
14606
14607 * progmodes/octave.el (inferior-octave-startup)
14608 (inferior-octave-completion-table)
14609 (inferior-octave-track-window-width-change)
14610 (octave-eldoc-function-signatures, octave-help)
14611 (octave-find-definition): Use single quoted strings.
14612 (inferior-octave-startup-args): Change default value.
14613 (inferior-octave-startup): Do not hard code "-i" and
14614 "--no-line-editing".
14615 (inferior-octave-resync-dirs): Add optional arg NOERROR.
14616 (inferior-octave-directory-tracker): Use it.
14617 (octave-goto-function-definition): Robustify.
14618 (octave-help): Support highlighting operators in 'See also'.
14619 (octave-find-definition): Find subfunctions only in Octave mode.
14620
14621 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * help-fns.el (help-fns--compiler-macro): If the handler function is
14624 named, then put a link to it.
14625 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
14626 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
14627 (cl-typep): Use it.
14628 (cl-eval-when): Simplify debug spec.
14629 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
14630 compiler-macro function instead of setting `compiler-macro-file'.
14631
14632 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
14633
14634 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
14635 * vc/vc-hooks.el (vc-stay-local): Doc fix.
14636
14637 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14638 Daniel Hackney <dan@haxney.org>
14639
14640 First part of Daniel Hackney's patch to package.el.
14641 * emacs-lisp/package.el: Use defstruct.
14642 (package-desc): New, main struct.
14643 (package--bi-desc, package--ac-desc): New structs, used to describe the
14644 format in external files.
14645 (package-desc-vers): Replace with package-desc-version accessor.
14646 (package-desc-doc): Replace with package-desc-summary accessor.
14647 (package-activate-1): Remove `package' arg since the pkg-vec now
14648 includes the name.
14649 (define-package): Use package-desc-from-define.
14650 (package-unpack-single): Change file-name arg to be a symbol.
14651 (package--add-to-archive-contents): Use package-desc-create and new
14652 accessor functions to package--ac-desc.
14653 (package-buffer-info, package-tar-file-info): Return a package-desc.
14654 (package-install-from-buffer): Remove `type' argument. Change pkg-info
14655 arg to be a package-desc.
14656 (package-install-file): Adjust accordingly. Use \' to match EOS.
14657 (package--from-builtin): New function.
14658 (describe-package-1, package-menu--generate): Use it.
14659 (package--make-autoloads-and-compile): Change name arg to be a symbol.
14660 (package-generate-autoloads): Idem and return the name of the file.
14661 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14662 Change pkg-info arg to be a package-desc.
14663 Use package-make-ac-desc.
14664 (package-upload-file): Use \' to match EOS.
14665 * finder.el (finder-compile-keywords): Use package-make-builtin.
14666
14667 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * vc/vc.el (vc-deduce-fileset): Change error message.
14670 (vc-read-backend): New function.
14671 (vc-next-action): Use it.
14672
14673 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
14674
14675 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
14676 (prolog-font-lock-keywords): Use regexp-opt instead.
14677 Don't manually highlight strings.
14678 (prolog-mode-variables): Simplify comment-start-skip.
14679 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
14680
14681 * emacs-lisp/generic.el (generic--normalise-comments)
14682 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
14683 (generic-mode-set-comments): Use them.
14684 (generic-bracket-support): Use setq-local.
14685 (generic-make-keywords-list): Declare obsolete.
14686
14687 2013-06-11 Glenn Morris <rgm@gnu.org>
14688
14689 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14690 Prettify after setting font-lock-defaults. (Bug#14574)
14691
14692 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
14693
14694 * replace.el (query-replace, occur-read-regexp-defaults-function)
14695 (replace-search):
14696 * subr.el (declare-function, number-sequence, local-set-key)
14697 (substitute-key-definition, locate-user-emacs-file)
14698 (with-silent-modifications, split-string, eval-after-load):
14699 Fix typos, remove unneeded backslashes and reflow some docstrings.
14700
14701 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
14704 default for Elisp files.
14705
14706 2013-06-11 Glenn Morris <rgm@gnu.org>
14707
14708 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
14709 although define-derived-mode was doing this anyway. (Bug#14583)
14710
14711 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
14712
14713 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14714 Fix make-variable-buffer-local call to refer to the correct variable.
14715
14716 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
14717
14718 * eshell/em-term.el (eshell-visual-commands)
14719 (eshell-visual-subcommands, eshell-visual-options):
14720 Add summary line to docstrings. Add cross-references.
14721
14722 2013-06-10 Glenn Morris <rgm@gnu.org>
14723
14724 * epa.el (epa-read-file-name): New function. (Bug#14510)
14725 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
14726
14727 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
14728
14729 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
14730 output redirection to be ignored with visual commands.
14731
14732 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
14733
14734 * eshell/em-term.el (eshell-visual-command-p): New function.
14735 (eshell-term-initialize): Move long lambda to separate function
14736 eshell-visual-command-p.
14737 * eshell/em-dirs.el (eshell-dirs-initialize):
14738 * eshell/em-script.el (eshell-script-initialize):
14739 Add missing #' to lambda.
14740
14741 2013-06-08 Leo Liu <sdl.web@gmail.com>
14742
14743 * progmodes/octave.el (octave-add-log-current-defun): New function.
14744 (octave-mode): Set add-log-current-defun-function.
14745 (octave-goto-function-definition): Do not move point if not found.
14746 (octave-find-definition): Enhance to try subfunctions first.
14747
14748 2013-06-08 Glenn Morris <rgm@gnu.org>
14749
14750 * emacs-lisp/bytecomp.el (byte-compile-char-before)
14751 (byte-compile-backward-char, byte-compile-backward-word):
14752 Improve previous change, to handle non-explicit nil.
14753
14754 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
14755
14756 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
14757 (smie--opener/closer-at-point): New function.
14758 (smie--matching-block-data): Use it. Don't match from right after an
14759 opener or right before a closer. Obey smie-blink-matching-inners.
14760 Don't signal a mismatch for repeated inners like "switch..case..case".
14761
14762 2013-06-07 Leo Liu <sdl.web@gmail.com>
14763
14764 * progmodes/octave.el (octave-mode): Set comment-use-global-state
14765 to t. (Bug#14303)
14766 (octave-function-header-regexp): Fix. (Bug#14570)
14767 (octave-help-mode-finish-hook, octave-help-mode-finish):
14768 Remove. Just use temp-buffer-show-hook.
14769
14770 * newcomment.el (comment-search-backward): Revert last change.
14771 (Bug#14434)
14772
14773 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
14774
14775 2013-06-07 Eli Zaretskii <eliz@gnu.org>
14776
14777 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
14778 through xargs, to avoid failure due to MS-Windows limitations on
14779 command-line length.
14780
14781 2013-06-06 Glenn Morris <rgm@gnu.org>
14782
14783 * font-lock.el (lisp-font-lock-keywords-2):
14784 Treat user-error like error.
14785
14786 * emacs-lisp/bytecomp.el (byte-compile-char-before)
14787 (byte-compile-backward-char, byte-compile-backward-word):
14788 Handle explicit nil arguments. (Bug#14565)
14789
14790 2013-06-05 Alan Mackenzie <acm@muc.de>
14791
14792 * isearch.el (isearch-allow-prefix): New user option.
14793 (isearch-other-meta-char): Don't exit isearch when a prefix
14794 argument is typed whilst `isearch-allow-prefix' is non-nil.
14795 (Bug#9706)
14796
14797 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * autorevert.el (auto-revert-notify-handler): Use memq.
14800 Hide assertion failure.
14801
14802 * skeleton.el: Use cl-lib.
14803 (skeleton-further-elements): Use defvar-local.
14804 (skeleton-insert): Use cl-progv.
14805
14806 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14807
14808 * progmodes/prog-mode.el (prog-prettify-symbols)
14809 (prog-prettify-install): Update docstrings.
14810
14811 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * simple.el: Move all the prog-mode code to prog-mode.el.
14814 * progmodes/prog-mode.el: New file.
14815 * loadup.el: Add prog-mode.el.
14816
14817 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14818
14819 * simple.el (prog-prettify-symbols): Add version.
14820 (prog-prettify-install): Add convenience function to prettify symbols.
14821
14822 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14823 (perl--augmented-font-lock-keywords-1)
14824 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14825 variables and use it.
14826
14827 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14828 (cfengine3-mode): Remove unneeded variable and use it.
14829
14830 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14831 (lisp--augmented-font-lock-keywords-1)
14832 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14833 Remove unneeded variables and use it.
14834
14835 2013-06-05 João Távora <joaotavora@gmail.com>
14836
14837 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14838 to point when opening the connection. (Bug#14380)
14839
14840 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * subr.el (load-history-regexp, load-history-filename-element)
14843 (eval-after-load, after-load-functions, do-after-load-evaluation)
14844 (eval-next-after-load, display-delayed-warnings)
14845 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14846 definition of save-match-data.
14847 (overriding-local-map): Remove accidental obsolescence declaration.
14848
14849 * emacs-lisp/edebug.el (edebug-result): Move before first use.
14850
14851 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14852
14853 Generalize symbol prettify support to prog-mode and implement it
14854 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14855 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14856 (prog--prettify-font-lock-compose-symbol)
14857 (prog-prettify-font-lock-symbols-keywords): New variables and
14858 functions to support symbol prettification.
14859 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14860 (lisp--augmented-font-lock-keywords-1)
14861 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14862 (lisp--prettify-symbols-alist): Implement prettify of lambda.
14863 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14864 (cfengine3--prettify-symbols-alist, cfengine3-mode):
14865 Implement prettify of -> => :: strings.
14866 * progmodes/perl-mode.el (perl-prettify-symbols)
14867 (perl--font-lock-compose-symbol)
14868 (perl--font-lock-symbols-keywords): Move to prog-mode.
14869 (perl--prettify-symbols-alist): Prettify -> => :: strings.
14870 (perl-font-lock-keywords-1)
14871 (perl-font-lock-keywords-2): Remove explicit prettify support.
14872 (perl--augmented-font-lock-keywords)
14873 (perl--augmented-font-lock-keywords-1)
14874 (perl--augmented-font-lock-keywords-2, perl-mode):
14875 Implement prettify support.
14876
14877 2013-06-05 Leo Liu <sdl.web@gmail.com>
14878
14879 Re-implement SMIE matching block highlight using
14880 show-paren-data-function. (Bug#14395)
14881 * emacs-lisp/smie.el (smie-matching-block-highlight)
14882 (smie--highlight-matching-block-overlay)
14883 (smie--highlight-matching-block-lastpos)
14884 (smie-highlight-matching-block)
14885 (smie-highlight-matching-block-mode): Remove.
14886 (smie--matching-block-data-cache): New variable.
14887 (smie--matching-block-data): New function.
14888 (smie-setup): Use smie--matching-block-data for
14889 show-paren-data-function.
14890
14891 * progmodes/octave.el (octave-mode-menu): Fix.
14892 (octave-find-definition): Skip garbage lines.
14893
14894 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 Fix compilation error with simultaneous dynamic+lexical scoping.
14897 Add warning when a defvar appears after the first let-binding.
14898 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14899 (byte-compile-close-variables): Initialize it.
14900 (byte-compile--declare-var): New function.
14901 (byte-compile-file-form-defvar)
14902 (byte-compile-file-form-define-abbrev-table)
14903 (byte-compile-file-form-custom-declare-variable): Use it.
14904 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
14905 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14906 (byte-compile-bind): Handle dynamic bindings that shadow
14907 lexical bindings.
14908 (byte-compile-unbind): Make arg non-optional.
14909 (byte-compile-let): Simplify.
14910 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14911 (cconv--analyse-function, cconv-analyse-form): Populate it.
14912 Protect byte-compile-bound-variables to limit the scope of defvars.
14913 (cconv-analyse-form): Add missing rule for (defvar <foo>).
14914 Remove unneeded rule for `declare'.
14915
14916 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14917 so as to avoid depending on cl-adjoin at run-time.
14918 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14919
14920 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14921 (macroexp--warn-and-return): Use it.
14922
14923 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14924
14925 * subr.el: Convert to lexical binding.
14926 (overriding-local-map): Make obsolete.
14927 (add-to-list): Doc fix. Add compiler macro.
14928 (read-key): Swap values of local maps.
14929
14930 2013-06-05 Leo Liu <sdl.web@gmail.com>
14931
14932 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14933
14934 2013-06-04 Leo Liu <sdl.web@gmail.com>
14935
14936 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14937 (compilation-auto-jump): Suppress the "Mark set" message to give
14938 way to exit message.
14939
14940 2013-06-04 Alan Mackenzie <acm@muc.de>
14941
14942 Remove faulty optimisation from indentation calculation.
14943 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14944 search limit based on 2000 characters back from indent-point.
14945
14946 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14947
14948 * eshell/em-term.el (cl-lib): Require `cl-lib'.
14949
14950 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * emacs-lisp/lisp.el: Use lexical-binding.
14953 (lisp--local-variables-1, lisp--local-variables): New functions.
14954 (lisp--local-variables-completion-table): New var.
14955 (lisp-completion-at-point): Use it complete let-bound vars.
14956
14957 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14958 eagerly (bug#14422).
14959
14960 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
14961
14962 * autorevert.el (auto-revert-notify-enabled)
14963 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14964 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14965 (auto-revert-notify-handler): Handle also gfilenotify.
14966
14967 * subr.el (file-notify-handle-event): New defun. Replacing ...
14968 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14969 Remove.
14970
14971 2013-06-03 Juri Linkov <juri@jurta.org>
14972
14973 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14974 `M-s h .'. (Bug#14427)
14975
14976 * hi-lock.el (highlight-symbol-at-point): New alias for the new
14977 command `hi-lock-face-symbol-at-point'.
14978 (hi-lock-face-symbol-at-point): New command.
14979 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14980 (hi-lock-menu): Add `highlight-symbol-at-point'.
14981 (hi-lock-mode): Doc fix.
14982
14983 * isearch.el (isearch-forward-symbol-at-point): New command.
14984 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14985 (isearch-highlight-regexp): Add a regexp which matches
14986 words/symbols for word/symbol mode.
14987
14988 * subr.el (find-tag-default-bounds): New function with the body
14989 mostly moved from `find-tag-default'.
14990 (find-tag-default): Move most code to `find-tag-default-bounds',
14991 call it and apply `buffer-substring-no-properties' afterwards.
14992
14993 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14994
14995 * eshell/em-term.el (eshell-term-initialize):
14996 Use `cl-intersection' rather than `intersection'.
14997
14998 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
14999
15000 * vc/log-view.el: Doc fix.
15001 (log-view-mode-map): Copy keymap from `special-mode-map'.
15002
15003 2013-06-02 Eric Ludlam <zappo@gnu.org>
15004
15005 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
15006 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15007 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15008 (eieio-unbound, eieio-default-superclass)
15009 (eieio--define-field-accessors, method-static, method-before)
15010 (method-primary, method-after, method-num-lists)
15011 (method-generic-before, method-generic-primary)
15012 (method-generic-after, method-num-slots)
15013 (eieio-specialized-key-to-generic-key)
15014 (eieio--check-type, class-v, class-p)
15015 (eieio-class-name, define-obsolete-function-alias)
15016 (eieio-class-parents-fast, eieio-class-children-fast)
15017 (same-class-fast-p, class-constructor, generic-p)
15018 (generic-primary-only-p, generic-primary-only-one-p)
15019 (class-option-assoc, class-option, eieio-object-p)
15020 (class-abstract-p, class-method-invocation-order)
15021 (eieio-defclass-autoload-map, eieio-defclass-autoload)
15022 (eieio-class-un-autoload, eieio-defclass)
15023 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15024 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15025 (eieio--defgeneric-init-form, eieio-defgeneric-form)
15026 (eieio-defgeneric-reset-generic-form)
15027 (eieio-defgeneric-form-primary-only)
15028 (eieio-defgeneric-reset-generic-form-primary-only)
15029 (eieio-defgeneric-form-primary-only-one)
15030 (eieio-defgeneric-reset-generic-form-primary-only-one)
15031 (eieio-unbind-method-implementations)
15032 (eieio--defmethod, eieio--typep)
15033 (eieio-perform-slot-validation, eieio-validate-slot-value)
15034 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15035 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15036 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15037 (eieio-slot-name-index, eieio-class-slot-name-index)
15038 (eieio-set-defaults, eieio-initarg-to-attribute)
15039 (eieio-attribute-to-initarg, eieio-c3-candidate)
15040 (eieio-c3-merge-lists, eieio-class-precedence-c3)
15041 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15042 (eieio-class-precedence-list, eieio-generic-call-methodname)
15043 (eieio-generic-call-arglst, eieio-generic-call-key)
15044 (eieio-generic-call-next-method-list)
15045 (eieio-pre-method-execution-functions, eieio-generic-call)
15046 (eieio-generic-call-primary-only, eieiomt-method-list)
15047 (eieiomt-optimizing-obarray, eieiomt-install)
15048 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15049 (eieio-generic-form, eieio-defmethod, make-obsolete)
15050 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15051 (defclass): Remove `eval-and-compile' from macro.
15052 (call-next-method, shared-initialize): Instead of using
15053 `scoped-class' variable, use new eieio--scoped-class, and
15054 eieio--with-scoped-class.
15055 (initialize-instance): Rename local variable 'scoped-class' to
15056 'this-class' to remove ambiguitity from old global.
15057
15058 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
15059 eieio.el.
15060 (eieio--scoped-class-stack): New variable.
15061 (eieio--scoped-class): New fcn.
15062 (eieio--with-scoped-class): New scoping macro.
15063 (eieio-defclass): Use pushnew instead of add-to-list.
15064 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15065 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15066 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15067 `scoped-class' variable, use new eieio--scoped-class, and
15068 eieio--with-scoped-class.
15069
15070 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15071
15072 2013-06-02 Tassilo Horn <tsdh@gnu.org>
15073
15074 * eshell/esh-ext.el (eshell-external-command): Pass args to
15075 `eshell-find-interpreter'.
15076 (eshell-find-interpreter): Add new second parameter ARGS.
15077
15078 * eshell/em-script.el (eshell-script-initialize): Add second arg
15079 to the function added as MATCH to `eshell-interpreter-alist'.
15080
15081 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15082 the function added as MATCH to `eshell-interpreter-alist'.
15083
15084 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15085 (eshell-visual-options): New defcustom.
15086 (eshell-escape-control-x): Adapt docstring.
15087 (eshell-term-initialize): Test `eshell-visual-subcommands' and
15088 `eshell-visual-options' in addition to `eshell-visual-commands'.
15089 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15090
15091 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
15092
15093 * progmodes/python.el (python-indent-block-enders): Add break,
15094 continue and raise keywords.
15095
15096 2013-06-01 Glenn Morris <rgm@gnu.org>
15097
15098 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15099
15100 Plain (f)boundp silences compilation warnings since Emacs 22.1.
15101 * progmodes/cc-cmds.el (delete-forward-p):
15102 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15103 * progmodes/cc-engine.el (buffer-syntactic-context):
15104 * progmodes/cc-fonts.el (face-property-instance):
15105 * progmodes/cc-mode.el (set-keymap-parents):
15106 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15107 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15108 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15109 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15110 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15111
15112 * progmodes/cc-vars.el (other): Emacs has this widget since
15113 at least 21.1, so don't (re)define it.
15114
15115 * eshell/em-cmpl.el (eshell-cmpl-initialize):
15116 Replace the obsolete alias pcomplete-arg-quote-list.
15117
15118 2013-06-01 Leo Liu <sdl.web@gmail.com>
15119
15120 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15121 punctuation syntax.
15122 (inferior-octave-minimal-columns)
15123 (inferior-octave-last-column-width): New variables.
15124 (inferior-octave-track-window-width-change): New function.
15125 (inferior-octave-mode): Adjust column width so that Octave output,
15126 for example from 'ls', can fit into the window nicely.
15127
15128 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
15129
15130 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15131 Highlight expansions inside regexp literals.
15132
15133 2013-05-31 Glenn Morris <rgm@gnu.org>
15134
15135 * obsolete/sym-comp.el (symbol-complete):
15136 Replace obsolete completion-annotate-function.
15137
15138 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15139
15140 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
15141
15142 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15143 New function, checks if point is inside a literal that allows
15144 expression expansion.
15145 (ruby-syntax-propertize-expansion): Use it.
15146 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15147 around the body.
15148
15149 2013-05-30 Juri Linkov <juri@jurta.org>
15150
15151 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15152 to "\M-si".
15153 (isearch-invisible): New variable.
15154 (isearch-forward): Doc fix.
15155 (isearch-mode): Set `isearch-invisible'
15156 to the value of `search-invisible'.
15157 (isearch-toggle-case-fold): Doc fix.
15158 (isearch-toggle-invisible): New command.
15159 (isearch-query-replace): Let-bind `search-invisible'
15160 to the value of `isearch-invisible'.
15161 (isearch-search): Use `isearch-invisible' instead of
15162 `search-invisible'. Let-bind `search-invisible'
15163 to the value of `isearch-invisible'. (Bug#11378)
15164
15165 2013-05-30 Juri Linkov <juri@jurta.org>
15166
15167 * replace.el (perform-replace): Avoid `isearch-range-invisible'
15168 call when `query-flag' is nil and `search-invisible' is non-nil.
15169 (Bug#11746)
15170
15171 2013-05-30 Glenn Morris <rgm@gnu.org>
15172
15173 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15174
15175 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15176 (cc-require): Suppress spurious "noruntime" warnings.
15177 (cc-require-when-compile): Use fboundp, for sake of compiler.
15178
15179 * progmodes/cc-mode.el: Move load of cc-vars before that of
15180 cc-langs (which in turn loads cc-vars), to quieten compiler.
15181
15182 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15183
15184 * paren.el: Simplify the code.
15185 (show-paren-mode): Always start the timer.
15186 (show-paren--idle-timer): Rename from show-paren-idle-timer.
15187 (show-paren--overlay, show-paren--overlay-1): Rename from
15188 show-paren-overlay and show-paren-overlay-1, and initialize to an
15189 overlay rather than to nil.
15190 (show-paren-function): Misc cleanup and simplifications.
15191
15192 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * paren.el (show-paren-data-function): New hook.
15195 (show-paren--default): New function, extracted from show-paren-function.
15196 (show-paren-function): Use show-paren-data-function.
15197
15198 2013-05-30 Glenn Morris <rgm@gnu.org>
15199
15200 * ielm.el (ielm-map, ielm-complete-symbol):
15201 Use completion-at-point rather than obsolete functions.
15202 (inferior-emacs-lisp-mode): Doc fix.
15203 Set completion-at-point-functions, rather than
15204 comint-dynamic-complete-functions.
15205
15206 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15207 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15208 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15209
15210 * image.el (image-animated-p): Tweak definition.
15211
15212 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15213 (rlogin-process-connection-type): Tweak default. Add set-after.
15214 (rlogin-host): Doc fix.
15215 (rlogin): Tweak prompt.
15216 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15217
15218 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15219 * progmodes/tcl.el (inferior-tcl-mode-map):
15220 Use completion-at-point rather than obsolete alias.
15221
15222 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15223
15224 * minibuffer.el (read-file-name-completion-ignore-case):
15225 Move before completion--in-region, for eager macro expansion.
15226
15227 2013-05-29 Juri Linkov <juri@jurta.org>
15228
15229 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15230 for total count of matching lines. Add `global-matches' for total
15231 count of matches. Rename `matches' to `lines' for count of
15232 matching lines. Add `matches' for count of matches.
15233 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
15234 to `prev-line' for line number of prev match endpt.
15235 Increment `matches' for every match. Print the number of
15236 matching lines in the header.
15237 (occur-context-lines): Rename `lines' to `curr-line'.
15238 Rename `prev-lines' to `prev-line'. (Bug#14017)
15239
15240 2013-05-29 Juri Linkov <juri@jurta.org>
15241
15242 * replace.el (perform-replace): Add `skip-read-only-count',
15243 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15244 Increment them for corresponding conditions and report the number
15245 of skipped occurrences in the final message. (Bug#11746)
15246 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15247 (replace-string, replace-regexp): Doc fix.
15248
15249 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * emacs-lisp/trace.el (trace--read-args): Provide a default.
15252
15253 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15254 prog-mode-map (bug#14504).
15255
15256 2013-05-29 Leo Liu <sdl.web@gmail.com>
15257
15258 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15259 (octave-help): Small simplification.
15260
15261 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15262 off the highlight first.
15263
15264 2013-05-29 Glenn Morris <rgm@gnu.org>
15265
15266 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15267 Handle idlwave-last-system-routine-info-cons-cell being nil.
15268
15269 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15270 (idlwave-write-paths): Simplify via with-temp-buffer.
15271
15272 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15273 * emulation/cua-rect.el: Also load cua-base at run time.
15274
15275 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15276 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15277 (cperl-imenu-on-info): Require imenu.
15278
15279 2013-05-28 Alan Mackenzie <acm@muc.de>
15280
15281 Handle "capitalised keywords" correctly.
15282 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15283
15284 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
15285
15286 * eshell/em-unix.el: Add -r option to cp.
15287
15288 2013-05-28 Glenn Morris <rgm@gnu.org>
15289
15290 * vc/vc-arch.el (vc-exec-after): Declare.
15291 (vc-switches): Autoload.
15292 * vc/vc-bzr.el: No need to require vc when compiling.
15293 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15294 (vc-resynch-buffer, vc-dir-refresh): Declare.
15295 (vc-setup-buffer, vc-switches): Autoload.
15296 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15297 (vc-resynch-buffer): Declare.
15298 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15299 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15300 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15301 (grep-read-regexp, grep-read-files, grep-expand-template)
15302 (vc-dir-refresh): Declare.
15303 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15304 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15305 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15306 * vc/vc-mtn.el (vc-exec-after): Declare.
15307 (vc-switches): Autoload.
15308 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15309 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15310 (vc-file-tree-walk): Declare.
15311 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15312 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15313 (vc-tag-precondition, vc-rename-master): Autoload.
15314 * vc/vc-svn.el (vc-exec-after): Declare.
15315 (vc-switches, vc-setup-buffer): Autoload.
15316 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15317 Autoload.
15318 (vc-resynch-buffer): Declare.
15319
15320 * obsolete/fast-lock.el (byte-compile-warnings):
15321 Don't warn about obsolete features in this obsolete file.
15322
15323 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15324 Move definition before use.
15325
15326 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15327 (dun-unix-verbs): Remove dun-zippy.
15328 (dun-zippy): Remove function.
15329
15330 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15331
15332 2013-05-27 Juri Linkov <juri@jurta.org>
15333
15334 * replace.el (replace-search): New function with code moved out
15335 from `perform-replace'.
15336 (replace-highlight, replace-dehighlight): Move function definitions
15337 up closer to `replace-search'. (Bug#11746)
15338
15339 2013-05-27 Juri Linkov <juri@jurta.org>
15340
15341 * replace.el (perform-replace): Ignore invisible matches.
15342 In addition to checking `query-replace-skip-read-only', also
15343 filter out matches by calling `run-hook-with-args-until-failure'
15344 on `isearch-filter-predicates', and also check `search-invisible'
15345 for t or call `isearch-range-invisible'.
15346 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
15347
15348 2013-05-27 Juri Linkov <juri@jurta.org>
15349
15350 * isearch.el (isearch-filter-predicates): Rename from
15351 `isearch-filter-predicate'. Doc fix. (Bug#11378)
15352 (isearch-message-prefix): Display text from the property
15353 `isearch-message-prefix' of the currently active filters.
15354 (isearch-search): Don't compare `isearch-filter-predicate' with
15355 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
15356 on `isearch-filter-predicates'. Also check `search-invisible' for t
15357 or call `isearch-range-invisible'.
15358 (isearch-filter-visible): Make obsolete.
15359 (isearch-lazy-highlight-search):
15360 Call `run-hook-with-args-until-failure' on
15361 `isearch-filter-predicates' and use `isearch-range-invisible'.
15362
15363 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15364 `isearch-filter-predicates' instead of `funcall'ing
15365 `isearch-filter-predicate'.
15366 (Info-mode): Set `Info-isearch-filter' to
15367 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15368
15369 * dired-aux.el (dired-isearch-filter-predicate-orig):
15370 Remove variable.
15371 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15372 (dired-isearch-filenames-end): Add and remove
15373 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15374 instead of changing the value of `isearch-filter-predicate'.
15375 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15376 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15377 Put property `isearch-message-prefix' to "filename " on
15378 `dired-isearch-filter-filenames'.
15379
15380 * wdired.el (wdired-change-to-wdired-mode):
15381 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15382 locally instead of changing `isearch-filter-predicate'.
15383 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15384
15385 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
15386
15387 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15388 return the commit hash (Bug#14459). Also set the
15389 `vc-git-detached' property.
15390 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15391 (vc-git-mode-line-string): Use the same help-echo format whether
15392 in detached mode or not, because we know the actual revision now.
15393 When in detached mode, shorten the revision to 7 chars.
15394
15395 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * emacs-lisp/easy-mmode.el (define-minor-mode):
15398 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15399 mode hook and provide a docstring.
15400
15401 2013-05-27 Alan Mackenzie <acm@muc.de>
15402
15403 Remove spurious syntax-table text properties inserted by C-y.
15404 * progmodes/cc-mode.el (c-after-change): Also clear hard
15405 syntax-table property with value nil.
15406
15407 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
15408
15409 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15410 when reading the events; the buffer layout shall not be changed.
15411
15412 2013-05-27 Leo Liu <sdl.web@gmail.com>
15413
15414 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15415 New variable.
15416 (inferior-octave-directory-tracker): Automatically re-sync
15417 default-directory.
15418 (octave-help): Improve handling of 'See also'.
15419
15420 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15421
15422 * doc-view.el: Minor naming convention tweaks.
15423 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15424
15425 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15426 even if there's no `display' property yet (bug#14435).
15427
15428 2013-05-25 Eli Zaretskii <eliz@gnu.org>
15429
15430 * subr.el (unmsys--file-name): Rename from reveal-filename.
15431
15432 * Makefile.in (custom-deps, finder-data, autoloads)
15433 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15434 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15435 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15436
15437 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15440 error-completion on the first 2 args of condition-case (bug#14446).
15441 Don't burp at EOB.
15442
15443 2013-05-25 Leo Liu <sdl.web@gmail.com>
15444
15445 * comint.el (comint-previous-matching-input): Do not flood the
15446 *Messages* buffer with trivial messages.
15447
15448 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * progmodes/flymake.el (flymake-nop): Don't return a string.
15451 (flymake-set-at): Fix typo.
15452
15453 * simple.el (read--expression): New function, extracted from
15454 eval-expression. Set completion-at-point-functions (bug#14465).
15455 (eval-expression, eval-minibuffer): Use it.
15456
15457 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
15458
15459 * progmodes/flymake.el (flymake-save-buffer-in-file)
15460 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
15461 (flymake-selected-frame, flymake-log, flymake-ins-after)
15462 (flymake-set-at, flymake-get-buildfile-from-cache)
15463 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
15464 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
15465 Refine the doc string.
15466 (flymake-get-file-name-mode-and-masks): Reformat.
15467 (flymake-get-real-file-name-function): Fix a minor bug.
15468
15469 2013-05-24 Juri Linkov <juri@jurta.org>
15470
15471 * progmodes/grep.el (grep-mode-font-lock-keywords):
15472 Support =linenumber= format used by git-grep for lines with
15473 function names. (Bug#13549)
15474
15475 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * progmodes/octave.el (octave-smie-rules): Return nil rather than
15478 0 after a semi-colon; it works better for smie-auto-fill.
15479 (octave--indent-new-comment-line): New function.
15480 (octave-indent-new-comment-line): Use it (indirectly).
15481 (octave-mode): Don't disable smie-auto-fill. Use add-function to
15482 modify comment-line-break-function.
15483
15484 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
15485 (smie-setup): Use add-function to set it.
15486
15487 2013-05-24 Sam Steingold <sds@gnu.org>
15488
15489 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
15490 argument (before the `interactive' argument).
15491
15492 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * image-mode.el (image-mode-winprops): Add winprops to
15495 image-mode-winprops-alist before running
15496 image-mode-new-window-functions.
15497 * doc-view.el (doc-view-new-window-function): Don't delay
15498 doc-view-goto-page via timers (bug#14435).
15499
15500 2013-05-24 Tassilo Horn <tsdh@gnu.org>
15501
15502 * doc-view.el: Integrate with desktop.el. (Bug#14435)
15503 (doc-view-desktop-save-buffer): New function.
15504 (doc-view-restore-desktop-buffer): New function.
15505 (desktop-buffer-mode-handlers):
15506 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
15507 handler.
15508 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
15509 `desktop-save-buffer' function.
15510
15511 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
15512
15513 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
15514 (tramp-gvfs-file-name-handler): Raise a user error when
15515 `tramp-gvfs-enabled' is nil.
15516 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
15517 Do not raise a user error when loading package. (Bug#14447)
15518
15519 * net/xesam.el: Move to obsolete/.
15520
15521 2013-05-24 Glenn Morris <rgm@gnu.org>
15522
15523 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
15524
15525 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
15526
15527 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
15528 (Info-find-node, Man-getpage-in-background): Declare.
15529
15530 * mail/unrmail.el (unrmail):
15531 Replace obsolete detect-coding-with-priority.
15532
15533 * net/socks.el (socks-split-string): Use this rather than split-string.
15534 (socks-nslookup-host): Update for above change.
15535 (dynamic-choice, s5-dynamic-choice-match)
15536 (s5-dynamic-choice-match-inline, s5-widget-value-create):
15537 Comment out unused code.
15538
15539 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
15540 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
15541 (gud-tooltip-echo-area): Make obsolete.
15542 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
15543
15544 * progmodes/js.el (js--optimize-arglist): Declare.
15545
15546 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
15547
15548 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
15549 (ediff-window-C): Declare.
15550
15551 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
15552 Tweak requires to silence compiler.
15553
15554 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
15555 (he-search-string, he-tried-table, he-expand-list)
15556 (he-init-string, he-string-member, he-substitute-string)
15557 (he-reset-string): Declare.
15558
15559 * obsolete/options.el (list-options): Use custom-variable-p,
15560 rather than obsolete alias.
15561
15562 2013-05-23 Sam Steingold <sds@gnu.org>
15563
15564 * simple.el (shell-command-on-region): Pass the `replace' argument
15565 down to `call-process-region' to comply with the doc as reported on
15566 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
15567
15568 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * emacs-lisp/smie.el (smie-indent-forward-token)
15571 (smie-indent-backward-token): Handle string tokens (bug#14381).
15572
15573 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15574
15575 * ielm.el (ielm-menu): New menu.
15576 (inferior-emacs-lisp-mode): Set comment-start.
15577
15578 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15579
15580 * textmodes/reftex.el (reftex-ref-style-toggle):
15581 Fix deactivate action.
15582
15583 * textmodes/reftex-vars.el (reftex-ref-style-alist):
15584 Add cleveref macros.
15585
15586 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15587 Accept options for bibliography commands.
15588 * textmodes/reftex-vars.el (reftex-bibliography-commands):
15589 Add addbibresource. Basic Biblatex support.
15590
15591 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
15592
15593 * net/tramp-gvfs.el (top):
15594 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
15595 when loading package. (Bug#14447)
15596
15597 2013-05-23 Glenn Morris <rgm@gnu.org>
15598
15599 * progmodes/js.el: No need to load comint when compiling.
15600 (ring-insert, comint-send-string, comint-send-input)
15601 (comint-last-input-end, ido-chop): Declare.
15602
15603 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
15604 * vc/ediff-mult.el: Adjust requires.
15605 (ediff-directories-internal, ediff-directory-revisions-internal)
15606 (ediff-patch-file-internal): Declare.
15607 * vc/ediff-ptch.el: Adjust requires.
15608 (ediff-use-last-dir, ediff-buffers-internal): Declare.
15609 (ediff-find-file): Autoload.
15610 * vc/ediff-util.el: No need to load ediff when compiling.
15611 (ediff-regions-internal): Declare.
15612 * vc/ediff-wind.el: Adjust requires.
15613 (ediff-compute-toolbar-width): Define when compiling.
15614 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
15615 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
15616 (dired-get-filename, dired-get-marked-files)
15617 (ediff-last-dir-patch, ediff-patch-default-directory)
15618 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
15619 (ediff-patch-buffer-internal): Declare.
15620
15621 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
15622 (ispell-process, ispell-buffer-local-words, lm-summary)
15623 (lm-section-start, lm-section-end): Declare.
15624 (checkdoc-ispell-init): Simplify.
15625
15626 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
15627 (he-string-member, he-reset-string, he-substitute-string): Declare.
15628
15629 * eshell/em-ls.el: Adjust requires.
15630 (eshell-glob-regexp): Declare.
15631 * eshell/em-tramp.el: Adjust requires.
15632 (eshell-parse-command): Autoload.
15633 * eshell/em-xtra.el: Adjust requires.
15634 (eshell-parse-command): Autoload.
15635 * eshell/esh-ext.el: Adjust requires.
15636 (eshell-parse-command, eshell-close-handles): Autoload.
15637 * eshell/esh-io.el: Adjust requires.
15638 (eshell-output-filter): Autoload.
15639 * eshell/esh-util.el: No need to load tramp when compiling.
15640 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
15641 Declare.
15642 (eshell-parse-ange-ls): Require ange-ftp and tramp.
15643 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
15644 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
15645 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
15646 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
15647 * eshell/esh-opt.el, eshell/esh-proc.el:
15648 * eshell/esh-var.el: Adjust requires.
15649 * eshell/eshell.el: Do not require esh-util twice.
15650 (eshell-add-input-to-history): Declare.
15651 (eshell-command): Check history module is active before using it.
15652
15653 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
15654
15655 2013-05-22 Leo Liu <sdl.web@gmail.com>
15656
15657 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
15658
15659 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
15660
15661 * autorevert.el (auto-revert-notify-add-watch)
15662 (auto-revert-notify-handler): Add `attrib' for the inotify case,
15663 it indicates changes in file modification time.
15664
15665 2013-05-22 Glenn Morris <rgm@gnu.org>
15666
15667 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15668 Always delete the autoloaded function from the noruntime and
15669 unresolved functions lists.
15670
15671 * allout.el: No need to load epa, epg, overlay when compiling.
15672 (epg-context-set-passphrase-callback, epg-list-keys)
15673 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
15674 (epg-key-user-id-list): Declare.
15675
15676 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15677 (viper-set-parsing-style-toggling-macro)
15678 (viper-set-emacs-state-searchstyle-macros):
15679 Use called-interactively-p on Emacs.
15680 (viper-looking-back): Make it an obsolete alias. Update callers.
15681 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
15682 Use looking-back rather than viper-looking-back.
15683 (viper-tmp-insert-at-eob, viper-enlarge-region)
15684 (viper-read-string-with-history, viper-register-to-point)
15685 (viper-append-to-register, viper-change-state-to-vi)
15686 (viper-backward-char-carefully, viper-forward-char-carefully)
15687 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
15688 (viper-change-state-to-emacs): Declare.
15689 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
15690 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
15691 * emulation/viper-mous.el: Do not load viper-cmd.
15692 (viper-backward-char-carefully, viper-forward-char-carefully)
15693 (viper-forward-word, viper-adjust-window): Declare.
15694
15695 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
15696
15697 * progmodes/idlw-help.el (idlwave-help-fontify):
15698 Use called-interactively-p.
15699
15700 * term/w32console.el (w32-get-console-codepage)
15701 (w32-get-console-output-codepage): Declare.
15702
15703 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
15704 Remove unnecessary declarations.
15705 (dframe-message): Doc fix.
15706
15707 * info.el (dframe-select-attached-frame, dframe-current-frame):
15708 Declare.
15709
15710 * speedbar.el (speedbar-message): Make it an obsolete alias.
15711 Update all callers.
15712 (speedbar-with-attached-buffer)
15713 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
15714 (speedbar-with-writable): Use backquote.
15715 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
15716 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
15717 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
15718 rather than speedbar- aliases.
15719 * mail/rmail.el: Load dframe rather than speedbar when compiling.
15720 (speedbar-make-specialized-keymap, speedbar-insert-button)
15721 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
15722 (speedbar-do-function-pointer): Declare.
15723 (rmail-speedbar-button, rmail-speedbar-find-file)
15724 (rmail-speedbar-move-message):
15725 Use dframe-with-attached-buffer rather than speedbar- alias.
15726 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
15727 (dframe-message, speedbar-make-specialized-keymap)
15728 (speedbar-add-expansion-list, speedbar-mode-functions-list)
15729 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
15730 (speedbar-insert-button, dframe-select-attached-frame)
15731 (dframe-maybee-jump-to-attached-frame)
15732 (speedbar-change-initial-expansion-list)
15733 (speedbar-previously-used-expansion-list-name): Declare.
15734 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
15735 Use dframe-message, dframe-with-attached-buffer rather than
15736 speedbar- aliases.
15737 (gud-sentinel): Silence compiler.
15738 * progmodes/vhdl-mode.el (speedbar-refresh)
15739 (speedbar-do-function-pointer, speedbar-add-supported-extension)
15740 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
15741 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
15742 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
15743 (speedbar-file-lists, speedbar-make-tag-line)
15744 (speedbar-line-directory, speedbar-goto-this-file)
15745 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
15746 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
15747 (speedbar-make-button, speedbar-reset-scanners)
15748 (speedbar-files-item-info, speedbar-line-text)
15749 (speedbar-find-file-in-frame, speedbar-set-timer)
15750 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
15751 (speedbar-with-writable): Do not (re)define it.
15752 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
15753 rather than speedbar- alias.
15754
15755 2013-05-21 Leo Liu <sdl.web@gmail.com>
15756
15757 * progmodes/octave.el (octave-mode-menu): Update and re-organize
15758 menu items.
15759 (octave-mode): Tweak fill-nobreak-predicate.
15760 (inferior-octave-startup): Check process to avoid infinite loop.
15761 (inferior-octave): Pop to buffer first to show abornmal process
15762 exit information.
15763
15764 2013-05-21 Glenn Morris <rgm@gnu.org>
15765
15766 * printing.el (pr-menu-bar): Define when compiling.
15767
15768 2013-05-21 Leo Liu <sdl.web@gmail.com>
15769
15770 * progmodes/octave.el (octave-auto-fill): Remove.
15771 (octave-indent-new-comment-line): Improve.
15772 (octave-mode): Use auto fill mode through
15773 comment-line-break-function and fill-nobreak-predicate.
15774 (octave-goto-function-definition): Support DEFUN_DLD.
15775 (octave-beginning-of-defun): Small tweak.
15776 (octave-help): Show parent directory.
15777
15778 2013-05-21 Glenn Morris <rgm@gnu.org>
15779
15780 * files.el (dired-unmark):
15781 * progmodes/gud.el (gdb-input): Update declarations.
15782
15783 * calculator.el (electric, ehelp): No need to load when compiling.
15784 (Electric-command-loop, electric-describe-mode): Declare.
15785
15786 * doc-view.el (doc-view-current-converter-processes): Move before use.
15787
15788 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15789 Move MODE-set-explicitly definition before use.
15790
15791 * international/mule-diag.el (mule-diag):
15792 Don't use obsolete window-system-version.
15793
15794 * mail/feedmail.el (smtpmail): No need to load when compiling.
15795 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15796
15797 * mail/mail-utils.el (rfc822): No need to load when compiling.
15798 (rfc822-addresses): Autoload it.
15799 (mail-strip-quoted-names): Trivial simplification.
15800
15801 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15802 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15803
15804 * net/snmp-mode.el (tempo): Don't duplicate requires.
15805
15806 * progmodes/prolog.el (info): No need to load when compiling.
15807 (comint): Require before shell requires it.
15808 (Info-goto-node): Autoload it.
15809 (Info-follow-nearest-node): Declare.
15810 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15811
15812 * textmodes/artist.el (picture-mode-exit): Declare.
15813
15814 * textmodes/reftex-parse.el (reftex-parse-from-file):
15815 Trivial rewrite so the compiler can parse it better.
15816
15817 2013-05-20 Leo Liu <sdl.web@gmail.com>
15818
15819 * progmodes/octave.el (octave-help-mode-map)
15820 (octave-help-mode-finish-hook): New variables.
15821 (octave-help-mode, octave-help-mode-finish): New functions.
15822 (octave-help): Use octave-help-mode.
15823
15824 2013-05-20 Glenn Morris <rgm@gnu.org>
15825
15826 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
15827
15828 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
15829
15830 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15831 start at point, so that expansion starting right after opening
15832 slash in a regexp is recognized.
15833 (ruby-syntax-before-regexp-re): New defvar, extracted from
15834 ruby-syntax-propertize-function. Since the value of this regexp
15835 is looked up at runtime now, we should be able to turn
15836 `ruby-syntax-methods-before-regexp' into a defcustom later.
15837 (ruby-syntax-propertize-function): Split regexp matching into two
15838 parts, for opening and closing slashes. That allows us to skip
15839 over string interpolations and support multiline regexps.
15840 Don't call `ruby-syntax-propertize-expansions', instead use another rule
15841 for them, which calls `ruby-syntax-propertize-expansion'.
15842 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15843 call to `ruby-syntax-propertize-function'.
15844 (ruby-syntax-propertize-expansion): Extracted from
15845 `ruby-syntax-propertize-expansions'. Handles one expansion.
15846 (ruby-syntax-propertize-percent-literal): Leave point right after
15847 the percent symbol, so that the expression expansion rule can
15848 propertize the contents.
15849 (ruby-syntax-propertize-heredoc): Leave point at bol following the
15850 heredoc openers.
15851 (ruby-syntax-propertize-expansions): Remove.
15852
15853 2013-05-18 Juri Linkov <juri@jurta.org>
15854
15855 * man.el (Man-default-man-entry): Remove `-' from the end
15856 of the default value. (Bug#14400)
15857
15858 2013-05-18 Glenn Morris <rgm@gnu.org>
15859
15860 * comint.el (comint-password-prompt-regexp):
15861 Allow "password for XXX" where XXX contains colons (eg https://...).
15862
15863 2013-05-18 Leo Liu <sdl.web@gmail.com>
15864
15865 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15866 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
15867 (octave-source-directories): Don't check process.
15868 (octave-source-directories, octave-find-definition): Doc fix.
15869
15870 2013-05-18 Glenn Morris <rgm@gnu.org>
15871
15872 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15873 Remove backspace/delete bindings. (Bug#14392)
15874
15875 * cus-dep.el (custom-make-dependencies): Sort the output.
15876 (custom-versions-load-alist): Convert comment to doc.
15877
15878 2013-05-17 Leo Liu <sdl.web@gmail.com>
15879
15880 * newcomment.el (comment-search-backward): Stricter in finding
15881 comment start. (Bug#14303)
15882
15883 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15884 (octave-comment-start-skip): Properly anchored.
15885
15886 2013-05-17 Leo Liu <sdl.web@gmail.com>
15887
15888 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15889 Clean up when turned off. (Bug#14395)
15890 (smie--highlight-matching-block-overlay): No longer buffer-local.
15891 (smie-highlight-matching-block): Adjust.
15892
15893 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
15894
15895 Doc string fix for "nanoseconds" (Bug#14406).
15896 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15897 Fix doc string typo that had "nanoseconds" instead of "microseconds".
15898
15899 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
15900
15901 * calc/calc-units.el (math-extract-units): Preserve powers
15902 of units.
15903
15904 2013-05-17 Leo Liu <sdl.web@gmail.com>
15905
15906 * subr.el (delete-consecutive-dups): New function.
15907 * ido.el (ido-set-matches-1): Use it.
15908 * progmodes/octave.el (inferior-octave-completion-table): Use it.
15909 * ido.el (ido-remove-consecutive-dups): Remove.
15910
15911 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15914 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15915 regexp-opt's `words'.
15916
15917 2013-05-16 Leo Liu <sdl.web@gmail.com>
15918
15919 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15920 (smie--highlight-matching-block-overlay)
15921 (smie--highlight-matching-block-lastpos)
15922 (smie--highlight-matching-block-timer): New variables.
15923 (smie-highlight-matching-block): New function.
15924 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
15925 (smie-setup): Conditionally enable smie-blink-matching-open.
15926
15927 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
15928
15929 Sync with upstream verilog-mode r840.
15930 * progmodes/verilog-mode.el (verilog-mode-version)
15931 (verilog-mode-release-date): Update.
15932 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15933 (verilog-sig-tieoff): Fix string error on
15934 AUTORESET with colon define, bug594. Reported by Andrew Hou.
15935 (verilog-read-decls): Fix parameters confusing
15936 AUTOINST interfaces, bug565. Reported by Leith Johnson.
15937
15938 2013-05-16 Eli Zaretskii <eliz@gnu.org>
15939
15940 * subr.el (reveal-filename): New function.
15941
15942 * loadup.el: Compute Emacs executable versions on MS-Windows,
15943 where executables have the .exe extension. Add a hard link
15944 emacs-XX.YY.ZZ.exe on MS-Windows.
15945
15946 * Makefile.in (XARGS_LIMIT): New variable.
15947 (custom-deps, finder-data, autoloads)
15948 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15949 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15950 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15951 (compile-main): Limit xargs according to $(XARGS_LIMIT).
15952
15953 2013-05-16 Leo Liu <sdl.web@gmail.com>
15954
15955 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15956 (octave-mode-menu, octave-mode-map): Remove its uses.
15957
15958 2013-05-16 Reto Zimmermann <reto@gnu.org>
15959
15960 Sync with upstream vhdl mode v3.34.2.
15961 * progmodes/vhdl-mode.el: Use `push' throughout.
15962 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15963 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15964 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
15965 (vhdl-actual-generic-name): New option to derive actual generic name.
15966 (vhdl-port-paste-signals): Replace formal by actual generics.
15967 (vhdl-beautify): New name for old group vhdl-align. Update users.
15968 (vhdl-beautify-options): New option.
15969 (vhdl-last-input-event): New compat alias. Use throughout.
15970 (vhdl-goto-line): Replace user level function `goto-line'.
15971 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15972 vhdl-fix-statement-buffer.
15973 (vhdl-create-mode-menu): Add some entries.
15974 (vhdl-align-region-groups): Respect vhdl-beautify-options.
15975 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15976 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15977 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15978 to force statements on one line.
15979 (vhdl-remove-trailing-spaces-region):
15980 New, split from vhdl-remove-trailing-spaces.
15981 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15982 Respect vhdl-beautify-options.
15983 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15984 (vhdl-update-sensitivity-list): Not add with index if exists without.
15985 Not include array index with signal. Ignore keywords in comments.
15986 (vhdl-get-visible-signals): Regexp tweaks.
15987 (vhdl-template-component-inst): Handle empty library.
15988 (vhdl-template-type): Add template for 'enum' type.
15989 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15990 Use vhdl-replace-string.
15991 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15992 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15993 (vhdl-speedbar-initialize): Update for above name change.
15994 (vhdl-compose-wire-components): Fix in handling of constants.
15995 (vhdl-error-regexp-emacs-alist): New variable.
15996 (vhdl-error-regexp-add-emacs): New function;
15997 adds support for new compile.el (Emacs 22+)
15998 (vhdl-generate-makefile-1): Change target order for single lib. units.
15999 Allow use of absolute file names.
16000
16001 2013-05-16 Leo Liu <sdl.web@gmail.com>
16002
16003 * simple.el (prog-indent-sexp): Indent enclosing defun.
16004
16005 2013-05-15 Glenn Morris <rgm@gnu.org>
16006
16007 * cus-start.el (show-trailing-whitespace): Move to editing basics.
16008 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16009 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16010 (whitespace-highlight): Move to whitespace group.
16011
16012 * comint.el (comint-source):
16013 * pcmpl-linux.el (pcmpl-linux):
16014 * shell.el (shell-faces):
16015 * eshell/esh-opt.el (eshell-opt):
16016 * international/ccl.el (ccl): Remove empty custom groups.
16017
16018 * completion.el (dynamic-completion-mode):
16019 * jit-lock.el (jit-lock-debug-mode):
16020 * minibuffer.el (completion-in-region-mode):
16021 * type-break.el (type-break-mode-line-message-mode)
16022 (type-break-query-mode):
16023 * emulation/tpu-edt.el (tpu-edt-mode):
16024 * progmodes/subword.el (global-subword-mode, global-superword-mode):
16025 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16026 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16027
16028 * term/xterm.el (xterm): Change parent group to terminals.
16029
16030 * master.el (master): Remove empty custom group.
16031 (master-mode): Remove unused :group argument.
16032 * textmodes/refill.el (refill): Remove empty custom group.
16033 (refill-mode): Remove unused :group argument.
16034
16035 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16036
16037 * cus-dep.el: Provide a feature.
16038 (custom-make-dependencies): Ignore dotfiles (dir-locals).
16039 Don't mistakenly ignore files whose basenames match a basename
16040 from preloaded-file-list (eg cedet/ede/simple.el).
16041 Add a fallback method for getting :group.
16042
16043 2013-05-15 Juri Linkov <juri@jurta.org>
16044
16045 * isearch.el (isearch-char-by-name): Rename from
16046 `isearch-insert-char-by-name'. Doc fix.
16047 (isearch-forward): Mention `isearch-char-by-name' in
16048 the docstring. (Bug#13348)
16049
16050 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16051 `exit-minibuffer' instead of
16052 `isearch-nonincremental-exit-minibuffer'.
16053 (isearch-edit-string): Remove mention of
16054 `isearch-nonincremental-exit-minibuffer' from docstring.
16055 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16056 (isearch-forward-exit-minibuffer)
16057 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
16058
16059 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * loadup.el: Just use unversioned DOC.
16062
16063 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16064 literals as extending to EOB.
16065 (nxml-last-fontify-end): Remove unused variable.
16066 (nxml-after-change1): Use with-silent-modifications.
16067 (nxml-extend-after-change-region): Simplify.
16068 (nxml-extend-after-change-region1): Remove function.
16069 (nxml-after-change1): Don't adjust for dependent regions.
16070 (nxml-fontify-matcher): Simplify.
16071 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16072 (xmltok-add-dependent): Remove function.
16073 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16074 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16075 (xmltok-scan-prolog-after-processing-instruction-open): Treat
16076 unclosed <[[, <?, comment, and other literals as extending to EOB.
16077 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16078 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16079 Remove functions.
16080 (rng-do-some-validation-1): Don't mark dependent regions.
16081 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16082 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16083 (nxml-clear-dependent-regions): Remove functions.
16084 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16085 (nxml-ensure-scan-up-to-date):
16086 Don't clear&mark dependent regions.
16087
16088 2013-05-15 Leo Liu <sdl.web@gmail.com>
16089
16090 * progmodes/octave.el (octave-goto-function-definition):
16091 Improve and fix callers.
16092
16093 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16096 the setter (bug#14387).
16097
16098 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16099 surrounding group (bug#14402).
16100
16101 2013-05-14 Juri Linkov <juri@jurta.org>
16102
16103 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16104 (Bug#14390)
16105
16106 2013-05-14 Glenn Morris <rgm@gnu.org>
16107
16108 * progmodes/f90.el (f90-imenu-generic-expression):
16109 Fix typo in 2013-05-08 change. (Bug#14402)
16110
16111 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16112
16113 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16114 Remove signals for which replies are never received.
16115
16116 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16117
16118 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16119 (gdb-handler-alist, gdb-handler-number): Remove variables.
16120 (gdb-handler-list): New variable.
16121 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16122 (gdb-pending-handler-p, gdb-handle-reply)
16123 (gdb-remove-all-pending-triggers): New functions.
16124 (gdb-discard-unordered-replies): New defcustom.
16125 (gdb-handler): New defstruct.
16126 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
16127 instead of gdb-pending-triggers. Update docstring.
16128 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
16129 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16130 (gdb-var-update-handler, def-gdb-auto-update-trigger)
16131 (def-gdb-auto-update-handler, gdb-get-changed-registers)
16132 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16133 (gdb-frame-handler): Pending triggers are now automatically managed.
16134 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16135 Remove argument.
16136 (gdb-input): Automatically handles pending triggers. Update docstring.
16137 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16138 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16139 Update comments.
16140 (gdb-done-or-error): Now use gdb-handle-reply.
16141
16142 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16143
16144 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16145 gdb-debug-log.
16146
16147 2013-05-14 Glenn Morris <rgm@gnu.org>
16148
16149 * subr.el (user-emacs-directory-warning): New option.
16150 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
16151
16152 2013-05-14 Leo Liu <sdl.web@gmail.com>
16153
16154 * progmodes/octave.el (octave-font-lock-keywords): Fix error
16155 during redisplay.
16156 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16157 (octave-font-lock-texinfo-comment): Fix invalid search bound
16158 error: wrong side of point.
16159
16160 2013-05-14 Glenn Morris <rgm@gnu.org>
16161
16162 * progmodes/flymake.el (flymake-xml-program): New option.
16163 (flymake-xml-init): Use it.
16164
16165 * term/xterm.el: Provide a feature.
16166
16167 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
16168
16169 2013-05-13 Glenn Morris <rgm@gnu.org>
16170
16171 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16172 Add compat aliases as a hack workaround. (Bug#14384)
16173
16174 2013-05-13 Leo Liu <sdl.web@gmail.com>
16175
16176 * progmodes/octave.el (octave-indent-comment): Fix indentation for
16177 ###, and %!.
16178 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16179 C-M-q.
16180 (octave-comment-start-skip): Include %!.
16181 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16182
16183 2013-05-12 Leo Liu <sdl.web@gmail.com>
16184
16185 * progmodes/octave.el (inferior-octave-startup): Store the value
16186 of __octave_srcdir__ for octave-source-directories.
16187 (inferior-octave-check-process): New function refactored out of
16188 inferior-octave-send-list-and-digest.
16189 (octave-source-directories)
16190 (octave-find-definition-filename-function): New variables.
16191 (octave-source-directories)
16192 (octave-find-definition-default-filename): New functions.
16193 (octave-find-definition): Improve to find functions implemented in C++.
16194
16195 2013-05-12 Glenn Morris <rgm@gnu.org>
16196
16197 * calendar/diary-lib.el (diary-outlook-format-1):
16198 Don't include dayname in the output. (Bug#14349)
16199
16200 2013-05-11 Glenn Morris <rgm@gnu.org>
16201
16202 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16203
16204 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16205 Treat cc-provide like provide.
16206
16207 2013-05-11 Kevin Ryde <user42@zip.com.au>
16208
16209 * cus-dep.el (custom-make-dependencies):
16210 Use generated-autoload-load-name for the sake of files such
16211 such cedet/semantic/bovine/c.el, where the base file name
16212 is not in load-path. (Bug#5277)
16213
16214 2013-05-11 Glenn Morris <rgm@gnu.org>
16215
16216 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16217 Provide features.
16218
16219 2013-05-11 Leo Liu <sdl.web@gmail.com>
16220
16221 * progmodes/octave.el (octave-indent-comment): Improve.
16222 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16223 (octave-eldoc-function-signatures, octave-eldoc-function):
16224 New functions.
16225 (octave-mode, inferior-octave-mode): Add eldoc support.
16226
16227 2013-05-11 Richard Stallman <rms@gnu.org>
16228
16229 * epa.el (epa-decrypt-file): Take output file name as argument
16230 and read it using `interactive'.
16231
16232 2013-05-11 Leo Liu <sdl.web@gmail.com>
16233
16234 * progmodes/octave.el (octave-beginning-of-line)
16235 (octave-end-of-line): Check before using up-list because it jumps
16236 out of more syntactic contructs since moving to smie.
16237 (octave-indent-comment): New function.
16238 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
16239 (octave-begin-keywords, octave-end-keywords)
16240 (octave-reserved-words, octave-smie-bnf-table)
16241 (octave-smie-rules): Add new keywords from Octave 3.6.4.
16242
16243 2013-05-11 Glenn Morris <rgm@gnu.org>
16244
16245 * faces.el (internal-face-x-get-resource):
16246 * frame.el (ns-display-monitor-attributes-list):
16247 * calc/calc-aent.el (math-to-radians-2):
16248 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16249 Fix declarations.
16250
16251 * calc/calc-menu.el: Make it loadable in isolation.
16252
16253 * net/eudcb-bbdb.el: Make it loadable without bbdb.
16254 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16255 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16256 (eudc-bbdb-query-internal): Require 'bbdb.
16257
16258 * lpr.el (lpr-headers-switches):
16259 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16260
16261 * progmodes/sql.el (sql-login-params): Fix and improve :type.
16262
16263 * emulation/edt-mapper.el: In batch mode, error rather than hang.
16264
16265 * term.el (term-set-escape-char): Make it idempotent.
16266
16267 2013-05-10 Leo Liu <sdl.web@gmail.com>
16268
16269 * progmodes/octave.el (inferior-octave-completion-table):
16270 No longer a function and all uses changed. Use cache to speed up
16271 completion due to bug#11906.
16272 (octave-beginning-of-defun): Re-write to be more general.
16273
16274 2013-05-10 Glenn Morris <rgm@gnu.org>
16275
16276 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16277
16278 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * comint.el (comint-redirect-send-command-to-process): Use :around
16281 rather than :override for comint-redirect-filter.
16282 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16283 Call it instead of comint-redirect-original-filter-function (which
16284 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
16285
16286 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
16287
16288 * frame.el (display-monitor-attributes-list): Add NS case.
16289 (ns-display-monitor-attributes-list): Declare.
16290
16291 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
16292
16293 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
16294
16295 2013-05-09 Glenn Morris <rgm@gnu.org>
16296
16297 * international/fontset.el (vertical-centering-font-regexp):
16298 Set standard-value.
16299
16300 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16301
16302 * bookmark.el (bookmark-search-delay):
16303 * cus-start.el (vertical-centering-font-regexp):
16304 * ps-mule.el (ps-mule-font-info-database-default):
16305 * ps-print.el (ps-default-fg, ps-default-bg):
16306 * type-break.el (type-break-good-break-interval):
16307 * whitespace.el (whitespace-indentation-regexp)
16308 (whitespace-space-after-tab-regexp):
16309 * emacs-lisp/testcover.el (testcover-1value-functions)
16310 (testcover-noreturn-functions, testcover-progn-functions)
16311 (testcover-prog1-functions):
16312 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16313 * eshell/em-glob.el (eshell-glob-translate-alist):
16314 * play/tetris.el (tetris-tty-colors):
16315 * progmodes/cpp.el (cpp-face-default-list):
16316 * progmodes/flymake.el (flymake-allowed-file-name-masks):
16317 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16318 (idlwave-help-browser-generic-args):
16319 * progmodes/make-mode.el (makefile-special-targets-list):
16320 * progmodes/python.el (python-shell-virtualenv-path):
16321 * progmodes/verilog-mode.el (verilog-active-low-regexp)
16322 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16323 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16324 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16325 * textmodes/reftex-vars.el (reftex-format-label-function):
16326 * textmodes/remember.el (remember-diary-file): Fix custom types.
16327
16328 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16329 Add :version.
16330
16331 2013-05-09 Leo Liu <sdl.web@gmail.com>
16332
16333 * progmodes/octave.el (inferior-octave-completion-at-point):
16334 Restore file completion. (Bug#14300)
16335 (inferior-octave-startup): Fix incorrect highlighting for the
16336 first prompt.
16337
16338 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16339
16340 * progmodes/ruby-mode.el: First cut at SMIE support.
16341 (ruby-use-smie): New var.
16342 (ruby-smie-grammar): New constant.
16343 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16344 (ruby-smie--forward-token, ruby-smie--backward-token)
16345 (ruby-smie-rules): New functions.
16346 (ruby-mode-variables): Setup SMIE if applicable.
16347
16348 2013-05-08 Eli Zaretskii <eliz@gnu.org>
16349
16350 * simple.el (line-move-visual): Signal beginning/end of buffer
16351 only if vertical-motion moved less than it was requested. Avoids
16352 silly incorrect error messages when there are display strings with
16353 multiple newlines at EOL.
16354
16355 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16358 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16359 (prolog-char-quote-workaround):
16360 * progmodes/cperl-mode.el (cperl-under-as-char):
16361 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16362 Mark as obsolete.
16363 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16364 their declaration.
16365 (vhdl-mode-syntax-table-init): Remove.
16366
16367 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16368 last change.
16369
16370 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16371 syntax for "_".
16372 (ld-script-font-lock-keywords):
16373 Change regexps to use things like \_< and \_>.
16374
16375 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16376 Change all regexps to use things like \_< and \_>.
16377
16378 * progmodes/autoconf.el (autoconf-definition-regexp)
16379 (autoconf-font-lock-keywords, autoconf-current-defun-function):
16380 Handle a _ with symbol syntax.
16381 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16382
16383 * progmodes/ada-mode.el (ada-mode-abbrev-table):
16384 Consolidate declaration.
16385 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16386 the declaration.
16387 (ada-create-syntax-table): Remove.
16388 (ada-capitalize-word): Don't mess with the syntax of "_" since it
16389 already has the right syntax nowadays.
16390 (ada-goto-next-word): Don't change the syntax of "_".
16391
16392 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16393 with-wrapper-hook.
16394
16395 2013-05-08 Sam Steingold <sds@gnu.org>
16396
16397 * thingatpt.el (thing-at-point): Accept optional second argument
16398 NO-PROPERTIES to strip the text properties from the return value.
16399 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16400 to `thing-at-point' instead of stripping the properties ourselves.
16401 Also, when `thing-at-point' fails to find a url, prepend "http://"
16402 to the filename at point on the assumption that the user is
16403 pointing at something like gnu.org/gnu.
16404
16405 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
16406
16407 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16408 * faces.el (crm-separator):
16409 Silence byte-compiler.
16410
16411 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16412 (tool-bar-map): Remove unneeded defvars.
16413
16414 2013-05-08 Leo Liu <sdl.web@gmail.com>
16415
16416 Re-work a fix for bug#10994 based on Le Wang's patch.
16417 * ido.el (ido-remove-consecutive-dups): New helper.
16418 (ido-completing-read): Use it.
16419 (ido-chop): Revert fix for bug#10994.
16420
16421 2013-05-08 Adam Spiers <emacs@adamspiers.org>
16422
16423 * cus-edit.el (custom-save-variables):
16424 Pretty-print long values. (Bug#14187)
16425
16426 2013-05-08 Glenn Morris <rgm@gnu.org>
16427
16428 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16429 (m4-mode-syntax-table): Init in the defvar.
16430 (m4-mode-abbrev-table): Let define-derived-mode define it.
16431
16432 2013-05-08 Tom Tromey <tromey@redhat.com>
16433
16434 * progmodes/m4-mode.el (m4-mode-syntax-table):
16435 Do not treat "_" as word constituent. (Bug#14167)
16436
16437 2013-05-07 Glenn Morris <rgm@gnu.org>
16438
16439 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16440 Remove explicit eshell-isearch-cancel-map.
16441
16442 * progmodes/f90.el (f90-smart-end-names): New option.
16443 (f90-smart-end): Doc fix.
16444 (f90-end-block-optional-name): New constant.
16445 (f90-block-match): Respect f90-smart-end-names.
16446
16447 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * progmodes/octave.el (octave-smie-forward-token): Be more careful
16450 about implicit semi-colons (bug#14218).
16451
16452 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16453
16454 * frame.el (display-monitor-attributes-list)
16455 (frame-monitor-attributes): New functions.
16456
16457 2013-05-06 Leo Liu <sdl.web@gmail.com>
16458
16459 * progmodes/octave.el (octave-syntax-propertize-function): Change
16460 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
16461 (octave-font-lock-keywords): Use octave-operator-regexp.
16462 (octave-completion-at-point): Rename from
16463 octave-completion-at-point-function.
16464 (inferior-octave-directory-tracker): Robustify.
16465 (octave-text-functions): Remove and fix its uses. No such things
16466 any more.
16467
16468 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16469
16470 * emacs-lisp/trace.el (trace--display-buffer): New function.
16471 (trace-make-advice): Use it.
16472
16473 2013-05-06 Juri Linkov <juri@jurta.org>
16474
16475 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
16476 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
16477 Doc fix.
16478 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
16479 in the help string. (Bug#12985)
16480
16481 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
16482
16483 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
16484
16485 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16486
16487 * progmodes/perl-mode.el: Add support for here documents.
16488 (perl-syntax-propertize-function): Match here-doc markers.
16489 (perl-syntax-propertize-special-constructs): Find their end.
16490 (perl-imenu-generic-expression): Use [:alnum:].
16491
16492 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
16493 (advice--add-function): Refresh the advice if already present
16494 (bug#14317).
16495
16496 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
16497
16498 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
16499
16500 2013-05-06 Glenn Morris <rgm@gnu.org>
16501
16502 * w32-fns.el (w32-charset-info-alist): Declare.
16503
16504 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
16505 of its defcustom properties.
16506 (eshell-cmpl-initialize): No need to load pcomplete.
16507
16508 * generic-x.el: No need to require comint when compiling.
16509
16510 * net/eudc-export.el: Make it loadable without bbdb.
16511 (top-level): Use require rather than load-library.
16512 (eudc-create-bbdb-record, eudc-bbdbify-phone)
16513 (eudc-batch-export-records-to-bbdb)
16514 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16515 Require bbdb.
16516
16517 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
16520 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16521 some tweaks, instead.
16522
16523 2013-05-05 Leo Liu <sdl.web@gmail.com>
16524
16525 * progmodes/octave.el (octave-font-lock-keywords)
16526 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
16527 (inferior-octave-send-list-and-digest): Improve error message.
16528 (octave-mode, inferior-octave-mode): Use setq-local.
16529 (octave-help): Set info-lookup-mode.
16530
16531 2013-05-05 Richard Stallman <rms@gnu.org>
16532
16533 * vc/compare-w.el (compare-windows-whitespace):
16534 Treat no-break space as whitespace.
16535
16536 * mail/rmailsum.el (rmail-summary-rmail-update):
16537 Detect empty summary and don't change selected message.
16538 (rmail-summary-goto-msg): Likewise.
16539
16540 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
16541 Doc fixes, rename args.
16542
16543 2013-05-05 Alan Mackenzie <acm@muc.de>
16544
16545 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
16546
16547 2013-05-05 Juri Linkov <juri@jurta.org>
16548
16549 * info.el (Info-read-subfile): Use (point-min) instead of (point)
16550 to not add the length of the summary segment to the return value.
16551 (Bug#14125)
16552
16553 2013-05-05 Leo Liu <sdl.web@gmail.com>
16554
16555 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
16556 (inferior-octave-output-filter): Remove.
16557 (octave-send-region, inferior-octave-startup): Fix callers.
16558 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
16559 (octave-binary-file-extensions): New user variable.
16560 (octave-find-definition): Confirm if opening binary files.
16561 (octave-help-file): Use octave-find-definition to get the binary
16562 confirmation.
16563 (octave-help): Adjust for octave-help-file change.
16564
16565 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16566
16567 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
16568 Merge the two entries that handle function definitions.
16569 (pascal--syntax-propertize): New const.
16570 (pascal-mode): Use it. Use setq-local.
16571
16572 2013-05-04 Glenn Morris <rgm@gnu.org>
16573
16574 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
16575 (diary-from-outlook): Respect diary-from-outlook-function.
16576
16577 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
16580 Move the declaration from C.
16581 (read-minibuffer, eval-minibuffer): Move from C.
16582 (completion-setup-function): Avoid minibuffer-completion-contents.
16583
16584 2013-05-03 Leo Liu <sdl.web@gmail.com>
16585
16586 * progmodes/octave.el (octave-font-lock-keywords): Do not
16587 dehighlight 'end' in comments or strings.
16588 (octave-completing-read, octave-goto-function-definition):
16589 New helpers.
16590 (octave-help-buffer): New user variable.
16591 (octave-help-file, octave-help-function): New button types.
16592 (octave-help): New command and bind it to C-h ;.
16593 (octave-find-definition): New command and bind it to M-.
16594 (user-error): Alias to error if not defined.
16595
16596 2013-05-02 Leo Liu <sdl.web@gmail.com>
16597
16598 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
16599 for \. (bug#14332)
16600 (octave-font-lock-keywords): Include [ and {.
16601
16602 2013-05-02 Leo Liu <sdl.web@gmail.com>
16603
16604 * progmodes/octave.el (inferior-octave-startup-file): Change default.
16605 (inferior-octave): Remove calling comint-mode and return the buffer.
16606 (inferior-octave-startup): Cosmetic changes.
16607
16608 2013-05-02 Leo Liu <sdl.web@gmail.com>
16609
16610 * progmodes/octave.el (octave-syntax-propertize-function):
16611 Include the case when ' is at line beginning. (Bug#14336)
16612
16613 2013-05-02 Glenn Morris <rgm@gnu.org>
16614
16615 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
16616 * desktop.el (vc-dir-mode): Just autoload it here.
16617
16618 2013-05-02 Alan Mackenzie <acm@muc.de>
16619
16620 Eliminate variable c-standard-font-lock-fontify-region-function.
16621 * progmodes/cc-mode.el
16622 (c-standard-font-lock-fontify-region-function): Remove.
16623 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
16624
16625 2013-05-01 Leo Liu <sdl.web@gmail.com>
16626
16627 * progmodes/octave.el: Compatible with older emacs-24 releases.
16628 (inferior-octave-has-built-in-variables): Remove. Built-in
16629 variables were removed from Octave in 2007.
16630 (inferior-octave-startup): Fix uses.
16631 (comint-line-beginning-position): Remove compatibility code for
16632 emacs 21.
16633
16634 2013-05-01 Juri Linkov <juri@jurta.org>
16635
16636 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
16637
16638 2013-05-01 Juri Linkov <juri@jurta.org>
16639
16640 * comint.el (comint-previous-matching-input): Don't print message
16641 "History item: %d" when `isearch-mode' is active.
16642 (comint-history-isearch-message): Print message "History item: %d"
16643 when `comint-input-ring-index' is not empty and this function is
16644 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
16645
16646 2013-05-01 Leo Liu <sdl.web@gmail.com>
16647
16648 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16649 definitions. Use completion-at-point to insert keywords.
16650 (octave-abbrev-start): Remove.
16651 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
16652
16653 2013-04-30 Leo Liu <sdl.web@gmail.com>
16654
16655 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
16656 change.
16657
16658 2013-04-30 Alan Mackenzie <acm@muc.de>
16659
16660 Handle arbitrarily long C++ member initialisation lists.
16661 * progmodes/cc-engine.el (c-back-over-member-initializers):
16662 new function.
16663 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
16664 (most) member init lists.
16665
16666 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16667
16668 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
16669 variable.
16670
16671 2013-04-30 Leo Liu <sdl.web@gmail.com>
16672
16673 * progmodes/octave.el (octave-variables): Remove. No builtin
16674 variables any more. All converted to functions.
16675 (octave-font-lock-keywords, octave-completion-at-point-function):
16676 Fix uses.
16677 (octave-font-lock-texinfo-comment): New user variable.
16678 (octave-texinfo-font-lock-keywords): New variable for texinfo
16679 comment block.
16680 (octave-function-comment-block): New face.
16681 (octave-font-lock-texinfo-comment): New function.
16682 (octave-mode): Font lock texinfo comment block.
16683
16684 2013-04-29 Leo Liu <sdl.web@gmail.com>
16685
16686 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
16687 indexing expression.
16688 (octave-continuation-string): Do not use \.
16689 (inferior-octave-complete-impossible): Remove.
16690 (inferior-octave-completion-table)
16691 (inferior-octave-completion-at-point): Remove its uses.
16692 (inferior-octave-startup): completion_matches was introduced to
16693 Octave in 1996 so safe to assume it.
16694 (octave-function-file-comment): Improve to follow how Octave does it.
16695 (octave-update-function-file-comment): Tweak.
16696
16697 2013-04-29 Leo Liu <sdl.web@gmail.com>
16698
16699 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
16700 (inferior-octave-startup): Remove inferior-octave-startup-hook.
16701 (octave-function-file-comment): Fix typo.
16702 (octave-sync-function-file-names): Use read-char-choice.
16703
16704 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
16705
16706 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
16707 to t for the less important warnings.
16708
16709 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
16710
16711 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
16712
16713 2013-04-27 Glenn Morris <rgm@gnu.org>
16714
16715 * vc/log-view.el (log-view-current-entry):
16716 Treat "---" separator lines as part of the following rev. (Bug#14169)
16717
16718 2013-04-27 Juri Linkov <juri@jurta.org>
16719
16720 * subr.el (read-number): Doc fix about using it by interactive
16721 code letter `n'. (Bug#14254)
16722
16723 2013-04-27 Juri Linkov <juri@jurta.org>
16724
16725 * desktop.el (desktop-auto-save-timeout): New option.
16726 (desktop-file-checksum): New variable.
16727 (desktop-save): Add optional arg `auto-save' and don't auto-save
16728 if nothing changed.
16729 (desktop-auto-save-timer): New variable.
16730 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
16731 (after-init-hook): Call `desktop-auto-save-set-timer'.
16732 Suggested by Reuben Thomas <rrt@sc3d.org> in
16733 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
16734
16735 2013-04-27 Leo Liu <sdl.web@gmail.com>
16736
16737 * progmodes/octave.el (octave-function-file-p)
16738 (octave-skip-comment-forward, octave-function-file-comment)
16739 (octave-update-function-file-comment): New functions.
16740 (octave-mode-map): Bind C-c ; to
16741 octave-update-function-file-comment.
16742 (octave-mode-menu): Add octave-update-function-file-comment.
16743 (octave-mode, inferior-octave-mode): Fix doc-string.
16744 (octave-insert-defun): Conform to Octave's coding convention.
16745 (Bug#14285)
16746
16747 * files.el (basic-save-buffer): Don't let errors in
16748 before-save-hook prevent saving buffer.
16749
16750 2013-04-20 Roland Winkler <winkler@gnu.org>
16751
16752 * faces.el (read-face-name): Use completing-read if arg multiple
16753 is nil.
16754
16755 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
16756
16757 * ls-lisp.el (ls-lisp-insert-directory): If no files are
16758 displayed, move point to after the totals line.
16759 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
16760 for the details.
16761
16762 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * emacs-lisp/package.el (package-autoload-ensure-default-file):
16765 Add current dir to the load-path.
16766 (package-generate-autoloads): Don't rely on
16767 autoload-ensure-default-file.
16768
16769 2013-04-26 Reuben Thomas <rrt@sc3d.org>
16770
16771 * textmodes/remember.el (remember-store-in-files): Document that
16772 the file name format is passed to `format-time-string'.
16773
16774 2013-04-26 Leo Liu <sdl.web@gmail.com>
16775
16776 * progmodes/octave.el (octave-sync-function-file-names): New function.
16777 (octave-mode): Use it in before-save-hook.
16778
16779 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
16782 (bug#14274).
16783
16784 * progmodes/octave.el (octave-smie-forward-token): Properly skip
16785 \n and comment, even if it's not an implicit ; (bug#14218).
16786
16787 2013-04-26 Glenn Morris <rgm@gnu.org>
16788
16789 * subr.el (read-number): Once more use `read' rather than
16790 `string-to-number', to trap non-numeric input. (Bug#14254)
16791
16792 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
16793
16794 * emacs-lisp/syntax.el (syntax-propertize-multiline):
16795 Use `syntax-multiline' text property consistently instead of
16796 `font-lock-multiline'. (Bug#14237)
16797
16798 2013-04-26 Glenn Morris <rgm@gnu.org>
16799
16800 * emacs-lisp/shadow.el (list-load-path-shadows):
16801 No longer necessary to check for duplicate simple.el, since
16802 2012-07-07 change to init_lread to not include installation lisp
16803 directories in load-path when running uninstalled. (Bug#14270)
16804
16805 2013-04-26 Leo Liu <sdl.web@gmail.com>
16806
16807 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16808 (octave-mode, inferior-octave-mode): Use setq-local.
16809 (octave-not-in-string-or-comment-p): Rename to
16810 octave-in-string-or-comment-p.
16811 (octave-in-comment-p, octave-in-string-p)
16812 (octave-in-string-or-comment-p): Replace defsubst with defun.
16813
16814 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
16815
16816 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16817
16818 2013-04-25 Bastien Guerry <bzg@gnu.org>
16819
16820 * textmodes/remember.el (remember-data-directory)
16821 (remember-directory-file-name-format): Fix custom types.
16822
16823 2013-04-25 Leo Liu <sdl.web@gmail.com>
16824
16825 * progmodes/octave.el (octave-completion-at-point-function):
16826 Make use of inferior octave process.
16827 (octave-initialize-completions): Remove.
16828 (inferior-octave-completion-table): New function.
16829 (inferior-octave-completion-at-point): Use it.
16830 (octave-completion-alist): Remove.
16831
16832 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * progmodes/opascal.el: Use font-lock and syntax-propertize.
16835 (opascal-mode-syntax-table): New var.
16836 (opascal-literal-kind, opascal-is-literal-end)
16837 (opascal-literal-token-at): Rewrite.
16838 (opascal--literal-start-re, opascal-font-lock-keywords)
16839 (opascal--syntax-propertize): New constants.
16840 (opascal-font-lock-defaults): Adjust.
16841 (opascal-mode): Use them. Set comment-<foo> variables as well.
16842 (delphi-comment-face, opascal-comment-face, delphi-string-face)
16843 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16844 (delphi-other-face, opascal-other-face): Remove face variables.
16845 (opascal-save-state): Remove macro.
16846 (opascal-fontifying-progress-step): Remove constant.
16847 (opascal--ignore-changes): Remove var.
16848 (opascal-set-token-property, opascal-parse-next-literal)
16849 (opascal-is-stable-literal, opascal-complete-literal)
16850 (opascal-is-literal-start, opascal-face-of)
16851 (opascal-parse-region, opascal-parse-region-until-stable)
16852 (opascal-fontify-region, opascal-after-change)
16853 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16854 (opascal-debug-parse-region, opascal-debug-parse-window)
16855 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16856 (opascal-debug-fontify-buffer): Remove.
16857 (opascal-debug-mode-map): Adjust accordingly.
16858
16859 2013-04-25 Leo Liu <sdl.web@gmail.com>
16860
16861 Merge octave-mod.el and octave-inf.el into octave.el with some
16862 cleanups.
16863 * progmodes/octave.el: New file renamed from octave-mod.el.
16864 * progmodes/octave-inf.el: Merged into octave.el.
16865 * progmodes/octave-mod.el: Renamed to octave.el.
16866
16867 2013-04-25 Tassilo Horn <tsdh@gnu.org>
16868
16869 * textmodes/reftex-vars.el
16870 (reftex-label-ignored-macros-and-environments): New defcustom.
16871
16872 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16873
16874 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16877 (smie-indent-keyword): Improve the check to ensure that the next
16878 comment is really on the same line.
16879 (smie-indent-comment): Don't align with a subsequent closer (or eob).
16880
16881 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16882 semi-colons if the line is not otherwise empty (bug#14218).
16883
16884 2013-04-25 Glenn Morris <rgm@gnu.org>
16885
16886 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16887
16888 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * progmodes/opascal.el (opascal-set-token-property): Rename from
16891 opascal-set-text-properties and only set `token' (bug#14134).
16892 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16893 (opascal-literal-text-properties): Remove.
16894 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16895 Adjust callers.
16896
16897 2013-04-24 Reuben Thomas <rrt@sc3d.org>
16898
16899 * textmodes/remember.el (remember-handler-functions): Add an
16900 option for a new handler `remember-store-in-files'.
16901 (remember-data-directory, remember-directory-file-name-format):
16902 New options.
16903 (remember-store-in-files): New function to store remember notes
16904 as separate files within a directory.
16905
16906 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
16907
16908 * progmodes/compile.el (compilation-next-error-function):
16909 Pass "formats" to compilation-find-file (bug#11777).
16910
16911 2013-04-24 Glenn Morris <rgm@gnu.org>
16912
16913 * vc/vc-bzr.el (vc-bzr-print-log):
16914 * vc/vc-hg.el (vc-hg-print-log):
16915 * vc/vc-svn.el (vc-svn-print-log):
16916 Fix START-REVISION with LIMIT != 1. (Bug#14168)
16917
16918 * vc/vc-bzr.el (vc-bzr-print-log):
16919 * vc/vc-cvs.el (vc-cvs-print-log):
16920 * vc/vc-git.el (vc-git-print-log):
16921 * vc/vc-hg.el (vc-hg-print-log):
16922 * vc/vc-mtn.el (vc-mtn-print-log):
16923 * vc/vc-rcs.el (vc-rcs-print-log):
16924 * vc/vc-sccs.el (vc-sccs-print-log):
16925 * vc/vc-svn.el (vc-svn-print-log):
16926 * vc/vc.el (vc-print-log-internal): Doc fixes.
16927
16928 2013-04-23 Glenn Morris <rgm@gnu.org>
16929
16930 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16931 Remove venerable code attempting to avoid substitute-command-keys.
16932
16933 2013-04-23 Tassilo Horn <tsdh@gnu.org>
16934
16935 * textmodes/reftex-vars.el (reftex-label-regexps):
16936 Call `reftex-compile-variables' after changes to this variable.
16937
16938 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16941 Use lexical-binding.
16942 (jit-lock-force-redisplay): Use markers, check buffer's continued
16943 existence and beware narrowed buffers.
16944 (jit-lock-fontify-now): Adjust call accordingly.
16945
16946 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16947
16948 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16949 to avoid misleading the user.
16950
16951 2013-04-22 Leo Liu <sdl.web@gmail.com>
16952
16953 * info-look.el: Prefer latex2e.info. (Bug#14240)
16954
16955 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
16956
16957 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
16958
16959 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16960 * net/tramp.el (tramp-call-process): ... here.
16961 (tramp-set-completion-function, tramp-parse-putty):
16962 * net/tramp-adb.el (tramp-adb-execute-adb-command):
16963 * net/tramp-gvfs.el (tramp-gvfs-send-command):
16964 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16965 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16966 (tramp-call-local-coding-command): Use `tramp-call-process'
16967 instead of `tramp-compat-call-process'.
16968
16969 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16970 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16971 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16972 (tramp-find-inline-compress): Improve traces.
16973 (tramp-maybe-send-script): Check for Perl binary.
16974 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16975
16976 2013-04-22 Daiki Ueno <ueno@gnu.org>
16977
16978 * epg.el (epg-context-pinentry-mode): New function.
16979 (epg-context-set-pinentry-mode): New function.
16980 (epg--start): Pass --pinentry-mode option to gpg command.
16981
16982 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
16983
16984 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16985 `comint-dynamic-complete' is obsolete since 24.1, replaced by
16986 `completion-at-point'. (Bug#13774)
16987
16988 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16989 default key binding for `describe-distribution' has been moved to
16990 `C-h C-o'. (Bug#13970)
16991
16992 2013-04-21 Glenn Morris <rgm@gnu.org>
16993
16994 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16995 Add doc strings.
16996 (vc-print-log): Clarify interactive prompt.
16997
16998 2013-04-20 Glenn Morris <rgm@gnu.org>
16999
17000 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17001 No longer include timestamp etc information.
17002
17003 2013-04-20 Roland Winkler <winkler@gnu.org>
17004
17005 * faces.el (read-face-name): Bug fix, return just one face if arg
17006 multiple is nil. (Bug#14209)
17007
17008 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17009
17010 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17011 (remove-function): Autoload.
17012
17013 * comint.el (comint-redirect-original-filter-function): Remove.
17014 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17015 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17016 (vc-cvs-annotate-command):
17017 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17018 * progmodes/prolog.el (prolog-consult-compile):
17019 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17020 Use add/remove-function instead.
17021 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17022 (gud-tooltip-process-output, gud-tooltip-tips):
17023 Use add/remove-function instead.
17024 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17025 (scheme-interaction-mode, exit-scheme-interaction-mode):
17026 Use add/remove-function instead.
17027
17028 * vc/vc-dispatcher.el: Use lexical-binding.
17029 (vc--process-sentinel): Rename from vc-process-sentinel.
17030 Change last arg to be the code to run. Don't use vc-previous-sentinel
17031 and vc-sentinel-commands any more.
17032 (vc-exec-after): Allow code to be a function. Use add/remove-function.
17033 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17034
17035 2013-04-19 Masatake YAMATO <yamato@redhat.com>
17036
17037 * progmodes/sh-script.el (sh-imenu-generic-expression):
17038 Handle function names with a single character. (Bug#14111)
17039
17040 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
17041
17042 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17043 for subroutines defined in an eval (bug#14182).
17044
17045 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17046
17047 * bookmark.el (bookmark-completing-read): Improve handling of empty
17048 string (bug#14176).
17049
17050 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17053
17054 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
17055
17056 New faster Imenu implementation (bug#14058).
17057 * progmodes/python.el (python-imenu-prev-index-position)
17058 (python-imenu-format-item-label-function)
17059 (python-imenu-format-parent-item-label-function)
17060 (python-imenu-format-parent-item-jump-label-function):
17061 New vars.
17062 (python-imenu-format-item-label)
17063 (python-imenu-format-parent-item-label)
17064 (python-imenu-format-parent-item-jump-label)
17065 (python-imenu--put-parent, python-imenu--build-tree)
17066 (python-imenu-create-index, python-imenu-create-flat-index)
17067 (python-util-popn): New functions.
17068 (python-mode): Set imenu-create-index-function to
17069 python-imenu-create-index.
17070
17071 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * winner.el (winner-active-region): Use region-active-p, activate-mark
17074 and deactivate-mark (bug#14225).
17075
17076 * simple.el (deactivate-mark): Don't inline it.
17077
17078 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
17079
17080 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17081
17082 2013-04-18 Tassilo Horn <tsdh@gnu.org>
17083
17084 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17085 file extensions from the archive-mode entry in order to prefer
17086 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17087
17088 2013-04-18 Leo Liu <sdl.web@gmail.com>
17089
17090 * bindings.el (help-event-list): Add ?\?.
17091
17092 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17093
17094 * subr.el (with-wrapper-hook): Declare obsolete.
17095 * simple.el (filter-buffer-substring-function): New hook.
17096 (filter-buffer-substring): Use it.
17097 (filter-buffer-substring-functions): Mark obsolete.
17098 * minibuffer.el (completion-in-region-function): New hook.
17099 (completion-in-region): Use it.
17100 (completion-in-region-functions): Mark obsolete.
17101 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17102 * abbrev.el (abbrev-expand-function): New hook.
17103 (expand-abbrev): Use it.
17104 (abbrev-expand-functions): Mark obsolete.
17105 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17106 and :filter-return.
17107
17108 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17109
17110 * progmodes/python.el (python-nav--syntactically): Fix cornercases
17111 and do not care about match data.
17112
17113 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17114
17115 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17116 completion tables when completing error conditions and
17117 `declare' arguments.
17118 (lisp-complete-symbol, field-complete): Mark as obsolete.
17119 (check-parens): Unmatched parens are user errors.
17120 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17121
17122 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
17123
17124 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17125 command changed buffer (ie. `flyspell-pre-buffer' is not current
17126 buffer), which prevents making decisions based on invalid value of
17127 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
17128 cause an error when `flyspell-pre-point' was nil after switching
17129 buffers.
17130 (flyspell-post-command-hook): No longer needs to change buffers when
17131 checking pre-word. While at it remove unnecessary progn.
17132
17133 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
17134
17135 * textmodes/ispell.el (ispell-add-per-file-word-list):
17136 Fix `flyspell-correct-word-before-point' error when accepting
17137 words and `coment-padding' is an integer by using
17138 `comment-normalize-vars' (Bug #14214).
17139
17140 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17141
17142 New defun movement commands.
17143 * progmodes/python.el (python-nav--syntactically)
17144 (python-nav--forward-defun, python-nav-backward-defun)
17145 (python-nav-forward-defun): New functions.
17146
17147 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17148
17149 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17150 (python-syntax-context): Use named compiler-macro for backwards
17151 compatibility with Emacs 24.x.
17152
17153 2013-04-17 Leo Liu <sdl.web@gmail.com>
17154
17155 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17156 octave-hide-process-buffer.
17157
17158 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17161 (bug#14216).
17162
17163 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
17164
17165 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17166 Fix adjustment of offset when receiving incomplete responses from GDB
17167 (bug#14129).
17168
17169 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17170
17171 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17172 python-mode-abbrev-table.
17173 (python-skeleton-define): Adjust accordingly.
17174 (python-mode-abbrev-table): New table that inherits from it so that
17175 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17176
17177 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17178 (abbrev-symbol): Use it.
17179 (abbrev--before-point): Use it since we already handle inheritance.
17180
17181 2013-04-16 Leo Liu <sdl.web@gmail.com>
17182
17183 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17184 binding to info-lookup-symbol.
17185
17186 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
17187
17188 * minibuffer.el (completion--twq-all):
17189 * term/ns-win.el (ns-initialize-window-system):
17190 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17191
17192 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17195 global bindings.
17196
17197 * doc-view.el (doc-view-start-process): Handle url-handler directories.
17198
17199 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
17200
17201 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17202 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17203 to nil.
17204 (ruby-end-of-defun): Remove the unused arg, change the docstring
17205 to reflect that this function is only used as the value of
17206 `end-of-defun-function'.
17207 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17208 to reflect an earlier change that beginning/end-of-defun functions
17209 jump between methods in a class definition, as well as top-level
17210 functions.
17211
17212 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17213
17214 * minibuffer.el (minibuffer-complete): Don't just scroll
17215 a *Completions* that's been iconified.
17216 (minibuffer-force-complete): Make sure repetitions do cycle when going
17217 through completion-in-region -> minibuffer-complete.
17218
17219 2013-04-15 Alan Mackenzie <acm@muc.de>
17220
17221 Correct the placement of c-cpp-delimiters when there're #s not at
17222 col 0.
17223
17224 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17225 place a submatch around the #.
17226 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17227 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
17228 on the #, not BOL.
17229
17230 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * emacs-lisp/nadvice.el: Properly test names when adding advice.
17233 (advice--member-p): New arg `name'.
17234 (advice--add-function, advice-member-p): Use it (bug#14202).
17235
17236 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
17237
17238 Reformulate java imenu-generic-expression.
17239 The old expression contained ill formed regexps.
17240
17241 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17242 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17243 (cc-imenu-java-method-arg-regexp): New defconsts.
17244 (cc-imenu-java-build-type-args-regex): New defun.
17245 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17246 handling of spaces in the regexp.
17247
17248 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17249
17250 * textmodes/ispell.el (ispell-command-loop): Remove
17251 flyspell highlight of a word when ispell accepts it (bug #14178).
17252
17253 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
17254
17255 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17256 uses code from the previous `ange-ftp-run-real-handler'.
17257 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17258 only in case that function exist. This is needed for proper
17259 unloading of Tramp.
17260
17261 2013-04-15 Tassilo Horn <tsdh@gnu.org>
17262
17263 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17264
17265 * textmodes/reftex.el (reftex-compile-variables): Use it.
17266
17267 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * files.el (normal-mode): Only use default major-mode if no other mode
17270 was specified.
17271
17272 * emacs-lisp/trace.el (trace-values): New function.
17273
17274 * files.el: Allow : in local variables (bug#14089).
17275 (hack-local-variable-regexp): New var.
17276 (hack-local-variables-prop-line, hack-local-variables): Use it.
17277
17278 2013-04-13 Roland Winkler <winkler@gnu.org>
17279
17280 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
17281 data before it gets modified by bibtex-beginning-of-entry.
17282
17283 2013-04-13 Roland Winkler <winkler@gnu.org>
17284
17285 * textmodes/bibtex.el (bibtex-url): Doc fix.
17286
17287 2013-04-13 Roland Winkler <winkler@gnu.org>
17288
17289 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17290 does not visit a BibTeX file, exclude it from the list of buffers
17291 returned by bibtex-initialize.
17292
17293 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
17294
17295 * window.el (split-window): Remove interactive form, since as a
17296 command this function is a special case of split-window-below.
17297 Correct doc string.
17298
17299 2013-04-12 Roland Winkler <winkler@gnu.org>
17300
17301 * faces.el (read-face-name): Do not override value of arg default.
17302 Allow single faces and strings as default values. Remove those
17303 elements from return value that are not faces.
17304 (describe-face): Simplify.
17305 (face-at-point): New optional args thing and multiple so that this
17306 function can provide the same functionality previously provided by
17307 read-face-name.
17308 (make-face-bold, make-face-unbold, make-face-italic)
17309 (make-face-unitalic, make-face-bold-italic, invert-face)
17310 (modify-face, read-face-and-attribute): Use face-at-point.
17311
17312 * cus-edit.el (customize-face, customize-face-other-window)
17313 * cus-theme.el (custom-theme-add-face)
17314 * face-remap.el (buffer-face-set)
17315 * facemenu.el (facemenu-set-face): Use face-at-point.
17316
17317 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
17318
17319 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17320
17321 2013-04-10 Tassilo Horn <tsdh@gnu.org>
17322
17323 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17324 off leading { and trailing } from field values.
17325
17326 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * emacs-lisp/timer.el (timer--check): New function.
17329 (timer--time, timer-set-function, timer-event-handler): Use it.
17330 (timer-set-idle-time): Simplify.
17331 (timer--activate): CSE.
17332 (timer-event-handler): Give more info in error message.
17333 (internal-timer-start-idle): New function, moved from C.
17334
17335 * mpc.el (mpc-proc): Add `restart' argument.
17336 (mpc-proc-cmd): Use it.
17337 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17338 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17339 less often.
17340
17341 2013-04-10 Masatake YAMATO <yamato@redhat.com>
17342
17343 * progmodes/sh-script.el: Implement `sh-mode' own
17344 `add-log-current-defun-function' (bug#14112).
17345 (sh-current-defun-name): New function.
17346 (sh-mode): Use the function.
17347
17348 2013-04-09 Bastien Guerry <bzg@gnu.org>
17349
17350 * simple.el (choose-completion-string): Fix docstring (bug#14163).
17351
17352 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17353
17354 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17355
17356 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17357 timer (bug#14156).
17358
17359 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
17360
17361 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17362 declaration.
17363
17364 2013-04-07 Leo Liu <sdl.web@gmail.com>
17365
17366 * pcmpl-x.el: New file.
17367
17368 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
17369
17370 Do not set x-display-name until X connection is established.
17371 This is needed to prevent from weird situation described at
17372 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17373 * frame.el (make-frame): Set x-display-name after call to
17374 window system initialization function, not before.
17375 * term/x-win.el (x-initialize-window-system): Add optional
17376 display argument and use it.
17377 * term/w32-win.el (w32-initialize-window-system):
17378 * term/ns-win.el (ns-initialize-window-system):
17379 * term/pc-win.el (msdos-initialize-window-system):
17380 Add compatible optional display argument.
17381
17382 2013-04-06 Eli Zaretskii <eliz@gnu.org>
17383
17384 * files.el (normal-backup-enable-predicate): On MS-Windows and
17385 MS-DOS compare truenames of temporary-file-directory and of the
17386 file, so that 8+3 aliases (usually found in $TEMP on Windows)
17387 don't fail comparison by compare-strings. Also, compare file
17388 names case-insensitively on MS-Windows and MS-DOS.
17389
17390 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17391
17392 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17393 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17394
17395 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
17396
17397 * whitespace.el (whitespace-color-on, whitespace-color-off):
17398 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17399
17400 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
17401
17402 * ispell.el (ispell-set-spellchecker-params):
17403 Really set `ispell-args' for all equivs.
17404
17405 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17406
17407 * ido.el (ido-completions): Use extra elements of ido-decorations
17408 (bug#14143).
17409 (ido-decorations): Update docstring.
17410
17411 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
17412
17413 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17414 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17415 nil during initialization, in order not to miss changes since the
17416 file was opened. (Bug#14140)
17417
17418 2013-04-05 Leo Liu <sdl.web@gmail.com>
17419
17420 * kmacro.el (kmacro-call-macro): Fix bug#14135.
17421
17422 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
17423
17424 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17425
17426 2013-04-04 Glenn Morris <rgm@gnu.org>
17427
17428 * electric.el (electric-pair-inhibit-predicate): Add :version.
17429
17430 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17433 when a package is required several times (bug#14082).
17434
17435 2013-04-04 Roland Winkler <winkler@gnu.org>
17436
17437 * faces.el (read-face-name): Behave as promised by the docstring.
17438 Assume that arg default is a list of faces.
17439 (describe-face): Call read-face-name with list of default faces.
17440
17441 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17442
17443 * bookmark.el: Fix deletion of bookmarks (bug#13972).
17444 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17445 (bookmark-bmenu-execute-deletions): Only skip first line if it's
17446 the header.
17447 (bookmark-exit-hook-internal): Save even if list is empty.
17448
17449 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
17450
17451 * emacs-lisp/package.el (package-pinned-packages): New var.
17452 (package--add-to-archive-contents): Obey it (bug#14118).
17453
17454 2013-04-03 Alan Mackenzie <acm@muc.de>
17455
17456 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17457 Also adapt to the new values of element 7 of a parse state.
17458
17459 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
17460 parameter `not-in-delimiter'. Handle being inside comment opener.
17461 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
17462 character in case we're typing a '*' after a '/'.
17463 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
17464 instead by passing the parameter to c-state-pp-to-literal.
17465
17466 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
17467 for elt. 7 of a parse state.
17468
17469 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
17470
17471 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
17472 * international/latin1-disp.el, international/mule-util.el:
17473 * language/cyril-util.el, language/european.el, language/ind-util.el:
17474 * language/lao-util.el, language/thai.el, language/tibet-util.el:
17475 * language/tibetan.el, language/viet-util.el:
17476 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
17477
17478 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17479
17480 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
17481 (electric-pair-post-self-insert-function): Use it.
17482 (electric-pair-default-inhibit): New function, extracted from
17483 electric-pair-post-self-insert-function.
17484
17485 2013-03-31 Roland Winkler <winkler@gnu.org>
17486
17487 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
17488
17489 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17490
17491 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
17492
17493 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
17494
17495 Un-indent after "pass" and "return" statements (Bug#13888)
17496 * progmodes/python.el (python-indent-block-enders): New var.
17497 (python-indent-calculate-indentation): Use it.
17498
17499 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
17500
17501 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
17502 defun. Defining it as defalias could introduce too eager
17503 byte-compiler optimization. (Bug#14030)
17504
17505 2013-03-30 Chong Yidong <cyd@gnu.org>
17506
17507 * iswitchb.el (iswitchb-read-buffer): Fix typo.
17508
17509 2013-03-30 Leo Liu <sdl.web@gmail.com>
17510
17511 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
17512 (kmacro-execute-from-register): Pass the keyboard macro to
17513 kmacro-call-macro or repeating won't work correctly.
17514
17515 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
17516
17517 * progmodes/subword.el: Back to using `forward-symbol'.
17518
17519 * subr.el (forward-whitespace, forward-symbol)
17520 (forward-same-syntax): Move from thingatpt.el.
17521
17522 2013-03-29 Leo Liu <sdl.web@gmail.com>
17523
17524 * kmacro.el (kmacro-to-register): New command.
17525 (kmacro-execute-from-register): New function.
17526 (kmacro-keymap): Bind to 'x'. (Bug#14071)
17527
17528 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17529
17530 * mpc.el: Use defvar-local and setq-local.
17531 (mpc--proc-connect): Connection failures are not bugs.
17532 (mpc-mode-map): `follow-link' only applies to the buffer's content.
17533 (mpc-volume-map): Bind to the up-events.
17534
17535 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17536
17537 * progmodes/subword.el (superword-mode): Use `forward-sexp'
17538 instead of `forward-symbol'.
17539
17540 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
17543 (edebug--recursive-edit): Use it.
17544 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
17545 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
17546
17547 2013-03-28 Leo Liu <sdl.web@gmail.com>
17548
17549 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
17550
17551 2013-03-27 Eli Zaretskii <eliz@gnu.org>
17552
17553 * facemenu.el (list-colors-callback): New defvar.
17554 (list-colors-redisplay): New function.
17555 (list-colors-display): Install list-colors-redisplay as the
17556 revert-buffer-function. (Bug#14063)
17557
17558 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
17561 and suffixes don't overlap (bug#14061).
17562
17563 * case-table.el: Use lexical-binding.
17564 (case-table-get-table): New function.
17565 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
17566
17567 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
17568
17569 * progmodes/subword.el: Add `superword-mode' to do word motion
17570 over symbol_words (parallels and leverages `subword-mode' which
17571 does word motion inside MixedCaseWords).
17572
17573 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
17574
17575 * eshell/em-unix.el: Move su and sudo to...
17576 * eshell/em-tramp.el: ...Eshell tramp module.
17577
17578 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17579
17580 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
17581 Change return value to be a sexp. Delay `get-buffer' to after
17582 restoring the desktop (bug#13951).
17583
17584 2013-03-26 Leo Liu <sdl.web@gmail.com>
17585
17586 * register.el: Move semantic tag handling back to
17587 cedet/semantic/senator.el. (Bug#14052)
17588
17589 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17590
17591 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
17592 into the prompt either (bug#13963).
17593
17594 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17595
17596 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
17597 part of "(error-foo)".
17598
17599 2013-03-24 Juri Linkov <juri@jurta.org>
17600
17601 * replace.el (list-matching-lines-prefix-face): New defcustom.
17602 (occur-1): Pass `list-matching-lines-prefix-face' to the function
17603 `occur-engine' if `face-differs-from-default-p' returns t.
17604 (occur-engine): Add `,' inside backquote construct to evaluate
17605 `prefix-face'. Propertize the prefix with the `prefix-face' face.
17606 Pass `prefix-face' to the functions `occur-context-lines' and
17607 `occur-engine-add-prefix'.
17608 (occur-engine-add-prefix, occur-context-lines): Add optional arg
17609 `prefix-face' and propertize the prefix with `prefix-face'.
17610 (Bug#14017)
17611
17612 2013-03-24 Leo Liu <sdl.web@gmail.com>
17613
17614 * nxml/rng-valid.el (rng-validate-while-idle)
17615 (rng-validate-quick-while-idle): Guard against deleted buffer.
17616 (Bug#13999)
17617
17618 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
17619 is the last entry in kill-buffer-hook.
17620
17621 * files.el (kill-buffer-hook): Doc fix.
17622
17623 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
17624
17625 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
17626 Make it safe-local.
17627
17628 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
17629
17630 2013-03-23 Leo Liu <sdl.web@gmail.com>
17631
17632 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
17633 Remove.
17634
17635 * nxml/rng-valid.el (rng-validate-mode)
17636 (rng-after-change-function, rng-do-some-validation):
17637 * nxml/rng-maint.el (rng-validate-buffer):
17638 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
17639 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
17640 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
17641 (nxml-extend-after-change-region): Use with-silent-modifications.
17642
17643 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
17644 timer-idle-list.
17645
17646 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
17647 (rng-next-error-1, rng-previous-error-1): Do not let-bind
17648 timer-idle-list. (Bug#13999)
17649
17650 2013-03-23 Juri Linkov <juri@jurta.org>
17651
17652 * info.el (info-index-match): New face.
17653 (Info-index, Info-apropos-matches): Add a nested subgroup to the
17654 main pattern and add text properties with the new face to matches
17655 in index entries relative to the beginning of the index entry.
17656 (Bug#14015)
17657
17658 2013-03-21 Eric Ludlam <zappo@gnu.org>
17659
17660 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
17661 Inhibit read only while inserting objects.
17662
17663 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
17664
17665 * progmodes/cfengine.el: Update docs to mention
17666 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
17667 symbol motion. Remove "_" from the word syntax.
17668
17669 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
17670
17671 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
17672 syntax for both `cfengine2-mode' and `cfengine3-mode'.
17673
17674 2013-03-20 Juri Linkov <juri@jurta.org>
17675
17676 * info.el (Info-next-reference-or-link)
17677 (Info-prev-reference-or-link): New functions.
17678 (Info-next-reference, Info-prev-reference): Use them.
17679 (Info-try-follow-nearest-node): Handle footnote navigation.
17680 (Info-fontify-node): Fontify footnotes. (Bug#13989)
17681
17682 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
17685 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
17686
17687 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
17688
17689 Suppress unnecessary non-ASCII chatter during build process.
17690 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
17691 (batch-skkdic-convert): Suppress most of the chatter.
17692 It's not needed so much now that machines are faster,
17693 and its non-ASCII component was confusing; see Dmitry Gutov in
17694 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
17695
17696 2013-03-20 Leo Liu <sdl.web@gmail.com>
17697
17698 * ido.el (ido-chop): Fix bug#10994.
17699
17700 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
17701
17702 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
17703 Remove vars.
17704 (whitespace-color-on, whitespace-color-off):
17705 Use `font-lock-fontify-buffer' (Bug#13817).
17706
17707 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17708
17709 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
17710 remapping in mode-line.
17711 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
17712
17713 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
17714
17715 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
17716 value for `whitespace-line' face (Bug#13875).
17717 (whitespace-font-lock-keywords): Change description.
17718 (whitespace-color-on): Don't save `font-lock-keywords' value, save
17719 the constructed keywords instead.
17720 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
17721
17722 2013-03-19 Leo Liu <sdl.web@gmail.com>
17723
17724 * progmodes/compile.el (compilation-display-error): New command.
17725 (compilation-mode-map, compilation-minor-mode-map): Bind it to
17726 C-o. (Bug#13992)
17727
17728 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
17729
17730 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
17731
17732 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
17733
17734 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
17735
17736 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
17737
17738 * net/tramp-compat.el (tramp-compat-user-error): New defun.
17739
17740 * net/tramp-adb.el (tramp-adb-handle-shell-command):
17741 * net/tramp-gvfs.el (top):
17742 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
17743 (tramp-handle-shell-command): Use it.
17744 (tramp-dissect-file-name): Raise an error when hostname is a
17745 method name, and neither method nor user is specified.
17746
17747 * net/trampver.el: Update release number.
17748
17749 2013-03-18 Leo Liu <sdl.web@gmail.com>
17750
17751 Make sure eldoc can be turned off properly.
17752 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
17753 eldoc-mode.
17754 (eldoc-display-message-p): Revert last change.
17755 (eldoc-display-message-no-interference-p)
17756 (eldoc-print-current-symbol-info): Tweak.
17757
17758 2013-03-18 Tassilo Horn <tsdh@gnu.org>
17759
17760 * doc-view.el (doc-view-new-window-function): Check the new window
17761 overlay's display property instead the char property of the
17762 buffer's first char. Use `with-selected-window' instead of
17763 `save-window-excursion' with `select-window'.
17764 (doc-view-document->bitmap): Check the current doc-view overlay's
17765 display property instead the char property of the buffer's first char.
17766
17767 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
17768
17769 Automate the build of ja-dic.el (Bug#13984).
17770 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
17771 from the input, rather than assume that it's been done for us by the
17772 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
17773 the current date into a ja-dic.el comment, as that complicates
17774 regression testing.
17775
17776 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * whitespace.el: Fix double evaluation.
17779 (whitespace-space, whitespace-hspace, whitespace-tab)
17780 (whitespace-newline, whitespace-trailing, whitespace-line)
17781 (whitespace-space-before-tab, whitespace-indentation)
17782 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
17783 obsolete defvars.
17784 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17785 (whitespace-color-on): Use a single font-lock-add-keywords call.
17786 Fix double-evaluation of face variables.
17787
17788 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
17789
17790 * net/tramp-adb.el (tramp-adb-parse-device-names):
17791 Use `start-process' instead of `call-process'. Otherwise, the
17792 function might be blocked under MS Windows. (Bug#13299)
17793
17794 2013-03-17 Leo Liu <sdl.web@gmail.com>
17795
17796 Extend eldoc to display info in the mode-line. (Bug#13978)
17797 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17798 (eldoc-mode-line-string): New variable.
17799 (eldoc-minibuffer-message): New function.
17800 (eldoc-message-function): New variable.
17801 (eldoc-message): Use it.
17802 (eldoc-display-message-p)
17803 (eldoc-display-message-no-interference-p):
17804 Support eldoc-post-insert-mode.
17805
17806 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17807 (eval-expression): Run it.
17808
17809 2013-03-17 Roland Winkler <winkler@gnu.org>
17810
17811 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17812 strings in the list of return values.
17813
17814 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17815
17816 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17817 radix before checking for HMS forms.
17818
17819 2013-03-16 Leo Liu <sdl.web@gmail.com>
17820
17821 * progmodes/scheme.el: Add indentation and font-locking for λ.
17822 (Bug#13975)
17823
17824 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17825
17826 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17827 token before point (bug#13942).
17828
17829 2013-03-16 Leo Liu <sdl.web@gmail.com>
17830
17831 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
17832
17833 2013-03-16 Eli Zaretskii <eliz@gnu.org>
17834
17835 * startup.el (command-line-normalize-file-name): Fix handling of
17836 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
17837 <xfq.free@gmail.com> in
17838 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17839
17840 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
17841
17842 Sync with Tramp 2.2.7.
17843
17844 * net/trampver.el: Update release number.
17845
17846 2013-03-14 Tassilo Horn <tsdh@gnu.org>
17847
17848 * doc-view.el: Fix bug#13887.
17849 (doc-view-insert-image): Don't modify overlay associated to
17850 non-live windows, and implement horizontal centering of image in
17851 case it's smaller than the window.
17852 (doc-view-new-window-function): Force redisplay of new windows on
17853 doc-view buffers.
17854
17855 2013-03-13 Karl Fogel <kfogel@red-bean.com>
17856
17857 * saveplace.el (save-place-alist-to-file): Don't sort
17858 `save-place-alist', just pretty-print it (bug#13882).
17859
17860 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
17861
17862 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17863 Check whether `default-file-name-coding-system' is bound.
17864 It isn't in XEmacs.
17865
17866 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17869 backquotes for `obsolete' (bug#13929).
17870
17871 * international/mule.el (find-auto-coding): Include file name in
17872 obsolescence warning (bug#13922).
17873
17874 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
17875
17876 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17877 for CFEngine 3-specific indentation.
17878 (cfengine3-indent-line): Use it. Fix up category regex.
17879 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17880
17881 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17882
17883 * type-break.el (type-break-file-name):
17884 * textmodes/remember.el (remember-data-file):
17885 * strokes.el (strokes-file):
17886 * shadowfile.el (shadow-initialize):
17887 * saveplace.el (save-place-file):
17888 * ps-bdf.el (bdf-cache-file):
17889 * progmodes/idlwave.el (idlwave-config-directory):
17890 * net/quickurl.el (quickurl-url-file):
17891 * international/kkc.el (kkc-init-file-name):
17892 * ido.el (ido-save-directory-list-file):
17893 * emulation/viper.el (viper-custom-file-name):
17894 * emulation/vip.el (vip-startup-file):
17895 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17896 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17897
17898 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
17899
17900 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17901 * language/thai-word.el: Switch to UTF-8.
17902
17903 See ChangeLog.16 for earlier changes.
17904
17905 ;; Local Variables:
17906 ;; coding: utf-8
17907 ;; End:
17908
17909 Copyright (C) 2011-2014 Free Software Foundation, Inc.
17910
17911 This file is part of GNU Emacs.
17912
17913 GNU Emacs is free software: you can redistribute it and/or modify
17914 it under the terms of the GNU General Public License as published by
17915 the Free Software Foundation, either version 3 of the License, or
17916 (at your option) any later version.
17917
17918 GNU Emacs is distributed in the hope that it will be useful,
17919 but WITHOUT ANY WARRANTY; without even the implied warranty of
17920 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17921 GNU General Public License for more details.
17922
17923 You should have received a copy of the GNU General Public License
17924 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.