]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
77ab12faaf9d6b397c969d21d55ee3334c1cdfbc
[gnu-emacs] / lisp / ChangeLog
1 2014-10-13 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
4 (authors-obsolete-files-regexps): Additions.
5 (authors-no-scan-regexps): New constant.
6 (authors-no-scan-file-p): New function.
7 (authors): Respect authors-no-scan-file-p.
8
9 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10
11 Fix import completion. (Bug#18582)
12 * progmodes/python.el (python-shell-completion-get-completions):
13 Fix import case regexp.
14
15 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
18 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
19 * progmodes/prolog.el (prolog-electric--underscore): Same.
20
21 2014-10-09 Glenn Morris <rgm@gnu.org>
22
23 * frame.el (display-monitor-attributes-list): Doc tweaks.
24
25 2014-10-08 Eli Zaretskii <eliz@gnu.org>
26
27 * faces.el (display-grayscale-p): Mention in the doc string that
28 the argument can be either a display name or a frame.
29
30 * frame.el (display-pixel-height, display-pixel-width)
31 (display-mm-height, display-mm-width, display-backing-store)
32 (display-save-under, display-planes, display-color-cells)
33 (display-visual-class, display-monitor-attributes-list)
34 (display-screens): Mention in the doc string that the argument can
35 be either a display name or a frame. Improve the docs of the
36 monitor attributes. (Bug#18636)
37
38 2014-10-06 Martin Rudalics <rudalics@gmx.at>
39
40 * term.el (term-window-width): Subtract 1 from the width when
41 any fringe has zero width, not just the right fringe. (Bug#18601)
42
43 2014-10-05 Leo Liu <sdl.web@gmail.com>
44
45 * imenu.el (imenu-default-goto-function): Fix typo.
46
47 2014-10-04 Glenn Morris <rgm@gnu.org>
48
49 * frame.el (frame-monitor-attributes)
50 (display-monitor-attributes-list): Doc fixes.
51
52 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
53
54 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
55 (vc-svn-ignore): Use it. (Bug#18619)
56
57 2014-10-03 Martin Rudalics <rudalics@gmx.at>
58
59 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
60 In doc-string mention need to set `frame-resize-pixelwise'.
61
62 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
65 similarly to Rogers's 2010-06-16 change for the remote case
66 (bug#18605).
67
68 2014-10-01 Glenn Morris <rgm@gnu.org>
69
70 * emacs-lisp/package.el (package-import-keyring):
71 Create gnupg directory private. (Bug#17625#155)
72
73 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * progmodes/python.el (python-shell-completion-get-completions):
76 Use python-shell--prompt-calculated-input-regexp from the
77 process buffer (bug#18582).
78 Don't assume that `line' comes from the process buffer.
79
80 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
81
82 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
83 (bug#18462).
84
85 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * emacs-lisp/package.el (package-check-signature): Default to nil if
88 GPG is not available.
89 (package-refresh-contents): Don't mess with the keyring if we won't
90 check the signatures anyway.
91
92 2014-09-18 Kan-Ru Chen <kanru@kanru.info>
93
94 * window.el (fit-window-to-buffer): When counting buffer width,
95 count the whole visible buffer. Correctly convert the body-height
96 to pixel size for window-text-pixel-size (Bug#18498).
97
98 2014-09-14 Glenn Morris <rgm@gnu.org>
99
100 * image.el (image-multi-frame-p): Fix thinko - do not force
101 a delay if none was specified. (Bug#18334)
102
103 2014-09-12 Kan-Ru Chen <kanru@kanru.info>
104
105 * window.el (fit-window-to-buffer): Doc fix.
106
107 2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
108
109 * desktop.el (desktop-create-buffer): Check that buffers are still live
110 before burying them (bug#18373).
111
112 2014-09-09 Glenn Morris <rgm@gnu.org>
113
114 * calendar/diary-lib.el (diary-list-entries):
115 Restore 24.3 display behavior. (Bug#18381)
116
117 2014-09-09 Eli Zaretskii <eliz@gnu.org>
118
119 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
120 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
121 discrepancy between window-pixel-edges and mouse events, and
122 avoids moving mode line up when the mouse click is on the modeline
123 and no drag is attempted.
124
125 2014-09-08 Glenn Morris <rgm@gnu.org>
126
127 * calendar/calendar.el (calendar-basic-setup):
128 Avoid clobbering calendar with diary. (Bug#18381)
129
130 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
133
134 2014-09-04 Lars Ljung <lars@matholka.se> (tiny change)
135
136 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
137 as well (bug#18400).
138
139 2014-09-04 Eli Zaretskii <eliz@gnu.org>
140
141 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
142
143 2014-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * emacs-lisp/package.el (package-generate-description-file):
146 Properly quote the arguments (bug#18332). Change second arg.
147 (package--alist-to-plist-args): Rename from package--alist-to-plist and
148 quote the elements.
149 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
150 the *-pkg.el file. Adjust to new calling convention of
151 package-generate-description-file.
152
153 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
154 (gud-gdb-completions): Remove obsolete workaround.
155
156 2014-09-02 Eli Zaretskii <eliz@gnu.org>
157
158 * subr.el (posn-col-row): Revert the change from commit
159 2010-11-13T21:07:58Z!eliz@gnu.org, which
160 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
161 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
162 introduced an off-by-one error in the reported row when there is a
163 header line. (Bug#18384)
164
165 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
166
167 * progmodes/python.el (python-indent-post-self-insert-function):
168 Avoid electric colon at beginning-of-defun. (Bug#18228)
169
170 2014-09-01 Glenn Morris <rgm@gnu.org>
171
172 * tutorial.el (tutorial--display-changes):
173 Fix 2014-07-29 change. (Bug#18382)
174
175 2014-08-29 Ken Brown <kbrown@cornell.edu>
176
177 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
178 the Cygwin-w32 build. (Bug#18347)
179
180 2014-08-28 Glenn Morris <rgm@gnu.org>
181
182 * tar-mode.el (tar--extract, tar-extract):
183 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
184
185 2014-08-27 Michael Albinus <michael.albinus@gmx.de>
186
187 * emacs-lisp/authors.el (authors-aliases): Addition.
188
189 * net/tramp-adb.el: Spell author name correctly.
190
191 2014-08-27 João Távora <joaotavora@gmail.com>
192
193 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
194 use url-expand-file-name. (Bug#18310)
195
196 2014-08-25 Glenn Morris <rgm@gnu.org>
197
198 * emulation/cua-rect.el (cua--highlight-rectangle):
199 Avoid error at point-min. (Bug#18309)
200
201 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
204 executable-find (bug#18244).
205
206 * simple.el (self-insert-uses-region-functions): Defvar.
207
208 2014-08-13 Leo Liu <sdl.web@gmail.com>
209
210 * speedbar.el (speedbar-generic-list-tag-p): Allow special
211 elements from imenu.
212
213 2014-08-11 Glenn Morris <rgm@gnu.org>
214
215 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
216
217 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
218 chose coding system for writing before backing up, since it causes
219 a more serious problem than the one it solves. (Closes Bug#18141,
220 reopens Bug#13522.)
221
222 2014-08-10 Martin Rudalics <rudalics@gmx.at>
223
224 * window.el (window-total-size): Make doc-string more
225 self-contained.
226
227 2014-08-09 Martin Rudalics <rudalics@gmx.at>
228
229 * window.el (display-buffer-below-selected): Restore original
230 behavior if buffer is already displayed in the window below the
231 selected one (Bug#18181).
232
233 2014-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
236 event (bug#18212).
237
238 2014-08-08 Eli Zaretskii <eliz@gnu.org>
239
240 * info.el (info): Doc fix.
241
242 2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * info.el (Info-mode-map): Override a global down-mouse-2 binding
245 (bug#18212).
246
247 2014-08-05 Eli Zaretskii <eliz@gnu.org>
248
249 * simple.el (default-line-height): A floating-point value of
250 line-spacing means a fraction of the default frame font's height,
251 not of the font currently used by the 'default' face.
252 Truncate the pixel value, like the display engine does.
253 (window-screen-lines): Use window-inside-pixel-edges for
254 determining the window height in pixels. (Bug#18195)
255
256 2014-07-29 Eli Zaretskii <eliz@gnu.org>
257
258 * tutorial.el (tutorial--display-changes): Accept punctuation
259 characters before the key binding. (Bug#18146)
260
261 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
262
263 * doc-view.el (doc-view-open-text): Don't require that the
264 document is saved in a file (e.g., email attachment).
265
266 2014-07-27 Eli Zaretskii <eliz@gnu.org>
267
268 * window.el (window--pixel-to-total): Use FRAME's root window, not
269 that of the selected frame. (Bug#18112, Bug#16674)
270
271 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
272
273 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
274 (Bug#18117)
275
276 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
277
278 * progmodes/python.el (inferior-python-mode): Doc fix.
279
280 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
281
282 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
283 not a character, ignore it instead of raising an error.
284
285 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
286
287 * calendar/todo-mode.el: Fix handling of marked items and make
288 minor code improvements.
289 (todo-edit-item): If there are marked items, ensure user can only
290 invoke editing commands that work with marked items.
291 (todo-edit-item--text): When there are marked items, make it a
292 noop if invoked with point not on an item; otherwise, ensure it
293 applies only to item at point.
294 (todo-item-undone): If there are marked not-done items, return
295 point to its original position before signaling user error.
296 (todo--user-error-if-marked-done-item): New function.
297 (todo-edit-item--header, todo-edit-item--diary-inclusion)
298 (todo-item-done): Use it.
299
300 2014-07-25 Glenn Morris <rgm@gnu.org>
301
302 * files.el (toggle-read-only): Re-add basic doc-string.
303 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
304
305 * progmodes/prolog.el (prolog-mode-keybindings-edit):
306 Replace missing `switch-to-prolog' with `run-prolog'.
307 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
308
309 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
310
311 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
312 of file-wide setting when changing category-wide setting.
313
314 2014-07-21 Glenn Morris <rgm@gnu.org>
315
316 * progmodes/hideif.el (hide-ifdef-mode-submap):
317 Also substitute read-only-mode.
318 * bindings.el (mode-line-toggle-read-only):
319 * bs.el (bs-toggle-readonly):
320 * buff-menu.el (Buffer-menu-toggle-read-only):
321 * dired.el (dired-toggle-read-only):
322 * files.el (view-read-only, find-file-read-only)
323 (find-file-read-only-other-window)
324 (find-file-read-only-other-frame):
325 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
326 Doc fixes re toggle-read-only.
327
328 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
329
330 * progmodes/python.el: Add comment about pipe buffering and
331 solutions for missing/delayed output in inferior Python shells.
332 (Bug#17304)
333
334 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
335
336 * progmodes/python.el (python-mode): Don't set
337 mode-require-final-newline. (Bug#17990)
338
339 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
340
341 Make python.el work with IPython automatically. (Bug#15510)
342 * progmodes/python.el:
343 (python-shell-completion-setup-code): New value supporting iPython.
344 (python-shell-completion-string-code): New value supporting iPython.
345 (python-shell-completion-get-completions): Use them.
346 (python-shell-completion-module-string-code): Make obsolete.
347 (python-shell-prompt-input-regexps)
348 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
349 (python-shell-output-filter): Fix comment typo.
350
351 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
352
353 Fix Python shell prompts detection for remote hosts.
354 * progmodes/python.el (python-shell-prompt-detect):
355 Replace call-process with process-file and make it more robust.
356
357 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
358
359 Autodetect Python shell prompts. (Bug#17370)
360 * progmodes/python.el:
361 (python-shell-interpreter-interactive-arg)
362 (python-shell-prompt-detect-enabled)
363 (python-shell-prompt-detect-failure-warning)
364 (python-shell-prompt-input-regexps)
365 (python-shell-prompt-output-regexps): New vars.
366 (python-shell-prompt-calculated-input-regexp)
367 (python-shell-prompt-calculated-output-regexp): New vars.
368 (python-shell-get-process-name)
369 (python-shell-internal-get-process-name)
370 (python-shell-output-filter)
371 (python-shell-completion-get-completions): Use them.
372 (python-shell-prompt-detect)
373 (python-shell-prompt-validate-regexps): New functions.
374 (python-shell-prompt-set-calculated-regexps): New function.
375 (inferior-python-mode): Use it. Also honor overridden
376 python-shell-interpreter and python-shell-interpreter-args.
377 (python-shell-make-comint): Honor overridden
378 python-shell-interpreter and python-shell-interpreter-args.
379 (python-shell-get-or-create-process): Make it testable by allowing
380 to call run-python non-interactively.
381 (python-util-valid-regexp-p): New function.
382 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
383 (python-shell-prompt-output-regexp)
384 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
385
386 2014-07-16 Glenn Morris <rgm@gnu.org>
387
388 * desktop.el (after-init-hook): Disable startup frame restoration
389 in non-graphical situations. (Bug#17693)
390
391 2014-07-14 Glenn Morris <rgm@gnu.org>
392
393 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
394 if it was "empty", or used for a different set of files. (Bug#17884)
395
396 2014-07-13 Eli Zaretskii <eliz@gnu.org>
397
398 * bindings.el (mode-line-remote): If default-directory is not a
399 string, don't call file-remote-p on it; instead state in the
400 help-echo that it is nil. (Bug#17986)
401
402 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
403
404 Fix bug: C-x v v discarded existing log message (Bug#17884).
405 * vc/vc-dispatcher.el (vc-log-edit):
406 Don't clobber an already-existing log message.
407
408 2014-07-10 Glenn Morris <rgm@gnu.org>
409
410 * vc/log-edit.el (log-edit-changelog-entries):
411 Check for a visited-but-never-saved ChangeLog.
412
413 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
416 a non-existing file (bug#17970).
417
418 * faces.el (face-name): Undo last change.
419 (x-resolve-font-name): Don't call face-name (bug#17956).
420
421 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
422
423 Fix dedenters and electric colon handling. (Bug#15163)
424
425 * progmodes/python.el
426 (python-rx-constituents): Add dedenter and block-ender.
427 (python-indent-dedenters, python-indent-block-enders): Delete.
428 (python-indent-context): Return new case for dedenter-statement.
429 (python-indent-calculate-indentation): Handle new case.
430 (python-indent-calculate-levels): Fix levels calculation for
431 dedenter statements.
432 (python-indent-post-self-insert-function): Fix colon handling.
433 (python-info-dedenter-opening-block-message): New function.
434 (python-indent-line): Use it.
435 (python-info-closing-block)
436 (python-info-closing-block-message): Remove.
437 (python-info-dedenter-opening-block-position)
438 (python-info-dedenter-opening-block-positions)
439 (python-info-dedenter-statement-p): New functions.
440
441 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
444 the middle of a line (bug#17896).
445
446 2014-07-08 Juri Linkov <juri@jurta.org>
447
448 * startup.el (command-line): Append displaying the warning about
449 the errors in the init file to the end of `after-init-hook'.
450 (Bug#17927)
451
452 2014-07-08 Juri Linkov <juri@jurta.org>
453
454 * faces.el (face-name): Return input arg `face' as is
455 when it's not a symbol.
456 (x-resolve-font-name): Don't check if the face is a symbol.
457 (Bug#17956)
458
459 2014-07-08 Juri Linkov <juri@jurta.org>
460
461 * facemenu.el (list-colors-print): In help-echo format use %.2f
462 instead of %d because now HSV values are floating-point components
463 between 0.0 and 1.0.
464
465 2014-07-06 Glenn Morris <rgm@gnu.org>
466
467 * emulation/cua-rect.el (cua--activate-rectangle):
468 Avoid setting cua--rectangle to nil. (Bug#17877)
469
470 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
471
472 * calendar/todo-mode.el: Fix wrong-type-argument error when
473 marking multiple consecutive items.
474 (todo-toggle-mark-item): Don't try to mark the empty lines at the
475 end of the todo and done items sections. Note in doc string that
476 items marked by passing a numeric prefix argument can include the
477 last todo and first done items.
478 (todo-mark-category): Don't try to mark the empty line between the
479 todo and done items sections.
480
481 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
484 proper Lisp quoting (bug#17934).
485
486 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
487 require-final-newline since prog-mode already took care of it (bug#17947).
488
489 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
490
491 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
492 refer to the Todo mode Info manual. Update the comment on
493 requiring cl-lib.
494 (todo-find-filtered-items-file): Add todo-prefix overlays.
495 (todo-filter-items): Reorder a let-bound variable to avoid a
496 wrong-type-argument error on canceling the file choice dialog.
497
498 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * progmodes/octave.el (inferior-octave-mode):
501 Set comint-input-ring-size to a number (bug#17912).
502
503 2014-07-03 Juri Linkov <juri@jurta.org>
504
505 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
506 and `isearch-mode' associated with nil. (Bug#17849)
507
508 2014-07-02 Juri Linkov <juri@jurta.org>
509
510 * desktop.el (desktop-save): Rename arg `auto-save' to
511 `only-if-changed'. Doc fix. (Bug#17873)
512
513 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
516 Use insert-for-yank (bug#17271).
517
518 2014-07-02 Leo Liu <sdl.web@gmail.com>
519
520 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
521 Support lexical-binding.
522
523 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * vc/log-edit.el (log-edit-goto-eoh): New function.
526 (log-edit--match-first-line): Use it (bug#17861).
527
528 2014-07-01 Glenn Morris <rgm@gnu.org>
529
530 * vc/log-edit.el (log-edit-hook): Add missing :version.
531
532 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
533
534 * progmodes/python.el (python-indent-post-self-insert-function):
535 Enhancements to electric indentation behavior inside
536 parens. (Bug#17658)
537
538 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
541 buffer-invisibility-spec (bug#17867).
542
543 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
544
545 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
546 pass "-a".
547
548 2014-06-29 Glenn Morris <rgm@gnu.org>
549
550 * cus-edit.el (help):
551 * finder.el (finder-known-keywords):
552 * help.el (help-for-help-internal):
553 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
554 (ediff-redraw-registry-buffer):
555 * vc/ediff-ptch.el (ediff-patch-file-internal):
556 Doc fixes re "online" help. (Bug#17803)
557
558 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
559 (idlwave-mode): Doc URL update.
560
561 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
562
563 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
564 account for file-wide setting of todo-top-priorities-overrides.
565 Make code a bit cleaner.
566
567 2014-06-27 Leo Liu <sdl.web@gmail.com>
568
569 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
570
571 2014-06-27 Glenn Morris <rgm@gnu.org>
572
573 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
574
575 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
576
577 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
578 category-wide setting of todo-top-priorities-overrides, check for
579 a file-wide setting and fontify accordingly.
580
581 2014-06-26 Glenn Morris <rgm@gnu.org>
582
583 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
584
585 2014-06-26 Daiki Ueno <ueno@gnu.org>
586
587 * emacs-lisp/package.el (package--check-signature):
588 If package-check-signature is allow-unsigned, don't signal error when
589 we can't verify signature because of missing public key
590 (backport for bug#17625).
591
592 2014-06-26 Glenn Morris <rgm@gnu.org>
593
594 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
595 Remove outdated declaration.
596
597 * emacs-lisp/authors.el (authors-valid-file-names)
598 (authors-renamed-files-alist): Additions.
599
600 2014-06-25 Leo Liu <sdl.web@gmail.com>
601
602 * textmodes/picture.el (picture-set-tab-stops):
603 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
604 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
605
606 * progmodes/asm-mode.el (asm-calculate-indentation):
607 Use indent-next-tab-stop.
608
609 * indent.el (indent-accumulate-tab-stops): New function.
610
611 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
614 (package-desc-status): Obey it.
615
616 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
617
618 * calendar/todo-mode.el: Fix two bugs.
619 (todo-insert-item--basic): If user cancels item insertion to
620 another category before setting priority, show original category
621 whether it is in the same or a different file.
622 (todo-set-item-priority): After selecting category, instead of
623 moving point to top, which extends an active region, restore it.
624
625 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * help-fns.el (describe-function-1): Check file-name is a string before
628 calling help-fns--autoloaded-p (bug#17564).
629
630 2014-06-24 Juri Linkov <juri@jurta.org>
631
632 * desktop.el (desktop-auto-save-enable)
633 (desktop-auto-save-disable): New functions.
634 (desktop-save-mode, desktop-auto-save-timeout): Use them.
635 (desktop-read): Disable the autosave before loading the desktop,
636 and enable afterwards. (Bug#17351)
637
638 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 Fix some indentation problem with \; and pipes (bug#17842).
641 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
642 (sh-smie--default-forward-token, sh-smie--default-backward-token):
643 New functions.
644 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
645 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
646 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
647
648 2014-06-24 Eli Zaretskii <eliz@gnu.org>
649
650 * international/fontset.el (script-representative-chars):
651 Add representative characters for scripts added in Unicode 7.0.
652 (otf-script-alist): Synchronize with the latest registry of OTF
653 script tags.
654
655 * international/characters.el (char-script-table): Update for
656 scripts added and codepoint ranges changed in Unicode 7.0.
657
658 2014-06-23 Leo Liu <sdl.web@gmail.com>
659
660 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
661 tab-stop-list to nil. (Bug#16381)
662
663 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
664 (indent-rigidly-left-to-tab-stop)
665 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
666 (move-to-tab-stop): Change callers.
667
668 2014-06-22 Eli Zaretskii <eliz@gnu.org>
669
670 * skeleton.el (skeleton-insert): Yet another fix of the doc string
671 wrt behavior of \n as the first/last element of a skeleton.
672
673 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
674
675 * net/tramp-adb.el (tramp-adb-handle-process-file):
676 * net/tramp-sh.el (tramp-sh-handle-process-file):
677 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
678 the output buffer when DISPLAY is non-nil. (Bug#17815)
679
680 2014-06-21 Glenn Morris <rgm@gnu.org>
681
682 * play/landmark.el (landmark-move-down, landmark-move-up):
683 Fix 2007-10-20 change - preserve horizontal position.
684
685 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
686
687 Fix completion retrieval parsing (bug#17209).
688 * progmodes/python.el (python-mode):
689 (python-util-strip-string): New function.
690 (python-shell-completion-get-completions): Use it.
691
692 2014-06-21 Eli Zaretskii <eliz@gnu.org>
693
694 * skeleton.el (skeleton-insert): Fix last change.
695
696 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
697
698 Enhancements for outline integration (bug#17796).
699 * progmodes/python.el (python-mode): Properly set
700 outline-heading-end-regexp so that comments after colons for
701 defuns are supported.
702
703 2014-06-21 Eli Zaretskii <eliz@gnu.org>
704
705 * skeleton.el (skeleton-insert): Doc fix.
706
707 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
710 (smie-config-guess): Use smie-config-local so the rules are obeyed
711 (bug#17818).
712
713 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
714 since it's already done inside the loop (bug#17819).
715
716 2014-06-20 Martin Rudalics <rudalics@gmx.at>
717
718 * mouse.el (mouse-drag-line): Re-remove code initially removed
719 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
720 (Bug#17819).
721
722 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
725 align with the surrounding parent (bug#17721).
726
727 2014-06-20 Eli Zaretskii <eliz@gnu.org>
728
729 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
730 locally to nil.
731 (texinfo-insert-block, texinfo-insert-@end)
732 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
733 local setting of skeleton-end-newline by adding an explicit \n to
734 the skeletons where appropriate. (Bug#17801)
735
736 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
739 (smie-indent--hanging-p): Use it.
740 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
741
742 2014-06-20 Leo Liu <sdl.web@gmail.com>
743
744 * simple.el (read-quoted-char): Don't let help chars pop up help
745 buffer. (Bug#16617)
746
747 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
750 for | (bug#17621).
751
752 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
755 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
756 burping.
757
758 2014-06-18 Eli Zaretskii <eliz@gnu.org>
759
760 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
761 and later. (Bug#17790)
762
763 2014-06-18 Juri Linkov <juri@jurta.org>
764
765 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
766 to `soft'. (Bug#17554)
767
768 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
771 (bug#17737).
772
773 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
774
775 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
776 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
777
778 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
781 `unread-command-events'.
782
783 2014-06-14 Glenn Morris <rgm@gnu.org>
784
785 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
786 Replace delete-duplicates and mapcan by cl- versions throughout.
787 And cl-macroexpand-all by macroexpand-all.
788 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
789
790 2014-06-14 Eli Zaretskii <eliz@gnu.org>
791
792 * subr.el (posn-col-row): Doc fix. (Bug#17768)
793
794 2014-06-14 Juri Linkov <juri@jurta.org>
795
796 * bindings.el: Put `ascii-character' property on keypad keys
797 mapped to characters. (Bug#17759)
798
799 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
802 bumping forward into a closing paren (bug#17761).
803
804 * term/xterm.el (xterm--version-handler): Work around for OSX
805 Terminal.app (bug#17607).
806
807 2014-06-08 Glenn Morris <rgm@gnu.org>
808
809 * startup.el (initial-buffer-choice): Doc fix.
810 Reset :version (adding an option does not merit a :version bump).
811
812 * bookmark.el (bookmark-load):
813 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
814
815 2014-06-06 Juri Linkov <juri@jurta.org>
816
817 * desktop.el: Activate auto-saving on window configuration changes.
818 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
819 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
820 (desktop-auto-save-set-timer): Change REPEAT arg of
821 `run-with-idle-timer' from t to nil.
822 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
823
824 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
825
826 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
827 vc-hg-command (bug#17570).
828
829 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * international/mule-cmds.el (ucs-names): Add special entry for BEL
832 (bug#17702).
833
834 2014-06-06 Glenn Morris <rgm@gnu.org>
835
836 * startup.el (window-setup-hook): Doc fix.
837
838 2014-06-05 Glenn Morris <rgm@gnu.org>
839
840 * emacs-lisp/package.el (package-check-signature)
841 (package-unsigned-archives): Doc fixes.
842
843 2014-06-03 Martin Rudalics <rudalics@gmx.at>
844
845 * window.el (display-buffer-use-some-window): Don't make window
846 used smaller than it was before (Bug#17671).
847
848 2014-06-03 Eli Zaretskii <eliz@gnu.org>
849
850 * menu-bar.el (menu-bar-open): Fix last change: use the PC
851 'redisplay' instead of '(sit-for 0)'.
852
853 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
854
855 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
856 regexp. (Bug#17653)
857
858 2014-06-03 Glenn Morris <rgm@gnu.org>
859
860 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
861
862 2014-06-02 Eli Zaretskii <eliz@gnu.org>
863
864 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
865
866 2014-06-01 Eli Zaretskii <eliz@gnu.org>
867
868 * simple.el (keyboard-quit): Force update of mode lines, to remove
869 the "Def" indicator, if we were defining a macro. (Bug#17615)
870
871 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * minibuffer.el (minibuffer-force-complete-and-exit):
874 Obey minibuffer-default (bug#17545).
875
876 * progmodes/js.el (js-indent-line): Don't mix columns and chars
877 (bug#17619).
878
879 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * subr.el (set-transient-map): Don't wait for some "nested"
882 transient-map to finish if we're only supposed to be active for
883 the next command (bug#17642).
884
885 2014-05-31 Leo Liu <sdl.web@gmail.com>
886
887 * emacs-lisp/gv.el (window-buffer, window-display-table)
888 (window-dedicated-p, window-hscroll, window-point, window-start):
889 Fix gv-expander. (Bug#17630)
890
891 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
894 clicks (bug#17633).
895
896 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
897 for the single comma, since ", " is *very* common in normal French text
898 (bug#17643).
899
900 2014-05-30 Glenn Morris <rgm@gnu.org>
901
902 * emacs-lisp/package.el (package-check-signature)
903 (package-unsigned-archives): Fix :version.
904
905 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * subr.el (sit-for): Don't run input-methods (bug#15614).
908
909 2014-05-28 Glenn Morris <rgm@gnu.org>
910
911 * cus-start.el: Fix some :version numbers.
912
913 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * simple.el (deactivate-mark): Set mark-active to nil even if
916 deactivation is done via setting transient-mark-mode to nil,
917 since one is buffer-local and the other is global.
918
919 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
920 there can't be more than 2 arguments (bug#17584).
921
922 2014-05-27 Glenn Morris <rgm@gnu.org>
923
924 * simple.el (filter-buffer-substring-functions)
925 (filter-buffer-substring-function, buffer-substring-filters)
926 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
927
928 * minibuffer.el (completion-in-region-functions, completion-in-region)
929 (completion--in-region): Doc fixes.
930
931 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
932 (expand-abbrev, abbrev--default-expand): Doc fixes.
933
934 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
935
936 Include sources used to create macuvs.h.
937 * international/README: Refer to the Unicode Terms of Use rather
938 than copying it bodily here, as that simplifies maintenance.
939
940 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
941
942 * cus-face.el (custom-face-attributes): Add :distant-foreground.
943
944 2014-05-25 Martin Rudalics <rudalics@gmx.at>
945
946 * window.el (window--dump-frame): Remove interactive
947 specification.
948
949 2014-05-23 Glenn Morris <rgm@gnu.org>
950
951 * hippie-exp.el (he-line-search-regexp):
952 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
953
954 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
955
956 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
957 to avoid errors when trying to create or visit a file foo.todo
958 located outside to todo-directory, and to allow having such files
959 without them being tied to Todo mode (bug#17482).
960 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
961 (todo-archive-done-item, todo-find-filtered-items-file)
962 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
963 (todo-category-completions, todo-read-category): When visiting a
964 Todo file, make sure we're in the right mode and the buffer local
965 variables are set.
966 (todo-make-categories-list, todo-reset-nondiary-marker)
967 (todo-reset-done-string, todo-reset-comment-string):
968 After processing all Todo files, kill the buffers of those files that
969 weren't being visited before the processing.
970 (todo-display-as-todo-file, todo-add-to-buffer-list)
971 (todo-visit-files-commands): Comment out.
972 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
973 (auto-mode-alist): Remove add-to-list calls making Todo file
974 extensions unrestrictedly tied to Todo modes.
975
976 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
979 (advice-function-member-p): Tell it to check both names and functions
980 (bug#17531).
981 (advice--add-function): Adjust call accordingly.
982
983 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
984
985 * calendar/todo-mode.el: Miscellaneous bug fixes.
986 (todo-delete-file): When deleting an archive but not its todo
987 file, make sure to update the todo file's category sexp.
988 (todo-move-category): Keep the moved category's name unless the
989 file moved to already has a category with that name. If the
990 numerically last category of the source file was moved, make the
991 first category current to avoid selecting a nonexisting category.
992 (todo-merge-category): Fix implementation to make merging to a
993 category in another file work as documented. Eliminate now
994 insufficient and unnecessary renaming of archive category, correct
995 document string accordingly, and clarify it. If the numerically
996 last category of the source file was merged, make the first
997 category current to avoid selecting a nonexisting category.
998 (todo-archive-done-item): When there are marked items and point
999 happens to be on an unmarked item, ignore the latter. Don't leave
1000 point below last item after archiving marked items.
1001 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1002 from an archive with only one category deletes the archive only
1003 when the category is empty after unarchiving. Make sure the todo
1004 file's category sexp is updated.
1005 (todo-read-file-name): Allow an existing file name even when it is
1006 not required (todo-move-category needs this to work as documented).
1007 (todo-add-file): Call todo-validate-name to reject the name of an
1008 existing todo file (needed due to fix in todo-read-file-name).
1009 (todo-reset-nondiary-marker): Also reset in filtered items files.
1010 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1011 regexp filtered items files.
1012 (todo-reset-highlight-item): Also reset in filtered items files.
1013 Fix incorrect variable reference in document string.
1014
1015 2014-05-22 Glenn Morris <rgm@gnu.org>
1016
1017 * window.el (window--dump-frame): Avoid error in --without-x builds.
1018
1019 2014-05-21 Glenn Morris <rgm@gnu.org>
1020
1021 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1022
1023 2014-05-21 Eli Zaretskii <eliz@gnu.org>
1024
1025 * frame.el (set-frame-font): Doc fix.
1026
1027 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1028
1029 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
1030
1031 * emacs-lisp/package.el (package--download-one-archive):
1032 Use `write-region' instead of `save-buffer' to avoid running various
1033 hooks. (Bug#17155)
1034 (describe-package-1): Same. Insert newline at the end of the
1035 buffer if appropriate.
1036
1037 2014-05-20 Juri Linkov <juri@jurta.org>
1038
1039 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1040 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1041 Add more modifiers: meta, control, shift, hyper, super, alt.
1042 (Bug#17439)
1043
1044 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1045 to allow changing its value with `set-variable'.
1046
1047 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1050 #; comments.
1051 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1052 New functions.
1053 (scheme-mode-variables): Set syntax-propertize-function instead of
1054 font-lock-syntactic-face-function.
1055 (scheme-font-lock-syntactic-face-function): Delete.
1056
1057 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1058
1059 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1062 (bug#17392).
1063
1064 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
1065
1066 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1067 for a temporary file name.
1068
1069 2014-05-17 Eli Zaretskii <eliz@gnu.org>
1070
1071 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1072
1073 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
1074
1075 * net/dbus.el (dbus-init-bus, dbus-call-method)
1076 (dbus-call-method-asynchronously, dbus-send-signal)
1077 (dbus-method-return-internal, dbus-method-error-internal):
1078 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1079
1080 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1081
1082 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1083 methods which do not have a doc string. (Bug#17490)
1084
1085 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1086 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1089 suffix (bug#15419).
1090
1091 2014-05-14 Glenn Morris <rgm@gnu.org>
1092
1093 * vc/emerge.el (emerge-temp-file-prefix):
1094 Make pointless option obsolete.
1095 (emerge-temp-file-mode): Make non-functional option obsolete.
1096
1097 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/browse-url.el (browse-url):
1100 Use `unhandled-file-name-directory' when setting `default-directory',
1101 in order to circumvent stalled remote connections. (Bug#17425)
1102
1103 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1106 into autoloading just because of a silly indirection.
1107
1108 2014-05-11 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
1109
1110 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1111
1112 2014-05-11 Glenn Morris <rgm@gnu.org>
1113
1114 * emacs-lisp/find-gc.el: Move to ../admin.
1115
1116 2014-05-10 Glenn Morris <rgm@gnu.org>
1117
1118 * printing.el (pr-version):
1119 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1120
1121 * net/browse-url.el (browse-url-mosaic):
1122 Create /tmp/Mosaic.PID as a private file.
1123
1124 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1127 (advice--member-p): If name is given, only compare the name.
1128 (advice--remove-function): Don't stop at the first match.
1129 (advice--normalize-place): New function.
1130 (add-function, remove-function): Use it.
1131 (advice--add-function): Pass the name, if any, to
1132 advice--remove-function.
1133
1134 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1135
1136 * electric.el (electric-indent-post-self-insert-function): Don't use
1137 `pos' after modifying the buffer (bug#17449).
1138
1139 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * subr.el (function-put): Add function.
1142
1143 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
1144
1145 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1146 Correct argument list to conform to todo-insert-item--basic.
1147
1148 2014-05-09 Glenn Morris <rgm@gnu.org>
1149
1150 * files.el (cd-absolute): Test if directory is accessible
1151 rather than executable. (Bug#17330)
1152
1153 * progmodes/compile.el (recompile):
1154 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1155
1156 2014-05-08 Juri Linkov <juri@jurta.org>
1157
1158 * dired.el (dired-check-switches, dired-switches-recursive-p):
1159 New functions. (Bug#17218)
1160 (dired-switches-escape-p, dired-move-to-end-of-filename):
1161 Use `dired-check-switches'.
1162 (dired-insert-old-subdirs, dired-build-subdir-alist)
1163 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1164
1165 2014-05-08 Glenn Morris <rgm@gnu.org>
1166
1167 * net/browse-url.el (browse-url-mosaic):
1168 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1169 This is CVE-2014-3423.
1170
1171 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1174 (xterm-mouse--read-event-sequence-1000): Return nil if something
1175 looks fishy.
1176 (xterm-mouse-event): Propagate it.
1177 (xterm-mouse-translate-1): Handle it.
1178
1179 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
1180
1181 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1182 four slots of the parameter list are filled, make sure to pass it
1183 to the argument list of todo-insert-item--basic.
1184
1185 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1188 Add optional `seen' argument to detect and break infinite loops.
1189
1190 2014-05-06 Eli Zaretskii <eliz@gnu.org>
1191
1192 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1193 (trace-unsafe, trace-use-tree): Make parentheses style be
1194 according to Emacs style.
1195
1196 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
1197
1198 * net/tramp-sh.el (tramp-remote-process-environment):
1199 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1200 Add :version entry.
1201 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1202 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
1203 extra "PSx=..." commands.
1204 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1205 (Bug#17295)
1206
1207 (tramp-uudecode): Replace the hard-coded temporary file name by a
1208 format specifier.
1209 (tramp-remote-coding-commands): Enhance docstring.
1210 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1211 name. (Bug#17415)
1212 This is CVE-2014-3424.
1213
1214 2014-05-06 Glenn Morris <rgm@gnu.org>
1215
1216 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1217 (find-gc-source-files): Update some names.
1218 (trace-call-tree): Simplify and update.
1219 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1220 This is CVE-2014-3422.
1221
1222 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * minibuffer.el (completion--try-word-completion): Revert fix for
1225 Bug#15980 (bug#17375).
1226
1227 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1228 Always store button numbers in the same way in xterm-mouse-last;
1229 Don't burp is xterm-mouse-last is not set as expected.
1230 Never return negative indices.
1231
1232 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
1233
1234 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1235 Backtrack one char if the global/char-literal var matcher hits
1236 inside a string. The next char could be the beginning of an
1237 expression expansion.
1238
1239 2014-05-05 Glenn Morris <rgm@gnu.org>
1240
1241 * help-fns.el (describe-function-1): Test for an autoload before a
1242 macro, since `macrop' works on autoloads. (Bug#17410)
1243
1244 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1247
1248 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1249 Make sure the new point we return is within the new string (bug#17239).
1250
1251 2014-05-03 Eli Zaretskii <eliz@gnu.org>
1252
1253 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1254
1255 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1258 Use nil rather than `default' for the "default" appearance (bug#17388).
1259 * vc/ediff-util.el (ediff-inferior-compare-regions)
1260 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1261 a misleading `default' value when it's really a boolean.
1262 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1263 overlay is not visible.
1264
1265 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1266
1267 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1268 (todo-menu): Uncomment and update.
1269
1270 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1271
1272 * calendar/todo-mode.el: Reimplement item editing to have the same
1273 basic user interface as item insertion, and make small UI and
1274 larger internal improvements to the latter.
1275 (todo-insert-item): Add reference to the Todo mode user manual to
1276 the documentation string.
1277 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1278 adjust all callers. Change signature to combine diary and
1279 nonmarking arguments. Incorporate functionality of deleted item
1280 copying command and add error checking. Remove detailed
1281 descriptions of the arguments from the documentation string, since
1282 this is treated in the Todo mode user manual.
1283 (todo-copy-item, todo-edit-multiline-item)
1284 (todo-edit-done-item-comment, todo-edit-item-header)
1285 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1286 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1287 (todo-edit-item-date-year, todo-edit-item-date-month)
1288 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1289 Remove.
1290 (todo-edit-item): Reimplement as wrapper command for
1291 todo-edit-item--next-key and make it distinguish done and not done
1292 todo items.
1293 (todo-edit-item--text): New function, replacing old command
1294 todo-edit-item and incorporating deleted commands
1295 todo-edit-multiline-item and todo-edit-done-item-comment.
1296 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1297 Use only numeric value of prefix argument. Remove detailed
1298 descriptions of the arguments from the documentation string, since
1299 this is treated in the Todo mode user manual.
1300 (todo-edit-item--diary-inclusion): New function, replacing old
1301 command todo-edit-item-diary-inclusion and incorporating and fixing
1302 functionality of deleted command todo-edit-item-diary-nonmarking,
1303 making sure to remove todo-nondiary-marker when adding
1304 diary-nonmarking-symbol.
1305 (todo-edit-category-diary-inclusion): Make sure to delete
1306 diary-nonmarking-symbol when adding todo-nondiary-marker.
1307 (todo-edit-category-diary-nonmarking): Fix indentation.
1308 (todo-insert-item--parameters): Group diary and nonmarking
1309 parameters together.
1310 (todo-insert-item--apply-args): Adjust to signature of
1311 todo-insert-item--basic and incorporate copy parameter.
1312 Make small code improvements.
1313 (todo-insert-item--next-param): Improve prompt and adjust it to
1314 new parameter grouping. Remove obsolete code.
1315 (todo-edit-item--param-key-alist)
1316 (todo-edit-item--date-param-key-alist)
1317 (todo-edit-done-item--param-key-alist): New defconsts.
1318 (todo-edit-item--prompt): New variable.
1319 (todo-edit-item--next-key): New function.
1320 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1321 Remove bindings of deleted commands.
1322
1323 2014-05-02 Leo Liu <sdl.web@gmail.com>
1324
1325 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1326
1327 2014-05-01 Glenn Morris <rgm@gnu.org>
1328
1329 * allout-widgets.el (allout-widgets-tally)
1330 (allout-decorate-item-guides):
1331 * menu-bar.el (menu-bar-positive-p):
1332 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1333 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1334 * progmodes/js.el (js--inside-param-list-p)
1335 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1336 * progmodes/prolog.el (region-exists-p):
1337 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1338 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1339 Doc fixes (replace `iff').
1340
1341 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1344
1345 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1346
1347 * dired.el (dired-initial-position-hook, dired-initial-position):
1348 Doc string fixes.
1349
1350 2014-04-29 Glenn Morris <rgm@gnu.org>
1351
1352 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1353
1354 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1355
1356 * faces.el (face-spec-recalc): Apply X resources only after the
1357 defface spec has been applied. Thus, X resources are no longer
1358 overridden by the defface spec which also fixes issues on win32 where
1359 the toolbar coloring was wrong because it is set through X resources
1360 and was (wrongfully) overridden. (Bug#16694)
1361
1362 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * textmodes/rst.el (electric-pair-pairs): Declare.
1365 (rst-mode): Set it (bug#17131).
1366
1367 2014-04-27 Juri Linkov <juri@jurta.org>
1368
1369 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1370 and `print-level' to nil. (Bug#17351)
1371
1372 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1373
1374 * battery.el (battery-update): Handle the case where battery
1375 status is "N/A" (bug#17319).
1376
1377 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1378
1379 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1380 Use equal-including-properties to compare help-echo strings (bug#17331).
1381
1382 2014-04-24 Leo Liu <sdl.web@gmail.com>
1383
1384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1385 Fix syntax for @. (Bug#17325)
1386
1387 2014-04-24 Daniel Colascione <dancol@dancol.org>
1388
1389 * emacs-lisp/cl.el (gv): Require gv early to break eager
1390 macro-expansion cycles.
1391
1392 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * simple.el (region-active-p): Check there's a mark (bug#17324).
1395
1396 * simple.el (completion-list-mode-map): Use choose-completion for the
1397 mouse binding as well (bug#17302).
1398 (completion-list-mode, completion-setup-function): Adjust docstring and
1399 echo area message accordingly.
1400 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1401 calling convention of choose-completion.
1402 * comint.el (comint-dynamic-list-completions):
1403 * term.el (term-dynamic-list-completions): Accept choose-completion.
1404
1405 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1406 &, |, +, - and * can't be a division (bug#17317).
1407
1408 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1411 features on gnome-terminal (bug#16988).
1412
1413 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1414
1415 * dired.el (dired-insert-set-properties): Do not consider
1416 subdirectory headings and empty lines to be information that
1417 `dired-hide-details-mode' should hide. (Bug#17228)
1418
1419 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1420
1421 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1422 Remove test messages.
1423 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1424 and `target' twice.
1425
1426 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1429 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1430
1431 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1432
1433 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1434
1435 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1436 Set "IFS=" when using read builtin, in order to preserve spaces in
1437 the file name. Add test messages for hunting a bug on hydra.
1438 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1439
1440 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1443 Don't prettify a word within a symbol.
1444
1445 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1448 possible.
1449
1450 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1453 assignments such as "case=hello" (bug#17297).
1454
1455 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1458 Do not autoload.
1459 (tramp-file-name-handler, tramp-completion-file-name-handler):
1460 Revert patch from 2014-04-10, it isn't necessary anymore.
1461 (tramp-autoload-file-name-handler)
1462 (tramp-register-autoload-file-name-handlers): New defuns.
1463 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1464 (tramp-register-file-name-handlers): Remove also
1465 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1466 Do not autoload its invocation, but eval it after loading of 'tramp.
1467
1468 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1469
1470 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1471
1472 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1475 was done (bug#17264).
1476 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1477 comment to EOB.
1478
1479 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1480 here-documents (bug#17262).
1481
1482 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1483
1484 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1485 Provide doc strings, as required by snarf-documentation.
1486
1487 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1490 arg of overlays-at. Use `invisible-p'.
1491
1492 * obsolete/lucid.el (extent-at):
1493 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1494 overlays-at.
1495 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1496
1497 2014-04-14 João Távora <joaotavora@gmail.com>
1498
1499 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1500 links. (Bug#17217).
1501
1502 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1503
1504 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1505 Use mapc to loop over a vector. (Bug#17257).
1506
1507 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1508
1509 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1510 patch, there are new problems with file names containing spaces.
1511 Get rid of backticks. (Bug#17238)
1512
1513 2014-04-13 João Távora <joaotavora@gmail.com>
1514
1515 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1516 possible bug.
1517
1518 2014-04-13 Eli Zaretskii <eliz@gnu.org>
1519
1520 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1521 (blink-cursor-mode): Mention customization variables and the
1522 effect of 'blink-cursor-blinks'.
1523
1524 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
1525
1526 * simple.el (undo): Prevent insertion of identity mapping into
1527 undo-equiv-table so as undo-only does not inf loop in the presence
1528 of consecutive nils in undo list.
1529
1530 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1531
1532 * faces.el (make-face): Deprecate optional argument as it is no
1533 longer needed/used since the conditional X resources handling
1534 has been pushed down to make-face-x-resource-internal itself.
1535 (make-empty-face): Don't pass optional argument to make-face.
1536
1537 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1538
1539 * international/characters.el <standard-case-table>: Add entries
1540 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1541 Set category of Coptic characters be 'g' (Greek).
1542
1543 2014-04-12 Leo Liu <sdl.web@gmail.com>
1544
1545 * progmodes/octave.el (completion-table-with-cache): Define if not
1546 available.
1547 (octave-goto-function-definition)
1548 (octave-sync-function-file-names)
1549 (octave-find-definition-default-filename): Backquote upattern for
1550 compatibility.
1551
1552 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1555 name twice due to backticks. (Bug#17238)
1556
1557 2014-04-11 Glenn Morris <rgm@gnu.org>
1558
1559 * term/w32-win.el (x-win-suspend-error):
1560 * term/x-win.el (x-win-suspend-error): Sync docs.
1561
1562 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 Ediff's overlay priorities cause more trouble than they solve.
1565 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1566 (ediff-highest-priority): Remove function (bug#17234).
1567 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1568 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1569 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1570 overlay priorities.
1571
1572 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
1573
1574 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1575 entry; use symbol boundaries to avoid mis-matches.
1576
1577 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * net/tramp.el (tramp-file-name-handler)
1580 (tramp-completion-file-name-handler): Avoid recursive loading.
1581
1582 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1583 Quote result also locally.
1584
1585 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1586
1587 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1588 Module methods. (Bug#17216)
1589
1590 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1593 (describe-bindings-internal): Mark obsolete.
1594
1595 2014-04-07 João Távora <joaotavora@gmail.com>
1596
1597 * elec-pair.el:
1598 (electric-pair--syntax-ppss): When inside comments parse from
1599 comment beginning.
1600 (electric-pair--balance-info): Fix typo in comment.
1601 (electric-pair--in-unterminated-string-p): Delete.
1602 (electric-pair--unbalanced-strings-p): New function.
1603 (electric-pair-string-bound-function): New var.
1604 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1605 according to `electric-pair--in-unterminated-string-p'
1606
1607 2014-04-07 João Távora <joaotavora@gmail.com>
1608
1609 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1610 Inhibit quote pairing if point-max is inside an unterminated string.
1611 (electric-pair--looking-at-unterminated-string-p): Delete.
1612 (electric-pair--in-unterminated-string-p): New function.
1613
1614 2014-04-07 Glenn Morris <rgm@gnu.org>
1615
1616 * shell.el (shell-directory-tracker):
1617 Go back to just ignoring failures. (Bug#17159)
1618
1619 2014-04-06 João Távora <joaotavora@gmail.com>
1620
1621 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1622 backspace. (bug#16981)
1623 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1624 (electric-pair-backward-delete-char-untabify): Delete.
1625 (electric-pair-mode-map): Bind backspace to a menu item filtering
1626 a new `electric-pair-delete-pair' command.
1627 (electric-pair-delete-pair): New command.
1628
1629 2014-04-06 João Távora <joaotavora@gmail.com>
1630
1631 * progmodes/python.el (python-electric-pair-string-delimiter):
1632 Fix triple-quoting electricity. (Bug#17192)
1633
1634 2014-04-06 João Távora <joaotavora@gmail.com>
1635
1636 * elec-pair.el (electric-pair-post-self-insert-function):
1637 Don't skip whitespace when `electric-pair-text-pairs' and
1638 `electric-pair-pairs' were used. syntax to
1639 electric-pair--skip-whitespace. (Bug#17183)
1640
1641 2014-04-06 Eli Zaretskii <eliz@gnu.org>
1642
1643 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1644 "<F>". (Bug#17199)
1645
1646 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1649 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1650
1651 2014-04-05 Glenn Morris <rgm@gnu.org>
1652
1653 * help.el (view-lossage): Doc tweak.
1654
1655 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
1656
1657 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1658 only when inhibit-x-resources is nil, and do that earlier in the
1659 function. Doc fix. (Bug#16694)
1660 (face-spec-choose): Accept additional optional argument, whose
1661 value is returned if no matching attributes are found.
1662 (face-spec-recalc): Use the new optional argument when calling
1663 face-spec-choose. (Bug#16378)
1664 (make-face-x-resource-internal): Do nothing when
1665 inhibit-x-resources is non-nil. Don't touch the default face if
1666 reversed video is given--as was done in previous versions of Emacs.
1667 (face-set-after-frame-default): Don't call
1668 make-face-x-resource-internal here. (Bug#16434)
1669
1670 2014-04-04 Tassilo Horn <tsdh@gnu.org>
1671
1672 * doc-view.el (doc-view-bookmark-jump):
1673 Use `bookmark-after-jump-hook' to jump to the right page after the
1674 buffer is shown in a window. (bug#16090)
1675
1676 2014-04-04 Eli Zaretskii <eliz@gnu.org>
1677
1678 * international/characters.el (mirroring): Fix last change:
1679 instead of loading uni-mirrored.el explicitly, do that implicitly
1680 by creating the 'mirroring' uniprop table. This avoids announcing
1681 the loading of uni-mirrored.el.
1682
1683 2014-04-04 Glenn Morris <rgm@gnu.org>
1684
1685 * files.el (buffer-stale--default-function)
1686 (buffer-stale-function, revert-buffer--default):
1687 * autorevert.el (auto-revert-buffers): Doc tweaks.
1688
1689 2014-04-03 Eli Zaretskii <eliz@gnu.org>
1690
1691 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1692
1693 2014-04-03 Glenn Morris <rgm@gnu.org>
1694
1695 * files.el (make-backup-file-name-function)
1696 (make-backup-file-name, make-backup-file-name--default-function)
1697 (make-backup-file-name-1, find-backup-file-name)
1698 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1699 (buffer-stale--default-function, buffer-stale-function)
1700 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1701 (revert-buffer, revert-buffer--default)
1702 (revert-buffer-insert-file-contents--default-function):
1703 Doc fixes related to defaults no longer being nil.
1704 (make-backup-file-name-function): Bump :version.
1705 Restore nil as a valid but deprecated custom type.
1706
1707 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1710 used as a variable (bug#17174).
1711
1712 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * progmodes/perl-mode.el (perl-indent-new-calculate):
1715 Handle forward-sexp failure (bug#16985).
1716 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1717 modifiers introducing expressions (bug#17116).
1718
1719 2014-04-02 Glenn Morris <rgm@gnu.org>
1720
1721 * menu-bar.el (menu-bar-file-menu):
1722 * vc/ediff.el (ediff-current-file):
1723 Update for revert-buffer-function no longer being nil by default.
1724
1725 * simple.el (command-execute): Respect nil disabled-command-function.
1726
1727 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1728
1729 * simple.el (command-execute): Do not execute the command when it
1730 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1731
1732 2014-03-29 Juri Linkov <juri@jurta.org>
1733
1734 * dired-aux.el (dired-compress-file): Don't use string-match-p
1735 because its match data is used afterwards.
1736
1737 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1740 0 like nil.
1741
1742 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1743
1744 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1745 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1746
1747 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1748 Don't propertize `?' or `!' as symbol constituent when after
1749 colon. (Bug#17097)
1750
1751 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1752
1753 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1754 which is no longer needed and causes trouble in GTK builds (bug#17046).
1755
1756 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1757 Use url-insert-file-contents; package-handle-response no longer exists.
1758
1759 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * emacs-lisp/package.el: Fix bug#16733 (again).
1762 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1763 (url-http-target-url): Remove unused declarations.
1764 (package-handle-response): Remove.
1765 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1766 (package--download-one-archive): Use current-buffer instead of
1767 dynamic binding of `buffer'.
1768 (describe-package-1): Do not decode readme-string.
1769
1770 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
1771
1772 * simple.el (primitive-undo): Correction to 2014-03-24 change.
1773
1774 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
1775
1776 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1777
1778 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1779 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1780 `remote-file-name-inhibit-cache' to nil in the second pass.
1781 (tramp-find-executable): Do not call "which" on SunOS.
1782 (tramp-send-command-and-check): Fix docstring.
1783 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1784 check whether source directory has set the sticky bit.
1785
1786 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
1787
1788 * simple.el (primitive-undo): Only process marker adjustments
1789 validated against their corresponding (TEXT . POS). Issue warning
1790 for lone marker adjustments in undo history. (Bug#16818)
1791 (undo-make-selective-list): Add marker adjustments to selective
1792 undo list based on whether their corresponding (TEXT . POS) is in
1793 the region. Remove variable adjusted-markers, which was unused
1794 and only non nil during undo-make-selective-list.
1795 (undo-elt-in-region): Return nil when passed a marker adjustment
1796 and explain in function doc.
1797
1798 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1799
1800 * emacs-lisp/package.el (package--add-to-archive-contents):
1801 Include already installed and built-in packages in
1802 `package-archive-contents'.
1803 (package-install): Don't include already installed packages in the
1804 options during interactive invocation. (Bug#16762)
1805
1806 2014-03-24 Daniel Colascione <dancol@dancol.org>
1807
1808 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1809 instead of cl-loop search function.
1810
1811 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1814
1815 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1816
1817 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1818
1819 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1820
1821 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1822 Match special global variables without curlies, too.
1823 (ruby-font-lock-keywords): Simplify the matcher for special global
1824 variables. Don't require a non-word character after the variable.
1825 (Bug#17057)
1826
1827 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * simple.el (redisplay-highlight-region-function): Increase priority of
1830 overlay to make sure boundaries are visible (bug#15899).
1831
1832 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * frameset.el (frameset-restore): Compare display strings with equal.
1835
1836 * frame.el (make-frame): Don't quote display name in error message,
1837 it is already a string.
1838
1839 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1840
1841 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1842 the password.
1843
1844 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1845
1846 * emacs-lisp/package.el (package-show-package-list): If the buffer
1847 is already displayed in another window, switch to that window.
1848
1849 2014-03-21 Daniel Colascione <dancol@dancol.org>
1850
1851 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1852 information in bug reports.
1853
1854 2014-03-23 Daniel Colascione <dancol@dancol.org>
1855
1856 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1857 list to look for keyword arguments instead of `memq', fixing
1858 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1859 Please make bootstrap.
1860
1861 2014-03-23 Richard Stallman <rms@gnu.org>
1862
1863 * battery.el (battery-linux-sysfs): Search for each field
1864 from the beginning of the buffer.
1865
1866 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1867
1868 * emacs-lisp/package.el (package-desc): Use the contents of the
1869 quoted form, not its cdr. (Bug#16873)
1870
1871 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1874 benefit of doc.c; change parameter profile to match the X function.
1875
1876 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1879 and `tramp-copy-env'.
1880
1881 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1882 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1883
1884 2014-03-21 Glenn Morris <rgm@gnu.org>
1885
1886 * electric.el (electric-indent-post-self-insert-function): Add doc.
1887
1888 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1889
1890 * emacs-lisp/package.el (package-compute-transaction):
1891 Use `version-list-<=' to compare the requirement version against
1892 the version of package already to be installed. Update the error
1893 message. (Bug#16826)
1894
1895 * progmodes/ruby-mode.el (ruby-smie-rules):
1896 Add indentation rule for ` @ '. (Bug#17050)
1897
1898 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * align.el (align-regexp): Remove superfluous backslash.
1901
1902 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1903 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1904 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1905 Fix docstring typos.
1906 (ffap-next): Use C-u in docstring.
1907 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1908 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1909 Remove superfluous backslashes.
1910 (ffap-string-at-point): Reflow docstring.
1911
1912 * server.el (server-host): Reflow docstring.
1913 (server-unload-function): Fix docstring typo.
1914 (server-eval-at): Remove superfluous backslash.
1915
1916 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1917 (skeleton-insert): Doc fix.
1918 (skeleton-insert): Reflow docstring.
1919
1920 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1921 (tty-color-approximate, tty-color-by-index, tty-color-values)
1922 (tty-color-desc): Remove superfluous backslashes.
1923
1924 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * electric.el (electric-newline-and-maybe-indent): New command.
1927 Bind it globally to C-j.
1928 (electric-indent-mode): Don't mess with the global map any more.
1929 Don't drop the post-self-insert-hook is some buffer is still using it
1930 (bug#16770).
1931
1932 * bindings.el (global-map): Remove C-j binding.
1933
1934 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1935 the docstring of functions advised before dumping (bug#16993).
1936
1937 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1938
1939 * ps-print.el (ps-generate-postscript-with-faces):
1940 Explicitly deactivate the mark (bug#16866).
1941 * simple.el (deactivate-mark): Update region highlight.
1942
1943 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * emacs-lisp/package.el (describe-package-1):
1946 Decode commentary (bug#16733).
1947
1948 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1951 modification of the value argument of :set (bug#16755).
1952
1953 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * simple.el (newline-and-indent): Do autofill (bug#17031).
1956
1957 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1958
1959 * newcomment.el (comment-normalize-vars): Only add escaping check
1960 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1961 (comment-beginning): Use `narrow-to-region' instead of moving back
1962 one character.
1963 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1964 (comment-start-skip): Update the docstring.
1965
1966 2014-03-18 Richard Stallman <rms@gnu.org>
1967
1968 * dired.el (dired-display-file): Force use of other window.
1969
1970 2014-03-18 Daniel Colascione <dancol@dancol.org>
1971
1972 * startup.el (tty-handle-args): Remove debug message from 2007.
1973
1974 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1977 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1978 (advice--make-1, advice-add, advice-remove):
1979 Remove braindead :advice-pending hack.
1980
1981 2014-03-17 Glenn Morris <rgm@gnu.org>
1982
1983 * calendar/calendar.el (calendar-generate-month): Apply weekend
1984 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1985
1986 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1987
1988 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1989 (tramp-call-process): Trace also DESTINATION.
1990
1991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1992 Quote file names when they are local. Remove superfluous trace.
1993
1994 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1995
1996 * newcomment.el (comment-beginning): If `comment-start-skip'
1997 doesn't match, move back one char and try again. (Bug#16971)
1998
1999 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2000 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2001 Set `comment-start-skip' to a simpler value that doesn't try to
2002 check if the semicolon is escaped (this is handled by
2003 `syntax-ppss' now). (Bug#16971)
2004
2005 * progmodes/scheme.el (scheme-mode-variables): Same.
2006
2007 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2008
2009 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2010 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2011 current (Bug#16816, Bug#17007).
2012 (with-current-buffer-window): New macro doing the same as
2013 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2014 * help.el (help-print-return-message): Warn in doc-string to not
2015 use this in `with-help-window'.
2016 (describe-bindings-internal): Call `describe-buffer-bindings'
2017 from within help buffer. See Juanma's scenario in (Bug#16816).
2018 (with-help-window): Update doc-string.
2019 * dired.el (dired-mark-pop-up):
2020 * files.el (save-buffers-kill-emacs):
2021 * register.el (register-preview): Use `with-current-buffer-window'
2022 instead of `with-temp-buffer-window'.
2023
2024 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2027 Implement inserting into current buffer, documented in their docstrings.
2028 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2029 (rst-section-tree-point, rst-forward-section, rst-indent)
2030 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2031 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2032 (rst-font-lock-handle-adornment-pre-match-form)
2033 (rst-repeat-last-character): Reflow docstrings.
2034 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2035 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2036 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2037 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2038 Fix docstring typos.
2039 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2040 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2041 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2042
2043 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2046 for compatibility with other ports.
2047 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2048 from the -xrm command line argument, but in the Nextstep port its value
2049 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2050
2051 * progmodes/python.el (defconst, python-syntax-count-quotes)
2052 (python-indent-region, python-indent-shift-right)
2053 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2054 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2055 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2056 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2057 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2058 (python-shell-buffer-substring, python-shell-send-buffer)
2059 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2060 (python-completion-complete-at-point, python-fill-docstring-style)
2061 (python-eldoc-function, python-imenu-format-item-label)
2062 (python-imenu-format-parent-item-label)
2063 (python-imenu-format-parent-item-jump-label)
2064 (python-imenu--build-tree, python-imenu-create-index)
2065 (python-imenu-create-flat-index): Fix docstring typos.
2066 (python-indent-context, python-shell-prompt-regexp, run-python):
2067 Remove superfluous backslashes.
2068 (python-indent-line, python-nav-beginning-of-defun)
2069 (python-shell-get-buffer, python-shell-get-process)
2070 (python-info-current-defun, python-info-current-line-comment-p)
2071 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2072 (python-indent-post-self-insert-function, python-shell-send-file)
2073 (python-shell-completion-get-completions)
2074 (python-shell-completion-complete-or-indent)
2075 (python-eldoc--get-doc-at-point): Reflow docstrings.
2076
2077 2014-03-14 Glenn Morris <rgm@gnu.org>
2078
2079 * emacs-lisp/package.el (package-menu-mode-map):
2080 Replace use of obsolete function alias. Tweak menu item text.
2081
2082 * info.el (Info-finder-find-node):
2083 Ignore the `emacs' metapackage. (Bug#10813)
2084
2085 * finder.el (finder-list-matches): Include unversioned packages
2086 in the result of a keyword search.
2087
2088 * finder.el (finder--builtins-descriptions): New constant.
2089 (finder-compile-keywords): Use finder--builtins-descriptions.
2090
2091 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2092
2093 * simple.el (blink-matching-paren): Describe the new value,
2094 `jump', enabling the old behavior.
2095 (blink-matching-open): Use that value. (Bug#17008)
2096
2097 2014-03-14 Glenn Morris <rgm@gnu.org>
2098
2099 * finder.el (finder-no-scan-regexp): Add leim-list.
2100 (finder-compile-keywords):
2101 Don't skip files with same basename. (Bug#14010)
2102 * Makefile.in (setwins_finder): New, excluding leim.
2103 (finder-data): Use setwins_finder.
2104
2105 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2106 (help-function-arglist, help-make-usage): Move from here...
2107 * help.el (help-split-fundoc, help-add-fundoc-usage)
2108 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2109 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2110
2111 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * net/socks.el (socks, socks-override-functions)
2114 (socks-find-services-entry):
2115 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2116 (hif-find-ifdef-block):
2117 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2118
2119 * net/tls.el (tls-program): Reflow docstring.
2120
2121 * progmodes/pascal.el (pascal-mode-abbrev-table)
2122 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2123 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2124 (pascal-outline-mode): Fix docstring typos.
2125 (pascal-mode): Let define-derived-mode document mode hook.
2126 (pascal-uncomment-area): Reflow.
2127 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2128
2129 * progmodes/opascal.el (opascal-compound-block-indent)
2130 (opascal-case-label-indent): Fix docstring typos.
2131 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2132
2133 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2134
2135 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2136 Fontify multiple adjacent negation chars. (Bug#17004)
2137
2138 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2139
2140 * emacs-lisp/package.el (package--prepare-dependencies):
2141 Accept requirements without explicit version (bug#14941).
2142
2143 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * register.el (register-separator, copy-to-register): Doc fixes.
2146 (register-preview-default): Remove unnecessary call to concat.
2147
2148 * frameset.el (frameset-restore): When checking for a visible frame,
2149 use the action map instead of calling visible-frame-list.
2150
2151 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2152
2153 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2154
2155 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2156
2157 * window.el (fit-frame-to-buffer): Get maximum width from
2158 display's width instead of height.
2159
2160 2014-03-12 Glenn Morris <rgm@gnu.org>
2161
2162 * desktop.el (desktop-restore-frames)
2163 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2164 (desktop-restore-reuses-frames): Doc tweaks.
2165
2166 * electric.el (electric-indent-mode): Doc fix.
2167
2168 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2169
2170 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2171 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2172 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2173 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2174 (cvs-dired-use-hook): Fix docstring typos.
2175 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2176 Doc fixes.
2177
2178 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2179 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2180 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2181 (cvs-execute-single-dir): Fix docstring typos.
2182
2183 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2184 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2185
2186 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2187
2188 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2189 Fix docstring typos.
2190
2191 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2194 called from jump-to-register after unloading the frameset package.
2195
2196 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2199 (bug#16975). Deactivate the mark before setting it to nil.
2200 (activate-mark): Do nothing if region is already active.
2201
2202 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * frameset.el (frameset--target-display): Remove definition; declare.
2205 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2206
2207 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2210 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2211 when the advice is pending.
2212 (advice-remove): Remove this marker when not needed any more.
2213
2214 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * frameset.el: Separate options for reusing frames and cleaning up.
2217 (frameset--reuse-list): Remove definition; declare.
2218 (frameset--action-map): Declare.
2219 (frameset--find-frame-if): Doc fix.
2220 (frameset--restore-frame): Cache frame action.
2221 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2222 how to clean up the frame list after restoring. Remove cleaning
2223 options from REUSE-FRAMES. Change all keyword values to symbols.
2224 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2225
2226 * desktop.el (desktop-restore-forces-onscreen)
2227 (desktop-restore-reuses-frames): Use non-keyword values.
2228 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2229
2230 2014-03-10 Glenn Morris <rgm@gnu.org>
2231
2232 * files.el (find-file): Doc fix: update info node name.
2233
2234 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2235 Doc fix: remove references to deleted info nodes.
2236
2237 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2240 Do not add `nil' to the environment, when there's no remote `locale'.
2241 (tramp-find-inline-encoding): Check, that the remote host has
2242 installed perl, before sending scripts.
2243
2244 2014-03-10 Leo Liu <sdl.web@gmail.com>
2245
2246 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2247 Clear eldoc-last-message. (Bug#16920)
2248
2249 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2252 (bug#14430).
2253
2254 2014-03-09 Juri Linkov <juri@jurta.org>
2255
2256 * ansi-color.el (ansi-color-names-vector): Copy default colors
2257 from `xterm-standard-colors' that look well on the default white
2258 background (and also on the black background) to avoid illegible
2259 color combinations like yellow-on-white and white-on-white.
2260 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2261
2262 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * frameset.el (frameset-restore): When no frame is visible, do not
2265 generate a list of frames, just make visible the selected one.
2266
2267 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2268
2269 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2270 it only contains the repository root. (Bug#16897)
2271
2272 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2273
2274 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2275 only when `remote-file-name-inhibit-cache' is nil.
2276 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2277
2278 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2279
2280 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2281 Fix doc-strings.
2282 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2283 fit-frame-to-buffer variable. Fix doc-string.
2284 (fit-window-to-buffer): Set ONLY argument in call of
2285 fit-frame-to-buffer. Fix doc-string.
2286
2287 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2288
2289 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2290 (tramp-action-password): Clear password cache if needed.
2291 (tramp-read-passwd): Do not clear password cache.
2292
2293 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2294 cache unless it is the first password request.
2295
2296 2014-03-06 Glenn Morris <rgm@gnu.org>
2297
2298 * simple.el (newline): Doc tweak.
2299
2300 * emacs-lisp/shadow.el (load-path-shadows-find):
2301 Ignore dir-locals. (Bug#12357)
2302
2303 2014-03-05 Glenn Morris <rgm@gnu.org>
2304
2305 * files.el (interpreter-mode-alist):
2306 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2307
2308 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * frameset.el (frameset--initial-params): Filter out null entries.
2311
2312 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2313
2314 * window.el (window-min-height, window-min-width):
2315 Rewrite doc-strings.
2316 (window-body-size): Add PIXELWISE argument to make it consistent
2317 with its callees.
2318
2319 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * finder.el (finder-mode-map, finder-mode-syntax-table):
2322 Revert part of 2014-02-28 change.
2323
2324 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2325
2326 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2327 (eww-setup-buffer): Clear next/prev/etc more reliably.
2328 (eww-textarea-map): [tab] doesn't work on tty.
2329 Reported by Mario Lang.
2330
2331 * net/shr.el (shr-map): Ditto.
2332
2333 2014-03-04 Glenn Morris <rgm@gnu.org>
2334
2335 * minibuffer.el (completion-hilit-commonality):
2336 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2337
2338 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * hilit-chg.el (hilit-chg-unload-function): New function.
2341 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2342 (hilit-chg-map-changes): Prefer cardinal number to digit.
2343 (hilit-chg-display-changes): Reflow docstring.
2344 (highlight-changes-rotate-faces): Remove superfluous backslash.
2345
2346 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2347
2348 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2349 `tramp-send-command-and-check'.
2350
2351 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2352
2353 * hexl.el (hexl-address-region, hexl-ascii-region)
2354 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2355 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2356 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2357 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2358 (hexl-mode): Doc fix.
2359 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2360 (hexl-mode-ruler): Fix typos in docstrings.
2361
2362 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2363 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2364 Remove superfluous backslashes.
2365 (strokes-last-stroke, strokes-global-map, strokes-mode):
2366 Reflow docstrings.
2367 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2368 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2369 (strokes-distance-squared, strokes-global-set-stroke)
2370 (strokes-global-set-stroke-string): Doc fixes.
2371 (strokes-help): Fix typos; reflow docstring.
2372
2373 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2374
2375 * window.el (window-in-direction): Fix doc-string.
2376
2377 2014-03-04 Glenn Morris <rgm@gnu.org>
2378
2379 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2380 Explicit error if no grammar.
2381 (smie-config-save): Doc fix. Fix quote typo.
2382
2383 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2386 electric-indent-mode-hook if we obey electric-indent-mode.
2387 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2388 decide whether we obey electric-indent-mode.
2389 (c-change-set-fl-decl-start, c-extend-after-change-region):
2390 Silence warnings.
2391 (c-electric-indent-mode-hook): Assume we do want to obey
2392 electric-indent-mode.
2393
2394 * electric.el (electric-indent-mode-has-been-called): Remove.
2395 (electric-indent-mode): Fix accordingly.
2396
2397 * files.el (hack-local-variables): Mention file name in warning.
2398
2399 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2400
2401 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2402
2403 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2404 * simple.el (delete-forward-char): Mark as interactive-only.
2405
2406 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * icomplete.el (icomplete-completions):
2409 Follow-up to 2014-03-01 change.
2410
2411 * icomplete.el: Miscellaneous doc fixes.
2412 Use Icomplete everywhere instead of icomplete for consistency.
2413 (icomplete-max-delay-chars): Fix typo.
2414 (icomplete-mode): Use \[].
2415 (icomplete-tidy, icomplete-exhibit): Reflow.
2416 (icomplete-minibuffer-setup-hook, icomplete-completions):
2417 Remove superfluous backlashes.
2418
2419 * ido.el: Miscellaneous doc fixes.
2420 Use Ido everywhere instead of ido or `ido' for consistency.
2421 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2422 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2423 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2424 (ido-separator): Extract obsolescence info from docstring and declare
2425 with make-obsolete-variable.
2426 (ido-minibuffer-setup-hook): Simplify example.
2427 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2428 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2429 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2430 (ido-everywhere): Reflow docstring.
2431 (ido-toggle-vc): Doc fix.
2432 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2433 of long list of keybindings.
2434
2435 2014-03-03 Glenn Morris <rgm@gnu.org>
2436
2437 * frame.el (display-pixel-height, display-pixel-width)
2438 (display-mm-dimensions-alist, display-mm-height)
2439 (display-mm-width): Doc tweaks.
2440
2441 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2442
2443 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2444 case of undo in region.
2445
2446 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2447
2448 * window.el (fit-window-to-buffer): Fix argument in window-size
2449 call when window is horizontally combined.
2450
2451 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * icomplete.el (icomplete-completions): Use string-width.
2454 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2455
2456 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2457
2458 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2459 Highlight regexp options. (Bug#16914)
2460
2461 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2462
2463 * window.el (window--max-delta-1): Round down when calculating
2464 how many lines/columns we can get from a window.
2465
2466 2014-03-01 Glenn Morris <rgm@gnu.org>
2467
2468 * isearch.el (search-invisible): Doc fix.
2469
2470 * minibuffer.el (completion-hilit-commonality):
2471 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2472 * comint.el (comint-dynamic-list-completions): Doc fix.
2473 * comint.el (comint-dynamic-list-completions):
2474 * filecache.el (file-cache-minibuffer-complete):
2475 * tempo.el (tempo-display-completions):
2476 * eshell/em-hist.el (eshell-list-history):
2477 Replace use of obsolete argument of display-completion-list.
2478
2479 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * icomplete.el (icomplete-completions):
2482 Revert back to using "..." when ?… cannot be displayed.
2483
2484 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * finder.el (finder-unload-function): New function.
2487
2488 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2489
2490 * dframe.el (dframe-detach):
2491 * find-dired.el (find-dired, find-name-dired):
2492 * finder.el (finder-mode-map, finder-mode-syntax-table)
2493 (finder-headmark, finder-select, finder-mouse-select):
2494 Fix docstring typos.
2495
2496 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2497
2498 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2499 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2500 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2501 Fix doc-string based on a suggestion by Nicolas Richard
2502 <theonewiththeevillook@yahoo.fr>.
2503 * help.el (with-help-window): Fix doc-string.
2504
2505 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2506
2507 * net/shr.el (shr-image-animate): New option.
2508 (shr-put-image): Respect shr-image-animate.
2509
2510 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2511
2512 * net/tramp-adb.el (tramp-adb-parse-device-names):
2513 Use `accept-process-output'.
2514 (tramp-adb-handle-file-truename): Cache the localname only.
2515 (tramp-adb-handle-make-directory)
2516 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2517 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2518 modes cannot be changed.
2519
2520 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2521 file properties of symlinks.
2522
2523 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2524
2525 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2526 required/optional fields to match development biblatex. (Bug#16781)
2527
2528 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2529
2530 * saveplace.el (toggle-save-place):
2531 Fix argument handling. (Bug#16673)
2532
2533 2014-02-28 Glenn Morris <rgm@gnu.org>
2534
2535 * minibuffer.el (completions-first-difference)
2536 (completions-common-part, completion-hilit-commonality): Doc fixes.
2537
2538 2014-02-28 Karl Berry <karl@gnu.org>
2539
2540 * info.el (Info-mode-map): Add H for describe-mode,
2541 to synchronize with standalone Info.
2542
2543 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2544
2545 * progmodes/sql.el (sql-interactive-mode):
2546 Avoid setting global comint-input-ring-separator. (Bug#16814)
2547
2548 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2549
2550 * net/dbus.el (dbus--init-bus): Declare function.
2551 (dbus-path-local, dbus-interface-local): New defconst.
2552 (dbus-init-bus): Use them.
2553 (dbus-return-values-table): Extend doc.
2554 (dbus-handle-bus-disconnect): Extend error message.
2555
2556 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * subr.el (y-or-n-p): Fix double space issue in message.
2559
2560 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2561
2562 * net/tramp.el (tramp-call-process): Improve trace message.
2563 (tramp-handle-insert-file-contents): Trace error case.
2564
2565 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2566 <insert-directory>: Use `tramp-handle-insert-directory'.
2567 (tramp-adb-handle-insert-directory): Remove function.
2568 (tramp-adb-send-command-and-check): New defun, replacing
2569 `tramp-adb-command-exit-status'. Change all callees.
2570 (tramp-adb-handle-file-attributes)
2571 (tramp-adb-handle-directory-files-and-attributes): Use it.
2572 (tramp-adb-ls-output-name-less-p):
2573 Use `directory-listing-before-filename-regexp'.
2574 (tramp-adb-handle-delete-directory): Flush also file properties of
2575 the truename of directory.
2576 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2577 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2578 (tramp-adb-handle-write-region): Implement APPEND.
2579 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2580 properties correctly.
2581 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2582 variables. Check for connected devices only when needed.
2583
2584 2014-02-27 Glenn Morris <rgm@gnu.org>
2585
2586 * minibuffer.el (completion-table-dynamic)
2587 (completion-table-with-cache): Doc fixes.
2588
2589 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2590 (completing-read-multiple): Doc fixes.
2591
2592 2014-02-27 Daniel Colascione <dancol@dancol.org>
2593
2594 * minibuffer.el (completion--nth-completion): Fix indentation.
2595
2596 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2597 explicit tramp path is empty.
2598
2599 2014-02-27 Glenn Morris <rgm@gnu.org>
2600
2601 * emacs-lisp/crm.el (completing-read-multiple):
2602 Empower help-enable-auto-load.
2603
2604 2014-02-26 Glenn Morris <rgm@gnu.org>
2605
2606 * startup.el (command-line): Don't init the tty in daemon mode.
2607
2608 Avoid calling tty-setup-hook twice, eg if a term file
2609 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2610 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2611 (tty-create-frame-with-faces): Use it.
2612 * startup.el (command-line): Pass run-hook argument
2613 to tty-run-terminal-initialization.
2614
2615 * dired.el (dired-restore-desktop-buffer): Demote errors;
2616 eg in case a glob match fails. (Bug#16884)
2617
2618 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2619
2620 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2621 error from `read-from-string'. (Bug#16850)
2622
2623 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2624 result of `completing-read' in the interactive form. (Bug#16854)
2625
2626 2014-02-25 Glenn Morris <rgm@gnu.org>
2627
2628 * image.el (image-animate, image-animate-timeout):
2629 Stop animating images in dead buffers. (Bug#16878)
2630
2631 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2632
2633 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2634 Doc fixes.
2635 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2636 * term/sun.el (sun-raw-prefix-hooks):
2637 Use tty-setup-hook instead of term-setup-hook.
2638 (terminal-init-sun): Construct message from bytecomp plist.
2639 * term/wyse50.el (enable-arrow-keys): Doc fix.
2640
2641 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2644 Fix docstring typos.
2645
2646 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2649
2650 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2651
2652 * minibuffer.el (completion--try-word-completion):
2653 Fix error when completing M-x commands (bug#16808).
2654
2655 2014-02-24 Leo Liu <sdl.web@gmail.com>
2656
2657 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2658
2659 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * apropos.el (apropos-print): Avoid formatting error when
2662 apropos-do-all and apropos-compact-layout are both t.
2663
2664 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2665
2666 * apropos.el (apropos-property, apropos-all-words-regexp)
2667 (apropos-true-hit, apropos-variable, apropos-print):
2668 Fix docstring typos, and remove obsolete comment.
2669
2670 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2673 Preserve trailing "/". (Bug#16851)
2674
2675 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2676
2677 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2678 after `=>' (bug#16811).
2679 (ruby-smie-rules): Handle the inconsistent second element of the
2680 list returned by `smie-indent--parent'.
2681 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2682 method call.
2683
2684 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * elec-pair.el (electric-pair-text-syntax-table)
2687 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2688 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2689 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2690 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2691
2692 2014-02-22 Glenn Morris <rgm@gnu.org>
2693
2694 * imenu.el (imenu--generic-function): Doc fix.
2695
2696 * register.el (frame-configuration-to-register): Make obsolete.
2697
2698 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2699
2700 * desktop.el (desktop-save-buffer-p): Do not fail when
2701 desktop-files-not-to-save is nil. Return t for true result
2702 as the doc says.
2703
2704 2014-02-22 Daniel Colascione <dancol@dancol.org>
2705
2706 * net/secrets.el (secrets-create-item, secrets-search-items):
2707 Check that attribute values are strings, avoiding the construction
2708 of invalid dbus messages.
2709
2710 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2711
2712 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2713 defun-declarations-alist.
2714
2715 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2718 (bug#16829).
2719
2720 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2723 (whitespace-newline, whitespace-trailing, whitespace-line)
2724 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2725 (whitespace-space-after-tab): Fix typo in docstrings.
2726
2727 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2728
2729 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2730
2731 * electric.el (electric-indent-functions-without-reindent):
2732 Add `yaml-indent-line'.
2733
2734 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2737 It has done nothing for years; should be removed after the release.
2738
2739 * simple.el (choose-completion): Fix docstring typo.
2740 (read-quoted-char-radix): Remove unneeded * in docstring.
2741 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2742 Don't escape parentheses unnecessarily in docstrings.
2743
2744 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2745
2746 Fix handling of window-min-height/-width (Bug#16738).
2747 * window.el (window--dump-window, window--dump-frame):
2748 New functions.
2749 (window--min-size-1): Account for window dividers.
2750 When window-resize-pixelwise is nil, delay rounding till after the
2751 sum of the window components has been calculated.
2752 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2753 nil make sure at least one text line and two text columns remain
2754 fully visible.
2755 (window-resize): Signal an error when window-resize-apply fails.
2756 (window--resize-child-windows): Fix calculation of by how many
2757 pixels a window can still be shrunk via window-new-normal.
2758 (adjust-window-trailing-edge): Call window--resizable with
2759 correct TRAIL argument.
2760
2761 (with-temp-buffer-window): Don't evaluate BODY within
2762 with-current-buffer (Bug#16816).
2763
2764 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * net/tramp.el (tramp-check-cached-permissions):
2767 Call `file-attributes' with `suffix' being a symbol but a string.
2768
2769 2014-02-21 Daniel Colascione <dancol@dancol.org>
2770
2771 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2772 (dbus-init-bus): New function: call into dbus-init-bus-1
2773 and installs a handler for the disconnect signal.
2774 (dbus-call-method): Rewrite to look for result in cons.
2775 (dbus-call-method-handler): Store result in cons.
2776 (dbus-check-event): Recognize events with nil sender as valid.
2777 (dbus-handle-bus-disconnect): New function. React to bus
2778 disconnection signal by synthesizing dbus error for each
2779 pending synchronous or asynchronous call.
2780 (dbus-notice-synchronous-call-errors): New function.
2781 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2782 is true, not all the time.
2783
2784 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2785
2786 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2787 Remove obsolescence declarations, these variables do not exist anymore.
2788
2789 * savehist.el (savehist-save-minibuffer-history)
2790 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2791 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2792 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2793 mostly, refer to "Savehist mode" when talking about the mode,
2794 and not the function.
2795
2796 * saveplace.el (save-place): Remove redundant info in docstring.
2797 (save-place-forget-unreadable-files, toggle-save-place)
2798 (save-place-forget-unreadable-files, save-place-dired-hook):
2799 Fix typos and remove unneeded backslashes.
2800
2801 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2804 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2805
2806 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2807 <insert-directory>: Use `tramp-handle-insert-directory'.
2808 (tramp-gvfs-handle-insert-directory): Remove function.
2809
2810 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2811 Call `tramp-handle-insert-directory'.
2812
2813 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2816 before the start of buffer/region (bug#16799).
2817
2818 2014-02-20 Glenn Morris <rgm@gnu.org>
2819
2820 * isearch.el (search-invisible): Doc fix.
2821
2822 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2823
2824 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2825 (bug#16657).
2826
2827 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2828
2829 * frameset.el (frameset-restore): Delay removing an old frame's
2830 duplicate id until the new frame has been correctly created.
2831
2832 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2835 (tramp-check-cached-permissions): Call `file-attributes' if the
2836 cache is empty.
2837
2838 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2839 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2840
2841 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2842 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2843 (tramp-gvfs-maybe-open-connection): Set always connection
2844 properties, even if target is mounted already.
2845
2846 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2847 Set tramp-autoload cookie.
2848 (tramp-get-remote-touch): New defun.
2849 (tramp-sh-handle-set-file-times): Use it.
2850 (tramp-sh-handle-directory-files-and-attributes):
2851 Use `tramp-handle-directory-files-and-attributes' if neither stat
2852 nor perl are available on the remote host.
2853
2854 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2855 "/". Write long listing only when "l" belongs to the switches.
2856
2857 * net/trampver.el: Update release number.
2858
2859 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2860
2861 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2862
2863 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2864
2865 * window.el (window-state-put): Allow WINDOW to refer to an
2866 internal window (Bug#16793).
2867
2868 2014-02-19 Glenn Morris <rgm@gnu.org>
2869
2870 * textmodes/remember.el: Move provide statement to end.
2871 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2872 (remember-notes): Doc fixes.
2873
2874 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * delsel.el (delete-char): Restore incorrectly erased property
2877 (bug#16795).
2878
2879 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2880
2881 * frameset.el (frameset--restore-frame): When a frame is being reused
2882 and its root window is not alive, delete all the frame's windows before
2883 restoring the window state. This works around the issue in bug#16793.
2884
2885 2014-02-18 Glenn Morris <rgm@gnu.org>
2886
2887 * textmodes/remember.el (remember-data-directory)
2888 (remember-directory-file-name-format, remember-store-in-files)
2889 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2890 (remember-notes-save-and-bury-buffer)
2891 (remember-notes--kill-buffer-query): Doc fixes.
2892
2893 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2894
2895 2014-02-17 Alan Mackenzie <acm@muc.de>
2896
2897 Connect electric-indent-mode up with CC Mode. Bug #15478.
2898 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2899 to electric-indent-{,local-}-mode.
2900 (c-basic-common-init): Set electric-indent-inhibit.
2901 Initialise c-electric-flag from electric-indent-mode.
2902 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2903 New hook functions which propagate electric-indent-mode to CC mode.
2904
2905 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2906 hit, toggle electric-indent-local-mode.
2907
2908 * electric.el (electric-indent-mode-has-been-called):
2909 New variable.
2910
2911 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * frameset.el (frameset-cfg-id): New function.
2914 (frameset--reuse-frame, frameset-restore): Use it.
2915 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2916
2917 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * ido.el (ido-file-internal): Remove unused var `d'.
2920 Use \` for to match BoS. Fit within 80n columns.
2921
2922 2014-02-17 Daniel Colascione <dancol@dancol.org>
2923
2924 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2925 dbus-call-method check for completion using a busy-wait loop with
2926 gradual backoff.
2927
2928 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2929
2930 Sync with Tramp 2.2.9.
2931
2932 * net/trampver.el: Update release number.
2933
2934 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2935
2936 * ido.el (ido-file-internal): Don't add the name of an existing
2937 directory twice. (Bug#16747)
2938
2939 2014-02-16 Glenn Morris <rgm@gnu.org>
2940
2941 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2942 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2943
2944 2014-02-15 Michael R. Mauger <michael@mauger.com>
2945
2946 * progmodes/sql.el: Version 3.4
2947 (sql-oracle-options): New default value ("-L").
2948 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2949 (sql-placeholders-filter): Correct placeholder pattern.
2950 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2951 (sql-login-delay): New variable.
2952 (sql-product-interactive): Use it.
2953
2954 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * frameset.el (frameset--jump-to-register): Check that buffer is live
2957 (bug#16749).
2958
2959 2014-02-15 Glenn Morris <rgm@gnu.org>
2960
2961 * info.el (info-initialize): Revert 2014-01-10 change.
2962
2963 2014-02-14 Glenn Morris <rgm@gnu.org>
2964
2965 * replace.el (map-query-replace-regexp)
2966 (read-regexp-defaults-function, read-regexp): Doc fixes.
2967
2968 * dired.el (dired-read-regexp):
2969 * faces.el (list-faces-display):
2970 * misearch.el (multi-isearch-read-matching-buffers)
2971 (multi-isearch-read-matching-files):
2972 * play/cookie1.el (cookie-apropos):
2973 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2974
2975 * textmodes/remember.el (remember): Use frameset-to-register
2976 rather than frame-configuration-to-register.
2977
2978 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2979
2980 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2981 incorrect keybinding.
2982
2983 2014-02-13 Daniel Colascione <dancol@dancol.org>
2984
2985 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2986 when adding overlays so that line numbers from compiler match line
2987 numbers we use.
2988
2989 2014-02-13 Glenn Morris <rgm@gnu.org>
2990
2991 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2992
2993 * jit-lock.el (jit-lock-mode): Doc fix.
2994
2995 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * apropos.el (apropos-read-pattern): When the user passes an empty
2998 string, give a more helpful error message than "Wrong type
2999 argument: stringp, nil".
3000
3001 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3004
3005 2014-02-13 Glenn Morris <rgm@gnu.org>
3006
3007 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3008
3009 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3012 shift-select commands.
3013
3014 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3015
3016 * progmodes/js.el (js-indent-line): Don't widen.
3017 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3018
3019 2014-02-12 Glenn Morris <rgm@gnu.org>
3020
3021 * icomplete.el (icomplete): Add info-link to defgroup.
3022 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3023 (icomplete-minibuffer-map, icomplete-mode)
3024 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3025
3026 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3027 (package-menu-filter): Rename from package-menu-filter-interactive.
3028 Doc fix.
3029
3030 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * frameset.el (frameset--jump-to-register): Select the required
3033 window and buffer before restoring position (bug#16696).
3034
3035 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3036
3037 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3038
3039 2014-02-10 Glenn Morris <rgm@gnu.org>
3040
3041 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3042
3043 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3044
3045 * w32-common-fns.el (x-get-selection): Doc fix.
3046 * select.el (x-get-selection): Doc fix. (Bug#15109)
3047
3048 * face-remap.el (face-remap-add-relative)
3049 (face-remap-remove-relative, face-remap-reset-base)
3050 (face-remap-set-base): Call force-mode-line-update to redisplay
3051 the current buffer due to potential change in faces. (Bug#16709)
3052
3053 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3054
3055 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3056 script more robustly.
3057
3058 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3059
3060 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3061
3062 * simple.el (choose-completion): Doc fix (bug#14160).
3063
3064 * subr.el (event-start): Say what a nil EVENT value means.
3065
3066 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3067 (bug#14197).
3068
3069 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3070
3071 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3072
3073 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3074
3075 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3076 predicate function (bug#15455).
3077
3078 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3079
3080 * ielm.el (inferior-emacs-lisp-mode): Instead of
3081 `comment-use-global-state', set `comment-use-syntax'.
3082
3083 2014-02-10 Glenn Morris <rgm@gnu.org>
3084
3085 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3086
3087 2014-02-09 Alan Mackenzie <acm@muc.de>
3088
3089 Fix c-invalidate-state-cache on narrowed buffers.
3090 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3091 Widen when setting and clearing the CPP delimiter properties.
3092
3093 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3094
3095 * help.el (describe-bindings): Doc fix (bug#9888).
3096
3097 * files.el (save-buffer): Use ARG as the parameter name for
3098 consistency (bug#10346).
3099 (save-buffer): Clarify the 0 argument (bug#10346).
3100
3101 * cus-edit.el (customize-apropos): Fix error string.
3102 (custom-buffer-create): Doc fix (bug#11122).
3103 (custom-sort-items): Doc fix (bug#11121).
3104
3105 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3106
3107 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3108 (icomplete-simple-completing-p): Mention the previous variable.
3109
3110 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3111 meaning of the parameter (bug#12282).
3112
3113 * files.el (find-file-noselect): Clarify prompt when changing
3114 readedness (bug#13261).
3115 (locate-file): Suffixes aren't returned, so don't say that they
3116 are (bug#12674).
3117 (backup-inhibited): Doc clarification (bug#12525).
3118
3119 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3120 before we actually start to delete things (bug#16331).
3121
3122 * subr.el (event-start): Doc fix (bug#14228).
3123 (event-end): Ditto.
3124
3125 2014-02-09 Glenn Morris <rgm@gnu.org>
3126
3127 * emacs-lisp/warnings.el (lwarn):
3128 Empower help-enable-auto-load. (Bug#15940)
3129
3130 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3131
3132 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3133 (Bug#16690)
3134
3135 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3138 Insert output at end of buffer. (Bug#16120)
3139
3140 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3141
3142 * simple.el (choose-completion-string-functions): Document new
3143 calling convention (bug#14153).
3144 (execute-extended-command): Clarify doc string (bug#13373).
3145
3146 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3147
3148 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3149 (find-grep-dired): Doc fix (bug#14288).
3150
3151 2014-02-08 Juri Linkov <juri@jurta.org>
3152
3153 * isearch.el (isearch-quote-char): Check character validity
3154 like in `quoted-insert' (bug#16677).
3155
3156 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3157
3158 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3159
3160 * isearch.el (isearch-hide-immediately): Doc clarification
3161 (bug#14723).
3162
3163 * simple.el (line-move): Document utility function used many
3164 places in the Emacs sources (bug#14843).
3165
3166 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3167 (dired-prev-marked-file): Doc fix (bug#14855).
3168 (dired-up-directory): Doc fix (bug#14848).
3169
3170 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3171
3172 * files.el (file-relative-name): Doc fix (bug#15159).
3173
3174 * fringe.el (fringe-styles): Doc fix (bug#15239).
3175
3176 * isearch.el (isearch-filter-predicate): Documentation typo fix
3177 (bug#15474).
3178
3179 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3180
3181 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3182
3183 * replace.el (replace-match-maybe-edit): Doc clarification
3184 (bug#15632).
3185
3186 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3187
3188 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3189
3190 2014-02-08 Glenn Morris <rgm@gnu.org>
3191
3192 * help-fns.el (describe-variable):
3193 Check {file,dir}-local-variables-alist, and buffer-file-name,
3194 in the correct buffer.
3195
3196 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3197
3198 * help-fns.el (describe-variable): Fix the case where
3199 a value is directory-local with no dir-locals file. (Bug#16635)
3200
3201 2014-02-08 Glenn Morris <rgm@gnu.org>
3202
3203 * abbrev.el (edit-abbrevs-mode):
3204 Derive from fundamental-mode. (Bug#16682)
3205
3206 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * simple.el (quoted-insert): Check character validity (bug#16677).
3209
3210 2014-02-07 Juri Linkov <juri@jurta.org>
3211
3212 * desktop.el (desktop-read): Claim the lock when the owner is not
3213 the current process. (Bug#16157)
3214
3215 2014-02-07 Juri Linkov <juri@jurta.org>
3216
3217 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3218 to "\\` ". (Bug#16651)
3219
3220 2014-02-07 Juri Linkov <juri@jurta.org>
3221
3222 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3223 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3224 (desktop-auto-save-cancel-timer): New function with some code from
3225 `desktop-auto-save-set-timer'.
3226 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3227 Instead of setting `desktop-save-mode' to nil, call
3228 `desktop-save-mode' with arg 0. (Bug#16630)
3229
3230 2014-02-07 Glenn Morris <rgm@gnu.org>
3231
3232 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3233 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3234 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3235
3236 * obsolete/iswitchb.el: Move to obsolete/.
3237 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3238 since obsolete/ is not scanned for autoloads.
3239 * emacs-lisp/authors.el (authors-valid-file-names):
3240 Add iswitchb.el.
3241
3242 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3243 Disable now non-functional find-file-hook.
3244
3245 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3248 instead of ";" in order to avoid additional prompts. Let heredoc
3249 scripts read from tty. (Bug#16582)
3250 (tramp-send-command): No special handling of heredocs, it isn't
3251 necessary anymore.
3252
3253 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3256 with a space (bug#16664). Limit the symbols considered to the ones
3257 that are bound or fbound (bug#16646).
3258
3259 2014-02-06 Glenn Morris <rgm@gnu.org>
3260
3261 * epa.el (epa-mail-aliases): Doc fix.
3262
3263 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3264
3265 * emacs-lisp/lisp.el (lisp-completion-at-point):
3266 Use `completion-table-merge' instead of `completion-table-in-turn'
3267 (bug#16604).
3268
3269 * minibuffer.el (completion-table-merge): New function.
3270
3271 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3274 (tramp-sh-handle-set-file-acl)
3275 (tramp-sh-handle-start-file-process)
3276 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3277 (tramp-find-executable, tramp-send-command): Use it.
3278
3279 2014-02-05 Glenn Morris <rgm@gnu.org>
3280
3281 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3282
3283 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3284
3285 * progmodes/python.el (python-shell-send-string)
3286 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3287
3288 2014-02-04 Anders Lindgren <andlind@gmail.com>
3289
3290 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3291 the names (bug#16620).
3292
3293 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3294
3295 * faces.el (window-divider): New default value. Rewrite doc-string.
3296 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3297
3298 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3299
3300 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3301 `protected' and `public' can also be called without arguments.
3302
3303 2014-02-03 Glenn Morris <rgm@gnu.org>
3304
3305 * register.el (window-configuration-to-register)
3306 (frame-configuration-to-register): Unadvertise unused argument.
3307 * frameset.el (frameset-to-register): Remove unused argument.
3308
3309 * frameset.el (frameset-to-register):
3310 * kmacro.el (kmacro-to-register):
3311 * register.el (increment-register):
3312 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3313 (calc-append-to-register, calc-prepend-to-register):
3314 * play/gametree.el (gametree-layout-to-register)
3315 (gametree-apply-register-layout):
3316 * textmodes/picture.el (picture-clear-rectangle-to-register)
3317 (picture-yank-rectangle-from-register):
3318 * vc/emerge.el (emerge-combine-versions-register):
3319 Use register-read-with-preview to read registers.
3320
3321 2014-02-03 João Távora <joaotavora@gmail.com>
3322
3323 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3324 when at beginning of (possibly narrowed) buffer.
3325
3326 2014-02-02 Daniel Colascione <dancol@dancol.org>
3327
3328 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3329 Also try to display local help from just before point.
3330
3331 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3332
3333 c-parse-state. Don't "append-lower-brace-pair" in certain
3334 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3335 recognised as a comment.
3336
3337 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3338 as well as normal comment starter.
3339 (c-parse-state-get-strategy): Extra return possibility
3340 'back-and-forward.
3341 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3342 return value list to indicate replacement of a brace-pair cons
3343 with its car.
3344 (c-parse-state-1): With 'back-and-forward, only call
3345 c-append-lower-brace-pair-to state-cache when cons-separated.
3346
3347 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3348
3349 * term/ns-win.el (ns-suspend-error): New function.
3350 (ns-initialize-window-system): Add ns-suspend-error to
3351 suspend-hook (Bug#16612).
3352
3353 2014-02-02 Daniel Colascione <dancol@dancol.org>
3354
3355 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3356 Make loading cc-mode silent.
3357
3358 2014-02-02 Daniel Colascione <dancol@dancol.org>
3359
3360 * comint.el (comint-prompt-read-only): Change doc to suggest
3361 remap keybinding.
3362
3363 2014-02-02 Glenn Morris <rgm@gnu.org>
3364
3365 * register.el (register-read-with-preview, point-to-register)
3366 (window-configuration-to-register, frame-configuration-to-register)
3367 (jump-to-register, number-to-register, view-register, insert-register)
3368 (copy-to-register, append-to-register, prepend-to-register)
3369 (copy-rectangle-to-register): Doc fixes.
3370
3371 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3374 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3375 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3376 * help-fns.el (describe-function-1): Use it.
3377
3378 2014-02-02 Glenn Morris <rgm@gnu.org>
3379
3380 * register.el (register-preview-default): New function,
3381 split from register-preview.
3382 (register-preview-function): Rename from register-preview-functions,
3383 make it not a hook.
3384 (register-preview): Use register-preview-function.
3385 (register-read-with-preview): Error on non-character event. (Bug#16595)
3386
3387 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3388
3389 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3390 `:' before binary operators (bug#16609). Don't check for `:'
3391 before `[' and `(', or their syntax status. A percent literal
3392 can't end with either.
3393 (ruby-font-lock-keywords): For built-ins that require arguments,
3394 check that they're followed by something that looks like argument
3395 (bug#16610).
3396
3397 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3398
3399 * subr.el (butlast): Document what an omitted N means (bug#13437).
3400 (nbutlast): Ditto.
3401
3402 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3403
3404 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3405 depth shallower (bug#16587).
3406 (shr-tag-svg): Respect `shr-inhibit-images'.
3407 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3408
3409 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3410
3411 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3412 (ruby-smie-grammar): Make "." right-associative. Make its priority
3413 lower than the ternary and all binary operators.
3414 (ruby-smie-rules): Indent "(" relative to the first non-"."
3415 parent, or the first "." parent at indentation.
3416 Use `ruby-align-chained-calls' for indentation of "." tokens.
3417 (Bug#16593)
3418
3419 2014-01-31 Juri Linkov <juri@jurta.org>
3420
3421 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3422 from `make-hash-table'.
3423
3424 * textmodes/ispell.el (ispell-init-process): Change message format
3425 to be consistent with other messages.
3426
3427 2014-01-31 Glenn Morris <rgm@gnu.org>
3428
3429 * delsel.el (delete-selection-mode): Doc fix.
3430
3431 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3432 (trace-function-background): Doc fixes.
3433
3434 * ido.el (ido-use-virtual-buffers): Doc fix.
3435 Reset :version, since the default value has not changed.
3436
3437 * register.el (register-preview-delay, register-read-with-preview):
3438 Doc fixes.
3439
3440 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3441 do not mess with mail-buffer position (fixes 2009-11-03 change).
3442 * progmodes/cc-mode.el (c-submit-bug-report):
3443 Check auto-fill-mode is bound. (Bug#16592)
3444
3445 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3446
3447 * startup.el (fancy-splash-image-file): New function,
3448 split from fancy-splash-head.
3449 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3450 so that we are both using the same image. (Bug#16574)
3451
3452 2014-01-30 Glenn Morris <rgm@gnu.org>
3453
3454 * simple.el (eval-expression): Doc fix.
3455
3456 * hexl.el (hexl-mode-hook):
3457 * ielm.el (ielm-mode-hook):
3458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3459 (lisp-interaction-mode-hook):
3460 * progmodes/cfengine.el (cfengine3-documentation-function):
3461 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3462
3463 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3466 is a symbol (bug#16584).
3467
3468 2014-01-30 Glenn Morris <rgm@gnu.org>
3469
3470 * help.el (help-for-help-internal): Add "P" to text.
3471
3472 2014-01-29 Glenn Morris <rgm@gnu.org>
3473
3474 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3475
3476 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3477
3478 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3479 height constraints.
3480
3481 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3482
3483 * progmodes/hideif.el: Extend to full CPP expression syntax.
3484 (hif-token-alist): Add missing tokens.
3485 (hif-token-regexp): Add support for float/octal/hex immediates.
3486 (hif-string-literal-regexp): New const.
3487 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3488 (hif-exprlist): New function.
3489 (hif-parse-if-exp): Use it.
3490 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3491 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3492 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3493 (hif-logxor, hif-comma): New functions.
3494
3495 2014-01-28 Glenn Morris <rgm@gnu.org>
3496
3497 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3498
3499 * indent.el (tab-stop-list): Doc fix. Add :version.
3500
3501 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3502 (cvs-append-to-ignore): Add compatibility alias.
3503
3504 2014-01-27 Glenn Morris <rgm@gnu.org>
3505
3506 * dired.el (dired-hide-details-mode): Don't autoload it,
3507 since it cannot be used outside Dired buffers anyway.
3508
3509 * emulation/cua-base.el (cua-mode): Doc fix.
3510
3511 * dired.el (dired-hide-details-hide-symlink-targets)
3512 (dired-hide-details-hide-information-lines)
3513 (dired-hide-details-mode): Doc fixes.
3514
3515 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3516 * strokes.el (strokes-file): Doc fix. Bump :version.
3517 (strokes-help): Doc fix.
3518 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3519 * emulation/viper.el (viper): Doc fix for custom group.
3520 (top-level): Remove oh-so-no-longer-relevant text about vip.
3521 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3522
3523 * ido.el (ido-save-directory-list-file):
3524 * saveplace.el (save-place-file):
3525 * calendar/timeclock.el (timeclock-file):
3526 * net/quickurl.el (quickurl-url-file):
3527 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3528 * progmodes/idlwave.el (idlwave-config-directory):
3529 * textmodes/remember.el (remember-data-file):
3530 Bump :version.
3531
3532 2014-01-26 Glenn Morris <rgm@gnu.org>
3533
3534 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3535 Doc fix. Make obsolete.
3536 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3537
3538 * sort.el (delete-duplicate-lines): Doc fix.
3539
3540 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3541
3542 * progmodes/ada-mode.el (ada):
3543 * woman.el (woman): Link to info manual and Commentary section.
3544
3545 * progmodes/flymake.el (flymake):
3546 * nxml/nxml-mode.el (nxml):
3547 * net/eww.el (eww):
3548 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3549 * htmlfontify.el (htmlfontify):
3550 * ses.el (ses):
3551 * epa.el (epa):
3552 * ido.el (ido): Link to info manual.
3553
3554 2014-01-25 Leo Liu <sdl.web@gmail.com>
3555
3556 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3557
3558 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3559
3560 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3561 (bug#16537).
3562
3563 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * net/eww.el (eww-download-callback):
3566 Fix reference to eww-download-directory.
3567
3568 * emacs-lisp/bytecomp.el (byte-compile-file):
3569 Remove unused local variable `file-name'.
3570
3571 2014-01-24 Glenn Morris <rgm@gnu.org>
3572
3573 * woman.el (woman-default-faces, woman-monochrome-faces):
3574 Fix obsolescence specification.
3575
3576 * subr.el (with-demoted-errors): Doc fix.
3577
3578 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3581 (cl--macroexp-fboundp): New function.
3582 (cl--make-type-test): Use it.
3583
3584 2014-01-23 Glenn Morris <rgm@gnu.org>
3585
3586 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3587 * simple.el (eval-expression): Doc fixes.
3588
3589 2014-01-22 Glenn Morris <rgm@gnu.org>
3590
3591 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3592
3593 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * emacs-lisp/package.el: Write files silently.
3596 (package-autoload-ensure-default-file, package--write-file-no-coding)
3597 (package-generate-description-file, package--download-one-archive)
3598 (package-install-from-archive): Tell `write-region' to stay quiet.
3599 (package-menu-mode, package-menu--print-info): Omit the Archive column
3600 if there's only one archive.
3601 (package-all-keywords, package--has-keyword-p): Remove dead code.
3602
3603 2014-01-22 Glenn Morris <rgm@gnu.org>
3604
3605 * version.el (emacs-bzr-version-bzr): Fix typo.
3606
3607 * version.el (emacs-repository-get-version):
3608 Check either .bzr or .git, but not both.
3609 Make the git case actually use the DIR argument, and return nil
3610 rather than the empty string.
3611 Avoid error if .git exists but the git executable is not found.
3612
3613 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3614
3615 Fixes in window size functions around Bug#16430 and Bug#16470.
3616 * window.el (window-total-size, window-size): New argument ROUND.
3617 (window--min-delta-1, window-min-delta, window--max-delta-1):
3618 Be more conservative when calculating the numbers of lines or
3619 columns a window can shrink (Bug#16430).
3620 (fit-window-to-buffer): Simplify code.
3621 * term.el (term-window-width): Call window-body-width again.
3622
3623 2014-01-22 Glenn Morris <rgm@gnu.org>
3624
3625 * image.el (image-format-suffixes): Doc fix.
3626
3627 * international/quail.el (quail-define-package): Doc fix.
3628
3629 * emacs-lisp/authors.el (authors-valid-file-names)
3630 (authors-renamed-files-alist): Additions.
3631
3632 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3633 reverts 2014-01-09 change. (Bug#16422)
3634
3635 * calc/calc-embed.el (thing-at-point-looking-at):
3636 * emacs-lisp/map-ynp.el (x-popup-dialog):
3637 * obsolete/lmenu.el (x-popup-dialog):
3638 * emacs-lisp/package.el (url-recreate-url):
3639 * mail/mailclient.el (clipboard-kill-ring-save):
3640 * subr.el (x-popup-dialog): Update declaration.
3641 * mail/rmail.el (rmail-mime-message-p):
3642 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3643
3644 2014-01-21 Daniel Colascione <dancol@dancol.org>
3645
3646 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3647 Correctly detect when we're inside an arithmetic expansion form
3648 containing nested parenthesis.
3649 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3650 to detect cases where we shouldn't expand "<<" to a heredoc
3651 skeleton.
3652
3653 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3656 (eldoc--message-command-p): New function.
3657 (eldoc-display-message-p): Use it.
3658 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3659 message is not automatically erased for us.
3660 (eldoc-print-current-symbol-info): Erase previous message, if any.
3661
3662 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3663
3664 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3665 specify it's an interactive function.
3666
3667 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3668 Fix regex used for scanning for citation keys which failed for
3669 citations with optional arguments.
3670
3671 2014-01-21 Leo Liu <sdl.web@gmail.com>
3672
3673 * simple.el (read--expression): Don't enable eldoc-mode.
3674
3675 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * simple.el (move-beginning-of-line): Make sure we don't move forward
3678 (bug#16497).
3679
3680 2014-01-20 Juri Linkov <juri@jurta.org>
3681
3682 * saveplace.el (toggle-save-place, save-place-to-alist)
3683 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3684 'dired-mode) before checking for dired-directory. (Bug#16477)
3685
3686 2014-01-20 Juri Linkov <juri@jurta.org>
3687
3688 * indent.el (indent-line-to): Use backward-to-indentation
3689 instead of back-to-indentation. (Bug#16461)
3690
3691 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3692
3693 Revert some of the CANNOT_DUMP fix (Bug#16494).
3694 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3695 but fixing this can wait until after the next release.
3696 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3697
3698 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3699
3700 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3701 Use `password-word-equivalents'.
3702 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3703 to t. (Bug#5664, Bug#13124)
3704
3705 2014-01-19 Alan Mackenzie <acm@muc.de>
3706
3707 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3708 points.
3709 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3710 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3711 * progmodes/cc-mode.el (c-before-change, c-after-change)
3712 (c-font-lock-fontify-region): Bind it here.
3713
3714 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3715
3716 * term.el (term-window-width): Call window-text-width instead of
3717 window-width (Bug#16470).
3718
3719 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3720
3721 * simple.el (password-word-equivalents): Remove duplicates.
3722 Sort, to make this easier next time.
3723 Downcase. Omit ": " after "jelszó".
3724
3725 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3726
3727 * term/common-win.el (saved-region-selection): Defvar it.
3728 (x-select-text): Set saved-region-selection (Bug#16382).
3729
3730 2014-01-18 Glenn Morris <rgm@gnu.org>
3731
3732 * emacs-lisp/authors.el (authors-aliases)
3733 (authors-renamed-files-alist): Add some entries.
3734
3735 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3736
3737 * net/tramp.el (tramp-password-prompt-regexp):
3738 Use `password-word-equivalents' if available.
3739 (tramp-action-password, tramp-process-one-action)
3740 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3741
3742 2014-01-17 Chong Yidong <cyd@gnu.org>
3743
3744 * simple.el (password-word-equivalents): New defcustom.
3745 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3746 to 24.4.
3747 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3748 to t. (Bug#13124)
3749
3750 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3751
3752 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3753 (ruby-align-to-stmt-keywords): Change the default value.
3754 Use `ruby-alignable-keywords' to generate the possible customization
3755 choices.
3756 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3757 keywords, check against the value of `ruby-alignable-keywords'
3758 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3759
3760 2014-01-17 Glenn Morris <rgm@gnu.org>
3761
3762 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3763
3764 Make M-x authors return zero *Authors Errors* from current logs.
3765 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3766 (authors-ignored-files): Add some entries, remove others.
3767 (authors-ambiguous-files, authors-valid-file-names):
3768 Add some entries.
3769 (authors-renamed-files-alist): Add, remove, and adjust entries.
3770 (authors-renamed-files-regexps): Add some entries.
3771 Remove some very broad ones. Make some entries `lax'.
3772 (authors-lax-changelogs): New constant.
3773 (authors-disambiguate-file-name): Treat top-level specially.
3774 (authors-lax-changelog-p): New function.
3775 (authors-canonical-file-name): Check file as written against
3776 authors-valid-file-names. Do not special-case etc/.
3777 Handle `lax' logs and authors-renamed-files-regexps elements.
3778
3779 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3780
3781 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3782 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3783 callers.
3784
3785 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3788 Assume we're already in the proper buffer.
3789 Inspired by Anders Lindgren <andlind@gmail.com>.
3790 (follow-post-command-hook): Call it from the right buffer.
3791 (follow-comint-scroll-to-bottom): Adjust call.
3792 (follow-all-followers): Use get-buffer-window-list.
3793
3794 2014-01-15 Daniel Colascione <dancol@dancol.org>
3795
3796 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3797 `buffer-file-name' in interactive-form so that we don't leave
3798 pathless file names in `file-name-history'.
3799
3800 2014-01-15 Juri Linkov <juri@jurta.org>
3801
3802 * indent.el (indent-rigidly): Set deactivate-mark to nil
3803 in transient indentation mode. (Bug#16438)
3804
3805 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3806
3807 * emacs-lisp/package.el (package-desc-keywords): New function
3808 (Bug#16222).
3809 (describe-package-1, package-all-keywords)
3810 (package--has-keyword-p): Use it.
3811
3812 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3813
3814 * simple.el (define-alternatives): When creating the
3815 COMMAND-alternatives variable, assign COMMAND as its definition
3816 name so that `describe-variable' can relocate it.
3817
3818 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3819
3820 * font-lock.el (font-lock-keywords): Fix typo in docstring
3821 (bug#16307).
3822
3823 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3824
3825 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
3826 line instead of wrongly reset `add-coment' (bug#13577).
3827
3828 2014-01-14 Daiki Ueno <ueno@gnu.org>
3829
3830 * epa-file.el (epa-file-write-region): Encode the region according
3831 to `buffer-file-format'. Problem reported at:
3832 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3833
3834 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3837 so it applies in the right buffer (bug#16410).
3838
3839 2014-01-13 Daniel Colascione <dancol@dancol.org>
3840
3841 * textmodes/rst.el (rst-define-key): Provide deprecated
3842 keybindings through named functions instead of anonymous ones so
3843 that "??" doesn't appear in describe-mode output.
3844
3845 2014-01-13 Bastien Guerry <bzg@gnu.org>
3846
3847 * simple.el (define-alternatives): Call the selected command
3848 interactively. When setting `COMMAND--implementation' for the
3849 first time, tell the user how to chose another implementation.
3850 Enhance the docstring.
3851
3852 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3855 (log-edit--match-first-line): New function.
3856 (log-edit-font-lock-keywords): Use it.
3857 (log-edit-mode): Make jit-lock-defer-multiline work.
3858
3859 2014-01-13 Bastien Guerry <bzg@gnu.org>
3860
3861 * rect.el (rectangle-mark-mode): When the region is not active,
3862 display a message saying that the mark as been set and that
3863 rectangle mode is in use.
3864 (rectangle--highlight-for-redisplay): Only put an overlay with a
3865 visible vertical bar when (display-graphic-p) is non-nil.
3866 This partially fixes Bug#16403.
3867
3868 2014-01-13 Juri Linkov <juri@jurta.org>
3869
3870 * info.el (Info-find-file): Go to DIR before displaying the error
3871 about a nonexistent file if no previous Info file is visited.
3872 Use `user-error' instead of `error' for "Info file %s does not exist".
3873 (Info-find-node-2): In case of a nonexistent node in unwind forms
3874 go to the Top node if there is no previous node to revert to.
3875 (Bug#16405)
3876
3877 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3878
3879 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3880 * window.el (fit-frame-to-buffer): Fix doc-string.
3881 Respect window-min-height/-width. Fit pixelwise when
3882 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3883 when avoiding that frame goes partially off-screen.
3884 (fit-window-to-buffer): Respect window-min-height/-width
3885 (Bug#14096).
3886
3887 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3890 after an empty line.
3891
3892 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * net/shr.el (shr-render-region): Autoload.
3895
3896 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3897
3898 * net/eww.el (eww-download-directory): Rename from
3899 `eww-download-path' (Bug#16419).
3900
3901 2014-01-12 Leo Liu <sdl.web@gmail.com>
3902
3903 * dired-x.el (dired-mode-map): Fix last change.
3904
3905 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3906
3907 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3908
3909 Spelling fixes.
3910 * emacs-lisp/generic.el (generic--normalize-comments):
3911 Rename from generic--normalise-comments. All uses changed.
3912 * play/bubbles.el (bubbles--neighborhood-score)
3913 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3914 (bubbles--neighborhood-available)
3915 (bubbles--update-neighborhood-score):
3916 Rename from names with 'neighbourhood'. All uses changed.
3917
3918 2014-01-12 Leo Liu <sdl.web@gmail.com>
3919
3920 Re-implement the feature of showing eldoc info after editing.
3921 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3922 (eldoc-edit-message-commands): New function.
3923 (eldoc-print-after-edit): New variable.
3924 (eldoc-pre-command-refresh-echo-area): Emit message only by
3925 eldoc-message-commands.
3926 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3927 if eldoc-print-after-edit is set. (Bug#16346)
3928 * simple.el (read--expression): Enable eldoc-mode.
3929 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3930
3931 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3932 Eric S. Raymond <esr@thyrsus.com>
3933
3934 * version.el (emacs-repository-get-version): Enhance so the
3935 function works correctly in either a Bazaar or Git repo.
3936
3937 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3938
3939 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3940 Goes with removal of the joke manpages from /etc.
3941
3942 2014-01-10 Kenichi Handa <handa@gnu.org>
3943
3944 * mail/rmail.el (rmail-get-coding-system):
3945 Check rmail-get-coding-function before "funcall"ing it.
3946
3947 2014-01-10 Glenn Morris <rgm@gnu.org>
3948
3949 * emacs-lisp/authors.el (authors-fixed-entries):
3950 Update for files that no longer exist.
3951
3952 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3953
3954 * version.el (emacs-bzr-get-version): Restore compatibilty with
3955 24.3 (Tested).
3956
3957 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3958
3959 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3960 and Podfile.
3961
3962 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3963
3964 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3965
3966 2014-01-10 Chong Yidong <cyd@gnu.org>
3967
3968 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3969
3970 2014-01-10 Anders Lindgren <andlind@gmail.com>
3971
3972 * follow.el (follow-cache-command-list): Include right-char and
3973 left-char.
3974
3975 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3976
3977 Spelling fixes.
3978 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3979 * woman.el (woman-mark-horizontal-position):
3980 Rename from woman-mark-horizonal-position. Use changed.
3981
3982 2014-01-10 Glenn Morris <rgm@gnu.org>
3983
3984 * info.el (info-initialize): If running uninstalled, ensure our
3985 own info files are always found first, even if INFOPATH is set.
3986
3987 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3988
3989 2014-01-09 David Engster <deng@randomsample.de>
3990
3991 * emacs-lisp/eieio-custom.el:
3992 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3993 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3994 * emacs-lisp/eieio.el: Regenerate autoloads.
3995
3996 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3997
3998 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3999 following renames. (Bug#8756)
4000
4001 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4002
4003 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4004 (bug#16382).
4005 (activate-mark): Add `no-tmm' argument.
4006 (set-mark, push-mark-command): Use it instead of running
4007 activate-mark-hook by hand.
4008
4009 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4010
4011 In preparation for the move to git, sanitize out some
4012 Bazaar-specific names.
4013
4014 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4015
4016 * version.el (emacs-bzr-version): Name changed to
4017 emacs-repository-version. Obsolete-variable alias made.
4018 * loadup.el: Follow through on this name change.
4019 * mail/emacsbug.el (report-emacs-bug): Factor out any
4020 assumption about the version control system in use.
4021
4022 2014-01-08 David Engster <deng@randomsample.de>
4023
4024 * help-fns.el (help-fns-describe-function-functions):
4025 New variable to call functions for augmenting help buffers.
4026 (describe-function-1): Remove explicit calls to
4027 `help-fns--compiler-macro', `help-fns--parent-mode' and
4028 `help-fns--obsolete'. Put them in above new variable instead, and
4029 call them through `run-hook-with-args'.
4030 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4031 `eieio-describe-class'. Not meant for interactive use anymore,
4032 but to augment existing help buffers. Remove optional second
4033 argument. Create proper button for file location.
4034 Rewrite function to use `insert' instead of `princ' and `prin1' where
4035 possible.
4036 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4037 (eieio-method-def, eieio-class-def): Move further up.
4038 (describe-method, describe-generic, eieio-describe-method):
4039 Remove aliases.
4040 (eieio-help-constructor, eieio-help-generic): Rename from
4041 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4042 Rewrite to use `insert' in the current buffer and use proper help
4043 buttons.
4044 (eieio-help-find-method-definition)
4045 (eieio-help-find-class-definition): Also accept symbols as
4046 arguments.
4047 (eieio-help-mode-augmentation-maybee): Remove.
4048 (eieio-describe-class-sb): Use `describe-function'.
4049 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4050 Add `eieio-help-generic' and `eieio-help-constructor'.
4051
4052 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4053
4054 Spelling fixes.
4055 * language/china-util.el (hz-ascii-designation):
4056 Rename from hz-ascii-designnation.
4057 (hz-ascii-designation): Rename from hz-ascii-designnation.
4058 All uses changed.
4059
4060 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4063 package-alist.
4064
4065 2014-01-08 Bastien Guerry <bzg@gnu.org>
4066
4067 * emacs-lisp/package.el (package-delete):
4068 Correctly delete the package from package-alist.
4069
4070 2014-01-08 Daiki Ueno <ueno@gnu.org>
4071
4072 * emacs-lisp/package.el (url-recreate-url): Declare.
4073 (url-http-target-url): Declare.
4074 (package-handle-response): Include requested URL in the error message.
4075 (package--check-signature): Don't re-signal errors from
4076 package--with-work-buffer. Suggested by Stefan Monnier.
4077
4078 2014-01-07 Bastien Guerry <bzg@gnu.org>
4079
4080 * minibuffer.el (completion--try-word-completion): When both a
4081 hyphen and a space are possible candidates for the character
4082 following a word, display both candidates. (Bug#15980)
4083
4084 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4085
4086 * window.el (balance-windows-2): While rounding don't give a
4087 window more than the remainder. Bug#16351, bug#16383.
4088
4089 2014-01-07 Glenn Morris <rgm@gnu.org>
4090
4091 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4092 (menu-bar-help-menu): Use view-external-packages instead.
4093
4094 2014-01-07 Bastien Guerry <bzg@gnu.org>
4095
4096 * emacs-lisp/package.el (package-delete): Also delete the package
4097 name from `package-alist', not its description only.
4098
4099 2014-01-07 Glenn Morris <rgm@gnu.org>
4100
4101 * help.el (view-external-packages):
4102 * menu-bar.el (menu-bar-help-extra-packages):
4103 Visit efaq.info rather than etc/MORE.STUFF.
4104
4105 2014-01-07 Juri Linkov <juri@jurta.org>
4106
4107 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4108 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4109
4110 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4111 that shadows RET. (Bug#16342)
4112
4113 2014-01-07 Chong Yidong <cyd@gnu.org>
4114
4115 * isearch.el (isearch-yank-char, isearch-yank-word)
4116 (isearch-yank-line): Doc fix.
4117
4118 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4121 * emacs-lisp/elint.el (elint-find-builtins):
4122 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4123 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4124 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4125 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4126 * apropos.el (apropos-safe-documentation):
4127 * subr.el (symbol-file): Remove redundant fboundp.
4128 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4129
4130 2014-01-06 Bastien Guerry <bzg@gnu.org>
4131
4132 * hl-line.el (global-hl-line-overlay): Make a local variable.
4133 (global-hl-line-overlays): New variable to store all overlays.
4134 (global-hl-line-mode): Don't delete overlays from the current
4135 buffer when `global-hl-line-sticky-flag' is non-nil.
4136 (global-hl-line-highlight): Add new overlays to
4137 `global-hl-line-overlays'.
4138 (global-hl-line-unhighlight-all): New function to delete all
4139 overlays when turning off `global-hl-line-mode'.
4140 This fixes Bug#16183.
4141
4142 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * subr.el (set-transient-map): Fix nested case and docstring.
4145
4146 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4147
4148 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4149 `Texinfo' entry.
4150
4151 2014-01-06 Daniel Colascione <dancol@dancol.org>
4152
4153 Fix defun navigation in vc log view.
4154
4155 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4156 like `beginning-of-defun'.
4157 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4158 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4159 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4160 (log-view-extract-comment): Call `log-view-current-entry' directly
4161 instead of relying on broken `log-view-beginning-of-defun' behavior.
4162
4163 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4164
4165 Spelling fixes.
4166 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4167 * emacs-lisp/debug.el (cancel-debug-on-entry):
4168 * epg.el (epg-error-to-string):
4169 * files.el (recover-file):
4170 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4171 * mail/emacsbug.el (report-emacs-bug-hook):
4172 * mail/sendmail.el (mail-recover):
4173 * ses.el (ses-yank-resize):
4174 * term/ns-win.el (ns-print-buffer):
4175 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4176 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4177 All uses changed.
4178 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4179
4180 2014-01-06 Leo Liu <sdl.web@gmail.com>
4181
4182 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4183 to avoid shadowing global key. (Bug#16354)
4184
4185 2014-01-06 Daniel Colascione <dancol@dancol.org>
4186
4187 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4188 rst-mode.
4189
4190 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4191
4192 * window.el (balance-windows): Add mising t to fix Bug#16351.
4193
4194 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4195
4196 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4197 (bug#16285).
4198 (shr-insert): If we have a word that's longer than `shr-width',
4199 break after it anyway. Otherwise we'll do no breaking once we get
4200 such a long word.
4201
4202 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4203
4204 * net/eww.el (eww): Support single/double quote for search.
4205 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4206 (eww-history-quit): Delete and use quit-window.
4207 (eww-history-kill): Delete, because it doesn't work well and
4208 not necessary.
4209 (eww-history-mode-map): Delete some keys and add easy-menu.
4210
4211 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4212
4213 Fix misspelling of 'chinese' in rx (Bug#16237).
4214 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4215 chinese-two-byte.
4216
4217 Change subword regexps back to vars (Bug#16296).
4218 * progmodes/subword.el (subword-forward-regexp)
4219 (subword-backward-regexp): Change these back to variables.
4220
4221 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4224 syntax-begin-function (bug#16247).
4225
4226 2014-01-03 Chong Yidong <cyd@gnu.org>
4227
4228 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4229 (advice--docstring): Delete variable.
4230 (advice--make-1): Leave the docstring empty.
4231 (advice-add): Use function-documentation for advised docstring.
4232
4233 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4234 Ignore function-documentation property when getting documentation.
4235 (ad-activate-advised-definition): Use function-documentation
4236 generate the docstring.
4237 (ad-make-advised-definition): Don't call
4238 ad-make-advised-definition-docstring.
4239 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4240 Delete functions.
4241
4242 * progmodes/sql.el (sql-help): Use function-documentation instead
4243 of dynamic-docstring-function property. No need to autoload now.
4244 (sql--help-docstring): New variable.
4245 (sql--make-help-docstring): Use it.
4246
4247 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * ielm.el (ielm-tab): Retarget.
4250 (ielm-map): Use ielm-tab for tab.
4251 (ielm-complete-filename): Use comint-filename-completion.
4252 (ielm-complete-symbol): Remove.
4253 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4254 remove ielm-tab from completion-at-point-functions (bug#16224).
4255
4256 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4257 Beware signals raised by predicates (bug#16201).
4258
4259 2014-01-02 Richard Stallman <rms@gnu.org>
4260
4261 * dired-aux.el (dired-do-print): Handle printer-name.
4262
4263 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4264 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4265 (rmail-epa-decrypt): Turn off mime processing.
4266
4267 * mail/rmail.el (rmail-make-in-reply-to-field):
4268 Add parens in message-id.
4269
4270 * mail/rmail.el (rmail-get-coding-function): Variable.
4271 (rmail-get-coding-system): Use it.
4272
4273 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4274
4275 * international/mule-conf.el: Unify the charset indian-is13194.
4276 (indian-is13194): Specify unify-map.
4277
4278 2013-12-31 Leo Liu <sdl.web@gmail.com>
4279
4280 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4281
4282 2013-12-30 Daniel Colascione <dancol@dancol.org>
4283
4284 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4285 of printing a useless when we resume from sleep.
4286
4287 * progmodes/sh-script.el
4288 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4289 in indentation code. (Bug#16233)
4290
4291 2013-12-28 João Távora <joaotavora@gmail.com>
4292
4293 * elec-pair.el (electric-pair-post-self-insert-function):
4294 Don't open extra newlines at beginning of buffer. (Bug#16272)
4295
4296 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4297
4298 * frame.el (window-system-for-display): Don't allow to create a
4299 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4300
4301 2013-12-28 Glenn Morris <rgm@gnu.org>
4302
4303 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4304 Update callers.
4305
4306 * apropos.el (apropos-match-face):
4307 * calculator.el (calculator-displayer):
4308 * dabbrev.el (dabbrev-search-these-buffers-only):
4309 * face-remap.el (buffer-face-mode-face):
4310 * simple.el (yank-handled-properties):
4311 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4312 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4313 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4314 (hashcash-double-spend-database):
4315 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4316 (ruby-deep-indent-paren-style):
4317 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4318 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4319 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4320 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4321 Specify custom types.
4322
4323 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4324 * bookmark.el (bookmark-bmenu-use-header-line):
4325 * doc-view.el (doc-view-scale-internally):
4326 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4327 * register.el (register-preview-delay):
4328 * net/shr.el (shr-bullet):
4329 * progmodes/cfengine.el (cfengine-cf-promises)
4330 (cfengine-parameters-indent):
4331 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4332 * textmodes/reftex-vars.el (reftex-label-regexps):
4333 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4334
4335 * net/tls.el (tls-certtool-program): Fix default value.
4336
4337 * desktop.el (desktop-restore-in-current-display):
4338 * newcomment.el (comment-empty-lines):
4339 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4340 (idlwave-pad-keyword):
4341 * progmodes/tcl.el (tcl-tab-always-indent):
4342 * textmodes/reftex-vars.el (reftex-index-default-tag):
4343 * elec-pair.el (electric-pair-skip-whitespace):
4344 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4345
4346 * emacs-lisp/authors.el (authors-ignored-files)
4347 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4348
4349 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4350
4351 * shell.el (shell-dynamic-complete-command): Doc fix.
4352 (shell--command-completion-data): Shell completion now matches
4353 executable filenames from the current buffer's directory, on
4354 systems in which this behavior is the default (windows-nt, ms-dos).
4355
4356 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4357
4358 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4359
4360 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4363 (bug#16251).
4364
4365 * electric.el: Move all electric-pair-* to elec-pair.el.
4366 * elec-pair.el: New file, split from electric.el.
4367
4368 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4369
4370 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4371 indentation level is larger than the width, because that will
4372 infloop.
4373 (shr-insert): Fill repeatedly long texts, so that Japanese is
4374 formatted correctly (bug#16263).
4375 (shr-find-fill-point): Off by one error in comparison with the
4376 indentation.
4377
4378 2013-12-26 João Távora <joaotavora@gmail.com>
4379
4380 * electric.el (electric-pair-mode): More flexible engine for skip-
4381 and inhibit predicates, new options for pairing-related functionality.
4382 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4383 if that keeps or improves their balance in buffers.
4384 (electric-pair-delete-adjacent-pairs): Delete the pair when
4385 backspacing over adjacent matched delimiters.
4386 (electric-pair-open-extra-newline): Open extra newline when
4387 inserting newlines between adjacent matched delimiters.
4388 (electric--sort-post-self-insertion-hook):
4389 Sort post-self-insert-hook according to priority values when
4390 minor-modes are activated.
4391 * simple.el (newline-and-indent): Call newline with interactive
4392 set to t.
4393 (blink-paren-post-self-insert-function): Set priority to 100.
4394 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4395 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4396 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4397 electric-pair-open-newline-between-pairs to nil.
4398
4399 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4400
4401 * progmodes/python.el: Use lexical-binding.
4402 (python-nav-beginning-of-defun): Stop searching ASAP.
4403
4404 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4405
4406 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4407 Fix interactive spec. Doc fix. (Bug#15754)
4408
4409 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4410
4411 * emacs-lisp/byte-run.el (eval-when-compile):
4412 * progmodes/cc-defs.el (cc-eval-when-compile):
4413 Fix edebug spec (bug#16184).
4414
4415 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4416
4417 * net/shr.el (shr-visit-file): Remove debugging function.
4418 (shr-insert): Don't infloop if we can't find a good place to break
4419 the line (bug#16256).
4420
4421 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4422
4423 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4424 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4425 python-nav-lisp-forward-sexp-safe.
4426 (python-nav--forward-sexp): New argument SAFE allows switching
4427 forward sexp movement behavior for parens.
4428 (python-nav-forward-sexp): Throw errors on unterminated parens
4429 (Bug#16191).
4430 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4431 (python-nav-backward-sexp-safe): New functions.
4432 (python-shell-buffer-substring):
4433 Use `python-nav-forward-sexp-safe'.
4434
4435 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4436
4437 * net/shr.el (shr-find-fill-point): Don't break lines before a
4438 quotation mark.
4439 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4440 (shr-find-fill-point): Remove the special checks for the quotation
4441 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4442
4443 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4444
4445 * net/eww.el (eww-form-textarea): Use a different face for
4446 textareas than text input since they have different keymaps
4447 (bug#16142).
4448
4449 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4450
4451 * progmodes/python.el (python-nav-beginning-of-statement):
4452 Speed up (Bug#15295).
4453
4454 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4455
4456 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4457 the window configuration.
4458
4459 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4460
4461 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4462 we run on MS-Windows or MS-DOS.
4463
4464 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4465
4466 * window.el (balance-windows-area): Call window-size instead of
4467 window-height and window-width. Bug#16241.
4468
4469 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4470
4471 * net/eww.el (eww-bookmark-quit): Remove.
4472 (eww-bookmark-browse): Restore the window configuration when you
4473 choose a bookmark (bug#16144).
4474
4475 2013-12-24 Daniel Colascione <dancol@dancol.org>
4476
4477 * icomplete.el: Remove redundant :group arguments to `defcustom'
4478 throughout.
4479 (icomplete-show-matches-on-no-input): New customizable variable.
4480 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4481 we have something to show.
4482 (icomplete-exhibit): Compute completions even if we have no user input.
4483
4484 2013-12-23 Daniel Colascione <dancol@dancol.org>
4485
4486 * icomplete.el: Move `provide' to end of file.
4487
4488 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4489
4490 * net/gnutls.el (gnutls-verify-error): Add version tag.
4491
4492 2013-12-23 Chong Yidong <cyd@gnu.org>
4493
4494 * subr.el (set-transient-map): Rename from
4495 set-temporary-overlay-map. Doc fix.
4496
4497 * face-remap.el (text-scale-adjust):
4498 * indent.el (indent-rigidly):
4499 * kmacro.el (kmacro-call-macro):
4500 * minibuffer.el (minibuffer-force-complete):
4501 * repeat.el (repeat):
4502 * simple.el (universal-argument--mode):
4503 * calendar/todo-mode.el (todo-insert-item--next-param):
4504 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4505
4506 * indent.el (indent-rigidly): Use substitute-command-keys.
4507
4508 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4509
4510 * net/eww.el (eww-tag-select): Add text-property to jump to next
4511 select field.
4512 (eww): Add non-supported ftp error.
4513
4514 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4515
4516 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4517 comments. Handle electric indent after typing `?' and `!'.
4518
4519 2013-12-22 Chong Yidong <cyd@gnu.org>
4520
4521 * faces.el (face-spec-recalc): If the theme specs are not
4522 applicable to a frame, fall back on the defface spec.
4523 This prevents themes from obliterating faces on low-color terminals.
4524
4525 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4526
4527 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4528 after `{'. We need it after block openers, and it doesn't seem
4529 to hurt after hash openers.
4530
4531 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4532
4533 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4534 extracted from `ruby-smie-rules'.
4535 (ruby--electric-indent-chars): New variable.
4536 (ruby--electric-indent-p): New function.
4537 (ruby-mode): Use `electric-indent-functions' instead of
4538 `electric-indent-chars'.
4539
4540 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4541
4542 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4543 docstring.
4544 (ruby-smie-rules): Indent plus one level after `=>'.
4545
4546 2013-12-21 Richard Stallman <rms@gnu.org>
4547
4548 * simple.el (newline): Doc fix.
4549
4550 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4551
4552 * net/eww.el (eww-list-histories, eww-list-histories)
4553 (eww-history-browse, eww-history-quit, eww-history-kill)
4554 (eww-history-mode-map, eww-history-mode): New command and
4555 functions to list browser histories.
4556 (eww-form-text): Support text form with disabled
4557 and readonly attributes.
4558 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4559
4560 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4561
4562 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4563 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4564 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4565 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4566 Use `user-error'.
4567 (eww-bookmark-mode-map): Add menu.
4568 (eww-render, eww-mode): Use `setq-local'.
4569 (eww-tool-bar-map): New variable.
4570 (eww-mode): Set `tool-bar-map'.
4571 (eww-view-source): Check for `html-mode' with `fboundp'.
4572
4573 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4576 elements with text inside. Also remove debugging.
4577
4578 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4579
4580 * cus-start.el (all): Add ns-use-srgb-colorspace.
4581
4582 2013-12-21 Chong Yidong <cyd@gnu.org>
4583
4584 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4585 undefined. Thus, theme settings for undefined faces do not take
4586 effect until the faces are defined with defface, the same as with
4587 theme variables.
4588
4589 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4590 (face-spec-reset-face): Don't assign extra properties in temacs.
4591 (face-spec-recalc): Apply X resources too.
4592
4593 2013-12-21 Chong Yidong <cyd@gnu.org>
4594
4595 * faces.el (face-spec-set):
4596 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4597 * custom.el (defface): Doc fixes (Bug#16203).
4598
4599 * indent.el (indent-rigidly-map): Add docstring, and move commands
4600 into named functions.
4601 (indent-rigidly-left, indent-rigidly-right)
4602 (indent-rigidly-left-to-tab-stop)
4603 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4604 indentation direction based on bidi direction, and accumulate
4605 sequential commands in a single undo boundary.
4606 (indent-rigidly--pop-undo): New utility function.
4607
4608 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4609
4610 * faces.el (read-face-name): Require crm.el when using crm-separator.
4611
4612 2013-12-20 Daniel Colascione <dancol@dancol.org>
4613
4614 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4615 so that we don't reflow comments into the shebang line.
4616
4617 2013-12-20 Juri Linkov <juri@jurta.org>
4618
4619 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4620 a position when `dired-directory' is non-nil. Check integer
4621 positions with `integerp'.
4622 (toggle-save-place, save-places-to-alist): Add check for
4623 `dired-directory'.
4624 (save-place-find-file-hook): Check integer positions with
4625 `integerp'.
4626 (save-place-dired-hook): Use `dired-goto-file' when
4627 `dired-filename' is found in the assoc list. Check integer
4628 positions with `integerp'.
4629 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4630
4631 * dired.el (dired-initial-position-hook): Rename back from
4632 `dired-initial-point-hook'.
4633 (dired-initial-position): Rename `dired-initial-point-hook' to
4634 `dired-initial-position-hook'.
4635 (dired-file-name-at-point): Doc fix. (Bug#15329)
4636
4637 2013-12-20 Juri Linkov <juri@jurta.org>
4638
4639 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4640 (read-regexp-suggestions): New function.
4641 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4642 Use `read-regexp-suggestions'. Add non-empty default to history
4643 for empty input.
4644 (occur-read-regexp-defaults-function): Remove function.
4645 (occur-read-primary-args): Use `regexp-history-last' instead of
4646 `occur-read-regexp-defaults-function'.
4647
4648 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4649 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4650 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4651 `hi-lock-read-regexp-defaults-function'. Doc fix.
4652 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4653 with `find-tag-default-as-symbol-regexp'. Doc fix.
4654 (hi-lock-read-regexp-defaults): Remove function.
4655 (hi-lock-regexp-okay): Add check for null.
4656
4657 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4658 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4659
4660 * subr.el (find-tag-default-as-symbol-regexp): New function.
4661 (find-tag-default-as-regexp): Move symbol regexp formatting to
4662 `find-tag-default-as-symbol-regexp'.
4663
4664 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4665
4666 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4667 (Bug#14179)
4668
4669 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4670
4671 * calendar/todo-mode.el: New implementation of item insertion
4672 commands and key bindings.
4673 (todo-key-prompt): New face.
4674 (todo-insert-item): New command.
4675 (todo-insert-item--parameters): New defconst, replacing defvar
4676 todo-insertion-commands-args-genlist.
4677 (todo-insert-item--param-key-alist): New defconst, replacing
4678 defvar todo-insertion-commands-arg-key-list.
4679 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4680 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4681 (todo-insert-item--next-param): New functions.
4682 (todo-insert-item--args, todo-insert-item--argleft)
4683 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4684 New variables.
4685 (todo-key-bindings-t): Change binding of "i" from
4686 todo-insertion-map to todo-insert-item.
4687 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4688 (todo-insertion-command-name, todo-insertion-commands-names)
4689 (todo-define-insertion-command, todo-insertion-commands)
4690 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4691
4692 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4693
4694 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4695 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4696 eval-when-compile.
4697 (todo-move-category): Allow choosing a non-existing todo file to
4698 move the category to, and create that file.
4699 (todo-default-priority): New user option.
4700 (todo-set-item-priority): Use it.
4701 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4702 (desktop-restore-file-buffer): Declare.
4703 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4704 (todo-modes-set-2): Locally set desktop-save-buffer to
4705 todo-desktop-save-buffer.
4706 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4707 (auto-mode-alist): Add autoload cookie.
4708
4709 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4710
4711 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4712 helpers.el was a poor choice of name.
4713 (string-remove-prefix): New function.
4714 (string-remove-suffix): New function.
4715
4716 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4717
4718 Fix assignment for new window total sizes.
4719 * window.el (window--pixel-to-size): Remove function.
4720 (window--pixel-to-total-1, window--pixel-to-total):
4721 Fix calculation of new total sizes.
4722
4723 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4724
4725 * comint.el (comint-output-filter): Fix rear-nonsticky property
4726 placement (Bug#16010).
4727
4728 2013-12-20 Chong Yidong <cyd@gnu.org>
4729
4730 * faces.el (read-color): Minor fix for completion function.
4731
4732 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4733
4734 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4735 New option. (Bug#16182)
4736 (ruby-smie--indent-to-stmt-p): Use it.
4737 (ruby-smie-rules): Revert the logic in the handling of `when'.
4738 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4739 (ruby-deep-arglist, ruby-deep-indent-paren)
4740 (ruby-deep-indent-paren-style): Update docstrings to note that the
4741 vars don't have any effect with SMIE.
4742
4743 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4744
4745 * calc/calc.el (calc-enter, calc-pop): Use the variable
4746 `calc-context-sensitive-enter'.
4747
4748 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4749
4750 * net/shr.el (shr-insert): Protect against infloops in degenerate
4751 tables.
4752
4753 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4754
4755 * progmodes/octave.el (octave): Add link to manual and octave
4756 homepage.
4757 (octave-mode-menu): Link to octave-mode manual.
4758
4759 2013-12-20 Leo Liu <sdl.web@gmail.com>
4760
4761 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4762 insertion using skeleton-end-newline. (Bug#16138)
4763
4764 2013-12-20 Juri Linkov <juri@jurta.org>
4765
4766 * replace.el (occur-engine): Use `add-face-text-property'
4767 to add the face property to matches and titles. (Bug#14645)
4768
4769 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4770 the palette of other hi-lock colors.
4771 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4772
4773 2013-12-19 Juri Linkov <juri@jurta.org>
4774
4775 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4776 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4777 (minibuffer-history-symbol): Move variable declaration closer to
4778 its usage.
4779
4780 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4781 (Bug#14785)
4782
4783 2013-12-19 Juri Linkov <juri@jurta.org>
4784
4785 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4786 New function.
4787 (log-edit-hook): Add it to :options. (Bug#16170)
4788
4789 2013-12-19 Juri Linkov <juri@jurta.org>
4790
4791 * simple.el (eval-expression-print-format): Don't check for
4792 command names and the last command. Always display additional
4793 formats of the integer result in the echo area, and insert them
4794 to the current buffer only with a zero prefix arg.
4795 Display character when char-displayable-p is non-nil.
4796 (eval-expression): With a zero prefix arg, set `print-length' and
4797 `print-level' to nil, and insert the integer values from
4798 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4799
4800 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4801 `eval-last-sexp-arg-internal'. Doc fix.
4802 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4803 `eval-last-sexp-print-value'. Doc fix.
4804 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4805 Set `print-length' and `print-level' to nil when arg is zero.
4806 (eval-last-sexp): Doc fix.
4807 (eval-defun-2): Print the integer values from
4808 `eval-expression-print-format' at the end.
4809
4810 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4811 values from `eval-expression-print-format' at the end.
4812
4813 * ielm.el (ielm-eval-input): Print the integer
4814 values from `eval-expression-print-format' at the end.
4815
4816 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4817
4818 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4819 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4820
4821 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4824 (hl-line-highlight, global-hl-line-highlight): Use it.
4825 (hl-line-overlay): Use defvar-local.
4826
4827 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4828
4829 * term/ns-win.el: Require dnd.
4830 (global-map): Remove drag items.
4831 (ns-insert-text, ns-set-foreground-at-mouse)
4832 (ns-set-background-at-mouse):
4833 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4834 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4835 New functions.
4836
4837 2013-12-19 Glenn Morris <rgm@gnu.org>
4838
4839 * emacs-lisp/ert.el (ert-select-tests):
4840 Fix string/symbol mixup. (Bug#16121)
4841
4842 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4843
4844 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4845 keywords to their parent.
4846
4847 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4848
4849 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4850 first arg to be a string (fixed dead code), or an operator symbol.
4851 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4852 operator symbols.
4853 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4854 did nothing. Don't respond to `(:after ".")', it will be called
4855 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4856 change anything. Only return indentation for binary operators
4857 when they are hanging. De-dent opening paren when its parent is
4858 `.', otherwise it looks bad when the dot is not at bol or eol
4859 (bug#16182).
4860
4861 2013-12-19 Juri Linkov <juri@jurta.org>
4862
4863 * replace.el (query-replace-read-args): Split a non-negative arg
4864 and a negative arg into separate elements.
4865 (query-replace, query-replace-regexp, replace-string)
4866 (replace-regexp): Add arg `backward'. Doc fix.
4867 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4868 move point to the beginning of the match.
4869 (replace-search, replace-highlight): Use new arg `backward'
4870 to set the value of `isearch-forward'.
4871 (perform-replace): Add arg `backward' and use it to perform
4872 replacement backward. (Bug#14979)
4873
4874 * isearch.el (isearch-query-replace): Use a negative prefix arg
4875 to call `perform-replace' with a non-nil arg `backward'.
4876
4877 2013-12-18 Juri Linkov <juri@jurta.org>
4878
4879 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4880 to the default list. Move `log-edit-show-files' to the end.
4881 Add more available functions to options.
4882 (log-edit): Move default specific settings to
4883 `log-edit-insert-message-template'. Don't move point.
4884 (log-edit-insert-message-template): New function.
4885 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4886 (Bug#16170)
4887
4888 2013-12-18 Juri Linkov <juri@jurta.org>
4889
4890 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4891 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4892
4893 2013-12-18 Leo Liu <sdl.web@gmail.com>
4894
4895 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4896 (Bug#16186)
4897
4898 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4899
4900 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4901 formats for displaying file sizes when the -s switch is given.
4902 Instead, compute a separate format for displaying the size in
4903 blocks, which is displayed in addition to the "regular" size.
4904 When -h is given in addition to -s, produce size in blocks in
4905 human-readable form as well. (Bug#16179)
4906
4907 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4908
4909 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4910 Reference tables with ~\ref{...} instead of only \ref{...}.
4911
4912 2013-12-18 Chong Yidong <cyd@gnu.org>
4913
4914 * cus-edit.el (custom-magic-alist): Fix "themed" description
4915 (Bug#14348).
4916
4917 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4918 is non-nil, do not create a new entry in the symbol's theme-value
4919 or theme-face property; update theme-settings only (Bug#14664).
4920 (custom-available-themes): Doc fix.
4921
4922 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4923 (Bug#15674).
4924
4925 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4926
4927 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4928
4929 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4930 (Bug#13914).
4931
4932 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4933
4934 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4935
4936 2013-12-18 Glenn Morris <rgm@gnu.org>
4937
4938 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4939 * cus-start.el (load-prefer-newer): New option.
4940
4941 2013-12-18 Le Wang <l26wang@gmail.com>
4942
4943 * comint.el (comint-previous-matching-input-from-input):
4944 Retain point (Bug#13404).
4945
4946 2013-12-18 Chong Yidong <cyd@gnu.org>
4947
4948 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4949
4950 2013-12-18 Glenn Morris <rgm@gnu.org>
4951
4952 * mail/emacsbug.el (report-emacs-bug):
4953 Only mention enable-multibyte-characters if non-standard.
4954
4955 2013-12-17 Juri Linkov <juri@jurta.org>
4956
4957 * arc-mode.el (archive-extract-by-file): Check if directory exists
4958 before deletion to not show irrelevant errors if it doesn't exist.
4959
4960 2013-12-17 Juri Linkov <juri@jurta.org>
4961
4962 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4963 (Bug#14751)
4964
4965 * net/eww.el (browse-web): Add alias to `eww'.
4966 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4967 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4968
4969 * net/browse-url.el (browse-url-browser-function): Move `eww'
4970 closer to similar functions.
4971
4972 * startup.el (fancy-startup-screen, fancy-about-screen):
4973 Set browse-url-browser-function to eww-browse-url locally.
4974 (Bug#14751)
4975
4976 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4977
4978 * window.el (window--pixel-to-total): Remove unused `mini' var.
4979 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4980 (split-window): Remove unused `new' var.
4981 (window--display-buffer): Remove unused `frame' and `delta' vars.
4982 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4983 and display-width'.
4984
4985 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4986
4987 * dired.el (dired-mark-pop-up):
4988 * register.el (register-preview): Don't bind
4989 split-height-threshold here since it's now done in
4990 display-buffer-below-selected.
4991
4992 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4993
4994 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4995 xterm-rgb-convert-to-16bit.
4996 (rxvt-register-default-colors): Standardize with
4997 xterm-register-default-colors (Bug#14078).
4998
4999 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5000
5001 * simple.el (kill-region): Pass mark first, then point, so that
5002 kill-append works right (Bug#12819).
5003 (copy-region-as-kill, kill-ring-save): Likewise.
5004
5005 2013-12-17 Leo Liu <sdl.web@gmail.com>
5006
5007 * net/rcirc.el (rcirc-add-face):
5008 * eshell/em-prompt.el (eshell-emit-prompt):
5009 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5010 (Bug#16167)
5011
5012 2013-12-17 Chong Yidong <cyd@gnu.org>
5013
5014 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5015 Suggested by Xue Fuqiao.
5016
5017 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5018
5019 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5020
5021 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * net/shr.el (shr-insert-document): Remove unused var
5024 `shr-preliminary-table-render'.
5025 (shr-rescale-image): Remove unused arg `force'.
5026 (shr-put-image): Update calls accordingly.
5027 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5028
5029 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5030
5031 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5032 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5033 :close-all, to see which indentation method to use (Bug#16116).
5034 (smie-rules-function): Document the method :close-all.
5035
5036 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5037
5038 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5039
5040 * net/eww.el (eww-display-html): If we can't find the anchor we're
5041 looking for, then go to point-min.
5042
5043 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5044
5045 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5046 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5047 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5048 Expand dir too, in case it's relative.
5049
5050 2013-12-16 Juri Linkov <juri@jurta.org>
5051
5052 * desktop.el (desktop-auto-save-timeout): Change default to
5053 `auto-save-timeout'. Doc fix.
5054 (desktop-save): Skip the timestamp in desktop-saved-frameset
5055 when checking for auto-save changes.
5056 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5057 `desktop-auto-save' is called repeatedly by the idle timer.
5058 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5059 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5060 (Bug#15331)
5061
5062 2013-12-16 Juri Linkov <juri@jurta.org>
5063
5064 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5065 (Bug#16035)
5066 (isearch-pre-command-hook): Check `this-command' for symbolp.
5067
5068 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5071
5072 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5073
5074 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5075 (cfengine3--current-function): Bring in the current-function
5076 functionality from `cfengine3--current-word'.
5077 (cfengine3-completion-function): Bring in the
5078 bounds-of-current-word functionality from
5079 `cfengine3--current-word'.
5080
5081 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5082
5083 * window.el (display-buffer-below-selected):
5084 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5085
5086 2013-12-16 Leo Liu <sdl.web@gmail.com>
5087
5088 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5089 Remove NOMSG arg and all uses changed.
5090
5091 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5094 (cua--deactivate-rectangle): Don't deactivate the mark.
5095 (cua-set-rectangle-mark): Don't set mark-active since
5096 cua--activate-rectangle already does it for us.
5097 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5098 non-rectangular region.
5099
5100 * emulation/cua-base.el (cua-repeat-replace-region):
5101 Use with-current-buffer.
5102
5103 * net/gnutls.el: Use cl-lib.
5104 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5105
5106 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5107
5108 * emacs-lisp/package.el (package-built-in-p): Support both
5109 built-in and the package.el converted package descriptions.
5110 (package-show-package-list): Allow keywords.
5111 (package-keyword-button-action): Use it instead of
5112 `finder-list-matches'.
5113 (package-menu-filter-interactive): Interactive filtering (by
5114 keyword) function.
5115 (package-menu--generate): Support keywords and change keymappings
5116 and headers when they are given.
5117 (package--has-keyword-p): Helper function.
5118 (package-menu--refresh): Use it.
5119 (package--mapc): Helper function.
5120 (package-all-keywords): Use it.
5121 (package-menu-mode-map): Set up menu items and keybindings to
5122 provide a filtering UI.
5123
5124 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5125
5126 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5127 the behavior when a certificate fails validation. Defaults to
5128 old behavior: never abort, just warn.
5129 (gnutls-negotiate): Use it.
5130
5131 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5132
5133 * window.el (display-buffer-below-selected): Never split window
5134 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5135
5136 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5137
5138 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5139 (package-buffer-info): Use it (bug#15108).
5140
5141 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * icomplete.el (icomplete-completions): Make sure the prefix is already
5144 displayed elsewhere before hiding it (bug#16219).
5145
5146 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5147
5148 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5149 open-paren tokens when preceded by a open-paren, too.
5150 (ruby-smie-rules): Handle virtual indentation after open-paren
5151 tokens specially. If there is code between it and eol, return the
5152 column where is starts (Bug#16118).
5153
5154 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5155
5156 * progmodes/cfengine.el: Fix `add-hook' doc.
5157 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5158 (cfengine3--current-word): Fix parameters.
5159 (cfengine3-make-syntax-cache): Simplify further.
5160 (cfengine3-completion-function, cfengine3--current-function):
5161 Use `assq' for symbols.
5162 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5163
5164 2013-12-13 Glenn Morris <rgm@gnu.org>
5165
5166 * loadup.el (load-path): Warn if site-load or site-init changes it.
5167 No more need to reset it when bootstrapping.
5168
5169 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5170
5171 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5172 locations for cf-promises.
5173 (cfengine-mode-syntax-functions-regex): New caching variable.
5174 (cfengine3-fallback-syntax): Fallback syntax for cases where
5175 cf-promises doesn't run.
5176 (cfengine3--current-word): Reimplement using
5177 `cfengine-mode-syntax-functions-regex'.
5178 (cfengine3-completion-function, cfengine3--current-function):
5179 Use `cfengine3-make-syntax-cache' directly.
5180 (cfengine3-clear-syntax-cache): New function.
5181 (cfengine3-make-syntax-cache): Simplify and create
5182 `cfengine-mode-syntax-functions-regex' on demand.
5183 (cfengine3-format-function-docstring): Don't call
5184 `cfengine3-make-syntax-cache' explicitly.
5185
5186 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5187
5188 Fix windmove-find-other-window broken after pixelwise resizing
5189 (Bug#16017).
5190 * windmove.el (windmove-other-window-loc): Revert change from
5191 2013-12-04.
5192 (windmove-find-other-window): Call window-in-direction.
5193 * window.el (window-in-direction): New arguments SIGN, WRAP and
5194 MINI to emulate original windmove-find-other-window behavior.
5195
5196 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5197
5198 * simple.el (blink-matching--overlay): New variable.
5199 (blink-matching-open): Instead of moving point, highlight the
5200 matching paren with an overlay
5201 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5202
5203 * faces.el (paren-showing-faces, show-paren-match)
5204 (show-paren-mismatch): Move from paren.el.
5205
5206 2013-12-13 Leo Liu <sdl.web@gmail.com>
5207
5208 * indent.el (indent-region): Disable progress reporter in
5209 minibuffer. (Bug#16108)
5210
5211 * bindings.el (visual-order-cursor-movement): Fix version.
5212
5213 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5214
5215 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5216 Also match after beginning of line.
5217 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5218 files. Thanks to Russell Sim. (Bug#15378)
5219
5220 2013-12-13 Juri Linkov <juri@jurta.org>
5221
5222 * simple.el <Keypad support>: Remove key bindings duplicated
5223 with bindings.el. (Bug#14397)
5224
5225 2013-12-13 Juri Linkov <juri@jurta.org>
5226
5227 * comint.el (comint-mode-map): Replace `delete-char' with
5228 `delete-forward-char'. (Bug#16109)
5229
5230 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5231
5232 * progmodes/python.el (python-indent-calculate-indentation):
5233 Fix de-denters cornercase. (Bug#15731)
5234
5235 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5238 (advice--make): Pay attention to `depth'.
5239 (advice--make-1): Don't autoload commands eagerly.
5240 * emacs-lisp/elp.el (elp-instrument-function):
5241 * emacs-lisp/trace.el (trace-function-internal):
5242 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5243
5244 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5245
5246 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5247
5248 * term/w32-win.el (w32-handle-dropped-file):
5249 * startup.el (normal-top-level):
5250 * net/browse-url.el (browse-url-file-url):
5251 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5252 decode file names using 'utf-8' rather than
5253 file-name-coding-system.
5254
5255 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5256
5257 * progmodes/python.el (python-indent-context)
5258 (python-indent-calculate-indentation): Fix auto-identation
5259 behavior for comment blocks. (Bug#15916)
5260
5261 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5262
5263 * progmodes/python.el (python-indent-calculate-indentation):
5264 When determining indentation, don't treat "return", "pass", etc., as
5265 operators when they are just string constituents. (Bug#15812)
5266
5267 2013-12-12 Juri Linkov <juri@jurta.org>
5268
5269 * uniquify.el (uniquify-buffer-name-style): Change default to
5270 `post-forward-angle-brackets'.
5271
5272 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5273 `uniquify'. Change default to `post-forward-angle-brackets'.
5274
5275 2013-12-11 Glenn Morris <rgm@gnu.org>
5276
5277 * emacs-lisp/package.el (finder-list-matches):
5278 Autoload rather than falsely declaring.
5279
5280 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5281
5282 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5283 (eww-mode-map): Use them.
5284
5285 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5286
5287 * window.el (display-buffer-in-side-window): Fix doc-string
5288 (Bug#16115).
5289
5290 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5291
5292 * vc/vc-git.el: Silence byte-compiler warnings.
5293 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5294 (log-edit-set-header): Declare.
5295
5296 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5297
5298 * Makefile.in (custom-deps, finder-data): Run output file names
5299 through unmsys--file-name. (Bug#16099)
5300
5301 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5304 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5305
5306 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5307 instead of deleting the selection "by hand" (bug#16098).
5308 Rely on insert-for-yank to yank rectangles.
5309 (cua-highlight-region-shift-only): Mark obsolete.
5310 (cua-mode): Don't enable/disable transient-mark-mode,
5311 shift-select-mode (cua-mode works both with and without them), and
5312 pc-selection-mode (obsolete).
5313 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5314 (cua--deactivate-rectangle): Deactivate it.
5315
5316 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5317 (delete-selection-helper): Make sure yank starts at the top of the
5318 deleted region.
5319 (minibuffer-keyboard-quit): Use region-active-p.
5320
5321 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5322
5323 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5324 to `delete' (bug#16109).
5325
5326 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5327
5328 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5329 info manual and show keybindings and set `:group' keyword.
5330
5331 2013-12-11 Juri Linkov <juri@jurta.org>
5332
5333 * delsel.el (delete-active-region): Let-bind `this-command'
5334 to prevent `kill-region' from changing its original value.
5335 (delete-selection-helper): Handle `overwrite-mode' for the type
5336 `kill' exactly the same way as for the type `t'.
5337 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5338 Support more commands. (Bug#13312)
5339
5340 2013-12-11 Juri Linkov <juri@jurta.org>
5341
5342 * bindings.el: Map kp keys to non-kp keys systematically
5343 with basic modifiers control, meta and shift. (Bug#14397)
5344
5345 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5346
5347 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5348 "Close browser" menu items. Fix wrong function of "List
5349 bookmarks".
5350
5351 2013-12-11 Juri Linkov <juri@jurta.org>
5352
5353 * misearch.el (multi-isearch-buffers): Set the value of
5354 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5355 arg of isearch-forward to t.
5356 (multi-isearch-buffers-regexp): Set the value of
5357 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5358 arg of isearch-forward-regexp to t.
5359 (multi-isearch-files): Set the value of
5360 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5361 arg of isearch-forward to t.
5362 (multi-isearch-files-regexp): Set the value of
5363 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5364 arg of isearch-forward-regexp to t. (Bug#16035)
5365
5366 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5367 arg of isearch-forward to t.
5368 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5369 arg of isearch-forward-regexp to t.
5370 (dired-isearch-filter-filenames): Remove unnecessary check for
5371 `dired-isearch-filenames'.
5372
5373 * comint.el (comint-history-isearch-backward):
5374 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5375 (comint-history-isearch-backward-regexp):
5376 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5377
5378 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5379
5380 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5381 unmsys--file-name. (Bug#16099)
5382
5383 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5384
5385 * emacs-lisp/package.el (package-keyword-button-action):
5386 Remove finder.el require dependency.
5387
5388 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5389
5390 * emacs-lisp/package.el: Require finder.el.
5391 (describe-package-1): Add keyword buttons.
5392 (package-make-button): New convenience function.
5393 (package-keyword-button-action): Keyword button action using
5394 `finder-list-matches'.
5395
5396 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5397
5398 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5399 last commit.
5400
5401 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5402
5403 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5404 symlinked files.
5405
5406 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5407
5408 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5409 after the end of a percent literal.
5410
5411 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5412
5413 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5414 Handle caret-delimited strings (Bug#16079).
5415
5416 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5417
5418 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5419 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5420 `ruby-parse-partial' (Bug#16078).
5421
5422 2013-12-09 Leo Liu <sdl.web@gmail.com>
5423
5424 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5425
5426 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5427
5428 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5429 (js-switch-indent-offset): New option.
5430 (js--proper-indentation): Use it. And handle the case when
5431 "default" is actually a key in an object literal.
5432 (js--same-line): New function.
5433 (js--multi-line-declaration-indentation): Use it.
5434 (js--indent-in-array-comp, js--array-comp-indentation):
5435 New functions.
5436 (js--proper-indentation): Use them, to handle array comprehension
5437 continuations.
5438
5439 2013-12-08 Leo Liu <sdl.web@gmail.com>
5440
5441 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5442 (flymake-make-overlay): Remove arg MOUSE-FACE.
5443 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5444
5445 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5448 New function.
5449 (redisplay-highlight-region-function): Use it.
5450
5451 * emulation/cua-base.el (cua--explicit-region-start)
5452 (cua--last-region-shifted): Remove.
5453 (cua--deactivate): Use deactivate-mark.
5454 (cua--pre-command-handler-1): Don't handle shift-selection.
5455 (cua--post-command-handler-1): Don't change transient-mark-mode.
5456 (cua--select-keymaps): Use region-active-p rather than
5457 cua--explicit-region-start or cua--last-region-shifted.
5458 (cua-mode): Enable shift-select-mode.
5459
5460 2013-12-08 Leo Liu <sdl.web@gmail.com>
5461
5462 * progmodes/flymake.el (flymake-popup-current-error-menu):
5463 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5464 (flymake-posn-at-point-as-event, flymake-popup-menu)
5465 (flymake-make-emacs-menu): Remove. (Bug#16077)
5466
5467 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * rect.el (rectangle-mark-mode): Activate mark even if
5470 transient-mark-mode is off (bug#16066).
5471 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5472 is > mark and at bolp.
5473
5474 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5475 (region-extract-function): Use it.
5476 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5477 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5478 Delete functions.
5479 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5480 kill-ring-save, kill-region, delete-char, delete-forward-char.
5481 Ignore self-insert-iso.
5482
5483 * emulation/cua-gmrk.el (cua--init-global-mark):
5484 Ignore `self-insert-iso'.
5485
5486 * emulation/cua-base.el (cua--prefix-copy-handler)
5487 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5488 checking cua--rectangle.
5489 (cua-delete-region): Use region-extract-function.
5490 (cua-replace-region): Delete function.
5491 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5492 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5493 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5494 (cua--init-keymaps): Don't remap delete-selection commands.
5495 (cua-mode): Use delete-selection-mode instead of rolling our own
5496 (bug#16085).
5497
5498 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5499 Obey region-extract-function.
5500
5501 Make registers and delete-selection-mode work on rectangles.
5502 * register.el (describe-register-1): Don't modify the register's value.
5503 (copy-to-register): Obey region-extract-function.
5504 * delsel.el (delete-active-region): Obey region-extract-function.
5505
5506 2013-12-08 Leo Liu <sdl.web@gmail.com>
5507
5508 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5509 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5510 (flymake-compilation-prevents-syntax-check)
5511 (flymake-start-syntax-check-on-newline)
5512 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5513 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5514 (flymake-xml-program, flymake-master-file-dirs)
5515 (flymake-master-file-count-limit)
5516 (flymake-allowed-file-name-masks): Relocate.
5517 (flymake-makehash, flymake-float-time)
5518 (flymake-replace-regexp-in-string, flymake-split-string)
5519 (flymake-get-temp-dir): Remove.
5520 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5521 (flymake-current-row, flymake-selected-frame)
5522 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5523 related functions. (Bug#16077)
5524
5525 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5526
5527 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5528
5529 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5530
5531 * help-fns.el (describe-function-1): Use new advice-* functions
5532 rather than old ad-* functions. Fix function type description and
5533 source links for advised functions and subrs.
5534
5535 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5536
5537 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5538
5539 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5540
5541 * progmodes/compile.el (compilation-start):
5542 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5543
5544 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5545 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5546
5547 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5548
5549 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5550 Touch up the last change.
5551
5552 2013-12-06 Leo Liu <sdl.web@gmail.com>
5553
5554 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5555 (inferior-octave-startup): Always use "octave> " for prompt.
5556 (octave-goto-function-definition)
5557 (octave-sync-function-file-names)
5558 (octave-find-definition-default-filename): Remove redundant backquotes.
5559
5560 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5561
5562 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5563 syntax for `?'.
5564 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5565 where appropriate already.
5566 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5567 end of method names (Bug#15874).
5568
5569 2013-12-06 Juri Linkov <juri@jurta.org>
5570
5571 * isearch.el (isearch--saved-overriding-local-map):
5572 New internal variable.
5573 (isearch-mode): Set it to the initial value of
5574 `overriding-terminal-local-map'.
5575 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5576 with `isearch--saved-overriding-local-map'. (Bug#16035)
5577
5578 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5579
5580 * progmodes/octave.el (inferior-octave-completion-table):
5581 Turn back into function, use `completion-table-with-cache'
5582 (Bug#11906). Update all references.
5583
5584 * minibuffer.el (completion-table-with-cache): New function.
5585
5586 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5587
5588 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5589
5590 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5591
5592 * net/eww.el (eww-current-source): New variable to store page
5593 source.
5594 (eww-display-html, eww-mode, eww-save-history)
5595 (eww-restore-history): Use it.
5596 (eww-view-source): New command to view page source.
5597 Opportunistically uses `html-mode' to highlight the buffer.
5598 (eww-mode-map): Install it.
5599
5600 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/dbus.el (dbus-unregister-service)
5603 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5604 Fix docstring.
5605 (dbus-unregister-service): Skip :serial entries in
5606 `dbus-registered-objects-table'.
5607 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5608
5609 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5610
5611 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5612 around keywords with extra `split-string' argument.
5613
5614 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5615
5616 * windmove.el (windmove-other-window-loc): Handle navigation
5617 between windows (excluding the minibuffer window - Bug#16017).
5618
5619 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5620
5621 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5622 in D-Bus type syntax.
5623 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5624 preserve unibyte strings. (Bug#16048)
5625
5626 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5629 Call force-mode-line-update is the proper buffer (bug#16042).
5630
5631 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5632
5633 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5634 `log-edit-remember-comment', make argument optional. Adjust all
5635 callers.
5636 (log-edit-mode): Add `log-edit-remember-comment' to
5637 `kill-buffer-hook' locally.
5638 (log-edit-kill-buffer): Don't remember comment explicitly since
5639 the buffer is killed anyway.
5640
5641 2013-12-04 Juri Linkov <juri@jurta.org>
5642
5643 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5644 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5645
5646 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5647
5648 * notifications.el (notifications-close-notification): Call the
5649 D-Bus method with ID being a `:uint32'. (Bug#16030)
5650
5651 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5654
5655 2013-12-03 Juri Linkov <juri@jurta.org>
5656
5657 * progmodes/compile.el (compilation-start): Rename window alist
5658 entry `no-display-ok' to `allow-no-window'.
5659
5660 * simple.el (shell-command): Add window alist entry
5661 `allow-no-window' to `display-buffer'.
5662 (async-shell-command): Doc fix.
5663
5664 * window.el (display-buffer-no-window): New action function.
5665 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5666
5667 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5668
5669 * vc/log-edit.el (log-edit-set-header): Extract from
5670 `log-edit-toggle-header'.
5671 (log-edit-extract-headers): Separate the summary, when extracted
5672 from header, from the rest of the message with an empty line.
5673
5674 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5675 line, if present, to the Summary header.
5676
5677 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5680 in current-buffer (bug#16029).
5681
5682 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5683
5684 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5685 (debugger-mode-map): Bind it.
5686 (debugger--backtrace-base): New function.
5687 (debugger-eval-expression): Use it.
5688 (debugger-frame-number): Skip local vars when present.
5689 (debugger--locals-visible-p, debugger--insert-locals)
5690 (debugger--show-locals, debugger--hide-locals): New functions.
5691
5692 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5693
5694 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5695 "LC_ALL".
5696 (tramp-get-remote-locale): New defun.
5697 (tramp-open-connection-setup-interactive-shell): Use it.
5698
5699 2013-12-02 Leo Liu <sdl.web@gmail.com>
5700
5701 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5702
5703 * progmodes/sh-script.el (sh-shell-process):
5704 * progmodes/octave.el (inferior-octave-process-live-p):
5705 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5706 (gdb-inferior-io-sentinel):
5707 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5708
5709 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5710
5711 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5712 `save-selected-window' to `log-edit-hide-buf'. This makes
5713 `log-edit-show-files' idempotent.
5714 (log-edit-show-files): Mark the new window as dedicated.
5715
5716 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5717
5718 * vc/log-edit.el (log-edit-mode-map): Add binding for
5719 `log-edit-kill-biffer'.
5720 (log-edit-hide-buf): Add a FIXME comment.
5721 (log-edit-add-new-comment): New function, extracted from
5722 `log-edit-done'.
5723 (log-edit-done, log-edit-add-to-changelog): Use it.
5724 (log-edit-kill-buffer): New command.
5725
5726 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5727
5728 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5729 instead of killing the buffer.
5730
5731 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5734
5735 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5736
5737 * net/eww.el (eww-form-checkbox-selected-symbol)
5738 (eww-form-checkbox-symbol): New customizable variable.
5739 (eww-form-checkbox, eww-toggle-checkbox):
5740 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5741
5742 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5743 (shr--get-media-pref, shr--extract-best-source): New function.
5744 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5745 no :src tag was specified.
5746
5747 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5748 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5749 Use \\` to match beginning of string instead of ^.
5750 (eww-browse-with-external-browser): Provide optional URL parameter.
5751 (eww-render): Set `eww-current-title' back to "".
5752
5753 * net/shr.el (shr-tag-video): Display content for video if no
5754 poster is available.
5755 (shr-tag-audio): Add support for <audio> tag.
5756
5757 * net/eww.el (eww-text-input-types): New const.
5758 (eww-process-text-input): Treat input types in
5759 `eww-text-input-types' as text.
5760
5761 * net/shr.el (shr-tag-table): Fix comment typo.
5762
5763 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5764
5765 * net/eww.el (eww-follow-link): New command to avoid reloading
5766 pages when we follow #target links (bug#15243).
5767 (eww-quit): Special mode buffers shouldn't query before exiting.
5768
5769 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5770
5771 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5772 forms.
5773
5774 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5775
5776 * net/eww.el (eww-restore-history): Update the window title after
5777 moving in the history.
5778 (eww-current-dom): New variable used to save the current DOM.
5779
5780 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5781
5782 * vc/log-edit.el (log-edit-mode-map): Add binding for
5783 `log-edit-beginning-of-line'.
5784 (log-edit-setup-add-author): New user option.
5785 (log-edit-beginning-of-line): New command.
5786 (log-edit): Move major mode call above the contents setup so that
5787 the local variable values are already applied.
5788 (log-edit): Only insert "Author: " when
5789 `log-edit-setup-add-author' is non-nil.
5790 (log-edit): When SETUP is non-nil, position point after ": "
5791 instead of point-min.
5792
5793 2013-12-01 Glenn Morris <rgm@gnu.org>
5794
5795 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5796
5797 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5798
5799 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5800 redisplay to make sure the initial frame gets a chance to become
5801 visible. (Bug#16014)
5802
5803 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5804
5805 Support resizing frames and windows pixelwise.
5806 * cus-start.el (frame-resize-pixelwise)
5807 (window-resize-pixelwise): New entries.
5808 * emacs-lisp/debug.el (debug): Use window-total-height instead
5809 of window-total-size.
5810 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5811 * help.el (describe-bindings-internal): Use help-buffer as
5812 argument for with-help-window.
5813 (temp-buffer-max-width): New option.
5814 (resize-temp-buffer-window, help-window-setup)
5815 (with-help-window): Rewrite.
5816 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5817 dragging dividers.
5818 * window.el (frame-char-size, window-min-pixel-height)
5819 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5820 (window-min-pixel-width, window-safe-min-pixel-size)
5821 (window-combination-p, window-safe-min-size)
5822 (window-resizable-p, window--size-to-pixel)
5823 (window--pixel-to-size, window--resize-apply-p): New functions.
5824 (window-safe-min-height): Fix doc-string.
5825 (window-size, window-min-size, window--min-size-1)
5826 (window-sizable, window-sizable-p, window--min-delta-1)
5827 (window-min-delta, window--max-delta-1, window-max-delta)
5828 (window--resizable, window--resizable-p, window-resizable)
5829 (window-full-height-p, window-full-width-p, window-at-side-p)
5830 (window--in-direction-2, window-in-direction)
5831 (window--resize-reset-1, window--resize-mini-window)
5832 (window-resize, window-resize-no-error)
5833 (window--resize-child-windows-normal)
5834 (window--resize-child-windows, window--resize-siblings)
5835 (window--resize-this-window, window--resize-root-window)
5836 (window--resize-root-window-vertically)
5837 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5838 (maximize-window, minimize-window, delete-window)
5839 (quit-restore-window, window-split-min-size, split-window)
5840 (balance-windows-2, balance-windows)
5841 (balance-windows-area-adjust, balance-windows-area)
5842 (window--state-get-1, window-state-get, window--state-put-1)
5843 (window--state-put-2, window-state-put)
5844 (display-buffer-record-window, window--display-buffer):
5845 Make functions handle pixelwise sizing of windows.
5846 (display-buffer--action-function-custom-type)
5847 (display-buffer-fallback-action):
5848 Add display-buffer-in-previous-window.
5849 (display-buffer-use-some-window): Resize window to height it had
5850 before.
5851 (fit-window-to-buffer-horizontally): New option.
5852 (fit-frame-to-buffer): Describe new values.
5853 (fit-frame-to-buffer-bottom-margin): Replace with
5854 fit-frame-to-buffer-margins.
5855 (window--sanitize-margin): New function.
5856 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5857 using window-text-pixel-size.
5858
5859 2013-11-30 Glenn Morris <rgm@gnu.org>
5860
5861 * emacs-lisp/bytecomp.el (byte-compile-form):
5862 Make the `interactive-only' warning like the `obsolete' one.
5863 * comint.el (comint-run):
5864 * files.el (insert-file-literally, insert-file):
5865 * replace.el (replace-string, replace-regexp):
5866 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5867 (goto-line, insert-buffer, next-line, previous-line):
5868 Tweak `interactive-only' spec.
5869
5870 Stop keeping (most) generated cedet grammar files in the repository.
5871 * Makefile.in (semantic): New.
5872 (compile-main): Depend on semantic.
5873
5874 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5877 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5878
5879 * uniquify.el (uniquify-buffer-name-style): Change default.
5880
5881 * loadup.el: Preload "uniquify".
5882
5883 * time.el (display-time-update): Update all mode lines (bug#15999).
5884
5885 * electric.el (electric-indent-mode): Enable by default.
5886 * loadup.el: Preload "electric".
5887
5888 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5889
5890 * emacs-lisp/helpers.el (string-empty-p): New function.
5891 (string-blank-p): New function.
5892
5893 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5894
5895 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5896 (Bug#14029).
5897
5898 2013-11-29 Andreas Politz <politza@fh-trier.de>
5899 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5900 allow non-lambda lists as functions.
5901 (imenu--in-alist): Don't recurse into non-subalists.
5902 (imenu): Don't pass function itself as an argument (Bug#14029).
5903
5904 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * progmodes/python.el (python-mode-map): Remove binding for ":".
5907 (python-indent-electric-colon): Remove command.
5908 (python-indent-post-self-insert-function): Integrate the previous code
5909 of python-indent-electric-colon. Make it conditional on
5910 electric-indent-mode.
5911 (python-mode): Add ?: to electric-indent-chars.
5912 Move python-indent-post-self-insert-function to the end of
5913 post-self-insert-hook.
5914
5915 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * doc-view.el (doc-view-goto-page): Update mode-line.
5918
5919 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5920
5921 2013-11-27 Glenn Morris <rgm@gnu.org>
5922
5923 * international/charprop.el, international/uni-bidi.el:
5924 * international/uni-category.el, international/uni-combining.el:
5925 * international/uni-comment.el, international/uni-decimal.el:
5926 * international/uni-decomposition.el, international/uni-digit.el:
5927 * international/uni-lowercase.el, international/uni-mirrored.el:
5928 * international/uni-name.el, international/uni-numeric.el:
5929 * international/uni-old-name.el, international/uni-titlecase.el:
5930 * international/uni-uppercase.el:
5931 Remove generated files from VCS repository.
5932
5933 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5934
5935 * filenotify.el (file-notify-add-watch): Don't special-case
5936 w32notify when computing the directory to watch.
5937
5938 2013-11-27 Glenn Morris <rgm@gnu.org>
5939
5940 Make bootstrap without generated uni-*.el files possible again.
5941 * loadup.el: Update command-line-args checking for unidata-gen.
5942 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5943 * composite.el, international/characters.el:
5944 Handle unicode tables being undefined.
5945
5946 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5947 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5948 (compile-main): Depend on leim rule.
5949 (leim): New rule.
5950 * loadup.el: Move leim-list.el to leim/ subdirectory.
5951 * startup.el (normal-top-level): No more leim directory.
5952 * international/ja-dic-cnv.el (skkdic-convert):
5953 Disable version-control and autoloads in output files.
5954 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5955 Disable version-control and autoloads in output files.
5956 * leim/quail: Move here from ../leim.
5957 * leim/quail/hangul.el (hangul-input-method-activate):
5958 Add autoload cookie.
5959 (generated-autoload-load-name): Set file-local value.
5960 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5961 (generated-autoload-load-name): Set file-local value.
5962
5963 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5964
5965 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5966 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5967 (eww-quit): Ask confirmation before quitting eww.
5968
5969 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5970
5971 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5972 reading output from Diff on MS-Windows and MS-DOS.
5973
5974 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5975
5976 * emacs-lisp/helpers.el (string-reverse): New function.
5977
5978 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5979
5980 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5981 names on MS Windows, like "/[::1]:".
5982
5983 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5984 SWITCHES.
5985
5986 2013-11-26 Glenn Morris <rgm@gnu.org>
5987
5988 * progmodes/python.el (python-indent-guess-indent-offset):
5989 Avoid corner-case error. (Bug#15975)
5990
5991 Preload leim-list.el. (Bug#4789)
5992 * loadup.el: Load leim-list.el when found.
5993 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5994
5995 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5996
5997 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5998
5999 * emacs-lisp/helpers.el (string-join): New function.
6000
6001 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6002
6003 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6004 Mark as obsolete and replace it with a symbol property.
6005 (byte-compile-form): Use new 'interactive-only property.
6006 * comint.el, files.el, replace.el, simple.el:
6007 Apply new 'interactive-only properly.
6008
6009 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6010
6011 * window.el (display-buffer-at-bottom): Make sure that
6012 split-window-sensibly creates the new window on bottom
6013 (Bug#15961).
6014
6015 2013-11-23 David Kastrup <dak@gnu.org>
6016
6017 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6018 on the conflict markers when available.
6019 (smerge--get-marker): New function.
6020 (smerge-end-re, smerge-base-re): Add subgroup.
6021
6022 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * frame.el (handle-focus-in, handle-focus-out): Add missing
6025 interactive spec.
6026
6027 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6028
6029 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6030 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6031
6032 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6035 (gomoku--last-pos): New var.
6036 (gomoku--intangible-chars): New const.
6037 (gomoku--intangible): New function.
6038 (gomoku-mode): Use it. Derive from special-mode.
6039 (gomoku-move-up): Adjust line count.
6040 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6041 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6042 Simplify accordingly.
6043
6044 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6045 Remove blink-cursor code.
6046 (blink-cursor-timer-function, blink-cursor-suspend):
6047 Don't special-case GUIs.
6048 (blink-cursor-mode): Use focus-in/out-hook.
6049
6050 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6051
6052 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6053 work when annotation is invisible (Bug#13886).
6054
6055 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6056
6057 * json.el (json-alist-p): Only return non-nil if the alist has
6058 simple keys (Bug#13518).
6059
6060 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6061
6062 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6063 when control-statement is the first statement in a buffer (Bug#15956).
6064
6065 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6066
6067 * imenu.el (imenu-generic-skip-comments-and-strings):
6068 New option (Bug#15560).
6069 (imenu--generic-function): Use it.
6070
6071 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6072
6073 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6074 (Bug#13898)
6075
6076 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6077
6078 * emacs-lisp/helpers.el: Add some string helpers.
6079 (string-trim-left): Removes leading whitespace.
6080 (string-trim-right): Removes trailing whitespace.
6081 (string-trim): Removes leading and trailing whitespace.
6082
6083 * subr.el (string-suffix-p): New function.
6084
6085 2013-11-23 Glenn Morris <rgm@gnu.org>
6086
6087 * progmodes/python.el (python-shell-send-file):
6088 Add option to delete file when done. (Bug#15647)
6089 (python-shell-send-string, python-shell-send-region): Use it.
6090
6091 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6092
6093 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6094 to set buffer-read-only to t, never to nil. (Bug#15938)
6095
6096 * textmodes/tex-mode.el (latex-noindent-environments):
6097 Add safe-local-variable property. (Bug#15936)
6098
6099 2013-11-23 Glenn Morris <rgm@gnu.org>
6100
6101 * textmodes/enriched.el (enriched-mode): Doc fix.
6102 * emacs-lisp/authors.el (authors-renamed-files-alist):
6103 Add enriched.doc -> enriched.txt.
6104
6105 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6106
6107 2013-11-22 Leo Liu <sdl.web@gmail.com>
6108
6109 * progmodes/octave.el (inferior-octave-startup): Spit out error
6110 message.
6111
6112 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6113
6114 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6115 Improve docstring.
6116 Add :version.
6117 (ruby-encoding-magic-comment-style): Add :version.
6118
6119 2013-11-22 Leo Liu <sdl.web@gmail.com>
6120
6121 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6122 (Bug#15076)
6123 (octave-help-mode): Adapt to change to help-mode-finish to use
6124 derived-mode-p on 2013-09-17.
6125 (inferior-octave-prompt): Also match octave-gui.
6126 (octave-kill-process): Don't ask twice. (Bug#10564)
6127
6128 2013-11-22 Leo Liu <sdl.web@gmail.com>
6129
6130 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6131 (inferior-octave-startup, inferior-octave-check-process)
6132 (inferior-octave-track-window-width-change)
6133 (octave-completion-at-point, octave-eldoc-function): Use it.
6134 (octave-kill-process): Provide confirmation. (Bug#10564)
6135
6136 2013-11-21 Leo Liu <sdl.web@gmail.com>
6137
6138 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6139 Fix obsolete variable comment-use-global-state.
6140
6141 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6142
6143 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6144 Add `octave-source-file'.
6145 (octave-source-file): New function. (Bug#15935)
6146
6147 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6148
6149 * net/eww.el (eww-local-regex): New variable.
6150 (eww): Use it to detect localhost and similar.
6151
6152 2013-11-21 Leo Liu <sdl.web@gmail.com>
6153
6154 Add completion for command `ag'.
6155 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6156 (pcomplete/ag): New function.
6157 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6158
6159 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6162 (bug#14646).
6163 (make-obsolete): Remove interactive spec.
6164
6165 2013-11-21 Glenn Morris <rgm@gnu.org>
6166
6167 * startup.el (command-line-1): Use path-separator with -L.
6168
6169 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6170
6171 * emacs-lisp/package.el (describe-package-1): Add package archive
6172 to shown fields.
6173
6174 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6175
6176 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6177 Change default to "# encoding: %s" to differentiate it from the
6178 default Ruby encoding comment template.
6179
6180 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6181
6182 * ses.el (ses-mode): Doc fix. (Bug#14748)
6183
6184 2013-11-20 Leo Liu <sdl.web@gmail.com>
6185
6186 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6187
6188 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6189
6190 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6191 when rebase or bisect are in progress.
6192
6193 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6194
6195 * filenotify.el (file-notify-add-watch): Doc fix.
6196
6197 2013-11-19 Leo Liu <sdl.web@gmail.com>
6198
6199 * obsolete/rcompile.el: Mark obsolete.
6200
6201 * progmodes/compile.el (compilation-start)
6202 (compilation-goto-locus, compilation-find-file):
6203 Pass no-display-ok and handle nil value from display-buffer.
6204 (Bug#13594)
6205
6206 * window.el (display-buffer-alist, display-buffer): Document the
6207 new parameter no-display-ok. Return either a window or nil
6208 but never a non-window value.
6209
6210 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * electric.el (electric-indent-mode-map): Remove.
6213 (electric-indent-mode): Change the global-map instead (bug#15915).
6214
6215 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6216 Use add-function.
6217
6218 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * emacs-lisp/nadvice.el (remove-function): Align with
6221 add-function's behavior.
6222
6223 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6224 (gdb--string-regexp): New constant.
6225 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6226 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6227 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6228 submatch 1.
6229 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6230 Adjust use accordingly.
6231 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6232
6233 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6234
6235 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6236 interpolation curlies (Bug#15914).
6237
6238 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6239
6240 * calc/calc.el (calc-context-sensitive-enter): New variable.
6241 (calc-enter): Use `calc-context-sensitive-enter'.
6242
6243 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6244
6245 * progmodes/cfengine.el: Version bump.
6246 (cfengine-cf-promises): New defcustom to locate cf-promises.
6247 (cfengine3-vartypes): Add new "data" type.
6248 (cfengine3--current-word): New function to get current name-like
6249 word or its bounds.
6250 (cfengine3--current-function): New function to look up a CFEngine
6251 function's definition.
6252 (cfengine3-format-function-docstring): New function.
6253 (cfengine3-make-syntax-cache): New function.
6254 (cfengine3-documentation-function): New function: ElDoc glue.
6255 (cfengine3-completion-function): New function: completion glue.
6256 (cfengine3-mode): Set `compile-command',
6257 `eldoc-documentation-function', and add to
6258 `completion-at-point-functions'.
6259
6260 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6261
6262 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6263 `tramp-current-connection'.
6264
6265 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6266
6267 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6268 nil/self/true/false with "end of symbol".
6269
6270 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6271
6272 * subr.el (version-regexp-alist): Fix a typo.
6273
6274 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6275
6276 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6277 "en_US.utf8" and "LC_CTYPE" to "".
6278 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6279 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6280
6281 2013-11-15 Leo Liu <sdl.web@gmail.com>
6282
6283 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6284
6285 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * progmodes/gud.el (ctl-x-map):
6288 Remove C-x SPC binding. (Bug#12342)
6289 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6290
6291 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6292
6293 * subr.el (version-regexp-alist):
6294 Recognize hg, svn and darcs versions as snapshot versions.
6295
6296 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6297 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6298 (ruby--encoding-comment-required-p): Extract from
6299 `ruby-mode-set-encoding'.
6300 (ruby-mode-set-encoding): Add the ability to always insert an
6301 utf-8 encoding comment. Fix and simplify coding comment update
6302 logic.
6303
6304 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6305
6306 * net/tramp-gvfs.el (top): Run init code only when
6307 `tramp-gvfs-enabled' is not nil.
6308 (tramp-gvfs-enabled): Check also :system bus.
6309
6310 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 Sync with upstream verilog-mode revision 78e66ba.
6313 * progmodes/verilog-mode.el (verilog-end-of-defun)
6314 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6315 (verilog-get-end-of-defun): Remove unused argument.
6316 (verilog-comment-depth): Remove unused local `e'.
6317 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6318 Don't pass arg to verilog-get-end-of-defun.
6319
6320 2013-11-14 Glenn Morris <rgm@gnu.org>
6321
6322 * obsolete/assoc.el (aget): Prefix dynamic variable.
6323
6324 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6325
6326 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * widget.el, hfy-cmap.el: Remove bogus package version number.
6329
6330 2013-11-13 Glenn Morris <rgm@gnu.org>
6331
6332 * replace.el (replace-eval-replacement):
6333 Try to give more helpful error message. (Bug#15836)
6334
6335 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6336 (archive-7z-update): Avoid custom type mismatches.
6337
6338 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6339
6340 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6341
6342 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6343 address can be empty.
6344
6345 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6346 Accept nil SWITCHES.
6347 (tramp-gvfs-handle-write-region): Implement APPEND.
6348
6349 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6350
6351 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6352 binary "|" operator and closing block args delimiter.
6353 Remove FIXME comment referring to Ruby 1.8-only syntax.
6354 (ruby-smie--implicit-semi-p): Not after "|" operator.
6355 (ruby-smie--closing-pipe-p): New function.
6356 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6357 (ruby-smie-rules): Indent after "|".
6358
6359 2013-11-12 Glenn Morris <rgm@gnu.org>
6360
6361 * ps-print.el (ps-face-attribute-list):
6362 Handle anonymous faces. (Bug#15827)
6363
6364 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6365
6366 * window.el (display-buffer-other-frame): Fix doc-string.
6367 (Bug#15868)
6368
6369 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6372
6373 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6376 (tramp-sh-handle-file-local-copy): Don't write a message when
6377 saving temporary files.
6378
6379 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6380 both directories are remote.
6381 (tramp-smb-handle-directory-files): Do not return double entries.
6382 Do not expand full file names.
6383 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6384 (tramp-smb-handle-write-region): Implement APPEND.
6385 (tramp-smb-get-stat-capability): Fix a stupid bug.
6386
6387 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6390
6391 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6392
6393 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6394 throwing error over malformed let/let* (bug#15814).
6395
6396 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * iswitchb.el (iswitchb-mode): Mark obsolete.
6399
6400 2013-11-11 Glenn Morris <rgm@gnu.org>
6401
6402 * international/uni-bidi.el, international/uni-category.el:
6403 * international/uni-name.el, international/uni-numeric.el:
6404 Regenerate for Unicode 6.3.0.
6405
6406 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6407
6408 * net/tramp.el (tramp-methods):
6409 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6410 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6411
6412 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6413
6414 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6415 Force highlighting text after Summary keyword in doc face for rpm.
6416
6417 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6418
6419 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6420 available and the word has no wildcards, append one to the grep pattern.
6421 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6422 (ispell-complete-word): Call `ispell-lookup-words' with the value
6423 independent of `ispell-look-p'.
6424
6425 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6426
6427 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6428 Not after "||".
6429 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6430 their parent.
6431
6432 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6433
6434 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6435 (ruby-font-lock-keywords): Use backquote.
6436
6437 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6438
6439 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6440 (ruby-smie--backward-token): Only consider full-string matches.
6441
6442 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6443
6444 * faces.el (describe-face): Add distant-foreground.
6445
6446 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6447
6448 * progmodes/ruby-mode.el: Improve encoding comment handling.
6449 (ruby-encoding-magic-comment-style): New option.
6450 (ruby-custom-encoding-magic-comment-template): New option.
6451 (ruby--insert-coding-comment, ruby--detect-encoding):
6452 New functions extracted from `ruby-mode-set-encoding'.
6453 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6454 to control the style of the auto-inserted encoding comment.
6455
6456 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6457
6458 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6459 Use `smie-backward-sexp' with token argument.
6460
6461 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6462
6463 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6464 Remove instrumentation code.
6465
6466 2013-11-08 Glenn Morris <rgm@gnu.org>
6467
6468 * progmodes/autoconf.el (autoconf-mode):
6469 Tweak comment-start-skip. (Bug#15822)
6470
6471 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6474 at bobp (bug#15826).
6475 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6476
6477 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6478
6479 * man.el (Man-start-calling): New macro, extracted from
6480 Man-getpage-in-background.
6481 (Man-getpage-in-background): Use it.
6482 (Man-update-manpage): New command.
6483 (Man-mode-map): Bind it.
6484
6485 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6486
6487 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6488 of "and", "or", "&&" and "||".
6489 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6490 argument. Prohibit opening curly brace because it could only be a
6491 block opener in that position.
6492 (ruby-smie--forward-token, ruby-smie--backward-token):
6493 Separate "|" from "&" or "*" going after it. That can happen in block
6494 arguments.
6495 (ruby-smie--indent-to-stmt): New function, seeks the end of
6496 previous statement or beginning of buffer.
6497 (ruby-smie-rules): Use it.
6498 (ruby-smie-rules): Check if there's a ":" before a curly block
6499 opener candidate; if there is, it's a hash.
6500
6501 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6504 (cl--block-wrapper): Fix last accidental change.
6505
6506 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6509 Instrument, in order to hunt failure on hydra.
6510
6511 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6512
6513 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6514 malformed bindings form (bug#15814).
6515
6516 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6517
6518 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6519 "." compared to " @ ". This incidentally fixes some indentation
6520 examples with "do".
6521 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6522 (ruby-smie-grammar): New tokens: "and" and "or".
6523 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6524 Exclude "and" and "or". Remove "do" in order to work around token
6525 priorities.
6526 (ruby-smie-rules): Add all infix tokens. Handle the case of
6527 beginning-of-buffer.
6528
6529 2013-11-06 Glenn Morris <rgm@gnu.org>
6530
6531 * Makefile.in (setwins_almost, setwins_for_subdirs):
6532 Avoid accidental matches.
6533
6534 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * menu-bar.el (popup-menu): Use key-binding.
6537
6538 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6539
6540 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6541 menus, support also the menus produced by minor modes.
6542 (Bug#15817)
6543
6544 2013-11-06 Leo Liu <sdl.web@gmail.com>
6545
6546 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6547 DISTANCE to bound the search. All uses changed. (Bug#15808)
6548
6549 2013-11-06 Glenn Morris <rgm@gnu.org>
6550
6551 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6552 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6553 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6554
6555 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * electric.el (electric-indent-just-newline): New command.
6558 (electric-indent-mode-map): New keymap.
6559 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6560 Re-add :group which weren't redundant.
6561
6562 * electric.el (electric-indent-local-mode): New minor mode.
6563 (electric-indent-functions-without-reindent): New var.
6564 (electric-indent-post-self-insert-function): Use it.
6565 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6566
6567 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6568
6569 * international/quail.el (quail-help): Be more explicit about the
6570 meaning of the labels shown on the keys. (Bug#15800)
6571
6572 * startup.el (normal-top-level): Load the subdirs.el files before
6573 setting the locale environment. (Bug#15805)
6574
6575 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6578 via arguments so as to get the right ones (bug#15418).
6579
6580 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6581
6582 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6583
6584 Fix problems found while writing a test suite.
6585
6586 * net/tramp-compat.el (tramp-compat-load): New defun.
6587 * net/tramp.el (tramp-handle-load): Use it.
6588
6589 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6590 "(numberp ok-if-already-exists)" correctly.
6591
6592 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6593
6594 * international/characters.el (glyphless-char-display-control):
6595 Add usage note.
6596
6597 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6598
6599 * progmodes/python.el (python-mode):
6600 * progmodes/scheme.el (scheme-mode):
6601 * progmodes/prolog.el (prolog-mode):
6602 * progmodes/ruby-mode.el (ruby-mode):
6603 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6604 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6605
6606 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * rect.el (rectangle--highlight-for-redisplay):
6609 * emacs-lisp/smie.el (smie--next-indent-change):
6610 Use buffer-chars-modified-tick.
6611
6612 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6613
6614 * electric.el (electric-indent-post-self-insert-function):
6615 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6616
6617 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6618
6619 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6620
6621 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6622
6623 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6624 (bug#15786).
6625
6626 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6629
6630 * progmodes/python.el: Fix up last change.
6631 (python-shell--save-temp-file): New function.
6632 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6633 `string' comes from the current buffer.
6634 (python-shell-send-string-no-output): Remove `msg' arg.
6635 (python--use-fake-loc): New var.
6636 (python-shell-buffer-substring): Obey it. Try to compensate for the
6637 extra coding line added by python-shell--save-temp-file.
6638 (python-shell-send-region): Use python-shell--save-temp-file and
6639 python-shell-send-file directly. Add `nomain' argument.
6640 (python-shell-send-buffer): Use python-shell-send-region.
6641 (python-electric-pair-string-delimiter): New function.
6642 (python-mode): Use it.
6643
6644 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6645
6646 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6647 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6648 environment and decoding all of the default-directory's to here
6649 from command-line.
6650 (command-line): Decode also argv[0].
6651
6652 * loadup.el: Error out if default-directory is a multibyte string
6653 when we are dumping.
6654
6655 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6656
6657 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6658
6659 * emacs-lisp/package.el (package-menu-mode)
6660 (package-menu--print-info, package-menu--archive-predicate):
6661 Add Archive column to package list.
6662
6663 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6664
6665 Fix problems found while writing a test suite.
6666
6667 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6668 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6669 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6670 to nil when running original file name handler. Otherwise,
6671 there are problems with constructs like "$$FOO".
6672
6673 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6674 for `localname'.
6675
6676 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6677
6678 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6679
6680 * subr.el (version<, version<=, version=):
6681 Update docstrings with information for snapshot versions.
6682
6683 * helpers.el: New library for misc helper functions.
6684 (hash-table-keys): New function returning a list of hash keys.
6685 (hash-table-values): New function returning a list of hash values.
6686
6687 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6688
6689 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6690 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6691
6692 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6693
6694 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6695 checking whether point is after a 1-letter word.
6696
6697 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6698
6699 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6700 Don't infloop when expanding region over `multiline' syntax-type that
6701 begins a line (bug#15778).
6702
6703 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6706 Make it into a proper minor mode.
6707 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6708 (rectangle-mark-mode-map): New keymap.
6709 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6710
6711 2013-11-04 Glenn Morris <rgm@gnu.org>
6712
6713 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6714
6715 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6718 (ruby-smie-rules): Use smie-rule-parent instead.
6719
6720 * emacs-lisp/smie.el (smie-rule-parent): Always call
6721 smie-indent-virtual rather than only for hanging tokens.
6722 (smie--next-indent-change): New helper command.
6723
6724 2013-11-03 Glenn Morris <rgm@gnu.org>
6725
6726 * Makefile.in (abs_srcdir): Remove.
6727 (emacs): Unset EMACSLOADPATH.
6728
6729 2013-11-02 Glenn Morris <rgm@gnu.org>
6730
6731 * Makefile.in (EMACS): Use a relative filename.
6732 (abs_top_builddir): Remove.
6733 (custom-deps, finder-data, autoloads): Use --chdir.
6734
6735 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6736
6737 Use relative filenames in TAGS files.
6738 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6739 (lisptagsfiles4, TAGS): Use relative file names.
6740 (TAGS-LISP): Remove.
6741 (maintainer-clean): No more TAGS-LISP file.
6742
6743 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6744 (lisptagsfiles4): Use absolute filenames again.
6745 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6746 Remove all *loaddefs files, not just the first. Remove esh-groups.
6747 (maintainer-clean): Delete TAGS, TAGS-LISP.
6748
6749 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6750
6751 * emacs-lisp/package.el (package-version-join):
6752 Recognize snapshot versions.
6753
6754 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6755
6756 * subr.el (version-regexp-alist): Add support for snapshot versions.
6757
6758 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6759
6760 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6761 New function, replacement for `smie-rule-parent' for when we want to
6762 skip over our direct parent if it's an assignment token..
6763 (ruby-smie-rules): Use it.
6764
6765 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6766
6767 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6768 unconditionally. Remove now unnecessary forward declarations.
6769 Remove XEmacs-specific setup.
6770 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6771 (ruby-font-lock-syntactic-keywords)
6772 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6773 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6774 (ruby-here-doc-end-syntax): Remove.
6775 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6776 defined as function.
6777
6778 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6779
6780 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6781
6782 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6783
6784 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6785 table and abbrev table, `define-derived-mode' does that for us
6786 anyway.
6787
6788 2013-11-01 Glenn Morris <rgm@gnu.org>
6789
6790 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6791 files is atomic for some time, so no parallel compilation issues).
6792
6793 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6794
6795 * faces.el (face-x-resources): Add :distant-foreground.
6796 (region): Use :distant-foreground for gtk and ns.
6797
6798 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6799
6800 Allow multiple bibliographies when BibLaTeX is used rather than
6801 BibTeX.
6802 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6803 (reftex-locate-bibliography-files): Us it.
6804
6805 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6806
6807 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6808 allow comments in pbm files.
6809
6810 * term/w32-win.el (dynamic-library-alist): Support newer versions
6811 of libjpeg starting with v7: look only for the DLL from the
6812 version against which Emacs was built.
6813 Support versions of libpng beyond 1.4.x.
6814 Support libtiff v4.x.
6815
6816 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6817
6818 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6819 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6820 Add property :safe.
6821 (ruby-deep-arglist): Add property :type.
6822
6823 2013-10-31 Glenn Morris <rgm@gnu.org>
6824
6825 * Makefile.in (custom-deps, finder-data): No need to setq the target
6826 variables, we are in the right directory and the defaults work fine.
6827
6828 2013-10-30 Glenn Morris <rgm@gnu.org>
6829
6830 * Makefile.in (autoloads): Do not use abs_lisp.
6831
6832 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6833 `newline' does not respect `standard-output', so use `princ'.
6834
6835 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6836
6837 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6838 * buff-menu.el (Buffer-menu--unmark): New function.
6839 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6840
6841 2013-10-30 Glenn Morris <rgm@gnu.org>
6842
6843 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6844
6845 * emacs-lisp/package.el (lm-homepage): Declare.
6846
6847 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6848 Fix doc typos.
6849
6850 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6851
6852 * Makefile.in (finder-data, autoloads, update-subdirs)
6853 (compile-main, compile-clean, compile-always, bootstrap-clean):
6854 Check return value of cd.
6855 (compile-calc): Remove.
6856
6857 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6860
6861 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6862 (byte-compile-and-folded): New function.
6863 (=, <, >, <=, >=): Use it.
6864
6865 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6866 (path-separator, null-device, buffer-file-coding-system)
6867 (lpr-headers-switches): Check system-type before modifying them.
6868 (find-buffer-file-type-coding-system): Mark obsolete.
6869 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6870 find-file-not-found-set-buffer-file-coding-system.
6871 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6872 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6873 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6874 (w32-direct-print-region-helper, w32-direct-print-region-function)
6875 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6876 * startup.el (normal-top-level-add-subdirs-to-load-path):
6877 * ps-print.el (ps-print-region-function):
6878 * lpr.el (print-region-function): Use new name.
6879
6880 * subr.el (custom-declare-variable-early): Remove function.
6881 (custom-declare-variable-list): Remove var.
6882 (error, user-error): Remove `while' loop.
6883 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6884 (user-emacs-directory-warning, locate-user-emacs-file):
6885 Move to files.el.
6886 * simple.el (read-quoted-char-radix, read-quoted-char):
6887 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6888 Move from subr.el.
6889 * custom.el (custom-declare-variable-list): Don't process
6890 custom-declare-variable-list.
6891
6892 * progmodes/python.el (python-shell-get-buffer): New function.
6893 (python-shell-get-process): Use it.
6894 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6895 Python which encoding was used. Don't split-string since we only care
6896 about the first line. Return the temp-file, if applicable.
6897 (python-shell-send-region): Tell compile.el how to turn locations in
6898 the temp-file into locations in the source buffer.
6899
6900 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * subr.el (undefined): Add missing behavior from the C code for
6903 unbound keys.
6904
6905 * rect.el: Use lexical-binding. Add new rectangular region support.
6906 (rectangle-mark): New command.
6907 (rectangle--region): New var.
6908 (deactivate-mark-hook): Reset rectangle--region.
6909 (rectangle--extract-region, rectangle--insert-for-yank)
6910 (rectangle--highlight-for-redisplay)
6911 (rectangle--unhighlight-for-redisplay): New functions.
6912 (region-extract-function, redisplay-unhighlight-region-function)
6913 (redisplay-highlight-region-function): Use them to handle
6914 rectangular region.
6915 * simple.el (region-extract-function): New var.
6916 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6917 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6918 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6919 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6920 (redisplay-unhighlight-region-function)
6921 (redisplay-highlight-region-function): New vars.
6922 (redisplay--update-region-highlight): New function.
6923 (pre-redisplay-function): Use it.
6924 (exchange-point-and-mark): Don't deactivate the mark before
6925 reactivate-it anyway.
6926 * comint.el (comint-kill-region): Remove yank-handler argument.
6927 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6928 (delete-char): Remove property, since it's now part of their
6929 default behavior.
6930 (self-insert-iso): Remove property since this command doesn't exist.
6931
6932 * emacs-lisp/package.el (package--download-one-archive)
6933 (describe-package-1): Don't query the user about final newline.
6934
6935 2013-10-29 Daniel Colascione <dancol@dancol.org>
6936
6937 * net/tramp.el (tramp-methods): Document new functionality.
6938 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6939 tramp-hostname-checker if method provides one instead of scanning
6940 argument list for "%h" to decide hostname acceptability.
6941
6942 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6943
6944 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6945 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6946 Handle COPY-CONTENTS. (Bug#15737)
6947
6948 2013-10-28 Daiki Ueno <ueno@gnu.org>
6949
6950 * epa-file.el
6951 (epa-file-cache-passphrase-for-symmetric-encryption):
6952 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6953
6954 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6955
6956 * image.el (defimage, image-load-path): Doc fixes.
6957
6958 2013-10-27 Alan Mackenzie <acm@muc.de>
6959
6960 Indent statements in macros following "##" correctly.
6961 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6962 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6963
6964 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6965
6966 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6967
6968 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6969
6970 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6971 after `=' is probably a new expression.
6972
6973 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6974
6975 * man.el (man-imenu-title): New option.
6976 (Man-mode-map): Add menu. (Bug#15722)
6977 (Man-mode): Add imenu to menu.
6978
6979 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6980
6981 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6982 specific in what the first arg can be: a non-keyword word,
6983 string/regexp/percent literal opener, opening paren, or unary
6984 operator followed directly by word.
6985
6986 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6989 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6990 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6991 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6992 Remove vars, they do not apply any more.
6993 (prolog-mode-abbrev-table): Remove redundant declaration.
6994 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6995 (prolog-use-smie): Remove.
6996 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6997 supported by prolog-electric-if-then-else-flag.
6998 (prolog-mode-variables, prolog-menu): Use setq-local.
6999 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7000 Remove binding to `Backspace' since this key doesn't exist anyway.
7001 Remove bindings for electric self-inserting keys.
7002 (prog-mode): Assume it's defined.
7003 (prolog-post-self-insert): New function.
7004 (prolog-mode): Use it.
7005 (prolog-indent-line, prolog-indent-level)
7006 (prolog-find-indent-of-matching-paren)
7007 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7008 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7009 (prolog-goto-next-paren, prolog-in-string-or-comment)
7010 (prolog-tokenize, prolog-inside-mline-comment)
7011 (prolog-find-start-of-mline-comment): Remove functions.
7012 (prolog-find-unmatched-paren, prolog-clause-end)
7013 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7014 (prolog-electric--if-then-else): Rename from
7015 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7016 (prolog-tokenize-searchkey): Remove const.
7017 (prolog-clause-info): Use forward-sexp.
7018 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7019 (prolog-electric-if-then-else): Remove commands.
7020 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7021 for use in post-self-insert-hook.
7022 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7023 for use in post-self-insert-hook.
7024 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7025 for use in post-self-insert-hook.
7026 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7027 adapt it for use in post-self-insert-hook.
7028
7029 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7030
7031 * emacs-lisp/ert.el (ert-run-tests-interactively):
7032 Use `completing-read'. (Bug#9756)
7033
7034 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7035
7036 * simple.el (line-move): Call line-move-1 instead of
7037 line-move-visual when the current window hscroll is zero, but
7038 temporary-goal-column indicates we will need to hscroll as result
7039 of the movement. (Bug#15712)
7040
7041 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7042
7043 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7044 capitalization. Use :visible instead of :active.
7045 Fix `ruby-indent-exp' reference. Add menu items for the generic
7046 commands that are used with SMIE.
7047 (ruby-do-end-to-brace): Insert space after `{'.
7048
7049 2013-10-25 John Anthony <john@jo.hnanthony.com>
7050
7051 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7052
7053 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7054
7055 2013-10-25 Glenn Morris <rgm@gnu.org>
7056
7057 * vc/vc.el (vc-print-log): Don't use a working revision unless
7058 one was explicitly specified. (Bug#15322)
7059
7060 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * subr.el (add-to-list): Preserve return value in compiler-macro
7063 (bug#15692).
7064
7065 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7066
7067 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7068 result. Ask user to retry using '-all' flag. (Bug#15701)
7069
7070 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * emacs-lisp/smie.el: New smie-config system.
7073 (smie-config): New defcustom.
7074 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7075 (smie-config-guess, smie-config-save): New commands.
7076 (smie-config--mode-local, smie-config--buffer-local)
7077 (smie-config--trace, smie-config--modefuns): New vars.
7078 (smie-config--advice, smie-config--mode-hook)
7079 (smie-config--setter, smie-config-local, smie-config--get-trace)
7080 (smie-config--guess-value, smie-config--guess): New functions.
7081 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7082 text properties. Treat "string fence" syntax like string syntax.
7083
7084 * progmodes/sh-script.el (sh-use-smie): Change default.
7085 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7086 (sh-var-value): Simplify by CSE.
7087 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7088 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7089 is used.
7090 (sh-guess-basic-offset): Use cl-incf.
7091 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7092
7093 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7094
7095 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7096 (bug#15699).
7097
7098 2013-10-24 Glenn Morris <rgm@gnu.org>
7099
7100 * Makefile.in (abs_top_srcdir): Remove.
7101 (update-subdirs): Use relative path to update-subdirs.
7102
7103 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7104
7105 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7106 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7107 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7108 Call unmsys--file-name before expand-file-name, not after it.
7109
7110 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7111
7112 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7113 (ert-test-skipped): New error.
7114 (ert-skip, ert-stats-skipped): New defuns.
7115 (ert--skip-unless): New macro.
7116 (ert-test-skipped): New struct.
7117 (ert--run-test-debugger, ert-test-result-type-p)
7118 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7119 (ert--stats-set-test-and-result, ert-char-for-test-result)
7120 (ert-string-for-test-result, ert-run-tests-batch)
7121 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7122 Handle skipped tests. (Bug#9803)
7123
7124 2013-10-24 Glenn Morris <rgm@gnu.org>
7125
7126 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7127
7128 * Makefile.in (abs_top_srcdir): New, set by configure.
7129 (update-subdirs): Correct build-aux location.
7130
7131 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7132
7133 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7134 value, whether we could auto-deduce `backend', or not.
7135
7136 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7137 with parameters" example. Simplify the "is it block or is it
7138 hash" check, but also make it more thorough.
7139
7140 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7141
7142 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7143
7144 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7147 { if it is hanging.
7148
7149 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7150 :before ";".
7151
7152 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7153
7154 * progmodes/compile.el (compilation-directory-matcher)
7155 (compilation-page-delimiter):
7156 Support GNU Make-4.0 directory quoting. (Bug#15678)
7157
7158 2013-10-23 Leo Liu <sdl.web@gmail.com>
7159
7160 * ido.el (ido-tidy): Handle read-only text.
7161
7162 2013-10-23 Glenn Morris <rgm@gnu.org>
7163
7164 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7165 (emacs, compile, compile-always):
7166 Quote entities that might contain whitespace.
7167 (custom-deps, finder-data, autoloads): Use abs_lisp.
7168 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7169 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7170 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7171
7172 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7173
7174 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7175 Use `following-char'.
7176
7177 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7180 * progmodes/ruby-mode.el (ruby-smie-rules):
7181 Remove corresponding workaround. Fix indentation rule of ";" so it
7182 also applies when ";" is the parent.
7183
7184 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7185
7186 * frame.el (display-screens, display-pixel-height)
7187 (display-pixel-width, display-mm-width, display-backing-store)
7188 (display-save-under, display-planes, display-color-cells)
7189 (display-visual-class, display-monitor-attributes-list):
7190 Mention the optional ‘display’ argument in doc strings.
7191
7192 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7193
7194 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7195 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7196
7197 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7198
7199 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7200 TODO. Add "." after " @ ".
7201 (ruby-smie--at-dot-call): New function. Checks if point at method
7202 call with explicit target.
7203 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7204 to the method name tokens when it precedes them.
7205 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7206 (ruby-smie-rules): Add rule for indentation before and after "."
7207 token.
7208
7209 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * textmodes/remember.el (remember-diary-extract-entries):
7212 Avoid add-to-list.
7213
7214 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7215 an instruction.
7216
7217 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7218
7219 * progmodes/ruby-mode.el (ruby-smie-grammar):
7220 Add (almost) all infix operators.
7221 (ruby-smie--implicit-semi-p): Add new operator chars.
7222
7223 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7224 `smie-down-list'.
7225 (ruby-smie--args-separator-p): Check that there's no newline
7226 between method call and its arguments.
7227
7228 2013-10-20 Alan Mackenzie <acm@muc.de>
7229
7230 Allow comma separated lists after Java "implements".
7231
7232 * progmodes/cc-engine.el (c-backward-over-enum-header):
7233 Parse commas.
7234 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7235 from a "disallowed" list in enum fontification.
7236
7237 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7238
7239 * startup.el (default-frame-background-mode): Remove unused defvar.
7240
7241 * progmodes/verilog-mode.el (verilog-mode): Don't set
7242 comment-indent-function globally.
7243
7244 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7245
7246 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7247 Move Info menu item creation to ns-win.el.
7248
7249 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7250 in menu bar.
7251
7252 * menu-bar.el: Move GNUstep specific menus...
7253
7254 * term/ns-win.el (ns-initialize-window-system): ... to here.
7255
7256 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * simple.el (newline): Only run post-self-insert-hook when
7259 called interactively.
7260
7261 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7262
7263 * icomplete.el (icomplete-with-completion-tables): Add :version.
7264
7265 2013-10-19 Alan Mackenzie <acm@muc.de>
7266
7267 Fix fontification bugs with constructors and const.
7268
7269 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7270 CASE 2) Remove the check for the absence of a suffix construct
7271 after a function declaration with only types (no identifiers) in
7272 the parentheses. Also, accept a function declaration with just a
7273 type inside the parentheses, if this type can be positively
7274 recognised as such, or if a prefix keyword like "explicit" nails
7275 down the construct as a declaration.
7276
7277 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7278
7279 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7280 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7281 the problem whereby selecting a menu item that leads to a
7282 minibuffer prompt moves the cursor out of the minibuffer window,
7283 making it hard to type at the prompt. Suggested by Stefan Monnier
7284 <monnier@iro.umontreal.ca>.
7285
7286 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7287
7288 * menu-bar.el: Don't make Services menu.
7289
7290 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7291
7292 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7293 (ffap-alist): Use ffap-c++-mode for c++-mode.
7294 (ffap-c++-path): New variable.
7295 (ffap-c++-mode): New function.
7296
7297 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7298
7299 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7300
7301 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7302
7303 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7304 introduced on 2013-09-08, which results in an infinite loop
7305 requesting a password.
7306
7307 2013-10-18 Glenn Morris <rgm@gnu.org>
7308
7309 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7310
7311 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7312
7313 Sync with upstream verilog-mode revision 1a6ecec7.
7314 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7315 (verilog-mode-release-date): Remove.
7316 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7317 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7318 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7319 (verilog-auto-tieoff-ignore-regexp)
7320 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7321 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7322 (verilog-signals-with, verilog-dir-cache-preserving)
7323 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7324 Doc fixes.
7325 (verilog-case-fold): New option, to control case folding in
7326 regexp searches, bug597.
7327 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7328 (verilog-string-match-fold, verilog-in-paren-count)
7329 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7330 (verilog-at-close-struct-p): New functions.
7331 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7332 (verilog-forward-sexp, verilog-set-auto-endcomments)
7333 (verilog-leap-to-case-head): Handle "unique0" case.
7334 (verilog-in-constraint-re): New constant.
7335 (verilog-keywords, verilog-type-font-keywords):
7336 Add some SystemVerilog 1800-2012 keywords.
7337 (verilog-label-be): Remove unimplemented argument, bug669.
7338 (verilog-batch-execute-func): When batch expanding clear
7339 create-lockfiles to prevent spurious user locks when a file ends
7340 up not changing.
7341 (verilog-calculate-indent, verilog-calc-1)
7342 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7343 (verilog-do-indent): Fix indentation of nested constraints
7344 and structures.
7345 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7346 (verilog-auto-inst-param): Use verilog-string-match-fold.
7347 (verilog-read-inst-module-matcher):
7348 Fix AUTOINST on gate primitives with #1.
7349 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7350 Reads all user-defined typed variables.
7351 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7352 (verilog-signals-matching-regexp)
7353 (verilog-signals-not-matching-regexp, verilog-auto):
7354 Respect verilog-case-fold.
7355 (verilog-diff-report): Fix line count.
7356 (verilog-auto-assign-modport): Remove unused local `modi'.
7357 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7358 better handle multidimensional arrays.
7359 Fix packed array ports misadding bit index in AUTOINST, bug637.
7360 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7361 to not double-declare existing outputs and inputs, respectively.
7362 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7363 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7364 (verilog-sk-uvm-component): New skeleton.
7365 (verilog-submit-bug-report): Add verilog-case-fold,
7366 remove verilog-mode-release-date.
7367
7368 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7369
7370 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7371 as before.
7372
7373 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7374
7375 * textmodes/remember.el (remember): Set buffer-offer-save in
7376 remember buffers (bug#13566).
7377
7378 2013-10-18 Daniel Colascione <dancol@dancol.org>
7379
7380 When evaluating forms in ielm, direct standard output to ielm
7381 buffer. Add new ielm-return-for-effect command. Remove trailing
7382 whitespace throughout.
7383
7384 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7385 (ielm-return-for-effect): New command.
7386 (ielm-send-input): Accept optional `for-effect' parameter.
7387 (ielm-eval-input): Accept optional `for-effect' parameter.
7388 Bind `standard-output' to stream we create using
7389 `ielm-standard-output-impl'. Suppress printing result when
7390 `for-effect'.
7391 (ielm-standard-output-impl): New function.
7392 (inferior-emacs-lisp-mode): Explain new features in documentation.
7393
7394 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7395
7396 Code cleanup.
7397
7398 * net/tramp.el (tramp-debug-message): Do not check for connection
7399 buffer.
7400 (tramp-message): Use "vector" connection property.
7401
7402 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7403 (tramp-equal-remote, tramp-eshell-directory-change)
7404 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7405 (tramp-adb-handle-rename-file)
7406 * net/tramp-cmds.el (tramp-list-remote-buffers)
7407 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7408 * net/tramp-compat.el (tramp-compat-process-running-p)
7409 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7410 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7411 (tramp-gvfs-handle-rename-file)
7412 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7413 (tramp-set-file-uid-gid)
7414 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7415 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7416 of `file-remote-p'.
7417
7418 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7419 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7420 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7421 (tramp-gw-open-network-stream): Suppress unrelated traces.
7422
7423 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7424 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7425 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7426 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7427 connection property.
7428
7429 * net/tramp-cache.el (top): Suppress traces when reading
7430 persistency file.
7431
7432 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7433 Refactor common code. Improve debug message.
7434 (tramp-maybe-open-connection)
7435 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7436 connection buffer too early.
7437
7438 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7439 from `tramp-smb-actions-with-acl'.
7440 (tramp-smb-actions-set-acl): New defconst.
7441 (tramp-smb-handle-copy-directory)
7442 (tramp-smb-action-get-acl): New defun, renamed from
7443 `tramp-smb-action-with-acl'.
7444 (tramp-smb-action-set-acl): New defun.
7445 (tramp-smb-handle-set-file-acl): Rewrite.
7446
7447 2013-10-17 Glenn Morris <rgm@gnu.org>
7448
7449 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7450
7451 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * skeleton.el (skeleton-newline): Remove.
7454 (skeleton-internal-1): Use (insert "\n") instead.
7455
7456 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7457 let-bindings.
7458
7459 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7460 forward-sexp-function while we redo its job (bug#15613).
7461
7462 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7463
7464 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7465 represented by lists.
7466
7467 2013-10-16 Glenn Morris <rgm@gnu.org>
7468
7469 * tmm.el (tmm--history): New dynamic variable.
7470 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7471
7472 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7473
7474 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7475 (tramp-smb-errors): Add error messages.
7476 (tramp-smb-actions-with-acl): New defconst.
7477 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7478 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7479 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7480 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7481 (tramp-smb-get-stat-capability): Fix tests.
7482
7483 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7484
7485 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7486 (bug#15580).
7487
7488 2013-10-16 Glenn Morris <rgm@gnu.org>
7489
7490 * ansi-color.el (ansi-color-drop-regexp):
7491 Add 1J, 1K, 2K. (Bug#15617)
7492
7493 * files.el (hack-local-variables--warned-lexical): New.
7494 (hack-local-variables):
7495 Warn about misplaced lexical-binding. (Bug#15616)
7496
7497 * net/eww.el (eww-render): Always set eww-current-url,
7498 and update header line. (Bug#15622)
7499 (eww-display-html): ... Rather than just doing it here.
7500
7501 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7502
7503 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7504 menu navigations commands.
7505
7506 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7507
7508 * progmodes/subword.el (subword-capitalize): Be careful when
7509 the search for [[:alpha:]] fails (bug#15580).
7510
7511 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7512
7513 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7514 to commands that scroll the menu.
7515
7516 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7517
7518 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7519 Handle methods ending with `?' and `!'.
7520
7521 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7522
7523 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7524 `japanese-cp932' to `cp932' to fix the problem where saving a
7525 source file written in Shift_JIS twice would end up having
7526 `coding: japanese-cp932' which Ruby could not recognize.
7527 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7528 in `ruby-encoding-map'.
7529 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7530 doesn't need to be explicitly declared in magic comment.
7531 (ruby-encoding-map): Add type declaration for better customize UI.
7532
7533 2013-10-13 Glenn Morris <rgm@gnu.org>
7534
7535 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7536 Occur buffers are read-only. http://bugs.debian.org/720775
7537
7538 * emacs-lisp/authors.el (authors-fixed-entries):
7539 Comment out old alpha stuff.
7540
7541 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7542
7543 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7544 to `after-save-hook' instead of `before-save-hook'.
7545 (ruby-mode-set-encoding): Use the value of coding system used to
7546 write the file. Call `basic-save-buffer-1' after modifying the
7547 buffer.
7548
7549 2013-10-13 Alan Mackenzie <acm@muc.de>
7550
7551 Fix indentation/fontification of Java enum with
7552 "implements"/generic.
7553
7554 * progmodes/cc-engine.el (c-backward-over-enum-header):
7555 Extracted from the three other places and enhanced to handle generics.
7556 (c-inside-bracelist-p): Uses new function above.
7557 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7558 function above.
7559 (c-font-lock-enum-tail): Uses new function above.
7560
7561 2013-10-13 Kenichi Handa <handa@gnu.org>
7562
7563 * international/mule-cmds.el (select-safe-coding-system): Remove a
7564 superfluous condition in chekcing whether a coding system is safe
7565 or not.
7566
7567 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7568
7569 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7570
7571 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7572
7573 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7574
7575 2013-10-13 Glenn Morris <rgm@gnu.org>
7576
7577 * menu-bar.el (menu-bar-update-buffers):
7578 Unify Buffers menu prompt string. (Bug#15576)
7579
7580 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7581
7582 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7583 Add some entries.
7584 (authors-fixed-entries): Use accented form of name.
7585
7586 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7589 method calls (bug#15594).
7590 (ruby-smie--args-separator-p): New function.
7591 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7592 recognize paren-free method calls.
7593
7594 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7595 internals of universal-argument.
7596
7597 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7598
7599 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7600 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7601 dropped menu on second mouse click on the menu bar.
7602
7603 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7606 (explicit-shell-file-name): Declare.
7607 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7608 (sh-completion-at-point-function): New function.
7609 (sh-mode): Use it.
7610 (sh-smie--keyword-p): Remove unused argument.
7611 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7612 vars.
7613 (sh-set-shell): Always setup SMIE, even if we use the
7614 old indentation code.
7615
7616 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7617
7618 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7619 cases of ? and =.
7620 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7621 predicate would return nil are almost non-existent.
7622 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7623
7624 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7625 cache also after commands that modify the buffer but don't move
7626 point.
7627
7628 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * env.el (substitute-env-in-file-name): New function.
7631 (substitute-env-vars): Extend the meaning of the optional arg.
7632
7633 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7634
7635 * term/w32-win.el (dynamic-library-alist): Define separate lists
7636 of GIF DLLs for versions before and after 5.0.0 of giflib.
7637 (Bug#15531)
7638
7639 2013-10-10 João Távora <joaotavora@gmail.com>
7640
7641 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7642 not locked, use last revision and current source as
7643 defaults. (Bug#15569)
7644
7645 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7646
7647 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7648 menu-bar is hidden.
7649
7650 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7651
7652 * window.el (pop-to-buffer-same-window): Fix doc-string.
7653 (Bug#15492)
7654
7655 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7658
7659 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7660
7661 * calendar/icalendar.el (icalendar-import-file):
7662 Fix interactive spec. (Bug#15482)
7663
7664 2013-10-10 Glenn Morris <rgm@gnu.org>
7665
7666 * desktop.el (desktop-save): Default to saving in .emacs.d,
7667 since PWD is no longer in desktop-path by default. (Bug#15319)
7668
7669 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7670 now that text mode has a menu with the same entry.
7671 (menu-bar-text-mode-auto-fill): Remove now unused func.
7672 * textmodes/text-mode.el (text-mode-map):
7673 Use auto-fill help text from menu-bar.el.
7674
7675 2013-10-10 John Anthony <john@jo.hnanthony.com>
7676
7677 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7678
7679 2013-10-09 Juri Linkov <juri@jurta.org>
7680
7681 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7682 instead of this-command-keys. Add universal-argument-more and
7683 universal-argument-minus to the list of prefix commands. (Bug#15568)
7684
7685 2013-10-09 Glenn Morris <rgm@gnu.org>
7686
7687 * vc/vc-svn.el (vc-svn-create-repo):
7688 Expand paths in file://... url. (Bug#15446)
7689
7690 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7691 Add some entries.
7692 (authors): Remove unused local variables.
7693
7694 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * profiler.el: Create a more coherent calltree from partial backtraces.
7697 (profiler-format): Hide the tail with `invisible' so that C-s can still
7698 find the hidden elements.
7699 (profiler-calltree-depth): Don't recurse so enthusiastically.
7700 (profiler-function-equal): New hash-table-test.
7701 (profiler-calltree-build-unified): New function.
7702 (profiler-calltree-build): Use it.
7703 (profiler-report-make-name-part): Indent the calltree less.
7704 (profiler-report-mode): Add visibility specs for profiler-format.
7705 (profiler-report-expand-entry, profiler-report-toggle-entry):
7706 Expand the whole subtree when provided with a prefix arg.
7707
7708 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7709
7710 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7711 iuwu-mod token.
7712 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7713 hanging iuwu-mod token.
7714 (ruby-smie--forward-token): Do not include a dot after a token in
7715 that token.
7716 (ruby-smie--backward-token): Likewise.
7717
7718 2013-10-08 Juri Linkov <juri@jurta.org>
7719
7720 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7721 to isearch-other-control-char.
7722 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7723 and isearch-post-command-hook to post-command-hook.
7724 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7725 and isearch-post-command-hook from post-command-hook.
7726 (isearch-unread-key-sequence)
7727 (isearch-reread-key-sequence-naturally)
7728 (isearch-lookup-scroll-key, isearch-other-control-char)
7729 (isearch-other-meta-char): Remove functions.
7730 (isearch-pre-command-hook, isearch-post-command-hook):
7731 New functions based on isearch-other-meta-char rewritten
7732 relying on the new behavior of overriding-terminal-local-map
7733 that does not replace the local keymaps any more. (Bug#15200)
7734
7735 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7736
7737 Support menus on text-mode terminals.
7738 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7739 functionality.
7740
7741 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7742
7743 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7744 Move here from mouse.el.
7745 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7746 and arrow keys.
7747 (tty-menu-navigation-map): New map for TTY menu navigation.
7748
7749 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7750
7751 * frame.el (display-mouse-p): Report text-mode mouse as available
7752 on w32.
7753 (display-popup-menus-p): Report availability if mouse is
7754 available; don't condition on window-system.
7755
7756 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7757 (tty-menu-selected-face): New faces.
7758
7759 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7762 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7763 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7764 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7765 New constants.
7766 (lisp-mode-variables): New `elisp' argument.
7767 (emacs-lisp-mode): Use it.
7768 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7769 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7770
7771 * indent.el: Use lexical-binding.
7772 (indent-region): Add progress reporter.
7773 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7774 last step.
7775 (indent--next-tab-stop): New function to implement this behavior.
7776 (tab-to-tab-stop, move-to-tab-stop): Use it.
7777
7778 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7779
7780 * indent.el (indent-rigidly--current-indentation): New function.
7781 (indent-rigidly-map): New var.
7782 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7783
7784 2013-10-08 Bastien Guerry <bzg@gnu.org>
7785
7786 * register.el (insert-register): Fix 2013-10-07 change.
7787
7788 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * progmodes/perl-mode.el: Use lexical-binding.
7791 Remove redundant :group args.
7792 (perl-nochange): Change default to be closer to other major modes's
7793 standard behavior.
7794 (perl-indent-line): Don't consider text on current line as a
7795 valid beginning of function from which to indent.
7796
7797 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7798 with more than one argument (bug#15538).
7799
7800 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7801
7802 * vc/pcvs.el: Use lexical-binding.
7803 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7804 environment of `eval'.
7805 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7806 than a list of expressions. Adjust callers.
7807 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7808
7809 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7810
7811 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7812 case of the dot in a chained method call being on the following line.
7813
7814 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * electric.el (electric-indent-inhibit): New var.
7817 (electric-indent-post-self-insert-function): Use it.
7818 * progmodes/python.el (python-mode): Set it.
7819
7820 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7821 open braces.
7822
7823 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7824
7825 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7826 (css-mode): Use electric-indent-chars.
7827
7828 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7829 (font-lock-beg, font-lock-end): Move before first use.
7830 (nxml-mode): Use syntax-propertize-function.
7831 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7832 (nxml-extend-after-change-region): Remove.
7833 * nxml/xmltok.el: Use lexical-binding.
7834 (xmltok-save): Use `declare'.
7835 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7836 * nxml/nxml-util.el: Use lexical-binding.
7837 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7838 Use `declare'.
7839 * nxml/nxml-ns.el: Use lexical-binding.
7840 (nxml-ns-save): Use `declare'.
7841 (nxml-ns-prefixes-for): Avoid add-to-list.
7842 * nxml/rng-match.el: Use lexical-binding.
7843 (rng--ipattern): Use cl-defstruct.
7844 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7845 (rng-cons-group-after, rng-subst-group-after)
7846 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7847 Use closures instead of `(lambda...).
7848
7849 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7850
7851 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7852 of BEG and END.
7853
7854 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7855 Use `tramp-handle-insert-file-contents'.
7856 (tramp-gvfs-handle-insert-file-contents): Remove function.
7857
7858 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7859 Use `save-restriction' in order to keep markers.
7860
7861 * net/trampver.el: Update release number.
7862
7863 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * progmodes/compile.el (compilation-parse-errors):
7866 Use compilation--put-prop.
7867 (compilation--ensure-parse): Check compilation-multiline.
7868
7869 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7870
7871 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7872 lexical-binding.
7873
7874 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7875
7876 * progmodes/ruby-mode.el: Fix recently added tests.
7877 (ruby-smie-grammar): Add - and +.
7878 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7879 (ruby-smie--backward-id): New functions.
7880 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7881 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7882 any more.
7883
7884 2013-10-07 Leo Liu <sdl.web@gmail.com>
7885
7886 * register.el (register-preview-delay)
7887 (register-preview-functions): New variables.
7888 (register-read-with-preview, register-preview)
7889 (register-describe-oneline): New functions.
7890 (point-to-register, window-configuration-to-register)
7891 (frame-configuration-to-register, jump-to-register)
7892 (number-to-register, view-register, insert-register)
7893 (copy-to-register, append-to-register, prepend-to-register)
7894 (copy-rectangle-to-register): Use register-read-with-preview to
7895 read register. (Bug#15525)
7896
7897 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7898
7899 * net/network-stream.el (network-stream-open-starttls): Don't add
7900 --insecure if it's already present, because that gnutls-cli
7901 rejects getting that parameter twice.
7902
7903 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7904
7905 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7906 keyword, too.
7907
7908 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7909
7910 * newcomment.el (comment-use-global-state): Change default value
7911 to t, mark obsolete (Bug#15251).
7912 (comment-beginning): In addition to `comment-to-syntax', check the
7913 value of `comment-use-global-state'.
7914
7915 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7918 (ruby-comment-column): Follow the global default, by default.
7919 (ruby-smie-grammar): Add assignment syntax.
7920 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7921 open-paren, a comma, or a \.
7922 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7923 and line continuations.
7924 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7925 followed by implicit semi-colons. Add rule for string concatenation
7926 and for indentation at BOB.
7927 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7928
7929 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7930 calling next-sexp, since next-token may have skipped chars which
7931 next-sexp doesn't know should be skipped!
7932
7933 2013-10-05 Leo Liu <sdl.web@gmail.com>
7934
7935 * progmodes/octave.el (octave-send-region):
7936 Call compilation-forget-errors.
7937
7938 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7939
7940 * vc/vc-svn.el (vc-svn-find-admin-dir):
7941 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7942 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7943 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7944 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7945
7946 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7949
7950 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * subr.el (read-passwd): Hide chars even when called within a context
7953 where after-change-functions is disabled (bug#15501).
7954 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7955 until we removed ourself from overriding-terminal-local-map.
7956
7957 2013-10-04 Leo Liu <sdl.web@gmail.com>
7958
7959 * progmodes/octave.el (inferior-octave-mode):
7960 Call compilation-forget-errors.
7961
7962 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7963
7964 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7965
7966 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7967
7968 * net/secrets.el (secrets-create-collection): Add optional
7969 argument ALIAS. Use proper Label keyword. Append ALIAS as
7970 dbus-call-method argument. (Bug#15516)
7971
7972 2013-10-04 Leo Liu <sdl.web@gmail.com>
7973
7974 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7975 (inferior-octave-compilation-font-lock-keywords): New variables.
7976 (compilation-error-regexp-alist)
7977 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7978 (inferior-octave-mode): Use compilation-shell-minor-mode.
7979
7980 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7981
7982 * minibuffer.el (completion--replace): Be careful that `end' might be
7983 a marker.
7984
7985 2013-10-03 Daiki Ueno <ueno@gnu.org>
7986
7987 Add support for package signature checking.
7988 * emacs-lisp/package.el (url-http-file-exists-p)
7989 (epg-make-context, epg-context-set-home-directory)
7990 (epg-verify-string, epg-context-result-for)
7991 (epg-signature-status, epg-signature-to-string)
7992 (epg-check-configuration, epg-configuration)
7993 (epg-import-keys-from-file): Declare.
7994 (package-check-signature): New user option.
7995 (package-unsigned-archives): New user option.
7996 (package-desc): Add `signed' field.
7997 (package-load-descriptor): Set `signed' field if .signed file exists.
7998 (package--archive-file-exists-p): New function.
7999 (package--check-signature): New function.
8000 (package-install-from-archive): Check package signature.
8001 (package--download-one-archive): Check archive signature.
8002 (package-delete): Remove .signed file.
8003 (package-import-keyring): New command.
8004 (package-refresh-contents): Import default keyring.
8005 (package-desc-status): Add "unsigned" status.
8006 (describe-package-1, package-menu--print-info)
8007 (package-menu-mark-delete, package-menu--find-upgrades)
8008 (package-menu--status-predicate): Support "unsigned" status.
8009
8010 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8013 the new compilation scheme using the new byte-codes.
8014
8015 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8016 (byte-pophandler): New byte codes.
8017 (byte-goto-ops): Adjust accordingly.
8018 (byte-compile--use-old-handlers): New var.
8019 (byte-compile-catch): Use new byte codes depending on
8020 byte-compile--use-old-handlers.
8021 (byte-compile-condition-case--old): Rename from
8022 byte-compile-condition-case.
8023 (byte-compile-condition-case--new): New function.
8024 (byte-compile-condition-case): New function that dispatches depending
8025 on byte-compile--use-old-handlers.
8026 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8027 when we can.
8028
8029 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8030 Optimize under `condition-case' and `catch' if
8031 byte-compile--use-old-handlers is nil.
8032 (disassemble-offset): Handle new bytecodes.
8033
8034 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * subr.el (error): Use `declare'.
8037 (decode-char, encode-char): Use advertised-calling-convention instead
8038 of the docstring to discourage use of the `restriction' arg.
8039
8040 2013-10-03 Daiki Ueno <ueno@gnu.org>
8041
8042 * epg.el (epg-verify-file): Add a comment saying that it does not
8043 notify verification error as a return value nor a signal.
8044 (epg-verify-string): Ditto.
8045
8046 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8047
8048 * progmodes/compile.el (compilation-start): Try globbing the arg to
8049 `cd' (bug#15417).
8050
8051 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8052
8053 Sync with Tramp 2.2.8.
8054
8055 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8056 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8057 * net/trampver.el: Update release number.
8058
8059 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8060
8061 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8062 and default-process-coding-system for darwin only.
8063
8064 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8067
8068 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8069
8070 * vc/vc-git.el (vc-git-grep): Disable pager.
8071
8072 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8073
8074 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8075 Use :url instead of :homepage, as per
8076 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8077
8078 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8079 non-nil, use `syntax-ppss' (Bug#15251).
8080
8081 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8082
8083 * progmodes/octave.el (inferior-octave-startup-file):
8084 Prefer ~/.emacs.d/init_octave.m.
8085
8086 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8087
8088 * emacs-lisp/package.el (package-desc-from-define):
8089 Accept additional arguments as plist, convert them to an alist and store
8090 them in the `extras' slot.
8091 (package-generate-description-file): Convert extras alist back to
8092 plist and append to the `define-package' form arguments.
8093 (package--alist-to-plist): New function.
8094 (package--ac-desc): Add `extras' slot.
8095 (package--add-to-archive-contents): Check if the archive-contents
8096 vector is long enough, and if it is, pass its `extras' slot value
8097 to `package-desc-create'.
8098 (package-buffer-info): Call `lm-homepage', pass the returned value
8099 to `package-desc-from-define'.
8100 (describe-package-1): Render the homepage button (Bug#13291).
8101
8102 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8103 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8104
8105 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8106
8107 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8108 and default-process-coding-system to utf-8-unix (Bug#15402).
8109
8110 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8111
8112 * subr.el (looking-back): Do not recommend using looking-back.
8113
8114 2013-09-28 Alan Mackenzie <acm@muc.de>
8115
8116 Fix indentation/fontification of Java enum with "implements".
8117
8118 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8119 regexp which matches "implements", etc., in Java.
8120 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8121 specifier clauses coming after "enum".
8122 * progmodes/cc-fonts.el (c-font-lock-declarations)
8123 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8124 after "enum".
8125
8126 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8127
8128 * faces.el (region): Change ns_selection_color to
8129 ns_selection_fg_color, add ns_selection_bg_color.
8130
8131 2013-09-28 Leo Liu <sdl.web@gmail.com>
8132
8133 * progmodes/octave.el (inferior-octave-completion-table)
8134 (inferior-octave-completion-at-point): Minor tweaks.
8135
8136 * textmodes/ispell.el (ispell-lookup-words): Rename from
8137 lookup-words. (Bug#15460)
8138 (lookup-words): Obsolete.
8139 (ispell-complete-word, ispell-command-loop): All uses changed.
8140
8141 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8142
8143 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8144 (octave-mode-menu): Add octave-send-buffer.
8145 (octave-send-buffer): New function.
8146
8147 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8148
8149 * progmodes/octave.el (octave-mode-map): Add key binding for
8150 octave-lookfor.
8151 (octave-mode-menu): Add octave-lookfor.
8152 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8153 octave-lookfor.
8154 (octave-lookfor): New function.
8155
8156 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8159 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8160 its convention.
8161 (cl--loop-set-iterator-function): New function.
8162 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8163 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8164 Bind `it' with `let' instead of substituting it with `cl-subst'.
8165 (cl--unused-var-p): New function.
8166 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8167 Eliminate some unused variable warnings (bug#15326).
8168
8169 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8170
8171 * doc-view.el (doc-view-scale-reset): Rename from
8172 `doc-view-reset-zoom-level'.
8173 (doc-view-scale-adjust): New command.
8174 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8175 `doc-view-scale-adjust'.
8176
8177 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8178
8179 * doc-view.el (doc-view-reset-zoom-level): New command.
8180 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8181 zoom commands (bug#15466).
8182
8183 2013-09-26 Kenichi Handa <handa@gnu.org>
8184
8185 * international/quail.el (quail-help): Make it not a command.
8186
8187 2013-09-26 Leo Liu <sdl.web@gmail.com>
8188
8189 * minibuffer.el (completion-all-sorted-completions): Make args
8190 optional as they are.
8191
8192 2013-09-25 Daniel Colascione <dancol@dancol.org>
8193
8194 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8195 specs are and that they're not evaluated.
8196
8197 2013-09-24 Sam Steingold <sds@gnu.org>
8198
8199 * midnight.el (clean-buffer-list-kill-regexps)
8200 (clean-buffer-list-kill-buffer-names): Update for the new Man
8201 buffer naming which includes the object name.
8202
8203 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8206 (eshell-parse-command, eshell-parse-pipeline): Use it since
8207 eshell-separate-commands requires a dynamic scoped var.
8208 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8209
8210 2013-09-23 Leo Liu <sdl.web@gmail.com>
8211
8212 * autoinsert.el (auto-insert-alist): Make the value of
8213 lexical-binding match its file setting.
8214
8215 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8216
8217 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8218
8219 * autoarg.el (autoarg-kp-digit-argument):
8220 * electric.el (Electric-command-loop):
8221 * kmacro.el (kmacro-step-edit-insert):
8222 Do not set universal-argument-num-events.
8223
8224 2013-09-22 Leo Liu <sdl.web@gmail.com>
8225
8226 * files.el (interpreter-mode-alist): Add octave.
8227
8228 2013-09-21 Alan Mackenzie <acm@muc.de>
8229
8230 C++: fontify identifier in declaration following "public:" correctly.
8231 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8232 to match "public", etc.
8233 (c-decl-prefix-re): Add ":" into the C++ value.
8234 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8235 bit. Add a check for a ":" preceded by "public", etc.
8236
8237 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8238
8239 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8240 recognized by GDB 7.5 and later.
8241
8242 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8243
8244 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8245
8246 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * subr.el (internal--call-interactively): New const.
8249 (called-interactively-p): Use it (bug#3984).
8250
8251 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8252
8253 * vc/pcvs.el (cvs-mode-ignore):
8254 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8255 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8256
8257 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8260 (eshell-ls-orig-insert-directory): Remove.
8261 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8262 (eshell-ls-use-in-dired): Use advice-add/remove.
8263 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8264 Add `orig-fun' arg for use in :around advice.
8265 Make it check (redundantly) eshell-ls-use-in-dired.
8266
8267 2013-09-19 Glenn Morris <rgm@gnu.org>
8268
8269 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8270
8271 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8272
8273 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8274
8275 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8276
8277 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8278 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8279 (tramp-get-remote-python): New defuns.
8280 (tramp-get-remote-uid-with-perl)
8281 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8282 contributed by yary <not.com@gmail.com> (tiny change).
8283 (tramp-get-remote-uid-with-python)
8284 (tramp-get-remote-gid-with-python): New defuns. Python code
8285 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8286 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8287
8288 2013-09-19 Glenn Morris <rgm@gnu.org>
8289
8290 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8291
8292 * eshell/em-unix.el (eshell-remove-entries):
8293 Rename argument to avoid name-clash with global `top-level'.
8294
8295 * eshell/esh-proc.el (eshell-kill-process-function):
8296 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8297 (eshell-reset-after-proc): Remove unused arg `proc'.
8298
8299 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8300 (directory-files-and-attributes): Mark unused arg.
8301
8302 * eshell/em-unix.el (eshell-remove-entries):
8303 Remove unused arg `path'. Update callers.
8304
8305 * eshell/em-hist.el (eshell-hist-parse-arguments):
8306 Remove unused arg `silent'. Update callers.
8307
8308 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8309 Fix (f)boundp mix-up.
8310
8311 * eshell/em-smart.el (eshell-smart-scroll-window)
8312 (eshell-disable-after-change):
8313 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8314
8315 2013-09-18 Alan Mackenzie <acm@muc.de>
8316
8317 Fix fontification of type when followed by "const".
8318 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8319 "known" types from fontification.
8320
8321 2013-09-18 Glenn Morris <rgm@gnu.org>
8322
8323 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8324 (chart-face-list): Drop Emacsen without display-color-p.
8325
8326 * net/eww.el (libxml-parse-html-region): Declare.
8327 (eww-display-html): Explicit error if no libxml2 support.
8328
8329 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8330
8331 * image.el (image-type-from-buffer, image-multi-frame-p):
8332 Remove --without-x warning/error.
8333
8334 * mouse.el (mouse-yank-primary):
8335 * term.el (term-mouse-paste):
8336 Reorder to silence --without-x compilation.
8337
8338 * mpc.el (doc-view-mode): Silence --without-x compilation.
8339
8340 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8341 Silence --without-x compilation.
8342
8343 * progmodes/gud.el (gud-find-file, gud-mode):
8344 Silence --without-x compilation.
8345 (tooltip-mode): Declare.
8346
8347 * wdired.el (dired-backup-overwrite): Remove declaration.
8348 (wdired-mode-map): Add doc string.
8349
8350 * custom.el (x-get-resource): Declare.
8351
8352 * eshell/em-glob.el (ange-cache):
8353 * eshell/em-unix.el (ange-cache): Declare.
8354
8355 * faces.el (x-display-list, x-open-connection, x-get-resource):
8356 Declare.
8357
8358 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8359 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8360 Declare.
8361
8362 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8363
8364 * net/gnutls.el (gnutls-log-level): Declare.
8365
8366 * net/shr.el (image-size, image-animate): Declare.
8367
8368 * simple.el (font-info): Declare.
8369
8370 * subr.el (x-popup-dialog): Declare.
8371
8372 * term/common-win.el (x-select-enable-primary)
8373 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8374 Declare.
8375
8376 * term/ns-win.el (x-handle-args): Declare.
8377
8378 * term/x-win.el (x-select-enable-clipboard): Declare.
8379
8380 * term/w32-win.el (create-default-fontset): Declare.
8381
8382 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8383 Declare.
8384
8385 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8386 (fit-frame-to-buffer): Explicit error if --without-x.
8387 (mouse-autoselect-window-select): Silence compiler.
8388
8389 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8390
8391 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8392 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8393 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8394 * eshell/esh-util.el (eshell-sublist):
8395 Remove unused local variables.
8396
8397 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8398
8399 * textmodes/two-column.el: Make 2C-split work for --without-x.
8400 (scroll-bar-columns): Autoload.
8401 (top-level): Require fringe when compiling.
8402
8403 2013-09-18 Leo Liu <sdl.web@gmail.com>
8404
8405 * subr.el (add-hook): Robustify to handle closure as well.
8406
8407 2013-09-17 Glenn Morris <rgm@gnu.org>
8408
8409 * simple.el (messages-buffer-mode-map): Unbind "g".
8410
8411 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * help-mode.el (help-mode-finish): Use derived-mode-p.
8414 Remove obsolete highlighting.
8415
8416 * play/life.el (life-mode): Use define-derived-mode. Derive from
8417 special-mode.
8418 (life): Let-bind inhibit-read-only.
8419 (life-setup): Avoid `setq'. Use `life-mode'.
8420
8421 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8422 which should not be needed any more.
8423 (package-menu-refresh, package-menu-describe-package): Use user-error.
8424
8425 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8426 (eshell-post-rewrite-command-hook): Make obsolete.
8427 (eshell-parse-command): Simplify.
8428 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8429 (eshell--cmd): Declare.
8430 (eshell-parse-pipeline): Remove unused var `final-p'.
8431 Pass a dynvar to eshell-post-rewrite-command-hook.
8432 Implement the new eshell-post-rewrite-command-function.
8433 (eshell-invoke-directly): Remove unused arg `input'.
8434 * eshell/esh-io.el (eshell-io-initialize):
8435 Use eshell-post-rewrite-command-function (bug#15399).
8436 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8437 adjust to new calling convention.
8438 (eshell-create-handles): Rename args to avoid clashing with dynvar
8439 `standard-output'.
8440
8441 2013-09-17 Glenn Morris <rgm@gnu.org>
8442
8443 * simple.el (messages-buffer-mode): New major mode.
8444 (messages-buffer): New function.
8445 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8446 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8447 (ert-run-test): Use `messages-buffer' function.
8448 (ert--force-message-log-buffer-truncation): Ignore read-only.
8449 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8450 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8451
8452 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8455
8456 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8457
8458 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * icomplete.el (icomplete-in-buffer): New var.
8461 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8462 vars and replace them with functions.
8463 (icomplete-minibuffer-setup): Adjust accordingly.
8464 (icomplete--completion-table, icomplete--completion-predicate)
8465 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8466 New functions.
8467 (icomplete-forward-completions, icomplete-backward-completions)
8468 (icomplete-simple-completing-p, icomplete-exhibit)
8469 (icomplete-completions): Use them.
8470 (icomplete--in-region-buffer): New var.
8471 (icomplete--in-region-setup): New function.
8472 (icomplete-mode): Use it.
8473
8474 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8475 (bug#15379).
8476 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8477 return args and options.
8478 (eshell-eval-using-options): Use the new return value of
8479 eshell--do-opts to set the options's vars in their scope.
8480 (eshell--set-option): Rename from eshell-set-option.
8481 Add arg `opt-vals'.
8482 (eshell--process-option): Rename from eshell-process-option.
8483 Add arg `opt-vals'.
8484 (eshell--process-args): Use an `opt-vals' alist to store the options's
8485 values during their processing and return them additionally to the
8486 remaining args.
8487
8488 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8489
8490 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8491 continuation character an operator, as far as indentation is
8492 concerned (Bug#15369).
8493
8494 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8495
8496 * window.el (window--state-put-2): Don't process buffer state
8497 when buffer doesn't exist any more (Bug#15382).
8498
8499 2013-09-15 Glenn Morris <rgm@gnu.org>
8500
8501 * eshell/em-unix.el (eshell/rm):
8502 Make -f ignore missing files. (Bug#15373)
8503
8504 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8505 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8506 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8507
8508 2013-09-14 Glenn Morris <rgm@gnu.org>
8509
8510 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8511
8512 2013-09-13 Glenn Morris <rgm@gnu.org>
8513
8514 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8515 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8516
8517 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8518
8519 * frame.el (x-focus-frame): Mark as declared in frame.c.
8520
8521 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 * ls-lisp.el: Use advice-add.
8524 (original-insert-directory): Remove.
8525 (ls-lisp--insert-directory): Rename from insert-directory; add
8526 `orig-fun' argument.
8527 (insert-directory): Advise.
8528
8529 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8530
8531 * term.el (term-emulate-terminal): Decode the command string
8532 before passing it to term-command-hook. (Bug#15337)
8533
8534 2013-09-13 Glenn Morris <rgm@gnu.org>
8535
8536 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8537
8538 * eshell/esh-ext.el (eshell-search-path): Declare.
8539
8540 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8541 Otherwise an error occurs if eshell-dirs module not loaded.
8542
8543 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8544
8545 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8546
8547 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8548 `tramp-check-proper-host'. Check for a valid method name.
8549
8550 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8551 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8552 * net/tramp-sh.el (tramp-maybe-open-connection):
8553 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8554
8555 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8556 also for hash values.
8557
8558 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * term/ns-win.el (parameters): Don't declare as dynamic.
8561 (before-make-frame-hook): Don't add ineffective function.
8562
8563 * eshell/*.el: Use lexical-binding (bug#15231).
8564
8565 2013-09-12 Kenichi Handa <handa@gnu.org>
8566
8567 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8568
8569 2013-09-12 Glenn Morris <rgm@gnu.org>
8570
8571 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8572 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8573
8574 * subr.el (do-after-load-evaluation): Also give compiler warnings
8575 when obsolete files are used (except by obsolete files).
8576
8577 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8578 in the status output, assume `filename' is the first. (Bug#15322)
8579
8580 * vc/vc.el (vc-deduce-fileset): Doc fix.
8581
8582 * calc/calc-help.el (Info-goto-node):
8583 * progmodes/cperl-mode.el (Info-find-node):
8584 * vc/ediff.el (Info-goto-node): Update declarations.
8585
8586 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8587
8588 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8589 (vc-bzr-pull): Require vc-dispatcher.
8590 * vc/vc-git.el (vc-compilation-mode): Declare.
8591 (vc-git-pull): Require vc-dispatcher.
8592
8593 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8594
8595 * progmodes/octave.el (help-button-action): Declare.
8596
8597 * shell.el (shell-directory-tracker): Output error as a message
8598 rather than just returning it as a string.
8599 (shell-process-pushd): Remove useless use of message.
8600
8601 * dframe.el (dframe-timer-fn):
8602 * files.el (dir-locals-read-from-file):
8603 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8604 (mpc-format):
8605 * reveal.el (reveal-post-command):
8606 * saveplace.el (load-save-place-alist-from-file):
8607 * shell.el (shell-resync-dirs):
8608 * w32-common-fns.el (x-get-selection-value):
8609 * emacs-lisp/copyright.el (copyright-find-copyright):
8610 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8611 * emulation/tpu-edt.el (tpu-copy-keyfile):
8612 * play/bubbles.el (bubbles--mark-neighbourhood):
8613 * progmodes/executable.el
8614 (executable-make-buffer-file-executable-if-script-p):
8615 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8616
8617 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 Cleanup Eshell to rely less on dynamic scoping.
8620 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8621 last-value, and ext-command here. Bind `args' closer to `body'.
8622 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8623 (eshell--args): Declare new dynamic var.
8624 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8625 last-value, and ext-command. Pass `args' to `body'.
8626 (eshell-process-args): Bind eshell--args.
8627 (eshell-set-option): Use eshell--args.
8628 * eshell/eshell.el (eshell): Use derived-mode-p.
8629 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8630 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8631 (eshell-glob-function): Declare.
8632 * eshell/esh-util.el: Require cl-lib.
8633 (eshell-read-hosts-file): Avoid add-to-list.
8634 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8635 `err'.
8636 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8637 Declare.
8638 (eshell/diff): Remove unused var `err'.
8639 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8640 `killflag'.
8641 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8642 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8643 first use.
8644 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8645 Move declaration before first use.
8646 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8647 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8648 rely on cl-return.
8649
8650 2013-09-12 Glenn Morris <rgm@gnu.org>
8651
8652 * term/ns-win.el (global-map): Remove binding for ispell-next,
8653 deleted 1999-05-29. (Bug#15357)
8654
8655 2013-09-11 Glenn Morris <rgm@gnu.org>
8656
8657 * echistory.el (electric-command-history): Remove call to deleted func.
8658
8659 * play/landmark.el (landmark-mode): Fix typos.
8660
8661 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8662 Check cvs-sort-ignore-file is bound.
8663
8664 * savehist.el: No need for cl when compiling on Emacs.
8665
8666 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8669 (bug#15338).
8670 (eshell-self-insert-command, eshell-send-invisible):
8671 Remove unused argument.
8672 (eshell-handle-control-codes): Remove unused var `orig'.
8673 Avoid delete-backward-char.
8674
8675 * files.el (set-auto-mode): Simplify a bit further.
8676
8677 2013-09-11 Glenn Morris <rgm@gnu.org>
8678
8679 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8680 (set-auto-mode): Don't regexp-quote elements.
8681 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8682 * progmodes/cc-mode.el (interpreter-mode-alist):
8683 * progmodes/ruby-mode.el (interpreter-mode-alist):
8684 Revert previous change.
8685
8686 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * play/snake.el (snake-mode):
8689 * play/mpuz.el (mpuz-mode):
8690 * play/landmark.el (lm-mode):
8691 * play/blackbox.el (blackbox-mode):
8692 * play/5x5.el (5x5-mode):
8693 * obsolete/options.el (Edit-options-mode):
8694 * net/quickurl.el (quickurl-list-mode):
8695 * net/newst-treeview.el (newsticker-treeview-mode):
8696 * mail/rmailsum.el (rmail-summary-mode):
8697 * mail/mspools.el (mspools-mode):
8698 * locate.el (locate-mode):
8699 * ibuffer.el (ibuffer-mode):
8700 * emulation/ws-mode.el (wordstar-mode):
8701 * emacs-lisp/debug.el (debugger-mode):
8702 * array.el (array-mode):
8703 * net/eudc.el (eudc-mode): Use define-derived-mode.
8704 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8705 Move initialization into declaration.
8706 (mairix-searches-mode): Use define-derived-mode.
8707 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8708 (eudc-edit-hotlist): Use dolist.
8709 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8710 (Man-mode): Use define-derived-mode.
8711 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8712 (Info-edit-mode): Use define-derived-mode.
8713 (Info-cease-edit): Use Info-mode.
8714 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8715 into declaration.
8716 (eshell-mode): Use define-derived-mode.
8717 * chistory.el (command-history-mode-map): Rename from
8718 command-history-map.
8719 (command-history-mode): Use define-derived-mode.
8720 (Command-history-setup): Remove function.
8721 * calc/calc.el (calc-trail-mode-map): New var.
8722 (calc-trail-mode): Use define-derived-mode.
8723 (calc-trail-buffer): Set calc-main-buffer manually.
8724 * bookmark.el (bookmark-insert-annotation): New function.
8725 (bookmark-edit-annotation): Use it.
8726 (bookmark-edit-annotation-mode): Make it a proper major mode.
8727 (bookmark-send-edited-annotation): Use derived-mode-p.
8728 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8729 closer to its ideal place. Use \' to match EOS.
8730
8731 * profiler.el (profiler-calltree-find): Use function-equal.
8732
8733 2013-09-10 Glenn Morris <rgm@gnu.org>
8734
8735 * files.el (interpreter-mode-alist): Convert to regexps.
8736 (set-auto-mode): Adapt for this. (Bug#15306)
8737 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8738 Comment out unused variable.
8739 * progmodes/cc-mode.el (interpreter-mode-alist):
8740 * progmodes/python.el (interpreter-mode-alist):
8741 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8742 * progmodes/sh-script.el (sh-set-shell):
8743 No longer use interpreter-mode-alist to get list of shells.
8744
8745 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8746
8747 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * simple.el: Use set-temporary-overlay-map for universal-argument.
8750 (universal-argument-map): Don't use default-bindings (bug#15317).
8751 Bind switch-frame explicitly. Replace universal-argument-minus with
8752 a conditional binding.
8753 (universal-argument-num-events, saved-overriding-map): Remove.
8754 (restore-overriding-map): Remove.
8755 (universal-argument--mode): Rename from save&set-overriding-map,
8756 and rewrite.
8757 (universal-argument, universal-argument-more, negative-argument)
8758 (digit-argument): Adjust accordingly.
8759 (universal-argument-minus): Remove.
8760 (universal-argument-other-key): Remove.
8761
8762 * subr.el (with-demoted-errors): Add `format' argument.
8763
8764 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8765
8766 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8767 `tramp-cleanup-connection'.
8768
8769 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8770 parameters KEEP-DEBUG and KEEP-PASSWORD.
8771
8772 * net/tramp.el (tramp-file-name-handler):
8773 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8774 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8775 (tramp-maybe-open-connection):
8776 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8777 Use `tramp-cleanup-connection'.
8778
8779 * net/tramp-sh.el (tramp-maybe-open-connection):
8780 Catch 'uname-changed inside the progress reporter.
8781
8782 2013-09-10 Glenn Morris <rgm@gnu.org>
8783
8784 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8785
8786 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8787 returns "alternate access method" in mode (eg "-rw-r--r--.").
8788
8789 2013-09-08 Glenn Morris <rgm@gnu.org>
8790
8791 * saveplace.el (load-save-place-alist-from-file):
8792 Demote errors. (Bug#15305)
8793
8794 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8795
8796 Improve compatibility with older Emacsen, and XEmacs.
8797
8798 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8799 only if it is bound. It isn't for XEmacs.
8800 (with-tramp-progress-reporter): Do not let-bind `result'.
8801 This yields to scoping errors in XEmacs.
8802 (tramp-handle-make-auto-save-file-name): New function, moved from
8803 tramp-sh.el.
8804
8805 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8806 for `make-auto-save-file-name'.
8807 (tramp-adb--gnu-switches-to-ash):
8808 Use `tramp-compat-replace-regexp-in-string'.
8809
8810 * net/tramp-cache.el (tramp-cache-print): Call
8811 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8812
8813 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8814 bound. It isn't for XEmacs.
8815
8816 * net/tramp-compat.el (tramp-compat-copy-file):
8817 Catch `wrong-number-of-arguments' error.
8818 (tramp-compat-replace-regexp-in-string): New defun.
8819
8820 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8821 for `make-auto-save-file-name'.
8822 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8823 `copy-file'.
8824 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8825 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8826 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8827
8828 * net/tramp-gw.el (tramp-gw-open-network-stream):
8829 Use `tramp-compat-replace-regexp-in-string'.
8830
8831 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8832 Call `tramp-handle-make-auto-save-file-name'.
8833 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8834 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8835 (tramp-sh-file-inotifywait-process-filter):
8836 Use `tramp-compat-replace-regexp-in-string'.
8837 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8838
8839 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8840 for `make-auto-save-file-name'.
8841 (tramp-smb-handle-copy-directory):
8842 Call `tramp-compat-replace-regexp-in-string'.
8843 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8844 (tramp-smb-handle-copy-file): Improve error message.
8845 (tramp-smb-handle-rename-file): Rename directly only in case
8846 `newname' does not exist yet. This is a restriction of smbclient.
8847 (tramp-smb-maybe-open-connection): Rerun the function only when
8848 `auth-sources' is non-nil.
8849
8850 2013-09-08 Kenichi Handa <handa@gnu.org>
8851
8852 * international/characters.el: Set category "^" (Combining) for
8853 more characters.
8854
8855 2013-09-07 Alan Mackenzie <acm@muc.de>
8856
8857 Correctly fontify Java class constructors.
8858 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8859 in Java Mode.
8860 (c-recognize-typeless-decls): Set the Java value to t.
8861 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8862 While handling a "(", add a check for, effectively, Java, and handle a
8863 "typeless" declaration there.
8864
8865 2013-09-07 Roland Winkler <winkler@gnu.org>
8866
8867 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8868 field subtitle for entry type book.
8869
8870 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * minibuffer.el: Make minibuffer-complete call completion-in-region
8873 rather than other way around.
8874 (completion--some, completion-pcm--find-all-completions):
8875 Don't delay signals when debugging.
8876 (minibuffer-completion-contents): Beware fields within the
8877 minibuffer contents.
8878 (completion-all-sorted-completions): Use defvar-local.
8879 (completion--do-completion, completion--cache-all-sorted-completions)
8880 (completion-all-sorted-completions, minibuffer-force-complete):
8881 Add args `beg' and `end'.
8882 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8883 (minibuffer-complete): Use completion-in-region.
8884 (completion-complete-and-exit): New fun, extracted from
8885 minibuffer-complete-and-exit.
8886 (minibuffer-complete-and-exit): Use it.
8887 (completion--complete-and-exit): Rename from
8888 minibuffer--complete-and-exit.
8889 (completion-in-region--single-word): New function, extracted from
8890 minibuffer-complete-word.
8891 (minibuffer-complete-word): Use it.
8892 (display-completion-list): Make `common-substring' argument obsolete.
8893 (completion--in-region): Call completion--in-region-1 instead of
8894 minibuffer-complete.
8895 (completion-help-at-point): Pass boundaries to
8896 minibuffer-completion-help as args rather than via an overlay.
8897 (completion-pcm--string->pattern): Use `any-delim'.
8898 (completion-pcm--optimize-pattern): New function.
8899 (completion-pcm--pattern->regex): Handle `any-delim'.
8900 * icomplete.el (icomplete-forward-completions)
8901 (icomplete-backward-completions, icomplete-completions):
8902 Adjust calls to completion-all-sorted-completions and
8903 completion--cache-all-sorted-completions.
8904 (icomplete-with-completion-tables): Default to t.
8905 * emacs-lisp/crm.el (crm--current-element): Rename from
8906 crm--select-current-element. Don't put an overlay but return the
8907 boundaries instead.
8908 (crm--completion-command): Take two new args to bind to the boundaries.
8909 (crm-completion-help): Adjust accordingly.
8910 (crm-complete): Use completion-in-region.
8911 (crm-complete-word): Use completion-in-region--single-word.
8912 (crm-complete-and-exit): Use completion-complete-and-exit.
8913
8914 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8917 than dynamically.
8918
8919 2013-09-06 Juri Linkov <juri@jurta.org>
8920
8921 * info.el (Info-display-images-node): When image file doesn't exist
8922 display text version of the image if it's provided in the Info file.
8923 Otherwise, display the location of missing image from SRC attribute.
8924 Add help-echo text property from ALT attribute. (Bug#15279)
8925
8926 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8929 (edit-abbrevs-mode): Use define-derived-mode.
8930
8931 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8932 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8933 that it's defined.
8934 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8935 Use define-derived-mode.
8936
8937 * epg.el (epg-start-encrypt): Minor CSE simplification.
8938
8939 2013-09-06 William Xu <william.xwl@gmail.com>
8940
8941 * arc-mode.el: Add support for 7za (bug#15264).
8942 (archive-7z-program): New var.
8943 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8944 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8945 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8946
8947 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8948
8949 Remove URL syntax.
8950
8951 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8952 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8953 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8954 (tramp-postfix-host-format, tramp-file-name-regexp)
8955 (tramp-completion-file-name-regexp)
8956 (tramp-completion-dissect-file-name)
8957 (tramp-handle-substitute-in-file-name): Remove 'url case.
8958 (tramp-file-name-regexp-url)
8959 (tramp-completion-file-name-regexp-url): Remove constants.
8960
8961 2013-09-06 Glenn Morris <rgm@gnu.org>
8962
8963 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8964
8965 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8966
8967 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8968 keywords" below "here-doc beginnings" (Bug#15270).
8969
8970 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * subr.el (pop): Use `car-safe'.
8973 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8974 to detect unused `pop' return value.
8975
8976 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8977 var `block-regexp'.
8978 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8979 (python-fill-string): Remove unused var `marker'.
8980 (python-skeleton-add-menu-items): Remove unused var `items'.
8981
8982 * international/mule-cmds.el: Require CL.
8983 (find-coding-systems-for-charsets): Avoid add-to-list.
8984 (sanitize-coding-system-list): New function, extracted from
8985 select-safe-coding-system-interactively.
8986 (select-safe-coding-system-interactively): Use it.
8987 (read-input-method-name): Accept symbols for `default'.
8988
8989 * emacs-lisp/advice.el (defadvice): Add indent rule.
8990
8991 2013-09-05 Daniel Hackney <dan@haxney.org>
8992
8993 * dired-x.el:
8994 * net/ange-ftp.el:
8995 * net/browse-url.el:
8996 * net/dbus.el:
8997 * net/eudc.el:
8998 * net/eudcb-ldap.el:
8999 * net/eww.el:
9000 * net/imap.el:
9001 * printing.el:
9002 * vc/ediff-diff.el:
9003 * vc/ediff-init.el:
9004 * vc/ediff-merg.el:
9005 * vc/ediff-mult.el:
9006 * vc/ediff-util.el:
9007 * vc/ediff-wind.el:
9008 * vc/ediff.el:
9009 * vc/emerge.el:
9010 * vc/pcvs.el:
9011 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9012 byte compiler. Remove some unused let-bound variables.
9013
9014 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9017 a "ref-cell", since it gets better optimized (bug#14883).
9018
9019 2013-09-05 Glenn Morris <rgm@gnu.org>
9020
9021 * progmodes/cc-awk.el (c-forward-sws): Declare.
9022
9023 2013-09-04 Glenn Morris <rgm@gnu.org>
9024
9025 * generic-x.el [rul-generic-mode]: Require cc-mode.
9026 (c++-mode-syntax-table): Declare.
9027 (rul-generic-mode-syntax-table): Init in the defvar.
9028
9029 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9032 (vc-do-command, vc-set-async-update):
9033 * vc/vc-mtn.el (vc-mtn-dir-status):
9034 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9035 (vc-hg-pull, vc-hg-merge-branch):
9036 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9037 (vc-git-merge-branch):
9038 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9039 (vc-cvs-dir-status-files):
9040 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9041 (vc-bzr-dir-status-files):
9042 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9043 * vc/vc-annotate.el: Use lexical-binding.
9044 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9045 (vc-sentinel-movepoint): Declare.
9046 (vc-annotate): Don't use `goto-line'.
9047 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9048 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9049 (vc-sentinel-movepoint): Declare.
9050 * vc/vc-svn.el: Use lexical-binding.
9051 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9052 * vc/vc-sccs.el:
9053 * vc/vc-rcs.el: Use lexical-binding.
9054
9055 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9056 `deleted'. Don't drop errors silently.
9057
9058 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9059
9060 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9061
9062 * vc/vc.el (vc-ignore): Rewrite.
9063 (vc-default-ignore): New function.
9064 (vc-default-ignore-completion-table): Use find-ignore-file.
9065
9066 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9067 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9068 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9069 Remove. Most code moved to vc.el.
9070
9071 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9074 * net/tramp-smb.el (tramp-smb-get-file-entries):
9075 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9076 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9077
9078 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9079 Update call to it.
9080 (eww-change-select): Remove unused var `properties'.
9081 (eww-make-unique-file-name): Remove unused var `base'.
9082
9083 * finder.el (finder-compile-keywords): Don't mess with windows.
9084
9085 * calculator.el (calculator-funcall): Fix typo in last change.
9086
9087 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9088
9089 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9090 <pkg>-autoloads.el file stop us.
9091
9092 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9093 warnings, and factor out common code.
9094
9095 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9096
9097 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9098 two-character operators and whether the character preceding them
9099 changes their meaning (Bug#15208).
9100
9101 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9102
9103 Format code sent to Python shell for robustness.
9104 * progmodes/python.el (python-shell-buffer-substring):
9105 New function.
9106 (python-shell-send-region, python-shell-send-buffer): Use it.
9107
9108 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9109
9110 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9111 * net/tramp.el (tramp-user-error): ... here.
9112 (tramp-find-method, tramp-check-proper-host)
9113 (tramp-dissect-file-name, tramp-debug-message)
9114 (tramp-handle-shell-command):
9115 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9116 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9117
9118 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9119
9120 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9121
9122 * avoid.el (mouse-avoidance-point-position)
9123 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9124 returns nil.
9125
9126 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9127
9128 * progmodes/python.el (python-shell-completion-get-completions):
9129 Drop use of deleted `comint-last-prompt-overlay'.
9130 (python-nav-if-name-main): New command.
9131
9132 2013-09-01 Glenn Morris <rgm@gnu.org>
9133
9134 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9135 Avoid leading space in $wins. Otherwise the sed command used by
9136 eg compile-main ends up containing "/*.el". (Bug#15170)
9137
9138 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9139
9140 2013-08-30 Glenn Morris <rgm@gnu.org>
9141
9142 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9143 Fix is-this-a-directory logic. (Bug#15220)
9144
9145 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9146
9147 * textmodes/css-mode.el: Use SMIE.
9148 (css-smie-grammar): New var.
9149 (css-smie--forward-token, css-smie--backward-token)
9150 (css-smie-rules): New functions.
9151 (css-mode): Use them.
9152 (css-navigation-syntax-table): Remove var.
9153 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9154 (css-indent-calculate, css-indent-line): Remove functions.
9155
9156 Misc changes to reduce use of `(lambda...); and other cleanups.
9157 * cus-edit.el: Use lexical-binding.
9158 (customize-push-and-save, customize-apropos)
9159 (custom-buffer-create-internal): Use closures.
9160 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9161 * progmodes/ada-xref.el: Use setq.
9162 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9163 * dframe.el: Use lexical-binding.
9164 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9165 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9166 * descr-text.el: Use lexical-binding.
9167 (describe-text-widget, describe-text-sexp, describe-property-list):
9168 Use closures.
9169 * comint.el (comint-history-isearch-push-state): Use a closure.
9170 * calculator.el: Use lexical-binding.
9171 (calculator-number-to-string): Make it work with lexical-binding.
9172 (calculator-funcall): Same and use cl-letf.
9173
9174 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9175 (lisp--company-doc-string, lisp--company-location): New functions.
9176 (lisp-completion-at-point): Use them to improve Company support.
9177
9178 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9179 params of lambda expressions.
9180 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9181 (ruby-smie--opening-pipe-p): New function.
9182 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9183 symbols and matched |...| for formal params.
9184 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9185 from being treated as hanging. Handle "rescue".
9186
9187 2013-08-29 Glenn Morris <rgm@gnu.org>
9188
9189 * progmodes/cc-engine.el (c-pull-open-brace):
9190 Move definition before use.
9191
9192 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9195 are immutable. Don't use `unsafe' any more.
9196 (cl--defsubst-expand): Don't substitute at the same time as keeping
9197 a residual unused let-binding. Don't use `unsafe' any more.
9198
9199 2013-08-29 Glenn Morris <rgm@gnu.org>
9200
9201 * calendar/cal-china.el (calendar-chinese-year-cache):
9202 Recenter on 2015.
9203
9204 * nxml/nxml-util.el (nxml-debug-clear-inside):
9205 Use cl-loop rather than loop.
9206
9207 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9208
9209 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9210
9211 2013-08-28 Glenn Morris <rgm@gnu.org>
9212
9213 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9214
9215 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9216
9217 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9218
9219 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * simple.el (repeat-complex-command--called-interactively-skip):
9222 New function.
9223 (repeat-complex-command): Use it (bug#14136).
9224
9225 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9226 (c-define-abbrev-table): Add `doc' argument.
9227 (c-mode-abbrev-table, c++-mode-abbrev-table)
9228 (objc-mode-abbrev-table, java-mode-abbrev-table)
9229 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9230 (awk-mode-abbrev-table): Use it.
9231 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9232 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9233 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9234 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9235 Move initialization into the declaration; and remove any
9236 autoload cookie.
9237
9238 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9239 and dynamic let binding.
9240
9241 * vc/smerge-mode.el: Remove redundant :group args.
9242
9243 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9244 to load-path.
9245
9246 2013-08-28 Juri Linkov <juri@jurta.org>
9247
9248 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9249 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9250 (isearch-other-meta-char): Handle an undefined shifted printing
9251 character by downshifting it. (Bug#15200)
9252
9253 2013-08-28 Juri Linkov <juri@jurta.org>
9254
9255 * isearch.el (isearch-search): Change regexp error message for
9256 non-regexp searches. (Bug#15166)
9257
9258 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9259
9260 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9261 for portability to hosts where /bin/sh has problems.
9262
9263 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9266
9267 2013-08-27 Juri Linkov <juri@jurta.org>
9268
9269 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9270 in the keyboard macro. (Bug#15126)
9271
9272 2013-08-27 Juri Linkov <juri@jurta.org>
9273
9274 * isearch.el (isearch-quote-char): Comment out converting unibyte
9275 to multibyte, thus syncing with its `quoted-insert' counterpart.
9276 (Bug#15166)
9277
9278 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9279
9280 * window.el (display-buffer-use-some-window): Add missing
9281 argument in call of get-largest-window (Bug#15185).
9282 Reported by Stephen Leake.
9283
9284 2013-08-27 Glenn Morris <rgm@gnu.org>
9285
9286 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9287
9288 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9291 from a matcher-function unless there's no more matches (bug#15161).
9292
9293 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * minibuffer.el: Revert change from 2013-08-20.
9296
9297 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9298 with text property `tramp-default', if appropriate.
9299 (tramp-check-proper-host): New defun.
9300 (tramp-dissect-file-name): Do not check hostname. Revert change
9301 of 2013-03-18.
9302 (tramp-backtrace): Make VEC-OR-PROC optional.
9303
9304 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9305 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9306 * net/tramp-sh.el (tramp-maybe-open-connection):
9307 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9308 Apply `tramp-check-proper-host'.
9309
9310 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9311
9312 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9313 lambda expression in order to have `describe-variable' display it.
9314
9315 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9316
9317 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9318 BUF can be optional. (Bug#15186)
9319
9320 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9321
9322 * progmodes/flymake.el (flymake-get-real-file-name-function):
9323 Fix broken customization. (Bug#15184)
9324
9325 2013-08-25 Alan Mackenzie <acm@muc.de>
9326
9327 Improve indentation of bracelists defined by macros (without "=").
9328
9329 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9330 expansion begins with "{", regard it as bracelist when it doesn't
9331 contain a ";".
9332
9333 Parse C++ inher-intro when there's a template split over 2 lines.
9334
9335 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9336 rigorously the search for "class" etc. followed by ":".
9337
9338 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9339 random languages a regexp which never matches rather than nil.
9340
9341 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9342
9343 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9344 (c-awk-regexp-one-line-possibly-open-char-list-re)
9345 (c-awk-one-line-possibly-open-regexp-re)
9346 (c-awk-one-line-non-syn-ws*-re): Remove.
9347 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9348 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9349 (c-awk-space*-unclosed-regexp-/-re): New constants.
9350 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9351 aren't regexp delimiters.
9352
9353 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9354 handling for a rare situation in AWK Mode involving unterminated
9355 strings/regexps.
9356
9357 2013-08-23 Glenn Morris <rgm@gnu.org>
9358
9359 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9360
9361 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9362
9363 * files.el (create-file-buffer): If the result would begin with
9364 spaces, prepend a "|" instead of removing them. (Bug#15162)
9365
9366 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9369 text-properties (bug#15155).
9370
9371 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9372 exist any more.
9373 (calc-keypad-redraw): Remove unused var `pad'.
9374 (calc-keypad-press): Remove unused var `menu'.
9375
9376 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9377
9378 * window.el (display-buffer-pop-up-frame):
9379 Call pop-up-frame-function with BUFFER current so `make-frame' will
9380 use it as the new frame's buffer (Bug#15133).
9381
9382 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * calendar/timeclock.el: Minor cleanups.
9385 (timeclock-ask-before-exiting, timeclock-use-display-time):
9386 Use `symbol'.
9387 (timeclock-modeline-display): Define as alias before the
9388 actual definition.
9389 (timeclock-mode-line-display): Use define-minor-mode.
9390 (timeclock-day-list-template): Make it a function, add an argument.
9391 (timeclock-day-list-required, timeclock-day-list-length)
9392 (timeclock-day-list-debt, timeclock-day-list-span)
9393 (timeclock-day-list-break): Adjust calls accordingly.
9394
9395 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9398 Use read--expression so that completion works again.
9399
9400 2013-08-21 Sam Steingold <sds@gnu.org>
9401
9402 Add rudimentary inferior shell interaction
9403 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9404 (sh-set-shell): Reset it.
9405 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9406 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9407
9408 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * align.el: Use lexical-binding.
9411 (align-region): Simplify accordingly.
9412
9413 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9414
9415 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9416
9417 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9418 `non-essential' up.
9419
9420 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9421
9422 * net/tramp.el:
9423 * net/tramp-adb.el:
9424 * net/tramp-cmds.el:
9425 * net/tramp-ftp.el:
9426 * net/tramp-gvfs.el:
9427 * net/tramp-gw.el:
9428 * net/tramp-sh.el: Don't wrap external variable declarations by
9429 `eval-when-compile'.
9430
9431 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9432
9433 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9434 now that Emacs supports ImageMagick animations.
9435
9436 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9437
9438 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9439 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9440
9441 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9442
9443 * window.el (mouse-autoselect-window-select): Do autoselect when
9444 mouse pointer is on margin.
9445
9446 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9447
9448 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9449
9450 2013-08-16 Glenn Morris <rgm@gnu.org>
9451
9452 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9453 Handle "Remote Directory" response of some clients. (Bug#15058)
9454
9455 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9456 Tweak warning. (Bug#14926)
9457
9458 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9459 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9460
9461 * image-mode.el (image-mode-map): Add menu items to reverse,
9462 increase, decrease, reset animation speed.
9463 (image--set-speed, image-increase-speed, image-decrease-speed)
9464 (image-reverse-speed, image-reset-speed): New functions.
9465 (image-mode-map): Add bindings for speed commands.
9466
9467 * image.el (image-animate-get-speed, image-animate-set-speed):
9468 New functions.
9469 (image-animate-timeout): Respect image :speed property.
9470
9471 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9474 previous line (bug#15101).
9475 (debugger-eval-expression, debugger-record-expression):
9476 Use read--expression (bug#15102).
9477
9478 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9479
9480 Remove byte compiler warnings, visible when compiling with
9481 `byte-compile-force-lexical-warnings' set to t.
9482
9483 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9484 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9485 (tramp-handle-unhandled-file-name-directory)
9486 (tramp-handle-file-notify-add-watch, tramp-action-login)
9487 (tramp-action-succeed, tramp-action-permission-denied)
9488 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9489 arguments with "_".
9490
9491 * net/tramp-adb.el (tramp-adb-parse-device-names)
9492 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9493 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9494 (tramp-adb-handle-file-truename): Remove unused arguments.
9495
9496 * net/tramp-cache.el (tramp-flush-directory-property)
9497 (tramp-flush-connection-property, tramp-list-connections)
9498 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9499
9500 * net/tramp-compat.el (tramp-compat-make-temp-file):
9501 Rename FILENAME to F.
9502
9503 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9504 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9505 (tramp-zeroconf-parse-workstation-device-names)
9506 (tramp-zeroconf-parse-webdav-device-names)
9507 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9508
9509 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9510 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9511
9512 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9513 arguments.
9514 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9515 (tramp-sh-handle-insert-file-contents-literally)
9516 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9517 with "_".
9518 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9519 Remove unused variables.
9520
9521 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9522 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9523 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9524
9525 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9526 Make them a defconst.
9527 (tramp-uuencode-region): Remove unused variable.
9528
9529 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9530
9531 * frameset.el (frameset--prop-setter): New function.
9532 (frameset-prop): Add gv-setter declaration.
9533 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9534 parameter was already set in FILTERED. Doc fix.
9535 (frameset--record-minibuffer-relationships): Allow saving a
9536 minibufferless frame without its corresponding minibuffer frame.
9537 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9538 frame, if the frame id matches.
9539 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9540 frames before orphaned ones.
9541 (frameset-restore): Warn about orphaned windows, instead of error out.
9542
9543 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9544
9545 * window.el (window-make-atom): Don't overwrite parameter
9546 already present.
9547 (display-buffer-in-atom-window): Handle special case where we
9548 split an already atomic window.
9549 (window--major-non-side-window, display-buffer-in-side-window)
9550 (window--side-check): Ignore minibuffer window when walking
9551 window tree.
9552 (window-deletable-p): Return 'frame only if no other frame uses
9553 our minibuffer window.
9554 (record-window-buffer): Run buffer-list-update-hook.
9555 (split-window): Make sure window--check-frame won't destroy an
9556 existing atomic window in case the new window gets nested
9557 inside.
9558 (display-buffer-at-bottom): Ignore minibuffer window when
9559 walking window tree. Don't split a side window.
9560 (pop-to-buffer): Don't set-buffer here, the select-window call
9561 should do that.
9562 (mouse-autoselect-window-select): Autoselect only if we are in the
9563 text portion of the window.
9564
9565 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9566
9567 * net/shr.el (shr-parse-image-data): New function to grab both the
9568 data itself and the Content-Type.
9569 (shr-put-image): Use it.
9570
9571 * net/eww.el (eww-display-image): Ditto.
9572
9573 * image.el (image-content-type-suffixes): New variable.
9574
9575 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9576
9577 * progmodes/python.el (python-imenu--build-tree)
9578 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9579
9580 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9581
9582 * simple.el (backward-word): Mention the optional argument.
9583
9584 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * frameset.el (frameset--make): Rename constructor from make-frameset.
9587 (frameset-p, frameset-valid-p): Don't autoload.
9588 (frameset-valid-p): Use normal accessors.
9589
9590 2013-08-13 Glenn Morris <rgm@gnu.org>
9591
9592 * progmodes/compile.el (compile-command): Tweak example in doc.
9593 * obsolete/scribe.el (scribe-mode):
9594 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9595
9596 * mail/feedmail.el (feedmail-confirm-outgoing)
9597 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9598
9599 * cus-start.el (truncate-partial-width-windows): Fix type.
9600
9601 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9602
9603 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9604
9605 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * emacs-lisp/timer.el (timer--time-setter): New function.
9608 (timer--time): Use it as gv-setter.
9609
9610 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9611 setter is not a symbol.
9612
9613 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9614
9615 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9616 if sending fails. This makes debugging easier.
9617
9618 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9619
9620 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9621 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9622 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9623
9624 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9625
9626 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9627
9628 2013-08-12 Glenn Morris <rgm@gnu.org>
9629
9630 * format.el (format-annotate-function):
9631 Handle read-only text properties in the source. (Bug#14887)
9632
9633 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9634
9635 * net/eww.el (eww-display-html): Ignore coding system errors.
9636 One web site uses "utf-8lias" as the coding system.
9637
9638 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9639
9640 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9641
9642 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9643
9644 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9645 (tutorial--detailed-help): Remove unused local variables.
9646 (tutorial--save-tutorial-to): Use ignore-errors.
9647 (help-with-tutorial): Use looking-at-p.
9648
9649 * view.el (view-buffer-other-window, view-buffer-other-frame):
9650 Mark unused arguments.
9651
9652 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9653 (woman-select-symbol-fonts, woman, woman-find-file)
9654 (woman-insert-file-contents, woman-non-underline-faces):
9655 Use string-match-p.
9656 (woman1-unquote): Move declaration.
9657
9658 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9659 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9660 argument. Remove unused local variable.
9661 (xml-parse-elem-type): Use string-match-p.
9662 (xml-substitute-numeric-entities): Use ignore-errors.
9663
9664 * calculator.el (calculator): Mark unused argument.
9665 (calculator-paste, calculator-quit, calculator-integer-p):
9666 Use ignore-errors.
9667 (calculator-string-to-number, calculator-decimal, calculator-exp)
9668 (calculator-op-or-exp): Use string-match-p.
9669
9670 * dired.el (dired-buffer-more-recently-used-p): Declare.
9671 (dired-insert-set-properties, dired-insert-old-subdirs):
9672 Use ignore-errors.
9673
9674 * dired-aux.el (dired-compress): Use ignore-errors.
9675 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9676 (dired-do-async-shell-command, dired-do-shell-command)
9677 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9678 (dired-insert-subdir-validate): Use string-match-p.
9679 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9680 (dired-add-entry): Use string-match-p, looking-at-p.
9681 (dired-insert-subdir-newpos): Remove unused local variable.
9682
9683 * filenotify.el (file-notify-callback): Remove unused local variable.
9684
9685 * filesets.el (filesets-error): Mark unused argument.
9686 (filesets-which-command-p, filesets-filter-dir-names)
9687 (filesets-directory-files, filesets-get-external-viewer)
9688 (filesets-ingroup-get-data): Use string-match-p.
9689
9690 * find-file.el (ff-other-file-name, ff-other-file-name)
9691 (ff-find-the-other-file, ff-cc-hh-converter):
9692 Remove unused local variables.
9693 (ff-get-file-name): Use string-match-p.
9694 (ff-all-dirs-under): Use ignore-errors.
9695
9696 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9697 (follow-select-if-visible): Remove unused local variable.
9698
9699 * forms.el (read-file-filter): Move declaration.
9700 (forms--make-format, forms--make-parser, forms-insert-record):
9701 Quote function with #'.
9702 (forms--update): Use string-match-p. Quote function with #'.
9703
9704 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9705 (help-make-xrefs): Use looking-at-p.
9706 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9707
9708 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9709 (ibuffer-confirm-operation-on): Use string-match-p.
9710
9711 * msb.el (msb-item-handler, msb-dired-item-handler):
9712 Mark unused arguments.
9713
9714 * ses.el (ses-decode-cell-symbol)
9715 (ses-kill-override): Remove unused local variable.
9716 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9717 (ses-load): Use ignore-errors, looking-at-p.
9718 (ses-jump-safe): Use ignore-errors.
9719 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9720
9721 * tabify.el (untabify, tabify): Mark unused arguments.
9722
9723 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9724 Mark unused argument.
9725 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9726 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9727
9728 * emacs-lisp/timer.el (timer--time): Define setter with
9729 gv-define-setter to avoid deprecation warning.
9730
9731 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9732 (*record-cmpl-statistics-p*): Remove (was commented out).
9733 (cmpl-statistics-block): Remove (body was commented out).
9734 All callers changed.
9735 (add-completions-from-buffer, load-completions-from-file):
9736 Remove unused variables.
9737
9738 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9739
9740 * filecache.el (file-cache-delete-file-list):
9741 Print message only when told so.
9742 (file-cache-files-matching): Use #' in mapconcat argument.
9743
9744 * ffap.el (ffap-url-at-point): Fix reference to variable
9745 thing-at-point-default-mail-uri-scheme.
9746
9747 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * subr.el (define-error): New function.
9750 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9751 error-file-not-found and define with define-error.
9752 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9753 and define with define-error.
9754 * userlock.el (file-locked, file-supersession):
9755 * simple.el (mark-inactive):
9756 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9757 * progmodes/ada-mode.el (ada-mode-errors):
9758 * play/life.el (life-extinct):
9759 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9760 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9761 * nxml/rng-util.el (rng-error):
9762 * nxml/rng-uri.el (rng-uri-error):
9763 * nxml/rng-match.el (rng-compile-error):
9764 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9765 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9766 * nxml/nxml-rap.el (nxml-scan-error):
9767 * nxml/nxml-outln.el (nxml-outline-error):
9768 * net/soap-client.el (soap-error):
9769 * net/gnutls.el (gnutls-error):
9770 * net/ange-ftp.el (ftp-error):
9771 * mpc.el (mpc-proc-error):
9772 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9773 (json-number-format, json-string-escape, json-string-format)
9774 (json-key-format, json-object-format):
9775 * jka-compr.el (compression-error):
9776 * international/quail.el (quail-error):
9777 * international/kkc.el (kkc-error):
9778 * emacs-lisp/ert.el (ert-test-failed):
9779 * calc/calc.el (calc-error, inexact-result, math-overflow)
9780 (math-underflow):
9781 * bookmark.el (bookmark-error-no-filename):
9782 * epg.el (epg-error): Define with define-error.
9783
9784 * time.el (display-time-event-handler)
9785 (display-time-next-load-average): Don't call sit-for since it seems
9786 unnecessary (bug#15045).
9787
9788 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9789 Use #' instead of ' to quote functions.
9790 (checkdoc-output-mode): Use setq-local.
9791 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9792 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9793 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9794 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9795 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9796 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9797 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9798 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9799
9800 * ido.el (ido-completion-help): Fix up compiler warning.
9801
9802 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9803
9804 * frameset.el (frameset-p): Add autoload cookie.
9805 (frameset--jump-to-register): New function, based on code moved from
9806 register.el.
9807 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9808
9809 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9810 (frameset-restore, frameset-save, frameset-session-filter-alist):
9811 Remove declarations.
9812 (register-alist): Doc fix.
9813 (frameset-to-register): Move to frameset.el.
9814 (jump-to-register, describe-register-1): Remove frameset-specific code.
9815
9816 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * allout-widgets.el (allout-widgets-pre-command-business)
9819 (allout-widgets-post-command-business)
9820 (allout-widgets-after-change-handler)
9821 (allout-decorate-item-and-context, allout-set-boundary-marker)
9822 (allout-body-modification-handler)
9823 (allout-graphics-modification-handler): Mark ignored arguments.
9824 (allout-widgets-post-command-business)
9825 (allout-widgets-exposure-change-processor)
9826 (allout-widgets-exposure-undo-processor)
9827 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9828 (allout-parse-item-at-point, allout-decorate-item-guides)
9829 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9830 * allout.el (epa-passphrase-callback-function): Declare.
9831 (allout-overlay-insert-in-front-handler)
9832 (allout-overlay-interior-modification-handler)
9833 (allout-isearch-end-handler, allout-chart-siblings)
9834 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9835 (allout-yank-processing, allout-process-exposed)
9836 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9837 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9838 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9839 (lisp-indent-defform): Mark ignored arguments.
9840 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9841 (calculate-lisp-indent): Remove unused variables.
9842 * international/characters.el (indian-2-column, arabic-2-column)
9843 (tibetan): Mark ignored arguments.
9844 (use-cjk-char-width-table): Mark ignored arguments.
9845 Remove unused variables.
9846 * international/fontset.el (build-default-fontset-data)
9847 (x-compose-font-name, create-fontset-from-fontset-spec):
9848 Mark ignored arguments.
9849 (fontset-plain-name): Remove unused variables.
9850 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9851 (keyboard-coding-system): Mark ignored arguments.
9852 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9853 * help.el (resize-temp-buffer-window):
9854 * window.el (display-buffer-in-major-side-window)
9855 (display-buffer-in-side-window, display-buffer-in-previous-window):
9856 Remove unused variables.
9857 * isearch.el (isearch-forward-symbol):
9858 * version.el (emacs-bzr-version-bzr):
9859 * international/mule-cmds.el (current-language-environment):
9860 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9861 (x-handle-display):
9862 * term/pc-win.el (x-list-fonts, x-display-planes)
9863 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9864 (x-server-version, x-display-screens, x-display-mm-height)
9865 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9866 (x-selection-owner-p, x-own-selection-internal)
9867 (x-disown-selection-internal, x-get-selection-internal)
9868 (msdos-initialize-window-system):
9869 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9870 * term/x-win.el (x-handle-no-bitmap-icon):
9871 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9872 (vc-default-find-file-hook, vc-default-extra-menu):
9873 Mark ignored arguments.
9874
9875 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9878 break-condition in the context of the debugged code (bug#12685).
9879
9880 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9881
9882 * comint.el:
9883 Do not use an overlay to highlight the last prompt. (Bug#14744)
9884 (comint-mode): Make comint-last-prompt buffer local.
9885 (comint-last-prompt): New variable.
9886 (comint-last-prompt-overlay): Remove. Superseded by
9887 comint-last-prompt.
9888 (comint-snapshot-last-prompt, comint-output-filter):
9889 Use comint-last-prompt.
9890
9891 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9894 (frameset-save): Check validity of the resulting frameset.
9895
9896 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9897
9898 * ido.el (ido-record-command): Add doc string.
9899
9900 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9901
9902 * frameset.el (frameset): Do not disable creation of the default
9903 frameset-p predicate. Doc fix.
9904 (frameset-valid-p): New function, copied from the old predicate-p.
9905 Add additional checks.
9906 (frameset-restore): Check with frameset-valid-p.
9907 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9908 (frameset-name, frameset-description, frameset-properties)
9909 (frameset-states): Add docstring.
9910 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9911 (frameset-filter-alist): Doc fixes.
9912
9913 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9914
9915 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9916
9917 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9920 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9921 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9922 (byte-compile-normal-call): Remove obsolescence check.
9923
9924 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * frameset.el (frameset-restore): Doc fix.
9927
9928 * register.el (frameset-frame-id, frameset-frame-with-id)
9929 (frameset-p, frameset-restore, frameset-save): Declare.
9930 (register-alist): Document framesets.
9931 (frameset-session-filter-alist): Declare.
9932 (frameset-to-register): New function.
9933 (jump-to-register): Implement jumping to framesets. Doc fix.
9934 (describe-register-1): Describe framesets.
9935
9936 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9937
9938 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9941 Use lexical-binding.
9942
9943 * frameset.el (frameset): Use type vector, not list (incompatible
9944 change). Do not declare a new constructor, use the default one.
9945 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9946 `name' and `description', respectively, and add read-only slot
9947 `timestamp'. Doc fixes.
9948 (frameset-copy, frameset-persistent-filter-alist)
9949 (frameset-filter-alist, frameset-switch-to-gui-p)
9950 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9951 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9952 (frameset-filter-iconified, frameset-keep-original-display-p):
9953 Doc fixes.
9954 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9955 Rename from frameset-filter-(save|restore)-param. All callers changed.
9956 Doc fix.
9957 (frameset-p): Adapt to change to vector and be more thorough.
9958 Change arg name to OBJECT. Doc fix.
9959 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9960 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9961 All callers changed.
9962 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9963 All callers changed.
9964 (frameset--record-minibuffer-relationships): Rename from
9965 frameset--process-minibuffer-frames. All callers changed.
9966 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9967 Use new default constructor (again). Doc fix.
9968 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9969 All callers changed.
9970 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9971 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9972 Doc fix.
9973 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9974 PARAMETERS and WINDOW-STATE, respectively.
9975 (frameset-restore): Add new keyword argument PREDICATE.
9976 Reset frameset--target-display to nil. Doc fix.
9977
9978 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9981 (bat-mode): Use it.
9982 (bat-mode-syntax-table): Mark \n as end-of-comment.
9983 (bat-font-lock-keywords): Remove comment rule.
9984
9985 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9986 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9987
9988 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9989 (byte-compile-callargs-warn): Use `push'.
9990 (byte-compile-arglist-warn): Ignore higher-order "calls".
9991 (byte-compile-file-form-autoload): Use `pcase'.
9992 (byte-compile-function-form): If quoting a symbol, check that it exists.
9993
9994 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9995
9996 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9997 and add a few popular commands found in batch files.
9998 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9999 (dos-mode): Doc fixes.
10000
10001 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10004 (dos-mode): Use setq-local. Add space after "rem".
10005 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10006 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10007
10008 2013-08-07 Arni Magnusson <arnima@hafro.is>
10009
10010 * progmodes/dos.el: New file.
10011 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10012 dos-mode.
10013
10014 2013-08-06 Glenn Morris <rgm@gnu.org>
10015
10016 * calendar/calendar.el: Add new faces, and day-header-array.
10017 (calendar-weekday-header, calendar-weekend-header)
10018 (calendar-month-header): New faces.
10019 (calendar-day-header-construct): New function.
10020 (calendar-day-header-width): Also :set calendar-day-header-array.
10021 (calendar-american-month-header, calendar-european-month-header)
10022 (calendar-iso-month-header): Use calendar- faces.
10023 (calendar-generate-month):
10024 Use calendar-day-header-array for day headers; apply faces to them.
10025 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10026 (calendar-abbrev-construct): Add optional maxlen argument.
10027 (calendar-day-name-array): Doc fix.
10028 (calendar-day-name-array, calendar-abbrev-length)
10029 (calendar-day-abbrev-array):
10030 Also :set calendar-day-header-array, and maybe redraw.
10031 (calendar-day-header-array): New option. (Bug#15007)
10032 (calendar-font-lock-keywords): Set to nil and make obsolete.
10033 (calendar-day-name): Add option to use header array.
10034
10035 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10036
10037 * net/shr.el (shr-render-td): Remove debugging.
10038 (shr-render-td): Make width computation consistent by defaulting
10039 all zero-width columns to 10 characters. This may not be optimal,
10040 but it's at least consistent.
10041 (shr-make-table-1): Redo last change to fix the real problem in
10042 colspan handling.
10043
10044 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10045
10046 * files.el (cache-long-line-scans):
10047 Make obsolete alias to `cache-long-scans'.
10048
10049 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10050
10051 * frameset.el (frameset, frameset-filter-alist)
10052 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10053 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10054 (frameset-compute-pos): Rename from frameset--compute-pos,
10055 and add docstring.
10056 (frameset-move-onscreen): Use frameset-compute-pos.
10057 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10058
10059 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10060 Fix typos in docstrings.
10061
10062 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10063
10064 * frame.el (get-other-frame): Tiny cleanup.
10065
10066 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10067
10068 * vc/vc.el (vc-default-ignore-completion-table):
10069 Silence byte-compiler warning.
10070
10071 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10072 slot, which can indeed be nil.
10073 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10074 Move entry for `left' from persistent to live filter alist.
10075 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10076 Doc fixes.
10077 (frameset-filter-params): When restoring a frame, copy items added to
10078 `filtered', to avoid unwittingly modifying the original parameters.
10079 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10080 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10081
10082 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10083 to use looking-at-p instead of looking-at. (Bug#15028)
10084
10085 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 Revert introduction of isearch-filter-predicates (bug#14714).
10088 Rely on add-function instead.
10089 * isearch.el (isearch-filter-predicates): Rename it back to
10090 isearch-filter-predicate.
10091 (isearch-message-prefix): Use advice-function-mapc and advice
10092 properties to get the isearch-message-prefix.
10093 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10094 instead of run-hook-with-args-until-failure.
10095 (isearch-filter-visible): Not obsolete any more.
10096 * loadup.el: Preload nadvice.
10097 * replace.el (perform-replace): Revert to funcall
10098 instead of run-hook-with-args-until-failure.
10099 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10100 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10101 dired-isearch-filenames-toggle; make it into a proper minor mode.
10102 Use add/remove-function.
10103 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10104 Call the minor-mode rather than add/remove-hook.
10105 (dired-isearch-filter-filenames):
10106 Remove isearch-message-prefix property.
10107 * info.el (Info--search-loop): New function, extracted from Info-search.
10108 Funcall isearch-filter-predicate instead of
10109 run-hook-with-args-until-failure isearch-filter-predicates.
10110 (Info-search): Use it.
10111 (Info-mode): Use isearch-filter-predicate instead of
10112 isearch-filter-predicates.
10113
10114 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10115
10116 Do not call to `selected-window' where it is assumed by default.
10117 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10118 `window-hscroll', `window-width', `window-height', `window-buffer',
10119 `window-frame', `window-start', `window-point', `next-window'
10120 and `window-display-table'.
10121 * abbrev.el (abbrev--default-expand):
10122 * bs.el (bs--show-with-configuration):
10123 * buff-menu.el (Buffer-menu-mouse-select):
10124 * calc/calc.el (calc):
10125 * calendar/calendar.el (calendar-generate-window):
10126 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10127 (diary-make-entry):
10128 * comint.el (send-invisible, comint-dynamic-complete-filename)
10129 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10130 * completion.el (complete):
10131 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10132 * disp-table.el (describe-current-display-table):
10133 * doc-view.el (doc-view-insert-image):
10134 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10135 * ehelp.el (with-electric-help):
10136 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10137 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10138 * emacs-lisp/helper.el (Helper-help-scroller):
10139 * emulation/cua-base.el (cua--post-command-handler-1):
10140 * eshell/esh-mode.el (eshell-output-filter):
10141 * ffap.el (ffap-gnus-wrapper):
10142 * help-macro.el (make-help-screen):
10143 * hilit-chg.el (highlight-compare-buffers):
10144 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10145 * hl-line.el (global-hl-line-highlight):
10146 * icomplete.el (icomplete-simple-completing-p):
10147 * isearch.el (isearch-done):
10148 * jit-lock.el (jit-lock-stealth-fontify):
10149 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10150 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10151 * mpc.el (mpc-tagbrowser, mpc):
10152 * net/rcirc.el (rcirc-any-buffer):
10153 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10154 * play/landmark.el (landmark-max-width, landmark-max-height):
10155 * play/zone.el (zone):
10156 * progmodes/compile.el (compilation-goto-locus):
10157 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10158 * progmodes/etags.el (find-tag-other-window):
10159 * progmodes/fortran.el (fortran-column-ruler):
10160 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10161 * progmodes/verilog-mode.el (verilog-point-text):
10162 * reposition.el (reposition-window):
10163 * rot13.el (toggle-rot13-mode):
10164 * server.el (server-switch-buffer):
10165 * shell.el (shell-dynamic-complete-command)
10166 (shell-dynamic-complete-environment-variable):
10167 * simple.el (insert-buffer, set-selective-display)
10168 (delete-completion-window):
10169 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10170 (speedbar-recenter):
10171 * startup.el (fancy-splash-head):
10172 * textmodes/ispell.el (ispell-command-loop):
10173 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10174 * tutorial.el (help-with-tutorial):
10175 * vc/add-log.el (add-change-log-entry):
10176 * vc/compare-w.el (compare-windows):
10177 * vc/ediff-help.el (ediff-indent-help-message):
10178 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10179 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10180 (ediff-setup-control-frame):
10181 * vc/emerge.el (emerge-position-region):
10182 * vc/pcvs-util.el (cvs-bury-buffer):
10183 * window.el (walk-windows, mouse-autoselect-window-select):
10184 * winner.el (winner-set-conf, winner-undo): Related users changed.
10185
10186 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * frameset.el (frameset--set-id): Doc fix.
10189 (frameset-frame-id, frameset-frame-id-equal-p)
10190 (frameset-locate-frame-id): New functions.
10191 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10192 (frameset-restore): Use them.
10193
10194 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10195
10196 Do not call to `selected-frame' where it is assumed by default.
10197 Affected functions are `raise-frame', `redraw-frame',
10198 `frame-first-window', `frame-terminal' and `delete-frame'.
10199 * calendar/appt.el (appt-disp-window):
10200 * epg.el (epg-wait-for-completion):
10201 * follow.el (follow-delete-other-windows-and-split)
10202 (follow-avoid-tail-recenter):
10203 * international/mule.el (set-terminal-coding-system):
10204 * mail/rmail.el (rmail-mail-return):
10205 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10206 * progmodes/f90.el (f90-add-imenu-menu):
10207 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10208 * server.el (server-switch-buffer):
10209 * simple.el (delete-completion-window):
10210 * talk.el (talk):
10211 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10212 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10213 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10214 * vc/ediff.el (ediff-documentation): Related users changed.
10215 * frame.el (selected-terminal): Remove the leftover.
10216
10217 2013-08-05 Glenn Morris <rgm@gnu.org>
10218
10219 * calendar/calendar.el (calendar-generate-month):
10220 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10221 (calendar-generate-month, calendar-font-lock-keywords):
10222 Fix for calendar-day-header-width > length of any day name.
10223
10224 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * desktop.el (desktop-clear): Use new name of sort predicate.
10227
10228 * frameset.el (frameset): Add docstring. Move :version property to its
10229 own `version' slot.
10230 (frameset-copy): Rename from copy-frameset.
10231 (frameset-p): Check more thoroughly.
10232 (frameset-prop): Do not check for :version, which is no longer a prop.
10233 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10234 Use new :never value instead of t.
10235 (frameset-filter-alist): Expand and clarify docstring.
10236 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10237 (frameset-filter-minibuffer, frameset-filter-save-param)
10238 (frameset-filter-restore-param, frameset-filter-iconified):
10239 Add pointer to docstring of frameset-filter-alist.
10240 (frameset-filter-params): Rename filter values to be more meaningful:
10241 :never instead of t, and reverse the meanings of :save and :restore.
10242 (frameset--process-minibuffer-frames): Clarify error message.
10243 (frameset-save): Avoid unnecessary and confusing call to framep.
10244 Use new BOA constructor for framesets.
10245 (frameset--reuse-list): Doc fix.
10246 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10247 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10248 (frameset-minibufferless-first-p): Doc fix.
10249 Rename from frameset-sort-frames-for-deletion.
10250 (frameset-restore): Doc fixes. Use new function names.
10251 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10252
10253 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10254
10255 * desktop.el (desktop-restore-forces-onscreen)
10256 (desktop-restore-reuses-frames): Document :keyword constant values.
10257 (desktop-filter-parameters-alist): Remove, now identical to
10258 frameset-filter-alist.
10259 (desktop--filter-tty*): Remove, moved to frameset.el.
10260 (desktop-save-frameset, desktop-restore-frameset):
10261 Do not pass :filters argument.
10262
10263 * frameset.el (frameset-live-filter-alist)
10264 (frameset-persistent-filter-alist): New variables.
10265 (frameset-filter-alist): Use them. Add autoload cookie.
10266 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10267 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10268 `frameset--id' (it's supposed to be internal to frameset.el).
10269 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10270 (frameset--initial-params): New function.
10271 (frameset--get-frame): Use it. Doc fix.
10272 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10273 Accept :all, not 'all.
10274 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10275 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10276 with fbound symbols. Fix frame id matching, and remove matching ids if
10277 the frame being restored is deleted. Obey :delete.
10278
10279 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * subr.el (macrop): New function.
10282 (text-clone--maintaining): New var.
10283 (text-clone--maintain): Rename from text-clone-maintain. Use it
10284 instead of inhibit-modification-hooks.
10285
10286 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10287 a proxy, so as handle autoloads and redefinitions of the target.
10288 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10289
10290 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10291 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10292 (pcase--mutually-exclusive-p): New function.
10293 (pcase--split-consp): Use it.
10294 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10295 mutually exclusive with the current predicate.
10296
10297 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10298 (edebug-macrop): Remove. Use `macrop' instead.
10299 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10300 (ad-macro-p):
10301 * eshell/esh-cmd.el (eshell-macrop):
10302 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10303
10304 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10307 (advice-mapc): New function, using it.
10308 (advice-function-member-p): New function.
10309 (advice--normalize): Store the cdr in advice--saved-rewrite since
10310 that's the part that will be changed.
10311 (advice--symbol-function): New function.
10312 (advice-remove): Handle removal before the function is defined.
10313 Adjust to new advice--saved-rewrite.
10314 (advice-member-p): Use advice-function-member-p and
10315 advice--symbol-function.
10316
10317 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10320 (frameset-filter-minibuffer): Doc fix.
10321 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10322 (frameset--set-id, frameset--process-minibuffer-frames)
10323 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10324 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10325
10326 * desktop.el (desktop-clear): Only delete frames when called
10327 interactively and desktop-restore-frames is non-nil. Doc fix.
10328 (desktop-read): Set desktop-saved-frameset to nil.
10329
10330 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10331
10332 * vc/vc.el (vc-ignore): Rewrite.
10333 (vc-default-ignore-completion-table, vc--read-lines)
10334 (vc--add-line, vc--remove-regexp): New functions.
10335
10336 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10337 (vc-svn-ignore-completion-table): New function.
10338
10339 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10340 (vc-hg-ignore-completion-table)
10341 (vc-hg-find-ignore-file): New functions.
10342
10343 * vc/vc-git.el (vc-git-ignore): Rewrite.
10344 (vc-git-ignore-completion-table)
10345 (vc-git-find-ignore-file): New functions.
10346
10347 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10348
10349 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10350 (vc-bzr-ignore-completion-table)
10351 (vc-bzr-find-ignore-file): New functions.
10352
10353 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10354
10355 * frameset.el (frameset-prop): New function and setter.
10356 (frameset-save): Do not modify frame list passed by the caller.
10357
10358 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10361
10362 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10365 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10366
10367 * custom.el (custom-initialize-default, custom-initialize-set)
10368 (custom-initialize-reset, custom-initialize-changed): Affect the
10369 toplevel-default-value (bug#6275, bug#14586).
10370 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10371 for bug#6275.
10372
10373 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10374
10375 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10376 Add cl-def* expressions.
10377
10378 * frameset.el (frameset-filter-params): Fix order of arguments.
10379
10380 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10381
10382 Move code related to saving frames to frameset.el.
10383 * desktop.el: Require frameset.
10384 (desktop-restore-frames): Doc fix.
10385 (desktop-restore-reuses-frames): Rename from
10386 desktop-restoring-reuses-frames.
10387 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10388 (desktop-clear): Clear frames too.
10389 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10390 (desktop--filter-tty*, desktop-save, desktop-read):
10391 Use frameset functions.
10392 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10393 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10394 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10395 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10396 (desktop--process-minibuffer-frames, desktop-save-frames)
10397 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10398 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10399 (desktop--sort-states, desktop-restoring-frames-p)
10400 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10401 (desktop-restoring-frameset-p, desktop-restore-frameset)
10402 (desktop--check-dont-save, desktop-save-frameset): New functions.
10403 (desktop--app-id): New constant.
10404 (desktop-first-buffer, desktop-buffer-ok-count)
10405 (desktop-buffer-fail-count): Move before first use.
10406 * frameset.el: New file.
10407
10408 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * files.el: Use lexical-binding.
10411 (dir-locals-read-from-file): Remove unused `err' variable.
10412 (hack-dir-local-variables--warned-coding): New var.
10413 (hack-dir-local-variables): Use it to avoid repeated warnings.
10414 (make-backup-file-name--default-function): New function.
10415 (make-backup-file-name-function): Use it as default.
10416 (buffer-stale--default-function): New function.
10417 (buffer-stale-function): Use it as default.
10418 (revert-buffer-insert-file-contents--default-function): New function.
10419 (revert-buffer-insert-file-contents-function): Use it as default.
10420 (insert-directory): Avoid add-to-list.
10421
10422 * autorevert.el (auto-revert-handler): Simplify.
10423 Use buffer-stale--default-function.
10424
10425 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10426
10427 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10428
10429 * whitespace.el (whitespace-ensure-local-variables): New function.
10430 (whitespace-cleanup-region): Call it.
10431 (whitespace-turn-on): Call it.
10432
10433 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10434
10435 Complete file name handlers.
10436
10437 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10438 (tramp-handle-verify-visited-file-modtime)
10439 (tramp-handle-file-notify-rm-watch): New functions.
10440 (tramp-call-process): Do not bind `default-directory'.
10441
10442 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10443 Order alphabetically.
10444 <access-file, add-name-to-file, dired-call-process>:
10445 <dired-compress-file, file-acl, file-notify-rm-watch>:
10446 <file-ownership-preserved-p, file-selinux-context>:
10447 <make-directory-internal, make-symbolic-link, set-file-acl>:
10448 <set-file-selinux-context, set-visited-file-modtime>:
10449 <verify-visited-file-modtime>: Add handler.
10450 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10451
10452 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10453 <file-notify-add-watch, file-notify-rm-watch>:
10454 <set-file-times, set-visited-file-modtime>:
10455 <verify-visited-file-modtime>: Add handler.
10456 (with-tramp-gvfs-error-message)
10457 (tramp-gvfs-handle-set-visited-file-modtime)
10458 (tramp-gvfs-fuse-file-name): Remove.
10459 (tramp-gvfs-handle-file-notify-add-watch)
10460 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10461 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10462
10463 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10464 Order alphabetically.
10465 <file-notify-rm-watch>: Use default Tramp handler.
10466 <executable-find>: Remove private handler.
10467 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10468 `default-directory'.
10469 (tramp-sh-handle-executable-find)
10470 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10471 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10472 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10473 Do not use `format' in `tramp-message'.
10474
10475 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10476 <file-notify-rm-watch, set-visited-file-modtime>:
10477 <verify-visited-file-modtime>: Add handler.
10478 (tramp-smb-call-winexe): Do not bind `default-directory'.
10479
10480 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10481
10482 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10483
10484 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10485
10486 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10487 use it.
10488 (log-view-diff-changeset): Same.
10489 (log-view-diff-common): Call backend command `previous-revision'
10490 to find out the previous revision, in both cases. Swap the
10491 variables `to' and `fr', so that `fr' usually refers to the
10492 earlier revision (Bug#14989).
10493
10494 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10495
10496 * ibuf-ext.el (ibuffer-filter-by-filename):
10497 Make it work with dired buffers too.
10498
10499 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10500
10501 * emacs-lisp/re-builder.el (reb-color-display-p):
10502 * files.el (save-buffers-kill-terminal):
10503 * net/browse-url.el (browse-url):
10504 * server.el (server-save-buffers-kill-terminal):
10505 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10506 Prefer nil to selected-frame for the first arg of frame-parameter.
10507
10508 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10509
10510 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10511
10512 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10513
10514 * minibuffer.el (completion--twq-all): Try and preserve each
10515 completion's case choice (bug#14907).
10516
10517 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10518
10519 * net/network-stream.el (open-network-stream): Mention the new
10520 :nogreeting parameter.
10521 (network-stream-open-starttls): Use the :nogreeting parameter
10522 (bug#14938).
10523
10524 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10525
10526 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10527 more natural than popping.
10528
10529 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10530 (shr-urlify): Highlight under mouse.
10531
10532 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10533
10534 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10535
10536 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10537
10538 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10539 buffer for output.
10540
10541 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10542 point-min==1. Fix search string. Fix parentheses missing.
10543
10544 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10545 assume point-min==1. Fix search string. Fix parentheses missing.
10546
10547 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10548
10549 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10550 buffer for output.
10551
10552 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10553
10554 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10555 initial frame is minibuffer-less. (Bug#14841)
10556
10557 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10558
10559 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10560 option.
10561
10562 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10563 (tramp-maybe-open-connection): Use it.
10564
10565 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10566
10567 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10568 minimal set of parameters passed when creating a frame, because
10569 the minibuffer status of a frame cannot be changed later.
10570
10571 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10572
10573 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10574 replace-regexp-in-string and inadvertent omissions in previous change.
10575 (todo-filter-items): Ensure only file names are comma-separated in
10576 name of filtered items buffer.
10577
10578 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * desktop.el: Optionally force offscreen frames back onscreen.
10581 (desktop-restoring-reuses-frames): New option.
10582 (desktop--compute-pos, desktop--move-onscreen): New functions.
10583 (desktop--make-frame): Use desktop--move-onscreen.
10584
10585 2013-07-27 Alan Mackenzie <acm@muc.de>
10586
10587 Fontify a Java generic method as a function.
10588 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10589 value to t.
10590
10591 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10592
10593 * calendar/todo-mode.el: Add command to rename todo files.
10594 (todo-rename-file): New command.
10595 (todo-key-bindings-t): Add key binding for it. Change the
10596 bindings of todo-filter-regexp-items(-multifile) to use `x'
10597 instead of `r', since the latter is better suited to the new
10598 renaming command.
10599
10600 2013-07-27 Alan Mackenzie <acm@muc.de>
10601
10602 Make Java try-with-resources statement parse properly.
10603 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10604 (c-block-stmt-1-2-key): New language constants/variables.
10605 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10606 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10607 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10608 with c-block-stmt-1-2-key.
10609
10610 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10611
10612 * desktop.el (desktop--make-frame): Apply most frame parameters after
10613 creating the frame to force (partially or totally) offscreen frames to
10614 be restored as such.
10615
10616 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10617
10618 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10619 (Bug#14948)
10620
10621 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10624 `base' arg of backtrace-frame.
10625
10626 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10627
10628 * simple.el (list-processes): Doc fix.
10629
10630 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10631
10632 * desktop.el (desktop--select-frame):
10633 Try harder to reuse existing frames.
10634
10635 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10638 (edebug-eval): Use backtrace-eval.
10639 (edebug--display, edebug--recursive-edit): Don't let-bind the
10640 edebug-outer-* vars that keep track of variables we locally let-bind.
10641 (edebug-outside-excursion): Don't restore outside values of locally
10642 let-bound vars.
10643 (edebug--display): Use user-error.
10644 (cl-lexical-debug, cl-debug-env): Remove.
10645
10646 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10647
10648 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10649 are restored to be sure that they are visible before deleting any
10650 remaining ones.
10651
10652 2013-07-26 Matthias Meulien <orontee@gmail.com>
10653
10654 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10655 vc-print-root-log. (Bug#14948)
10656
10657 2013-07-26 Richard Stallman <rms@gnu.org>
10658
10659 Add aliases for encrypting mail.
10660 * epa.el (epa-mail-aliases): New option.
10661 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10662 Bind inhibit-read-only so read-only text doesn't ruin everything.
10663 (epa-mail-default-recipients): New subroutine broken out.
10664 Handle epa-mail-aliases.
10665
10666 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 Add support for lexical variables to the debugger's `e' command.
10669 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10670 vars, except for debugger-outer-match-data.
10671 (debugger-frame-number): Move check for "on a function call" from
10672 callers into it. Add `skip-base' argument.
10673 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10674 (debugger-env-macro): Only reset the state stored in non-variables,
10675 i.e. current-buffer and match-data.
10676 (debugger-eval-expression): Rewrite using backtrace-eval.
10677 * subr.el (internal--called-interactively-p--get-frame): Remove.
10678 (called-interactively-p):
10679 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10680 `base' arg of backtrace-frame instead.
10681
10682 2013-07-26 Glenn Morris <rgm@gnu.org>
10683
10684 * align.el (align-regexp): Doc fix. (Bug#14857)
10685 (align-region): Explicit error if subexpression missing/does not match.
10686
10687 * simple.el (global-visual-line-mode):
10688 Do not duplicate the mode lighter. (Bug#14858)
10689
10690 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10691
10692 * window.el (display-buffer): In display-buffer bind
10693 split-window-keep-point to t, bug#14829.
10694
10695 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10696
10697 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10698 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10699 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10700 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10701 Change accordingly.
10702 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10703 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10704
10705 2013-07-25 Glenn Morris <rgm@gnu.org>
10706
10707 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10708
10709 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10712 parameter to modify-frame-parameters if the value has not changed;
10713 this is a workaround for bug#14949.
10714 (desktop--make-frame): On cl-delete-if call, check parameter name,
10715 not full parameter.
10716
10717 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10718
10719 * vc/vc.el (vc-ignore): New function.
10720
10721 * vc/vc-svn.el (vc-svn-ignore): New function.
10722
10723 * vc/vc-hg.el (vc-hg-ignore): New function.
10724
10725 * vc/vc-git.el (vc-git-ignore): New function.
10726
10727 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10728 (vc-dir-ignore): New function.
10729
10730 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10731 (cvs-append-to-ignore): Move here from pcvs.el.
10732
10733 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10734
10735 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10736
10737 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10740 (desktop-restore-frames): Warn when deleting an existing frame failed.
10741
10742 2013-07-24 Glenn Morris <rgm@gnu.org>
10743
10744 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10745
10746 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10747
10748 * filenotify.el (file-notify-supported-p):
10749 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10750 Remove functions.
10751
10752 * autorevert.el (auto-revert-use-notify)
10753 (auto-revert-notify-add-watch):
10754 * net/tramp.el (tramp-file-name-for-operation):
10755 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10756 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10757 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10758 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10759 Remove `file-notify-supported-p' entry.
10760
10761 2013-07-24 Glenn Morris <rgm@gnu.org>
10762
10763 * printing.el: Replace all uses of deleted ps-windows-system,
10764 ps-lp-system, ps-flatten-list with lpr- versions.
10765
10766 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10769 checked with memq (bug#14935).
10770
10771 * files.el (revert-buffer-function): Use a non-nil default.
10772 (revert-buffer-preserve-modes): Declare var to
10773 provide access to the `preserve-modes' argument.
10774 (revert-buffer): Let-bind it.
10775 (revert-buffer--default): New function, extracted from revert-buffer.
10776
10777 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * lpr.el: Signal print errors more prominently.
10780 (print-region-function): Don't default to nil.
10781 (lpr-print-region): New function, extracted from print-region-1.
10782 Check lpr's return value and signal an error in case of problem.
10783 (print-region-1): Use it.
10784 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10785 versions instead.
10786 (ps-printer-name): Default to nil.
10787 (ps-printer-name-option): Default to lpr-printer-switch.
10788 (ps-print-region-function): Don't default to nil.
10789 (ps-postscript-code-directory): Simplify default.
10790 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10791 (ps-string-list, ps-eval-switch, ps-flatten-list)
10792 (ps-flatten-list-1): Remove.
10793 (ps-multibyte-buffer): Avoid setq.
10794 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10795 (print-region-function, ps-print-region-function): Don't set them here.
10796
10797 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10798
10799 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10800 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10801 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10802 (ido-decorations): Doc fix.
10803
10804 * ansi-color.el: Fix old URL.
10805
10806 2013-07-23 Michael R. Mauger <michael@mauger.com>
10807
10808 * progmodes/sql.el: Version 3.3
10809 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10810 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10811 (sql-interactive-remove-continuation-prompt): Rewrite, use
10812 functions above. Fix continuation prompt and complete output line
10813 handling.
10814 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10815 redirected output buffer.
10816 (sql-mode): Restore deleted code (Bug#13591).
10817
10818 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10819
10820 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10821
10822 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10823
10824 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10825
10826 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10827 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10828 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10829
10830 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10831
10832 * desktop.el (desktop-clear): Simplify; remove useless checks
10833 against invalid buffer names.
10834 (desktop-list*): Use cl-list*.
10835 (desktop-buffer-info, desktop-create-buffer): Simplify.
10836
10837 2013-07-23 Leo Liu <sdl.web@gmail.com>
10838
10839 * bookmark.el (bookmark-make-record): Restore NAME as a default
10840 value. (Bug#14933)
10841
10842 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10845 extracted from autoload--insert-text.
10846 (autoload--insert-text): Remove.
10847 (autoload--print-cookie-text): New function, extracted from
10848 autoload--insert-cookie-text.
10849 (autoload--insert-cookie-text): Remove.
10850 (autoload-generate-file-autoloads): Adjust calls accordingly.
10851
10852 * winner.el (winner-hook-installed-p): Remove.
10853 (winner-mode): Simplify accordingly.
10854
10855 * subr.el (add-to-list): Fix compiler-macro when `append' is
10856 not constant. Don't use `cl-member' for the base case.
10857
10858 * progmodes/subword.el: Fix boundary case (bug#13758).
10859 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10860 own group.
10861 (subword-backward-regexp): Make it a constant.
10862 (subword-forward-internal): Don't treat a trailing capital as the
10863 beginning of a word.
10864
10865 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10866
10867 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10868 global value of tabulated-list-revert-hook (bug#14930).
10869
10870 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10871
10872 * desktop.el: Require 'cl-lib.
10873 (desktop-before-saving-frames-functions): New hook.
10874 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10875 for frames being saved. Rename from desktop--save-minibuffer-frames.
10876 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10877 Do not save frames with non-nil `desktop-dont-save' parameter.
10878 Filter out deleted frames.
10879 (desktop--find-frame): Use cl-find-if.
10880 (desktop--select-frame): Use cl-(first|second|third) to access values
10881 of desktop-mini.
10882 (desktop--make-frame): Use cl-delete-if.
10883 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10884 (desktop-restore-frames): Use cl-(first|second|third) to access values
10885 of desktop-mini. Look for visible frame at the end, not while
10886 restoring frames.
10887
10888 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10889 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10890 Use string-match-p, looking-at-p (bug#14927).
10891
10892 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10893
10894 * desktop.el (desktop-saved-frame-states):
10895 Rename from desktop--saved-states; all users changed.
10896 (desktop-save-frames): Rename from desktop--save-frames.
10897 Do not save state to desktop file.
10898 (desktop-save): Save desktop-saved-frame-states to desktop file
10899 and reset to nil.
10900 (desktop-restoring-frames-p): New function.
10901 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10902 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10903 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10904
10905 * desktop.el: Correctly restore iconified frames.
10906 (desktop--filter-iconified-position): New function.
10907 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10908
10909 2013-07-20 Glenn Morris <rgm@gnu.org>
10910
10911 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10912 Let `message' do the formatting.
10913 (def-gdb-preempt-display-buffer): Add explicit format.
10914
10915 * image-dired.el (image-dired-track-original-file):
10916 Use with-current-buffer.
10917 (image-dired-track-thumbnail): Use with-current-buffer.
10918 Avoid changing point of wrong window.
10919
10920 * image-dired.el (image-dired-track-original-file):
10921 Avoid changing point of wrong window. (Bug#14909)
10922
10923 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10924
10925 * progmodes/gdb-mi.el (gdb-done-or-error):
10926 Guard against "%" in gdb output. (Bug#14127)
10927
10928 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10929
10930 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10931 (Bug#14826)
10932
10933 * international/mule.el (coding-system-iso-2022-flags): Fix last
10934 change.
10935
10936 2013-07-20 Kenichi Handa <handa@gnu.org>
10937
10938 * international/mule.el (coding-system-iso-2022-flags):
10939 Add `8-bit-level-4'. (Bug#8522)
10940
10941 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10942
10943 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10944 (bug#14815).
10945
10946 * net/eww.el (eww-process-text-input): Allow inputting when the
10947 point is at the start of the line, as the properties aren't
10948 front-sticky.
10949
10950 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10951 degenerate widths.
10952
10953 2013-07-19 Richard Stallman <rms@gnu.org>
10954
10955 * epa.el (epa-popup-info-window): Doc fix.
10956
10957 * subr.el (split-string): New arg TRIM.
10958
10959 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10960
10961 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10962 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10963
10964 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10965
10966 * filenotify.el (file-notify--library): Rename from
10967 `file-notify-support'. Do not autoload. Adapt all uses.
10968 (file-notify-supported-p): New defun.
10969
10970 * autorevert.el (auto-revert-use-notify):
10971 Use `file-notify-supported-p' instead of `file-notify-support'.
10972 Adapt docstring.
10973 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10974
10975 * net/tramp.el (tramp-file-name-for-operation):
10976 Add `file-notify-supported-p'.
10977
10978 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10979 New defun.
10980 (tramp-sh-file-name-handler-alist): Add it as handler for
10981 `file-notify-supported-p '.
10982
10983 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10984 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10985 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10986 Add `ignore' as handler for `file-notify-*' functions.
10987
10988 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10989
10990 * simple.el (line-move-partial, line-move): Don't start vscroll or
10991 scroll-up if the current line is not taller than the window.
10992 (Bug#14881)
10993
10994 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10995
10996 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10997 highlight question marks in the method names as strings.
10998 (ruby-block-beg-keywords): Inline.
10999 (ruby-font-lock-keyword-beg-re): Extract from
11000 `ruby-font-lock-keywords'.
11001
11002 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11003
11004 * frame.el (blink-cursor-blinks): New defcustom.
11005 (blink-cursor-blinks-done): New defvar.
11006 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11007 (blink-cursor-timer-function): Check if number of blinks has been
11008 done on X and NS.
11009 (blink-cursor-suspend, blink-cursor-check): New defuns.
11010
11011 2013-07-15 Glenn Morris <rgm@gnu.org>
11012
11013 * edmacro.el (edmacro-format-keys): Fix previous change.
11014
11015 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11016
11017 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11018 The hack didn't work outside English locales anyway.
11019
11020 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * simple.el (define-alternatives): Rename from alternatives-define,
11023 per RMS' suggestion.
11024
11025 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11026
11027 * desktop.el (desktop-restore-frames): Change default to t.
11028 (desktop-restore-in-current-display): Now offer more options.
11029 (desktop-restoring-reuses-frames): New customization option.
11030 (desktop--saved-states): Doc fix.
11031 (desktop-filter-parameters-alist): New variable, renamed and expanded
11032 from desktop--excluded-frame-parameters.
11033 (desktop--target-display): New variable.
11034 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11035 (desktop--filter-tty*, desktop--filter-*-color)
11036 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11037 (desktop--filter-save-desktop-parm)
11038 (desktop-restore-in-original-display-p): New functions.
11039 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11040 (desktop--save-minibuffer-frames): New function, inspired by a similar
11041 function from Martin Rudalics.
11042 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11043 (desktop--restore-in-this-display-p): Remove.
11044 (desktop--find-frame): Rename from desktop--find-frame-in-display
11045 and add predicate argument.
11046 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11047 (desktop--reuse-list): New variable.
11048 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11049 New functions.
11050 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11051
11052 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11053
11054 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11055
11056 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11057
11058 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11059 Highlight conversion methods on Kernel.
11060
11061 2013-07-13 Alan Mackenzie <acm@muc.de>
11062
11063 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11064 and comment it out. This out-commenting enables certain C++
11065 declarations to be parsed correctly.
11066
11067 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11068
11069 * international/mule.el (define-coding-system): Doc fix.
11070
11071 * simple.el (default-font-height): Don't call font-info if the
11072 frame's default font didn't change since the frame was created.
11073 (Bug#14838)
11074
11075 2013-07-13 Leo Liu <sdl.web@gmail.com>
11076
11077 * ido.el (ido-read-file-name): Guard against non-symbol value.
11078
11079 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11080
11081 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11082 in nested defuns.
11083
11084 2013-07-13 Leo Liu <sdl.web@gmail.com>
11085
11086 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11087 ido-set-matches call. (Bug#6852)
11088
11089 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11090
11091 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11092 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11093 Ruby 2.0.
11094 (ruby-font-lock-keywords): Distinguish calls to functions with
11095 module-like names from module references. Highlight character
11096 literals.
11097
11098 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11099
11100 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11101 (gdb-send): Handle continued commands. (Bug#14847)
11102
11103 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * desktop.el (desktop--v2s): Remove unused local variable.
11106 (desktop-save-buffer): Make defvar-local; adjust docstring.
11107 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11108 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11109
11110 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11111
11112 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11113
11114 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11115
11116 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11117 (Bug#14842)
11118
11119 2013-07-12 Glenn Morris <rgm@gnu.org>
11120
11121 * doc-view.el: Require cl-lib at runtime too.
11122 (doc-view-remove-if): Remove.
11123 (doc-view-search-next-match, doc-view-search-previous-match):
11124 Use cl-remove-if.
11125
11126 * edmacro.el: Require cl-lib at runtime too.
11127 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11128 (edmacro-mismatch, edmacro-subseq): Remove.
11129
11130 * shadowfile.el: Require cl-lib.
11131 (shadow-remove-if): Remove.
11132 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11133 Use cl-remove-if.
11134
11135 * wid-edit.el: Require cl-lib.
11136 (widget-choose): Use cl-remove-if.
11137 (widget-remove-if): Remove.
11138
11139 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11140 (ebrowse-delete-if-not): Remove.
11141 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11142 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11143 Use cl-delete-if-not.
11144
11145 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11146
11147 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11148 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11149
11150 2013-07-12 Leo Liu <sdl.web@gmail.com>
11151
11152 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11153
11154 2013-07-11 Glenn Morris <rgm@gnu.org>
11155
11156 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11157 (edebug-gensym-index, edebug-gensym):
11158 Remove reimplementation of cl-gensym.
11159 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11160
11161 * thumbs.el: Require cl-lib at run-time too.
11162 (thumbs-gensym-counter, thumbs-gensym):
11163 Remove reimplementation of cl-gensym.
11164 (thumbs-temp-file): Use cl-gensym.
11165
11166 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11167 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11168 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11169 (ert--union, ert--gensym-counter, ert--gensym-counter)
11170 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11171 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11172 (ert-make-test-unbound, ert--expand-should-1)
11173 (ert--expand-should, ert--should-error-handle-error)
11174 (should-error, ert--explain-equal-rec)
11175 (ert--plist-difference-explanation, ert-select-tests)
11176 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11177 Use cl-lib functions rather than reimplementations.
11178
11179 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11180
11181 * net/tramp.el (tramp-methods): Extend docstring.
11182 (tramp-connection-timeout): New defcustom.
11183 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11184 (with-tramp-progress-reporter): Simplify.
11185 (tramp-process-actions): Improve messages.
11186
11187 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11188 * net/tramp-sh.el (tramp-maybe-open-connection):
11189 Use `tramp-connection-timeout'.
11190 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11191 (Bug#14808)
11192
11193 2013-07-11 Leo Liu <sdl.web@gmail.com>
11194
11195 * ido.el (ido-read-file-name): Conform to the requirements of
11196 read-file-name. (Bug#11861)
11197 (ido-read-directory-name): Conform to the requirements of
11198 read-directory-name.
11199
11200 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11201
11202 * subr.el (delay-warning): New function.
11203
11204 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11205
11206 * simple.el (default-line-height): New function.
11207 (line-move-partial, line-move): Use it instead of computing the
11208 line height inline.
11209 (line-move-partial): Always compute ROWH. If the last line is
11210 partially-visible, but its text is completely visible, allow
11211 cursor to enter such a partially-visible line.
11212
11213 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11214
11215 Improve error messages. (Bug#14808)
11216
11217 * net/tramp.el (tramp-current-connection): New defvar, moved from
11218 tramp-sh.el.
11219 (tramp-message-show-progress-reporter-message): Remove, not
11220 needed anymore.
11221 (tramp-error-with-buffer): Show message in minibuffer.
11222 Discard input before waiting. Reset connection timestamp.
11223 (with-tramp-progress-reporter): Improve messages.
11224 (tramp-process-actions): Use progress reporter. Delete process in
11225 case of error. Improve messages.
11226
11227 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11228 Call `tramp-error-with-buffer' with vector and buffer.
11229 (tramp-current-connection): Remove.
11230 (tramp-maybe-open-connection): The car of
11231 `tramp-current-connection' are the first 3 slots of the vector.
11232
11233 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11234
11235 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11236 inside continued strings.
11237
11238 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11239
11240 Timestamp fixes for undo (Bug#14824).
11241 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11242
11243 2013-07-10 Leo Liu <sdl.web@gmail.com>
11244
11245 * files.el (require-final-newline): Allow safe local value.
11246 (Bug#14834)
11247
11248 2013-07-09 Leo Liu <sdl.web@gmail.com>
11249
11250 * ido.el (ido-read-directory-name): Handle fallback.
11251 (ido-read-file-name): Update DIR to ido-current-directory.
11252 (Bug#1516)
11253 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11254
11255 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11256
11257 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11258 "autoload". Remove "warn lower camel case" section, previously
11259 commented out. Highlight negation char. Do not highlight the
11260 target in singleton method definitions.
11261
11262 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * faces.el (tty-setup-hook): Declare the hook.
11265
11266 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11267 and detect when a guard/pred depends on local vars (bug#14773).
11268 (pcase--u1): Adjust caller.
11269
11270 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11271
11272 * simple.el (line-move-partial, line-move): Account for
11273 line-spacing.
11274 (line-move-partial): Avoid setting vscroll when the last
11275 partially-visible line in window is of default height.
11276
11277 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11278
11279 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11280 been used a while.
11281
11282 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11283
11284 * subr.el (read-quoted-char): Remove unused local variable `char'.
11285
11286 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11287
11288 * vc/ediff.el (ediff-version): Version update.
11289 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11290 (ediff-merge-with-ancestor-command, ediff-directories-command)
11291 (ediff-directories3-command, ediff-merge-directories-command)
11292 (ediff-merge-directories-with-ancestor-command): New functions.
11293 All are command-line interfaces to ediff: to facilitate calling
11294 Emacs with the appropriate ediff functions invoked.
11295
11296 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11297 New function.
11298 (viper-save-kill-buffer): Check if buffer is modified.
11299
11300 * emulation/viper.el (viper-version): Version update.
11301 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11302
11303 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11306 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11307 (viper-intercept-ESC-key): Simplify.
11308 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11309 don't use kbd.
11310 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11311 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11312 (viper-setup-ESC-to-escape): New functions.
11313 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11314 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11315
11316 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11317
11318 * simple.el (default-font-height, window-screen-lines):
11319 New functions.
11320 (line-move, line-move-partial): Use them instead of
11321 frame-char-height and window-text-height. This makes scrolling
11322 text smoother when the buffer's default face uses a font that is
11323 different from the frame's default font.
11324
11325 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11326
11327 * files.el (write-file): Do not display confirm dialog for NS,
11328 it does its own dialog, which can't be canceled (Bug#14578).
11329
11330 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11331
11332 * simple.el (line-move-partial): Adjust the row returned by
11333 posn-at-point for the current window-vscroll. (Bug#14567)
11334
11335 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11336
11337 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11338 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11339 spaces.
11340
11341 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11342
11343 * window.el (window-state-put-stale-windows): New variable.
11344 (window--state-put-2): Save list of windows without matching buffer.
11345 (window-state-put): Remove "bufferless" windows if possible.
11346
11347 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * simple.el (alternatives-define): Remove leftover :group keyword.
11350 Tweak docstring.
11351
11352 2013-07-06 Leo Liu <sdl.web@gmail.com>
11353
11354 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11355 (ido-enable-virtual-buffers): New variable.
11356 (ido-buffer-internal, ido-toggle-virtual-buffers)
11357 (ido-make-buffer-list): Use it.
11358 (ido-exhibit): Support turning on and off virtual buffers
11359 automatically.
11360
11361 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11362
11363 * simple.el (alternatives-define): New macro.
11364
11365 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * subr.el (read-quoted-char): Use read-key.
11368 (sit-for): Let read-event decode tty input (bug#14782).
11369
11370 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11371
11372 * calendar/todo-mode.el: Add handling of file deletion, both by
11373 mode command and externally. Fix various related bugs.
11374 Clarify Commentary and improve some documentation strings and code.
11375 (todo-delete-file): New command.
11376 (todo-check-file): New function.
11377 (todo-show): Handle external deletion of the file we're trying to
11378 show (bug#14688). Replace called-interactively-p by an optional
11379 prefix argument to avoid problematic interaction with catch form
11380 when byte compiled (bug#14702).
11381 (todo-quit): Handle external deletion of the archive's todo file.
11382 Make sure the buffer that was visiting the archive file is still
11383 live before trying to bury it.
11384 (todo-category-completions): Handle external deletion of any
11385 category completion files.
11386 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11387 of todo files, in case of external deletion.
11388 (todo-add-file): Replace unnecessary setq by let-binding.
11389 (todo-find-archive): Check whether there are any archives.
11390 Replace unnecessary setq by let-binding.
11391 (todo-archive-done-item): Use find-file-noselect to get the
11392 archive buffer whether or not the archive already exists.
11393 Remove superfluous code. Use file size instead of buffer-file-name to
11394 check if the archive is new; if it is, update list of archives.
11395 (todo-default-todo-file): Allow nil to be a valid value for when
11396 there are no todo files.
11397 (todo-reevaluate-default-file-defcustom): Use corrected definition
11398 of todo-default-todo-file.
11399 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11400 (todo-delete-category, todo-show-categories-table)
11401 (todo-category-number): Clarify comment.
11402 (todo-filter-items): Clarify documentation string.
11403 (todo-show-current-file, todo-display-as-todo-file)
11404 (todo-reset-and-enable-done-separator): Tweak documentation string.
11405 (todo-done-separator): Make separator length window-width, since
11406 bug#2749 is now fixed.
11407
11408 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11409
11410 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11411 Support both "gvfs-monitor-dir" and "inotifywait".
11412 (tramp-sh-file-inotifywait-process-filter): Rename from
11413 `tramp-sh-file-notify-process-filter'.
11414 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11415 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11416
11417 2013-07-05 Leo Liu <sdl.web@gmail.com>
11418
11419 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11420
11421 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11422
11423 * frame.el (display-pixel-height, display-pixel-width)
11424 (display-mm-height, display-mm-width): Mention behavior on
11425 multi-monitor setups in docstrings.
11426 (w32-display-monitor-attributes-list): Declare function.
11427 (display-monitor-attributes-list): Use it.
11428
11429 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11430
11431 * filenotify.el: New package.
11432
11433 * autorevert.el (top): Require filenotify.el.
11434 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11435 instead.
11436 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11437 (auto-revert-notify-handler): Use `file-notify-*' functions.
11438
11439 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11440
11441 * net/tramp.el (tramp-file-name-for-operation):
11442 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11443
11444 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11445 for `file-notify-add-watch' and `file-notify-rm-watch'.
11446 (tramp-process-sentinel): Improve trace.
11447 (tramp-sh-handle-file-notify-add-watch)
11448 (tramp-sh-file-notify-process-filter)
11449 (tramp-sh-handle-file-notify-rm-watch)
11450 (tramp-get-remote-inotifywait): New defuns.
11451
11452 2013-07-03 Juri Linkov <juri@jurta.org>
11453
11454 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11455 call of `occur-read-primary-args' to interactive spec.
11456
11457 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11458 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11459
11460 2013-07-03 Matthias Meulien <orontee@gmail.com>
11461
11462 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11463 `Buffer-menu-multi-occur'. Add it to the menu.
11464 (Buffer-menu-mode): Document it in docstring.
11465 (Buffer-menu-multi-occur): New command. (Bug#14673)
11466
11467 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11468
11469 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11470 keywords and built-ins.
11471
11472 2013-07-03 Glenn Morris <rgm@gnu.org>
11473
11474 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11475
11476 Make info-xref checks case-sensitive by default
11477 * info.el (Info-find-node, Info-find-in-tag-table)
11478 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11479 Add option for exact case matching of nodes.
11480 * info-xref.el (info-xref): New custom group.
11481 (info-xref-case-fold): New option.
11482 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11483
11484 2013-07-03 Leo Liu <sdl.web@gmail.com>
11485
11486 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11487
11488 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11489
11490 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11491 middle of block statement initially, lower the depth. Remove
11492 FIXME comment, not longer valid. Remove middle of block statement
11493 detection, no need to do that anymore since we've been using
11494 `ruby-parse-region' here.
11495
11496 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11497
11498 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11499
11500 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11501
11502 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11503
11504 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11507 (desktop-restore-in-current-display): New customization option.
11508 (desktop--excluded-frame-parameters): Add `font'.
11509 (desktop--save-frames): Rename from desktop--save-windows.
11510 (desktop--restore-in-this-display-p): New function.
11511 (desktop--make-full-frame): Remove unwanted width/height from
11512 full(width|height) frames.
11513 (desktop--restore-frames): Rename from desktop--restore-windows.
11514 Obey desktop-restore-current-display. Do not delete old frames or
11515 select a new frame unless we were able to restore at least one frame.
11516
11517 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11518
11519 * files.el (find-file-noselect): Simplify conditional expression.
11520
11521 * textmodes/remember.el (remember-append-to-file):
11522 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11523
11524 Add `remember-notes' function to store random notes across Emacs
11525 restarts.
11526 * textmodes/remember.el (remember-data-file): Add :set callback to
11527 affect notes buffer (if any).
11528 (remember-notes): New command.
11529 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11530 New defcustoms for the `remember-notes' function.
11531 (remember-notes-save-and-bury-buffer): New command.
11532 (remember-notes-mode-map): New variable.
11533 (remember-mode): New minor mode.
11534 (remember-notes--kill-buffer-query): New function.
11535 * startup.el (initial-buffer-choice): Add notes to custom type.
11536
11537 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11538
11539 * bindings.el (right-char, left-char): Don't call sit-for, this is
11540 no longer needed. Use arithmetic comparison only for numerical
11541 arguments.
11542
11543 * international/mule-cmds.el (select-safe-coding-system):
11544 Handle the case of FROM being a string correctly. (Bug#14755)
11545
11546 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11547
11548 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11549 progression on degenerate tables.
11550 (shr-rescale-image): ImageMagick animated images currently don't work.
11551
11552 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11553
11554 Some fixes and improvements for desktop frame restoration.
11555 It is still experimental and disabled by default.
11556 * desktop.el (desktop--save-windows): Put the selected frame at
11557 the head of the list.
11558 (desktop--make-full-frame): New function.
11559 (desktop--restore-windows): Try to re-select the frame that was
11560 selected upon saving. Do not abort if some frames fail to restore,
11561 just show an error message and continue. Set up maximized frames
11562 so they have default non-maximized dimensions.
11563
11564 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11565
11566 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11567 Don't start heredoc inside a string or comment.
11568
11569 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11570
11571 * bindings.el (visual-order-cursor-movement): New defcustom.
11572 (right-char, left-char): Provide visual-order cursor motion by
11573 calling move-point-visually. Update the doc strings.
11574
11575 2013-06-28 Kenichi Handa <handa@gnu.org>
11576
11577 * international/mule.el (define-coding-system): New coding system
11578 properties :inhibit-null-byte-detection,
11579 :inhibit-iso-escape-detection, and :prefer-utf-8.
11580 (set-buffer-file-coding-system): If :charset-list property of
11581 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11582 appropriate for setting.
11583
11584 * international/mule-cmds.el (select-safe-coding-system):
11585 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11586 multibyte characters, return utf-8 (or one of its siblings).
11587
11588 * international/mule-conf.el (prefer-utf-8): New coding system.
11589 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11590 files.
11591
11592 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11593
11594 * net/shr.el (shr-render-region): New function.
11595
11596 * net/eww.el: Autoload `eww-browse-url'.
11597
11598 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11599
11600 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11601 Adapt to `package-desc-version' being a list.
11602 Use `package--ac-desc-version' to retrieve version from a package
11603 archive element.
11604
11605 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11606
11607 New experimental feature to save&restore window and frame setup.
11608 * desktop.el (desktop-save-windows): New defcustom.
11609 (desktop--saved-states): New var.
11610 (desktop--excluded-frame-parameters): New defconst.
11611 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11612 (desktop--restore-windows, desktop--save-windows): New functions.
11613 (desktop-save): Call `desktop--save-windows'.
11614 (desktop-read): Call `desktop--restore-windows'.
11615
11616 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11617
11618 * net/shr.el (add-face-text-property): Remove compat definition.
11619
11620 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11621
11622 * info.el (Info-try-follow-nearest-node): Move search for footnote
11623 above search for node name to prevent missing a footnote (bug#14717).
11624
11625 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11626
11627 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11628
11629 2013-06-27 Leo Liu <sdl.web@gmail.com>
11630
11631 * net/eww.el (eww-read-bookmarks): Check file size.
11632
11633 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11636 advice--pending if newdef is nil or an autoload (bug#13820).
11637 (advice-mapc): New function.
11638
11639 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11640
11641 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11642 probably.
11643 (eww-mode-map): Add a menu bar.
11644 (eww-add-bookmark): New command.
11645 (eww-bookmark-mode): New mode and commands.
11646 (eww-add-bookmark): Remove newlines from the title.
11647 (eww-bookmark-browse): Don't bug out if it's the only window.
11648
11649 2013-06-26 Glenn Morris <rgm@gnu.org>
11650
11651 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11652 (hfy-size): Handle ttys. (Bug#14668)
11653
11654 * info-xref.el: Update for Texinfo 5 change in *note format.
11655 (info-xref-node-re, info-xref-note-re): New constants.
11656 (info-xref-check-buffer): Use info-xref-note-re.
11657
11658 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11661
11662 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11663 nil terminate the loop (bug#14718).
11664
11665 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11666
11667 * net/eww.el: Rework history traversal. When going forward/back,
11668 put these actions into the history, too, so that they can be
11669 replayed.
11670 (eww-render): Move the history reset to the correct buffer.
11671
11672 2013-06-25 Juri Linkov <juri@jurta.org>
11673
11674 * files-x.el (modify-dir-local-variable): Change the header comment
11675 in the file with directory local variables. (Bug#14692)
11676
11677 * files-x.el (read-file-local-variable-value): Add `default'.
11678 (Bug#14710)
11679
11680 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11681
11682 * net/eww.el (eww-make-unique-file-name): Create a unique file
11683 name before saving to entering `y' accidentally asynchronously.
11684
11685 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11686
11687 * net/eww.el (eww-download): New command and keystroke.
11688
11689 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11690
11691 * net/eww.el (eww-copy-page-url): Change name of command.
11692
11693 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11694 be more consistent with Info and dired.
11695
11696 * net/eww.el (eww-mode-map): Ditto.
11697
11698 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11701 packages from archives.
11702 (package-archive-contents): Change format; include obsolete packages.
11703 (package-desc): Use `dir' to mark builtin packages.
11704 (package--from-builtin): Set the `dir' field to `builtin'.
11705 (generated-autoload-file, version-control): Declare.
11706 (package-compute-transaction): Change first arg and return value to be
11707 lists of package-descs. Adjust to new package-archive-contents format.
11708 (package--add-to-archive-contents): Adjust to new
11709 package-archive-contents format.
11710 (package-download-transaction): Arg is now a list of package-descs.
11711 (package-install): If `pkg' is a package name, pass it as
11712 a requirement, so it is subject to the usual (e.g. disabled) checks.
11713 (describe-package): Accept package-desc as well.
11714 (describe-package-1): Describe a specific package-desc. Add links to
11715 other package-descs for the same package name.
11716 (package-menu-describe-package): Pass the actual package-desc.
11717 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11718 works correctly.
11719 (package-desc-status): New function.
11720 (package-menu--refresh): New function, extracted
11721 from package-menu--generate.
11722 (package-menu--generate): Use it.
11723 (package-delete): Update package-alist.
11724 (package-menu-execute): Don't call package-initialize.
11725
11726 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11727 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11728 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11729 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11730 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11731 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11732
11733 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11734
11735 * window.el (window--state-get-1): Workaround for bug#14527.
11736 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11737
11738 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11739
11740 * net/eww.el (eww-back-url): Implement the history by stashing all
11741 the data into a list.
11742 (eww-forward-url): Allow going forward in the history, too.
11743
11744 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11747 for values and use read--expression for expressions (bug#14710).
11748 (read-file-local-variable): Avoid setq.
11749 (read-file-local-variable-mode): Use minor-mode-list.
11750
11751 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11752
11753 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11754 for DOI URLs.
11755
11756 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11757
11758 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11759 Update imenu-support when dialect changes.
11760
11761 2013-06-25 Leo Liu <sdl.web@gmail.com>
11762
11763 * ido.el (ido-read-internal): Allow forward slash on windows.
11764
11765 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11766
11767 * net/eww.el (eww): Start of strings is \\`, not ^.
11768
11769 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11770
11771 * net/shr.el (shr-browse-url): Fix interactive spec.
11772
11773 * net/eww.el (eww): Add a trailing slash to domain names.
11774
11775 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11776
11777 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11778
11779 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11780
11781 * net/shr.el (shr-browse-url): Use an external browser if given a
11782 prefix.
11783
11784 * net/eww.el (eww-external-browser): Move to shr.
11785
11786 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11787
11788 * net/eww.el (eww): Work more correctly for file: URLs.
11789 (eww-detect-charset): Allow quoted charsets.
11790 (eww-yank-page-url): New command and keystroke.
11791
11792 2013-06-24 Daiki Ueno <ueno@gnu.org>
11793
11794 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11795 file name of gpg executable.
11796 (epg-context-program): New function.
11797 (epg-context-home-directory): New function.
11798 (epg-context-set-program): New function.
11799 (epg-context-set-home-directory): New function.
11800 (epg--start): Use `epg-context-program' instead of
11801 'epg-gpg-program'.
11802 (epg--list-keys-1): Likewise.
11803
11804 2013-06-24 Leo Liu <sdl.web@gmail.com>
11805
11806 * ido.el (ido-read-internal): Fix bug#14620.
11807
11808 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11809
11810 * faces.el (face-documentation): Simplify.
11811 (read-face-attribute, tty-find-type, x-resolve-font-name):
11812 Use `string-match-p'.
11813 (list-faces-display): Use `string-match-p'. Simplify.
11814 (face-spec-recalc): Check face to avoid face alias loops.
11815 (read-color): Use `string-match-p' and non-capturing parenthesis.
11816
11817 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11818
11819 * net/shr.el (shr-rescale-image): Use the new
11820 :max-width/:max-height functionality.
11821
11822 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11823
11824 * net/eww.el (eww-search-prefix): New variable.
11825 (eww): Use it.
11826 (eww-external-browser): New variable.
11827 (eww-mode-map): New keystroke.
11828 (eww-browse-with-external-browser): New command.
11829
11830 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11831
11832 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11833
11834 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11835 Don't skip aligning the next header field when padding is 0;
11836 otherwise, field width is not respected unless the title is as
11837 wide as the field.
11838
11839 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * emacs-lisp/package.el (package-el-version): Remove.
11842 (package-process-define-package): Fix inf-loop.
11843 (package-install): Allow symbols as arguments again.
11844
11845 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11846
11847 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11848 add some more keyword-like methods.
11849 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11850
11851 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11852
11853 * bs.el (bs-buffer-show-mark): Make defvar-local.
11854 (bs-mode): Use setq-local.
11855
11856 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11857 (emacs-lock--try-unlocking): Make defvar-local.
11858
11859 2013-06-22 Glenn Morris <rgm@gnu.org>
11860
11861 * play/cookie1.el (cookie-apropos): Minor simplification.
11862
11863 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11864
11865 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11866
11867 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11868 `regexp-opt', it breaks the build during dumping.
11869
11870 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11871
11872 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11873 Highlight keyword-like methods on Kernel and Module with
11874 font-lock-builtin-face.
11875 (auto-mode-alist): Consolidate different entries into one regexp
11876 and add more *file-s.
11877
11878 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11879
11880 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11881
11882 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11883 (diary-entry): Use it in the action of this button type instead of
11884 diary-goto-entry.
11885
11886 * calendar/todo-mode.el: New version.
11887 (todo-add-category): Append new category to end of file and give
11888 it the highest number, instead of putting it at the beginning and
11889 giving it 0. Incorporate noninteractive functionality.
11890 (todo-forward-category): Adapt to 1-based category numbering.
11891 Allow skipping over archived categories.
11892 (todo-backward-category): Derive from todo-forward-category.
11893 (todo-backward-item, todo-forward-item): Make noninteractive and
11894 delegate interactive part to new commands. Make sensitive to done items.
11895 (todo-categories): Make value an alist of category names and
11896 vectors of item counts.
11897 (todo-category-beg): Make a defconst.
11898 (todo-category-number): Use 1 instead of 0 as initial value.
11899 (todo-category-select): Make sensitive to overlays, optional item
11900 highlighting and done items.
11901 (todo-delete-item): Make sensitive to overlays and marked and done items.
11902 (todo-edit-item): Make sensitive to overlays and editing of
11903 date/time header optional. Add format checks.
11904 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11905 no-op if point is not on an item. Advertise using todo-edit-quit.
11906 (todo-edit-mode): Make sensitive to new format, font-locking, and
11907 multiple todo files.
11908 (todo-insert-item, todo-insert-item-here): Derive from
11909 todo-basic-insert-item and extend functionality.
11910 (todo-item-end, todo-item-start): Make sensitive to done items.
11911 (todo-item-string): Don't return text properties. Restore point.
11912 (todo-jump-to-category): Make sensitive to multiple todo files and
11913 todo archives. Use extended category completion.
11914 (todo-lower-item, todo-raise-item): Rename to *-priority and
11915 derive from todo-set-item-priority.
11916 (todo-mode): Derive from special-mode. Make sensitive to new
11917 format, font-locking and multiple todo files. Make read-only.
11918 (todo-mode-map): Don't suppress digit keys, so they can supply
11919 prefix arguments. Add many new key bindings.
11920 (todo-prefix): Insert as an overlay instead of file text.
11921 Change semantics from diary date expression to purely visual mark.
11922 (todo-print): Rename to todo-print-buffer. Make buffer display
11923 features printable. Remove option to restrict number of items
11924 printed. Add option to print to file.
11925 (todo-print-function): Rename to todo-print-buffer-function.
11926 (todo-quit): Extend to handle exiting new todo modes.
11927 (todo-remove-item): Make sensitive to overlays.
11928 (todo-save): Extend to buffers of filtered items.
11929 (todo-show): Make sensitive to done items, multiple todo files and
11930 new todo modes. Offer to convert legacy todo file before creating
11931 first new todo file.
11932 (todo-show-priorities): Rename to todo-top-priorities.
11933 Change semantics of value 0.
11934 (todo-top-priorities): Rename to todo-filter-top-priorities,
11935 derive from todo-filter-items and extend functionality.
11936 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11937 and extend functionality to other types of filtered items.
11938 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11939 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11940 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11941 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11942 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11943 (todo-edit-mode-hook, todo-entry-prefix-function)
11944 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11945 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11946 (todo-initials, todo-insert-threshold, todo-item-string-start)
11947 (todo-line-string, todo-menu, todo-mode-hook)
11948 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11949 (todo-print-priorities, todo-remove-separator)
11950 (todo-save-top-priorities-too, todo-string-count-lines)
11951 (todo-string-multiline-p, todo-time-string-format)
11952 (todo-tmp-buffer-name): Remove.
11953 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11954 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11955 (todo-edit-category-diary-inclusion)
11956 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11957 (todo-edit-file, todo-edit-item-date-day)
11958 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11959 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11960 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11961 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11962 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11963 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11964 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11965 (todo-filter-top-priorities-multifile, todo-find-archive)
11966 (todo-find-filtered-items-file, todo-go-to-source-item)
11967 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11968 (todo-jump-to-archive-category, todo-lower-category)
11969 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11970 (todo-move-category, todo-move-item, todo-next-button)
11971 (todo-next-item, todo-padded-string, todo-powerset)
11972 (todo-previous-button, todo-previous-item)
11973 (todo-print-buffer-to-file, todo-raise-category)
11974 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11975 (todo-set-category-number, todo-set-item-priority)
11976 (todo-set-top-priorities-in-category)
11977 (todo-set-top-priorities-in-file, todo-show-categories-table)
11978 (todo-sort-categories-alphabetically-or-numerically)
11979 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11980 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11981 (todo-toggle-item-header, todo-toggle-item-highlighting)
11982 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11983 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11984 (todo-unarchive-items, todo-unmark-category): New commands.
11985 (todo-absolute-file-name, todo-add-to-buffer-list)
11986 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11987 (todo-basic-insert-item, todo-category-completions)
11988 (todo-category-number, todo-category-string-matcher-1)
11989 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11990 (todo-check-format, todo-clear-matches)
11991 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11992 (todo-current-category, todo-date-string-matcher)
11993 (todo-define-insertion-command, todo-diary-expired-matcher)
11994 (todo-diary-goto-entry, todo-diary-item-p)
11995 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11996 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11997 (todo-done-item-section-p, todo-done-separator)
11998 (todo-done-string-matcher, todo-files, todo-filter-items)
11999 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12000 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12001 (todo-insert-category-line, todo-insert-item-from-calendar)
12002 (todo-insert-sort-button, todo-insert-with-overlays)
12003 (todo-insertion-command-name, todo-insertion-key-bindings)
12004 (todo-label-to-key, todo-longest-category-name-length)
12005 (todo-make-categories-list, todo-mode-external-set)
12006 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12007 (todo-modes-set-3, todo-multiple-filter-files)
12008 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12009 (todo-read-category, todo-read-date, todo-read-dayname)
12010 (todo-read-file-name, todo-read-time)
12011 (todo-reevaluate-category-completions-files-defcustom)
12012 (todo-reevaluate-default-file-defcustom)
12013 (todo-reevaluate-filelist-defcustoms)
12014 (todo-reevaluate-filter-files-defcustom)
12015 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12016 (todo-reset-done-separator, todo-reset-done-separator-string)
12017 (todo-reset-done-string, todo-reset-global-current-todo-file)
12018 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12019 (todo-reset-prefix, todo-set-categories)
12020 (todo-set-date-from-calendar, todo-set-show-current-file)
12021 (todo-set-top-priorities, todo-short-file-name)
12022 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12023 (todo-total-item-counts, todo-update-buffer-list)
12024 (todo-update-categories-display, todo-update-categories-sexp)
12025 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12026 New functions.
12027 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12028 New major modes.
12029 (todo-categories, todo-display, todo-edit, todo-faces)
12030 (todo-filtered): New defgroups.
12031 (todo-archived-only, todo-button, todo-category-string, todo-date)
12032 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12033 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12034 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12035 (todo-add-item-if-new-category, todo-always-add-time-string)
12036 (todo-categories-align, todo-categories-archived-label)
12037 (todo-categories-category-label, todo-categories-diary-label)
12038 (todo-categories-done-label, todo-categories-number-separator)
12039 (todo-categories-todo-label, todo-categories-totals-label)
12040 (todo-category-completions-files, todo-completion-ignore-case)
12041 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12042 (todo-done-separator-string, todo-done-string)
12043 (todo-files-function, todo-filter-done-items, todo-filter-files)
12044 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12045 (todo-initial-category, todo-initial-file, todo-item-mark)
12046 (todo-legacy-date-time-regexp, todo-mode-line-function)
12047 (todo-nondiary-marker, todo-number-prefix)
12048 (todo-print-buffer-function, todo-show-current-file)
12049 (todo-show-done-only, todo-show-first, todo-show-with-done)
12050 (todo-skip-archived-categories, todo-top-priorities-overrides)
12051 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12052 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12053 New defcustoms.
12054 (todo-category-done, todo-date-pattern, todo-date-string-start)
12055 (todo-diary-items-buffer, todo-done-string-start)
12056 (todo-filtered-items-buffer, todo-item-start)
12057 (todo-month-abbrev-array, todo-month-name-array)
12058 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12059 (todo-top-priorities-buffer): New defconsts.
12060 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12061 (todo-categories-with-marks, todo-category-string-face)
12062 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12063 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12064 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12065 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12066 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12067 (todo-font-lock-keywords, todo-global-current-todo-file)
12068 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12069 (todo-insertion-commands-args)
12070 (todo-insertion-commands-args-genlist)
12071 (todo-insertion-commands-names, todo-insertion-map)
12072 (todo-key-bindings-t, todo-key-bindings-t+a)
12073 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12074 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12075 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12076 (todo-visited): New variables.
12077
12078 2013-06-21 Glenn Morris <rgm@gnu.org>
12079
12080 * play/cookie1.el (cookie-apropos): Add optional display argument.
12081 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12082 (psychoanalyze-pinhead): Use cookie-doctor.
12083
12084 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12085
12086 * emacs-lisp/package.el (tar-get-file-descriptor)
12087 (tar--extract): Declare.
12088
12089 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12090
12091 Extend flymake's warning predicate to be a function (bug#14217).
12092 * progmodes/flymake.el (flymake-warning-predicate): New.
12093 (flymake-parse-line): Use it.
12094 (flymake-warning-re): Make obsolete alias to
12095 `flymake-warning-predicate'.
12096
12097 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12100 (package-obsolete-list): Remove.
12101 (package-activate): Remove min-version argument. Add `force' argument.
12102 Adjust to new package-alist format.
12103 (package-mark-obsolete): Remove.
12104 (package-unpack): Force reload of the package's autoloads.
12105 (package-installed-p): Check builtins if the installed package is not
12106 recent enough.
12107 (package-initialize): Don't reset package-obsolete-list.
12108 Don't specify which package version to activate.
12109 (package-process-define-package, describe-package-1)
12110 (package-menu--generate): Adjust to new package-alist format.
12111
12112 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * allout-widgets.el (allout-widgets-mode-off)
12115 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12116 (allout-widgets-post-command-business)
12117 (allout-widgets-after-copy-or-kill-function)
12118 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12119 (allout-decorate-item-and-context)
12120 (allout-graphics-modification-handler): Fix typos in docstrings.
12121 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12122
12123 * cmuscheme.el (scheme-start-file): Doc fix.
12124 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12125 (scheme-input-filter): Use `string-match-p'.
12126
12127 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12128
12129 * dired-x.el: Use Dired consistently in docstrings.
12130
12131 * dired.el: Use Dired consistently in docstrings.
12132 (dired-readin, dired-mode): Use `setq-local'.
12133 (dired-switches-alist): Make defvar-local.
12134 (dired-buffers-for-dir): Use `zerop'.
12135 (dired-safe-switches-p, dired-switches-escape-p)
12136 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12137 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12138 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12139 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12140 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12141 (dired-toggle-marks, dired-mark-files-containing-regexp)
12142 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12143 (dired-flag-auto-save-files, dired-flag-backup-files):
12144 Use `looking-at-p'.
12145 (dired-mark-files-regexp, dired-build-subdir-alist):
12146 Use `string-match-p', `looking-at-p'.
12147
12148 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12149 (direct-print-region-helper): Use `string-match-p'.
12150
12151 2013-06-21 Leo Liu <sdl.web@gmail.com>
12152
12153 * comint.el (comint-redirect-results-list-from-process):
12154 Fix infinite loop.
12155
12156 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12157
12158 * net/eww.el (eww-update-header-line-format): Quote % characters.
12159
12160 2013-06-21 Glenn Morris <rgm@gnu.org>
12161
12162 * play/cookie1.el (cookie): New custom group.
12163 (cookie-file): New option.
12164 (cookie-check-file): New function.
12165 (cookie): Make it interactive. Make start and end messages optional.
12166 Interactively, display the result. Default to cookie-file.
12167 (cookie-insert): Default to cookie-file.
12168 (cookie-snarf): Make start and end messages optional.
12169 Default to cookie-file. Use with-temp-buffer.
12170 (cookie-read): Rename from read-cookie.
12171 Make start and end messages optional. Default to cookie-file.
12172 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12173 Do not autoload it.
12174 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12175 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12176
12177 2013-06-21 Leo Liu <sdl.web@gmail.com>
12178
12179 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12180
12181 2013-06-21 Glenn Morris <rgm@gnu.org>
12182
12183 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12184
12185 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12186 Daniel Hackney <dan@haxney.org>
12187
12188 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12189 Consolidate the single-file vs tarball code.
12190 (package-desc-suffix): New function.
12191 (package-desc-full-name): Don't bother inlining it.
12192 (package-load-descriptor): Return the new package-desc.
12193 (package-mark-obsolete): Remove unused arg `package'.
12194 (package-unpack): Make it work for single files as well.
12195 Make it update package-alist.
12196 (package--make-autoloads-and-stuff): Rename from
12197 package--make-autoloads-and-compile. Don't compile any more.
12198 (package--compile): New function.
12199 (package-generate-description-file): New function, extracted from
12200 package-unpack-single.
12201 (package-unpack-single): Remove.
12202 (package--with-work-buffer): Add indentation and debugging info.
12203 (package-download-single): Remove.
12204 (package-install-from-archive): Rename from package-download-tar, make
12205 it take a pkg-desc, and make it work for single files as well.
12206 (package-download-transaction): Simplify.
12207 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12208 external tar program.
12209 (package-install-from-buffer): Remove `pkg-desc' argument.
12210 Use package-tar-file-info for tar-mode buffers.
12211 (package-install-file): Simplify accordingly.
12212 (package-archive-base): Change to take a pkg-desc.
12213 * tar-mode.el (tar--check-descriptor): New function, extracted from
12214 tar-get-descriptor.
12215 (tar-get-descriptor): Use it.
12216 (tar-get-file-descriptor): New function.
12217 (tar--extract): New function, extracted from tar-extract.
12218 (tar--extract): Use it.
12219 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12220 case the summary uses non-ascii. Adjust to new calling convention of
12221 package-tar-file-info.
12222
12223 2013-06-21 Leo Liu <sdl.web@gmail.com>
12224
12225 * comint.el (comint-redirect-results-list-from-process):
12226 Fix random delay. (Bug#14681)
12227
12228 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12229
12230 * profiler.el (profiler-format-number): Use log, not log10.
12231
12232 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12233
12234 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12235
12236 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12239 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12240 yet available.
12241 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12242 (AUTOGENEL): ... here.
12243 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12244 (cl--defsubst-expand): Use it.
12245
12246 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12247
12248 * subr.el (log10): Move here from C code, and declare as obsolete.
12249 All uses of (log10 X) replaced with (log X 10).
12250
12251 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12252
12253 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12254 Declare with `defvar-local'.
12255 (tabulated-list-use-header-line, tabulated-list-entries)
12256 (tabulated-list-padding, tabulated-list-printer)
12257 (tabulated-list-sort-key): Declare with `defvar-local'.
12258 (tabulated-list-init-header, tabulated-list-print-fake-header):
12259 Use `setq-local'.
12260
12261 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12262
12263 * arc-mode.el (archive-mode): Add `archive-write-file' to
12264 `write-contents-functions' also for remote files. (Bug#14652)
12265
12266 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12267
12268 * cus-edit.el (custom-commands): Fix typos.
12269 (custom-display): Fix tooltip text.
12270 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12271 Fix typos in docstrings.
12272 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12273 (custom-unlispify-menu-entry, custom-magic-value-create)
12274 (custom-add-see-also, custom-group-value-create): Use ?\s.
12275 (custom-guess-type, customize-apropos, editable-field)
12276 (custom-face-value-create): Use `string-match-p'.
12277 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12278
12279 * custom.el (custom-load-symbol): Use `string-match-p'.
12280
12281 * ansi-color.el: Convert to lexical binding.
12282 (ansi-colors): Fix URL.
12283 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12284 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12285 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12286
12287 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12288
12289 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12290
12291 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12292
12293 2013-06-19 Tom Tromey <tromey@redhat.com>
12294
12295 * net/eww.el (eww-top-url): Remove.
12296 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12297 (eww-render): Set new variables. Don't set eww-top-url.
12298 (eww-handle-link): Handle "prev", "home", and "contents".
12299 Downcase the rel text.
12300 (eww-top-url): Choose best top URL.
12301
12302 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12303
12304 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12305 relying in widget.el. Using widget.el leads to too many
12306 user interface inconsistencies.
12307 (eww-self-insert): Implement entering commands in text fields.
12308 (eww-process-text-input): New function to make text input field editing
12309 work.
12310 (eww-submit): Rewrite to use the new-style form methods.
12311 (eww-select-display): Display the correct selected item.
12312 (eww-change-select): Implement changing the select value.
12313 (eww-toggle-checkbox): Implement radio/checkboxes.
12314 (eww-update-field): Fix compilation error.
12315 (eww-tag-textarea): Implement <textarea>.
12316
12317 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12318 we don't shadow mode-specific bindings.
12319
12320 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12321 nothing to push.
12322
12323 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12324
12325 2013-06-19 Glenn Morris <rgm@gnu.org>
12326
12327 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12328
12329 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12330
12331 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12332 not needed.
12333
12334 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12335
12336 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12337
12338 * net/browse-url.el (browse-url-browser-function):
12339 `eww-browse-url' has the right calling signature, `eww' does not.
12340
12341 2013-06-19 Glenn Morris <rgm@gnu.org>
12342
12343 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12344 Only eval autoloaded macros.
12345 (byte-compile-autoload): Only give the macro warning for macros.
12346
12347 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12348 (ps-underlined-faces): Declare.
12349
12350 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12351 (speedbar-add-supported-extension): Declare.
12352
12353 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12354 Don't include a date stamp in the header of the generated file;
12355 it leads to needless differences between output files.
12356
12357 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12358
12359 * net/secrets.el (secrets-struct-secret-content-type):
12360 Replace check of introspection data by a test call of "CreateItem".
12361 Some servers do not offer introspection.
12362
12363 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * electric.el (electric-pair-mode): Improve interaction with
12366 electric-layout-mode.
12367 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12368 (electric-pair-syntax): Use text-mode-syntax-table in comments
12369 and strings.
12370 (electric-pair--insert): New function.
12371 (electric-pair-post-self-insert-function): Use it and
12372 electric--after-char-pos.
12373
12374 2013-06-19 Leo Liu <sdl.web@gmail.com>
12375
12376 * progmodes/octave.el (octave-help): Fix regexp.
12377
12378 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12379
12380 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12381 (shr-table-horizontal-line): Allow nil as a value, and change the
12382 default.
12383 (shr-insert-table-ruler): Respect the nil value.
12384
12385 2013-06-18 Tom Tromey <tromey@barimba>
12386
12387 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12388 New defvars.
12389 (eww-open-file): New defun.
12390 (eww-render): Initialize new variables.
12391 (eww-display-html): Handle "link" and "a".
12392 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12393 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12394 (eww-back-url): Rename from eww-previous-url.
12395 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12396 New defuns.
12397
12398 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12399
12400 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12401 Distinguish ternary operator tokens from slash symbol and slash
12402 char literal.
12403
12404 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12405
12406 Convert symbol prettification into minor mode and global minor mode.
12407
12408 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12409 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12410 (prettify-symbols--keywords): Rename from
12411 `prog-prettify-symbols-alist' and make a local defvar.
12412 (prettify-symbols--compose-symbol): Rename from
12413 `prog--prettify-font-lock-compose-symbol'.
12414 (prettify-symbols--make-keywords): Rename from
12415 `prog-prettify-font-lock-symbols-keywords' and simplify.
12416 (prog-prettify-install): Remove.
12417 (prettify-symbols-mode): New minor mode, based on
12418 `prog-prettify-install'.
12419 (turn-on-prettify-symbols-mode): New function.
12420 (global-prettify-symbols-mode): New globalized minor mode.
12421
12422 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12423 * progmodes/cfengine.el (cfengine3-mode):
12424 * progmodes/perl-mode.el (perl-mode): Don't call
12425 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12426
12427 2013-06-18 Juri Linkov <juri@jurta.org>
12428
12429 * files-x.el (modify-file-local-variable-message): New function.
12430 (modify-file-local-variable)
12431 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12432 and call `modify-file-local-variable-message' when it's non-nil.
12433 (add-file-local-variable, delete-file-local-variable)
12434 (add-file-local-variable-prop-line)
12435 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12436 and use it. (Bug#9820)
12437
12438 2013-06-18 Juri Linkov <juri@jurta.org>
12439
12440 * emulation/vi.el (vi-shell-op):
12441 * emulation/vip.el (vip-execute-com, ex-command):
12442 * emulation/viper-cmd.el (viper-exec-bang):
12443 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12444 the call of `shell-command-on-region'. (Bug#14637)
12445
12446 * simple.el (shell-command-on-region): Doc fix.
12447
12448 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12451 (bug#14633).
12452
12453 2013-06-18 Glenn Morris <rgm@gnu.org>
12454
12455 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12456
12457 * newcomment.el (comment-search-forward, comment-search-backward):
12458 Doc fix. (Bug#14376)
12459
12460 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12463 (buffer-face-mode-invoke): Doc fix.
12464
12465 2013-06-18 Matthias Meulien <orontee@gmail.com>
12466
12467 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12468 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12469
12470 2013-06-18 Glenn Morris <rgm@gnu.org>
12471
12472 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12473 Replace obsolete function generic-make-keywords with its expansion.
12474
12475 * progmodes/python.el (ffap-alist): Declare.
12476
12477 * textmodes/reftex.el (bibtex-mode-map): Declare.
12478
12479 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12482 (package-unpack, package-unpack-single): Return the pkg-dir.
12483 (package-download-transaction): Use it to update package-alist.
12484
12485 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12486
12487 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12488 possible choice.
12489
12490 2013-06-17 Juri Linkov <juri@jurta.org>
12491
12492 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12493
12494 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12495
12496 * emacs-lisp/package.el (package-load-descriptor):
12497 Remove `with-syntax-table' call, `read' doesn't need it.
12498 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12499
12500 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12501
12502 * startup.el (command-line): Expand package name returned by
12503 `package--description-file' (bug#14639).
12504
12505 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12506
12507 * emacs-lisp/package.el (package-load-descriptor): Do not call
12508 `emacs-lisp-mode', just use its syntax table.
12509
12510 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12511
12512 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12513 `font-lock-extra-managed-props' if any prettifying keyword is added.
12514 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12515 (prog-mode): Use `setq-local'.
12516
12517 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12518
12519 * international/characters.el (standard-case-table): Set syntax of ?»
12520 and ?« to punctuation.
12521
12522 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12523
12524 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12525 Save relevant match data before calling `syntax-ppss' (bug#14595).
12526
12527 2013-06-15 Juri Linkov <juri@jurta.org>
12528
12529 * files-x.el (modify-file-local-variable-prop-line): Add local
12530 variables to the end of the existing comment on the first line.
12531 Use `file-auto-mode-skip' to skip interpreter magic line,
12532 and also skip XML declaration.
12533
12534 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * startup.el (package--builtin-versions): New var.
12537 (package-subdirectory-regexp): Remove.
12538 (package--description-file): Hard code its value instead.
12539
12540 * emacs-lisp/package.el: Don't activate packages older than builtin.
12541 (package-obsolete-list): Rename from package-obsolete-alist, and make
12542 it into a simple list of package-desc.
12543 (package-strip-version): Remove.
12544 (package-built-in-p): Use package--builtin-versions.
12545 (package-mark-obsolete): Simplify.
12546 (package-process-define-package): Mark it obsolete if older than the
12547 builtin version.
12548 (package-handle-response): Use line-end-position.
12549 (package-read-archive-contents, package--download-one-archive):
12550 Simplify.
12551 (package--add-to-archive-contents): Skip if older than the builtin or
12552 installed version.
12553 (package-menu-describe-package): Fix last change.
12554 (package-list-unversioned): New var.
12555 (package-menu--generate): Use it.
12556
12557 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12558 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12559 (autoload-builtin-package-versions): New variable.
12560 (autoload-generate-file-autoloads): Use them.
12561 Remove the list of autoloaded functions/macros from the
12562 (autoload...) comments.
12563
12564 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12565
12566 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12567
12568 * simple.el (line-move-partial): Don't jump to the next screen
12569 line as soon as it becomes visible. Instead, continue enlarging
12570 the vscroll until the portion of a tall screen line that's left on
12571 display is about the height of the frame's default font.
12572 (Bug#14567)
12573
12574 2013-06-15 Glenn Morris <rgm@gnu.org>
12575
12576 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12577 compilation-error-regexp-alist void, or local while let-bound.
12578
12579 * progmodes/make-mode.el (makefile-mode-syntax-table):
12580 Treat "=" as punctuation. (Bug#14614)
12581
12582 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12583
12584 * help-fns.el (describe-variable):
12585 Add extra line for permanent-local variables.
12586
12587 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12588
12589 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12590 Add export, import, library. (Bug#9164)
12591 (library): Set indent function.
12592
12593 2013-06-14 Glenn Morris <rgm@gnu.org>
12594
12595 * term/xterm.el (xterm--query):
12596 Stop after first matching handler. (Bug#14615)
12597
12598 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12599
12600 Add support for dired in saveplace.
12601 * dired.el (dired-initial-position-hook): New variable.
12602 (dired-initial-position): Call hook to place cursor position.
12603 * saveplace.el (save-place-to-alist): Add dired position.
12604 (save-place-dired-hook): New function.
12605
12606 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12609 through a symbol rather than letrec.
12610
12611 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12612 (package-desc): Add `dir' field.
12613 (package-desc-full-name): New function.
12614 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12615 (package-maybe-load-descriptor): Remove.
12616 (package-load-all-descriptors): Just call package-load-descriptor.
12617 (package--disabled-p): New function.
12618 (package-desc-vers, package-desc-doc): Remove aliases.
12619 (package--dir): Remove function.
12620 (package-activate): Check if a package is disabled.
12621 (package-process-define-package): New function, extracted from
12622 define-package.
12623 (define-package): Turn into a place holder.
12624 (package-unpack-single, package-tar-file-info):
12625 Use package--description-file.
12626 (package-compute-transaction): Use package--disabled-p.
12627 (package-download-transaction): Don't call
12628 package-maybe-load-descriptor since they're all loaded anyway.
12629 (package-install): Change argument to be a pkg-desc.
12630 (package-delete): Use a single pkg-desc argument.
12631 (describe-package-1): Use package-desc-dir instead of package--dir.
12632 Use package-desc property instead of package-symbol.
12633 (package-install-button-action): Adjust accordingly.
12634 (package--push): Rewrite.
12635 (package-menu--print-info): Adjust accordingly. Change the ID format
12636 to be a pkg-desc.
12637 (package-menu-describe-package, package-menu-get-status)
12638 (package-menu--find-upgrades, package-menu-mark-upgrades)
12639 (package-menu-execute, package-menu--name-predicate):
12640 Adjust accordingly.
12641 * startup.el (package--description-file): New function.
12642 (command-line): Use it.
12643 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12644 Use package-desc-version.
12645
12646 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12647 (byte-compile-preprocess): Use it.
12648 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12649 can't quite recognize.
12650 (byte-compile-add-to-list): Remove.
12651 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12652 (cconv-closure-convert): Add assertion.
12653
12654 * emacs-lisp/map-ynp.el: Use lexical-binding.
12655 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12656 Factor out some repeated code.
12657
12658 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * subr.el (with-eval-after-load): New macro.
12661 (eval-after-load): Allow form to be a function.
12662 take advantage of lexical-binding.
12663 (do-after-load-evaluation): Use dolist and adjust to new format.
12664 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12665
12666 2013-06-13 Juri Linkov <juri@jurta.org>
12667
12668 * replace.el (perform-replace): Display "symbol " and other search
12669 modes from `isearch-message-prefix' in the *Help* buffer.
12670
12671 * isearch.el (isearch-query-replace): Add " symbol" and other
12672 possible search modes from `isearch-message-prefix' to the prompt.
12673 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12674 when reading a regexp to collect.
12675
12676 2013-06-13 Juri Linkov <juri@jurta.org>
12677
12678 * isearch.el (word-search-regexp): Match whitespace if the search
12679 string begins or ends in whitespace. The LAX arg is applied to
12680 both ends of the search string. Use `regexp-quote' and explicit
12681 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12682 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12683 boundaries are replaced with symbol boundaries, and characters
12684 between symbols match non-word non-symbol syntax. (Bug#14602)
12685
12686 2013-06-13 Juri Linkov <juri@jurta.org>
12687
12688 * isearch.el (isearch-del-char): Don't exceed the length of
12689 `isearch-string' by the prefix arg. (Bug#14563)
12690
12691 2013-06-13 Juri Linkov <juri@jurta.org>
12692
12693 * isearch.el (isearch-yank-word, isearch-yank-line)
12694 (isearch-char-by-name, isearch-quote-char)
12695 (isearch-printing-char, isearch-process-search-char):
12696 Add optional count prefix arg. (Bug#14563)
12697
12698 * international/isearch-x.el
12699 (isearch-process-search-multibyte-characters):
12700 Add optional count prefix arg.
12701
12702 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12705 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12706 lexical-binding.
12707
12708 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12709
12710 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12711
12712 2013-06-13 Glenn Morris <rgm@gnu.org>
12713
12714 * startup.el (tty-handle-args):
12715 Don't just discard "--" and anything after. (Bug#14608)
12716
12717 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12718
12719 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12720
12721 Implement changes in Secret Service API. Make it backward compatible.
12722 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12723 (secrets-create-item): Use it. Prefix properties with interface.
12724
12725 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12726
12727 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12728 (term-emulate-terminal): Respect term-suppress-hard-newline.
12729
12730 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12731
12732 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12733 Only remove a `thumb-file' overlay. (Bug#14548)
12734
12735 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12736
12737 * mail/reporter.el (reporter-submit-bug-report):
12738 Handle missing package-name. (Bug#14600)
12739
12740 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12741
12742 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12743 (reftex-citation-prompt, reftex-default-bibliography)
12744 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12745 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12746 (reftex-bib-sort-author, reftex-bib-sort-year)
12747 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12748 (reftex-extract-bib-entries-from-thebibliography)
12749 (reftex-get-bibkey-default, reftex-get-bib-names)
12750 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12751 (reftex-format-bib-entry, reftex-parse-bibitem)
12752 (reftex-format-bibitem, reftex-do-citation)
12753 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12754 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12755 (reftex-insert-bib-matches, reftex-format-citation)
12756 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12757 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12758 existing comments into docstrings.
12759
12760 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12761
12762 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12763
12764 2013-06-12 Andreas Schwab <schwab@suse.de>
12765
12766 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12767 for auto-save files.
12768
12769 2013-06-12 Glenn Morris <rgm@gnu.org>
12770
12771 * ido.el (ido-delete-ignored-files): Remove.
12772 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12773 Go back to calling ido-ignore-item-p directly.
12774
12775 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12776
12777 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12778
12779 * ido.el (ido-delete-ignored-files): New function,
12780 split from ido-make-file-list-1.
12781 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12782 (ido-make-file-list-1): Use ido-delete-ignored-files.
12783
12784 2013-06-12 Leo Liu <sdl.web@gmail.com>
12785
12786 * progmodes/octave.el (inferior-octave-startup)
12787 (inferior-octave-completion-table)
12788 (inferior-octave-track-window-width-change)
12789 (octave-eldoc-function-signatures, octave-help)
12790 (octave-find-definition): Use single quoted strings.
12791 (inferior-octave-startup-args): Change default value.
12792 (inferior-octave-startup): Do not hard code "-i" and
12793 "--no-line-editing".
12794 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12795 (inferior-octave-directory-tracker): Use it.
12796 (octave-goto-function-definition): Robustify.
12797 (octave-help): Support highlighting operators in 'See also'.
12798 (octave-find-definition): Find subfunctions only in Octave mode.
12799
12800 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * help-fns.el (help-fns--compiler-macro): If the handler function is
12803 named, then put a link to it.
12804 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12805 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12806 (cl-typep): Use it.
12807 (cl-eval-when): Simplify debug spec.
12808 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12809 compiler-macro function instead of setting `compiler-macro-file'.
12810
12811 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12812
12813 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12814 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12815
12816 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12817 Daniel Hackney <dan@haxney.org>
12818
12819 First part of Daniel Hackney's patch to package.el.
12820 * emacs-lisp/package.el: Use defstruct.
12821 (package-desc): New, main struct.
12822 (package--bi-desc, package--ac-desc): New structs, used to describe the
12823 format in external files.
12824 (package-desc-vers): Replace with package-desc-version accessor.
12825 (package-desc-doc): Replace with package-desc-summary accessor.
12826 (package-activate-1): Remove `package' arg since the pkg-vec now
12827 includes the name.
12828 (define-package): Use package-desc-from-define.
12829 (package-unpack-single): Change file-name arg to be a symbol.
12830 (package--add-to-archive-contents): Use package-desc-create and new
12831 accessor functions to package--ac-desc.
12832 (package-buffer-info, package-tar-file-info): Return a package-desc.
12833 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12834 arg to be a package-desc.
12835 (package-install-file): Adjust accordingly. Use \' to match EOS.
12836 (package--from-builtin): New function.
12837 (describe-package-1, package-menu--generate): Use it.
12838 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12839 (package-generate-autoloads): Idem and return the name of the file.
12840 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12841 Change pkg-info arg to be a package-desc.
12842 Use package-make-ac-desc.
12843 (package-upload-file): Use \' to match EOS.
12844 * finder.el (finder-compile-keywords): Use package-make-builtin.
12845
12846 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * vc/vc.el (vc-deduce-fileset): Change error message.
12849 (vc-read-backend): New function.
12850 (vc-next-action): Use it.
12851
12852 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12853
12854 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12855 (prolog-font-lock-keywords): Use regexp-opt instead.
12856 Don't manually highlight strings.
12857 (prolog-mode-variables): Simplify comment-start-skip.
12858 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12859
12860 * emacs-lisp/generic.el (generic--normalise-comments)
12861 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12862 (generic-mode-set-comments): Use them.
12863 (generic-bracket-support): Use setq-local.
12864 (generic-make-keywords-list): Declare obsolete.
12865
12866 2013-06-11 Glenn Morris <rgm@gnu.org>
12867
12868 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12869 Prettify after setting font-lock-defaults. (Bug#14574)
12870
12871 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * replace.el (query-replace, occur-read-regexp-defaults-function)
12874 (replace-search):
12875 * subr.el (declare-function, number-sequence, local-set-key)
12876 (substitute-key-definition, locate-user-emacs-file)
12877 (with-silent-modifications, split-string, eval-after-load):
12878 Fix typos, remove unneeded backslashes and reflow some docstrings.
12879
12880 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12883 default for Elisp files.
12884
12885 2013-06-11 Glenn Morris <rgm@gnu.org>
12886
12887 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12888 although define-derived-mode was doing this anyway. (Bug#14583)
12889
12890 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12891
12892 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12893 Fix make-variable-buffer-local call to refer to the correct variable.
12894
12895 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12896
12897 * eshell/em-term.el (eshell-visual-commands)
12898 (eshell-visual-subcommands, eshell-visual-options):
12899 Add summary line to docstrings. Add cross-references.
12900
12901 2013-06-10 Glenn Morris <rgm@gnu.org>
12902
12903 * epa.el (epa-read-file-name): New function. (Bug#14510)
12904 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12905
12906 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12907
12908 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12909 output redirection to be ignored with visual commands.
12910
12911 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12912
12913 * eshell/em-term.el (eshell-visual-command-p): New function.
12914 (eshell-term-initialize): Move long lambda to separate function
12915 eshell-visual-command-p.
12916 * eshell/em-dirs.el (eshell-dirs-initialize):
12917 * eshell/em-script.el (eshell-script-initialize):
12918 Add missing #' to lambda.
12919
12920 2013-06-08 Leo Liu <sdl.web@gmail.com>
12921
12922 * progmodes/octave.el (octave-add-log-current-defun): New function.
12923 (octave-mode): Set add-log-current-defun-function.
12924 (octave-goto-function-definition): Do not move point if not found.
12925 (octave-find-definition): Enhance to try subfunctions first.
12926
12927 2013-06-08 Glenn Morris <rgm@gnu.org>
12928
12929 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12930 (byte-compile-backward-char, byte-compile-backward-word):
12931 Improve previous change, to handle non-explicit nil.
12932
12933 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12936 (smie--opener/closer-at-point): New function.
12937 (smie--matching-block-data): Use it. Don't match from right after an
12938 opener or right before a closer. Obey smie-blink-matching-inners.
12939 Don't signal a mismatch for repeated inners like "switch..case..case".
12940
12941 2013-06-07 Leo Liu <sdl.web@gmail.com>
12942
12943 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12944 to t. (Bug#14303)
12945 (octave-function-header-regexp): Fix. (Bug#14570)
12946 (octave-help-mode-finish-hook, octave-help-mode-finish):
12947 Remove. Just use temp-buffer-show-hook.
12948
12949 * newcomment.el (comment-search-backward): Revert last change.
12950 (Bug#14434)
12951
12952 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12953
12954 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12955
12956 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12957 through xargs, to avoid failure due to MS-Windows limitations on
12958 command-line length.
12959
12960 2013-06-06 Glenn Morris <rgm@gnu.org>
12961
12962 * font-lock.el (lisp-font-lock-keywords-2):
12963 Treat user-error like error.
12964
12965 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12966 (byte-compile-backward-char, byte-compile-backward-word):
12967 Handle explicit nil arguments. (Bug#14565)
12968
12969 2013-06-05 Alan Mackenzie <acm@muc.de>
12970
12971 * isearch.el (isearch-allow-prefix): New user option.
12972 (isearch-other-meta-char): Don't exit isearch when a prefix
12973 argument is typed whilst `isearch-allow-prefix' is non-nil.
12974 (Bug#9706)
12975
12976 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * autorevert.el (auto-revert-notify-handler): Use memq.
12979 Hide assertion failure.
12980
12981 * skeleton.el: Use cl-lib.
12982 (skeleton-further-elements): Use defvar-local.
12983 (skeleton-insert): Use cl-progv.
12984
12985 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12986
12987 * progmodes/prog-mode.el (prog-prettify-symbols)
12988 (prog-prettify-install): Update docstrings.
12989
12990 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * simple.el: Move all the prog-mode code to prog-mode.el.
12993 * progmodes/prog-mode.el: New file.
12994 * loadup.el: Add prog-mode.el.
12995
12996 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12997
12998 * simple.el (prog-prettify-symbols): Add version.
12999 (prog-prettify-install): Add convenience function to prettify symbols.
13000
13001 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13002 (perl--augmented-font-lock-keywords-1)
13003 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13004 variables and use it.
13005
13006 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13007 (cfengine3-mode): Remove unneeded variable and use it.
13008
13009 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13010 (lisp--augmented-font-lock-keywords-1)
13011 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13012 Remove unneeded variables and use it.
13013
13014 2013-06-05 João Távora <joaotavora@gmail.com>
13015
13016 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13017 to point when opening the connection. (Bug#14380)
13018
13019 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * subr.el (load-history-regexp, load-history-filename-element)
13022 (eval-after-load, after-load-functions, do-after-load-evaluation)
13023 (eval-next-after-load, display-delayed-warnings)
13024 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13025 definition of save-match-data.
13026 (overriding-local-map): Remove accidental obsolescence declaration.
13027
13028 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13029
13030 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13031
13032 Generalize symbol prettify support to prog-mode and implement it
13033 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13034 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13035 (prog--prettify-font-lock-compose-symbol)
13036 (prog-prettify-font-lock-symbols-keywords): New variables and
13037 functions to support symbol prettification.
13038 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13039 (lisp--augmented-font-lock-keywords-1)
13040 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13041 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13042 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13043 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13044 Implement prettify of -> => :: strings.
13045 * progmodes/perl-mode.el (perl-prettify-symbols)
13046 (perl--font-lock-compose-symbol)
13047 (perl--font-lock-symbols-keywords): Move to prog-mode.
13048 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13049 (perl-font-lock-keywords-1)
13050 (perl-font-lock-keywords-2): Remove explicit prettify support.
13051 (perl--augmented-font-lock-keywords)
13052 (perl--augmented-font-lock-keywords-1)
13053 (perl--augmented-font-lock-keywords-2, perl-mode):
13054 Implement prettify support.
13055
13056 2013-06-05 Leo Liu <sdl.web@gmail.com>
13057
13058 Re-implement SMIE matching block highlight using
13059 show-paren-data-function. (Bug#14395)
13060 * emacs-lisp/smie.el (smie-matching-block-highlight)
13061 (smie--highlight-matching-block-overlay)
13062 (smie--highlight-matching-block-lastpos)
13063 (smie-highlight-matching-block)
13064 (smie-highlight-matching-block-mode): Remove.
13065 (smie--matching-block-data-cache): New variable.
13066 (smie--matching-block-data): New function.
13067 (smie-setup): Use smie--matching-block-data for
13068 show-paren-data-function.
13069
13070 * progmodes/octave.el (octave-mode-menu): Fix.
13071 (octave-find-definition): Skip garbage lines.
13072
13073 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 Fix compilation error with simultaneous dynamic+lexical scoping.
13076 Add warning when a defvar appears after the first let-binding.
13077 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13078 (byte-compile-close-variables): Initialize it.
13079 (byte-compile--declare-var): New function.
13080 (byte-compile-file-form-defvar)
13081 (byte-compile-file-form-define-abbrev-table)
13082 (byte-compile-file-form-custom-declare-variable): Use it.
13083 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13084 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13085 (byte-compile-bind): Handle dynamic bindings that shadow
13086 lexical bindings.
13087 (byte-compile-unbind): Make arg non-optional.
13088 (byte-compile-let): Simplify.
13089 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13090 (cconv--analyse-function, cconv-analyse-form): Populate it.
13091 Protect byte-compile-bound-variables to limit the scope of defvars.
13092 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13093 Remove unneeded rule for `declare'.
13094
13095 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13096 so as to avoid depending on cl-adjoin at run-time.
13097 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13098
13099 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13100 (macroexp--warn-and-return): Use it.
13101
13102 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * subr.el: Convert to lexical binding.
13105 (overriding-local-map): Make obsolete.
13106 (add-to-list): Doc fix. Add compiler macro.
13107 (read-key): Swap values of local maps.
13108
13109 2013-06-05 Leo Liu <sdl.web@gmail.com>
13110
13111 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13112
13113 2013-06-04 Leo Liu <sdl.web@gmail.com>
13114
13115 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13116 (compilation-auto-jump): Suppress the "Mark set" message to give
13117 way to exit message.
13118
13119 2013-06-04 Alan Mackenzie <acm@muc.de>
13120
13121 Remove faulty optimisation from indentation calculation.
13122 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13123 search limit based on 2000 characters back from indent-point.
13124
13125 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13126
13127 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13128
13129 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * emacs-lisp/lisp.el: Use lexical-binding.
13132 (lisp--local-variables-1, lisp--local-variables): New functions.
13133 (lisp--local-variables-completion-table): New var.
13134 (lisp-completion-at-point): Use it complete let-bound vars.
13135
13136 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13137 eagerly (bug#14422).
13138
13139 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13140
13141 * autorevert.el (auto-revert-notify-enabled)
13142 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13143 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13144 (auto-revert-notify-handler): Handle also gfilenotify.
13145
13146 * subr.el (file-notify-handle-event): New defun. Replacing ...
13147 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13148 Remove.
13149
13150 2013-06-03 Juri Linkov <juri@jurta.org>
13151
13152 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13153 `M-s h .'. (Bug#14427)
13154
13155 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13156 command `hi-lock-face-symbol-at-point'.
13157 (hi-lock-face-symbol-at-point): New command.
13158 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13159 (hi-lock-menu): Add `highlight-symbol-at-point'.
13160 (hi-lock-mode): Doc fix.
13161
13162 * isearch.el (isearch-forward-symbol-at-point): New command.
13163 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13164 (isearch-highlight-regexp): Add a regexp which matches
13165 words/symbols for word/symbol mode.
13166
13167 * subr.el (find-tag-default-bounds): New function with the body
13168 mostly moved from `find-tag-default'.
13169 (find-tag-default): Move most code to `find-tag-default-bounds',
13170 call it and apply `buffer-substring-no-properties' afterwards.
13171
13172 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13173
13174 * eshell/em-term.el (eshell-term-initialize):
13175 Use `cl-intersection' rather than `intersection'.
13176
13177 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13178
13179 * vc/log-view.el: Doc fix.
13180 (log-view-mode-map): Copy keymap from `special-mode-map'.
13181
13182 2013-06-02 Eric Ludlam <zappo@gnu.org>
13183
13184 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13185 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13186 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13187 (eieio-unbound, eieio-default-superclass)
13188 (eieio--define-field-accessors, method-static, method-before)
13189 (method-primary, method-after, method-num-lists)
13190 (method-generic-before, method-generic-primary)
13191 (method-generic-after, method-num-slots)
13192 (eieio-specialized-key-to-generic-key)
13193 (eieio--check-type, class-v, class-p)
13194 (eieio-class-name, define-obsolete-function-alias)
13195 (eieio-class-parents-fast, eieio-class-children-fast)
13196 (same-class-fast-p, class-constructor, generic-p)
13197 (generic-primary-only-p, generic-primary-only-one-p)
13198 (class-option-assoc, class-option, eieio-object-p)
13199 (class-abstract-p, class-method-invocation-order)
13200 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13201 (eieio-class-un-autoload, eieio-defclass)
13202 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13203 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13204 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13205 (eieio-defgeneric-reset-generic-form)
13206 (eieio-defgeneric-form-primary-only)
13207 (eieio-defgeneric-reset-generic-form-primary-only)
13208 (eieio-defgeneric-form-primary-only-one)
13209 (eieio-defgeneric-reset-generic-form-primary-only-one)
13210 (eieio-unbind-method-implementations)
13211 (eieio--defmethod, eieio--typep)
13212 (eieio-perform-slot-validation, eieio-validate-slot-value)
13213 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13214 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13215 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13216 (eieio-slot-name-index, eieio-class-slot-name-index)
13217 (eieio-set-defaults, eieio-initarg-to-attribute)
13218 (eieio-attribute-to-initarg, eieio-c3-candidate)
13219 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13220 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13221 (eieio-class-precedence-list, eieio-generic-call-methodname)
13222 (eieio-generic-call-arglst, eieio-generic-call-key)
13223 (eieio-generic-call-next-method-list)
13224 (eieio-pre-method-execution-functions, eieio-generic-call)
13225 (eieio-generic-call-primary-only, eieiomt-method-list)
13226 (eieiomt-optimizing-obarray, eieiomt-install)
13227 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13228 (eieio-generic-form, eieio-defmethod, make-obsolete)
13229 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13230 (defclass): Remove `eval-and-compile' from macro.
13231 (call-next-method, shared-initialize): Instead of using
13232 `scoped-class' variable, use new eieio--scoped-class, and
13233 eieio--with-scoped-class.
13234 (initialize-instance): Rename local variable 'scoped-class' to
13235 'this-class' to remove ambiguitity from old global.
13236
13237 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13238 eieio.el.
13239 (eieio--scoped-class-stack): New variable.
13240 (eieio--scoped-class): New fcn.
13241 (eieio--with-scoped-class): New scoping macro.
13242 (eieio-defclass): Use pushnew instead of add-to-list.
13243 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13244 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13245 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13246 `scoped-class' variable, use new eieio--scoped-class, and
13247 eieio--with-scoped-class.
13248
13249 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13250
13251 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13252
13253 * eshell/esh-ext.el (eshell-external-command): Pass args to
13254 `eshell-find-interpreter'.
13255 (eshell-find-interpreter): Add new second parameter ARGS.
13256
13257 * eshell/em-script.el (eshell-script-initialize): Add second arg
13258 to the function added as MATCH to `eshell-interpreter-alist'.
13259
13260 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13261 the function added as MATCH to `eshell-interpreter-alist'.
13262
13263 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13264 (eshell-visual-options): New defcustom.
13265 (eshell-escape-control-x): Adapt docstring.
13266 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13267 `eshell-visual-options' in addition to `eshell-visual-commands'.
13268 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13269
13270 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13271
13272 * progmodes/python.el (python-indent-block-enders): Add break,
13273 continue and raise keywords.
13274
13275 2013-06-01 Glenn Morris <rgm@gnu.org>
13276
13277 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13278
13279 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13280 * progmodes/cc-cmds.el (delete-forward-p):
13281 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13282 * progmodes/cc-engine.el (buffer-syntactic-context):
13283 * progmodes/cc-fonts.el (face-property-instance):
13284 * progmodes/cc-mode.el (set-keymap-parents):
13285 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13286 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13287 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13288 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13289 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13290
13291 * progmodes/cc-vars.el (other): Emacs has this widget since
13292 at least 21.1, so don't (re)define it.
13293
13294 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13295 Replace the obsolete alias pcomplete-arg-quote-list.
13296
13297 2013-06-01 Leo Liu <sdl.web@gmail.com>
13298
13299 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13300 punctuation syntax.
13301 (inferior-octave-minimal-columns)
13302 (inferior-octave-last-column-width): New variables.
13303 (inferior-octave-track-window-width-change): New function.
13304 (inferior-octave-mode): Adjust column width so that Octave output,
13305 for example from 'ls', can fit into the window nicely.
13306
13307 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13308
13309 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13310 Highlight expansions inside regexp literals.
13311
13312 2013-05-31 Glenn Morris <rgm@gnu.org>
13313
13314 * obsolete/sym-comp.el (symbol-complete):
13315 Replace obsolete completion-annotate-function.
13316
13317 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13318
13319 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13320
13321 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13322 New function, checks if point is inside a literal that allows
13323 expression expansion.
13324 (ruby-syntax-propertize-expansion): Use it.
13325 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13326 around the body.
13327
13328 2013-05-30 Juri Linkov <juri@jurta.org>
13329
13330 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13331 to "\M-si".
13332 (isearch-invisible): New variable.
13333 (isearch-forward): Doc fix.
13334 (isearch-mode): Set `isearch-invisible'
13335 to the value of `search-invisible'.
13336 (isearch-toggle-case-fold): Doc fix.
13337 (isearch-toggle-invisible): New command.
13338 (isearch-query-replace): Let-bind `search-invisible'
13339 to the value of `isearch-invisible'.
13340 (isearch-search): Use `isearch-invisible' instead of
13341 `search-invisible'. Let-bind `search-invisible'
13342 to the value of `isearch-invisible'. (Bug#11378)
13343
13344 2013-05-30 Juri Linkov <juri@jurta.org>
13345
13346 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13347 call when `query-flag' is nil and `search-invisible' is non-nil.
13348 (Bug#11746)
13349
13350 2013-05-30 Glenn Morris <rgm@gnu.org>
13351
13352 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13353
13354 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13355 (cc-require): Suppress spurious "noruntime" warnings.
13356 (cc-require-when-compile): Use fboundp, for sake of compiler.
13357
13358 * progmodes/cc-mode.el: Move load of cc-vars before that of
13359 cc-langs (which in turn loads cc-vars), to quieten compiler.
13360
13361 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * paren.el: Simplify the code.
13364 (show-paren-mode): Always start the timer.
13365 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13366 (show-paren--overlay, show-paren--overlay-1): Rename from
13367 show-paren-overlay and show-paren-overlay-1, and initialize to an
13368 overlay rather than to nil.
13369 (show-paren-function): Misc cleanup and simplifications.
13370
13371 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * paren.el (show-paren-data-function): New hook.
13374 (show-paren--default): New function, extracted from show-paren-function.
13375 (show-paren-function): Use show-paren-data-function.
13376
13377 2013-05-30 Glenn Morris <rgm@gnu.org>
13378
13379 * ielm.el (ielm-map, ielm-complete-symbol):
13380 Use completion-at-point rather than obsolete functions.
13381 (inferior-emacs-lisp-mode): Doc fix.
13382 Set completion-at-point-functions, rather than
13383 comint-dynamic-complete-functions.
13384
13385 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13386 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13387 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13388
13389 * image.el (image-animated-p): Tweak definition.
13390
13391 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13392 (rlogin-process-connection-type): Tweak default. Add set-after.
13393 (rlogin-host): Doc fix.
13394 (rlogin): Tweak prompt.
13395 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13396
13397 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13398 * progmodes/tcl.el (inferior-tcl-mode-map):
13399 Use completion-at-point rather than obsolete alias.
13400
13401 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13402
13403 * minibuffer.el (read-file-name-completion-ignore-case):
13404 Move before completion--in-region, for eager macro expansion.
13405
13406 2013-05-29 Juri Linkov <juri@jurta.org>
13407
13408 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13409 for total count of matching lines. Add `global-matches' for total
13410 count of matches. Rename `matches' to `lines' for count of
13411 matching lines. Add `matches' for count of matches.
13412 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13413 to `prev-line' for line number of prev match endpt.
13414 Increment `matches' for every match. Print the number of
13415 matching lines in the header.
13416 (occur-context-lines): Rename `lines' to `curr-line'.
13417 Rename `prev-lines' to `prev-line'. (Bug#14017)
13418
13419 2013-05-29 Juri Linkov <juri@jurta.org>
13420
13421 * replace.el (perform-replace): Add `skip-read-only-count',
13422 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13423 Increment them for corresponding conditions and report the number
13424 of skipped occurrences in the final message. (Bug#11746)
13425 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13426 (replace-string, replace-regexp): Doc fix.
13427
13428 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13431
13432 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13433 prog-mode-map (bug#14504).
13434
13435 2013-05-29 Leo Liu <sdl.web@gmail.com>
13436
13437 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13438 (octave-help): Small simplification.
13439
13440 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13441 off the highlight first.
13442
13443 2013-05-29 Glenn Morris <rgm@gnu.org>
13444
13445 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13446 Handle idlwave-last-system-routine-info-cons-cell being nil.
13447
13448 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13449 (idlwave-write-paths): Simplify via with-temp-buffer.
13450
13451 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13452 * emulation/cua-rect.el: Also load cua-base at run time.
13453
13454 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13455 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13456 (cperl-imenu-on-info): Require imenu.
13457
13458 2013-05-28 Alan Mackenzie <acm@muc.de>
13459
13460 Handle "capitalised keywords" correctly.
13461 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13462
13463 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13464
13465 * eshell/em-unix.el: Add -r option to cp.
13466
13467 2013-05-28 Glenn Morris <rgm@gnu.org>
13468
13469 * vc/vc-arch.el (vc-exec-after): Declare.
13470 (vc-switches): Autoload.
13471 * vc/vc-bzr.el: No need to require vc when compiling.
13472 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13473 (vc-resynch-buffer, vc-dir-refresh): Declare.
13474 (vc-setup-buffer, vc-switches): Autoload.
13475 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13476 (vc-resynch-buffer): Declare.
13477 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13478 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13479 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13480 (grep-read-regexp, grep-read-files, grep-expand-template)
13481 (vc-dir-refresh): Declare.
13482 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13483 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13484 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13485 * vc/vc-mtn.el (vc-exec-after): Declare.
13486 (vc-switches): Autoload.
13487 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13488 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13489 (vc-file-tree-walk): Declare.
13490 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13491 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13492 (vc-tag-precondition, vc-rename-master): Autoload.
13493 * vc/vc-svn.el (vc-exec-after): Declare.
13494 (vc-switches, vc-setup-buffer): Autoload.
13495 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13496 Autoload.
13497 (vc-resynch-buffer): Declare.
13498
13499 * obsolete/fast-lock.el (byte-compile-warnings):
13500 Don't warn about obsolete features in this obsolete file.
13501
13502 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13503 Move definition before use.
13504
13505 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13506 (dun-unix-verbs): Remove dun-zippy.
13507 (dun-zippy): Remove function.
13508
13509 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13510
13511 2013-05-27 Juri Linkov <juri@jurta.org>
13512
13513 * replace.el (replace-search): New function with code moved out
13514 from `perform-replace'.
13515 (replace-highlight, replace-dehighlight): Move function definitions
13516 up closer to `replace-search'. (Bug#11746)
13517
13518 2013-05-27 Juri Linkov <juri@jurta.org>
13519
13520 * replace.el (perform-replace): Ignore invisible matches.
13521 In addition to checking `query-replace-skip-read-only', also
13522 filter out matches by calling `run-hook-with-args-until-failure'
13523 on `isearch-filter-predicates', and also check `search-invisible'
13524 for t or call `isearch-range-invisible'.
13525 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13526
13527 2013-05-27 Juri Linkov <juri@jurta.org>
13528
13529 * isearch.el (isearch-filter-predicates): Rename from
13530 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13531 (isearch-message-prefix): Display text from the property
13532 `isearch-message-prefix' of the currently active filters.
13533 (isearch-search): Don't compare `isearch-filter-predicate' with
13534 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13535 on `isearch-filter-predicates'. Also check `search-invisible' for t
13536 or call `isearch-range-invisible'.
13537 (isearch-filter-visible): Make obsolete.
13538 (isearch-lazy-highlight-search):
13539 Call `run-hook-with-args-until-failure' on
13540 `isearch-filter-predicates' and use `isearch-range-invisible'.
13541
13542 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13543 `isearch-filter-predicates' instead of `funcall'ing
13544 `isearch-filter-predicate'.
13545 (Info-mode): Set `Info-isearch-filter' to
13546 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13547
13548 * dired-aux.el (dired-isearch-filter-predicate-orig):
13549 Remove variable.
13550 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13551 (dired-isearch-filenames-end): Add and remove
13552 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13553 instead of changing the value of `isearch-filter-predicate'.
13554 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13555 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13556 Put property `isearch-message-prefix' to "filename " on
13557 `dired-isearch-filter-filenames'.
13558
13559 * wdired.el (wdired-change-to-wdired-mode):
13560 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13561 locally instead of changing `isearch-filter-predicate'.
13562 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13563
13564 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13565
13566 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13567 return the commit hash (Bug#14459). Also set the
13568 `vc-git-detached' property.
13569 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13570 (vc-git-mode-line-string): Use the same help-echo format whether
13571 in detached mode or not, because we know the actual revision now.
13572 When in detached mode, shorten the revision to 7 chars.
13573
13574 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * emacs-lisp/easy-mmode.el (define-minor-mode):
13577 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13578 mode hook and provide a docstring.
13579
13580 2013-05-27 Alan Mackenzie <acm@muc.de>
13581
13582 Remove spurious syntax-table text properties inserted by C-y.
13583 * progmodes/cc-mode.el (c-after-change): Also clear hard
13584 syntax-table property with value nil.
13585
13586 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13587
13588 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13589 when reading the events; the buffer layout shall not be changed.
13590
13591 2013-05-27 Leo Liu <sdl.web@gmail.com>
13592
13593 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13594 New variable.
13595 (inferior-octave-directory-tracker): Automatically re-sync
13596 default-directory.
13597 (octave-help): Improve handling of 'See also'.
13598
13599 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * doc-view.el: Minor naming convention tweaks.
13602 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13603
13604 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13605 even if there's no `display' property yet (bug#14435).
13606
13607 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13608
13609 * subr.el (unmsys--file-name): Rename from reveal-filename.
13610
13611 * Makefile.in (custom-deps, finder-data, autoloads)
13612 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13613 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13614 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13615
13616 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13619 error-completion on the first 2 args of condition-case (bug#14446).
13620 Don't burp at EOB.
13621
13622 2013-05-25 Leo Liu <sdl.web@gmail.com>
13623
13624 * comint.el (comint-previous-matching-input): Do not flood the
13625 *Messages* buffer with trivial messages.
13626
13627 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13628
13629 * progmodes/flymake.el (flymake-nop): Don't return a string.
13630 (flymake-set-at): Fix typo.
13631
13632 * simple.el (read--expression): New function, extracted from
13633 eval-expression. Set completion-at-point-functions (bug#14465).
13634 (eval-expression, eval-minibuffer): Use it.
13635
13636 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13637
13638 * progmodes/flymake.el (flymake-save-buffer-in-file)
13639 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13640 (flymake-selected-frame, flymake-log, flymake-ins-after)
13641 (flymake-set-at, flymake-get-buildfile-from-cache)
13642 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13643 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13644 Refine the doc string.
13645 (flymake-get-file-name-mode-and-masks): Reformat.
13646 (flymake-get-real-file-name-function): Fix a minor bug.
13647
13648 2013-05-24 Juri Linkov <juri@jurta.org>
13649
13650 * progmodes/grep.el (grep-mode-font-lock-keywords):
13651 Support =linenumber= format used by git-grep for lines with
13652 function names. (Bug#13549)
13653
13654 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13655
13656 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13657 0 after a semi-colon; it works better for smie-auto-fill.
13658 (octave--indent-new-comment-line): New function.
13659 (octave-indent-new-comment-line): Use it (indirectly).
13660 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13661 modify comment-line-break-function.
13662
13663 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13664 (smie-setup): Use add-function to set it.
13665
13666 2013-05-24 Sam Steingold <sds@gnu.org>
13667
13668 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13669 argument (before the `interactive' argument).
13670
13671 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * image-mode.el (image-mode-winprops): Add winprops to
13674 image-mode-winprops-alist before running
13675 image-mode-new-window-functions.
13676 * doc-view.el (doc-view-new-window-function): Don't delay
13677 doc-view-goto-page via timers (bug#14435).
13678
13679 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13680
13681 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13682 (doc-view-desktop-save-buffer): New function.
13683 (doc-view-restore-desktop-buffer): New function.
13684 (desktop-buffer-mode-handlers):
13685 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13686 handler.
13687 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13688 `desktop-save-buffer' function.
13689
13690 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13691
13692 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13693 (tramp-gvfs-file-name-handler): Raise a user error when
13694 `tramp-gvfs-enabled' is nil.
13695 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13696 Do not raise a user error when loading package. (Bug#14447)
13697
13698 * net/xesam.el: Move to obsolete/.
13699
13700 2013-05-24 Glenn Morris <rgm@gnu.org>
13701
13702 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13703
13704 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13705
13706 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13707 (Info-find-node, Man-getpage-in-background): Declare.
13708
13709 * mail/unrmail.el (unrmail):
13710 Replace obsolete detect-coding-with-priority.
13711
13712 * net/socks.el (socks-split-string): Use this rather than split-string.
13713 (socks-nslookup-host): Update for above change.
13714 (dynamic-choice, s5-dynamic-choice-match)
13715 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13716 Comment out unused code.
13717
13718 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13719 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13720 (gud-tooltip-echo-area): Make obsolete.
13721 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13722
13723 * progmodes/js.el (js--optimize-arglist): Declare.
13724
13725 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13726
13727 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13728 (ediff-window-C): Declare.
13729
13730 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13731 Tweak requires to silence compiler.
13732
13733 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13734 (he-search-string, he-tried-table, he-expand-list)
13735 (he-init-string, he-string-member, he-substitute-string)
13736 (he-reset-string): Declare.
13737
13738 * obsolete/options.el (list-options): Use custom-variable-p,
13739 rather than obsolete alias.
13740
13741 2013-05-23 Sam Steingold <sds@gnu.org>
13742
13743 * simple.el (shell-command-on-region): Pass the `replace' argument
13744 down to `call-process-region' to comply with the doc as reported on
13745 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13746
13747 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * emacs-lisp/smie.el (smie-indent-forward-token)
13750 (smie-indent-backward-token): Handle string tokens (bug#14381).
13751
13752 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13753
13754 * ielm.el (ielm-menu): New menu.
13755 (inferior-emacs-lisp-mode): Set comment-start.
13756
13757 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13758
13759 * textmodes/reftex.el (reftex-ref-style-toggle):
13760 Fix deactivate action.
13761
13762 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13763 Add cleveref macros.
13764
13765 * textmodes/reftex-parse.el
13766 (reftex-locate-bibliography-files): Accept options for
13767 bibliography commands.
13768 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13769 Add addbibresource. Basic Biblatex support.
13770
13771 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13772
13773 * net/tramp-gvfs.el (top):
13774 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13775 when loading package. (Bug#14447)
13776
13777 2013-05-23 Glenn Morris <rgm@gnu.org>
13778
13779 * progmodes/js.el: No need to load comint when compiling.
13780 (ring-insert, comint-send-string, comint-send-input)
13781 (comint-last-input-end, ido-chop): Declare.
13782
13783 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13784 * vc/ediff-mult.el: Adjust requires.
13785 (ediff-directories-internal, ediff-directory-revisions-internal)
13786 (ediff-patch-file-internal): Declare.
13787 * vc/ediff-ptch.el: Adjust requires.
13788 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13789 (ediff-find-file): Autoload.
13790 * vc/ediff-util.el: No need to load ediff when compiling.
13791 (ediff-regions-internal): Declare.
13792 * vc/ediff-wind.el: Adjust requires.
13793 (ediff-compute-toolbar-width): Define when compiling.
13794 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13795 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13796 (dired-get-filename, dired-get-marked-files)
13797 (ediff-last-dir-patch, ediff-patch-default-directory)
13798 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13799 (ediff-patch-buffer-internal): Declare.
13800
13801 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13802 (ispell-process, ispell-buffer-local-words, lm-summary)
13803 (lm-section-start, lm-section-end): Declare.
13804 (checkdoc-ispell-init): Simplify.
13805
13806 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13807 (he-string-member, he-reset-string, he-substitute-string): Declare.
13808
13809 * eshell/em-ls.el: Adjust requires.
13810 (eshell-glob-regexp): Declare.
13811 * eshell/em-tramp.el: Adjust requires.
13812 (eshell-parse-command): Autoload.
13813 * eshell/em-xtra.el: Adjust requires.
13814 (eshell-parse-command): Autoload.
13815 * eshell/esh-ext.el: Adjust requires.
13816 (eshell-parse-command, eshell-close-handles): Autoload.
13817 * eshell/esh-io.el: Adjust requires.
13818 (eshell-output-filter): Autoload.
13819 * eshell/esh-util.el: No need to load tramp when compiling.
13820 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13821 Declare.
13822 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13823 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13824 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13825 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13826 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13827 * eshell/esh-opt.el, eshell/esh-proc.el:
13828 * eshell/esh-var.el: Adjust requires.
13829 * eshell/eshell.el: Do not require esh-util twice.
13830 (eshell-add-input-to-history): Declare.
13831 (eshell-command): Check history module is active before using it.
13832
13833 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13834
13835 2013-05-22 Leo Liu <sdl.web@gmail.com>
13836
13837 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13838
13839 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13840
13841 * autorevert.el (auto-revert-notify-add-watch)
13842 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13843 it indicates changes in file modification time.
13844
13845 2013-05-22 Glenn Morris <rgm@gnu.org>
13846
13847 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13848 Always delete the autoloaded function from the noruntime and
13849 unresolved functions lists.
13850
13851 * allout.el: No need to load epa, epg, overlay when compiling.
13852 (epg-context-set-passphrase-callback, epg-list-keys)
13853 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13854 (epg-key-user-id-list): Declare.
13855
13856 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13857 (viper-set-parsing-style-toggling-macro)
13858 (viper-set-emacs-state-searchstyle-macros):
13859 Use called-interactively-p on Emacs.
13860 (viper-looking-back): Make it an obsolete alias. Update callers.
13861 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13862 Use looking-back rather than viper-looking-back.
13863 (viper-tmp-insert-at-eob, viper-enlarge-region)
13864 (viper-read-string-with-history, viper-register-to-point)
13865 (viper-append-to-register, viper-change-state-to-vi)
13866 (viper-backward-char-carefully, viper-forward-char-carefully)
13867 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13868 (viper-change-state-to-emacs): Declare.
13869 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13870 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13871 * emulation/viper-mous.el: Do not load viper-cmd.
13872 (viper-backward-char-carefully, viper-forward-char-carefully)
13873 (viper-forward-word, viper-adjust-window): Declare.
13874
13875 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13876
13877 * progmodes/idlw-help.el (idlwave-help-fontify):
13878 Use called-interactively-p.
13879
13880 * term/w32console.el (w32-get-console-codepage)
13881 (w32-get-console-output-codepage): Declare.
13882
13883 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13884 Remove unnecessary declarations.
13885 (dframe-message): Doc fix.
13886
13887 * info.el (dframe-select-attached-frame, dframe-current-frame):
13888 Declare.
13889
13890 * speedbar.el (speedbar-message): Make it an obsolete alias.
13891 Update all callers.
13892 (speedbar-with-attached-buffer)
13893 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13894 (speedbar-with-writable): Use backquote.
13895 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13896 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13897 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13898 rather than speedbar- aliases.
13899 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13900 (speedbar-make-specialized-keymap, speedbar-insert-button)
13901 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13902 (speedbar-do-function-pointer): Declare.
13903 (rmail-speedbar-button, rmail-speedbar-find-file)
13904 (rmail-speedbar-move-message):
13905 Use dframe-with-attached-buffer rather than speedbar- alias.
13906 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13907 (dframe-message, speedbar-make-specialized-keymap)
13908 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13909 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13910 (speedbar-insert-button, dframe-select-attached-frame)
13911 (dframe-maybee-jump-to-attached-frame)
13912 (speedbar-change-initial-expansion-list)
13913 (speedbar-previously-used-expansion-list-name): Declare.
13914 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13915 Use dframe-message, dframe-with-attached-buffer rather than
13916 speedbar- aliases.
13917 (gud-sentinel): Silence compiler.
13918 * progmodes/vhdl-mode.el (speedbar-refresh)
13919 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13920 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13921 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13922 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13923 (speedbar-file-lists, speedbar-make-tag-line)
13924 (speedbar-line-directory, speedbar-goto-this-file)
13925 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13926 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13927 (speedbar-make-button, speedbar-reset-scanners)
13928 (speedbar-files-item-info, speedbar-line-text)
13929 (speedbar-find-file-in-frame, speedbar-set-timer)
13930 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13931 (speedbar-with-writable): Do not (re)define it.
13932 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13933 rather than speedbar- alias.
13934
13935 2013-05-21 Leo Liu <sdl.web@gmail.com>
13936
13937 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13938 menu items.
13939 (octave-mode): Tweak fill-nobreak-predicate.
13940 (inferior-octave-startup): Check process to avoid infinite loop.
13941 (inferior-octave): Pop to buffer first to show abornmal process
13942 exit information.
13943
13944 2013-05-21 Glenn Morris <rgm@gnu.org>
13945
13946 * printing.el (pr-menu-bar): Define when compiling.
13947
13948 2013-05-21 Leo Liu <sdl.web@gmail.com>
13949
13950 * progmodes/octave.el (octave-auto-fill): Remove.
13951 (octave-indent-new-comment-line): Improve.
13952 (octave-mode): Use auto fill mode through
13953 comment-line-break-function and fill-nobreak-predicate.
13954 (octave-goto-function-definition): Support DEFUN_DLD.
13955 (octave-beginning-of-defun): Small tweak.
13956 (octave-help): Show parent directory.
13957
13958 2013-05-21 Glenn Morris <rgm@gnu.org>
13959
13960 * files.el (dired-unmark):
13961 * progmodes/gud.el (gdb-input): Update declarations.
13962
13963 * calculator.el (electric, ehelp): No need to load when compiling.
13964 (Electric-command-loop, electric-describe-mode): Declare.
13965
13966 * doc-view.el (doc-view-current-converter-processes): Move before use.
13967
13968 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13969 Move MODE-set-explicitly definition before use.
13970
13971 * international/mule-diag.el (mule-diag):
13972 Don't use obsolete window-system-version.
13973
13974 * mail/feedmail.el (smtpmail): No need to load when compiling.
13975 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13976
13977 * mail/mail-utils.el (rfc822): No need to load when compiling.
13978 (rfc822-addresses): Autoload it.
13979 (mail-strip-quoted-names): Trivial simplification.
13980
13981 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13982 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13983
13984 * net/snmp-mode.el (tempo): Don't duplicate requires.
13985
13986 * progmodes/prolog.el (info): No need to load when compiling.
13987 (comint): Require before shell requires it.
13988 (Info-goto-node): Autoload it.
13989 (Info-follow-nearest-node): Declare.
13990 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13991
13992 * textmodes/artist.el (picture-mode-exit): Declare.
13993
13994 * textmodes/reftex-parse.el (reftex-parse-from-file):
13995 Trivial rewrite so the compiler can parse it better.
13996
13997 2013-05-20 Leo Liu <sdl.web@gmail.com>
13998
13999 * progmodes/octave.el (octave-help-mode-map)
14000 (octave-help-mode-finish-hook): New variables.
14001 (octave-help-mode, octave-help-mode-finish): New functions.
14002 (octave-help): Use octave-help-mode.
14003
14004 2013-05-20 Glenn Morris <rgm@gnu.org>
14005
14006 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14007
14008 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14009
14010 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14011 start at point, so that expansion starting right after opening
14012 slash in a regexp is recognized.
14013 (ruby-syntax-before-regexp-re): New defvar, extracted from
14014 ruby-syntax-propertize-function. Since the value of this regexp
14015 is looked up at runtime now, we should be able to turn
14016 `ruby-syntax-methods-before-regexp' into a defcustom later.
14017 (ruby-syntax-propertize-function): Split regexp matching into two
14018 parts, for opening and closing slashes. That allows us to skip
14019 over string interpolations and support multiline regexps.
14020 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14021 for them, which calls `ruby-syntax-propertize-expansion'.
14022 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14023 call to `ruby-syntax-propertize-function'.
14024 (ruby-syntax-propertize-expansion): Extracted from
14025 `ruby-syntax-propertize-expansions'. Handles one expansion.
14026 (ruby-syntax-propertize-percent-literal): Leave point right after
14027 the percent symbol, so that the expression expansion rule can
14028 propertize the contents.
14029 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14030 heredoc openers.
14031 (ruby-syntax-propertize-expansions): Remove.
14032
14033 2013-05-18 Juri Linkov <juri@jurta.org>
14034
14035 * man.el (Man-default-man-entry): Remove `-' from the end
14036 of the default value. (Bug#14400)
14037
14038 2013-05-18 Glenn Morris <rgm@gnu.org>
14039
14040 * comint.el (comint-password-prompt-regexp):
14041 Allow "password for XXX" where XXX contains colons (eg https://...).
14042
14043 2013-05-18 Leo Liu <sdl.web@gmail.com>
14044
14045 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14046 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14047 (octave-source-directories): Don't check process.
14048 (octave-source-directories, octave-find-definition): Doc fix.
14049
14050 2013-05-18 Glenn Morris <rgm@gnu.org>
14051
14052 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14053 Remove backspace/delete bindings. (Bug#14392)
14054
14055 * cus-dep.el (custom-make-dependencies): Sort the output.
14056 (custom-versions-load-alist): Convert comment to doc.
14057
14058 2013-05-17 Leo Liu <sdl.web@gmail.com>
14059
14060 * newcomment.el (comment-search-backward): Stricter in finding
14061 comment start. (Bug#14303)
14062
14063 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14064 (octave-comment-start-skip): Properly anchored.
14065
14066 2013-05-17 Leo Liu <sdl.web@gmail.com>
14067
14068 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14069 Clean up when turned off. (Bug#14395)
14070 (smie--highlight-matching-block-overlay): No longer buffer-local.
14071 (smie-highlight-matching-block): Adjust.
14072
14073 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14074
14075 Doc string fix for "nanoseconds" (Bug#14406).
14076 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14077 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14078
14079 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14080
14081 * calc/calc-units.el (math-extract-units): Preserve powers
14082 of units.
14083
14084 2013-05-17 Leo Liu <sdl.web@gmail.com>
14085
14086 * subr.el (delete-consecutive-dups): New function.
14087 * ido.el (ido-set-matches-1): Use it.
14088 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14089 * ido.el (ido-remove-consecutive-dups): Remove.
14090
14091 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14094 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14095 regexp-opt's `words'.
14096
14097 2013-05-16 Leo Liu <sdl.web@gmail.com>
14098
14099 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14100 (smie--highlight-matching-block-overlay)
14101 (smie--highlight-matching-block-lastpos)
14102 (smie--highlight-matching-block-timer): New variables.
14103 (smie-highlight-matching-block): New function.
14104 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14105 (smie-setup): Conditionally enable smie-blink-matching-open.
14106
14107 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14108
14109 Sync with upstream verilog-mode r840.
14110 * progmodes/verilog-mode.el (verilog-mode-version)
14111 (verilog-mode-release-date): Update.
14112 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14113 (verilog-sig-tieoff): Fix string error on
14114 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14115 (verilog-read-decls): Fix parameters confusing
14116 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14117
14118 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14119
14120 * subr.el (reveal-filename): New function.
14121
14122 * loadup.el: Compute Emacs executable versions on MS-Windows,
14123 where executables have the .exe extension. Add a hard link
14124 emacs-XX.YY.ZZ.exe on MS-Windows.
14125
14126 * Makefile.in (XARGS_LIMIT): New variable.
14127 (custom-deps, finder-data, autoloads)
14128 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14129 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14130 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14131 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14132
14133 2013-05-16 Leo Liu <sdl.web@gmail.com>
14134
14135 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14136 (octave-mode-menu, octave-mode-map): Remove its uses.
14137
14138 2013-05-16 Reto Zimmermann <reto@gnu.org>
14139
14140 Sync with upstream vhdl mode v3.34.2.
14141 * progmodes/vhdl-mode.el: Use `push' throughout.
14142 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14143 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14144 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14145 (vhdl-actual-generic-name): New option to derive actual generic name.
14146 (vhdl-port-paste-signals): Replace formal by actual generics.
14147 (vhdl-beautify): New name for old group vhdl-align. Update users.
14148 (vhdl-beautify-options): New option.
14149 (vhdl-last-input-event): New compat alias. Use throughout.
14150 (vhdl-goto-line): Replace user level function `goto-line'.
14151 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14152 vhdl-fix-statement-buffer.
14153 (vhdl-create-mode-menu): Add some entries.
14154 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14155 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14156 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14157 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14158 to force statements on one line.
14159 (vhdl-remove-trailing-spaces-region):
14160 New, split from vhdl-remove-trailing-spaces.
14161 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14162 Respect vhdl-beautify-options.
14163 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14164 (vhdl-update-sensitivity-list): Not add with index if exists without.
14165 Not include array index with signal. Ignore keywords in comments.
14166 (vhdl-get-visible-signals): Regexp tweaks.
14167 (vhdl-template-component-inst): Handle empty library.
14168 (vhdl-template-type): Add template for 'enum' type.
14169 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14170 Use vhdl-replace-string.
14171 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14172 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14173 (vhdl-speedbar-initialize): Update for above name change.
14174 (vhdl-compose-wire-components): Fix in handling of constants.
14175 (vhdl-error-regexp-emacs-alist): New variable.
14176 (vhdl-error-regexp-add-emacs): New function;
14177 adds support for new compile.el (Emacs 22+)
14178 (vhdl-generate-makefile-1): Change target order for single lib. units.
14179 Allow use of absolute file names.
14180
14181 2013-05-16 Leo Liu <sdl.web@gmail.com>
14182
14183 * simple.el (prog-indent-sexp): Indent enclosing defun.
14184
14185 2013-05-15 Glenn Morris <rgm@gnu.org>
14186
14187 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14188 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14189 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14190 (whitespace-highlight): Move to whitespace group.
14191
14192 * comint.el (comint-source):
14193 * pcmpl-linux.el (pcmpl-linux):
14194 * shell.el (shell-faces):
14195 * eshell/esh-opt.el (eshell-opt):
14196 * international/ccl.el (ccl): Remove empty custom groups.
14197
14198 * completion.el (dynamic-completion-mode):
14199 * jit-lock.el (jit-lock-debug-mode):
14200 * minibuffer.el (completion-in-region-mode):
14201 * type-break.el (type-break-mode-line-message-mode)
14202 (type-break-query-mode):
14203 * emulation/tpu-edt.el (tpu-edt-mode):
14204 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14205 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14206 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14207
14208 * term/xterm.el (xterm): Change parent group to terminals.
14209
14210 * master.el (master): Remove empty custom group.
14211 (master-mode): Remove unused :group argument.
14212 * textmodes/refill.el (refill): Remove empty custom group.
14213 (refill-mode): Remove unused :group argument.
14214
14215 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14216
14217 * cus-dep.el: Provide a feature.
14218 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14219 Don't mistakenly ignore files whose basenames match a basename
14220 from preloaded-file-list (eg cedet/ede/simple.el).
14221 Add a fallback method for getting :group.
14222
14223 2013-05-15 Juri Linkov <juri@jurta.org>
14224
14225 * isearch.el (isearch-char-by-name): Rename from
14226 `isearch-insert-char-by-name'. Doc fix.
14227 (isearch-forward): Mention `isearch-char-by-name' in
14228 the docstring. (Bug#13348)
14229
14230 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14231 `exit-minibuffer' instead of
14232 `isearch-nonincremental-exit-minibuffer'.
14233 (isearch-edit-string): Remove mention of
14234 `isearch-nonincremental-exit-minibuffer' from docstring.
14235 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14236 (isearch-forward-exit-minibuffer)
14237 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14238
14239 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * loadup.el: Just use unversioned DOC.
14242
14243 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14244 literals as extending to EOB.
14245 (nxml-last-fontify-end): Remove unused variable.
14246 (nxml-after-change1): Use with-silent-modifications.
14247 (nxml-extend-after-change-region): Simplify.
14248 (nxml-extend-after-change-region1): Remove function.
14249 (nxml-after-change1): Don't adjust for dependent regions.
14250 (nxml-fontify-matcher): Simplify.
14251 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14252 (xmltok-add-dependent): Remove function.
14253 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14254 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14255 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14256 unclosed <[[, <?, comment, and other literals as extending to EOB.
14257 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14258 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14259 Remove functions.
14260 (rng-do-some-validation-1): Don't mark dependent regions.
14261 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14262 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14263 (nxml-clear-dependent-regions): Remove functions.
14264 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14265 (nxml-ensure-scan-up-to-date):
14266 Don't clear&mark dependent regions.
14267
14268 2013-05-15 Leo Liu <sdl.web@gmail.com>
14269
14270 * progmodes/octave.el (octave-goto-function-definition):
14271 Improve and fix callers.
14272
14273 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14276 the setter (bug#14387).
14277
14278 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14279 surrounding group (bug#14402).
14280
14281 2013-05-14 Juri Linkov <juri@jurta.org>
14282
14283 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14284 (Bug#14390)
14285
14286 2013-05-14 Glenn Morris <rgm@gnu.org>
14287
14288 * progmodes/f90.el (f90-imenu-generic-expression):
14289 Fix typo in 2013-05-08 change. (Bug#14402)
14290
14291 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14292
14293 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14294 Remove signals for which replies are never received.
14295
14296 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14297
14298 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14299 (gdb-handler-alist, gdb-handler-number): Remove variables.
14300 (gdb-handler-list): New variable.
14301 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14302 (gdb-pending-handler-p, gdb-handle-reply)
14303 (gdb-remove-all-pending-triggers): New functions.
14304 (gdb-discard-unordered-replies): New defcustom.
14305 (gdb-handler): New defstruct.
14306 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14307 instead of gdb-pending-triggers. Update docstring.
14308 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14309 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14310 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14311 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14312 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14313 (gdb-frame-handler): Pending triggers are now automatically managed.
14314 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14315 Remove argument.
14316 (gdb-input): Automatically handles pending triggers. Update docstring.
14317 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14318 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14319 Update comments.
14320 (gdb-done-or-error): Now use gdb-handle-reply.
14321
14322 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14323
14324 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14325 gdb-debug-log.
14326
14327 2013-05-14 Glenn Morris <rgm@gnu.org>
14328
14329 * subr.el (user-emacs-directory-warning): New option.
14330 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14331
14332 2013-05-14 Leo Liu <sdl.web@gmail.com>
14333
14334 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14335 during redisplay.
14336 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14337 (octave-font-lock-texinfo-comment): Fix invalid search bound
14338 error: wrong side of point.
14339
14340 2013-05-14 Glenn Morris <rgm@gnu.org>
14341
14342 * progmodes/flymake.el (flymake-xml-program): New option.
14343 (flymake-xml-init): Use it.
14344
14345 * term/xterm.el: Provide a feature.
14346
14347 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14348
14349 2013-05-13 Glenn Morris <rgm@gnu.org>
14350
14351 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14352 Add compat aliases as a hack workaround. (Bug#14384)
14353
14354 2013-05-13 Leo Liu <sdl.web@gmail.com>
14355
14356 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14357 ###, and %!.
14358 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14359 C-M-q.
14360 (octave-comment-start-skip): Include %!.
14361 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14362
14363 2013-05-12 Leo Liu <sdl.web@gmail.com>
14364
14365 * progmodes/octave.el (inferior-octave-startup): Store the value
14366 of __octave_srcdir__ for octave-source-directories.
14367 (inferior-octave-check-process): New function refactored out of
14368 inferior-octave-send-list-and-digest.
14369 (octave-source-directories)
14370 (octave-find-definition-filename-function): New variables.
14371 (octave-source-directories)
14372 (octave-find-definition-default-filename): New functions.
14373 (octave-find-definition): Improve to find functions implemented in C++.
14374
14375 2013-05-12 Glenn Morris <rgm@gnu.org>
14376
14377 * calendar/diary-lib.el (diary-outlook-format-1):
14378 Don't include dayname in the output. (Bug#14349)
14379
14380 2013-05-11 Glenn Morris <rgm@gnu.org>
14381
14382 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14383
14384 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14385 Treat cc-provide like provide.
14386
14387 2013-05-11 Kevin Ryde <user42@zip.com.au>
14388
14389 * cus-dep.el (custom-make-dependencies):
14390 Use generated-autoload-load-name for the sake of files such
14391 such cedet/semantic/bovine/c.el, where the base file name
14392 is not in load-path. (Bug#5277)
14393
14394 2013-05-11 Glenn Morris <rgm@gnu.org>
14395
14396 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14397 Provide features.
14398
14399 2013-05-11 Leo Liu <sdl.web@gmail.com>
14400
14401 * progmodes/octave.el (octave-indent-comment): Improve.
14402 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14403 (octave-eldoc-function-signatures, octave-eldoc-function):
14404 New functions.
14405 (octave-mode, inferior-octave-mode): Add eldoc support.
14406
14407 2013-05-11 Richard Stallman <rms@gnu.org>
14408
14409 * epa.el (epa-decrypt-file): Take output file name as argument
14410 and read it using `interactive'.
14411
14412 2013-05-11 Leo Liu <sdl.web@gmail.com>
14413
14414 * progmodes/octave.el (octave-beginning-of-line)
14415 (octave-end-of-line): Check before using up-list because it jumps
14416 out of more syntactic contructs since moving to smie.
14417 (octave-indent-comment): New function.
14418 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14419 (octave-begin-keywords, octave-end-keywords)
14420 (octave-reserved-words, octave-smie-bnf-table)
14421 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14422
14423 2013-05-11 Glenn Morris <rgm@gnu.org>
14424
14425 * faces.el (internal-face-x-get-resource):
14426 * frame.el (ns-display-monitor-attributes-list):
14427 * calc/calc-aent.el (math-to-radians-2):
14428 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14429 Fix declarations.
14430
14431 * calc/calc-menu.el: Make it loadable in isolation.
14432
14433 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14434 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14435 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14436 (eudc-bbdb-query-internal): Require 'bbdb.
14437
14438 * lpr.el (lpr-headers-switches):
14439 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14440
14441 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14442
14443 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14444
14445 * term.el (term-set-escape-char): Make it idempotent.
14446
14447 2013-05-10 Leo Liu <sdl.web@gmail.com>
14448
14449 * progmodes/octave.el (inferior-octave-completion-table):
14450 No longer a function and all uses changed. Use cache to speed up
14451 completion due to bug#11906.
14452 (octave-beginning-of-defun): Re-write to be more general.
14453
14454 2013-05-10 Glenn Morris <rgm@gnu.org>
14455
14456 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14457
14458 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14459
14460 * comint.el (comint-redirect-send-command-to-process): Use :around
14461 rather than :override for comint-redirect-filter.
14462 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14463 Call it instead of comint-redirect-original-filter-function (which
14464 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14465
14466 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14467
14468 * frame.el (display-monitor-attributes-list): Add NS case.
14469 (ns-display-monitor-attributes-list): Declare.
14470
14471 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14472
14473 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14474
14475 2013-05-09 Glenn Morris <rgm@gnu.org>
14476
14477 * international/fontset.el (vertical-centering-font-regexp):
14478 Set standard-value.
14479
14480 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14481
14482 * bookmark.el (bookmark-search-delay):
14483 * cus-start.el (vertical-centering-font-regexp):
14484 * ps-mule.el (ps-mule-font-info-database-default):
14485 * ps-print.el (ps-default-fg, ps-default-bg):
14486 * type-break.el (type-break-good-break-interval):
14487 * whitespace.el (whitespace-indentation-regexp)
14488 (whitespace-space-after-tab-regexp):
14489 * emacs-lisp/testcover.el (testcover-1value-functions)
14490 (testcover-noreturn-functions, testcover-progn-functions)
14491 (testcover-prog1-functions):
14492 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14493 * eshell/em-glob.el (eshell-glob-translate-alist):
14494 * play/tetris.el (tetris-tty-colors):
14495 * progmodes/cpp.el (cpp-face-default-list):
14496 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14497 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14498 (idlwave-help-browser-generic-args):
14499 * progmodes/make-mode.el (makefile-special-targets-list):
14500 * progmodes/python.el (python-shell-virtualenv-path):
14501 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14502 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14503 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14504 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14505 * textmodes/reftex-vars.el (reftex-format-label-function):
14506 * textmodes/remember.el (remember-diary-file): Fix custom types.
14507
14508 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14509 Add :version.
14510
14511 2013-05-09 Leo Liu <sdl.web@gmail.com>
14512
14513 * progmodes/octave.el (inferior-octave-completion-at-point):
14514 Restore file completion. (Bug#14300)
14515 (inferior-octave-startup): Fix incorrect highlighting for the
14516 first prompt.
14517
14518 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * progmodes/ruby-mode.el: First cut at SMIE support.
14521 (ruby-use-smie): New var.
14522 (ruby-smie-grammar): New constant.
14523 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14524 (ruby-smie--forward-token, ruby-smie--backward-token)
14525 (ruby-smie-rules): New functions.
14526 (ruby-mode-variables): Setup SMIE if applicable.
14527
14528 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14529
14530 * simple.el (line-move-visual): Signal beginning/end of buffer
14531 only if vertical-motion moved less than it was requested. Avoids
14532 silly incorrect error messages when there are display strings with
14533 multiple newlines at EOL.
14534
14535 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14536
14537 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14538 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14539 (prolog-char-quote-workaround):
14540 * progmodes/cperl-mode.el (cperl-under-as-char):
14541 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14542 Mark as obsolete.
14543 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14544 their declaration.
14545 (vhdl-mode-syntax-table-init): Remove.
14546
14547 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14548 last change.
14549
14550 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14551 syntax for "_".
14552 (ld-script-font-lock-keywords):
14553 Change regexps to use things like \_< and \_>.
14554
14555 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14556 Change all regexps to use things like \_< and \_>.
14557
14558 * progmodes/autoconf.el (autoconf-definition-regexp)
14559 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14560 Handle a _ with symbol syntax.
14561 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14562
14563 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14564 Consolidate declaration.
14565 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14566 the declaration.
14567 (ada-create-syntax-table): Remove.
14568 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14569 already has the right syntax nowadays.
14570 (ada-goto-next-word): Don't change the syntax of "_".
14571
14572 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14573 with-wrapper-hook.
14574
14575 2013-05-08 Sam Steingold <sds@gnu.org>
14576
14577 * thingatpt.el (thing-at-point): Accept optional second argument
14578 NO-PROPERTIES to strip the text properties from the return value.
14579 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14580 to `thing-at-point' instead of stripping the properties ourselves.
14581 Also, when `thing-at-point' fails to find a url, prepend "http://"
14582 to the filename at point on the assumption that the user is
14583 pointing at something like gnu.org/gnu.
14584
14585 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14586
14587 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14588 * faces.el (crm-separator):
14589 Silence byte-compiler.
14590
14591 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14592 (tool-bar-map): Remove unneeded defvars.
14593
14594 2013-05-08 Leo Liu <sdl.web@gmail.com>
14595
14596 Re-work a fix for bug#10994 based on Le Wang's patch.
14597 * ido.el (ido-remove-consecutive-dups): New helper.
14598 (ido-completing-read): Use it.
14599 (ido-chop): Revert fix for bug#10994.
14600
14601 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14602
14603 * cus-edit.el (custom-save-variables):
14604 Pretty-print long values. (Bug#14187)
14605
14606 2013-05-08 Glenn Morris <rgm@gnu.org>
14607
14608 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14609 (m4-mode-syntax-table): Init in the defvar.
14610 (m4-mode-abbrev-table): Let define-derived-mode define it.
14611
14612 2013-05-08 Tom Tromey <tromey@redhat.com>
14613
14614 * progmodes/m4-mode.el (m4-mode-syntax-table):
14615 Do not treat "_" as word constituent. (Bug#14167)
14616
14617 2013-05-07 Glenn Morris <rgm@gnu.org>
14618
14619 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14620 Remove explicit eshell-isearch-cancel-map.
14621
14622 * progmodes/f90.el (f90-smart-end-names): New option.
14623 (f90-smart-end): Doc fix.
14624 (f90-end-block-optional-name): New constant.
14625 (f90-block-match): Respect f90-smart-end-names.
14626
14627 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14630 about implicit semi-colons (bug#14218).
14631
14632 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14633
14634 * frame.el (display-monitor-attributes-list)
14635 (frame-monitor-attributes): New functions.
14636
14637 2013-05-06 Leo Liu <sdl.web@gmail.com>
14638
14639 * progmodes/octave.el (octave-syntax-propertize-function): Change
14640 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14641 (octave-font-lock-keywords): Use octave-operator-regexp.
14642 (octave-completion-at-point): Rename from
14643 octave-completion-at-point-function.
14644 (inferior-octave-directory-tracker): Robustify.
14645 (octave-text-functions): Remove and fix its uses. No such things
14646 any more.
14647
14648 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * emacs-lisp/trace.el (trace--display-buffer): New function.
14651 (trace-make-advice): Use it.
14652
14653 2013-05-06 Juri Linkov <juri@jurta.org>
14654
14655 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14656 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14657 Doc fix.
14658 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14659 in the help string. (Bug#12985)
14660
14661 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14662
14663 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14664
14665 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14666
14667 * progmodes/perl-mode.el: Add support for here documents.
14668 (perl-syntax-propertize-function): Match here-doc markers.
14669 (perl-syntax-propertize-special-constructs): Find their end.
14670 (perl-imenu-generic-expression): Use [:alnum:].
14671
14672 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14673 (advice--add-function): Refresh the advice if already present
14674 (bug#14317).
14675
14676 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14677
14678 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14679
14680 2013-05-06 Glenn Morris <rgm@gnu.org>
14681
14682 * w32-fns.el (w32-charset-info-alist): Declare.
14683
14684 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14685 of its defcustom properties.
14686 (eshell-cmpl-initialize): No need to load pcomplete.
14687
14688 * generic-x.el: No need to require comint when compiling.
14689
14690 * net/eudc-export.el: Make it loadable without bbdb.
14691 (top-level): Use require rather than load-library.
14692 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14693 (eudc-batch-export-records-to-bbdb)
14694 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14695 Require bbdb.
14696
14697 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14700 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14701 some tweaks, instead.
14702
14703 2013-05-05 Leo Liu <sdl.web@gmail.com>
14704
14705 * progmodes/octave.el (octave-font-lock-keywords)
14706 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14707 (inferior-octave-send-list-and-digest): Improve error message.
14708 (octave-mode, inferior-octave-mode): Use setq-local.
14709 (octave-help): Set info-lookup-mode.
14710
14711 2013-05-05 Richard Stallman <rms@gnu.org>
14712
14713 * vc/compare-w.el (compare-windows-whitespace):
14714 Treat no-break space as whitespace.
14715
14716 * mail/rmailsum.el (rmail-summary-rmail-update):
14717 Detect empty summary and don't change selected message.
14718 (rmail-summary-goto-msg): Likewise.
14719
14720 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14721 Doc fixes, rename args.
14722
14723 2013-05-05 Alan Mackenzie <acm@muc.de>
14724
14725 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14726
14727 2013-05-05 Juri Linkov <juri@jurta.org>
14728
14729 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14730 to not add the length of the summary segment to the return value.
14731 (Bug#14125)
14732
14733 2013-05-05 Leo Liu <sdl.web@gmail.com>
14734
14735 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14736 (inferior-octave-output-filter): Remove.
14737 (octave-send-region, inferior-octave-startup): Fix callers.
14738 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14739 (octave-binary-file-extensions): New user variable.
14740 (octave-find-definition): Confirm if opening binary files.
14741 (octave-help-file): Use octave-find-definition to get the binary
14742 confirmation.
14743 (octave-help): Adjust for octave-help-file change.
14744
14745 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14746
14747 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14748 Merge the two entries that handle function definitions.
14749 (pascal--syntax-propertize): New const.
14750 (pascal-mode): Use it. Use setq-local.
14751
14752 2013-05-04 Glenn Morris <rgm@gnu.org>
14753
14754 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14755 (diary-from-outlook): Respect diary-from-outlook-function.
14756
14757 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14760 Move the declaration from C.
14761 (read-minibuffer, eval-minibuffer): Move from C.
14762 (completion-setup-function): Avoid minibuffer-completion-contents.
14763
14764 2013-05-03 Leo Liu <sdl.web@gmail.com>
14765
14766 * progmodes/octave.el (octave-font-lock-keywords): Do not
14767 dehighlight 'end' in comments or strings.
14768 (octave-completing-read, octave-goto-function-definition):
14769 New helpers.
14770 (octave-help-buffer): New user variable.
14771 (octave-help-file, octave-help-function): New button types.
14772 (octave-help): New command and bind it to C-h ;.
14773 (octave-find-definition): New command and bind it to M-.
14774 (user-error): Alias to error if not defined.
14775
14776 2013-05-02 Leo Liu <sdl.web@gmail.com>
14777
14778 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14779 for \. (bug#14332)
14780 (octave-font-lock-keywords): Include [ and {.
14781
14782 2013-05-02 Leo Liu <sdl.web@gmail.com>
14783
14784 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14785 (inferior-octave): Remove calling comint-mode and return the buffer.
14786 (inferior-octave-startup): Cosmetic changes.
14787
14788 2013-05-02 Leo Liu <sdl.web@gmail.com>
14789
14790 * progmodes/octave.el (octave-syntax-propertize-function):
14791 Include the case when ' is at line beginning. (Bug#14336)
14792
14793 2013-05-02 Glenn Morris <rgm@gnu.org>
14794
14795 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14796 * desktop.el (vc-dir-mode): Just autoload it here.
14797
14798 2013-05-02 Alan Mackenzie <acm@muc.de>
14799
14800 Eliminate variable c-standard-font-lock-fontify-region-function.
14801 * progmodes/cc-mode.el
14802 (c-standard-font-lock-fontify-region-function): Remove.
14803 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14804
14805 2013-05-01 Leo Liu <sdl.web@gmail.com>
14806
14807 * progmodes/octave.el: Compatible with older emacs-24 releases.
14808 (inferior-octave-has-built-in-variables): Remove. Built-in
14809 variables were removed from Octave in 2007.
14810 (inferior-octave-startup): Fix uses.
14811 (comint-line-beginning-position): Remove compatibility code for
14812 emacs 21.
14813
14814 2013-05-01 Juri Linkov <juri@jurta.org>
14815
14816 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14817
14818 2013-05-01 Juri Linkov <juri@jurta.org>
14819
14820 * comint.el (comint-previous-matching-input): Don't print message
14821 "History item: %d" when `isearch-mode' is active.
14822 (comint-history-isearch-message): Print message "History item: %d"
14823 when `comint-input-ring-index' is not empty and this function is
14824 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14825
14826 2013-05-01 Leo Liu <sdl.web@gmail.com>
14827
14828 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14829 definitions. Use completion-at-point to insert keywords.
14830 (octave-abbrev-start): Remove.
14831 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14832
14833 2013-04-30 Leo Liu <sdl.web@gmail.com>
14834
14835 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14836 change.
14837
14838 2013-04-30 Alan Mackenzie <acm@muc.de>
14839
14840 Handle arbitrarily long C++ member initialisation lists.
14841 * progmodes/cc-engine.el (c-back-over-member-initializers):
14842 new function.
14843 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14844 (most) member init lists.
14845
14846 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14847
14848 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14849 variable.
14850
14851 2013-04-30 Leo Liu <sdl.web@gmail.com>
14852
14853 * progmodes/octave.el (octave-variables): Remove. No builtin
14854 variables any more. All converted to functions.
14855 (octave-font-lock-keywords, octave-completion-at-point-function):
14856 Fix uses.
14857 (octave-font-lock-texinfo-comment): New user variable.
14858 (octave-texinfo-font-lock-keywords): New variable for texinfo
14859 comment block.
14860 (octave-function-comment-block): New face.
14861 (octave-font-lock-texinfo-comment): New function.
14862 (octave-mode): Font lock texinfo comment block.
14863
14864 2013-04-29 Leo Liu <sdl.web@gmail.com>
14865
14866 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14867 indexing expression.
14868 (octave-continuation-string): Do not use \.
14869 (inferior-octave-complete-impossible): Remove.
14870 (inferior-octave-completion-table)
14871 (inferior-octave-completion-at-point): Remove its uses.
14872 (inferior-octave-startup): completion_matches was introduced to
14873 Octave in 1996 so safe to assume it.
14874 (octave-function-file-comment): Improve to follow how Octave does it.
14875 (octave-update-function-file-comment): Tweak.
14876
14877 2013-04-29 Leo Liu <sdl.web@gmail.com>
14878
14879 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14880 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14881 (octave-function-file-comment): Fix typo.
14882 (octave-sync-function-file-names): Use read-char-choice.
14883
14884 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14885
14886 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14887 to t for the less important warnings.
14888
14889 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14890
14891 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14892
14893 2013-04-27 Glenn Morris <rgm@gnu.org>
14894
14895 * vc/log-view.el (log-view-current-entry):
14896 Treat "---" separator lines as part of the following rev. (Bug#14169)
14897
14898 2013-04-27 Juri Linkov <juri@jurta.org>
14899
14900 * subr.el (read-number): Doc fix about using it by interactive
14901 code letter `n'. (Bug#14254)
14902
14903 2013-04-27 Juri Linkov <juri@jurta.org>
14904
14905 * desktop.el (desktop-auto-save-timeout): New option.
14906 (desktop-file-checksum): New variable.
14907 (desktop-save): Add optional arg `auto-save' and don't auto-save
14908 if nothing changed.
14909 (desktop-auto-save-timer): New variable.
14910 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14911 (after-init-hook): Call `desktop-auto-save-set-timer'.
14912 Suggested by Reuben Thomas <rrt@sc3d.org> in
14913 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14914
14915 2013-04-27 Leo Liu <sdl.web@gmail.com>
14916
14917 * progmodes/octave.el (octave-function-file-p)
14918 (octave-skip-comment-forward, octave-function-file-comment)
14919 (octave-update-function-file-comment): New functions.
14920 (octave-mode-map): Bind C-c ; to
14921 octave-update-function-file-comment.
14922 (octave-mode-menu): Add octave-update-function-file-comment.
14923 (octave-mode, inferior-octave-mode): Fix doc-string.
14924 (octave-insert-defun): Conform to Octave's coding convention.
14925 (Bug#14285)
14926
14927 * files.el (basic-save-buffer): Don't let errors in
14928 before-save-hook prevent saving buffer.
14929
14930 2013-04-20 Roland Winkler <winkler@gnu.org>
14931
14932 * faces.el (read-face-name): Use completing-read if arg multiple
14933 is nil.
14934
14935 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14936
14937 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14938 displayed, move point to after the totals line.
14939 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14940 for the details.
14941
14942 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14943
14944 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14945 Add current dir to the load-path.
14946 (package-generate-autoloads): Don't rely on
14947 autoload-ensure-default-file.
14948
14949 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14950
14951 * textmodes/remember.el (remember-store-in-files): Document that
14952 the file name format is passed to `format-time-string'.
14953
14954 2013-04-26 Leo Liu <sdl.web@gmail.com>
14955
14956 * progmodes/octave.el (octave-sync-function-file-names): New function.
14957 (octave-mode): Use it in before-save-hook.
14958
14959 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14962 (bug#14274).
14963
14964 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14965 \n and comment, even if it's not an implicit ; (bug#14218).
14966
14967 2013-04-26 Glenn Morris <rgm@gnu.org>
14968
14969 * subr.el (read-number): Once more use `read' rather than
14970 `string-to-number', to trap non-numeric input. (Bug#14254)
14971
14972 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14973
14974 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14975 Use `syntax-multiline' text property consistently instead of
14976 `font-lock-multiline'. (Bug#14237)
14977
14978 2013-04-26 Glenn Morris <rgm@gnu.org>
14979
14980 * emacs-lisp/shadow.el (list-load-path-shadows):
14981 No longer necessary to check for duplicate simple.el, since
14982 2012-07-07 change to init_lread to not include installation lisp
14983 directories in load-path when running uninstalled. (Bug#14270)
14984
14985 2013-04-26 Leo Liu <sdl.web@gmail.com>
14986
14987 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14988 (octave-mode, inferior-octave-mode): Use setq-local.
14989 (octave-not-in-string-or-comment-p): Rename to
14990 octave-in-string-or-comment-p.
14991 (octave-in-comment-p, octave-in-string-p)
14992 (octave-in-string-or-comment-p): Replace defsubst with defun.
14993
14994 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14995
14996 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14997
14998 2013-04-25 Bastien Guerry <bzg@gnu.org>
14999
15000 * textmodes/remember.el (remember-data-directory)
15001 (remember-directory-file-name-format): Fix custom types.
15002
15003 2013-04-25 Leo Liu <sdl.web@gmail.com>
15004
15005 * progmodes/octave.el (octave-completion-at-point-function):
15006 Make use of inferior octave process.
15007 (octave-initialize-completions): Remove.
15008 (inferior-octave-completion-table): New function.
15009 (inferior-octave-completion-at-point): Use it.
15010 (octave-completion-alist): Remove.
15011
15012 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15015 (opascal-mode-syntax-table): New var.
15016 (opascal-literal-kind, opascal-is-literal-end)
15017 (opascal-literal-token-at): Rewrite.
15018 (opascal--literal-start-re, opascal-font-lock-keywords)
15019 (opascal--syntax-propertize): New constants.
15020 (opascal-font-lock-defaults): Adjust.
15021 (opascal-mode): Use them. Set comment-<foo> variables as well.
15022 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15023 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15024 (delphi-other-face, opascal-other-face): Remove face variables.
15025 (opascal-save-state): Remove macro.
15026 (opascal-fontifying-progress-step): Remove constant.
15027 (opascal--ignore-changes): Remove var.
15028 (opascal-set-token-property, opascal-parse-next-literal)
15029 (opascal-is-stable-literal, opascal-complete-literal)
15030 (opascal-is-literal-start, opascal-face-of)
15031 (opascal-parse-region, opascal-parse-region-until-stable)
15032 (opascal-fontify-region, opascal-after-change)
15033 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15034 (opascal-debug-parse-region, opascal-debug-parse-window)
15035 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15036 (opascal-debug-fontify-buffer): Remove.
15037 (opascal-debug-mode-map): Adjust accordingly.
15038
15039 2013-04-25 Leo Liu <sdl.web@gmail.com>
15040
15041 Merge octave-mod.el and octave-inf.el into octave.el with some
15042 cleanups.
15043 * progmodes/octave.el: New file renamed from octave-mod.el.
15044 * progmodes/octave-inf.el: Merged into octave.el.
15045 * progmodes/octave-mod.el: Renamed to octave.el.
15046
15047 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15048
15049 * textmodes/reftex-vars.el
15050 (reftex-label-ignored-macros-and-environments): New defcustom.
15051
15052 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15053
15054 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15057 (smie-indent-keyword): Improve the check to ensure that the next
15058 comment is really on the same line.
15059 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15060
15061 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15062 semi-colons if the line is not otherwise empty (bug#14218).
15063
15064 2013-04-25 Glenn Morris <rgm@gnu.org>
15065
15066 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15067
15068 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15069
15070 * progmodes/opascal.el (opascal-set-token-property): Rename from
15071 opascal-set-text-properties and only set `token' (bug#14134).
15072 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15073 (opascal-literal-text-properties): Remove.
15074 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15075 Adjust callers.
15076
15077 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15078
15079 * textmodes/remember.el (remember-handler-functions): Add an
15080 option for a new handler `remember-store-in-files'.
15081 (remember-data-directory, remember-directory-file-name-format):
15082 New options.
15083 (remember-store-in-files): New function to store remember notes
15084 as separate files within a directory.
15085
15086 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15087
15088 * progmodes/compile.el (compilation-next-error-function):
15089 Pass "formats" to compilation-find-file (bug#11777).
15090
15091 2013-04-24 Glenn Morris <rgm@gnu.org>
15092
15093 * vc/vc-bzr.el (vc-bzr-print-log):
15094 * vc/vc-hg.el (vc-hg-print-log):
15095 * vc/vc-svn.el (vc-svn-print-log):
15096 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15097
15098 * vc/vc-bzr.el (vc-bzr-print-log):
15099 * vc/vc-cvs.el (vc-cvs-print-log):
15100 * vc/vc-git.el (vc-git-print-log):
15101 * vc/vc-hg.el (vc-hg-print-log):
15102 * vc/vc-mtn.el (vc-mtn-print-log):
15103 * vc/vc-rcs.el (vc-rcs-print-log):
15104 * vc/vc-sccs.el (vc-sccs-print-log):
15105 * vc/vc-svn.el (vc-svn-print-log):
15106 * vc/vc.el (vc-print-log-internal): Doc fixes.
15107
15108 2013-04-23 Glenn Morris <rgm@gnu.org>
15109
15110 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15111 Remove venerable code attempting to avoid substitute-command-keys.
15112
15113 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15114
15115 * textmodes/reftex-vars.el (reftex-label-regexps):
15116 Call `reftex-compile-variables' after changes to this variable.
15117
15118 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15121 Use lexical-binding.
15122 (jit-lock-force-redisplay): Use markers, check buffer's continued
15123 existence and beware narrowed buffers.
15124 (jit-lock-fontify-now): Adjust call accordingly.
15125
15126 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15129 to avoid misleading the user.
15130
15131 2013-04-22 Leo Liu <sdl.web@gmail.com>
15132
15133 * info-look.el: Prefer latex2e.info. (Bug#14240)
15134
15135 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15136
15137 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15138
15139 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15140 * net/tramp.el (tramp-call-process): ... here.
15141 (tramp-set-completion-function, tramp-parse-putty):
15142 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15143 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15144 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15145 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15146 (tramp-call-local-coding-command): Use `tramp-call-process'
15147 instead of `tramp-compat-call-process'.
15148
15149 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15150 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15151 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15152 (tramp-find-inline-compress): Improve traces.
15153 (tramp-maybe-send-script): Check for Perl binary.
15154 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15155
15156 2013-04-22 Daiki Ueno <ueno@gnu.org>
15157
15158 * epg.el (epg-context-pinentry-mode): New function.
15159 (epg-context-set-pinentry-mode): New function.
15160 (epg--start): Pass --pinentry-mode option to gpg command.
15161
15162 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15163
15164 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15165 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15166 `completion-at-point'. (Bug#13774)
15167
15168 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15169 default key binding for `describe-distribution' has been moved to
15170 `C-h C-o'. (Bug#13970)
15171
15172 2013-04-21 Glenn Morris <rgm@gnu.org>
15173
15174 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15175 Add doc strings.
15176 (vc-print-log): Clarify interactive prompt.
15177
15178 2013-04-20 Glenn Morris <rgm@gnu.org>
15179
15180 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15181 No longer include timestamp etc information.
15182
15183 2013-04-20 Roland Winkler <winkler@gnu.org>
15184
15185 * faces.el (read-face-name): Bug fix, return just one face if arg
15186 multiple is nil. (Bug#14209)
15187
15188 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15189
15190 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15191 (remove-function): Autoload.
15192
15193 * comint.el (comint-redirect-original-filter-function): Remove.
15194 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15195 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15196 (vc-cvs-annotate-command):
15197 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15198 * progmodes/prolog.el (prolog-consult-compile):
15199 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15200 Use add/remove-function instead.
15201 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15202 (gud-tooltip-process-output, gud-tooltip-tips):
15203 Use add/remove-function instead.
15204 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15205 (scheme-interaction-mode, exit-scheme-interaction-mode):
15206 Use add/remove-function instead.
15207
15208 * vc/vc-dispatcher.el: Use lexical-binding.
15209 (vc--process-sentinel): Rename from vc-process-sentinel.
15210 Change last arg to be the code to run. Don't use vc-previous-sentinel
15211 and vc-sentinel-commands any more.
15212 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15213 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15214
15215 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15216
15217 * progmodes/sh-script.el (sh-imenu-generic-expression):
15218 Handle function names with a single character. (Bug#14111)
15219
15220 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15221
15222 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15223 for subroutines defined in an eval (bug#14182).
15224
15225 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15226
15227 * bookmark.el (bookmark-completing-read): Improve handling of empty
15228 string (bug#14176).
15229
15230 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15233
15234 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15235
15236 New faster Imenu implementation (bug#14058).
15237 * progmodes/python.el:
15238 (python-imenu-prev-index-position):
15239 (python-imenu-format-item-label-function)
15240 (python-imenu-format-parent-item-label-function)
15241 (python-imenu-format-parent-item-jump-label-function):
15242 New vars.
15243 (python-imenu-format-item-label)
15244 (python-imenu-format-parent-item-label)
15245 (python-imenu-format-parent-item-jump-label)
15246 (python-imenu--put-parent, python-imenu--build-tree)
15247 (python-imenu-create-index, python-imenu-create-flat-index)
15248 (python-util-popn): New functions.
15249 (python-mode): Set imenu-create-index-function to
15250 python-imenu-create-index.
15251
15252 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * winner.el (winner-active-region): Use region-active-p, activate-mark
15255 and deactivate-mark (bug#14225).
15256
15257 * simple.el (deactivate-mark): Don't inline it.
15258
15259 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15260
15261 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15262
15263 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15264
15265 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15266 file extensions from the archive-mode entry in order to prefer
15267 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15268
15269 2013-04-18 Leo Liu <sdl.web@gmail.com>
15270
15271 * bindings.el (help-event-list): Add ?\?.
15272
15273 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15274
15275 * subr.el (with-wrapper-hook): Declare obsolete.
15276 * simple.el (filter-buffer-substring-function): New hook.
15277 (filter-buffer-substring): Use it.
15278 (filter-buffer-substring-functions): Mark obsolete.
15279 * minibuffer.el (completion-in-region-function): New hook.
15280 (completion-in-region): Use it.
15281 (completion-in-region-functions): Mark obsolete.
15282 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15283 * abbrev.el (abbrev-expand-function): New hook.
15284 (expand-abbrev): Use it.
15285 (abbrev-expand-functions): Mark obsolete.
15286 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15287 and :filter-return.
15288
15289 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15290
15291 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15292 and do not care about match data.
15293
15294 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15297 completion tables when completing error conditions and
15298 `declare' arguments.
15299 (lisp-complete-symbol, field-complete): Mark as obsolete.
15300 (check-parens): Unmatched parens are user errors.
15301 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15302
15303 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15304
15305 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15306 command changed buffer (ie. `flyspell-pre-buffer' is not current
15307 buffer), which prevents making decisions based on invalid value of
15308 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15309 cause an error when `flyspell-pre-point' was nil after switching
15310 buffers.
15311 (flyspell-post-command-hook): No longer needs to change buffers when
15312 checking pre-word. While at it remove unnecessary progn.
15313
15314 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15315
15316 * textmodes/ispell.el (ispell-add-per-file-word-list):
15317 Fix `flyspell-correct-word-before-point' error when accepting
15318 words and `coment-padding' is an integer by using
15319 `comment-normalize-vars' (Bug #14214).
15320
15321 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15322
15323 New defun movement commands.
15324 * progmodes/python.el (python-nav--syntactically)
15325 (python-nav--forward-defun, python-nav-backward-defun)
15326 (python-nav-forward-defun): New functions.
15327
15328 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15329
15330 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15331 (python-syntax-context): Use named compiler-macro for backwards
15332 compatibility with Emacs 24.x.
15333
15334 2013-04-17 Leo Liu <sdl.web@gmail.com>
15335
15336 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15337 octave-hide-process-buffer.
15338
15339 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15342 (bug#14216).
15343
15344 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15345
15346 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15347 Fix adjustment of offset when receiving incomplete responses from GDB
15348 (bug#14129).
15349
15350 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15353 python-mode-abbrev-table.
15354 (python-skeleton-define): Adjust accordingly.
15355 (python-mode-abbrev-table): New table that inherits from it so that
15356 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15357
15358 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15359 (abbrev-symbol): Use it.
15360 (abbrev--before-point): Use it since we already handle inheritance.
15361
15362 2013-04-16 Leo Liu <sdl.web@gmail.com>
15363
15364 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15365 binding to info-lookup-symbol.
15366
15367 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15368
15369 * minibuffer.el (completion--twq-all):
15370 * term/ns-win.el (ns-initialize-window-system):
15371 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15372
15373 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15376 global bindings.
15377
15378 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15379
15380 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15381
15382 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15383 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15384 to nil.
15385 (ruby-end-of-defun): Remove the unused arg, change the docstring
15386 to reflect that this function is only used as the value of
15387 `end-of-defun-function'.
15388 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15389 to reflect an earlier change that beginning/end-of-defun functions
15390 jump between methods in a class definition, as well as top-level
15391 functions.
15392
15393 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * minibuffer.el (minibuffer-complete): Don't just scroll
15396 a *Completions* that's been iconified.
15397 (minibuffer-force-complete): Make sure repetitions do cycle when going
15398 through completion-in-region -> minibuffer-complete.
15399
15400 2013-04-15 Alan Mackenzie <acm@muc.de>
15401
15402 Correct the placement of c-cpp-delimiters when there're #s not at
15403 col 0.
15404
15405 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15406 place a submatch around the #.
15407 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15408 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15409 on the #, not BOL.
15410
15411 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15414 (advice--member-p): New arg `name'.
15415 (advice--add-function, advice-member-p): Use it (bug#14202).
15416
15417 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15418
15419 Reformulate java imenu-generic-expression.
15420 The old expression contained ill formed regexps.
15421
15422 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15423 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15424 (cc-imenu-java-method-arg-regexp): New defconsts.
15425 (cc-imenu-java-build-type-args-regex): New defun.
15426 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15427 handling of spaces in the regexp.
15428
15429 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15430
15431 * textmodes/ispell.el (ispell-command-loop): Remove
15432 flyspell highlight of a word when ispell accepts it (bug #14178).
15433
15434 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15435
15436 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15437 uses code from the previous `ange-ftp-run-real-handler'.
15438 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15439 only in case that function exist. This is needed for proper
15440 unloading of Tramp.
15441
15442 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15443
15444 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15445
15446 * textmodes/reftex.el (reftex-compile-variables): Use it.
15447
15448 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * files.el (normal-mode): Only use default major-mode if no other mode
15451 was specified.
15452
15453 * emacs-lisp/trace.el (trace-values): New function.
15454
15455 * files.el: Allow : in local variables (bug#14089).
15456 (hack-local-variable-regexp): New var.
15457 (hack-local-variables-prop-line, hack-local-variables): Use it.
15458
15459 2013-04-13 Roland Winkler <winkler@gnu.org>
15460
15461 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15462 data before it gets modified by bibtex-beginning-of-entry.
15463
15464 2013-04-13 Roland Winkler <winkler@gnu.org>
15465
15466 * textmodes/bibtex.el (bibtex-url): Doc fix.
15467
15468 2013-04-13 Roland Winkler <winkler@gnu.org>
15469
15470 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15471 does not visit a BibTeX file, exclude it from the list of buffers
15472 returned by bibtex-initialize.
15473
15474 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15475
15476 * window.el (split-window): Remove interactive form, since as a
15477 command this function is a special case of split-window-below.
15478 Correct doc string.
15479
15480 2013-04-12 Roland Winkler <winkler@gnu.org>
15481
15482 * faces.el (read-face-name): Do not override value of arg default.
15483 Allow single faces and strings as default values. Remove those
15484 elements from return value that are not faces.
15485 (describe-face): Simplify.
15486 (face-at-point): New optional args thing and multiple so that this
15487 function can provide the same functionality previously provided by
15488 read-face-name.
15489 (make-face-bold, make-face-unbold, make-face-italic)
15490 (make-face-unitalic, make-face-bold-italic, invert-face)
15491 (modify-face, read-face-and-attribute): Use face-at-point.
15492
15493 * cus-edit.el (customize-face, customize-face-other-window)
15494 * cus-theme.el (custom-theme-add-face)
15495 * face-remap.el (buffer-face-set)
15496 * facemenu.el (facemenu-set-face): Use face-at-point.
15497
15498 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15499
15500 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15501
15502 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15503
15504 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15505 off leading { and trailing } from field values.
15506
15507 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * emacs-lisp/timer.el (timer--check): New function.
15510 (timer--time, timer-set-function, timer-event-handler): Use it.
15511 (timer-set-idle-time): Simplify.
15512 (timer--activate): CSE.
15513 (timer-event-handler): Give more info in error message.
15514 (internal-timer-start-idle): New function, moved from C.
15515
15516 * mpc.el (mpc-proc): Add `restart' argument.
15517 (mpc-proc-cmd): Use it.
15518 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15519 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15520 less often.
15521
15522 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15523
15524 * progmodes/sh-script.el: Implement `sh-mode' own
15525 `add-log-current-defun-function' (bug#14112).
15526 (sh-current-defun-name): New function.
15527 (sh-mode): Use the function.
15528
15529 2013-04-09 Bastien Guerry <bzg@gnu.org>
15530
15531 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15532
15533 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15536
15537 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15538 timer (bug#14156).
15539
15540 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15541
15542 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15543 declaration.
15544
15545 2013-04-07 Leo Liu <sdl.web@gmail.com>
15546
15547 * pcmpl-x.el: New file.
15548
15549 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15550
15551 Do not set x-display-name until X connection is established.
15552 This is needed to prevent from weird situation described at
15553 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15554 * frame.el (make-frame): Set x-display-name after call to
15555 window system initialization function, not before.
15556 * term/x-win.el (x-initialize-window-system): Add optional
15557 display argument and use it.
15558 * term/w32-win.el (w32-initialize-window-system):
15559 * term/ns-win.el (ns-initialize-window-system):
15560 * term/pc-win.el (msdos-initialize-window-system):
15561 Add compatible optional display argument.
15562
15563 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15564
15565 * files.el (normal-backup-enable-predicate): On MS-Windows and
15566 MS-DOS compare truenames of temporary-file-directory and of the
15567 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15568 don't fail comparison by compare-strings. Also, compare file
15569 names case-insensitively on MS-Windows and MS-DOS.
15570
15571 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15574 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15575
15576 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15577
15578 * whitespace.el (whitespace-color-on, whitespace-color-off):
15579 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15580
15581 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15582
15583 * ispell.el (ispell-set-spellchecker-params):
15584 Really set `ispell-args' for all equivs.
15585
15586 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15587
15588 * ido.el (ido-completions): Use extra elements of ido-decorations
15589 (bug#14143).
15590 (ido-decorations): Update docstring.
15591
15592 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15593
15594 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15595 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15596 nil during initialization, in order not to miss changes since the
15597 file was opened. (Bug#14140)
15598
15599 2013-04-05 Leo Liu <sdl.web@gmail.com>
15600
15601 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15602
15603 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15604
15605 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15606
15607 2013-04-04 Glenn Morris <rgm@gnu.org>
15608
15609 * electric.el (electric-pair-inhibit-predicate): Add :version.
15610
15611 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15614 when a package is required several times (bug#14082).
15615
15616 2013-04-04 Roland Winkler <winkler@gnu.org>
15617
15618 * faces.el (read-face-name): Behave as promised by the docstring.
15619 Assume that arg default is a list of faces.
15620 (describe-face): Call read-face-name with list of default faces.
15621
15622 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15623
15624 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15625 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15626 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15627 the header.
15628 (bookmark-exit-hook-internal): Save even if list is empty.
15629
15630 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15631
15632 * emacs-lisp/package.el (package-pinned-packages): New var.
15633 (package--add-to-archive-contents): Obey it (bug#14118).
15634
15635 2013-04-03 Alan Mackenzie <acm@muc.de>
15636
15637 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15638 Also adapt to the new values of element 7 of a parse state.
15639
15640 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15641 parameter `not-in-delimiter'. Handle being inside comment opener.
15642 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15643 character in case we're typing a '*' after a '/'.
15644 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15645 instead by passing the parameter to c-state-pp-to-literal.
15646
15647 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15648 for elt. 7 of a parse state.
15649
15650 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15651
15652 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15653 * international/latin1-disp.el, international/mule-util.el:
15654 * language/cyril-util.el, language/european.el, language/ind-util.el:
15655 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15656 * language/tibetan.el, language/viet-util.el:
15657 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15658
15659 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15662 (electric-pair-post-self-insert-function): Use it.
15663 (electric-pair-default-inhibit): New function, extracted from
15664 electric-pair-post-self-insert-function.
15665
15666 2013-03-31 Roland Winkler <winkler@gnu.org>
15667
15668 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15669
15670 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15673
15674 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15675
15676 Un-indent after "pass" and "return" statements (Bug#13888)
15677 * progmodes/python.el (python-indent-block-enders): New var.
15678 (python-indent-calculate-indentation): Use it.
15679
15680 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15681
15682 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15683 defun. Defining it as defalias could introduce too eager
15684 byte-compiler optimization. (Bug#14030)
15685
15686 2013-03-30 Chong Yidong <cyd@gnu.org>
15687
15688 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15689
15690 2013-03-30 Leo Liu <sdl.web@gmail.com>
15691
15692 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15693 (kmacro-execute-from-register): Pass the keyboard macro to
15694 kmacro-call-macro or repeating won't work correctly.
15695
15696 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15697
15698 * progmodes/subword.el: Back to using `forward-symbol'.
15699
15700 * subr.el (forward-whitespace, forward-symbol)
15701 (forward-same-syntax): Move from thingatpt.el.
15702
15703 2013-03-29 Leo Liu <sdl.web@gmail.com>
15704
15705 * kmacro.el (kmacro-to-register): New command.
15706 (kmacro-execute-from-register): New function.
15707 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15708
15709 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * mpc.el: Use defvar-local and setq-local.
15712 (mpc--proc-connect): Connection failures are not bugs.
15713 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15714 (mpc-volume-map): Bind to the up-events.
15715
15716 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15717
15718 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15719 instead of `forward-symbol'.
15720
15721 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15724 (edebug--recursive-edit): Use it.
15725 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15726 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15727
15728 2013-03-28 Leo Liu <sdl.web@gmail.com>
15729
15730 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15731
15732 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15733
15734 * facemenu.el (list-colors-callback): New defvar.
15735 (list-colors-redisplay): New function.
15736 (list-colors-display): Install list-colors-redisplay as the
15737 revert-buffer-function. (Bug#14063)
15738
15739 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15742 and suffixes don't overlap (bug#14061).
15743
15744 * case-table.el: Use lexical-binding.
15745 (case-table-get-table): New function.
15746 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15747
15748 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15749
15750 * progmodes/subword.el: Add `superword-mode' to do word motion
15751 over symbol_words (parallels and leverages `subword-mode' which
15752 does word motion inside MixedCaseWords).
15753
15754 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15755
15756 * eshell/em-unix.el: Move su and sudo to...
15757 * eshell/em-tramp.el: ...Eshell tramp module.
15758
15759 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15760
15761 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15762 Change return value to be a sexp. Delay `get-buffer' to after
15763 restoring the desktop (bug#13951).
15764
15765 2013-03-26 Leo Liu <sdl.web@gmail.com>
15766
15767 * register.el: Move semantic tag handling back to
15768 cedet/semantic/senator.el. (Bug#14052)
15769
15770 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15771
15772 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15773 into the prompt either (bug#13963).
15774
15775 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15776
15777 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15778 part of "(error-foo)".
15779
15780 2013-03-24 Juri Linkov <juri@jurta.org>
15781
15782 * replace.el (list-matching-lines-prefix-face): New defcustom.
15783 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15784 `occur-engine' if `face-differs-from-default-p' returns t.
15785 (occur-engine): Add `,' inside backquote construct to evaluate
15786 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15787 Pass `prefix-face' to the functions `occur-context-lines' and
15788 `occur-engine-add-prefix'.
15789 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15790 `prefix-face' and propertize the prefix with `prefix-face'.
15791 (Bug#14017)
15792
15793 2013-03-24 Leo Liu <sdl.web@gmail.com>
15794
15795 * nxml/rng-valid.el (rng-validate-while-idle)
15796 (rng-validate-quick-while-idle): Guard against deleted buffer.
15797 (Bug#13999)
15798
15799 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15800 is the last entry in kill-buffer-hook.
15801
15802 * files.el (kill-buffer-hook): Doc fix.
15803
15804 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15805
15806 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15807 Make it safe-local.
15808
15809 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15810
15811 2013-03-23 Leo Liu <sdl.web@gmail.com>
15812
15813 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15814 Remove.
15815
15816 * nxml/rng-valid.el (rng-validate-mode)
15817 (rng-after-change-function, rng-do-some-validation):
15818 * nxml/rng-maint.el (rng-validate-buffer):
15819 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15820 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15821 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15822 (nxml-extend-after-change-region): Use with-silent-modifications.
15823
15824 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15825 timer-idle-list.
15826
15827 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15828 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15829 timer-idle-list. (Bug#13999)
15830
15831 2013-03-23 Juri Linkov <juri@jurta.org>
15832
15833 * info.el (info-index-match): New face.
15834 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15835 main pattern and add text properties with the new face to matches
15836 in index entries relative to the beginning of the index entry.
15837 (Bug#14015)
15838
15839 2013-03-21 Eric Ludlam <zappo@gnu.org>
15840
15841 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15842 Inhibit read only while inserting objects.
15843
15844 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15845
15846 * progmodes/cfengine.el: Update docs to mention
15847 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15848 symbol motion. Remove "_" from the word syntax.
15849
15850 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15851
15852 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15853 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15854
15855 2013-03-20 Juri Linkov <juri@jurta.org>
15856
15857 * info.el (Info-next-reference-or-link)
15858 (Info-prev-reference-or-link): New functions.
15859 (Info-next-reference, Info-prev-reference): Use them.
15860 (Info-try-follow-nearest-node): Handle footnote navigation.
15861 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15862
15863 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15866 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15867
15868 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15869
15870 Suppress unnecessary non-ASCII chatter during build process.
15871 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15872 (batch-skkdic-convert): Suppress most of the chatter.
15873 It's not needed so much now that machines are faster,
15874 and its non-ASCII component was confusing; see Dmitry Gutov in
15875 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15876
15877 2013-03-20 Leo Liu <sdl.web@gmail.com>
15878
15879 * ido.el (ido-chop): Fix bug#10994.
15880
15881 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15882
15883 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15884 Remove vars.
15885 (whitespace-color-on, whitespace-color-off):
15886 Use `font-lock-fontify-buffer' (Bug#13817).
15887
15888 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15889
15890 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15891 remapping in mode-line.
15892 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15893
15894 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15895
15896 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15897 value for `whitespace-line' face (Bug#13875).
15898 (whitespace-font-lock-keywords): Change description.
15899 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15900 the constructed keywords instead.
15901 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15902
15903 2013-03-19 Leo Liu <sdl.web@gmail.com>
15904
15905 * progmodes/compile.el (compilation-display-error): New command.
15906 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15907 C-o. (Bug#13992)
15908
15909 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15910
15911 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15912
15913 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15914
15915 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15916
15917 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15918
15919 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15920
15921 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15922 * net/tramp-gvfs.el (top):
15923 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15924 (tramp-handle-shell-command): Use it.
15925 (tramp-dissect-file-name): Raise an error when hostname is a
15926 method name, and neither method nor user is specified.
15927
15928 * net/trampver.el: Update release number.
15929
15930 2013-03-18 Leo Liu <sdl.web@gmail.com>
15931
15932 Make sure eldoc can be turned off properly.
15933 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15934 eldoc-mode.
15935 (eldoc-display-message-p): Revert last change.
15936 (eldoc-display-message-no-interference-p)
15937 (eldoc-print-current-symbol-info): Tweak.
15938
15939 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15940
15941 * doc-view.el (doc-view-new-window-function): Check the new window
15942 overlay's display property instead the char property of the
15943 buffer's first char. Use `with-selected-window' instead of
15944 `save-window-excursion' with `select-window'.
15945 (doc-view-document->bitmap): Check the current doc-view overlay's
15946 display property instead the char property of the buffer's first char.
15947
15948 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15949
15950 Automate the build of ja-dic.el (Bug#13984).
15951 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15952 from the input, rather than assume that it's been done for us by the
15953 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15954 the current date into a ja-dic.el comment, as that complicates
15955 regression testing.
15956
15957 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * whitespace.el: Fix double evaluation.
15960 (whitespace-space, whitespace-hspace, whitespace-tab)
15961 (whitespace-newline, whitespace-trailing, whitespace-line)
15962 (whitespace-space-before-tab, whitespace-indentation)
15963 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15964 obsolete defvars.
15965 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15966 (whitespace-color-on): Use a single font-lock-add-keywords call.
15967 Fix double-evaluation of face variables.
15968
15969 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15970
15971 * net/tramp-adb.el (tramp-adb-parse-device-names):
15972 Use `start-process' instead of `call-process'. Otherwise, the
15973 function might be blocked under MS Windows. (Bug#13299)
15974
15975 2013-03-17 Leo Liu <sdl.web@gmail.com>
15976
15977 Extend eldoc to display info in the mode-line. (Bug#13978)
15978 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15979 (eldoc-mode-line-string): New variable.
15980 (eldoc-minibuffer-message): New function.
15981 (eldoc-message-function): New variable.
15982 (eldoc-message): Use it.
15983 (eldoc-display-message-p)
15984 (eldoc-display-message-no-interference-p):
15985 Support eldoc-post-insert-mode.
15986
15987 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15988 (eval-expression): Run it.
15989
15990 2013-03-17 Roland Winkler <winkler@gnu.org>
15991
15992 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15993 strings in the list of return values.
15994
15995 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15996
15997 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15998 radix before checking for HMS forms.
15999
16000 2013-03-16 Leo Liu <sdl.web@gmail.com>
16001
16002 * progmodes/scheme.el: Add indentation and font-locking for λ.
16003 (Bug#13975)
16004
16005 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16006
16007 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16008 token before point (bug#13942).
16009
16010 2013-03-16 Leo Liu <sdl.web@gmail.com>
16011
16012 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16013
16014 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16015
16016 * startup.el (command-line-normalize-file-name): Fix handling of
16017 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16018 <xfq.free@gmail.com> in
16019 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16020
16021 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16022
16023 Sync with Tramp 2.2.7.
16024
16025 * net/trampver.el: Update release number.
16026
16027 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16028
16029 * doc-view.el: Fix bug#13887.
16030 (doc-view-insert-image): Don't modify overlay associated to
16031 non-live windows, and implement horizontal centering of image in
16032 case it's smaller than the window.
16033 (doc-view-new-window-function): Force redisplay of new windows on
16034 doc-view buffers.
16035
16036 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16037
16038 * saveplace.el (save-place-alist-to-file): Don't sort
16039 `save-place-alist', just pretty-print it (bug#13882).
16040
16041 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16042
16043 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16044 Check whether `default-file-name-coding-system' is bound.
16045 It isn't in XEmacs.
16046
16047 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16048
16049 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16050 backquotes for `obsolete' (bug#13929).
16051
16052 * international/mule.el (find-auto-coding): Include file name in
16053 obsolescence warning (bug#13922).
16054
16055 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16056
16057 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16058 for CFEngine 3-specific indentation.
16059 (cfengine3-indent-line): Use it. Fix up category regex.
16060 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16061
16062 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * type-break.el (type-break-file-name):
16065 * textmodes/remember.el (remember-data-file):
16066 * strokes.el (strokes-file):
16067 * shadowfile.el (shadow-initialize):
16068 * saveplace.el (save-place-file):
16069 * ps-bdf.el (bdf-cache-file):
16070 * progmodes/idlwave.el (idlwave-config-directory):
16071 * net/quickurl.el (quickurl-url-file):
16072 * international/kkc.el (kkc-init-file-name):
16073 * ido.el (ido-save-directory-list-file):
16074 * emulation/viper.el (viper-custom-file-name):
16075 * emulation/vip.el (vip-startup-file):
16076 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16077 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16078
16079 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16080
16081 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16082 * language/thai-word.el: Switch to UTF-8.
16083
16084 See ChangeLog.16 for earlier changes.
16085
16086 ;; Local Variables:
16087 ;; coding: utf-8
16088 ;; End:
16089
16090 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16091
16092 This file is part of GNU Emacs.
16093
16094 GNU Emacs is free software: you can redistribute it and/or modify
16095 it under the terms of the GNU General Public License as published by
16096 the Free Software Foundation, either version 3 of the License, or
16097 (at your option) any later version.
16098
16099 GNU Emacs is distributed in the hope that it will be useful,
16100 but WITHOUT ANY WARRANTY; without even the implied warranty of
16101 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16102 GNU General Public License for more details.
16103
16104 You should have received a copy of the GNU General Public License
16105 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.