]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Bump version to 24.3.94; regenerate ldefs-boot and AUTHORS
[gnu-emacs] / lisp / ChangeLog
1 2014-10-01 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/package.el (package-import-keyring):
4 Create gnupg directory private. (Bug#17625#155)
5
6 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * progmodes/python.el (python-shell-completion-get-completions):
9 Use python-shell--prompt-calculated-input-regexp from the
10 process buffer (bug#18582).
11 Don't assume that `line' comes from the process buffer.
12
13 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
14
15 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
16 (bug#18462).
17
18 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * emacs-lisp/package.el (package-check-signature): Default to nil if
21 GPG is not available.
22 (package-refresh-contents): Don't mess with the keyring if we won't
23 check the signatures anyway.
24
25 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
26
27 * window.el (fit-window-to-buffer): When counting buffer width,
28 count the whole visible buffer. Correctly convert the body-height
29 to pixel size for window-text-pixel-size (Bug#18498).
30
31 2014-09-14 Glenn Morris <rgm@gnu.org>
32
33 * image.el (image-multi-frame-p): Fix thinko - do not force
34 a delay if none was specified. (Bug#18334)
35
36 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
37
38 * window.el (fit-window-to-buffer): Doc fix.
39
40 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
41
42 * desktop.el (desktop-create-buffer): Check that buffers are still live
43 before burying them (bug#18373).
44
45 2014-09-09 Glenn Morris <rgm@gnu.org>
46
47 * calendar/diary-lib.el (diary-list-entries):
48 Restore 24.3 display behavior. (Bug#18381)
49
50 2014-09-09 Eli Zaretskii <eliz@gnu.org>
51
52 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
53 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
54 discrepancy between window-pixel-edges and mouse events, and
55 avoids moving mode line up when the mouse click is on the modeline
56 and no drag is attempted.
57
58 2014-09-08 Glenn Morris <rgm@gnu.org>
59
60 * calendar/calendar.el (calendar-basic-setup):
61 Avoid clobbering calendar with diary. (Bug#18381)
62
63 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
66
67 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
68
69 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
70 as well (bug#18400).
71
72 2014-09-04 Eli Zaretskii <eliz@gnu.org>
73
74 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
75
76 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * emacs-lisp/package.el (package-generate-description-file):
79 Properly quote the arguments (bug#18332). Change second arg.
80 (package--alist-to-plist-args): Rename from package--alist-to-plist and
81 quote the elements.
82 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
83 the *-pkg.el file. Adjust to new calling convention of
84 package-generate-description-file.
85
86 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
87 (gud-gdb-completions): Remove obsolete workaround.
88
89 2014-09-02 Eli Zaretskii <eliz@gnu.org>
90
91 * subr.el (posn-col-row): Revert the change from commit
92 2010-11-13T21:07:58Z!eliz@gnu.org, which
93 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
94 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
95 introduced an off-by-one error in the reported row when there is a
96 header line. (Bug#18384)
97
98 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
99
100 * progmodes/python.el (python-indent-post-self-insert-function):
101 Avoid electric colon at beginning-of-defun. (Bug#18228)
102
103 2014-09-01 Glenn Morris <rgm@gnu.org>
104
105 * tutorial.el (tutorial--display-changes):
106 Fix 2014-07-29 change. (Bug#18382)
107
108 2014-08-29 Ken Brown <kbrown@cornell.edu>
109
110 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
111 the Cygwin-w32 build. (Bug#18347)
112
113 2014-08-28 Glenn Morris <rgm@gnu.org>
114
115 * tar-mode.el (tar--extract, tar-extract):
116 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
117
118 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
119
120 * emacs-lisp/authors.el (authors-aliases): Addition.
121
122 * net/tramp-adb.el: Spell author name correctly.
123
124 2014-08-27 João Távora <joaotavora@gmail.com>
125
126 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
127 use url-expand-file-name. (Bug#18310)
128
129 2014-08-25 Glenn Morris <rgm@gnu.org>
130
131 * emulation/cua-rect.el (cua--highlight-rectangle):
132 Avoid error at point-min. (Bug#18309)
133
134 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
137 executable-find (bug#18244).
138
139 * simple.el (self-insert-uses-region-functions): Defvar.
140
141 2014-08-13 Leo Liu <sdl.web@gmail.com>
142
143 * speedbar.el (speedbar-generic-list-tag-p): Allow special
144 elements from imenu.
145
146 2014-08-11 Glenn Morris <rgm@gnu.org>
147
148 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
149
150 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
151 chose coding system for writing before backing up, since it causes
152 a more serious problem than the one it solves. (Closes Bug#18141,
153 reopens Bug#13522.)
154
155 2014-08-10 Martin Rudalics <rudalics@gmx.at>
156
157 * window.el (window-total-size): Make doc-string more
158 self-contained.
159
160 2014-08-09 Martin Rudalics <rudalics@gmx.at>
161
162 * window.el (display-buffer-below-selected): Restore original
163 behavior if buffer is already displayed in the window below the
164 selected one (Bug#18181).
165
166 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
169 event (bug#18212).
170
171 2014-08-08 Eli Zaretskii <eliz@gnu.org>
172
173 * info.el (info): Doc fix.
174
175 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * info.el (Info-mode-map): Override a global down-mouse-2 binding
178 (bug#18212).
179
180 2014-08-05 Eli Zaretskii <eliz@gnu.org>
181
182 * simple.el (default-line-height): A floating-point value of
183 line-spacing means a fraction of the default frame font's height,
184 not of the font currently used by the 'default' face.
185 Truncate the pixel value, like the display engine does.
186 (window-screen-lines): Use window-inside-pixel-edges for
187 determining the window height in pixels. (Bug#18195)
188
189 2014-07-29 Eli Zaretskii <eliz@gnu.org>
190
191 * tutorial.el (tutorial--display-changes): Accept punctuation
192 characters before the key binding. (Bug#18146)
193
194 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
195
196 * doc-view.el (doc-view-open-text): Don't require that the
197 document is saved in a file (e.g., email attachment).
198
199 2014-07-27 Eli Zaretskii <eliz@gnu.org>
200
201 * window.el (window--pixel-to-total): Use FRAME's root window, not
202 that of the selected frame. (Bug#18112, Bug#16674)
203
204 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
205
206 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
207 (Bug#18117)
208
209 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
210
211 * progmodes/python.el (inferior-python-mode): Doc fix.
212
213 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
214
215 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
216 not a character, ignore it instead of raising an error.
217
218 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
219
220 * calendar/todo-mode.el: Fix handling of marked items and make
221 minor code improvements.
222 (todo-edit-item): If there are marked items, ensure user can only
223 invoke editing commands that work with marked items.
224 (todo-edit-item--text): When there are marked items, make it a
225 noop if invoked with point not on an item; otherwise, ensure it
226 applies only to item at point.
227 (todo-item-undone): If there are marked not-done items, return
228 point to its original position before signaling user error.
229 (todo--user-error-if-marked-done-item): New function.
230 (todo-edit-item--header, todo-edit-item--diary-inclusion)
231 (todo-item-done): Use it.
232
233 2014-07-25 Glenn Morris <rgm@gnu.org>
234
235 * files.el (toggle-read-only): Re-add basic doc-string.
236 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
237
238 * progmodes/prolog.el (prolog-mode-keybindings-edit):
239 Replace missing `switch-to-prolog' with `run-prolog'.
240 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
241
242 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
243
244 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
245 of file-wide setting when changing category-wide setting.
246
247 2014-07-21 Glenn Morris <rgm@gnu.org>
248
249 * progmodes/hideif.el (hide-ifdef-mode-submap):
250 Also substitute read-only-mode.
251 * bindings.el (mode-line-toggle-read-only):
252 * bs.el (bs-toggle-readonly):
253 * buff-menu.el (Buffer-menu-toggle-read-only):
254 * dired.el (dired-toggle-read-only):
255 * files.el (view-read-only, find-file-read-only)
256 (find-file-read-only-other-window)
257 (find-file-read-only-other-frame):
258 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
259 Doc fixes re toggle-read-only.
260
261 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
262
263 * progmodes/python.el: Add comment about pipe buffering and
264 solutions for missing/delayed output in inferior Python shells.
265 (Bug#17304)
266
267 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
268
269 * progmodes/python.el (python-mode): Don't set
270 mode-require-final-newline. (Bug#17990)
271
272 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
273
274 Make python.el work with IPython automatically. (Bug#15510)
275 * progmodes/python.el:
276 (python-shell-completion-setup-code): New value supporting iPython.
277 (python-shell-completion-string-code): New value supporting iPython.
278 (python-shell-completion-get-completions): Use them.
279 (python-shell-completion-module-string-code): Make obsolete.
280 (python-shell-prompt-input-regexps)
281 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
282 (python-shell-output-filter): Fix comment typo.
283
284 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
285
286 Fix Python shell prompts detection for remote hosts.
287 * progmodes/python.el (python-shell-prompt-detect):
288 Replace call-process with process-file and make it more robust.
289
290 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
291
292 Autodetect Python shell prompts. (Bug#17370)
293 * progmodes/python.el:
294 (python-shell-interpreter-interactive-arg)
295 (python-shell-prompt-detect-enabled)
296 (python-shell-prompt-detect-failure-warning)
297 (python-shell-prompt-input-regexps)
298 (python-shell-prompt-output-regexps): New vars.
299 (python-shell-prompt-calculated-input-regexp)
300 (python-shell-prompt-calculated-output-regexp): New vars.
301 (python-shell-get-process-name)
302 (python-shell-internal-get-process-name)
303 (python-shell-output-filter)
304 (python-shell-completion-get-completions): Use them.
305 (python-shell-prompt-detect)
306 (python-shell-prompt-validate-regexps): New functions.
307 (python-shell-prompt-set-calculated-regexps): New function.
308 (inferior-python-mode): Use it. Also honor overridden
309 python-shell-interpreter and python-shell-interpreter-args.
310 (python-shell-make-comint): Honor overridden
311 python-shell-interpreter and python-shell-interpreter-args.
312 (python-shell-get-or-create-process): Make it testable by allowing
313 to call run-python non-interactively.
314 (python-util-valid-regexp-p): New function.
315 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
316 (python-shell-prompt-output-regexp)
317 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
318
319 2014-07-16 Glenn Morris <rgm@gnu.org>
320
321 * desktop.el (after-init-hook): Disable startup frame restoration
322 in non-graphical situations. (Bug#17693)
323
324 2014-07-14 Glenn Morris <rgm@gnu.org>
325
326 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
327 if it was "empty", or used for a different set of files. (Bug#17884)
328
329 2014-07-13 Eli Zaretskii <eliz@gnu.org>
330
331 * bindings.el (mode-line-remote): If default-directory is not a
332 string, don't call file-remote-p on it; instead state in the
333 help-echo that it is nil. (Bug#17986)
334
335 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
336
337 Fix bug: C-x v v discarded existing log message (Bug#17884).
338 * vc/vc-dispatcher.el (vc-log-edit):
339 Don't clobber an already-existing log message.
340
341 2014-07-10 Glenn Morris <rgm@gnu.org>
342
343 * vc/log-edit.el (log-edit-changelog-entries):
344 Check for a visited-but-never-saved ChangeLog.
345
346 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
349 a non-existing file (bug#17970).
350
351 * faces.el (face-name): Undo last change.
352 (x-resolve-font-name): Don't call face-name (bug#17956).
353
354 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
355
356 Fix dedenters and electric colon handling. (Bug#15163)
357
358 * progmodes/python.el
359 (python-rx-constituents): Add dedenter and block-ender.
360 (python-indent-dedenters, python-indent-block-enders): Delete.
361 (python-indent-context): Return new case for dedenter-statement.
362 (python-indent-calculate-indentation): Handle new case.
363 (python-indent-calculate-levels): Fix levels calculation for
364 dedenter statements.
365 (python-indent-post-self-insert-function): Fix colon handling.
366 (python-info-dedenter-opening-block-message): New function.
367 (python-indent-line): Use it.
368 (python-info-closing-block)
369 (python-info-closing-block-message): Remove.
370 (python-info-dedenter-opening-block-position)
371 (python-info-dedenter-opening-block-positions)
372 (python-info-dedenter-statement-p): New functions.
373
374 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
377 the middle of a line (bug#17896).
378
379 2014-07-08 Juri Linkov <juri@jurta.org>
380
381 * startup.el (command-line): Append displaying the warning about
382 the errors in the init file to the end of `after-init-hook'.
383 (Bug#17927)
384
385 2014-07-08 Juri Linkov <juri@jurta.org>
386
387 * faces.el (face-name): Return input arg `face' as is
388 when it's not a symbol.
389 (x-resolve-font-name): Don't check if the face is a symbol.
390 (Bug#17956)
391
392 2014-07-08 Juri Linkov <juri@jurta.org>
393
394 * facemenu.el (list-colors-print): In help-echo format use %.2f
395 instead of %d because now HSV values are floating-point components
396 between 0.0 and 1.0.
397
398 2014-07-06 Glenn Morris <rgm@gnu.org>
399
400 * emulation/cua-rect.el (cua--activate-rectangle):
401 Avoid setting cua--rectangle to nil. (Bug#17877)
402
403 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
404
405 * calendar/todo-mode.el: Fix wrong-type-argument error when
406 marking multiple consecutive items.
407 (todo-toggle-mark-item): Don't try to mark the empty lines at the
408 end of the todo and done items sections. Note in doc string that
409 items marked by passing a numeric prefix argument can include the
410 last todo and first done items.
411 (todo-mark-category): Don't try to mark the empty line between the
412 todo and done items sections.
413
414 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
417 proper Lisp quoting (bug#17934).
418
419 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
420 require-final-newline since prog-mode already took care of it (bug#17947).
421
422 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
423
424 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
425 refer to the Todo mode Info manual. Update the comment on
426 requiring cl-lib.
427 (todo-find-filtered-items-file): Add todo-prefix overlays.
428 (todo-filter-items): Reorder a let-bound variable to avoid a
429 wrong-type-argument error on canceling the file choice dialog.
430
431 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * progmodes/octave.el (inferior-octave-mode):
434 Set comint-input-ring-size to a number (bug#17912).
435
436 2014-07-03 Juri Linkov <juri@jurta.org>
437
438 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
439 and `isearch-mode' associated with nil. (Bug#17849)
440
441 2014-07-02 Juri Linkov <juri@jurta.org>
442
443 * desktop.el (desktop-save): Rename arg `auto-save' to
444 `only-if-changed'. Doc fix. (Bug#17873)
445
446 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
449 Use insert-for-yank (bug#17271).
450
451 2014-07-02 Leo Liu <sdl.web@gmail.com>
452
453 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
454 Support lexical-binding.
455
456 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * vc/log-edit.el (log-edit-goto-eoh): New function.
459 (log-edit--match-first-line): Use it (bug#17861).
460
461 2014-07-01 Glenn Morris <rgm@gnu.org>
462
463 * vc/log-edit.el (log-edit-hook): Add missing :version.
464
465 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
466
467 * progmodes/python.el (python-indent-post-self-insert-function):
468 Enhancements to electric indentation behavior inside
469 parens. (Bug#17658)
470
471 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
474 buffer-invisibility-spec (bug#17867).
475
476 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
477
478 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
479 pass "-a".
480
481 2014-06-29 Glenn Morris <rgm@gnu.org>
482
483 * cus-edit.el (help):
484 * finder.el (finder-known-keywords):
485 * help.el (help-for-help-internal):
486 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
487 (ediff-redraw-registry-buffer):
488 * vc/ediff-ptch.el (ediff-patch-file-internal):
489 Doc fixes re "online" help. (Bug#17803)
490
491 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
492 (idlwave-mode): Doc URL update.
493
494 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
495
496 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
497 account for file-wide setting of todo-top-priorities-overrides.
498 Make code a bit cleaner.
499
500 2014-06-27 Leo Liu <sdl.web@gmail.com>
501
502 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
503
504 2014-06-27 Glenn Morris <rgm@gnu.org>
505
506 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
507
508 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
509
510 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
511 category-wide setting of todo-top-priorities-overrides, check for
512 a file-wide setting and fontify accordingly.
513
514 2014-06-26 Glenn Morris <rgm@gnu.org>
515
516 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
517
518 2014-06-26 Daiki Ueno <ueno@gnu.org>
519
520 * emacs-lisp/package.el (package--check-signature):
521 If package-check-signature is allow-unsigned, don't signal error when
522 we can't verify signature because of missing public key
523 (backport for bug#17625).
524
525 2014-06-26 Glenn Morris <rgm@gnu.org>
526
527 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
528 Remove outdated declaration.
529
530 * emacs-lisp/authors.el (authors-valid-file-names)
531 (authors-renamed-files-alist): Additions.
532
533 2014-06-25 Leo Liu <sdl.web@gmail.com>
534
535 * textmodes/picture.el (picture-set-tab-stops):
536 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
537 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
538
539 * progmodes/asm-mode.el (asm-calculate-indentation):
540 Use indent-next-tab-stop.
541
542 * indent.el (indent-accumulate-tab-stops): New function.
543
544 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
547 (package-desc-status): Obey it.
548
549 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
550
551 * calendar/todo-mode.el: Fix two bugs.
552 (todo-insert-item--basic): If user cancels item insertion to
553 another category before setting priority, show original category
554 whether it is in the same or a different file.
555 (todo-set-item-priority): After selecting category, instead of
556 moving point to top, which extends an active region, restore it.
557
558 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * help-fns.el (describe-function-1): Check file-name is a string before
561 calling help-fns--autoloaded-p (bug#17564).
562
563 2014-06-24 Juri Linkov <juri@jurta.org>
564
565 * desktop.el (desktop-auto-save-enable)
566 (desktop-auto-save-disable): New functions.
567 (desktop-save-mode, desktop-auto-save-timeout): Use them.
568 (desktop-read): Disable the autosave before loading the desktop,
569 and enable afterwards. (Bug#17351)
570
571 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 Fix some indentation problem with \; and pipes (bug#17842).
574 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
575 (sh-smie--default-forward-token, sh-smie--default-backward-token):
576 New functions.
577 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
578 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
579 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
580
581 2014-06-24 Eli Zaretskii <eliz@gnu.org>
582
583 * international/fontset.el (script-representative-chars):
584 Add representative characters for scripts added in Unicode 7.0.
585 (otf-script-alist): Synchronize with the latest registry of OTF
586 script tags.
587
588 * international/characters.el (char-script-table): Update for
589 scripts added and codepoint ranges changed in Unicode 7.0.
590
591 2014-06-23 Leo Liu <sdl.web@gmail.com>
592
593 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
594 tab-stop-list to nil. (Bug#16381)
595
596 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
597 (indent-rigidly-left-to-tab-stop)
598 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
599 (move-to-tab-stop): Change callers.
600
601 2014-06-22 Eli Zaretskii <eliz@gnu.org>
602
603 * skeleton.el (skeleton-insert): Yet another fix of the doc string
604 wrt behavior of \n as the first/last element of a skeleton.
605
606 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
607
608 * net/tramp-adb.el (tramp-adb-handle-process-file):
609 * net/tramp-sh.el (tramp-sh-handle-process-file):
610 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
611 the output buffer when DISPLAY is non-nil. (Bug#17815)
612
613 2014-06-21 Glenn Morris <rgm@gnu.org>
614
615 * play/landmark.el (landmark-move-down, landmark-move-up):
616 Fix 2007-10-20 change - preserve horizontal position.
617
618 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
619
620 Fix completion retrieval parsing (bug#17209).
621 * progmodes/python.el (python-mode):
622 (python-util-strip-string): New function.
623 (python-shell-completion-get-completions): Use it.
624
625 2014-06-21 Eli Zaretskii <eliz@gnu.org>
626
627 * skeleton.el (skeleton-insert): Fix last change.
628
629 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
630
631 Enhancements for outline integration (bug#17796).
632 * progmodes/python.el (python-mode): Properly set
633 outline-heading-end-regexp so that comments after colons for
634 defuns are supported.
635
636 2014-06-21 Eli Zaretskii <eliz@gnu.org>
637
638 * skeleton.el (skeleton-insert): Doc fix.
639
640 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
643 (smie-config-guess): Use smie-config-local so the rules are obeyed
644 (bug#17818).
645
646 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
647 since it's already done inside the loop (bug#17819).
648
649 2014-06-20 Martin Rudalics <rudalics@gmx.at>
650
651 * mouse.el (mouse-drag-line): Re-remove code initially removed
652 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
653 (Bug#17819).
654
655 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
658 align with the surrounding parent (bug#17721).
659
660 2014-06-20 Eli Zaretskii <eliz@gnu.org>
661
662 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
663 locally to nil.
664 (texinfo-insert-block, texinfo-insert-@end)
665 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
666 local setting of skeleton-end-newline by adding an explicit \n to
667 the skeletons where appropriate. (Bug#17801)
668
669 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
672 (smie-indent--hanging-p): Use it.
673 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
674
675 2014-06-20 Leo Liu <sdl.web@gmail.com>
676
677 * simple.el (read-quoted-char): Don't let help chars pop up help
678 buffer. (Bug#16617)
679
680 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
683 for | (bug#17621).
684
685 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
688 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
689 burping.
690
691 2014-06-18 Eli Zaretskii <eliz@gnu.org>
692
693 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
694 and later. (Bug#17790)
695
696 2014-06-18 Juri Linkov <juri@jurta.org>
697
698 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
699 to `soft'. (Bug#17554)
700
701 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
704 (bug#17737).
705
706 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
707
708 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
709 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
710
711 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
712
713 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
714 `unread-command-events'.
715
716 2014-06-14 Glenn Morris <rgm@gnu.org>
717
718 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
719 Replace delete-duplicates and mapcan by cl- versions throughout.
720 And cl-macroexpand-all by macroexpand-all.
721 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
722
723 2014-06-14 Eli Zaretskii <eliz@gnu.org>
724
725 * subr.el (posn-col-row): Doc fix. (Bug#17768)
726
727 2014-06-14 Juri Linkov <juri@jurta.org>
728
729 * bindings.el: Put `ascii-character' property on keypad keys
730 mapped to characters. (Bug#17759)
731
732 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
735 bumping forward into a closing paren (bug#17761).
736
737 * term/xterm.el (xterm--version-handler): Work around for OSX
738 Terminal.app (bug#17607).
739
740 2014-06-08 Glenn Morris <rgm@gnu.org>
741
742 * startup.el (initial-buffer-choice): Doc fix.
743 Reset :version (adding an option does not merit a :version bump).
744
745 * bookmark.el (bookmark-load):
746 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
747
748 2014-06-06 Juri Linkov <juri@jurta.org>
749
750 * desktop.el: Activate auto-saving on window configuration changes.
751 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
752 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
753 (desktop-auto-save-set-timer): Change REPEAT arg of
754 `run-with-idle-timer' from t to nil.
755 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
756
757 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
758
759 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
760 vc-hg-command (bug#17570).
761
762 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * international/mule-cmds.el (ucs-names): Add special entry for BEL
765 (bug#17702).
766
767 2014-06-06 Glenn Morris <rgm@gnu.org>
768
769 * startup.el (window-setup-hook): Doc fix.
770
771 2014-06-05 Glenn Morris <rgm@gnu.org>
772
773 * emacs-lisp/package.el (package-check-signature)
774 (package-unsigned-archives): Doc fixes.
775
776 2014-06-03 Martin Rudalics <rudalics@gmx.at>
777
778 * window.el (display-buffer-use-some-window): Don't make window
779 used smaller than it was before (Bug#17671).
780
781 2014-06-03 Eli Zaretskii <eliz@gnu.org>
782
783 * menu-bar.el (menu-bar-open): Fix last change: use the PC
784 'redisplay' instead of '(sit-for 0)'.
785
786 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
787
788 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
789 regexp. (Bug#17653)
790
791 2014-06-03 Glenn Morris <rgm@gnu.org>
792
793 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
794
795 2014-06-02 Eli Zaretskii <eliz@gnu.org>
796
797 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
798
799 2014-06-01 Eli Zaretskii <eliz@gnu.org>
800
801 * simple.el (keyboard-quit): Force update of mode lines, to remove
802 the "Def" indicator, if we were defining a macro. (Bug#17615)
803
804 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * minibuffer.el (minibuffer-force-complete-and-exit):
807 Obey minibuffer-default (bug#17545).
808
809 * progmodes/js.el (js-indent-line): Don't mix columns and chars
810 (bug#17619).
811
812 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * subr.el (set-transient-map): Don't wait for some "nested"
815 transient-map to finish if we're only supposed to be active for
816 the next command (bug#17642).
817
818 2014-05-31 Leo Liu <sdl.web@gmail.com>
819
820 * emacs-lisp/gv.el (window-buffer, window-display-table)
821 (window-dedicated-p, window-hscroll, window-point, window-start):
822 Fix gv-expander. (Bug#17630)
823
824 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
827 clicks (bug#17633).
828
829 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
830 for the single comma, since ", " is *very* common in normal French text
831 (bug#17643).
832
833 2014-05-30 Glenn Morris <rgm@gnu.org>
834
835 * emacs-lisp/package.el (package-check-signature)
836 (package-unsigned-archives): Fix :version.
837
838 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * subr.el (sit-for): Don't run input-methods (bug#15614).
841
842 2014-05-28 Glenn Morris <rgm@gnu.org>
843
844 * cus-start.el: Fix some :version numbers.
845
846 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * simple.el (deactivate-mark): Set mark-active to nil even if
849 deactivation is done via setting transient-mark-mode to nil,
850 since one is buffer-local and the other is global.
851
852 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
853 there can't be more than 2 arguments (bug#17584).
854
855 2014-05-27 Glenn Morris <rgm@gnu.org>
856
857 * simple.el (filter-buffer-substring-functions)
858 (filter-buffer-substring-function, buffer-substring-filters)
859 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
860
861 * minibuffer.el (completion-in-region-functions, completion-in-region)
862 (completion--in-region): Doc fixes.
863
864 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
865 (expand-abbrev, abbrev--default-expand): Doc fixes.
866
867 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
868
869 Include sources used to create macuvs.h.
870 * international/README: Refer to the Unicode Terms of Use rather
871 than copying it bodily here, as that simplifies maintenance.
872
873 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
874
875 * cus-face.el (custom-face-attributes): Add :distant-foreground.
876
877 2014-05-25 Martin Rudalics <rudalics@gmx.at>
878
879 * window.el (window--dump-frame): Remove interactive
880 specification.
881
882 2014-05-23 Glenn Morris <rgm@gnu.org>
883
884 * hippie-exp.el (he-line-search-regexp):
885 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
886
887 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
888
889 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
890 to avoid errors when trying to create or visit a file foo.todo
891 located outside to todo-directory, and to allow having such files
892 without them being tied to Todo mode (bug#17482).
893 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
894 (todo-archive-done-item, todo-find-filtered-items-file)
895 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
896 (todo-category-completions, todo-read-category): When visiting a
897 Todo file, make sure we're in the right mode and the buffer local
898 variables are set.
899 (todo-make-categories-list, todo-reset-nondiary-marker)
900 (todo-reset-done-string, todo-reset-comment-string):
901 After processing all Todo files, kill the buffers of those files that
902 weren't being visited before the processing.
903 (todo-display-as-todo-file, todo-add-to-buffer-list)
904 (todo-visit-files-commands): Comment out.
905 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
906 (auto-mode-alist): Remove add-to-list calls making Todo file
907 extensions unrestrictedly tied to Todo modes.
908
909 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
912 (advice-function-member-p): Tell it to check both names and functions
913 (bug#17531).
914 (advice--add-function): Adjust call accordingly.
915
916 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
917
918 * calendar/todo-mode.el: Miscellaneous bug fixes.
919 (todo-delete-file): When deleting an archive but not its todo
920 file, make sure to update the todo file's category sexp.
921 (todo-move-category): Keep the moved category's name unless the
922 file moved to already has a category with that name. If the
923 numerically last category of the source file was moved, make the
924 first category current to avoid selecting a nonexisting category.
925 (todo-merge-category): Fix implementation to make merging to a
926 category in another file work as documented. Eliminate now
927 insufficient and unnecessary renaming of archive category, correct
928 document string accordingly, and clarify it. If the numerically
929 last category of the source file was merged, make the first
930 category current to avoid selecting a nonexisting category.
931 (todo-archive-done-item): When there are marked items and point
932 happens to be on an unmarked item, ignore the latter. Don't leave
933 point below last item after archiving marked items.
934 (todo-unarchive-items): Fix logic to ensure unarchiving an item
935 from an archive with only one category deletes the archive only
936 when the category is empty after unarchiving. Make sure the todo
937 file's category sexp is updated.
938 (todo-read-file-name): Allow an existing file name even when it is
939 not required (todo-move-category needs this to work as documented).
940 (todo-add-file): Call todo-validate-name to reject the name of an
941 existing todo file (needed due to fix in todo-read-file-name).
942 (todo-reset-nondiary-marker): Also reset in filtered items files.
943 (todo-reset-done-string, todo-reset-comment-string): Also reset in
944 regexp filtered items files.
945 (todo-reset-highlight-item): Also reset in filtered items files.
946 Fix incorrect variable reference in document string.
947
948 2014-05-22 Glenn Morris <rgm@gnu.org>
949
950 * window.el (window--dump-frame): Avoid error in --without-x builds.
951
952 2014-05-21 Glenn Morris <rgm@gnu.org>
953
954 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
955
956 2014-05-21 Eli Zaretskii <eliz@gnu.org>
957
958 * frame.el (set-frame-font): Doc fix.
959
960 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
961
962 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
963
964 * emacs-lisp/package.el (package--download-one-archive):
965 Use `write-region' instead of `save-buffer' to avoid running various
966 hooks. (Bug#17155)
967 (describe-package-1): Same. Insert newline at the end of the
968 buffer if appropriate.
969
970 2014-05-20 Juri Linkov <juri@jurta.org>
971
972 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
973 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
974 Add more modifiers: meta, control, shift, hyper, super, alt.
975 (Bug#17439)
976
977 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
978 to allow changing its value with `set-variable'.
979
980 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
983 #; comments.
984 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
985 New functions.
986 (scheme-mode-variables): Set syntax-propertize-function instead of
987 font-lock-syntactic-face-function.
988 (scheme-font-lock-syntactic-face-function): Delete.
989
990 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
991
992 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
995 (bug#17392).
996
997 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
998
999 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1000 for a temporary file name.
1001
1002 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1003
1004 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1005
1006 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * net/dbus.el (dbus-init-bus, dbus-call-method)
1009 (dbus-call-method-asynchronously, dbus-send-signal)
1010 (dbus-method-return-internal, dbus-method-error-internal):
1011 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1012
1013 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1014
1015 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1016 methods which do not have a doc string. (Bug#17490)
1017
1018 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1019 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1022 suffix (bug#15419).
1023
1024 2014-05-14 Glenn Morris <rgm@gnu.org>
1025
1026 * vc/emerge.el (emerge-temp-file-prefix):
1027 Make pointless option obsolete.
1028 (emerge-temp-file-mode): Make non-functional option obsolete.
1029
1030 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1031
1032 * net/browse-url.el (browse-url):
1033 Use `unhandled-file-name-directory' when setting `default-directory',
1034 in order to circumvent stalled remote connections. (Bug#17425)
1035
1036 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1039 into autoloading just because of a silly indirection.
1040
1041 2014-05-11 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
1042
1043 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1044
1045 2014-05-11 Glenn Morris <rgm@gnu.org>
1046
1047 * emacs-lisp/find-gc.el: Move to ../admin.
1048
1049 2014-05-10 Glenn Morris <rgm@gnu.org>
1050
1051 * printing.el (pr-version):
1052 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1053
1054 * net/browse-url.el (browse-url-mosaic):
1055 Create /tmp/Mosaic.PID as a private file.
1056
1057 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1060 (advice--member-p): If name is given, only compare the name.
1061 (advice--remove-function): Don't stop at the first match.
1062 (advice--normalize-place): New function.
1063 (add-function, remove-function): Use it.
1064 (advice--add-function): Pass the name, if any, to
1065 advice--remove-function.
1066
1067 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1068
1069 * electric.el (electric-indent-post-self-insert-function): Don't use
1070 `pos' after modifying the buffer (bug#17449).
1071
1072 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * subr.el (function-put): Add function.
1075
1076 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1077
1078 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1079 Correct argument list to conform to todo-insert-item--basic.
1080
1081 2014-05-09 Glenn Morris <rgm@gnu.org>
1082
1083 * files.el (cd-absolute): Test if directory is accessible
1084 rather than executable. (Bug#17330)
1085
1086 * progmodes/compile.el (recompile):
1087 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1088
1089 2014-05-08 Juri Linkov <juri@jurta.org>
1090
1091 * dired.el (dired-check-switches, dired-switches-recursive-p):
1092 New functions. (Bug#17218)
1093 (dired-switches-escape-p, dired-move-to-end-of-filename):
1094 Use `dired-check-switches'.
1095 (dired-insert-old-subdirs, dired-build-subdir-alist)
1096 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1097
1098 2014-05-08 Glenn Morris <rgm@gnu.org>
1099
1100 * net/browse-url.el (browse-url-mosaic):
1101 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1102 This is CVE-2014-3423.
1103
1104 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1107 (xterm-mouse--read-event-sequence-1000): Return nil if something
1108 looks fishy.
1109 (xterm-mouse-event): Propagate it.
1110 (xterm-mouse-translate-1): Handle it.
1111
1112 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1113
1114 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1115 four slots of the parameter list are filled, make sure to pass it
1116 to the argument list of todo-insert-item--basic.
1117
1118 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1121 Add optional `seen' argument to detect and break infinite loops.
1122
1123 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1124
1125 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1126 (trace-unsafe, trace-use-tree): Make parentheses style be
1127 according to Emacs style.
1128
1129 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1130
1131 * net/tramp-sh.el (tramp-remote-process-environment):
1132 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1133 Add :version entry.
1134 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1135 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1136 extra "PSx=..." commands.
1137 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1138 (Bug#17295)
1139
1140 (tramp-uudecode): Replace the hard-coded temporary file name by a
1141 format specifier.
1142 (tramp-remote-coding-commands): Enhance docstring.
1143 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1144 name. (Bug#17415)
1145 This is CVE-2014-3424.
1146
1147 2014-05-06 Glenn Morris <rgm@gnu.org>
1148
1149 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1150 (find-gc-source-files): Update some names.
1151 (trace-call-tree): Simplify and update.
1152 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1153 This is CVE-2014-3422.
1154
1155 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * minibuffer.el (completion--try-word-completion): Revert fix for
1158 Bug#15980 (bug#17375).
1159
1160 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1161 Always store button numbers in the same way in xterm-mouse-last;
1162 Don't burp is xterm-mouse-last is not set as expected.
1163 Never return negative indices.
1164
1165 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1166
1167 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1168 Backtrack one char if the global/char-literal var matcher hits
1169 inside a string. The next char could be the beginning of an
1170 expression expansion.
1171
1172 2014-05-05 Glenn Morris <rgm@gnu.org>
1173
1174 * help-fns.el (describe-function-1): Test for an autoload before a
1175 macro, since `macrop' works on autoloads. (Bug#17410)
1176
1177 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1180
1181 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1182 Make sure the new point we return is within the new string (bug#17239).
1183
1184 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1185
1186 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1187
1188 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1191 Use nil rather than `default' for the "default" appearance (bug#17388).
1192 * vc/ediff-util.el (ediff-inferior-compare-regions)
1193 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1194 a misleading `default' value when it's really a boolean.
1195 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1196 overlay is not visible.
1197
1198 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1199
1200 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1201 (todo-menu): Uncomment and update.
1202
1203 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1204
1205 * calendar/todo-mode.el: Reimplement item editing to have the same
1206 basic user interface as item insertion, and make small UI and
1207 larger internal improvements to the latter.
1208 (todo-insert-item): Add reference to the Todo mode user manual to
1209 the documentation string.
1210 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1211 adjust all callers. Change signature to combine diary and
1212 nonmarking arguments. Incorporate functionality of deleted item
1213 copying command and add error checking. Remove detailed
1214 descriptions of the arguments from the documentation string, since
1215 this is treated in the Todo mode user manual.
1216 (todo-copy-item, todo-edit-multiline-item)
1217 (todo-edit-done-item-comment, todo-edit-item-header)
1218 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1219 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1220 (todo-edit-item-date-year, todo-edit-item-date-month)
1221 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1222 Remove.
1223 (todo-edit-item): Reimplement as wrapper command for
1224 todo-edit-item--next-key and make it distinguish done and not done
1225 todo items.
1226 (todo-edit-item--text): New function, replacing old command
1227 todo-edit-item and incorporating deleted commands
1228 todo-edit-multiline-item and todo-edit-done-item-comment.
1229 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1230 Use only numeric value of prefix argument. Remove detailed
1231 descriptions of the arguments from the documentation string, since
1232 this is treated in the Todo mode user manual.
1233 (todo-edit-item--diary-inclusion): New function, replacing old
1234 command todo-edit-item-diary-inclusion and incorporating and fixing
1235 functionality of deleted command todo-edit-item-diary-nonmarking,
1236 making sure to remove todo-nondiary-marker when adding
1237 diary-nonmarking-symbol.
1238 (todo-edit-category-diary-inclusion): Make sure to delete
1239 diary-nonmarking-symbol when adding todo-nondiary-marker.
1240 (todo-edit-category-diary-nonmarking): Fix indentation.
1241 (todo-insert-item--parameters): Group diary and nonmarking
1242 parameters together.
1243 (todo-insert-item--apply-args): Adjust to signature of
1244 todo-insert-item--basic and incorporate copy parameter.
1245 Make small code improvements.
1246 (todo-insert-item--next-param): Improve prompt and adjust it to
1247 new parameter grouping. Remove obsolete code.
1248 (todo-edit-item--param-key-alist)
1249 (todo-edit-item--date-param-key-alist)
1250 (todo-edit-done-item--param-key-alist): New defconsts.
1251 (todo-edit-item--prompt): New variable.
1252 (todo-edit-item--next-key): New function.
1253 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1254 Remove bindings of deleted commands.
1255
1256 2014-05-02 Leo Liu <sdl.web@gmail.com>
1257
1258 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1259
1260 2014-05-01 Glenn Morris <rgm@gnu.org>
1261
1262 * allout-widgets.el (allout-widgets-tally)
1263 (allout-decorate-item-guides):
1264 * menu-bar.el (menu-bar-positive-p):
1265 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1266 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1267 * progmodes/js.el (js--inside-param-list-p)
1268 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1269 * progmodes/prolog.el (region-exists-p):
1270 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1271 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1272 Doc fixes (replace `iff').
1273
1274 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1277
1278 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1279
1280 * dired.el (dired-initial-position-hook, dired-initial-position):
1281 Doc string fixes.
1282
1283 2014-04-29 Glenn Morris <rgm@gnu.org>
1284
1285 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1286
1287 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1288
1289 * faces.el (face-spec-recalc): Apply X resources only after the
1290 defface spec has been applied. Thus, X resources are no longer
1291 overridden by the defface spec which also fixes issues on win32 where
1292 the toolbar coloring was wrong because it is set through X resources
1293 and was (wrongfully) overridden. (Bug#16694)
1294
1295 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * textmodes/rst.el (electric-pair-pairs): Declare.
1298 (rst-mode): Set it (bug#17131).
1299
1300 2014-04-27 Juri Linkov <juri@jurta.org>
1301
1302 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1303 and `print-level' to nil. (Bug#17351)
1304
1305 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1306
1307 * battery.el (battery-update): Handle the case where battery
1308 status is "N/A" (bug#17319).
1309
1310 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1311
1312 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1313 Use equal-including-properties to compare help-echo strings (bug#17331).
1314
1315 2014-04-24 Leo Liu <sdl.web@gmail.com>
1316
1317 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1318 Fix syntax for @. (Bug#17325)
1319
1320 2014-04-24 Daniel Colascione <dancol@dancol.org>
1321
1322 * emacs-lisp/cl.el (gv): Require gv early to break eager
1323 macro-expansion cycles.
1324
1325 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * simple.el (region-active-p): Check there's a mark (bug#17324).
1328
1329 * simple.el (completion-list-mode-map): Use choose-completion for the
1330 mouse binding as well (bug#17302).
1331 (completion-list-mode, completion-setup-function): Adjust docstring and
1332 echo area message accordingly.
1333 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1334 calling convention of choose-completion.
1335 * comint.el (comint-dynamic-list-completions):
1336 * term.el (term-dynamic-list-completions): Accept choose-completion.
1337
1338 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1339 &, |, +, - and * can't be a division (bug#17317).
1340
1341 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1344 features on gnome-terminal (bug#16988).
1345
1346 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1347
1348 * dired.el (dired-insert-set-properties): Do not consider
1349 subdirectory headings and empty lines to be information that
1350 `dired-hide-details-mode' should hide. (Bug#17228)
1351
1352 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1353
1354 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1355 Remove test messages.
1356 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1357 and `target' twice.
1358
1359 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1362 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1363
1364 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1365
1366 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1369 Set "IFS=" when using read builtin, in order to preserve spaces in
1370 the file name. Add test messages for hunting a bug on hydra.
1371 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1372
1373 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1376 Don't prettify a word within a symbol.
1377
1378 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1379
1380 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1381 possible.
1382
1383 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1386 assignments such as "case=hello" (bug#17297).
1387
1388 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1389
1390 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1391 Do not autoload.
1392 (tramp-file-name-handler, tramp-completion-file-name-handler):
1393 Revert patch from 2014-04-10, it isn't necessary anymore.
1394 (tramp-autoload-file-name-handler)
1395 (tramp-register-autoload-file-name-handlers): New defuns.
1396 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1397 (tramp-register-file-name-handlers): Remove also
1398 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1399 Do not autoload its invocation, but eval it after loading of 'tramp.
1400
1401 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1402
1403 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1404
1405 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1408 was done (bug#17264).
1409 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1410 comment to EOB.
1411
1412 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1413 here-documents (bug#17262).
1414
1415 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1416
1417 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1418 Provide doc strings, as required by snarf-documentation.
1419
1420 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1423 arg of overlays-at. Use `invisible-p'.
1424
1425 * obsolete/lucid.el (extent-at):
1426 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1427 overlays-at.
1428 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1429
1430 2014-04-14 João Távora <joaotavora@gmail.com>
1431
1432 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1433 links. (Bug#17217).
1434
1435 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1436
1437 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1438 Use mapc to loop over a vector. (Bug#17257).
1439
1440 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1441
1442 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1443 patch, there are new problems with file names containing spaces.
1444 Get rid of backticks. (Bug#17238)
1445
1446 2014-04-13 João Távora <joaotavora@gmail.com>
1447
1448 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1449 possible bug.
1450
1451 2014-04-13 Eli Zaretskii <eliz@gnu.org>
1452
1453 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1454 (blink-cursor-mode): Mention customization variables and the
1455 effect of 'blink-cursor-blinks'.
1456
1457 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
1458
1459 * simple.el (undo): Prevent insertion of identity mapping into
1460 undo-equiv-table so as undo-only does not inf loop in the presence
1461 of consecutive nils in undo list.
1462
1463 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1464
1465 * faces.el (make-face): Deprecate optional argument as it is no
1466 longer needed/used since the conditional X resources handling
1467 has been pushed down to make-face-x-resource-internal itself.
1468 (make-empty-face): Don't pass optional argument to make-face.
1469
1470 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1471
1472 * international/characters.el <standard-case-table>: Add entries
1473 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1474 Set category of Coptic characters be 'g' (Greek).
1475
1476 2014-04-12 Leo Liu <sdl.web@gmail.com>
1477
1478 * progmodes/octave.el (completion-table-with-cache): Define if not
1479 available.
1480 (octave-goto-function-definition)
1481 (octave-sync-function-file-names)
1482 (octave-find-definition-default-filename): Backquote upattern for
1483 compatibility.
1484
1485 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1486
1487 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1488 name twice due to backticks. (Bug#17238)
1489
1490 2014-04-11 Glenn Morris <rgm@gnu.org>
1491
1492 * term/w32-win.el (x-win-suspend-error):
1493 * term/x-win.el (x-win-suspend-error): Sync docs.
1494
1495 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 Ediff's overlay priorities cause more trouble than they solve.
1498 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1499 (ediff-highest-priority): Remove function (bug#17234).
1500 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1501 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1502 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1503 overlay priorities.
1504
1505 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
1506
1507 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1508 entry; use symbol boundaries to avoid mis-matches.
1509
1510 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * net/tramp.el (tramp-file-name-handler)
1513 (tramp-completion-file-name-handler): Avoid recursive loading.
1514
1515 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1516 Quote result also locally.
1517
1518 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1519
1520 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1521 Module methods. (Bug#17216)
1522
1523 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1526 (describe-bindings-internal): Mark obsolete.
1527
1528 2014-04-07 João Távora <joaotavora@gmail.com>
1529
1530 * elec-pair.el:
1531 (electric-pair--syntax-ppss): When inside comments parse from
1532 comment beginning.
1533 (electric-pair--balance-info): Fix typo in comment.
1534 (electric-pair--in-unterminated-string-p): Delete.
1535 (electric-pair--unbalanced-strings-p): New function.
1536 (electric-pair-string-bound-function): New var.
1537 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1538 according to `electric-pair--in-unterminated-string-p'
1539
1540 2014-04-07 João Távora <joaotavora@gmail.com>
1541
1542 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1543 Inhibit quote pairing if point-max is inside an unterminated string.
1544 (electric-pair--looking-at-unterminated-string-p): Delete.
1545 (electric-pair--in-unterminated-string-p): New function.
1546
1547 2014-04-07 Glenn Morris <rgm@gnu.org>
1548
1549 * shell.el (shell-directory-tracker):
1550 Go back to just ignoring failures. (Bug#17159)
1551
1552 2014-04-06 João Távora <joaotavora@gmail.com>
1553
1554 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1555 backspace. (bug#16981)
1556 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1557 (electric-pair-backward-delete-char-untabify): Delete.
1558 (electric-pair-mode-map): Bind backspace to a menu item filtering
1559 a new `electric-pair-delete-pair' command.
1560 (electric-pair-delete-pair): New command.
1561
1562 2014-04-06 João Távora <joaotavora@gmail.com>
1563
1564 * progmodes/python.el (python-electric-pair-string-delimiter):
1565 Fix triple-quoting electricity. (Bug#17192)
1566
1567 2014-04-06 João Távora <joaotavora@gmail.com>
1568
1569 * elec-pair.el (electric-pair-post-self-insert-function):
1570 Don't skip whitespace when `electric-pair-text-pairs' and
1571 `electric-pair-pairs' were used. syntax to
1572 electric-pair--skip-whitespace. (Bug#17183)
1573
1574 2014-04-06 Eli Zaretskii <eliz@gnu.org>
1575
1576 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1577 "<F>". (Bug#17199)
1578
1579 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1582 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1583
1584 2014-04-05 Glenn Morris <rgm@gnu.org>
1585
1586 * help.el (view-lossage): Doc tweak.
1587
1588 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
1589
1590 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1591 only when inhibit-x-resources is nil, and do that earlier in the
1592 function. Doc fix. (Bug#16694)
1593 (face-spec-choose): Accept additional optional argument, whose
1594 value is returned if no matching attributes are found.
1595 (face-spec-recalc): Use the new optional argument when calling
1596 face-spec-choose. (Bug#16378)
1597 (make-face-x-resource-internal): Do nothing when
1598 inhibit-x-resources is non-nil. Don't touch the default face if
1599 reversed video is given--as was done in previous versions of Emacs.
1600 (face-set-after-frame-default): Don't call
1601 make-face-x-resource-internal here. (Bug#16434)
1602
1603 2014-04-04 Tassilo Horn <tsdh@gnu.org>
1604
1605 * doc-view.el (doc-view-bookmark-jump):
1606 Use `bookmark-after-jump-hook' to jump to the right page after the
1607 buffer is shown in a window. (bug#16090)
1608
1609 2014-04-04 Eli Zaretskii <eliz@gnu.org>
1610
1611 * international/characters.el (mirroring): Fix last change:
1612 instead of loading uni-mirrored.el explicitly, do that implicitly
1613 by creating the 'mirroring' uniprop table. This avoids announcing
1614 the loading of uni-mirrored.el.
1615
1616 2014-04-04 Glenn Morris <rgm@gnu.org>
1617
1618 * files.el (buffer-stale--default-function)
1619 (buffer-stale-function, revert-buffer--default):
1620 * autorevert.el (auto-revert-buffers): Doc tweaks.
1621
1622 2014-04-03 Eli Zaretskii <eliz@gnu.org>
1623
1624 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1625
1626 2014-04-03 Glenn Morris <rgm@gnu.org>
1627
1628 * files.el (make-backup-file-name-function)
1629 (make-backup-file-name, make-backup-file-name--default-function)
1630 (make-backup-file-name-1, find-backup-file-name)
1631 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1632 (buffer-stale--default-function, buffer-stale-function)
1633 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1634 (revert-buffer, revert-buffer--default)
1635 (revert-buffer-insert-file-contents--default-function):
1636 Doc fixes related to defaults no longer being nil.
1637 (make-backup-file-name-function): Bump :version.
1638 Restore nil as a valid but deprecated custom type.
1639
1640 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1643 used as a variable (bug#17174).
1644
1645 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * progmodes/perl-mode.el (perl-indent-new-calculate):
1648 Handle forward-sexp failure (bug#16985).
1649 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1650 modifiers introducing expressions (bug#17116).
1651
1652 2014-04-02 Glenn Morris <rgm@gnu.org>
1653
1654 * menu-bar.el (menu-bar-file-menu):
1655 * vc/ediff.el (ediff-current-file):
1656 Update for revert-buffer-function no longer being nil by default.
1657
1658 * simple.el (command-execute): Respect nil disabled-command-function.
1659
1660 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1661
1662 * simple.el (command-execute): Do not execute the command when it
1663 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1664
1665 2014-03-29 Juri Linkov <juri@jurta.org>
1666
1667 * dired-aux.el (dired-compress-file): Don't use string-match-p
1668 because its match data is used afterwards.
1669
1670 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1673 0 like nil.
1674
1675 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1676
1677 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1678 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1679
1680 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1681 Don't propertize `?' or `!' as symbol constituent when after
1682 colon. (Bug#17097)
1683
1684 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1687 which is no longer needed and causes trouble in GTK builds (bug#17046).
1688
1689 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1690 Use url-insert-file-contents; package-handle-response no longer exists.
1691
1692 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1693
1694 * emacs-lisp/package.el: Fix bug#16733 (again).
1695 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1696 (url-http-target-url): Remove unused declarations.
1697 (package-handle-response): Remove.
1698 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1699 (package--download-one-archive): Use current-buffer instead of
1700 dynamic binding of `buffer'.
1701 (describe-package-1): Do not decode readme-string.
1702
1703 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
1704
1705 * simple.el (primitive-undo): Correction to 2014-03-24 change.
1706
1707 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
1708
1709 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1710
1711 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1712 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1713 `remote-file-name-inhibit-cache' to nil in the second pass.
1714 (tramp-find-executable): Do not call "which" on SunOS.
1715 (tramp-send-command-and-check): Fix docstring.
1716 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1717 check whether source directory has set the sticky bit.
1718
1719 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
1720
1721 * simple.el (primitive-undo): Only process marker adjustments
1722 validated against their corresponding (TEXT . POS). Issue warning
1723 for lone marker adjustments in undo history. (Bug#16818)
1724 (undo-make-selective-list): Add marker adjustments to selective
1725 undo list based on whether their corresponding (TEXT . POS) is in
1726 the region. Remove variable adjusted-markers, which was unused
1727 and only non nil during undo-make-selective-list.
1728 (undo-elt-in-region): Return nil when passed a marker adjustment
1729 and explain in function doc.
1730
1731 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1732
1733 * emacs-lisp/package.el (package--add-to-archive-contents):
1734 Include already installed and built-in packages in
1735 `package-archive-contents'.
1736 (package-install): Don't include already installed packages in the
1737 options during interactive invocation. (Bug#16762)
1738
1739 2014-03-24 Daniel Colascione <dancol@dancol.org>
1740
1741 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1742 instead of cl-loop search function.
1743
1744 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1747
1748 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1749
1750 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1751
1752 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1753
1754 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1755 Match special global variables without curlies, too.
1756 (ruby-font-lock-keywords): Simplify the matcher for special global
1757 variables. Don't require a non-word character after the variable.
1758 (Bug#17057)
1759
1760 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * simple.el (redisplay-highlight-region-function): Increase priority of
1763 overlay to make sure boundaries are visible (bug#15899).
1764
1765 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * frameset.el (frameset-restore): Compare display strings with equal.
1768
1769 * frame.el (make-frame): Don't quote display name in error message,
1770 it is already a string.
1771
1772 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1773
1774 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1775 the password.
1776
1777 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1778
1779 * emacs-lisp/package.el (package-show-package-list): If the buffer
1780 is already displayed in another window, switch to that window.
1781
1782 2014-03-21 Daniel Colascione <dancol@dancol.org>
1783
1784 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1785 information in bug reports.
1786
1787 2014-03-23 Daniel Colascione <dancol@dancol.org>
1788
1789 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1790 list to look for keyword arguments instead of `memq', fixing
1791 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1792 Please make bootstrap.
1793
1794 2014-03-23 Richard Stallman <rms@gnu.org>
1795
1796 * battery.el (battery-linux-sysfs): Search for each field
1797 from the beginning of the buffer.
1798
1799 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1800
1801 * emacs-lisp/package.el (package-desc): Use the contents of the
1802 quoted form, not its cdr. (Bug#16873)
1803
1804 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1807 benefit of doc.c; change parameter profile to match the X function.
1808
1809 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1810
1811 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1812 and `tramp-copy-env'.
1813
1814 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1815 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1816
1817 2014-03-21 Glenn Morris <rgm@gnu.org>
1818
1819 * electric.el (electric-indent-post-self-insert-function): Add doc.
1820
1821 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1822
1823 * emacs-lisp/package.el (package-compute-transaction):
1824 Use `version-list-<=' to compare the requirement version against
1825 the version of package already to be installed. Update the error
1826 message. (Bug#16826)
1827
1828 * progmodes/ruby-mode.el (ruby-smie-rules):
1829 Add indentation rule for ` @ '. (Bug#17050)
1830
1831 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * align.el (align-regexp): Remove superfluous backslash.
1834
1835 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1836 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1837 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1838 Fix docstring typos.
1839 (ffap-next): Use C-u in docstring.
1840 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1841 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1842 Remove superfluous backslashes.
1843 (ffap-string-at-point): Reflow docstring.
1844
1845 * server.el (server-host): Reflow docstring.
1846 (server-unload-function): Fix docstring typo.
1847 (server-eval-at): Remove superfluous backslash.
1848
1849 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1850 (skeleton-insert): Doc fix.
1851 (skeleton-insert): Reflow docstring.
1852
1853 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1854 (tty-color-approximate, tty-color-by-index, tty-color-values)
1855 (tty-color-desc): Remove superfluous backslashes.
1856
1857 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * electric.el (electric-newline-and-maybe-indent): New command.
1860 Bind it globally to C-j.
1861 (electric-indent-mode): Don't mess with the global map any more.
1862 Don't drop the post-self-insert-hook is some buffer is still using it
1863 (bug#16770).
1864
1865 * bindings.el (global-map): Remove C-j binding.
1866
1867 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1868 the docstring of functions advised before dumping (bug#16993).
1869
1870 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1871
1872 * ps-print.el (ps-generate-postscript-with-faces):
1873 Explicitly deactivate the mark (bug#16866).
1874 * simple.el (deactivate-mark): Update region highlight.
1875
1876 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1877
1878 * emacs-lisp/package.el (describe-package-1):
1879 Decode commentary (bug#16733).
1880
1881 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1884 modification of the value argument of :set (bug#16755).
1885
1886 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * simple.el (newline-and-indent): Do autofill (bug#17031).
1889
1890 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1891
1892 * newcomment.el (comment-normalize-vars): Only add escaping check
1893 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1894 (comment-beginning): Use `narrow-to-region' instead of moving back
1895 one character.
1896 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1897 (comment-start-skip): Update the docstring.
1898
1899 2014-03-18 Richard Stallman <rms@gnu.org>
1900
1901 * dired.el (dired-display-file): Force use of other window.
1902
1903 2014-03-18 Daniel Colascione <dancol@dancol.org>
1904
1905 * startup.el (tty-handle-args): Remove debug message from 2007.
1906
1907 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1910 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1911 (advice--make-1, advice-add, advice-remove):
1912 Remove braindead :advice-pending hack.
1913
1914 2014-03-17 Glenn Morris <rgm@gnu.org>
1915
1916 * calendar/calendar.el (calendar-generate-month): Apply weekend
1917 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1918
1919 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1920
1921 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1922 (tramp-call-process): Trace also DESTINATION.
1923
1924 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1925 Quote file names when they are local. Remove superfluous trace.
1926
1927 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1928
1929 * newcomment.el (comment-beginning): If `comment-start-skip'
1930 doesn't match, move back one char and try again. (Bug#16971)
1931
1932 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1933 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1934 Set `comment-start-skip' to a simpler value that doesn't try to
1935 check if the semicolon is escaped (this is handled by
1936 `syntax-ppss' now). (Bug#16971)
1937
1938 * progmodes/scheme.el (scheme-mode-variables): Same.
1939
1940 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1941
1942 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1943 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1944 current (Bug#16816, Bug#17007).
1945 (with-current-buffer-window): New macro doing the same as
1946 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1947 * help.el (help-print-return-message): Warn in doc-string to not
1948 use this in `with-help-window'.
1949 (describe-bindings-internal): Call `describe-buffer-bindings'
1950 from within help buffer. See Juanma's scenario in (Bug#16816).
1951 (with-help-window): Update doc-string.
1952 * dired.el (dired-mark-pop-up):
1953 * files.el (save-buffers-kill-emacs):
1954 * register.el (register-preview): Use `with-current-buffer-window'
1955 instead of `with-temp-buffer-window'.
1956
1957 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1960 Implement inserting into current buffer, documented in their docstrings.
1961 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1962 (rst-section-tree-point, rst-forward-section, rst-indent)
1963 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1964 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1965 (rst-font-lock-handle-adornment-pre-match-form)
1966 (rst-repeat-last-character): Reflow docstrings.
1967 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1968 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1969 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1970 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1971 Fix docstring typos.
1972 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1973 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1974 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1975
1976 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1979 for compatibility with other ports.
1980 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1981 from the -xrm command line argument, but in the Nextstep port its value
1982 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1983
1984 * progmodes/python.el (defconst, python-syntax-count-quotes)
1985 (python-indent-region, python-indent-shift-right)
1986 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1987 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1988 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1989 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1990 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1991 (python-shell-buffer-substring, python-shell-send-buffer)
1992 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1993 (python-completion-complete-at-point, python-fill-docstring-style)
1994 (python-eldoc-function, python-imenu-format-item-label)
1995 (python-imenu-format-parent-item-label)
1996 (python-imenu-format-parent-item-jump-label)
1997 (python-imenu--build-tree, python-imenu-create-index)
1998 (python-imenu-create-flat-index): Fix docstring typos.
1999 (python-indent-context, python-shell-prompt-regexp, run-python):
2000 Remove superfluous backslashes.
2001 (python-indent-line, python-nav-beginning-of-defun)
2002 (python-shell-get-buffer, python-shell-get-process)
2003 (python-info-current-defun, python-info-current-line-comment-p)
2004 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2005 (python-indent-post-self-insert-function, python-shell-send-file)
2006 (python-shell-completion-get-completions)
2007 (python-shell-completion-complete-or-indent)
2008 (python-eldoc--get-doc-at-point): Reflow docstrings.
2009
2010 2014-03-14 Glenn Morris <rgm@gnu.org>
2011
2012 * emacs-lisp/package.el (package-menu-mode-map):
2013 Replace use of obsolete function alias. Tweak menu item text.
2014
2015 * info.el (Info-finder-find-node):
2016 Ignore the `emacs' metapackage. (Bug#10813)
2017
2018 * finder.el (finder-list-matches): Include unversioned packages
2019 in the result of a keyword search.
2020
2021 * finder.el (finder--builtins-descriptions): New constant.
2022 (finder-compile-keywords): Use finder--builtins-descriptions.
2023
2024 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2025
2026 * simple.el (blink-matching-paren): Describe the new value,
2027 `jump', enabling the old behavior.
2028 (blink-matching-open): Use that value. (Bug#17008)
2029
2030 2014-03-14 Glenn Morris <rgm@gnu.org>
2031
2032 * finder.el (finder-no-scan-regexp): Add leim-list.
2033 (finder-compile-keywords):
2034 Don't skip files with same basename. (Bug#14010)
2035 * Makefile.in (setwins_finder): New, excluding leim.
2036 (finder-data): Use setwins_finder.
2037
2038 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2039 (help-function-arglist, help-make-usage): Move from here...
2040 * help.el (help-split-fundoc, help-add-fundoc-usage)
2041 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2042 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2043
2044 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * net/socks.el (socks, socks-override-functions)
2047 (socks-find-services-entry):
2048 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2049 (hif-find-ifdef-block):
2050 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2051
2052 * net/tls.el (tls-program): Reflow docstring.
2053
2054 * progmodes/pascal.el (pascal-mode-abbrev-table)
2055 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2056 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2057 (pascal-outline-mode): Fix docstring typos.
2058 (pascal-mode): Let define-derived-mode document mode hook.
2059 (pascal-uncomment-area): Reflow.
2060 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2061
2062 * progmodes/opascal.el (opascal-compound-block-indent)
2063 (opascal-case-label-indent): Fix docstring typos.
2064 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2065
2066 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2067
2068 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2069 Fontify multiple adjacent negation chars. (Bug#17004)
2070
2071 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2072
2073 * emacs-lisp/package.el (package--prepare-dependencies):
2074 Accept requirements without explicit version (bug#14941).
2075
2076 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2077
2078 * register.el (register-separator, copy-to-register): Doc fixes.
2079 (register-preview-default): Remove unnecessary call to concat.
2080
2081 * frameset.el (frameset-restore): When checking for a visible frame,
2082 use the action map instead of calling visible-frame-list.
2083
2084 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2085
2086 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2087
2088 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2089
2090 * window.el (fit-frame-to-buffer): Get maximum width from
2091 display's width instead of height.
2092
2093 2014-03-12 Glenn Morris <rgm@gnu.org>
2094
2095 * desktop.el (desktop-restore-frames)
2096 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2097 (desktop-restore-reuses-frames): Doc tweaks.
2098
2099 * electric.el (electric-indent-mode): Doc fix.
2100
2101 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2102
2103 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2104 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2105 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2106 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2107 (cvs-dired-use-hook): Fix docstring typos.
2108 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2109 Doc fixes.
2110
2111 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2112 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2113 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2114 (cvs-execute-single-dir): Fix docstring typos.
2115
2116 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2117 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2118
2119 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2120
2121 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2122 Fix docstring typos.
2123
2124 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2125
2126 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2127 called from jump-to-register after unloading the frameset package.
2128
2129 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2132 (bug#16975). Deactivate the mark before setting it to nil.
2133 (activate-mark): Do nothing if region is already active.
2134
2135 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * frameset.el (frameset--target-display): Remove definition; declare.
2138 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2139
2140 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2143 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2144 when the advice is pending.
2145 (advice-remove): Remove this marker when not needed any more.
2146
2147 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * frameset.el: Separate options for reusing frames and cleaning up.
2150 (frameset--reuse-list): Remove definition; declare.
2151 (frameset--action-map): Declare.
2152 (frameset--find-frame-if): Doc fix.
2153 (frameset--restore-frame): Cache frame action.
2154 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2155 how to clean up the frame list after restoring. Remove cleaning
2156 options from REUSE-FRAMES. Change all keyword values to symbols.
2157 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2158
2159 * desktop.el (desktop-restore-forces-onscreen)
2160 (desktop-restore-reuses-frames): Use non-keyword values.
2161 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2162
2163 2014-03-10 Glenn Morris <rgm@gnu.org>
2164
2165 * files.el (find-file): Doc fix: update info node name.
2166
2167 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2168 Doc fix: remove references to deleted info nodes.
2169
2170 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2173 Do not add `nil' to the environment, when there's no remote `locale'.
2174 (tramp-find-inline-encoding): Check, that the remote host has
2175 installed perl, before sending scripts.
2176
2177 2014-03-10 Leo Liu <sdl.web@gmail.com>
2178
2179 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2180 Clear eldoc-last-message. (Bug#16920)
2181
2182 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2185 (bug#14430).
2186
2187 2014-03-09 Juri Linkov <juri@jurta.org>
2188
2189 * ansi-color.el (ansi-color-names-vector): Copy default colors
2190 from `xterm-standard-colors' that look well on the default white
2191 background (and also on the black background) to avoid illegible
2192 color combinations like yellow-on-white and white-on-white.
2193 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2194
2195 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * frameset.el (frameset-restore): When no frame is visible, do not
2198 generate a list of frames, just make visible the selected one.
2199
2200 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2201
2202 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2203 it only contains the repository root. (Bug#16897)
2204
2205 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2206
2207 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2208 only when `remote-file-name-inhibit-cache' is nil.
2209 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2210
2211 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2212
2213 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2214 Fix doc-strings.
2215 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2216 fit-frame-to-buffer variable. Fix doc-string.
2217 (fit-window-to-buffer): Set ONLY argument in call of
2218 fit-frame-to-buffer. Fix doc-string.
2219
2220 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2223 (tramp-action-password): Clear password cache if needed.
2224 (tramp-read-passwd): Do not clear password cache.
2225
2226 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2227 cache unless it is the first password request.
2228
2229 2014-03-06 Glenn Morris <rgm@gnu.org>
2230
2231 * simple.el (newline): Doc tweak.
2232
2233 * emacs-lisp/shadow.el (load-path-shadows-find):
2234 Ignore dir-locals. (Bug#12357)
2235
2236 2014-03-05 Glenn Morris <rgm@gnu.org>
2237
2238 * files.el (interpreter-mode-alist):
2239 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2240
2241 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * frameset.el (frameset--initial-params): Filter out null entries.
2244
2245 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2246
2247 * window.el (window-min-height, window-min-width):
2248 Rewrite doc-strings.
2249 (window-body-size): Add PIXELWISE argument to make it consistent
2250 with its callees.
2251
2252 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * finder.el (finder-mode-map, finder-mode-syntax-table):
2255 Revert part of 2014-02-28 change.
2256
2257 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2258
2259 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2260 (eww-setup-buffer): Clear next/prev/etc more reliably.
2261 (eww-textarea-map): [tab] doesn't work on tty.
2262 Reported by Mario Lang.
2263
2264 * net/shr.el (shr-map): Ditto.
2265
2266 2014-03-04 Glenn Morris <rgm@gnu.org>
2267
2268 * minibuffer.el (completion-hilit-commonality):
2269 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2270
2271 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2272
2273 * hilit-chg.el (hilit-chg-unload-function): New function.
2274 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2275 (hilit-chg-map-changes): Prefer cardinal number to digit.
2276 (hilit-chg-display-changes): Reflow docstring.
2277 (highlight-changes-rotate-faces): Remove superfluous backslash.
2278
2279 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2280
2281 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2282 `tramp-send-command-and-check'.
2283
2284 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * hexl.el (hexl-address-region, hexl-ascii-region)
2287 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2288 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2289 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2290 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2291 (hexl-mode): Doc fix.
2292 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2293 (hexl-mode-ruler): Fix typos in docstrings.
2294
2295 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2296 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2297 Remove superfluous backslashes.
2298 (strokes-last-stroke, strokes-global-map, strokes-mode):
2299 Reflow docstrings.
2300 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2301 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2302 (strokes-distance-squared, strokes-global-set-stroke)
2303 (strokes-global-set-stroke-string): Doc fixes.
2304 (strokes-help): Fix typos; reflow docstring.
2305
2306 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2307
2308 * window.el (window-in-direction): Fix doc-string.
2309
2310 2014-03-04 Glenn Morris <rgm@gnu.org>
2311
2312 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2313 Explicit error if no grammar.
2314 (smie-config-save): Doc fix. Fix quote typo.
2315
2316 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2319 electric-indent-mode-hook if we obey electric-indent-mode.
2320 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2321 decide whether we obey electric-indent-mode.
2322 (c-change-set-fl-decl-start, c-extend-after-change-region):
2323 Silence warnings.
2324 (c-electric-indent-mode-hook): Assume we do want to obey
2325 electric-indent-mode.
2326
2327 * electric.el (electric-indent-mode-has-been-called): Remove.
2328 (electric-indent-mode): Fix accordingly.
2329
2330 * files.el (hack-local-variables): Mention file name in warning.
2331
2332 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2333
2334 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2335
2336 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2337 * simple.el (delete-forward-char): Mark as interactive-only.
2338
2339 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * icomplete.el (icomplete-completions):
2342 Follow-up to 2014-03-01 change.
2343
2344 * icomplete.el: Miscellaneous doc fixes.
2345 Use Icomplete everywhere instead of icomplete for consistency.
2346 (icomplete-max-delay-chars): Fix typo.
2347 (icomplete-mode): Use \[].
2348 (icomplete-tidy, icomplete-exhibit): Reflow.
2349 (icomplete-minibuffer-setup-hook, icomplete-completions):
2350 Remove superfluous backlashes.
2351
2352 * ido.el: Miscellaneous doc fixes.
2353 Use Ido everywhere instead of ido or `ido' for consistency.
2354 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2355 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2356 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2357 (ido-separator): Extract obsolescence info from docstring and declare
2358 with make-obsolete-variable.
2359 (ido-minibuffer-setup-hook): Simplify example.
2360 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2361 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2362 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2363 (ido-everywhere): Reflow docstring.
2364 (ido-toggle-vc): Doc fix.
2365 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2366 of long list of keybindings.
2367
2368 2014-03-03 Glenn Morris <rgm@gnu.org>
2369
2370 * frame.el (display-pixel-height, display-pixel-width)
2371 (display-mm-dimensions-alist, display-mm-height)
2372 (display-mm-width): Doc tweaks.
2373
2374 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2375
2376 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2377 case of undo in region.
2378
2379 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2380
2381 * window.el (fit-window-to-buffer): Fix argument in window-size
2382 call when window is horizontally combined.
2383
2384 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * icomplete.el (icomplete-completions): Use string-width.
2387 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2388
2389 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2390
2391 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2392 Highlight regexp options. (Bug#16914)
2393
2394 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2395
2396 * window.el (window--max-delta-1): Round down when calculating
2397 how many lines/columns we can get from a window.
2398
2399 2014-03-01 Glenn Morris <rgm@gnu.org>
2400
2401 * isearch.el (search-invisible): Doc fix.
2402
2403 * minibuffer.el (completion-hilit-commonality):
2404 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2405 * comint.el (comint-dynamic-list-completions): Doc fix.
2406 * comint.el (comint-dynamic-list-completions):
2407 * filecache.el (file-cache-minibuffer-complete):
2408 * tempo.el (tempo-display-completions):
2409 * eshell/em-hist.el (eshell-list-history):
2410 Replace use of obsolete argument of display-completion-list.
2411
2412 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2413
2414 * icomplete.el (icomplete-completions):
2415 Revert back to using "..." when ?… cannot be displayed.
2416
2417 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * finder.el (finder-unload-function): New function.
2420
2421 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * dframe.el (dframe-detach):
2424 * find-dired.el (find-dired, find-name-dired):
2425 * finder.el (finder-mode-map, finder-mode-syntax-table)
2426 (finder-headmark, finder-select, finder-mouse-select):
2427 Fix docstring typos.
2428
2429 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2430
2431 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2432 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2433 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2434 Fix doc-string based on a suggestion by Nicolas Richard
2435 <theonewiththeevillook@yahoo.fr>.
2436 * help.el (with-help-window): Fix doc-string.
2437
2438 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2439
2440 * net/shr.el (shr-image-animate): New option.
2441 (shr-put-image): Respect shr-image-animate.
2442
2443 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2444
2445 * net/tramp-adb.el (tramp-adb-parse-device-names):
2446 Use `accept-process-output'.
2447 (tramp-adb-handle-file-truename): Cache the localname only.
2448 (tramp-adb-handle-make-directory)
2449 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2450 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2451 modes cannot be changed.
2452
2453 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2454 file properties of symlinks.
2455
2456 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2457
2458 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2459 required/optional fields to match development biblatex. (Bug#16781)
2460
2461 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2462
2463 * saveplace.el (toggle-save-place):
2464 Fix argument handling. (Bug#16673)
2465
2466 2014-02-28 Glenn Morris <rgm@gnu.org>
2467
2468 * minibuffer.el (completions-first-difference)
2469 (completions-common-part, completion-hilit-commonality): Doc fixes.
2470
2471 2014-02-28 Karl Berry <karl@gnu.org>
2472
2473 * info.el (Info-mode-map): Add H for describe-mode,
2474 to synchronize with standalone Info.
2475
2476 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2477
2478 * progmodes/sql.el (sql-interactive-mode):
2479 Avoid setting global comint-input-ring-separator. (Bug#16814)
2480
2481 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * net/dbus.el (dbus--init-bus): Declare function.
2484 (dbus-path-local, dbus-interface-local): New defconst.
2485 (dbus-init-bus): Use them.
2486 (dbus-return-values-table): Extend doc.
2487 (dbus-handle-bus-disconnect): Extend error message.
2488
2489 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2490
2491 * subr.el (y-or-n-p): Fix double space issue in message.
2492
2493 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2494
2495 * net/tramp.el (tramp-call-process): Improve trace message.
2496 (tramp-handle-insert-file-contents): Trace error case.
2497
2498 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2499 <insert-directory>: Use `tramp-handle-insert-directory'.
2500 (tramp-adb-handle-insert-directory): Remove function.
2501 (tramp-adb-send-command-and-check): New defun, replacing
2502 `tramp-adb-command-exit-status'. Change all callees.
2503 (tramp-adb-handle-file-attributes)
2504 (tramp-adb-handle-directory-files-and-attributes): Use it.
2505 (tramp-adb-ls-output-name-less-p):
2506 Use `directory-listing-before-filename-regexp'.
2507 (tramp-adb-handle-delete-directory): Flush also file properties of
2508 the truename of directory.
2509 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2510 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2511 (tramp-adb-handle-write-region): Implement APPEND.
2512 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2513 properties correctly.
2514 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2515 variables. Check for connected devices only when needed.
2516
2517 2014-02-27 Glenn Morris <rgm@gnu.org>
2518
2519 * minibuffer.el (completion-table-dynamic)
2520 (completion-table-with-cache): Doc fixes.
2521
2522 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2523 (completing-read-multiple): Doc fixes.
2524
2525 2014-02-27 Daniel Colascione <dancol@dancol.org>
2526
2527 * minibuffer.el (completion--nth-completion): Fix indentation.
2528
2529 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2530 explicit tramp path is empty.
2531
2532 2014-02-27 Glenn Morris <rgm@gnu.org>
2533
2534 * emacs-lisp/crm.el (completing-read-multiple):
2535 Empower help-enable-auto-load.
2536
2537 2014-02-26 Glenn Morris <rgm@gnu.org>
2538
2539 * startup.el (command-line): Don't init the tty in daemon mode.
2540
2541 Avoid calling tty-setup-hook twice, eg if a term file
2542 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2543 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2544 (tty-create-frame-with-faces): Use it.
2545 * startup.el (command-line): Pass run-hook argument
2546 to tty-run-terminal-initialization.
2547
2548 * dired.el (dired-restore-desktop-buffer): Demote errors;
2549 eg in case a glob match fails. (Bug#16884)
2550
2551 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2552
2553 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2554 error from `read-from-string'. (Bug#16850)
2555
2556 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2557 result of `completing-read' in the interactive form. (Bug#16854)
2558
2559 2014-02-25 Glenn Morris <rgm@gnu.org>
2560
2561 * image.el (image-animate, image-animate-timeout):
2562 Stop animating images in dead buffers. (Bug#16878)
2563
2564 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2565
2566 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2567 Doc fixes.
2568 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2569 * term/sun.el (sun-raw-prefix-hooks):
2570 Use tty-setup-hook instead of term-setup-hook.
2571 (terminal-init-sun): Construct message from bytecomp plist.
2572 * term/wyse50.el (enable-arrow-keys): Doc fix.
2573
2574 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2577 Fix docstring typos.
2578
2579 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2580
2581 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2582
2583 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2584
2585 * minibuffer.el (completion--try-word-completion):
2586 Fix error when completing M-x commands (bug#16808).
2587
2588 2014-02-24 Leo Liu <sdl.web@gmail.com>
2589
2590 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2591
2592 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * apropos.el (apropos-print): Avoid formatting error when
2595 apropos-do-all and apropos-compact-layout are both t.
2596
2597 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * apropos.el (apropos-property, apropos-all-words-regexp)
2600 (apropos-true-hit, apropos-variable, apropos-print):
2601 Fix docstring typos, and remove obsolete comment.
2602
2603 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2606 Preserve trailing "/". (Bug#16851)
2607
2608 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2609
2610 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2611 after `=>' (bug#16811).
2612 (ruby-smie-rules): Handle the inconsistent second element of the
2613 list returned by `smie-indent--parent'.
2614 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2615 method call.
2616
2617 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2618
2619 * elec-pair.el (electric-pair-text-syntax-table)
2620 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2621 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2622 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2623 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2624
2625 2014-02-22 Glenn Morris <rgm@gnu.org>
2626
2627 * imenu.el (imenu--generic-function): Doc fix.
2628
2629 * register.el (frame-configuration-to-register): Make obsolete.
2630
2631 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * desktop.el (desktop-save-buffer-p): Do not fail when
2634 desktop-files-not-to-save is nil. Return t for true result
2635 as the doc says.
2636
2637 2014-02-22 Daniel Colascione <dancol@dancol.org>
2638
2639 * net/secrets.el (secrets-create-item, secrets-search-items):
2640 Check that attribute values are strings, avoiding the construction
2641 of invalid dbus messages.
2642
2643 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2646 defun-declarations-alist.
2647
2648 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2651 (bug#16829).
2652
2653 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2656 (whitespace-newline, whitespace-trailing, whitespace-line)
2657 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2658 (whitespace-space-after-tab): Fix typo in docstrings.
2659
2660 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2661
2662 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2663
2664 * electric.el (electric-indent-functions-without-reindent):
2665 Add `yaml-indent-line'.
2666
2667 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2670 It has done nothing for years; should be removed after the release.
2671
2672 * simple.el (choose-completion): Fix docstring typo.
2673 (read-quoted-char-radix): Remove unneeded * in docstring.
2674 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2675 Don't escape parentheses unnecessarily in docstrings.
2676
2677 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2678
2679 Fix handling of window-min-height/-width (Bug#16738).
2680 * window.el (window--dump-window, window--dump-frame):
2681 New functions.
2682 (window--min-size-1): Account for window dividers.
2683 When window-resize-pixelwise is nil, delay rounding till after the
2684 sum of the window components has been calculated.
2685 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2686 nil make sure at least one text line and two text columns remain
2687 fully visible.
2688 (window-resize): Signal an error when window-resize-apply fails.
2689 (window--resize-child-windows): Fix calculation of by how many
2690 pixels a window can still be shrunk via window-new-normal.
2691 (adjust-window-trailing-edge): Call window--resizable with
2692 correct TRAIL argument.
2693
2694 (with-temp-buffer-window): Don't evaluate BODY within
2695 with-current-buffer (Bug#16816).
2696
2697 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * net/tramp.el (tramp-check-cached-permissions):
2700 Call `file-attributes' with `suffix' being a symbol but a string.
2701
2702 2014-02-21 Daniel Colascione <dancol@dancol.org>
2703
2704 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2705 (dbus-init-bus): New function: call into dbus-init-bus-1
2706 and installs a handler for the disconnect signal.
2707 (dbus-call-method): Rewrite to look for result in cons.
2708 (dbus-call-method-handler): Store result in cons.
2709 (dbus-check-event): Recognize events with nil sender as valid.
2710 (dbus-handle-bus-disconnect): New function. React to bus
2711 disconnection signal by synthesizing dbus error for each
2712 pending synchronous or asynchronous call.
2713 (dbus-notice-synchronous-call-errors): New function.
2714 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2715 is true, not all the time.
2716
2717 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2720 Remove obsolescence declarations, these variables do not exist anymore.
2721
2722 * savehist.el (savehist-save-minibuffer-history)
2723 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2724 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2725 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2726 mostly, refer to "Savehist mode" when talking about the mode,
2727 and not the function.
2728
2729 * saveplace.el (save-place): Remove redundant info in docstring.
2730 (save-place-forget-unreadable-files, toggle-save-place)
2731 (save-place-forget-unreadable-files, save-place-dired-hook):
2732 Fix typos and remove unneeded backslashes.
2733
2734 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2737 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2738
2739 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2740 <insert-directory>: Use `tramp-handle-insert-directory'.
2741 (tramp-gvfs-handle-insert-directory): Remove function.
2742
2743 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2744 Call `tramp-handle-insert-directory'.
2745
2746 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2747
2748 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2749 before the start of buffer/region (bug#16799).
2750
2751 2014-02-20 Glenn Morris <rgm@gnu.org>
2752
2753 * isearch.el (search-invisible): Doc fix.
2754
2755 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2756
2757 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2758 (bug#16657).
2759
2760 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2761
2762 * frameset.el (frameset-restore): Delay removing an old frame's
2763 duplicate id until the new frame has been correctly created.
2764
2765 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2768 (tramp-check-cached-permissions): Call `file-attributes' if the
2769 cache is empty.
2770
2771 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2772 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2773
2774 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2775 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2776 (tramp-gvfs-maybe-open-connection): Set always connection
2777 properties, even if target is mounted already.
2778
2779 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2780 Set tramp-autoload cookie.
2781 (tramp-get-remote-touch): New defun.
2782 (tramp-sh-handle-set-file-times): Use it.
2783 (tramp-sh-handle-directory-files-and-attributes):
2784 Use `tramp-handle-directory-files-and-attributes' if neither stat
2785 nor perl are available on the remote host.
2786
2787 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2788 "/". Write long listing only when "l" belongs to the switches.
2789
2790 * net/trampver.el: Update release number.
2791
2792 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2795
2796 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2797
2798 * window.el (window-state-put): Allow WINDOW to refer to an
2799 internal window (Bug#16793).
2800
2801 2014-02-19 Glenn Morris <rgm@gnu.org>
2802
2803 * textmodes/remember.el: Move provide statement to end.
2804 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2805 (remember-notes): Doc fixes.
2806
2807 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * delsel.el (delete-char): Restore incorrectly erased property
2810 (bug#16795).
2811
2812 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2813
2814 * frameset.el (frameset--restore-frame): When a frame is being reused
2815 and its root window is not alive, delete all the frame's windows before
2816 restoring the window state. This works around the issue in bug#16793.
2817
2818 2014-02-18 Glenn Morris <rgm@gnu.org>
2819
2820 * textmodes/remember.el (remember-data-directory)
2821 (remember-directory-file-name-format, remember-store-in-files)
2822 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2823 (remember-notes-save-and-bury-buffer)
2824 (remember-notes--kill-buffer-query): Doc fixes.
2825
2826 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2827
2828 2014-02-17 Alan Mackenzie <acm@muc.de>
2829
2830 Connect electric-indent-mode up with CC Mode. Bug #15478.
2831 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2832 to electric-indent-{,local-}-mode.
2833 (c-basic-common-init): Set electric-indent-inhibit.
2834 Initialise c-electric-flag from electric-indent-mode.
2835 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2836 New hook functions which propagate electric-indent-mode to CC mode.
2837
2838 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2839 hit, toggle electric-indent-local-mode.
2840
2841 * electric.el (electric-indent-mode-has-been-called):
2842 New variable.
2843
2844 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * frameset.el (frameset-cfg-id): New function.
2847 (frameset--reuse-frame, frameset-restore): Use it.
2848 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2849
2850 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * ido.el (ido-file-internal): Remove unused var `d'.
2853 Use \` for to match BoS. Fit within 80n columns.
2854
2855 2014-02-17 Daniel Colascione <dancol@dancol.org>
2856
2857 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2858 dbus-call-method check for completion using a busy-wait loop with
2859 gradual backoff.
2860
2861 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2862
2863 Sync with Tramp 2.2.9.
2864
2865 * net/trampver.el: Update release number.
2866
2867 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2868
2869 * ido.el (ido-file-internal): Don't add the name of an existing
2870 directory twice. (Bug#16747)
2871
2872 2014-02-16 Glenn Morris <rgm@gnu.org>
2873
2874 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2875 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2876
2877 2014-02-15 Michael R. Mauger <michael@mauger.com>
2878
2879 * progmodes/sql.el: Version 3.4
2880 (sql-oracle-options): New default value ("-L").
2881 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2882 (sql-placeholders-filter): Correct placeholder pattern.
2883 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2884 (sql-login-delay): New variable.
2885 (sql-product-interactive): Use it.
2886
2887 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2888
2889 * frameset.el (frameset--jump-to-register): Check that buffer is live
2890 (bug#16749).
2891
2892 2014-02-15 Glenn Morris <rgm@gnu.org>
2893
2894 * info.el (info-initialize): Revert 2014-01-10 change.
2895
2896 2014-02-14 Glenn Morris <rgm@gnu.org>
2897
2898 * replace.el (map-query-replace-regexp)
2899 (read-regexp-defaults-function, read-regexp): Doc fixes.
2900
2901 * dired.el (dired-read-regexp):
2902 * faces.el (list-faces-display):
2903 * misearch.el (multi-isearch-read-matching-buffers)
2904 (multi-isearch-read-matching-files):
2905 * play/cookie1.el (cookie-apropos):
2906 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2907
2908 * textmodes/remember.el (remember): Use frameset-to-register
2909 rather than frame-configuration-to-register.
2910
2911 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2912
2913 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2914 incorrect keybinding.
2915
2916 2014-02-13 Daniel Colascione <dancol@dancol.org>
2917
2918 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2919 when adding overlays so that line numbers from compiler match line
2920 numbers we use.
2921
2922 2014-02-13 Glenn Morris <rgm@gnu.org>
2923
2924 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2925
2926 * jit-lock.el (jit-lock-mode): Doc fix.
2927
2928 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * apropos.el (apropos-read-pattern): When the user passes an empty
2931 string, give a more helpful error message than "Wrong type
2932 argument: stringp, nil".
2933
2934 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2937
2938 2014-02-13 Glenn Morris <rgm@gnu.org>
2939
2940 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2941
2942 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2945 shift-select commands.
2946
2947 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2948
2949 * progmodes/js.el (js-indent-line): Don't widen.
2950 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2951
2952 2014-02-12 Glenn Morris <rgm@gnu.org>
2953
2954 * icomplete.el (icomplete): Add info-link to defgroup.
2955 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2956 (icomplete-minibuffer-map, icomplete-mode)
2957 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2958
2959 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2960 (package-menu-filter): Rename from package-menu-filter-interactive.
2961 Doc fix.
2962
2963 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * frameset.el (frameset--jump-to-register): Select the required
2966 window and buffer before restoring position (bug#16696).
2967
2968 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2969
2970 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2971
2972 2014-02-10 Glenn Morris <rgm@gnu.org>
2973
2974 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2975
2976 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2977
2978 * w32-common-fns.el (x-get-selection): Doc fix.
2979 * select.el (x-get-selection): Doc fix. (Bug#15109)
2980
2981 * face-remap.el (face-remap-add-relative)
2982 (face-remap-remove-relative, face-remap-reset-base)
2983 (face-remap-set-base): Call force-mode-line-update to redisplay
2984 the current buffer due to potential change in faces. (Bug#16709)
2985
2986 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2987
2988 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2989 script more robustly.
2990
2991 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2992
2993 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2994
2995 * simple.el (choose-completion): Doc fix (bug#14160).
2996
2997 * subr.el (event-start): Say what a nil EVENT value means.
2998
2999 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3000 (bug#14197).
3001
3002 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3003
3004 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3005
3006 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3007
3008 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3009 predicate function (bug#15455).
3010
3011 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3012
3013 * ielm.el (inferior-emacs-lisp-mode): Instead of
3014 `comment-use-global-state', set `comment-use-syntax'.
3015
3016 2014-02-10 Glenn Morris <rgm@gnu.org>
3017
3018 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3019
3020 2014-02-09 Alan Mackenzie <acm@muc.de>
3021
3022 Fix c-invalidate-state-cache on narrowed buffers.
3023 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3024 Widen when setting and clearing the CPP delimiter properties.
3025
3026 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3027
3028 * help.el (describe-bindings): Doc fix (bug#9888).
3029
3030 * files.el (save-buffer): Use ARG as the parameter name for
3031 consistency (bug#10346).
3032 (save-buffer): Clarify the 0 argument (bug#10346).
3033
3034 * cus-edit.el (customize-apropos): Fix error string.
3035 (custom-buffer-create): Doc fix (bug#11122).
3036 (custom-sort-items): Doc fix (bug#11121).
3037
3038 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3039
3040 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3041 (icomplete-simple-completing-p): Mention the previous variable.
3042
3043 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3044 meaning of the parameter (bug#12282).
3045
3046 * files.el (find-file-noselect): Clarify prompt when changing
3047 readedness (bug#13261).
3048 (locate-file): Suffixes aren't returned, so don't say that they
3049 are (bug#12674).
3050 (backup-inhibited): Doc clarification (bug#12525).
3051
3052 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3053 before we actually start to delete things (bug#16331).
3054
3055 * subr.el (event-start): Doc fix (bug#14228).
3056 (event-end): Ditto.
3057
3058 2014-02-09 Glenn Morris <rgm@gnu.org>
3059
3060 * emacs-lisp/warnings.el (lwarn):
3061 Empower help-enable-auto-load. (Bug#15940)
3062
3063 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3064
3065 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3066 (Bug#16690)
3067
3068 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3069
3070 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3071 Insert output at end of buffer. (Bug#16120)
3072
3073 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3074
3075 * simple.el (choose-completion-string-functions): Document new
3076 calling convention (bug#14153).
3077 (execute-extended-command): Clarify doc string (bug#13373).
3078
3079 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3080
3081 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3082 (find-grep-dired): Doc fix (bug#14288).
3083
3084 2014-02-08 Juri Linkov <juri@jurta.org>
3085
3086 * isearch.el (isearch-quote-char): Check character validity
3087 like in `quoted-insert' (bug#16677).
3088
3089 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3090
3091 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3092
3093 * isearch.el (isearch-hide-immediately): Doc clarification
3094 (bug#14723).
3095
3096 * simple.el (line-move): Document utility function used many
3097 places in the Emacs sources (bug#14843).
3098
3099 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3100 (dired-prev-marked-file): Doc fix (bug#14855).
3101 (dired-up-directory): Doc fix (bug#14848).
3102
3103 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3104
3105 * files.el (file-relative-name): Doc fix (bug#15159).
3106
3107 * fringe.el (fringe-styles): Doc fix (bug#15239).
3108
3109 * isearch.el (isearch-filter-predicate): Documentation typo fix
3110 (bug#15474).
3111
3112 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3113
3114 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3115
3116 * replace.el (replace-match-maybe-edit): Doc clarification
3117 (bug#15632).
3118
3119 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3120
3121 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3122
3123 2014-02-08 Glenn Morris <rgm@gnu.org>
3124
3125 * help-fns.el (describe-variable):
3126 Check {file,dir}-local-variables-alist, and buffer-file-name,
3127 in the correct buffer.
3128
3129 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3130
3131 * help-fns.el (describe-variable): Fix the case where
3132 a value is directory-local with no dir-locals file. (Bug#16635)
3133
3134 2014-02-08 Glenn Morris <rgm@gnu.org>
3135
3136 * abbrev.el (edit-abbrevs-mode):
3137 Derive from fundamental-mode. (Bug#16682)
3138
3139 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3140
3141 * simple.el (quoted-insert): Check character validity (bug#16677).
3142
3143 2014-02-07 Juri Linkov <juri@jurta.org>
3144
3145 * desktop.el (desktop-read): Claim the lock when the owner is not
3146 the current process. (Bug#16157)
3147
3148 2014-02-07 Juri Linkov <juri@jurta.org>
3149
3150 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3151 to "\\` ". (Bug#16651)
3152
3153 2014-02-07 Juri Linkov <juri@jurta.org>
3154
3155 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3156 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3157 (desktop-auto-save-cancel-timer): New function with some code from
3158 `desktop-auto-save-set-timer'.
3159 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3160 Instead of setting `desktop-save-mode' to nil, call
3161 `desktop-save-mode' with arg 0. (Bug#16630)
3162
3163 2014-02-07 Glenn Morris <rgm@gnu.org>
3164
3165 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3166 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3167 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3168
3169 * obsolete/iswitchb.el: Move to obsolete/.
3170 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3171 since obsolete/ is not scanned for autoloads.
3172 * emacs-lisp/authors.el (authors-valid-file-names):
3173 Add iswitchb.el.
3174
3175 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3176 Disable now non-functional find-file-hook.
3177
3178 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3181 instead of ";" in order to avoid additional prompts. Let heredoc
3182 scripts read from tty. (Bug#16582)
3183 (tramp-send-command): No special handling of heredocs, it isn't
3184 necessary anymore.
3185
3186 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3189 with a space (bug#16664). Limit the symbols considered to the ones
3190 that are bound or fbound (bug#16646).
3191
3192 2014-02-06 Glenn Morris <rgm@gnu.org>
3193
3194 * epa.el (epa-mail-aliases): Doc fix.
3195
3196 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3197
3198 * emacs-lisp/lisp.el (lisp-completion-at-point):
3199 Use `completion-table-merge' instead of `completion-table-in-turn'
3200 (bug#16604).
3201
3202 * minibuffer.el (completion-table-merge): New function.
3203
3204 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3205
3206 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3207 (tramp-sh-handle-set-file-acl)
3208 (tramp-sh-handle-start-file-process)
3209 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3210 (tramp-find-executable, tramp-send-command): Use it.
3211
3212 2014-02-05 Glenn Morris <rgm@gnu.org>
3213
3214 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3215
3216 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3217
3218 * progmodes/python.el (python-shell-send-string)
3219 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3220
3221 2014-02-04 Anders Lindgren <andlind@gmail.com>
3222
3223 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3224 the names (bug#16620).
3225
3226 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3227
3228 * faces.el (window-divider): New default value. Rewrite doc-string.
3229 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3230
3231 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3232
3233 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3234 `protected' and `public' can also be called without arguments.
3235
3236 2014-02-03 Glenn Morris <rgm@gnu.org>
3237
3238 * register.el (window-configuration-to-register)
3239 (frame-configuration-to-register): Unadvertise unused argument.
3240 * frameset.el (frameset-to-register): Remove unused argument.
3241
3242 * frameset.el (frameset-to-register):
3243 * kmacro.el (kmacro-to-register):
3244 * register.el (increment-register):
3245 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3246 (calc-append-to-register, calc-prepend-to-register):
3247 * play/gametree.el (gametree-layout-to-register)
3248 (gametree-apply-register-layout):
3249 * textmodes/picture.el (picture-clear-rectangle-to-register)
3250 (picture-yank-rectangle-from-register):
3251 * vc/emerge.el (emerge-combine-versions-register):
3252 Use register-read-with-preview to read registers.
3253
3254 2014-02-03 João Távora <joaotavora@gmail.com>
3255
3256 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3257 when at beginning of (possibly narrowed) buffer.
3258
3259 2014-02-02 Daniel Colascione <dancol@dancol.org>
3260
3261 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3262 Also try to display local help from just before point.
3263
3264 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3265
3266 c-parse-state. Don't "append-lower-brace-pair" in certain
3267 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3268 recognised as a comment.
3269
3270 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3271 as well as normal comment starter.
3272 (c-parse-state-get-strategy): Extra return possibility
3273 'back-and-forward.
3274 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3275 return value list to indicate replacement of a brace-pair cons
3276 with its car.
3277 (c-parse-state-1): With 'back-and-forward, only call
3278 c-append-lower-brace-pair-to state-cache when cons-separated.
3279
3280 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3281
3282 * term/ns-win.el (ns-suspend-error): New function.
3283 (ns-initialize-window-system): Add ns-suspend-error to
3284 suspend-hook (Bug#16612).
3285
3286 2014-02-02 Daniel Colascione <dancol@dancol.org>
3287
3288 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3289 Make loading cc-mode silent.
3290
3291 2014-02-02 Daniel Colascione <dancol@dancol.org>
3292
3293 * comint.el (comint-prompt-read-only): Change doc to suggest
3294 remap keybinding.
3295
3296 2014-02-02 Glenn Morris <rgm@gnu.org>
3297
3298 * register.el (register-read-with-preview, point-to-register)
3299 (window-configuration-to-register, frame-configuration-to-register)
3300 (jump-to-register, number-to-register, view-register, insert-register)
3301 (copy-to-register, append-to-register, prepend-to-register)
3302 (copy-rectangle-to-register): Doc fixes.
3303
3304 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3307 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3308 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3309 * help-fns.el (describe-function-1): Use it.
3310
3311 2014-02-02 Glenn Morris <rgm@gnu.org>
3312
3313 * register.el (register-preview-default): New function,
3314 split from register-preview.
3315 (register-preview-function): Rename from register-preview-functions,
3316 make it not a hook.
3317 (register-preview): Use register-preview-function.
3318 (register-read-with-preview): Error on non-character event. (Bug#16595)
3319
3320 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3321
3322 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3323 `:' before binary operators (bug#16609). Don't check for `:'
3324 before `[' and `(', or their syntax status. A percent literal
3325 can't end with either.
3326 (ruby-font-lock-keywords): For built-ins that require arguments,
3327 check that they're followed by something that looks like argument
3328 (bug#16610).
3329
3330 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3331
3332 * subr.el (butlast): Document what an omitted N means (bug#13437).
3333 (nbutlast): Ditto.
3334
3335 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3336
3337 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3338 depth shallower (bug#16587).
3339 (shr-tag-svg): Respect `shr-inhibit-images'.
3340 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3341
3342 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3343
3344 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3345 (ruby-smie-grammar): Make "." right-associative. Make its priority
3346 lower than the ternary and all binary operators.
3347 (ruby-smie-rules): Indent "(" relative to the first non-"."
3348 parent, or the first "." parent at indentation.
3349 Use `ruby-align-chained-calls' for indentation of "." tokens.
3350 (Bug#16593)
3351
3352 2014-01-31 Juri Linkov <juri@jurta.org>
3353
3354 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3355 from `make-hash-table'.
3356
3357 * textmodes/ispell.el (ispell-init-process): Change message format
3358 to be consistent with other messages.
3359
3360 2014-01-31 Glenn Morris <rgm@gnu.org>
3361
3362 * delsel.el (delete-selection-mode): Doc fix.
3363
3364 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3365 (trace-function-background): Doc fixes.
3366
3367 * ido.el (ido-use-virtual-buffers): Doc fix.
3368 Reset :version, since the default value has not changed.
3369
3370 * register.el (register-preview-delay, register-read-with-preview):
3371 Doc fixes.
3372
3373 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3374 do not mess with mail-buffer position (fixes 2009-11-03 change).
3375 * progmodes/cc-mode.el (c-submit-bug-report):
3376 Check auto-fill-mode is bound. (Bug#16592)
3377
3378 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3379
3380 * startup.el (fancy-splash-image-file): New function,
3381 split from fancy-splash-head.
3382 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3383 so that we are both using the same image. (Bug#16574)
3384
3385 2014-01-30 Glenn Morris <rgm@gnu.org>
3386
3387 * simple.el (eval-expression): Doc fix.
3388
3389 * hexl.el (hexl-mode-hook):
3390 * ielm.el (ielm-mode-hook):
3391 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3392 (lisp-interaction-mode-hook):
3393 * progmodes/cfengine.el (cfengine3-documentation-function):
3394 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3395
3396 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3399 is a symbol (bug#16584).
3400
3401 2014-01-30 Glenn Morris <rgm@gnu.org>
3402
3403 * help.el (help-for-help-internal): Add "P" to text.
3404
3405 2014-01-29 Glenn Morris <rgm@gnu.org>
3406
3407 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3408
3409 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3410
3411 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3412 height constraints.
3413
3414 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3415
3416 * progmodes/hideif.el: Extend to full CPP expression syntax.
3417 (hif-token-alist): Add missing tokens.
3418 (hif-token-regexp): Add support for float/octal/hex immediates.
3419 (hif-string-literal-regexp): New const.
3420 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3421 (hif-exprlist): New function.
3422 (hif-parse-if-exp): Use it.
3423 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3424 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3425 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3426 (hif-logxor, hif-comma): New functions.
3427
3428 2014-01-28 Glenn Morris <rgm@gnu.org>
3429
3430 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3431
3432 * indent.el (tab-stop-list): Doc fix. Add :version.
3433
3434 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3435 (cvs-append-to-ignore): Add compatibility alias.
3436
3437 2014-01-27 Glenn Morris <rgm@gnu.org>
3438
3439 * dired.el (dired-hide-details-mode): Don't autoload it,
3440 since it cannot be used outside Dired buffers anyway.
3441
3442 * emulation/cua-base.el (cua-mode): Doc fix.
3443
3444 * dired.el (dired-hide-details-hide-symlink-targets)
3445 (dired-hide-details-hide-information-lines)
3446 (dired-hide-details-mode): Doc fixes.
3447
3448 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3449 * strokes.el (strokes-file): Doc fix. Bump :version.
3450 (strokes-help): Doc fix.
3451 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3452 * emulation/viper.el (viper): Doc fix for custom group.
3453 (top-level): Remove oh-so-no-longer-relevant text about vip.
3454 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3455
3456 * ido.el (ido-save-directory-list-file):
3457 * saveplace.el (save-place-file):
3458 * calendar/timeclock.el (timeclock-file):
3459 * net/quickurl.el (quickurl-url-file):
3460 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3461 * progmodes/idlwave.el (idlwave-config-directory):
3462 * textmodes/remember.el (remember-data-file):
3463 Bump :version.
3464
3465 2014-01-26 Glenn Morris <rgm@gnu.org>
3466
3467 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3468 Doc fix. Make obsolete.
3469 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3470
3471 * sort.el (delete-duplicate-lines): Doc fix.
3472
3473 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3474
3475 * progmodes/ada-mode.el (ada):
3476 * woman.el (woman): Link to info manual and Commentary section.
3477
3478 * progmodes/flymake.el (flymake):
3479 * nxml/nxml-mode.el (nxml):
3480 * net/eww.el (eww):
3481 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3482 * htmlfontify.el (htmlfontify):
3483 * ses.el (ses):
3484 * epa.el (epa):
3485 * ido.el (ido): Link to info manual.
3486
3487 2014-01-25 Leo Liu <sdl.web@gmail.com>
3488
3489 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3490
3491 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3492
3493 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3494 (bug#16537).
3495
3496 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * net/eww.el (eww-download-callback):
3499 Fix reference to eww-download-directory.
3500
3501 * emacs-lisp/bytecomp.el (byte-compile-file):
3502 Remove unused local variable `file-name'.
3503
3504 2014-01-24 Glenn Morris <rgm@gnu.org>
3505
3506 * woman.el (woman-default-faces, woman-monochrome-faces):
3507 Fix obsolescence specification.
3508
3509 * subr.el (with-demoted-errors): Doc fix.
3510
3511 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3514 (cl--macroexp-fboundp): New function.
3515 (cl--make-type-test): Use it.
3516
3517 2014-01-23 Glenn Morris <rgm@gnu.org>
3518
3519 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3520 * simple.el (eval-expression): Doc fixes.
3521
3522 2014-01-22 Glenn Morris <rgm@gnu.org>
3523
3524 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3525
3526 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * emacs-lisp/package.el: Write files silently.
3529 (package-autoload-ensure-default-file, package--write-file-no-coding)
3530 (package-generate-description-file, package--download-one-archive)
3531 (package-install-from-archive): Tell `write-region' to stay quiet.
3532 (package-menu-mode, package-menu--print-info): Omit the Archive column
3533 if there's only one archive.
3534 (package-all-keywords, package--has-keyword-p): Remove dead code.
3535
3536 2014-01-22 Glenn Morris <rgm@gnu.org>
3537
3538 * version.el (emacs-bzr-version-bzr): Fix typo.
3539
3540 * version.el (emacs-repository-get-version):
3541 Check either .bzr or .git, but not both.
3542 Make the git case actually use the DIR argument, and return nil
3543 rather than the empty string.
3544 Avoid error if .git exists but the git executable is not found.
3545
3546 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3547
3548 Fixes in window size functions around Bug#16430 and Bug#16470.
3549 * window.el (window-total-size, window-size): New argument ROUND.
3550 (window--min-delta-1, window-min-delta, window--max-delta-1):
3551 Be more conservative when calculating the numbers of lines or
3552 columns a window can shrink (Bug#16430).
3553 (fit-window-to-buffer): Simplify code.
3554 * term.el (term-window-width): Call window-body-width again.
3555
3556 2014-01-22 Glenn Morris <rgm@gnu.org>
3557
3558 * image.el (image-format-suffixes): Doc fix.
3559
3560 * international/quail.el (quail-define-package): Doc fix.
3561
3562 * emacs-lisp/authors.el (authors-valid-file-names)
3563 (authors-renamed-files-alist): Additions.
3564
3565 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3566 reverts 2014-01-09 change. (Bug#16422)
3567
3568 * calc/calc-embed.el (thing-at-point-looking-at):
3569 * emacs-lisp/map-ynp.el (x-popup-dialog):
3570 * obsolete/lmenu.el (x-popup-dialog):
3571 * emacs-lisp/package.el (url-recreate-url):
3572 * mail/mailclient.el (clipboard-kill-ring-save):
3573 * subr.el (x-popup-dialog): Update declaration.
3574 * mail/rmail.el (rmail-mime-message-p):
3575 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3576
3577 2014-01-21 Daniel Colascione <dancol@dancol.org>
3578
3579 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3580 Correctly detect when we're inside an arithmetic expansion form
3581 containing nested parenthesis.
3582 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3583 to detect cases where we shouldn't expand "<<" to a heredoc
3584 skeleton.
3585
3586 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3589 (eldoc--message-command-p): New function.
3590 (eldoc-display-message-p): Use it.
3591 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3592 message is not automatically erased for us.
3593 (eldoc-print-current-symbol-info): Erase previous message, if any.
3594
3595 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3596
3597 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3598 specify it's an interactive function.
3599
3600 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3601 Fix regex used for scanning for citation keys which failed for
3602 citations with optional arguments.
3603
3604 2014-01-21 Leo Liu <sdl.web@gmail.com>
3605
3606 * simple.el (read--expression): Don't enable eldoc-mode.
3607
3608 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * simple.el (move-beginning-of-line): Make sure we don't move forward
3611 (bug#16497).
3612
3613 2014-01-20 Juri Linkov <juri@jurta.org>
3614
3615 * saveplace.el (toggle-save-place, save-place-to-alist)
3616 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3617 'dired-mode) before checking for dired-directory. (Bug#16477)
3618
3619 2014-01-20 Juri Linkov <juri@jurta.org>
3620
3621 * indent.el (indent-line-to): Use backward-to-indentation
3622 instead of back-to-indentation. (Bug#16461)
3623
3624 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3625
3626 Revert some of the CANNOT_DUMP fix (Bug#16494).
3627 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3628 but fixing this can wait until after the next release.
3629 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3630
3631 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3632
3633 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3634 Use `password-word-equivalents'.
3635 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3636 to t. (Bug#5664, Bug#13124)
3637
3638 2014-01-19 Alan Mackenzie <acm@muc.de>
3639
3640 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3641 points.
3642 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3643 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3644 * progmodes/cc-mode.el (c-before-change, c-after-change)
3645 (c-font-lock-fontify-region): Bind it here.
3646
3647 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3648
3649 * term.el (term-window-width): Call window-text-width instead of
3650 window-width (Bug#16470).
3651
3652 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3653
3654 * simple.el (password-word-equivalents): Remove duplicates.
3655 Sort, to make this easier next time.
3656 Downcase. Omit ": " after "jelszó".
3657
3658 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3659
3660 * term/common-win.el (saved-region-selection): Defvar it.
3661 (x-select-text): Set saved-region-selection (Bug#16382).
3662
3663 2014-01-18 Glenn Morris <rgm@gnu.org>
3664
3665 * emacs-lisp/authors.el (authors-aliases)
3666 (authors-renamed-files-alist): Add some entries.
3667
3668 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3669
3670 * net/tramp.el (tramp-password-prompt-regexp):
3671 Use `password-word-equivalents' if available.
3672 (tramp-action-password, tramp-process-one-action)
3673 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3674
3675 2014-01-17 Chong Yidong <cyd@gnu.org>
3676
3677 * simple.el (password-word-equivalents): New defcustom.
3678 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3679 to 24.4.
3680 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3681 to t. (Bug#13124)
3682
3683 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3684
3685 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3686 (ruby-align-to-stmt-keywords): Change the default value.
3687 Use `ruby-alignable-keywords' to generate the possible customization
3688 choices.
3689 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3690 keywords, check against the value of `ruby-alignable-keywords'
3691 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3692
3693 2014-01-17 Glenn Morris <rgm@gnu.org>
3694
3695 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3696
3697 Make M-x authors return zero *Authors Errors* from current logs.
3698 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3699 (authors-ignored-files): Add some entries, remove others.
3700 (authors-ambiguous-files, authors-valid-file-names):
3701 Add some entries.
3702 (authors-renamed-files-alist): Add, remove, and adjust entries.
3703 (authors-renamed-files-regexps): Add some entries.
3704 Remove some very broad ones. Make some entries `lax'.
3705 (authors-lax-changelogs): New constant.
3706 (authors-disambiguate-file-name): Treat top-level specially.
3707 (authors-lax-changelog-p): New function.
3708 (authors-canonical-file-name): Check file as written against
3709 authors-valid-file-names. Do not special-case etc/.
3710 Handle `lax' logs and authors-renamed-files-regexps elements.
3711
3712 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3713
3714 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3715 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3716 callers.
3717
3718 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3721 Assume we're already in the proper buffer.
3722 Inspired by Anders Lindgren <andlind@gmail.com>.
3723 (follow-post-command-hook): Call it from the right buffer.
3724 (follow-comint-scroll-to-bottom): Adjust call.
3725 (follow-all-followers): Use get-buffer-window-list.
3726
3727 2014-01-15 Daniel Colascione <dancol@dancol.org>
3728
3729 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3730 `buffer-file-name' in interactive-form so that we don't leave
3731 pathless file names in `file-name-history'.
3732
3733 2014-01-15 Juri Linkov <juri@jurta.org>
3734
3735 * indent.el (indent-rigidly): Set deactivate-mark to nil
3736 in transient indentation mode. (Bug#16438)
3737
3738 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3739
3740 * emacs-lisp/package.el (package-desc-keywords): New function
3741 (Bug#16222).
3742 (describe-package-1, package-all-keywords)
3743 (package--has-keyword-p): Use it.
3744
3745 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3746
3747 * simple.el (define-alternatives): When creating the
3748 COMMAND-alternatives variable, assign COMMAND as its definition
3749 name so that `describe-variable' can relocate it.
3750
3751 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3752
3753 * font-lock.el (font-lock-keywords): Fix typo in docstring
3754 (bug#16307).
3755
3756 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3757
3758 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
3759 line instead of wrongly reset `add-coment' (bug#13577).
3760
3761 2014-01-14 Daiki Ueno <ueno@gnu.org>
3762
3763 * epa-file.el (epa-file-write-region): Encode the region according
3764 to `buffer-file-format'. Problem reported at:
3765 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3766
3767 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3770 so it applies in the right buffer (bug#16410).
3771
3772 2014-01-13 Daniel Colascione <dancol@dancol.org>
3773
3774 * textmodes/rst.el (rst-define-key): Provide deprecated
3775 keybindings through named functions instead of anonymous ones so
3776 that "??" doesn't appear in describe-mode output.
3777
3778 2014-01-13 Bastien Guerry <bzg@gnu.org>
3779
3780 * simple.el (define-alternatives): Call the selected command
3781 interactively. When setting `COMMAND--implementation' for the
3782 first time, tell the user how to chose another implementation.
3783 Enhance the docstring.
3784
3785 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3788 (log-edit--match-first-line): New function.
3789 (log-edit-font-lock-keywords): Use it.
3790 (log-edit-mode): Make jit-lock-defer-multiline work.
3791
3792 2014-01-13 Bastien Guerry <bzg@gnu.org>
3793
3794 * rect.el (rectangle-mark-mode): When the region is not active,
3795 display a message saying that the mark as been set and that
3796 rectangle mode is in use.
3797 (rectangle--highlight-for-redisplay): Only put an overlay with a
3798 visible vertical bar when (display-graphic-p) is non-nil.
3799 This partially fixes Bug#16403.
3800
3801 2014-01-13 Juri Linkov <juri@jurta.org>
3802
3803 * info.el (Info-find-file): Go to DIR before displaying the error
3804 about a nonexistent file if no previous Info file is visited.
3805 Use `user-error' instead of `error' for "Info file %s does not exist".
3806 (Info-find-node-2): In case of a nonexistent node in unwind forms
3807 go to the Top node if there is no previous node to revert to.
3808 (Bug#16405)
3809
3810 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3811
3812 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3813 * window.el (fit-frame-to-buffer): Fix doc-string.
3814 Respect window-min-height/-width. Fit pixelwise when
3815 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3816 when avoiding that frame goes partially off-screen.
3817 (fit-window-to-buffer): Respect window-min-height/-width
3818 (Bug#14096).
3819
3820 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3823 after an empty line.
3824
3825 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * net/shr.el (shr-render-region): Autoload.
3828
3829 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3830
3831 * net/eww.el (eww-download-directory): Rename from
3832 `eww-download-path' (Bug#16419).
3833
3834 2014-01-12 Leo Liu <sdl.web@gmail.com>
3835
3836 * dired-x.el (dired-mode-map): Fix last change.
3837
3838 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3839
3840 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3841
3842 Spelling fixes.
3843 * emacs-lisp/generic.el (generic--normalize-comments):
3844 Rename from generic--normalise-comments. All uses changed.
3845 * play/bubbles.el (bubbles--neighborhood-score)
3846 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3847 (bubbles--neighborhood-available)
3848 (bubbles--update-neighborhood-score):
3849 Rename from names with 'neighbourhood'. All uses changed.
3850
3851 2014-01-12 Leo Liu <sdl.web@gmail.com>
3852
3853 Re-implement the feature of showing eldoc info after editing.
3854 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3855 (eldoc-edit-message-commands): New function.
3856 (eldoc-print-after-edit): New variable.
3857 (eldoc-pre-command-refresh-echo-area): Emit message only by
3858 eldoc-message-commands.
3859 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3860 if eldoc-print-after-edit is set. (Bug#16346)
3861 * simple.el (read--expression): Enable eldoc-mode.
3862 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3863
3864 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3865 Eric S. Raymond <esr@thyrsus.com>
3866
3867 * version.el (emacs-repository-get-version): Enhance so the
3868 function works correctly in either a Bazaar or Git repo.
3869
3870 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3871
3872 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3873 Goes with removal of the joke manpages from /etc.
3874
3875 2014-01-10 Kenichi Handa <handa@gnu.org>
3876
3877 * mail/rmail.el (rmail-get-coding-system):
3878 Check rmail-get-coding-function before "funcall"ing it.
3879
3880 2014-01-10 Glenn Morris <rgm@gnu.org>
3881
3882 * emacs-lisp/authors.el (authors-fixed-entries):
3883 Update for files that no longer exist.
3884
3885 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3886
3887 * version.el (emacs-bzr-get-version): Restore compatibilty with
3888 24.3 (Tested).
3889
3890 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3891
3892 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3893 and Podfile.
3894
3895 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3896
3897 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3898
3899 2014-01-10 Chong Yidong <cyd@gnu.org>
3900
3901 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3902
3903 2014-01-10 Anders Lindgren <andlind@gmail.com>
3904
3905 * follow.el (follow-cache-command-list): Include right-char and
3906 left-char.
3907
3908 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3909
3910 Spelling fixes.
3911 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3912 * woman.el (woman-mark-horizontal-position):
3913 Rename from woman-mark-horizonal-position. Use changed.
3914
3915 2014-01-10 Glenn Morris <rgm@gnu.org>
3916
3917 * info.el (info-initialize): If running uninstalled, ensure our
3918 own info files are always found first, even if INFOPATH is set.
3919
3920 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3921
3922 2014-01-09 David Engster <deng@randomsample.de>
3923
3924 * emacs-lisp/eieio-custom.el:
3925 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3926 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3927 * emacs-lisp/eieio.el: Regenerate autoloads.
3928
3929 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3930
3931 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3932 following renames. (Bug#8756)
3933
3934 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3937 (bug#16382).
3938 (activate-mark): Add `no-tmm' argument.
3939 (set-mark, push-mark-command): Use it instead of running
3940 activate-mark-hook by hand.
3941
3942 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3943
3944 In preparation for the move to git, sanitize out some
3945 Bazaar-specific names.
3946
3947 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3948
3949 * version.el (emacs-bzr-version): Name changed to
3950 emacs-repository-version. Obsolete-variable alias made.
3951 * loadup.el: Follow through on this name change.
3952 * mail/emacsbug.el (report-emacs-bug): Factor out any
3953 assumption about the version control system in use.
3954
3955 2014-01-08 David Engster <deng@randomsample.de>
3956
3957 * help-fns.el (help-fns-describe-function-functions):
3958 New variable to call functions for augmenting help buffers.
3959 (describe-function-1): Remove explicit calls to
3960 `help-fns--compiler-macro', `help-fns--parent-mode' and
3961 `help-fns--obsolete'. Put them in above new variable instead, and
3962 call them through `run-hook-with-args'.
3963 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3964 `eieio-describe-class'. Not meant for interactive use anymore,
3965 but to augment existing help buffers. Remove optional second
3966 argument. Create proper button for file location.
3967 Rewrite function to use `insert' instead of `princ' and `prin1' where
3968 possible.
3969 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3970 (eieio-method-def, eieio-class-def): Move further up.
3971 (describe-method, describe-generic, eieio-describe-method):
3972 Remove aliases.
3973 (eieio-help-constructor, eieio-help-generic): Rename from
3974 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3975 Rewrite to use `insert' in the current buffer and use proper help
3976 buttons.
3977 (eieio-help-find-method-definition)
3978 (eieio-help-find-class-definition): Also accept symbols as
3979 arguments.
3980 (eieio-help-mode-augmentation-maybee): Remove.
3981 (eieio-describe-class-sb): Use `describe-function'.
3982 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3983 Add `eieio-help-generic' and `eieio-help-constructor'.
3984
3985 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3986
3987 Spelling fixes.
3988 * language/china-util.el (hz-ascii-designation):
3989 Rename from hz-ascii-designnation.
3990 (hz-ascii-designation): Rename from hz-ascii-designnation.
3991 All uses changed.
3992
3993 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3996 package-alist.
3997
3998 2014-01-08 Bastien Guerry <bzg@gnu.org>
3999
4000 * emacs-lisp/package.el (package-delete):
4001 Correctly delete the package from package-alist.
4002
4003 2014-01-08 Daiki Ueno <ueno@gnu.org>
4004
4005 * emacs-lisp/package.el (url-recreate-url): Declare.
4006 (url-http-target-url): Declare.
4007 (package-handle-response): Include requested URL in the error message.
4008 (package--check-signature): Don't re-signal errors from
4009 package--with-work-buffer. Suggested by Stefan Monnier.
4010
4011 2014-01-07 Bastien Guerry <bzg@gnu.org>
4012
4013 * minibuffer.el (completion--try-word-completion): When both a
4014 hyphen and a space are possible candidates for the character
4015 following a word, display both candidates. (Bug#15980)
4016
4017 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4018
4019 * window.el (balance-windows-2): While rounding don't give a
4020 window more than the remainder. Bug#16351, bug#16383.
4021
4022 2014-01-07 Glenn Morris <rgm@gnu.org>
4023
4024 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4025 (menu-bar-help-menu): Use view-external-packages instead.
4026
4027 2014-01-07 Bastien Guerry <bzg@gnu.org>
4028
4029 * emacs-lisp/package.el (package-delete): Also delete the package
4030 name from `package-alist', not its description only.
4031
4032 2014-01-07 Glenn Morris <rgm@gnu.org>
4033
4034 * help.el (view-external-packages):
4035 * menu-bar.el (menu-bar-help-extra-packages):
4036 Visit efaq.info rather than etc/MORE.STUFF.
4037
4038 2014-01-07 Juri Linkov <juri@jurta.org>
4039
4040 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4041 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4042
4043 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4044 that shadows RET. (Bug#16342)
4045
4046 2014-01-07 Chong Yidong <cyd@gnu.org>
4047
4048 * isearch.el (isearch-yank-char, isearch-yank-word)
4049 (isearch-yank-line): Doc fix.
4050
4051 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4054 * emacs-lisp/elint.el (elint-find-builtins):
4055 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4056 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4057 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4058 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4059 * apropos.el (apropos-safe-documentation):
4060 * subr.el (symbol-file): Remove redundant fboundp.
4061 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4062
4063 2014-01-06 Bastien Guerry <bzg@gnu.org>
4064
4065 * hl-line.el (global-hl-line-overlay): Make a local variable.
4066 (global-hl-line-overlays): New variable to store all overlays.
4067 (global-hl-line-mode): Don't delete overlays from the current
4068 buffer when `global-hl-line-sticky-flag' is non-nil.
4069 (global-hl-line-highlight): Add new overlays to
4070 `global-hl-line-overlays'.
4071 (global-hl-line-unhighlight-all): New function to delete all
4072 overlays when turning off `global-hl-line-mode'.
4073 This fixes Bug#16183.
4074
4075 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * subr.el (set-transient-map): Fix nested case and docstring.
4078
4079 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4080
4081 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4082 `Texinfo' entry.
4083
4084 2014-01-06 Daniel Colascione <dancol@dancol.org>
4085
4086 Fix defun navigation in vc log view.
4087
4088 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4089 like `beginning-of-defun'.
4090 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4091 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4092 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4093 (log-view-extract-comment): Call `log-view-current-entry' directly
4094 instead of relying on broken `log-view-beginning-of-defun' behavior.
4095
4096 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4097
4098 Spelling fixes.
4099 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4100 * emacs-lisp/debug.el (cancel-debug-on-entry):
4101 * epg.el (epg-error-to-string):
4102 * files.el (recover-file):
4103 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4104 * mail/emacsbug.el (report-emacs-bug-hook):
4105 * mail/sendmail.el (mail-recover):
4106 * ses.el (ses-yank-resize):
4107 * term/ns-win.el (ns-print-buffer):
4108 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4109 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4110 All uses changed.
4111 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4112
4113 2014-01-06 Leo Liu <sdl.web@gmail.com>
4114
4115 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4116 to avoid shadowing global key. (Bug#16354)
4117
4118 2014-01-06 Daniel Colascione <dancol@dancol.org>
4119
4120 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4121 rst-mode.
4122
4123 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4124
4125 * window.el (balance-windows): Add mising t to fix Bug#16351.
4126
4127 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4130 (bug#16285).
4131 (shr-insert): If we have a word that's longer than `shr-width',
4132 break after it anyway. Otherwise we'll do no breaking once we get
4133 such a long word.
4134
4135 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4136
4137 * net/eww.el (eww): Support single/double quote for search.
4138 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4139 (eww-history-quit): Delete and use quit-window.
4140 (eww-history-kill): Delete, because it doesn't work well and
4141 not necessary.
4142 (eww-history-mode-map): Delete some keys and add easy-menu.
4143
4144 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4145
4146 Fix misspelling of 'chinese' in rx (Bug#16237).
4147 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4148 chinese-two-byte.
4149
4150 Change subword regexps back to vars (Bug#16296).
4151 * progmodes/subword.el (subword-forward-regexp)
4152 (subword-backward-regexp): Change these back to variables.
4153
4154 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4157 syntax-begin-function (bug#16247).
4158
4159 2014-01-03 Chong Yidong <cyd@gnu.org>
4160
4161 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4162 (advice--docstring): Delete variable.
4163 (advice--make-1): Leave the docstring empty.
4164 (advice-add): Use function-documentation for advised docstring.
4165
4166 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4167 Ignore function-documentation property when getting documentation.
4168 (ad-activate-advised-definition): Use function-documentation
4169 generate the docstring.
4170 (ad-make-advised-definition): Don't call
4171 ad-make-advised-definition-docstring.
4172 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4173 Delete functions.
4174
4175 * progmodes/sql.el (sql-help): Use function-documentation instead
4176 of dynamic-docstring-function property. No need to autoload now.
4177 (sql--help-docstring): New variable.
4178 (sql--make-help-docstring): Use it.
4179
4180 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * ielm.el (ielm-tab): Retarget.
4183 (ielm-map): Use ielm-tab for tab.
4184 (ielm-complete-filename): Use comint-filename-completion.
4185 (ielm-complete-symbol): Remove.
4186 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4187 remove ielm-tab from completion-at-point-functions (bug#16224).
4188
4189 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4190 Beware signals raised by predicates (bug#16201).
4191
4192 2014-01-02 Richard Stallman <rms@gnu.org>
4193
4194 * dired-aux.el (dired-do-print): Handle printer-name.
4195
4196 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4197 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4198 (rmail-epa-decrypt): Turn off mime processing.
4199
4200 * mail/rmail.el (rmail-make-in-reply-to-field):
4201 Add parens in message-id.
4202
4203 * mail/rmail.el (rmail-get-coding-function): Variable.
4204 (rmail-get-coding-system): Use it.
4205
4206 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4207
4208 * international/mule-conf.el: Unify the charset indian-is13194.
4209 (indian-is13194): Specify unify-map.
4210
4211 2013-12-31 Leo Liu <sdl.web@gmail.com>
4212
4213 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4214
4215 2013-12-30 Daniel Colascione <dancol@dancol.org>
4216
4217 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4218 of printing a useless when we resume from sleep.
4219
4220 * progmodes/sh-script.el
4221 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4222 in indentation code. (Bug#16233)
4223
4224 2013-12-28 João Távora <joaotavora@gmail.com>
4225
4226 * elec-pair.el (electric-pair-post-self-insert-function):
4227 Don't open extra newlines at beginning of buffer. (Bug#16272)
4228
4229 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4230
4231 * frame.el (window-system-for-display): Don't allow to create a
4232 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4233
4234 2013-12-28 Glenn Morris <rgm@gnu.org>
4235
4236 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4237 Update callers.
4238
4239 * apropos.el (apropos-match-face):
4240 * calculator.el (calculator-displayer):
4241 * dabbrev.el (dabbrev-search-these-buffers-only):
4242 * face-remap.el (buffer-face-mode-face):
4243 * simple.el (yank-handled-properties):
4244 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4245 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4246 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4247 (hashcash-double-spend-database):
4248 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4249 (ruby-deep-indent-paren-style):
4250 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4251 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4252 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4253 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4254 Specify custom types.
4255
4256 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4257 * bookmark.el (bookmark-bmenu-use-header-line):
4258 * doc-view.el (doc-view-scale-internally):
4259 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4260 * register.el (register-preview-delay):
4261 * net/shr.el (shr-bullet):
4262 * progmodes/cfengine.el (cfengine-cf-promises)
4263 (cfengine-parameters-indent):
4264 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4265 * textmodes/reftex-vars.el (reftex-label-regexps):
4266 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4267
4268 * net/tls.el (tls-certtool-program): Fix default value.
4269
4270 * desktop.el (desktop-restore-in-current-display):
4271 * newcomment.el (comment-empty-lines):
4272 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4273 (idlwave-pad-keyword):
4274 * progmodes/tcl.el (tcl-tab-always-indent):
4275 * textmodes/reftex-vars.el (reftex-index-default-tag):
4276 * elec-pair.el (electric-pair-skip-whitespace):
4277 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4278
4279 * emacs-lisp/authors.el (authors-ignored-files)
4280 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4281
4282 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4283
4284 * shell.el (shell-dynamic-complete-command): Doc fix.
4285 (shell--command-completion-data): Shell completion now matches
4286 executable filenames from the current buffer's directory, on
4287 systems in which this behavior is the default (windows-nt, ms-dos).
4288
4289 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4290
4291 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4292
4293 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4296 (bug#16251).
4297
4298 * electric.el: Move all electric-pair-* to elec-pair.el.
4299 * elec-pair.el: New file, split from electric.el.
4300
4301 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4302
4303 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4304 indentation level is larger than the width, because that will
4305 infloop.
4306 (shr-insert): Fill repeatedly long texts, so that Japanese is
4307 formatted correctly (bug#16263).
4308 (shr-find-fill-point): Off by one error in comparison with the
4309 indentation.
4310
4311 2013-12-26 João Távora <joaotavora@gmail.com>
4312
4313 * electric.el (electric-pair-mode): More flexible engine for skip-
4314 and inhibit predicates, new options for pairing-related functionality.
4315 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4316 if that keeps or improves their balance in buffers.
4317 (electric-pair-delete-adjacent-pairs): Delete the pair when
4318 backspacing over adjacent matched delimiters.
4319 (electric-pair-open-extra-newline): Open extra newline when
4320 inserting newlines between adjacent matched delimiters.
4321 (electric--sort-post-self-insertion-hook):
4322 Sort post-self-insert-hook according to priority values when
4323 minor-modes are activated.
4324 * simple.el (newline-and-indent): Call newline with interactive
4325 set to t.
4326 (blink-paren-post-self-insert-function): Set priority to 100.
4327 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4328 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4329 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4330 electric-pair-open-newline-between-pairs to nil.
4331
4332 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4333
4334 * progmodes/python.el: Use lexical-binding.
4335 (python-nav-beginning-of-defun): Stop searching ASAP.
4336
4337 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4338
4339 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4340 Fix interactive spec. Doc fix. (Bug#15754)
4341
4342 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4343
4344 * emacs-lisp/byte-run.el (eval-when-compile):
4345 * progmodes/cc-defs.el (cc-eval-when-compile):
4346 Fix edebug spec (bug#16184).
4347
4348 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4349
4350 * net/shr.el (shr-visit-file): Remove debugging function.
4351 (shr-insert): Don't infloop if we can't find a good place to break
4352 the line (bug#16256).
4353
4354 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4355
4356 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4357 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4358 python-nav-lisp-forward-sexp-safe.
4359 (python-nav--forward-sexp): New argument SAFE allows switching
4360 forward sexp movement behavior for parens.
4361 (python-nav-forward-sexp): Throw errors on unterminated parens
4362 (Bug#16191).
4363 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4364 (python-nav-backward-sexp-safe): New functions.
4365 (python-shell-buffer-substring):
4366 Use `python-nav-forward-sexp-safe'.
4367
4368 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4369
4370 * net/shr.el (shr-find-fill-point): Don't break lines before a
4371 quotation mark.
4372 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4373 (shr-find-fill-point): Remove the special checks for the quotation
4374 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4375
4376 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4377
4378 * net/eww.el (eww-form-textarea): Use a different face for
4379 textareas than text input since they have different keymaps
4380 (bug#16142).
4381
4382 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4383
4384 * progmodes/python.el (python-nav-beginning-of-statement):
4385 Speed up (Bug#15295).
4386
4387 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4388
4389 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4390 the window configuration.
4391
4392 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4393
4394 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4395 we run on MS-Windows or MS-DOS.
4396
4397 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4398
4399 * window.el (balance-windows-area): Call window-size instead of
4400 window-height and window-width. Bug#16241.
4401
4402 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4403
4404 * net/eww.el (eww-bookmark-quit): Remove.
4405 (eww-bookmark-browse): Restore the window configuration when you
4406 choose a bookmark (bug#16144).
4407
4408 2013-12-24 Daniel Colascione <dancol@dancol.org>
4409
4410 * icomplete.el: Remove redundant :group arguments to `defcustom'
4411 throughout.
4412 (icomplete-show-matches-on-no-input): New customizable variable.
4413 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4414 we have something to show.
4415 (icomplete-exhibit): Compute completions even if we have no user input.
4416
4417 2013-12-23 Daniel Colascione <dancol@dancol.org>
4418
4419 * icomplete.el: Move `provide' to end of file.
4420
4421 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4422
4423 * net/gnutls.el (gnutls-verify-error): Add version tag.
4424
4425 2013-12-23 Chong Yidong <cyd@gnu.org>
4426
4427 * subr.el (set-transient-map): Rename from
4428 set-temporary-overlay-map. Doc fix.
4429
4430 * face-remap.el (text-scale-adjust):
4431 * indent.el (indent-rigidly):
4432 * kmacro.el (kmacro-call-macro):
4433 * minibuffer.el (minibuffer-force-complete):
4434 * repeat.el (repeat):
4435 * simple.el (universal-argument--mode):
4436 * calendar/todo-mode.el (todo-insert-item--next-param):
4437 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4438
4439 * indent.el (indent-rigidly): Use substitute-command-keys.
4440
4441 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4442
4443 * net/eww.el (eww-tag-select): Add text-property to jump to next
4444 select field.
4445 (eww): Add non-supported ftp error.
4446
4447 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4448
4449 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4450 comments. Handle electric indent after typing `?' and `!'.
4451
4452 2013-12-22 Chong Yidong <cyd@gnu.org>
4453
4454 * faces.el (face-spec-recalc): If the theme specs are not
4455 applicable to a frame, fall back on the defface spec.
4456 This prevents themes from obliterating faces on low-color terminals.
4457
4458 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4459
4460 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4461 after `{'. We need it after block openers, and it doesn't seem
4462 to hurt after hash openers.
4463
4464 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4465
4466 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4467 extracted from `ruby-smie-rules'.
4468 (ruby--electric-indent-chars): New variable.
4469 (ruby--electric-indent-p): New function.
4470 (ruby-mode): Use `electric-indent-functions' instead of
4471 `electric-indent-chars'.
4472
4473 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4474
4475 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4476 docstring.
4477 (ruby-smie-rules): Indent plus one level after `=>'.
4478
4479 2013-12-21 Richard Stallman <rms@gnu.org>
4480
4481 * simple.el (newline): Doc fix.
4482
4483 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4484
4485 * net/eww.el (eww-list-histories, eww-list-histories)
4486 (eww-history-browse, eww-history-quit, eww-history-kill)
4487 (eww-history-mode-map, eww-history-mode): New command and
4488 functions to list browser histories.
4489 (eww-form-text): Support text form with disabled
4490 and readonly attributes.
4491 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4492
4493 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4494
4495 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4496 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4497 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4498 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4499 Use `user-error'.
4500 (eww-bookmark-mode-map): Add menu.
4501 (eww-render, eww-mode): Use `setq-local'.
4502 (eww-tool-bar-map): New variable.
4503 (eww-mode): Set `tool-bar-map'.
4504 (eww-view-source): Check for `html-mode' with `fboundp'.
4505
4506 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4507
4508 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4509 elements with text inside. Also remove debugging.
4510
4511 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4512
4513 * cus-start.el (all): Add ns-use-srgb-colorspace.
4514
4515 2013-12-21 Chong Yidong <cyd@gnu.org>
4516
4517 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4518 undefined. Thus, theme settings for undefined faces do not take
4519 effect until the faces are defined with defface, the same as with
4520 theme variables.
4521
4522 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4523 (face-spec-reset-face): Don't assign extra properties in temacs.
4524 (face-spec-recalc): Apply X resources too.
4525
4526 2013-12-21 Chong Yidong <cyd@gnu.org>
4527
4528 * faces.el (face-spec-set):
4529 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4530 * custom.el (defface): Doc fixes (Bug#16203).
4531
4532 * indent.el (indent-rigidly-map): Add docstring, and move commands
4533 into named functions.
4534 (indent-rigidly-left, indent-rigidly-right)
4535 (indent-rigidly-left-to-tab-stop)
4536 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4537 indentation direction based on bidi direction, and accumulate
4538 sequential commands in a single undo boundary.
4539 (indent-rigidly--pop-undo): New utility function.
4540
4541 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * faces.el (read-face-name): Require crm.el when using crm-separator.
4544
4545 2013-12-20 Daniel Colascione <dancol@dancol.org>
4546
4547 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4548 so that we don't reflow comments into the shebang line.
4549
4550 2013-12-20 Juri Linkov <juri@jurta.org>
4551
4552 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4553 a position when `dired-directory' is non-nil. Check integer
4554 positions with `integerp'.
4555 (toggle-save-place, save-places-to-alist): Add check for
4556 `dired-directory'.
4557 (save-place-find-file-hook): Check integer positions with
4558 `integerp'.
4559 (save-place-dired-hook): Use `dired-goto-file' when
4560 `dired-filename' is found in the assoc list. Check integer
4561 positions with `integerp'.
4562 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4563
4564 * dired.el (dired-initial-position-hook): Rename back from
4565 `dired-initial-point-hook'.
4566 (dired-initial-position): Rename `dired-initial-point-hook' to
4567 `dired-initial-position-hook'.
4568 (dired-file-name-at-point): Doc fix. (Bug#15329)
4569
4570 2013-12-20 Juri Linkov <juri@jurta.org>
4571
4572 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4573 (read-regexp-suggestions): New function.
4574 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4575 Use `read-regexp-suggestions'. Add non-empty default to history
4576 for empty input.
4577 (occur-read-regexp-defaults-function): Remove function.
4578 (occur-read-primary-args): Use `regexp-history-last' instead of
4579 `occur-read-regexp-defaults-function'.
4580
4581 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4582 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4583 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4584 `hi-lock-read-regexp-defaults-function'. Doc fix.
4585 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4586 with `find-tag-default-as-symbol-regexp'. Doc fix.
4587 (hi-lock-read-regexp-defaults): Remove function.
4588 (hi-lock-regexp-okay): Add check for null.
4589
4590 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4591 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4592
4593 * subr.el (find-tag-default-as-symbol-regexp): New function.
4594 (find-tag-default-as-regexp): Move symbol regexp formatting to
4595 `find-tag-default-as-symbol-regexp'.
4596
4597 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4598
4599 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4600 (Bug#14179)
4601
4602 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4603
4604 * calendar/todo-mode.el: New implementation of item insertion
4605 commands and key bindings.
4606 (todo-key-prompt): New face.
4607 (todo-insert-item): New command.
4608 (todo-insert-item--parameters): New defconst, replacing defvar
4609 todo-insertion-commands-args-genlist.
4610 (todo-insert-item--param-key-alist): New defconst, replacing
4611 defvar todo-insertion-commands-arg-key-list.
4612 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4613 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4614 (todo-insert-item--next-param): New functions.
4615 (todo-insert-item--args, todo-insert-item--argleft)
4616 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4617 New variables.
4618 (todo-key-bindings-t): Change binding of "i" from
4619 todo-insertion-map to todo-insert-item.
4620 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4621 (todo-insertion-command-name, todo-insertion-commands-names)
4622 (todo-define-insertion-command, todo-insertion-commands)
4623 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4624
4625 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4626
4627 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4628 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4629 eval-when-compile.
4630 (todo-move-category): Allow choosing a non-existing todo file to
4631 move the category to, and create that file.
4632 (todo-default-priority): New user option.
4633 (todo-set-item-priority): Use it.
4634 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4635 (desktop-restore-file-buffer): Declare.
4636 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4637 (todo-modes-set-2): Locally set desktop-save-buffer to
4638 todo-desktop-save-buffer.
4639 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4640 (auto-mode-alist): Add autoload cookie.
4641
4642 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4643
4644 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4645 helpers.el was a poor choice of name.
4646 (string-remove-prefix): New function.
4647 (string-remove-suffix): New function.
4648
4649 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4650
4651 Fix assignment for new window total sizes.
4652 * window.el (window--pixel-to-size): Remove function.
4653 (window--pixel-to-total-1, window--pixel-to-total):
4654 Fix calculation of new total sizes.
4655
4656 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4657
4658 * comint.el (comint-output-filter): Fix rear-nonsticky property
4659 placement (Bug#16010).
4660
4661 2013-12-20 Chong Yidong <cyd@gnu.org>
4662
4663 * faces.el (read-color): Minor fix for completion function.
4664
4665 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4666
4667 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4668 New option. (Bug#16182)
4669 (ruby-smie--indent-to-stmt-p): Use it.
4670 (ruby-smie-rules): Revert the logic in the handling of `when'.
4671 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4672 (ruby-deep-arglist, ruby-deep-indent-paren)
4673 (ruby-deep-indent-paren-style): Update docstrings to note that the
4674 vars don't have any effect with SMIE.
4675
4676 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4677
4678 * calc/calc.el (calc-enter, calc-pop): Use the variable
4679 `calc-context-sensitive-enter'.
4680
4681 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4682
4683 * net/shr.el (shr-insert): Protect against infloops in degenerate
4684 tables.
4685
4686 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4687
4688 * progmodes/octave.el (octave): Add link to manual and octave
4689 homepage.
4690 (octave-mode-menu): Link to octave-mode manual.
4691
4692 2013-12-20 Leo Liu <sdl.web@gmail.com>
4693
4694 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4695 insertion using skeleton-end-newline. (Bug#16138)
4696
4697 2013-12-20 Juri Linkov <juri@jurta.org>
4698
4699 * replace.el (occur-engine): Use `add-face-text-property'
4700 to add the face property to matches and titles. (Bug#14645)
4701
4702 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4703 the palette of other hi-lock colors.
4704 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4705
4706 2013-12-19 Juri Linkov <juri@jurta.org>
4707
4708 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4709 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4710 (minibuffer-history-symbol): Move variable declaration closer to
4711 its usage.
4712
4713 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4714 (Bug#14785)
4715
4716 2013-12-19 Juri Linkov <juri@jurta.org>
4717
4718 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4719 New function.
4720 (log-edit-hook): Add it to :options. (Bug#16170)
4721
4722 2013-12-19 Juri Linkov <juri@jurta.org>
4723
4724 * simple.el (eval-expression-print-format): Don't check for
4725 command names and the last command. Always display additional
4726 formats of the integer result in the echo area, and insert them
4727 to the current buffer only with a zero prefix arg.
4728 Display character when char-displayable-p is non-nil.
4729 (eval-expression): With a zero prefix arg, set `print-length' and
4730 `print-level' to nil, and insert the integer values from
4731 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4732
4733 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4734 `eval-last-sexp-arg-internal'. Doc fix.
4735 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4736 `eval-last-sexp-print-value'. Doc fix.
4737 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4738 Set `print-length' and `print-level' to nil when arg is zero.
4739 (eval-last-sexp): Doc fix.
4740 (eval-defun-2): Print the integer values from
4741 `eval-expression-print-format' at the end.
4742
4743 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4744 values from `eval-expression-print-format' at the end.
4745
4746 * ielm.el (ielm-eval-input): Print the integer
4747 values from `eval-expression-print-format' at the end.
4748
4749 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4750
4751 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4752 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4753
4754 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4757 (hl-line-highlight, global-hl-line-highlight): Use it.
4758 (hl-line-overlay): Use defvar-local.
4759
4760 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4761
4762 * term/ns-win.el: Require dnd.
4763 (global-map): Remove drag items.
4764 (ns-insert-text, ns-set-foreground-at-mouse)
4765 (ns-set-background-at-mouse):
4766 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4767 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4768 New functions.
4769
4770 2013-12-19 Glenn Morris <rgm@gnu.org>
4771
4772 * emacs-lisp/ert.el (ert-select-tests):
4773 Fix string/symbol mixup. (Bug#16121)
4774
4775 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4776
4777 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4778 keywords to their parent.
4779
4780 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4781
4782 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4783 first arg to be a string (fixed dead code), or an operator symbol.
4784 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4785 operator symbols.
4786 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4787 did nothing. Don't respond to `(:after ".")', it will be called
4788 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4789 change anything. Only return indentation for binary operators
4790 when they are hanging. De-dent opening paren when its parent is
4791 `.', otherwise it looks bad when the dot is not at bol or eol
4792 (bug#16182).
4793
4794 2013-12-19 Juri Linkov <juri@jurta.org>
4795
4796 * replace.el (query-replace-read-args): Split a non-negative arg
4797 and a negative arg into separate elements.
4798 (query-replace, query-replace-regexp, replace-string)
4799 (replace-regexp): Add arg `backward'. Doc fix.
4800 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4801 move point to the beginning of the match.
4802 (replace-search, replace-highlight): Use new arg `backward'
4803 to set the value of `isearch-forward'.
4804 (perform-replace): Add arg `backward' and use it to perform
4805 replacement backward. (Bug#14979)
4806
4807 * isearch.el (isearch-query-replace): Use a negative prefix arg
4808 to call `perform-replace' with a non-nil arg `backward'.
4809
4810 2013-12-18 Juri Linkov <juri@jurta.org>
4811
4812 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4813 to the default list. Move `log-edit-show-files' to the end.
4814 Add more available functions to options.
4815 (log-edit): Move default specific settings to
4816 `log-edit-insert-message-template'. Don't move point.
4817 (log-edit-insert-message-template): New function.
4818 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4819 (Bug#16170)
4820
4821 2013-12-18 Juri Linkov <juri@jurta.org>
4822
4823 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4824 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4825
4826 2013-12-18 Leo Liu <sdl.web@gmail.com>
4827
4828 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4829 (Bug#16186)
4830
4831 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4832
4833 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4834 formats for displaying file sizes when the -s switch is given.
4835 Instead, compute a separate format for displaying the size in
4836 blocks, which is displayed in addition to the "regular" size.
4837 When -h is given in addition to -s, produce size in blocks in
4838 human-readable form as well. (Bug#16179)
4839
4840 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4841
4842 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4843 Reference tables with ~\ref{...} instead of only \ref{...}.
4844
4845 2013-12-18 Chong Yidong <cyd@gnu.org>
4846
4847 * cus-edit.el (custom-magic-alist): Fix "themed" description
4848 (Bug#14348).
4849
4850 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4851 is non-nil, do not create a new entry in the symbol's theme-value
4852 or theme-face property; update theme-settings only (Bug#14664).
4853 (custom-available-themes): Doc fix.
4854
4855 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4856 (Bug#15674).
4857
4858 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4859
4860 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4861
4862 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4863 (Bug#13914).
4864
4865 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4866
4867 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4868
4869 2013-12-18 Glenn Morris <rgm@gnu.org>
4870
4871 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4872 * cus-start.el (load-prefer-newer): New option.
4873
4874 2013-12-18 Le Wang <l26wang@gmail.com>
4875
4876 * comint.el (comint-previous-matching-input-from-input):
4877 Retain point (Bug#13404).
4878
4879 2013-12-18 Chong Yidong <cyd@gnu.org>
4880
4881 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4882
4883 2013-12-18 Glenn Morris <rgm@gnu.org>
4884
4885 * mail/emacsbug.el (report-emacs-bug):
4886 Only mention enable-multibyte-characters if non-standard.
4887
4888 2013-12-17 Juri Linkov <juri@jurta.org>
4889
4890 * arc-mode.el (archive-extract-by-file): Check if directory exists
4891 before deletion to not show irrelevant errors if it doesn't exist.
4892
4893 2013-12-17 Juri Linkov <juri@jurta.org>
4894
4895 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4896 (Bug#14751)
4897
4898 * net/eww.el (browse-web): Add alias to `eww'.
4899 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4900 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4901
4902 * net/browse-url.el (browse-url-browser-function): Move `eww'
4903 closer to similar functions.
4904
4905 * startup.el (fancy-startup-screen, fancy-about-screen):
4906 Set browse-url-browser-function to eww-browse-url locally.
4907 (Bug#14751)
4908
4909 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * window.el (window--pixel-to-total): Remove unused `mini' var.
4912 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4913 (split-window): Remove unused `new' var.
4914 (window--display-buffer): Remove unused `frame' and `delta' vars.
4915 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4916 and display-width'.
4917
4918 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4919
4920 * dired.el (dired-mark-pop-up):
4921 * register.el (register-preview): Don't bind
4922 split-height-threshold here since it's now done in
4923 display-buffer-below-selected.
4924
4925 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4926
4927 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4928 xterm-rgb-convert-to-16bit.
4929 (rxvt-register-default-colors): Standardize with
4930 xterm-register-default-colors (Bug#14078).
4931
4932 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4933
4934 * simple.el (kill-region): Pass mark first, then point, so that
4935 kill-append works right (Bug#12819).
4936 (copy-region-as-kill, kill-ring-save): Likewise.
4937
4938 2013-12-17 Leo Liu <sdl.web@gmail.com>
4939
4940 * net/rcirc.el (rcirc-add-face):
4941 * eshell/em-prompt.el (eshell-emit-prompt):
4942 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4943 (Bug#16167)
4944
4945 2013-12-17 Chong Yidong <cyd@gnu.org>
4946
4947 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4948 Suggested by Xue Fuqiao.
4949
4950 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4951
4952 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4953
4954 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * net/shr.el (shr-insert-document): Remove unused var
4957 `shr-preliminary-table-render'.
4958 (shr-rescale-image): Remove unused arg `force'.
4959 (shr-put-image): Update calls accordingly.
4960 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4961
4962 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4963
4964 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4965 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4966 :close-all, to see which indentation method to use (Bug#16116).
4967 (smie-rules-function): Document the method :close-all.
4968
4969 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4970
4971 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4972
4973 * net/eww.el (eww-display-html): If we can't find the anchor we're
4974 looking for, then go to point-min.
4975
4976 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4977
4978 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4979 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4980 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4981 Expand dir too, in case it's relative.
4982
4983 2013-12-16 Juri Linkov <juri@jurta.org>
4984
4985 * desktop.el (desktop-auto-save-timeout): Change default to
4986 `auto-save-timeout'. Doc fix.
4987 (desktop-save): Skip the timestamp in desktop-saved-frameset
4988 when checking for auto-save changes.
4989 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4990 `desktop-auto-save' is called repeatedly by the idle timer.
4991 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4992 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4993 (Bug#15331)
4994
4995 2013-12-16 Juri Linkov <juri@jurta.org>
4996
4997 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4998 (Bug#16035)
4999 (isearch-pre-command-hook): Check `this-command' for symbolp.
5000
5001 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5004
5005 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5006
5007 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5008 (cfengine3--current-function): Bring in the current-function
5009 functionality from `cfengine3--current-word'.
5010 (cfengine3-completion-function): Bring in the
5011 bounds-of-current-word functionality from
5012 `cfengine3--current-word'.
5013
5014 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5015
5016 * window.el (display-buffer-below-selected):
5017 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5018
5019 2013-12-16 Leo Liu <sdl.web@gmail.com>
5020
5021 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5022 Remove NOMSG arg and all uses changed.
5023
5024 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5027 (cua--deactivate-rectangle): Don't deactivate the mark.
5028 (cua-set-rectangle-mark): Don't set mark-active since
5029 cua--activate-rectangle already does it for us.
5030 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5031 non-rectangular region.
5032
5033 * emulation/cua-base.el (cua-repeat-replace-region):
5034 Use with-current-buffer.
5035
5036 * net/gnutls.el: Use cl-lib.
5037 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5038
5039 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5040
5041 * emacs-lisp/package.el (package-built-in-p): Support both
5042 built-in and the package.el converted package descriptions.
5043 (package-show-package-list): Allow keywords.
5044 (package-keyword-button-action): Use it instead of
5045 `finder-list-matches'.
5046 (package-menu-filter-interactive): Interactive filtering (by
5047 keyword) function.
5048 (package-menu--generate): Support keywords and change keymappings
5049 and headers when they are given.
5050 (package--has-keyword-p): Helper function.
5051 (package-menu--refresh): Use it.
5052 (package--mapc): Helper function.
5053 (package-all-keywords): Use it.
5054 (package-menu-mode-map): Set up menu items and keybindings to
5055 provide a filtering UI.
5056
5057 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5058
5059 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5060 the behavior when a certificate fails validation. Defaults to
5061 old behavior: never abort, just warn.
5062 (gnutls-negotiate): Use it.
5063
5064 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5065
5066 * window.el (display-buffer-below-selected): Never split window
5067 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5068
5069 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5070
5071 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5072 (package-buffer-info): Use it (bug#15108).
5073
5074 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * icomplete.el (icomplete-completions): Make sure the prefix is already
5077 displayed elsewhere before hiding it (bug#16219).
5078
5079 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5080
5081 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5082 open-paren tokens when preceded by a open-paren, too.
5083 (ruby-smie-rules): Handle virtual indentation after open-paren
5084 tokens specially. If there is code between it and eol, return the
5085 column where is starts (Bug#16118).
5086
5087 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5088
5089 * progmodes/cfengine.el: Fix `add-hook' doc.
5090 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5091 (cfengine3--current-word): Fix parameters.
5092 (cfengine3-make-syntax-cache): Simplify further.
5093 (cfengine3-completion-function, cfengine3--current-function):
5094 Use `assq' for symbols.
5095 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5096
5097 2013-12-13 Glenn Morris <rgm@gnu.org>
5098
5099 * loadup.el (load-path): Warn if site-load or site-init changes it.
5100 No more need to reset it when bootstrapping.
5101
5102 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5103
5104 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5105 locations for cf-promises.
5106 (cfengine-mode-syntax-functions-regex): New caching variable.
5107 (cfengine3-fallback-syntax): Fallback syntax for cases where
5108 cf-promises doesn't run.
5109 (cfengine3--current-word): Reimplement using
5110 `cfengine-mode-syntax-functions-regex'.
5111 (cfengine3-completion-function, cfengine3--current-function):
5112 Use `cfengine3-make-syntax-cache' directly.
5113 (cfengine3-clear-syntax-cache): New function.
5114 (cfengine3-make-syntax-cache): Simplify and create
5115 `cfengine-mode-syntax-functions-regex' on demand.
5116 (cfengine3-format-function-docstring): Don't call
5117 `cfengine3-make-syntax-cache' explicitly.
5118
5119 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5120
5121 Fix windmove-find-other-window broken after pixelwise resizing
5122 (Bug#16017).
5123 * windmove.el (windmove-other-window-loc): Revert change from
5124 2013-12-04.
5125 (windmove-find-other-window): Call window-in-direction.
5126 * window.el (window-in-direction): New arguments SIGN, WRAP and
5127 MINI to emulate original windmove-find-other-window behavior.
5128
5129 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5130
5131 * simple.el (blink-matching--overlay): New variable.
5132 (blink-matching-open): Instead of moving point, highlight the
5133 matching paren with an overlay
5134 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5135
5136 * faces.el (paren-showing-faces, show-paren-match)
5137 (show-paren-mismatch): Move from paren.el.
5138
5139 2013-12-13 Leo Liu <sdl.web@gmail.com>
5140
5141 * indent.el (indent-region): Disable progress reporter in
5142 minibuffer. (Bug#16108)
5143
5144 * bindings.el (visual-order-cursor-movement): Fix version.
5145
5146 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5147
5148 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5149 Also match after beginning of line.
5150 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5151 files. Thanks to Russell Sim. (Bug#15378)
5152
5153 2013-12-13 Juri Linkov <juri@jurta.org>
5154
5155 * simple.el <Keypad support>: Remove key bindings duplicated
5156 with bindings.el. (Bug#14397)
5157
5158 2013-12-13 Juri Linkov <juri@jurta.org>
5159
5160 * comint.el (comint-mode-map): Replace `delete-char' with
5161 `delete-forward-char'. (Bug#16109)
5162
5163 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5164
5165 * progmodes/python.el (python-indent-calculate-indentation):
5166 Fix de-denters cornercase. (Bug#15731)
5167
5168 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5171 (advice--make): Pay attention to `depth'.
5172 (advice--make-1): Don't autoload commands eagerly.
5173 * emacs-lisp/elp.el (elp-instrument-function):
5174 * emacs-lisp/trace.el (trace-function-internal):
5175 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5176
5177 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5178
5179 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5180
5181 * term/w32-win.el (w32-handle-dropped-file):
5182 * startup.el (normal-top-level):
5183 * net/browse-url.el (browse-url-file-url):
5184 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5185 decode file names using 'utf-8' rather than
5186 file-name-coding-system.
5187
5188 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5189
5190 * progmodes/python.el (python-indent-context)
5191 (python-indent-calculate-indentation): Fix auto-identation
5192 behavior for comment blocks. (Bug#15916)
5193
5194 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5195
5196 * progmodes/python.el (python-indent-calculate-indentation):
5197 When determining indentation, don't treat "return", "pass", etc., as
5198 operators when they are just string constituents. (Bug#15812)
5199
5200 2013-12-12 Juri Linkov <juri@jurta.org>
5201
5202 * uniquify.el (uniquify-buffer-name-style): Change default to
5203 `post-forward-angle-brackets'.
5204
5205 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5206 `uniquify'. Change default to `post-forward-angle-brackets'.
5207
5208 2013-12-11 Glenn Morris <rgm@gnu.org>
5209
5210 * emacs-lisp/package.el (finder-list-matches):
5211 Autoload rather than falsely declaring.
5212
5213 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5214
5215 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5216 (eww-mode-map): Use them.
5217
5218 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5219
5220 * window.el (display-buffer-in-side-window): Fix doc-string
5221 (Bug#16115).
5222
5223 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5224
5225 * vc/vc-git.el: Silence byte-compiler warnings.
5226 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5227 (log-edit-set-header): Declare.
5228
5229 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5230
5231 * Makefile.in (custom-deps, finder-data): Run output file names
5232 through unmsys--file-name. (Bug#16099)
5233
5234 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5237 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5238
5239 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5240 instead of deleting the selection "by hand" (bug#16098).
5241 Rely on insert-for-yank to yank rectangles.
5242 (cua-highlight-region-shift-only): Mark obsolete.
5243 (cua-mode): Don't enable/disable transient-mark-mode,
5244 shift-select-mode (cua-mode works both with and without them), and
5245 pc-selection-mode (obsolete).
5246 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5247 (cua--deactivate-rectangle): Deactivate it.
5248
5249 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5250 (delete-selection-helper): Make sure yank starts at the top of the
5251 deleted region.
5252 (minibuffer-keyboard-quit): Use region-active-p.
5253
5254 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5255
5256 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5257 to `delete' (bug#16109).
5258
5259 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5260
5261 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5262 info manual and show keybindings and set `:group' keyword.
5263
5264 2013-12-11 Juri Linkov <juri@jurta.org>
5265
5266 * delsel.el (delete-active-region): Let-bind `this-command'
5267 to prevent `kill-region' from changing its original value.
5268 (delete-selection-helper): Handle `overwrite-mode' for the type
5269 `kill' exactly the same way as for the type `t'.
5270 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5271 Support more commands. (Bug#13312)
5272
5273 2013-12-11 Juri Linkov <juri@jurta.org>
5274
5275 * bindings.el: Map kp keys to non-kp keys systematically
5276 with basic modifiers control, meta and shift. (Bug#14397)
5277
5278 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5279
5280 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5281 "Close browser" menu items. Fix wrong function of "List
5282 bookmarks".
5283
5284 2013-12-11 Juri Linkov <juri@jurta.org>
5285
5286 * misearch.el (multi-isearch-buffers): Set the value of
5287 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5288 arg of isearch-forward to t.
5289 (multi-isearch-buffers-regexp): Set the value of
5290 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5291 arg of isearch-forward-regexp to t.
5292 (multi-isearch-files): Set the value of
5293 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5294 arg of isearch-forward to t.
5295 (multi-isearch-files-regexp): Set the value of
5296 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5297 arg of isearch-forward-regexp to t. (Bug#16035)
5298
5299 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5300 arg of isearch-forward to t.
5301 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5302 arg of isearch-forward-regexp to t.
5303 (dired-isearch-filter-filenames): Remove unnecessary check for
5304 `dired-isearch-filenames'.
5305
5306 * comint.el (comint-history-isearch-backward):
5307 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5308 (comint-history-isearch-backward-regexp):
5309 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5310
5311 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5312
5313 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5314 unmsys--file-name. (Bug#16099)
5315
5316 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5317
5318 * emacs-lisp/package.el (package-keyword-button-action):
5319 Remove finder.el require dependency.
5320
5321 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5322
5323 * emacs-lisp/package.el: Require finder.el.
5324 (describe-package-1): Add keyword buttons.
5325 (package-make-button): New convenience function.
5326 (package-keyword-button-action): Keyword button action using
5327 `finder-list-matches'.
5328
5329 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5330
5331 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5332 last commit.
5333
5334 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5335
5336 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5337 symlinked files.
5338
5339 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5340
5341 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5342 after the end of a percent literal.
5343
5344 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5345
5346 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5347 Handle caret-delimited strings (Bug#16079).
5348
5349 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5350
5351 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5352 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5353 `ruby-parse-partial' (Bug#16078).
5354
5355 2013-12-09 Leo Liu <sdl.web@gmail.com>
5356
5357 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5358
5359 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5360
5361 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5362 (js-switch-indent-offset): New option.
5363 (js--proper-indentation): Use it. And handle the case when
5364 "default" is actually a key in an object literal.
5365 (js--same-line): New function.
5366 (js--multi-line-declaration-indentation): Use it.
5367 (js--indent-in-array-comp, js--array-comp-indentation):
5368 New functions.
5369 (js--proper-indentation): Use them, to handle array comprehension
5370 continuations.
5371
5372 2013-12-08 Leo Liu <sdl.web@gmail.com>
5373
5374 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5375 (flymake-make-overlay): Remove arg MOUSE-FACE.
5376 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5377
5378 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5381 New function.
5382 (redisplay-highlight-region-function): Use it.
5383
5384 * emulation/cua-base.el (cua--explicit-region-start)
5385 (cua--last-region-shifted): Remove.
5386 (cua--deactivate): Use deactivate-mark.
5387 (cua--pre-command-handler-1): Don't handle shift-selection.
5388 (cua--post-command-handler-1): Don't change transient-mark-mode.
5389 (cua--select-keymaps): Use region-active-p rather than
5390 cua--explicit-region-start or cua--last-region-shifted.
5391 (cua-mode): Enable shift-select-mode.
5392
5393 2013-12-08 Leo Liu <sdl.web@gmail.com>
5394
5395 * progmodes/flymake.el (flymake-popup-current-error-menu):
5396 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5397 (flymake-posn-at-point-as-event, flymake-popup-menu)
5398 (flymake-make-emacs-menu): Remove. (Bug#16077)
5399
5400 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * rect.el (rectangle-mark-mode): Activate mark even if
5403 transient-mark-mode is off (bug#16066).
5404 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5405 is > mark and at bolp.
5406
5407 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5408 (region-extract-function): Use it.
5409 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5410 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5411 Delete functions.
5412 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5413 kill-ring-save, kill-region, delete-char, delete-forward-char.
5414 Ignore self-insert-iso.
5415
5416 * emulation/cua-gmrk.el (cua--init-global-mark):
5417 Ignore `self-insert-iso'.
5418
5419 * emulation/cua-base.el (cua--prefix-copy-handler)
5420 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5421 checking cua--rectangle.
5422 (cua-delete-region): Use region-extract-function.
5423 (cua-replace-region): Delete function.
5424 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5425 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5426 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5427 (cua--init-keymaps): Don't remap delete-selection commands.
5428 (cua-mode): Use delete-selection-mode instead of rolling our own
5429 (bug#16085).
5430
5431 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5432 Obey region-extract-function.
5433
5434 Make registers and delete-selection-mode work on rectangles.
5435 * register.el (describe-register-1): Don't modify the register's value.
5436 (copy-to-register): Obey region-extract-function.
5437 * delsel.el (delete-active-region): Obey region-extract-function.
5438
5439 2013-12-08 Leo Liu <sdl.web@gmail.com>
5440
5441 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5442 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5443 (flymake-compilation-prevents-syntax-check)
5444 (flymake-start-syntax-check-on-newline)
5445 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5446 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5447 (flymake-xml-program, flymake-master-file-dirs)
5448 (flymake-master-file-count-limit)
5449 (flymake-allowed-file-name-masks): Relocate.
5450 (flymake-makehash, flymake-float-time)
5451 (flymake-replace-regexp-in-string, flymake-split-string)
5452 (flymake-get-temp-dir): Remove.
5453 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5454 (flymake-current-row, flymake-selected-frame)
5455 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5456 related functions. (Bug#16077)
5457
5458 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5459
5460 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5461
5462 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5463
5464 * help-fns.el (describe-function-1): Use new advice-* functions
5465 rather than old ad-* functions. Fix function type description and
5466 source links for advised functions and subrs.
5467
5468 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5469
5470 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5471
5472 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5473
5474 * progmodes/compile.el (compilation-start):
5475 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5476
5477 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5478 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5479
5480 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5481
5482 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5483 Touch up the last change.
5484
5485 2013-12-06 Leo Liu <sdl.web@gmail.com>
5486
5487 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5488 (inferior-octave-startup): Always use "octave> " for prompt.
5489 (octave-goto-function-definition)
5490 (octave-sync-function-file-names)
5491 (octave-find-definition-default-filename): Remove redundant backquotes.
5492
5493 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5494
5495 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5496 syntax for `?'.
5497 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5498 where appropriate already.
5499 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5500 end of method names (Bug#15874).
5501
5502 2013-12-06 Juri Linkov <juri@jurta.org>
5503
5504 * isearch.el (isearch--saved-overriding-local-map):
5505 New internal variable.
5506 (isearch-mode): Set it to the initial value of
5507 `overriding-terminal-local-map'.
5508 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5509 with `isearch--saved-overriding-local-map'. (Bug#16035)
5510
5511 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5512
5513 * progmodes/octave.el (inferior-octave-completion-table):
5514 Turn back into function, use `completion-table-with-cache'
5515 (Bug#11906). Update all references.
5516
5517 * minibuffer.el (completion-table-with-cache): New function.
5518
5519 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5520
5521 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5522
5523 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5524
5525 * net/eww.el (eww-current-source): New variable to store page
5526 source.
5527 (eww-display-html, eww-mode, eww-save-history)
5528 (eww-restore-history): Use it.
5529 (eww-view-source): New command to view page source.
5530 Opportunistically uses `html-mode' to highlight the buffer.
5531 (eww-mode-map): Install it.
5532
5533 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5534
5535 * net/dbus.el (dbus-unregister-service)
5536 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5537 Fix docstring.
5538 (dbus-unregister-service): Skip :serial entries in
5539 `dbus-registered-objects-table'.
5540 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5541
5542 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5543
5544 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5545 around keywords with extra `split-string' argument.
5546
5547 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5548
5549 * windmove.el (windmove-other-window-loc): Handle navigation
5550 between windows (excluding the minibuffer window - Bug#16017).
5551
5552 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5553
5554 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5555 in D-Bus type syntax.
5556 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5557 preserve unibyte strings. (Bug#16048)
5558
5559 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5562 Call force-mode-line-update is the proper buffer (bug#16042).
5563
5564 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5565
5566 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5567 `log-edit-remember-comment', make argument optional. Adjust all
5568 callers.
5569 (log-edit-mode): Add `log-edit-remember-comment' to
5570 `kill-buffer-hook' locally.
5571 (log-edit-kill-buffer): Don't remember comment explicitly since
5572 the buffer is killed anyway.
5573
5574 2013-12-04 Juri Linkov <juri@jurta.org>
5575
5576 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5577 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5578
5579 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5580
5581 * notifications.el (notifications-close-notification): Call the
5582 D-Bus method with ID being a `:uint32'. (Bug#16030)
5583
5584 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5585
5586 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5587
5588 2013-12-03 Juri Linkov <juri@jurta.org>
5589
5590 * progmodes/compile.el (compilation-start): Rename window alist
5591 entry `no-display-ok' to `allow-no-window'.
5592
5593 * simple.el (shell-command): Add window alist entry
5594 `allow-no-window' to `display-buffer'.
5595 (async-shell-command): Doc fix.
5596
5597 * window.el (display-buffer-no-window): New action function.
5598 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5599
5600 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5601
5602 * vc/log-edit.el (log-edit-set-header): Extract from
5603 `log-edit-toggle-header'.
5604 (log-edit-extract-headers): Separate the summary, when extracted
5605 from header, from the rest of the message with an empty line.
5606
5607 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5608 line, if present, to the Summary header.
5609
5610 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5613 in current-buffer (bug#16029).
5614
5615 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5616
5617 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5618 (debugger-mode-map): Bind it.
5619 (debugger--backtrace-base): New function.
5620 (debugger-eval-expression): Use it.
5621 (debugger-frame-number): Skip local vars when present.
5622 (debugger--locals-visible-p, debugger--insert-locals)
5623 (debugger--show-locals, debugger--hide-locals): New functions.
5624
5625 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5626
5627 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5628 "LC_ALL".
5629 (tramp-get-remote-locale): New defun.
5630 (tramp-open-connection-setup-interactive-shell): Use it.
5631
5632 2013-12-02 Leo Liu <sdl.web@gmail.com>
5633
5634 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5635
5636 * progmodes/sh-script.el (sh-shell-process):
5637 * progmodes/octave.el (inferior-octave-process-live-p):
5638 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5639 (gdb-inferior-io-sentinel):
5640 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5641
5642 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5643
5644 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5645 `save-selected-window' to `log-edit-hide-buf'. This makes
5646 `log-edit-show-files' idempotent.
5647 (log-edit-show-files): Mark the new window as dedicated.
5648
5649 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5650
5651 * vc/log-edit.el (log-edit-mode-map): Add binding for
5652 `log-edit-kill-biffer'.
5653 (log-edit-hide-buf): Add a FIXME comment.
5654 (log-edit-add-new-comment): New function, extracted from
5655 `log-edit-done'.
5656 (log-edit-done, log-edit-add-to-changelog): Use it.
5657 (log-edit-kill-buffer): New command.
5658
5659 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5660
5661 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5662 instead of killing the buffer.
5663
5664 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5667
5668 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5669
5670 * net/eww.el (eww-form-checkbox-selected-symbol)
5671 (eww-form-checkbox-symbol): New customizable variable.
5672 (eww-form-checkbox, eww-toggle-checkbox):
5673 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5674
5675 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5676 (shr--get-media-pref, shr--extract-best-source): New function.
5677 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5678 no :src tag was specified.
5679
5680 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5681 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5682 Use \\` to match beginning of string instead of ^.
5683 (eww-browse-with-external-browser): Provide optional URL parameter.
5684 (eww-render): Set `eww-current-title' back to "".
5685
5686 * net/shr.el (shr-tag-video): Display content for video if no
5687 poster is available.
5688 (shr-tag-audio): Add support for <audio> tag.
5689
5690 * net/eww.el (eww-text-input-types): New const.
5691 (eww-process-text-input): Treat input types in
5692 `eww-text-input-types' as text.
5693
5694 * net/shr.el (shr-tag-table): Fix comment typo.
5695
5696 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5697
5698 * net/eww.el (eww-follow-link): New command to avoid reloading
5699 pages when we follow #target links (bug#15243).
5700 (eww-quit): Special mode buffers shouldn't query before exiting.
5701
5702 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5703
5704 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5705 forms.
5706
5707 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5708
5709 * net/eww.el (eww-restore-history): Update the window title after
5710 moving in the history.
5711 (eww-current-dom): New variable used to save the current DOM.
5712
5713 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5714
5715 * vc/log-edit.el (log-edit-mode-map): Add binding for
5716 `log-edit-beginning-of-line'.
5717 (log-edit-setup-add-author): New user option.
5718 (log-edit-beginning-of-line): New command.
5719 (log-edit): Move major mode call above the contents setup so that
5720 the local variable values are already applied.
5721 (log-edit): Only insert "Author: " when
5722 `log-edit-setup-add-author' is non-nil.
5723 (log-edit): When SETUP is non-nil, position point after ": "
5724 instead of point-min.
5725
5726 2013-12-01 Glenn Morris <rgm@gnu.org>
5727
5728 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5729
5730 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5731
5732 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5733 redisplay to make sure the initial frame gets a chance to become
5734 visible. (Bug#16014)
5735
5736 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5737
5738 Support resizing frames and windows pixelwise.
5739 * cus-start.el (frame-resize-pixelwise)
5740 (window-resize-pixelwise): New entries.
5741 * emacs-lisp/debug.el (debug): Use window-total-height instead
5742 of window-total-size.
5743 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5744 * help.el (describe-bindings-internal): Use help-buffer as
5745 argument for with-help-window.
5746 (temp-buffer-max-width): New option.
5747 (resize-temp-buffer-window, help-window-setup)
5748 (with-help-window): Rewrite.
5749 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5750 dragging dividers.
5751 * window.el (frame-char-size, window-min-pixel-height)
5752 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5753 (window-min-pixel-width, window-safe-min-pixel-size)
5754 (window-combination-p, window-safe-min-size)
5755 (window-resizable-p, window--size-to-pixel)
5756 (window--pixel-to-size, window--resize-apply-p): New functions.
5757 (window-safe-min-height): Fix doc-string.
5758 (window-size, window-min-size, window--min-size-1)
5759 (window-sizable, window-sizable-p, window--min-delta-1)
5760 (window-min-delta, window--max-delta-1, window-max-delta)
5761 (window--resizable, window--resizable-p, window-resizable)
5762 (window-full-height-p, window-full-width-p, window-at-side-p)
5763 (window--in-direction-2, window-in-direction)
5764 (window--resize-reset-1, window--resize-mini-window)
5765 (window-resize, window-resize-no-error)
5766 (window--resize-child-windows-normal)
5767 (window--resize-child-windows, window--resize-siblings)
5768 (window--resize-this-window, window--resize-root-window)
5769 (window--resize-root-window-vertically)
5770 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5771 (maximize-window, minimize-window, delete-window)
5772 (quit-restore-window, window-split-min-size, split-window)
5773 (balance-windows-2, balance-windows)
5774 (balance-windows-area-adjust, balance-windows-area)
5775 (window--state-get-1, window-state-get, window--state-put-1)
5776 (window--state-put-2, window-state-put)
5777 (display-buffer-record-window, window--display-buffer):
5778 Make functions handle pixelwise sizing of windows.
5779 (display-buffer--action-function-custom-type)
5780 (display-buffer-fallback-action):
5781 Add display-buffer-in-previous-window.
5782 (display-buffer-use-some-window): Resize window to height it had
5783 before.
5784 (fit-window-to-buffer-horizontally): New option.
5785 (fit-frame-to-buffer): Describe new values.
5786 (fit-frame-to-buffer-bottom-margin): Replace with
5787 fit-frame-to-buffer-margins.
5788 (window--sanitize-margin): New function.
5789 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5790 using window-text-pixel-size.
5791
5792 2013-11-30 Glenn Morris <rgm@gnu.org>
5793
5794 * emacs-lisp/bytecomp.el (byte-compile-form):
5795 Make the `interactive-only' warning like the `obsolete' one.
5796 * comint.el (comint-run):
5797 * files.el (insert-file-literally, insert-file):
5798 * replace.el (replace-string, replace-regexp):
5799 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5800 (goto-line, insert-buffer, next-line, previous-line):
5801 Tweak `interactive-only' spec.
5802
5803 Stop keeping (most) generated cedet grammar files in the repository.
5804 * Makefile.in (semantic): New.
5805 (compile-main): Depend on semantic.
5806
5807 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5810 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5811
5812 * uniquify.el (uniquify-buffer-name-style): Change default.
5813
5814 * loadup.el: Preload "uniquify".
5815
5816 * time.el (display-time-update): Update all mode lines (bug#15999).
5817
5818 * electric.el (electric-indent-mode): Enable by default.
5819 * loadup.el: Preload "electric".
5820
5821 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5822
5823 * emacs-lisp/helpers.el (string-empty-p): New function.
5824 (string-blank-p): New function.
5825
5826 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5827
5828 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5829 (Bug#14029).
5830
5831 2013-11-29 Andreas Politz <politza@fh-trier.de>
5832 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5833 allow non-lambda lists as functions.
5834 (imenu--in-alist): Don't recurse into non-subalists.
5835 (imenu): Don't pass function itself as an argument (Bug#14029).
5836
5837 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * progmodes/python.el (python-mode-map): Remove binding for ":".
5840 (python-indent-electric-colon): Remove command.
5841 (python-indent-post-self-insert-function): Integrate the previous code
5842 of python-indent-electric-colon. Make it conditional on
5843 electric-indent-mode.
5844 (python-mode): Add ?: to electric-indent-chars.
5845 Move python-indent-post-self-insert-function to the end of
5846 post-self-insert-hook.
5847
5848 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * doc-view.el (doc-view-goto-page): Update mode-line.
5851
5852 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5853
5854 2013-11-27 Glenn Morris <rgm@gnu.org>
5855
5856 * international/charprop.el, international/uni-bidi.el:
5857 * international/uni-category.el, international/uni-combining.el:
5858 * international/uni-comment.el, international/uni-decimal.el:
5859 * international/uni-decomposition.el, international/uni-digit.el:
5860 * international/uni-lowercase.el, international/uni-mirrored.el:
5861 * international/uni-name.el, international/uni-numeric.el:
5862 * international/uni-old-name.el, international/uni-titlecase.el:
5863 * international/uni-uppercase.el:
5864 Remove generated files from VCS repository.
5865
5866 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5867
5868 * filenotify.el (file-notify-add-watch): Don't special-case
5869 w32notify when computing the directory to watch.
5870
5871 2013-11-27 Glenn Morris <rgm@gnu.org>
5872
5873 Make bootstrap without generated uni-*.el files possible again.
5874 * loadup.el: Update command-line-args checking for unidata-gen.
5875 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5876 * composite.el, international/characters.el:
5877 Handle unicode tables being undefined.
5878
5879 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5880 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5881 (compile-main): Depend on leim rule.
5882 (leim): New rule.
5883 * loadup.el: Move leim-list.el to leim/ subdirectory.
5884 * startup.el (normal-top-level): No more leim directory.
5885 * international/ja-dic-cnv.el (skkdic-convert):
5886 Disable version-control and autoloads in output files.
5887 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5888 Disable version-control and autoloads in output files.
5889 * leim/quail: Move here from ../leim.
5890 * leim/quail/hangul.el (hangul-input-method-activate):
5891 Add autoload cookie.
5892 (generated-autoload-load-name): Set file-local value.
5893 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5894 (generated-autoload-load-name): Set file-local value.
5895
5896 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5897
5898 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5899 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5900 (eww-quit): Ask confirmation before quitting eww.
5901
5902 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5903
5904 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5905 reading output from Diff on MS-Windows and MS-DOS.
5906
5907 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5908
5909 * emacs-lisp/helpers.el (string-reverse): New function.
5910
5911 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5912
5913 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5914 names on MS Windows, like "/[::1]:".
5915
5916 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5917 SWITCHES.
5918
5919 2013-11-26 Glenn Morris <rgm@gnu.org>
5920
5921 * progmodes/python.el (python-indent-guess-indent-offset):
5922 Avoid corner-case error. (Bug#15975)
5923
5924 Preload leim-list.el. (Bug#4789)
5925 * loadup.el: Load leim-list.el when found.
5926 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5927
5928 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5929
5930 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5931
5932 * emacs-lisp/helpers.el (string-join): New function.
5933
5934 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5935
5936 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5937 Mark as obsolete and replace it with a symbol property.
5938 (byte-compile-form): Use new 'interactive-only property.
5939 * comint.el, files.el, replace.el, simple.el:
5940 Apply new 'interactive-only properly.
5941
5942 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5943
5944 * window.el (display-buffer-at-bottom): Make sure that
5945 split-window-sensibly creates the new window on bottom
5946 (Bug#15961).
5947
5948 2013-11-23 David Kastrup <dak@gnu.org>
5949
5950 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5951 on the conflict markers when available.
5952 (smerge--get-marker): New function.
5953 (smerge-end-re, smerge-base-re): Add subgroup.
5954
5955 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * frame.el (handle-focus-in, handle-focus-out): Add missing
5958 interactive spec.
5959
5960 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5961
5962 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5963 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5964
5965 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5968 (gomoku--last-pos): New var.
5969 (gomoku--intangible-chars): New const.
5970 (gomoku--intangible): New function.
5971 (gomoku-mode): Use it. Derive from special-mode.
5972 (gomoku-move-up): Adjust line count.
5973 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5974 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5975 Simplify accordingly.
5976
5977 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5978 Remove blink-cursor code.
5979 (blink-cursor-timer-function, blink-cursor-suspend):
5980 Don't special-case GUIs.
5981 (blink-cursor-mode): Use focus-in/out-hook.
5982
5983 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5984
5985 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5986 work when annotation is invisible (Bug#13886).
5987
5988 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5989
5990 * json.el (json-alist-p): Only return non-nil if the alist has
5991 simple keys (Bug#13518).
5992
5993 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5994
5995 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5996 when control-statement is the first statement in a buffer (Bug#15956).
5997
5998 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5999
6000 * imenu.el (imenu-generic-skip-comments-and-strings):
6001 New option (Bug#15560).
6002 (imenu--generic-function): Use it.
6003
6004 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6005
6006 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6007 (Bug#13898)
6008
6009 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6010
6011 * emacs-lisp/helpers.el: Add some string helpers.
6012 (string-trim-left): Removes leading whitespace.
6013 (string-trim-right): Removes trailing whitespace.
6014 (string-trim): Removes leading and trailing whitespace.
6015
6016 * subr.el (string-suffix-p): New function.
6017
6018 2013-11-23 Glenn Morris <rgm@gnu.org>
6019
6020 * progmodes/python.el (python-shell-send-file):
6021 Add option to delete file when done. (Bug#15647)
6022 (python-shell-send-string, python-shell-send-region): Use it.
6023
6024 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6025
6026 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6027 to set buffer-read-only to t, never to nil. (Bug#15938)
6028
6029 * textmodes/tex-mode.el (latex-noindent-environments):
6030 Add safe-local-variable property. (Bug#15936)
6031
6032 2013-11-23 Glenn Morris <rgm@gnu.org>
6033
6034 * textmodes/enriched.el (enriched-mode): Doc fix.
6035 * emacs-lisp/authors.el (authors-renamed-files-alist):
6036 Add enriched.doc -> enriched.txt.
6037
6038 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6039
6040 2013-11-22 Leo Liu <sdl.web@gmail.com>
6041
6042 * progmodes/octave.el (inferior-octave-startup): Spit out error
6043 message.
6044
6045 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6046
6047 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6048 Improve docstring.
6049 Add :version.
6050 (ruby-encoding-magic-comment-style): Add :version.
6051
6052 2013-11-22 Leo Liu <sdl.web@gmail.com>
6053
6054 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6055 (Bug#15076)
6056 (octave-help-mode): Adapt to change to help-mode-finish to use
6057 derived-mode-p on 2013-09-17.
6058 (inferior-octave-prompt): Also match octave-gui.
6059 (octave-kill-process): Don't ask twice. (Bug#10564)
6060
6061 2013-11-22 Leo Liu <sdl.web@gmail.com>
6062
6063 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6064 (inferior-octave-startup, inferior-octave-check-process)
6065 (inferior-octave-track-window-width-change)
6066 (octave-completion-at-point, octave-eldoc-function): Use it.
6067 (octave-kill-process): Provide confirmation. (Bug#10564)
6068
6069 2013-11-21 Leo Liu <sdl.web@gmail.com>
6070
6071 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6072 Fix obsolete variable comment-use-global-state.
6073
6074 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6075
6076 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6077 Add `octave-source-file'.
6078 (octave-source-file): New function. (Bug#15935)
6079
6080 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6081
6082 * net/eww.el (eww-local-regex): New variable.
6083 (eww): Use it to detect localhost and similar.
6084
6085 2013-11-21 Leo Liu <sdl.web@gmail.com>
6086
6087 Add completion for command `ag'.
6088 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6089 (pcomplete/ag): New function.
6090 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6091
6092 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6095 (bug#14646).
6096 (make-obsolete): Remove interactive spec.
6097
6098 2013-11-21 Glenn Morris <rgm@gnu.org>
6099
6100 * startup.el (command-line-1): Use path-separator with -L.
6101
6102 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6103
6104 * emacs-lisp/package.el (describe-package-1): Add package archive
6105 to shown fields.
6106
6107 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6108
6109 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6110 Change default to "# encoding: %s" to differentiate it from the
6111 default Ruby encoding comment template.
6112
6113 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6114
6115 * ses.el (ses-mode): Doc fix. (Bug#14748)
6116
6117 2013-11-20 Leo Liu <sdl.web@gmail.com>
6118
6119 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6120
6121 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6122
6123 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6124 when rebase or bisect are in progress.
6125
6126 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6127
6128 * filenotify.el (file-notify-add-watch): Doc fix.
6129
6130 2013-11-19 Leo Liu <sdl.web@gmail.com>
6131
6132 * obsolete/rcompile.el: Mark obsolete.
6133
6134 * progmodes/compile.el (compilation-start)
6135 (compilation-goto-locus, compilation-find-file):
6136 Pass no-display-ok and handle nil value from display-buffer.
6137 (Bug#13594)
6138
6139 * window.el (display-buffer-alist, display-buffer): Document the
6140 new parameter no-display-ok. Return either a window or nil
6141 but never a non-window value.
6142
6143 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * electric.el (electric-indent-mode-map): Remove.
6146 (electric-indent-mode): Change the global-map instead (bug#15915).
6147
6148 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6149 Use add-function.
6150
6151 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * emacs-lisp/nadvice.el (remove-function): Align with
6154 add-function's behavior.
6155
6156 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6157 (gdb--string-regexp): New constant.
6158 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6159 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6160 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6161 submatch 1.
6162 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6163 Adjust use accordingly.
6164 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6165
6166 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6167
6168 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6169 interpolation curlies (Bug#15914).
6170
6171 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6172
6173 * calc/calc.el (calc-context-sensitive-enter): New variable.
6174 (calc-enter): Use `calc-context-sensitive-enter'.
6175
6176 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6177
6178 * progmodes/cfengine.el: Version bump.
6179 (cfengine-cf-promises): New defcustom to locate cf-promises.
6180 (cfengine3-vartypes): Add new "data" type.
6181 (cfengine3--current-word): New function to get current name-like
6182 word or its bounds.
6183 (cfengine3--current-function): New function to look up a CFEngine
6184 function's definition.
6185 (cfengine3-format-function-docstring): New function.
6186 (cfengine3-make-syntax-cache): New function.
6187 (cfengine3-documentation-function): New function: ElDoc glue.
6188 (cfengine3-completion-function): New function: completion glue.
6189 (cfengine3-mode): Set `compile-command',
6190 `eldoc-documentation-function', and add to
6191 `completion-at-point-functions'.
6192
6193 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6194
6195 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6196 `tramp-current-connection'.
6197
6198 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6199
6200 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6201 nil/self/true/false with "end of symbol".
6202
6203 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6204
6205 * subr.el (version-regexp-alist): Fix a typo.
6206
6207 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6208
6209 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6210 "en_US.utf8" and "LC_CTYPE" to "".
6211 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6212 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6213
6214 2013-11-15 Leo Liu <sdl.web@gmail.com>
6215
6216 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6217
6218 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * progmodes/gud.el (ctl-x-map):
6221 Remove C-x SPC binding. (Bug#12342)
6222 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6223
6224 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6225
6226 * subr.el (version-regexp-alist):
6227 Recognize hg, svn and darcs versions as snapshot versions.
6228
6229 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6230 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6231 (ruby--encoding-comment-required-p): Extract from
6232 `ruby-mode-set-encoding'.
6233 (ruby-mode-set-encoding): Add the ability to always insert an
6234 utf-8 encoding comment. Fix and simplify coding comment update
6235 logic.
6236
6237 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6238
6239 * net/tramp-gvfs.el (top): Run init code only when
6240 `tramp-gvfs-enabled' is not nil.
6241 (tramp-gvfs-enabled): Check also :system bus.
6242
6243 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 Sync with upstream verilog-mode revision 78e66ba.
6246 * progmodes/verilog-mode.el (verilog-end-of-defun)
6247 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6248 (verilog-get-end-of-defun): Remove unused argument.
6249 (verilog-comment-depth): Remove unused local `e'.
6250 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6251 Don't pass arg to verilog-get-end-of-defun.
6252
6253 2013-11-14 Glenn Morris <rgm@gnu.org>
6254
6255 * obsolete/assoc.el (aget): Prefix dynamic variable.
6256
6257 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6258
6259 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * widget.el, hfy-cmap.el: Remove bogus package version number.
6262
6263 2013-11-13 Glenn Morris <rgm@gnu.org>
6264
6265 * replace.el (replace-eval-replacement):
6266 Try to give more helpful error message. (Bug#15836)
6267
6268 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6269 (archive-7z-update): Avoid custom type mismatches.
6270
6271 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6272
6273 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6276 address can be empty.
6277
6278 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6279 Accept nil SWITCHES.
6280 (tramp-gvfs-handle-write-region): Implement APPEND.
6281
6282 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6283
6284 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6285 binary "|" operator and closing block args delimiter.
6286 Remove FIXME comment referring to Ruby 1.8-only syntax.
6287 (ruby-smie--implicit-semi-p): Not after "|" operator.
6288 (ruby-smie--closing-pipe-p): New function.
6289 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6290 (ruby-smie-rules): Indent after "|".
6291
6292 2013-11-12 Glenn Morris <rgm@gnu.org>
6293
6294 * ps-print.el (ps-face-attribute-list):
6295 Handle anonymous faces. (Bug#15827)
6296
6297 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6298
6299 * window.el (display-buffer-other-frame): Fix doc-string.
6300 (Bug#15868)
6301
6302 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6305
6306 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6307
6308 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6309 (tramp-sh-handle-file-local-copy): Don't write a message when
6310 saving temporary files.
6311
6312 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6313 both directories are remote.
6314 (tramp-smb-handle-directory-files): Do not return double entries.
6315 Do not expand full file names.
6316 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6317 (tramp-smb-handle-write-region): Implement APPEND.
6318 (tramp-smb-get-stat-capability): Fix a stupid bug.
6319
6320 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6323
6324 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6325
6326 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6327 throwing error over malformed let/let* (bug#15814).
6328
6329 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * iswitchb.el (iswitchb-mode): Mark obsolete.
6332
6333 2013-11-11 Glenn Morris <rgm@gnu.org>
6334
6335 * international/uni-bidi.el, international/uni-category.el:
6336 * international/uni-name.el, international/uni-numeric.el:
6337 Regenerate for Unicode 6.3.0.
6338
6339 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6340
6341 * net/tramp.el (tramp-methods):
6342 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6343 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6344
6345 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6346
6347 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6348 Force highlighting text after Summary keyword in doc face for rpm.
6349
6350 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6351
6352 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6353 available and the word has no wildcards, append one to the grep pattern.
6354 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6355 (ispell-complete-word): Call `ispell-lookup-words' with the value
6356 independent of `ispell-look-p'.
6357
6358 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6359
6360 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6361 Not after "||".
6362 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6363 their parent.
6364
6365 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6368 (ruby-font-lock-keywords): Use backquote.
6369
6370 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6371
6372 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6373 (ruby-smie--backward-token): Only consider full-string matches.
6374
6375 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6376
6377 * faces.el (describe-face): Add distant-foreground.
6378
6379 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6380
6381 * progmodes/ruby-mode.el: Improve encoding comment handling.
6382 (ruby-encoding-magic-comment-style): New option.
6383 (ruby-custom-encoding-magic-comment-template): New option.
6384 (ruby--insert-coding-comment, ruby--detect-encoding):
6385 New functions extracted from `ruby-mode-set-encoding'.
6386 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6387 to control the style of the auto-inserted encoding comment.
6388
6389 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6390
6391 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6392 Use `smie-backward-sexp' with token argument.
6393
6394 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6395
6396 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6397 Remove instrumentation code.
6398
6399 2013-11-08 Glenn Morris <rgm@gnu.org>
6400
6401 * progmodes/autoconf.el (autoconf-mode):
6402 Tweak comment-start-skip. (Bug#15822)
6403
6404 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6407 at bobp (bug#15826).
6408 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6409
6410 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6411
6412 * man.el (Man-start-calling): New macro, extracted from
6413 Man-getpage-in-background.
6414 (Man-getpage-in-background): Use it.
6415 (Man-update-manpage): New command.
6416 (Man-mode-map): Bind it.
6417
6418 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6419
6420 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6421 of "and", "or", "&&" and "||".
6422 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6423 argument. Prohibit opening curly brace because it could only be a
6424 block opener in that position.
6425 (ruby-smie--forward-token, ruby-smie--backward-token):
6426 Separate "|" from "&" or "*" going after it. That can happen in block
6427 arguments.
6428 (ruby-smie--indent-to-stmt): New function, seeks the end of
6429 previous statement or beginning of buffer.
6430 (ruby-smie-rules): Use it.
6431 (ruby-smie-rules): Check if there's a ":" before a curly block
6432 opener candidate; if there is, it's a hash.
6433
6434 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6437 (cl--block-wrapper): Fix last accidental change.
6438
6439 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6442 Instrument, in order to hunt failure on hydra.
6443
6444 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6445
6446 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6447 malformed bindings form (bug#15814).
6448
6449 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6450
6451 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6452 "." compared to " @ ". This incidentally fixes some indentation
6453 examples with "do".
6454 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6455 (ruby-smie-grammar): New tokens: "and" and "or".
6456 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6457 Exclude "and" and "or". Remove "do" in order to work around token
6458 priorities.
6459 (ruby-smie-rules): Add all infix tokens. Handle the case of
6460 beginning-of-buffer.
6461
6462 2013-11-06 Glenn Morris <rgm@gnu.org>
6463
6464 * Makefile.in (setwins_almost, setwins_for_subdirs):
6465 Avoid accidental matches.
6466
6467 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * menu-bar.el (popup-menu): Use key-binding.
6470
6471 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6472
6473 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6474 menus, support also the menus produced by minor modes.
6475 (Bug#15817)
6476
6477 2013-11-06 Leo Liu <sdl.web@gmail.com>
6478
6479 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6480 DISTANCE to bound the search. All uses changed. (Bug#15808)
6481
6482 2013-11-06 Glenn Morris <rgm@gnu.org>
6483
6484 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6485 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6486 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6487
6488 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * electric.el (electric-indent-just-newline): New command.
6491 (electric-indent-mode-map): New keymap.
6492 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6493 Re-add :group which weren't redundant.
6494
6495 * electric.el (electric-indent-local-mode): New minor mode.
6496 (electric-indent-functions-without-reindent): New var.
6497 (electric-indent-post-self-insert-function): Use it.
6498 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6499
6500 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6501
6502 * international/quail.el (quail-help): Be more explicit about the
6503 meaning of the labels shown on the keys. (Bug#15800)
6504
6505 * startup.el (normal-top-level): Load the subdirs.el files before
6506 setting the locale environment. (Bug#15805)
6507
6508 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6511 via arguments so as to get the right ones (bug#15418).
6512
6513 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6514
6515 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6516
6517 Fix problems found while writing a test suite.
6518
6519 * net/tramp-compat.el (tramp-compat-load): New defun.
6520 * net/tramp.el (tramp-handle-load): Use it.
6521
6522 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6523 "(numberp ok-if-already-exists)" correctly.
6524
6525 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6526
6527 * international/characters.el (glyphless-char-display-control):
6528 Add usage note.
6529
6530 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6531
6532 * progmodes/python.el (python-mode):
6533 * progmodes/scheme.el (scheme-mode):
6534 * progmodes/prolog.el (prolog-mode):
6535 * progmodes/ruby-mode.el (ruby-mode):
6536 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6537 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6538
6539 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * rect.el (rectangle--highlight-for-redisplay):
6542 * emacs-lisp/smie.el (smie--next-indent-change):
6543 Use buffer-chars-modified-tick.
6544
6545 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6546
6547 * electric.el (electric-indent-post-self-insert-function):
6548 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6549
6550 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6551
6552 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6553
6554 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6555
6556 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6557 (bug#15786).
6558
6559 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6562
6563 * progmodes/python.el: Fix up last change.
6564 (python-shell--save-temp-file): New function.
6565 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6566 `string' comes from the current buffer.
6567 (python-shell-send-string-no-output): Remove `msg' arg.
6568 (python--use-fake-loc): New var.
6569 (python-shell-buffer-substring): Obey it. Try to compensate for the
6570 extra coding line added by python-shell--save-temp-file.
6571 (python-shell-send-region): Use python-shell--save-temp-file and
6572 python-shell-send-file directly. Add `nomain' argument.
6573 (python-shell-send-buffer): Use python-shell-send-region.
6574 (python-electric-pair-string-delimiter): New function.
6575 (python-mode): Use it.
6576
6577 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6578
6579 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6580 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6581 environment and decoding all of the default-directory's to here
6582 from command-line.
6583 (command-line): Decode also argv[0].
6584
6585 * loadup.el: Error out if default-directory is a multibyte string
6586 when we are dumping.
6587
6588 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6589
6590 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6591
6592 * emacs-lisp/package.el (package-menu-mode)
6593 (package-menu--print-info, package-menu--archive-predicate):
6594 Add Archive column to package list.
6595
6596 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6597
6598 Fix problems found while writing a test suite.
6599
6600 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6601 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6602 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6603 to nil when running original file name handler. Otherwise,
6604 there are problems with constructs like "$$FOO".
6605
6606 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6607 for `localname'.
6608
6609 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6610
6611 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6612
6613 * subr.el (version<, version<=, version=):
6614 Update docstrings with information for snapshot versions.
6615
6616 * helpers.el: New library for misc helper functions.
6617 (hash-table-keys): New function returning a list of hash keys.
6618 (hash-table-values): New function returning a list of hash values.
6619
6620 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6621
6622 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6623 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6624
6625 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6626
6627 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6628 checking whether point is after a 1-letter word.
6629
6630 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6631
6632 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6633 Don't infloop when expanding region over `multiline' syntax-type that
6634 begins a line (bug#15778).
6635
6636 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6639 Make it into a proper minor mode.
6640 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6641 (rectangle-mark-mode-map): New keymap.
6642 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6643
6644 2013-11-04 Glenn Morris <rgm@gnu.org>
6645
6646 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6647
6648 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6651 (ruby-smie-rules): Use smie-rule-parent instead.
6652
6653 * emacs-lisp/smie.el (smie-rule-parent): Always call
6654 smie-indent-virtual rather than only for hanging tokens.
6655 (smie--next-indent-change): New helper command.
6656
6657 2013-11-03 Glenn Morris <rgm@gnu.org>
6658
6659 * Makefile.in (abs_srcdir): Remove.
6660 (emacs): Unset EMACSLOADPATH.
6661
6662 2013-11-02 Glenn Morris <rgm@gnu.org>
6663
6664 * Makefile.in (EMACS): Use a relative filename.
6665 (abs_top_builddir): Remove.
6666 (custom-deps, finder-data, autoloads): Use --chdir.
6667
6668 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6669
6670 Use relative filenames in TAGS files.
6671 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6672 (lisptagsfiles4, TAGS): Use relative file names.
6673 (TAGS-LISP): Remove.
6674 (maintainer-clean): No more TAGS-LISP file.
6675
6676 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6677 (lisptagsfiles4): Use absolute filenames again.
6678 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6679 Remove all *loaddefs files, not just the first. Remove esh-groups.
6680 (maintainer-clean): Delete TAGS, TAGS-LISP.
6681
6682 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6683
6684 * emacs-lisp/package.el (package-version-join):
6685 Recognize snapshot versions.
6686
6687 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6688
6689 * subr.el (version-regexp-alist): Add support for snapshot versions.
6690
6691 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6692
6693 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6694 New function, replacement for `smie-rule-parent' for when we want to
6695 skip over our direct parent if it's an assignment token..
6696 (ruby-smie-rules): Use it.
6697
6698 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6699
6700 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6701 unconditionally. Remove now unnecessary forward declarations.
6702 Remove XEmacs-specific setup.
6703 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6704 (ruby-font-lock-syntactic-keywords)
6705 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6706 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6707 (ruby-here-doc-end-syntax): Remove.
6708 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6709 defined as function.
6710
6711 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6712
6713 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6714
6715 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6716
6717 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6718 table and abbrev table, `define-derived-mode' does that for us
6719 anyway.
6720
6721 2013-11-01 Glenn Morris <rgm@gnu.org>
6722
6723 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6724 files is atomic for some time, so no parallel compilation issues).
6725
6726 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6727
6728 * faces.el (face-x-resources): Add :distant-foreground.
6729 (region): Use :distant-foreground for gtk and ns.
6730
6731 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6732
6733 Allow multiple bibliographies when BibLaTeX is used rather than
6734 BibTeX.
6735 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6736 (reftex-locate-bibliography-files): Us it.
6737
6738 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6739
6740 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6741 allow comments in pbm files.
6742
6743 * term/w32-win.el (dynamic-library-alist): Support newer versions
6744 of libjpeg starting with v7: look only for the DLL from the
6745 version against which Emacs was built.
6746 Support versions of libpng beyond 1.4.x.
6747 Support libtiff v4.x.
6748
6749 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6750
6751 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6752 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6753 Add property :safe.
6754 (ruby-deep-arglist): Add property :type.
6755
6756 2013-10-31 Glenn Morris <rgm@gnu.org>
6757
6758 * Makefile.in (custom-deps, finder-data): No need to setq the target
6759 variables, we are in the right directory and the defaults work fine.
6760
6761 2013-10-30 Glenn Morris <rgm@gnu.org>
6762
6763 * Makefile.in (autoloads): Do not use abs_lisp.
6764
6765 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6766 `newline' does not respect `standard-output', so use `princ'.
6767
6768 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6769
6770 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6771 * buff-menu.el (Buffer-menu--unmark): New function.
6772 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6773
6774 2013-10-30 Glenn Morris <rgm@gnu.org>
6775
6776 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6777
6778 * emacs-lisp/package.el (lm-homepage): Declare.
6779
6780 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6781 Fix doc typos.
6782
6783 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6784
6785 * Makefile.in (finder-data, autoloads, update-subdirs)
6786 (compile-main, compile-clean, compile-always, bootstrap-clean):
6787 Check return value of cd.
6788 (compile-calc): Remove.
6789
6790 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6793
6794 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6795 (byte-compile-and-folded): New function.
6796 (=, <, >, <=, >=): Use it.
6797
6798 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6799 (path-separator, null-device, buffer-file-coding-system)
6800 (lpr-headers-switches): Check system-type before modifying them.
6801 (find-buffer-file-type-coding-system): Mark obsolete.
6802 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6803 find-file-not-found-set-buffer-file-coding-system.
6804 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6805 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6806 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6807 (w32-direct-print-region-helper, w32-direct-print-region-function)
6808 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6809 * startup.el (normal-top-level-add-subdirs-to-load-path):
6810 * ps-print.el (ps-print-region-function):
6811 * lpr.el (print-region-function): Use new name.
6812
6813 * subr.el (custom-declare-variable-early): Remove function.
6814 (custom-declare-variable-list): Remove var.
6815 (error, user-error): Remove `while' loop.
6816 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6817 (user-emacs-directory-warning, locate-user-emacs-file):
6818 Move to files.el.
6819 * simple.el (read-quoted-char-radix, read-quoted-char):
6820 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6821 Move from subr.el.
6822 * custom.el (custom-declare-variable-list): Don't process
6823 custom-declare-variable-list.
6824
6825 * progmodes/python.el (python-shell-get-buffer): New function.
6826 (python-shell-get-process): Use it.
6827 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6828 Python which encoding was used. Don't split-string since we only care
6829 about the first line. Return the temp-file, if applicable.
6830 (python-shell-send-region): Tell compile.el how to turn locations in
6831 the temp-file into locations in the source buffer.
6832
6833 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * subr.el (undefined): Add missing behavior from the C code for
6836 unbound keys.
6837
6838 * rect.el: Use lexical-binding. Add new rectangular region support.
6839 (rectangle-mark): New command.
6840 (rectangle--region): New var.
6841 (deactivate-mark-hook): Reset rectangle--region.
6842 (rectangle--extract-region, rectangle--insert-for-yank)
6843 (rectangle--highlight-for-redisplay)
6844 (rectangle--unhighlight-for-redisplay): New functions.
6845 (region-extract-function, redisplay-unhighlight-region-function)
6846 (redisplay-highlight-region-function): Use them to handle
6847 rectangular region.
6848 * simple.el (region-extract-function): New var.
6849 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6850 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6851 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6852 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6853 (redisplay-unhighlight-region-function)
6854 (redisplay-highlight-region-function): New vars.
6855 (redisplay--update-region-highlight): New function.
6856 (pre-redisplay-function): Use it.
6857 (exchange-point-and-mark): Don't deactivate the mark before
6858 reactivate-it anyway.
6859 * comint.el (comint-kill-region): Remove yank-handler argument.
6860 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6861 (delete-char): Remove property, since it's now part of their
6862 default behavior.
6863 (self-insert-iso): Remove property since this command doesn't exist.
6864
6865 * emacs-lisp/package.el (package--download-one-archive)
6866 (describe-package-1): Don't query the user about final newline.
6867
6868 2013-10-29 Daniel Colascione <dancol@dancol.org>
6869
6870 * net/tramp.el (tramp-methods): Document new functionality.
6871 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6872 tramp-hostname-checker if method provides one instead of scanning
6873 argument list for "%h" to decide hostname acceptability.
6874
6875 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6876
6877 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6878 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6879 Handle COPY-CONTENTS. (Bug#15737)
6880
6881 2013-10-28 Daiki Ueno <ueno@gnu.org>
6882
6883 * epa-file.el
6884 (epa-file-cache-passphrase-for-symmetric-encryption):
6885 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6886
6887 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6888
6889 * image.el (defimage, image-load-path): Doc fixes.
6890
6891 2013-10-27 Alan Mackenzie <acm@muc.de>
6892
6893 Indent statements in macros following "##" correctly.
6894 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6895 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6896
6897 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6898
6899 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6900
6901 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6902
6903 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6904 after `=' is probably a new expression.
6905
6906 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6907
6908 * man.el (man-imenu-title): New option.
6909 (Man-mode-map): Add menu. (Bug#15722)
6910 (Man-mode): Add imenu to menu.
6911
6912 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6913
6914 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6915 specific in what the first arg can be: a non-keyword word,
6916 string/regexp/percent literal opener, opening paren, or unary
6917 operator followed directly by word.
6918
6919 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6922 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6923 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6924 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6925 Remove vars, they do not apply any more.
6926 (prolog-mode-abbrev-table): Remove redundant declaration.
6927 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6928 (prolog-use-smie): Remove.
6929 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6930 supported by prolog-electric-if-then-else-flag.
6931 (prolog-mode-variables, prolog-menu): Use setq-local.
6932 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6933 Remove binding to `Backspace' since this key doesn't exist anyway.
6934 Remove bindings for electric self-inserting keys.
6935 (prog-mode): Assume it's defined.
6936 (prolog-post-self-insert): New function.
6937 (prolog-mode): Use it.
6938 (prolog-indent-line, prolog-indent-level)
6939 (prolog-find-indent-of-matching-paren)
6940 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6941 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6942 (prolog-goto-next-paren, prolog-in-string-or-comment)
6943 (prolog-tokenize, prolog-inside-mline-comment)
6944 (prolog-find-start-of-mline-comment): Remove functions.
6945 (prolog-find-unmatched-paren, prolog-clause-end)
6946 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6947 (prolog-electric--if-then-else): Rename from
6948 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6949 (prolog-tokenize-searchkey): Remove const.
6950 (prolog-clause-info): Use forward-sexp.
6951 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6952 (prolog-electric-if-then-else): Remove commands.
6953 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6954 for use in post-self-insert-hook.
6955 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6956 for use in post-self-insert-hook.
6957 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6958 for use in post-self-insert-hook.
6959 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6960 adapt it for use in post-self-insert-hook.
6961
6962 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * emacs-lisp/ert.el (ert-run-tests-interactively):
6965 Use `completing-read'. (Bug#9756)
6966
6967 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6968
6969 * simple.el (line-move): Call line-move-1 instead of
6970 line-move-visual when the current window hscroll is zero, but
6971 temporary-goal-column indicates we will need to hscroll as result
6972 of the movement. (Bug#15712)
6973
6974 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6975
6976 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6977 capitalization. Use :visible instead of :active.
6978 Fix `ruby-indent-exp' reference. Add menu items for the generic
6979 commands that are used with SMIE.
6980 (ruby-do-end-to-brace): Insert space after `{'.
6981
6982 2013-10-25 John Anthony <john@jo.hnanthony.com>
6983
6984 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6985
6986 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6987
6988 2013-10-25 Glenn Morris <rgm@gnu.org>
6989
6990 * vc/vc.el (vc-print-log): Don't use a working revision unless
6991 one was explicitly specified. (Bug#15322)
6992
6993 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * subr.el (add-to-list): Preserve return value in compiler-macro
6996 (bug#15692).
6997
6998 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6999
7000 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7001 result. Ask user to retry using '-all' flag. (Bug#15701)
7002
7003 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * emacs-lisp/smie.el: New smie-config system.
7006 (smie-config): New defcustom.
7007 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7008 (smie-config-guess, smie-config-save): New commands.
7009 (smie-config--mode-local, smie-config--buffer-local)
7010 (smie-config--trace, smie-config--modefuns): New vars.
7011 (smie-config--advice, smie-config--mode-hook)
7012 (smie-config--setter, smie-config-local, smie-config--get-trace)
7013 (smie-config--guess-value, smie-config--guess): New functions.
7014 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7015 text properties. Treat "string fence" syntax like string syntax.
7016
7017 * progmodes/sh-script.el (sh-use-smie): Change default.
7018 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7019 (sh-var-value): Simplify by CSE.
7020 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7021 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7022 is used.
7023 (sh-guess-basic-offset): Use cl-incf.
7024 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7025
7026 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7027
7028 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7029 (bug#15699).
7030
7031 2013-10-24 Glenn Morris <rgm@gnu.org>
7032
7033 * Makefile.in (abs_top_srcdir): Remove.
7034 (update-subdirs): Use relative path to update-subdirs.
7035
7036 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7037
7038 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7039 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7040 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7041 Call unmsys--file-name before expand-file-name, not after it.
7042
7043 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7044
7045 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7046 (ert-test-skipped): New error.
7047 (ert-skip, ert-stats-skipped): New defuns.
7048 (ert--skip-unless): New macro.
7049 (ert-test-skipped): New struct.
7050 (ert--run-test-debugger, ert-test-result-type-p)
7051 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7052 (ert--stats-set-test-and-result, ert-char-for-test-result)
7053 (ert-string-for-test-result, ert-run-tests-batch)
7054 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7055 Handle skipped tests. (Bug#9803)
7056
7057 2013-10-24 Glenn Morris <rgm@gnu.org>
7058
7059 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7060
7061 * Makefile.in (abs_top_srcdir): New, set by configure.
7062 (update-subdirs): Correct build-aux location.
7063
7064 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7065
7066 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7067 value, whether we could auto-deduce `backend', or not.
7068
7069 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7070 with parameters" example. Simplify the "is it block or is it
7071 hash" check, but also make it more thorough.
7072
7073 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7074
7075 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7076
7077 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7080 { if it is hanging.
7081
7082 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7083 :before ";".
7084
7085 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7086
7087 * progmodes/compile.el (compilation-directory-matcher)
7088 (compilation-page-delimiter):
7089 Support GNU Make-4.0 directory quoting. (Bug#15678)
7090
7091 2013-10-23 Leo Liu <sdl.web@gmail.com>
7092
7093 * ido.el (ido-tidy): Handle read-only text.
7094
7095 2013-10-23 Glenn Morris <rgm@gnu.org>
7096
7097 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7098 (emacs, compile, compile-always):
7099 Quote entities that might contain whitespace.
7100 (custom-deps, finder-data, autoloads): Use abs_lisp.
7101 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7102 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7103 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7104
7105 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7106
7107 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7108 Use `following-char'.
7109
7110 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7113 * progmodes/ruby-mode.el (ruby-smie-rules):
7114 Remove corresponding workaround. Fix indentation rule of ";" so it
7115 also applies when ";" is the parent.
7116
7117 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7118
7119 * frame.el (display-screens, display-pixel-height)
7120 (display-pixel-width, display-mm-width, display-backing-store)
7121 (display-save-under, display-planes, display-color-cells)
7122 (display-visual-class, display-monitor-attributes-list):
7123 Mention the optional ‘display’ argument in doc strings.
7124
7125 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7126
7127 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7128 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7129
7130 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7131
7132 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7133 TODO. Add "." after " @ ".
7134 (ruby-smie--at-dot-call): New function. Checks if point at method
7135 call with explicit target.
7136 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7137 to the method name tokens when it precedes them.
7138 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7139 (ruby-smie-rules): Add rule for indentation before and after "."
7140 token.
7141
7142 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * textmodes/remember.el (remember-diary-extract-entries):
7145 Avoid add-to-list.
7146
7147 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7148 an instruction.
7149
7150 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7151
7152 * progmodes/ruby-mode.el (ruby-smie-grammar):
7153 Add (almost) all infix operators.
7154 (ruby-smie--implicit-semi-p): Add new operator chars.
7155
7156 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7157 `smie-down-list'.
7158 (ruby-smie--args-separator-p): Check that there's no newline
7159 between method call and its arguments.
7160
7161 2013-10-20 Alan Mackenzie <acm@muc.de>
7162
7163 Allow comma separated lists after Java "implements".
7164
7165 * progmodes/cc-engine.el (c-backward-over-enum-header):
7166 Parse commas.
7167 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7168 from a "disallowed" list in enum fontification.
7169
7170 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7171
7172 * startup.el (default-frame-background-mode): Remove unused defvar.
7173
7174 * progmodes/verilog-mode.el (verilog-mode): Don't set
7175 comment-indent-function globally.
7176
7177 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7178
7179 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7180 Move Info menu item creation to ns-win.el.
7181
7182 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7183 in menu bar.
7184
7185 * menu-bar.el: Move GNUstep specific menus...
7186
7187 * term/ns-win.el (ns-initialize-window-system): ... to here.
7188
7189 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * simple.el (newline): Only run post-self-insert-hook when
7192 called interactively.
7193
7194 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7195
7196 * icomplete.el (icomplete-with-completion-tables): Add :version.
7197
7198 2013-10-19 Alan Mackenzie <acm@muc.de>
7199
7200 Fix fontification bugs with constructors and const.
7201
7202 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7203 CASE 2) Remove the check for the absence of a suffix construct
7204 after a function declaration with only types (no identifiers) in
7205 the parentheses. Also, accept a function declaration with just a
7206 type inside the parentheses, if this type can be positively
7207 recognised as such, or if a prefix keyword like "explicit" nails
7208 down the construct as a declaration.
7209
7210 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7211
7212 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7213 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7214 the problem whereby selecting a menu item that leads to a
7215 minibuffer prompt moves the cursor out of the minibuffer window,
7216 making it hard to type at the prompt. Suggested by Stefan Monnier
7217 <monnier@iro.umontreal.ca>.
7218
7219 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7220
7221 * menu-bar.el: Don't make Services menu.
7222
7223 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7224
7225 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7226 (ffap-alist): Use ffap-c++-mode for c++-mode.
7227 (ffap-c++-path): New variable.
7228 (ffap-c++-mode): New function.
7229
7230 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7231
7232 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7233
7234 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7235
7236 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7237 introduced on 2013-09-08, which results in an infinite loop
7238 requesting a password.
7239
7240 2013-10-18 Glenn Morris <rgm@gnu.org>
7241
7242 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7243
7244 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7245
7246 Sync with upstream verilog-mode revision 1a6ecec7.
7247 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7248 (verilog-mode-release-date): Remove.
7249 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7250 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7251 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7252 (verilog-auto-tieoff-ignore-regexp)
7253 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7254 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7255 (verilog-signals-with, verilog-dir-cache-preserving)
7256 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7257 Doc fixes.
7258 (verilog-case-fold): New option, to control case folding in
7259 regexp searches, bug597.
7260 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7261 (verilog-string-match-fold, verilog-in-paren-count)
7262 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7263 (verilog-at-close-struct-p): New functions.
7264 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7265 (verilog-forward-sexp, verilog-set-auto-endcomments)
7266 (verilog-leap-to-case-head): Handle "unique0" case.
7267 (verilog-in-constraint-re): New constant.
7268 (verilog-keywords, verilog-type-font-keywords):
7269 Add some SystemVerilog 1800-2012 keywords.
7270 (verilog-label-be): Remove unimplemented argument, bug669.
7271 (verilog-batch-execute-func): When batch expanding clear
7272 create-lockfiles to prevent spurious user locks when a file ends
7273 up not changing.
7274 (verilog-calculate-indent, verilog-calc-1)
7275 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7276 (verilog-do-indent): Fix indentation of nested constraints
7277 and structures.
7278 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7279 (verilog-auto-inst-param): Use verilog-string-match-fold.
7280 (verilog-read-inst-module-matcher):
7281 Fix AUTOINST on gate primitives with #1.
7282 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7283 Reads all user-defined typed variables.
7284 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7285 (verilog-signals-matching-regexp)
7286 (verilog-signals-not-matching-regexp, verilog-auto):
7287 Respect verilog-case-fold.
7288 (verilog-diff-report): Fix line count.
7289 (verilog-auto-assign-modport): Remove unused local `modi'.
7290 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7291 better handle multidimensional arrays.
7292 Fix packed array ports misadding bit index in AUTOINST, bug637.
7293 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7294 to not double-declare existing outputs and inputs, respectively.
7295 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7296 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7297 (verilog-sk-uvm-component): New skeleton.
7298 (verilog-submit-bug-report): Add verilog-case-fold,
7299 remove verilog-mode-release-date.
7300
7301 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7302
7303 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7304 as before.
7305
7306 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7307
7308 * textmodes/remember.el (remember): Set buffer-offer-save in
7309 remember buffers (bug#13566).
7310
7311 2013-10-18 Daniel Colascione <dancol@dancol.org>
7312
7313 When evaluating forms in ielm, direct standard output to ielm
7314 buffer. Add new ielm-return-for-effect command. Remove trailing
7315 whitespace throughout.
7316
7317 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7318 (ielm-return-for-effect): New command.
7319 (ielm-send-input): Accept optional `for-effect' parameter.
7320 (ielm-eval-input): Accept optional `for-effect' parameter.
7321 Bind `standard-output' to stream we create using
7322 `ielm-standard-output-impl'. Suppress printing result when
7323 `for-effect'.
7324 (ielm-standard-output-impl): New function.
7325 (inferior-emacs-lisp-mode): Explain new features in documentation.
7326
7327 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7328
7329 Code cleanup.
7330
7331 * net/tramp.el (tramp-debug-message): Do not check for connection
7332 buffer.
7333 (tramp-message): Use "vector" connection property.
7334
7335 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7336 (tramp-equal-remote, tramp-eshell-directory-change)
7337 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7338 (tramp-adb-handle-rename-file)
7339 * net/tramp-cmds.el (tramp-list-remote-buffers)
7340 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7341 * net/tramp-compat.el (tramp-compat-process-running-p)
7342 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7343 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7344 (tramp-gvfs-handle-rename-file)
7345 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7346 (tramp-set-file-uid-gid)
7347 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7348 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7349 of `file-remote-p'.
7350
7351 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7352 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7353 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7354 (tramp-gw-open-network-stream): Suppress unrelated traces.
7355
7356 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7357 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7358 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7359 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7360 connection property.
7361
7362 * net/tramp-cache.el (top): Suppress traces when reading
7363 persistency file.
7364
7365 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7366 Refactor common code. Improve debug message.
7367 (tramp-maybe-open-connection)
7368 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7369 connection buffer too early.
7370
7371 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7372 from `tramp-smb-actions-with-acl'.
7373 (tramp-smb-actions-set-acl): New defconst.
7374 (tramp-smb-handle-copy-directory)
7375 (tramp-smb-action-get-acl): New defun, renamed from
7376 `tramp-smb-action-with-acl'.
7377 (tramp-smb-action-set-acl): New defun.
7378 (tramp-smb-handle-set-file-acl): Rewrite.
7379
7380 2013-10-17 Glenn Morris <rgm@gnu.org>
7381
7382 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7383
7384 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * skeleton.el (skeleton-newline): Remove.
7387 (skeleton-internal-1): Use (insert "\n") instead.
7388
7389 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7390 let-bindings.
7391
7392 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7393 forward-sexp-function while we redo its job (bug#15613).
7394
7395 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7396
7397 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7398 represented by lists.
7399
7400 2013-10-16 Glenn Morris <rgm@gnu.org>
7401
7402 * tmm.el (tmm--history): New dynamic variable.
7403 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7404
7405 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7406
7407 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7408 (tramp-smb-errors): Add error messages.
7409 (tramp-smb-actions-with-acl): New defconst.
7410 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7411 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7412 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7413 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7414 (tramp-smb-get-stat-capability): Fix tests.
7415
7416 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7417
7418 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7419 (bug#15580).
7420
7421 2013-10-16 Glenn Morris <rgm@gnu.org>
7422
7423 * ansi-color.el (ansi-color-drop-regexp):
7424 Add 1J, 1K, 2K. (Bug#15617)
7425
7426 * files.el (hack-local-variables--warned-lexical): New.
7427 (hack-local-variables):
7428 Warn about misplaced lexical-binding. (Bug#15616)
7429
7430 * net/eww.el (eww-render): Always set eww-current-url,
7431 and update header line. (Bug#15622)
7432 (eww-display-html): ... Rather than just doing it here.
7433
7434 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7435
7436 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7437 menu navigations commands.
7438
7439 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7440
7441 * progmodes/subword.el (subword-capitalize): Be careful when
7442 the search for [[:alpha:]] fails (bug#15580).
7443
7444 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7445
7446 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7447 to commands that scroll the menu.
7448
7449 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7450
7451 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7452 Handle methods ending with `?' and `!'.
7453
7454 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7455
7456 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7457 `japanese-cp932' to `cp932' to fix the problem where saving a
7458 source file written in Shift_JIS twice would end up having
7459 `coding: japanese-cp932' which Ruby could not recognize.
7460 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7461 in `ruby-encoding-map'.
7462 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7463 doesn't need to be explicitly declared in magic comment.
7464 (ruby-encoding-map): Add type declaration for better customize UI.
7465
7466 2013-10-13 Glenn Morris <rgm@gnu.org>
7467
7468 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7469 Occur buffers are read-only. http://bugs.debian.org/720775
7470
7471 * emacs-lisp/authors.el (authors-fixed-entries):
7472 Comment out old alpha stuff.
7473
7474 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7475
7476 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7477 to `after-save-hook' instead of `before-save-hook'.
7478 (ruby-mode-set-encoding): Use the value of coding system used to
7479 write the file. Call `basic-save-buffer-1' after modifying the
7480 buffer.
7481
7482 2013-10-13 Alan Mackenzie <acm@muc.de>
7483
7484 Fix indentation/fontification of Java enum with
7485 "implements"/generic.
7486
7487 * progmodes/cc-engine.el (c-backward-over-enum-header):
7488 Extracted from the three other places and enhanced to handle generics.
7489 (c-inside-bracelist-p): Uses new function above.
7490 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7491 function above.
7492 (c-font-lock-enum-tail): Uses new function above.
7493
7494 2013-10-13 Kenichi Handa <handa@gnu.org>
7495
7496 * international/mule-cmds.el (select-safe-coding-system): Remove a
7497 superfluous condition in chekcing whether a coding system is safe
7498 or not.
7499
7500 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7501
7502 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7503
7504 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7505
7506 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7507
7508 2013-10-13 Glenn Morris <rgm@gnu.org>
7509
7510 * menu-bar.el (menu-bar-update-buffers):
7511 Unify Buffers menu prompt string. (Bug#15576)
7512
7513 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7514
7515 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7516 Add some entries.
7517 (authors-fixed-entries): Use accented form of name.
7518
7519 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7522 method calls (bug#15594).
7523 (ruby-smie--args-separator-p): New function.
7524 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7525 recognize paren-free method calls.
7526
7527 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7528 internals of universal-argument.
7529
7530 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7531
7532 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7533 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7534 dropped menu on second mouse click on the menu bar.
7535
7536 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7539 (explicit-shell-file-name): Declare.
7540 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7541 (sh-completion-at-point-function): New function.
7542 (sh-mode): Use it.
7543 (sh-smie--keyword-p): Remove unused argument.
7544 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7545 vars.
7546 (sh-set-shell): Always setup SMIE, even if we use the
7547 old indentation code.
7548
7549 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7550
7551 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7552 cases of ? and =.
7553 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7554 predicate would return nil are almost non-existent.
7555 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7556
7557 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7558 cache also after commands that modify the buffer but don't move
7559 point.
7560
7561 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * env.el (substitute-env-in-file-name): New function.
7564 (substitute-env-vars): Extend the meaning of the optional arg.
7565
7566 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7567
7568 * term/w32-win.el (dynamic-library-alist): Define separate lists
7569 of GIF DLLs for versions before and after 5.0.0 of giflib.
7570 (Bug#15531)
7571
7572 2013-10-10 João Távora <joaotavora@gmail.com>
7573
7574 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7575 not locked, use last revision and current source as
7576 defaults. (Bug#15569)
7577
7578 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7579
7580 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7581 menu-bar is hidden.
7582
7583 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7584
7585 * window.el (pop-to-buffer-same-window): Fix doc-string.
7586 (Bug#15492)
7587
7588 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7591
7592 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7593
7594 * calendar/icalendar.el (icalendar-import-file):
7595 Fix interactive spec. (Bug#15482)
7596
7597 2013-10-10 Glenn Morris <rgm@gnu.org>
7598
7599 * desktop.el (desktop-save): Default to saving in .emacs.d,
7600 since PWD is no longer in desktop-path by default. (Bug#15319)
7601
7602 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7603 now that text mode has a menu with the same entry.
7604 (menu-bar-text-mode-auto-fill): Remove now unused func.
7605 * textmodes/text-mode.el (text-mode-map):
7606 Use auto-fill help text from menu-bar.el.
7607
7608 2013-10-10 John Anthony <john@jo.hnanthony.com>
7609
7610 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7611
7612 2013-10-09 Juri Linkov <juri@jurta.org>
7613
7614 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7615 instead of this-command-keys. Add universal-argument-more and
7616 universal-argument-minus to the list of prefix commands. (Bug#15568)
7617
7618 2013-10-09 Glenn Morris <rgm@gnu.org>
7619
7620 * vc/vc-svn.el (vc-svn-create-repo):
7621 Expand paths in file://... url. (Bug#15446)
7622
7623 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7624 Add some entries.
7625 (authors): Remove unused local variables.
7626
7627 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * profiler.el: Create a more coherent calltree from partial backtraces.
7630 (profiler-format): Hide the tail with `invisible' so that C-s can still
7631 find the hidden elements.
7632 (profiler-calltree-depth): Don't recurse so enthusiastically.
7633 (profiler-function-equal): New hash-table-test.
7634 (profiler-calltree-build-unified): New function.
7635 (profiler-calltree-build): Use it.
7636 (profiler-report-make-name-part): Indent the calltree less.
7637 (profiler-report-mode): Add visibility specs for profiler-format.
7638 (profiler-report-expand-entry, profiler-report-toggle-entry):
7639 Expand the whole subtree when provided with a prefix arg.
7640
7641 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7642
7643 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7644 iuwu-mod token.
7645 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7646 hanging iuwu-mod token.
7647 (ruby-smie--forward-token): Do not include a dot after a token in
7648 that token.
7649 (ruby-smie--backward-token): Likewise.
7650
7651 2013-10-08 Juri Linkov <juri@jurta.org>
7652
7653 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7654 to isearch-other-control-char.
7655 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7656 and isearch-post-command-hook to post-command-hook.
7657 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7658 and isearch-post-command-hook from post-command-hook.
7659 (isearch-unread-key-sequence)
7660 (isearch-reread-key-sequence-naturally)
7661 (isearch-lookup-scroll-key, isearch-other-control-char)
7662 (isearch-other-meta-char): Remove functions.
7663 (isearch-pre-command-hook, isearch-post-command-hook):
7664 New functions based on isearch-other-meta-char rewritten
7665 relying on the new behavior of overriding-terminal-local-map
7666 that does not replace the local keymaps any more. (Bug#15200)
7667
7668 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7669
7670 Support menus on text-mode terminals.
7671 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7672 functionality.
7673
7674 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7675
7676 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7677 Move here from mouse.el.
7678 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7679 and arrow keys.
7680 (tty-menu-navigation-map): New map for TTY menu navigation.
7681
7682 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7683
7684 * frame.el (display-mouse-p): Report text-mode mouse as available
7685 on w32.
7686 (display-popup-menus-p): Report availability if mouse is
7687 available; don't condition on window-system.
7688
7689 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7690 (tty-menu-selected-face): New faces.
7691
7692 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7695 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7696 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7697 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7698 New constants.
7699 (lisp-mode-variables): New `elisp' argument.
7700 (emacs-lisp-mode): Use it.
7701 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7702 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7703
7704 * indent.el: Use lexical-binding.
7705 (indent-region): Add progress reporter.
7706 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7707 last step.
7708 (indent--next-tab-stop): New function to implement this behavior.
7709 (tab-to-tab-stop, move-to-tab-stop): Use it.
7710
7711 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7712
7713 * indent.el (indent-rigidly--current-indentation): New function.
7714 (indent-rigidly-map): New var.
7715 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7716
7717 2013-10-08 Bastien Guerry <bzg@gnu.org>
7718
7719 * register.el (insert-register): Fix 2013-10-07 change.
7720
7721 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * progmodes/perl-mode.el: Use lexical-binding.
7724 Remove redundant :group args.
7725 (perl-nochange): Change default to be closer to other major modes's
7726 standard behavior.
7727 (perl-indent-line): Don't consider text on current line as a
7728 valid beginning of function from which to indent.
7729
7730 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7731 with more than one argument (bug#15538).
7732
7733 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7734
7735 * vc/pcvs.el: Use lexical-binding.
7736 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7737 environment of `eval'.
7738 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7739 than a list of expressions. Adjust callers.
7740 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7741
7742 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7743
7744 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7745 case of the dot in a chained method call being on the following line.
7746
7747 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * electric.el (electric-indent-inhibit): New var.
7750 (electric-indent-post-self-insert-function): Use it.
7751 * progmodes/python.el (python-mode): Set it.
7752
7753 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7754 open braces.
7755
7756 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7757
7758 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7759 (css-mode): Use electric-indent-chars.
7760
7761 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7762 (font-lock-beg, font-lock-end): Move before first use.
7763 (nxml-mode): Use syntax-propertize-function.
7764 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7765 (nxml-extend-after-change-region): Remove.
7766 * nxml/xmltok.el: Use lexical-binding.
7767 (xmltok-save): Use `declare'.
7768 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7769 * nxml/nxml-util.el: Use lexical-binding.
7770 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7771 Use `declare'.
7772 * nxml/nxml-ns.el: Use lexical-binding.
7773 (nxml-ns-save): Use `declare'.
7774 (nxml-ns-prefixes-for): Avoid add-to-list.
7775 * nxml/rng-match.el: Use lexical-binding.
7776 (rng--ipattern): Use cl-defstruct.
7777 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7778 (rng-cons-group-after, rng-subst-group-after)
7779 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7780 Use closures instead of `(lambda...).
7781
7782 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7783
7784 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7785 of BEG and END.
7786
7787 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7788 Use `tramp-handle-insert-file-contents'.
7789 (tramp-gvfs-handle-insert-file-contents): Remove function.
7790
7791 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7792 Use `save-restriction' in order to keep markers.
7793
7794 * net/trampver.el: Update release number.
7795
7796 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * progmodes/compile.el (compilation-parse-errors):
7799 Use compilation--put-prop.
7800 (compilation--ensure-parse): Check compilation-multiline.
7801
7802 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7803
7804 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7805 lexical-binding.
7806
7807 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7808
7809 * progmodes/ruby-mode.el: Fix recently added tests.
7810 (ruby-smie-grammar): Add - and +.
7811 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7812 (ruby-smie--backward-id): New functions.
7813 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7814 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7815 any more.
7816
7817 2013-10-07 Leo Liu <sdl.web@gmail.com>
7818
7819 * register.el (register-preview-delay)
7820 (register-preview-functions): New variables.
7821 (register-read-with-preview, register-preview)
7822 (register-describe-oneline): New functions.
7823 (point-to-register, window-configuration-to-register)
7824 (frame-configuration-to-register, jump-to-register)
7825 (number-to-register, view-register, insert-register)
7826 (copy-to-register, append-to-register, prepend-to-register)
7827 (copy-rectangle-to-register): Use register-read-with-preview to
7828 read register. (Bug#15525)
7829
7830 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7831
7832 * net/network-stream.el (network-stream-open-starttls): Don't add
7833 --insecure if it's already present, because that gnutls-cli
7834 rejects getting that parameter twice.
7835
7836 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7837
7838 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7839 keyword, too.
7840
7841 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7842
7843 * newcomment.el (comment-use-global-state): Change default value
7844 to t, mark obsolete (Bug#15251).
7845 (comment-beginning): In addition to `comment-to-syntax', check the
7846 value of `comment-use-global-state'.
7847
7848 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7851 (ruby-comment-column): Follow the global default, by default.
7852 (ruby-smie-grammar): Add assignment syntax.
7853 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7854 open-paren, a comma, or a \.
7855 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7856 and line continuations.
7857 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7858 followed by implicit semi-colons. Add rule for string concatenation
7859 and for indentation at BOB.
7860 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7861
7862 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7863 calling next-sexp, since next-token may have skipped chars which
7864 next-sexp doesn't know should be skipped!
7865
7866 2013-10-05 Leo Liu <sdl.web@gmail.com>
7867
7868 * progmodes/octave.el (octave-send-region):
7869 Call compilation-forget-errors.
7870
7871 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7872
7873 * vc/vc-svn.el (vc-svn-find-admin-dir):
7874 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7875 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7876 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7877 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7878
7879 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7882
7883 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * subr.el (read-passwd): Hide chars even when called within a context
7886 where after-change-functions is disabled (bug#15501).
7887 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7888 until we removed ourself from overriding-terminal-local-map.
7889
7890 2013-10-04 Leo Liu <sdl.web@gmail.com>
7891
7892 * progmodes/octave.el (inferior-octave-mode):
7893 Call compilation-forget-errors.
7894
7895 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7896
7897 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7898
7899 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7900
7901 * net/secrets.el (secrets-create-collection): Add optional
7902 argument ALIAS. Use proper Label keyword. Append ALIAS as
7903 dbus-call-method argument. (Bug#15516)
7904
7905 2013-10-04 Leo Liu <sdl.web@gmail.com>
7906
7907 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7908 (inferior-octave-compilation-font-lock-keywords): New variables.
7909 (compilation-error-regexp-alist)
7910 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7911 (inferior-octave-mode): Use compilation-shell-minor-mode.
7912
7913 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7914
7915 * minibuffer.el (completion--replace): Be careful that `end' might be
7916 a marker.
7917
7918 2013-10-03 Daiki Ueno <ueno@gnu.org>
7919
7920 Add support for package signature checking.
7921 * emacs-lisp/package.el (url-http-file-exists-p)
7922 (epg-make-context, epg-context-set-home-directory)
7923 (epg-verify-string, epg-context-result-for)
7924 (epg-signature-status, epg-signature-to-string)
7925 (epg-check-configuration, epg-configuration)
7926 (epg-import-keys-from-file): Declare.
7927 (package-check-signature): New user option.
7928 (package-unsigned-archives): New user option.
7929 (package-desc): Add `signed' field.
7930 (package-load-descriptor): Set `signed' field if .signed file exists.
7931 (package--archive-file-exists-p): New function.
7932 (package--check-signature): New function.
7933 (package-install-from-archive): Check package signature.
7934 (package--download-one-archive): Check archive signature.
7935 (package-delete): Remove .signed file.
7936 (package-import-keyring): New command.
7937 (package-refresh-contents): Import default keyring.
7938 (package-desc-status): Add "unsigned" status.
7939 (describe-package-1, package-menu--print-info)
7940 (package-menu-mark-delete, package-menu--find-upgrades)
7941 (package-menu--status-predicate): Support "unsigned" status.
7942
7943 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7946 the new compilation scheme using the new byte-codes.
7947
7948 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7949 (byte-pophandler): New byte codes.
7950 (byte-goto-ops): Adjust accordingly.
7951 (byte-compile--use-old-handlers): New var.
7952 (byte-compile-catch): Use new byte codes depending on
7953 byte-compile--use-old-handlers.
7954 (byte-compile-condition-case--old): Rename from
7955 byte-compile-condition-case.
7956 (byte-compile-condition-case--new): New function.
7957 (byte-compile-condition-case): New function that dispatches depending
7958 on byte-compile--use-old-handlers.
7959 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7960 when we can.
7961
7962 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7963 Optimize under `condition-case' and `catch' if
7964 byte-compile--use-old-handlers is nil.
7965 (disassemble-offset): Handle new bytecodes.
7966
7967 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * subr.el (error): Use `declare'.
7970 (decode-char, encode-char): Use advertised-calling-convention instead
7971 of the docstring to discourage use of the `restriction' arg.
7972
7973 2013-10-03 Daiki Ueno <ueno@gnu.org>
7974
7975 * epg.el (epg-verify-file): Add a comment saying that it does not
7976 notify verification error as a return value nor a signal.
7977 (epg-verify-string): Ditto.
7978
7979 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7980
7981 * progmodes/compile.el (compilation-start): Try globbing the arg to
7982 `cd' (bug#15417).
7983
7984 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7985
7986 Sync with Tramp 2.2.8.
7987
7988 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7989 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7990 * net/trampver.el: Update release number.
7991
7992 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7993
7994 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7995 and default-process-coding-system for darwin only.
7996
7997 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8000
8001 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8002
8003 * vc/vc-git.el (vc-git-grep): Disable pager.
8004
8005 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8006
8007 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8008 Use :url instead of :homepage, as per
8009 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8010
8011 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8012 non-nil, use `syntax-ppss' (Bug#15251).
8013
8014 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8015
8016 * progmodes/octave.el (inferior-octave-startup-file):
8017 Prefer ~/.emacs.d/init_octave.m.
8018
8019 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8020
8021 * emacs-lisp/package.el (package-desc-from-define):
8022 Accept additional arguments as plist, convert them to an alist and store
8023 them in the `extras' slot.
8024 (package-generate-description-file): Convert extras alist back to
8025 plist and append to the `define-package' form arguments.
8026 (package--alist-to-plist): New function.
8027 (package--ac-desc): Add `extras' slot.
8028 (package--add-to-archive-contents): Check if the archive-contents
8029 vector is long enough, and if it is, pass its `extras' slot value
8030 to `package-desc-create'.
8031 (package-buffer-info): Call `lm-homepage', pass the returned value
8032 to `package-desc-from-define'.
8033 (describe-package-1): Render the homepage button (Bug#13291).
8034
8035 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8036 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8037
8038 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8039
8040 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8041 and default-process-coding-system to utf-8-unix (Bug#15402).
8042
8043 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8044
8045 * subr.el (looking-back): Do not recommend using looking-back.
8046
8047 2013-09-28 Alan Mackenzie <acm@muc.de>
8048
8049 Fix indentation/fontification of Java enum with "implements".
8050
8051 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8052 regexp which matches "implements", etc., in Java.
8053 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8054 specifier clauses coming after "enum".
8055 * progmodes/cc-fonts.el (c-font-lock-declarations)
8056 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8057 after "enum".
8058
8059 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8060
8061 * faces.el (region): Change ns_selection_color to
8062 ns_selection_fg_color, add ns_selection_bg_color.
8063
8064 2013-09-28 Leo Liu <sdl.web@gmail.com>
8065
8066 * progmodes/octave.el (inferior-octave-completion-table)
8067 (inferior-octave-completion-at-point): Minor tweaks.
8068
8069 * textmodes/ispell.el (ispell-lookup-words): Rename from
8070 lookup-words. (Bug#15460)
8071 (lookup-words): Obsolete.
8072 (ispell-complete-word, ispell-command-loop): All uses changed.
8073
8074 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8075
8076 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8077 (octave-mode-menu): Add octave-send-buffer.
8078 (octave-send-buffer): New function.
8079
8080 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8081
8082 * progmodes/octave.el (octave-mode-map): Add key binding for
8083 octave-lookfor.
8084 (octave-mode-menu): Add octave-lookfor.
8085 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8086 octave-lookfor.
8087 (octave-lookfor): New function.
8088
8089 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8092 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8093 its convention.
8094 (cl--loop-set-iterator-function): New function.
8095 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8096 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8097 Bind `it' with `let' instead of substituting it with `cl-subst'.
8098 (cl--unused-var-p): New function.
8099 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8100 Eliminate some unused variable warnings (bug#15326).
8101
8102 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8103
8104 * doc-view.el (doc-view-scale-reset): Rename from
8105 `doc-view-reset-zoom-level'.
8106 (doc-view-scale-adjust): New command.
8107 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8108 `doc-view-scale-adjust'.
8109
8110 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8111
8112 * doc-view.el (doc-view-reset-zoom-level): New command.
8113 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8114 zoom commands (bug#15466).
8115
8116 2013-09-26 Kenichi Handa <handa@gnu.org>
8117
8118 * international/quail.el (quail-help): Make it not a command.
8119
8120 2013-09-26 Leo Liu <sdl.web@gmail.com>
8121
8122 * minibuffer.el (completion-all-sorted-completions): Make args
8123 optional as they are.
8124
8125 2013-09-25 Daniel Colascione <dancol@dancol.org>
8126
8127 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8128 specs are and that they're not evaluated.
8129
8130 2013-09-24 Sam Steingold <sds@gnu.org>
8131
8132 * midnight.el (clean-buffer-list-kill-regexps)
8133 (clean-buffer-list-kill-buffer-names): Update for the new Man
8134 buffer naming which includes the object name.
8135
8136 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8139 (eshell-parse-command, eshell-parse-pipeline): Use it since
8140 eshell-separate-commands requires a dynamic scoped var.
8141 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8142
8143 2013-09-23 Leo Liu <sdl.web@gmail.com>
8144
8145 * autoinsert.el (auto-insert-alist): Make the value of
8146 lexical-binding match its file setting.
8147
8148 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8149
8150 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8151
8152 * autoarg.el (autoarg-kp-digit-argument):
8153 * electric.el (Electric-command-loop):
8154 * kmacro.el (kmacro-step-edit-insert):
8155 Do not set universal-argument-num-events.
8156
8157 2013-09-22 Leo Liu <sdl.web@gmail.com>
8158
8159 * files.el (interpreter-mode-alist): Add octave.
8160
8161 2013-09-21 Alan Mackenzie <acm@muc.de>
8162
8163 C++: fontify identifier in declaration following "public:" correctly.
8164 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8165 to match "public", etc.
8166 (c-decl-prefix-re): Add ":" into the C++ value.
8167 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8168 bit. Add a check for a ":" preceded by "public", etc.
8169
8170 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8171
8172 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8173 recognized by GDB 7.5 and later.
8174
8175 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8176
8177 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8178
8179 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * subr.el (internal--call-interactively): New const.
8182 (called-interactively-p): Use it (bug#3984).
8183
8184 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8185
8186 * vc/pcvs.el (cvs-mode-ignore):
8187 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8188 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8189
8190 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8193 (eshell-ls-orig-insert-directory): Remove.
8194 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8195 (eshell-ls-use-in-dired): Use advice-add/remove.
8196 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8197 Add `orig-fun' arg for use in :around advice.
8198 Make it check (redundantly) eshell-ls-use-in-dired.
8199
8200 2013-09-19 Glenn Morris <rgm@gnu.org>
8201
8202 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8203
8204 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8205
8206 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8207
8208 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8209
8210 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8211 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8212 (tramp-get-remote-python): New defuns.
8213 (tramp-get-remote-uid-with-perl)
8214 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8215 contributed by yary <not.com@gmail.com> (tiny change).
8216 (tramp-get-remote-uid-with-python)
8217 (tramp-get-remote-gid-with-python): New defuns. Python code
8218 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8219 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8220
8221 2013-09-19 Glenn Morris <rgm@gnu.org>
8222
8223 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8224
8225 * eshell/em-unix.el (eshell-remove-entries):
8226 Rename argument to avoid name-clash with global `top-level'.
8227
8228 * eshell/esh-proc.el (eshell-kill-process-function):
8229 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8230 (eshell-reset-after-proc): Remove unused arg `proc'.
8231
8232 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8233 (directory-files-and-attributes): Mark unused arg.
8234
8235 * eshell/em-unix.el (eshell-remove-entries):
8236 Remove unused arg `path'. Update callers.
8237
8238 * eshell/em-hist.el (eshell-hist-parse-arguments):
8239 Remove unused arg `silent'. Update callers.
8240
8241 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8242 Fix (f)boundp mix-up.
8243
8244 * eshell/em-smart.el (eshell-smart-scroll-window)
8245 (eshell-disable-after-change):
8246 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8247
8248 2013-09-18 Alan Mackenzie <acm@muc.de>
8249
8250 Fix fontification of type when followed by "const".
8251 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8252 "known" types from fontification.
8253
8254 2013-09-18 Glenn Morris <rgm@gnu.org>
8255
8256 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8257 (chart-face-list): Drop Emacsen without display-color-p.
8258
8259 * net/eww.el (libxml-parse-html-region): Declare.
8260 (eww-display-html): Explicit error if no libxml2 support.
8261
8262 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8263
8264 * image.el (image-type-from-buffer, image-multi-frame-p):
8265 Remove --without-x warning/error.
8266
8267 * mouse.el (mouse-yank-primary):
8268 * term.el (term-mouse-paste):
8269 Reorder to silence --without-x compilation.
8270
8271 * mpc.el (doc-view-mode): Silence --without-x compilation.
8272
8273 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8274 Silence --without-x compilation.
8275
8276 * progmodes/gud.el (gud-find-file, gud-mode):
8277 Silence --without-x compilation.
8278 (tooltip-mode): Declare.
8279
8280 * wdired.el (dired-backup-overwrite): Remove declaration.
8281 (wdired-mode-map): Add doc string.
8282
8283 * custom.el (x-get-resource): Declare.
8284
8285 * eshell/em-glob.el (ange-cache):
8286 * eshell/em-unix.el (ange-cache): Declare.
8287
8288 * faces.el (x-display-list, x-open-connection, x-get-resource):
8289 Declare.
8290
8291 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8292 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8293 Declare.
8294
8295 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8296
8297 * net/gnutls.el (gnutls-log-level): Declare.
8298
8299 * net/shr.el (image-size, image-animate): Declare.
8300
8301 * simple.el (font-info): Declare.
8302
8303 * subr.el (x-popup-dialog): Declare.
8304
8305 * term/common-win.el (x-select-enable-primary)
8306 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8307 Declare.
8308
8309 * term/ns-win.el (x-handle-args): Declare.
8310
8311 * term/x-win.el (x-select-enable-clipboard): Declare.
8312
8313 * term/w32-win.el (create-default-fontset): Declare.
8314
8315 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8316 Declare.
8317
8318 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8319 (fit-frame-to-buffer): Explicit error if --without-x.
8320 (mouse-autoselect-window-select): Silence compiler.
8321
8322 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8323
8324 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8325 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8326 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8327 * eshell/esh-util.el (eshell-sublist):
8328 Remove unused local variables.
8329
8330 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8331
8332 * textmodes/two-column.el: Make 2C-split work for --without-x.
8333 (scroll-bar-columns): Autoload.
8334 (top-level): Require fringe when compiling.
8335
8336 2013-09-18 Leo Liu <sdl.web@gmail.com>
8337
8338 * subr.el (add-hook): Robustify to handle closure as well.
8339
8340 2013-09-17 Glenn Morris <rgm@gnu.org>
8341
8342 * simple.el (messages-buffer-mode-map): Unbind "g".
8343
8344 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * help-mode.el (help-mode-finish): Use derived-mode-p.
8347 Remove obsolete highlighting.
8348
8349 * play/life.el (life-mode): Use define-derived-mode. Derive from
8350 special-mode.
8351 (life): Let-bind inhibit-read-only.
8352 (life-setup): Avoid `setq'. Use `life-mode'.
8353
8354 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8355 which should not be needed any more.
8356 (package-menu-refresh, package-menu-describe-package): Use user-error.
8357
8358 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8359 (eshell-post-rewrite-command-hook): Make obsolete.
8360 (eshell-parse-command): Simplify.
8361 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8362 (eshell--cmd): Declare.
8363 (eshell-parse-pipeline): Remove unused var `final-p'.
8364 Pass a dynvar to eshell-post-rewrite-command-hook.
8365 Implement the new eshell-post-rewrite-command-function.
8366 (eshell-invoke-directly): Remove unused arg `input'.
8367 * eshell/esh-io.el (eshell-io-initialize):
8368 Use eshell-post-rewrite-command-function (bug#15399).
8369 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8370 adjust to new calling convention.
8371 (eshell-create-handles): Rename args to avoid clashing with dynvar
8372 `standard-output'.
8373
8374 2013-09-17 Glenn Morris <rgm@gnu.org>
8375
8376 * simple.el (messages-buffer-mode): New major mode.
8377 (messages-buffer): New function.
8378 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8379 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8380 (ert-run-test): Use `messages-buffer' function.
8381 (ert--force-message-log-buffer-truncation): Ignore read-only.
8382 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8383 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8384
8385 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8388
8389 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8390
8391 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * icomplete.el (icomplete-in-buffer): New var.
8394 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8395 vars and replace them with functions.
8396 (icomplete-minibuffer-setup): Adjust accordingly.
8397 (icomplete--completion-table, icomplete--completion-predicate)
8398 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8399 New functions.
8400 (icomplete-forward-completions, icomplete-backward-completions)
8401 (icomplete-simple-completing-p, icomplete-exhibit)
8402 (icomplete-completions): Use them.
8403 (icomplete--in-region-buffer): New var.
8404 (icomplete--in-region-setup): New function.
8405 (icomplete-mode): Use it.
8406
8407 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8408 (bug#15379).
8409 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8410 return args and options.
8411 (eshell-eval-using-options): Use the new return value of
8412 eshell--do-opts to set the options's vars in their scope.
8413 (eshell--set-option): Rename from eshell-set-option.
8414 Add arg `opt-vals'.
8415 (eshell--process-option): Rename from eshell-process-option.
8416 Add arg `opt-vals'.
8417 (eshell--process-args): Use an `opt-vals' alist to store the options's
8418 values during their processing and return them additionally to the
8419 remaining args.
8420
8421 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8422
8423 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8424 continuation character an operator, as far as indentation is
8425 concerned (Bug#15369).
8426
8427 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8428
8429 * window.el (window--state-put-2): Don't process buffer state
8430 when buffer doesn't exist any more (Bug#15382).
8431
8432 2013-09-15 Glenn Morris <rgm@gnu.org>
8433
8434 * eshell/em-unix.el (eshell/rm):
8435 Make -f ignore missing files. (Bug#15373)
8436
8437 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8438 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8439 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8440
8441 2013-09-14 Glenn Morris <rgm@gnu.org>
8442
8443 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8444
8445 2013-09-13 Glenn Morris <rgm@gnu.org>
8446
8447 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8448 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8449
8450 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8451
8452 * frame.el (x-focus-frame): Mark as declared in frame.c.
8453
8454 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * ls-lisp.el: Use advice-add.
8457 (original-insert-directory): Remove.
8458 (ls-lisp--insert-directory): Rename from insert-directory; add
8459 `orig-fun' argument.
8460 (insert-directory): Advise.
8461
8462 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8463
8464 * term.el (term-emulate-terminal): Decode the command string
8465 before passing it to term-command-hook. (Bug#15337)
8466
8467 2013-09-13 Glenn Morris <rgm@gnu.org>
8468
8469 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8470
8471 * eshell/esh-ext.el (eshell-search-path): Declare.
8472
8473 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8474 Otherwise an error occurs if eshell-dirs module not loaded.
8475
8476 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8477
8478 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8479
8480 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8481 `tramp-check-proper-host'. Check for a valid method name.
8482
8483 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8484 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8485 * net/tramp-sh.el (tramp-maybe-open-connection):
8486 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8487
8488 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8489 also for hash values.
8490
8491 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * term/ns-win.el (parameters): Don't declare as dynamic.
8494 (before-make-frame-hook): Don't add ineffective function.
8495
8496 * eshell/*.el: Use lexical-binding (bug#15231).
8497
8498 2013-09-12 Kenichi Handa <handa@gnu.org>
8499
8500 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8501
8502 2013-09-12 Glenn Morris <rgm@gnu.org>
8503
8504 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8505 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8506
8507 * subr.el (do-after-load-evaluation): Also give compiler warnings
8508 when obsolete files are used (except by obsolete files).
8509
8510 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8511 in the status output, assume `filename' is the first. (Bug#15322)
8512
8513 * vc/vc.el (vc-deduce-fileset): Doc fix.
8514
8515 * calc/calc-help.el (Info-goto-node):
8516 * progmodes/cperl-mode.el (Info-find-node):
8517 * vc/ediff.el (Info-goto-node): Update declarations.
8518
8519 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8520
8521 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8522 (vc-bzr-pull): Require vc-dispatcher.
8523 * vc/vc-git.el (vc-compilation-mode): Declare.
8524 (vc-git-pull): Require vc-dispatcher.
8525
8526 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8527
8528 * progmodes/octave.el (help-button-action): Declare.
8529
8530 * shell.el (shell-directory-tracker): Output error as a message
8531 rather than just returning it as a string.
8532 (shell-process-pushd): Remove useless use of message.
8533
8534 * dframe.el (dframe-timer-fn):
8535 * files.el (dir-locals-read-from-file):
8536 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8537 (mpc-format):
8538 * reveal.el (reveal-post-command):
8539 * saveplace.el (load-save-place-alist-from-file):
8540 * shell.el (shell-resync-dirs):
8541 * w32-common-fns.el (x-get-selection-value):
8542 * emacs-lisp/copyright.el (copyright-find-copyright):
8543 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8544 * emulation/tpu-edt.el (tpu-copy-keyfile):
8545 * play/bubbles.el (bubbles--mark-neighbourhood):
8546 * progmodes/executable.el
8547 (executable-make-buffer-file-executable-if-script-p):
8548 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8549
8550 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 Cleanup Eshell to rely less on dynamic scoping.
8553 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8554 last-value, and ext-command here. Bind `args' closer to `body'.
8555 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8556 (eshell--args): Declare new dynamic var.
8557 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8558 last-value, and ext-command. Pass `args' to `body'.
8559 (eshell-process-args): Bind eshell--args.
8560 (eshell-set-option): Use eshell--args.
8561 * eshell/eshell.el (eshell): Use derived-mode-p.
8562 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8563 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8564 (eshell-glob-function): Declare.
8565 * eshell/esh-util.el: Require cl-lib.
8566 (eshell-read-hosts-file): Avoid add-to-list.
8567 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8568 `err'.
8569 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8570 Declare.
8571 (eshell/diff): Remove unused var `err'.
8572 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8573 `killflag'.
8574 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8575 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8576 first use.
8577 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8578 Move declaration before first use.
8579 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8580 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8581 rely on cl-return.
8582
8583 2013-09-12 Glenn Morris <rgm@gnu.org>
8584
8585 * term/ns-win.el (global-map): Remove binding for ispell-next,
8586 deleted 1999-05-29. (Bug#15357)
8587
8588 2013-09-11 Glenn Morris <rgm@gnu.org>
8589
8590 * echistory.el (electric-command-history): Remove call to deleted func.
8591
8592 * play/landmark.el (landmark-mode): Fix typos.
8593
8594 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8595 Check cvs-sort-ignore-file is bound.
8596
8597 * savehist.el: No need for cl when compiling on Emacs.
8598
8599 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8602 (bug#15338).
8603 (eshell-self-insert-command, eshell-send-invisible):
8604 Remove unused argument.
8605 (eshell-handle-control-codes): Remove unused var `orig'.
8606 Avoid delete-backward-char.
8607
8608 * files.el (set-auto-mode): Simplify a bit further.
8609
8610 2013-09-11 Glenn Morris <rgm@gnu.org>
8611
8612 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8613 (set-auto-mode): Don't regexp-quote elements.
8614 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8615 * progmodes/cc-mode.el (interpreter-mode-alist):
8616 * progmodes/ruby-mode.el (interpreter-mode-alist):
8617 Revert previous change.
8618
8619 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * play/snake.el (snake-mode):
8622 * play/mpuz.el (mpuz-mode):
8623 * play/landmark.el (lm-mode):
8624 * play/blackbox.el (blackbox-mode):
8625 * play/5x5.el (5x5-mode):
8626 * obsolete/options.el (Edit-options-mode):
8627 * net/quickurl.el (quickurl-list-mode):
8628 * net/newst-treeview.el (newsticker-treeview-mode):
8629 * mail/rmailsum.el (rmail-summary-mode):
8630 * mail/mspools.el (mspools-mode):
8631 * locate.el (locate-mode):
8632 * ibuffer.el (ibuffer-mode):
8633 * emulation/ws-mode.el (wordstar-mode):
8634 * emacs-lisp/debug.el (debugger-mode):
8635 * array.el (array-mode):
8636 * net/eudc.el (eudc-mode): Use define-derived-mode.
8637 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8638 Move initialization into declaration.
8639 (mairix-searches-mode): Use define-derived-mode.
8640 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8641 (eudc-edit-hotlist): Use dolist.
8642 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8643 (Man-mode): Use define-derived-mode.
8644 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8645 (Info-edit-mode): Use define-derived-mode.
8646 (Info-cease-edit): Use Info-mode.
8647 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8648 into declaration.
8649 (eshell-mode): Use define-derived-mode.
8650 * chistory.el (command-history-mode-map): Rename from
8651 command-history-map.
8652 (command-history-mode): Use define-derived-mode.
8653 (Command-history-setup): Remove function.
8654 * calc/calc.el (calc-trail-mode-map): New var.
8655 (calc-trail-mode): Use define-derived-mode.
8656 (calc-trail-buffer): Set calc-main-buffer manually.
8657 * bookmark.el (bookmark-insert-annotation): New function.
8658 (bookmark-edit-annotation): Use it.
8659 (bookmark-edit-annotation-mode): Make it a proper major mode.
8660 (bookmark-send-edited-annotation): Use derived-mode-p.
8661 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8662 closer to its ideal place. Use \' to match EOS.
8663
8664 * profiler.el (profiler-calltree-find): Use function-equal.
8665
8666 2013-09-10 Glenn Morris <rgm@gnu.org>
8667
8668 * files.el (interpreter-mode-alist): Convert to regexps.
8669 (set-auto-mode): Adapt for this. (Bug#15306)
8670 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8671 Comment out unused variable.
8672 * progmodes/cc-mode.el (interpreter-mode-alist):
8673 * progmodes/python.el (interpreter-mode-alist):
8674 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8675 * progmodes/sh-script.el (sh-set-shell):
8676 No longer use interpreter-mode-alist to get list of shells.
8677
8678 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8679
8680 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * simple.el: Use set-temporary-overlay-map for universal-argument.
8683 (universal-argument-map): Don't use default-bindings (bug#15317).
8684 Bind switch-frame explicitly. Replace universal-argument-minus with
8685 a conditional binding.
8686 (universal-argument-num-events, saved-overriding-map): Remove.
8687 (restore-overriding-map): Remove.
8688 (universal-argument--mode): Rename from save&set-overriding-map,
8689 and rewrite.
8690 (universal-argument, universal-argument-more, negative-argument)
8691 (digit-argument): Adjust accordingly.
8692 (universal-argument-minus): Remove.
8693 (universal-argument-other-key): Remove.
8694
8695 * subr.el (with-demoted-errors): Add `format' argument.
8696
8697 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8698
8699 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8700 `tramp-cleanup-connection'.
8701
8702 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8703 parameters KEEP-DEBUG and KEEP-PASSWORD.
8704
8705 * net/tramp.el (tramp-file-name-handler):
8706 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8707 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8708 (tramp-maybe-open-connection):
8709 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8710 Use `tramp-cleanup-connection'.
8711
8712 * net/tramp-sh.el (tramp-maybe-open-connection):
8713 Catch 'uname-changed inside the progress reporter.
8714
8715 2013-09-10 Glenn Morris <rgm@gnu.org>
8716
8717 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8718
8719 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8720 returns "alternate access method" in mode (eg "-rw-r--r--.").
8721
8722 2013-09-08 Glenn Morris <rgm@gnu.org>
8723
8724 * saveplace.el (load-save-place-alist-from-file):
8725 Demote errors. (Bug#15305)
8726
8727 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8728
8729 Improve compatibility with older Emacsen, and XEmacs.
8730
8731 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8732 only if it is bound. It isn't for XEmacs.
8733 (with-tramp-progress-reporter): Do not let-bind `result'.
8734 This yields to scoping errors in XEmacs.
8735 (tramp-handle-make-auto-save-file-name): New function, moved from
8736 tramp-sh.el.
8737
8738 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8739 for `make-auto-save-file-name'.
8740 (tramp-adb--gnu-switches-to-ash):
8741 Use `tramp-compat-replace-regexp-in-string'.
8742
8743 * net/tramp-cache.el (tramp-cache-print): Call
8744 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8745
8746 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8747 bound. It isn't for XEmacs.
8748
8749 * net/tramp-compat.el (tramp-compat-copy-file):
8750 Catch `wrong-number-of-arguments' error.
8751 (tramp-compat-replace-regexp-in-string): New defun.
8752
8753 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8754 for `make-auto-save-file-name'.
8755 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8756 `copy-file'.
8757 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8758 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8759 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8760
8761 * net/tramp-gw.el (tramp-gw-open-network-stream):
8762 Use `tramp-compat-replace-regexp-in-string'.
8763
8764 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8765 Call `tramp-handle-make-auto-save-file-name'.
8766 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8767 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8768 (tramp-sh-file-inotifywait-process-filter):
8769 Use `tramp-compat-replace-regexp-in-string'.
8770 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8771
8772 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8773 for `make-auto-save-file-name'.
8774 (tramp-smb-handle-copy-directory):
8775 Call `tramp-compat-replace-regexp-in-string'.
8776 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8777 (tramp-smb-handle-copy-file): Improve error message.
8778 (tramp-smb-handle-rename-file): Rename directly only in case
8779 `newname' does not exist yet. This is a restriction of smbclient.
8780 (tramp-smb-maybe-open-connection): Rerun the function only when
8781 `auth-sources' is non-nil.
8782
8783 2013-09-08 Kenichi Handa <handa@gnu.org>
8784
8785 * international/characters.el: Set category "^" (Combining) for
8786 more characters.
8787
8788 2013-09-07 Alan Mackenzie <acm@muc.de>
8789
8790 Correctly fontify Java class constructors.
8791 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8792 in Java Mode.
8793 (c-recognize-typeless-decls): Set the Java value to t.
8794 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8795 While handling a "(", add a check for, effectively, Java, and handle a
8796 "typeless" declaration there.
8797
8798 2013-09-07 Roland Winkler <winkler@gnu.org>
8799
8800 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8801 field subtitle for entry type book.
8802
8803 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * minibuffer.el: Make minibuffer-complete call completion-in-region
8806 rather than other way around.
8807 (completion--some, completion-pcm--find-all-completions):
8808 Don't delay signals when debugging.
8809 (minibuffer-completion-contents): Beware fields within the
8810 minibuffer contents.
8811 (completion-all-sorted-completions): Use defvar-local.
8812 (completion--do-completion, completion--cache-all-sorted-completions)
8813 (completion-all-sorted-completions, minibuffer-force-complete):
8814 Add args `beg' and `end'.
8815 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8816 (minibuffer-complete): Use completion-in-region.
8817 (completion-complete-and-exit): New fun, extracted from
8818 minibuffer-complete-and-exit.
8819 (minibuffer-complete-and-exit): Use it.
8820 (completion--complete-and-exit): Rename from
8821 minibuffer--complete-and-exit.
8822 (completion-in-region--single-word): New function, extracted from
8823 minibuffer-complete-word.
8824 (minibuffer-complete-word): Use it.
8825 (display-completion-list): Make `common-substring' argument obsolete.
8826 (completion--in-region): Call completion--in-region-1 instead of
8827 minibuffer-complete.
8828 (completion-help-at-point): Pass boundaries to
8829 minibuffer-completion-help as args rather than via an overlay.
8830 (completion-pcm--string->pattern): Use `any-delim'.
8831 (completion-pcm--optimize-pattern): New function.
8832 (completion-pcm--pattern->regex): Handle `any-delim'.
8833 * icomplete.el (icomplete-forward-completions)
8834 (icomplete-backward-completions, icomplete-completions):
8835 Adjust calls to completion-all-sorted-completions and
8836 completion--cache-all-sorted-completions.
8837 (icomplete-with-completion-tables): Default to t.
8838 * emacs-lisp/crm.el (crm--current-element): Rename from
8839 crm--select-current-element. Don't put an overlay but return the
8840 boundaries instead.
8841 (crm--completion-command): Take two new args to bind to the boundaries.
8842 (crm-completion-help): Adjust accordingly.
8843 (crm-complete): Use completion-in-region.
8844 (crm-complete-word): Use completion-in-region--single-word.
8845 (crm-complete-and-exit): Use completion-complete-and-exit.
8846
8847 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8850 than dynamically.
8851
8852 2013-09-06 Juri Linkov <juri@jurta.org>
8853
8854 * info.el (Info-display-images-node): When image file doesn't exist
8855 display text version of the image if it's provided in the Info file.
8856 Otherwise, display the location of missing image from SRC attribute.
8857 Add help-echo text property from ALT attribute. (Bug#15279)
8858
8859 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8862 (edit-abbrevs-mode): Use define-derived-mode.
8863
8864 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8865 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8866 that it's defined.
8867 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8868 Use define-derived-mode.
8869
8870 * epg.el (epg-start-encrypt): Minor CSE simplification.
8871
8872 2013-09-06 William Xu <william.xwl@gmail.com>
8873
8874 * arc-mode.el: Add support for 7za (bug#15264).
8875 (archive-7z-program): New var.
8876 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8877 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8878 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8879
8880 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8881
8882 Remove URL syntax.
8883
8884 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8885 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8886 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8887 (tramp-postfix-host-format, tramp-file-name-regexp)
8888 (tramp-completion-file-name-regexp)
8889 (tramp-completion-dissect-file-name)
8890 (tramp-handle-substitute-in-file-name): Remove 'url case.
8891 (tramp-file-name-regexp-url)
8892 (tramp-completion-file-name-regexp-url): Remove constants.
8893
8894 2013-09-06 Glenn Morris <rgm@gnu.org>
8895
8896 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8897
8898 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8899
8900 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8901 keywords" below "here-doc beginnings" (Bug#15270).
8902
8903 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * subr.el (pop): Use `car-safe'.
8906 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8907 to detect unused `pop' return value.
8908
8909 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8910 var `block-regexp'.
8911 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8912 (python-fill-string): Remove unused var `marker'.
8913 (python-skeleton-add-menu-items): Remove unused var `items'.
8914
8915 * international/mule-cmds.el: Require CL.
8916 (find-coding-systems-for-charsets): Avoid add-to-list.
8917 (sanitize-coding-system-list): New function, extracted from
8918 select-safe-coding-system-interactively.
8919 (select-safe-coding-system-interactively): Use it.
8920 (read-input-method-name): Accept symbols for `default'.
8921
8922 * emacs-lisp/advice.el (defadvice): Add indent rule.
8923
8924 2013-09-05 Daniel Hackney <dan@haxney.org>
8925
8926 * dired-x.el:
8927 * net/ange-ftp.el:
8928 * net/browse-url.el:
8929 * net/dbus.el:
8930 * net/eudc.el:
8931 * net/eudcb-ldap.el:
8932 * net/eww.el:
8933 * net/imap.el:
8934 * printing.el:
8935 * vc/ediff-diff.el:
8936 * vc/ediff-init.el:
8937 * vc/ediff-merg.el:
8938 * vc/ediff-mult.el:
8939 * vc/ediff-util.el:
8940 * vc/ediff-wind.el:
8941 * vc/ediff.el:
8942 * vc/emerge.el:
8943 * vc/pcvs.el:
8944 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8945 byte compiler. Remove some unused let-bound variables.
8946
8947 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8950 a "ref-cell", since it gets better optimized (bug#14883).
8951
8952 2013-09-05 Glenn Morris <rgm@gnu.org>
8953
8954 * progmodes/cc-awk.el (c-forward-sws): Declare.
8955
8956 2013-09-04 Glenn Morris <rgm@gnu.org>
8957
8958 * generic-x.el [rul-generic-mode]: Require cc-mode.
8959 (c++-mode-syntax-table): Declare.
8960 (rul-generic-mode-syntax-table): Init in the defvar.
8961
8962 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8965 (vc-do-command, vc-set-async-update):
8966 * vc/vc-mtn.el (vc-mtn-dir-status):
8967 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8968 (vc-hg-pull, vc-hg-merge-branch):
8969 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8970 (vc-git-merge-branch):
8971 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8972 (vc-cvs-dir-status-files):
8973 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8974 (vc-bzr-dir-status-files):
8975 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8976 * vc/vc-annotate.el: Use lexical-binding.
8977 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8978 (vc-sentinel-movepoint): Declare.
8979 (vc-annotate): Don't use `goto-line'.
8980 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8981 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8982 (vc-sentinel-movepoint): Declare.
8983 * vc/vc-svn.el: Use lexical-binding.
8984 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8985 * vc/vc-sccs.el:
8986 * vc/vc-rcs.el: Use lexical-binding.
8987
8988 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8989 `deleted'. Don't drop errors silently.
8990
8991 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8992
8993 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8994
8995 * vc/vc.el (vc-ignore): Rewrite.
8996 (vc-default-ignore): New function.
8997 (vc-default-ignore-completion-table): Use find-ignore-file.
8998
8999 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9000 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9001 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9002 Remove. Most code moved to vc.el.
9003
9004 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9007 * net/tramp-smb.el (tramp-smb-get-file-entries):
9008 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9009 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9010
9011 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9012 Update call to it.
9013 (eww-change-select): Remove unused var `properties'.
9014 (eww-make-unique-file-name): Remove unused var `base'.
9015
9016 * finder.el (finder-compile-keywords): Don't mess with windows.
9017
9018 * calculator.el (calculator-funcall): Fix typo in last change.
9019
9020 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9021
9022 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9023 <pkg>-autoloads.el file stop us.
9024
9025 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9026 warnings, and factor out common code.
9027
9028 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9029
9030 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9031 two-character operators and whether the character preceding them
9032 changes their meaning (Bug#15208).
9033
9034 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9035
9036 Format code sent to Python shell for robustness.
9037 * progmodes/python.el (python-shell-buffer-substring):
9038 New function.
9039 (python-shell-send-region, python-shell-send-buffer): Use it.
9040
9041 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9042
9043 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9044 * net/tramp.el (tramp-user-error): ... here.
9045 (tramp-find-method, tramp-check-proper-host)
9046 (tramp-dissect-file-name, tramp-debug-message)
9047 (tramp-handle-shell-command):
9048 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9049 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9050
9051 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9052
9053 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9054
9055 * avoid.el (mouse-avoidance-point-position)
9056 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9057 returns nil.
9058
9059 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9060
9061 * progmodes/python.el (python-shell-completion-get-completions):
9062 Drop use of deleted `comint-last-prompt-overlay'.
9063 (python-nav-if-name-main): New command.
9064
9065 2013-09-01 Glenn Morris <rgm@gnu.org>
9066
9067 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9068 Avoid leading space in $wins. Otherwise the sed command used by
9069 eg compile-main ends up containing "/*.el". (Bug#15170)
9070
9071 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9072
9073 2013-08-30 Glenn Morris <rgm@gnu.org>
9074
9075 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9076 Fix is-this-a-directory logic. (Bug#15220)
9077
9078 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * textmodes/css-mode.el: Use SMIE.
9081 (css-smie-grammar): New var.
9082 (css-smie--forward-token, css-smie--backward-token)
9083 (css-smie-rules): New functions.
9084 (css-mode): Use them.
9085 (css-navigation-syntax-table): Remove var.
9086 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9087 (css-indent-calculate, css-indent-line): Remove functions.
9088
9089 Misc changes to reduce use of `(lambda...); and other cleanups.
9090 * cus-edit.el: Use lexical-binding.
9091 (customize-push-and-save, customize-apropos)
9092 (custom-buffer-create-internal): Use closures.
9093 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9094 * progmodes/ada-xref.el: Use setq.
9095 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9096 * dframe.el: Use lexical-binding.
9097 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9098 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9099 * descr-text.el: Use lexical-binding.
9100 (describe-text-widget, describe-text-sexp, describe-property-list):
9101 Use closures.
9102 * comint.el (comint-history-isearch-push-state): Use a closure.
9103 * calculator.el: Use lexical-binding.
9104 (calculator-number-to-string): Make it work with lexical-binding.
9105 (calculator-funcall): Same and use cl-letf.
9106
9107 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9108 (lisp--company-doc-string, lisp--company-location): New functions.
9109 (lisp-completion-at-point): Use them to improve Company support.
9110
9111 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9112 params of lambda expressions.
9113 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9114 (ruby-smie--opening-pipe-p): New function.
9115 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9116 symbols and matched |...| for formal params.
9117 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9118 from being treated as hanging. Handle "rescue".
9119
9120 2013-08-29 Glenn Morris <rgm@gnu.org>
9121
9122 * progmodes/cc-engine.el (c-pull-open-brace):
9123 Move definition before use.
9124
9125 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9128 are immutable. Don't use `unsafe' any more.
9129 (cl--defsubst-expand): Don't substitute at the same time as keeping
9130 a residual unused let-binding. Don't use `unsafe' any more.
9131
9132 2013-08-29 Glenn Morris <rgm@gnu.org>
9133
9134 * calendar/cal-china.el (calendar-chinese-year-cache):
9135 Recenter on 2015.
9136
9137 * nxml/nxml-util.el (nxml-debug-clear-inside):
9138 Use cl-loop rather than loop.
9139
9140 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9141
9142 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9143
9144 2013-08-28 Glenn Morris <rgm@gnu.org>
9145
9146 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9147
9148 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9149
9150 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9151
9152 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * simple.el (repeat-complex-command--called-interactively-skip):
9155 New function.
9156 (repeat-complex-command): Use it (bug#14136).
9157
9158 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9159 (c-define-abbrev-table): Add `doc' argument.
9160 (c-mode-abbrev-table, c++-mode-abbrev-table)
9161 (objc-mode-abbrev-table, java-mode-abbrev-table)
9162 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9163 (awk-mode-abbrev-table): Use it.
9164 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9165 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9166 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9167 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9168 Move initialization into the declaration; and remove any
9169 autoload cookie.
9170
9171 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9172 and dynamic let binding.
9173
9174 * vc/smerge-mode.el: Remove redundant :group args.
9175
9176 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9177 to load-path.
9178
9179 2013-08-28 Juri Linkov <juri@jurta.org>
9180
9181 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9182 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9183 (isearch-other-meta-char): Handle an undefined shifted printing
9184 character by downshifting it. (Bug#15200)
9185
9186 2013-08-28 Juri Linkov <juri@jurta.org>
9187
9188 * isearch.el (isearch-search): Change regexp error message for
9189 non-regexp searches. (Bug#15166)
9190
9191 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9192
9193 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9194 for portability to hosts where /bin/sh has problems.
9195
9196 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9199
9200 2013-08-27 Juri Linkov <juri@jurta.org>
9201
9202 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9203 in the keyboard macro. (Bug#15126)
9204
9205 2013-08-27 Juri Linkov <juri@jurta.org>
9206
9207 * isearch.el (isearch-quote-char): Comment out converting unibyte
9208 to multibyte, thus syncing with its `quoted-insert' counterpart.
9209 (Bug#15166)
9210
9211 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9212
9213 * window.el (display-buffer-use-some-window): Add missing
9214 argument in call of get-largest-window (Bug#15185).
9215 Reported by Stephen Leake.
9216
9217 2013-08-27 Glenn Morris <rgm@gnu.org>
9218
9219 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9220
9221 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9224 from a matcher-function unless there's no more matches (bug#15161).
9225
9226 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9227
9228 * minibuffer.el: Revert change from 2013-08-20.
9229
9230 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9231 with text property `tramp-default', if appropriate.
9232 (tramp-check-proper-host): New defun.
9233 (tramp-dissect-file-name): Do not check hostname. Revert change
9234 of 2013-03-18.
9235 (tramp-backtrace): Make VEC-OR-PROC optional.
9236
9237 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9238 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9239 * net/tramp-sh.el (tramp-maybe-open-connection):
9240 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9241 Apply `tramp-check-proper-host'.
9242
9243 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9244
9245 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9246 lambda expression in order to have `describe-variable' display it.
9247
9248 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9249
9250 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9251 BUF can be optional. (Bug#15186)
9252
9253 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9254
9255 * progmodes/flymake.el (flymake-get-real-file-name-function):
9256 Fix broken customization. (Bug#15184)
9257
9258 2013-08-25 Alan Mackenzie <acm@muc.de>
9259
9260 Improve indentation of bracelists defined by macros (without "=").
9261
9262 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9263 expansion begins with "{", regard it as bracelist when it doesn't
9264 contain a ";".
9265
9266 Parse C++ inher-intro when there's a template split over 2 lines.
9267
9268 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9269 rigorously the search for "class" etc. followed by ":".
9270
9271 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9272 random languages a regexp which never matches rather than nil.
9273
9274 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9275
9276 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9277 (c-awk-regexp-one-line-possibly-open-char-list-re)
9278 (c-awk-one-line-possibly-open-regexp-re)
9279 (c-awk-one-line-non-syn-ws*-re): Remove.
9280 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9281 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9282 (c-awk-space*-unclosed-regexp-/-re): New constants.
9283 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9284 aren't regexp delimiters.
9285
9286 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9287 handling for a rare situation in AWK Mode involving unterminated
9288 strings/regexps.
9289
9290 2013-08-23 Glenn Morris <rgm@gnu.org>
9291
9292 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9293
9294 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9295
9296 * files.el (create-file-buffer): If the result would begin with
9297 spaces, prepend a "|" instead of removing them. (Bug#15162)
9298
9299 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9302 text-properties (bug#15155).
9303
9304 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9305 exist any more.
9306 (calc-keypad-redraw): Remove unused var `pad'.
9307 (calc-keypad-press): Remove unused var `menu'.
9308
9309 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9310
9311 * window.el (display-buffer-pop-up-frame):
9312 Call pop-up-frame-function with BUFFER current so `make-frame' will
9313 use it as the new frame's buffer (Bug#15133).
9314
9315 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * calendar/timeclock.el: Minor cleanups.
9318 (timeclock-ask-before-exiting, timeclock-use-display-time):
9319 Use `symbol'.
9320 (timeclock-modeline-display): Define as alias before the
9321 actual definition.
9322 (timeclock-mode-line-display): Use define-minor-mode.
9323 (timeclock-day-list-template): Make it a function, add an argument.
9324 (timeclock-day-list-required, timeclock-day-list-length)
9325 (timeclock-day-list-debt, timeclock-day-list-span)
9326 (timeclock-day-list-break): Adjust calls accordingly.
9327
9328 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9331 Use read--expression so that completion works again.
9332
9333 2013-08-21 Sam Steingold <sds@gnu.org>
9334
9335 Add rudimentary inferior shell interaction
9336 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9337 (sh-set-shell): Reset it.
9338 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9339 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9340
9341 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * align.el: Use lexical-binding.
9344 (align-region): Simplify accordingly.
9345
9346 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9347
9348 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9349
9350 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9351 `non-essential' up.
9352
9353 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el:
9356 * net/tramp-adb.el:
9357 * net/tramp-cmds.el:
9358 * net/tramp-ftp.el:
9359 * net/tramp-gvfs.el:
9360 * net/tramp-gw.el:
9361 * net/tramp-sh.el: Don't wrap external variable declarations by
9362 `eval-when-compile'.
9363
9364 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9365
9366 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9367 now that Emacs supports ImageMagick animations.
9368
9369 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9370
9371 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9372 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9373
9374 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9375
9376 * window.el (mouse-autoselect-window-select): Do autoselect when
9377 mouse pointer is on margin.
9378
9379 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9380
9381 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9382
9383 2013-08-16 Glenn Morris <rgm@gnu.org>
9384
9385 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9386 Handle "Remote Directory" response of some clients. (Bug#15058)
9387
9388 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9389 Tweak warning. (Bug#14926)
9390
9391 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9392 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9393
9394 * image-mode.el (image-mode-map): Add menu items to reverse,
9395 increase, decrease, reset animation speed.
9396 (image--set-speed, image-increase-speed, image-decrease-speed)
9397 (image-reverse-speed, image-reset-speed): New functions.
9398 (image-mode-map): Add bindings for speed commands.
9399
9400 * image.el (image-animate-get-speed, image-animate-set-speed):
9401 New functions.
9402 (image-animate-timeout): Respect image :speed property.
9403
9404 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9407 previous line (bug#15101).
9408 (debugger-eval-expression, debugger-record-expression):
9409 Use read--expression (bug#15102).
9410
9411 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9412
9413 Remove byte compiler warnings, visible when compiling with
9414 `byte-compile-force-lexical-warnings' set to t.
9415
9416 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9417 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9418 (tramp-handle-unhandled-file-name-directory)
9419 (tramp-handle-file-notify-add-watch, tramp-action-login)
9420 (tramp-action-succeed, tramp-action-permission-denied)
9421 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9422 arguments with "_".
9423
9424 * net/tramp-adb.el (tramp-adb-parse-device-names)
9425 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9426 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9427 (tramp-adb-handle-file-truename): Remove unused arguments.
9428
9429 * net/tramp-cache.el (tramp-flush-directory-property)
9430 (tramp-flush-connection-property, tramp-list-connections)
9431 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9432
9433 * net/tramp-compat.el (tramp-compat-make-temp-file):
9434 Rename FILENAME to F.
9435
9436 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9437 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9438 (tramp-zeroconf-parse-workstation-device-names)
9439 (tramp-zeroconf-parse-webdav-device-names)
9440 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9441
9442 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9443 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9444
9445 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9446 arguments.
9447 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9448 (tramp-sh-handle-insert-file-contents-literally)
9449 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9450 with "_".
9451 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9452 Remove unused variables.
9453
9454 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9455 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9456 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9457
9458 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9459 Make them a defconst.
9460 (tramp-uuencode-region): Remove unused variable.
9461
9462 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9463
9464 * frameset.el (frameset--prop-setter): New function.
9465 (frameset-prop): Add gv-setter declaration.
9466 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9467 parameter was already set in FILTERED. Doc fix.
9468 (frameset--record-minibuffer-relationships): Allow saving a
9469 minibufferless frame without its corresponding minibuffer frame.
9470 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9471 frame, if the frame id matches.
9472 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9473 frames before orphaned ones.
9474 (frameset-restore): Warn about orphaned windows, instead of error out.
9475
9476 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9477
9478 * window.el (window-make-atom): Don't overwrite parameter
9479 already present.
9480 (display-buffer-in-atom-window): Handle special case where we
9481 split an already atomic window.
9482 (window--major-non-side-window, display-buffer-in-side-window)
9483 (window--side-check): Ignore minibuffer window when walking
9484 window tree.
9485 (window-deletable-p): Return 'frame only if no other frame uses
9486 our minibuffer window.
9487 (record-window-buffer): Run buffer-list-update-hook.
9488 (split-window): Make sure window--check-frame won't destroy an
9489 existing atomic window in case the new window gets nested
9490 inside.
9491 (display-buffer-at-bottom): Ignore minibuffer window when
9492 walking window tree. Don't split a side window.
9493 (pop-to-buffer): Don't set-buffer here, the select-window call
9494 should do that.
9495 (mouse-autoselect-window-select): Autoselect only if we are in the
9496 text portion of the window.
9497
9498 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9499
9500 * net/shr.el (shr-parse-image-data): New function to grab both the
9501 data itself and the Content-Type.
9502 (shr-put-image): Use it.
9503
9504 * net/eww.el (eww-display-image): Ditto.
9505
9506 * image.el (image-content-type-suffixes): New variable.
9507
9508 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9509
9510 * progmodes/python.el (python-imenu--build-tree)
9511 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9512
9513 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9514
9515 * simple.el (backward-word): Mention the optional argument.
9516
9517 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * frameset.el (frameset--make): Rename constructor from make-frameset.
9520 (frameset-p, frameset-valid-p): Don't autoload.
9521 (frameset-valid-p): Use normal accessors.
9522
9523 2013-08-13 Glenn Morris <rgm@gnu.org>
9524
9525 * progmodes/compile.el (compile-command): Tweak example in doc.
9526 * obsolete/scribe.el (scribe-mode):
9527 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9528
9529 * mail/feedmail.el (feedmail-confirm-outgoing)
9530 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9531
9532 * cus-start.el (truncate-partial-width-windows): Fix type.
9533
9534 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9535
9536 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9537
9538 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * emacs-lisp/timer.el (timer--time-setter): New function.
9541 (timer--time): Use it as gv-setter.
9542
9543 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9544 setter is not a symbol.
9545
9546 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9547
9548 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9549 if sending fails. This makes debugging easier.
9550
9551 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9554 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9555 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9556
9557 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9558
9559 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9560
9561 2013-08-12 Glenn Morris <rgm@gnu.org>
9562
9563 * format.el (format-annotate-function):
9564 Handle read-only text properties in the source. (Bug#14887)
9565
9566 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9567
9568 * net/eww.el (eww-display-html): Ignore coding system errors.
9569 One web site uses "utf-8lias" as the coding system.
9570
9571 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9574
9575 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9576
9577 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9578 (tutorial--detailed-help): Remove unused local variables.
9579 (tutorial--save-tutorial-to): Use ignore-errors.
9580 (help-with-tutorial): Use looking-at-p.
9581
9582 * view.el (view-buffer-other-window, view-buffer-other-frame):
9583 Mark unused arguments.
9584
9585 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9586 (woman-select-symbol-fonts, woman, woman-find-file)
9587 (woman-insert-file-contents, woman-non-underline-faces):
9588 Use string-match-p.
9589 (woman1-unquote): Move declaration.
9590
9591 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9592 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9593 argument. Remove unused local variable.
9594 (xml-parse-elem-type): Use string-match-p.
9595 (xml-substitute-numeric-entities): Use ignore-errors.
9596
9597 * calculator.el (calculator): Mark unused argument.
9598 (calculator-paste, calculator-quit, calculator-integer-p):
9599 Use ignore-errors.
9600 (calculator-string-to-number, calculator-decimal, calculator-exp)
9601 (calculator-op-or-exp): Use string-match-p.
9602
9603 * dired.el (dired-buffer-more-recently-used-p): Declare.
9604 (dired-insert-set-properties, dired-insert-old-subdirs):
9605 Use ignore-errors.
9606
9607 * dired-aux.el (dired-compress): Use ignore-errors.
9608 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9609 (dired-do-async-shell-command, dired-do-shell-command)
9610 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9611 (dired-insert-subdir-validate): Use string-match-p.
9612 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9613 (dired-add-entry): Use string-match-p, looking-at-p.
9614 (dired-insert-subdir-newpos): Remove unused local variable.
9615
9616 * filenotify.el (file-notify-callback): Remove unused local variable.
9617
9618 * filesets.el (filesets-error): Mark unused argument.
9619 (filesets-which-command-p, filesets-filter-dir-names)
9620 (filesets-directory-files, filesets-get-external-viewer)
9621 (filesets-ingroup-get-data): Use string-match-p.
9622
9623 * find-file.el (ff-other-file-name, ff-other-file-name)
9624 (ff-find-the-other-file, ff-cc-hh-converter):
9625 Remove unused local variables.
9626 (ff-get-file-name): Use string-match-p.
9627 (ff-all-dirs-under): Use ignore-errors.
9628
9629 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9630 (follow-select-if-visible): Remove unused local variable.
9631
9632 * forms.el (read-file-filter): Move declaration.
9633 (forms--make-format, forms--make-parser, forms-insert-record):
9634 Quote function with #'.
9635 (forms--update): Use string-match-p. Quote function with #'.
9636
9637 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9638 (help-make-xrefs): Use looking-at-p.
9639 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9640
9641 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9642 (ibuffer-confirm-operation-on): Use string-match-p.
9643
9644 * msb.el (msb-item-handler, msb-dired-item-handler):
9645 Mark unused arguments.
9646
9647 * ses.el (ses-decode-cell-symbol)
9648 (ses-kill-override): Remove unused local variable.
9649 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9650 (ses-load): Use ignore-errors, looking-at-p.
9651 (ses-jump-safe): Use ignore-errors.
9652 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9653
9654 * tabify.el (untabify, tabify): Mark unused arguments.
9655
9656 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9657 Mark unused argument.
9658 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9659 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9660
9661 * emacs-lisp/timer.el (timer--time): Define setter with
9662 gv-define-setter to avoid deprecation warning.
9663
9664 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9665 (*record-cmpl-statistics-p*): Remove (was commented out).
9666 (cmpl-statistics-block): Remove (body was commented out).
9667 All callers changed.
9668 (add-completions-from-buffer, load-completions-from-file):
9669 Remove unused variables.
9670
9671 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9672
9673 * filecache.el (file-cache-delete-file-list):
9674 Print message only when told so.
9675 (file-cache-files-matching): Use #' in mapconcat argument.
9676
9677 * ffap.el (ffap-url-at-point): Fix reference to variable
9678 thing-at-point-default-mail-uri-scheme.
9679
9680 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * subr.el (define-error): New function.
9683 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9684 error-file-not-found and define with define-error.
9685 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9686 and define with define-error.
9687 * userlock.el (file-locked, file-supersession):
9688 * simple.el (mark-inactive):
9689 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9690 * progmodes/ada-mode.el (ada-mode-errors):
9691 * play/life.el (life-extinct):
9692 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9693 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9694 * nxml/rng-util.el (rng-error):
9695 * nxml/rng-uri.el (rng-uri-error):
9696 * nxml/rng-match.el (rng-compile-error):
9697 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9698 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9699 * nxml/nxml-rap.el (nxml-scan-error):
9700 * nxml/nxml-outln.el (nxml-outline-error):
9701 * net/soap-client.el (soap-error):
9702 * net/gnutls.el (gnutls-error):
9703 * net/ange-ftp.el (ftp-error):
9704 * mpc.el (mpc-proc-error):
9705 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9706 (json-number-format, json-string-escape, json-string-format)
9707 (json-key-format, json-object-format):
9708 * jka-compr.el (compression-error):
9709 * international/quail.el (quail-error):
9710 * international/kkc.el (kkc-error):
9711 * emacs-lisp/ert.el (ert-test-failed):
9712 * calc/calc.el (calc-error, inexact-result, math-overflow)
9713 (math-underflow):
9714 * bookmark.el (bookmark-error-no-filename):
9715 * epg.el (epg-error): Define with define-error.
9716
9717 * time.el (display-time-event-handler)
9718 (display-time-next-load-average): Don't call sit-for since it seems
9719 unnecessary (bug#15045).
9720
9721 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9722 Use #' instead of ' to quote functions.
9723 (checkdoc-output-mode): Use setq-local.
9724 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9725 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9726 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9727 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9728 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9729 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9730 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9731 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9732
9733 * ido.el (ido-completion-help): Fix up compiler warning.
9734
9735 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9736
9737 * frameset.el (frameset-p): Add autoload cookie.
9738 (frameset--jump-to-register): New function, based on code moved from
9739 register.el.
9740 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9741
9742 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9743 (frameset-restore, frameset-save, frameset-session-filter-alist):
9744 Remove declarations.
9745 (register-alist): Doc fix.
9746 (frameset-to-register): Move to frameset.el.
9747 (jump-to-register, describe-register-1): Remove frameset-specific code.
9748
9749 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9750
9751 * allout-widgets.el (allout-widgets-pre-command-business)
9752 (allout-widgets-post-command-business)
9753 (allout-widgets-after-change-handler)
9754 (allout-decorate-item-and-context, allout-set-boundary-marker)
9755 (allout-body-modification-handler)
9756 (allout-graphics-modification-handler): Mark ignored arguments.
9757 (allout-widgets-post-command-business)
9758 (allout-widgets-exposure-change-processor)
9759 (allout-widgets-exposure-undo-processor)
9760 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9761 (allout-parse-item-at-point, allout-decorate-item-guides)
9762 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9763 * allout.el (epa-passphrase-callback-function): Declare.
9764 (allout-overlay-insert-in-front-handler)
9765 (allout-overlay-interior-modification-handler)
9766 (allout-isearch-end-handler, allout-chart-siblings)
9767 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9768 (allout-yank-processing, allout-process-exposed)
9769 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9770 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9771 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9772 (lisp-indent-defform): Mark ignored arguments.
9773 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9774 (calculate-lisp-indent): Remove unused variables.
9775 * international/characters.el (indian-2-column, arabic-2-column)
9776 (tibetan): Mark ignored arguments.
9777 (use-cjk-char-width-table): Mark ignored arguments.
9778 Remove unused variables.
9779 * international/fontset.el (build-default-fontset-data)
9780 (x-compose-font-name, create-fontset-from-fontset-spec):
9781 Mark ignored arguments.
9782 (fontset-plain-name): Remove unused variables.
9783 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9784 (keyboard-coding-system): Mark ignored arguments.
9785 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9786 * help.el (resize-temp-buffer-window):
9787 * window.el (display-buffer-in-major-side-window)
9788 (display-buffer-in-side-window, display-buffer-in-previous-window):
9789 Remove unused variables.
9790 * isearch.el (isearch-forward-symbol):
9791 * version.el (emacs-bzr-version-bzr):
9792 * international/mule-cmds.el (current-language-environment):
9793 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9794 (x-handle-display):
9795 * term/pc-win.el (x-list-fonts, x-display-planes)
9796 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9797 (x-server-version, x-display-screens, x-display-mm-height)
9798 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9799 (x-selection-owner-p, x-own-selection-internal)
9800 (x-disown-selection-internal, x-get-selection-internal)
9801 (msdos-initialize-window-system):
9802 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9803 * term/x-win.el (x-handle-no-bitmap-icon):
9804 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9805 (vc-default-find-file-hook, vc-default-extra-menu):
9806 Mark ignored arguments.
9807
9808 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9811 break-condition in the context of the debugged code (bug#12685).
9812
9813 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9814
9815 * comint.el:
9816 Do not use an overlay to highlight the last prompt. (Bug#14744)
9817 (comint-mode): Make comint-last-prompt buffer local.
9818 (comint-last-prompt): New variable.
9819 (comint-last-prompt-overlay): Remove. Superseded by
9820 comint-last-prompt.
9821 (comint-snapshot-last-prompt, comint-output-filter):
9822 Use comint-last-prompt.
9823
9824 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9825
9826 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9827 (frameset-save): Check validity of the resulting frameset.
9828
9829 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9830
9831 * ido.el (ido-record-command): Add doc string.
9832
9833 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9834
9835 * frameset.el (frameset): Do not disable creation of the default
9836 frameset-p predicate. Doc fix.
9837 (frameset-valid-p): New function, copied from the old predicate-p.
9838 Add additional checks.
9839 (frameset-restore): Check with frameset-valid-p.
9840 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9841 (frameset-name, frameset-description, frameset-properties)
9842 (frameset-states): Add docstring.
9843 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9844 (frameset-filter-alist): Doc fixes.
9845
9846 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9849
9850 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9853 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9854 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9855 (byte-compile-normal-call): Remove obsolescence check.
9856
9857 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9858
9859 * frameset.el (frameset-restore): Doc fix.
9860
9861 * register.el (frameset-frame-id, frameset-frame-with-id)
9862 (frameset-p, frameset-restore, frameset-save): Declare.
9863 (register-alist): Document framesets.
9864 (frameset-session-filter-alist): Declare.
9865 (frameset-to-register): New function.
9866 (jump-to-register): Implement jumping to framesets. Doc fix.
9867 (describe-register-1): Describe framesets.
9868
9869 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9870
9871 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9872
9873 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9874 Use lexical-binding.
9875
9876 * frameset.el (frameset): Use type vector, not list (incompatible
9877 change). Do not declare a new constructor, use the default one.
9878 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9879 `name' and `description', respectively, and add read-only slot
9880 `timestamp'. Doc fixes.
9881 (frameset-copy, frameset-persistent-filter-alist)
9882 (frameset-filter-alist, frameset-switch-to-gui-p)
9883 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9884 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9885 (frameset-filter-iconified, frameset-keep-original-display-p):
9886 Doc fixes.
9887 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9888 Rename from frameset-filter-(save|restore)-param. All callers changed.
9889 Doc fix.
9890 (frameset-p): Adapt to change to vector and be more thorough.
9891 Change arg name to OBJECT. Doc fix.
9892 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9893 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9894 All callers changed.
9895 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9896 All callers changed.
9897 (frameset--record-minibuffer-relationships): Rename from
9898 frameset--process-minibuffer-frames. All callers changed.
9899 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9900 Use new default constructor (again). Doc fix.
9901 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9902 All callers changed.
9903 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9904 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9905 Doc fix.
9906 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9907 PARAMETERS and WINDOW-STATE, respectively.
9908 (frameset-restore): Add new keyword argument PREDICATE.
9909 Reset frameset--target-display to nil. Doc fix.
9910
9911 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9914 (bat-mode): Use it.
9915 (bat-mode-syntax-table): Mark \n as end-of-comment.
9916 (bat-font-lock-keywords): Remove comment rule.
9917
9918 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9919 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9920
9921 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9922 (byte-compile-callargs-warn): Use `push'.
9923 (byte-compile-arglist-warn): Ignore higher-order "calls".
9924 (byte-compile-file-form-autoload): Use `pcase'.
9925 (byte-compile-function-form): If quoting a symbol, check that it exists.
9926
9927 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9928
9929 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9930 and add a few popular commands found in batch files.
9931 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9932 (dos-mode): Doc fixes.
9933
9934 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9937 (dos-mode): Use setq-local. Add space after "rem".
9938 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9939 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9940
9941 2013-08-07 Arni Magnusson <arnima@hafro.is>
9942
9943 * progmodes/dos.el: New file.
9944 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9945 dos-mode.
9946
9947 2013-08-06 Glenn Morris <rgm@gnu.org>
9948
9949 * calendar/calendar.el: Add new faces, and day-header-array.
9950 (calendar-weekday-header, calendar-weekend-header)
9951 (calendar-month-header): New faces.
9952 (calendar-day-header-construct): New function.
9953 (calendar-day-header-width): Also :set calendar-day-header-array.
9954 (calendar-american-month-header, calendar-european-month-header)
9955 (calendar-iso-month-header): Use calendar- faces.
9956 (calendar-generate-month):
9957 Use calendar-day-header-array for day headers; apply faces to them.
9958 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9959 (calendar-abbrev-construct): Add optional maxlen argument.
9960 (calendar-day-name-array): Doc fix.
9961 (calendar-day-name-array, calendar-abbrev-length)
9962 (calendar-day-abbrev-array):
9963 Also :set calendar-day-header-array, and maybe redraw.
9964 (calendar-day-header-array): New option. (Bug#15007)
9965 (calendar-font-lock-keywords): Set to nil and make obsolete.
9966 (calendar-day-name): Add option to use header array.
9967
9968 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9969
9970 * net/shr.el (shr-render-td): Remove debugging.
9971 (shr-render-td): Make width computation consistent by defaulting
9972 all zero-width columns to 10 characters. This may not be optimal,
9973 but it's at least consistent.
9974 (shr-make-table-1): Redo last change to fix the real problem in
9975 colspan handling.
9976
9977 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9978
9979 * files.el (cache-long-line-scans):
9980 Make obsolete alias to `cache-long-scans'.
9981
9982 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9983
9984 * frameset.el (frameset, frameset-filter-alist)
9985 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9986 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9987 (frameset-compute-pos): Rename from frameset--compute-pos,
9988 and add docstring.
9989 (frameset-move-onscreen): Use frameset-compute-pos.
9990 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9991
9992 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9993 Fix typos in docstrings.
9994
9995 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9996
9997 * frame.el (get-other-frame): Tiny cleanup.
9998
9999 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * vc/vc.el (vc-default-ignore-completion-table):
10002 Silence byte-compiler warning.
10003
10004 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10005 slot, which can indeed be nil.
10006 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10007 Move entry for `left' from persistent to live filter alist.
10008 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10009 Doc fixes.
10010 (frameset-filter-params): When restoring a frame, copy items added to
10011 `filtered', to avoid unwittingly modifying the original parameters.
10012 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10013 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10014
10015 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10016 to use looking-at-p instead of looking-at. (Bug#15028)
10017
10018 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 Revert introduction of isearch-filter-predicates (bug#14714).
10021 Rely on add-function instead.
10022 * isearch.el (isearch-filter-predicates): Rename it back to
10023 isearch-filter-predicate.
10024 (isearch-message-prefix): Use advice-function-mapc and advice
10025 properties to get the isearch-message-prefix.
10026 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10027 instead of run-hook-with-args-until-failure.
10028 (isearch-filter-visible): Not obsolete any more.
10029 * loadup.el: Preload nadvice.
10030 * replace.el (perform-replace): Revert to funcall
10031 instead of run-hook-with-args-until-failure.
10032 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10033 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10034 dired-isearch-filenames-toggle; make it into a proper minor mode.
10035 Use add/remove-function.
10036 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10037 Call the minor-mode rather than add/remove-hook.
10038 (dired-isearch-filter-filenames):
10039 Remove isearch-message-prefix property.
10040 * info.el (Info--search-loop): New function, extracted from Info-search.
10041 Funcall isearch-filter-predicate instead of
10042 run-hook-with-args-until-failure isearch-filter-predicates.
10043 (Info-search): Use it.
10044 (Info-mode): Use isearch-filter-predicate instead of
10045 isearch-filter-predicates.
10046
10047 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10048
10049 Do not call to `selected-window' where it is assumed by default.
10050 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10051 `window-hscroll', `window-width', `window-height', `window-buffer',
10052 `window-frame', `window-start', `window-point', `next-window'
10053 and `window-display-table'.
10054 * abbrev.el (abbrev--default-expand):
10055 * bs.el (bs--show-with-configuration):
10056 * buff-menu.el (Buffer-menu-mouse-select):
10057 * calc/calc.el (calc):
10058 * calendar/calendar.el (calendar-generate-window):
10059 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10060 (diary-make-entry):
10061 * comint.el (send-invisible, comint-dynamic-complete-filename)
10062 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10063 * completion.el (complete):
10064 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10065 * disp-table.el (describe-current-display-table):
10066 * doc-view.el (doc-view-insert-image):
10067 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10068 * ehelp.el (with-electric-help):
10069 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10070 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10071 * emacs-lisp/helper.el (Helper-help-scroller):
10072 * emulation/cua-base.el (cua--post-command-handler-1):
10073 * eshell/esh-mode.el (eshell-output-filter):
10074 * ffap.el (ffap-gnus-wrapper):
10075 * help-macro.el (make-help-screen):
10076 * hilit-chg.el (highlight-compare-buffers):
10077 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10078 * hl-line.el (global-hl-line-highlight):
10079 * icomplete.el (icomplete-simple-completing-p):
10080 * isearch.el (isearch-done):
10081 * jit-lock.el (jit-lock-stealth-fontify):
10082 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10083 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10084 * mpc.el (mpc-tagbrowser, mpc):
10085 * net/rcirc.el (rcirc-any-buffer):
10086 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10087 * play/landmark.el (landmark-max-width, landmark-max-height):
10088 * play/zone.el (zone):
10089 * progmodes/compile.el (compilation-goto-locus):
10090 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10091 * progmodes/etags.el (find-tag-other-window):
10092 * progmodes/fortran.el (fortran-column-ruler):
10093 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10094 * progmodes/verilog-mode.el (verilog-point-text):
10095 * reposition.el (reposition-window):
10096 * rot13.el (toggle-rot13-mode):
10097 * server.el (server-switch-buffer):
10098 * shell.el (shell-dynamic-complete-command)
10099 (shell-dynamic-complete-environment-variable):
10100 * simple.el (insert-buffer, set-selective-display)
10101 (delete-completion-window):
10102 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10103 (speedbar-recenter):
10104 * startup.el (fancy-splash-head):
10105 * textmodes/ispell.el (ispell-command-loop):
10106 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10107 * tutorial.el (help-with-tutorial):
10108 * vc/add-log.el (add-change-log-entry):
10109 * vc/compare-w.el (compare-windows):
10110 * vc/ediff-help.el (ediff-indent-help-message):
10111 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10112 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10113 (ediff-setup-control-frame):
10114 * vc/emerge.el (emerge-position-region):
10115 * vc/pcvs-util.el (cvs-bury-buffer):
10116 * window.el (walk-windows, mouse-autoselect-window-select):
10117 * winner.el (winner-set-conf, winner-undo): Related users changed.
10118
10119 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * frameset.el (frameset--set-id): Doc fix.
10122 (frameset-frame-id, frameset-frame-id-equal-p)
10123 (frameset-locate-frame-id): New functions.
10124 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10125 (frameset-restore): Use them.
10126
10127 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10128
10129 Do not call to `selected-frame' where it is assumed by default.
10130 Affected functions are `raise-frame', `redraw-frame',
10131 `frame-first-window', `frame-terminal' and `delete-frame'.
10132 * calendar/appt.el (appt-disp-window):
10133 * epg.el (epg-wait-for-completion):
10134 * follow.el (follow-delete-other-windows-and-split)
10135 (follow-avoid-tail-recenter):
10136 * international/mule.el (set-terminal-coding-system):
10137 * mail/rmail.el (rmail-mail-return):
10138 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10139 * progmodes/f90.el (f90-add-imenu-menu):
10140 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10141 * server.el (server-switch-buffer):
10142 * simple.el (delete-completion-window):
10143 * talk.el (talk):
10144 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10145 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10146 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10147 * vc/ediff.el (ediff-documentation): Related users changed.
10148 * frame.el (selected-terminal): Remove the leftover.
10149
10150 2013-08-05 Glenn Morris <rgm@gnu.org>
10151
10152 * calendar/calendar.el (calendar-generate-month):
10153 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10154 (calendar-generate-month, calendar-font-lock-keywords):
10155 Fix for calendar-day-header-width > length of any day name.
10156
10157 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * desktop.el (desktop-clear): Use new name of sort predicate.
10160
10161 * frameset.el (frameset): Add docstring. Move :version property to its
10162 own `version' slot.
10163 (frameset-copy): Rename from copy-frameset.
10164 (frameset-p): Check more thoroughly.
10165 (frameset-prop): Do not check for :version, which is no longer a prop.
10166 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10167 Use new :never value instead of t.
10168 (frameset-filter-alist): Expand and clarify docstring.
10169 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10170 (frameset-filter-minibuffer, frameset-filter-save-param)
10171 (frameset-filter-restore-param, frameset-filter-iconified):
10172 Add pointer to docstring of frameset-filter-alist.
10173 (frameset-filter-params): Rename filter values to be more meaningful:
10174 :never instead of t, and reverse the meanings of :save and :restore.
10175 (frameset--process-minibuffer-frames): Clarify error message.
10176 (frameset-save): Avoid unnecessary and confusing call to framep.
10177 Use new BOA constructor for framesets.
10178 (frameset--reuse-list): Doc fix.
10179 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10180 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10181 (frameset-minibufferless-first-p): Doc fix.
10182 Rename from frameset-sort-frames-for-deletion.
10183 (frameset-restore): Doc fixes. Use new function names.
10184 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10185
10186 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * desktop.el (desktop-restore-forces-onscreen)
10189 (desktop-restore-reuses-frames): Document :keyword constant values.
10190 (desktop-filter-parameters-alist): Remove, now identical to
10191 frameset-filter-alist.
10192 (desktop--filter-tty*): Remove, moved to frameset.el.
10193 (desktop-save-frameset, desktop-restore-frameset):
10194 Do not pass :filters argument.
10195
10196 * frameset.el (frameset-live-filter-alist)
10197 (frameset-persistent-filter-alist): New variables.
10198 (frameset-filter-alist): Use them. Add autoload cookie.
10199 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10200 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10201 `frameset--id' (it's supposed to be internal to frameset.el).
10202 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10203 (frameset--initial-params): New function.
10204 (frameset--get-frame): Use it. Doc fix.
10205 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10206 Accept :all, not 'all.
10207 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10208 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10209 with fbound symbols. Fix frame id matching, and remove matching ids if
10210 the frame being restored is deleted. Obey :delete.
10211
10212 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * subr.el (macrop): New function.
10215 (text-clone--maintaining): New var.
10216 (text-clone--maintain): Rename from text-clone-maintain. Use it
10217 instead of inhibit-modification-hooks.
10218
10219 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10220 a proxy, so as handle autoloads and redefinitions of the target.
10221 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10222
10223 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10224 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10225 (pcase--mutually-exclusive-p): New function.
10226 (pcase--split-consp): Use it.
10227 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10228 mutually exclusive with the current predicate.
10229
10230 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10231 (edebug-macrop): Remove. Use `macrop' instead.
10232 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10233 (ad-macro-p):
10234 * eshell/esh-cmd.el (eshell-macrop):
10235 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10236
10237 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10238
10239 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10240 (advice-mapc): New function, using it.
10241 (advice-function-member-p): New function.
10242 (advice--normalize): Store the cdr in advice--saved-rewrite since
10243 that's the part that will be changed.
10244 (advice--symbol-function): New function.
10245 (advice-remove): Handle removal before the function is defined.
10246 Adjust to new advice--saved-rewrite.
10247 (advice-member-p): Use advice-function-member-p and
10248 advice--symbol-function.
10249
10250 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10251
10252 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10253 (frameset-filter-minibuffer): Doc fix.
10254 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10255 (frameset--set-id, frameset--process-minibuffer-frames)
10256 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10257 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10258
10259 * desktop.el (desktop-clear): Only delete frames when called
10260 interactively and desktop-restore-frames is non-nil. Doc fix.
10261 (desktop-read): Set desktop-saved-frameset to nil.
10262
10263 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10264
10265 * vc/vc.el (vc-ignore): Rewrite.
10266 (vc-default-ignore-completion-table, vc--read-lines)
10267 (vc--add-line, vc--remove-regexp): New functions.
10268
10269 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10270 (vc-svn-ignore-completion-table): New function.
10271
10272 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10273 (vc-hg-ignore-completion-table)
10274 (vc-hg-find-ignore-file): New functions.
10275
10276 * vc/vc-git.el (vc-git-ignore): Rewrite.
10277 (vc-git-ignore-completion-table)
10278 (vc-git-find-ignore-file): New functions.
10279
10280 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10281
10282 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10283 (vc-bzr-ignore-completion-table)
10284 (vc-bzr-find-ignore-file): New functions.
10285
10286 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10287
10288 * frameset.el (frameset-prop): New function and setter.
10289 (frameset-save): Do not modify frame list passed by the caller.
10290
10291 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10294
10295 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10298 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10299
10300 * custom.el (custom-initialize-default, custom-initialize-set)
10301 (custom-initialize-reset, custom-initialize-changed): Affect the
10302 toplevel-default-value (bug#6275, bug#14586).
10303 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10304 for bug#6275.
10305
10306 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10307
10308 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10309 Add cl-def* expressions.
10310
10311 * frameset.el (frameset-filter-params): Fix order of arguments.
10312
10313 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10314
10315 Move code related to saving frames to frameset.el.
10316 * desktop.el: Require frameset.
10317 (desktop-restore-frames): Doc fix.
10318 (desktop-restore-reuses-frames): Rename from
10319 desktop-restoring-reuses-frames.
10320 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10321 (desktop-clear): Clear frames too.
10322 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10323 (desktop--filter-tty*, desktop-save, desktop-read):
10324 Use frameset functions.
10325 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10326 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10327 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10328 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10329 (desktop--process-minibuffer-frames, desktop-save-frames)
10330 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10331 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10332 (desktop--sort-states, desktop-restoring-frames-p)
10333 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10334 (desktop-restoring-frameset-p, desktop-restore-frameset)
10335 (desktop--check-dont-save, desktop-save-frameset): New functions.
10336 (desktop--app-id): New constant.
10337 (desktop-first-buffer, desktop-buffer-ok-count)
10338 (desktop-buffer-fail-count): Move before first use.
10339 * frameset.el: New file.
10340
10341 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * files.el: Use lexical-binding.
10344 (dir-locals-read-from-file): Remove unused `err' variable.
10345 (hack-dir-local-variables--warned-coding): New var.
10346 (hack-dir-local-variables): Use it to avoid repeated warnings.
10347 (make-backup-file-name--default-function): New function.
10348 (make-backup-file-name-function): Use it as default.
10349 (buffer-stale--default-function): New function.
10350 (buffer-stale-function): Use it as default.
10351 (revert-buffer-insert-file-contents--default-function): New function.
10352 (revert-buffer-insert-file-contents-function): Use it as default.
10353 (insert-directory): Avoid add-to-list.
10354
10355 * autorevert.el (auto-revert-handler): Simplify.
10356 Use buffer-stale--default-function.
10357
10358 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10359
10360 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10361
10362 * whitespace.el (whitespace-ensure-local-variables): New function.
10363 (whitespace-cleanup-region): Call it.
10364 (whitespace-turn-on): Call it.
10365
10366 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10367
10368 Complete file name handlers.
10369
10370 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10371 (tramp-handle-verify-visited-file-modtime)
10372 (tramp-handle-file-notify-rm-watch): New functions.
10373 (tramp-call-process): Do not bind `default-directory'.
10374
10375 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10376 Order alphabetically.
10377 <access-file, add-name-to-file, dired-call-process>:
10378 <dired-compress-file, file-acl, file-notify-rm-watch>:
10379 <file-ownership-preserved-p, file-selinux-context>:
10380 <make-directory-internal, make-symbolic-link, set-file-acl>:
10381 <set-file-selinux-context, set-visited-file-modtime>:
10382 <verify-visited-file-modtime>: Add handler.
10383 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10384
10385 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10386 <file-notify-add-watch, file-notify-rm-watch>:
10387 <set-file-times, set-visited-file-modtime>:
10388 <verify-visited-file-modtime>: Add handler.
10389 (with-tramp-gvfs-error-message)
10390 (tramp-gvfs-handle-set-visited-file-modtime)
10391 (tramp-gvfs-fuse-file-name): Remove.
10392 (tramp-gvfs-handle-file-notify-add-watch)
10393 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10394 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10395
10396 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10397 Order alphabetically.
10398 <file-notify-rm-watch>: Use default Tramp handler.
10399 <executable-find>: Remove private handler.
10400 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10401 `default-directory'.
10402 (tramp-sh-handle-executable-find)
10403 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10404 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10405 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10406 Do not use `format' in `tramp-message'.
10407
10408 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10409 <file-notify-rm-watch, set-visited-file-modtime>:
10410 <verify-visited-file-modtime>: Add handler.
10411 (tramp-smb-call-winexe): Do not bind `default-directory'.
10412
10413 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10414
10415 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10416
10417 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10418
10419 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10420 use it.
10421 (log-view-diff-changeset): Same.
10422 (log-view-diff-common): Call backend command `previous-revision'
10423 to find out the previous revision, in both cases. Swap the
10424 variables `to' and `fr', so that `fr' usually refers to the
10425 earlier revision (Bug#14989).
10426
10427 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10428
10429 * ibuf-ext.el (ibuffer-filter-by-filename):
10430 Make it work with dired buffers too.
10431
10432 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10433
10434 * emacs-lisp/re-builder.el (reb-color-display-p):
10435 * files.el (save-buffers-kill-terminal):
10436 * net/browse-url.el (browse-url):
10437 * server.el (server-save-buffers-kill-terminal):
10438 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10439 Prefer nil to selected-frame for the first arg of frame-parameter.
10440
10441 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10442
10443 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10444
10445 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10446
10447 * minibuffer.el (completion--twq-all): Try and preserve each
10448 completion's case choice (bug#14907).
10449
10450 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10451
10452 * net/network-stream.el (open-network-stream): Mention the new
10453 :nogreeting parameter.
10454 (network-stream-open-starttls): Use the :nogreeting parameter
10455 (bug#14938).
10456
10457 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10458
10459 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10460 more natural than popping.
10461
10462 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10463 (shr-urlify): Highlight under mouse.
10464
10465 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10466
10467 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10468
10469 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10470
10471 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10472 buffer for output.
10473
10474 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10475 point-min==1. Fix search string. Fix parentheses missing.
10476
10477 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10478 assume point-min==1. Fix search string. Fix parentheses missing.
10479
10480 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10481
10482 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10483 buffer for output.
10484
10485 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10486
10487 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10488 initial frame is minibuffer-less. (Bug#14841)
10489
10490 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10491
10492 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10493 option.
10494
10495 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10496 (tramp-maybe-open-connection): Use it.
10497
10498 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10501 minimal set of parameters passed when creating a frame, because
10502 the minibuffer status of a frame cannot be changed later.
10503
10504 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10505
10506 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10507 replace-regexp-in-string and inadvertent omissions in previous change.
10508 (todo-filter-items): Ensure only file names are comma-separated in
10509 name of filtered items buffer.
10510
10511 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10512
10513 * desktop.el: Optionally force offscreen frames back onscreen.
10514 (desktop-restoring-reuses-frames): New option.
10515 (desktop--compute-pos, desktop--move-onscreen): New functions.
10516 (desktop--make-frame): Use desktop--move-onscreen.
10517
10518 2013-07-27 Alan Mackenzie <acm@muc.de>
10519
10520 Fontify a Java generic method as a function.
10521 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10522 value to t.
10523
10524 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10525
10526 * calendar/todo-mode.el: Add command to rename todo files.
10527 (todo-rename-file): New command.
10528 (todo-key-bindings-t): Add key binding for it. Change the
10529 bindings of todo-filter-regexp-items(-multifile) to use `x'
10530 instead of `r', since the latter is better suited to the new
10531 renaming command.
10532
10533 2013-07-27 Alan Mackenzie <acm@muc.de>
10534
10535 Make Java try-with-resources statement parse properly.
10536 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10537 (c-block-stmt-1-2-key): New language constants/variables.
10538 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10539 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10540 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10541 with c-block-stmt-1-2-key.
10542
10543 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10544
10545 * desktop.el (desktop--make-frame): Apply most frame parameters after
10546 creating the frame to force (partially or totally) offscreen frames to
10547 be restored as such.
10548
10549 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10550
10551 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10552 (Bug#14948)
10553
10554 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10557 `base' arg of backtrace-frame.
10558
10559 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10560
10561 * simple.el (list-processes): Doc fix.
10562
10563 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10564
10565 * desktop.el (desktop--select-frame):
10566 Try harder to reuse existing frames.
10567
10568 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10571 (edebug-eval): Use backtrace-eval.
10572 (edebug--display, edebug--recursive-edit): Don't let-bind the
10573 edebug-outer-* vars that keep track of variables we locally let-bind.
10574 (edebug-outside-excursion): Don't restore outside values of locally
10575 let-bound vars.
10576 (edebug--display): Use user-error.
10577 (cl-lexical-debug, cl-debug-env): Remove.
10578
10579 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10582 are restored to be sure that they are visible before deleting any
10583 remaining ones.
10584
10585 2013-07-26 Matthias Meulien <orontee@gmail.com>
10586
10587 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10588 vc-print-root-log. (Bug#14948)
10589
10590 2013-07-26 Richard Stallman <rms@gnu.org>
10591
10592 Add aliases for encrypting mail.
10593 * epa.el (epa-mail-aliases): New option.
10594 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10595 Bind inhibit-read-only so read-only text doesn't ruin everything.
10596 (epa-mail-default-recipients): New subroutine broken out.
10597 Handle epa-mail-aliases.
10598
10599 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 Add support for lexical variables to the debugger's `e' command.
10602 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10603 vars, except for debugger-outer-match-data.
10604 (debugger-frame-number): Move check for "on a function call" from
10605 callers into it. Add `skip-base' argument.
10606 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10607 (debugger-env-macro): Only reset the state stored in non-variables,
10608 i.e. current-buffer and match-data.
10609 (debugger-eval-expression): Rewrite using backtrace-eval.
10610 * subr.el (internal--called-interactively-p--get-frame): Remove.
10611 (called-interactively-p):
10612 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10613 `base' arg of backtrace-frame instead.
10614
10615 2013-07-26 Glenn Morris <rgm@gnu.org>
10616
10617 * align.el (align-regexp): Doc fix. (Bug#14857)
10618 (align-region): Explicit error if subexpression missing/does not match.
10619
10620 * simple.el (global-visual-line-mode):
10621 Do not duplicate the mode lighter. (Bug#14858)
10622
10623 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10624
10625 * window.el (display-buffer): In display-buffer bind
10626 split-window-keep-point to t, bug#14829.
10627
10628 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10631 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10632 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10633 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10634 Change accordingly.
10635 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10636 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10637
10638 2013-07-25 Glenn Morris <rgm@gnu.org>
10639
10640 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10641
10642 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10643
10644 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10645 parameter to modify-frame-parameters if the value has not changed;
10646 this is a workaround for bug#14949.
10647 (desktop--make-frame): On cl-delete-if call, check parameter name,
10648 not full parameter.
10649
10650 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10651
10652 * vc/vc.el (vc-ignore): New function.
10653
10654 * vc/vc-svn.el (vc-svn-ignore): New function.
10655
10656 * vc/vc-hg.el (vc-hg-ignore): New function.
10657
10658 * vc/vc-git.el (vc-git-ignore): New function.
10659
10660 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10661 (vc-dir-ignore): New function.
10662
10663 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10664 (cvs-append-to-ignore): Move here from pcvs.el.
10665
10666 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10667
10668 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10669
10670 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10671
10672 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10673 (desktop-restore-frames): Warn when deleting an existing frame failed.
10674
10675 2013-07-24 Glenn Morris <rgm@gnu.org>
10676
10677 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10678
10679 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10680
10681 * filenotify.el (file-notify-supported-p):
10682 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10683 Remove functions.
10684
10685 * autorevert.el (auto-revert-use-notify)
10686 (auto-revert-notify-add-watch):
10687 * net/tramp.el (tramp-file-name-for-operation):
10688 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10689 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10690 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10691 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10692 Remove `file-notify-supported-p' entry.
10693
10694 2013-07-24 Glenn Morris <rgm@gnu.org>
10695
10696 * printing.el: Replace all uses of deleted ps-windows-system,
10697 ps-lp-system, ps-flatten-list with lpr- versions.
10698
10699 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10702 checked with memq (bug#14935).
10703
10704 * files.el (revert-buffer-function): Use a non-nil default.
10705 (revert-buffer-preserve-modes): Declare var to
10706 provide access to the `preserve-modes' argument.
10707 (revert-buffer): Let-bind it.
10708 (revert-buffer--default): New function, extracted from revert-buffer.
10709
10710 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * lpr.el: Signal print errors more prominently.
10713 (print-region-function): Don't default to nil.
10714 (lpr-print-region): New function, extracted from print-region-1.
10715 Check lpr's return value and signal an error in case of problem.
10716 (print-region-1): Use it.
10717 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10718 versions instead.
10719 (ps-printer-name): Default to nil.
10720 (ps-printer-name-option): Default to lpr-printer-switch.
10721 (ps-print-region-function): Don't default to nil.
10722 (ps-postscript-code-directory): Simplify default.
10723 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10724 (ps-string-list, ps-eval-switch, ps-flatten-list)
10725 (ps-flatten-list-1): Remove.
10726 (ps-multibyte-buffer): Avoid setq.
10727 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10728 (print-region-function, ps-print-region-function): Don't set them here.
10729
10730 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10731
10732 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10733 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10734 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10735 (ido-decorations): Doc fix.
10736
10737 * ansi-color.el: Fix old URL.
10738
10739 2013-07-23 Michael R. Mauger <michael@mauger.com>
10740
10741 * progmodes/sql.el: Version 3.3
10742 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10743 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10744 (sql-interactive-remove-continuation-prompt): Rewrite, use
10745 functions above. Fix continuation prompt and complete output line
10746 handling.
10747 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10748 redirected output buffer.
10749 (sql-mode): Restore deleted code (Bug#13591).
10750
10751 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10752
10753 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10754
10755 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10758
10759 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10760 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10761 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10762
10763 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10764
10765 * desktop.el (desktop-clear): Simplify; remove useless checks
10766 against invalid buffer names.
10767 (desktop-list*): Use cl-list*.
10768 (desktop-buffer-info, desktop-create-buffer): Simplify.
10769
10770 2013-07-23 Leo Liu <sdl.web@gmail.com>
10771
10772 * bookmark.el (bookmark-make-record): Restore NAME as a default
10773 value. (Bug#14933)
10774
10775 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10778 extracted from autoload--insert-text.
10779 (autoload--insert-text): Remove.
10780 (autoload--print-cookie-text): New function, extracted from
10781 autoload--insert-cookie-text.
10782 (autoload--insert-cookie-text): Remove.
10783 (autoload-generate-file-autoloads): Adjust calls accordingly.
10784
10785 * winner.el (winner-hook-installed-p): Remove.
10786 (winner-mode): Simplify accordingly.
10787
10788 * subr.el (add-to-list): Fix compiler-macro when `append' is
10789 not constant. Don't use `cl-member' for the base case.
10790
10791 * progmodes/subword.el: Fix boundary case (bug#13758).
10792 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10793 own group.
10794 (subword-backward-regexp): Make it a constant.
10795 (subword-forward-internal): Don't treat a trailing capital as the
10796 beginning of a word.
10797
10798 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10799
10800 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10801 global value of tabulated-list-revert-hook (bug#14930).
10802
10803 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10804
10805 * desktop.el: Require 'cl-lib.
10806 (desktop-before-saving-frames-functions): New hook.
10807 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10808 for frames being saved. Rename from desktop--save-minibuffer-frames.
10809 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10810 Do not save frames with non-nil `desktop-dont-save' parameter.
10811 Filter out deleted frames.
10812 (desktop--find-frame): Use cl-find-if.
10813 (desktop--select-frame): Use cl-(first|second|third) to access values
10814 of desktop-mini.
10815 (desktop--make-frame): Use cl-delete-if.
10816 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10817 (desktop-restore-frames): Use cl-(first|second|third) to access values
10818 of desktop-mini. Look for visible frame at the end, not while
10819 restoring frames.
10820
10821 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10822 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10823 Use string-match-p, looking-at-p (bug#14927).
10824
10825 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10826
10827 * desktop.el (desktop-saved-frame-states):
10828 Rename from desktop--saved-states; all users changed.
10829 (desktop-save-frames): Rename from desktop--save-frames.
10830 Do not save state to desktop file.
10831 (desktop-save): Save desktop-saved-frame-states to desktop file
10832 and reset to nil.
10833 (desktop-restoring-frames-p): New function.
10834 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10835 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10836 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10837
10838 * desktop.el: Correctly restore iconified frames.
10839 (desktop--filter-iconified-position): New function.
10840 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10841
10842 2013-07-20 Glenn Morris <rgm@gnu.org>
10843
10844 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10845 Let `message' do the formatting.
10846 (def-gdb-preempt-display-buffer): Add explicit format.
10847
10848 * image-dired.el (image-dired-track-original-file):
10849 Use with-current-buffer.
10850 (image-dired-track-thumbnail): Use with-current-buffer.
10851 Avoid changing point of wrong window.
10852
10853 * image-dired.el (image-dired-track-original-file):
10854 Avoid changing point of wrong window. (Bug#14909)
10855
10856 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10857
10858 * progmodes/gdb-mi.el (gdb-done-or-error):
10859 Guard against "%" in gdb output. (Bug#14127)
10860
10861 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10862
10863 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10864 (Bug#14826)
10865
10866 * international/mule.el (coding-system-iso-2022-flags): Fix last
10867 change.
10868
10869 2013-07-20 Kenichi Handa <handa@gnu.org>
10870
10871 * international/mule.el (coding-system-iso-2022-flags):
10872 Add `8-bit-level-4'. (Bug#8522)
10873
10874 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10875
10876 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10877 (bug#14815).
10878
10879 * net/eww.el (eww-process-text-input): Allow inputting when the
10880 point is at the start of the line, as the properties aren't
10881 front-sticky.
10882
10883 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10884 degenerate widths.
10885
10886 2013-07-19 Richard Stallman <rms@gnu.org>
10887
10888 * epa.el (epa-popup-info-window): Doc fix.
10889
10890 * subr.el (split-string): New arg TRIM.
10891
10892 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10893
10894 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10895 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10896
10897 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10898
10899 * filenotify.el (file-notify--library): Rename from
10900 `file-notify-support'. Do not autoload. Adapt all uses.
10901 (file-notify-supported-p): New defun.
10902
10903 * autorevert.el (auto-revert-use-notify):
10904 Use `file-notify-supported-p' instead of `file-notify-support'.
10905 Adapt docstring.
10906 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10907
10908 * net/tramp.el (tramp-file-name-for-operation):
10909 Add `file-notify-supported-p'.
10910
10911 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10912 New defun.
10913 (tramp-sh-file-name-handler-alist): Add it as handler for
10914 `file-notify-supported-p '.
10915
10916 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10917 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10918 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10919 Add `ignore' as handler for `file-notify-*' functions.
10920
10921 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10922
10923 * simple.el (line-move-partial, line-move): Don't start vscroll or
10924 scroll-up if the current line is not taller than the window.
10925 (Bug#14881)
10926
10927 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10928
10929 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10930 highlight question marks in the method names as strings.
10931 (ruby-block-beg-keywords): Inline.
10932 (ruby-font-lock-keyword-beg-re): Extract from
10933 `ruby-font-lock-keywords'.
10934
10935 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10936
10937 * frame.el (blink-cursor-blinks): New defcustom.
10938 (blink-cursor-blinks-done): New defvar.
10939 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10940 (blink-cursor-timer-function): Check if number of blinks has been
10941 done on X and NS.
10942 (blink-cursor-suspend, blink-cursor-check): New defuns.
10943
10944 2013-07-15 Glenn Morris <rgm@gnu.org>
10945
10946 * edmacro.el (edmacro-format-keys): Fix previous change.
10947
10948 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10949
10950 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10951 The hack didn't work outside English locales anyway.
10952
10953 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10954
10955 * simple.el (define-alternatives): Rename from alternatives-define,
10956 per RMS' suggestion.
10957
10958 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10959
10960 * desktop.el (desktop-restore-frames): Change default to t.
10961 (desktop-restore-in-current-display): Now offer more options.
10962 (desktop-restoring-reuses-frames): New customization option.
10963 (desktop--saved-states): Doc fix.
10964 (desktop-filter-parameters-alist): New variable, renamed and expanded
10965 from desktop--excluded-frame-parameters.
10966 (desktop--target-display): New variable.
10967 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10968 (desktop--filter-tty*, desktop--filter-*-color)
10969 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10970 (desktop--filter-save-desktop-parm)
10971 (desktop-restore-in-original-display-p): New functions.
10972 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10973 (desktop--save-minibuffer-frames): New function, inspired by a similar
10974 function from Martin Rudalics.
10975 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10976 (desktop--restore-in-this-display-p): Remove.
10977 (desktop--find-frame): Rename from desktop--find-frame-in-display
10978 and add predicate argument.
10979 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10980 (desktop--reuse-list): New variable.
10981 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10982 New functions.
10983 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10984
10985 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10986
10987 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10988
10989 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10990
10991 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10992 Highlight conversion methods on Kernel.
10993
10994 2013-07-13 Alan Mackenzie <acm@muc.de>
10995
10996 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10997 and comment it out. This out-commenting enables certain C++
10998 declarations to be parsed correctly.
10999
11000 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11001
11002 * international/mule.el (define-coding-system): Doc fix.
11003
11004 * simple.el (default-font-height): Don't call font-info if the
11005 frame's default font didn't change since the frame was created.
11006 (Bug#14838)
11007
11008 2013-07-13 Leo Liu <sdl.web@gmail.com>
11009
11010 * ido.el (ido-read-file-name): Guard against non-symbol value.
11011
11012 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11013
11014 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11015 in nested defuns.
11016
11017 2013-07-13 Leo Liu <sdl.web@gmail.com>
11018
11019 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11020 ido-set-matches call. (Bug#6852)
11021
11022 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11023
11024 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11025 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11026 Ruby 2.0.
11027 (ruby-font-lock-keywords): Distinguish calls to functions with
11028 module-like names from module references. Highlight character
11029 literals.
11030
11031 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11032
11033 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11034 (gdb-send): Handle continued commands. (Bug#14847)
11035
11036 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11037
11038 * desktop.el (desktop--v2s): Remove unused local variable.
11039 (desktop-save-buffer): Make defvar-local; adjust docstring.
11040 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11041 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11042
11043 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11044
11045 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11046
11047 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11048
11049 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11050 (Bug#14842)
11051
11052 2013-07-12 Glenn Morris <rgm@gnu.org>
11053
11054 * doc-view.el: Require cl-lib at runtime too.
11055 (doc-view-remove-if): Remove.
11056 (doc-view-search-next-match, doc-view-search-previous-match):
11057 Use cl-remove-if.
11058
11059 * edmacro.el: Require cl-lib at runtime too.
11060 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11061 (edmacro-mismatch, edmacro-subseq): Remove.
11062
11063 * shadowfile.el: Require cl-lib.
11064 (shadow-remove-if): Remove.
11065 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11066 Use cl-remove-if.
11067
11068 * wid-edit.el: Require cl-lib.
11069 (widget-choose): Use cl-remove-if.
11070 (widget-remove-if): Remove.
11071
11072 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11073 (ebrowse-delete-if-not): Remove.
11074 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11075 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11076 Use cl-delete-if-not.
11077
11078 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11079
11080 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11081 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11082
11083 2013-07-12 Leo Liu <sdl.web@gmail.com>
11084
11085 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11086
11087 2013-07-11 Glenn Morris <rgm@gnu.org>
11088
11089 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11090 (edebug-gensym-index, edebug-gensym):
11091 Remove reimplementation of cl-gensym.
11092 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11093
11094 * thumbs.el: Require cl-lib at run-time too.
11095 (thumbs-gensym-counter, thumbs-gensym):
11096 Remove reimplementation of cl-gensym.
11097 (thumbs-temp-file): Use cl-gensym.
11098
11099 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11100 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11101 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11102 (ert--union, ert--gensym-counter, ert--gensym-counter)
11103 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11104 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11105 (ert-make-test-unbound, ert--expand-should-1)
11106 (ert--expand-should, ert--should-error-handle-error)
11107 (should-error, ert--explain-equal-rec)
11108 (ert--plist-difference-explanation, ert-select-tests)
11109 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11110 Use cl-lib functions rather than reimplementations.
11111
11112 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11113
11114 * net/tramp.el (tramp-methods): Extend docstring.
11115 (tramp-connection-timeout): New defcustom.
11116 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11117 (with-tramp-progress-reporter): Simplify.
11118 (tramp-process-actions): Improve messages.
11119
11120 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11121 * net/tramp-sh.el (tramp-maybe-open-connection):
11122 Use `tramp-connection-timeout'.
11123 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11124 (Bug#14808)
11125
11126 2013-07-11 Leo Liu <sdl.web@gmail.com>
11127
11128 * ido.el (ido-read-file-name): Conform to the requirements of
11129 read-file-name. (Bug#11861)
11130 (ido-read-directory-name): Conform to the requirements of
11131 read-directory-name.
11132
11133 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11134
11135 * subr.el (delay-warning): New function.
11136
11137 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11138
11139 * simple.el (default-line-height): New function.
11140 (line-move-partial, line-move): Use it instead of computing the
11141 line height inline.
11142 (line-move-partial): Always compute ROWH. If the last line is
11143 partially-visible, but its text is completely visible, allow
11144 cursor to enter such a partially-visible line.
11145
11146 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11147
11148 Improve error messages. (Bug#14808)
11149
11150 * net/tramp.el (tramp-current-connection): New defvar, moved from
11151 tramp-sh.el.
11152 (tramp-message-show-progress-reporter-message): Remove, not
11153 needed anymore.
11154 (tramp-error-with-buffer): Show message in minibuffer.
11155 Discard input before waiting. Reset connection timestamp.
11156 (with-tramp-progress-reporter): Improve messages.
11157 (tramp-process-actions): Use progress reporter. Delete process in
11158 case of error. Improve messages.
11159
11160 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11161 Call `tramp-error-with-buffer' with vector and buffer.
11162 (tramp-current-connection): Remove.
11163 (tramp-maybe-open-connection): The car of
11164 `tramp-current-connection' are the first 3 slots of the vector.
11165
11166 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11167
11168 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11169 inside continued strings.
11170
11171 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11172
11173 Timestamp fixes for undo (Bug#14824).
11174 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11175
11176 2013-07-10 Leo Liu <sdl.web@gmail.com>
11177
11178 * files.el (require-final-newline): Allow safe local value.
11179 (Bug#14834)
11180
11181 2013-07-09 Leo Liu <sdl.web@gmail.com>
11182
11183 * ido.el (ido-read-directory-name): Handle fallback.
11184 (ido-read-file-name): Update DIR to ido-current-directory.
11185 (Bug#1516)
11186 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11187
11188 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11189
11190 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11191 "autoload". Remove "warn lower camel case" section, previously
11192 commented out. Highlight negation char. Do not highlight the
11193 target in singleton method definitions.
11194
11195 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * faces.el (tty-setup-hook): Declare the hook.
11198
11199 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11200 and detect when a guard/pred depends on local vars (bug#14773).
11201 (pcase--u1): Adjust caller.
11202
11203 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11204
11205 * simple.el (line-move-partial, line-move): Account for
11206 line-spacing.
11207 (line-move-partial): Avoid setting vscroll when the last
11208 partially-visible line in window is of default height.
11209
11210 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11213 been used a while.
11214
11215 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11216
11217 * subr.el (read-quoted-char): Remove unused local variable `char'.
11218
11219 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11220
11221 * vc/ediff.el (ediff-version): Version update.
11222 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11223 (ediff-merge-with-ancestor-command, ediff-directories-command)
11224 (ediff-directories3-command, ediff-merge-directories-command)
11225 (ediff-merge-directories-with-ancestor-command): New functions.
11226 All are command-line interfaces to ediff: to facilitate calling
11227 Emacs with the appropriate ediff functions invoked.
11228
11229 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11230 New function.
11231 (viper-save-kill-buffer): Check if buffer is modified.
11232
11233 * emulation/viper.el (viper-version): Version update.
11234 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11235
11236 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11239 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11240 (viper-intercept-ESC-key): Simplify.
11241 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11242 don't use kbd.
11243 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11244 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11245 (viper-setup-ESC-to-escape): New functions.
11246 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11247 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11248
11249 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11250
11251 * simple.el (default-font-height, window-screen-lines):
11252 New functions.
11253 (line-move, line-move-partial): Use them instead of
11254 frame-char-height and window-text-height. This makes scrolling
11255 text smoother when the buffer's default face uses a font that is
11256 different from the frame's default font.
11257
11258 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11259
11260 * files.el (write-file): Do not display confirm dialog for NS,
11261 it does its own dialog, which can't be canceled (Bug#14578).
11262
11263 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11264
11265 * simple.el (line-move-partial): Adjust the row returned by
11266 posn-at-point for the current window-vscroll. (Bug#14567)
11267
11268 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11269
11270 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11271 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11272 spaces.
11273
11274 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11275
11276 * window.el (window-state-put-stale-windows): New variable.
11277 (window--state-put-2): Save list of windows without matching buffer.
11278 (window-state-put): Remove "bufferless" windows if possible.
11279
11280 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11281
11282 * simple.el (alternatives-define): Remove leftover :group keyword.
11283 Tweak docstring.
11284
11285 2013-07-06 Leo Liu <sdl.web@gmail.com>
11286
11287 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11288 (ido-enable-virtual-buffers): New variable.
11289 (ido-buffer-internal, ido-toggle-virtual-buffers)
11290 (ido-make-buffer-list): Use it.
11291 (ido-exhibit): Support turning on and off virtual buffers
11292 automatically.
11293
11294 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11295
11296 * simple.el (alternatives-define): New macro.
11297
11298 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * subr.el (read-quoted-char): Use read-key.
11301 (sit-for): Let read-event decode tty input (bug#14782).
11302
11303 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11304
11305 * calendar/todo-mode.el: Add handling of file deletion, both by
11306 mode command and externally. Fix various related bugs.
11307 Clarify Commentary and improve some documentation strings and code.
11308 (todo-delete-file): New command.
11309 (todo-check-file): New function.
11310 (todo-show): Handle external deletion of the file we're trying to
11311 show (bug#14688). Replace called-interactively-p by an optional
11312 prefix argument to avoid problematic interaction with catch form
11313 when byte compiled (bug#14702).
11314 (todo-quit): Handle external deletion of the archive's todo file.
11315 Make sure the buffer that was visiting the archive file is still
11316 live before trying to bury it.
11317 (todo-category-completions): Handle external deletion of any
11318 category completion files.
11319 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11320 of todo files, in case of external deletion.
11321 (todo-add-file): Replace unnecessary setq by let-binding.
11322 (todo-find-archive): Check whether there are any archives.
11323 Replace unnecessary setq by let-binding.
11324 (todo-archive-done-item): Use find-file-noselect to get the
11325 archive buffer whether or not the archive already exists.
11326 Remove superfluous code. Use file size instead of buffer-file-name to
11327 check if the archive is new; if it is, update list of archives.
11328 (todo-default-todo-file): Allow nil to be a valid value for when
11329 there are no todo files.
11330 (todo-reevaluate-default-file-defcustom): Use corrected definition
11331 of todo-default-todo-file.
11332 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11333 (todo-delete-category, todo-show-categories-table)
11334 (todo-category-number): Clarify comment.
11335 (todo-filter-items): Clarify documentation string.
11336 (todo-show-current-file, todo-display-as-todo-file)
11337 (todo-reset-and-enable-done-separator): Tweak documentation string.
11338 (todo-done-separator): Make separator length window-width, since
11339 bug#2749 is now fixed.
11340
11341 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11342
11343 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11344 Support both "gvfs-monitor-dir" and "inotifywait".
11345 (tramp-sh-file-inotifywait-process-filter): Rename from
11346 `tramp-sh-file-notify-process-filter'.
11347 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11348 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11349
11350 2013-07-05 Leo Liu <sdl.web@gmail.com>
11351
11352 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11353
11354 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11355
11356 * frame.el (display-pixel-height, display-pixel-width)
11357 (display-mm-height, display-mm-width): Mention behavior on
11358 multi-monitor setups in docstrings.
11359 (w32-display-monitor-attributes-list): Declare function.
11360 (display-monitor-attributes-list): Use it.
11361
11362 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11363
11364 * filenotify.el: New package.
11365
11366 * autorevert.el (top): Require filenotify.el.
11367 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11368 instead.
11369 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11370 (auto-revert-notify-handler): Use `file-notify-*' functions.
11371
11372 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11373
11374 * net/tramp.el (tramp-file-name-for-operation):
11375 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11376
11377 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11378 for `file-notify-add-watch' and `file-notify-rm-watch'.
11379 (tramp-process-sentinel): Improve trace.
11380 (tramp-sh-handle-file-notify-add-watch)
11381 (tramp-sh-file-notify-process-filter)
11382 (tramp-sh-handle-file-notify-rm-watch)
11383 (tramp-get-remote-inotifywait): New defuns.
11384
11385 2013-07-03 Juri Linkov <juri@jurta.org>
11386
11387 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11388 call of `occur-read-primary-args' to interactive spec.
11389
11390 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11391 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11392
11393 2013-07-03 Matthias Meulien <orontee@gmail.com>
11394
11395 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11396 `Buffer-menu-multi-occur'. Add it to the menu.
11397 (Buffer-menu-mode): Document it in docstring.
11398 (Buffer-menu-multi-occur): New command. (Bug#14673)
11399
11400 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11401
11402 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11403 keywords and built-ins.
11404
11405 2013-07-03 Glenn Morris <rgm@gnu.org>
11406
11407 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11408
11409 Make info-xref checks case-sensitive by default
11410 * info.el (Info-find-node, Info-find-in-tag-table)
11411 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11412 Add option for exact case matching of nodes.
11413 * info-xref.el (info-xref): New custom group.
11414 (info-xref-case-fold): New option.
11415 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11416
11417 2013-07-03 Leo Liu <sdl.web@gmail.com>
11418
11419 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11420
11421 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11422
11423 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11424 middle of block statement initially, lower the depth. Remove
11425 FIXME comment, not longer valid. Remove middle of block statement
11426 detection, no need to do that anymore since we've been using
11427 `ruby-parse-region' here.
11428
11429 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11430
11431 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11432
11433 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11434
11435 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11436
11437 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11440 (desktop-restore-in-current-display): New customization option.
11441 (desktop--excluded-frame-parameters): Add `font'.
11442 (desktop--save-frames): Rename from desktop--save-windows.
11443 (desktop--restore-in-this-display-p): New function.
11444 (desktop--make-full-frame): Remove unwanted width/height from
11445 full(width|height) frames.
11446 (desktop--restore-frames): Rename from desktop--restore-windows.
11447 Obey desktop-restore-current-display. Do not delete old frames or
11448 select a new frame unless we were able to restore at least one frame.
11449
11450 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11451
11452 * files.el (find-file-noselect): Simplify conditional expression.
11453
11454 * textmodes/remember.el (remember-append-to-file):
11455 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11456
11457 Add `remember-notes' function to store random notes across Emacs
11458 restarts.
11459 * textmodes/remember.el (remember-data-file): Add :set callback to
11460 affect notes buffer (if any).
11461 (remember-notes): New command.
11462 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11463 New defcustoms for the `remember-notes' function.
11464 (remember-notes-save-and-bury-buffer): New command.
11465 (remember-notes-mode-map): New variable.
11466 (remember-mode): New minor mode.
11467 (remember-notes--kill-buffer-query): New function.
11468 * startup.el (initial-buffer-choice): Add notes to custom type.
11469
11470 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11471
11472 * bindings.el (right-char, left-char): Don't call sit-for, this is
11473 no longer needed. Use arithmetic comparison only for numerical
11474 arguments.
11475
11476 * international/mule-cmds.el (select-safe-coding-system):
11477 Handle the case of FROM being a string correctly. (Bug#14755)
11478
11479 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11480
11481 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11482 progression on degenerate tables.
11483 (shr-rescale-image): ImageMagick animated images currently don't work.
11484
11485 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11486
11487 Some fixes and improvements for desktop frame restoration.
11488 It is still experimental and disabled by default.
11489 * desktop.el (desktop--save-windows): Put the selected frame at
11490 the head of the list.
11491 (desktop--make-full-frame): New function.
11492 (desktop--restore-windows): Try to re-select the frame that was
11493 selected upon saving. Do not abort if some frames fail to restore,
11494 just show an error message and continue. Set up maximized frames
11495 so they have default non-maximized dimensions.
11496
11497 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11498
11499 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11500 Don't start heredoc inside a string or comment.
11501
11502 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11503
11504 * bindings.el (visual-order-cursor-movement): New defcustom.
11505 (right-char, left-char): Provide visual-order cursor motion by
11506 calling move-point-visually. Update the doc strings.
11507
11508 2013-06-28 Kenichi Handa <handa@gnu.org>
11509
11510 * international/mule.el (define-coding-system): New coding system
11511 properties :inhibit-null-byte-detection,
11512 :inhibit-iso-escape-detection, and :prefer-utf-8.
11513 (set-buffer-file-coding-system): If :charset-list property of
11514 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11515 appropriate for setting.
11516
11517 * international/mule-cmds.el (select-safe-coding-system):
11518 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11519 multibyte characters, return utf-8 (or one of its siblings).
11520
11521 * international/mule-conf.el (prefer-utf-8): New coding system.
11522 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11523 files.
11524
11525 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11526
11527 * net/shr.el (shr-render-region): New function.
11528
11529 * net/eww.el: Autoload `eww-browse-url'.
11530
11531 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11532
11533 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11534 Adapt to `package-desc-version' being a list.
11535 Use `package--ac-desc-version' to retrieve version from a package
11536 archive element.
11537
11538 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11539
11540 New experimental feature to save&restore window and frame setup.
11541 * desktop.el (desktop-save-windows): New defcustom.
11542 (desktop--saved-states): New var.
11543 (desktop--excluded-frame-parameters): New defconst.
11544 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11545 (desktop--restore-windows, desktop--save-windows): New functions.
11546 (desktop-save): Call `desktop--save-windows'.
11547 (desktop-read): Call `desktop--restore-windows'.
11548
11549 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11550
11551 * net/shr.el (add-face-text-property): Remove compat definition.
11552
11553 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11554
11555 * info.el (Info-try-follow-nearest-node): Move search for footnote
11556 above search for node name to prevent missing a footnote (bug#14717).
11557
11558 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11559
11560 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11561
11562 2013-06-27 Leo Liu <sdl.web@gmail.com>
11563
11564 * net/eww.el (eww-read-bookmarks): Check file size.
11565
11566 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11569 advice--pending if newdef is nil or an autoload (bug#13820).
11570 (advice-mapc): New function.
11571
11572 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11573
11574 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11575 probably.
11576 (eww-mode-map): Add a menu bar.
11577 (eww-add-bookmark): New command.
11578 (eww-bookmark-mode): New mode and commands.
11579 (eww-add-bookmark): Remove newlines from the title.
11580 (eww-bookmark-browse): Don't bug out if it's the only window.
11581
11582 2013-06-26 Glenn Morris <rgm@gnu.org>
11583
11584 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11585 (hfy-size): Handle ttys. (Bug#14668)
11586
11587 * info-xref.el: Update for Texinfo 5 change in *note format.
11588 (info-xref-node-re, info-xref-note-re): New constants.
11589 (info-xref-check-buffer): Use info-xref-note-re.
11590
11591 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11594
11595 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11596 nil terminate the loop (bug#14718).
11597
11598 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11599
11600 * net/eww.el: Rework history traversal. When going forward/back,
11601 put these actions into the history, too, so that they can be
11602 replayed.
11603 (eww-render): Move the history reset to the correct buffer.
11604
11605 2013-06-25 Juri Linkov <juri@jurta.org>
11606
11607 * files-x.el (modify-dir-local-variable): Change the header comment
11608 in the file with directory local variables. (Bug#14692)
11609
11610 * files-x.el (read-file-local-variable-value): Add `default'.
11611 (Bug#14710)
11612
11613 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11614
11615 * net/eww.el (eww-make-unique-file-name): Create a unique file
11616 name before saving to entering `y' accidentally asynchronously.
11617
11618 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11619
11620 * net/eww.el (eww-download): New command and keystroke.
11621
11622 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11623
11624 * net/eww.el (eww-copy-page-url): Change name of command.
11625
11626 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11627 be more consistent with Info and dired.
11628
11629 * net/eww.el (eww-mode-map): Ditto.
11630
11631 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11634 packages from archives.
11635 (package-archive-contents): Change format; include obsolete packages.
11636 (package-desc): Use `dir' to mark builtin packages.
11637 (package--from-builtin): Set the `dir' field to `builtin'.
11638 (generated-autoload-file, version-control): Declare.
11639 (package-compute-transaction): Change first arg and return value to be
11640 lists of package-descs. Adjust to new package-archive-contents format.
11641 (package--add-to-archive-contents): Adjust to new
11642 package-archive-contents format.
11643 (package-download-transaction): Arg is now a list of package-descs.
11644 (package-install): If `pkg' is a package name, pass it as
11645 a requirement, so it is subject to the usual (e.g. disabled) checks.
11646 (describe-package): Accept package-desc as well.
11647 (describe-package-1): Describe a specific package-desc. Add links to
11648 other package-descs for the same package name.
11649 (package-menu-describe-package): Pass the actual package-desc.
11650 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11651 works correctly.
11652 (package-desc-status): New function.
11653 (package-menu--refresh): New function, extracted
11654 from package-menu--generate.
11655 (package-menu--generate): Use it.
11656 (package-delete): Update package-alist.
11657 (package-menu-execute): Don't call package-initialize.
11658
11659 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11660 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11661 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11662 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11663 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11664 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11665
11666 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11667
11668 * window.el (window--state-get-1): Workaround for bug#14527.
11669 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11670
11671 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11672
11673 * net/eww.el (eww-back-url): Implement the history by stashing all
11674 the data into a list.
11675 (eww-forward-url): Allow going forward in the history, too.
11676
11677 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11680 for values and use read--expression for expressions (bug#14710).
11681 (read-file-local-variable): Avoid setq.
11682 (read-file-local-variable-mode): Use minor-mode-list.
11683
11684 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11685
11686 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11687 for DOI URLs.
11688
11689 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11690
11691 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11692 Update imenu-support when dialect changes.
11693
11694 2013-06-25 Leo Liu <sdl.web@gmail.com>
11695
11696 * ido.el (ido-read-internal): Allow forward slash on windows.
11697
11698 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11699
11700 * net/eww.el (eww): Start of strings is \\`, not ^.
11701
11702 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11703
11704 * net/shr.el (shr-browse-url): Fix interactive spec.
11705
11706 * net/eww.el (eww): Add a trailing slash to domain names.
11707
11708 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11709
11710 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11711
11712 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11713
11714 * net/shr.el (shr-browse-url): Use an external browser if given a
11715 prefix.
11716
11717 * net/eww.el (eww-external-browser): Move to shr.
11718
11719 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11720
11721 * net/eww.el (eww): Work more correctly for file: URLs.
11722 (eww-detect-charset): Allow quoted charsets.
11723 (eww-yank-page-url): New command and keystroke.
11724
11725 2013-06-24 Daiki Ueno <ueno@gnu.org>
11726
11727 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11728 file name of gpg executable.
11729 (epg-context-program): New function.
11730 (epg-context-home-directory): New function.
11731 (epg-context-set-program): New function.
11732 (epg-context-set-home-directory): New function.
11733 (epg--start): Use `epg-context-program' instead of
11734 'epg-gpg-program'.
11735 (epg--list-keys-1): Likewise.
11736
11737 2013-06-24 Leo Liu <sdl.web@gmail.com>
11738
11739 * ido.el (ido-read-internal): Fix bug#14620.
11740
11741 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11742
11743 * faces.el (face-documentation): Simplify.
11744 (read-face-attribute, tty-find-type, x-resolve-font-name):
11745 Use `string-match-p'.
11746 (list-faces-display): Use `string-match-p'. Simplify.
11747 (face-spec-recalc): Check face to avoid face alias loops.
11748 (read-color): Use `string-match-p' and non-capturing parenthesis.
11749
11750 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11751
11752 * net/shr.el (shr-rescale-image): Use the new
11753 :max-width/:max-height functionality.
11754
11755 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11756
11757 * net/eww.el (eww-search-prefix): New variable.
11758 (eww): Use it.
11759 (eww-external-browser): New variable.
11760 (eww-mode-map): New keystroke.
11761 (eww-browse-with-external-browser): New command.
11762
11763 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11764
11765 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11768 Don't skip aligning the next header field when padding is 0;
11769 otherwise, field width is not respected unless the title is as
11770 wide as the field.
11771
11772 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * emacs-lisp/package.el (package-el-version): Remove.
11775 (package-process-define-package): Fix inf-loop.
11776 (package-install): Allow symbols as arguments again.
11777
11778 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11779
11780 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11781 add some more keyword-like methods.
11782 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11783
11784 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * bs.el (bs-buffer-show-mark): Make defvar-local.
11787 (bs-mode): Use setq-local.
11788
11789 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11790 (emacs-lock--try-unlocking): Make defvar-local.
11791
11792 2013-06-22 Glenn Morris <rgm@gnu.org>
11793
11794 * play/cookie1.el (cookie-apropos): Minor simplification.
11795
11796 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11797
11798 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11799
11800 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11801 `regexp-opt', it breaks the build during dumping.
11802
11803 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11804
11805 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11806 Highlight keyword-like methods on Kernel and Module with
11807 font-lock-builtin-face.
11808 (auto-mode-alist): Consolidate different entries into one regexp
11809 and add more *file-s.
11810
11811 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11812
11813 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11814
11815 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11816 (diary-entry): Use it in the action of this button type instead of
11817 diary-goto-entry.
11818
11819 * calendar/todo-mode.el: New version.
11820 (todo-add-category): Append new category to end of file and give
11821 it the highest number, instead of putting it at the beginning and
11822 giving it 0. Incorporate noninteractive functionality.
11823 (todo-forward-category): Adapt to 1-based category numbering.
11824 Allow skipping over archived categories.
11825 (todo-backward-category): Derive from todo-forward-category.
11826 (todo-backward-item, todo-forward-item): Make noninteractive and
11827 delegate interactive part to new commands. Make sensitive to done items.
11828 (todo-categories): Make value an alist of category names and
11829 vectors of item counts.
11830 (todo-category-beg): Make a defconst.
11831 (todo-category-number): Use 1 instead of 0 as initial value.
11832 (todo-category-select): Make sensitive to overlays, optional item
11833 highlighting and done items.
11834 (todo-delete-item): Make sensitive to overlays and marked and done items.
11835 (todo-edit-item): Make sensitive to overlays and editing of
11836 date/time header optional. Add format checks.
11837 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11838 no-op if point is not on an item. Advertise using todo-edit-quit.
11839 (todo-edit-mode): Make sensitive to new format, font-locking, and
11840 multiple todo files.
11841 (todo-insert-item, todo-insert-item-here): Derive from
11842 todo-basic-insert-item and extend functionality.
11843 (todo-item-end, todo-item-start): Make sensitive to done items.
11844 (todo-item-string): Don't return text properties. Restore point.
11845 (todo-jump-to-category): Make sensitive to multiple todo files and
11846 todo archives. Use extended category completion.
11847 (todo-lower-item, todo-raise-item): Rename to *-priority and
11848 derive from todo-set-item-priority.
11849 (todo-mode): Derive from special-mode. Make sensitive to new
11850 format, font-locking and multiple todo files. Make read-only.
11851 (todo-mode-map): Don't suppress digit keys, so they can supply
11852 prefix arguments. Add many new key bindings.
11853 (todo-prefix): Insert as an overlay instead of file text.
11854 Change semantics from diary date expression to purely visual mark.
11855 (todo-print): Rename to todo-print-buffer. Make buffer display
11856 features printable. Remove option to restrict number of items
11857 printed. Add option to print to file.
11858 (todo-print-function): Rename to todo-print-buffer-function.
11859 (todo-quit): Extend to handle exiting new todo modes.
11860 (todo-remove-item): Make sensitive to overlays.
11861 (todo-save): Extend to buffers of filtered items.
11862 (todo-show): Make sensitive to done items, multiple todo files and
11863 new todo modes. Offer to convert legacy todo file before creating
11864 first new todo file.
11865 (todo-show-priorities): Rename to todo-top-priorities.
11866 Change semantics of value 0.
11867 (todo-top-priorities): Rename to todo-filter-top-priorities,
11868 derive from todo-filter-items and extend functionality.
11869 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11870 and extend functionality to other types of filtered items.
11871 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11872 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11873 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11874 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11875 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11876 (todo-edit-mode-hook, todo-entry-prefix-function)
11877 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11878 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11879 (todo-initials, todo-insert-threshold, todo-item-string-start)
11880 (todo-line-string, todo-menu, todo-mode-hook)
11881 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11882 (todo-print-priorities, todo-remove-separator)
11883 (todo-save-top-priorities-too, todo-string-count-lines)
11884 (todo-string-multiline-p, todo-time-string-format)
11885 (todo-tmp-buffer-name): Remove.
11886 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11887 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11888 (todo-edit-category-diary-inclusion)
11889 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11890 (todo-edit-file, todo-edit-item-date-day)
11891 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11892 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11893 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11894 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11895 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11896 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11897 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11898 (todo-filter-top-priorities-multifile, todo-find-archive)
11899 (todo-find-filtered-items-file, todo-go-to-source-item)
11900 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11901 (todo-jump-to-archive-category, todo-lower-category)
11902 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11903 (todo-move-category, todo-move-item, todo-next-button)
11904 (todo-next-item, todo-padded-string, todo-powerset)
11905 (todo-previous-button, todo-previous-item)
11906 (todo-print-buffer-to-file, todo-raise-category)
11907 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11908 (todo-set-category-number, todo-set-item-priority)
11909 (todo-set-top-priorities-in-category)
11910 (todo-set-top-priorities-in-file, todo-show-categories-table)
11911 (todo-sort-categories-alphabetically-or-numerically)
11912 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11913 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11914 (todo-toggle-item-header, todo-toggle-item-highlighting)
11915 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11916 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11917 (todo-unarchive-items, todo-unmark-category): New commands.
11918 (todo-absolute-file-name, todo-add-to-buffer-list)
11919 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11920 (todo-basic-insert-item, todo-category-completions)
11921 (todo-category-number, todo-category-string-matcher-1)
11922 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11923 (todo-check-format, todo-clear-matches)
11924 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11925 (todo-current-category, todo-date-string-matcher)
11926 (todo-define-insertion-command, todo-diary-expired-matcher)
11927 (todo-diary-goto-entry, todo-diary-item-p)
11928 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11929 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11930 (todo-done-item-section-p, todo-done-separator)
11931 (todo-done-string-matcher, todo-files, todo-filter-items)
11932 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11933 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11934 (todo-insert-category-line, todo-insert-item-from-calendar)
11935 (todo-insert-sort-button, todo-insert-with-overlays)
11936 (todo-insertion-command-name, todo-insertion-key-bindings)
11937 (todo-label-to-key, todo-longest-category-name-length)
11938 (todo-make-categories-list, todo-mode-external-set)
11939 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11940 (todo-modes-set-3, todo-multiple-filter-files)
11941 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11942 (todo-read-category, todo-read-date, todo-read-dayname)
11943 (todo-read-file-name, todo-read-time)
11944 (todo-reevaluate-category-completions-files-defcustom)
11945 (todo-reevaluate-default-file-defcustom)
11946 (todo-reevaluate-filelist-defcustoms)
11947 (todo-reevaluate-filter-files-defcustom)
11948 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11949 (todo-reset-done-separator, todo-reset-done-separator-string)
11950 (todo-reset-done-string, todo-reset-global-current-todo-file)
11951 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11952 (todo-reset-prefix, todo-set-categories)
11953 (todo-set-date-from-calendar, todo-set-show-current-file)
11954 (todo-set-top-priorities, todo-short-file-name)
11955 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11956 (todo-total-item-counts, todo-update-buffer-list)
11957 (todo-update-categories-display, todo-update-categories-sexp)
11958 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11959 New functions.
11960 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11961 New major modes.
11962 (todo-categories, todo-display, todo-edit, todo-faces)
11963 (todo-filtered): New defgroups.
11964 (todo-archived-only, todo-button, todo-category-string, todo-date)
11965 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11966 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11967 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11968 (todo-add-item-if-new-category, todo-always-add-time-string)
11969 (todo-categories-align, todo-categories-archived-label)
11970 (todo-categories-category-label, todo-categories-diary-label)
11971 (todo-categories-done-label, todo-categories-number-separator)
11972 (todo-categories-todo-label, todo-categories-totals-label)
11973 (todo-category-completions-files, todo-completion-ignore-case)
11974 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11975 (todo-done-separator-string, todo-done-string)
11976 (todo-files-function, todo-filter-done-items, todo-filter-files)
11977 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11978 (todo-initial-category, todo-initial-file, todo-item-mark)
11979 (todo-legacy-date-time-regexp, todo-mode-line-function)
11980 (todo-nondiary-marker, todo-number-prefix)
11981 (todo-print-buffer-function, todo-show-current-file)
11982 (todo-show-done-only, todo-show-first, todo-show-with-done)
11983 (todo-skip-archived-categories, todo-top-priorities-overrides)
11984 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11985 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11986 New defcustoms.
11987 (todo-category-done, todo-date-pattern, todo-date-string-start)
11988 (todo-diary-items-buffer, todo-done-string-start)
11989 (todo-filtered-items-buffer, todo-item-start)
11990 (todo-month-abbrev-array, todo-month-name-array)
11991 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11992 (todo-top-priorities-buffer): New defconsts.
11993 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11994 (todo-categories-with-marks, todo-category-string-face)
11995 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11996 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11997 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11998 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11999 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12000 (todo-font-lock-keywords, todo-global-current-todo-file)
12001 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12002 (todo-insertion-commands-args)
12003 (todo-insertion-commands-args-genlist)
12004 (todo-insertion-commands-names, todo-insertion-map)
12005 (todo-key-bindings-t, todo-key-bindings-t+a)
12006 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12007 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12008 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12009 (todo-visited): New variables.
12010
12011 2013-06-21 Glenn Morris <rgm@gnu.org>
12012
12013 * play/cookie1.el (cookie-apropos): Add optional display argument.
12014 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12015 (psychoanalyze-pinhead): Use cookie-doctor.
12016
12017 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12018
12019 * emacs-lisp/package.el (tar-get-file-descriptor)
12020 (tar--extract): Declare.
12021
12022 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12023
12024 Extend flymake's warning predicate to be a function (bug#14217).
12025 * progmodes/flymake.el (flymake-warning-predicate): New.
12026 (flymake-parse-line): Use it.
12027 (flymake-warning-re): Make obsolete alias to
12028 `flymake-warning-predicate'.
12029
12030 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12033 (package-obsolete-list): Remove.
12034 (package-activate): Remove min-version argument. Add `force' argument.
12035 Adjust to new package-alist format.
12036 (package-mark-obsolete): Remove.
12037 (package-unpack): Force reload of the package's autoloads.
12038 (package-installed-p): Check builtins if the installed package is not
12039 recent enough.
12040 (package-initialize): Don't reset package-obsolete-list.
12041 Don't specify which package version to activate.
12042 (package-process-define-package, describe-package-1)
12043 (package-menu--generate): Adjust to new package-alist format.
12044
12045 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12046
12047 * allout-widgets.el (allout-widgets-mode-off)
12048 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12049 (allout-widgets-post-command-business)
12050 (allout-widgets-after-copy-or-kill-function)
12051 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12052 (allout-decorate-item-and-context)
12053 (allout-graphics-modification-handler): Fix typos in docstrings.
12054 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12055
12056 * cmuscheme.el (scheme-start-file): Doc fix.
12057 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12058 (scheme-input-filter): Use `string-match-p'.
12059
12060 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12061
12062 * dired-x.el: Use Dired consistently in docstrings.
12063
12064 * dired.el: Use Dired consistently in docstrings.
12065 (dired-readin, dired-mode): Use `setq-local'.
12066 (dired-switches-alist): Make defvar-local.
12067 (dired-buffers-for-dir): Use `zerop'.
12068 (dired-safe-switches-p, dired-switches-escape-p)
12069 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12070 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12071 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12072 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12073 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12074 (dired-toggle-marks, dired-mark-files-containing-regexp)
12075 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12076 (dired-flag-auto-save-files, dired-flag-backup-files):
12077 Use `looking-at-p'.
12078 (dired-mark-files-regexp, dired-build-subdir-alist):
12079 Use `string-match-p', `looking-at-p'.
12080
12081 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12082 (direct-print-region-helper): Use `string-match-p'.
12083
12084 2013-06-21 Leo Liu <sdl.web@gmail.com>
12085
12086 * comint.el (comint-redirect-results-list-from-process):
12087 Fix infinite loop.
12088
12089 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12090
12091 * net/eww.el (eww-update-header-line-format): Quote % characters.
12092
12093 2013-06-21 Glenn Morris <rgm@gnu.org>
12094
12095 * play/cookie1.el (cookie): New custom group.
12096 (cookie-file): New option.
12097 (cookie-check-file): New function.
12098 (cookie): Make it interactive. Make start and end messages optional.
12099 Interactively, display the result. Default to cookie-file.
12100 (cookie-insert): Default to cookie-file.
12101 (cookie-snarf): Make start and end messages optional.
12102 Default to cookie-file. Use with-temp-buffer.
12103 (cookie-read): Rename from read-cookie.
12104 Make start and end messages optional. Default to cookie-file.
12105 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12106 Do not autoload it.
12107 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12108 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12109
12110 2013-06-21 Leo Liu <sdl.web@gmail.com>
12111
12112 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12113
12114 2013-06-21 Glenn Morris <rgm@gnu.org>
12115
12116 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12117
12118 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12119 Daniel Hackney <dan@haxney.org>
12120
12121 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12122 Consolidate the single-file vs tarball code.
12123 (package-desc-suffix): New function.
12124 (package-desc-full-name): Don't bother inlining it.
12125 (package-load-descriptor): Return the new package-desc.
12126 (package-mark-obsolete): Remove unused arg `package'.
12127 (package-unpack): Make it work for single files as well.
12128 Make it update package-alist.
12129 (package--make-autoloads-and-stuff): Rename from
12130 package--make-autoloads-and-compile. Don't compile any more.
12131 (package--compile): New function.
12132 (package-generate-description-file): New function, extracted from
12133 package-unpack-single.
12134 (package-unpack-single): Remove.
12135 (package--with-work-buffer): Add indentation and debugging info.
12136 (package-download-single): Remove.
12137 (package-install-from-archive): Rename from package-download-tar, make
12138 it take a pkg-desc, and make it work for single files as well.
12139 (package-download-transaction): Simplify.
12140 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12141 external tar program.
12142 (package-install-from-buffer): Remove `pkg-desc' argument.
12143 Use package-tar-file-info for tar-mode buffers.
12144 (package-install-file): Simplify accordingly.
12145 (package-archive-base): Change to take a pkg-desc.
12146 * tar-mode.el (tar--check-descriptor): New function, extracted from
12147 tar-get-descriptor.
12148 (tar-get-descriptor): Use it.
12149 (tar-get-file-descriptor): New function.
12150 (tar--extract): New function, extracted from tar-extract.
12151 (tar--extract): Use it.
12152 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12153 case the summary uses non-ascii. Adjust to new calling convention of
12154 package-tar-file-info.
12155
12156 2013-06-21 Leo Liu <sdl.web@gmail.com>
12157
12158 * comint.el (comint-redirect-results-list-from-process):
12159 Fix random delay. (Bug#14681)
12160
12161 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12162
12163 * profiler.el (profiler-format-number): Use log, not log10.
12164
12165 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12166
12167 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12168
12169 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12172 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12173 yet available.
12174 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12175 (AUTOGENEL): ... here.
12176 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12177 (cl--defsubst-expand): Use it.
12178
12179 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12180
12181 * subr.el (log10): Move here from C code, and declare as obsolete.
12182 All uses of (log10 X) replaced with (log X 10).
12183
12184 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12185
12186 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12187 Declare with `defvar-local'.
12188 (tabulated-list-use-header-line, tabulated-list-entries)
12189 (tabulated-list-padding, tabulated-list-printer)
12190 (tabulated-list-sort-key): Declare with `defvar-local'.
12191 (tabulated-list-init-header, tabulated-list-print-fake-header):
12192 Use `setq-local'.
12193
12194 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12195
12196 * arc-mode.el (archive-mode): Add `archive-write-file' to
12197 `write-contents-functions' also for remote files. (Bug#14652)
12198
12199 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12200
12201 * cus-edit.el (custom-commands): Fix typos.
12202 (custom-display): Fix tooltip text.
12203 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12204 Fix typos in docstrings.
12205 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12206 (custom-unlispify-menu-entry, custom-magic-value-create)
12207 (custom-add-see-also, custom-group-value-create): Use ?\s.
12208 (custom-guess-type, customize-apropos, editable-field)
12209 (custom-face-value-create): Use `string-match-p'.
12210 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12211
12212 * custom.el (custom-load-symbol): Use `string-match-p'.
12213
12214 * ansi-color.el: Convert to lexical binding.
12215 (ansi-colors): Fix URL.
12216 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12217 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12218 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12219
12220 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12221
12222 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12223
12224 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12225
12226 2013-06-19 Tom Tromey <tromey@redhat.com>
12227
12228 * net/eww.el (eww-top-url): Remove.
12229 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12230 (eww-render): Set new variables. Don't set eww-top-url.
12231 (eww-handle-link): Handle "prev", "home", and "contents".
12232 Downcase the rel text.
12233 (eww-top-url): Choose best top URL.
12234
12235 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12236
12237 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12238 relying in widget.el. Using widget.el leads to too many
12239 user interface inconsistencies.
12240 (eww-self-insert): Implement entering commands in text fields.
12241 (eww-process-text-input): New function to make text input field editing
12242 work.
12243 (eww-submit): Rewrite to use the new-style form methods.
12244 (eww-select-display): Display the correct selected item.
12245 (eww-change-select): Implement changing the select value.
12246 (eww-toggle-checkbox): Implement radio/checkboxes.
12247 (eww-update-field): Fix compilation error.
12248 (eww-tag-textarea): Implement <textarea>.
12249
12250 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12251 we don't shadow mode-specific bindings.
12252
12253 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12254 nothing to push.
12255
12256 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12257
12258 2013-06-19 Glenn Morris <rgm@gnu.org>
12259
12260 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12261
12262 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12263
12264 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12265 not needed.
12266
12267 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12268
12269 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12270
12271 * net/browse-url.el (browse-url-browser-function):
12272 `eww-browse-url' has the right calling signature, `eww' does not.
12273
12274 2013-06-19 Glenn Morris <rgm@gnu.org>
12275
12276 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12277 Only eval autoloaded macros.
12278 (byte-compile-autoload): Only give the macro warning for macros.
12279
12280 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12281 (ps-underlined-faces): Declare.
12282
12283 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12284 (speedbar-add-supported-extension): Declare.
12285
12286 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12287 Don't include a date stamp in the header of the generated file;
12288 it leads to needless differences between output files.
12289
12290 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12291
12292 * net/secrets.el (secrets-struct-secret-content-type):
12293 Replace check of introspection data by a test call of "CreateItem".
12294 Some servers do not offer introspection.
12295
12296 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * electric.el (electric-pair-mode): Improve interaction with
12299 electric-layout-mode.
12300 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12301 (electric-pair-syntax): Use text-mode-syntax-table in comments
12302 and strings.
12303 (electric-pair--insert): New function.
12304 (electric-pair-post-self-insert-function): Use it and
12305 electric--after-char-pos.
12306
12307 2013-06-19 Leo Liu <sdl.web@gmail.com>
12308
12309 * progmodes/octave.el (octave-help): Fix regexp.
12310
12311 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12312
12313 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12314 (shr-table-horizontal-line): Allow nil as a value, and change the
12315 default.
12316 (shr-insert-table-ruler): Respect the nil value.
12317
12318 2013-06-18 Tom Tromey <tromey@barimba>
12319
12320 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12321 New defvars.
12322 (eww-open-file): New defun.
12323 (eww-render): Initialize new variables.
12324 (eww-display-html): Handle "link" and "a".
12325 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12326 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12327 (eww-back-url): Rename from eww-previous-url.
12328 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12329 New defuns.
12330
12331 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12332
12333 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12334 Distinguish ternary operator tokens from slash symbol and slash
12335 char literal.
12336
12337 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12338
12339 Convert symbol prettification into minor mode and global minor mode.
12340
12341 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12342 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12343 (prettify-symbols--keywords): Rename from
12344 `prog-prettify-symbols-alist' and make a local defvar.
12345 (prettify-symbols--compose-symbol): Rename from
12346 `prog--prettify-font-lock-compose-symbol'.
12347 (prettify-symbols--make-keywords): Rename from
12348 `prog-prettify-font-lock-symbols-keywords' and simplify.
12349 (prog-prettify-install): Remove.
12350 (prettify-symbols-mode): New minor mode, based on
12351 `prog-prettify-install'.
12352 (turn-on-prettify-symbols-mode): New function.
12353 (global-prettify-symbols-mode): New globalized minor mode.
12354
12355 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12356 * progmodes/cfengine.el (cfengine3-mode):
12357 * progmodes/perl-mode.el (perl-mode): Don't call
12358 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12359
12360 2013-06-18 Juri Linkov <juri@jurta.org>
12361
12362 * files-x.el (modify-file-local-variable-message): New function.
12363 (modify-file-local-variable)
12364 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12365 and call `modify-file-local-variable-message' when it's non-nil.
12366 (add-file-local-variable, delete-file-local-variable)
12367 (add-file-local-variable-prop-line)
12368 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12369 and use it. (Bug#9820)
12370
12371 2013-06-18 Juri Linkov <juri@jurta.org>
12372
12373 * emulation/vi.el (vi-shell-op):
12374 * emulation/vip.el (vip-execute-com, ex-command):
12375 * emulation/viper-cmd.el (viper-exec-bang):
12376 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12377 the call of `shell-command-on-region'. (Bug#14637)
12378
12379 * simple.el (shell-command-on-region): Doc fix.
12380
12381 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12384 (bug#14633).
12385
12386 2013-06-18 Glenn Morris <rgm@gnu.org>
12387
12388 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12389
12390 * newcomment.el (comment-search-forward, comment-search-backward):
12391 Doc fix. (Bug#14376)
12392
12393 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12394
12395 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12396 (buffer-face-mode-invoke): Doc fix.
12397
12398 2013-06-18 Matthias Meulien <orontee@gmail.com>
12399
12400 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12401 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12402
12403 2013-06-18 Glenn Morris <rgm@gnu.org>
12404
12405 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12406 Replace obsolete function generic-make-keywords with its expansion.
12407
12408 * progmodes/python.el (ffap-alist): Declare.
12409
12410 * textmodes/reftex.el (bibtex-mode-map): Declare.
12411
12412 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12415 (package-unpack, package-unpack-single): Return the pkg-dir.
12416 (package-download-transaction): Use it to update package-alist.
12417
12418 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12419
12420 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12421 possible choice.
12422
12423 2013-06-17 Juri Linkov <juri@jurta.org>
12424
12425 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12426
12427 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12428
12429 * emacs-lisp/package.el (package-load-descriptor):
12430 Remove `with-syntax-table' call, `read' doesn't need it.
12431 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12432
12433 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12434
12435 * startup.el (command-line): Expand package name returned by
12436 `package--description-file' (bug#14639).
12437
12438 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12439
12440 * emacs-lisp/package.el (package-load-descriptor): Do not call
12441 `emacs-lisp-mode', just use its syntax table.
12442
12443 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12444
12445 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12446 `font-lock-extra-managed-props' if any prettifying keyword is added.
12447 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12448 (prog-mode): Use `setq-local'.
12449
12450 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * international/characters.el (standard-case-table): Set syntax of ?»
12453 and ?« to punctuation.
12454
12455 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12456
12457 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12458 Save relevant match data before calling `syntax-ppss' (bug#14595).
12459
12460 2013-06-15 Juri Linkov <juri@jurta.org>
12461
12462 * files-x.el (modify-file-local-variable-prop-line): Add local
12463 variables to the end of the existing comment on the first line.
12464 Use `file-auto-mode-skip' to skip interpreter magic line,
12465 and also skip XML declaration.
12466
12467 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * startup.el (package--builtin-versions): New var.
12470 (package-subdirectory-regexp): Remove.
12471 (package--description-file): Hard code its value instead.
12472
12473 * emacs-lisp/package.el: Don't activate packages older than builtin.
12474 (package-obsolete-list): Rename from package-obsolete-alist, and make
12475 it into a simple list of package-desc.
12476 (package-strip-version): Remove.
12477 (package-built-in-p): Use package--builtin-versions.
12478 (package-mark-obsolete): Simplify.
12479 (package-process-define-package): Mark it obsolete if older than the
12480 builtin version.
12481 (package-handle-response): Use line-end-position.
12482 (package-read-archive-contents, package--download-one-archive):
12483 Simplify.
12484 (package--add-to-archive-contents): Skip if older than the builtin or
12485 installed version.
12486 (package-menu-describe-package): Fix last change.
12487 (package-list-unversioned): New var.
12488 (package-menu--generate): Use it.
12489
12490 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12491 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12492 (autoload-builtin-package-versions): New variable.
12493 (autoload-generate-file-autoloads): Use them.
12494 Remove the list of autoloaded functions/macros from the
12495 (autoload...) comments.
12496
12497 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12498
12499 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12500
12501 * simple.el (line-move-partial): Don't jump to the next screen
12502 line as soon as it becomes visible. Instead, continue enlarging
12503 the vscroll until the portion of a tall screen line that's left on
12504 display is about the height of the frame's default font.
12505 (Bug#14567)
12506
12507 2013-06-15 Glenn Morris <rgm@gnu.org>
12508
12509 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12510 compilation-error-regexp-alist void, or local while let-bound.
12511
12512 * progmodes/make-mode.el (makefile-mode-syntax-table):
12513 Treat "=" as punctuation. (Bug#14614)
12514
12515 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * help-fns.el (describe-variable):
12518 Add extra line for permanent-local variables.
12519
12520 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12521
12522 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12523 Add export, import, library. (Bug#9164)
12524 (library): Set indent function.
12525
12526 2013-06-14 Glenn Morris <rgm@gnu.org>
12527
12528 * term/xterm.el (xterm--query):
12529 Stop after first matching handler. (Bug#14615)
12530
12531 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12532
12533 Add support for dired in saveplace.
12534 * dired.el (dired-initial-position-hook): New variable.
12535 (dired-initial-position): Call hook to place cursor position.
12536 * saveplace.el (save-place-to-alist): Add dired position.
12537 (save-place-dired-hook): New function.
12538
12539 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12542 through a symbol rather than letrec.
12543
12544 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12545 (package-desc): Add `dir' field.
12546 (package-desc-full-name): New function.
12547 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12548 (package-maybe-load-descriptor): Remove.
12549 (package-load-all-descriptors): Just call package-load-descriptor.
12550 (package--disabled-p): New function.
12551 (package-desc-vers, package-desc-doc): Remove aliases.
12552 (package--dir): Remove function.
12553 (package-activate): Check if a package is disabled.
12554 (package-process-define-package): New function, extracted from
12555 define-package.
12556 (define-package): Turn into a place holder.
12557 (package-unpack-single, package-tar-file-info):
12558 Use package--description-file.
12559 (package-compute-transaction): Use package--disabled-p.
12560 (package-download-transaction): Don't call
12561 package-maybe-load-descriptor since they're all loaded anyway.
12562 (package-install): Change argument to be a pkg-desc.
12563 (package-delete): Use a single pkg-desc argument.
12564 (describe-package-1): Use package-desc-dir instead of package--dir.
12565 Use package-desc property instead of package-symbol.
12566 (package-install-button-action): Adjust accordingly.
12567 (package--push): Rewrite.
12568 (package-menu--print-info): Adjust accordingly. Change the ID format
12569 to be a pkg-desc.
12570 (package-menu-describe-package, package-menu-get-status)
12571 (package-menu--find-upgrades, package-menu-mark-upgrades)
12572 (package-menu-execute, package-menu--name-predicate):
12573 Adjust accordingly.
12574 * startup.el (package--description-file): New function.
12575 (command-line): Use it.
12576 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12577 Use package-desc-version.
12578
12579 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12580 (byte-compile-preprocess): Use it.
12581 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12582 can't quite recognize.
12583 (byte-compile-add-to-list): Remove.
12584 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12585 (cconv-closure-convert): Add assertion.
12586
12587 * emacs-lisp/map-ynp.el: Use lexical-binding.
12588 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12589 Factor out some repeated code.
12590
12591 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * subr.el (with-eval-after-load): New macro.
12594 (eval-after-load): Allow form to be a function.
12595 take advantage of lexical-binding.
12596 (do-after-load-evaluation): Use dolist and adjust to new format.
12597 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12598
12599 2013-06-13 Juri Linkov <juri@jurta.org>
12600
12601 * replace.el (perform-replace): Display "symbol " and other search
12602 modes from `isearch-message-prefix' in the *Help* buffer.
12603
12604 * isearch.el (isearch-query-replace): Add " symbol" and other
12605 possible search modes from `isearch-message-prefix' to the prompt.
12606 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12607 when reading a regexp to collect.
12608
12609 2013-06-13 Juri Linkov <juri@jurta.org>
12610
12611 * isearch.el (word-search-regexp): Match whitespace if the search
12612 string begins or ends in whitespace. The LAX arg is applied to
12613 both ends of the search string. Use `regexp-quote' and explicit
12614 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12615 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12616 boundaries are replaced with symbol boundaries, and characters
12617 between symbols match non-word non-symbol syntax. (Bug#14602)
12618
12619 2013-06-13 Juri Linkov <juri@jurta.org>
12620
12621 * isearch.el (isearch-del-char): Don't exceed the length of
12622 `isearch-string' by the prefix arg. (Bug#14563)
12623
12624 2013-06-13 Juri Linkov <juri@jurta.org>
12625
12626 * isearch.el (isearch-yank-word, isearch-yank-line)
12627 (isearch-char-by-name, isearch-quote-char)
12628 (isearch-printing-char, isearch-process-search-char):
12629 Add optional count prefix arg. (Bug#14563)
12630
12631 * international/isearch-x.el
12632 (isearch-process-search-multibyte-characters):
12633 Add optional count prefix arg.
12634
12635 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12638 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12639 lexical-binding.
12640
12641 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12642
12643 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12644
12645 2013-06-13 Glenn Morris <rgm@gnu.org>
12646
12647 * startup.el (tty-handle-args):
12648 Don't just discard "--" and anything after. (Bug#14608)
12649
12650 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12651
12652 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12653
12654 Implement changes in Secret Service API. Make it backward compatible.
12655 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12656 (secrets-create-item): Use it. Prefix properties with interface.
12657
12658 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12659
12660 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12661 (term-emulate-terminal): Respect term-suppress-hard-newline.
12662
12663 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12664
12665 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12666 Only remove a `thumb-file' overlay. (Bug#14548)
12667
12668 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12669
12670 * mail/reporter.el (reporter-submit-bug-report):
12671 Handle missing package-name. (Bug#14600)
12672
12673 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12674
12675 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12676 (reftex-citation-prompt, reftex-default-bibliography)
12677 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12678 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12679 (reftex-bib-sort-author, reftex-bib-sort-year)
12680 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12681 (reftex-extract-bib-entries-from-thebibliography)
12682 (reftex-get-bibkey-default, reftex-get-bib-names)
12683 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12684 (reftex-format-bib-entry, reftex-parse-bibitem)
12685 (reftex-format-bibitem, reftex-do-citation)
12686 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12687 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12688 (reftex-insert-bib-matches, reftex-format-citation)
12689 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12690 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12691 existing comments into docstrings.
12692
12693 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12694
12695 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12696
12697 2013-06-12 Andreas Schwab <schwab@suse.de>
12698
12699 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12700 for auto-save files.
12701
12702 2013-06-12 Glenn Morris <rgm@gnu.org>
12703
12704 * ido.el (ido-delete-ignored-files): Remove.
12705 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12706 Go back to calling ido-ignore-item-p directly.
12707
12708 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12709
12710 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12711
12712 * ido.el (ido-delete-ignored-files): New function,
12713 split from ido-make-file-list-1.
12714 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12715 (ido-make-file-list-1): Use ido-delete-ignored-files.
12716
12717 2013-06-12 Leo Liu <sdl.web@gmail.com>
12718
12719 * progmodes/octave.el (inferior-octave-startup)
12720 (inferior-octave-completion-table)
12721 (inferior-octave-track-window-width-change)
12722 (octave-eldoc-function-signatures, octave-help)
12723 (octave-find-definition): Use single quoted strings.
12724 (inferior-octave-startup-args): Change default value.
12725 (inferior-octave-startup): Do not hard code "-i" and
12726 "--no-line-editing".
12727 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12728 (inferior-octave-directory-tracker): Use it.
12729 (octave-goto-function-definition): Robustify.
12730 (octave-help): Support highlighting operators in 'See also'.
12731 (octave-find-definition): Find subfunctions only in Octave mode.
12732
12733 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * help-fns.el (help-fns--compiler-macro): If the handler function is
12736 named, then put a link to it.
12737 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12738 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12739 (cl-typep): Use it.
12740 (cl-eval-when): Simplify debug spec.
12741 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12742 compiler-macro function instead of setting `compiler-macro-file'.
12743
12744 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12745
12746 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12747 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12748
12749 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12750 Daniel Hackney <dan@haxney.org>
12751
12752 First part of Daniel Hackney's patch to package.el.
12753 * emacs-lisp/package.el: Use defstruct.
12754 (package-desc): New, main struct.
12755 (package--bi-desc, package--ac-desc): New structs, used to describe the
12756 format in external files.
12757 (package-desc-vers): Replace with package-desc-version accessor.
12758 (package-desc-doc): Replace with package-desc-summary accessor.
12759 (package-activate-1): Remove `package' arg since the pkg-vec now
12760 includes the name.
12761 (define-package): Use package-desc-from-define.
12762 (package-unpack-single): Change file-name arg to be a symbol.
12763 (package--add-to-archive-contents): Use package-desc-create and new
12764 accessor functions to package--ac-desc.
12765 (package-buffer-info, package-tar-file-info): Return a package-desc.
12766 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12767 arg to be a package-desc.
12768 (package-install-file): Adjust accordingly. Use \' to match EOS.
12769 (package--from-builtin): New function.
12770 (describe-package-1, package-menu--generate): Use it.
12771 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12772 (package-generate-autoloads): Idem and return the name of the file.
12773 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12774 Change pkg-info arg to be a package-desc.
12775 Use package-make-ac-desc.
12776 (package-upload-file): Use \' to match EOS.
12777 * finder.el (finder-compile-keywords): Use package-make-builtin.
12778
12779 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * vc/vc.el (vc-deduce-fileset): Change error message.
12782 (vc-read-backend): New function.
12783 (vc-next-action): Use it.
12784
12785 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12786
12787 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12788 (prolog-font-lock-keywords): Use regexp-opt instead.
12789 Don't manually highlight strings.
12790 (prolog-mode-variables): Simplify comment-start-skip.
12791 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12792
12793 * emacs-lisp/generic.el (generic--normalise-comments)
12794 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12795 (generic-mode-set-comments): Use them.
12796 (generic-bracket-support): Use setq-local.
12797 (generic-make-keywords-list): Declare obsolete.
12798
12799 2013-06-11 Glenn Morris <rgm@gnu.org>
12800
12801 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12802 Prettify after setting font-lock-defaults. (Bug#14574)
12803
12804 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12805
12806 * replace.el (query-replace, occur-read-regexp-defaults-function)
12807 (replace-search):
12808 * subr.el (declare-function, number-sequence, local-set-key)
12809 (substitute-key-definition, locate-user-emacs-file)
12810 (with-silent-modifications, split-string, eval-after-load):
12811 Fix typos, remove unneeded backslashes and reflow some docstrings.
12812
12813 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12816 default for Elisp files.
12817
12818 2013-06-11 Glenn Morris <rgm@gnu.org>
12819
12820 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12821 although define-derived-mode was doing this anyway. (Bug#14583)
12822
12823 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12824
12825 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12826 Fix make-variable-buffer-local call to refer to the correct variable.
12827
12828 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12829
12830 * eshell/em-term.el (eshell-visual-commands)
12831 (eshell-visual-subcommands, eshell-visual-options):
12832 Add summary line to docstrings. Add cross-references.
12833
12834 2013-06-10 Glenn Morris <rgm@gnu.org>
12835
12836 * epa.el (epa-read-file-name): New function. (Bug#14510)
12837 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12838
12839 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12840
12841 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12842 output redirection to be ignored with visual commands.
12843
12844 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12845
12846 * eshell/em-term.el (eshell-visual-command-p): New function.
12847 (eshell-term-initialize): Move long lambda to separate function
12848 eshell-visual-command-p.
12849 * eshell/em-dirs.el (eshell-dirs-initialize):
12850 * eshell/em-script.el (eshell-script-initialize):
12851 Add missing #' to lambda.
12852
12853 2013-06-08 Leo Liu <sdl.web@gmail.com>
12854
12855 * progmodes/octave.el (octave-add-log-current-defun): New function.
12856 (octave-mode): Set add-log-current-defun-function.
12857 (octave-goto-function-definition): Do not move point if not found.
12858 (octave-find-definition): Enhance to try subfunctions first.
12859
12860 2013-06-08 Glenn Morris <rgm@gnu.org>
12861
12862 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12863 (byte-compile-backward-char, byte-compile-backward-word):
12864 Improve previous change, to handle non-explicit nil.
12865
12866 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12869 (smie--opener/closer-at-point): New function.
12870 (smie--matching-block-data): Use it. Don't match from right after an
12871 opener or right before a closer. Obey smie-blink-matching-inners.
12872 Don't signal a mismatch for repeated inners like "switch..case..case".
12873
12874 2013-06-07 Leo Liu <sdl.web@gmail.com>
12875
12876 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12877 to t. (Bug#14303)
12878 (octave-function-header-regexp): Fix. (Bug#14570)
12879 (octave-help-mode-finish-hook, octave-help-mode-finish):
12880 Remove. Just use temp-buffer-show-hook.
12881
12882 * newcomment.el (comment-search-backward): Revert last change.
12883 (Bug#14434)
12884
12885 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12886
12887 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12888
12889 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12890 through xargs, to avoid failure due to MS-Windows limitations on
12891 command-line length.
12892
12893 2013-06-06 Glenn Morris <rgm@gnu.org>
12894
12895 * font-lock.el (lisp-font-lock-keywords-2):
12896 Treat user-error like error.
12897
12898 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12899 (byte-compile-backward-char, byte-compile-backward-word):
12900 Handle explicit nil arguments. (Bug#14565)
12901
12902 2013-06-05 Alan Mackenzie <acm@muc.de>
12903
12904 * isearch.el (isearch-allow-prefix): New user option.
12905 (isearch-other-meta-char): Don't exit isearch when a prefix
12906 argument is typed whilst `isearch-allow-prefix' is non-nil.
12907 (Bug#9706)
12908
12909 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * autorevert.el (auto-revert-notify-handler): Use memq.
12912 Hide assertion failure.
12913
12914 * skeleton.el: Use cl-lib.
12915 (skeleton-further-elements): Use defvar-local.
12916 (skeleton-insert): Use cl-progv.
12917
12918 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12919
12920 * progmodes/prog-mode.el (prog-prettify-symbols)
12921 (prog-prettify-install): Update docstrings.
12922
12923 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12924
12925 * simple.el: Move all the prog-mode code to prog-mode.el.
12926 * progmodes/prog-mode.el: New file.
12927 * loadup.el: Add prog-mode.el.
12928
12929 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12930
12931 * simple.el (prog-prettify-symbols): Add version.
12932 (prog-prettify-install): Add convenience function to prettify symbols.
12933
12934 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12935 (perl--augmented-font-lock-keywords-1)
12936 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12937 variables and use it.
12938
12939 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12940 (cfengine3-mode): Remove unneeded variable and use it.
12941
12942 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12943 (lisp--augmented-font-lock-keywords-1)
12944 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12945 Remove unneeded variables and use it.
12946
12947 2013-06-05 João Távora <joaotavora@gmail.com>
12948
12949 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12950 to point when opening the connection. (Bug#14380)
12951
12952 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * subr.el (load-history-regexp, load-history-filename-element)
12955 (eval-after-load, after-load-functions, do-after-load-evaluation)
12956 (eval-next-after-load, display-delayed-warnings)
12957 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12958 definition of save-match-data.
12959 (overriding-local-map): Remove accidental obsolescence declaration.
12960
12961 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12962
12963 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12964
12965 Generalize symbol prettify support to prog-mode and implement it
12966 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12967 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12968 (prog--prettify-font-lock-compose-symbol)
12969 (prog-prettify-font-lock-symbols-keywords): New variables and
12970 functions to support symbol prettification.
12971 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12972 (lisp--augmented-font-lock-keywords-1)
12973 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12974 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12975 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12976 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12977 Implement prettify of -> => :: strings.
12978 * progmodes/perl-mode.el (perl-prettify-symbols)
12979 (perl--font-lock-compose-symbol)
12980 (perl--font-lock-symbols-keywords): Move to prog-mode.
12981 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12982 (perl-font-lock-keywords-1)
12983 (perl-font-lock-keywords-2): Remove explicit prettify support.
12984 (perl--augmented-font-lock-keywords)
12985 (perl--augmented-font-lock-keywords-1)
12986 (perl--augmented-font-lock-keywords-2, perl-mode):
12987 Implement prettify support.
12988
12989 2013-06-05 Leo Liu <sdl.web@gmail.com>
12990
12991 Re-implement SMIE matching block highlight using
12992 show-paren-data-function. (Bug#14395)
12993 * emacs-lisp/smie.el (smie-matching-block-highlight)
12994 (smie--highlight-matching-block-overlay)
12995 (smie--highlight-matching-block-lastpos)
12996 (smie-highlight-matching-block)
12997 (smie-highlight-matching-block-mode): Remove.
12998 (smie--matching-block-data-cache): New variable.
12999 (smie--matching-block-data): New function.
13000 (smie-setup): Use smie--matching-block-data for
13001 show-paren-data-function.
13002
13003 * progmodes/octave.el (octave-mode-menu): Fix.
13004 (octave-find-definition): Skip garbage lines.
13005
13006 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 Fix compilation error with simultaneous dynamic+lexical scoping.
13009 Add warning when a defvar appears after the first let-binding.
13010 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13011 (byte-compile-close-variables): Initialize it.
13012 (byte-compile--declare-var): New function.
13013 (byte-compile-file-form-defvar)
13014 (byte-compile-file-form-define-abbrev-table)
13015 (byte-compile-file-form-custom-declare-variable): Use it.
13016 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13017 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13018 (byte-compile-bind): Handle dynamic bindings that shadow
13019 lexical bindings.
13020 (byte-compile-unbind): Make arg non-optional.
13021 (byte-compile-let): Simplify.
13022 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13023 (cconv--analyse-function, cconv-analyse-form): Populate it.
13024 Protect byte-compile-bound-variables to limit the scope of defvars.
13025 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13026 Remove unneeded rule for `declare'.
13027
13028 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13029 so as to avoid depending on cl-adjoin at run-time.
13030 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13031
13032 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13033 (macroexp--warn-and-return): Use it.
13034
13035 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * subr.el: Convert to lexical binding.
13038 (overriding-local-map): Make obsolete.
13039 (add-to-list): Doc fix. Add compiler macro.
13040 (read-key): Swap values of local maps.
13041
13042 2013-06-05 Leo Liu <sdl.web@gmail.com>
13043
13044 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13045
13046 2013-06-04 Leo Liu <sdl.web@gmail.com>
13047
13048 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13049 (compilation-auto-jump): Suppress the "Mark set" message to give
13050 way to exit message.
13051
13052 2013-06-04 Alan Mackenzie <acm@muc.de>
13053
13054 Remove faulty optimisation from indentation calculation.
13055 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13056 search limit based on 2000 characters back from indent-point.
13057
13058 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13059
13060 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13061
13062 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13063
13064 * emacs-lisp/lisp.el: Use lexical-binding.
13065 (lisp--local-variables-1, lisp--local-variables): New functions.
13066 (lisp--local-variables-completion-table): New var.
13067 (lisp-completion-at-point): Use it complete let-bound vars.
13068
13069 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13070 eagerly (bug#14422).
13071
13072 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13073
13074 * autorevert.el (auto-revert-notify-enabled)
13075 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13076 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13077 (auto-revert-notify-handler): Handle also gfilenotify.
13078
13079 * subr.el (file-notify-handle-event): New defun. Replacing ...
13080 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13081 Remove.
13082
13083 2013-06-03 Juri Linkov <juri@jurta.org>
13084
13085 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13086 `M-s h .'. (Bug#14427)
13087
13088 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13089 command `hi-lock-face-symbol-at-point'.
13090 (hi-lock-face-symbol-at-point): New command.
13091 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13092 (hi-lock-menu): Add `highlight-symbol-at-point'.
13093 (hi-lock-mode): Doc fix.
13094
13095 * isearch.el (isearch-forward-symbol-at-point): New command.
13096 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13097 (isearch-highlight-regexp): Add a regexp which matches
13098 words/symbols for word/symbol mode.
13099
13100 * subr.el (find-tag-default-bounds): New function with the body
13101 mostly moved from `find-tag-default'.
13102 (find-tag-default): Move most code to `find-tag-default-bounds',
13103 call it and apply `buffer-substring-no-properties' afterwards.
13104
13105 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13106
13107 * eshell/em-term.el (eshell-term-initialize):
13108 Use `cl-intersection' rather than `intersection'.
13109
13110 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13111
13112 * vc/log-view.el: Doc fix.
13113 (log-view-mode-map): Copy keymap from `special-mode-map'.
13114
13115 2013-06-02 Eric Ludlam <zappo@gnu.org>
13116
13117 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13118 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13119 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13120 (eieio-unbound, eieio-default-superclass)
13121 (eieio--define-field-accessors, method-static, method-before)
13122 (method-primary, method-after, method-num-lists)
13123 (method-generic-before, method-generic-primary)
13124 (method-generic-after, method-num-slots)
13125 (eieio-specialized-key-to-generic-key)
13126 (eieio--check-type, class-v, class-p)
13127 (eieio-class-name, define-obsolete-function-alias)
13128 (eieio-class-parents-fast, eieio-class-children-fast)
13129 (same-class-fast-p, class-constructor, generic-p)
13130 (generic-primary-only-p, generic-primary-only-one-p)
13131 (class-option-assoc, class-option, eieio-object-p)
13132 (class-abstract-p, class-method-invocation-order)
13133 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13134 (eieio-class-un-autoload, eieio-defclass)
13135 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13136 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13137 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13138 (eieio-defgeneric-reset-generic-form)
13139 (eieio-defgeneric-form-primary-only)
13140 (eieio-defgeneric-reset-generic-form-primary-only)
13141 (eieio-defgeneric-form-primary-only-one)
13142 (eieio-defgeneric-reset-generic-form-primary-only-one)
13143 (eieio-unbind-method-implementations)
13144 (eieio--defmethod, eieio--typep)
13145 (eieio-perform-slot-validation, eieio-validate-slot-value)
13146 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13147 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13148 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13149 (eieio-slot-name-index, eieio-class-slot-name-index)
13150 (eieio-set-defaults, eieio-initarg-to-attribute)
13151 (eieio-attribute-to-initarg, eieio-c3-candidate)
13152 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13153 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13154 (eieio-class-precedence-list, eieio-generic-call-methodname)
13155 (eieio-generic-call-arglst, eieio-generic-call-key)
13156 (eieio-generic-call-next-method-list)
13157 (eieio-pre-method-execution-functions, eieio-generic-call)
13158 (eieio-generic-call-primary-only, eieiomt-method-list)
13159 (eieiomt-optimizing-obarray, eieiomt-install)
13160 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13161 (eieio-generic-form, eieio-defmethod, make-obsolete)
13162 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13163 (defclass): Remove `eval-and-compile' from macro.
13164 (call-next-method, shared-initialize): Instead of using
13165 `scoped-class' variable, use new eieio--scoped-class, and
13166 eieio--with-scoped-class.
13167 (initialize-instance): Rename local variable 'scoped-class' to
13168 'this-class' to remove ambiguitity from old global.
13169
13170 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13171 eieio.el.
13172 (eieio--scoped-class-stack): New variable.
13173 (eieio--scoped-class): New fcn.
13174 (eieio--with-scoped-class): New scoping macro.
13175 (eieio-defclass): Use pushnew instead of add-to-list.
13176 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13177 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13178 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13179 `scoped-class' variable, use new eieio--scoped-class, and
13180 eieio--with-scoped-class.
13181
13182 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13183
13184 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13185
13186 * eshell/esh-ext.el (eshell-external-command): Pass args to
13187 `eshell-find-interpreter'.
13188 (eshell-find-interpreter): Add new second parameter ARGS.
13189
13190 * eshell/em-script.el (eshell-script-initialize): Add second arg
13191 to the function added as MATCH to `eshell-interpreter-alist'.
13192
13193 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13194 the function added as MATCH to `eshell-interpreter-alist'.
13195
13196 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13197 (eshell-visual-options): New defcustom.
13198 (eshell-escape-control-x): Adapt docstring.
13199 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13200 `eshell-visual-options' in addition to `eshell-visual-commands'.
13201 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13202
13203 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13204
13205 * progmodes/python.el (python-indent-block-enders): Add break,
13206 continue and raise keywords.
13207
13208 2013-06-01 Glenn Morris <rgm@gnu.org>
13209
13210 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13211
13212 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13213 * progmodes/cc-cmds.el (delete-forward-p):
13214 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13215 * progmodes/cc-engine.el (buffer-syntactic-context):
13216 * progmodes/cc-fonts.el (face-property-instance):
13217 * progmodes/cc-mode.el (set-keymap-parents):
13218 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13219 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13220 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13221 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13222 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13223
13224 * progmodes/cc-vars.el (other): Emacs has this widget since
13225 at least 21.1, so don't (re)define it.
13226
13227 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13228 Replace the obsolete alias pcomplete-arg-quote-list.
13229
13230 2013-06-01 Leo Liu <sdl.web@gmail.com>
13231
13232 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13233 punctuation syntax.
13234 (inferior-octave-minimal-columns)
13235 (inferior-octave-last-column-width): New variables.
13236 (inferior-octave-track-window-width-change): New function.
13237 (inferior-octave-mode): Adjust column width so that Octave output,
13238 for example from 'ls', can fit into the window nicely.
13239
13240 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13241
13242 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13243 Highlight expansions inside regexp literals.
13244
13245 2013-05-31 Glenn Morris <rgm@gnu.org>
13246
13247 * obsolete/sym-comp.el (symbol-complete):
13248 Replace obsolete completion-annotate-function.
13249
13250 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13251
13252 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13253
13254 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13255 New function, checks if point is inside a literal that allows
13256 expression expansion.
13257 (ruby-syntax-propertize-expansion): Use it.
13258 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13259 around the body.
13260
13261 2013-05-30 Juri Linkov <juri@jurta.org>
13262
13263 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13264 to "\M-si".
13265 (isearch-invisible): New variable.
13266 (isearch-forward): Doc fix.
13267 (isearch-mode): Set `isearch-invisible'
13268 to the value of `search-invisible'.
13269 (isearch-toggle-case-fold): Doc fix.
13270 (isearch-toggle-invisible): New command.
13271 (isearch-query-replace): Let-bind `search-invisible'
13272 to the value of `isearch-invisible'.
13273 (isearch-search): Use `isearch-invisible' instead of
13274 `search-invisible'. Let-bind `search-invisible'
13275 to the value of `isearch-invisible'. (Bug#11378)
13276
13277 2013-05-30 Juri Linkov <juri@jurta.org>
13278
13279 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13280 call when `query-flag' is nil and `search-invisible' is non-nil.
13281 (Bug#11746)
13282
13283 2013-05-30 Glenn Morris <rgm@gnu.org>
13284
13285 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13286
13287 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13288 (cc-require): Suppress spurious "noruntime" warnings.
13289 (cc-require-when-compile): Use fboundp, for sake of compiler.
13290
13291 * progmodes/cc-mode.el: Move load of cc-vars before that of
13292 cc-langs (which in turn loads cc-vars), to quieten compiler.
13293
13294 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * paren.el: Simplify the code.
13297 (show-paren-mode): Always start the timer.
13298 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13299 (show-paren--overlay, show-paren--overlay-1): Rename from
13300 show-paren-overlay and show-paren-overlay-1, and initialize to an
13301 overlay rather than to nil.
13302 (show-paren-function): Misc cleanup and simplifications.
13303
13304 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * paren.el (show-paren-data-function): New hook.
13307 (show-paren--default): New function, extracted from show-paren-function.
13308 (show-paren-function): Use show-paren-data-function.
13309
13310 2013-05-30 Glenn Morris <rgm@gnu.org>
13311
13312 * ielm.el (ielm-map, ielm-complete-symbol):
13313 Use completion-at-point rather than obsolete functions.
13314 (inferior-emacs-lisp-mode): Doc fix.
13315 Set completion-at-point-functions, rather than
13316 comint-dynamic-complete-functions.
13317
13318 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13319 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13320 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13321
13322 * image.el (image-animated-p): Tweak definition.
13323
13324 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13325 (rlogin-process-connection-type): Tweak default. Add set-after.
13326 (rlogin-host): Doc fix.
13327 (rlogin): Tweak prompt.
13328 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13329
13330 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13331 * progmodes/tcl.el (inferior-tcl-mode-map):
13332 Use completion-at-point rather than obsolete alias.
13333
13334 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13335
13336 * minibuffer.el (read-file-name-completion-ignore-case):
13337 Move before completion--in-region, for eager macro expansion.
13338
13339 2013-05-29 Juri Linkov <juri@jurta.org>
13340
13341 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13342 for total count of matching lines. Add `global-matches' for total
13343 count of matches. Rename `matches' to `lines' for count of
13344 matching lines. Add `matches' for count of matches.
13345 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13346 to `prev-line' for line number of prev match endpt.
13347 Increment `matches' for every match. Print the number of
13348 matching lines in the header.
13349 (occur-context-lines): Rename `lines' to `curr-line'.
13350 Rename `prev-lines' to `prev-line'. (Bug#14017)
13351
13352 2013-05-29 Juri Linkov <juri@jurta.org>
13353
13354 * replace.el (perform-replace): Add `skip-read-only-count',
13355 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13356 Increment them for corresponding conditions and report the number
13357 of skipped occurrences in the final message. (Bug#11746)
13358 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13359 (replace-string, replace-regexp): Doc fix.
13360
13361 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13364
13365 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13366 prog-mode-map (bug#14504).
13367
13368 2013-05-29 Leo Liu <sdl.web@gmail.com>
13369
13370 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13371 (octave-help): Small simplification.
13372
13373 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13374 off the highlight first.
13375
13376 2013-05-29 Glenn Morris <rgm@gnu.org>
13377
13378 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13379 Handle idlwave-last-system-routine-info-cons-cell being nil.
13380
13381 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13382 (idlwave-write-paths): Simplify via with-temp-buffer.
13383
13384 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13385 * emulation/cua-rect.el: Also load cua-base at run time.
13386
13387 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13388 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13389 (cperl-imenu-on-info): Require imenu.
13390
13391 2013-05-28 Alan Mackenzie <acm@muc.de>
13392
13393 Handle "capitalised keywords" correctly.
13394 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13395
13396 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13397
13398 * eshell/em-unix.el: Add -r option to cp.
13399
13400 2013-05-28 Glenn Morris <rgm@gnu.org>
13401
13402 * vc/vc-arch.el (vc-exec-after): Declare.
13403 (vc-switches): Autoload.
13404 * vc/vc-bzr.el: No need to require vc when compiling.
13405 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13406 (vc-resynch-buffer, vc-dir-refresh): Declare.
13407 (vc-setup-buffer, vc-switches): Autoload.
13408 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13409 (vc-resynch-buffer): Declare.
13410 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13411 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13412 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13413 (grep-read-regexp, grep-read-files, grep-expand-template)
13414 (vc-dir-refresh): Declare.
13415 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13416 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13417 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13418 * vc/vc-mtn.el (vc-exec-after): Declare.
13419 (vc-switches): Autoload.
13420 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13421 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13422 (vc-file-tree-walk): Declare.
13423 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13424 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13425 (vc-tag-precondition, vc-rename-master): Autoload.
13426 * vc/vc-svn.el (vc-exec-after): Declare.
13427 (vc-switches, vc-setup-buffer): Autoload.
13428 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13429 Autoload.
13430 (vc-resynch-buffer): Declare.
13431
13432 * obsolete/fast-lock.el (byte-compile-warnings):
13433 Don't warn about obsolete features in this obsolete file.
13434
13435 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13436 Move definition before use.
13437
13438 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13439 (dun-unix-verbs): Remove dun-zippy.
13440 (dun-zippy): Remove function.
13441
13442 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13443
13444 2013-05-27 Juri Linkov <juri@jurta.org>
13445
13446 * replace.el (replace-search): New function with code moved out
13447 from `perform-replace'.
13448 (replace-highlight, replace-dehighlight): Move function definitions
13449 up closer to `replace-search'. (Bug#11746)
13450
13451 2013-05-27 Juri Linkov <juri@jurta.org>
13452
13453 * replace.el (perform-replace): Ignore invisible matches.
13454 In addition to checking `query-replace-skip-read-only', also
13455 filter out matches by calling `run-hook-with-args-until-failure'
13456 on `isearch-filter-predicates', and also check `search-invisible'
13457 for t or call `isearch-range-invisible'.
13458 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13459
13460 2013-05-27 Juri Linkov <juri@jurta.org>
13461
13462 * isearch.el (isearch-filter-predicates): Rename from
13463 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13464 (isearch-message-prefix): Display text from the property
13465 `isearch-message-prefix' of the currently active filters.
13466 (isearch-search): Don't compare `isearch-filter-predicate' with
13467 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13468 on `isearch-filter-predicates'. Also check `search-invisible' for t
13469 or call `isearch-range-invisible'.
13470 (isearch-filter-visible): Make obsolete.
13471 (isearch-lazy-highlight-search):
13472 Call `run-hook-with-args-until-failure' on
13473 `isearch-filter-predicates' and use `isearch-range-invisible'.
13474
13475 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13476 `isearch-filter-predicates' instead of `funcall'ing
13477 `isearch-filter-predicate'.
13478 (Info-mode): Set `Info-isearch-filter' to
13479 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13480
13481 * dired-aux.el (dired-isearch-filter-predicate-orig):
13482 Remove variable.
13483 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13484 (dired-isearch-filenames-end): Add and remove
13485 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13486 instead of changing the value of `isearch-filter-predicate'.
13487 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13488 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13489 Put property `isearch-message-prefix' to "filename " on
13490 `dired-isearch-filter-filenames'.
13491
13492 * wdired.el (wdired-change-to-wdired-mode):
13493 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13494 locally instead of changing `isearch-filter-predicate'.
13495 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13496
13497 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13498
13499 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13500 return the commit hash (Bug#14459). Also set the
13501 `vc-git-detached' property.
13502 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13503 (vc-git-mode-line-string): Use the same help-echo format whether
13504 in detached mode or not, because we know the actual revision now.
13505 When in detached mode, shorten the revision to 7 chars.
13506
13507 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * emacs-lisp/easy-mmode.el (define-minor-mode):
13510 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13511 mode hook and provide a docstring.
13512
13513 2013-05-27 Alan Mackenzie <acm@muc.de>
13514
13515 Remove spurious syntax-table text properties inserted by C-y.
13516 * progmodes/cc-mode.el (c-after-change): Also clear hard
13517 syntax-table property with value nil.
13518
13519 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13520
13521 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13522 when reading the events; the buffer layout shall not be changed.
13523
13524 2013-05-27 Leo Liu <sdl.web@gmail.com>
13525
13526 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13527 New variable.
13528 (inferior-octave-directory-tracker): Automatically re-sync
13529 default-directory.
13530 (octave-help): Improve handling of 'See also'.
13531
13532 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * doc-view.el: Minor naming convention tweaks.
13535 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13536
13537 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13538 even if there's no `display' property yet (bug#14435).
13539
13540 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13541
13542 * subr.el (unmsys--file-name): Rename from reveal-filename.
13543
13544 * Makefile.in (custom-deps, finder-data, autoloads)
13545 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13546 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13547 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13548
13549 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13552 error-completion on the first 2 args of condition-case (bug#14446).
13553 Don't burp at EOB.
13554
13555 2013-05-25 Leo Liu <sdl.web@gmail.com>
13556
13557 * comint.el (comint-previous-matching-input): Do not flood the
13558 *Messages* buffer with trivial messages.
13559
13560 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13561
13562 * progmodes/flymake.el (flymake-nop): Don't return a string.
13563 (flymake-set-at): Fix typo.
13564
13565 * simple.el (read--expression): New function, extracted from
13566 eval-expression. Set completion-at-point-functions (bug#14465).
13567 (eval-expression, eval-minibuffer): Use it.
13568
13569 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13570
13571 * progmodes/flymake.el (flymake-save-buffer-in-file)
13572 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13573 (flymake-selected-frame, flymake-log, flymake-ins-after)
13574 (flymake-set-at, flymake-get-buildfile-from-cache)
13575 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13576 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13577 Refine the doc string.
13578 (flymake-get-file-name-mode-and-masks): Reformat.
13579 (flymake-get-real-file-name-function): Fix a minor bug.
13580
13581 2013-05-24 Juri Linkov <juri@jurta.org>
13582
13583 * progmodes/grep.el (grep-mode-font-lock-keywords):
13584 Support =linenumber= format used by git-grep for lines with
13585 function names. (Bug#13549)
13586
13587 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13590 0 after a semi-colon; it works better for smie-auto-fill.
13591 (octave--indent-new-comment-line): New function.
13592 (octave-indent-new-comment-line): Use it (indirectly).
13593 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13594 modify comment-line-break-function.
13595
13596 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13597 (smie-setup): Use add-function to set it.
13598
13599 2013-05-24 Sam Steingold <sds@gnu.org>
13600
13601 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13602 argument (before the `interactive' argument).
13603
13604 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * image-mode.el (image-mode-winprops): Add winprops to
13607 image-mode-winprops-alist before running
13608 image-mode-new-window-functions.
13609 * doc-view.el (doc-view-new-window-function): Don't delay
13610 doc-view-goto-page via timers (bug#14435).
13611
13612 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13613
13614 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13615 (doc-view-desktop-save-buffer): New function.
13616 (doc-view-restore-desktop-buffer): New function.
13617 (desktop-buffer-mode-handlers):
13618 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13619 handler.
13620 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13621 `desktop-save-buffer' function.
13622
13623 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13624
13625 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13626 (tramp-gvfs-file-name-handler): Raise a user error when
13627 `tramp-gvfs-enabled' is nil.
13628 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13629 Do not raise a user error when loading package. (Bug#14447)
13630
13631 * net/xesam.el: Move to obsolete/.
13632
13633 2013-05-24 Glenn Morris <rgm@gnu.org>
13634
13635 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13636
13637 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13638
13639 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13640 (Info-find-node, Man-getpage-in-background): Declare.
13641
13642 * mail/unrmail.el (unrmail):
13643 Replace obsolete detect-coding-with-priority.
13644
13645 * net/socks.el (socks-split-string): Use this rather than split-string.
13646 (socks-nslookup-host): Update for above change.
13647 (dynamic-choice, s5-dynamic-choice-match)
13648 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13649 Comment out unused code.
13650
13651 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13652 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13653 (gud-tooltip-echo-area): Make obsolete.
13654 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13655
13656 * progmodes/js.el (js--optimize-arglist): Declare.
13657
13658 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13659
13660 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13661 (ediff-window-C): Declare.
13662
13663 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13664 Tweak requires to silence compiler.
13665
13666 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13667 (he-search-string, he-tried-table, he-expand-list)
13668 (he-init-string, he-string-member, he-substitute-string)
13669 (he-reset-string): Declare.
13670
13671 * obsolete/options.el (list-options): Use custom-variable-p,
13672 rather than obsolete alias.
13673
13674 2013-05-23 Sam Steingold <sds@gnu.org>
13675
13676 * simple.el (shell-command-on-region): Pass the `replace' argument
13677 down to `call-process-region' to comply with the doc as reported on
13678 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13679
13680 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * emacs-lisp/smie.el (smie-indent-forward-token)
13683 (smie-indent-backward-token): Handle string tokens (bug#14381).
13684
13685 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13686
13687 * ielm.el (ielm-menu): New menu.
13688 (inferior-emacs-lisp-mode): Set comment-start.
13689
13690 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13691
13692 * textmodes/reftex.el (reftex-ref-style-toggle):
13693 Fix deactivate action.
13694
13695 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13696 Add cleveref macros.
13697
13698 * textmodes/reftex-parse.el
13699 (reftex-locate-bibliography-files): Accept options for
13700 bibliography commands.
13701 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13702 Add addbibresource. Basic Biblatex support.
13703
13704 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13705
13706 * net/tramp-gvfs.el (top):
13707 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13708 when loading package. (Bug#14447)
13709
13710 2013-05-23 Glenn Morris <rgm@gnu.org>
13711
13712 * progmodes/js.el: No need to load comint when compiling.
13713 (ring-insert, comint-send-string, comint-send-input)
13714 (comint-last-input-end, ido-chop): Declare.
13715
13716 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13717 * vc/ediff-mult.el: Adjust requires.
13718 (ediff-directories-internal, ediff-directory-revisions-internal)
13719 (ediff-patch-file-internal): Declare.
13720 * vc/ediff-ptch.el: Adjust requires.
13721 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13722 (ediff-find-file): Autoload.
13723 * vc/ediff-util.el: No need to load ediff when compiling.
13724 (ediff-regions-internal): Declare.
13725 * vc/ediff-wind.el: Adjust requires.
13726 (ediff-compute-toolbar-width): Define when compiling.
13727 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13728 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13729 (dired-get-filename, dired-get-marked-files)
13730 (ediff-last-dir-patch, ediff-patch-default-directory)
13731 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13732 (ediff-patch-buffer-internal): Declare.
13733
13734 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13735 (ispell-process, ispell-buffer-local-words, lm-summary)
13736 (lm-section-start, lm-section-end): Declare.
13737 (checkdoc-ispell-init): Simplify.
13738
13739 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13740 (he-string-member, he-reset-string, he-substitute-string): Declare.
13741
13742 * eshell/em-ls.el: Adjust requires.
13743 (eshell-glob-regexp): Declare.
13744 * eshell/em-tramp.el: Adjust requires.
13745 (eshell-parse-command): Autoload.
13746 * eshell/em-xtra.el: Adjust requires.
13747 (eshell-parse-command): Autoload.
13748 * eshell/esh-ext.el: Adjust requires.
13749 (eshell-parse-command, eshell-close-handles): Autoload.
13750 * eshell/esh-io.el: Adjust requires.
13751 (eshell-output-filter): Autoload.
13752 * eshell/esh-util.el: No need to load tramp when compiling.
13753 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13754 Declare.
13755 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13756 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13757 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13758 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13759 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13760 * eshell/esh-opt.el, eshell/esh-proc.el:
13761 * eshell/esh-var.el: Adjust requires.
13762 * eshell/eshell.el: Do not require esh-util twice.
13763 (eshell-add-input-to-history): Declare.
13764 (eshell-command): Check history module is active before using it.
13765
13766 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13767
13768 2013-05-22 Leo Liu <sdl.web@gmail.com>
13769
13770 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13771
13772 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13773
13774 * autorevert.el (auto-revert-notify-add-watch)
13775 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13776 it indicates changes in file modification time.
13777
13778 2013-05-22 Glenn Morris <rgm@gnu.org>
13779
13780 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13781 Always delete the autoloaded function from the noruntime and
13782 unresolved functions lists.
13783
13784 * allout.el: No need to load epa, epg, overlay when compiling.
13785 (epg-context-set-passphrase-callback, epg-list-keys)
13786 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13787 (epg-key-user-id-list): Declare.
13788
13789 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13790 (viper-set-parsing-style-toggling-macro)
13791 (viper-set-emacs-state-searchstyle-macros):
13792 Use called-interactively-p on Emacs.
13793 (viper-looking-back): Make it an obsolete alias. Update callers.
13794 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13795 Use looking-back rather than viper-looking-back.
13796 (viper-tmp-insert-at-eob, viper-enlarge-region)
13797 (viper-read-string-with-history, viper-register-to-point)
13798 (viper-append-to-register, viper-change-state-to-vi)
13799 (viper-backward-char-carefully, viper-forward-char-carefully)
13800 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13801 (viper-change-state-to-emacs): Declare.
13802 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13803 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13804 * emulation/viper-mous.el: Do not load viper-cmd.
13805 (viper-backward-char-carefully, viper-forward-char-carefully)
13806 (viper-forward-word, viper-adjust-window): Declare.
13807
13808 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13809
13810 * progmodes/idlw-help.el (idlwave-help-fontify):
13811 Use called-interactively-p.
13812
13813 * term/w32console.el (w32-get-console-codepage)
13814 (w32-get-console-output-codepage): Declare.
13815
13816 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13817 Remove unnecessary declarations.
13818 (dframe-message): Doc fix.
13819
13820 * info.el (dframe-select-attached-frame, dframe-current-frame):
13821 Declare.
13822
13823 * speedbar.el (speedbar-message): Make it an obsolete alias.
13824 Update all callers.
13825 (speedbar-with-attached-buffer)
13826 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13827 (speedbar-with-writable): Use backquote.
13828 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13829 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13830 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13831 rather than speedbar- aliases.
13832 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13833 (speedbar-make-specialized-keymap, speedbar-insert-button)
13834 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13835 (speedbar-do-function-pointer): Declare.
13836 (rmail-speedbar-button, rmail-speedbar-find-file)
13837 (rmail-speedbar-move-message):
13838 Use dframe-with-attached-buffer rather than speedbar- alias.
13839 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13840 (dframe-message, speedbar-make-specialized-keymap)
13841 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13842 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13843 (speedbar-insert-button, dframe-select-attached-frame)
13844 (dframe-maybee-jump-to-attached-frame)
13845 (speedbar-change-initial-expansion-list)
13846 (speedbar-previously-used-expansion-list-name): Declare.
13847 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13848 Use dframe-message, dframe-with-attached-buffer rather than
13849 speedbar- aliases.
13850 (gud-sentinel): Silence compiler.
13851 * progmodes/vhdl-mode.el (speedbar-refresh)
13852 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13853 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13854 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13855 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13856 (speedbar-file-lists, speedbar-make-tag-line)
13857 (speedbar-line-directory, speedbar-goto-this-file)
13858 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13859 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13860 (speedbar-make-button, speedbar-reset-scanners)
13861 (speedbar-files-item-info, speedbar-line-text)
13862 (speedbar-find-file-in-frame, speedbar-set-timer)
13863 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13864 (speedbar-with-writable): Do not (re)define it.
13865 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13866 rather than speedbar- alias.
13867
13868 2013-05-21 Leo Liu <sdl.web@gmail.com>
13869
13870 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13871 menu items.
13872 (octave-mode): Tweak fill-nobreak-predicate.
13873 (inferior-octave-startup): Check process to avoid infinite loop.
13874 (inferior-octave): Pop to buffer first to show abornmal process
13875 exit information.
13876
13877 2013-05-21 Glenn Morris <rgm@gnu.org>
13878
13879 * printing.el (pr-menu-bar): Define when compiling.
13880
13881 2013-05-21 Leo Liu <sdl.web@gmail.com>
13882
13883 * progmodes/octave.el (octave-auto-fill): Remove.
13884 (octave-indent-new-comment-line): Improve.
13885 (octave-mode): Use auto fill mode through
13886 comment-line-break-function and fill-nobreak-predicate.
13887 (octave-goto-function-definition): Support DEFUN_DLD.
13888 (octave-beginning-of-defun): Small tweak.
13889 (octave-help): Show parent directory.
13890
13891 2013-05-21 Glenn Morris <rgm@gnu.org>
13892
13893 * files.el (dired-unmark):
13894 * progmodes/gud.el (gdb-input): Update declarations.
13895
13896 * calculator.el (electric, ehelp): No need to load when compiling.
13897 (Electric-command-loop, electric-describe-mode): Declare.
13898
13899 * doc-view.el (doc-view-current-converter-processes): Move before use.
13900
13901 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13902 Move MODE-set-explicitly definition before use.
13903
13904 * international/mule-diag.el (mule-diag):
13905 Don't use obsolete window-system-version.
13906
13907 * mail/feedmail.el (smtpmail): No need to load when compiling.
13908 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13909
13910 * mail/mail-utils.el (rfc822): No need to load when compiling.
13911 (rfc822-addresses): Autoload it.
13912 (mail-strip-quoted-names): Trivial simplification.
13913
13914 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13915 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13916
13917 * net/snmp-mode.el (tempo): Don't duplicate requires.
13918
13919 * progmodes/prolog.el (info): No need to load when compiling.
13920 (comint): Require before shell requires it.
13921 (Info-goto-node): Autoload it.
13922 (Info-follow-nearest-node): Declare.
13923 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13924
13925 * textmodes/artist.el (picture-mode-exit): Declare.
13926
13927 * textmodes/reftex-parse.el (reftex-parse-from-file):
13928 Trivial rewrite so the compiler can parse it better.
13929
13930 2013-05-20 Leo Liu <sdl.web@gmail.com>
13931
13932 * progmodes/octave.el (octave-help-mode-map)
13933 (octave-help-mode-finish-hook): New variables.
13934 (octave-help-mode, octave-help-mode-finish): New functions.
13935 (octave-help): Use octave-help-mode.
13936
13937 2013-05-20 Glenn Morris <rgm@gnu.org>
13938
13939 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13940
13941 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13942
13943 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13944 start at point, so that expansion starting right after opening
13945 slash in a regexp is recognized.
13946 (ruby-syntax-before-regexp-re): New defvar, extracted from
13947 ruby-syntax-propertize-function. Since the value of this regexp
13948 is looked up at runtime now, we should be able to turn
13949 `ruby-syntax-methods-before-regexp' into a defcustom later.
13950 (ruby-syntax-propertize-function): Split regexp matching into two
13951 parts, for opening and closing slashes. That allows us to skip
13952 over string interpolations and support multiline regexps.
13953 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13954 for them, which calls `ruby-syntax-propertize-expansion'.
13955 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13956 call to `ruby-syntax-propertize-function'.
13957 (ruby-syntax-propertize-expansion): Extracted from
13958 `ruby-syntax-propertize-expansions'. Handles one expansion.
13959 (ruby-syntax-propertize-percent-literal): Leave point right after
13960 the percent symbol, so that the expression expansion rule can
13961 propertize the contents.
13962 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13963 heredoc openers.
13964 (ruby-syntax-propertize-expansions): Remove.
13965
13966 2013-05-18 Juri Linkov <juri@jurta.org>
13967
13968 * man.el (Man-default-man-entry): Remove `-' from the end
13969 of the default value. (Bug#14400)
13970
13971 2013-05-18 Glenn Morris <rgm@gnu.org>
13972
13973 * comint.el (comint-password-prompt-regexp):
13974 Allow "password for XXX" where XXX contains colons (eg https://...).
13975
13976 2013-05-18 Leo Liu <sdl.web@gmail.com>
13977
13978 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13979 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13980 (octave-source-directories): Don't check process.
13981 (octave-source-directories, octave-find-definition): Doc fix.
13982
13983 2013-05-18 Glenn Morris <rgm@gnu.org>
13984
13985 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13986 Remove backspace/delete bindings. (Bug#14392)
13987
13988 * cus-dep.el (custom-make-dependencies): Sort the output.
13989 (custom-versions-load-alist): Convert comment to doc.
13990
13991 2013-05-17 Leo Liu <sdl.web@gmail.com>
13992
13993 * newcomment.el (comment-search-backward): Stricter in finding
13994 comment start. (Bug#14303)
13995
13996 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13997 (octave-comment-start-skip): Properly anchored.
13998
13999 2013-05-17 Leo Liu <sdl.web@gmail.com>
14000
14001 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14002 Clean up when turned off. (Bug#14395)
14003 (smie--highlight-matching-block-overlay): No longer buffer-local.
14004 (smie-highlight-matching-block): Adjust.
14005
14006 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14007
14008 Doc string fix for "nanoseconds" (Bug#14406).
14009 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14010 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14011
14012 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14013
14014 * calc/calc-units.el (math-extract-units): Preserve powers
14015 of units.
14016
14017 2013-05-17 Leo Liu <sdl.web@gmail.com>
14018
14019 * subr.el (delete-consecutive-dups): New function.
14020 * ido.el (ido-set-matches-1): Use it.
14021 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14022 * ido.el (ido-remove-consecutive-dups): Remove.
14023
14024 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14027 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14028 regexp-opt's `words'.
14029
14030 2013-05-16 Leo Liu <sdl.web@gmail.com>
14031
14032 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14033 (smie--highlight-matching-block-overlay)
14034 (smie--highlight-matching-block-lastpos)
14035 (smie--highlight-matching-block-timer): New variables.
14036 (smie-highlight-matching-block): New function.
14037 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14038 (smie-setup): Conditionally enable smie-blink-matching-open.
14039
14040 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14041
14042 Sync with upstream verilog-mode r840.
14043 * progmodes/verilog-mode.el (verilog-mode-version)
14044 (verilog-mode-release-date): Update.
14045 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14046 (verilog-sig-tieoff): Fix string error on
14047 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14048 (verilog-read-decls): Fix parameters confusing
14049 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14050
14051 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14052
14053 * subr.el (reveal-filename): New function.
14054
14055 * loadup.el: Compute Emacs executable versions on MS-Windows,
14056 where executables have the .exe extension. Add a hard link
14057 emacs-XX.YY.ZZ.exe on MS-Windows.
14058
14059 * Makefile.in (XARGS_LIMIT): New variable.
14060 (custom-deps, finder-data, autoloads)
14061 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14062 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14063 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14064 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14065
14066 2013-05-16 Leo Liu <sdl.web@gmail.com>
14067
14068 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14069 (octave-mode-menu, octave-mode-map): Remove its uses.
14070
14071 2013-05-16 Reto Zimmermann <reto@gnu.org>
14072
14073 Sync with upstream vhdl mode v3.34.2.
14074 * progmodes/vhdl-mode.el: Use `push' throughout.
14075 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14076 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14077 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14078 (vhdl-actual-generic-name): New option to derive actual generic name.
14079 (vhdl-port-paste-signals): Replace formal by actual generics.
14080 (vhdl-beautify): New name for old group vhdl-align. Update users.
14081 (vhdl-beautify-options): New option.
14082 (vhdl-last-input-event): New compat alias. Use throughout.
14083 (vhdl-goto-line): Replace user level function `goto-line'.
14084 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14085 vhdl-fix-statement-buffer.
14086 (vhdl-create-mode-menu): Add some entries.
14087 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14088 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14089 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14090 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14091 to force statements on one line.
14092 (vhdl-remove-trailing-spaces-region):
14093 New, split from vhdl-remove-trailing-spaces.
14094 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14095 Respect vhdl-beautify-options.
14096 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14097 (vhdl-update-sensitivity-list): Not add with index if exists without.
14098 Not include array index with signal. Ignore keywords in comments.
14099 (vhdl-get-visible-signals): Regexp tweaks.
14100 (vhdl-template-component-inst): Handle empty library.
14101 (vhdl-template-type): Add template for 'enum' type.
14102 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14103 Use vhdl-replace-string.
14104 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14105 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14106 (vhdl-speedbar-initialize): Update for above name change.
14107 (vhdl-compose-wire-components): Fix in handling of constants.
14108 (vhdl-error-regexp-emacs-alist): New variable.
14109 (vhdl-error-regexp-add-emacs): New function;
14110 adds support for new compile.el (Emacs 22+)
14111 (vhdl-generate-makefile-1): Change target order for single lib. units.
14112 Allow use of absolute file names.
14113
14114 2013-05-16 Leo Liu <sdl.web@gmail.com>
14115
14116 * simple.el (prog-indent-sexp): Indent enclosing defun.
14117
14118 2013-05-15 Glenn Morris <rgm@gnu.org>
14119
14120 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14121 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14122 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14123 (whitespace-highlight): Move to whitespace group.
14124
14125 * comint.el (comint-source):
14126 * pcmpl-linux.el (pcmpl-linux):
14127 * shell.el (shell-faces):
14128 * eshell/esh-opt.el (eshell-opt):
14129 * international/ccl.el (ccl): Remove empty custom groups.
14130
14131 * completion.el (dynamic-completion-mode):
14132 * jit-lock.el (jit-lock-debug-mode):
14133 * minibuffer.el (completion-in-region-mode):
14134 * type-break.el (type-break-mode-line-message-mode)
14135 (type-break-query-mode):
14136 * emulation/tpu-edt.el (tpu-edt-mode):
14137 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14138 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14139 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14140
14141 * term/xterm.el (xterm): Change parent group to terminals.
14142
14143 * master.el (master): Remove empty custom group.
14144 (master-mode): Remove unused :group argument.
14145 * textmodes/refill.el (refill): Remove empty custom group.
14146 (refill-mode): Remove unused :group argument.
14147
14148 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14149
14150 * cus-dep.el: Provide a feature.
14151 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14152 Don't mistakenly ignore files whose basenames match a basename
14153 from preloaded-file-list (eg cedet/ede/simple.el).
14154 Add a fallback method for getting :group.
14155
14156 2013-05-15 Juri Linkov <juri@jurta.org>
14157
14158 * isearch.el (isearch-char-by-name): Rename from
14159 `isearch-insert-char-by-name'. Doc fix.
14160 (isearch-forward): Mention `isearch-char-by-name' in
14161 the docstring. (Bug#13348)
14162
14163 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14164 `exit-minibuffer' instead of
14165 `isearch-nonincremental-exit-minibuffer'.
14166 (isearch-edit-string): Remove mention of
14167 `isearch-nonincremental-exit-minibuffer' from docstring.
14168 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14169 (isearch-forward-exit-minibuffer)
14170 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14171
14172 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * loadup.el: Just use unversioned DOC.
14175
14176 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14177 literals as extending to EOB.
14178 (nxml-last-fontify-end): Remove unused variable.
14179 (nxml-after-change1): Use with-silent-modifications.
14180 (nxml-extend-after-change-region): Simplify.
14181 (nxml-extend-after-change-region1): Remove function.
14182 (nxml-after-change1): Don't adjust for dependent regions.
14183 (nxml-fontify-matcher): Simplify.
14184 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14185 (xmltok-add-dependent): Remove function.
14186 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14187 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14188 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14189 unclosed <[[, <?, comment, and other literals as extending to EOB.
14190 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14191 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14192 Remove functions.
14193 (rng-do-some-validation-1): Don't mark dependent regions.
14194 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14195 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14196 (nxml-clear-dependent-regions): Remove functions.
14197 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14198 (nxml-ensure-scan-up-to-date):
14199 Don't clear&mark dependent regions.
14200
14201 2013-05-15 Leo Liu <sdl.web@gmail.com>
14202
14203 * progmodes/octave.el (octave-goto-function-definition):
14204 Improve and fix callers.
14205
14206 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14209 the setter (bug#14387).
14210
14211 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14212 surrounding group (bug#14402).
14213
14214 2013-05-14 Juri Linkov <juri@jurta.org>
14215
14216 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14217 (Bug#14390)
14218
14219 2013-05-14 Glenn Morris <rgm@gnu.org>
14220
14221 * progmodes/f90.el (f90-imenu-generic-expression):
14222 Fix typo in 2013-05-08 change. (Bug#14402)
14223
14224 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14225
14226 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14227 Remove signals for which replies are never received.
14228
14229 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14230
14231 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14232 (gdb-handler-alist, gdb-handler-number): Remove variables.
14233 (gdb-handler-list): New variable.
14234 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14235 (gdb-pending-handler-p, gdb-handle-reply)
14236 (gdb-remove-all-pending-triggers): New functions.
14237 (gdb-discard-unordered-replies): New defcustom.
14238 (gdb-handler): New defstruct.
14239 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14240 instead of gdb-pending-triggers. Update docstring.
14241 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14242 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14243 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14244 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14245 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14246 (gdb-frame-handler): Pending triggers are now automatically managed.
14247 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14248 Remove argument.
14249 (gdb-input): Automatically handles pending triggers. Update docstring.
14250 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14251 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14252 Update comments.
14253 (gdb-done-or-error): Now use gdb-handle-reply.
14254
14255 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14256
14257 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14258 gdb-debug-log.
14259
14260 2013-05-14 Glenn Morris <rgm@gnu.org>
14261
14262 * subr.el (user-emacs-directory-warning): New option.
14263 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14264
14265 2013-05-14 Leo Liu <sdl.web@gmail.com>
14266
14267 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14268 during redisplay.
14269 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14270 (octave-font-lock-texinfo-comment): Fix invalid search bound
14271 error: wrong side of point.
14272
14273 2013-05-14 Glenn Morris <rgm@gnu.org>
14274
14275 * progmodes/flymake.el (flymake-xml-program): New option.
14276 (flymake-xml-init): Use it.
14277
14278 * term/xterm.el: Provide a feature.
14279
14280 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14281
14282 2013-05-13 Glenn Morris <rgm@gnu.org>
14283
14284 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14285 Add compat aliases as a hack workaround. (Bug#14384)
14286
14287 2013-05-13 Leo Liu <sdl.web@gmail.com>
14288
14289 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14290 ###, and %!.
14291 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14292 C-M-q.
14293 (octave-comment-start-skip): Include %!.
14294 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14295
14296 2013-05-12 Leo Liu <sdl.web@gmail.com>
14297
14298 * progmodes/octave.el (inferior-octave-startup): Store the value
14299 of __octave_srcdir__ for octave-source-directories.
14300 (inferior-octave-check-process): New function refactored out of
14301 inferior-octave-send-list-and-digest.
14302 (octave-source-directories)
14303 (octave-find-definition-filename-function): New variables.
14304 (octave-source-directories)
14305 (octave-find-definition-default-filename): New functions.
14306 (octave-find-definition): Improve to find functions implemented in C++.
14307
14308 2013-05-12 Glenn Morris <rgm@gnu.org>
14309
14310 * calendar/diary-lib.el (diary-outlook-format-1):
14311 Don't include dayname in the output. (Bug#14349)
14312
14313 2013-05-11 Glenn Morris <rgm@gnu.org>
14314
14315 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14316
14317 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14318 Treat cc-provide like provide.
14319
14320 2013-05-11 Kevin Ryde <user42@zip.com.au>
14321
14322 * cus-dep.el (custom-make-dependencies):
14323 Use generated-autoload-load-name for the sake of files such
14324 such cedet/semantic/bovine/c.el, where the base file name
14325 is not in load-path. (Bug#5277)
14326
14327 2013-05-11 Glenn Morris <rgm@gnu.org>
14328
14329 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14330 Provide features.
14331
14332 2013-05-11 Leo Liu <sdl.web@gmail.com>
14333
14334 * progmodes/octave.el (octave-indent-comment): Improve.
14335 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14336 (octave-eldoc-function-signatures, octave-eldoc-function):
14337 New functions.
14338 (octave-mode, inferior-octave-mode): Add eldoc support.
14339
14340 2013-05-11 Richard Stallman <rms@gnu.org>
14341
14342 * epa.el (epa-decrypt-file): Take output file name as argument
14343 and read it using `interactive'.
14344
14345 2013-05-11 Leo Liu <sdl.web@gmail.com>
14346
14347 * progmodes/octave.el (octave-beginning-of-line)
14348 (octave-end-of-line): Check before using up-list because it jumps
14349 out of more syntactic contructs since moving to smie.
14350 (octave-indent-comment): New function.
14351 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14352 (octave-begin-keywords, octave-end-keywords)
14353 (octave-reserved-words, octave-smie-bnf-table)
14354 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14355
14356 2013-05-11 Glenn Morris <rgm@gnu.org>
14357
14358 * faces.el (internal-face-x-get-resource):
14359 * frame.el (ns-display-monitor-attributes-list):
14360 * calc/calc-aent.el (math-to-radians-2):
14361 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14362 Fix declarations.
14363
14364 * calc/calc-menu.el: Make it loadable in isolation.
14365
14366 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14367 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14368 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14369 (eudc-bbdb-query-internal): Require 'bbdb.
14370
14371 * lpr.el (lpr-headers-switches):
14372 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14373
14374 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14375
14376 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14377
14378 * term.el (term-set-escape-char): Make it idempotent.
14379
14380 2013-05-10 Leo Liu <sdl.web@gmail.com>
14381
14382 * progmodes/octave.el (inferior-octave-completion-table):
14383 No longer a function and all uses changed. Use cache to speed up
14384 completion due to bug#11906.
14385 (octave-beginning-of-defun): Re-write to be more general.
14386
14387 2013-05-10 Glenn Morris <rgm@gnu.org>
14388
14389 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14390
14391 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * comint.el (comint-redirect-send-command-to-process): Use :around
14394 rather than :override for comint-redirect-filter.
14395 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14396 Call it instead of comint-redirect-original-filter-function (which
14397 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14398
14399 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14400
14401 * frame.el (display-monitor-attributes-list): Add NS case.
14402 (ns-display-monitor-attributes-list): Declare.
14403
14404 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14405
14406 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14407
14408 2013-05-09 Glenn Morris <rgm@gnu.org>
14409
14410 * international/fontset.el (vertical-centering-font-regexp):
14411 Set standard-value.
14412
14413 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14414
14415 * bookmark.el (bookmark-search-delay):
14416 * cus-start.el (vertical-centering-font-regexp):
14417 * ps-mule.el (ps-mule-font-info-database-default):
14418 * ps-print.el (ps-default-fg, ps-default-bg):
14419 * type-break.el (type-break-good-break-interval):
14420 * whitespace.el (whitespace-indentation-regexp)
14421 (whitespace-space-after-tab-regexp):
14422 * emacs-lisp/testcover.el (testcover-1value-functions)
14423 (testcover-noreturn-functions, testcover-progn-functions)
14424 (testcover-prog1-functions):
14425 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14426 * eshell/em-glob.el (eshell-glob-translate-alist):
14427 * play/tetris.el (tetris-tty-colors):
14428 * progmodes/cpp.el (cpp-face-default-list):
14429 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14430 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14431 (idlwave-help-browser-generic-args):
14432 * progmodes/make-mode.el (makefile-special-targets-list):
14433 * progmodes/python.el (python-shell-virtualenv-path):
14434 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14435 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14436 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14437 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14438 * textmodes/reftex-vars.el (reftex-format-label-function):
14439 * textmodes/remember.el (remember-diary-file): Fix custom types.
14440
14441 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14442 Add :version.
14443
14444 2013-05-09 Leo Liu <sdl.web@gmail.com>
14445
14446 * progmodes/octave.el (inferior-octave-completion-at-point):
14447 Restore file completion. (Bug#14300)
14448 (inferior-octave-startup): Fix incorrect highlighting for the
14449 first prompt.
14450
14451 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * progmodes/ruby-mode.el: First cut at SMIE support.
14454 (ruby-use-smie): New var.
14455 (ruby-smie-grammar): New constant.
14456 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14457 (ruby-smie--forward-token, ruby-smie--backward-token)
14458 (ruby-smie-rules): New functions.
14459 (ruby-mode-variables): Setup SMIE if applicable.
14460
14461 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14462
14463 * simple.el (line-move-visual): Signal beginning/end of buffer
14464 only if vertical-motion moved less than it was requested. Avoids
14465 silly incorrect error messages when there are display strings with
14466 multiple newlines at EOL.
14467
14468 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14471 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14472 (prolog-char-quote-workaround):
14473 * progmodes/cperl-mode.el (cperl-under-as-char):
14474 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14475 Mark as obsolete.
14476 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14477 their declaration.
14478 (vhdl-mode-syntax-table-init): Remove.
14479
14480 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14481 last change.
14482
14483 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14484 syntax for "_".
14485 (ld-script-font-lock-keywords):
14486 Change regexps to use things like \_< and \_>.
14487
14488 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14489 Change all regexps to use things like \_< and \_>.
14490
14491 * progmodes/autoconf.el (autoconf-definition-regexp)
14492 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14493 Handle a _ with symbol syntax.
14494 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14495
14496 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14497 Consolidate declaration.
14498 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14499 the declaration.
14500 (ada-create-syntax-table): Remove.
14501 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14502 already has the right syntax nowadays.
14503 (ada-goto-next-word): Don't change the syntax of "_".
14504
14505 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14506 with-wrapper-hook.
14507
14508 2013-05-08 Sam Steingold <sds@gnu.org>
14509
14510 * thingatpt.el (thing-at-point): Accept optional second argument
14511 NO-PROPERTIES to strip the text properties from the return value.
14512 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14513 to `thing-at-point' instead of stripping the properties ourselves.
14514 Also, when `thing-at-point' fails to find a url, prepend "http://"
14515 to the filename at point on the assumption that the user is
14516 pointing at something like gnu.org/gnu.
14517
14518 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14519
14520 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14521 * faces.el (crm-separator):
14522 Silence byte-compiler.
14523
14524 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14525 (tool-bar-map): Remove unneeded defvars.
14526
14527 2013-05-08 Leo Liu <sdl.web@gmail.com>
14528
14529 Re-work a fix for bug#10994 based on Le Wang's patch.
14530 * ido.el (ido-remove-consecutive-dups): New helper.
14531 (ido-completing-read): Use it.
14532 (ido-chop): Revert fix for bug#10994.
14533
14534 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14535
14536 * cus-edit.el (custom-save-variables):
14537 Pretty-print long values. (Bug#14187)
14538
14539 2013-05-08 Glenn Morris <rgm@gnu.org>
14540
14541 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14542 (m4-mode-syntax-table): Init in the defvar.
14543 (m4-mode-abbrev-table): Let define-derived-mode define it.
14544
14545 2013-05-08 Tom Tromey <tromey@redhat.com>
14546
14547 * progmodes/m4-mode.el (m4-mode-syntax-table):
14548 Do not treat "_" as word constituent. (Bug#14167)
14549
14550 2013-05-07 Glenn Morris <rgm@gnu.org>
14551
14552 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14553 Remove explicit eshell-isearch-cancel-map.
14554
14555 * progmodes/f90.el (f90-smart-end-names): New option.
14556 (f90-smart-end): Doc fix.
14557 (f90-end-block-optional-name): New constant.
14558 (f90-block-match): Respect f90-smart-end-names.
14559
14560 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14561
14562 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14563 about implicit semi-colons (bug#14218).
14564
14565 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14566
14567 * frame.el (display-monitor-attributes-list)
14568 (frame-monitor-attributes): New functions.
14569
14570 2013-05-06 Leo Liu <sdl.web@gmail.com>
14571
14572 * progmodes/octave.el (octave-syntax-propertize-function): Change
14573 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14574 (octave-font-lock-keywords): Use octave-operator-regexp.
14575 (octave-completion-at-point): Rename from
14576 octave-completion-at-point-function.
14577 (inferior-octave-directory-tracker): Robustify.
14578 (octave-text-functions): Remove and fix its uses. No such things
14579 any more.
14580
14581 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * emacs-lisp/trace.el (trace--display-buffer): New function.
14584 (trace-make-advice): Use it.
14585
14586 2013-05-06 Juri Linkov <juri@jurta.org>
14587
14588 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14589 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14590 Doc fix.
14591 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14592 in the help string. (Bug#12985)
14593
14594 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14595
14596 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14597
14598 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * progmodes/perl-mode.el: Add support for here documents.
14601 (perl-syntax-propertize-function): Match here-doc markers.
14602 (perl-syntax-propertize-special-constructs): Find their end.
14603 (perl-imenu-generic-expression): Use [:alnum:].
14604
14605 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14606 (advice--add-function): Refresh the advice if already present
14607 (bug#14317).
14608
14609 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14610
14611 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14612
14613 2013-05-06 Glenn Morris <rgm@gnu.org>
14614
14615 * w32-fns.el (w32-charset-info-alist): Declare.
14616
14617 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14618 of its defcustom properties.
14619 (eshell-cmpl-initialize): No need to load pcomplete.
14620
14621 * generic-x.el: No need to require comint when compiling.
14622
14623 * net/eudc-export.el: Make it loadable without bbdb.
14624 (top-level): Use require rather than load-library.
14625 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14626 (eudc-batch-export-records-to-bbdb)
14627 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14628 Require bbdb.
14629
14630 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14633 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14634 some tweaks, instead.
14635
14636 2013-05-05 Leo Liu <sdl.web@gmail.com>
14637
14638 * progmodes/octave.el (octave-font-lock-keywords)
14639 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14640 (inferior-octave-send-list-and-digest): Improve error message.
14641 (octave-mode, inferior-octave-mode): Use setq-local.
14642 (octave-help): Set info-lookup-mode.
14643
14644 2013-05-05 Richard Stallman <rms@gnu.org>
14645
14646 * vc/compare-w.el (compare-windows-whitespace):
14647 Treat no-break space as whitespace.
14648
14649 * mail/rmailsum.el (rmail-summary-rmail-update):
14650 Detect empty summary and don't change selected message.
14651 (rmail-summary-goto-msg): Likewise.
14652
14653 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14654 Doc fixes, rename args.
14655
14656 2013-05-05 Alan Mackenzie <acm@muc.de>
14657
14658 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14659
14660 2013-05-05 Juri Linkov <juri@jurta.org>
14661
14662 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14663 to not add the length of the summary segment to the return value.
14664 (Bug#14125)
14665
14666 2013-05-05 Leo Liu <sdl.web@gmail.com>
14667
14668 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14669 (inferior-octave-output-filter): Remove.
14670 (octave-send-region, inferior-octave-startup): Fix callers.
14671 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14672 (octave-binary-file-extensions): New user variable.
14673 (octave-find-definition): Confirm if opening binary files.
14674 (octave-help-file): Use octave-find-definition to get the binary
14675 confirmation.
14676 (octave-help): Adjust for octave-help-file change.
14677
14678 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14681 Merge the two entries that handle function definitions.
14682 (pascal--syntax-propertize): New const.
14683 (pascal-mode): Use it. Use setq-local.
14684
14685 2013-05-04 Glenn Morris <rgm@gnu.org>
14686
14687 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14688 (diary-from-outlook): Respect diary-from-outlook-function.
14689
14690 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14693 Move the declaration from C.
14694 (read-minibuffer, eval-minibuffer): Move from C.
14695 (completion-setup-function): Avoid minibuffer-completion-contents.
14696
14697 2013-05-03 Leo Liu <sdl.web@gmail.com>
14698
14699 * progmodes/octave.el (octave-font-lock-keywords): Do not
14700 dehighlight 'end' in comments or strings.
14701 (octave-completing-read, octave-goto-function-definition):
14702 New helpers.
14703 (octave-help-buffer): New user variable.
14704 (octave-help-file, octave-help-function): New button types.
14705 (octave-help): New command and bind it to C-h ;.
14706 (octave-find-definition): New command and bind it to M-.
14707 (user-error): Alias to error if not defined.
14708
14709 2013-05-02 Leo Liu <sdl.web@gmail.com>
14710
14711 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14712 for \. (bug#14332)
14713 (octave-font-lock-keywords): Include [ and {.
14714
14715 2013-05-02 Leo Liu <sdl.web@gmail.com>
14716
14717 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14718 (inferior-octave): Remove calling comint-mode and return the buffer.
14719 (inferior-octave-startup): Cosmetic changes.
14720
14721 2013-05-02 Leo Liu <sdl.web@gmail.com>
14722
14723 * progmodes/octave.el (octave-syntax-propertize-function):
14724 Include the case when ' is at line beginning. (Bug#14336)
14725
14726 2013-05-02 Glenn Morris <rgm@gnu.org>
14727
14728 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14729 * desktop.el (vc-dir-mode): Just autoload it here.
14730
14731 2013-05-02 Alan Mackenzie <acm@muc.de>
14732
14733 Eliminate variable c-standard-font-lock-fontify-region-function.
14734 * progmodes/cc-mode.el
14735 (c-standard-font-lock-fontify-region-function): Remove.
14736 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14737
14738 2013-05-01 Leo Liu <sdl.web@gmail.com>
14739
14740 * progmodes/octave.el: Compatible with older emacs-24 releases.
14741 (inferior-octave-has-built-in-variables): Remove. Built-in
14742 variables were removed from Octave in 2007.
14743 (inferior-octave-startup): Fix uses.
14744 (comint-line-beginning-position): Remove compatibility code for
14745 emacs 21.
14746
14747 2013-05-01 Juri Linkov <juri@jurta.org>
14748
14749 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14750
14751 2013-05-01 Juri Linkov <juri@jurta.org>
14752
14753 * comint.el (comint-previous-matching-input): Don't print message
14754 "History item: %d" when `isearch-mode' is active.
14755 (comint-history-isearch-message): Print message "History item: %d"
14756 when `comint-input-ring-index' is not empty and this function is
14757 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14758
14759 2013-05-01 Leo Liu <sdl.web@gmail.com>
14760
14761 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14762 definitions. Use completion-at-point to insert keywords.
14763 (octave-abbrev-start): Remove.
14764 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14765
14766 2013-04-30 Leo Liu <sdl.web@gmail.com>
14767
14768 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14769 change.
14770
14771 2013-04-30 Alan Mackenzie <acm@muc.de>
14772
14773 Handle arbitrarily long C++ member initialisation lists.
14774 * progmodes/cc-engine.el (c-back-over-member-initializers):
14775 new function.
14776 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14777 (most) member init lists.
14778
14779 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14780
14781 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14782 variable.
14783
14784 2013-04-30 Leo Liu <sdl.web@gmail.com>
14785
14786 * progmodes/octave.el (octave-variables): Remove. No builtin
14787 variables any more. All converted to functions.
14788 (octave-font-lock-keywords, octave-completion-at-point-function):
14789 Fix uses.
14790 (octave-font-lock-texinfo-comment): New user variable.
14791 (octave-texinfo-font-lock-keywords): New variable for texinfo
14792 comment block.
14793 (octave-function-comment-block): New face.
14794 (octave-font-lock-texinfo-comment): New function.
14795 (octave-mode): Font lock texinfo comment block.
14796
14797 2013-04-29 Leo Liu <sdl.web@gmail.com>
14798
14799 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14800 indexing expression.
14801 (octave-continuation-string): Do not use \.
14802 (inferior-octave-complete-impossible): Remove.
14803 (inferior-octave-completion-table)
14804 (inferior-octave-completion-at-point): Remove its uses.
14805 (inferior-octave-startup): completion_matches was introduced to
14806 Octave in 1996 so safe to assume it.
14807 (octave-function-file-comment): Improve to follow how Octave does it.
14808 (octave-update-function-file-comment): Tweak.
14809
14810 2013-04-29 Leo Liu <sdl.web@gmail.com>
14811
14812 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14813 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14814 (octave-function-file-comment): Fix typo.
14815 (octave-sync-function-file-names): Use read-char-choice.
14816
14817 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14818
14819 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14820 to t for the less important warnings.
14821
14822 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14823
14824 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14825
14826 2013-04-27 Glenn Morris <rgm@gnu.org>
14827
14828 * vc/log-view.el (log-view-current-entry):
14829 Treat "---" separator lines as part of the following rev. (Bug#14169)
14830
14831 2013-04-27 Juri Linkov <juri@jurta.org>
14832
14833 * subr.el (read-number): Doc fix about using it by interactive
14834 code letter `n'. (Bug#14254)
14835
14836 2013-04-27 Juri Linkov <juri@jurta.org>
14837
14838 * desktop.el (desktop-auto-save-timeout): New option.
14839 (desktop-file-checksum): New variable.
14840 (desktop-save): Add optional arg `auto-save' and don't auto-save
14841 if nothing changed.
14842 (desktop-auto-save-timer): New variable.
14843 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14844 (after-init-hook): Call `desktop-auto-save-set-timer'.
14845 Suggested by Reuben Thomas <rrt@sc3d.org> in
14846 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14847
14848 2013-04-27 Leo Liu <sdl.web@gmail.com>
14849
14850 * progmodes/octave.el (octave-function-file-p)
14851 (octave-skip-comment-forward, octave-function-file-comment)
14852 (octave-update-function-file-comment): New functions.
14853 (octave-mode-map): Bind C-c ; to
14854 octave-update-function-file-comment.
14855 (octave-mode-menu): Add octave-update-function-file-comment.
14856 (octave-mode, inferior-octave-mode): Fix doc-string.
14857 (octave-insert-defun): Conform to Octave's coding convention.
14858 (Bug#14285)
14859
14860 * files.el (basic-save-buffer): Don't let errors in
14861 before-save-hook prevent saving buffer.
14862
14863 2013-04-20 Roland Winkler <winkler@gnu.org>
14864
14865 * faces.el (read-face-name): Use completing-read if arg multiple
14866 is nil.
14867
14868 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14869
14870 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14871 displayed, move point to after the totals line.
14872 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14873 for the details.
14874
14875 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14878 Add current dir to the load-path.
14879 (package-generate-autoloads): Don't rely on
14880 autoload-ensure-default-file.
14881
14882 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14883
14884 * textmodes/remember.el (remember-store-in-files): Document that
14885 the file name format is passed to `format-time-string'.
14886
14887 2013-04-26 Leo Liu <sdl.web@gmail.com>
14888
14889 * progmodes/octave.el (octave-sync-function-file-names): New function.
14890 (octave-mode): Use it in before-save-hook.
14891
14892 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14893
14894 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14895 (bug#14274).
14896
14897 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14898 \n and comment, even if it's not an implicit ; (bug#14218).
14899
14900 2013-04-26 Glenn Morris <rgm@gnu.org>
14901
14902 * subr.el (read-number): Once more use `read' rather than
14903 `string-to-number', to trap non-numeric input. (Bug#14254)
14904
14905 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14906
14907 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14908 Use `syntax-multiline' text property consistently instead of
14909 `font-lock-multiline'. (Bug#14237)
14910
14911 2013-04-26 Glenn Morris <rgm@gnu.org>
14912
14913 * emacs-lisp/shadow.el (list-load-path-shadows):
14914 No longer necessary to check for duplicate simple.el, since
14915 2012-07-07 change to init_lread to not include installation lisp
14916 directories in load-path when running uninstalled. (Bug#14270)
14917
14918 2013-04-26 Leo Liu <sdl.web@gmail.com>
14919
14920 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14921 (octave-mode, inferior-octave-mode): Use setq-local.
14922 (octave-not-in-string-or-comment-p): Rename to
14923 octave-in-string-or-comment-p.
14924 (octave-in-comment-p, octave-in-string-p)
14925 (octave-in-string-or-comment-p): Replace defsubst with defun.
14926
14927 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14928
14929 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14930
14931 2013-04-25 Bastien Guerry <bzg@gnu.org>
14932
14933 * textmodes/remember.el (remember-data-directory)
14934 (remember-directory-file-name-format): Fix custom types.
14935
14936 2013-04-25 Leo Liu <sdl.web@gmail.com>
14937
14938 * progmodes/octave.el (octave-completion-at-point-function):
14939 Make use of inferior octave process.
14940 (octave-initialize-completions): Remove.
14941 (inferior-octave-completion-table): New function.
14942 (inferior-octave-completion-at-point): Use it.
14943 (octave-completion-alist): Remove.
14944
14945 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14948 (opascal-mode-syntax-table): New var.
14949 (opascal-literal-kind, opascal-is-literal-end)
14950 (opascal-literal-token-at): Rewrite.
14951 (opascal--literal-start-re, opascal-font-lock-keywords)
14952 (opascal--syntax-propertize): New constants.
14953 (opascal-font-lock-defaults): Adjust.
14954 (opascal-mode): Use them. Set comment-<foo> variables as well.
14955 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14956 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14957 (delphi-other-face, opascal-other-face): Remove face variables.
14958 (opascal-save-state): Remove macro.
14959 (opascal-fontifying-progress-step): Remove constant.
14960 (opascal--ignore-changes): Remove var.
14961 (opascal-set-token-property, opascal-parse-next-literal)
14962 (opascal-is-stable-literal, opascal-complete-literal)
14963 (opascal-is-literal-start, opascal-face-of)
14964 (opascal-parse-region, opascal-parse-region-until-stable)
14965 (opascal-fontify-region, opascal-after-change)
14966 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14967 (opascal-debug-parse-region, opascal-debug-parse-window)
14968 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14969 (opascal-debug-fontify-buffer): Remove.
14970 (opascal-debug-mode-map): Adjust accordingly.
14971
14972 2013-04-25 Leo Liu <sdl.web@gmail.com>
14973
14974 Merge octave-mod.el and octave-inf.el into octave.el with some
14975 cleanups.
14976 * progmodes/octave.el: New file renamed from octave-mod.el.
14977 * progmodes/octave-inf.el: Merged into octave.el.
14978 * progmodes/octave-mod.el: Renamed to octave.el.
14979
14980 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14981
14982 * textmodes/reftex-vars.el
14983 (reftex-label-ignored-macros-and-environments): New defcustom.
14984
14985 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14986
14987 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14990 (smie-indent-keyword): Improve the check to ensure that the next
14991 comment is really on the same line.
14992 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14993
14994 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14995 semi-colons if the line is not otherwise empty (bug#14218).
14996
14997 2013-04-25 Glenn Morris <rgm@gnu.org>
14998
14999 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15000
15001 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * progmodes/opascal.el (opascal-set-token-property): Rename from
15004 opascal-set-text-properties and only set `token' (bug#14134).
15005 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15006 (opascal-literal-text-properties): Remove.
15007 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15008 Adjust callers.
15009
15010 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15011
15012 * textmodes/remember.el (remember-handler-functions): Add an
15013 option for a new handler `remember-store-in-files'.
15014 (remember-data-directory, remember-directory-file-name-format):
15015 New options.
15016 (remember-store-in-files): New function to store remember notes
15017 as separate files within a directory.
15018
15019 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15020
15021 * progmodes/compile.el (compilation-next-error-function):
15022 Pass "formats" to compilation-find-file (bug#11777).
15023
15024 2013-04-24 Glenn Morris <rgm@gnu.org>
15025
15026 * vc/vc-bzr.el (vc-bzr-print-log):
15027 * vc/vc-hg.el (vc-hg-print-log):
15028 * vc/vc-svn.el (vc-svn-print-log):
15029 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15030
15031 * vc/vc-bzr.el (vc-bzr-print-log):
15032 * vc/vc-cvs.el (vc-cvs-print-log):
15033 * vc/vc-git.el (vc-git-print-log):
15034 * vc/vc-hg.el (vc-hg-print-log):
15035 * vc/vc-mtn.el (vc-mtn-print-log):
15036 * vc/vc-rcs.el (vc-rcs-print-log):
15037 * vc/vc-sccs.el (vc-sccs-print-log):
15038 * vc/vc-svn.el (vc-svn-print-log):
15039 * vc/vc.el (vc-print-log-internal): Doc fixes.
15040
15041 2013-04-23 Glenn Morris <rgm@gnu.org>
15042
15043 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15044 Remove venerable code attempting to avoid substitute-command-keys.
15045
15046 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15047
15048 * textmodes/reftex-vars.el (reftex-label-regexps):
15049 Call `reftex-compile-variables' after changes to this variable.
15050
15051 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15054 Use lexical-binding.
15055 (jit-lock-force-redisplay): Use markers, check buffer's continued
15056 existence and beware narrowed buffers.
15057 (jit-lock-fontify-now): Adjust call accordingly.
15058
15059 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15062 to avoid misleading the user.
15063
15064 2013-04-22 Leo Liu <sdl.web@gmail.com>
15065
15066 * info-look.el: Prefer latex2e.info. (Bug#14240)
15067
15068 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15069
15070 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15071
15072 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15073 * net/tramp.el (tramp-call-process): ... here.
15074 (tramp-set-completion-function, tramp-parse-putty):
15075 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15076 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15077 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15078 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15079 (tramp-call-local-coding-command): Use `tramp-call-process'
15080 instead of `tramp-compat-call-process'.
15081
15082 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15083 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15084 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15085 (tramp-find-inline-compress): Improve traces.
15086 (tramp-maybe-send-script): Check for Perl binary.
15087 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15088
15089 2013-04-22 Daiki Ueno <ueno@gnu.org>
15090
15091 * epg.el (epg-context-pinentry-mode): New function.
15092 (epg-context-set-pinentry-mode): New function.
15093 (epg--start): Pass --pinentry-mode option to gpg command.
15094
15095 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15096
15097 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15098 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15099 `completion-at-point'. (Bug#13774)
15100
15101 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15102 default key binding for `describe-distribution' has been moved to
15103 `C-h C-o'. (Bug#13970)
15104
15105 2013-04-21 Glenn Morris <rgm@gnu.org>
15106
15107 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15108 Add doc strings.
15109 (vc-print-log): Clarify interactive prompt.
15110
15111 2013-04-20 Glenn Morris <rgm@gnu.org>
15112
15113 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15114 No longer include timestamp etc information.
15115
15116 2013-04-20 Roland Winkler <winkler@gnu.org>
15117
15118 * faces.el (read-face-name): Bug fix, return just one face if arg
15119 multiple is nil. (Bug#14209)
15120
15121 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15122
15123 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15124 (remove-function): Autoload.
15125
15126 * comint.el (comint-redirect-original-filter-function): Remove.
15127 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15128 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15129 (vc-cvs-annotate-command):
15130 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15131 * progmodes/prolog.el (prolog-consult-compile):
15132 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15133 Use add/remove-function instead.
15134 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15135 (gud-tooltip-process-output, gud-tooltip-tips):
15136 Use add/remove-function instead.
15137 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15138 (scheme-interaction-mode, exit-scheme-interaction-mode):
15139 Use add/remove-function instead.
15140
15141 * vc/vc-dispatcher.el: Use lexical-binding.
15142 (vc--process-sentinel): Rename from vc-process-sentinel.
15143 Change last arg to be the code to run. Don't use vc-previous-sentinel
15144 and vc-sentinel-commands any more.
15145 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15146 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15147
15148 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15149
15150 * progmodes/sh-script.el (sh-imenu-generic-expression):
15151 Handle function names with a single character. (Bug#14111)
15152
15153 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15154
15155 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15156 for subroutines defined in an eval (bug#14182).
15157
15158 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15159
15160 * bookmark.el (bookmark-completing-read): Improve handling of empty
15161 string (bug#14176).
15162
15163 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15164
15165 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15166
15167 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15168
15169 New faster Imenu implementation (bug#14058).
15170 * progmodes/python.el:
15171 (python-imenu-prev-index-position):
15172 (python-imenu-format-item-label-function)
15173 (python-imenu-format-parent-item-label-function)
15174 (python-imenu-format-parent-item-jump-label-function):
15175 New vars.
15176 (python-imenu-format-item-label)
15177 (python-imenu-format-parent-item-label)
15178 (python-imenu-format-parent-item-jump-label)
15179 (python-imenu--put-parent, python-imenu--build-tree)
15180 (python-imenu-create-index, python-imenu-create-flat-index)
15181 (python-util-popn): New functions.
15182 (python-mode): Set imenu-create-index-function to
15183 python-imenu-create-index.
15184
15185 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * winner.el (winner-active-region): Use region-active-p, activate-mark
15188 and deactivate-mark (bug#14225).
15189
15190 * simple.el (deactivate-mark): Don't inline it.
15191
15192 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15193
15194 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15195
15196 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15197
15198 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15199 file extensions from the archive-mode entry in order to prefer
15200 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15201
15202 2013-04-18 Leo Liu <sdl.web@gmail.com>
15203
15204 * bindings.el (help-event-list): Add ?\?.
15205
15206 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15207
15208 * subr.el (with-wrapper-hook): Declare obsolete.
15209 * simple.el (filter-buffer-substring-function): New hook.
15210 (filter-buffer-substring): Use it.
15211 (filter-buffer-substring-functions): Mark obsolete.
15212 * minibuffer.el (completion-in-region-function): New hook.
15213 (completion-in-region): Use it.
15214 (completion-in-region-functions): Mark obsolete.
15215 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15216 * abbrev.el (abbrev-expand-function): New hook.
15217 (expand-abbrev): Use it.
15218 (abbrev-expand-functions): Mark obsolete.
15219 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15220 and :filter-return.
15221
15222 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15223
15224 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15225 and do not care about match data.
15226
15227 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15230 completion tables when completing error conditions and
15231 `declare' arguments.
15232 (lisp-complete-symbol, field-complete): Mark as obsolete.
15233 (check-parens): Unmatched parens are user errors.
15234 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15235
15236 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15237
15238 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15239 command changed buffer (ie. `flyspell-pre-buffer' is not current
15240 buffer), which prevents making decisions based on invalid value of
15241 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15242 cause an error when `flyspell-pre-point' was nil after switching
15243 buffers.
15244 (flyspell-post-command-hook): No longer needs to change buffers when
15245 checking pre-word. While at it remove unnecessary progn.
15246
15247 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15248
15249 * textmodes/ispell.el (ispell-add-per-file-word-list):
15250 Fix `flyspell-correct-word-before-point' error when accepting
15251 words and `coment-padding' is an integer by using
15252 `comment-normalize-vars' (Bug #14214).
15253
15254 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15255
15256 New defun movement commands.
15257 * progmodes/python.el (python-nav--syntactically)
15258 (python-nav--forward-defun, python-nav-backward-defun)
15259 (python-nav-forward-defun): New functions.
15260
15261 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15262
15263 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15264 (python-syntax-context): Use named compiler-macro for backwards
15265 compatibility with Emacs 24.x.
15266
15267 2013-04-17 Leo Liu <sdl.web@gmail.com>
15268
15269 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15270 octave-hide-process-buffer.
15271
15272 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15275 (bug#14216).
15276
15277 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15278
15279 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15280 Fix adjustment of offset when receiving incomplete responses from GDB
15281 (bug#14129).
15282
15283 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15284
15285 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15286 python-mode-abbrev-table.
15287 (python-skeleton-define): Adjust accordingly.
15288 (python-mode-abbrev-table): New table that inherits from it so that
15289 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15290
15291 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15292 (abbrev-symbol): Use it.
15293 (abbrev--before-point): Use it since we already handle inheritance.
15294
15295 2013-04-16 Leo Liu <sdl.web@gmail.com>
15296
15297 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15298 binding to info-lookup-symbol.
15299
15300 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15301
15302 * minibuffer.el (completion--twq-all):
15303 * term/ns-win.el (ns-initialize-window-system):
15304 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15305
15306 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15307
15308 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15309 global bindings.
15310
15311 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15312
15313 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15314
15315 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15316 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15317 to nil.
15318 (ruby-end-of-defun): Remove the unused arg, change the docstring
15319 to reflect that this function is only used as the value of
15320 `end-of-defun-function'.
15321 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15322 to reflect an earlier change that beginning/end-of-defun functions
15323 jump between methods in a class definition, as well as top-level
15324 functions.
15325
15326 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15327
15328 * minibuffer.el (minibuffer-complete): Don't just scroll
15329 a *Completions* that's been iconified.
15330 (minibuffer-force-complete): Make sure repetitions do cycle when going
15331 through completion-in-region -> minibuffer-complete.
15332
15333 2013-04-15 Alan Mackenzie <acm@muc.de>
15334
15335 Correct the placement of c-cpp-delimiters when there're #s not at
15336 col 0.
15337
15338 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15339 place a submatch around the #.
15340 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15341 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15342 on the #, not BOL.
15343
15344 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15347 (advice--member-p): New arg `name'.
15348 (advice--add-function, advice-member-p): Use it (bug#14202).
15349
15350 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15351
15352 Reformulate java imenu-generic-expression.
15353 The old expression contained ill formed regexps.
15354
15355 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15356 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15357 (cc-imenu-java-method-arg-regexp): New defconsts.
15358 (cc-imenu-java-build-type-args-regex): New defun.
15359 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15360 handling of spaces in the regexp.
15361
15362 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15363
15364 * textmodes/ispell.el (ispell-command-loop): Remove
15365 flyspell highlight of a word when ispell accepts it (bug #14178).
15366
15367 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15368
15369 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15370 uses code from the previous `ange-ftp-run-real-handler'.
15371 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15372 only in case that function exist. This is needed for proper
15373 unloading of Tramp.
15374
15375 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15376
15377 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15378
15379 * textmodes/reftex.el (reftex-compile-variables): Use it.
15380
15381 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * files.el (normal-mode): Only use default major-mode if no other mode
15384 was specified.
15385
15386 * emacs-lisp/trace.el (trace-values): New function.
15387
15388 * files.el: Allow : in local variables (bug#14089).
15389 (hack-local-variable-regexp): New var.
15390 (hack-local-variables-prop-line, hack-local-variables): Use it.
15391
15392 2013-04-13 Roland Winkler <winkler@gnu.org>
15393
15394 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15395 data before it gets modified by bibtex-beginning-of-entry.
15396
15397 2013-04-13 Roland Winkler <winkler@gnu.org>
15398
15399 * textmodes/bibtex.el (bibtex-url): Doc fix.
15400
15401 2013-04-13 Roland Winkler <winkler@gnu.org>
15402
15403 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15404 does not visit a BibTeX file, exclude it from the list of buffers
15405 returned by bibtex-initialize.
15406
15407 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15408
15409 * window.el (split-window): Remove interactive form, since as a
15410 command this function is a special case of split-window-below.
15411 Correct doc string.
15412
15413 2013-04-12 Roland Winkler <winkler@gnu.org>
15414
15415 * faces.el (read-face-name): Do not override value of arg default.
15416 Allow single faces and strings as default values. Remove those
15417 elements from return value that are not faces.
15418 (describe-face): Simplify.
15419 (face-at-point): New optional args thing and multiple so that this
15420 function can provide the same functionality previously provided by
15421 read-face-name.
15422 (make-face-bold, make-face-unbold, make-face-italic)
15423 (make-face-unitalic, make-face-bold-italic, invert-face)
15424 (modify-face, read-face-and-attribute): Use face-at-point.
15425
15426 * cus-edit.el (customize-face, customize-face-other-window)
15427 * cus-theme.el (custom-theme-add-face)
15428 * face-remap.el (buffer-face-set)
15429 * facemenu.el (facemenu-set-face): Use face-at-point.
15430
15431 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15432
15433 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15434
15435 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15436
15437 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15438 off leading { and trailing } from field values.
15439
15440 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15441
15442 * emacs-lisp/timer.el (timer--check): New function.
15443 (timer--time, timer-set-function, timer-event-handler): Use it.
15444 (timer-set-idle-time): Simplify.
15445 (timer--activate): CSE.
15446 (timer-event-handler): Give more info in error message.
15447 (internal-timer-start-idle): New function, moved from C.
15448
15449 * mpc.el (mpc-proc): Add `restart' argument.
15450 (mpc-proc-cmd): Use it.
15451 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15452 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15453 less often.
15454
15455 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15456
15457 * progmodes/sh-script.el: Implement `sh-mode' own
15458 `add-log-current-defun-function' (bug#14112).
15459 (sh-current-defun-name): New function.
15460 (sh-mode): Use the function.
15461
15462 2013-04-09 Bastien Guerry <bzg@gnu.org>
15463
15464 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15465
15466 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15467
15468 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15469
15470 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15471 timer (bug#14156).
15472
15473 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15474
15475 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15476 declaration.
15477
15478 2013-04-07 Leo Liu <sdl.web@gmail.com>
15479
15480 * pcmpl-x.el: New file.
15481
15482 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15483
15484 Do not set x-display-name until X connection is established.
15485 This is needed to prevent from weird situation described at
15486 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15487 * frame.el (make-frame): Set x-display-name after call to
15488 window system initialization function, not before.
15489 * term/x-win.el (x-initialize-window-system): Add optional
15490 display argument and use it.
15491 * term/w32-win.el (w32-initialize-window-system):
15492 * term/ns-win.el (ns-initialize-window-system):
15493 * term/pc-win.el (msdos-initialize-window-system):
15494 Add compatible optional display argument.
15495
15496 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15497
15498 * files.el (normal-backup-enable-predicate): On MS-Windows and
15499 MS-DOS compare truenames of temporary-file-directory and of the
15500 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15501 don't fail comparison by compare-strings. Also, compare file
15502 names case-insensitively on MS-Windows and MS-DOS.
15503
15504 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15507 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15508
15509 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15510
15511 * whitespace.el (whitespace-color-on, whitespace-color-off):
15512 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15513
15514 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15515
15516 * ispell.el (ispell-set-spellchecker-params):
15517 Really set `ispell-args' for all equivs.
15518
15519 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15520
15521 * ido.el (ido-completions): Use extra elements of ido-decorations
15522 (bug#14143).
15523 (ido-decorations): Update docstring.
15524
15525 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15526
15527 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15528 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15529 nil during initialization, in order not to miss changes since the
15530 file was opened. (Bug#14140)
15531
15532 2013-04-05 Leo Liu <sdl.web@gmail.com>
15533
15534 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15535
15536 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15537
15538 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15539
15540 2013-04-04 Glenn Morris <rgm@gnu.org>
15541
15542 * electric.el (electric-pair-inhibit-predicate): Add :version.
15543
15544 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15547 when a package is required several times (bug#14082).
15548
15549 2013-04-04 Roland Winkler <winkler@gnu.org>
15550
15551 * faces.el (read-face-name): Behave as promised by the docstring.
15552 Assume that arg default is a list of faces.
15553 (describe-face): Call read-face-name with list of default faces.
15554
15555 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15556
15557 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15558 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15559 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15560 the header.
15561 (bookmark-exit-hook-internal): Save even if list is empty.
15562
15563 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15564
15565 * emacs-lisp/package.el (package-pinned-packages): New var.
15566 (package--add-to-archive-contents): Obey it (bug#14118).
15567
15568 2013-04-03 Alan Mackenzie <acm@muc.de>
15569
15570 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15571 Also adapt to the new values of element 7 of a parse state.
15572
15573 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15574 parameter `not-in-delimiter'. Handle being inside comment opener.
15575 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15576 character in case we're typing a '*' after a '/'.
15577 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15578 instead by passing the parameter to c-state-pp-to-literal.
15579
15580 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15581 for elt. 7 of a parse state.
15582
15583 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15584
15585 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15586 * international/latin1-disp.el, international/mule-util.el:
15587 * language/cyril-util.el, language/european.el, language/ind-util.el:
15588 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15589 * language/tibetan.el, language/viet-util.el:
15590 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15591
15592 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15595 (electric-pair-post-self-insert-function): Use it.
15596 (electric-pair-default-inhibit): New function, extracted from
15597 electric-pair-post-self-insert-function.
15598
15599 2013-03-31 Roland Winkler <winkler@gnu.org>
15600
15601 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15602
15603 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15604
15605 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15606
15607 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15608
15609 Un-indent after "pass" and "return" statements (Bug#13888)
15610 * progmodes/python.el (python-indent-block-enders): New var.
15611 (python-indent-calculate-indentation): Use it.
15612
15613 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15614
15615 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15616 defun. Defining it as defalias could introduce too eager
15617 byte-compiler optimization. (Bug#14030)
15618
15619 2013-03-30 Chong Yidong <cyd@gnu.org>
15620
15621 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15622
15623 2013-03-30 Leo Liu <sdl.web@gmail.com>
15624
15625 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15626 (kmacro-execute-from-register): Pass the keyboard macro to
15627 kmacro-call-macro or repeating won't work correctly.
15628
15629 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15630
15631 * progmodes/subword.el: Back to using `forward-symbol'.
15632
15633 * subr.el (forward-whitespace, forward-symbol)
15634 (forward-same-syntax): Move from thingatpt.el.
15635
15636 2013-03-29 Leo Liu <sdl.web@gmail.com>
15637
15638 * kmacro.el (kmacro-to-register): New command.
15639 (kmacro-execute-from-register): New function.
15640 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15641
15642 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * mpc.el: Use defvar-local and setq-local.
15645 (mpc--proc-connect): Connection failures are not bugs.
15646 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15647 (mpc-volume-map): Bind to the up-events.
15648
15649 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15650
15651 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15652 instead of `forward-symbol'.
15653
15654 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15655
15656 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15657 (edebug--recursive-edit): Use it.
15658 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15659 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15660
15661 2013-03-28 Leo Liu <sdl.web@gmail.com>
15662
15663 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15664
15665 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15666
15667 * facemenu.el (list-colors-callback): New defvar.
15668 (list-colors-redisplay): New function.
15669 (list-colors-display): Install list-colors-redisplay as the
15670 revert-buffer-function. (Bug#14063)
15671
15672 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15675 and suffixes don't overlap (bug#14061).
15676
15677 * case-table.el: Use lexical-binding.
15678 (case-table-get-table): New function.
15679 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15680
15681 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15682
15683 * progmodes/subword.el: Add `superword-mode' to do word motion
15684 over symbol_words (parallels and leverages `subword-mode' which
15685 does word motion inside MixedCaseWords).
15686
15687 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15688
15689 * eshell/em-unix.el: Move su and sudo to...
15690 * eshell/em-tramp.el: ...Eshell tramp module.
15691
15692 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15695 Change return value to be a sexp. Delay `get-buffer' to after
15696 restoring the desktop (bug#13951).
15697
15698 2013-03-26 Leo Liu <sdl.web@gmail.com>
15699
15700 * register.el: Move semantic tag handling back to
15701 cedet/semantic/senator.el. (Bug#14052)
15702
15703 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15706 into the prompt either (bug#13963).
15707
15708 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15709
15710 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15711 part of "(error-foo)".
15712
15713 2013-03-24 Juri Linkov <juri@jurta.org>
15714
15715 * replace.el (list-matching-lines-prefix-face): New defcustom.
15716 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15717 `occur-engine' if `face-differs-from-default-p' returns t.
15718 (occur-engine): Add `,' inside backquote construct to evaluate
15719 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15720 Pass `prefix-face' to the functions `occur-context-lines' and
15721 `occur-engine-add-prefix'.
15722 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15723 `prefix-face' and propertize the prefix with `prefix-face'.
15724 (Bug#14017)
15725
15726 2013-03-24 Leo Liu <sdl.web@gmail.com>
15727
15728 * nxml/rng-valid.el (rng-validate-while-idle)
15729 (rng-validate-quick-while-idle): Guard against deleted buffer.
15730 (Bug#13999)
15731
15732 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15733 is the last entry in kill-buffer-hook.
15734
15735 * files.el (kill-buffer-hook): Doc fix.
15736
15737 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15738
15739 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15740 Make it safe-local.
15741
15742 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15743
15744 2013-03-23 Leo Liu <sdl.web@gmail.com>
15745
15746 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15747 Remove.
15748
15749 * nxml/rng-valid.el (rng-validate-mode)
15750 (rng-after-change-function, rng-do-some-validation):
15751 * nxml/rng-maint.el (rng-validate-buffer):
15752 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15753 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15754 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15755 (nxml-extend-after-change-region): Use with-silent-modifications.
15756
15757 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15758 timer-idle-list.
15759
15760 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15761 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15762 timer-idle-list. (Bug#13999)
15763
15764 2013-03-23 Juri Linkov <juri@jurta.org>
15765
15766 * info.el (info-index-match): New face.
15767 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15768 main pattern and add text properties with the new face to matches
15769 in index entries relative to the beginning of the index entry.
15770 (Bug#14015)
15771
15772 2013-03-21 Eric Ludlam <zappo@gnu.org>
15773
15774 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15775 Inhibit read only while inserting objects.
15776
15777 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15778
15779 * progmodes/cfengine.el: Update docs to mention
15780 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15781 symbol motion. Remove "_" from the word syntax.
15782
15783 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15784
15785 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15786 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15787
15788 2013-03-20 Juri Linkov <juri@jurta.org>
15789
15790 * info.el (Info-next-reference-or-link)
15791 (Info-prev-reference-or-link): New functions.
15792 (Info-next-reference, Info-prev-reference): Use them.
15793 (Info-try-follow-nearest-node): Handle footnote navigation.
15794 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15795
15796 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15799 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15800
15801 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15802
15803 Suppress unnecessary non-ASCII chatter during build process.
15804 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15805 (batch-skkdic-convert): Suppress most of the chatter.
15806 It's not needed so much now that machines are faster,
15807 and its non-ASCII component was confusing; see Dmitry Gutov in
15808 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15809
15810 2013-03-20 Leo Liu <sdl.web@gmail.com>
15811
15812 * ido.el (ido-chop): Fix bug#10994.
15813
15814 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15815
15816 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15817 Remove vars.
15818 (whitespace-color-on, whitespace-color-off):
15819 Use `font-lock-fontify-buffer' (Bug#13817).
15820
15821 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15824 remapping in mode-line.
15825 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15826
15827 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15828
15829 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15830 value for `whitespace-line' face (Bug#13875).
15831 (whitespace-font-lock-keywords): Change description.
15832 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15833 the constructed keywords instead.
15834 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15835
15836 2013-03-19 Leo Liu <sdl.web@gmail.com>
15837
15838 * progmodes/compile.el (compilation-display-error): New command.
15839 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15840 C-o. (Bug#13992)
15841
15842 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15843
15844 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15845
15846 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15847
15848 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15849
15850 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15851
15852 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15853
15854 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15855 * net/tramp-gvfs.el (top):
15856 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15857 (tramp-handle-shell-command): Use it.
15858 (tramp-dissect-file-name): Raise an error when hostname is a
15859 method name, and neither method nor user is specified.
15860
15861 * net/trampver.el: Update release number.
15862
15863 2013-03-18 Leo Liu <sdl.web@gmail.com>
15864
15865 Make sure eldoc can be turned off properly.
15866 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15867 eldoc-mode.
15868 (eldoc-display-message-p): Revert last change.
15869 (eldoc-display-message-no-interference-p)
15870 (eldoc-print-current-symbol-info): Tweak.
15871
15872 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15873
15874 * doc-view.el (doc-view-new-window-function): Check the new window
15875 overlay's display property instead the char property of the
15876 buffer's first char. Use `with-selected-window' instead of
15877 `save-window-excursion' with `select-window'.
15878 (doc-view-document->bitmap): Check the current doc-view overlay's
15879 display property instead the char property of the buffer's first char.
15880
15881 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15882
15883 Automate the build of ja-dic.el (Bug#13984).
15884 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15885 from the input, rather than assume that it's been done for us by the
15886 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15887 the current date into a ja-dic.el comment, as that complicates
15888 regression testing.
15889
15890 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * whitespace.el: Fix double evaluation.
15893 (whitespace-space, whitespace-hspace, whitespace-tab)
15894 (whitespace-newline, whitespace-trailing, whitespace-line)
15895 (whitespace-space-before-tab, whitespace-indentation)
15896 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15897 obsolete defvars.
15898 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15899 (whitespace-color-on): Use a single font-lock-add-keywords call.
15900 Fix double-evaluation of face variables.
15901
15902 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15903
15904 * net/tramp-adb.el (tramp-adb-parse-device-names):
15905 Use `start-process' instead of `call-process'. Otherwise, the
15906 function might be blocked under MS Windows. (Bug#13299)
15907
15908 2013-03-17 Leo Liu <sdl.web@gmail.com>
15909
15910 Extend eldoc to display info in the mode-line. (Bug#13978)
15911 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15912 (eldoc-mode-line-string): New variable.
15913 (eldoc-minibuffer-message): New function.
15914 (eldoc-message-function): New variable.
15915 (eldoc-message): Use it.
15916 (eldoc-display-message-p)
15917 (eldoc-display-message-no-interference-p):
15918 Support eldoc-post-insert-mode.
15919
15920 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15921 (eval-expression): Run it.
15922
15923 2013-03-17 Roland Winkler <winkler@gnu.org>
15924
15925 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15926 strings in the list of return values.
15927
15928 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15929
15930 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15931 radix before checking for HMS forms.
15932
15933 2013-03-16 Leo Liu <sdl.web@gmail.com>
15934
15935 * progmodes/scheme.el: Add indentation and font-locking for λ.
15936 (Bug#13975)
15937
15938 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15941 token before point (bug#13942).
15942
15943 2013-03-16 Leo Liu <sdl.web@gmail.com>
15944
15945 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15946
15947 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15948
15949 * startup.el (command-line-normalize-file-name): Fix handling of
15950 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15951 <xfq.free@gmail.com> in
15952 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15953
15954 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15955
15956 Sync with Tramp 2.2.7.
15957
15958 * net/trampver.el: Update release number.
15959
15960 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15961
15962 * doc-view.el: Fix bug#13887.
15963 (doc-view-insert-image): Don't modify overlay associated to
15964 non-live windows, and implement horizontal centering of image in
15965 case it's smaller than the window.
15966 (doc-view-new-window-function): Force redisplay of new windows on
15967 doc-view buffers.
15968
15969 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15970
15971 * saveplace.el (save-place-alist-to-file): Don't sort
15972 `save-place-alist', just pretty-print it (bug#13882).
15973
15974 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15975
15976 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15977 Check whether `default-file-name-coding-system' is bound.
15978 It isn't in XEmacs.
15979
15980 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15981
15982 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15983 backquotes for `obsolete' (bug#13929).
15984
15985 * international/mule.el (find-auto-coding): Include file name in
15986 obsolescence warning (bug#13922).
15987
15988 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15989
15990 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15991 for CFEngine 3-specific indentation.
15992 (cfengine3-indent-line): Use it. Fix up category regex.
15993 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15994
15995 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * type-break.el (type-break-file-name):
15998 * textmodes/remember.el (remember-data-file):
15999 * strokes.el (strokes-file):
16000 * shadowfile.el (shadow-initialize):
16001 * saveplace.el (save-place-file):
16002 * ps-bdf.el (bdf-cache-file):
16003 * progmodes/idlwave.el (idlwave-config-directory):
16004 * net/quickurl.el (quickurl-url-file):
16005 * international/kkc.el (kkc-init-file-name):
16006 * ido.el (ido-save-directory-list-file):
16007 * emulation/viper.el (viper-custom-file-name):
16008 * emulation/vip.el (vip-startup-file):
16009 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16010 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16011
16012 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16013
16014 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16015 * language/thai-word.el: Switch to UTF-8.
16016
16017 See ChangeLog.16 for earlier changes.
16018
16019 ;; Local Variables:
16020 ;; coding: utf-8
16021 ;; End:
16022
16023 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16024
16025 This file is part of GNU Emacs.
16026
16027 GNU Emacs is free software: you can redistribute it and/or modify
16028 it under the terms of the GNU General Public License as published by
16029 the Free Software Foundation, either version 3 of the License, or
16030 (at your option) any later version.
16031
16032 GNU Emacs is distributed in the hope that it will be useful,
16033 but WITHOUT ANY WARRANTY; without even the implied warranty of
16034 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16035 GNU General Public License for more details.
16036
16037 You should have received a copy of the GNU General Public License
16038 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.