]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Auto-commit of loaddefs files.
[gnu-emacs] / lisp / ChangeLog
1 2014-07-29 Eli Zaretskii <eliz@gnu.org>
2
3 * tutorial.el (tutorial--display-changes): Accept punctuation
4 characters before the key binding. (Bug#18146)
5
6 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7
8 * doc-view.el (doc-view-open-text): Don't require that the
9 document is saved in a file (e.g., email attachment).
10
11 2014-07-27 Eli Zaretskii <eliz@gnu.org>
12
13 * window.el (window--pixel-to-total): Use FRAME's root window, not
14 that of the selected frame. (Bug#18112, Bug#16674)
15
16 2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
17
18 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
19 (Bug#18117)
20
21 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
22
23 * progmodes/python.el (inferior-python-mode): Doc fix.
24
25 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
26
27 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
28 not a character, ignore it instead of raising an error.
29
30 2014-07-25 Stephen Berman <stephen.berman@gmx.net>
31
32 * calendar/todo-mode.el: Fix handling of marked items and make
33 minor code improvements.
34 (todo-edit-item): If there are marked items, ensure user can only
35 invoke editing commands that work with marked items.
36 (todo-edit-item--text): When there are marked items, make it a
37 noop if invoked with point not on an item; otherwise, ensure it
38 applies only to item at point.
39 (todo-item-undone): If there are marked not-done items, return
40 point to its original position before signaling user error.
41 (todo--user-error-if-marked-done-item): New function.
42 (todo-edit-item--header, todo-edit-item--diary-inclusion)
43 (todo-item-done): Use it.
44
45 2014-07-25 Glenn Morris <rgm@gnu.org>
46
47 * files.el (toggle-read-only): Re-add basic doc-string.
48 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
49
50 * progmodes/prolog.el (prolog-mode-keybindings-edit):
51 Replace missing `switch-to-prolog' with `run-prolog'.
52 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
53
54 2014-07-22 Stephen Berman <stephen.berman@gmx.net>
55
56 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
57 of file-wide setting when changing category-wide setting.
58
59 2014-07-21 Glenn Morris <rgm@gnu.org>
60
61 * progmodes/hideif.el (hide-ifdef-mode-submap):
62 Also substitute read-only-mode.
63 * bindings.el (mode-line-toggle-read-only):
64 * bs.el (bs-toggle-readonly):
65 * buff-menu.el (Buffer-menu-toggle-read-only):
66 * dired.el (dired-toggle-read-only):
67 * files.el (view-read-only, find-file-read-only)
68 (find-file-read-only-other-window)
69 (find-file-read-only-other-frame):
70 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
71 Doc fixes re toggle-read-only.
72
73 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
74
75 * progmodes/python.el: Add comment about pipe buffering and
76 solutions for missing/delayed output in inferior Python shells.
77 (Bug#17304)
78
79 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
80
81 * progmodes/python.el (python-mode): Don't set
82 mode-require-final-newline. (Bug#17990)
83
84 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
85
86 Make python.el work with IPython automatically. (Bug#15510)
87 * progmodes/python.el:
88 (python-shell-completion-setup-code): New value supporting iPython.
89 (python-shell-completion-string-code): New value supporting iPython.
90 (python-shell-completion-get-completions): Use them.
91 (python-shell-completion-module-string-code): Make obsolete.
92 (python-shell-prompt-input-regexps)
93 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
94 (python-shell-output-filter): Fix comment typo.
95
96 2014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
97
98 Fix Python shell prompts detection for remote hosts.
99 * progmodes/python.el (python-shell-prompt-detect): Replace
100 call-process with process-file and make it more robust.
101
102 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
103
104 Autodetect Python shell prompts. (Bug#17370)
105 * progmodes/python.el:
106 (python-shell-interpreter-interactive-arg)
107 (python-shell-prompt-detect-enabled)
108 (python-shell-prompt-detect-failure-warning)
109 (python-shell-prompt-input-regexps)
110 (python-shell-prompt-output-regexps): New vars.
111 (python-shell-prompt-calculated-input-regexp)
112 (python-shell-prompt-calculated-output-regexp): New vars.
113 (python-shell-get-process-name)
114 (python-shell-internal-get-process-name)
115 (python-shell-output-filter)
116 (python-shell-completion-get-completions): Use them.
117 (python-shell-prompt-detect)
118 (python-shell-prompt-validate-regexps): New functions.
119 (python-shell-prompt-set-calculated-regexps): New function.
120 (inferior-python-mode): Use it. Also honor overridden
121 python-shell-interpreter and python-shell-interpreter-args.
122 (python-shell-make-comint): Honor overridden
123 python-shell-interpreter and python-shell-interpreter-args.
124 (python-shell-get-or-create-process): Make it testable by allowing
125 to call run-python non-interactively.
126 (python-util-valid-regexp-p): New function.
127 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
128 (python-shell-prompt-output-regexp)
129 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
130
131 2014-07-16 Glenn Morris <rgm@gnu.org>
132
133 * desktop.el (after-init-hook): Disable startup frame restoration
134 in non-graphical situations. (Bug#17693)
135
136 2014-07-14 Glenn Morris <rgm@gnu.org>
137
138 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
139 if it was "empty", or used for a different set of files. (Bug#17884)
140
141 2014-07-13 Eli Zaretskii <eliz@gnu.org>
142
143 * bindings.el (mode-line-remote): If default-directory is not a
144 string, don't call file-remote-p on it; instead state in the
145 help-echo that it is nil. (Bug#17986)
146
147 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
148
149 Fix bug: C-x v v discarded existing log message (Bug#17884).
150 * vc/vc-dispatcher.el (vc-log-edit):
151 Don't clobber an already-existing log message.
152
153 2014-07-10 Glenn Morris <rgm@gnu.org>
154
155 * vc/log-edit.el (log-edit-changelog-entries):
156 Check for a visited-but-never-saved ChangeLog.
157
158 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
161 a non-existing file (bug#17970).
162
163 * faces.el (face-name): Undo last change.
164 (x-resolve-font-name): Don't call face-name (bug#17956).
165
166 2014-07-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
167
168 Fix dedenters and electric colon handling. (Bug#15163)
169
170 * progmodes/python.el
171 (python-rx-constituents): Add dedenter and block-ender.
172 (python-indent-dedenters, python-indent-block-enders): Delete.
173 (python-indent-context): Return new case for dedenter-statement.
174 (python-indent-calculate-indentation): Handle new case.
175 (python-indent-calculate-levels): Fix levels calculation for
176 dedenter statements.
177 (python-indent-post-self-insert-function): Fix colon handling.
178 (python-info-dedenter-opening-block-message): New function.
179 (python-indent-line): Use it.
180 (python-info-closing-block)
181 (python-info-closing-block-message): Remove.
182 (python-info-dedenter-opening-block-position)
183 (python-info-dedenter-opening-block-positions)
184 (python-info-dedenter-statement-p): New functions.
185
186 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
189 the middle of a line (bug#17896).
190
191 2014-07-08 Juri Linkov <juri@jurta.org>
192
193 * startup.el (command-line): Append displaying the warning about
194 the errors in the init file to the end of `after-init-hook'.
195 (Bug#17927)
196
197 2014-07-08 Juri Linkov <juri@jurta.org>
198
199 * faces.el (face-name): Return input arg `face' as is
200 when it's not a symbol.
201 (x-resolve-font-name): Don't check if the face is a symbol.
202 (Bug#17956)
203
204 2014-07-08 Juri Linkov <juri@jurta.org>
205
206 * facemenu.el (list-colors-print): In help-echo format use %.2f
207 instead of %d because now HSV values are floating-point components
208 between 0.0 and 1.0.
209
210 2014-07-06 Glenn Morris <rgm@gnu.org>
211
212 * emulation/cua-rect.el (cua--activate-rectangle):
213 Avoid setting cua--rectangle to nil. (Bug#17877)
214
215 2014-07-06 Stephen Berman <stephen.berman@gmx.net>
216
217 * calendar/todo-mode.el: Fix wrong-type-argument error when
218 marking multiple consecutive items.
219 (todo-toggle-mark-item): Don't try to mark the empty lines at the
220 end of the todo and done items sections. Note in doc string that
221 items marked by passing a numeric prefix argument can include the
222 last todo and first done items.
223 (todo-mark-category): Don't try to mark the empty line between the
224 todo and done items sections.
225
226 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
229 proper Lisp quoting (bug#17934).
230
231 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
232 require-final-newline since prog-mode already took care of it (bug#17947).
233
234 2014-07-04 Stephen Berman <stephen.berman@gmx.net>
235
236 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
237 refer to the Todo mode Info manual. Update the comment on
238 requiring cl-lib.
239 (todo-find-filtered-items-file): Add todo-prefix overlays.
240 (todo-filter-items): Reorder a let-bound variable to avoid a
241 wrong-type-argument error on canceling the file choice dialog.
242
243 2014-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * progmodes/octave.el (inferior-octave-mode):
246 Set comint-input-ring-size to a number (bug#17912).
247
248 2014-07-03 Juri Linkov <juri@jurta.org>
249
250 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
251 and `isearch-mode' associated with nil. (Bug#17849)
252
253 2014-07-02 Juri Linkov <juri@jurta.org>
254
255 * desktop.el (desktop-save): Rename arg `auto-save' to
256 `only-if-changed'. Doc fix. (Bug#17873)
257
258 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
261 Use insert-for-yank (bug#17271).
262
263 2014-07-02 Leo Liu <sdl.web@gmail.com>
264
265 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
266 Support lexical-binding.
267
268 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * vc/log-edit.el (log-edit-goto-eoh): New function.
271 (log-edit--match-first-line): Use it (bug#17861).
272
273 2014-07-01 Glenn Morris <rgm@gnu.org>
274
275 * vc/log-edit.el (log-edit-hook): Add missing :version.
276
277 2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
278
279 * progmodes/python.el (python-indent-post-self-insert-function):
280 Enhancements to electric indentation behavior inside
281 parens. (Bug#17658)
282
283 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
286 buffer-invisibility-spec (bug#17867).
287
288 2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
289
290 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
291 pass "-a".
292
293 2014-06-29 Glenn Morris <rgm@gnu.org>
294
295 * cus-edit.el (help):
296 * finder.el (finder-known-keywords):
297 * help.el (help-for-help-internal):
298 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
299 (ediff-redraw-registry-buffer):
300 * vc/ediff-ptch.el (ediff-patch-file-internal):
301 Doc fixes re "online" help. (Bug#17803)
302
303 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
304 (idlwave-mode): Doc URL update.
305
306 2014-06-27 Stephen Berman <stephen.berman@gmx.net>
307
308 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
309 account for file-wide setting of todo-top-priorities-overrides.
310 Make code a bit cleaner.
311
312 2014-06-27 Leo Liu <sdl.web@gmail.com>
313
314 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
315
316 2014-06-27 Glenn Morris <rgm@gnu.org>
317
318 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
319
320 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
321
322 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
323 category-wide setting of todo-top-priorities-overrides, check for
324 a file-wide setting and fontify accordingly.
325
326 2014-06-26 Glenn Morris <rgm@gnu.org>
327
328 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
329
330 2014-06-26 Daiki Ueno <ueno@gnu.org>
331
332 * emacs-lisp/package.el (package--check-signature):
333 If package-check-signature is allow-unsigned, don't signal error when
334 we can't verify signature because of missing public key
335 (backport for bug#17625).
336
337 2014-06-26 Glenn Morris <rgm@gnu.org>
338
339 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
340 Remove outdated declaration.
341
342 * emacs-lisp/authors.el (authors-valid-file-names)
343 (authors-renamed-files-alist): Additions.
344
345 2014-06-25 Leo Liu <sdl.web@gmail.com>
346
347 * textmodes/picture.el (picture-set-tab-stops):
348 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
349 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
350
351 * progmodes/asm-mode.el (asm-calculate-indentation):
352 Use indent-next-tab-stop.
353
354 * indent.el (indent-accumulate-tab-stops): New function.
355
356 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
359 (package-desc-status): Obey it.
360
361 2014-06-25 Stephen Berman <stephen.berman@gmx.net>
362
363 * calendar/todo-mode.el: Fix two bugs.
364 (todo-insert-item--basic): If user cancels item insertion to
365 another category before setting priority, show original category
366 whether it is in the same or a different file.
367 (todo-set-item-priority): After selecting category, instead of
368 moving point to top, which extends an active region, restore it.
369
370 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * help-fns.el (describe-function-1): Check file-name is a string before
373 calling help-fns--autoloaded-p (bug#17564).
374
375 2014-06-24 Juri Linkov <juri@jurta.org>
376
377 * desktop.el (desktop-auto-save-enable)
378 (desktop-auto-save-disable): New functions.
379 (desktop-save-mode, desktop-auto-save-timeout): Use them.
380 (desktop-read): Disable the autosave before loading the desktop,
381 and enable afterwards. (Bug#17351)
382
383 2014-06-24 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 Fix some indentation problem with \; and pipes (bug#17842).
386 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
387 (sh-smie--default-forward-token, sh-smie--default-backward-token):
388 New functions.
389 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
390 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
391 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
392
393 2014-06-24 Eli Zaretskii <eliz@gnu.org>
394
395 * international/fontset.el (script-representative-chars):
396 Add representative characters for scripts added in Unicode 7.0.
397 (otf-script-alist): Synchronize with the latest registry of OTF
398 script tags.
399
400 * international/characters.el (char-script-table): Update for
401 scripts added and codepoint ranges changed in Unicode 7.0.
402
403 2014-06-23 Leo Liu <sdl.web@gmail.com>
404
405 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
406 tab-stop-list to nil. (Bug#16381)
407
408 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
409 (indent-rigidly-left-to-tab-stop)
410 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
411 (move-to-tab-stop): Change callers.
412
413 2014-06-22 Eli Zaretskii <eliz@gnu.org>
414
415 * skeleton.el (skeleton-insert): Yet another fix of the doc string
416 wrt behavior of \n as the first/last element of a skeleton.
417
418 2014-06-22 Michael Albinus <michael.albinus@gmx.de>
419
420 * net/tramp-adb.el (tramp-adb-handle-process-file):
421 * net/tramp-sh.el (tramp-sh-handle-process-file):
422 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
423 the output buffer when DISPLAY is non-nil. (Bug#17815)
424
425 2014-06-21 Glenn Morris <rgm@gnu.org>
426
427 * play/landmark.el (landmark-move-down, landmark-move-up):
428 Fix 2007-10-20 change - preserve horizontal position.
429
430 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
431
432 Fix completion retrieval parsing (bug#17209).
433 * progmodes/python.el (python-mode):
434 (python-util-strip-string): New function.
435 (python-shell-completion-get-completions): Use it.
436
437 2014-06-21 Eli Zaretskii <eliz@gnu.org>
438
439 * skeleton.el (skeleton-insert): Fix last change.
440
441 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
442
443 Enhancements for outline integration (bug#17796).
444 * progmodes/python.el (python-mode): Properly set
445 outline-heading-end-regexp so that comments after colons for
446 defuns are supported.
447
448 2014-06-21 Eli Zaretskii <eliz@gnu.org>
449
450 * skeleton.el (skeleton-insert): Doc fix.
451
452 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
455 (smie-config-guess): Use smie-config-local so the rules are obeyed
456 (bug#17818).
457
458 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
459 since it's already done inside the loop (bug#17819).
460
461 2014-06-20 Martin Rudalics <rudalics@gmx.at>
462
463 * mouse.el (mouse-drag-line): Re-remove code initially removed
464 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
465 (Bug#17819).
466
467 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
470 align with the surrounding parent (bug#17721).
471
472 2014-06-20 Eli Zaretskii <eliz@gnu.org>
473
474 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
475 locally to nil.
476 (texinfo-insert-block, texinfo-insert-@end)
477 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
478 local setting of skeleton-end-newline by adding an explicit \n to
479 the skeletons where appropriate. (Bug#17801)
480
481 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
484 (smie-indent--hanging-p): Use it.
485 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
486
487 2014-06-20 Leo Liu <sdl.web@gmail.com>
488
489 * simple.el (read-quoted-char): Don't let help chars pop up help
490 buffer. (Bug#16617)
491
492 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
495 for | (bug#17621).
496
497 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
500 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
501 burping.
502
503 2014-06-18 Eli Zaretskii <eliz@gnu.org>
504
505 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
506 and later. (Bug#17790)
507
508 2014-06-18 Juri Linkov <juri@jurta.org>
509
510 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
511 to `soft'. (Bug#17554)
512
513 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
516 (bug#17737).
517
518 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
519
520 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
521 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
522
523 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
524
525 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
526 `unread-command-events'.
527
528 2014-06-14 Glenn Morris <rgm@gnu.org>
529
530 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
531 Replace delete-duplicates and mapcan by cl- versions throughout.
532 And cl-macroexpand-all by macroexpand-all.
533 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
534
535 2014-06-14 Eli Zaretskii <eliz@gnu.org>
536
537 * subr.el (posn-col-row): Doc fix. (Bug#17768)
538
539 2014-06-14 Juri Linkov <juri@jurta.org>
540
541 * bindings.el: Put `ascii-character' property on keypad keys
542 mapped to characters. (Bug#17759)
543
544 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
547 bumping forward into a closing paren (bug#17761).
548
549 * term/xterm.el (xterm--version-handler): Work around for OSX
550 Terminal.app (bug#17607).
551
552 2014-06-08 Glenn Morris <rgm@gnu.org>
553
554 * startup.el (initial-buffer-choice): Doc fix.
555 Reset :version (adding an option does not merit a :version bump).
556
557 * bookmark.el (bookmark-load):
558 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
559
560 2014-06-06 Juri Linkov <juri@jurta.org>
561
562 * desktop.el: Activate auto-saving on window configuration changes.
563 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
564 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
565 (desktop-auto-save-set-timer): Change REPEAT arg of
566 `run-with-idle-timer' from t to nil.
567 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
568
569 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
570
571 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
572 vc-hg-command (bug#17570).
573
574 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * international/mule-cmds.el (ucs-names): Add special entry for BEL
577 (bug#17702).
578
579 2014-06-06 Glenn Morris <rgm@gnu.org>
580
581 * startup.el (window-setup-hook): Doc fix.
582
583 2014-06-05 Glenn Morris <rgm@gnu.org>
584
585 * emacs-lisp/package.el (package-check-signature)
586 (package-unsigned-archives): Doc fixes.
587
588 2014-06-03 Martin Rudalics <rudalics@gmx.at>
589
590 * window.el (display-buffer-use-some-window): Don't make window
591 used smaller than it was before (Bug#17671).
592
593 2014-06-03 Eli Zaretskii <eliz@gnu.org>
594
595 * menu-bar.el (menu-bar-open): Fix last change: use the PC
596 'redisplay' instead of '(sit-for 0)'.
597
598 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
599
600 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
601 regexp. (Bug#17653)
602
603 2014-06-03 Glenn Morris <rgm@gnu.org>
604
605 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
606
607 2014-06-02 Eli Zaretskii <eliz@gnu.org>
608
609 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
610
611 2014-06-01 Eli Zaretskii <eliz@gnu.org>
612
613 * simple.el (keyboard-quit): Force update of mode lines, to remove
614 the "Def" indicator, if we were defining a macro. (Bug#17615)
615
616 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * minibuffer.el (minibuffer-force-complete-and-exit):
619 Obey minibuffer-default (bug#17545).
620
621 * progmodes/js.el (js-indent-line): Don't mix columns and chars
622 (bug#17619).
623
624 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * subr.el (set-transient-map): Don't wait for some "nested"
627 transient-map to finish if we're only supposed to be active for
628 the next command (bug#17642).
629
630 2014-05-31 Leo Liu <sdl.web@gmail.com>
631
632 * emacs-lisp/gv.el (window-buffer, window-display-table)
633 (window-dedicated-p, window-hscroll, window-point, window-start):
634 Fix gv-expander. (Bug#17630)
635
636 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
639 clicks (bug#17633).
640
641 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
642 for the single comma, since ", " is *very* common in normal French text
643 (bug#17643).
644
645 2014-05-30 Glenn Morris <rgm@gnu.org>
646
647 * emacs-lisp/package.el (package-check-signature)
648 (package-unsigned-archives): Fix :version.
649
650 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * subr.el (sit-for): Don't run input-methods (bug#15614).
653
654 2014-05-28 Glenn Morris <rgm@gnu.org>
655
656 * cus-start.el: Fix some :version numbers.
657
658 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * simple.el (deactivate-mark): Set mark-active to nil even if
661 deactivation is done via setting transient-mark-mode to nil,
662 since one is buffer-local and the other is global.
663
664 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
665 there can't be more than 2 arguments (bug#17584).
666
667 2014-05-27 Glenn Morris <rgm@gnu.org>
668
669 * simple.el (filter-buffer-substring-functions)
670 (filter-buffer-substring-function, buffer-substring-filters)
671 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
672
673 * minibuffer.el (completion-in-region-functions, completion-in-region)
674 (completion--in-region): Doc fixes.
675
676 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
677 (expand-abbrev, abbrev--default-expand): Doc fixes.
678
679 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
680
681 Include sources used to create macuvs.h.
682 * international/README: Refer to the Unicode Terms of Use rather
683 than copying it bodily here, as that simplifies maintenance.
684
685 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
686
687 * cus-face.el (custom-face-attributes): Add :distant-foreground.
688
689 2014-05-25 Martin Rudalics <rudalics@gmx.at>
690
691 * window.el (window--dump-frame): Remove interactive
692 specification.
693
694 2014-05-23 Glenn Morris <rgm@gnu.org>
695
696 * hippie-exp.el (he-line-search-regexp):
697 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
698
699 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
700
701 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
702 to avoid errors when trying to create or visit a file foo.todo
703 located outside to todo-directory, and to allow having such files
704 without them being tied to Todo mode (bug#17482).
705 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
706 (todo-archive-done-item, todo-find-filtered-items-file)
707 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
708 (todo-category-completions, todo-read-category): When visiting a
709 Todo file, make sure we're in the right mode and the buffer local
710 variables are set.
711 (todo-make-categories-list, todo-reset-nondiary-marker)
712 (todo-reset-done-string, todo-reset-comment-string):
713 After processing all Todo files, kill the buffers of those files that
714 weren't being visited before the processing.
715 (todo-display-as-todo-file, todo-add-to-buffer-list)
716 (todo-visit-files-commands): Comment out.
717 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
718 (auto-mode-alist): Remove add-to-list calls making Todo file
719 extensions unrestrictedly tied to Todo modes.
720
721 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
724 (advice-function-member-p): Tell it to check both names and functions
725 (bug#17531).
726 (advice--add-function): Adjust call accordingly.
727
728 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
729
730 * calendar/todo-mode.el: Miscellaneous bug fixes.
731 (todo-delete-file): When deleting an archive but not its todo
732 file, make sure to update the todo file's category sexp.
733 (todo-move-category): Keep the moved category's name unless the
734 file moved to already has a category with that name. If the
735 numerically last category of the source file was moved, make the
736 first category current to avoid selecting a nonexisting category.
737 (todo-merge-category): Fix implementation to make merging to a
738 category in another file work as documented. Eliminate now
739 insufficient and unnecessary renaming of archive category, correct
740 document string accordingly, and clarify it. If the numerically
741 last category of the source file was merged, make the first
742 category current to avoid selecting a nonexisting category.
743 (todo-archive-done-item): When there are marked items and point
744 happens to be on an unmarked item, ignore the latter. Don't leave
745 point below last item after archiving marked items.
746 (todo-unarchive-items): Fix logic to ensure unarchiving an item
747 from an archive with only one category deletes the archive only
748 when the category is empty after unarchiving. Make sure the todo
749 file's category sexp is updated.
750 (todo-read-file-name): Allow an existing file name even when it is
751 not required (todo-move-category needs this to work as documented).
752 (todo-add-file): Call todo-validate-name to reject the name of an
753 existing todo file (needed due to fix in todo-read-file-name).
754 (todo-reset-nondiary-marker): Also reset in filtered items files.
755 (todo-reset-done-string, todo-reset-comment-string): Also reset in
756 regexp filtered items files.
757 (todo-reset-highlight-item): Also reset in filtered items files.
758 Fix incorrect variable reference in document string.
759
760 2014-05-22 Glenn Morris <rgm@gnu.org>
761
762 * window.el (window--dump-frame): Avoid error in --without-x builds.
763
764 2014-05-21 Glenn Morris <rgm@gnu.org>
765
766 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
767
768 2014-05-21 Eli Zaretskii <eliz@gnu.org>
769
770 * frame.el (set-frame-font): Doc fix.
771
772 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
773
774 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
775
776 * emacs-lisp/package.el (package--download-one-archive):
777 Use `write-region' instead of `save-buffer' to avoid running various
778 hooks. (Bug#17155)
779 (describe-package-1): Same. Insert newline at the end of the
780 buffer if appropriate.
781
782 2014-05-20 Juri Linkov <juri@jurta.org>
783
784 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
785 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
786 Add more modifiers: meta, control, shift, hyper, super, alt.
787 (Bug#17439)
788
789 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
790 to allow changing its value with `set-variable'.
791
792 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
795 #; comments.
796 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
797 New functions.
798 (scheme-mode-variables): Set syntax-propertize-function instead of
799 font-lock-syntactic-face-function.
800 (scheme-font-lock-syntactic-face-function): Delete.
801
802 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
803
804 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
807 (bug#17392).
808
809 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
810
811 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
812 for a temporary file name.
813
814 2014-05-17 Eli Zaretskii <eliz@gnu.org>
815
816 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
817
818 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
819
820 * net/dbus.el (dbus-init-bus, dbus-call-method)
821 (dbus-call-method-asynchronously, dbus-send-signal)
822 (dbus-method-return-internal, dbus-method-error-internal):
823 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
824
825 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
826
827 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
828 methods which do not have a doc string. (Bug#17490)
829
830 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
831 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
834 suffix (bug#15419).
835
836 2014-05-14 Glenn Morris <rgm@gnu.org>
837
838 * vc/emerge.el (emerge-temp-file-prefix):
839 Make pointless option obsolete.
840 (emerge-temp-file-mode): Make non-functional option obsolete.
841
842 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
843
844 * net/browse-url.el (browse-url):
845 Use `unhandled-file-name-directory' when setting `default-directory',
846 in order to circumvent stalled remote connections. (Bug#17425)
847
848 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
851 into autoloading just because of a silly indirection.
852
853 2014-05-11 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
854
855 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
856
857 2014-05-11 Glenn Morris <rgm@gnu.org>
858
859 * emacs-lisp/find-gc.el: Move to ../admin.
860
861 2014-05-10 Glenn Morris <rgm@gnu.org>
862
863 * printing.el (pr-version):
864 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
865
866 * net/browse-url.el (browse-url-mosaic):
867 Create /tmp/Mosaic.PID as a private file.
868
869 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
872 (advice--member-p): If name is given, only compare the name.
873 (advice--remove-function): Don't stop at the first match.
874 (advice--normalize-place): New function.
875 (add-function, remove-function): Use it.
876 (advice--add-function): Pass the name, if any, to
877 advice--remove-function.
878
879 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
880
881 * electric.el (electric-indent-post-self-insert-function): Don't use
882 `pos' after modifying the buffer (bug#17449).
883
884 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * subr.el (function-put): Add function.
887
888 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
889
890 * calendar/todo-mode.el (todo-insert-item-from-calendar):
891 Correct argument list to conform to todo-insert-item--basic.
892
893 2014-05-09 Glenn Morris <rgm@gnu.org>
894
895 * files.el (cd-absolute): Test if directory is accessible
896 rather than executable. (Bug#17330)
897
898 * progmodes/compile.el (recompile):
899 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
900
901 2014-05-08 Juri Linkov <juri@jurta.org>
902
903 * dired.el (dired-check-switches, dired-switches-recursive-p):
904 New functions. (Bug#17218)
905 (dired-switches-escape-p, dired-move-to-end-of-filename):
906 Use `dired-check-switches'.
907 (dired-insert-old-subdirs, dired-build-subdir-alist)
908 (dired-sort-R-check): Use `dired-switches-recursive-p'.
909
910 2014-05-08 Glenn Morris <rgm@gnu.org>
911
912 * net/browse-url.el (browse-url-mosaic):
913 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
914 This is CVE-2014-3423.
915
916 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
919 (xterm-mouse--read-event-sequence-1000): Return nil if something
920 looks fishy.
921 (xterm-mouse-event): Propagate it.
922 (xterm-mouse-translate-1): Handle it.
923
924 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
925
926 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
927 four slots of the parameter list are filled, make sure to pass it
928 to the argument list of todo-insert-item--basic.
929
930 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
933 Add optional `seen' argument to detect and break infinite loops.
934
935 2014-05-06 Eli Zaretskii <eliz@gnu.org>
936
937 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
938 (trace-unsafe, trace-use-tree): Make parentheses style be
939 according to Emacs style.
940
941 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/tramp-sh.el (tramp-remote-process-environment):
944 Remove HISTFILE and HISTSIZE; it's too late to set them here.
945 Add :version entry.
946 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
947 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
948 extra "PSx=..." commands.
949 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
950 (Bug#17295)
951
952 (tramp-uudecode): Replace the hard-coded temporary file name by a
953 format specifier.
954 (tramp-remote-coding-commands): Enhance docstring.
955 (tramp-find-inline-encoding): Replace "%t" by a temporary file
956 name. (Bug#17415)
957 This is CVE-2014-3424.
958
959 2014-05-06 Glenn Morris <rgm@gnu.org>
960
961 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
962 (find-gc-source-files): Update some names.
963 (trace-call-tree): Simplify and update.
964 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
965 This is CVE-2014-3422.
966
967 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * minibuffer.el (completion--try-word-completion): Revert fix for
970 Bug#15980 (bug#17375).
971
972 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
973 Always store button numbers in the same way in xterm-mouse-last;
974 Don't burp is xterm-mouse-last is not set as expected.
975 Never return negative indices.
976
977 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
978
979 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
980 Backtrack one char if the global/char-literal var matcher hits
981 inside a string. The next char could be the beginning of an
982 expression expansion.
983
984 2014-05-05 Glenn Morris <rgm@gnu.org>
985
986 * help-fns.el (describe-function-1): Test for an autoload before a
987 macro, since `macrop' works on autoloads. (Bug#17410)
988
989 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * electric.el (electric-indent-functions-without-reindent): Add yaml.
992
993 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
994 Make sure the new point we return is within the new string (bug#17239).
995
996 2014-05-03 Eli Zaretskii <eliz@gnu.org>
997
998 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
999
1000 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1003 Use nil rather than `default' for the "default" appearance (bug#17388).
1004 * vc/ediff-util.el (ediff-inferior-compare-regions)
1005 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1006 a misleading `default' value when it's really a boolean.
1007 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1008 overlay is not visible.
1009
1010 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1011
1012 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1013 (todo-menu): Uncomment and update.
1014
1015 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
1016
1017 * calendar/todo-mode.el: Reimplement item editing to have the same
1018 basic user interface as item insertion, and make small UI and
1019 larger internal improvements to the latter.
1020 (todo-insert-item): Add reference to the Todo mode user manual to
1021 the documentation string.
1022 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1023 adjust all callers. Change signature to combine diary and
1024 nonmarking arguments. Incorporate functionality of deleted item
1025 copying command and add error checking. Remove detailed
1026 descriptions of the arguments from the documentation string, since
1027 this is treated in the Todo mode user manual.
1028 (todo-copy-item, todo-edit-multiline-item)
1029 (todo-edit-done-item-comment, todo-edit-item-header)
1030 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1031 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1032 (todo-edit-item-date-year, todo-edit-item-date-month)
1033 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1034 Remove.
1035 (todo-edit-item): Reimplement as wrapper command for
1036 todo-edit-item--next-key and make it distinguish done and not done
1037 todo items.
1038 (todo-edit-item--text): New function, replacing old command
1039 todo-edit-item and incorporating deleted commands
1040 todo-edit-multiline-item and todo-edit-done-item-comment.
1041 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1042 Use only numeric value of prefix argument. Remove detailed
1043 descriptions of the arguments from the documentation string, since
1044 this is treated in the Todo mode user manual.
1045 (todo-edit-item--diary-inclusion): New function, replacing old
1046 command todo-edit-item-diary-inclusion and incorporating and fixing
1047 functionality of deleted command todo-edit-item-diary-nonmarking,
1048 making sure to remove todo-nondiary-marker when adding
1049 diary-nonmarking-symbol.
1050 (todo-edit-category-diary-inclusion): Make sure to delete
1051 diary-nonmarking-symbol when adding todo-nondiary-marker.
1052 (todo-edit-category-diary-nonmarking): Fix indentation.
1053 (todo-insert-item--parameters): Group diary and nonmarking
1054 parameters together.
1055 (todo-insert-item--apply-args): Adjust to signature of
1056 todo-insert-item--basic and incorporate copy parameter.
1057 Make small code improvements.
1058 (todo-insert-item--next-param): Improve prompt and adjust it to
1059 new parameter grouping. Remove obsolete code.
1060 (todo-edit-item--param-key-alist)
1061 (todo-edit-item--date-param-key-alist)
1062 (todo-edit-done-item--param-key-alist): New defconsts.
1063 (todo-edit-item--prompt): New variable.
1064 (todo-edit-item--next-key): New function.
1065 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1066 Remove bindings of deleted commands.
1067
1068 2014-05-02 Leo Liu <sdl.web@gmail.com>
1069
1070 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1071
1072 2014-05-01 Glenn Morris <rgm@gnu.org>
1073
1074 * allout-widgets.el (allout-widgets-tally)
1075 (allout-decorate-item-guides):
1076 * menu-bar.el (menu-bar-positive-p):
1077 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1078 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1079 * progmodes/js.el (js--inside-param-list-p)
1080 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1081 * progmodes/prolog.el (region-exists-p):
1082 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1083 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1084 Doc fixes (replace `iff').
1085
1086 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1089
1090 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1091
1092 * dired.el (dired-initial-position-hook, dired-initial-position):
1093 Doc string fixes.
1094
1095 2014-04-29 Glenn Morris <rgm@gnu.org>
1096
1097 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1098
1099 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
1100
1101 * faces.el (face-spec-recalc): Apply X resources only after the
1102 defface spec has been applied. Thus, X resources are no longer
1103 overridden by the defface spec which also fixes issues on win32 where
1104 the toolbar coloring was wrong because it is set through X resources
1105 and was (wrongfully) overridden. (Bug#16694)
1106
1107 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * textmodes/rst.el (electric-pair-pairs): Declare.
1110 (rst-mode): Set it (bug#17131).
1111
1112 2014-04-27 Juri Linkov <juri@jurta.org>
1113
1114 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1115 and `print-level' to nil. (Bug#17351)
1116
1117 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1118
1119 * battery.el (battery-update): Handle the case where battery
1120 status is "N/A" (bug#17319).
1121
1122 2014-04-24 Eli Zaretskii <eliz@gnu.org>
1123
1124 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1125 Use equal-including-properties to compare help-echo strings (bug#17331).
1126
1127 2014-04-24 Leo Liu <sdl.web@gmail.com>
1128
1129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1130 Fix syntax for @. (Bug#17325)
1131
1132 2014-04-24 Daniel Colascione <dancol@dancol.org>
1133
1134 * emacs-lisp/cl.el (gv): Require gv early to break eager
1135 macro-expansion cycles.
1136
1137 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * simple.el (region-active-p): Check there's a mark (bug#17324).
1140
1141 * simple.el (completion-list-mode-map): Use choose-completion for the
1142 mouse binding as well (bug#17302).
1143 (completion-list-mode, completion-setup-function): Adjust docstring and
1144 echo area message accordingly.
1145 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1146 calling convention of choose-completion.
1147 * comint.el (comint-dynamic-list-completions):
1148 * term.el (term-dynamic-list-completions): Accept choose-completion.
1149
1150 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1151 &, |, +, - and * can't be a division (bug#17317).
1152
1153 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1156 features on gnome-terminal (bug#16988).
1157
1158 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1159
1160 * dired.el (dired-insert-set-properties): Do not consider
1161 subdirectory headings and empty lines to be information that
1162 `dired-hide-details-mode' should hide. (Bug#17228)
1163
1164 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1165
1166 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1167 Remove test messages.
1168 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1169 and `target' twice.
1170
1171 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1174 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1175
1176 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1177
1178 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1181 Set "IFS=" when using read builtin, in order to preserve spaces in
1182 the file name. Add test messages for hunting a bug on hydra.
1183 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1184
1185 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1188 Don't prettify a word within a symbol.
1189
1190 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1193 possible.
1194
1195 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1198 assignments such as "case=hello" (bug#17297).
1199
1200 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1201
1202 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1203 Do not autoload.
1204 (tramp-file-name-handler, tramp-completion-file-name-handler):
1205 Revert patch from 2014-04-10, it isn't necessary anymore.
1206 (tramp-autoload-file-name-handler)
1207 (tramp-register-autoload-file-name-handlers): New defuns.
1208 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1209 (tramp-register-file-name-handlers): Remove also
1210 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1211 Do not autoload its invocation, but eval it after loading of 'tramp.
1212
1213 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1214
1215 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1216
1217 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1220 was done (bug#17264).
1221 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1222 comment to EOB.
1223
1224 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1225 here-documents (bug#17262).
1226
1227 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1228
1229 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1230 Provide doc strings, as required by snarf-documentation.
1231
1232 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1235 arg of overlays-at. Use `invisible-p'.
1236
1237 * obsolete/lucid.el (extent-at):
1238 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1239 overlays-at.
1240 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1241
1242 2014-04-14 João Távora <joaotavora@gmail.com>
1243
1244 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1245 links. (Bug#17217).
1246
1247 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1248
1249 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1250 Use mapc to loop over a vector. (Bug#17257).
1251
1252 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1255 patch, there are new problems with file names containing spaces.
1256 Get rid of backticks. (Bug#17238)
1257
1258 2014-04-13 João Távora <joaotavora@gmail.com>
1259
1260 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1261 possible bug.
1262
1263 2014-04-13 Eli Zaretskii <eliz@gnu.org>
1264
1265 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1266 (blink-cursor-mode): Mention customization variables and the
1267 effect of 'blink-cursor-blinks'.
1268
1269 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
1270
1271 * simple.el (undo): Prevent insertion of identity mapping into
1272 undo-equiv-table so as undo-only does not inf loop in the presence
1273 of consecutive nils in undo list.
1274
1275 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1276
1277 * faces.el (make-face): Deprecate optional argument as it is no
1278 longer needed/used since the conditional X resources handling
1279 has been pushed down to make-face-x-resource-internal itself.
1280 (make-empty-face): Don't pass optional argument to make-face.
1281
1282 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1283
1284 * international/characters.el <standard-case-table>: Add entries
1285 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1286 Set category of Coptic characters be 'g' (Greek).
1287
1288 2014-04-12 Leo Liu <sdl.web@gmail.com>
1289
1290 * progmodes/octave.el (completion-table-with-cache): Define if not
1291 available.
1292 (octave-goto-function-definition)
1293 (octave-sync-function-file-names)
1294 (octave-find-definition-default-filename): Backquote upattern for
1295 compatibility.
1296
1297 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1298
1299 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1300 name twice due to backticks. (Bug#17238)
1301
1302 2014-04-11 Glenn Morris <rgm@gnu.org>
1303
1304 * term/w32-win.el (x-win-suspend-error):
1305 * term/x-win.el (x-win-suspend-error): Sync docs.
1306
1307 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 Ediff's overlay priorities cause more trouble than they solve.
1310 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1311 (ediff-highest-priority): Remove function (bug#17234).
1312 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1313 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1314 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1315 overlay priorities.
1316
1317 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
1318
1319 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1320 entry; use symbol boundaries to avoid mis-matches.
1321
1322 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/tramp.el (tramp-file-name-handler)
1325 (tramp-completion-file-name-handler): Avoid recursive loading.
1326
1327 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1328 Quote result also locally.
1329
1330 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1331
1332 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1333 Module methods. (Bug#17216)
1334
1335 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1338 (describe-bindings-internal): Mark obsolete.
1339
1340 2014-04-07 João Távora <joaotavora@gmail.com>
1341
1342 * elec-pair.el:
1343 (electric-pair--syntax-ppss): When inside comments parse from
1344 comment beginning.
1345 (electric-pair--balance-info): Fix typo in comment.
1346 (electric-pair--in-unterminated-string-p): Delete.
1347 (electric-pair--unbalanced-strings-p): New function.
1348 (electric-pair-string-bound-function): New var.
1349 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1350 according to `electric-pair--in-unterminated-string-p'
1351
1352 2014-04-07 João Távora <joaotavora@gmail.com>
1353
1354 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1355 Inhibit quote pairing if point-max is inside an unterminated string.
1356 (electric-pair--looking-at-unterminated-string-p): Delete.
1357 (electric-pair--in-unterminated-string-p): New function.
1358
1359 2014-04-07 Glenn Morris <rgm@gnu.org>
1360
1361 * shell.el (shell-directory-tracker):
1362 Go back to just ignoring failures. (Bug#17159)
1363
1364 2014-04-06 João Távora <joaotavora@gmail.com>
1365
1366 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1367 backspace. (bug#16981)
1368 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1369 (electric-pair-backward-delete-char-untabify): Delete.
1370 (electric-pair-mode-map): Bind backspace to a menu item filtering
1371 a new `electric-pair-delete-pair' command.
1372 (electric-pair-delete-pair): New command.
1373
1374 2014-04-06 João Távora <joaotavora@gmail.com>
1375
1376 * progmodes/python.el (python-electric-pair-string-delimiter):
1377 Fix triple-quoting electricity. (Bug#17192)
1378
1379 2014-04-06 João Távora <joaotavora@gmail.com>
1380
1381 * elec-pair.el (electric-pair-post-self-insert-function):
1382 Don't skip whitespace when `electric-pair-text-pairs' and
1383 `electric-pair-pairs' were used. syntax to
1384 electric-pair--skip-whitespace. (Bug#17183)
1385
1386 2014-04-06 Eli Zaretskii <eliz@gnu.org>
1387
1388 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1389 "<F>". (Bug#17199)
1390
1391 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1394 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1395
1396 2014-04-05 Glenn Morris <rgm@gnu.org>
1397
1398 * help.el (view-lossage): Doc tweak.
1399
1400 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
1401
1402 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1403 only when inhibit-x-resources is nil, and do that earlier in the
1404 function. Doc fix. (Bug#16694)
1405 (face-spec-choose): Accept additional optional argument, whose
1406 value is returned if no matching attributes are found.
1407 (face-spec-recalc): Use the new optional argument when calling
1408 face-spec-choose. (Bug#16378)
1409 (make-face-x-resource-internal): Do nothing when
1410 inhibit-x-resources is non-nil. Don't touch the default face if
1411 reversed video is given--as was done in previous versions of Emacs.
1412 (face-set-after-frame-default): Don't call
1413 make-face-x-resource-internal here. (Bug#16434)
1414
1415 2014-04-04 Tassilo Horn <tsdh@gnu.org>
1416
1417 * doc-view.el (doc-view-bookmark-jump):
1418 Use `bookmark-after-jump-hook' to jump to the right page after the
1419 buffer is shown in a window. (bug#16090)
1420
1421 2014-04-04 Eli Zaretskii <eliz@gnu.org>
1422
1423 * international/characters.el (mirroring): Fix last change:
1424 instead of loading uni-mirrored.el explicitly, do that implicitly
1425 by creating the 'mirroring' uniprop table. This avoids announcing
1426 the loading of uni-mirrored.el.
1427
1428 2014-04-04 Glenn Morris <rgm@gnu.org>
1429
1430 * files.el (buffer-stale--default-function)
1431 (buffer-stale-function, revert-buffer--default):
1432 * autorevert.el (auto-revert-buffers): Doc tweaks.
1433
1434 2014-04-03 Eli Zaretskii <eliz@gnu.org>
1435
1436 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1437
1438 2014-04-03 Glenn Morris <rgm@gnu.org>
1439
1440 * files.el (make-backup-file-name-function)
1441 (make-backup-file-name, make-backup-file-name--default-function)
1442 (make-backup-file-name-1, find-backup-file-name)
1443 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1444 (buffer-stale--default-function, buffer-stale-function)
1445 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1446 (revert-buffer, revert-buffer--default)
1447 (revert-buffer-insert-file-contents--default-function):
1448 Doc fixes related to defaults no longer being nil.
1449 (make-backup-file-name-function): Bump :version.
1450 Restore nil as a valid but deprecated custom type.
1451
1452 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1455 used as a variable (bug#17174).
1456
1457 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * progmodes/perl-mode.el (perl-indent-new-calculate):
1460 Handle forward-sexp failure (bug#16985).
1461 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1462 modifiers introducing expressions (bug#17116).
1463
1464 2014-04-02 Glenn Morris <rgm@gnu.org>
1465
1466 * menu-bar.el (menu-bar-file-menu):
1467 * vc/ediff.el (ediff-current-file):
1468 Update for revert-buffer-function no longer being nil by default.
1469
1470 * simple.el (command-execute): Respect nil disabled-command-function.
1471
1472 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1473
1474 * simple.el (command-execute): Do not execute the command when it
1475 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1476
1477 2014-03-29 Juri Linkov <juri@jurta.org>
1478
1479 * dired-aux.el (dired-compress-file): Don't use string-match-p
1480 because its match data is used afterwards.
1481
1482 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1485 0 like nil.
1486
1487 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1488
1489 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1490 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1491
1492 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1493 Don't propertize `?' or `!' as symbol constituent when after
1494 colon. (Bug#17097)
1495
1496 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1499 which is no longer needed and causes trouble in GTK builds (bug#17046).
1500
1501 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1502 Use url-insert-file-contents; package-handle-response no longer exists.
1503
1504 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * emacs-lisp/package.el: Fix bug#16733 (again).
1507 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1508 (url-http-target-url): Remove unused declarations.
1509 (package-handle-response): Remove.
1510 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1511 (package--download-one-archive): Use current-buffer instead of
1512 dynamic binding of `buffer'.
1513 (describe-package-1): Do not decode readme-string.
1514
1515 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
1516
1517 * simple.el (primitive-undo): Correction to 2014-03-24 change.
1518
1519 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1522
1523 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1524 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1525 `remote-file-name-inhibit-cache' to nil in the second pass.
1526 (tramp-find-executable): Do not call "which" on SunOS.
1527 (tramp-send-command-and-check): Fix docstring.
1528 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1529 check whether source directory has set the sticky bit.
1530
1531 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
1532
1533 * simple.el (primitive-undo): Only process marker adjustments
1534 validated against their corresponding (TEXT . POS). Issue warning
1535 for lone marker adjustments in undo history. (Bug#16818)
1536 (undo-make-selective-list): Add marker adjustments to selective
1537 undo list based on whether their corresponding (TEXT . POS) is in
1538 the region. Remove variable adjusted-markers, which was unused
1539 and only non nil during undo-make-selective-list.
1540 (undo-elt-in-region): Return nil when passed a marker adjustment
1541 and explain in function doc.
1542
1543 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1544
1545 * emacs-lisp/package.el (package--add-to-archive-contents):
1546 Include already installed and built-in packages in
1547 `package-archive-contents'.
1548 (package-install): Don't include already installed packages in the
1549 options during interactive invocation. (Bug#16762)
1550
1551 2014-03-24 Daniel Colascione <dancol@dancol.org>
1552
1553 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1554 instead of cl-loop search function.
1555
1556 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1559
1560 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1561
1562 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1563
1564 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1565
1566 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1567 Match special global variables without curlies, too.
1568 (ruby-font-lock-keywords): Simplify the matcher for special global
1569 variables. Don't require a non-word character after the variable.
1570 (Bug#17057)
1571
1572 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * simple.el (redisplay-highlight-region-function): Increase priority of
1575 overlay to make sure boundaries are visible (bug#15899).
1576
1577 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * frameset.el (frameset-restore): Compare display strings with equal.
1580
1581 * frame.el (make-frame): Don't quote display name in error message,
1582 it is already a string.
1583
1584 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1585
1586 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1587 the password.
1588
1589 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1590
1591 * emacs-lisp/package.el (package-show-package-list): If the buffer
1592 is already displayed in another window, switch to that window.
1593
1594 2014-03-21 Daniel Colascione <dancol@dancol.org>
1595
1596 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1597 information in bug reports.
1598
1599 2014-03-23 Daniel Colascione <dancol@dancol.org>
1600
1601 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1602 list to look for keyword arguments instead of `memq', fixing
1603 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1604 Please make bootstrap.
1605
1606 2014-03-23 Richard Stallman <rms@gnu.org>
1607
1608 * battery.el (battery-linux-sysfs): Search for each field
1609 from the beginning of the buffer.
1610
1611 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1612
1613 * emacs-lisp/package.el (package-desc): Use the contents of the
1614 quoted form, not its cdr. (Bug#16873)
1615
1616 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1617
1618 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1619 benefit of doc.c; change parameter profile to match the X function.
1620
1621 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1624 and `tramp-copy-env'.
1625
1626 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1627 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1628
1629 2014-03-21 Glenn Morris <rgm@gnu.org>
1630
1631 * electric.el (electric-indent-post-self-insert-function): Add doc.
1632
1633 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1634
1635 * emacs-lisp/package.el (package-compute-transaction):
1636 Use `version-list-<=' to compare the requirement version against
1637 the version of package already to be installed. Update the error
1638 message. (Bug#16826)
1639
1640 * progmodes/ruby-mode.el (ruby-smie-rules):
1641 Add indentation rule for ` @ '. (Bug#17050)
1642
1643 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * align.el (align-regexp): Remove superfluous backslash.
1646
1647 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1648 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1649 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1650 Fix docstring typos.
1651 (ffap-next): Use C-u in docstring.
1652 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1653 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1654 Remove superfluous backslashes.
1655 (ffap-string-at-point): Reflow docstring.
1656
1657 * server.el (server-host): Reflow docstring.
1658 (server-unload-function): Fix docstring typo.
1659 (server-eval-at): Remove superfluous backslash.
1660
1661 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1662 (skeleton-insert): Doc fix.
1663 (skeleton-insert): Reflow docstring.
1664
1665 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1666 (tty-color-approximate, tty-color-by-index, tty-color-values)
1667 (tty-color-desc): Remove superfluous backslashes.
1668
1669 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * electric.el (electric-newline-and-maybe-indent): New command.
1672 Bind it globally to C-j.
1673 (electric-indent-mode): Don't mess with the global map any more.
1674 Don't drop the post-self-insert-hook is some buffer is still using it
1675 (bug#16770).
1676
1677 * bindings.el (global-map): Remove C-j binding.
1678
1679 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1680 the docstring of functions advised before dumping (bug#16993).
1681
1682 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1683
1684 * ps-print.el (ps-generate-postscript-with-faces):
1685 Explicitly deactivate the mark (bug#16866).
1686 * simple.el (deactivate-mark): Update region highlight.
1687
1688 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1689
1690 * emacs-lisp/package.el (describe-package-1):
1691 Decode commentary (bug#16733).
1692
1693 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1694
1695 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1696 modification of the value argument of :set (bug#16755).
1697
1698 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * simple.el (newline-and-indent): Do autofill (bug#17031).
1701
1702 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1703
1704 * newcomment.el (comment-normalize-vars): Only add escaping check
1705 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1706 (comment-beginning): Use `narrow-to-region' instead of moving back
1707 one character.
1708 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1709 (comment-start-skip): Update the docstring.
1710
1711 2014-03-18 Richard Stallman <rms@gnu.org>
1712
1713 * dired.el (dired-display-file): Force use of other window.
1714
1715 2014-03-18 Daniel Colascione <dancol@dancol.org>
1716
1717 * startup.el (tty-handle-args): Remove debug message from 2007.
1718
1719 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1722 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1723 (advice--make-1, advice-add, advice-remove):
1724 Remove braindead :advice-pending hack.
1725
1726 2014-03-17 Glenn Morris <rgm@gnu.org>
1727
1728 * calendar/calendar.el (calendar-generate-month): Apply weekend
1729 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1730
1731 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1732
1733 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1734 (tramp-call-process): Trace also DESTINATION.
1735
1736 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1737 Quote file names when they are local. Remove superfluous trace.
1738
1739 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1740
1741 * newcomment.el (comment-beginning): If `comment-start-skip'
1742 doesn't match, move back one char and try again. (Bug#16971)
1743
1744 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1745 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1746 Set `comment-start-skip' to a simpler value that doesn't try to
1747 check if the semicolon is escaped (this is handled by
1748 `syntax-ppss' now). (Bug#16971)
1749
1750 * progmodes/scheme.el (scheme-mode-variables): Same.
1751
1752 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1753
1754 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1755 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1756 current (Bug#16816, Bug#17007).
1757 (with-current-buffer-window): New macro doing the same as
1758 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1759 * help.el (help-print-return-message): Warn in doc-string to not
1760 use this in `with-help-window'.
1761 (describe-bindings-internal): Call `describe-buffer-bindings'
1762 from within help buffer. See Juanma's scenario in (Bug#16816).
1763 (with-help-window): Update doc-string.
1764 * dired.el (dired-mark-pop-up):
1765 * files.el (save-buffers-kill-emacs):
1766 * register.el (register-preview): Use `with-current-buffer-window'
1767 instead of `with-temp-buffer-window'.
1768
1769 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1770
1771 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1772 Implement inserting into current buffer, documented in their docstrings.
1773 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1774 (rst-section-tree-point, rst-forward-section, rst-indent)
1775 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1776 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1777 (rst-font-lock-handle-adornment-pre-match-form)
1778 (rst-repeat-last-character): Reflow docstrings.
1779 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1780 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1781 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1782 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1783 Fix docstring typos.
1784 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1785 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1786 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1787
1788 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1791 for compatibility with other ports.
1792 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1793 from the -xrm command line argument, but in the Nextstep port its value
1794 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1795
1796 * progmodes/python.el (defconst, python-syntax-count-quotes)
1797 (python-indent-region, python-indent-shift-right)
1798 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1799 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1800 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1801 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1802 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1803 (python-shell-buffer-substring, python-shell-send-buffer)
1804 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1805 (python-completion-complete-at-point, python-fill-docstring-style)
1806 (python-eldoc-function, python-imenu-format-item-label)
1807 (python-imenu-format-parent-item-label)
1808 (python-imenu-format-parent-item-jump-label)
1809 (python-imenu--build-tree, python-imenu-create-index)
1810 (python-imenu-create-flat-index): Fix docstring typos.
1811 (python-indent-context, python-shell-prompt-regexp, run-python):
1812 Remove superfluous backslashes.
1813 (python-indent-line, python-nav-beginning-of-defun)
1814 (python-shell-get-buffer, python-shell-get-process)
1815 (python-info-current-defun, python-info-current-line-comment-p)
1816 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1817 (python-indent-post-self-insert-function, python-shell-send-file)
1818 (python-shell-completion-get-completions)
1819 (python-shell-completion-complete-or-indent)
1820 (python-eldoc--get-doc-at-point): Reflow docstrings.
1821
1822 2014-03-14 Glenn Morris <rgm@gnu.org>
1823
1824 * emacs-lisp/package.el (package-menu-mode-map):
1825 Replace use of obsolete function alias. Tweak menu item text.
1826
1827 * info.el (Info-finder-find-node):
1828 Ignore the `emacs' metapackage. (Bug#10813)
1829
1830 * finder.el (finder-list-matches): Include unversioned packages
1831 in the result of a keyword search.
1832
1833 * finder.el (finder--builtins-descriptions): New constant.
1834 (finder-compile-keywords): Use finder--builtins-descriptions.
1835
1836 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1837
1838 * simple.el (blink-matching-paren): Describe the new value,
1839 `jump', enabling the old behavior.
1840 (blink-matching-open): Use that value. (Bug#17008)
1841
1842 2014-03-14 Glenn Morris <rgm@gnu.org>
1843
1844 * finder.el (finder-no-scan-regexp): Add leim-list.
1845 (finder-compile-keywords):
1846 Don't skip files with same basename. (Bug#14010)
1847 * Makefile.in (setwins_finder): New, excluding leim.
1848 (finder-data): Use setwins_finder.
1849
1850 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1851 (help-function-arglist, help-make-usage): Move from here...
1852 * help.el (help-split-fundoc, help-add-fundoc-usage)
1853 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1854 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1855
1856 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * net/socks.el (socks, socks-override-functions)
1859 (socks-find-services-entry):
1860 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1861 (hif-find-ifdef-block):
1862 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1863
1864 * net/tls.el (tls-program): Reflow docstring.
1865
1866 * progmodes/pascal.el (pascal-mode-abbrev-table)
1867 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1868 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1869 (pascal-outline-mode): Fix docstring typos.
1870 (pascal-mode): Let define-derived-mode document mode hook.
1871 (pascal-uncomment-area): Reflow.
1872 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1873
1874 * progmodes/opascal.el (opascal-compound-block-indent)
1875 (opascal-case-label-indent): Fix docstring typos.
1876 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1877
1878 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1879
1880 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1881 Fontify multiple adjacent negation chars. (Bug#17004)
1882
1883 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1884
1885 * emacs-lisp/package.el (package--prepare-dependencies):
1886 Accept requirements without explicit version (bug#14941).
1887
1888 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * register.el (register-separator, copy-to-register): Doc fixes.
1891 (register-preview-default): Remove unnecessary call to concat.
1892
1893 * frameset.el (frameset-restore): When checking for a visible frame,
1894 use the action map instead of calling visible-frame-list.
1895
1896 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1897
1898 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1899
1900 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1901
1902 * window.el (fit-frame-to-buffer): Get maximum width from
1903 display's width instead of height.
1904
1905 2014-03-12 Glenn Morris <rgm@gnu.org>
1906
1907 * desktop.el (desktop-restore-frames)
1908 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1909 (desktop-restore-reuses-frames): Doc tweaks.
1910
1911 * electric.el (electric-indent-mode): Doc fix.
1912
1913 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1916 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1917 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1918 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1919 (cvs-dired-use-hook): Fix docstring typos.
1920 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1921 Doc fixes.
1922
1923 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1924 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1925 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1926 (cvs-execute-single-dir): Fix docstring typos.
1927
1928 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1929 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1930
1931 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1932
1933 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1934 Fix docstring typos.
1935
1936 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1937
1938 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1939 called from jump-to-register after unloading the frameset package.
1940
1941 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1944 (bug#16975). Deactivate the mark before setting it to nil.
1945 (activate-mark): Do nothing if region is already active.
1946
1947 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * frameset.el (frameset--target-display): Remove definition; declare.
1950 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1951
1952 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1955 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1956 when the advice is pending.
1957 (advice-remove): Remove this marker when not needed any more.
1958
1959 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * frameset.el: Separate options for reusing frames and cleaning up.
1962 (frameset--reuse-list): Remove definition; declare.
1963 (frameset--action-map): Declare.
1964 (frameset--find-frame-if): Doc fix.
1965 (frameset--restore-frame): Cache frame action.
1966 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1967 how to clean up the frame list after restoring. Remove cleaning
1968 options from REUSE-FRAMES. Change all keyword values to symbols.
1969 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1970
1971 * desktop.el (desktop-restore-forces-onscreen)
1972 (desktop-restore-reuses-frames): Use non-keyword values.
1973 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1974
1975 2014-03-10 Glenn Morris <rgm@gnu.org>
1976
1977 * files.el (find-file): Doc fix: update info node name.
1978
1979 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1980 Doc fix: remove references to deleted info nodes.
1981
1982 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1983
1984 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1985 Do not add `nil' to the environment, when there's no remote `locale'.
1986 (tramp-find-inline-encoding): Check, that the remote host has
1987 installed perl, before sending scripts.
1988
1989 2014-03-10 Leo Liu <sdl.web@gmail.com>
1990
1991 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1992 Clear eldoc-last-message. (Bug#16920)
1993
1994 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1997 (bug#14430).
1998
1999 2014-03-09 Juri Linkov <juri@jurta.org>
2000
2001 * ansi-color.el (ansi-color-names-vector): Copy default colors
2002 from `xterm-standard-colors' that look well on the default white
2003 background (and also on the black background) to avoid illegible
2004 color combinations like yellow-on-white and white-on-white.
2005 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2006
2007 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * frameset.el (frameset-restore): When no frame is visible, do not
2010 generate a list of frames, just make visible the selected one.
2011
2012 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2013
2014 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2015 it only contains the repository root. (Bug#16897)
2016
2017 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2018
2019 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2020 only when `remote-file-name-inhibit-cache' is nil.
2021 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2022
2023 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2024
2025 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2026 Fix doc-strings.
2027 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2028 fit-frame-to-buffer variable. Fix doc-string.
2029 (fit-window-to-buffer): Set ONLY argument in call of
2030 fit-frame-to-buffer. Fix doc-string.
2031
2032 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2033
2034 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2035 (tramp-action-password): Clear password cache if needed.
2036 (tramp-read-passwd): Do not clear password cache.
2037
2038 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2039 cache unless it is the first password request.
2040
2041 2014-03-06 Glenn Morris <rgm@gnu.org>
2042
2043 * simple.el (newline): Doc tweak.
2044
2045 * emacs-lisp/shadow.el (load-path-shadows-find):
2046 Ignore dir-locals. (Bug#12357)
2047
2048 2014-03-05 Glenn Morris <rgm@gnu.org>
2049
2050 * files.el (interpreter-mode-alist):
2051 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2052
2053 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * frameset.el (frameset--initial-params): Filter out null entries.
2056
2057 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2058
2059 * window.el (window-min-height, window-min-width):
2060 Rewrite doc-strings.
2061 (window-body-size): Add PIXELWISE argument to make it consistent
2062 with its callees.
2063
2064 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * finder.el (finder-mode-map, finder-mode-syntax-table):
2067 Revert part of 2014-02-28 change.
2068
2069 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2070
2071 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2072 (eww-setup-buffer): Clear next/prev/etc more reliably.
2073 (eww-textarea-map): [tab] doesn't work on tty.
2074 Reported by Mario Lang.
2075
2076 * net/shr.el (shr-map): Ditto.
2077
2078 2014-03-04 Glenn Morris <rgm@gnu.org>
2079
2080 * minibuffer.el (completion-hilit-commonality):
2081 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2082
2083 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2084
2085 * hilit-chg.el (hilit-chg-unload-function): New function.
2086 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2087 (hilit-chg-map-changes): Prefer cardinal number to digit.
2088 (hilit-chg-display-changes): Reflow docstring.
2089 (highlight-changes-rotate-faces): Remove superfluous backslash.
2090
2091 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2094 `tramp-send-command-and-check'.
2095
2096 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2097
2098 * hexl.el (hexl-address-region, hexl-ascii-region)
2099 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2100 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2101 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2102 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2103 (hexl-mode): Doc fix.
2104 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2105 (hexl-mode-ruler): Fix typos in docstrings.
2106
2107 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2108 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2109 Remove superfluous backslashes.
2110 (strokes-last-stroke, strokes-global-map, strokes-mode):
2111 Reflow docstrings.
2112 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2113 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2114 (strokes-distance-squared, strokes-global-set-stroke)
2115 (strokes-global-set-stroke-string): Doc fixes.
2116 (strokes-help): Fix typos; reflow docstring.
2117
2118 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2119
2120 * window.el (window-in-direction): Fix doc-string.
2121
2122 2014-03-04 Glenn Morris <rgm@gnu.org>
2123
2124 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2125 Explicit error if no grammar.
2126 (smie-config-save): Doc fix. Fix quote typo.
2127
2128 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2131 electric-indent-mode-hook if we obey electric-indent-mode.
2132 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2133 decide whether we obey electric-indent-mode.
2134 (c-change-set-fl-decl-start, c-extend-after-change-region):
2135 Silence warnings.
2136 (c-electric-indent-mode-hook): Assume we do want to obey
2137 electric-indent-mode.
2138
2139 * electric.el (electric-indent-mode-has-been-called): Remove.
2140 (electric-indent-mode): Fix accordingly.
2141
2142 * files.el (hack-local-variables): Mention file name in warning.
2143
2144 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2145
2146 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2147
2148 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2149 * simple.el (delete-forward-char): Mark as interactive-only.
2150
2151 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2152
2153 * icomplete.el (icomplete-completions):
2154 Follow-up to 2014-03-01 change.
2155
2156 * icomplete.el: Miscellaneous doc fixes.
2157 Use Icomplete everywhere instead of icomplete for consistency.
2158 (icomplete-max-delay-chars): Fix typo.
2159 (icomplete-mode): Use \[].
2160 (icomplete-tidy, icomplete-exhibit): Reflow.
2161 (icomplete-minibuffer-setup-hook, icomplete-completions):
2162 Remove superfluous backlashes.
2163
2164 * ido.el: Miscellaneous doc fixes.
2165 Use Ido everywhere instead of ido or `ido' for consistency.
2166 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2167 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2168 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2169 (ido-separator): Extract obsolescence info from docstring and declare
2170 with make-obsolete-variable.
2171 (ido-minibuffer-setup-hook): Simplify example.
2172 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2173 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2174 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2175 (ido-everywhere): Reflow docstring.
2176 (ido-toggle-vc): Doc fix.
2177 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2178 of long list of keybindings.
2179
2180 2014-03-03 Glenn Morris <rgm@gnu.org>
2181
2182 * frame.el (display-pixel-height, display-pixel-width)
2183 (display-mm-dimensions-alist, display-mm-height)
2184 (display-mm-width): Doc tweaks.
2185
2186 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2187
2188 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2189 case of undo in region.
2190
2191 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2192
2193 * window.el (fit-window-to-buffer): Fix argument in window-size
2194 call when window is horizontally combined.
2195
2196 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * icomplete.el (icomplete-completions): Use string-width.
2199 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2200
2201 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2202
2203 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2204 Highlight regexp options. (Bug#16914)
2205
2206 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2207
2208 * window.el (window--max-delta-1): Round down when calculating
2209 how many lines/columns we can get from a window.
2210
2211 2014-03-01 Glenn Morris <rgm@gnu.org>
2212
2213 * isearch.el (search-invisible): Doc fix.
2214
2215 * minibuffer.el (completion-hilit-commonality):
2216 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2217 * comint.el (comint-dynamic-list-completions): Doc fix.
2218 * comint.el (comint-dynamic-list-completions):
2219 * filecache.el (file-cache-minibuffer-complete):
2220 * tempo.el (tempo-display-completions):
2221 * eshell/em-hist.el (eshell-list-history):
2222 Replace use of obsolete argument of display-completion-list.
2223
2224 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * icomplete.el (icomplete-completions):
2227 Revert back to using "..." when ?… cannot be displayed.
2228
2229 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2230
2231 * finder.el (finder-unload-function): New function.
2232
2233 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2234
2235 * dframe.el (dframe-detach):
2236 * find-dired.el (find-dired, find-name-dired):
2237 * finder.el (finder-mode-map, finder-mode-syntax-table)
2238 (finder-headmark, finder-select, finder-mouse-select):
2239 Fix docstring typos.
2240
2241 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2242
2243 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2244 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2245 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2246 Fix doc-string based on a suggestion by Nicolas Richard
2247 <theonewiththeevillook@yahoo.fr>.
2248 * help.el (with-help-window): Fix doc-string.
2249
2250 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2251
2252 * net/shr.el (shr-image-animate): New option.
2253 (shr-put-image): Respect shr-image-animate.
2254
2255 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2256
2257 * net/tramp-adb.el (tramp-adb-parse-device-names):
2258 Use `accept-process-output'.
2259 (tramp-adb-handle-file-truename): Cache the localname only.
2260 (tramp-adb-handle-make-directory)
2261 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2262 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2263 modes cannot be changed.
2264
2265 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2266 file properties of symlinks.
2267
2268 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2269
2270 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2271 required/optional fields to match development biblatex. (Bug#16781)
2272
2273 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2274
2275 * saveplace.el (toggle-save-place):
2276 Fix argument handling. (Bug#16673)
2277
2278 2014-02-28 Glenn Morris <rgm@gnu.org>
2279
2280 * minibuffer.el (completions-first-difference)
2281 (completions-common-part, completion-hilit-commonality): Doc fixes.
2282
2283 2014-02-28 Karl Berry <karl@gnu.org>
2284
2285 * info.el (Info-mode-map): Add H for describe-mode,
2286 to synchronize with standalone Info.
2287
2288 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2289
2290 * progmodes/sql.el (sql-interactive-mode):
2291 Avoid setting global comint-input-ring-separator. (Bug#16814)
2292
2293 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2294
2295 * net/dbus.el (dbus--init-bus): Declare function.
2296 (dbus-path-local, dbus-interface-local): New defconst.
2297 (dbus-init-bus): Use them.
2298 (dbus-return-values-table): Extend doc.
2299 (dbus-handle-bus-disconnect): Extend error message.
2300
2301 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * subr.el (y-or-n-p): Fix double space issue in message.
2304
2305 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2306
2307 * net/tramp.el (tramp-call-process): Improve trace message.
2308 (tramp-handle-insert-file-contents): Trace error case.
2309
2310 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2311 <insert-directory>: Use `tramp-handle-insert-directory'.
2312 (tramp-adb-handle-insert-directory): Remove function.
2313 (tramp-adb-send-command-and-check): New defun, replacing
2314 `tramp-adb-command-exit-status'. Change all callees.
2315 (tramp-adb-handle-file-attributes)
2316 (tramp-adb-handle-directory-files-and-attributes): Use it.
2317 (tramp-adb-ls-output-name-less-p):
2318 Use `directory-listing-before-filename-regexp'.
2319 (tramp-adb-handle-delete-directory): Flush also file properties of
2320 the truename of directory.
2321 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2322 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2323 (tramp-adb-handle-write-region): Implement APPEND.
2324 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2325 properties correctly.
2326 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2327 variables. Check for connected devices only when needed.
2328
2329 2014-02-27 Glenn Morris <rgm@gnu.org>
2330
2331 * minibuffer.el (completion-table-dynamic)
2332 (completion-table-with-cache): Doc fixes.
2333
2334 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2335 (completing-read-multiple): Doc fixes.
2336
2337 2014-02-27 Daniel Colascione <dancol@dancol.org>
2338
2339 * minibuffer.el (completion--nth-completion): Fix indentation.
2340
2341 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2342 explicit tramp path is empty.
2343
2344 2014-02-27 Glenn Morris <rgm@gnu.org>
2345
2346 * emacs-lisp/crm.el (completing-read-multiple):
2347 Empower help-enable-auto-load.
2348
2349 2014-02-26 Glenn Morris <rgm@gnu.org>
2350
2351 * startup.el (command-line): Don't init the tty in daemon mode.
2352
2353 Avoid calling tty-setup-hook twice, eg if a term file
2354 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2355 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2356 (tty-create-frame-with-faces): Use it.
2357 * startup.el (command-line): Pass run-hook argument
2358 to tty-run-terminal-initialization.
2359
2360 * dired.el (dired-restore-desktop-buffer): Demote errors;
2361 eg in case a glob match fails. (Bug#16884)
2362
2363 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2364
2365 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2366 error from `read-from-string'. (Bug#16850)
2367
2368 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2369 result of `completing-read' in the interactive form. (Bug#16854)
2370
2371 2014-02-25 Glenn Morris <rgm@gnu.org>
2372
2373 * image.el (image-animate, image-animate-timeout):
2374 Stop animating images in dead buffers. (Bug#16878)
2375
2376 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2377
2378 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2379 Doc fixes.
2380 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2381 * term/sun.el (sun-raw-prefix-hooks):
2382 Use tty-setup-hook instead of term-setup-hook.
2383 (terminal-init-sun): Construct message from bytecomp plist.
2384 * term/wyse50.el (enable-arrow-keys): Doc fix.
2385
2386 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2387
2388 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2389 Fix docstring typos.
2390
2391 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2392
2393 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2394
2395 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2396
2397 * minibuffer.el (completion--try-word-completion):
2398 Fix error when completing M-x commands (bug#16808).
2399
2400 2014-02-24 Leo Liu <sdl.web@gmail.com>
2401
2402 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2403
2404 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * apropos.el (apropos-print): Avoid formatting error when
2407 apropos-do-all and apropos-compact-layout are both t.
2408
2409 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * apropos.el (apropos-property, apropos-all-words-regexp)
2412 (apropos-true-hit, apropos-variable, apropos-print):
2413 Fix docstring typos, and remove obsolete comment.
2414
2415 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2416
2417 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2418 Preserve trailing "/". (Bug#16851)
2419
2420 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2421
2422 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2423 after `=>' (bug#16811).
2424 (ruby-smie-rules): Handle the inconsistent second element of the
2425 list returned by `smie-indent--parent'.
2426 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2427 method call.
2428
2429 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * elec-pair.el (electric-pair-text-syntax-table)
2432 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2433 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2434 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2435 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2436
2437 2014-02-22 Glenn Morris <rgm@gnu.org>
2438
2439 * imenu.el (imenu--generic-function): Doc fix.
2440
2441 * register.el (frame-configuration-to-register): Make obsolete.
2442
2443 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2444
2445 * desktop.el (desktop-save-buffer-p): Do not fail when
2446 desktop-files-not-to-save is nil. Return t for true result
2447 as the doc says.
2448
2449 2014-02-22 Daniel Colascione <dancol@dancol.org>
2450
2451 * net/secrets.el (secrets-create-item, secrets-search-items):
2452 Check that attribute values are strings, avoiding the construction
2453 of invalid dbus messages.
2454
2455 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2458 defun-declarations-alist.
2459
2460 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2463 (bug#16829).
2464
2465 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2466
2467 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2468 (whitespace-newline, whitespace-trailing, whitespace-line)
2469 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2470 (whitespace-space-after-tab): Fix typo in docstrings.
2471
2472 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2473
2474 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2475
2476 * electric.el (electric-indent-functions-without-reindent):
2477 Add `yaml-indent-line'.
2478
2479 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2482 It has done nothing for years; should be removed after the release.
2483
2484 * simple.el (choose-completion): Fix docstring typo.
2485 (read-quoted-char-radix): Remove unneeded * in docstring.
2486 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2487 Don't escape parentheses unnecessarily in docstrings.
2488
2489 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2490
2491 Fix handling of window-min-height/-width (Bug#16738).
2492 * window.el (window--dump-window, window--dump-frame):
2493 New functions.
2494 (window--min-size-1): Account for window dividers.
2495 When window-resize-pixelwise is nil, delay rounding till after the
2496 sum of the window components has been calculated.
2497 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2498 nil make sure at least one text line and two text columns remain
2499 fully visible.
2500 (window-resize): Signal an error when window-resize-apply fails.
2501 (window--resize-child-windows): Fix calculation of by how many
2502 pixels a window can still be shrunk via window-new-normal.
2503 (adjust-window-trailing-edge): Call window--resizable with
2504 correct TRAIL argument.
2505
2506 (with-temp-buffer-window): Don't evaluate BODY within
2507 with-current-buffer (Bug#16816).
2508
2509 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2510
2511 * net/tramp.el (tramp-check-cached-permissions):
2512 Call `file-attributes' with `suffix' being a symbol but a string.
2513
2514 2014-02-21 Daniel Colascione <dancol@dancol.org>
2515
2516 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2517 (dbus-init-bus): New function: call into dbus-init-bus-1
2518 and installs a handler for the disconnect signal.
2519 (dbus-call-method): Rewrite to look for result in cons.
2520 (dbus-call-method-handler): Store result in cons.
2521 (dbus-check-event): Recognize events with nil sender as valid.
2522 (dbus-handle-bus-disconnect): New function. React to bus
2523 disconnection signal by synthesizing dbus error for each
2524 pending synchronous or asynchronous call.
2525 (dbus-notice-synchronous-call-errors): New function.
2526 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2527 is true, not all the time.
2528
2529 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2530
2531 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2532 Remove obsolescence declarations, these variables do not exist anymore.
2533
2534 * savehist.el (savehist-save-minibuffer-history)
2535 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2536 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2537 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2538 mostly, refer to "Savehist mode" when talking about the mode,
2539 and not the function.
2540
2541 * saveplace.el (save-place): Remove redundant info in docstring.
2542 (save-place-forget-unreadable-files, toggle-save-place)
2543 (save-place-forget-unreadable-files, save-place-dired-hook):
2544 Fix typos and remove unneeded backslashes.
2545
2546 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2547
2548 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2549 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2550
2551 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2552 <insert-directory>: Use `tramp-handle-insert-directory'.
2553 (tramp-gvfs-handle-insert-directory): Remove function.
2554
2555 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2556 Call `tramp-handle-insert-directory'.
2557
2558 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2561 before the start of buffer/region (bug#16799).
2562
2563 2014-02-20 Glenn Morris <rgm@gnu.org>
2564
2565 * isearch.el (search-invisible): Doc fix.
2566
2567 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2568
2569 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2570 (bug#16657).
2571
2572 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2573
2574 * frameset.el (frameset-restore): Delay removing an old frame's
2575 duplicate id until the new frame has been correctly created.
2576
2577 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2580 (tramp-check-cached-permissions): Call `file-attributes' if the
2581 cache is empty.
2582
2583 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2584 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2585
2586 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2587 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2588 (tramp-gvfs-maybe-open-connection): Set always connection
2589 properties, even if target is mounted already.
2590
2591 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2592 Set tramp-autoload cookie.
2593 (tramp-get-remote-touch): New defun.
2594 (tramp-sh-handle-set-file-times): Use it.
2595 (tramp-sh-handle-directory-files-and-attributes):
2596 Use `tramp-handle-directory-files-and-attributes' if neither stat
2597 nor perl are available on the remote host.
2598
2599 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2600 "/". Write long listing only when "l" belongs to the switches.
2601
2602 * net/trampver.el: Update release number.
2603
2604 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2607
2608 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2609
2610 * window.el (window-state-put): Allow WINDOW to refer to an
2611 internal window (Bug#16793).
2612
2613 2014-02-19 Glenn Morris <rgm@gnu.org>
2614
2615 * textmodes/remember.el: Move provide statement to end.
2616 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2617 (remember-notes): Doc fixes.
2618
2619 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * delsel.el (delete-char): Restore incorrectly erased property
2622 (bug#16795).
2623
2624 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * frameset.el (frameset--restore-frame): When a frame is being reused
2627 and its root window is not alive, delete all the frame's windows before
2628 restoring the window state. This works around the issue in bug#16793.
2629
2630 2014-02-18 Glenn Morris <rgm@gnu.org>
2631
2632 * textmodes/remember.el (remember-data-directory)
2633 (remember-directory-file-name-format, remember-store-in-files)
2634 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2635 (remember-notes-save-and-bury-buffer)
2636 (remember-notes--kill-buffer-query): Doc fixes.
2637
2638 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2639
2640 2014-02-17 Alan Mackenzie <acm@muc.de>
2641
2642 Connect electric-indent-mode up with CC Mode. Bug #15478.
2643 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2644 to electric-indent-{,local-}-mode.
2645 (c-basic-common-init): Set electric-indent-inhibit.
2646 Initialise c-electric-flag from electric-indent-mode.
2647 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2648 New hook functions which propagate electric-indent-mode to CC mode.
2649
2650 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2651 hit, toggle electric-indent-local-mode.
2652
2653 * electric.el (electric-indent-mode-has-been-called):
2654 New variable.
2655
2656 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * frameset.el (frameset-cfg-id): New function.
2659 (frameset--reuse-frame, frameset-restore): Use it.
2660 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2661
2662 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * ido.el (ido-file-internal): Remove unused var `d'.
2665 Use \` for to match BoS. Fit within 80n columns.
2666
2667 2014-02-17 Daniel Colascione <dancol@dancol.org>
2668
2669 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2670 dbus-call-method check for completion using a busy-wait loop with
2671 gradual backoff.
2672
2673 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2674
2675 Sync with Tramp 2.2.9.
2676
2677 * net/trampver.el: Update release number.
2678
2679 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2680
2681 * ido.el (ido-file-internal): Don't add the name of an existing
2682 directory twice. (Bug#16747)
2683
2684 2014-02-16 Glenn Morris <rgm@gnu.org>
2685
2686 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2687 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2688
2689 2014-02-15 Michael R. Mauger <michael@mauger.com>
2690
2691 * progmodes/sql.el: Version 3.4
2692 (sql-oracle-options): New default value ("-L").
2693 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2694 (sql-placeholders-filter): Correct placeholder pattern.
2695 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2696 (sql-login-delay): New variable.
2697 (sql-product-interactive): Use it.
2698
2699 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2700
2701 * frameset.el (frameset--jump-to-register): Check that buffer is live
2702 (bug#16749).
2703
2704 2014-02-15 Glenn Morris <rgm@gnu.org>
2705
2706 * info.el (info-initialize): Revert 2014-01-10 change.
2707
2708 2014-02-14 Glenn Morris <rgm@gnu.org>
2709
2710 * replace.el (map-query-replace-regexp)
2711 (read-regexp-defaults-function, read-regexp): Doc fixes.
2712
2713 * dired.el (dired-read-regexp):
2714 * faces.el (list-faces-display):
2715 * misearch.el (multi-isearch-read-matching-buffers)
2716 (multi-isearch-read-matching-files):
2717 * play/cookie1.el (cookie-apropos):
2718 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2719
2720 * textmodes/remember.el (remember): Use frameset-to-register
2721 rather than frame-configuration-to-register.
2722
2723 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2724
2725 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2726 incorrect keybinding.
2727
2728 2014-02-13 Daniel Colascione <dancol@dancol.org>
2729
2730 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2731 when adding overlays so that line numbers from compiler match line
2732 numbers we use.
2733
2734 2014-02-13 Glenn Morris <rgm@gnu.org>
2735
2736 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2737
2738 * jit-lock.el (jit-lock-mode): Doc fix.
2739
2740 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2741
2742 * apropos.el (apropos-read-pattern): When the user passes an empty
2743 string, give a more helpful error message than "Wrong type
2744 argument: stringp, nil".
2745
2746 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2749
2750 2014-02-13 Glenn Morris <rgm@gnu.org>
2751
2752 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2753
2754 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2757 shift-select commands.
2758
2759 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2760
2761 * progmodes/js.el (js-indent-line): Don't widen.
2762 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2763
2764 2014-02-12 Glenn Morris <rgm@gnu.org>
2765
2766 * icomplete.el (icomplete): Add info-link to defgroup.
2767 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2768 (icomplete-minibuffer-map, icomplete-mode)
2769 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2770
2771 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2772 (package-menu-filter): Rename from package-menu-filter-interactive.
2773 Doc fix.
2774
2775 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2776
2777 * frameset.el (frameset--jump-to-register): Select the required
2778 window and buffer before restoring position (bug#16696).
2779
2780 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2781
2782 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2783
2784 2014-02-10 Glenn Morris <rgm@gnu.org>
2785
2786 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2787
2788 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2789
2790 * w32-common-fns.el (x-get-selection): Doc fix.
2791 * select.el (x-get-selection): Doc fix. (Bug#15109)
2792
2793 * face-remap.el (face-remap-add-relative)
2794 (face-remap-remove-relative, face-remap-reset-base)
2795 (face-remap-set-base): Call force-mode-line-update to redisplay
2796 the current buffer due to potential change in faces. (Bug#16709)
2797
2798 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2801 script more robustly.
2802
2803 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2804
2805 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2806
2807 * simple.el (choose-completion): Doc fix (bug#14160).
2808
2809 * subr.el (event-start): Say what a nil EVENT value means.
2810
2811 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2812 (bug#14197).
2813
2814 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2815
2816 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2817
2818 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2819
2820 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2821 predicate function (bug#15455).
2822
2823 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2824
2825 * ielm.el (inferior-emacs-lisp-mode): Instead of
2826 `comment-use-global-state', set `comment-use-syntax'.
2827
2828 2014-02-10 Glenn Morris <rgm@gnu.org>
2829
2830 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2831
2832 2014-02-09 Alan Mackenzie <acm@muc.de>
2833
2834 Fix c-invalidate-state-cache on narrowed buffers.
2835 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2836 Widen when setting and clearing the CPP delimiter properties.
2837
2838 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2839
2840 * help.el (describe-bindings): Doc fix (bug#9888).
2841
2842 * files.el (save-buffer): Use ARG as the parameter name for
2843 consistency (bug#10346).
2844 (save-buffer): Clarify the 0 argument (bug#10346).
2845
2846 * cus-edit.el (customize-apropos): Fix error string.
2847 (custom-buffer-create): Doc fix (bug#11122).
2848 (custom-sort-items): Doc fix (bug#11121).
2849
2850 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2851
2852 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2853 (icomplete-simple-completing-p): Mention the previous variable.
2854
2855 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2856 meaning of the parameter (bug#12282).
2857
2858 * files.el (find-file-noselect): Clarify prompt when changing
2859 readedness (bug#13261).
2860 (locate-file): Suffixes aren't returned, so don't say that they
2861 are (bug#12674).
2862 (backup-inhibited): Doc clarification (bug#12525).
2863
2864 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2865 before we actually start to delete things (bug#16331).
2866
2867 * subr.el (event-start): Doc fix (bug#14228).
2868 (event-end): Ditto.
2869
2870 2014-02-09 Glenn Morris <rgm@gnu.org>
2871
2872 * emacs-lisp/warnings.el (lwarn):
2873 Empower help-enable-auto-load. (Bug#15940)
2874
2875 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2876
2877 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2878 (Bug#16690)
2879
2880 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2883 Insert output at end of buffer. (Bug#16120)
2884
2885 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2886
2887 * simple.el (choose-completion-string-functions): Document new
2888 calling convention (bug#14153).
2889 (execute-extended-command): Clarify doc string (bug#13373).
2890
2891 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2892
2893 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2894 (find-grep-dired): Doc fix (bug#14288).
2895
2896 2014-02-08 Juri Linkov <juri@jurta.org>
2897
2898 * isearch.el (isearch-quote-char): Check character validity
2899 like in `quoted-insert' (bug#16677).
2900
2901 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2902
2903 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2904
2905 * isearch.el (isearch-hide-immediately): Doc clarification
2906 (bug#14723).
2907
2908 * simple.el (line-move): Document utility function used many
2909 places in the Emacs sources (bug#14843).
2910
2911 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2912 (dired-prev-marked-file): Doc fix (bug#14855).
2913 (dired-up-directory): Doc fix (bug#14848).
2914
2915 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2916
2917 * files.el (file-relative-name): Doc fix (bug#15159).
2918
2919 * fringe.el (fringe-styles): Doc fix (bug#15239).
2920
2921 * isearch.el (isearch-filter-predicate): Documentation typo fix
2922 (bug#15474).
2923
2924 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2925
2926 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2927
2928 * replace.el (replace-match-maybe-edit): Doc clarification
2929 (bug#15632).
2930
2931 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2932
2933 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2934
2935 2014-02-08 Glenn Morris <rgm@gnu.org>
2936
2937 * help-fns.el (describe-variable):
2938 Check {file,dir}-local-variables-alist, and buffer-file-name,
2939 in the correct buffer.
2940
2941 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2942
2943 * help-fns.el (describe-variable): Fix the case where
2944 a value is directory-local with no dir-locals file. (Bug#16635)
2945
2946 2014-02-08 Glenn Morris <rgm@gnu.org>
2947
2948 * abbrev.el (edit-abbrevs-mode):
2949 Derive from fundamental-mode. (Bug#16682)
2950
2951 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2952
2953 * simple.el (quoted-insert): Check character validity (bug#16677).
2954
2955 2014-02-07 Juri Linkov <juri@jurta.org>
2956
2957 * desktop.el (desktop-read): Claim the lock when the owner is not
2958 the current process. (Bug#16157)
2959
2960 2014-02-07 Juri Linkov <juri@jurta.org>
2961
2962 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2963 to "\\` ". (Bug#16651)
2964
2965 2014-02-07 Juri Linkov <juri@jurta.org>
2966
2967 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2968 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2969 (desktop-auto-save-cancel-timer): New function with some code from
2970 `desktop-auto-save-set-timer'.
2971 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2972 Instead of setting `desktop-save-mode' to nil, call
2973 `desktop-save-mode' with arg 0. (Bug#16630)
2974
2975 2014-02-07 Glenn Morris <rgm@gnu.org>
2976
2977 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2978 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2979 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2980
2981 * obsolete/iswitchb.el: Move to obsolete/.
2982 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2983 since obsolete/ is not scanned for autoloads.
2984 * emacs-lisp/authors.el (authors-valid-file-names):
2985 Add iswitchb.el.
2986
2987 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2988 Disable now non-functional find-file-hook.
2989
2990 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2991
2992 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2993 instead of ";" in order to avoid additional prompts. Let heredoc
2994 scripts read from tty. (Bug#16582)
2995 (tramp-send-command): No special handling of heredocs, it isn't
2996 necessary anymore.
2997
2998 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3001 with a space (bug#16664). Limit the symbols considered to the ones
3002 that are bound or fbound (bug#16646).
3003
3004 2014-02-06 Glenn Morris <rgm@gnu.org>
3005
3006 * epa.el (epa-mail-aliases): Doc fix.
3007
3008 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3009
3010 * emacs-lisp/lisp.el (lisp-completion-at-point):
3011 Use `completion-table-merge' instead of `completion-table-in-turn'
3012 (bug#16604).
3013
3014 * minibuffer.el (completion-table-merge): New function.
3015
3016 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3017
3018 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3019 (tramp-sh-handle-set-file-acl)
3020 (tramp-sh-handle-start-file-process)
3021 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3022 (tramp-find-executable, tramp-send-command): Use it.
3023
3024 2014-02-05 Glenn Morris <rgm@gnu.org>
3025
3026 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3027
3028 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3029
3030 * progmodes/python.el (python-shell-send-string)
3031 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3032
3033 2014-02-04 Anders Lindgren <andlind@gmail.com>
3034
3035 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3036 the names (bug#16620).
3037
3038 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3039
3040 * faces.el (window-divider): New default value. Rewrite doc-string.
3041 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3042
3043 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3044
3045 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3046 `protected' and `public' can also be called without arguments.
3047
3048 2014-02-03 Glenn Morris <rgm@gnu.org>
3049
3050 * register.el (window-configuration-to-register)
3051 (frame-configuration-to-register): Unadvertise unused argument.
3052 * frameset.el (frameset-to-register): Remove unused argument.
3053
3054 * frameset.el (frameset-to-register):
3055 * kmacro.el (kmacro-to-register):
3056 * register.el (increment-register):
3057 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3058 (calc-append-to-register, calc-prepend-to-register):
3059 * play/gametree.el (gametree-layout-to-register)
3060 (gametree-apply-register-layout):
3061 * textmodes/picture.el (picture-clear-rectangle-to-register)
3062 (picture-yank-rectangle-from-register):
3063 * vc/emerge.el (emerge-combine-versions-register):
3064 Use register-read-with-preview to read registers.
3065
3066 2014-02-03 João Távora <joaotavora@gmail.com>
3067
3068 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3069 when at beginning of (possibly narrowed) buffer.
3070
3071 2014-02-02 Daniel Colascione <dancol@dancol.org>
3072
3073 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3074 Also try to display local help from just before point.
3075
3076 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3077
3078 c-parse-state. Don't "append-lower-brace-pair" in certain
3079 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3080 recognised as a comment.
3081
3082 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3083 as well as normal comment starter.
3084 (c-parse-state-get-strategy): Extra return possibility
3085 'back-and-forward.
3086 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3087 return value list to indicate replacement of a brace-pair cons
3088 with its car.
3089 (c-parse-state-1): With 'back-and-forward, only call
3090 c-append-lower-brace-pair-to state-cache when cons-separated.
3091
3092 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3093
3094 * term/ns-win.el (ns-suspend-error): New function.
3095 (ns-initialize-window-system): Add ns-suspend-error to
3096 suspend-hook (Bug#16612).
3097
3098 2014-02-02 Daniel Colascione <dancol@dancol.org>
3099
3100 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3101 Make loading cc-mode silent.
3102
3103 2014-02-02 Daniel Colascione <dancol@dancol.org>
3104
3105 * comint.el (comint-prompt-read-only): Change doc to suggest
3106 remap keybinding.
3107
3108 2014-02-02 Glenn Morris <rgm@gnu.org>
3109
3110 * register.el (register-read-with-preview, point-to-register)
3111 (window-configuration-to-register, frame-configuration-to-register)
3112 (jump-to-register, number-to-register, view-register, insert-register)
3113 (copy-to-register, append-to-register, prepend-to-register)
3114 (copy-rectangle-to-register): Doc fixes.
3115
3116 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3119 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3120 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3121 * help-fns.el (describe-function-1): Use it.
3122
3123 2014-02-02 Glenn Morris <rgm@gnu.org>
3124
3125 * register.el (register-preview-default): New function,
3126 split from register-preview.
3127 (register-preview-function): Rename from register-preview-functions,
3128 make it not a hook.
3129 (register-preview): Use register-preview-function.
3130 (register-read-with-preview): Error on non-character event. (Bug#16595)
3131
3132 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3133
3134 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3135 `:' before binary operators (bug#16609). Don't check for `:'
3136 before `[' and `(', or their syntax status. A percent literal
3137 can't end with either.
3138 (ruby-font-lock-keywords): For built-ins that require arguments,
3139 check that they're followed by something that looks like argument
3140 (bug#16610).
3141
3142 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3143
3144 * subr.el (butlast): Document what an omitted N means (bug#13437).
3145 (nbutlast): Ditto.
3146
3147 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3148
3149 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3150 depth shallower (bug#16587).
3151 (shr-tag-svg): Respect `shr-inhibit-images'.
3152 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3153
3154 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3155
3156 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3157 (ruby-smie-grammar): Make "." right-associative. Make its priority
3158 lower than the ternary and all binary operators.
3159 (ruby-smie-rules): Indent "(" relative to the first non-"."
3160 parent, or the first "." parent at indentation.
3161 Use `ruby-align-chained-calls' for indentation of "." tokens.
3162 (Bug#16593)
3163
3164 2014-01-31 Juri Linkov <juri@jurta.org>
3165
3166 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3167 from `make-hash-table'.
3168
3169 * textmodes/ispell.el (ispell-init-process): Change message format
3170 to be consistent with other messages.
3171
3172 2014-01-31 Glenn Morris <rgm@gnu.org>
3173
3174 * delsel.el (delete-selection-mode): Doc fix.
3175
3176 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3177 (trace-function-background): Doc fixes.
3178
3179 * ido.el (ido-use-virtual-buffers): Doc fix.
3180 Reset :version, since the default value has not changed.
3181
3182 * register.el (register-preview-delay, register-read-with-preview):
3183 Doc fixes.
3184
3185 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3186 do not mess with mail-buffer position (fixes 2009-11-03 change).
3187 * progmodes/cc-mode.el (c-submit-bug-report):
3188 Check auto-fill-mode is bound. (Bug#16592)
3189
3190 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3191
3192 * startup.el (fancy-splash-image-file): New function,
3193 split from fancy-splash-head.
3194 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3195 so that we are both using the same image. (Bug#16574)
3196
3197 2014-01-30 Glenn Morris <rgm@gnu.org>
3198
3199 * simple.el (eval-expression): Doc fix.
3200
3201 * hexl.el (hexl-mode-hook):
3202 * ielm.el (ielm-mode-hook):
3203 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3204 (lisp-interaction-mode-hook):
3205 * progmodes/cfengine.el (cfengine3-documentation-function):
3206 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3207
3208 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3211 is a symbol (bug#16584).
3212
3213 2014-01-30 Glenn Morris <rgm@gnu.org>
3214
3215 * help.el (help-for-help-internal): Add "P" to text.
3216
3217 2014-01-29 Glenn Morris <rgm@gnu.org>
3218
3219 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3220
3221 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3222
3223 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3224 height constraints.
3225
3226 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3227
3228 * progmodes/hideif.el: Extend to full CPP expression syntax.
3229 (hif-token-alist): Add missing tokens.
3230 (hif-token-regexp): Add support for float/octal/hex immediates.
3231 (hif-string-literal-regexp): New const.
3232 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3233 (hif-exprlist): New function.
3234 (hif-parse-if-exp): Use it.
3235 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3236 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3237 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3238 (hif-logxor, hif-comma): New functions.
3239
3240 2014-01-28 Glenn Morris <rgm@gnu.org>
3241
3242 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3243
3244 * indent.el (tab-stop-list): Doc fix. Add :version.
3245
3246 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3247 (cvs-append-to-ignore): Add compatibility alias.
3248
3249 2014-01-27 Glenn Morris <rgm@gnu.org>
3250
3251 * dired.el (dired-hide-details-mode): Don't autoload it,
3252 since it cannot be used outside Dired buffers anyway.
3253
3254 * emulation/cua-base.el (cua-mode): Doc fix.
3255
3256 * dired.el (dired-hide-details-hide-symlink-targets)
3257 (dired-hide-details-hide-information-lines)
3258 (dired-hide-details-mode): Doc fixes.
3259
3260 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3261 * strokes.el (strokes-file): Doc fix. Bump :version.
3262 (strokes-help): Doc fix.
3263 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3264 * emulation/viper.el (viper): Doc fix for custom group.
3265 (top-level): Remove oh-so-no-longer-relevant text about vip.
3266 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3267
3268 * ido.el (ido-save-directory-list-file):
3269 * saveplace.el (save-place-file):
3270 * calendar/timeclock.el (timeclock-file):
3271 * net/quickurl.el (quickurl-url-file):
3272 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3273 * progmodes/idlwave.el (idlwave-config-directory):
3274 * textmodes/remember.el (remember-data-file):
3275 Bump :version.
3276
3277 2014-01-26 Glenn Morris <rgm@gnu.org>
3278
3279 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3280 Doc fix. Make obsolete.
3281 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3282
3283 * sort.el (delete-duplicate-lines): Doc fix.
3284
3285 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3286
3287 * progmodes/ada-mode.el (ada):
3288 * woman.el (woman): Link to info manual and Commentary section.
3289
3290 * progmodes/flymake.el (flymake):
3291 * nxml/nxml-mode.el (nxml):
3292 * net/eww.el (eww):
3293 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3294 * htmlfontify.el (htmlfontify):
3295 * ses.el (ses):
3296 * epa.el (epa):
3297 * ido.el (ido): Link to info manual.
3298
3299 2014-01-25 Leo Liu <sdl.web@gmail.com>
3300
3301 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3302
3303 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3304
3305 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3306 (bug#16537).
3307
3308 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * net/eww.el (eww-download-callback):
3311 Fix reference to eww-download-directory.
3312
3313 * emacs-lisp/bytecomp.el (byte-compile-file):
3314 Remove unused local variable `file-name'.
3315
3316 2014-01-24 Glenn Morris <rgm@gnu.org>
3317
3318 * woman.el (woman-default-faces, woman-monochrome-faces):
3319 Fix obsolescence specification.
3320
3321 * subr.el (with-demoted-errors): Doc fix.
3322
3323 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3326 (cl--macroexp-fboundp): New function.
3327 (cl--make-type-test): Use it.
3328
3329 2014-01-23 Glenn Morris <rgm@gnu.org>
3330
3331 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3332 * simple.el (eval-expression): Doc fixes.
3333
3334 2014-01-22 Glenn Morris <rgm@gnu.org>
3335
3336 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3337
3338 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * emacs-lisp/package.el: Write files silently.
3341 (package-autoload-ensure-default-file, package--write-file-no-coding)
3342 (package-generate-description-file, package--download-one-archive)
3343 (package-install-from-archive): Tell `write-region' to stay quiet.
3344 (package-menu-mode, package-menu--print-info): Omit the Archive column
3345 if there's only one archive.
3346 (package-all-keywords, package--has-keyword-p): Remove dead code.
3347
3348 2014-01-22 Glenn Morris <rgm@gnu.org>
3349
3350 * version.el (emacs-bzr-version-bzr): Fix typo.
3351
3352 * version.el (emacs-repository-get-version):
3353 Check either .bzr or .git, but not both.
3354 Make the git case actually use the DIR argument, and return nil
3355 rather than the empty string.
3356 Avoid error if .git exists but the git executable is not found.
3357
3358 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3359
3360 Fixes in window size functions around Bug#16430 and Bug#16470.
3361 * window.el (window-total-size, window-size): New argument ROUND.
3362 (window--min-delta-1, window-min-delta, window--max-delta-1):
3363 Be more conservative when calculating the numbers of lines or
3364 columns a window can shrink (Bug#16430).
3365 (fit-window-to-buffer): Simplify code.
3366 * term.el (term-window-width): Call window-body-width again.
3367
3368 2014-01-22 Glenn Morris <rgm@gnu.org>
3369
3370 * image.el (image-format-suffixes): Doc fix.
3371
3372 * international/quail.el (quail-define-package): Doc fix.
3373
3374 * emacs-lisp/authors.el (authors-valid-file-names)
3375 (authors-renamed-files-alist): Additions.
3376
3377 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3378 reverts 2014-01-09 change. (Bug#16422)
3379
3380 * calc/calc-embed.el (thing-at-point-looking-at):
3381 * emacs-lisp/map-ynp.el (x-popup-dialog):
3382 * obsolete/lmenu.el (x-popup-dialog):
3383 * emacs-lisp/package.el (url-recreate-url):
3384 * mail/mailclient.el (clipboard-kill-ring-save):
3385 * subr.el (x-popup-dialog): Update declaration.
3386 * mail/rmail.el (rmail-mime-message-p):
3387 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3388
3389 2014-01-21 Daniel Colascione <dancol@dancol.org>
3390
3391 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3392 Correctly detect when we're inside an arithmetic expansion form
3393 containing nested parenthesis.
3394 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3395 to detect cases where we shouldn't expand "<<" to a heredoc
3396 skeleton.
3397
3398 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3401 (eldoc--message-command-p): New function.
3402 (eldoc-display-message-p): Use it.
3403 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3404 message is not automatically erased for us.
3405 (eldoc-print-current-symbol-info): Erase previous message, if any.
3406
3407 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3408
3409 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3410 specify it's an interactive function.
3411
3412 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3413 Fix regex used for scanning for citation keys which failed for
3414 citations with optional arguments.
3415
3416 2014-01-21 Leo Liu <sdl.web@gmail.com>
3417
3418 * simple.el (read--expression): Don't enable eldoc-mode.
3419
3420 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * simple.el (move-beginning-of-line): Make sure we don't move forward
3423 (bug#16497).
3424
3425 2014-01-20 Juri Linkov <juri@jurta.org>
3426
3427 * saveplace.el (toggle-save-place, save-place-to-alist)
3428 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3429 'dired-mode) before checking for dired-directory. (Bug#16477)
3430
3431 2014-01-20 Juri Linkov <juri@jurta.org>
3432
3433 * indent.el (indent-line-to): Use backward-to-indentation
3434 instead of back-to-indentation. (Bug#16461)
3435
3436 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3437
3438 Revert some of the CANNOT_DUMP fix (Bug#16494).
3439 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3440 but fixing this can wait until after the next release.
3441 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3442
3443 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3444
3445 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3446 Use `password-word-equivalents'.
3447 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3448 to t. (Bug#5664, Bug#13124)
3449
3450 2014-01-19 Alan Mackenzie <acm@muc.de>
3451
3452 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3453 points.
3454 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3455 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3456 * progmodes/cc-mode.el (c-before-change, c-after-change)
3457 (c-font-lock-fontify-region): Bind it here.
3458
3459 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3460
3461 * term.el (term-window-width): Call window-text-width instead of
3462 window-width (Bug#16470).
3463
3464 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3465
3466 * simple.el (password-word-equivalents): Remove duplicates.
3467 Sort, to make this easier next time.
3468 Downcase. Omit ": " after "jelszó".
3469
3470 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3471
3472 * term/common-win.el (saved-region-selection): Defvar it.
3473 (x-select-text): Set saved-region-selection (Bug#16382).
3474
3475 2014-01-18 Glenn Morris <rgm@gnu.org>
3476
3477 * emacs-lisp/authors.el (authors-aliases)
3478 (authors-renamed-files-alist): Add some entries.
3479
3480 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/tramp.el (tramp-password-prompt-regexp):
3483 Use `password-word-equivalents' if available.
3484 (tramp-action-password, tramp-process-one-action)
3485 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3486
3487 2014-01-17 Chong Yidong <cyd@gnu.org>
3488
3489 * simple.el (password-word-equivalents): New defcustom.
3490 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3491 to 24.4.
3492 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3493 to t. (Bug#13124)
3494
3495 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3496
3497 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3498 (ruby-align-to-stmt-keywords): Change the default value.
3499 Use `ruby-alignable-keywords' to generate the possible customization
3500 choices.
3501 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3502 keywords, check against the value of `ruby-alignable-keywords'
3503 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3504
3505 2014-01-17 Glenn Morris <rgm@gnu.org>
3506
3507 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3508
3509 Make M-x authors return zero *Authors Errors* from current logs.
3510 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3511 (authors-ignored-files): Add some entries, remove others.
3512 (authors-ambiguous-files, authors-valid-file-names):
3513 Add some entries.
3514 (authors-renamed-files-alist): Add, remove, and adjust entries.
3515 (authors-renamed-files-regexps): Add some entries.
3516 Remove some very broad ones. Make some entries `lax'.
3517 (authors-lax-changelogs): New constant.
3518 (authors-disambiguate-file-name): Treat top-level specially.
3519 (authors-lax-changelog-p): New function.
3520 (authors-canonical-file-name): Check file as written against
3521 authors-valid-file-names. Do not special-case etc/.
3522 Handle `lax' logs and authors-renamed-files-regexps elements.
3523
3524 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3525
3526 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3527 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3528 callers.
3529
3530 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3533 Assume we're already in the proper buffer.
3534 Inspired by Anders Lindgren <andlind@gmail.com>.
3535 (follow-post-command-hook): Call it from the right buffer.
3536 (follow-comint-scroll-to-bottom): Adjust call.
3537 (follow-all-followers): Use get-buffer-window-list.
3538
3539 2014-01-15 Daniel Colascione <dancol@dancol.org>
3540
3541 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3542 `buffer-file-name' in interactive-form so that we don't leave
3543 pathless file names in `file-name-history'.
3544
3545 2014-01-15 Juri Linkov <juri@jurta.org>
3546
3547 * indent.el (indent-rigidly): Set deactivate-mark to nil
3548 in transient indentation mode. (Bug#16438)
3549
3550 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3551
3552 * emacs-lisp/package.el (package-desc-keywords): New function
3553 (Bug#16222).
3554 (describe-package-1, package-all-keywords)
3555 (package--has-keyword-p): Use it.
3556
3557 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3558
3559 * simple.el (define-alternatives): When creating the
3560 COMMAND-alternatives variable, assign COMMAND as its definition
3561 name so that `describe-variable' can relocate it.
3562
3563 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3564
3565 * font-lock.el (font-lock-keywords): Fix typo in docstring
3566 (bug#16307).
3567
3568 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3569
3570 * ispell.el (ispell-region): Reset `in-comment' for new line
3571 instead of wrongly reset `add-coment' (bug#13577).
3572
3573 2014-01-14 Daiki Ueno <ueno@gnu.org>
3574
3575 * epa-file.el (epa-file-write-region): Encode the region according
3576 to `buffer-file-format'. Problem reported at:
3577 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3578
3579 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3582 so it applies in the right buffer (bug#16410).
3583
3584 2014-01-13 Daniel Colascione <dancol@dancol.org>
3585
3586 * textmodes/rst.el (rst-define-key): Provide deprecated
3587 keybindings through named functions instead of anonymous ones so
3588 that "??" doesn't appear in describe-mode output.
3589
3590 2014-01-13 Bastien Guerry <bzg@gnu.org>
3591
3592 * simple.el (define-alternatives): Call the selected command
3593 interactively. When setting `COMMAND--implementation' for the
3594 first time, tell the user how to chose another implementation.
3595 Enhance the docstring.
3596
3597 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3600 (log-edit--match-first-line): New function.
3601 (log-edit-font-lock-keywords): Use it.
3602 (log-edit-mode): Make jit-lock-defer-multiline work.
3603
3604 2014-01-13 Bastien Guerry <bzg@gnu.org>
3605
3606 * rect.el (rectangle-mark-mode): When the region is not active,
3607 display a message saying that the mark as been set and that
3608 rectangle mode is in use.
3609 (rectangle--highlight-for-redisplay): Only put an overlay with a
3610 visible vertical bar when (display-graphic-p) is non-nil.
3611 This partially fixes Bug#16403.
3612
3613 2014-01-13 Juri Linkov <juri@jurta.org>
3614
3615 * info.el (Info-find-file): Go to DIR before displaying the error
3616 about a nonexistent file if no previous Info file is visited.
3617 Use `user-error' instead of `error' for "Info file %s does not exist".
3618 (Info-find-node-2): In case of a nonexistent node in unwind forms
3619 go to the Top node if there is no previous node to revert to.
3620 (Bug#16405)
3621
3622 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3623
3624 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3625 * window.el (fit-frame-to-buffer): Fix doc-string.
3626 Respect window-min-height/-width. Fit pixelwise when
3627 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3628 when avoiding that frame goes partially off-screen.
3629 (fit-window-to-buffer): Respect window-min-height/-width
3630 (Bug#14096).
3631
3632 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3635 after an empty line.
3636
3637 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * net/shr.el (shr-render-region): Autoload.
3640
3641 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3642
3643 * net/eww.el (eww-download-directory): Rename from
3644 `eww-download-path' (Bug#16419).
3645
3646 2014-01-12 Leo Liu <sdl.web@gmail.com>
3647
3648 * dired-x.el (dired-mode-map): Fix last change.
3649
3650 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3651
3652 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3653
3654 Spelling fixes.
3655 * emacs-lisp/generic.el (generic--normalize-comments):
3656 Rename from generic--normalise-comments. All uses changed.
3657 * play/bubbles.el (bubbles--neighborhood-score)
3658 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3659 (bubbles--neighborhood-available)
3660 (bubbles--update-neighborhood-score):
3661 Rename from names with 'neighbourhood'. All uses changed.
3662
3663 2014-01-12 Leo Liu <sdl.web@gmail.com>
3664
3665 Re-implement the feature of showing eldoc info after editing.
3666 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3667 (eldoc-edit-message-commands): New function.
3668 (eldoc-print-after-edit): New variable.
3669 (eldoc-pre-command-refresh-echo-area): Emit message only by
3670 eldoc-message-commands.
3671 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3672 if eldoc-print-after-edit is set. (Bug#16346)
3673 * simple.el (read--expression): Enable eldoc-mode.
3674 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3675
3676 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3677 Eric S. Raymond <esr@thyrsus.com>
3678
3679 * version.el (emacs-repository-get-version): Enhance so the
3680 function works correctly in either a Bazaar or Git repo.
3681
3682 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3683
3684 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3685 Goes with removal of the joke manpages from /etc.
3686
3687 2014-01-10 Kenichi Handa <handa@gnu.org>
3688
3689 * mail/rmail.el (rmail-get-coding-system):
3690 Check rmail-get-coding-function before "funcall"ing it.
3691
3692 2014-01-10 Glenn Morris <rgm@gnu.org>
3693
3694 * emacs-lisp/authors.el (authors-fixed-entries):
3695 Update for files that no longer exist.
3696
3697 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3698
3699 * version.el (emacs-bzr-get-version): Restore compatibilty with
3700 24.3 (Tested).
3701
3702 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3703
3704 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3705 and Podfile.
3706
3707 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3708
3709 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3710
3711 2014-01-10 Chong Yidong <cyd@gnu.org>
3712
3713 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3714
3715 2014-01-10 Anders Lindgren <andlind@gmail.com>
3716
3717 * follow.el (follow-cache-command-list): Include right-char and
3718 left-char.
3719
3720 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3721
3722 Spelling fixes.
3723 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3724 * woman.el (woman-mark-horizontal-position):
3725 Rename from woman-mark-horizonal-position. Use changed.
3726
3727 2014-01-10 Glenn Morris <rgm@gnu.org>
3728
3729 * info.el (info-initialize): If running uninstalled, ensure our
3730 own info files are always found first, even if INFOPATH is set.
3731
3732 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3733
3734 2014-01-09 David Engster <deng@randomsample.de>
3735
3736 * emacs-lisp/eieio-custom.el:
3737 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3738 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3739 * emacs-lisp/eieio.el: Regenerate autoloads.
3740
3741 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3742
3743 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3744 following renames. (Bug#8756)
3745
3746 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3749 (bug#16382).
3750 (activate-mark): Add `no-tmm' argument.
3751 (set-mark, push-mark-command): Use it instead of running
3752 activate-mark-hook by hand.
3753
3754 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3755
3756 In preparation for the move to git, sanitize out some
3757 Bazaar-specific names.
3758
3759 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3760
3761 * version.el (emacs-bzr-version): Name changed to
3762 emacs-repository-version. Obsolete-variable alias made.
3763 * loadup.el: Follow through on this name change.
3764 * mail/emacsbug.el (report-emacs-bug): Factor out any
3765 assumption about the version control system in use.
3766
3767 2014-01-08 David Engster <deng@randomsample.de>
3768
3769 * help-fns.el (help-fns-describe-function-functions):
3770 New variable to call functions for augmenting help buffers.
3771 (describe-function-1): Remove explicit calls to
3772 `help-fns--compiler-macro', `help-fns--parent-mode' and
3773 `help-fns--obsolete'. Put them in above new variable instead, and
3774 call them through `run-hook-with-args'.
3775 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3776 `eieio-describe-class'. Not meant for interactive use anymore,
3777 but to augment existing help buffers. Remove optional second
3778 argument. Create proper button for file location.
3779 Rewrite function to use `insert' instead of `princ' and `prin1' where
3780 possible.
3781 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3782 (eieio-method-def, eieio-class-def): Move further up.
3783 (describe-method, describe-generic, eieio-describe-method):
3784 Remove aliases.
3785 (eieio-help-constructor, eieio-help-generic): Rename from
3786 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3787 Rewrite to use `insert' in the current buffer and use proper help
3788 buttons.
3789 (eieio-help-find-method-definition)
3790 (eieio-help-find-class-definition): Also accept symbols as
3791 arguments.
3792 (eieio-help-mode-augmentation-maybee): Remove.
3793 (eieio-describe-class-sb): Use `describe-function'.
3794 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3795 Add `eieio-help-generic' and `eieio-help-constructor'.
3796
3797 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3798
3799 Spelling fixes.
3800 * language/china-util.el (hz-ascii-designation):
3801 Rename from hz-ascii-designnation.
3802 (hz-ascii-designation): Rename from hz-ascii-designnation.
3803 All uses changed.
3804
3805 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3808 package-alist.
3809
3810 2014-01-08 Bastien Guerry <bzg@gnu.org>
3811
3812 * emacs-lisp/package.el (package-delete):
3813 Correctly delete the package from package-alist.
3814
3815 2014-01-08 Daiki Ueno <ueno@gnu.org>
3816
3817 * emacs-lisp/package.el (url-recreate-url): Declare.
3818 (url-http-target-url): Declare.
3819 (package-handle-response): Include requested URL in the error message.
3820 (package--check-signature): Don't re-signal errors from
3821 package--with-work-buffer. Suggested by Stefan Monnier.
3822
3823 2014-01-07 Bastien Guerry <bzg@gnu.org>
3824
3825 * minibuffer.el (completion--try-word-completion): When both a
3826 hyphen and a space are possible candidates for the character
3827 following a word, display both candidates. (Bug#15980)
3828
3829 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3830
3831 * window.el (balance-windows-2): While rounding don't give a
3832 window more than the remainder. Bug#16351, bug#16383.
3833
3834 2014-01-07 Glenn Morris <rgm@gnu.org>
3835
3836 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3837 (menu-bar-help-menu): Use view-external-packages instead.
3838
3839 2014-01-07 Bastien Guerry <bzg@gnu.org>
3840
3841 * emacs-lisp/package.el (package-delete): Also delete the package
3842 name from `package-alist', not its description only.
3843
3844 2014-01-07 Glenn Morris <rgm@gnu.org>
3845
3846 * help.el (view-external-packages):
3847 * menu-bar.el (menu-bar-help-extra-packages):
3848 Visit efaq.info rather than etc/MORE.STUFF.
3849
3850 2014-01-07 Juri Linkov <juri@jurta.org>
3851
3852 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3853 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3854
3855 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3856 that shadows RET. (Bug#16342)
3857
3858 2014-01-07 Chong Yidong <cyd@gnu.org>
3859
3860 * isearch.el (isearch-yank-char, isearch-yank-word)
3861 (isearch-yank-line): Doc fix.
3862
3863 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3866 * emacs-lisp/elint.el (elint-find-builtins):
3867 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3868 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3869 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3870 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3871 * apropos.el (apropos-safe-documentation):
3872 * subr.el (symbol-file): Remove redundant fboundp.
3873 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3874
3875 2014-01-06 Bastien Guerry <bzg@gnu.org>
3876
3877 * hl-line.el (global-hl-line-overlay): Make a local variable.
3878 (global-hl-line-overlays): New variable to store all overlays.
3879 (global-hl-line-mode): Don't delete overlays from the current
3880 buffer when `global-hl-line-sticky-flag' is non-nil.
3881 (global-hl-line-highlight): Add new overlays to
3882 `global-hl-line-overlays'.
3883 (global-hl-line-unhighlight-all): New function to delete all
3884 overlays when turning off `global-hl-line-mode'.
3885 This fixes Bug#16183.
3886
3887 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * subr.el (set-transient-map): Fix nested case and docstring.
3890
3891 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3892
3893 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3894 `Texinfo' entry.
3895
3896 2014-01-06 Daniel Colascione <dancol@dancol.org>
3897
3898 Fix defun navigation in vc log view.
3899
3900 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3901 like `beginning-of-defun'.
3902 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3903 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3904 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3905 (log-view-extract-comment): Call `log-view-current-entry' directly
3906 instead of relying on broken `log-view-beginning-of-defun' behavior.
3907
3908 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3909
3910 Spelling fixes.
3911 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3912 * emacs-lisp/debug.el (cancel-debug-on-entry):
3913 * epg.el (epg-error-to-string):
3914 * files.el (recover-file):
3915 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3916 * mail/emacsbug.el (report-emacs-bug-hook):
3917 * mail/sendmail.el (mail-recover):
3918 * ses.el (ses-yank-resize):
3919 * term/ns-win.el (ns-print-buffer):
3920 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3921 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3922 All uses changed.
3923 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3924
3925 2014-01-06 Leo Liu <sdl.web@gmail.com>
3926
3927 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3928 to avoid shadowing global key. (Bug#16354)
3929
3930 2014-01-06 Daniel Colascione <dancol@dancol.org>
3931
3932 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3933 rst-mode.
3934
3935 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3936
3937 * window.el (balance-windows): Add mising t to fix Bug#16351.
3938
3939 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3942 (bug#16285).
3943 (shr-insert): If we have a word that's longer than `shr-width',
3944 break after it anyway. Otherwise we'll do no breaking once we get
3945 such a long word.
3946
3947 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3948
3949 * net/eww.el (eww): Support single/double quote for search.
3950 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3951 (eww-history-quit): Delete and use quit-window.
3952 (eww-history-kill): Delete, because it doesn't work well and
3953 not necessary.
3954 (eww-history-mode-map): Delete some keys and add easy-menu.
3955
3956 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3957
3958 Fix misspelling of 'chinese' in rx (Bug#16237).
3959 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3960 chinese-two-byte.
3961
3962 Change subword regexps back to vars (Bug#16296).
3963 * progmodes/subword.el (subword-forward-regexp)
3964 (subword-backward-regexp): Change these back to variables.
3965
3966 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3969 syntax-begin-function (bug#16247).
3970
3971 2014-01-03 Chong Yidong <cyd@gnu.org>
3972
3973 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3974 (advice--docstring): Delete variable.
3975 (advice--make-1): Leave the docstring empty.
3976 (advice-add): Use function-documentation for advised docstring.
3977
3978 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3979 Ignore function-documentation property when getting documentation.
3980 (ad-activate-advised-definition): Use function-documentation
3981 generate the docstring.
3982 (ad-make-advised-definition): Don't call
3983 ad-make-advised-definition-docstring.
3984 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3985 Delete functions.
3986
3987 * progmodes/sql.el (sql-help): Use function-documentation instead
3988 of dynamic-docstring-function property. No need to autoload now.
3989 (sql--help-docstring): New variable.
3990 (sql--make-help-docstring): Use it.
3991
3992 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * ielm.el (ielm-tab): Retarget.
3995 (ielm-map): Use ielm-tab for tab.
3996 (ielm-complete-filename): Use comint-filename-completion.
3997 (ielm-complete-symbol): Remove.
3998 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3999 remove ielm-tab from completion-at-point-functions (bug#16224).
4000
4001 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4002 Beware signals raised by predicates (bug#16201).
4003
4004 2014-01-02 Richard Stallman <rms@gnu.org>
4005
4006 * dired-aux.el (dired-do-print): Handle printer-name.
4007
4008 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4009 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4010 (rmail-epa-decrypt): Turn off mime processing.
4011
4012 * mail/rmail.el (rmail-make-in-reply-to-field):
4013 Add parens in message-id.
4014
4015 * mail/rmail.el (rmail-get-coding-function): Variable.
4016 (rmail-get-coding-system): Use it.
4017
4018 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4019
4020 * international/mule-conf.el: Unify the charset indian-is13194.
4021 (indian-is13194): Specify unify-map.
4022
4023 2013-12-31 Leo Liu <sdl.web@gmail.com>
4024
4025 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4026
4027 2013-12-30 Daniel Colascione <dancol@dancol.org>
4028
4029 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4030 of printing a useless when we resume from sleep.
4031
4032 * progmodes/sh-script.el
4033 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4034 in indentation code. (Bug#16233)
4035
4036 2013-12-28 João Távora <joaotavora@gmail.com>
4037
4038 * elec-pair.el (electric-pair-post-self-insert-function):
4039 Don't open extra newlines at beginning of buffer. (Bug#16272)
4040
4041 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4042
4043 * frame.el (window-system-for-display): Don't allow to create a
4044 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4045
4046 2013-12-28 Glenn Morris <rgm@gnu.org>
4047
4048 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4049 Update callers.
4050
4051 * apropos.el (apropos-match-face):
4052 * calculator.el (calculator-displayer):
4053 * dabbrev.el (dabbrev-search-these-buffers-only):
4054 * face-remap.el (buffer-face-mode-face):
4055 * simple.el (yank-handled-properties):
4056 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4057 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4058 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4059 (hashcash-double-spend-database):
4060 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4061 (ruby-deep-indent-paren-style):
4062 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4063 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4064 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4065 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4066 Specify custom types.
4067
4068 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4069 * bookmark.el (bookmark-bmenu-use-header-line):
4070 * doc-view.el (doc-view-scale-internally):
4071 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4072 * register.el (register-preview-delay):
4073 * net/shr.el (shr-bullet):
4074 * progmodes/cfengine.el (cfengine-cf-promises)
4075 (cfengine-parameters-indent):
4076 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4077 * textmodes/reftex-vars.el (reftex-label-regexps):
4078 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4079
4080 * net/tls.el (tls-certtool-program): Fix default value.
4081
4082 * desktop.el (desktop-restore-in-current-display):
4083 * newcomment.el (comment-empty-lines):
4084 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4085 (idlwave-pad-keyword):
4086 * progmodes/tcl.el (tcl-tab-always-indent):
4087 * textmodes/reftex-vars.el (reftex-index-default-tag):
4088 * elec-pair.el (electric-pair-skip-whitespace):
4089 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4090
4091 * emacs-lisp/authors.el (authors-ignored-files)
4092 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4093
4094 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4095
4096 * shell.el (shell-dynamic-complete-command): Doc fix.
4097 (shell--command-completion-data): Shell completion now matches
4098 executable filenames from the current buffer's directory, on
4099 systems in which this behavior is the default (windows-nt, ms-dos).
4100
4101 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4102
4103 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4104
4105 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4108 (bug#16251).
4109
4110 * electric.el: Move all electric-pair-* to elec-pair.el.
4111 * elec-pair.el: New file, split from electric.el.
4112
4113 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4114
4115 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4116 indentation level is larger than the width, because that will
4117 infloop.
4118 (shr-insert): Fill repeatedly long texts, so that Japanese is
4119 formatted correctly (bug#16263).
4120 (shr-find-fill-point): Off by one error in comparison with the
4121 indentation.
4122
4123 2013-12-26 João Távora <joaotavora@gmail.com>
4124
4125 * electric.el (electric-pair-mode): More flexible engine for skip-
4126 and inhibit predicates, new options for pairing-related functionality.
4127 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4128 if that keeps or improves their balance in buffers.
4129 (electric-pair-delete-adjacent-pairs): Delete the pair when
4130 backspacing over adjacent matched delimiters.
4131 (electric-pair-open-extra-newline): Open extra newline when
4132 inserting newlines between adjacent matched delimiters.
4133 (electric--sort-post-self-insertion-hook):
4134 Sort post-self-insert-hook according to priority values when
4135 minor-modes are activated.
4136 * simple.el (newline-and-indent): Call newline with interactive
4137 set to t.
4138 (blink-paren-post-self-insert-function): Set priority to 100.
4139 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4140 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4141 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4142 electric-pair-open-newline-between-pairs to nil.
4143
4144 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4145
4146 * progmodes/python.el: Use lexical-binding.
4147 (python-nav-beginning-of-defun): Stop searching ASAP.
4148
4149 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4150
4151 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4152 Fix interactive spec. Doc fix. (Bug#15754)
4153
4154 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4155
4156 * emacs-lisp/byte-run.el (eval-when-compile):
4157 * progmodes/cc-defs.el (cc-eval-when-compile):
4158 Fix edebug spec (bug#16184).
4159
4160 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4161
4162 * net/shr.el (shr-visit-file): Remove debugging function.
4163 (shr-insert): Don't infloop if we can't find a good place to break
4164 the line (bug#16256).
4165
4166 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4167
4168 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4169 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4170 python-nav-lisp-forward-sexp-safe.
4171 (python-nav--forward-sexp): New argument SAFE allows switching
4172 forward sexp movement behavior for parens.
4173 (python-nav-forward-sexp): Throw errors on unterminated parens
4174 (Bug#16191).
4175 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4176 (python-nav-backward-sexp-safe): New functions.
4177 (python-shell-buffer-substring):
4178 Use `python-nav-forward-sexp-safe'.
4179
4180 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4181
4182 * net/shr.el (shr-find-fill-point): Don't break lines before a
4183 quotation mark.
4184 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4185 (shr-find-fill-point): Remove the special checks for the quotation
4186 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4187
4188 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4189
4190 * net/eww.el (eww-form-textarea): Use a different face for
4191 textareas than text input since they have different keymaps
4192 (bug#16142).
4193
4194 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4195
4196 * progmodes/python.el (python-nav-beginning-of-statement):
4197 Speed up (Bug#15295).
4198
4199 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4200
4201 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4202 the window configuration.
4203
4204 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4205
4206 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4207 we run on MS-Windows or MS-DOS.
4208
4209 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4210
4211 * window.el (balance-windows-area): Call window-size instead of
4212 window-height and window-width. Bug#16241.
4213
4214 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4215
4216 * net/eww.el (eww-bookmark-quit): Remove.
4217 (eww-bookmark-browse): Restore the window configuration when you
4218 choose a bookmark (bug#16144).
4219
4220 2013-12-24 Daniel Colascione <dancol@dancol.org>
4221
4222 * icomplete.el: Remove redundant :group arguments to `defcustom'
4223 throughout.
4224 (icomplete-show-matches-on-no-input): New customizable variable.
4225 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4226 we have something to show.
4227 (icomplete-exhibit): Compute completions even if we have no user input.
4228
4229 2013-12-23 Daniel Colascione <dancol@dancol.org>
4230
4231 * icomplete.el: Move `provide' to end of file.
4232
4233 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4234
4235 * net/gnutls.el (gnutls-verify-error): Add version tag.
4236
4237 2013-12-23 Chong Yidong <cyd@gnu.org>
4238
4239 * subr.el (set-transient-map): Rename from
4240 set-temporary-overlay-map. Doc fix.
4241
4242 * face-remap.el (text-scale-adjust):
4243 * indent.el (indent-rigidly):
4244 * kmacro.el (kmacro-call-macro):
4245 * minibuffer.el (minibuffer-force-complete):
4246 * repeat.el (repeat):
4247 * simple.el (universal-argument--mode):
4248 * calendar/todo-mode.el (todo-insert-item--next-param):
4249 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4250
4251 * indent.el (indent-rigidly): Use substitute-command-keys.
4252
4253 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4254
4255 * net/eww.el (eww-tag-select): Add text-property to jump to next
4256 select field.
4257 (eww): Add non-supported ftp error.
4258
4259 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4260
4261 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4262 comments. Handle electric indent after typing `?' and `!'.
4263
4264 2013-12-22 Chong Yidong <cyd@gnu.org>
4265
4266 * faces.el (face-spec-recalc): If the theme specs are not
4267 applicable to a frame, fall back on the defface spec.
4268 This prevents themes from obliterating faces on low-color terminals.
4269
4270 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4271
4272 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4273 after `{'. We need it after block openers, and it doesn't seem
4274 to hurt after hash openers.
4275
4276 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4277
4278 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4279 extracted from `ruby-smie-rules'.
4280 (ruby--electric-indent-chars): New variable.
4281 (ruby--electric-indent-p): New function.
4282 (ruby-mode): Use `electric-indent-functions' instead of
4283 `electric-indent-chars'.
4284
4285 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4286
4287 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4288 docstring.
4289 (ruby-smie-rules): Indent plus one level after `=>'.
4290
4291 2013-12-21 Richard Stallman <rms@gnu.org>
4292
4293 * simple.el (newline): Doc fix.
4294
4295 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4296
4297 * net/eww.el (eww-list-histories, eww-list-histories)
4298 (eww-history-browse, eww-history-quit, eww-history-kill)
4299 (eww-history-mode-map, eww-history-mode): New command and
4300 functions to list browser histories.
4301 (eww-form-text): Support text form with disabled
4302 and readonly attributes.
4303 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4304
4305 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4306
4307 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4308 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4309 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4310 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4311 Use `user-error'.
4312 (eww-bookmark-mode-map): Add menu.
4313 (eww-render, eww-mode): Use `setq-local'.
4314 (eww-tool-bar-map): New variable.
4315 (eww-mode): Set `tool-bar-map'.
4316 (eww-view-source): Check for `html-mode' with `fboundp'.
4317
4318 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4321 elements with text inside. Also remove debugging.
4322
4323 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4324
4325 * cus-start.el (all): Add ns-use-srgb-colorspace.
4326
4327 2013-12-21 Chong Yidong <cyd@gnu.org>
4328
4329 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4330 undefined. Thus, theme settings for undefined faces do not take
4331 effect until the faces are defined with defface, the same as with
4332 theme variables.
4333
4334 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4335 (face-spec-reset-face): Don't assign extra properties in temacs.
4336 (face-spec-recalc): Apply X resources too.
4337
4338 2013-12-21 Chong Yidong <cyd@gnu.org>
4339
4340 * faces.el (face-spec-set):
4341 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4342 * custom.el (defface): Doc fixes (Bug#16203).
4343
4344 * indent.el (indent-rigidly-map): Add docstring, and move commands
4345 into named functions.
4346 (indent-rigidly-left, indent-rigidly-right)
4347 (indent-rigidly-left-to-tab-stop)
4348 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4349 indentation direction based on bidi direction, and accumulate
4350 sequential commands in a single undo boundary.
4351 (indent-rigidly--pop-undo): New utility function.
4352
4353 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * faces.el (read-face-name): Require crm.el when using crm-separator.
4356
4357 2013-12-20 Daniel Colascione <dancol@dancol.org>
4358
4359 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4360 so that we don't reflow comments into the shebang line.
4361
4362 2013-12-20 Juri Linkov <juri@jurta.org>
4363
4364 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4365 a position when `dired-directory' is non-nil. Check integer
4366 positions with `integerp'.
4367 (toggle-save-place, save-places-to-alist): Add check for
4368 `dired-directory'.
4369 (save-place-find-file-hook): Check integer positions with
4370 `integerp'.
4371 (save-place-dired-hook): Use `dired-goto-file' when
4372 `dired-filename' is found in the assoc list. Check integer
4373 positions with `integerp'.
4374 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4375
4376 * dired.el (dired-initial-position-hook): Rename back from
4377 `dired-initial-point-hook'.
4378 (dired-initial-position): Rename `dired-initial-point-hook' to
4379 `dired-initial-position-hook'.
4380 (dired-file-name-at-point): Doc fix. (Bug#15329)
4381
4382 2013-12-20 Juri Linkov <juri@jurta.org>
4383
4384 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4385 (read-regexp-suggestions): New function.
4386 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4387 Use `read-regexp-suggestions'. Add non-empty default to history
4388 for empty input.
4389 (occur-read-regexp-defaults-function): Remove function.
4390 (occur-read-primary-args): Use `regexp-history-last' instead of
4391 `occur-read-regexp-defaults-function'.
4392
4393 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4394 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4395 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4396 `hi-lock-read-regexp-defaults-function'. Doc fix.
4397 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4398 with `find-tag-default-as-symbol-regexp'. Doc fix.
4399 (hi-lock-read-regexp-defaults): Remove function.
4400 (hi-lock-regexp-okay): Add check for null.
4401
4402 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4403 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4404
4405 * subr.el (find-tag-default-as-symbol-regexp): New function.
4406 (find-tag-default-as-regexp): Move symbol regexp formatting to
4407 `find-tag-default-as-symbol-regexp'.
4408
4409 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4410
4411 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4412 (Bug#14179)
4413
4414 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4415
4416 * calendar/todo-mode.el: New implementation of item insertion
4417 commands and key bindings.
4418 (todo-key-prompt): New face.
4419 (todo-insert-item): New command.
4420 (todo-insert-item--parameters): New defconst, replacing defvar
4421 todo-insertion-commands-args-genlist.
4422 (todo-insert-item--param-key-alist): New defconst, replacing
4423 defvar todo-insertion-commands-arg-key-list.
4424 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4425 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4426 (todo-insert-item--next-param): New functions.
4427 (todo-insert-item--args, todo-insert-item--argleft)
4428 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4429 New variables.
4430 (todo-key-bindings-t): Change binding of "i" from
4431 todo-insertion-map to todo-insert-item.
4432 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4433 (todo-insertion-command-name, todo-insertion-commands-names)
4434 (todo-define-insertion-command, todo-insertion-commands)
4435 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4436
4437 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4438
4439 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4440 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4441 eval-when-compile.
4442 (todo-move-category): Allow choosing a non-existing todo file to
4443 move the category to, and create that file.
4444 (todo-default-priority): New user option.
4445 (todo-set-item-priority): Use it.
4446 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4447 (desktop-restore-file-buffer): Declare.
4448 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4449 (todo-modes-set-2): Locally set desktop-save-buffer to
4450 todo-desktop-save-buffer.
4451 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4452 (auto-mode-alist): Add autoload cookie.
4453
4454 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4455
4456 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4457 helpers.el was a poor choice of name.
4458 (string-remove-prefix): New function.
4459 (string-remove-suffix): New function.
4460
4461 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4462
4463 Fix assignment for new window total sizes.
4464 * window.el (window--pixel-to-size): Remove function.
4465 (window--pixel-to-total-1, window--pixel-to-total):
4466 Fix calculation of new total sizes.
4467
4468 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4469
4470 * comint.el (comint-output-filter): Fix rear-nonsticky property
4471 placement (Bug#16010).
4472
4473 2013-12-20 Chong Yidong <cyd@gnu.org>
4474
4475 * faces.el (read-color): Minor fix for completion function.
4476
4477 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4478
4479 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4480 New option. (Bug#16182)
4481 (ruby-smie--indent-to-stmt-p): Use it.
4482 (ruby-smie-rules): Revert the logic in the handling of `when'.
4483 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4484 (ruby-deep-arglist, ruby-deep-indent-paren)
4485 (ruby-deep-indent-paren-style): Update docstrings to note that the
4486 vars don't have any effect with SMIE.
4487
4488 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4489
4490 * calc/calc.el (calc-enter, calc-pop): Use the variable
4491 `calc-context-sensitive-enter'.
4492
4493 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4494
4495 * net/shr.el (shr-insert): Protect against infloops in degenerate
4496 tables.
4497
4498 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4499
4500 * progmodes/octave.el (octave): Add link to manual and octave
4501 homepage.
4502 (octave-mode-menu): Link to octave-mode manual.
4503
4504 2013-12-20 Leo Liu <sdl.web@gmail.com>
4505
4506 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4507 insertion using skeleton-end-newline. (Bug#16138)
4508
4509 2013-12-20 Juri Linkov <juri@jurta.org>
4510
4511 * replace.el (occur-engine): Use `add-face-text-property'
4512 to add the face property to matches and titles. (Bug#14645)
4513
4514 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4515 the palette of other hi-lock colors.
4516 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4517
4518 2013-12-19 Juri Linkov <juri@jurta.org>
4519
4520 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4521 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4522 (minibuffer-history-symbol): Move variable declaration closer to
4523 its usage.
4524
4525 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4526 (Bug#14785)
4527
4528 2013-12-19 Juri Linkov <juri@jurta.org>
4529
4530 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4531 New function.
4532 (log-edit-hook): Add it to :options. (Bug#16170)
4533
4534 2013-12-19 Juri Linkov <juri@jurta.org>
4535
4536 * simple.el (eval-expression-print-format): Don't check for
4537 command names and the last command. Always display additional
4538 formats of the integer result in the echo area, and insert them
4539 to the current buffer only with a zero prefix arg.
4540 Display character when char-displayable-p is non-nil.
4541 (eval-expression): With a zero prefix arg, set `print-length' and
4542 `print-level' to nil, and insert the integer values from
4543 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4544
4545 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4546 `eval-last-sexp-arg-internal'. Doc fix.
4547 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4548 `eval-last-sexp-print-value'. Doc fix.
4549 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4550 Set `print-length' and `print-level' to nil when arg is zero.
4551 (eval-last-sexp): Doc fix.
4552 (eval-defun-2): Print the integer values from
4553 `eval-expression-print-format' at the end.
4554
4555 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4556 values from `eval-expression-print-format' at the end.
4557
4558 * ielm.el (ielm-eval-input): Print the integer
4559 values from `eval-expression-print-format' at the end.
4560
4561 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4562
4563 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4564 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4565
4566 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4569 (hl-line-highlight, global-hl-line-highlight): Use it.
4570 (hl-line-overlay): Use defvar-local.
4571
4572 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4573
4574 * term/ns-win.el: Require dnd.
4575 (global-map): Remove drag items.
4576 (ns-insert-text, ns-set-foreground-at-mouse)
4577 (ns-set-background-at-mouse):
4578 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4579 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4580 New functions.
4581
4582 2013-12-19 Glenn Morris <rgm@gnu.org>
4583
4584 * emacs-lisp/ert.el (ert-select-tests):
4585 Fix string/symbol mixup. (Bug#16121)
4586
4587 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4588
4589 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4590 keywords to their parent.
4591
4592 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4593
4594 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4595 first arg to be a string (fixed dead code), or an operator symbol.
4596 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4597 operator symbols.
4598 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4599 did nothing. Don't respond to `(:after ".")', it will be called
4600 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4601 change anything. Only return indentation for binary operators
4602 when they are hanging. De-dent opening paren when its parent is
4603 `.', otherwise it looks bad when the dot is not at bol or eol
4604 (bug#16182).
4605
4606 2013-12-19 Juri Linkov <juri@jurta.org>
4607
4608 * replace.el (query-replace-read-args): Split a non-negative arg
4609 and a negative arg into separate elements.
4610 (query-replace, query-replace-regexp, replace-string)
4611 (replace-regexp): Add arg `backward'. Doc fix.
4612 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4613 move point to the beginning of the match.
4614 (replace-search, replace-highlight): Use new arg `backward'
4615 to set the value of `isearch-forward'.
4616 (perform-replace): Add arg `backward' and use it to perform
4617 replacement backward. (Bug#14979)
4618
4619 * isearch.el (isearch-query-replace): Use a negative prefix arg
4620 to call `perform-replace' with a non-nil arg `backward'.
4621
4622 2013-12-18 Juri Linkov <juri@jurta.org>
4623
4624 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4625 to the default list. Move `log-edit-show-files' to the end.
4626 Add more available functions to options.
4627 (log-edit): Move default specific settings to
4628 `log-edit-insert-message-template'. Don't move point.
4629 (log-edit-insert-message-template): New function.
4630 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4631 (Bug#16170)
4632
4633 2013-12-18 Juri Linkov <juri@jurta.org>
4634
4635 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4636 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4637
4638 2013-12-18 Leo Liu <sdl.web@gmail.com>
4639
4640 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4641 (Bug#16186)
4642
4643 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4644
4645 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4646 formats for displaying file sizes when the -s switch is given.
4647 Instead, compute a separate format for displaying the size in
4648 blocks, which is displayed in addition to the "regular" size.
4649 When -h is given in addition to -s, produce size in blocks in
4650 human-readable form as well. (Bug#16179)
4651
4652 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4653
4654 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4655 Reference tables with ~\ref{...} instead of only \ref{...}.
4656
4657 2013-12-18 Chong Yidong <cyd@gnu.org>
4658
4659 * cus-edit.el (custom-magic-alist): Fix "themed" description
4660 (Bug#14348).
4661
4662 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4663 is non-nil, do not create a new entry in the symbol's theme-value
4664 or theme-face property; update theme-settings only (Bug#14664).
4665 (custom-available-themes): Doc fix.
4666
4667 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4668 (Bug#15674).
4669
4670 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4671
4672 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4673
4674 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4675 (Bug#13914).
4676
4677 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4678
4679 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4680
4681 2013-12-18 Glenn Morris <rgm@gnu.org>
4682
4683 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4684 * cus-start.el (load-prefer-newer): New option.
4685
4686 2013-12-18 Le Wang <l26wang@gmail.com>
4687
4688 * comint.el (comint-previous-matching-input-from-input):
4689 Retain point (Bug#13404).
4690
4691 2013-12-18 Chong Yidong <cyd@gnu.org>
4692
4693 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4694
4695 2013-12-18 Glenn Morris <rgm@gnu.org>
4696
4697 * mail/emacsbug.el (report-emacs-bug):
4698 Only mention enable-multibyte-characters if non-standard.
4699
4700 2013-12-17 Juri Linkov <juri@jurta.org>
4701
4702 * arc-mode.el (archive-extract-by-file): Check if directory exists
4703 before deletion to not show irrelevant errors if it doesn't exist.
4704
4705 2013-12-17 Juri Linkov <juri@jurta.org>
4706
4707 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4708 (Bug#14751)
4709
4710 * net/eww.el (browse-web): Add alias to `eww'.
4711 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4712 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4713
4714 * net/browse-url.el (browse-url-browser-function): Move `eww'
4715 closer to similar functions.
4716
4717 * startup.el (fancy-startup-screen, fancy-about-screen):
4718 Set browse-url-browser-function to eww-browse-url locally.
4719 (Bug#14751)
4720
4721 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * window.el (window--pixel-to-total): Remove unused `mini' var.
4724 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4725 (split-window): Remove unused `new' var.
4726 (window--display-buffer): Remove unused `frame' and `delta' vars.
4727 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4728 and display-width'.
4729
4730 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4731
4732 * dired.el (dired-mark-pop-up):
4733 * register.el (register-preview): Don't bind
4734 split-height-threshold here since it's now done in
4735 display-buffer-below-selected.
4736
4737 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4738
4739 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4740 xterm-rgb-convert-to-16bit.
4741 (rxvt-register-default-colors): Standardize with
4742 xterm-register-default-colors (Bug#14078).
4743
4744 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4745
4746 * simple.el (kill-region): Pass mark first, then point, so that
4747 kill-append works right (Bug#12819).
4748 (copy-region-as-kill, kill-ring-save): Likewise.
4749
4750 2013-12-17 Leo Liu <sdl.web@gmail.com>
4751
4752 * net/rcirc.el (rcirc-add-face):
4753 * eshell/em-prompt.el (eshell-emit-prompt):
4754 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4755 (Bug#16167)
4756
4757 2013-12-17 Chong Yidong <cyd@gnu.org>
4758
4759 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4760 Suggested by Xue Fuqiao.
4761
4762 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4763
4764 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4765
4766 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * net/shr.el (shr-insert-document): Remove unused var
4769 `shr-preliminary-table-render'.
4770 (shr-rescale-image): Remove unused arg `force'.
4771 (shr-put-image): Update calls accordingly.
4772 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4773
4774 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4775
4776 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4777 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4778 :close-all, to see which indentation method to use (Bug#16116).
4779 (smie-rules-function): Document the method :close-all.
4780
4781 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4782
4783 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4784
4785 * net/eww.el (eww-display-html): If we can't find the anchor we're
4786 looking for, then go to point-min.
4787
4788 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4789
4790 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4791 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4792 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4793 Expand dir too, in case it's relative.
4794
4795 2013-12-16 Juri Linkov <juri@jurta.org>
4796
4797 * desktop.el (desktop-auto-save-timeout): Change default to
4798 `auto-save-timeout'. Doc fix.
4799 (desktop-save): Skip the timestamp in desktop-saved-frameset
4800 when checking for auto-save changes.
4801 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4802 `desktop-auto-save' is called repeatedly by the idle timer.
4803 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4804 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4805 (Bug#15331)
4806
4807 2013-12-16 Juri Linkov <juri@jurta.org>
4808
4809 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4810 (Bug#16035)
4811 (isearch-pre-command-hook): Check `this-command' for symbolp.
4812
4813 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4816
4817 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4818
4819 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4820 (cfengine3--current-function): Bring in the current-function
4821 functionality from `cfengine3--current-word'.
4822 (cfengine3-completion-function): Bring in the
4823 bounds-of-current-word functionality from
4824 `cfengine3--current-word'.
4825
4826 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4827
4828 * window.el (display-buffer-below-selected):
4829 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4830
4831 2013-12-16 Leo Liu <sdl.web@gmail.com>
4832
4833 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4834 Remove NOMSG arg and all uses changed.
4835
4836 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4839 (cua--deactivate-rectangle): Don't deactivate the mark.
4840 (cua-set-rectangle-mark): Don't set mark-active since
4841 cua--activate-rectangle already does it for us.
4842 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4843 non-rectangular region.
4844
4845 * emulation/cua-base.el (cua-repeat-replace-region):
4846 Use with-current-buffer.
4847
4848 * net/gnutls.el: Use cl-lib.
4849 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4850
4851 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4852
4853 * emacs-lisp/package.el (package-built-in-p): Support both
4854 built-in and the package.el converted package descriptions.
4855 (package-show-package-list): Allow keywords.
4856 (package-keyword-button-action): Use it instead of
4857 `finder-list-matches'.
4858 (package-menu-filter-interactive): Interactive filtering (by
4859 keyword) function.
4860 (package-menu--generate): Support keywords and change keymappings
4861 and headers when they are given.
4862 (package--has-keyword-p): Helper function.
4863 (package-menu--refresh): Use it.
4864 (package--mapc): Helper function.
4865 (package-all-keywords): Use it.
4866 (package-menu-mode-map): Set up menu items and keybindings to
4867 provide a filtering UI.
4868
4869 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4870
4871 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4872 the behavior when a certificate fails validation. Defaults to
4873 old behavior: never abort, just warn.
4874 (gnutls-negotiate): Use it.
4875
4876 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4877
4878 * window.el (display-buffer-below-selected): Never split window
4879 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4880
4881 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4882
4883 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4884 (package-buffer-info): Use it (bug#15108).
4885
4886 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * icomplete.el (icomplete-completions): Make sure the prefix is already
4889 displayed elsewhere before hiding it (bug#16219).
4890
4891 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4892
4893 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4894 open-paren tokens when preceded by a open-paren, too.
4895 (ruby-smie-rules): Handle virtual indentation after open-paren
4896 tokens specially. If there is code between it and eol, return the
4897 column where is starts (Bug#16118).
4898
4899 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4900
4901 * progmodes/cfengine.el: Fix `add-hook' doc.
4902 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4903 (cfengine3--current-word): Fix parameters.
4904 (cfengine3-make-syntax-cache): Simplify further.
4905 (cfengine3-completion-function, cfengine3--current-function):
4906 Use `assq' for symbols.
4907 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4908
4909 2013-12-13 Glenn Morris <rgm@gnu.org>
4910
4911 * loadup.el (load-path): Warn if site-load or site-init changes it.
4912 No more need to reset it when bootstrapping.
4913
4914 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4915
4916 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4917 locations for cf-promises.
4918 (cfengine-mode-syntax-functions-regex): New caching variable.
4919 (cfengine3-fallback-syntax): Fallback syntax for cases where
4920 cf-promises doesn't run.
4921 (cfengine3--current-word): Reimplement using
4922 `cfengine-mode-syntax-functions-regex'.
4923 (cfengine3-completion-function, cfengine3--current-function):
4924 Use `cfengine3-make-syntax-cache' directly.
4925 (cfengine3-clear-syntax-cache): New function.
4926 (cfengine3-make-syntax-cache): Simplify and create
4927 `cfengine-mode-syntax-functions-regex' on demand.
4928 (cfengine3-format-function-docstring): Don't call
4929 `cfengine3-make-syntax-cache' explicitly.
4930
4931 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4932
4933 Fix windmove-find-other-window broken after pixelwise resizing
4934 (Bug#16017).
4935 * windmove.el (windmove-other-window-loc): Revert change from
4936 2013-12-04.
4937 (windmove-find-other-window): Call window-in-direction.
4938 * window.el (window-in-direction): New arguments SIGN, WRAP and
4939 MINI to emulate original windmove-find-other-window behavior.
4940
4941 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4942
4943 * simple.el (blink-matching--overlay): New variable.
4944 (blink-matching-open): Instead of moving point, highlight the
4945 matching paren with an overlay
4946 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4947
4948 * faces.el (paren-showing-faces, show-paren-match)
4949 (show-paren-mismatch): Move from paren.el.
4950
4951 2013-12-13 Leo Liu <sdl.web@gmail.com>
4952
4953 * indent.el (indent-region): Disable progress reporter in
4954 minibuffer. (Bug#16108)
4955
4956 * bindings.el (visual-order-cursor-movement): Fix version.
4957
4958 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4959
4960 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4961 Also match after beginning of line.
4962 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4963 files. Thanks to Russell Sim. (Bug#15378)
4964
4965 2013-12-13 Juri Linkov <juri@jurta.org>
4966
4967 * simple.el <Keypad support>: Remove key bindings duplicated
4968 with bindings.el. (Bug#14397)
4969
4970 2013-12-13 Juri Linkov <juri@jurta.org>
4971
4972 * comint.el (comint-mode-map): Replace `delete-char' with
4973 `delete-forward-char'. (Bug#16109)
4974
4975 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4976
4977 * progmodes/python.el (python-indent-calculate-indentation):
4978 Fix de-denters cornercase. (Bug#15731)
4979
4980 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4983 (advice--make): Pay attention to `depth'.
4984 (advice--make-1): Don't autoload commands eagerly.
4985 * emacs-lisp/elp.el (elp-instrument-function):
4986 * emacs-lisp/trace.el (trace-function-internal):
4987 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4988
4989 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4990
4991 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4992
4993 * term/w32-win.el (w32-handle-dropped-file):
4994 * startup.el (normal-top-level):
4995 * net/browse-url.el (browse-url-file-url):
4996 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4997 decode file names using 'utf-8' rather than
4998 file-name-coding-system.
4999
5000 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5001
5002 * progmodes/python.el (python-indent-context)
5003 (python-indent-calculate-indentation): Fix auto-identation
5004 behavior for comment blocks. (Bug#15916)
5005
5006 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5007
5008 * progmodes/python.el (python-indent-calculate-indentation):
5009 When determining indentation, don't treat "return", "pass", etc., as
5010 operators when they are just string constituents. (Bug#15812)
5011
5012 2013-12-12 Juri Linkov <juri@jurta.org>
5013
5014 * uniquify.el (uniquify-buffer-name-style): Change default to
5015 `post-forward-angle-brackets'.
5016
5017 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5018 `uniquify'. Change default to `post-forward-angle-brackets'.
5019
5020 2013-12-11 Glenn Morris <rgm@gnu.org>
5021
5022 * emacs-lisp/package.el (finder-list-matches):
5023 Autoload rather than falsely declaring.
5024
5025 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5026
5027 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5028 (eww-mode-map): Use them.
5029
5030 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5031
5032 * window.el (display-buffer-in-side-window): Fix doc-string
5033 (Bug#16115).
5034
5035 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5036
5037 * vc/vc-git.el: Silence byte-compiler warnings.
5038 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5039 (log-edit-set-header): Declare.
5040
5041 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5042
5043 * Makefile.in (custom-deps, finder-data): Run output file names
5044 through unmsys--file-name. (Bug#16099)
5045
5046 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5049 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5050
5051 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5052 instead of deleting the selection "by hand" (bug#16098).
5053 Rely on insert-for-yank to yank rectangles.
5054 (cua-highlight-region-shift-only): Mark obsolete.
5055 (cua-mode): Don't enable/disable transient-mark-mode,
5056 shift-select-mode (cua-mode works both with and without them), and
5057 pc-selection-mode (obsolete).
5058 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5059 (cua--deactivate-rectangle): Deactivate it.
5060
5061 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5062 (delete-selection-helper): Make sure yank starts at the top of the
5063 deleted region.
5064 (minibuffer-keyboard-quit): Use region-active-p.
5065
5066 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5067
5068 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5069 to `delete' (bug#16109).
5070
5071 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5072
5073 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5074 info manual and show keybindings and set `:group' keyword.
5075
5076 2013-12-11 Juri Linkov <juri@jurta.org>
5077
5078 * delsel.el (delete-active-region): Let-bind `this-command'
5079 to prevent `kill-region' from changing its original value.
5080 (delete-selection-helper): Handle `overwrite-mode' for the type
5081 `kill' exactly the same way as for the type `t'.
5082 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5083 Support more commands. (Bug#13312)
5084
5085 2013-12-11 Juri Linkov <juri@jurta.org>
5086
5087 * bindings.el: Map kp keys to non-kp keys systematically
5088 with basic modifiers control, meta and shift. (Bug#14397)
5089
5090 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5091
5092 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5093 "Close browser" menu items. Fix wrong function of "List
5094 bookmarks".
5095
5096 2013-12-11 Juri Linkov <juri@jurta.org>
5097
5098 * misearch.el (multi-isearch-buffers): Set the value of
5099 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5100 arg of isearch-forward to t.
5101 (multi-isearch-buffers-regexp): Set the value of
5102 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5103 arg of isearch-forward-regexp to t.
5104 (multi-isearch-files): Set the value of
5105 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5106 arg of isearch-forward to t.
5107 (multi-isearch-files-regexp): Set the value of
5108 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5109 arg of isearch-forward-regexp to t. (Bug#16035)
5110
5111 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5112 arg of isearch-forward to t.
5113 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5114 arg of isearch-forward-regexp to t.
5115 (dired-isearch-filter-filenames): Remove unnecessary check for
5116 `dired-isearch-filenames'.
5117
5118 * comint.el (comint-history-isearch-backward):
5119 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5120 (comint-history-isearch-backward-regexp):
5121 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5122
5123 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5124
5125 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5126 unmsys--file-name. (Bug#16099)
5127
5128 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5129
5130 * emacs-lisp/package.el (package-keyword-button-action):
5131 Remove finder.el require dependency.
5132
5133 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5134
5135 * emacs-lisp/package.el: Require finder.el.
5136 (describe-package-1): Add keyword buttons.
5137 (package-make-button): New convenience function.
5138 (package-keyword-button-action): Keyword button action using
5139 `finder-list-matches'.
5140
5141 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5142
5143 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5144 last commit.
5145
5146 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5149 symlinked files.
5150
5151 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5152
5153 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5154 after the end of a percent literal.
5155
5156 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5157
5158 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5159 Handle caret-delimited strings (Bug#16079).
5160
5161 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5162
5163 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5164 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5165 `ruby-parse-partial' (Bug#16078).
5166
5167 2013-12-09 Leo Liu <sdl.web@gmail.com>
5168
5169 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5170
5171 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5172
5173 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5174 (js-switch-indent-offset): New option.
5175 (js--proper-indentation): Use it. And handle the case when
5176 "default" is actually a key in an object literal.
5177 (js--same-line): New function.
5178 (js--multi-line-declaration-indentation): Use it.
5179 (js--indent-in-array-comp, js--array-comp-indentation):
5180 New functions.
5181 (js--proper-indentation): Use them, to handle array comprehension
5182 continuations.
5183
5184 2013-12-08 Leo Liu <sdl.web@gmail.com>
5185
5186 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5187 (flymake-make-overlay): Remove arg MOUSE-FACE.
5188 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5189
5190 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5193 New function.
5194 (redisplay-highlight-region-function): Use it.
5195
5196 * emulation/cua-base.el (cua--explicit-region-start)
5197 (cua--last-region-shifted): Remove.
5198 (cua--deactivate): Use deactivate-mark.
5199 (cua--pre-command-handler-1): Don't handle shift-selection.
5200 (cua--post-command-handler-1): Don't change transient-mark-mode.
5201 (cua--select-keymaps): Use region-active-p rather than
5202 cua--explicit-region-start or cua--last-region-shifted.
5203 (cua-mode): Enable shift-select-mode.
5204
5205 2013-12-08 Leo Liu <sdl.web@gmail.com>
5206
5207 * progmodes/flymake.el (flymake-popup-current-error-menu):
5208 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5209 (flymake-posn-at-point-as-event, flymake-popup-menu)
5210 (flymake-make-emacs-menu): Remove. (Bug#16077)
5211
5212 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * rect.el (rectangle-mark-mode): Activate mark even if
5215 transient-mark-mode is off (bug#16066).
5216 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5217 is > mark and at bolp.
5218
5219 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5220 (region-extract-function): Use it.
5221 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5222 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5223 Delete functions.
5224 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5225 kill-ring-save, kill-region, delete-char, delete-forward-char.
5226 Ignore self-insert-iso.
5227
5228 * emulation/cua-gmrk.el (cua--init-global-mark):
5229 Ignore `self-insert-iso'.
5230
5231 * emulation/cua-base.el (cua--prefix-copy-handler)
5232 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5233 checking cua--rectangle.
5234 (cua-delete-region): Use region-extract-function.
5235 (cua-replace-region): Delete function.
5236 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5237 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5238 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5239 (cua--init-keymaps): Don't remap delete-selection commands.
5240 (cua-mode): Use delete-selection-mode instead of rolling our own
5241 (bug#16085).
5242
5243 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5244 Obey region-extract-function.
5245
5246 Make registers and delete-selection-mode work on rectangles.
5247 * register.el (describe-register-1): Don't modify the register's value.
5248 (copy-to-register): Obey region-extract-function.
5249 * delsel.el (delete-active-region): Obey region-extract-function.
5250
5251 2013-12-08 Leo Liu <sdl.web@gmail.com>
5252
5253 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5254 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5255 (flymake-compilation-prevents-syntax-check)
5256 (flymake-start-syntax-check-on-newline)
5257 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5258 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5259 (flymake-xml-program, flymake-master-file-dirs)
5260 (flymake-master-file-count-limit)
5261 (flymake-allowed-file-name-masks): Relocate.
5262 (flymake-makehash, flymake-float-time)
5263 (flymake-replace-regexp-in-string, flymake-split-string)
5264 (flymake-get-temp-dir): Remove.
5265 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5266 (flymake-current-row, flymake-selected-frame)
5267 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5268 related functions. (Bug#16077)
5269
5270 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5271
5272 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5273
5274 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5275
5276 * help-fns.el (describe-function-1): Use new advice-* functions
5277 rather than old ad-* functions. Fix function type description and
5278 source links for advised functions and subrs.
5279
5280 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5281
5282 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5283
5284 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5285
5286 * progmodes/compile.el (compilation-start):
5287 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5288
5289 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5290 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5291
5292 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5293
5294 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5295 Touch up the last change.
5296
5297 2013-12-06 Leo Liu <sdl.web@gmail.com>
5298
5299 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5300 (inferior-octave-startup): Always use "octave> " for prompt.
5301 (octave-goto-function-definition)
5302 (octave-sync-function-file-names)
5303 (octave-find-definition-default-filename): Remove redundant backquotes.
5304
5305 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5306
5307 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5308 syntax for `?'.
5309 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5310 where appropriate already.
5311 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5312 end of method names (Bug#15874).
5313
5314 2013-12-06 Juri Linkov <juri@jurta.org>
5315
5316 * isearch.el (isearch--saved-overriding-local-map):
5317 New internal variable.
5318 (isearch-mode): Set it to the initial value of
5319 `overriding-terminal-local-map'.
5320 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5321 with `isearch--saved-overriding-local-map'. (Bug#16035)
5322
5323 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5324
5325 * progmodes/octave.el (inferior-octave-completion-table):
5326 Turn back into function, use `completion-table-with-cache'
5327 (Bug#11906). Update all references.
5328
5329 * minibuffer.el (completion-table-with-cache): New function.
5330
5331 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5332
5333 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5334
5335 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5336
5337 * net/eww.el (eww-current-source): New variable to store page
5338 source.
5339 (eww-display-html, eww-mode, eww-save-history)
5340 (eww-restore-history): Use it.
5341 (eww-view-source): New command to view page source.
5342 Opportunistically uses `html-mode' to highlight the buffer.
5343 (eww-mode-map): Install it.
5344
5345 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * net/dbus.el (dbus-unregister-service)
5348 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5349 Fix docstring.
5350 (dbus-unregister-service): Skip :serial entries in
5351 `dbus-registered-objects-table'.
5352 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5353
5354 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5355
5356 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5357 around keywords with extra `split-string' argument.
5358
5359 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5360
5361 * windmove.el (windmove-other-window-loc): Handle navigation
5362 between windows (excluding the minibuffer window - Bug#16017).
5363
5364 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5365
5366 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5367 in D-Bus type syntax.
5368 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5369 preserve unibyte strings. (Bug#16048)
5370
5371 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5374 Call force-mode-line-update is the proper buffer (bug#16042).
5375
5376 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5377
5378 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5379 `log-edit-remember-comment', make argument optional. Adjust all
5380 callers.
5381 (log-edit-mode): Add `log-edit-remember-comment' to
5382 `kill-buffer-hook' locally.
5383 (log-edit-kill-buffer): Don't remember comment explicitly since
5384 the buffer is killed anyway.
5385
5386 2013-12-04 Juri Linkov <juri@jurta.org>
5387
5388 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5389 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5390
5391 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5392
5393 * notifications.el (notifications-close-notification): Call the
5394 D-Bus method with ID being a `:uint32'. (Bug#16030)
5395
5396 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5399
5400 2013-12-03 Juri Linkov <juri@jurta.org>
5401
5402 * progmodes/compile.el (compilation-start): Rename window alist
5403 entry `no-display-ok' to `allow-no-window'.
5404
5405 * simple.el (shell-command): Add window alist entry
5406 `allow-no-window' to `display-buffer'.
5407 (async-shell-command): Doc fix.
5408
5409 * window.el (display-buffer-no-window): New action function.
5410 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5411
5412 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5413
5414 * vc/log-edit.el (log-edit-set-header): Extract from
5415 `log-edit-toggle-header'.
5416 (log-edit-extract-headers): Separate the summary, when extracted
5417 from header, from the rest of the message with an empty line.
5418
5419 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5420 line, if present, to the Summary header.
5421
5422 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5425 in current-buffer (bug#16029).
5426
5427 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5428
5429 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5430 (debugger-mode-map): Bind it.
5431 (debugger--backtrace-base): New function.
5432 (debugger-eval-expression): Use it.
5433 (debugger-frame-number): Skip local vars when present.
5434 (debugger--locals-visible-p, debugger--insert-locals)
5435 (debugger--show-locals, debugger--hide-locals): New functions.
5436
5437 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5438
5439 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5440 "LC_ALL".
5441 (tramp-get-remote-locale): New defun.
5442 (tramp-open-connection-setup-interactive-shell): Use it.
5443
5444 2013-12-02 Leo Liu <sdl.web@gmail.com>
5445
5446 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5447
5448 * progmodes/sh-script.el (sh-shell-process):
5449 * progmodes/octave.el (inferior-octave-process-live-p):
5450 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5451 (gdb-inferior-io-sentinel):
5452 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5453
5454 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5455
5456 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5457 `save-selected-window' to `log-edit-hide-buf'. This makes
5458 `log-edit-show-files' idempotent.
5459 (log-edit-show-files): Mark the new window as dedicated.
5460
5461 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5462
5463 * vc/log-edit.el (log-edit-mode-map): Add binding for
5464 `log-edit-kill-biffer'.
5465 (log-edit-hide-buf): Add a FIXME comment.
5466 (log-edit-add-new-comment): New function, extracted from
5467 `log-edit-done'.
5468 (log-edit-done, log-edit-add-to-changelog): Use it.
5469 (log-edit-kill-buffer): New command.
5470
5471 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5472
5473 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5474 instead of killing the buffer.
5475
5476 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5479
5480 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5481
5482 * net/eww.el (eww-form-checkbox-selected-symbol)
5483 (eww-form-checkbox-symbol): New customizable variable.
5484 (eww-form-checkbox, eww-toggle-checkbox):
5485 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5486
5487 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5488 (shr--get-media-pref, shr--extract-best-source): New function.
5489 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5490 no :src tag was specified.
5491
5492 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5493 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5494 Use \\` to match beginning of string instead of ^.
5495 (eww-browse-with-external-browser): Provide optional URL parameter.
5496 (eww-render): Set `eww-current-title' back to "".
5497
5498 * net/shr.el (shr-tag-video): Display content for video if no
5499 poster is available.
5500 (shr-tag-audio): Add support for <audio> tag.
5501
5502 * net/eww.el (eww-text-input-types): New const.
5503 (eww-process-text-input): Treat input types in
5504 `eww-text-input-types' as text.
5505
5506 * net/shr.el (shr-tag-table): Fix comment typo.
5507
5508 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5509
5510 * net/eww.el (eww-follow-link): New command to avoid reloading
5511 pages when we follow #target links (bug#15243).
5512 (eww-quit): Special mode buffers shouldn't query before exiting.
5513
5514 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5515
5516 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5517 forms.
5518
5519 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5520
5521 * net/eww.el (eww-restore-history): Update the window title after
5522 moving in the history.
5523 (eww-current-dom): New variable used to save the current DOM.
5524
5525 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5526
5527 * vc/log-edit.el (log-edit-mode-map): Add binding for
5528 `log-edit-beginning-of-line'.
5529 (log-edit-setup-add-author): New user option.
5530 (log-edit-beginning-of-line): New command.
5531 (log-edit): Move major mode call above the contents setup so that
5532 the local variable values are already applied.
5533 (log-edit): Only insert "Author: " when
5534 `log-edit-setup-add-author' is non-nil.
5535 (log-edit): When SETUP is non-nil, position point after ": "
5536 instead of point-min.
5537
5538 2013-12-01 Glenn Morris <rgm@gnu.org>
5539
5540 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5541
5542 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5543
5544 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5545 redisplay to make sure the initial frame gets a chance to become
5546 visible. (Bug#16014)
5547
5548 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5549
5550 Support resizing frames and windows pixelwise.
5551 * cus-start.el (frame-resize-pixelwise)
5552 (window-resize-pixelwise): New entries.
5553 * emacs-lisp/debug.el (debug): Use window-total-height instead
5554 of window-total-size.
5555 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5556 * help.el (describe-bindings-internal): Use help-buffer as
5557 argument for with-help-window.
5558 (temp-buffer-max-width): New option.
5559 (resize-temp-buffer-window, help-window-setup)
5560 (with-help-window): Rewrite.
5561 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5562 dragging dividers.
5563 * window.el (frame-char-size, window-min-pixel-height)
5564 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5565 (window-min-pixel-width, window-safe-min-pixel-size)
5566 (window-combination-p, window-safe-min-size)
5567 (window-resizable-p, window--size-to-pixel)
5568 (window--pixel-to-size, window--resize-apply-p): New functions.
5569 (window-safe-min-height): Fix doc-string.
5570 (window-size, window-min-size, window--min-size-1)
5571 (window-sizable, window-sizable-p, window--min-delta-1)
5572 (window-min-delta, window--max-delta-1, window-max-delta)
5573 (window--resizable, window--resizable-p, window-resizable)
5574 (window-full-height-p, window-full-width-p, window-at-side-p)
5575 (window--in-direction-2, window-in-direction)
5576 (window--resize-reset-1, window--resize-mini-window)
5577 (window-resize, window-resize-no-error)
5578 (window--resize-child-windows-normal)
5579 (window--resize-child-windows, window--resize-siblings)
5580 (window--resize-this-window, window--resize-root-window)
5581 (window--resize-root-window-vertically)
5582 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5583 (maximize-window, minimize-window, delete-window)
5584 (quit-restore-window, window-split-min-size, split-window)
5585 (balance-windows-2, balance-windows)
5586 (balance-windows-area-adjust, balance-windows-area)
5587 (window--state-get-1, window-state-get, window--state-put-1)
5588 (window--state-put-2, window-state-put)
5589 (display-buffer-record-window, window--display-buffer):
5590 Make functions handle pixelwise sizing of windows.
5591 (display-buffer--action-function-custom-type)
5592 (display-buffer-fallback-action):
5593 Add display-buffer-in-previous-window.
5594 (display-buffer-use-some-window): Resize window to height it had
5595 before.
5596 (fit-window-to-buffer-horizontally): New option.
5597 (fit-frame-to-buffer): Describe new values.
5598 (fit-frame-to-buffer-bottom-margin): Replace with
5599 fit-frame-to-buffer-margins.
5600 (window--sanitize-margin): New function.
5601 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5602 using window-text-pixel-size.
5603
5604 2013-11-30 Glenn Morris <rgm@gnu.org>
5605
5606 * emacs-lisp/bytecomp.el (byte-compile-form):
5607 Make the `interactive-only' warning like the `obsolete' one.
5608 * comint.el (comint-run):
5609 * files.el (insert-file-literally, insert-file):
5610 * replace.el (replace-string, replace-regexp):
5611 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5612 (goto-line, insert-buffer, next-line, previous-line):
5613 Tweak `interactive-only' spec.
5614
5615 Stop keeping (most) generated cedet grammar files in the repository.
5616 * Makefile.in (semantic): New.
5617 (compile-main): Depend on semantic.
5618
5619 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5622 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5623
5624 * uniquify.el (uniquify-buffer-name-style): Change default.
5625
5626 * loadup.el: Preload "uniquify".
5627
5628 * time.el (display-time-update): Update all mode lines (bug#15999).
5629
5630 * electric.el (electric-indent-mode): Enable by default.
5631 * loadup.el: Preload "electric".
5632
5633 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5634
5635 * emacs-lisp/helpers.el (string-empty-p): New function.
5636 (string-blank-p): New function.
5637
5638 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5639
5640 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5641 (Bug#14029).
5642
5643 2013-11-29 Andreas Politz <politza@fh-trier.de>
5644 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5645 allow non-lambda lists as functions.
5646 (imenu--in-alist): Don't recurse into non-subalists.
5647 (imenu): Don't pass function itself as an argument (Bug#14029).
5648
5649 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * progmodes/python.el (python-mode-map): Remove binding for ":".
5652 (python-indent-electric-colon): Remove command.
5653 (python-indent-post-self-insert-function): Integrate the previous code
5654 of python-indent-electric-colon. Make it conditional on
5655 electric-indent-mode.
5656 (python-mode): Add ?: to electric-indent-chars.
5657 Move python-indent-post-self-insert-function to the end of
5658 post-self-insert-hook.
5659
5660 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * doc-view.el (doc-view-goto-page): Update mode-line.
5663
5664 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5665
5666 2013-11-27 Glenn Morris <rgm@gnu.org>
5667
5668 * international/charprop.el, international/uni-bidi.el:
5669 * international/uni-category.el, international/uni-combining.el:
5670 * international/uni-comment.el, international/uni-decimal.el:
5671 * international/uni-decomposition.el, international/uni-digit.el:
5672 * international/uni-lowercase.el, international/uni-mirrored.el:
5673 * international/uni-name.el, international/uni-numeric.el:
5674 * international/uni-old-name.el, international/uni-titlecase.el:
5675 * international/uni-uppercase.el:
5676 Remove generated files from VCS repository.
5677
5678 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5679
5680 * filenotify.el (file-notify-add-watch): Don't special-case
5681 w32notify when computing the directory to watch.
5682
5683 2013-11-27 Glenn Morris <rgm@gnu.org>
5684
5685 Make bootstrap without generated uni-*.el files possible again.
5686 * loadup.el: Update command-line-args checking for unidata-gen.
5687 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5688 * composite.el, international/characters.el:
5689 Handle unicode tables being undefined.
5690
5691 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5692 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5693 (compile-main): Depend on leim rule.
5694 (leim): New rule.
5695 * loadup.el: Move leim-list.el to leim/ subdirectory.
5696 * startup.el (normal-top-level): No more leim directory.
5697 * international/ja-dic-cnv.el (skkdic-convert):
5698 Disable version-control and autoloads in output files.
5699 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5700 Disable version-control and autoloads in output files.
5701 * leim/quail: Move here from ../leim.
5702 * leim/quail/hangul.el (hangul-input-method-activate):
5703 Add autoload cookie.
5704 (generated-autoload-load-name): Set file-local value.
5705 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5706 (generated-autoload-load-name): Set file-local value.
5707
5708 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5709
5710 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5711 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5712 (eww-quit): Ask confirmation before quitting eww.
5713
5714 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5715
5716 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5717 reading output from Diff on MS-Windows and MS-DOS.
5718
5719 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5720
5721 * emacs-lisp/helpers.el (string-reverse): New function.
5722
5723 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5724
5725 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5726 names on MS Windows, like "/[::1]:".
5727
5728 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5729 SWITCHES.
5730
5731 2013-11-26 Glenn Morris <rgm@gnu.org>
5732
5733 * progmodes/python.el (python-indent-guess-indent-offset):
5734 Avoid corner-case error. (Bug#15975)
5735
5736 Preload leim-list.el. (Bug#4789)
5737 * loadup.el: Load leim-list.el when found.
5738 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5739
5740 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5741
5742 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5743
5744 * emacs-lisp/helpers.el (string-join): New function.
5745
5746 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5747
5748 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5749 Mark as obsolete and replace it with a symbol property.
5750 (byte-compile-form): Use new 'interactive-only property.
5751 * comint.el, files.el, replace.el, simple.el:
5752 Apply new 'interactive-only properly.
5753
5754 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5755
5756 * window.el (display-buffer-at-bottom): Make sure that
5757 split-window-sensibly creates the new window on bottom
5758 (Bug#15961).
5759
5760 2013-11-23 David Kastrup <dak@gnu.org>
5761
5762 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5763 on the conflict markers when available.
5764 (smerge--get-marker): New function.
5765 (smerge-end-re, smerge-base-re): Add subgroup.
5766
5767 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * frame.el (handle-focus-in, handle-focus-out): Add missing
5770 interactive spec.
5771
5772 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5773
5774 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5775 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5776
5777 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5780 (gomoku--last-pos): New var.
5781 (gomoku--intangible-chars): New const.
5782 (gomoku--intangible): New function.
5783 (gomoku-mode): Use it. Derive from special-mode.
5784 (gomoku-move-up): Adjust line count.
5785 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5786 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5787 Simplify accordingly.
5788
5789 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5790 Remove blink-cursor code.
5791 (blink-cursor-timer-function, blink-cursor-suspend):
5792 Don't special-case GUIs.
5793 (blink-cursor-mode): Use focus-in/out-hook.
5794
5795 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5796
5797 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5798 work when annotation is invisible (Bug#13886).
5799
5800 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5801
5802 * json.el (json-alist-p): Only return non-nil if the alist has
5803 simple keys (Bug#13518).
5804
5805 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5806
5807 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5808 when control-statement is the first statement in a buffer (Bug#15956).
5809
5810 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5811
5812 * imenu.el (imenu-generic-skip-comments-and-strings):
5813 New option (Bug#15560).
5814 (imenu--generic-function): Use it.
5815
5816 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5817
5818 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5819 (Bug#13898)
5820
5821 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5822
5823 * emacs-lisp/helpers.el: Add some string helpers.
5824 (string-trim-left): Removes leading whitespace.
5825 (string-trim-right): Removes trailing whitespace.
5826 (string-trim): Removes leading and trailing whitespace.
5827
5828 * subr.el (string-suffix-p): New function.
5829
5830 2013-11-23 Glenn Morris <rgm@gnu.org>
5831
5832 * progmodes/python.el (python-shell-send-file):
5833 Add option to delete file when done. (Bug#15647)
5834 (python-shell-send-string, python-shell-send-region): Use it.
5835
5836 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5837
5838 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5839 to set buffer-read-only to t, never to nil. (Bug#15938)
5840
5841 * textmodes/tex-mode.el (latex-noindent-environments):
5842 Add safe-local-variable property. (Bug#15936)
5843
5844 2013-11-23 Glenn Morris <rgm@gnu.org>
5845
5846 * textmodes/enriched.el (enriched-mode): Doc fix.
5847 * emacs-lisp/authors.el (authors-renamed-files-alist):
5848 Add enriched.doc -> enriched.txt.
5849
5850 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5851
5852 2013-11-22 Leo Liu <sdl.web@gmail.com>
5853
5854 * progmodes/octave.el (inferior-octave-startup): Spit out error
5855 message.
5856
5857 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5858
5859 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5860 Improve docstring.
5861 Add :version.
5862 (ruby-encoding-magic-comment-style): Add :version.
5863
5864 2013-11-22 Leo Liu <sdl.web@gmail.com>
5865
5866 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5867 (Bug#15076)
5868 (octave-help-mode): Adapt to change to help-mode-finish to use
5869 derived-mode-p on 2013-09-17.
5870 (inferior-octave-prompt): Also match octave-gui.
5871 (octave-kill-process): Don't ask twice. (Bug#10564)
5872
5873 2013-11-22 Leo Liu <sdl.web@gmail.com>
5874
5875 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5876 (inferior-octave-startup, inferior-octave-check-process)
5877 (inferior-octave-track-window-width-change)
5878 (octave-completion-at-point, octave-eldoc-function): Use it.
5879 (octave-kill-process): Provide confirmation. (Bug#10564)
5880
5881 2013-11-21 Leo Liu <sdl.web@gmail.com>
5882
5883 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5884 Fix obsolete variable comment-use-global-state.
5885
5886 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5887
5888 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5889 Add `octave-source-file'.
5890 (octave-source-file): New function. (Bug#15935)
5891
5892 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5893
5894 * net/eww.el (eww-local-regex): New variable.
5895 (eww): Use it to detect localhost and similar.
5896
5897 2013-11-21 Leo Liu <sdl.web@gmail.com>
5898
5899 Add completion for command `ag'.
5900 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5901 (pcomplete/ag): New function.
5902 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5903
5904 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5907 (bug#14646).
5908 (make-obsolete): Remove interactive spec.
5909
5910 2013-11-21 Glenn Morris <rgm@gnu.org>
5911
5912 * startup.el (command-line-1): Use path-separator with -L.
5913
5914 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5915
5916 * emacs-lisp/package.el (describe-package-1): Add package archive
5917 to shown fields.
5918
5919 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5920
5921 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5922 Change default to "# encoding: %s" to differentiate it from the
5923 default Ruby encoding comment template.
5924
5925 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5926
5927 * ses.el (ses-mode): Doc fix. (Bug#14748)
5928
5929 2013-11-20 Leo Liu <sdl.web@gmail.com>
5930
5931 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5932
5933 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5934
5935 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5936 when rebase or bisect are in progress.
5937
5938 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5939
5940 * filenotify.el (file-notify-add-watch): Doc fix.
5941
5942 2013-11-19 Leo Liu <sdl.web@gmail.com>
5943
5944 * obsolete/rcompile.el: Mark obsolete.
5945
5946 * progmodes/compile.el (compilation-start)
5947 (compilation-goto-locus, compilation-find-file):
5948 Pass no-display-ok and handle nil value from display-buffer.
5949 (Bug#13594)
5950
5951 * window.el (display-buffer-alist, display-buffer): Document the
5952 new parameter no-display-ok. Return either a window or nil
5953 but never a non-window value.
5954
5955 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * electric.el (electric-indent-mode-map): Remove.
5958 (electric-indent-mode): Change the global-map instead (bug#15915).
5959
5960 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5961 Use add-function.
5962
5963 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * emacs-lisp/nadvice.el (remove-function): Align with
5966 add-function's behavior.
5967
5968 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5969 (gdb--string-regexp): New constant.
5970 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5971 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5972 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5973 submatch 1.
5974 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5975 Adjust use accordingly.
5976 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5977
5978 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5979
5980 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5981 interpolation curlies (Bug#15914).
5982
5983 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5984
5985 * calc/calc.el (calc-context-sensitive-enter): New variable.
5986 (calc-enter): Use `calc-context-sensitive-enter'.
5987
5988 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5989
5990 * progmodes/cfengine.el: Version bump.
5991 (cfengine-cf-promises): New defcustom to locate cf-promises.
5992 (cfengine3-vartypes): Add new "data" type.
5993 (cfengine3--current-word): New function to get current name-like
5994 word or its bounds.
5995 (cfengine3--current-function): New function to look up a CFEngine
5996 function's definition.
5997 (cfengine3-format-function-docstring): New function.
5998 (cfengine3-make-syntax-cache): New function.
5999 (cfengine3-documentation-function): New function: ElDoc glue.
6000 (cfengine3-completion-function): New function: completion glue.
6001 (cfengine3-mode): Set `compile-command',
6002 `eldoc-documentation-function', and add to
6003 `completion-at-point-functions'.
6004
6005 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6006
6007 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6008 `tramp-current-connection'.
6009
6010 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6011
6012 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6013 nil/self/true/false with "end of symbol".
6014
6015 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6016
6017 * subr.el (version-regexp-alist): Fix a typo.
6018
6019 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6022 "en_US.utf8" and "LC_CTYPE" to "".
6023 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6024 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6025
6026 2013-11-15 Leo Liu <sdl.web@gmail.com>
6027
6028 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6029
6030 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * progmodes/gud.el (ctl-x-map):
6033 Remove C-x SPC binding. (Bug#12342)
6034 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6035
6036 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6037
6038 * subr.el (version-regexp-alist):
6039 Recognize hg, svn and darcs versions as snapshot versions.
6040
6041 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6042 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6043 (ruby--encoding-comment-required-p): Extract from
6044 `ruby-mode-set-encoding'.
6045 (ruby-mode-set-encoding): Add the ability to always insert an
6046 utf-8 encoding comment. Fix and simplify coding comment update
6047 logic.
6048
6049 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * net/tramp-gvfs.el (top): Run init code only when
6052 `tramp-gvfs-enabled' is not nil.
6053 (tramp-gvfs-enabled): Check also :system bus.
6054
6055 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 Sync with upstream verilog-mode revision 78e66ba.
6058 * progmodes/verilog-mode.el (verilog-end-of-defun)
6059 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6060 (verilog-get-end-of-defun): Remove unused argument.
6061 (verilog-comment-depth): Remove unused local `e'.
6062 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6063 Don't pass arg to verilog-get-end-of-defun.
6064
6065 2013-11-14 Glenn Morris <rgm@gnu.org>
6066
6067 * obsolete/assoc.el (aget): Prefix dynamic variable.
6068
6069 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6070
6071 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * widget.el, hfy-cmap.el: Remove bogus package version number.
6074
6075 2013-11-13 Glenn Morris <rgm@gnu.org>
6076
6077 * replace.el (replace-eval-replacement):
6078 Try to give more helpful error message. (Bug#15836)
6079
6080 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6081 (archive-7z-update): Avoid custom type mismatches.
6082
6083 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6084
6085 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6088 address can be empty.
6089
6090 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6091 Accept nil SWITCHES.
6092 (tramp-gvfs-handle-write-region): Implement APPEND.
6093
6094 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6095
6096 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6097 binary "|" operator and closing block args delimiter.
6098 Remove FIXME comment referring to Ruby 1.8-only syntax.
6099 (ruby-smie--implicit-semi-p): Not after "|" operator.
6100 (ruby-smie--closing-pipe-p): New function.
6101 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6102 (ruby-smie-rules): Indent after "|".
6103
6104 2013-11-12 Glenn Morris <rgm@gnu.org>
6105
6106 * ps-print.el (ps-face-attribute-list):
6107 Handle anonymous faces. (Bug#15827)
6108
6109 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6110
6111 * window.el (display-buffer-other-frame): Fix doc-string.
6112 (Bug#15868)
6113
6114 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6117
6118 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6119
6120 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6121 (tramp-sh-handle-file-local-copy): Don't write a message when
6122 saving temporary files.
6123
6124 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6125 both directories are remote.
6126 (tramp-smb-handle-directory-files): Do not return double entries.
6127 Do not expand full file names.
6128 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6129 (tramp-smb-handle-write-region): Implement APPEND.
6130 (tramp-smb-get-stat-capability): Fix a stupid bug.
6131
6132 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6135
6136 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6137
6138 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6139 throwing error over malformed let/let* (bug#15814).
6140
6141 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * iswitchb.el (iswitchb-mode): Mark obsolete.
6144
6145 2013-11-11 Glenn Morris <rgm@gnu.org>
6146
6147 * international/uni-bidi.el, international/uni-category.el:
6148 * international/uni-name.el, international/uni-numeric.el:
6149 Regenerate for Unicode 6.3.0.
6150
6151 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6152
6153 * net/tramp.el (tramp-methods):
6154 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6155 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6156
6157 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6158
6159 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6160 Force highlighting text after Summary keyword in doc face for rpm.
6161
6162 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6163
6164 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6165 available and the word has no wildcards, append one to the grep pattern.
6166 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6167 (ispell-complete-word): Call `ispell-lookup-words' with the value
6168 independent of `ispell-look-p'.
6169
6170 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6171
6172 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6173 Not after "||".
6174 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6175 their parent.
6176
6177 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6180 (ruby-font-lock-keywords): Use backquote.
6181
6182 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6183
6184 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6185 (ruby-smie--backward-token): Only consider full-string matches.
6186
6187 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6188
6189 * faces.el (describe-face): Add distant-foreground.
6190
6191 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6192
6193 * progmodes/ruby-mode.el: Improve encoding comment handling.
6194 (ruby-encoding-magic-comment-style): New option.
6195 (ruby-custom-encoding-magic-comment-template): New option.
6196 (ruby--insert-coding-comment, ruby--detect-encoding):
6197 New functions extracted from `ruby-mode-set-encoding'.
6198 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6199 to control the style of the auto-inserted encoding comment.
6200
6201 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6202
6203 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6204 Use `smie-backward-sexp' with token argument.
6205
6206 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6207
6208 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6209 Remove instrumentation code.
6210
6211 2013-11-08 Glenn Morris <rgm@gnu.org>
6212
6213 * progmodes/autoconf.el (autoconf-mode):
6214 Tweak comment-start-skip. (Bug#15822)
6215
6216 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6219 at bobp (bug#15826).
6220 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6221
6222 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6223
6224 * man.el (Man-start-calling): New macro, extracted from
6225 Man-getpage-in-background.
6226 (Man-getpage-in-background): Use it.
6227 (Man-update-manpage): New command.
6228 (Man-mode-map): Bind it.
6229
6230 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6231
6232 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6233 of "and", "or", "&&" and "||".
6234 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6235 argument. Prohibit opening curly brace because it could only be a
6236 block opener in that position.
6237 (ruby-smie--forward-token, ruby-smie--backward-token):
6238 Separate "|" from "&" or "*" going after it. That can happen in block
6239 arguments.
6240 (ruby-smie--indent-to-stmt): New function, seeks the end of
6241 previous statement or beginning of buffer.
6242 (ruby-smie-rules): Use it.
6243 (ruby-smie-rules): Check if there's a ":" before a curly block
6244 opener candidate; if there is, it's a hash.
6245
6246 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6249 (cl--block-wrapper): Fix last accidental change.
6250
6251 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6252
6253 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6254 Instrument, in order to hunt failure on hydra.
6255
6256 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6257
6258 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6259 malformed bindings form (bug#15814).
6260
6261 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6262
6263 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6264 "." compared to " @ ". This incidentally fixes some indentation
6265 examples with "do".
6266 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6267 (ruby-smie-grammar): New tokens: "and" and "or".
6268 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6269 Exclude "and" and "or". Remove "do" in order to work around token
6270 priorities.
6271 (ruby-smie-rules): Add all infix tokens. Handle the case of
6272 beginning-of-buffer.
6273
6274 2013-11-06 Glenn Morris <rgm@gnu.org>
6275
6276 * Makefile.in (setwins_almost, setwins_for_subdirs):
6277 Avoid accidental matches.
6278
6279 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * menu-bar.el (popup-menu): Use key-binding.
6282
6283 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6284
6285 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6286 menus, support also the menus produced by minor modes.
6287 (Bug#15817)
6288
6289 2013-11-06 Leo Liu <sdl.web@gmail.com>
6290
6291 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6292 DISTANCE to bound the search. All uses changed. (Bug#15808)
6293
6294 2013-11-06 Glenn Morris <rgm@gnu.org>
6295
6296 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6297 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6298 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6299
6300 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * electric.el (electric-indent-just-newline): New command.
6303 (electric-indent-mode-map): New keymap.
6304 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6305 Re-add :group which weren't redundant.
6306
6307 * electric.el (electric-indent-local-mode): New minor mode.
6308 (electric-indent-functions-without-reindent): New var.
6309 (electric-indent-post-self-insert-function): Use it.
6310 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6311
6312 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6313
6314 * international/quail.el (quail-help): Be more explicit about the
6315 meaning of the labels shown on the keys. (Bug#15800)
6316
6317 * startup.el (normal-top-level): Load the subdirs.el files before
6318 setting the locale environment. (Bug#15805)
6319
6320 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6323 via arguments so as to get the right ones (bug#15418).
6324
6325 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6326
6327 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6328
6329 Fix problems found while writing a test suite.
6330
6331 * net/tramp-compat.el (tramp-compat-load): New defun.
6332 * net/tramp.el (tramp-handle-load): Use it.
6333
6334 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6335 "(numberp ok-if-already-exists)" correctly.
6336
6337 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6338
6339 * international/characters.el (glyphless-char-display-control):
6340 Add usage note.
6341
6342 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6343
6344 * progmodes/python.el (python-mode):
6345 * progmodes/scheme.el (scheme-mode):
6346 * progmodes/prolog.el (prolog-mode):
6347 * progmodes/ruby-mode.el (ruby-mode):
6348 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6349 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6350
6351 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * rect.el (rectangle--highlight-for-redisplay):
6354 * emacs-lisp/smie.el (smie--next-indent-change):
6355 Use buffer-chars-modified-tick.
6356
6357 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6358
6359 * electric.el (electric-indent-post-self-insert-function):
6360 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6361
6362 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6363
6364 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6365
6366 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6367
6368 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6369 (bug#15786).
6370
6371 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6374
6375 * progmodes/python.el: Fix up last change.
6376 (python-shell--save-temp-file): New function.
6377 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6378 `string' comes from the current buffer.
6379 (python-shell-send-string-no-output): Remove `msg' arg.
6380 (python--use-fake-loc): New var.
6381 (python-shell-buffer-substring): Obey it. Try to compensate for the
6382 extra coding line added by python-shell--save-temp-file.
6383 (python-shell-send-region): Use python-shell--save-temp-file and
6384 python-shell-send-file directly. Add `nomain' argument.
6385 (python-shell-send-buffer): Use python-shell-send-region.
6386 (python-electric-pair-string-delimiter): New function.
6387 (python-mode): Use it.
6388
6389 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6390
6391 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6392 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6393 environment and decoding all of the default-directory's to here
6394 from command-line.
6395 (command-line): Decode also argv[0].
6396
6397 * loadup.el: Error out if default-directory is a multibyte string
6398 when we are dumping.
6399
6400 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6401
6402 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6403
6404 * emacs-lisp/package.el (package-menu-mode)
6405 (package-menu--print-info, package-menu--archive-predicate):
6406 Add Archive column to package list.
6407
6408 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6409
6410 Fix problems found while writing a test suite.
6411
6412 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6413 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6414 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6415 to nil when running original file name handler. Otherwise,
6416 there are problems with constructs like "$$FOO".
6417
6418 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6419 for `localname'.
6420
6421 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6422
6423 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6424
6425 * subr.el (version<, version<=, version=):
6426 Update docstrings with information for snapshot versions.
6427
6428 * helpers.el: New library for misc helper functions.
6429 (hash-table-keys): New function returning a list of hash keys.
6430 (hash-table-values): New function returning a list of hash values.
6431
6432 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6433
6434 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6435 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6436
6437 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6438
6439 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6440 checking whether point is after a 1-letter word.
6441
6442 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6443
6444 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6445 Don't infloop when expanding region over `multiline' syntax-type that
6446 begins a line (bug#15778).
6447
6448 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6451 Make it into a proper minor mode.
6452 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6453 (rectangle-mark-mode-map): New keymap.
6454 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6455
6456 2013-11-04 Glenn Morris <rgm@gnu.org>
6457
6458 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6459
6460 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6463 (ruby-smie-rules): Use smie-rule-parent instead.
6464
6465 * emacs-lisp/smie.el (smie-rule-parent): Always call
6466 smie-indent-virtual rather than only for hanging tokens.
6467 (smie--next-indent-change): New helper command.
6468
6469 2013-11-03 Glenn Morris <rgm@gnu.org>
6470
6471 * Makefile.in (abs_srcdir): Remove.
6472 (emacs): Unset EMACSLOADPATH.
6473
6474 2013-11-02 Glenn Morris <rgm@gnu.org>
6475
6476 * Makefile.in (EMACS): Use a relative filename.
6477 (abs_top_builddir): Remove.
6478 (custom-deps, finder-data, autoloads): Use --chdir.
6479
6480 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6481
6482 Use relative filenames in TAGS files.
6483 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6484 (lisptagsfiles4, TAGS): Use relative file names.
6485 (TAGS-LISP): Remove.
6486 (maintainer-clean): No more TAGS-LISP file.
6487
6488 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6489 (lisptagsfiles4): Use absolute filenames again.
6490 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6491 Remove all *loaddefs files, not just the first. Remove esh-groups.
6492 (maintainer-clean): Delete TAGS, TAGS-LISP.
6493
6494 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6495
6496 * emacs-lisp/package.el (package-version-join):
6497 Recognize snapshot versions.
6498
6499 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6500
6501 * subr.el (version-regexp-alist): Add support for snapshot versions.
6502
6503 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6504
6505 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6506 New function, replacement for `smie-rule-parent' for when we want to
6507 skip over our direct parent if it's an assignment token..
6508 (ruby-smie-rules): Use it.
6509
6510 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6511
6512 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6513 unconditionally. Remove now unnecessary forward declarations.
6514 Remove XEmacs-specific setup.
6515 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6516 (ruby-font-lock-syntactic-keywords)
6517 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6518 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6519 (ruby-here-doc-end-syntax): Remove.
6520 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6521 defined as function.
6522
6523 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6524
6525 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6526
6527 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6528
6529 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6530 table and abbrev table, `define-derived-mode' does that for us
6531 anyway.
6532
6533 2013-11-01 Glenn Morris <rgm@gnu.org>
6534
6535 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6536 files is atomic for some time, so no parallel compilation issues).
6537
6538 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6539
6540 * faces.el (face-x-resources): Add :distant-foreground.
6541 (region): Use :distant-foreground for gtk and ns.
6542
6543 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6544
6545 Allow multiple bibliographies when BibLaTeX is used rather than
6546 BibTeX.
6547 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6548 (reftex-locate-bibliography-files): Us it.
6549
6550 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6551
6552 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6553 allow comments in pbm files.
6554
6555 * term/w32-win.el (dynamic-library-alist): Support newer versions
6556 of libjpeg starting with v7: look only for the DLL from the
6557 version against which Emacs was built.
6558 Support versions of libpng beyond 1.4.x.
6559 Support libtiff v4.x.
6560
6561 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6562
6563 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6564 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6565 Add property :safe.
6566 (ruby-deep-arglist): Add property :type.
6567
6568 2013-10-31 Glenn Morris <rgm@gnu.org>
6569
6570 * Makefile.in (custom-deps, finder-data): No need to setq the target
6571 variables, we are in the right directory and the defaults work fine.
6572
6573 2013-10-30 Glenn Morris <rgm@gnu.org>
6574
6575 * Makefile.in (autoloads): Do not use abs_lisp.
6576
6577 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6578 `newline' does not respect `standard-output', so use `princ'.
6579
6580 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6581
6582 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6583 * buff-menu.el (Buffer-menu--unmark): New function.
6584 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6585
6586 2013-10-30 Glenn Morris <rgm@gnu.org>
6587
6588 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6589
6590 * emacs-lisp/package.el (lm-homepage): Declare.
6591
6592 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6593 Fix doc typos.
6594
6595 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6596
6597 * Makefile.in (finder-data, autoloads, update-subdirs)
6598 (compile-main, compile-clean, compile-always, bootstrap-clean):
6599 Check return value of cd.
6600 (compile-calc): Remove.
6601
6602 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6605
6606 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6607 (byte-compile-and-folded): New function.
6608 (=, <, >, <=, >=): Use it.
6609
6610 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6611 (path-separator, null-device, buffer-file-coding-system)
6612 (lpr-headers-switches): Check system-type before modifying them.
6613 (find-buffer-file-type-coding-system): Mark obsolete.
6614 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6615 find-file-not-found-set-buffer-file-coding-system.
6616 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6617 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6618 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6619 (w32-direct-print-region-helper, w32-direct-print-region-function)
6620 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6621 * startup.el (normal-top-level-add-subdirs-to-load-path):
6622 * ps-print.el (ps-print-region-function):
6623 * lpr.el (print-region-function): Use new name.
6624
6625 * subr.el (custom-declare-variable-early): Remove function.
6626 (custom-declare-variable-list): Remove var.
6627 (error, user-error): Remove `while' loop.
6628 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6629 (user-emacs-directory-warning, locate-user-emacs-file):
6630 Move to files.el.
6631 * simple.el (read-quoted-char-radix, read-quoted-char):
6632 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6633 Move from subr.el.
6634 * custom.el (custom-declare-variable-list): Don't process
6635 custom-declare-variable-list.
6636
6637 * progmodes/python.el (python-shell-get-buffer): New function.
6638 (python-shell-get-process): Use it.
6639 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6640 Python which encoding was used. Don't split-string since we only care
6641 about the first line. Return the temp-file, if applicable.
6642 (python-shell-send-region): Tell compile.el how to turn locations in
6643 the temp-file into locations in the source buffer.
6644
6645 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * subr.el (undefined): Add missing behavior from the C code for
6648 unbound keys.
6649
6650 * rect.el: Use lexical-binding. Add new rectangular region support.
6651 (rectangle-mark): New command.
6652 (rectangle--region): New var.
6653 (deactivate-mark-hook): Reset rectangle--region.
6654 (rectangle--extract-region, rectangle--insert-for-yank)
6655 (rectangle--highlight-for-redisplay)
6656 (rectangle--unhighlight-for-redisplay): New functions.
6657 (region-extract-function, redisplay-unhighlight-region-function)
6658 (redisplay-highlight-region-function): Use them to handle
6659 rectangular region.
6660 * simple.el (region-extract-function): New var.
6661 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6662 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6663 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6664 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6665 (redisplay-unhighlight-region-function)
6666 (redisplay-highlight-region-function): New vars.
6667 (redisplay--update-region-highlight): New function.
6668 (pre-redisplay-function): Use it.
6669 (exchange-point-and-mark): Don't deactivate the mark before
6670 reactivate-it anyway.
6671 * comint.el (comint-kill-region): Remove yank-handler argument.
6672 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6673 (delete-char): Remove property, since it's now part of their
6674 default behavior.
6675 (self-insert-iso): Remove property since this command doesn't exist.
6676
6677 * emacs-lisp/package.el (package--download-one-archive)
6678 (describe-package-1): Don't query the user about final newline.
6679
6680 2013-10-29 Daniel Colascione <dancol@dancol.org>
6681
6682 * net/tramp.el (tramp-methods): Document new functionality.
6683 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6684 tramp-hostname-checker if method provides one instead of scanning
6685 argument list for "%h" to decide hostname acceptability.
6686
6687 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6690 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6691 Handle COPY-CONTENTS. (Bug#15737)
6692
6693 2013-10-28 Daiki Ueno <ueno@gnu.org>
6694
6695 * epa-file.el
6696 (epa-file-cache-passphrase-for-symmetric-encryption):
6697 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6698
6699 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6700
6701 * image.el (defimage, image-load-path): Doc fixes.
6702
6703 2013-10-27 Alan Mackenzie <acm@muc.de>
6704
6705 Indent statements in macros following "##" correctly.
6706 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6707 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6708
6709 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6710
6711 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6712
6713 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6714
6715 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6716 after `=' is probably a new expression.
6717
6718 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6719
6720 * man.el (man-imenu-title): New option.
6721 (Man-mode-map): Add menu. (Bug#15722)
6722 (Man-mode): Add imenu to menu.
6723
6724 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6725
6726 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6727 specific in what the first arg can be: a non-keyword word,
6728 string/regexp/percent literal opener, opening paren, or unary
6729 operator followed directly by word.
6730
6731 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6734 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6735 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6736 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6737 Remove vars, they do not apply any more.
6738 (prolog-mode-abbrev-table): Remove redundant declaration.
6739 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6740 (prolog-use-smie): Remove.
6741 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6742 supported by prolog-electric-if-then-else-flag.
6743 (prolog-mode-variables, prolog-menu): Use setq-local.
6744 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6745 Remove binding to `Backspace' since this key doesn't exist anyway.
6746 Remove bindings for electric self-inserting keys.
6747 (prog-mode): Assume it's defined.
6748 (prolog-post-self-insert): New function.
6749 (prolog-mode): Use it.
6750 (prolog-indent-line, prolog-indent-level)
6751 (prolog-find-indent-of-matching-paren)
6752 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6753 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6754 (prolog-goto-next-paren, prolog-in-string-or-comment)
6755 (prolog-tokenize, prolog-inside-mline-comment)
6756 (prolog-find-start-of-mline-comment): Remove functions.
6757 (prolog-find-unmatched-paren, prolog-clause-end)
6758 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6759 (prolog-electric--if-then-else): Rename from
6760 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6761 (prolog-tokenize-searchkey): Remove const.
6762 (prolog-clause-info): Use forward-sexp.
6763 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6764 (prolog-electric-if-then-else): Remove commands.
6765 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6766 for use in post-self-insert-hook.
6767 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6768 for use in post-self-insert-hook.
6769 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6770 for use in post-self-insert-hook.
6771 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6772 adapt it for use in post-self-insert-hook.
6773
6774 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6775
6776 * emacs-lisp/ert.el (ert-run-tests-interactively):
6777 Use `completing-read'. (Bug#9756)
6778
6779 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6780
6781 * simple.el (line-move): Call line-move-1 instead of
6782 line-move-visual when the current window hscroll is zero, but
6783 temporary-goal-column indicates we will need to hscroll as result
6784 of the movement. (Bug#15712)
6785
6786 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6787
6788 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6789 capitalization. Use :visible instead of :active.
6790 Fix `ruby-indent-exp' reference. Add menu items for the generic
6791 commands that are used with SMIE.
6792 (ruby-do-end-to-brace): Insert space after `{'.
6793
6794 2013-10-25 John Anthony <john@jo.hnanthony.com>
6795
6796 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6797
6798 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6799
6800 2013-10-25 Glenn Morris <rgm@gnu.org>
6801
6802 * vc/vc.el (vc-print-log): Don't use a working revision unless
6803 one was explicitly specified. (Bug#15322)
6804
6805 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * subr.el (add-to-list): Preserve return value in compiler-macro
6808 (bug#15692).
6809
6810 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6811
6812 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6813 result. Ask user to retry using '-all' flag. (Bug#15701)
6814
6815 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * emacs-lisp/smie.el: New smie-config system.
6818 (smie-config): New defcustom.
6819 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6820 (smie-config-guess, smie-config-save): New commands.
6821 (smie-config--mode-local, smie-config--buffer-local)
6822 (smie-config--trace, smie-config--modefuns): New vars.
6823 (smie-config--advice, smie-config--mode-hook)
6824 (smie-config--setter, smie-config-local, smie-config--get-trace)
6825 (smie-config--guess-value, smie-config--guess): New functions.
6826 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6827 text properties. Treat "string fence" syntax like string syntax.
6828
6829 * progmodes/sh-script.el (sh-use-smie): Change default.
6830 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6831 (sh-var-value): Simplify by CSE.
6832 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6833 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6834 is used.
6835 (sh-guess-basic-offset): Use cl-incf.
6836 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6837
6838 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6839
6840 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6841 (bug#15699).
6842
6843 2013-10-24 Glenn Morris <rgm@gnu.org>
6844
6845 * Makefile.in (abs_top_srcdir): Remove.
6846 (update-subdirs): Use relative path to update-subdirs.
6847
6848 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6849
6850 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6851 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6852 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6853 Call unmsys--file-name before expand-file-name, not after it.
6854
6855 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6858 (ert-test-skipped): New error.
6859 (ert-skip, ert-stats-skipped): New defuns.
6860 (ert--skip-unless): New macro.
6861 (ert-test-skipped): New struct.
6862 (ert--run-test-debugger, ert-test-result-type-p)
6863 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6864 (ert--stats-set-test-and-result, ert-char-for-test-result)
6865 (ert-string-for-test-result, ert-run-tests-batch)
6866 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6867 Handle skipped tests. (Bug#9803)
6868
6869 2013-10-24 Glenn Morris <rgm@gnu.org>
6870
6871 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6872
6873 * Makefile.in (abs_top_srcdir): New, set by configure.
6874 (update-subdirs): Correct build-aux location.
6875
6876 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6877
6878 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6879 value, whether we could auto-deduce `backend', or not.
6880
6881 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6882 with parameters" example. Simplify the "is it block or is it
6883 hash" check, but also make it more thorough.
6884
6885 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6886
6887 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6888
6889 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6892 { if it is hanging.
6893
6894 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6895 :before ";".
6896
6897 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6898
6899 * progmodes/compile.el (compilation-directory-matcher)
6900 (compilation-page-delimiter):
6901 Support GNU Make-4.0 directory quoting. (Bug#15678)
6902
6903 2013-10-23 Leo Liu <sdl.web@gmail.com>
6904
6905 * ido.el (ido-tidy): Handle read-only text.
6906
6907 2013-10-23 Glenn Morris <rgm@gnu.org>
6908
6909 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6910 (emacs, compile, compile-always):
6911 Quote entities that might contain whitespace.
6912 (custom-deps, finder-data, autoloads): Use abs_lisp.
6913 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6914 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6915 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6916
6917 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6918
6919 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6920 Use `following-char'.
6921
6922 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6925 * progmodes/ruby-mode.el (ruby-smie-rules):
6926 Remove corresponding workaround. Fix indentation rule of ";" so it
6927 also applies when ";" is the parent.
6928
6929 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6930
6931 * frame.el (display-screens, display-pixel-height)
6932 (display-pixel-width, display-mm-width, display-backing-store)
6933 (display-save-under, display-planes, display-color-cells)
6934 (display-visual-class, display-monitor-attributes-list):
6935 Mention the optional ‘display’ argument in doc strings.
6936
6937 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6938
6939 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6940 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6941
6942 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6943
6944 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6945 TODO. Add "." after " @ ".
6946 (ruby-smie--at-dot-call): New function. Checks if point at method
6947 call with explicit target.
6948 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6949 to the method name tokens when it precedes them.
6950 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6951 (ruby-smie-rules): Add rule for indentation before and after "."
6952 token.
6953
6954 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * textmodes/remember.el (remember-diary-extract-entries):
6957 Avoid add-to-list.
6958
6959 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6960 an instruction.
6961
6962 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6963
6964 * progmodes/ruby-mode.el (ruby-smie-grammar):
6965 Add (almost) all infix operators.
6966 (ruby-smie--implicit-semi-p): Add new operator chars.
6967
6968 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6969 `smie-down-list'.
6970 (ruby-smie--args-separator-p): Check that there's no newline
6971 between method call and its arguments.
6972
6973 2013-10-20 Alan Mackenzie <acm@muc.de>
6974
6975 Allow comma separated lists after Java "implements".
6976
6977 * progmodes/cc-engine.el (c-backward-over-enum-header):
6978 Parse commas.
6979 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6980 from a "disallowed" list in enum fontification.
6981
6982 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6983
6984 * startup.el (default-frame-background-mode): Remove unused defvar.
6985
6986 * progmodes/verilog-mode.el (verilog-mode): Don't set
6987 comment-indent-function globally.
6988
6989 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6990
6991 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6992 Move Info menu item creation to ns-win.el.
6993
6994 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6995 in menu bar.
6996
6997 * menu-bar.el: Move GNUstep specific menus...
6998
6999 * term/ns-win.el (ns-initialize-window-system): ... to here.
7000
7001 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * simple.el (newline): Only run post-self-insert-hook when
7004 called interactively.
7005
7006 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7007
7008 * icomplete.el (icomplete-with-completion-tables): Add :version.
7009
7010 2013-10-19 Alan Mackenzie <acm@muc.de>
7011
7012 Fix fontification bugs with constructors and const.
7013
7014 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7015 CASE 2) Remove the check for the absence of a suffix construct
7016 after a function declaration with only types (no identifiers) in
7017 the parentheses. Also, accept a function declaration with just a
7018 type inside the parentheses, if this type can be positively
7019 recognised as such, or if a prefix keyword like "explicit" nails
7020 down the construct as a declaration.
7021
7022 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7023
7024 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7025 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7026 the problem whereby selecting a menu item that leads to a
7027 minibuffer prompt moves the cursor out of the minibuffer window,
7028 making it hard to type at the prompt. Suggested by Stefan Monnier
7029 <monnier@iro.umontreal.ca>.
7030
7031 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7032
7033 * menu-bar.el: Don't make Services menu.
7034
7035 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7036
7037 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7038 (ffap-alist): Use ffap-c++-mode for c++-mode.
7039 (ffap-c++-path): New variable.
7040 (ffap-c++-mode): New function.
7041
7042 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7043
7044 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7045
7046 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7047
7048 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7049 introduced on 2013-09-08, which results in an infinite loop
7050 requesting a password.
7051
7052 2013-10-18 Glenn Morris <rgm@gnu.org>
7053
7054 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7055
7056 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7057
7058 Sync with upstream verilog-mode revision 1a6ecec7.
7059 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7060 (verilog-mode-release-date): Remove.
7061 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7062 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7063 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7064 (verilog-auto-tieoff-ignore-regexp)
7065 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7066 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7067 (verilog-signals-with, verilog-dir-cache-preserving)
7068 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7069 Doc fixes.
7070 (verilog-case-fold): New option, to control case folding in
7071 regexp searches, bug597.
7072 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7073 (verilog-string-match-fold, verilog-in-paren-count)
7074 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7075 (verilog-at-close-struct-p): New functions.
7076 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7077 (verilog-forward-sexp, verilog-set-auto-endcomments)
7078 (verilog-leap-to-case-head): Handle "unique0" case.
7079 (verilog-in-constraint-re): New constant.
7080 (verilog-keywords, verilog-type-font-keywords):
7081 Add some SystemVerilog 1800-2012 keywords.
7082 (verilog-label-be): Remove unimplemented argument, bug669.
7083 (verilog-batch-execute-func): When batch expanding clear
7084 create-lockfiles to prevent spurious user locks when a file ends
7085 up not changing.
7086 (verilog-calculate-indent, verilog-calc-1)
7087 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7088 (verilog-do-indent): Fix indentation of nested constraints
7089 and structures.
7090 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7091 (verilog-auto-inst-param): Use verilog-string-match-fold.
7092 (verilog-read-inst-module-matcher):
7093 Fix AUTOINST on gate primitives with #1.
7094 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7095 Reads all user-defined typed variables.
7096 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7097 (verilog-signals-matching-regexp)
7098 (verilog-signals-not-matching-regexp, verilog-auto):
7099 Respect verilog-case-fold.
7100 (verilog-diff-report): Fix line count.
7101 (verilog-auto-assign-modport): Remove unused local `modi'.
7102 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7103 better handle multidimensional arrays.
7104 Fix packed array ports misadding bit index in AUTOINST, bug637.
7105 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7106 to not double-declare existing outputs and inputs, respectively.
7107 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7108 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7109 (verilog-sk-uvm-component): New skeleton.
7110 (verilog-submit-bug-report): Add verilog-case-fold,
7111 remove verilog-mode-release-date.
7112
7113 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7114
7115 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7116 as before.
7117
7118 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7119
7120 * textmodes/remember.el (remember): Set buffer-offer-save in
7121 remember buffers (bug#13566).
7122
7123 2013-10-18 Daniel Colascione <dancol@dancol.org>
7124
7125 When evaluating forms in ielm, direct standard output to ielm
7126 buffer. Add new ielm-return-for-effect command. Remove trailing
7127 whitespace throughout.
7128
7129 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7130 (ielm-return-for-effect): New command.
7131 (ielm-send-input): Accept optional `for-effect' parameter.
7132 (ielm-eval-input): Accept optional `for-effect' parameter.
7133 Bind `standard-output' to stream we create using
7134 `ielm-standard-output-impl'. Suppress printing result when
7135 `for-effect'.
7136 (ielm-standard-output-impl): New function.
7137 (inferior-emacs-lisp-mode): Explain new features in documentation.
7138
7139 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7140
7141 Code cleanup.
7142
7143 * net/tramp.el (tramp-debug-message): Do not check for connection
7144 buffer.
7145 (tramp-message): Use "vector" connection property.
7146
7147 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7148 (tramp-equal-remote, tramp-eshell-directory-change)
7149 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7150 (tramp-adb-handle-rename-file)
7151 * net/tramp-cmds.el (tramp-list-remote-buffers)
7152 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7153 * net/tramp-compat.el (tramp-compat-process-running-p)
7154 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7155 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7156 (tramp-gvfs-handle-rename-file)
7157 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7158 (tramp-set-file-uid-gid)
7159 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7160 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7161 of `file-remote-p'.
7162
7163 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7164 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7165 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7166 (tramp-gw-open-network-stream): Suppress unrelated traces.
7167
7168 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7169 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7170 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7171 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7172 connection property.
7173
7174 * net/tramp-cache.el (top): Suppress traces when reading
7175 persistency file.
7176
7177 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7178 Refactor common code. Improve debug message.
7179 (tramp-maybe-open-connection)
7180 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7181 connection buffer too early.
7182
7183 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7184 from `tramp-smb-actions-with-acl'.
7185 (tramp-smb-actions-set-acl): New defconst.
7186 (tramp-smb-handle-copy-directory)
7187 (tramp-smb-action-get-acl): New defun, renamed from
7188 `tramp-smb-action-with-acl'.
7189 (tramp-smb-action-set-acl): New defun.
7190 (tramp-smb-handle-set-file-acl): Rewrite.
7191
7192 2013-10-17 Glenn Morris <rgm@gnu.org>
7193
7194 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7195
7196 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * skeleton.el (skeleton-newline): Remove.
7199 (skeleton-internal-1): Use (insert "\n") instead.
7200
7201 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7202 let-bindings.
7203
7204 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7205 forward-sexp-function while we redo its job (bug#15613).
7206
7207 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7208
7209 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7210 represented by lists.
7211
7212 2013-10-16 Glenn Morris <rgm@gnu.org>
7213
7214 * tmm.el (tmm--history): New dynamic variable.
7215 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7216
7217 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7218
7219 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7220 (tramp-smb-errors): Add error messages.
7221 (tramp-smb-actions-with-acl): New defconst.
7222 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7223 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7224 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7225 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7226 (tramp-smb-get-stat-capability): Fix tests.
7227
7228 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7229
7230 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7231 (bug#15580).
7232
7233 2013-10-16 Glenn Morris <rgm@gnu.org>
7234
7235 * ansi-color.el (ansi-color-drop-regexp):
7236 Add 1J, 1K, 2K. (Bug#15617)
7237
7238 * files.el (hack-local-variables--warned-lexical): New.
7239 (hack-local-variables):
7240 Warn about misplaced lexical-binding. (Bug#15616)
7241
7242 * net/eww.el (eww-render): Always set eww-current-url,
7243 and update header line. (Bug#15622)
7244 (eww-display-html): ... Rather than just doing it here.
7245
7246 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7247
7248 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7249 menu navigations commands.
7250
7251 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7252
7253 * progmodes/subword.el (subword-capitalize): Be careful when
7254 the search for [[:alpha:]] fails (bug#15580).
7255
7256 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7257
7258 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7259 to commands that scroll the menu.
7260
7261 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7262
7263 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7264 Handle methods ending with `?' and `!'.
7265
7266 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7267
7268 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7269 `japanese-cp932' to `cp932' to fix the problem where saving a
7270 source file written in Shift_JIS twice would end up having
7271 `coding: japanese-cp932' which Ruby could not recognize.
7272 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7273 in `ruby-encoding-map'.
7274 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7275 doesn't need to be explicitly declared in magic comment.
7276 (ruby-encoding-map): Add type declaration for better customize UI.
7277
7278 2013-10-13 Glenn Morris <rgm@gnu.org>
7279
7280 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7281 Occur buffers are read-only. http://bugs.debian.org/720775
7282
7283 * emacs-lisp/authors.el (authors-fixed-entries):
7284 Comment out old alpha stuff.
7285
7286 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7287
7288 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7289 to `after-save-hook' instead of `before-save-hook'.
7290 (ruby-mode-set-encoding): Use the value of coding system used to
7291 write the file. Call `basic-save-buffer-1' after modifying the
7292 buffer.
7293
7294 2013-10-13 Alan Mackenzie <acm@muc.de>
7295
7296 Fix indentation/fontification of Java enum with
7297 "implements"/generic.
7298
7299 * progmodes/cc-engine.el (c-backward-over-enum-header):
7300 Extracted from the three other places and enhanced to handle generics.
7301 (c-inside-bracelist-p): Uses new function above.
7302 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7303 function above.
7304 (c-font-lock-enum-tail): Uses new function above.
7305
7306 2013-10-13 Kenichi Handa <handa@gnu.org>
7307
7308 * international/mule-cmds.el (select-safe-coding-system): Remove a
7309 superfluous condition in chekcing whether a coding system is safe
7310 or not.
7311
7312 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7313
7314 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7315
7316 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7317
7318 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7319
7320 2013-10-13 Glenn Morris <rgm@gnu.org>
7321
7322 * menu-bar.el (menu-bar-update-buffers):
7323 Unify Buffers menu prompt string. (Bug#15576)
7324
7325 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7326
7327 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7328 Add some entries.
7329 (authors-fixed-entries): Use accented form of name.
7330
7331 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7334 method calls (bug#15594).
7335 (ruby-smie--args-separator-p): New function.
7336 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7337 recognize paren-free method calls.
7338
7339 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7340 internals of universal-argument.
7341
7342 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7343
7344 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7345 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7346 dropped menu on second mouse click on the menu bar.
7347
7348 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7351 (explicit-shell-file-name): Declare.
7352 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7353 (sh-completion-at-point-function): New function.
7354 (sh-mode): Use it.
7355 (sh-smie--keyword-p): Remove unused argument.
7356 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7357 vars.
7358 (sh-set-shell): Always setup SMIE, even if we use the
7359 old indentation code.
7360
7361 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7362
7363 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7364 cases of ? and =.
7365 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7366 predicate would return nil are almost non-existent.
7367 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7368
7369 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7370 cache also after commands that modify the buffer but don't move
7371 point.
7372
7373 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * env.el (substitute-env-in-file-name): New function.
7376 (substitute-env-vars): Extend the meaning of the optional arg.
7377
7378 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7379
7380 * term/w32-win.el (dynamic-library-alist): Define separate lists
7381 of GIF DLLs for versions before and after 5.0.0 of giflib.
7382 (Bug#15531)
7383
7384 2013-10-10 João Távora <joaotavora@gmail.com>
7385
7386 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7387 not locked, use last revision and current source as
7388 defaults. (Bug#15569)
7389
7390 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7391
7392 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7393 menu-bar is hidden.
7394
7395 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7396
7397 * window.el (pop-to-buffer-same-window): Fix doc-string.
7398 (Bug#15492)
7399
7400 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7403
7404 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7405
7406 * calendar/icalendar.el (icalendar-import-file):
7407 Fix interactive spec. (Bug#15482)
7408
7409 2013-10-10 Glenn Morris <rgm@gnu.org>
7410
7411 * desktop.el (desktop-save): Default to saving in .emacs.d,
7412 since PWD is no longer in desktop-path by default. (Bug#15319)
7413
7414 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7415 now that text mode has a menu with the same entry.
7416 (menu-bar-text-mode-auto-fill): Remove now unused func.
7417 * textmodes/text-mode.el (text-mode-map):
7418 Use auto-fill help text from menu-bar.el.
7419
7420 2013-10-10 John Anthony <john@jo.hnanthony.com>
7421
7422 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7423
7424 2013-10-09 Juri Linkov <juri@jurta.org>
7425
7426 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7427 instead of this-command-keys. Add universal-argument-more and
7428 universal-argument-minus to the list of prefix commands. (Bug#15568)
7429
7430 2013-10-09 Glenn Morris <rgm@gnu.org>
7431
7432 * vc/vc-svn.el (vc-svn-create-repo):
7433 Expand paths in file://... url. (Bug#15446)
7434
7435 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7436 Add some entries.
7437 (authors): Remove unused local variables.
7438
7439 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * profiler.el: Create a more coherent calltree from partial backtraces.
7442 (profiler-format): Hide the tail with `invisible' so that C-s can still
7443 find the hidden elements.
7444 (profiler-calltree-depth): Don't recurse so enthusiastically.
7445 (profiler-function-equal): New hash-table-test.
7446 (profiler-calltree-build-unified): New function.
7447 (profiler-calltree-build): Use it.
7448 (profiler-report-make-name-part): Indent the calltree less.
7449 (profiler-report-mode): Add visibility specs for profiler-format.
7450 (profiler-report-expand-entry, profiler-report-toggle-entry):
7451 Expand the whole subtree when provided with a prefix arg.
7452
7453 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7454
7455 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7456 iuwu-mod token.
7457 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7458 hanging iuwu-mod token.
7459 (ruby-smie--forward-token): Do not include a dot after a token in
7460 that token.
7461 (ruby-smie--backward-token): Likewise.
7462
7463 2013-10-08 Juri Linkov <juri@jurta.org>
7464
7465 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7466 to isearch-other-control-char.
7467 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7468 and isearch-post-command-hook to post-command-hook.
7469 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7470 and isearch-post-command-hook from post-command-hook.
7471 (isearch-unread-key-sequence)
7472 (isearch-reread-key-sequence-naturally)
7473 (isearch-lookup-scroll-key, isearch-other-control-char)
7474 (isearch-other-meta-char): Remove functions.
7475 (isearch-pre-command-hook, isearch-post-command-hook):
7476 New functions based on isearch-other-meta-char rewritten
7477 relying on the new behavior of overriding-terminal-local-map
7478 that does not replace the local keymaps any more. (Bug#15200)
7479
7480 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7481
7482 Support menus on text-mode terminals.
7483 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7484 functionality.
7485
7486 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7487
7488 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7489 Move here from mouse.el.
7490 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7491 and arrow keys.
7492 (tty-menu-navigation-map): New map for TTY menu navigation.
7493
7494 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7495
7496 * frame.el (display-mouse-p): Report text-mode mouse as available
7497 on w32.
7498 (display-popup-menus-p): Report availability if mouse is
7499 available; don't condition on window-system.
7500
7501 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7502 (tty-menu-selected-face): New faces.
7503
7504 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7507 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7508 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7509 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7510 New constants.
7511 (lisp-mode-variables): New `elisp' argument.
7512 (emacs-lisp-mode): Use it.
7513 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7514 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7515
7516 * indent.el: Use lexical-binding.
7517 (indent-region): Add progress reporter.
7518 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7519 last step.
7520 (indent--next-tab-stop): New function to implement this behavior.
7521 (tab-to-tab-stop, move-to-tab-stop): Use it.
7522
7523 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7524
7525 * indent.el (indent-rigidly--current-indentation): New function.
7526 (indent-rigidly-map): New var.
7527 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7528
7529 2013-10-08 Bastien Guerry <bzg@gnu.org>
7530
7531 * register.el (insert-register): Fix 2013-10-07 change.
7532
7533 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * progmodes/perl-mode.el: Use lexical-binding.
7536 Remove redundant :group args.
7537 (perl-nochange): Change default to be closer to other major modes's
7538 standard behavior.
7539 (perl-indent-line): Don't consider text on current line as a
7540 valid beginning of function from which to indent.
7541
7542 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7543 with more than one argument (bug#15538).
7544
7545 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7546
7547 * vc/pcvs.el: Use lexical-binding.
7548 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7549 environment of `eval'.
7550 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7551 than a list of expressions. Adjust callers.
7552 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7553
7554 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7555
7556 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7557 case of the dot in a chained method call being on the following line.
7558
7559 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * electric.el (electric-indent-inhibit): New var.
7562 (electric-indent-post-self-insert-function): Use it.
7563 * progmodes/python.el (python-mode): Set it.
7564
7565 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7566 open braces.
7567
7568 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7569
7570 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7571 (css-mode): Use electric-indent-chars.
7572
7573 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7574 (font-lock-beg, font-lock-end): Move before first use.
7575 (nxml-mode): Use syntax-propertize-function.
7576 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7577 (nxml-extend-after-change-region): Remove.
7578 * nxml/xmltok.el: Use lexical-binding.
7579 (xmltok-save): Use `declare'.
7580 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7581 * nxml/nxml-util.el: Use lexical-binding.
7582 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7583 Use `declare'.
7584 * nxml/nxml-ns.el: Use lexical-binding.
7585 (nxml-ns-save): Use `declare'.
7586 (nxml-ns-prefixes-for): Avoid add-to-list.
7587 * nxml/rng-match.el: Use lexical-binding.
7588 (rng--ipattern): Use cl-defstruct.
7589 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7590 (rng-cons-group-after, rng-subst-group-after)
7591 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7592 Use closures instead of `(lambda...).
7593
7594 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7595
7596 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7597 of BEG and END.
7598
7599 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7600 Use `tramp-handle-insert-file-contents'.
7601 (tramp-gvfs-handle-insert-file-contents): Remove function.
7602
7603 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7604 Use `save-restriction' in order to keep markers.
7605
7606 * net/trampver.el: Update release number.
7607
7608 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * progmodes/compile.el (compilation-parse-errors):
7611 Use compilation--put-prop.
7612 (compilation--ensure-parse): Check compilation-multiline.
7613
7614 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7615
7616 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7617 lexical-binding.
7618
7619 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7620
7621 * progmodes/ruby-mode.el: Fix recently added tests.
7622 (ruby-smie-grammar): Add - and +.
7623 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7624 (ruby-smie--backward-id): New functions.
7625 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7626 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7627 any more.
7628
7629 2013-10-07 Leo Liu <sdl.web@gmail.com>
7630
7631 * register.el (register-preview-delay)
7632 (register-preview-functions): New variables.
7633 (register-read-with-preview, register-preview)
7634 (register-describe-oneline): New functions.
7635 (point-to-register, window-configuration-to-register)
7636 (frame-configuration-to-register, jump-to-register)
7637 (number-to-register, view-register, insert-register)
7638 (copy-to-register, append-to-register, prepend-to-register)
7639 (copy-rectangle-to-register): Use register-read-with-preview to
7640 read register. (Bug#15525)
7641
7642 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7643
7644 * net/network-stream.el (network-stream-open-starttls): Don't add
7645 --insecure if it's already present, because that gnutls-cli
7646 rejects getting that parameter twice.
7647
7648 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7649
7650 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7651 keyword, too.
7652
7653 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7654
7655 * newcomment.el (comment-use-global-state): Change default value
7656 to t, mark obsolete (Bug#15251).
7657 (comment-beginning): In addition to `comment-to-syntax', check the
7658 value of `comment-use-global-state'.
7659
7660 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7663 (ruby-comment-column): Follow the global default, by default.
7664 (ruby-smie-grammar): Add assignment syntax.
7665 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7666 open-paren, a comma, or a \.
7667 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7668 and line continuations.
7669 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7670 followed by implicit semi-colons. Add rule for string concatenation
7671 and for indentation at BOB.
7672 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7673
7674 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7675 calling next-sexp, since next-token may have skipped chars which
7676 next-sexp doesn't know should be skipped!
7677
7678 2013-10-05 Leo Liu <sdl.web@gmail.com>
7679
7680 * progmodes/octave.el (octave-send-region):
7681 Call compilation-forget-errors.
7682
7683 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7684
7685 * vc/vc-svn.el (vc-svn-find-admin-dir):
7686 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7687 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7688 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7689 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7690
7691 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7694
7695 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * subr.el (read-passwd): Hide chars even when called within a context
7698 where after-change-functions is disabled (bug#15501).
7699 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7700 until we removed ourself from overriding-terminal-local-map.
7701
7702 2013-10-04 Leo Liu <sdl.web@gmail.com>
7703
7704 * progmodes/octave.el (inferior-octave-mode):
7705 Call compilation-forget-errors.
7706
7707 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7708
7709 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7710
7711 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7712
7713 * net/secrets.el (secrets-create-collection): Add optional
7714 argument ALIAS. Use proper Label keyword. Append ALIAS as
7715 dbus-call-method argument. (Bug#15516)
7716
7717 2013-10-04 Leo Liu <sdl.web@gmail.com>
7718
7719 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7720 (inferior-octave-compilation-font-lock-keywords): New variables.
7721 (compilation-error-regexp-alist)
7722 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7723 (inferior-octave-mode): Use compilation-shell-minor-mode.
7724
7725 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7726
7727 * minibuffer.el (completion--replace): Be careful that `end' might be
7728 a marker.
7729
7730 2013-10-03 Daiki Ueno <ueno@gnu.org>
7731
7732 Add support for package signature checking.
7733 * emacs-lisp/package.el (url-http-file-exists-p)
7734 (epg-make-context, epg-context-set-home-directory)
7735 (epg-verify-string, epg-context-result-for)
7736 (epg-signature-status, epg-signature-to-string)
7737 (epg-check-configuration, epg-configuration)
7738 (epg-import-keys-from-file): Declare.
7739 (package-check-signature): New user option.
7740 (package-unsigned-archives): New user option.
7741 (package-desc): Add `signed' field.
7742 (package-load-descriptor): Set `signed' field if .signed file exists.
7743 (package--archive-file-exists-p): New function.
7744 (package--check-signature): New function.
7745 (package-install-from-archive): Check package signature.
7746 (package--download-one-archive): Check archive signature.
7747 (package-delete): Remove .signed file.
7748 (package-import-keyring): New command.
7749 (package-refresh-contents): Import default keyring.
7750 (package-desc-status): Add "unsigned" status.
7751 (describe-package-1, package-menu--print-info)
7752 (package-menu-mark-delete, package-menu--find-upgrades)
7753 (package-menu--status-predicate): Support "unsigned" status.
7754
7755 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7758 the new compilation scheme using the new byte-codes.
7759
7760 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7761 (byte-pophandler): New byte codes.
7762 (byte-goto-ops): Adjust accordingly.
7763 (byte-compile--use-old-handlers): New var.
7764 (byte-compile-catch): Use new byte codes depending on
7765 byte-compile--use-old-handlers.
7766 (byte-compile-condition-case--old): Rename from
7767 byte-compile-condition-case.
7768 (byte-compile-condition-case--new): New function.
7769 (byte-compile-condition-case): New function that dispatches depending
7770 on byte-compile--use-old-handlers.
7771 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7772 when we can.
7773
7774 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7775 Optimize under `condition-case' and `catch' if
7776 byte-compile--use-old-handlers is nil.
7777 (disassemble-offset): Handle new bytecodes.
7778
7779 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * subr.el (error): Use `declare'.
7782 (decode-char, encode-char): Use advertised-calling-convention instead
7783 of the docstring to discourage use of the `restriction' arg.
7784
7785 2013-10-03 Daiki Ueno <ueno@gnu.org>
7786
7787 * epg.el (epg-verify-file): Add a comment saying that it does not
7788 notify verification error as a return value nor a signal.
7789 (epg-verify-string): Ditto.
7790
7791 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7792
7793 * progmodes/compile.el (compilation-start): Try globbing the arg to
7794 `cd' (bug#15417).
7795
7796 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7797
7798 Sync with Tramp 2.2.8.
7799
7800 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7801 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7802 * net/trampver.el: Update release number.
7803
7804 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7805
7806 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7807 and default-process-coding-system for darwin only.
7808
7809 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7812
7813 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7814
7815 * vc/vc-git.el (vc-git-grep): Disable pager.
7816
7817 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7818
7819 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7820 Use :url instead of :homepage, as per
7821 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7822
7823 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7824 non-nil, use `syntax-ppss' (Bug#15251).
7825
7826 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7827
7828 * progmodes/octave.el (inferior-octave-startup-file):
7829 Prefer ~/.emacs.d/init_octave.m.
7830
7831 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7832
7833 * emacs-lisp/package.el (package-desc-from-define):
7834 Accept additional arguments as plist, convert them to an alist and store
7835 them in the `extras' slot.
7836 (package-generate-description-file): Convert extras alist back to
7837 plist and append to the `define-package' form arguments.
7838 (package--alist-to-plist): New function.
7839 (package--ac-desc): Add `extras' slot.
7840 (package--add-to-archive-contents): Check if the archive-contents
7841 vector is long enough, and if it is, pass its `extras' slot value
7842 to `package-desc-create'.
7843 (package-buffer-info): Call `lm-homepage', pass the returned value
7844 to `package-desc-from-define'.
7845 (describe-package-1): Render the homepage button (Bug#13291).
7846
7847 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7848 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7849
7850 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7851
7852 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7853 and default-process-coding-system to utf-8-unix (Bug#15402).
7854
7855 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7856
7857 * subr.el (looking-back): Do not recommend using looking-back.
7858
7859 2013-09-28 Alan Mackenzie <acm@muc.de>
7860
7861 Fix indentation/fontification of Java enum with "implements".
7862
7863 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7864 regexp which matches "implements", etc., in Java.
7865 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7866 specifier clauses coming after "enum".
7867 * progmodes/cc-fonts.el (c-font-lock-declarations)
7868 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7869 after "enum".
7870
7871 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7872
7873 * faces.el (region): Change ns_selection_color to
7874 ns_selection_fg_color, add ns_selection_bg_color.
7875
7876 2013-09-28 Leo Liu <sdl.web@gmail.com>
7877
7878 * progmodes/octave.el (inferior-octave-completion-table)
7879 (inferior-octave-completion-at-point): Minor tweaks.
7880
7881 * textmodes/ispell.el (ispell-lookup-words): Rename from
7882 lookup-words. (Bug#15460)
7883 (lookup-words): Obsolete.
7884 (ispell-complete-word, ispell-command-loop): All uses changed.
7885
7886 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7887
7888 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7889 (octave-mode-menu): Add octave-send-buffer.
7890 (octave-send-buffer): New function.
7891
7892 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7893
7894 * progmodes/octave.el (octave-mode-map): Add key binding for
7895 octave-lookfor.
7896 (octave-mode-menu): Add octave-lookfor.
7897 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7898 octave-lookfor.
7899 (octave-lookfor): New function.
7900
7901 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7904 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7905 its convention.
7906 (cl--loop-set-iterator-function): New function.
7907 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7908 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7909 Bind `it' with `let' instead of substituting it with `cl-subst'.
7910 (cl--unused-var-p): New function.
7911 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7912 Eliminate some unused variable warnings (bug#15326).
7913
7914 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7915
7916 * doc-view.el (doc-view-scale-reset): Rename from
7917 `doc-view-reset-zoom-level'.
7918 (doc-view-scale-adjust): New command.
7919 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7920 `doc-view-scale-adjust'.
7921
7922 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7923
7924 * doc-view.el (doc-view-reset-zoom-level): New command.
7925 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7926 zoom commands (bug#15466).
7927
7928 2013-09-26 Kenichi Handa <handa@gnu.org>
7929
7930 * international/quail.el (quail-help): Make it not a command.
7931
7932 2013-09-26 Leo Liu <sdl.web@gmail.com>
7933
7934 * minibuffer.el (completion-all-sorted-completions): Make args
7935 optional as they are.
7936
7937 2013-09-25 Daniel Colascione <dancol@dancol.org>
7938
7939 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7940 specs are and that they're not evaluated.
7941
7942 2013-09-24 Sam Steingold <sds@gnu.org>
7943
7944 * midnight.el (clean-buffer-list-kill-regexps)
7945 (clean-buffer-list-kill-buffer-names): Update for the new Man
7946 buffer naming which includes the object name.
7947
7948 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7951 (eshell-parse-command, eshell-parse-pipeline): Use it since
7952 eshell-separate-commands requires a dynamic scoped var.
7953 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7954
7955 2013-09-23 Leo Liu <sdl.web@gmail.com>
7956
7957 * autoinsert.el (auto-insert-alist): Make the value of
7958 lexical-binding match its file setting.
7959
7960 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7961
7962 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7963
7964 * autoarg.el (autoarg-kp-digit-argument):
7965 * electric.el (Electric-command-loop):
7966 * kmacro.el (kmacro-step-edit-insert):
7967 Do not set universal-argument-num-events.
7968
7969 2013-09-22 Leo Liu <sdl.web@gmail.com>
7970
7971 * files.el (interpreter-mode-alist): Add octave.
7972
7973 2013-09-21 Alan Mackenzie <acm@muc.de>
7974
7975 C++: fontify identifier in declaration following "public:" correctly.
7976 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7977 to match "public", etc.
7978 (c-decl-prefix-re): Add ":" into the C++ value.
7979 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7980 bit. Add a check for a ":" preceded by "public", etc.
7981
7982 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7983
7984 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7985 recognized by GDB 7.5 and later.
7986
7987 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7988
7989 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7990
7991 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * subr.el (internal--call-interactively): New const.
7994 (called-interactively-p): Use it (bug#3984).
7995
7996 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7997
7998 * vc/pcvs.el (cvs-mode-ignore):
7999 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8000 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8001
8002 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8005 (eshell-ls-orig-insert-directory): Remove.
8006 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8007 (eshell-ls-use-in-dired): Use advice-add/remove.
8008 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8009 Add `orig-fun' arg for use in :around advice.
8010 Make it check (redundantly) eshell-ls-use-in-dired.
8011
8012 2013-09-19 Glenn Morris <rgm@gnu.org>
8013
8014 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8015
8016 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8017
8018 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8019
8020 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8021
8022 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8023 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8024 (tramp-get-remote-python): New defuns.
8025 (tramp-get-remote-uid-with-perl)
8026 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8027 contributed by yary <not.com@gmail.com> (tiny change).
8028 (tramp-get-remote-uid-with-python)
8029 (tramp-get-remote-gid-with-python): New defuns. Python code
8030 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8031 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8032
8033 2013-09-19 Glenn Morris <rgm@gnu.org>
8034
8035 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8036
8037 * eshell/em-unix.el (eshell-remove-entries):
8038 Rename argument to avoid name-clash with global `top-level'.
8039
8040 * eshell/esh-proc.el (eshell-kill-process-function):
8041 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8042 (eshell-reset-after-proc): Remove unused arg `proc'.
8043
8044 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8045 (directory-files-and-attributes): Mark unused arg.
8046
8047 * eshell/em-unix.el (eshell-remove-entries):
8048 Remove unused arg `path'. Update callers.
8049
8050 * eshell/em-hist.el (eshell-hist-parse-arguments):
8051 Remove unused arg `silent'. Update callers.
8052
8053 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8054 Fix (f)boundp mix-up.
8055
8056 * eshell/em-smart.el (eshell-smart-scroll-window)
8057 (eshell-disable-after-change):
8058 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8059
8060 2013-09-18 Alan Mackenzie <acm@muc.de>
8061
8062 Fix fontification of type when followed by "const".
8063 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8064 "known" types from fontification.
8065
8066 2013-09-18 Glenn Morris <rgm@gnu.org>
8067
8068 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8069 (chart-face-list): Drop Emacsen without display-color-p.
8070
8071 * net/eww.el (libxml-parse-html-region): Declare.
8072 (eww-display-html): Explicit error if no libxml2 support.
8073
8074 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8075
8076 * image.el (image-type-from-buffer, image-multi-frame-p):
8077 Remove --without-x warning/error.
8078
8079 * mouse.el (mouse-yank-primary):
8080 * term.el (term-mouse-paste):
8081 Reorder to silence --without-x compilation.
8082
8083 * mpc.el (doc-view-mode): Silence --without-x compilation.
8084
8085 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8086 Silence --without-x compilation.
8087
8088 * progmodes/gud.el (gud-find-file, gud-mode):
8089 Silence --without-x compilation.
8090 (tooltip-mode): Declare.
8091
8092 * wdired.el (dired-backup-overwrite): Remove declaration.
8093 (wdired-mode-map): Add doc string.
8094
8095 * custom.el (x-get-resource): Declare.
8096
8097 * eshell/em-glob.el (ange-cache):
8098 * eshell/em-unix.el (ange-cache): Declare.
8099
8100 * faces.el (x-display-list, x-open-connection, x-get-resource):
8101 Declare.
8102
8103 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8104 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8105 Declare.
8106
8107 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8108
8109 * net/gnutls.el (gnutls-log-level): Declare.
8110
8111 * net/shr.el (image-size, image-animate): Declare.
8112
8113 * simple.el (font-info): Declare.
8114
8115 * subr.el (x-popup-dialog): Declare.
8116
8117 * term/common-win.el (x-select-enable-primary)
8118 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8119 Declare.
8120
8121 * term/ns-win.el (x-handle-args): Declare.
8122
8123 * term/x-win.el (x-select-enable-clipboard): Declare.
8124
8125 * term/w32-win.el (create-default-fontset): Declare.
8126
8127 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8128 Declare.
8129
8130 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8131 (fit-frame-to-buffer): Explicit error if --without-x.
8132 (mouse-autoselect-window-select): Silence compiler.
8133
8134 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8135
8136 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8137 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8138 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8139 * eshell/esh-util.el (eshell-sublist):
8140 Remove unused local variables.
8141
8142 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8143
8144 * textmodes/two-column.el: Make 2C-split work for --without-x.
8145 (scroll-bar-columns): Autoload.
8146 (top-level): Require fringe when compiling.
8147
8148 2013-09-18 Leo Liu <sdl.web@gmail.com>
8149
8150 * subr.el (add-hook): Robustify to handle closure as well.
8151
8152 2013-09-17 Glenn Morris <rgm@gnu.org>
8153
8154 * simple.el (messages-buffer-mode-map): Unbind "g".
8155
8156 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * help-mode.el (help-mode-finish): Use derived-mode-p.
8159 Remove obsolete highlighting.
8160
8161 * play/life.el (life-mode): Use define-derived-mode. Derive from
8162 special-mode.
8163 (life): Let-bind inhibit-read-only.
8164 (life-setup): Avoid `setq'. Use `life-mode'.
8165
8166 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8167 which should not be needed any more.
8168 (package-menu-refresh, package-menu-describe-package): Use user-error.
8169
8170 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8171 (eshell-post-rewrite-command-hook): Make obsolete.
8172 (eshell-parse-command): Simplify.
8173 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8174 (eshell--cmd): Declare.
8175 (eshell-parse-pipeline): Remove unused var `final-p'.
8176 Pass a dynvar to eshell-post-rewrite-command-hook.
8177 Implement the new eshell-post-rewrite-command-function.
8178 (eshell-invoke-directly): Remove unused arg `input'.
8179 * eshell/esh-io.el (eshell-io-initialize):
8180 Use eshell-post-rewrite-command-function (bug#15399).
8181 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8182 adjust to new calling convention.
8183 (eshell-create-handles): Rename args to avoid clashing with dynvar
8184 `standard-output'.
8185
8186 2013-09-17 Glenn Morris <rgm@gnu.org>
8187
8188 * simple.el (messages-buffer-mode): New major mode.
8189 (messages-buffer): New function.
8190 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8191 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8192 (ert-run-test): Use `messages-buffer' function.
8193 (ert--force-message-log-buffer-truncation): Ignore read-only.
8194 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8195 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8196
8197 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8200
8201 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8202
8203 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * icomplete.el (icomplete-in-buffer): New var.
8206 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8207 vars and replace them with functions.
8208 (icomplete-minibuffer-setup): Adjust accordingly.
8209 (icomplete--completion-table, icomplete--completion-predicate)
8210 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8211 New functions.
8212 (icomplete-forward-completions, icomplete-backward-completions)
8213 (icomplete-simple-completing-p, icomplete-exhibit)
8214 (icomplete-completions): Use them.
8215 (icomplete--in-region-buffer): New var.
8216 (icomplete--in-region-setup): New function.
8217 (icomplete-mode): Use it.
8218
8219 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8220 (bug#15379).
8221 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8222 return args and options.
8223 (eshell-eval-using-options): Use the new return value of
8224 eshell--do-opts to set the options's vars in their scope.
8225 (eshell--set-option): Rename from eshell-set-option.
8226 Add arg `opt-vals'.
8227 (eshell--process-option): Rename from eshell-process-option.
8228 Add arg `opt-vals'.
8229 (eshell--process-args): Use an `opt-vals' alist to store the options's
8230 values during their processing and return them additionally to the
8231 remaining args.
8232
8233 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8234
8235 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8236 continuation character an operator, as far as indentation is
8237 concerned (Bug#15369).
8238
8239 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8240
8241 * window.el (window--state-put-2): Don't process buffer state
8242 when buffer doesn't exist any more (Bug#15382).
8243
8244 2013-09-15 Glenn Morris <rgm@gnu.org>
8245
8246 * eshell/em-unix.el (eshell/rm):
8247 Make -f ignore missing files. (Bug#15373)
8248
8249 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8250 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8251 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8252
8253 2013-09-14 Glenn Morris <rgm@gnu.org>
8254
8255 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8256
8257 2013-09-13 Glenn Morris <rgm@gnu.org>
8258
8259 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8260 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8261
8262 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8263
8264 * frame.el (x-focus-frame): Mark as declared in frame.c.
8265
8266 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * ls-lisp.el: Use advice-add.
8269 (original-insert-directory): Remove.
8270 (ls-lisp--insert-directory): Rename from insert-directory; add
8271 `orig-fun' argument.
8272 (insert-directory): Advise.
8273
8274 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8275
8276 * term.el (term-emulate-terminal): Decode the command string
8277 before passing it to term-command-hook. (Bug#15337)
8278
8279 2013-09-13 Glenn Morris <rgm@gnu.org>
8280
8281 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8282
8283 * eshell/esh-ext.el (eshell-search-path): Declare.
8284
8285 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8286 Otherwise an error occurs if eshell-dirs module not loaded.
8287
8288 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8289
8290 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8291
8292 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8293 `tramp-check-proper-host'. Check for a valid method name.
8294
8295 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8296 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8297 * net/tramp-sh.el (tramp-maybe-open-connection):
8298 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8299
8300 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8301 also for hash values.
8302
8303 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * term/ns-win.el (parameters): Don't declare as dynamic.
8306 (before-make-frame-hook): Don't add ineffective function.
8307
8308 * eshell/*.el: Use lexical-binding (bug#15231).
8309
8310 2013-09-12 Kenichi Handa <handa@gnu.org>
8311
8312 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8313
8314 2013-09-12 Glenn Morris <rgm@gnu.org>
8315
8316 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8317 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8318
8319 * subr.el (do-after-load-evaluation): Also give compiler warnings
8320 when obsolete files are used (except by obsolete files).
8321
8322 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8323 in the status output, assume `filename' is the first. (Bug#15322)
8324
8325 * vc/vc.el (vc-deduce-fileset): Doc fix.
8326
8327 * calc/calc-help.el (Info-goto-node):
8328 * progmodes/cperl-mode.el (Info-find-node):
8329 * vc/ediff.el (Info-goto-node): Update declarations.
8330
8331 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8332
8333 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8334 (vc-bzr-pull): Require vc-dispatcher.
8335 * vc/vc-git.el (vc-compilation-mode): Declare.
8336 (vc-git-pull): Require vc-dispatcher.
8337
8338 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8339
8340 * progmodes/octave.el (help-button-action): Declare.
8341
8342 * shell.el (shell-directory-tracker): Output error as a message
8343 rather than just returning it as a string.
8344 (shell-process-pushd): Remove useless use of message.
8345
8346 * dframe.el (dframe-timer-fn):
8347 * files.el (dir-locals-read-from-file):
8348 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8349 (mpc-format):
8350 * reveal.el (reveal-post-command):
8351 * saveplace.el (load-save-place-alist-from-file):
8352 * shell.el (shell-resync-dirs):
8353 * w32-common-fns.el (x-get-selection-value):
8354 * emacs-lisp/copyright.el (copyright-find-copyright):
8355 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8356 * emulation/tpu-edt.el (tpu-copy-keyfile):
8357 * play/bubbles.el (bubbles--mark-neighbourhood):
8358 * progmodes/executable.el
8359 (executable-make-buffer-file-executable-if-script-p):
8360 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8361
8362 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 Cleanup Eshell to rely less on dynamic scoping.
8365 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8366 last-value, and ext-command here. Bind `args' closer to `body'.
8367 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8368 (eshell--args): Declare new dynamic var.
8369 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8370 last-value, and ext-command. Pass `args' to `body'.
8371 (eshell-process-args): Bind eshell--args.
8372 (eshell-set-option): Use eshell--args.
8373 * eshell/eshell.el (eshell): Use derived-mode-p.
8374 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8375 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8376 (eshell-glob-function): Declare.
8377 * eshell/esh-util.el: Require cl-lib.
8378 (eshell-read-hosts-file): Avoid add-to-list.
8379 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8380 `err'.
8381 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8382 Declare.
8383 (eshell/diff): Remove unused var `err'.
8384 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8385 `killflag'.
8386 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8387 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8388 first use.
8389 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8390 Move declaration before first use.
8391 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8392 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8393 rely on cl-return.
8394
8395 2013-09-12 Glenn Morris <rgm@gnu.org>
8396
8397 * term/ns-win.el (global-map): Remove binding for ispell-next,
8398 deleted 1999-05-29. (Bug#15357)
8399
8400 2013-09-11 Glenn Morris <rgm@gnu.org>
8401
8402 * echistory.el (electric-command-history): Remove call to deleted func.
8403
8404 * play/landmark.el (landmark-mode): Fix typos.
8405
8406 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8407 Check cvs-sort-ignore-file is bound.
8408
8409 * savehist.el: No need for cl when compiling on Emacs.
8410
8411 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8414 (bug#15338).
8415 (eshell-self-insert-command, eshell-send-invisible):
8416 Remove unused argument.
8417 (eshell-handle-control-codes): Remove unused var `orig'.
8418 Avoid delete-backward-char.
8419
8420 * files.el (set-auto-mode): Simplify a bit further.
8421
8422 2013-09-11 Glenn Morris <rgm@gnu.org>
8423
8424 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8425 (set-auto-mode): Don't regexp-quote elements.
8426 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8427 * progmodes/cc-mode.el (interpreter-mode-alist):
8428 * progmodes/ruby-mode.el (interpreter-mode-alist):
8429 Revert previous change.
8430
8431 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * play/snake.el (snake-mode):
8434 * play/mpuz.el (mpuz-mode):
8435 * play/landmark.el (lm-mode):
8436 * play/blackbox.el (blackbox-mode):
8437 * play/5x5.el (5x5-mode):
8438 * obsolete/options.el (Edit-options-mode):
8439 * net/quickurl.el (quickurl-list-mode):
8440 * net/newst-treeview.el (newsticker-treeview-mode):
8441 * mail/rmailsum.el (rmail-summary-mode):
8442 * mail/mspools.el (mspools-mode):
8443 * locate.el (locate-mode):
8444 * ibuffer.el (ibuffer-mode):
8445 * emulation/ws-mode.el (wordstar-mode):
8446 * emacs-lisp/debug.el (debugger-mode):
8447 * array.el (array-mode):
8448 * net/eudc.el (eudc-mode): Use define-derived-mode.
8449 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8450 Move initialization into declaration.
8451 (mairix-searches-mode): Use define-derived-mode.
8452 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8453 (eudc-edit-hotlist): Use dolist.
8454 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8455 (Man-mode): Use define-derived-mode.
8456 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8457 (Info-edit-mode): Use define-derived-mode.
8458 (Info-cease-edit): Use Info-mode.
8459 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8460 into declaration.
8461 (eshell-mode): Use define-derived-mode.
8462 * chistory.el (command-history-mode-map): Rename from
8463 command-history-map.
8464 (command-history-mode): Use define-derived-mode.
8465 (Command-history-setup): Remove function.
8466 * calc/calc.el (calc-trail-mode-map): New var.
8467 (calc-trail-mode): Use define-derived-mode.
8468 (calc-trail-buffer): Set calc-main-buffer manually.
8469 * bookmark.el (bookmark-insert-annotation): New function.
8470 (bookmark-edit-annotation): Use it.
8471 (bookmark-edit-annotation-mode): Make it a proper major mode.
8472 (bookmark-send-edited-annotation): Use derived-mode-p.
8473 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8474 closer to its ideal place. Use \' to match EOS.
8475
8476 * profiler.el (profiler-calltree-find): Use function-equal.
8477
8478 2013-09-10 Glenn Morris <rgm@gnu.org>
8479
8480 * files.el (interpreter-mode-alist): Convert to regexps.
8481 (set-auto-mode): Adapt for this. (Bug#15306)
8482 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8483 Comment out unused variable.
8484 * progmodes/cc-mode.el (interpreter-mode-alist):
8485 * progmodes/python.el (interpreter-mode-alist):
8486 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8487 * progmodes/sh-script.el (sh-set-shell):
8488 No longer use interpreter-mode-alist to get list of shells.
8489
8490 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8491
8492 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * simple.el: Use set-temporary-overlay-map for universal-argument.
8495 (universal-argument-map): Don't use default-bindings (bug#15317).
8496 Bind switch-frame explicitly. Replace universal-argument-minus with
8497 a conditional binding.
8498 (universal-argument-num-events, saved-overriding-map): Remove.
8499 (restore-overriding-map): Remove.
8500 (universal-argument--mode): Rename from save&set-overriding-map,
8501 and rewrite.
8502 (universal-argument, universal-argument-more, negative-argument)
8503 (digit-argument): Adjust accordingly.
8504 (universal-argument-minus): Remove.
8505 (universal-argument-other-key): Remove.
8506
8507 * subr.el (with-demoted-errors): Add `format' argument.
8508
8509 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8510
8511 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8512 `tramp-cleanup-connection'.
8513
8514 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8515 parameters KEEP-DEBUG and KEEP-PASSWORD.
8516
8517 * net/tramp.el (tramp-file-name-handler):
8518 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8519 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8520 (tramp-maybe-open-connection):
8521 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8522 Use `tramp-cleanup-connection'.
8523
8524 * net/tramp-sh.el (tramp-maybe-open-connection):
8525 Catch 'uname-changed inside the progress reporter.
8526
8527 2013-09-10 Glenn Morris <rgm@gnu.org>
8528
8529 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8530
8531 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8532 returns "alternate access method" in mode (eg "-rw-r--r--.").
8533
8534 2013-09-08 Glenn Morris <rgm@gnu.org>
8535
8536 * saveplace.el (load-save-place-alist-from-file):
8537 Demote errors. (Bug#15305)
8538
8539 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8540
8541 Improve compatibility with older Emacsen, and XEmacs.
8542
8543 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8544 only if it is bound. It isn't for XEmacs.
8545 (with-tramp-progress-reporter): Do not let-bind `result'.
8546 This yields to scoping errors in XEmacs.
8547 (tramp-handle-make-auto-save-file-name): New function, moved from
8548 tramp-sh.el.
8549
8550 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8551 for `make-auto-save-file-name'.
8552 (tramp-adb--gnu-switches-to-ash):
8553 Use `tramp-compat-replace-regexp-in-string'.
8554
8555 * net/tramp-cache.el (tramp-cache-print): Call
8556 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8557
8558 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8559 bound. It isn't for XEmacs.
8560
8561 * net/tramp-compat.el (tramp-compat-copy-file):
8562 Catch `wrong-number-of-arguments' error.
8563 (tramp-compat-replace-regexp-in-string): New defun.
8564
8565 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8566 for `make-auto-save-file-name'.
8567 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8568 `copy-file'.
8569 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8570 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8571 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8572
8573 * net/tramp-gw.el (tramp-gw-open-network-stream):
8574 Use `tramp-compat-replace-regexp-in-string'.
8575
8576 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8577 Call `tramp-handle-make-auto-save-file-name'.
8578 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8579 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8580 (tramp-sh-file-inotifywait-process-filter):
8581 Use `tramp-compat-replace-regexp-in-string'.
8582 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8583
8584 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8585 for `make-auto-save-file-name'.
8586 (tramp-smb-handle-copy-directory):
8587 Call `tramp-compat-replace-regexp-in-string'.
8588 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8589 (tramp-smb-handle-copy-file): Improve error message.
8590 (tramp-smb-handle-rename-file): Rename directly only in case
8591 `newname' does not exist yet. This is a restriction of smbclient.
8592 (tramp-smb-maybe-open-connection): Rerun the function only when
8593 `auth-sources' is non-nil.
8594
8595 2013-09-08 Kenichi Handa <handa@gnu.org>
8596
8597 * international/characters.el: Set category "^" (Combining) for
8598 more characters.
8599
8600 2013-09-07 Alan Mackenzie <acm@muc.de>
8601
8602 Correctly fontify Java class constructors.
8603 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8604 in Java Mode.
8605 (c-recognize-typeless-decls): Set the Java value to t.
8606 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8607 While handling a "(", add a check for, effectively, Java, and handle a
8608 "typeless" declaration there.
8609
8610 2013-09-07 Roland Winkler <winkler@gnu.org>
8611
8612 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8613 field subtitle for entry type book.
8614
8615 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * minibuffer.el: Make minibuffer-complete call completion-in-region
8618 rather than other way around.
8619 (completion--some, completion-pcm--find-all-completions):
8620 Don't delay signals when debugging.
8621 (minibuffer-completion-contents): Beware fields within the
8622 minibuffer contents.
8623 (completion-all-sorted-completions): Use defvar-local.
8624 (completion--do-completion, completion--cache-all-sorted-completions)
8625 (completion-all-sorted-completions, minibuffer-force-complete):
8626 Add args `beg' and `end'.
8627 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8628 (minibuffer-complete): Use completion-in-region.
8629 (completion-complete-and-exit): New fun, extracted from
8630 minibuffer-complete-and-exit.
8631 (minibuffer-complete-and-exit): Use it.
8632 (completion--complete-and-exit): Rename from
8633 minibuffer--complete-and-exit.
8634 (completion-in-region--single-word): New function, extracted from
8635 minibuffer-complete-word.
8636 (minibuffer-complete-word): Use it.
8637 (display-completion-list): Make `common-substring' argument obsolete.
8638 (completion--in-region): Call completion--in-region-1 instead of
8639 minibuffer-complete.
8640 (completion-help-at-point): Pass boundaries to
8641 minibuffer-completion-help as args rather than via an overlay.
8642 (completion-pcm--string->pattern): Use `any-delim'.
8643 (completion-pcm--optimize-pattern): New function.
8644 (completion-pcm--pattern->regex): Handle `any-delim'.
8645 * icomplete.el (icomplete-forward-completions)
8646 (icomplete-backward-completions, icomplete-completions):
8647 Adjust calls to completion-all-sorted-completions and
8648 completion--cache-all-sorted-completions.
8649 (icomplete-with-completion-tables): Default to t.
8650 * emacs-lisp/crm.el (crm--current-element): Rename from
8651 crm--select-current-element. Don't put an overlay but return the
8652 boundaries instead.
8653 (crm--completion-command): Take two new args to bind to the boundaries.
8654 (crm-completion-help): Adjust accordingly.
8655 (crm-complete): Use completion-in-region.
8656 (crm-complete-word): Use completion-in-region--single-word.
8657 (crm-complete-and-exit): Use completion-complete-and-exit.
8658
8659 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8662 than dynamically.
8663
8664 2013-09-06 Juri Linkov <juri@jurta.org>
8665
8666 * info.el (Info-display-images-node): When image file doesn't exist
8667 display text version of the image if it's provided in the Info file.
8668 Otherwise, display the location of missing image from SRC attribute.
8669 Add help-echo text property from ALT attribute. (Bug#15279)
8670
8671 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8674 (edit-abbrevs-mode): Use define-derived-mode.
8675
8676 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8677 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8678 that it's defined.
8679 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8680 Use define-derived-mode.
8681
8682 * epg.el (epg-start-encrypt): Minor CSE simplification.
8683
8684 2013-09-06 William Xu <william.xwl@gmail.com>
8685
8686 * arc-mode.el: Add support for 7za (bug#15264).
8687 (archive-7z-program): New var.
8688 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8689 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8690 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8691
8692 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8693
8694 Remove URL syntax.
8695
8696 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8697 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8698 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8699 (tramp-postfix-host-format, tramp-file-name-regexp)
8700 (tramp-completion-file-name-regexp)
8701 (tramp-completion-dissect-file-name)
8702 (tramp-handle-substitute-in-file-name): Remove 'url case.
8703 (tramp-file-name-regexp-url)
8704 (tramp-completion-file-name-regexp-url): Remove constants.
8705
8706 2013-09-06 Glenn Morris <rgm@gnu.org>
8707
8708 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8709
8710 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8711
8712 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8713 keywords" below "here-doc beginnings" (Bug#15270).
8714
8715 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * subr.el (pop): Use `car-safe'.
8718 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8719 to detect unused `pop' return value.
8720
8721 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8722 var `block-regexp'.
8723 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8724 (python-fill-string): Remove unused var `marker'.
8725 (python-skeleton-add-menu-items): Remove unused var `items'.
8726
8727 * international/mule-cmds.el: Require CL.
8728 (find-coding-systems-for-charsets): Avoid add-to-list.
8729 (sanitize-coding-system-list): New function, extracted from
8730 select-safe-coding-system-interactively.
8731 (select-safe-coding-system-interactively): Use it.
8732 (read-input-method-name): Accept symbols for `default'.
8733
8734 * emacs-lisp/advice.el (defadvice): Add indent rule.
8735
8736 2013-09-05 Daniel Hackney <dan@haxney.org>
8737
8738 * dired-x.el:
8739 * net/ange-ftp.el:
8740 * net/browse-url.el:
8741 * net/dbus.el:
8742 * net/eudc.el:
8743 * net/eudcb-ldap.el:
8744 * net/eww.el:
8745 * net/imap.el:
8746 * printing.el:
8747 * vc/ediff-diff.el:
8748 * vc/ediff-init.el:
8749 * vc/ediff-merg.el:
8750 * vc/ediff-mult.el:
8751 * vc/ediff-util.el:
8752 * vc/ediff-wind.el:
8753 * vc/ediff.el:
8754 * vc/emerge.el:
8755 * vc/pcvs.el:
8756 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8757 byte compiler. Remove some unused let-bound variables.
8758
8759 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8762 a "ref-cell", since it gets better optimized (bug#14883).
8763
8764 2013-09-05 Glenn Morris <rgm@gnu.org>
8765
8766 * progmodes/cc-awk.el (c-forward-sws): Declare.
8767
8768 2013-09-04 Glenn Morris <rgm@gnu.org>
8769
8770 * generic-x.el [rul-generic-mode]: Require cc-mode.
8771 (c++-mode-syntax-table): Declare.
8772 (rul-generic-mode-syntax-table): Init in the defvar.
8773
8774 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8777 (vc-do-command, vc-set-async-update):
8778 * vc/vc-mtn.el (vc-mtn-dir-status):
8779 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8780 (vc-hg-pull, vc-hg-merge-branch):
8781 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8782 (vc-git-merge-branch):
8783 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8784 (vc-cvs-dir-status-files):
8785 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8786 (vc-bzr-dir-status-files):
8787 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8788 * vc/vc-annotate.el: Use lexical-binding.
8789 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8790 (vc-sentinel-movepoint): Declare.
8791 (vc-annotate): Don't use `goto-line'.
8792 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8793 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8794 (vc-sentinel-movepoint): Declare.
8795 * vc/vc-svn.el: Use lexical-binding.
8796 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8797 * vc/vc-sccs.el:
8798 * vc/vc-rcs.el: Use lexical-binding.
8799
8800 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8801 `deleted'. Don't drop errors silently.
8802
8803 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8804
8805 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8806
8807 * vc/vc.el (vc-ignore): Rewrite.
8808 (vc-default-ignore): New function.
8809 (vc-default-ignore-completion-table): Use find-ignore-file.
8810
8811 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8812 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8813 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8814 Remove. Most code moved to vc.el.
8815
8816 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8819 * net/tramp-smb.el (tramp-smb-get-file-entries):
8820 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8821 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8822
8823 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8824 Update call to it.
8825 (eww-change-select): Remove unused var `properties'.
8826 (eww-make-unique-file-name): Remove unused var `base'.
8827
8828 * finder.el (finder-compile-keywords): Don't mess with windows.
8829
8830 * calculator.el (calculator-funcall): Fix typo in last change.
8831
8832 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8833
8834 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8835 <pkg>-autoloads.el file stop us.
8836
8837 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8838 warnings, and factor out common code.
8839
8840 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8841
8842 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8843 two-character operators and whether the character preceding them
8844 changes their meaning (Bug#15208).
8845
8846 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8847
8848 Format code sent to Python shell for robustness.
8849 * progmodes/python.el (python-shell-buffer-substring):
8850 New function.
8851 (python-shell-send-region, python-shell-send-buffer): Use it.
8852
8853 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8854
8855 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8856 * net/tramp.el (tramp-user-error): ... here.
8857 (tramp-find-method, tramp-check-proper-host)
8858 (tramp-dissect-file-name, tramp-debug-message)
8859 (tramp-handle-shell-command):
8860 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8861 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8862
8863 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8864
8865 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8866
8867 * avoid.el (mouse-avoidance-point-position)
8868 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8869 returns nil.
8870
8871 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8872
8873 * progmodes/python.el (python-shell-completion-get-completions):
8874 Drop use of deleted `comint-last-prompt-overlay'.
8875 (python-nav-if-name-main): New command.
8876
8877 2013-09-01 Glenn Morris <rgm@gnu.org>
8878
8879 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8880 Avoid leading space in $wins. Otherwise the sed command used by
8881 eg compile-main ends up containing "/*.el". (Bug#15170)
8882
8883 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8884
8885 2013-08-30 Glenn Morris <rgm@gnu.org>
8886
8887 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8888 Fix is-this-a-directory logic. (Bug#15220)
8889
8890 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * textmodes/css-mode.el: Use SMIE.
8893 (css-smie-grammar): New var.
8894 (css-smie--forward-token, css-smie--backward-token)
8895 (css-smie-rules): New functions.
8896 (css-mode): Use them.
8897 (css-navigation-syntax-table): Remove var.
8898 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8899 (css-indent-calculate, css-indent-line): Remove functions.
8900
8901 Misc changes to reduce use of `(lambda...); and other cleanups.
8902 * cus-edit.el: Use lexical-binding.
8903 (customize-push-and-save, customize-apropos)
8904 (custom-buffer-create-internal): Use closures.
8905 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8906 * progmodes/ada-xref.el: Use setq.
8907 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8908 * dframe.el: Use lexical-binding.
8909 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8910 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8911 * descr-text.el: Use lexical-binding.
8912 (describe-text-widget, describe-text-sexp, describe-property-list):
8913 Use closures.
8914 * comint.el (comint-history-isearch-push-state): Use a closure.
8915 * calculator.el: Use lexical-binding.
8916 (calculator-number-to-string): Make it work with lexical-binding.
8917 (calculator-funcall): Same and use cl-letf.
8918
8919 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8920 (lisp--company-doc-string, lisp--company-location): New functions.
8921 (lisp-completion-at-point): Use them to improve Company support.
8922
8923 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8924 params of lambda expressions.
8925 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8926 (ruby-smie--opening-pipe-p): New function.
8927 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8928 symbols and matched |...| for formal params.
8929 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8930 from being treated as hanging. Handle "rescue".
8931
8932 2013-08-29 Glenn Morris <rgm@gnu.org>
8933
8934 * progmodes/cc-engine.el (c-pull-open-brace):
8935 Move definition before use.
8936
8937 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8940 are immutable. Don't use `unsafe' any more.
8941 (cl--defsubst-expand): Don't substitute at the same time as keeping
8942 a residual unused let-binding. Don't use `unsafe' any more.
8943
8944 2013-08-29 Glenn Morris <rgm@gnu.org>
8945
8946 * calendar/cal-china.el (calendar-chinese-year-cache):
8947 Recenter on 2015.
8948
8949 * nxml/nxml-util.el (nxml-debug-clear-inside):
8950 Use cl-loop rather than loop.
8951
8952 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8953
8954 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8955
8956 2013-08-28 Glenn Morris <rgm@gnu.org>
8957
8958 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8959
8960 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8961
8962 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8963
8964 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * simple.el (repeat-complex-command--called-interactively-skip):
8967 New function.
8968 (repeat-complex-command): Use it (bug#14136).
8969
8970 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8971 (c-define-abbrev-table): Add `doc' argument.
8972 (c-mode-abbrev-table, c++-mode-abbrev-table)
8973 (objc-mode-abbrev-table, java-mode-abbrev-table)
8974 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8975 (awk-mode-abbrev-table): Use it.
8976 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8977 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8978 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8979 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8980 Move initialization into the declaration; and remove any
8981 autoload cookie.
8982
8983 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8984 and dynamic let binding.
8985
8986 * vc/smerge-mode.el: Remove redundant :group args.
8987
8988 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8989 to load-path.
8990
8991 2013-08-28 Juri Linkov <juri@jurta.org>
8992
8993 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8994 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8995 (isearch-other-meta-char): Handle an undefined shifted printing
8996 character by downshifting it. (Bug#15200)
8997
8998 2013-08-28 Juri Linkov <juri@jurta.org>
8999
9000 * isearch.el (isearch-search): Change regexp error message for
9001 non-regexp searches. (Bug#15166)
9002
9003 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9004
9005 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9006 for portability to hosts where /bin/sh has problems.
9007
9008 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9011
9012 2013-08-27 Juri Linkov <juri@jurta.org>
9013
9014 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9015 in the keyboard macro. (Bug#15126)
9016
9017 2013-08-27 Juri Linkov <juri@jurta.org>
9018
9019 * isearch.el (isearch-quote-char): Comment out converting unibyte
9020 to multibyte, thus syncing with its `quoted-insert' counterpart.
9021 (Bug#15166)
9022
9023 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9024
9025 * window.el (display-buffer-use-some-window): Add missing
9026 argument in call of get-largest-window (Bug#15185).
9027 Reported by Stephen Leake.
9028
9029 2013-08-27 Glenn Morris <rgm@gnu.org>
9030
9031 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9032
9033 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9036 from a matcher-function unless there's no more matches (bug#15161).
9037
9038 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9039
9040 * minibuffer.el: Revert change from 2013-08-20.
9041
9042 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9043 with text property `tramp-default', if appropriate.
9044 (tramp-check-proper-host): New defun.
9045 (tramp-dissect-file-name): Do not check hostname. Revert change
9046 of 2013-03-18.
9047 (tramp-backtrace): Make VEC-OR-PROC optional.
9048
9049 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9050 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9051 * net/tramp-sh.el (tramp-maybe-open-connection):
9052 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9053 Apply `tramp-check-proper-host'.
9054
9055 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9056
9057 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9058 lambda expression in order to have `describe-variable' display it.
9059
9060 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9061
9062 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9063 BUF can be optional. (Bug#15186)
9064
9065 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9066
9067 * progmodes/flymake.el (flymake-get-real-file-name-function):
9068 Fix broken customization. (Bug#15184)
9069
9070 2013-08-25 Alan Mackenzie <acm@muc.de>
9071
9072 Improve indentation of bracelists defined by macros (without "=").
9073
9074 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9075 expansion begins with "{", regard it as bracelist when it doesn't
9076 contain a ";".
9077
9078 Parse C++ inher-intro when there's a template split over 2 lines.
9079
9080 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9081 rigorously the search for "class" etc. followed by ":".
9082
9083 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9084 random languages a regexp which never matches rather than nil.
9085
9086 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9087
9088 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9089 (c-awk-regexp-one-line-possibly-open-char-list-re)
9090 (c-awk-one-line-possibly-open-regexp-re)
9091 (c-awk-one-line-non-syn-ws*-re): Remove.
9092 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9093 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9094 (c-awk-space*-unclosed-regexp-/-re): New constants.
9095 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9096 aren't regexp delimiters.
9097
9098 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9099 handling for a rare situation in AWK Mode involving unterminated
9100 strings/regexps.
9101
9102 2013-08-23 Glenn Morris <rgm@gnu.org>
9103
9104 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9105
9106 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9107
9108 * files.el (create-file-buffer): If the result would begin with
9109 spaces, prepend a "|" instead of removing them. (Bug#15162)
9110
9111 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9114 text-properties (bug#15155).
9115
9116 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9117 exist any more.
9118 (calc-keypad-redraw): Remove unused var `pad'.
9119 (calc-keypad-press): Remove unused var `menu'.
9120
9121 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9122
9123 * window.el (display-buffer-pop-up-frame):
9124 Call pop-up-frame-function with BUFFER current so `make-frame' will
9125 use it as the new frame's buffer (Bug#15133).
9126
9127 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * calendar/timeclock.el: Minor cleanups.
9130 (timeclock-ask-before-exiting, timeclock-use-display-time):
9131 Use `symbol'.
9132 (timeclock-modeline-display): Define as alias before the
9133 actual definition.
9134 (timeclock-mode-line-display): Use define-minor-mode.
9135 (timeclock-day-list-template): Make it a function, add an argument.
9136 (timeclock-day-list-required, timeclock-day-list-length)
9137 (timeclock-day-list-debt, timeclock-day-list-span)
9138 (timeclock-day-list-break): Adjust calls accordingly.
9139
9140 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9143 Use read--expression so that completion works again.
9144
9145 2013-08-21 Sam Steingold <sds@gnu.org>
9146
9147 Add rudimentary inferior shell interaction
9148 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9149 (sh-set-shell): Reset it.
9150 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9151 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9152
9153 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * align.el: Use lexical-binding.
9156 (align-region): Simplify accordingly.
9157
9158 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9159
9160 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9161
9162 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9163 `non-essential' up.
9164
9165 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9166
9167 * net/tramp.el:
9168 * net/tramp-adb.el:
9169 * net/tramp-cmds.el:
9170 * net/tramp-ftp.el:
9171 * net/tramp-gvfs.el:
9172 * net/tramp-gw.el:
9173 * net/tramp-sh.el: Don't wrap external variable declarations by
9174 `eval-when-compile'.
9175
9176 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9177
9178 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9179 now that Emacs supports ImageMagick animations.
9180
9181 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9182
9183 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9184 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9185
9186 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9187
9188 * window.el (mouse-autoselect-window-select): Do autoselect when
9189 mouse pointer is on margin.
9190
9191 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9192
9193 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9194
9195 2013-08-16 Glenn Morris <rgm@gnu.org>
9196
9197 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9198 Handle "Remote Directory" response of some clients. (Bug#15058)
9199
9200 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9201 Tweak warning. (Bug#14926)
9202
9203 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9204 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9205
9206 * image-mode.el (image-mode-map): Add menu items to reverse,
9207 increase, decrease, reset animation speed.
9208 (image--set-speed, image-increase-speed, image-decrease-speed)
9209 (image-reverse-speed, image-reset-speed): New functions.
9210 (image-mode-map): Add bindings for speed commands.
9211
9212 * image.el (image-animate-get-speed, image-animate-set-speed):
9213 New functions.
9214 (image-animate-timeout): Respect image :speed property.
9215
9216 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9219 previous line (bug#15101).
9220 (debugger-eval-expression, debugger-record-expression):
9221 Use read--expression (bug#15102).
9222
9223 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9224
9225 Remove byte compiler warnings, visible when compiling with
9226 `byte-compile-force-lexical-warnings' set to t.
9227
9228 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9229 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9230 (tramp-handle-unhandled-file-name-directory)
9231 (tramp-handle-file-notify-add-watch, tramp-action-login)
9232 (tramp-action-succeed, tramp-action-permission-denied)
9233 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9234 arguments with "_".
9235
9236 * net/tramp-adb.el (tramp-adb-parse-device-names)
9237 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9238 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9239 (tramp-adb-handle-file-truename): Remove unused arguments.
9240
9241 * net/tramp-cache.el (tramp-flush-directory-property)
9242 (tramp-flush-connection-property, tramp-list-connections)
9243 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9244
9245 * net/tramp-compat.el (tramp-compat-make-temp-file):
9246 Rename FILENAME to F.
9247
9248 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9249 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9250 (tramp-zeroconf-parse-workstation-device-names)
9251 (tramp-zeroconf-parse-webdav-device-names)
9252 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9253
9254 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9255 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9256
9257 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9258 arguments.
9259 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9260 (tramp-sh-handle-insert-file-contents-literally)
9261 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9262 with "_".
9263 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9264 Remove unused variables.
9265
9266 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9267 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9268 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9269
9270 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9271 Make them a defconst.
9272 (tramp-uuencode-region): Remove unused variable.
9273
9274 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9275
9276 * frameset.el (frameset--prop-setter): New function.
9277 (frameset-prop): Add gv-setter declaration.
9278 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9279 parameter was already set in FILTERED. Doc fix.
9280 (frameset--record-minibuffer-relationships): Allow saving a
9281 minibufferless frame without its corresponding minibuffer frame.
9282 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9283 frame, if the frame id matches.
9284 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9285 frames before orphaned ones.
9286 (frameset-restore): Warn about orphaned windows, instead of error out.
9287
9288 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9289
9290 * window.el (window-make-atom): Don't overwrite parameter
9291 already present.
9292 (display-buffer-in-atom-window): Handle special case where we
9293 split an already atomic window.
9294 (window--major-non-side-window, display-buffer-in-side-window)
9295 (window--side-check): Ignore minibuffer window when walking
9296 window tree.
9297 (window-deletable-p): Return 'frame only if no other frame uses
9298 our minibuffer window.
9299 (record-window-buffer): Run buffer-list-update-hook.
9300 (split-window): Make sure window--check-frame won't destroy an
9301 existing atomic window in case the new window gets nested
9302 inside.
9303 (display-buffer-at-bottom): Ignore minibuffer window when
9304 walking window tree. Don't split a side window.
9305 (pop-to-buffer): Don't set-buffer here, the select-window call
9306 should do that.
9307 (mouse-autoselect-window-select): Autoselect only if we are in the
9308 text portion of the window.
9309
9310 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9311
9312 * net/shr.el (shr-parse-image-data): New function to grab both the
9313 data itself and the Content-Type.
9314 (shr-put-image): Use it.
9315
9316 * net/eww.el (eww-display-image): Ditto.
9317
9318 * image.el (image-content-type-suffixes): New variable.
9319
9320 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9321
9322 * progmodes/python.el (python-imenu--build-tree)
9323 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9324
9325 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9326
9327 * simple.el (backward-word): Mention the optional argument.
9328
9329 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * frameset.el (frameset--make): Rename constructor from make-frameset.
9332 (frameset-p, frameset-valid-p): Don't autoload.
9333 (frameset-valid-p): Use normal accessors.
9334
9335 2013-08-13 Glenn Morris <rgm@gnu.org>
9336
9337 * progmodes/compile.el (compile-command): Tweak example in doc.
9338 * obsolete/scribe.el (scribe-mode):
9339 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9340
9341 * mail/feedmail.el (feedmail-confirm-outgoing)
9342 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9343
9344 * cus-start.el (truncate-partial-width-windows): Fix type.
9345
9346 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9347
9348 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9349
9350 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * emacs-lisp/timer.el (timer--time-setter): New function.
9353 (timer--time): Use it as gv-setter.
9354
9355 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9356 setter is not a symbol.
9357
9358 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9359
9360 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9361 if sending fails. This makes debugging easier.
9362
9363 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9364
9365 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9366 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9367 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9368
9369 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9370
9371 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9372
9373 2013-08-12 Glenn Morris <rgm@gnu.org>
9374
9375 * format.el (format-annotate-function):
9376 Handle read-only text properties in the source. (Bug#14887)
9377
9378 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9379
9380 * net/eww.el (eww-display-html): Ignore coding system errors.
9381 One web site uses "utf-8lias" as the coding system.
9382
9383 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9384
9385 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9386
9387 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9388
9389 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9390 (tutorial--detailed-help): Remove unused local variables.
9391 (tutorial--save-tutorial-to): Use ignore-errors.
9392 (help-with-tutorial): Use looking-at-p.
9393
9394 * view.el (view-buffer-other-window, view-buffer-other-frame):
9395 Mark unused arguments.
9396
9397 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9398 (woman-select-symbol-fonts, woman, woman-find-file)
9399 (woman-insert-file-contents, woman-non-underline-faces):
9400 Use string-match-p.
9401 (woman1-unquote): Move declaration.
9402
9403 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9404 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9405 argument. Remove unused local variable.
9406 (xml-parse-elem-type): Use string-match-p.
9407 (xml-substitute-numeric-entities): Use ignore-errors.
9408
9409 * calculator.el (calculator): Mark unused argument.
9410 (calculator-paste, calculator-quit, calculator-integer-p):
9411 Use ignore-errors.
9412 (calculator-string-to-number, calculator-decimal, calculator-exp)
9413 (calculator-op-or-exp): Use string-match-p.
9414
9415 * dired.el (dired-buffer-more-recently-used-p): Declare.
9416 (dired-insert-set-properties, dired-insert-old-subdirs):
9417 Use ignore-errors.
9418
9419 * dired-aux.el (dired-compress): Use ignore-errors.
9420 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9421 (dired-do-async-shell-command, dired-do-shell-command)
9422 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9423 (dired-insert-subdir-validate): Use string-match-p.
9424 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9425 (dired-add-entry): Use string-match-p, looking-at-p.
9426 (dired-insert-subdir-newpos): Remove unused local variable.
9427
9428 * filenotify.el (file-notify-callback): Remove unused local variable.
9429
9430 * filesets.el (filesets-error): Mark unused argument.
9431 (filesets-which-command-p, filesets-filter-dir-names)
9432 (filesets-directory-files, filesets-get-external-viewer)
9433 (filesets-ingroup-get-data): Use string-match-p.
9434
9435 * find-file.el (ff-other-file-name, ff-other-file-name)
9436 (ff-find-the-other-file, ff-cc-hh-converter):
9437 Remove unused local variables.
9438 (ff-get-file-name): Use string-match-p.
9439 (ff-all-dirs-under): Use ignore-errors.
9440
9441 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9442 (follow-select-if-visible): Remove unused local variable.
9443
9444 * forms.el (read-file-filter): Move declaration.
9445 (forms--make-format, forms--make-parser, forms-insert-record):
9446 Quote function with #'.
9447 (forms--update): Use string-match-p. Quote function with #'.
9448
9449 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9450 (help-make-xrefs): Use looking-at-p.
9451 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9452
9453 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9454 (ibuffer-confirm-operation-on): Use string-match-p.
9455
9456 * msb.el (msb-item-handler, msb-dired-item-handler):
9457 Mark unused arguments.
9458
9459 * ses.el (ses-decode-cell-symbol)
9460 (ses-kill-override): Remove unused local variable.
9461 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9462 (ses-load): Use ignore-errors, looking-at-p.
9463 (ses-jump-safe): Use ignore-errors.
9464 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9465
9466 * tabify.el (untabify, tabify): Mark unused arguments.
9467
9468 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9469 Mark unused argument.
9470 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9471 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9472
9473 * emacs-lisp/timer.el (timer--time): Define setter with
9474 gv-define-setter to avoid deprecation warning.
9475
9476 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9477 (*record-cmpl-statistics-p*): Remove (was commented out).
9478 (cmpl-statistics-block): Remove (body was commented out).
9479 All callers changed.
9480 (add-completions-from-buffer, load-completions-from-file):
9481 Remove unused variables.
9482
9483 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9484
9485 * filecache.el (file-cache-delete-file-list):
9486 Print message only when told so.
9487 (file-cache-files-matching): Use #' in mapconcat argument.
9488
9489 * ffap.el (ffap-url-at-point): Fix reference to variable
9490 thing-at-point-default-mail-uri-scheme.
9491
9492 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * subr.el (define-error): New function.
9495 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9496 error-file-not-found and define with define-error.
9497 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9498 and define with define-error.
9499 * userlock.el (file-locked, file-supersession):
9500 * simple.el (mark-inactive):
9501 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9502 * progmodes/ada-mode.el (ada-mode-errors):
9503 * play/life.el (life-extinct):
9504 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9505 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9506 * nxml/rng-util.el (rng-error):
9507 * nxml/rng-uri.el (rng-uri-error):
9508 * nxml/rng-match.el (rng-compile-error):
9509 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9510 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9511 * nxml/nxml-rap.el (nxml-scan-error):
9512 * nxml/nxml-outln.el (nxml-outline-error):
9513 * net/soap-client.el (soap-error):
9514 * net/gnutls.el (gnutls-error):
9515 * net/ange-ftp.el (ftp-error):
9516 * mpc.el (mpc-proc-error):
9517 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9518 (json-number-format, json-string-escape, json-string-format)
9519 (json-key-format, json-object-format):
9520 * jka-compr.el (compression-error):
9521 * international/quail.el (quail-error):
9522 * international/kkc.el (kkc-error):
9523 * emacs-lisp/ert.el (ert-test-failed):
9524 * calc/calc.el (calc-error, inexact-result, math-overflow)
9525 (math-underflow):
9526 * bookmark.el (bookmark-error-no-filename):
9527 * epg.el (epg-error): Define with define-error.
9528
9529 * time.el (display-time-event-handler)
9530 (display-time-next-load-average): Don't call sit-for since it seems
9531 unnecessary (bug#15045).
9532
9533 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9534 Use #' instead of ' to quote functions.
9535 (checkdoc-output-mode): Use setq-local.
9536 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9537 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9538 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9539 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9540 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9541 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9542 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9543 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9544
9545 * ido.el (ido-completion-help): Fix up compiler warning.
9546
9547 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9548
9549 * frameset.el (frameset-p): Add autoload cookie.
9550 (frameset--jump-to-register): New function, based on code moved from
9551 register.el.
9552 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9553
9554 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9555 (frameset-restore, frameset-save, frameset-session-filter-alist):
9556 Remove declarations.
9557 (register-alist): Doc fix.
9558 (frameset-to-register): Move to frameset.el.
9559 (jump-to-register, describe-register-1): Remove frameset-specific code.
9560
9561 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9562
9563 * allout-widgets.el (allout-widgets-pre-command-business)
9564 (allout-widgets-post-command-business)
9565 (allout-widgets-after-change-handler)
9566 (allout-decorate-item-and-context, allout-set-boundary-marker)
9567 (allout-body-modification-handler)
9568 (allout-graphics-modification-handler): Mark ignored arguments.
9569 (allout-widgets-post-command-business)
9570 (allout-widgets-exposure-change-processor)
9571 (allout-widgets-exposure-undo-processor)
9572 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9573 (allout-parse-item-at-point, allout-decorate-item-guides)
9574 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9575 * allout.el (epa-passphrase-callback-function): Declare.
9576 (allout-overlay-insert-in-front-handler)
9577 (allout-overlay-interior-modification-handler)
9578 (allout-isearch-end-handler, allout-chart-siblings)
9579 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9580 (allout-yank-processing, allout-process-exposed)
9581 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9582 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9583 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9584 (lisp-indent-defform): Mark ignored arguments.
9585 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9586 (calculate-lisp-indent): Remove unused variables.
9587 * international/characters.el (indian-2-column, arabic-2-column)
9588 (tibetan): Mark ignored arguments.
9589 (use-cjk-char-width-table): Mark ignored arguments.
9590 Remove unused variables.
9591 * international/fontset.el (build-default-fontset-data)
9592 (x-compose-font-name, create-fontset-from-fontset-spec):
9593 Mark ignored arguments.
9594 (fontset-plain-name): Remove unused variables.
9595 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9596 (keyboard-coding-system): Mark ignored arguments.
9597 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9598 * help.el (resize-temp-buffer-window):
9599 * window.el (display-buffer-in-major-side-window)
9600 (display-buffer-in-side-window, display-buffer-in-previous-window):
9601 Remove unused variables.
9602 * isearch.el (isearch-forward-symbol):
9603 * version.el (emacs-bzr-version-bzr):
9604 * international/mule-cmds.el (current-language-environment):
9605 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9606 (x-handle-display):
9607 * term/pc-win.el (x-list-fonts, x-display-planes)
9608 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9609 (x-server-version, x-display-screens, x-display-mm-height)
9610 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9611 (x-selection-owner-p, x-own-selection-internal)
9612 (x-disown-selection-internal, x-get-selection-internal)
9613 (msdos-initialize-window-system):
9614 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9615 * term/x-win.el (x-handle-no-bitmap-icon):
9616 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9617 (vc-default-find-file-hook, vc-default-extra-menu):
9618 Mark ignored arguments.
9619
9620 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9623 break-condition in the context of the debugged code (bug#12685).
9624
9625 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9626
9627 * comint.el:
9628 Do not use an overlay to highlight the last prompt. (Bug#14744)
9629 (comint-mode): Make comint-last-prompt buffer local.
9630 (comint-last-prompt): New variable.
9631 (comint-last-prompt-overlay): Remove. Superseded by
9632 comint-last-prompt.
9633 (comint-snapshot-last-prompt, comint-output-filter):
9634 Use comint-last-prompt.
9635
9636 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9637
9638 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9639 (frameset-save): Check validity of the resulting frameset.
9640
9641 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9642
9643 * ido.el (ido-record-command): Add doc string.
9644
9645 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9646
9647 * frameset.el (frameset): Do not disable creation of the default
9648 frameset-p predicate. Doc fix.
9649 (frameset-valid-p): New function, copied from the old predicate-p.
9650 Add additional checks.
9651 (frameset-restore): Check with frameset-valid-p.
9652 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9653 (frameset-name, frameset-description, frameset-properties)
9654 (frameset-states): Add docstring.
9655 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9656 (frameset-filter-alist): Doc fixes.
9657
9658 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9659
9660 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9661
9662 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9665 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9666 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9667 (byte-compile-normal-call): Remove obsolescence check.
9668
9669 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9670
9671 * frameset.el (frameset-restore): Doc fix.
9672
9673 * register.el (frameset-frame-id, frameset-frame-with-id)
9674 (frameset-p, frameset-restore, frameset-save): Declare.
9675 (register-alist): Document framesets.
9676 (frameset-session-filter-alist): Declare.
9677 (frameset-to-register): New function.
9678 (jump-to-register): Implement jumping to framesets. Doc fix.
9679 (describe-register-1): Describe framesets.
9680
9681 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9682
9683 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9684
9685 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9686 Use lexical-binding.
9687
9688 * frameset.el (frameset): Use type vector, not list (incompatible
9689 change). Do not declare a new constructor, use the default one.
9690 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9691 `name' and `description', respectively, and add read-only slot
9692 `timestamp'. Doc fixes.
9693 (frameset-copy, frameset-persistent-filter-alist)
9694 (frameset-filter-alist, frameset-switch-to-gui-p)
9695 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9696 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9697 (frameset-filter-iconified, frameset-keep-original-display-p):
9698 Doc fixes.
9699 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9700 Rename from frameset-filter-(save|restore)-param. All callers changed.
9701 Doc fix.
9702 (frameset-p): Adapt to change to vector and be more thorough.
9703 Change arg name to OBJECT. Doc fix.
9704 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9705 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9706 All callers changed.
9707 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9708 All callers changed.
9709 (frameset--record-minibuffer-relationships): Rename from
9710 frameset--process-minibuffer-frames. All callers changed.
9711 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9712 Use new default constructor (again). Doc fix.
9713 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9714 All callers changed.
9715 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9716 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9717 Doc fix.
9718 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9719 PARAMETERS and WINDOW-STATE, respectively.
9720 (frameset-restore): Add new keyword argument PREDICATE.
9721 Reset frameset--target-display to nil. Doc fix.
9722
9723 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9726 (bat-mode): Use it.
9727 (bat-mode-syntax-table): Mark \n as end-of-comment.
9728 (bat-font-lock-keywords): Remove comment rule.
9729
9730 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9731 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9732
9733 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9734 (byte-compile-callargs-warn): Use `push'.
9735 (byte-compile-arglist-warn): Ignore higher-order "calls".
9736 (byte-compile-file-form-autoload): Use `pcase'.
9737 (byte-compile-function-form): If quoting a symbol, check that it exists.
9738
9739 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9740
9741 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9742 and add a few popular commands found in batch files.
9743 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9744 (dos-mode): Doc fixes.
9745
9746 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9749 (dos-mode): Use setq-local. Add space after "rem".
9750 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9751 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9752
9753 2013-08-07 Arni Magnusson <arnima@hafro.is>
9754
9755 * progmodes/dos.el: New file.
9756 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9757 dos-mode.
9758
9759 2013-08-06 Glenn Morris <rgm@gnu.org>
9760
9761 * calendar/calendar.el: Add new faces, and day-header-array.
9762 (calendar-weekday-header, calendar-weekend-header)
9763 (calendar-month-header): New faces.
9764 (calendar-day-header-construct): New function.
9765 (calendar-day-header-width): Also :set calendar-day-header-array.
9766 (calendar-american-month-header, calendar-european-month-header)
9767 (calendar-iso-month-header): Use calendar- faces.
9768 (calendar-generate-month):
9769 Use calendar-day-header-array for day headers; apply faces to them.
9770 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9771 (calendar-abbrev-construct): Add optional maxlen argument.
9772 (calendar-day-name-array): Doc fix.
9773 (calendar-day-name-array, calendar-abbrev-length)
9774 (calendar-day-abbrev-array):
9775 Also :set calendar-day-header-array, and maybe redraw.
9776 (calendar-day-header-array): New option. (Bug#15007)
9777 (calendar-font-lock-keywords): Set to nil and make obsolete.
9778 (calendar-day-name): Add option to use header array.
9779
9780 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9781
9782 * net/shr.el (shr-render-td): Remove debugging.
9783 (shr-render-td): Make width computation consistent by defaulting
9784 all zero-width columns to 10 characters. This may not be optimal,
9785 but it's at least consistent.
9786 (shr-make-table-1): Redo last change to fix the real problem in
9787 colspan handling.
9788
9789 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9790
9791 * files.el (cache-long-line-scans):
9792 Make obsolete alias to `cache-long-scans'.
9793
9794 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9795
9796 * frameset.el (frameset, frameset-filter-alist)
9797 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9798 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9799 (frameset-compute-pos): Rename from frameset--compute-pos,
9800 and add docstring.
9801 (frameset-move-onscreen): Use frameset-compute-pos.
9802 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9803
9804 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9805 Fix typos in docstrings.
9806
9807 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9808
9809 * frame.el (get-other-frame): Tiny cleanup.
9810
9811 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9812
9813 * vc/vc.el (vc-default-ignore-completion-table):
9814 Silence byte-compiler warning.
9815
9816 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9817 slot, which can indeed be nil.
9818 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9819 Move entry for `left' from persistent to live filter alist.
9820 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9821 Doc fixes.
9822 (frameset-filter-params): When restoring a frame, copy items added to
9823 `filtered', to avoid unwittingly modifying the original parameters.
9824 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9825 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9826
9827 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9828 to use looking-at-p instead of looking-at. (Bug#15028)
9829
9830 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 Revert introduction of isearch-filter-predicates (bug#14714).
9833 Rely on add-function instead.
9834 * isearch.el (isearch-filter-predicates): Rename it back to
9835 isearch-filter-predicate.
9836 (isearch-message-prefix): Use advice-function-mapc and advice
9837 properties to get the isearch-message-prefix.
9838 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9839 instead of run-hook-with-args-until-failure.
9840 (isearch-filter-visible): Not obsolete any more.
9841 * loadup.el: Preload nadvice.
9842 * replace.el (perform-replace): Revert to funcall
9843 instead of run-hook-with-args-until-failure.
9844 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9845 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9846 dired-isearch-filenames-toggle; make it into a proper minor mode.
9847 Use add/remove-function.
9848 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9849 Call the minor-mode rather than add/remove-hook.
9850 (dired-isearch-filter-filenames):
9851 Remove isearch-message-prefix property.
9852 * info.el (Info--search-loop): New function, extracted from Info-search.
9853 Funcall isearch-filter-predicate instead of
9854 run-hook-with-args-until-failure isearch-filter-predicates.
9855 (Info-search): Use it.
9856 (Info-mode): Use isearch-filter-predicate instead of
9857 isearch-filter-predicates.
9858
9859 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9860
9861 Do not call to `selected-window' where it is assumed by default.
9862 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9863 `window-hscroll', `window-width', `window-height', `window-buffer',
9864 `window-frame', `window-start', `window-point', `next-window'
9865 and `window-display-table'.
9866 * abbrev.el (abbrev--default-expand):
9867 * bs.el (bs--show-with-configuration):
9868 * buff-menu.el (Buffer-menu-mouse-select):
9869 * calc/calc.el (calc):
9870 * calendar/calendar.el (calendar-generate-window):
9871 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9872 (diary-make-entry):
9873 * comint.el (send-invisible, comint-dynamic-complete-filename)
9874 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9875 * completion.el (complete):
9876 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9877 * disp-table.el (describe-current-display-table):
9878 * doc-view.el (doc-view-insert-image):
9879 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9880 * ehelp.el (with-electric-help):
9881 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9882 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9883 * emacs-lisp/helper.el (Helper-help-scroller):
9884 * emulation/cua-base.el (cua--post-command-handler-1):
9885 * eshell/esh-mode.el (eshell-output-filter):
9886 * ffap.el (ffap-gnus-wrapper):
9887 * help-macro.el (make-help-screen):
9888 * hilit-chg.el (highlight-compare-buffers):
9889 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9890 * hl-line.el (global-hl-line-highlight):
9891 * icomplete.el (icomplete-simple-completing-p):
9892 * isearch.el (isearch-done):
9893 * jit-lock.el (jit-lock-stealth-fontify):
9894 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9895 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9896 * mpc.el (mpc-tagbrowser, mpc):
9897 * net/rcirc.el (rcirc-any-buffer):
9898 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9899 * play/landmark.el (landmark-max-width, landmark-max-height):
9900 * play/zone.el (zone):
9901 * progmodes/compile.el (compilation-goto-locus):
9902 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9903 * progmodes/etags.el (find-tag-other-window):
9904 * progmodes/fortran.el (fortran-column-ruler):
9905 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9906 * progmodes/verilog-mode.el (verilog-point-text):
9907 * reposition.el (reposition-window):
9908 * rot13.el (toggle-rot13-mode):
9909 * server.el (server-switch-buffer):
9910 * shell.el (shell-dynamic-complete-command)
9911 (shell-dynamic-complete-environment-variable):
9912 * simple.el (insert-buffer, set-selective-display)
9913 (delete-completion-window):
9914 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9915 (speedbar-recenter):
9916 * startup.el (fancy-splash-head):
9917 * textmodes/ispell.el (ispell-command-loop):
9918 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9919 * tutorial.el (help-with-tutorial):
9920 * vc/add-log.el (add-change-log-entry):
9921 * vc/compare-w.el (compare-windows):
9922 * vc/ediff-help.el (ediff-indent-help-message):
9923 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9924 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9925 (ediff-setup-control-frame):
9926 * vc/emerge.el (emerge-position-region):
9927 * vc/pcvs-util.el (cvs-bury-buffer):
9928 * window.el (walk-windows, mouse-autoselect-window-select):
9929 * winner.el (winner-set-conf, winner-undo): Related users changed.
9930
9931 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * frameset.el (frameset--set-id): Doc fix.
9934 (frameset-frame-id, frameset-frame-id-equal-p)
9935 (frameset-locate-frame-id): New functions.
9936 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9937 (frameset-restore): Use them.
9938
9939 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9940
9941 Do not call to `selected-frame' where it is assumed by default.
9942 Affected functions are `raise-frame', `redraw-frame',
9943 `frame-first-window', `frame-terminal' and `delete-frame'.
9944 * calendar/appt.el (appt-disp-window):
9945 * epg.el (epg-wait-for-completion):
9946 * follow.el (follow-delete-other-windows-and-split)
9947 (follow-avoid-tail-recenter):
9948 * international/mule.el (set-terminal-coding-system):
9949 * mail/rmail.el (rmail-mail-return):
9950 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9951 * progmodes/f90.el (f90-add-imenu-menu):
9952 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9953 * server.el (server-switch-buffer):
9954 * simple.el (delete-completion-window):
9955 * talk.el (talk):
9956 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9957 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9958 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9959 * vc/ediff.el (ediff-documentation): Related users changed.
9960 * frame.el (selected-terminal): Remove the leftover.
9961
9962 2013-08-05 Glenn Morris <rgm@gnu.org>
9963
9964 * calendar/calendar.el (calendar-generate-month):
9965 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9966 (calendar-generate-month, calendar-font-lock-keywords):
9967 Fix for calendar-day-header-width > length of any day name.
9968
9969 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9970
9971 * desktop.el (desktop-clear): Use new name of sort predicate.
9972
9973 * frameset.el (frameset): Add docstring. Move :version property to its
9974 own `version' slot.
9975 (frameset-copy): Rename from copy-frameset.
9976 (frameset-p): Check more thoroughly.
9977 (frameset-prop): Do not check for :version, which is no longer a prop.
9978 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9979 Use new :never value instead of t.
9980 (frameset-filter-alist): Expand and clarify docstring.
9981 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9982 (frameset-filter-minibuffer, frameset-filter-save-param)
9983 (frameset-filter-restore-param, frameset-filter-iconified):
9984 Add pointer to docstring of frameset-filter-alist.
9985 (frameset-filter-params): Rename filter values to be more meaningful:
9986 :never instead of t, and reverse the meanings of :save and :restore.
9987 (frameset--process-minibuffer-frames): Clarify error message.
9988 (frameset-save): Avoid unnecessary and confusing call to framep.
9989 Use new BOA constructor for framesets.
9990 (frameset--reuse-list): Doc fix.
9991 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9992 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9993 (frameset-minibufferless-first-p): Doc fix.
9994 Rename from frameset-sort-frames-for-deletion.
9995 (frameset-restore): Doc fixes. Use new function names.
9996 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9997
9998 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9999
10000 * desktop.el (desktop-restore-forces-onscreen)
10001 (desktop-restore-reuses-frames): Document :keyword constant values.
10002 (desktop-filter-parameters-alist): Remove, now identical to
10003 frameset-filter-alist.
10004 (desktop--filter-tty*): Remove, moved to frameset.el.
10005 (desktop-save-frameset, desktop-restore-frameset):
10006 Do not pass :filters argument.
10007
10008 * frameset.el (frameset-live-filter-alist)
10009 (frameset-persistent-filter-alist): New variables.
10010 (frameset-filter-alist): Use them. Add autoload cookie.
10011 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10012 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10013 `frameset--id' (it's supposed to be internal to frameset.el).
10014 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10015 (frameset--initial-params): New function.
10016 (frameset--get-frame): Use it. Doc fix.
10017 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10018 Accept :all, not 'all.
10019 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10020 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10021 with fbound symbols. Fix frame id matching, and remove matching ids if
10022 the frame being restored is deleted. Obey :delete.
10023
10024 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * subr.el (macrop): New function.
10027 (text-clone--maintaining): New var.
10028 (text-clone--maintain): Rename from text-clone-maintain. Use it
10029 instead of inhibit-modification-hooks.
10030
10031 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10032 a proxy, so as handle autoloads and redefinitions of the target.
10033 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10034
10035 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10036 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10037 (pcase--mutually-exclusive-p): New function.
10038 (pcase--split-consp): Use it.
10039 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10040 mutually exclusive with the current predicate.
10041
10042 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10043 (edebug-macrop): Remove. Use `macrop' instead.
10044 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10045 (ad-macro-p):
10046 * eshell/esh-cmd.el (eshell-macrop):
10047 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10048
10049 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10052 (advice-mapc): New function, using it.
10053 (advice-function-member-p): New function.
10054 (advice--normalize): Store the cdr in advice--saved-rewrite since
10055 that's the part that will be changed.
10056 (advice--symbol-function): New function.
10057 (advice-remove): Handle removal before the function is defined.
10058 Adjust to new advice--saved-rewrite.
10059 (advice-member-p): Use advice-function-member-p and
10060 advice--symbol-function.
10061
10062 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10063
10064 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10065 (frameset-filter-minibuffer): Doc fix.
10066 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10067 (frameset--set-id, frameset--process-minibuffer-frames)
10068 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10069 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10070
10071 * desktop.el (desktop-clear): Only delete frames when called
10072 interactively and desktop-restore-frames is non-nil. Doc fix.
10073 (desktop-read): Set desktop-saved-frameset to nil.
10074
10075 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10076
10077 * vc/vc.el (vc-ignore): Rewrite.
10078 (vc-default-ignore-completion-table, vc--read-lines)
10079 (vc--add-line, vc--remove-regexp): New functions.
10080
10081 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10082 (vc-svn-ignore-completion-table): New function.
10083
10084 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10085 (vc-hg-ignore-completion-table)
10086 (vc-hg-find-ignore-file): New functions.
10087
10088 * vc/vc-git.el (vc-git-ignore): Rewrite.
10089 (vc-git-ignore-completion-table)
10090 (vc-git-find-ignore-file): New functions.
10091
10092 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10093
10094 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10095 (vc-bzr-ignore-completion-table)
10096 (vc-bzr-find-ignore-file): New functions.
10097
10098 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * frameset.el (frameset-prop): New function and setter.
10101 (frameset-save): Do not modify frame list passed by the caller.
10102
10103 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10106
10107 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10110 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10111
10112 * custom.el (custom-initialize-default, custom-initialize-set)
10113 (custom-initialize-reset, custom-initialize-changed): Affect the
10114 toplevel-default-value (bug#6275, bug#14586).
10115 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10116 for bug#6275.
10117
10118 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10121 Add cl-def* expressions.
10122
10123 * frameset.el (frameset-filter-params): Fix order of arguments.
10124
10125 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10126
10127 Move code related to saving frames to frameset.el.
10128 * desktop.el: Require frameset.
10129 (desktop-restore-frames): Doc fix.
10130 (desktop-restore-reuses-frames): Rename from
10131 desktop-restoring-reuses-frames.
10132 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10133 (desktop-clear): Clear frames too.
10134 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10135 (desktop--filter-tty*, desktop-save, desktop-read):
10136 Use frameset functions.
10137 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10138 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10139 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10140 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10141 (desktop--process-minibuffer-frames, desktop-save-frames)
10142 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10143 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10144 (desktop--sort-states, desktop-restoring-frames-p)
10145 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10146 (desktop-restoring-frameset-p, desktop-restore-frameset)
10147 (desktop--check-dont-save, desktop-save-frameset): New functions.
10148 (desktop--app-id): New constant.
10149 (desktop-first-buffer, desktop-buffer-ok-count)
10150 (desktop-buffer-fail-count): Move before first use.
10151 * frameset.el: New file.
10152
10153 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * files.el: Use lexical-binding.
10156 (dir-locals-read-from-file): Remove unused `err' variable.
10157 (hack-dir-local-variables--warned-coding): New var.
10158 (hack-dir-local-variables): Use it to avoid repeated warnings.
10159 (make-backup-file-name--default-function): New function.
10160 (make-backup-file-name-function): Use it as default.
10161 (buffer-stale--default-function): New function.
10162 (buffer-stale-function): Use it as default.
10163 (revert-buffer-insert-file-contents--default-function): New function.
10164 (revert-buffer-insert-file-contents-function): Use it as default.
10165 (insert-directory): Avoid add-to-list.
10166
10167 * autorevert.el (auto-revert-handler): Simplify.
10168 Use buffer-stale--default-function.
10169
10170 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10171
10172 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10173
10174 * whitespace.el (whitespace-ensure-local-variables): New function.
10175 (whitespace-cleanup-region): Call it.
10176 (whitespace-turn-on): Call it.
10177
10178 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10179
10180 Complete file name handlers.
10181
10182 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10183 (tramp-handle-verify-visited-file-modtime)
10184 (tramp-handle-file-notify-rm-watch): New functions.
10185 (tramp-call-process): Do not bind `default-directory'.
10186
10187 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10188 Order alphabetically.
10189 <access-file, add-name-to-file, dired-call-process>:
10190 <dired-compress-file, file-acl, file-notify-rm-watch>:
10191 <file-ownership-preserved-p, file-selinux-context>:
10192 <make-directory-internal, make-symbolic-link, set-file-acl>:
10193 <set-file-selinux-context, set-visited-file-modtime>:
10194 <verify-visited-file-modtime>: Add handler.
10195 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10196
10197 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10198 <file-notify-add-watch, file-notify-rm-watch>:
10199 <set-file-times, set-visited-file-modtime>:
10200 <verify-visited-file-modtime>: Add handler.
10201 (with-tramp-gvfs-error-message)
10202 (tramp-gvfs-handle-set-visited-file-modtime)
10203 (tramp-gvfs-fuse-file-name): Remove.
10204 (tramp-gvfs-handle-file-notify-add-watch)
10205 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10206 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10207
10208 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10209 Order alphabetically.
10210 <file-notify-rm-watch>: Use default Tramp handler.
10211 <executable-find>: Remove private handler.
10212 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10213 `default-directory'.
10214 (tramp-sh-handle-executable-find)
10215 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10216 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10217 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10218 Do not use `format' in `tramp-message'.
10219
10220 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10221 <file-notify-rm-watch, set-visited-file-modtime>:
10222 <verify-visited-file-modtime>: Add handler.
10223 (tramp-smb-call-winexe): Do not bind `default-directory'.
10224
10225 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10226
10227 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10228
10229 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10230
10231 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10232 use it.
10233 (log-view-diff-changeset): Same.
10234 (log-view-diff-common): Call backend command `previous-revision'
10235 to find out the previous revision, in both cases. Swap the
10236 variables `to' and `fr', so that `fr' usually refers to the
10237 earlier revision (Bug#14989).
10238
10239 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10240
10241 * ibuf-ext.el (ibuffer-filter-by-filename):
10242 Make it work with dired buffers too.
10243
10244 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10245
10246 * emacs-lisp/re-builder.el (reb-color-display-p):
10247 * files.el (save-buffers-kill-terminal):
10248 * net/browse-url.el (browse-url):
10249 * server.el (server-save-buffers-kill-terminal):
10250 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10251 Prefer nil to selected-frame for the first arg of frame-parameter.
10252
10253 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10254
10255 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10256
10257 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10258
10259 * minibuffer.el (completion--twq-all): Try and preserve each
10260 completion's case choice (bug#14907).
10261
10262 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10263
10264 * net/network-stream.el (open-network-stream): Mention the new
10265 :nogreeting parameter.
10266 (network-stream-open-starttls): Use the :nogreeting parameter
10267 (bug#14938).
10268
10269 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10270
10271 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10272 more natural than popping.
10273
10274 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10275 (shr-urlify): Highlight under mouse.
10276
10277 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10278
10279 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10280
10281 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10282
10283 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10284 buffer for output.
10285
10286 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10287 point-min==1. Fix search string. Fix parentheses missing.
10288
10289 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10290 assume point-min==1. Fix search string. Fix parentheses missing.
10291
10292 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10293
10294 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10295 buffer for output.
10296
10297 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10298
10299 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10300 initial frame is minibuffer-less. (Bug#14841)
10301
10302 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10303
10304 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10305 option.
10306
10307 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10308 (tramp-maybe-open-connection): Use it.
10309
10310 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10313 minimal set of parameters passed when creating a frame, because
10314 the minibuffer status of a frame cannot be changed later.
10315
10316 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10317
10318 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10319 replace-regexp-in-string and inadvertent omissions in previous change.
10320 (todo-filter-items): Ensure only file names are comma-separated in
10321 name of filtered items buffer.
10322
10323 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * desktop.el: Optionally force offscreen frames back onscreen.
10326 (desktop-restoring-reuses-frames): New option.
10327 (desktop--compute-pos, desktop--move-onscreen): New functions.
10328 (desktop--make-frame): Use desktop--move-onscreen.
10329
10330 2013-07-27 Alan Mackenzie <acm@muc.de>
10331
10332 Fontify a Java generic method as a function.
10333 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10334 value to t.
10335
10336 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10337
10338 * calendar/todo-mode.el: Add command to rename todo files.
10339 (todo-rename-file): New command.
10340 (todo-key-bindings-t): Add key binding for it. Change the
10341 bindings of todo-filter-regexp-items(-multifile) to use `x'
10342 instead of `r', since the latter is better suited to the new
10343 renaming command.
10344
10345 2013-07-27 Alan Mackenzie <acm@muc.de>
10346
10347 Make Java try-with-resources statement parse properly.
10348 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10349 (c-block-stmt-1-2-key): New language constants/variables.
10350 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10351 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10352 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10353 with c-block-stmt-1-2-key.
10354
10355 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10356
10357 * desktop.el (desktop--make-frame): Apply most frame parameters after
10358 creating the frame to force (partially or totally) offscreen frames to
10359 be restored as such.
10360
10361 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10362
10363 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10364 (Bug#14948)
10365
10366 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10369 `base' arg of backtrace-frame.
10370
10371 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10372
10373 * simple.el (list-processes): Doc fix.
10374
10375 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10376
10377 * desktop.el (desktop--select-frame):
10378 Try harder to reuse existing frames.
10379
10380 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10383 (edebug-eval): Use backtrace-eval.
10384 (edebug--display, edebug--recursive-edit): Don't let-bind the
10385 edebug-outer-* vars that keep track of variables we locally let-bind.
10386 (edebug-outside-excursion): Don't restore outside values of locally
10387 let-bound vars.
10388 (edebug--display): Use user-error.
10389 (cl-lexical-debug, cl-debug-env): Remove.
10390
10391 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10394 are restored to be sure that they are visible before deleting any
10395 remaining ones.
10396
10397 2013-07-26 Matthias Meulien <orontee@gmail.com>
10398
10399 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10400 vc-print-root-log. (Bug#14948)
10401
10402 2013-07-26 Richard Stallman <rms@gnu.org>
10403
10404 Add aliases for encrypting mail.
10405 * epa.el (epa-mail-aliases): New option.
10406 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10407 Bind inhibit-read-only so read-only text doesn't ruin everything.
10408 (epa-mail-default-recipients): New subroutine broken out.
10409 Handle epa-mail-aliases.
10410
10411 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 Add support for lexical variables to the debugger's `e' command.
10414 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10415 vars, except for debugger-outer-match-data.
10416 (debugger-frame-number): Move check for "on a function call" from
10417 callers into it. Add `skip-base' argument.
10418 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10419 (debugger-env-macro): Only reset the state stored in non-variables,
10420 i.e. current-buffer and match-data.
10421 (debugger-eval-expression): Rewrite using backtrace-eval.
10422 * subr.el (internal--called-interactively-p--get-frame): Remove.
10423 (called-interactively-p):
10424 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10425 `base' arg of backtrace-frame instead.
10426
10427 2013-07-26 Glenn Morris <rgm@gnu.org>
10428
10429 * align.el (align-regexp): Doc fix. (Bug#14857)
10430 (align-region): Explicit error if subexpression missing/does not match.
10431
10432 * simple.el (global-visual-line-mode):
10433 Do not duplicate the mode lighter. (Bug#14858)
10434
10435 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10436
10437 * window.el (display-buffer): In display-buffer bind
10438 split-window-keep-point to t, bug#14829.
10439
10440 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10441
10442 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10443 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10444 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10445 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10446 Change accordingly.
10447 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10448 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10449
10450 2013-07-25 Glenn Morris <rgm@gnu.org>
10451
10452 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10453
10454 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10457 parameter to modify-frame-parameters if the value has not changed;
10458 this is a workaround for bug#14949.
10459 (desktop--make-frame): On cl-delete-if call, check parameter name,
10460 not full parameter.
10461
10462 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10463
10464 * vc/vc.el (vc-ignore): New function.
10465
10466 * vc/vc-svn.el (vc-svn-ignore): New function.
10467
10468 * vc/vc-hg.el (vc-hg-ignore): New function.
10469
10470 * vc/vc-git.el (vc-git-ignore): New function.
10471
10472 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10473 (vc-dir-ignore): New function.
10474
10475 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10476 (cvs-append-to-ignore): Move here from pcvs.el.
10477
10478 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10479
10480 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10481
10482 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10485 (desktop-restore-frames): Warn when deleting an existing frame failed.
10486
10487 2013-07-24 Glenn Morris <rgm@gnu.org>
10488
10489 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10490
10491 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10492
10493 * filenotify.el (file-notify-supported-p):
10494 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10495 Remove functions.
10496
10497 * autorevert.el (auto-revert-use-notify)
10498 (auto-revert-notify-add-watch):
10499 * net/tramp.el (tramp-file-name-for-operation):
10500 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10501 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10502 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10503 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10504 Remove `file-notify-supported-p' entry.
10505
10506 2013-07-24 Glenn Morris <rgm@gnu.org>
10507
10508 * printing.el: Replace all uses of deleted ps-windows-system,
10509 ps-lp-system, ps-flatten-list with lpr- versions.
10510
10511 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10514 checked with memq (bug#14935).
10515
10516 * files.el (revert-buffer-function): Use a non-nil default.
10517 (revert-buffer-preserve-modes): Declare var to
10518 provide access to the `preserve-modes' argument.
10519 (revert-buffer): Let-bind it.
10520 (revert-buffer--default): New function, extracted from revert-buffer.
10521
10522 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * lpr.el: Signal print errors more prominently.
10525 (print-region-function): Don't default to nil.
10526 (lpr-print-region): New function, extracted from print-region-1.
10527 Check lpr's return value and signal an error in case of problem.
10528 (print-region-1): Use it.
10529 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10530 versions instead.
10531 (ps-printer-name): Default to nil.
10532 (ps-printer-name-option): Default to lpr-printer-switch.
10533 (ps-print-region-function): Don't default to nil.
10534 (ps-postscript-code-directory): Simplify default.
10535 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10536 (ps-string-list, ps-eval-switch, ps-flatten-list)
10537 (ps-flatten-list-1): Remove.
10538 (ps-multibyte-buffer): Avoid setq.
10539 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10540 (print-region-function, ps-print-region-function): Don't set them here.
10541
10542 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10543
10544 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10545 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10546 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10547 (ido-decorations): Doc fix.
10548
10549 * ansi-color.el: Fix old URL.
10550
10551 2013-07-23 Michael R. Mauger <michael@mauger.com>
10552
10553 * progmodes/sql.el: Version 3.3
10554 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10555 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10556 (sql-interactive-remove-continuation-prompt): Rewrite, use
10557 functions above. Fix continuation prompt and complete output line
10558 handling.
10559 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10560 redirected output buffer.
10561 (sql-mode): Restore deleted code (Bug#13591).
10562
10563 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10564
10565 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10566
10567 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10568
10569 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10570
10571 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10572 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10573 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10574
10575 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10576
10577 * desktop.el (desktop-clear): Simplify; remove useless checks
10578 against invalid buffer names.
10579 (desktop-list*): Use cl-list*.
10580 (desktop-buffer-info, desktop-create-buffer): Simplify.
10581
10582 2013-07-23 Leo Liu <sdl.web@gmail.com>
10583
10584 * bookmark.el (bookmark-make-record): Restore NAME as a default
10585 value. (Bug#14933)
10586
10587 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10590 extracted from autoload--insert-text.
10591 (autoload--insert-text): Remove.
10592 (autoload--print-cookie-text): New function, extracted from
10593 autoload--insert-cookie-text.
10594 (autoload--insert-cookie-text): Remove.
10595 (autoload-generate-file-autoloads): Adjust calls accordingly.
10596
10597 * winner.el (winner-hook-installed-p): Remove.
10598 (winner-mode): Simplify accordingly.
10599
10600 * subr.el (add-to-list): Fix compiler-macro when `append' is
10601 not constant. Don't use `cl-member' for the base case.
10602
10603 * progmodes/subword.el: Fix boundary case (bug#13758).
10604 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10605 own group.
10606 (subword-backward-regexp): Make it a constant.
10607 (subword-forward-internal): Don't treat a trailing capital as the
10608 beginning of a word.
10609
10610 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10611
10612 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10613 global value of tabulated-list-revert-hook (bug#14930).
10614
10615 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10616
10617 * desktop.el: Require 'cl-lib.
10618 (desktop-before-saving-frames-functions): New hook.
10619 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10620 for frames being saved. Rename from desktop--save-minibuffer-frames.
10621 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10622 Do not save frames with non-nil `desktop-dont-save' parameter.
10623 Filter out deleted frames.
10624 (desktop--find-frame): Use cl-find-if.
10625 (desktop--select-frame): Use cl-(first|second|third) to access values
10626 of desktop-mini.
10627 (desktop--make-frame): Use cl-delete-if.
10628 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10629 (desktop-restore-frames): Use cl-(first|second|third) to access values
10630 of desktop-mini. Look for visible frame at the end, not while
10631 restoring frames.
10632
10633 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10634 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10635 Use string-match-p, looking-at-p (bug#14927).
10636
10637 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10638
10639 * desktop.el (desktop-saved-frame-states):
10640 Rename from desktop--saved-states; all users changed.
10641 (desktop-save-frames): Rename from desktop--save-frames.
10642 Do not save state to desktop file.
10643 (desktop-save): Save desktop-saved-frame-states to desktop file
10644 and reset to nil.
10645 (desktop-restoring-frames-p): New function.
10646 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10647 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10648 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10649
10650 * desktop.el: Correctly restore iconified frames.
10651 (desktop--filter-iconified-position): New function.
10652 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10653
10654 2013-07-20 Glenn Morris <rgm@gnu.org>
10655
10656 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10657 Let `message' do the formatting.
10658 (def-gdb-preempt-display-buffer): Add explicit format.
10659
10660 * image-dired.el (image-dired-track-original-file):
10661 Use with-current-buffer.
10662 (image-dired-track-thumbnail): Use with-current-buffer.
10663 Avoid changing point of wrong window.
10664
10665 * image-dired.el (image-dired-track-original-file):
10666 Avoid changing point of wrong window. (Bug#14909)
10667
10668 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10669
10670 * progmodes/gdb-mi.el (gdb-done-or-error):
10671 Guard against "%" in gdb output. (Bug#14127)
10672
10673 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10674
10675 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10676 (Bug#14826)
10677
10678 * international/mule.el (coding-system-iso-2022-flags): Fix last
10679 change.
10680
10681 2013-07-20 Kenichi Handa <handa@gnu.org>
10682
10683 * international/mule.el (coding-system-iso-2022-flags):
10684 Add `8-bit-level-4'. (Bug#8522)
10685
10686 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10687
10688 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10689 (bug#14815).
10690
10691 * net/eww.el (eww-process-text-input): Allow inputting when the
10692 point is at the start of the line, as the properties aren't
10693 front-sticky.
10694
10695 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10696 degenerate widths.
10697
10698 2013-07-19 Richard Stallman <rms@gnu.org>
10699
10700 * epa.el (epa-popup-info-window): Doc fix.
10701
10702 * subr.el (split-string): New arg TRIM.
10703
10704 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10705
10706 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10707 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10708
10709 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10710
10711 * filenotify.el (file-notify--library): Rename from
10712 `file-notify-support'. Do not autoload. Adapt all uses.
10713 (file-notify-supported-p): New defun.
10714
10715 * autorevert.el (auto-revert-use-notify):
10716 Use `file-notify-supported-p' instead of `file-notify-support'.
10717 Adapt docstring.
10718 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10719
10720 * net/tramp.el (tramp-file-name-for-operation):
10721 Add `file-notify-supported-p'.
10722
10723 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10724 New defun.
10725 (tramp-sh-file-name-handler-alist): Add it as handler for
10726 `file-notify-supported-p '.
10727
10728 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10729 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10730 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10731 Add `ignore' as handler for `file-notify-*' functions.
10732
10733 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10734
10735 * simple.el (line-move-partial, line-move): Don't start vscroll or
10736 scroll-up if the current line is not taller than the window.
10737 (Bug#14881)
10738
10739 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10740
10741 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10742 highlight question marks in the method names as strings.
10743 (ruby-block-beg-keywords): Inline.
10744 (ruby-font-lock-keyword-beg-re): Extract from
10745 `ruby-font-lock-keywords'.
10746
10747 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10748
10749 * frame.el (blink-cursor-blinks): New defcustom.
10750 (blink-cursor-blinks-done): New defvar.
10751 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10752 (blink-cursor-timer-function): Check if number of blinks has been
10753 done on X and NS.
10754 (blink-cursor-suspend, blink-cursor-check): New defuns.
10755
10756 2013-07-15 Glenn Morris <rgm@gnu.org>
10757
10758 * edmacro.el (edmacro-format-keys): Fix previous change.
10759
10760 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10761
10762 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10763 The hack didn't work outside English locales anyway.
10764
10765 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10766
10767 * simple.el (define-alternatives): Rename from alternatives-define,
10768 per RMS' suggestion.
10769
10770 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10771
10772 * desktop.el (desktop-restore-frames): Change default to t.
10773 (desktop-restore-in-current-display): Now offer more options.
10774 (desktop-restoring-reuses-frames): New customization option.
10775 (desktop--saved-states): Doc fix.
10776 (desktop-filter-parameters-alist): New variable, renamed and expanded
10777 from desktop--excluded-frame-parameters.
10778 (desktop--target-display): New variable.
10779 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10780 (desktop--filter-tty*, desktop--filter-*-color)
10781 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10782 (desktop--filter-save-desktop-parm)
10783 (desktop-restore-in-original-display-p): New functions.
10784 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10785 (desktop--save-minibuffer-frames): New function, inspired by a similar
10786 function from Martin Rudalics.
10787 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10788 (desktop--restore-in-this-display-p): Remove.
10789 (desktop--find-frame): Rename from desktop--find-frame-in-display
10790 and add predicate argument.
10791 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10792 (desktop--reuse-list): New variable.
10793 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10794 New functions.
10795 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10796
10797 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10798
10799 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10800
10801 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10802
10803 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10804 Highlight conversion methods on Kernel.
10805
10806 2013-07-13 Alan Mackenzie <acm@muc.de>
10807
10808 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10809 and comment it out. This out-commenting enables certain C++
10810 declarations to be parsed correctly.
10811
10812 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10813
10814 * international/mule.el (define-coding-system): Doc fix.
10815
10816 * simple.el (default-font-height): Don't call font-info if the
10817 frame's default font didn't change since the frame was created.
10818 (Bug#14838)
10819
10820 2013-07-13 Leo Liu <sdl.web@gmail.com>
10821
10822 * ido.el (ido-read-file-name): Guard against non-symbol value.
10823
10824 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10825
10826 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10827 in nested defuns.
10828
10829 2013-07-13 Leo Liu <sdl.web@gmail.com>
10830
10831 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10832 ido-set-matches call. (Bug#6852)
10833
10834 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10835
10836 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10837 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10838 Ruby 2.0.
10839 (ruby-font-lock-keywords): Distinguish calls to functions with
10840 module-like names from module references. Highlight character
10841 literals.
10842
10843 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10844
10845 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10846 (gdb-send): Handle continued commands. (Bug#14847)
10847
10848 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10849
10850 * desktop.el (desktop--v2s): Remove unused local variable.
10851 (desktop-save-buffer): Make defvar-local; adjust docstring.
10852 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10853 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10854
10855 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10856
10857 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10858
10859 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10860
10861 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10862 (Bug#14842)
10863
10864 2013-07-12 Glenn Morris <rgm@gnu.org>
10865
10866 * doc-view.el: Require cl-lib at runtime too.
10867 (doc-view-remove-if): Remove.
10868 (doc-view-search-next-match, doc-view-search-previous-match):
10869 Use cl-remove-if.
10870
10871 * edmacro.el: Require cl-lib at runtime too.
10872 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10873 (edmacro-mismatch, edmacro-subseq): Remove.
10874
10875 * shadowfile.el: Require cl-lib.
10876 (shadow-remove-if): Remove.
10877 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10878 Use cl-remove-if.
10879
10880 * wid-edit.el: Require cl-lib.
10881 (widget-choose): Use cl-remove-if.
10882 (widget-remove-if): Remove.
10883
10884 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10885 (ebrowse-delete-if-not): Remove.
10886 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10887 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10888 Use cl-delete-if-not.
10889
10890 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10891
10892 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10893 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10894
10895 2013-07-12 Leo Liu <sdl.web@gmail.com>
10896
10897 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10898
10899 2013-07-11 Glenn Morris <rgm@gnu.org>
10900
10901 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10902 (edebug-gensym-index, edebug-gensym):
10903 Remove reimplementation of cl-gensym.
10904 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10905
10906 * thumbs.el: Require cl-lib at run-time too.
10907 (thumbs-gensym-counter, thumbs-gensym):
10908 Remove reimplementation of cl-gensym.
10909 (thumbs-temp-file): Use cl-gensym.
10910
10911 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10912 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10913 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10914 (ert--union, ert--gensym-counter, ert--gensym-counter)
10915 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10916 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10917 (ert-make-test-unbound, ert--expand-should-1)
10918 (ert--expand-should, ert--should-error-handle-error)
10919 (should-error, ert--explain-equal-rec)
10920 (ert--plist-difference-explanation, ert-select-tests)
10921 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10922 Use cl-lib functions rather than reimplementations.
10923
10924 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10925
10926 * net/tramp.el (tramp-methods): Extend docstring.
10927 (tramp-connection-timeout): New defcustom.
10928 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10929 (with-tramp-progress-reporter): Simplify.
10930 (tramp-process-actions): Improve messages.
10931
10932 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10933 * net/tramp-sh.el (tramp-maybe-open-connection):
10934 Use `tramp-connection-timeout'.
10935 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10936 (Bug#14808)
10937
10938 2013-07-11 Leo Liu <sdl.web@gmail.com>
10939
10940 * ido.el (ido-read-file-name): Conform to the requirements of
10941 read-file-name. (Bug#11861)
10942 (ido-read-directory-name): Conform to the requirements of
10943 read-directory-name.
10944
10945 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10946
10947 * subr.el (delay-warning): New function.
10948
10949 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10950
10951 * simple.el (default-line-height): New function.
10952 (line-move-partial, line-move): Use it instead of computing the
10953 line height inline.
10954 (line-move-partial): Always compute ROWH. If the last line is
10955 partially-visible, but its text is completely visible, allow
10956 cursor to enter such a partially-visible line.
10957
10958 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10959
10960 Improve error messages. (Bug#14808)
10961
10962 * net/tramp.el (tramp-current-connection): New defvar, moved from
10963 tramp-sh.el.
10964 (tramp-message-show-progress-reporter-message): Remove, not
10965 needed anymore.
10966 (tramp-error-with-buffer): Show message in minibuffer.
10967 Discard input before waiting. Reset connection timestamp.
10968 (with-tramp-progress-reporter): Improve messages.
10969 (tramp-process-actions): Use progress reporter. Delete process in
10970 case of error. Improve messages.
10971
10972 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10973 Call `tramp-error-with-buffer' with vector and buffer.
10974 (tramp-current-connection): Remove.
10975 (tramp-maybe-open-connection): The car of
10976 `tramp-current-connection' are the first 3 slots of the vector.
10977
10978 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10979
10980 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10981 inside continued strings.
10982
10983 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10984
10985 Timestamp fixes for undo (Bug#14824).
10986 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10987
10988 2013-07-10 Leo Liu <sdl.web@gmail.com>
10989
10990 * files.el (require-final-newline): Allow safe local value.
10991 (Bug#14834)
10992
10993 2013-07-09 Leo Liu <sdl.web@gmail.com>
10994
10995 * ido.el (ido-read-directory-name): Handle fallback.
10996 (ido-read-file-name): Update DIR to ido-current-directory.
10997 (Bug#1516)
10998 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10999
11000 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11001
11002 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11003 "autoload". Remove "warn lower camel case" section, previously
11004 commented out. Highlight negation char. Do not highlight the
11005 target in singleton method definitions.
11006
11007 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * faces.el (tty-setup-hook): Declare the hook.
11010
11011 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11012 and detect when a guard/pred depends on local vars (bug#14773).
11013 (pcase--u1): Adjust caller.
11014
11015 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11016
11017 * simple.el (line-move-partial, line-move): Account for
11018 line-spacing.
11019 (line-move-partial): Avoid setting vscroll when the last
11020 partially-visible line in window is of default height.
11021
11022 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11023
11024 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11025 been used a while.
11026
11027 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11028
11029 * subr.el (read-quoted-char): Remove unused local variable `char'.
11030
11031 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11032
11033 * vc/ediff.el (ediff-version): Version update.
11034 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11035 (ediff-merge-with-ancestor-command, ediff-directories-command)
11036 (ediff-directories3-command, ediff-merge-directories-command)
11037 (ediff-merge-directories-with-ancestor-command): New functions.
11038 All are command-line interfaces to ediff: to facilitate calling
11039 Emacs with the appropriate ediff functions invoked.
11040
11041 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11042 New function.
11043 (viper-save-kill-buffer): Check if buffer is modified.
11044
11045 * emulation/viper.el (viper-version): Version update.
11046 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11047
11048 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11051 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11052 (viper-intercept-ESC-key): Simplify.
11053 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11054 don't use kbd.
11055 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11056 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11057 (viper-setup-ESC-to-escape): New functions.
11058 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11059 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11060
11061 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11062
11063 * simple.el (default-font-height, window-screen-lines):
11064 New functions.
11065 (line-move, line-move-partial): Use them instead of
11066 frame-char-height and window-text-height. This makes scrolling
11067 text smoother when the buffer's default face uses a font that is
11068 different from the frame's default font.
11069
11070 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11071
11072 * files.el (write-file): Do not display confirm dialog for NS,
11073 it does its own dialog, which can't be canceled (Bug#14578).
11074
11075 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11076
11077 * simple.el (line-move-partial): Adjust the row returned by
11078 posn-at-point for the current window-vscroll. (Bug#14567)
11079
11080 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11081
11082 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11083 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11084 spaces.
11085
11086 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11087
11088 * window.el (window-state-put-stale-windows): New variable.
11089 (window--state-put-2): Save list of windows without matching buffer.
11090 (window-state-put): Remove "bufferless" windows if possible.
11091
11092 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11093
11094 * simple.el (alternatives-define): Remove leftover :group keyword.
11095 Tweak docstring.
11096
11097 2013-07-06 Leo Liu <sdl.web@gmail.com>
11098
11099 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11100 (ido-enable-virtual-buffers): New variable.
11101 (ido-buffer-internal, ido-toggle-virtual-buffers)
11102 (ido-make-buffer-list): Use it.
11103 (ido-exhibit): Support turning on and off virtual buffers
11104 automatically.
11105
11106 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * simple.el (alternatives-define): New macro.
11109
11110 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * subr.el (read-quoted-char): Use read-key.
11113 (sit-for): Let read-event decode tty input (bug#14782).
11114
11115 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11116
11117 * calendar/todo-mode.el: Add handling of file deletion, both by
11118 mode command and externally. Fix various related bugs.
11119 Clarify Commentary and improve some documentation strings and code.
11120 (todo-delete-file): New command.
11121 (todo-check-file): New function.
11122 (todo-show): Handle external deletion of the file we're trying to
11123 show (bug#14688). Replace called-interactively-p by an optional
11124 prefix argument to avoid problematic interaction with catch form
11125 when byte compiled (bug#14702).
11126 (todo-quit): Handle external deletion of the archive's todo file.
11127 Make sure the buffer that was visiting the archive file is still
11128 live before trying to bury it.
11129 (todo-category-completions): Handle external deletion of any
11130 category completion files.
11131 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11132 of todo files, in case of external deletion.
11133 (todo-add-file): Replace unnecessary setq by let-binding.
11134 (todo-find-archive): Check whether there are any archives.
11135 Replace unnecessary setq by let-binding.
11136 (todo-archive-done-item): Use find-file-noselect to get the
11137 archive buffer whether or not the archive already exists.
11138 Remove superfluous code. Use file size instead of buffer-file-name to
11139 check if the archive is new; if it is, update list of archives.
11140 (todo-default-todo-file): Allow nil to be a valid value for when
11141 there are no todo files.
11142 (todo-reevaluate-default-file-defcustom): Use corrected definition
11143 of todo-default-todo-file.
11144 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11145 (todo-delete-category, todo-show-categories-table)
11146 (todo-category-number): Clarify comment.
11147 (todo-filter-items): Clarify documentation string.
11148 (todo-show-current-file, todo-display-as-todo-file)
11149 (todo-reset-and-enable-done-separator): Tweak documentation string.
11150 (todo-done-separator): Make separator length window-width, since
11151 bug#2749 is now fixed.
11152
11153 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11154
11155 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11156 Support both "gvfs-monitor-dir" and "inotifywait".
11157 (tramp-sh-file-inotifywait-process-filter): Rename from
11158 `tramp-sh-file-notify-process-filter'.
11159 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11160 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11161
11162 2013-07-05 Leo Liu <sdl.web@gmail.com>
11163
11164 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11165
11166 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11167
11168 * frame.el (display-pixel-height, display-pixel-width)
11169 (display-mm-height, display-mm-width): Mention behavior on
11170 multi-monitor setups in docstrings.
11171 (w32-display-monitor-attributes-list): Declare function.
11172 (display-monitor-attributes-list): Use it.
11173
11174 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11175
11176 * filenotify.el: New package.
11177
11178 * autorevert.el (top): Require filenotify.el.
11179 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11180 instead.
11181 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11182 (auto-revert-notify-handler): Use `file-notify-*' functions.
11183
11184 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11185
11186 * net/tramp.el (tramp-file-name-for-operation):
11187 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11188
11189 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11190 for `file-notify-add-watch' and `file-notify-rm-watch'.
11191 (tramp-process-sentinel): Improve trace.
11192 (tramp-sh-handle-file-notify-add-watch)
11193 (tramp-sh-file-notify-process-filter)
11194 (tramp-sh-handle-file-notify-rm-watch)
11195 (tramp-get-remote-inotifywait): New defuns.
11196
11197 2013-07-03 Juri Linkov <juri@jurta.org>
11198
11199 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11200 call of `occur-read-primary-args' to interactive spec.
11201
11202 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11203 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11204
11205 2013-07-03 Matthias Meulien <orontee@gmail.com>
11206
11207 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11208 `Buffer-menu-multi-occur'. Add it to the menu.
11209 (Buffer-menu-mode): Document it in docstring.
11210 (Buffer-menu-multi-occur): New command. (Bug#14673)
11211
11212 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11213
11214 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11215 keywords and built-ins.
11216
11217 2013-07-03 Glenn Morris <rgm@gnu.org>
11218
11219 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11220
11221 Make info-xref checks case-sensitive by default
11222 * info.el (Info-find-node, Info-find-in-tag-table)
11223 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11224 Add option for exact case matching of nodes.
11225 * info-xref.el (info-xref): New custom group.
11226 (info-xref-case-fold): New option.
11227 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11228
11229 2013-07-03 Leo Liu <sdl.web@gmail.com>
11230
11231 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11232
11233 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11234
11235 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11236 middle of block statement initially, lower the depth. Remove
11237 FIXME comment, not longer valid. Remove middle of block statement
11238 detection, no need to do that anymore since we've been using
11239 `ruby-parse-region' here.
11240
11241 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11242
11243 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11244
11245 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11246
11247 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11248
11249 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11250
11251 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11252 (desktop-restore-in-current-display): New customization option.
11253 (desktop--excluded-frame-parameters): Add `font'.
11254 (desktop--save-frames): Rename from desktop--save-windows.
11255 (desktop--restore-in-this-display-p): New function.
11256 (desktop--make-full-frame): Remove unwanted width/height from
11257 full(width|height) frames.
11258 (desktop--restore-frames): Rename from desktop--restore-windows.
11259 Obey desktop-restore-current-display. Do not delete old frames or
11260 select a new frame unless we were able to restore at least one frame.
11261
11262 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11263
11264 * files.el (find-file-noselect): Simplify conditional expression.
11265
11266 * textmodes/remember.el (remember-append-to-file):
11267 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11268
11269 Add `remember-notes' function to store random notes across Emacs
11270 restarts.
11271 * textmodes/remember.el (remember-data-file): Add :set callback to
11272 affect notes buffer (if any).
11273 (remember-notes): New command.
11274 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11275 New defcustoms for the `remember-notes' function.
11276 (remember-notes-save-and-bury-buffer): New command.
11277 (remember-notes-mode-map): New variable.
11278 (remember-mode): New minor mode.
11279 (remember-notes--kill-buffer-query): New function.
11280 * startup.el (initial-buffer-choice): Add notes to custom type.
11281
11282 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11283
11284 * bindings.el (right-char, left-char): Don't call sit-for, this is
11285 no longer needed. Use arithmetic comparison only for numerical
11286 arguments.
11287
11288 * international/mule-cmds.el (select-safe-coding-system):
11289 Handle the case of FROM being a string correctly. (Bug#14755)
11290
11291 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11292
11293 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11294 progression on degenerate tables.
11295 (shr-rescale-image): ImageMagick animated images currently don't work.
11296
11297 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11298
11299 Some fixes and improvements for desktop frame restoration.
11300 It is still experimental and disabled by default.
11301 * desktop.el (desktop--save-windows): Put the selected frame at
11302 the head of the list.
11303 (desktop--make-full-frame): New function.
11304 (desktop--restore-windows): Try to re-select the frame that was
11305 selected upon saving. Do not abort if some frames fail to restore,
11306 just show an error message and continue. Set up maximized frames
11307 so they have default non-maximized dimensions.
11308
11309 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11310
11311 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11312 Don't start heredoc inside a string or comment.
11313
11314 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11315
11316 * bindings.el (visual-order-cursor-movement): New defcustom.
11317 (right-char, left-char): Provide visual-order cursor motion by
11318 calling move-point-visually. Update the doc strings.
11319
11320 2013-06-28 Kenichi Handa <handa@gnu.org>
11321
11322 * international/mule.el (define-coding-system): New coding system
11323 properties :inhibit-null-byte-detection,
11324 :inhibit-iso-escape-detection, and :prefer-utf-8.
11325 (set-buffer-file-coding-system): If :charset-list property of
11326 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11327 appropriate for setting.
11328
11329 * international/mule-cmds.el (select-safe-coding-system):
11330 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11331 multibyte characters, return utf-8 (or one of its siblings).
11332
11333 * international/mule-conf.el (prefer-utf-8): New coding system.
11334 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11335 files.
11336
11337 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11338
11339 * net/shr.el (shr-render-region): New function.
11340
11341 * net/eww.el: Autoload `eww-browse-url'.
11342
11343 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11344
11345 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11346 Adapt to `package-desc-version' being a list.
11347 Use `package--ac-desc-version' to retrieve version from a package
11348 archive element.
11349
11350 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11351
11352 New experimental feature to save&restore window and frame setup.
11353 * desktop.el (desktop-save-windows): New defcustom.
11354 (desktop--saved-states): New var.
11355 (desktop--excluded-frame-parameters): New defconst.
11356 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11357 (desktop--restore-windows, desktop--save-windows): New functions.
11358 (desktop-save): Call `desktop--save-windows'.
11359 (desktop-read): Call `desktop--restore-windows'.
11360
11361 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11362
11363 * net/shr.el (add-face-text-property): Remove compat definition.
11364
11365 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11366
11367 * info.el (Info-try-follow-nearest-node): Move search for footnote
11368 above search for node name to prevent missing a footnote (bug#14717).
11369
11370 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11371
11372 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11373
11374 2013-06-27 Leo Liu <sdl.web@gmail.com>
11375
11376 * net/eww.el (eww-read-bookmarks): Check file size.
11377
11378 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11381 advice--pending if newdef is nil or an autoload (bug#13820).
11382 (advice-mapc): New function.
11383
11384 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
11386 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11387 probably.
11388 (eww-mode-map): Add a menu bar.
11389 (eww-add-bookmark): New command.
11390 (eww-bookmark-mode): New mode and commands.
11391 (eww-add-bookmark): Remove newlines from the title.
11392 (eww-bookmark-browse): Don't bug out if it's the only window.
11393
11394 2013-06-26 Glenn Morris <rgm@gnu.org>
11395
11396 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11397 (hfy-size): Handle ttys. (Bug#14668)
11398
11399 * info-xref.el: Update for Texinfo 5 change in *note format.
11400 (info-xref-node-re, info-xref-note-re): New constants.
11401 (info-xref-check-buffer): Use info-xref-note-re.
11402
11403 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11406
11407 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11408 nil terminate the loop (bug#14718).
11409
11410 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11411
11412 * net/eww.el: Rework history traversal. When going forward/back,
11413 put these actions into the history, too, so that they can be
11414 replayed.
11415 (eww-render): Move the history reset to the correct buffer.
11416
11417 2013-06-25 Juri Linkov <juri@jurta.org>
11418
11419 * files-x.el (modify-dir-local-variable): Change the header comment
11420 in the file with directory local variables. (Bug#14692)
11421
11422 * files-x.el (read-file-local-variable-value): Add `default'.
11423 (Bug#14710)
11424
11425 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11426
11427 * net/eww.el (eww-make-unique-file-name): Create a unique file
11428 name before saving to entering `y' accidentally asynchronously.
11429
11430 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11431
11432 * net/eww.el (eww-download): New command and keystroke.
11433
11434 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11435
11436 * net/eww.el (eww-copy-page-url): Change name of command.
11437
11438 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11439 be more consistent with Info and dired.
11440
11441 * net/eww.el (eww-mode-map): Ditto.
11442
11443 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11446 packages from archives.
11447 (package-archive-contents): Change format; include obsolete packages.
11448 (package-desc): Use `dir' to mark builtin packages.
11449 (package--from-builtin): Set the `dir' field to `builtin'.
11450 (generated-autoload-file, version-control): Declare.
11451 (package-compute-transaction): Change first arg and return value to be
11452 lists of package-descs. Adjust to new package-archive-contents format.
11453 (package--add-to-archive-contents): Adjust to new
11454 package-archive-contents format.
11455 (package-download-transaction): Arg is now a list of package-descs.
11456 (package-install): If `pkg' is a package name, pass it as
11457 a requirement, so it is subject to the usual (e.g. disabled) checks.
11458 (describe-package): Accept package-desc as well.
11459 (describe-package-1): Describe a specific package-desc. Add links to
11460 other package-descs for the same package name.
11461 (package-menu-describe-package): Pass the actual package-desc.
11462 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11463 works correctly.
11464 (package-desc-status): New function.
11465 (package-menu--refresh): New function, extracted
11466 from package-menu--generate.
11467 (package-menu--generate): Use it.
11468 (package-delete): Update package-alist.
11469 (package-menu-execute): Don't call package-initialize.
11470
11471 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11472 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11473 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11474 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11475 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11476 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11477
11478 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11479
11480 * window.el (window--state-get-1): Workaround for bug#14527.
11481 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11482
11483 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11484
11485 * net/eww.el (eww-back-url): Implement the history by stashing all
11486 the data into a list.
11487 (eww-forward-url): Allow going forward in the history, too.
11488
11489 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11492 for values and use read--expression for expressions (bug#14710).
11493 (read-file-local-variable): Avoid setq.
11494 (read-file-local-variable-mode): Use minor-mode-list.
11495
11496 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11497
11498 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11499 for DOI URLs.
11500
11501 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11502
11503 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11504 Update imenu-support when dialect changes.
11505
11506 2013-06-25 Leo Liu <sdl.web@gmail.com>
11507
11508 * ido.el (ido-read-internal): Allow forward slash on windows.
11509
11510 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11511
11512 * net/eww.el (eww): Start of strings is \\`, not ^.
11513
11514 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11515
11516 * net/shr.el (shr-browse-url): Fix interactive spec.
11517
11518 * net/eww.el (eww): Add a trailing slash to domain names.
11519
11520 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11523
11524 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11525
11526 * net/shr.el (shr-browse-url): Use an external browser if given a
11527 prefix.
11528
11529 * net/eww.el (eww-external-browser): Move to shr.
11530
11531 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11532
11533 * net/eww.el (eww): Work more correctly for file: URLs.
11534 (eww-detect-charset): Allow quoted charsets.
11535 (eww-yank-page-url): New command and keystroke.
11536
11537 2013-06-24 Daiki Ueno <ueno@gnu.org>
11538
11539 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11540 file name of gpg executable.
11541 (epg-context-program): New function.
11542 (epg-context-home-directory): New function.
11543 (epg-context-set-program): New function.
11544 (epg-context-set-home-directory): New function.
11545 (epg--start): Use `epg-context-program' instead of
11546 'epg-gpg-program'.
11547 (epg--list-keys-1): Likewise.
11548
11549 2013-06-24 Leo Liu <sdl.web@gmail.com>
11550
11551 * ido.el (ido-read-internal): Fix bug#14620.
11552
11553 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11554
11555 * faces.el (face-documentation): Simplify.
11556 (read-face-attribute, tty-find-type, x-resolve-font-name):
11557 Use `string-match-p'.
11558 (list-faces-display): Use `string-match-p'. Simplify.
11559 (face-spec-recalc): Check face to avoid face alias loops.
11560 (read-color): Use `string-match-p' and non-capturing parenthesis.
11561
11562 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11563
11564 * net/shr.el (shr-rescale-image): Use the new
11565 :max-width/:max-height functionality.
11566
11567 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11568
11569 * net/eww.el (eww-search-prefix): New variable.
11570 (eww): Use it.
11571 (eww-external-browser): New variable.
11572 (eww-mode-map): New keystroke.
11573 (eww-browse-with-external-browser): New command.
11574
11575 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11576
11577 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11578
11579 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11580 Don't skip aligning the next header field when padding is 0;
11581 otherwise, field width is not respected unless the title is as
11582 wide as the field.
11583
11584 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * emacs-lisp/package.el (package-el-version): Remove.
11587 (package-process-define-package): Fix inf-loop.
11588 (package-install): Allow symbols as arguments again.
11589
11590 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11591
11592 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11593 add some more keyword-like methods.
11594 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11595
11596 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11597
11598 * bs.el (bs-buffer-show-mark): Make defvar-local.
11599 (bs-mode): Use setq-local.
11600
11601 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11602 (emacs-lock--try-unlocking): Make defvar-local.
11603
11604 2013-06-22 Glenn Morris <rgm@gnu.org>
11605
11606 * play/cookie1.el (cookie-apropos): Minor simplification.
11607
11608 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11609
11610 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11611
11612 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11613 `regexp-opt', it breaks the build during dumping.
11614
11615 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11616
11617 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11618 Highlight keyword-like methods on Kernel and Module with
11619 font-lock-builtin-face.
11620 (auto-mode-alist): Consolidate different entries into one regexp
11621 and add more *file-s.
11622
11623 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11624
11625 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11626
11627 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11628 (diary-entry): Use it in the action of this button type instead of
11629 diary-goto-entry.
11630
11631 * calendar/todo-mode.el: New version.
11632 (todo-add-category): Append new category to end of file and give
11633 it the highest number, instead of putting it at the beginning and
11634 giving it 0. Incorporate noninteractive functionality.
11635 (todo-forward-category): Adapt to 1-based category numbering.
11636 Allow skipping over archived categories.
11637 (todo-backward-category): Derive from todo-forward-category.
11638 (todo-backward-item, todo-forward-item): Make noninteractive and
11639 delegate interactive part to new commands. Make sensitive to done items.
11640 (todo-categories): Make value an alist of category names and
11641 vectors of item counts.
11642 (todo-category-beg): Make a defconst.
11643 (todo-category-number): Use 1 instead of 0 as initial value.
11644 (todo-category-select): Make sensitive to overlays, optional item
11645 highlighting and done items.
11646 (todo-delete-item): Make sensitive to overlays and marked and done items.
11647 (todo-edit-item): Make sensitive to overlays and editing of
11648 date/time header optional. Add format checks.
11649 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11650 no-op if point is not on an item. Advertise using todo-edit-quit.
11651 (todo-edit-mode): Make sensitive to new format, font-locking, and
11652 multiple todo files.
11653 (todo-insert-item, todo-insert-item-here): Derive from
11654 todo-basic-insert-item and extend functionality.
11655 (todo-item-end, todo-item-start): Make sensitive to done items.
11656 (todo-item-string): Don't return text properties. Restore point.
11657 (todo-jump-to-category): Make sensitive to multiple todo files and
11658 todo archives. Use extended category completion.
11659 (todo-lower-item, todo-raise-item): Rename to *-priority and
11660 derive from todo-set-item-priority.
11661 (todo-mode): Derive from special-mode. Make sensitive to new
11662 format, font-locking and multiple todo files. Make read-only.
11663 (todo-mode-map): Don't suppress digit keys, so they can supply
11664 prefix arguments. Add many new key bindings.
11665 (todo-prefix): Insert as an overlay instead of file text.
11666 Change semantics from diary date expression to purely visual mark.
11667 (todo-print): Rename to todo-print-buffer. Make buffer display
11668 features printable. Remove option to restrict number of items
11669 printed. Add option to print to file.
11670 (todo-print-function): Rename to todo-print-buffer-function.
11671 (todo-quit): Extend to handle exiting new todo modes.
11672 (todo-remove-item): Make sensitive to overlays.
11673 (todo-save): Extend to buffers of filtered items.
11674 (todo-show): Make sensitive to done items, multiple todo files and
11675 new todo modes. Offer to convert legacy todo file before creating
11676 first new todo file.
11677 (todo-show-priorities): Rename to todo-top-priorities.
11678 Change semantics of value 0.
11679 (todo-top-priorities): Rename to todo-filter-top-priorities,
11680 derive from todo-filter-items and extend functionality.
11681 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11682 and extend functionality to other types of filtered items.
11683 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11684 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11685 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11686 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11687 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11688 (todo-edit-mode-hook, todo-entry-prefix-function)
11689 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11690 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11691 (todo-initials, todo-insert-threshold, todo-item-string-start)
11692 (todo-line-string, todo-menu, todo-mode-hook)
11693 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11694 (todo-print-priorities, todo-remove-separator)
11695 (todo-save-top-priorities-too, todo-string-count-lines)
11696 (todo-string-multiline-p, todo-time-string-format)
11697 (todo-tmp-buffer-name): Remove.
11698 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11699 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11700 (todo-edit-category-diary-inclusion)
11701 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11702 (todo-edit-file, todo-edit-item-date-day)
11703 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11704 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11705 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11706 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11707 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11708 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11709 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11710 (todo-filter-top-priorities-multifile, todo-find-archive)
11711 (todo-find-filtered-items-file, todo-go-to-source-item)
11712 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11713 (todo-jump-to-archive-category, todo-lower-category)
11714 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11715 (todo-move-category, todo-move-item, todo-next-button)
11716 (todo-next-item, todo-padded-string, todo-powerset)
11717 (todo-previous-button, todo-previous-item)
11718 (todo-print-buffer-to-file, todo-raise-category)
11719 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11720 (todo-set-category-number, todo-set-item-priority)
11721 (todo-set-top-priorities-in-category)
11722 (todo-set-top-priorities-in-file, todo-show-categories-table)
11723 (todo-sort-categories-alphabetically-or-numerically)
11724 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11725 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11726 (todo-toggle-item-header, todo-toggle-item-highlighting)
11727 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11728 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11729 (todo-unarchive-items, todo-unmark-category): New commands.
11730 (todo-absolute-file-name, todo-add-to-buffer-list)
11731 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11732 (todo-basic-insert-item, todo-category-completions)
11733 (todo-category-number, todo-category-string-matcher-1)
11734 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11735 (todo-check-format, todo-clear-matches)
11736 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11737 (todo-current-category, todo-date-string-matcher)
11738 (todo-define-insertion-command, todo-diary-expired-matcher)
11739 (todo-diary-goto-entry, todo-diary-item-p)
11740 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11741 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11742 (todo-done-item-section-p, todo-done-separator)
11743 (todo-done-string-matcher, todo-files, todo-filter-items)
11744 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11745 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11746 (todo-insert-category-line, todo-insert-item-from-calendar)
11747 (todo-insert-sort-button, todo-insert-with-overlays)
11748 (todo-insertion-command-name, todo-insertion-key-bindings)
11749 (todo-label-to-key, todo-longest-category-name-length)
11750 (todo-make-categories-list, todo-mode-external-set)
11751 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11752 (todo-modes-set-3, todo-multiple-filter-files)
11753 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11754 (todo-read-category, todo-read-date, todo-read-dayname)
11755 (todo-read-file-name, todo-read-time)
11756 (todo-reevaluate-category-completions-files-defcustom)
11757 (todo-reevaluate-default-file-defcustom)
11758 (todo-reevaluate-filelist-defcustoms)
11759 (todo-reevaluate-filter-files-defcustom)
11760 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11761 (todo-reset-done-separator, todo-reset-done-separator-string)
11762 (todo-reset-done-string, todo-reset-global-current-todo-file)
11763 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11764 (todo-reset-prefix, todo-set-categories)
11765 (todo-set-date-from-calendar, todo-set-show-current-file)
11766 (todo-set-top-priorities, todo-short-file-name)
11767 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11768 (todo-total-item-counts, todo-update-buffer-list)
11769 (todo-update-categories-display, todo-update-categories-sexp)
11770 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11771 New functions.
11772 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11773 New major modes.
11774 (todo-categories, todo-display, todo-edit, todo-faces)
11775 (todo-filtered): New defgroups.
11776 (todo-archived-only, todo-button, todo-category-string, todo-date)
11777 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11778 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11779 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11780 (todo-add-item-if-new-category, todo-always-add-time-string)
11781 (todo-categories-align, todo-categories-archived-label)
11782 (todo-categories-category-label, todo-categories-diary-label)
11783 (todo-categories-done-label, todo-categories-number-separator)
11784 (todo-categories-todo-label, todo-categories-totals-label)
11785 (todo-category-completions-files, todo-completion-ignore-case)
11786 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11787 (todo-done-separator-string, todo-done-string)
11788 (todo-files-function, todo-filter-done-items, todo-filter-files)
11789 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11790 (todo-initial-category, todo-initial-file, todo-item-mark)
11791 (todo-legacy-date-time-regexp, todo-mode-line-function)
11792 (todo-nondiary-marker, todo-number-prefix)
11793 (todo-print-buffer-function, todo-show-current-file)
11794 (todo-show-done-only, todo-show-first, todo-show-with-done)
11795 (todo-skip-archived-categories, todo-top-priorities-overrides)
11796 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11797 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11798 New defcustoms.
11799 (todo-category-done, todo-date-pattern, todo-date-string-start)
11800 (todo-diary-items-buffer, todo-done-string-start)
11801 (todo-filtered-items-buffer, todo-item-start)
11802 (todo-month-abbrev-array, todo-month-name-array)
11803 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11804 (todo-top-priorities-buffer): New defconsts.
11805 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11806 (todo-categories-with-marks, todo-category-string-face)
11807 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11808 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11809 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11810 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11811 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11812 (todo-font-lock-keywords, todo-global-current-todo-file)
11813 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11814 (todo-insertion-commands-args)
11815 (todo-insertion-commands-args-genlist)
11816 (todo-insertion-commands-names, todo-insertion-map)
11817 (todo-key-bindings-t, todo-key-bindings-t+a)
11818 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11819 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11820 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11821 (todo-visited): New variables.
11822
11823 2013-06-21 Glenn Morris <rgm@gnu.org>
11824
11825 * play/cookie1.el (cookie-apropos): Add optional display argument.
11826 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11827 (psychoanalyze-pinhead): Use cookie-doctor.
11828
11829 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11830
11831 * emacs-lisp/package.el (tar-get-file-descriptor)
11832 (tar--extract): Declare.
11833
11834 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11835
11836 Extend flymake's warning predicate to be a function (bug#14217).
11837 * progmodes/flymake.el (flymake-warning-predicate): New.
11838 (flymake-parse-line): Use it.
11839 (flymake-warning-re): Make obsolete alias to
11840 `flymake-warning-predicate'.
11841
11842 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11845 (package-obsolete-list): Remove.
11846 (package-activate): Remove min-version argument. Add `force' argument.
11847 Adjust to new package-alist format.
11848 (package-mark-obsolete): Remove.
11849 (package-unpack): Force reload of the package's autoloads.
11850 (package-installed-p): Check builtins if the installed package is not
11851 recent enough.
11852 (package-initialize): Don't reset package-obsolete-list.
11853 Don't specify which package version to activate.
11854 (package-process-define-package, describe-package-1)
11855 (package-menu--generate): Adjust to new package-alist format.
11856
11857 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11858
11859 * allout-widgets.el (allout-widgets-mode-off)
11860 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11861 (allout-widgets-post-command-business)
11862 (allout-widgets-after-copy-or-kill-function)
11863 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11864 (allout-decorate-item-and-context)
11865 (allout-graphics-modification-handler): Fix typos in docstrings.
11866 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11867
11868 * cmuscheme.el (scheme-start-file): Doc fix.
11869 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11870 (scheme-input-filter): Use `string-match-p'.
11871
11872 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11873
11874 * dired-x.el: Use Dired consistently in docstrings.
11875
11876 * dired.el: Use Dired consistently in docstrings.
11877 (dired-readin, dired-mode): Use `setq-local'.
11878 (dired-switches-alist): Make defvar-local.
11879 (dired-buffers-for-dir): Use `zerop'.
11880 (dired-safe-switches-p, dired-switches-escape-p)
11881 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11882 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11883 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11884 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11885 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11886 (dired-toggle-marks, dired-mark-files-containing-regexp)
11887 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11888 (dired-flag-auto-save-files, dired-flag-backup-files):
11889 Use `looking-at-p'.
11890 (dired-mark-files-regexp, dired-build-subdir-alist):
11891 Use `string-match-p', `looking-at-p'.
11892
11893 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11894 (direct-print-region-helper): Use `string-match-p'.
11895
11896 2013-06-21 Leo Liu <sdl.web@gmail.com>
11897
11898 * comint.el (comint-redirect-results-list-from-process):
11899 Fix infinite loop.
11900
11901 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11902
11903 * net/eww.el (eww-update-header-line-format): Quote % characters.
11904
11905 2013-06-21 Glenn Morris <rgm@gnu.org>
11906
11907 * play/cookie1.el (cookie): New custom group.
11908 (cookie-file): New option.
11909 (cookie-check-file): New function.
11910 (cookie): Make it interactive. Make start and end messages optional.
11911 Interactively, display the result. Default to cookie-file.
11912 (cookie-insert): Default to cookie-file.
11913 (cookie-snarf): Make start and end messages optional.
11914 Default to cookie-file. Use with-temp-buffer.
11915 (cookie-read): Rename from read-cookie.
11916 Make start and end messages optional. Default to cookie-file.
11917 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11918 Do not autoload it.
11919 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11920 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11921
11922 2013-06-21 Leo Liu <sdl.web@gmail.com>
11923
11924 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11925
11926 2013-06-21 Glenn Morris <rgm@gnu.org>
11927
11928 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11929
11930 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11931 Daniel Hackney <dan@haxney.org>
11932
11933 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11934 Consolidate the single-file vs tarball code.
11935 (package-desc-suffix): New function.
11936 (package-desc-full-name): Don't bother inlining it.
11937 (package-load-descriptor): Return the new package-desc.
11938 (package-mark-obsolete): Remove unused arg `package'.
11939 (package-unpack): Make it work for single files as well.
11940 Make it update package-alist.
11941 (package--make-autoloads-and-stuff): Rename from
11942 package--make-autoloads-and-compile. Don't compile any more.
11943 (package--compile): New function.
11944 (package-generate-description-file): New function, extracted from
11945 package-unpack-single.
11946 (package-unpack-single): Remove.
11947 (package--with-work-buffer): Add indentation and debugging info.
11948 (package-download-single): Remove.
11949 (package-install-from-archive): Rename from package-download-tar, make
11950 it take a pkg-desc, and make it work for single files as well.
11951 (package-download-transaction): Simplify.
11952 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11953 external tar program.
11954 (package-install-from-buffer): Remove `pkg-desc' argument.
11955 Use package-tar-file-info for tar-mode buffers.
11956 (package-install-file): Simplify accordingly.
11957 (package-archive-base): Change to take a pkg-desc.
11958 * tar-mode.el (tar--check-descriptor): New function, extracted from
11959 tar-get-descriptor.
11960 (tar-get-descriptor): Use it.
11961 (tar-get-file-descriptor): New function.
11962 (tar--extract): New function, extracted from tar-extract.
11963 (tar--extract): Use it.
11964 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11965 case the summary uses non-ascii. Adjust to new calling convention of
11966 package-tar-file-info.
11967
11968 2013-06-21 Leo Liu <sdl.web@gmail.com>
11969
11970 * comint.el (comint-redirect-results-list-from-process):
11971 Fix random delay. (Bug#14681)
11972
11973 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * profiler.el (profiler-format-number): Use log, not log10.
11976
11977 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11978
11979 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11980
11981 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11984 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11985 yet available.
11986 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11987 (AUTOGENEL): ... here.
11988 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11989 (cl--defsubst-expand): Use it.
11990
11991 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11992
11993 * subr.el (log10): Move here from C code, and declare as obsolete.
11994 All uses of (log10 X) replaced with (log X 10).
11995
11996 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11999 Declare with `defvar-local'.
12000 (tabulated-list-use-header-line, tabulated-list-entries)
12001 (tabulated-list-padding, tabulated-list-printer)
12002 (tabulated-list-sort-key): Declare with `defvar-local'.
12003 (tabulated-list-init-header, tabulated-list-print-fake-header):
12004 Use `setq-local'.
12005
12006 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12007
12008 * arc-mode.el (archive-mode): Add `archive-write-file' to
12009 `write-contents-functions' also for remote files. (Bug#14652)
12010
12011 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12012
12013 * cus-edit.el (custom-commands): Fix typos.
12014 (custom-display): Fix tooltip text.
12015 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12016 Fix typos in docstrings.
12017 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12018 (custom-unlispify-menu-entry, custom-magic-value-create)
12019 (custom-add-see-also, custom-group-value-create): Use ?\s.
12020 (custom-guess-type, customize-apropos, editable-field)
12021 (custom-face-value-create): Use `string-match-p'.
12022 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12023
12024 * custom.el (custom-load-symbol): Use `string-match-p'.
12025
12026 * ansi-color.el: Convert to lexical binding.
12027 (ansi-colors): Fix URL.
12028 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12029 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12030 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12031
12032 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12033
12034 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12035
12036 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12037
12038 2013-06-19 Tom Tromey <tromey@redhat.com>
12039
12040 * net/eww.el (eww-top-url): Remove.
12041 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12042 (eww-render): Set new variables. Don't set eww-top-url.
12043 (eww-handle-link): Handle "prev", "home", and "contents".
12044 Downcase the rel text.
12045 (eww-top-url): Choose best top URL.
12046
12047 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12048
12049 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12050 relying in widget.el. Using widget.el leads to too many
12051 user interface inconsistencies.
12052 (eww-self-insert): Implement entering commands in text fields.
12053 (eww-process-text-input): New function to make text input field editing
12054 work.
12055 (eww-submit): Rewrite to use the new-style form methods.
12056 (eww-select-display): Display the correct selected item.
12057 (eww-change-select): Implement changing the select value.
12058 (eww-toggle-checkbox): Implement radio/checkboxes.
12059 (eww-update-field): Fix compilation error.
12060 (eww-tag-textarea): Implement <textarea>.
12061
12062 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12063 we don't shadow mode-specific bindings.
12064
12065 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12066 nothing to push.
12067
12068 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12069
12070 2013-06-19 Glenn Morris <rgm@gnu.org>
12071
12072 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12073
12074 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12075
12076 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12077 not needed.
12078
12079 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12080
12081 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12082
12083 * net/browse-url.el (browse-url-browser-function):
12084 `eww-browse-url' has the right calling signature, `eww' does not.
12085
12086 2013-06-19 Glenn Morris <rgm@gnu.org>
12087
12088 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12089 Only eval autoloaded macros.
12090 (byte-compile-autoload): Only give the macro warning for macros.
12091
12092 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12093 (ps-underlined-faces): Declare.
12094
12095 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12096 (speedbar-add-supported-extension): Declare.
12097
12098 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12099 Don't include a date stamp in the header of the generated file;
12100 it leads to needless differences between output files.
12101
12102 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12103
12104 * net/secrets.el (secrets-struct-secret-content-type):
12105 Replace check of introspection data by a test call of "CreateItem".
12106 Some servers do not offer introspection.
12107
12108 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12109
12110 * electric.el (electric-pair-mode): Improve interaction with
12111 electric-layout-mode.
12112 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12113 (electric-pair-syntax): Use text-mode-syntax-table in comments
12114 and strings.
12115 (electric-pair--insert): New function.
12116 (electric-pair-post-self-insert-function): Use it and
12117 electric--after-char-pos.
12118
12119 2013-06-19 Leo Liu <sdl.web@gmail.com>
12120
12121 * progmodes/octave.el (octave-help): Fix regexp.
12122
12123 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12124
12125 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12126 (shr-table-horizontal-line): Allow nil as a value, and change the
12127 default.
12128 (shr-insert-table-ruler): Respect the nil value.
12129
12130 2013-06-18 Tom Tromey <tromey@barimba>
12131
12132 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12133 New defvars.
12134 (eww-open-file): New defun.
12135 (eww-render): Initialize new variables.
12136 (eww-display-html): Handle "link" and "a".
12137 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12138 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12139 (eww-back-url): Rename from eww-previous-url.
12140 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12141 New defuns.
12142
12143 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12144
12145 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12146 Distinguish ternary operator tokens from slash symbol and slash
12147 char literal.
12148
12149 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12150
12151 Convert symbol prettification into minor mode and global minor mode.
12152
12153 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12154 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12155 (prettify-symbols--keywords): Rename from
12156 `prog-prettify-symbols-alist' and make a local defvar.
12157 (prettify-symbols--compose-symbol): Rename from
12158 `prog--prettify-font-lock-compose-symbol'.
12159 (prettify-symbols--make-keywords): Rename from
12160 `prog-prettify-font-lock-symbols-keywords' and simplify.
12161 (prog-prettify-install): Remove.
12162 (prettify-symbols-mode): New minor mode, based on
12163 `prog-prettify-install'.
12164 (turn-on-prettify-symbols-mode): New function.
12165 (global-prettify-symbols-mode): New globalized minor mode.
12166
12167 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12168 * progmodes/cfengine.el (cfengine3-mode):
12169 * progmodes/perl-mode.el (perl-mode): Don't call
12170 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12171
12172 2013-06-18 Juri Linkov <juri@jurta.org>
12173
12174 * files-x.el (modify-file-local-variable-message): New function.
12175 (modify-file-local-variable)
12176 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12177 and call `modify-file-local-variable-message' when it's non-nil.
12178 (add-file-local-variable, delete-file-local-variable)
12179 (add-file-local-variable-prop-line)
12180 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12181 and use it. (Bug#9820)
12182
12183 2013-06-18 Juri Linkov <juri@jurta.org>
12184
12185 * emulation/vi.el (vi-shell-op):
12186 * emulation/vip.el (vip-execute-com, ex-command):
12187 * emulation/viper-cmd.el (viper-exec-bang):
12188 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12189 the call of `shell-command-on-region'. (Bug#14637)
12190
12191 * simple.el (shell-command-on-region): Doc fix.
12192
12193 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12196 (bug#14633).
12197
12198 2013-06-18 Glenn Morris <rgm@gnu.org>
12199
12200 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12201
12202 * newcomment.el (comment-search-forward, comment-search-backward):
12203 Doc fix. (Bug#14376)
12204
12205 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12206
12207 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12208 (buffer-face-mode-invoke): Doc fix.
12209
12210 2013-06-18 Matthias Meulien <orontee@gmail.com>
12211
12212 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12213 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12214
12215 2013-06-18 Glenn Morris <rgm@gnu.org>
12216
12217 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12218 Replace obsolete function generic-make-keywords with its expansion.
12219
12220 * progmodes/python.el (ffap-alist): Declare.
12221
12222 * textmodes/reftex.el (bibtex-mode-map): Declare.
12223
12224 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12225
12226 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12227 (package-unpack, package-unpack-single): Return the pkg-dir.
12228 (package-download-transaction): Use it to update package-alist.
12229
12230 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12231
12232 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12233 possible choice.
12234
12235 2013-06-17 Juri Linkov <juri@jurta.org>
12236
12237 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12238
12239 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12240
12241 * emacs-lisp/package.el (package-load-descriptor):
12242 Remove `with-syntax-table' call, `read' doesn't need it.
12243 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12244
12245 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12246
12247 * startup.el (command-line): Expand package name returned by
12248 `package--description-file' (bug#14639).
12249
12250 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12251
12252 * emacs-lisp/package.el (package-load-descriptor): Do not call
12253 `emacs-lisp-mode', just use its syntax table.
12254
12255 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12256
12257 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12258 `font-lock-extra-managed-props' if any prettifying keyword is added.
12259 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12260 (prog-mode): Use `setq-local'.
12261
12262 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * international/characters.el (standard-case-table): Set syntax of ?»
12265 and ?« to punctuation.
12266
12267 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12268
12269 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12270 Save relevant match data before calling `syntax-ppss' (bug#14595).
12271
12272 2013-06-15 Juri Linkov <juri@jurta.org>
12273
12274 * files-x.el (modify-file-local-variable-prop-line): Add local
12275 variables to the end of the existing comment on the first line.
12276 Use `file-auto-mode-skip' to skip interpreter magic line,
12277 and also skip XML declaration.
12278
12279 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * startup.el (package--builtin-versions): New var.
12282 (package-subdirectory-regexp): Remove.
12283 (package--description-file): Hard code its value instead.
12284
12285 * emacs-lisp/package.el: Don't activate packages older than builtin.
12286 (package-obsolete-list): Rename from package-obsolete-alist, and make
12287 it into a simple list of package-desc.
12288 (package-strip-version): Remove.
12289 (package-built-in-p): Use package--builtin-versions.
12290 (package-mark-obsolete): Simplify.
12291 (package-process-define-package): Mark it obsolete if older than the
12292 builtin version.
12293 (package-handle-response): Use line-end-position.
12294 (package-read-archive-contents, package--download-one-archive):
12295 Simplify.
12296 (package--add-to-archive-contents): Skip if older than the builtin or
12297 installed version.
12298 (package-menu-describe-package): Fix last change.
12299 (package-list-unversioned): New var.
12300 (package-menu--generate): Use it.
12301
12302 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12303 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12304 (autoload-builtin-package-versions): New variable.
12305 (autoload-generate-file-autoloads): Use them.
12306 Remove the list of autoloaded functions/macros from the
12307 (autoload...) comments.
12308
12309 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12310
12311 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12312
12313 * simple.el (line-move-partial): Don't jump to the next screen
12314 line as soon as it becomes visible. Instead, continue enlarging
12315 the vscroll until the portion of a tall screen line that's left on
12316 display is about the height of the frame's default font.
12317 (Bug#14567)
12318
12319 2013-06-15 Glenn Morris <rgm@gnu.org>
12320
12321 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12322 compilation-error-regexp-alist void, or local while let-bound.
12323
12324 * progmodes/make-mode.el (makefile-mode-syntax-table):
12325 Treat "=" as punctuation. (Bug#14614)
12326
12327 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12328
12329 * help-fns.el (describe-variable):
12330 Add extra line for permanent-local variables.
12331
12332 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12333
12334 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12335 Add export, import, library. (Bug#9164)
12336 (library): Set indent function.
12337
12338 2013-06-14 Glenn Morris <rgm@gnu.org>
12339
12340 * term/xterm.el (xterm--query):
12341 Stop after first matching handler. (Bug#14615)
12342
12343 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12344
12345 Add support for dired in saveplace.
12346 * dired.el (dired-initial-position-hook): New variable.
12347 (dired-initial-position): Call hook to place cursor position.
12348 * saveplace.el (save-place-to-alist): Add dired position.
12349 (save-place-dired-hook): New function.
12350
12351 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12354 through a symbol rather than letrec.
12355
12356 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12357 (package-desc): Add `dir' field.
12358 (package-desc-full-name): New function.
12359 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12360 (package-maybe-load-descriptor): Remove.
12361 (package-load-all-descriptors): Just call package-load-descriptor.
12362 (package--disabled-p): New function.
12363 (package-desc-vers, package-desc-doc): Remove aliases.
12364 (package--dir): Remove function.
12365 (package-activate): Check if a package is disabled.
12366 (package-process-define-package): New function, extracted from
12367 define-package.
12368 (define-package): Turn into a place holder.
12369 (package-unpack-single, package-tar-file-info):
12370 Use package--description-file.
12371 (package-compute-transaction): Use package--disabled-p.
12372 (package-download-transaction): Don't call
12373 package-maybe-load-descriptor since they're all loaded anyway.
12374 (package-install): Change argument to be a pkg-desc.
12375 (package-delete): Use a single pkg-desc argument.
12376 (describe-package-1): Use package-desc-dir instead of package--dir.
12377 Use package-desc property instead of package-symbol.
12378 (package-install-button-action): Adjust accordingly.
12379 (package--push): Rewrite.
12380 (package-menu--print-info): Adjust accordingly. Change the ID format
12381 to be a pkg-desc.
12382 (package-menu-describe-package, package-menu-get-status)
12383 (package-menu--find-upgrades, package-menu-mark-upgrades)
12384 (package-menu-execute, package-menu--name-predicate):
12385 Adjust accordingly.
12386 * startup.el (package--description-file): New function.
12387 (command-line): Use it.
12388 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12389 Use package-desc-version.
12390
12391 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12392 (byte-compile-preprocess): Use it.
12393 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12394 can't quite recognize.
12395 (byte-compile-add-to-list): Remove.
12396 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12397 (cconv-closure-convert): Add assertion.
12398
12399 * emacs-lisp/map-ynp.el: Use lexical-binding.
12400 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12401 Factor out some repeated code.
12402
12403 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * subr.el (with-eval-after-load): New macro.
12406 (eval-after-load): Allow form to be a function.
12407 take advantage of lexical-binding.
12408 (do-after-load-evaluation): Use dolist and adjust to new format.
12409 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12410
12411 2013-06-13 Juri Linkov <juri@jurta.org>
12412
12413 * replace.el (perform-replace): Display "symbol " and other search
12414 modes from `isearch-message-prefix' in the *Help* buffer.
12415
12416 * isearch.el (isearch-query-replace): Add " symbol" and other
12417 possible search modes from `isearch-message-prefix' to the prompt.
12418 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12419 when reading a regexp to collect.
12420
12421 2013-06-13 Juri Linkov <juri@jurta.org>
12422
12423 * isearch.el (word-search-regexp): Match whitespace if the search
12424 string begins or ends in whitespace. The LAX arg is applied to
12425 both ends of the search string. Use `regexp-quote' and explicit
12426 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12427 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12428 boundaries are replaced with symbol boundaries, and characters
12429 between symbols match non-word non-symbol syntax. (Bug#14602)
12430
12431 2013-06-13 Juri Linkov <juri@jurta.org>
12432
12433 * isearch.el (isearch-del-char): Don't exceed the length of
12434 `isearch-string' by the prefix arg. (Bug#14563)
12435
12436 2013-06-13 Juri Linkov <juri@jurta.org>
12437
12438 * isearch.el (isearch-yank-word, isearch-yank-line)
12439 (isearch-char-by-name, isearch-quote-char)
12440 (isearch-printing-char, isearch-process-search-char):
12441 Add optional count prefix arg. (Bug#14563)
12442
12443 * international/isearch-x.el
12444 (isearch-process-search-multibyte-characters):
12445 Add optional count prefix arg.
12446
12447 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12450 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12451 lexical-binding.
12452
12453 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12454
12455 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12456
12457 2013-06-13 Glenn Morris <rgm@gnu.org>
12458
12459 * startup.el (tty-handle-args):
12460 Don't just discard "--" and anything after. (Bug#14608)
12461
12462 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12463
12464 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12465
12466 Implement changes in Secret Service API. Make it backward compatible.
12467 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12468 (secrets-create-item): Use it. Prefix properties with interface.
12469
12470 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12471
12472 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12473 (term-emulate-terminal): Respect term-suppress-hard-newline.
12474
12475 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12476
12477 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12478 Only remove a `thumb-file' overlay. (Bug#14548)
12479
12480 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12481
12482 * mail/reporter.el (reporter-submit-bug-report):
12483 Handle missing package-name. (Bug#14600)
12484
12485 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12486
12487 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12488 (reftex-citation-prompt, reftex-default-bibliography)
12489 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12490 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12491 (reftex-bib-sort-author, reftex-bib-sort-year)
12492 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12493 (reftex-extract-bib-entries-from-thebibliography)
12494 (reftex-get-bibkey-default, reftex-get-bib-names)
12495 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12496 (reftex-format-bib-entry, reftex-parse-bibitem)
12497 (reftex-format-bibitem, reftex-do-citation)
12498 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12499 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12500 (reftex-insert-bib-matches, reftex-format-citation)
12501 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12502 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12503 existing comments into docstrings.
12504
12505 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12506
12507 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12508
12509 2013-06-12 Andreas Schwab <schwab@suse.de>
12510
12511 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12512 for auto-save files.
12513
12514 2013-06-12 Glenn Morris <rgm@gnu.org>
12515
12516 * ido.el (ido-delete-ignored-files): Remove.
12517 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12518 Go back to calling ido-ignore-item-p directly.
12519
12520 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12521
12522 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12523
12524 * ido.el (ido-delete-ignored-files): New function,
12525 split from ido-make-file-list-1.
12526 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12527 (ido-make-file-list-1): Use ido-delete-ignored-files.
12528
12529 2013-06-12 Leo Liu <sdl.web@gmail.com>
12530
12531 * progmodes/octave.el (inferior-octave-startup)
12532 (inferior-octave-completion-table)
12533 (inferior-octave-track-window-width-change)
12534 (octave-eldoc-function-signatures, octave-help)
12535 (octave-find-definition): Use single quoted strings.
12536 (inferior-octave-startup-args): Change default value.
12537 (inferior-octave-startup): Do not hard code "-i" and
12538 "--no-line-editing".
12539 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12540 (inferior-octave-directory-tracker): Use it.
12541 (octave-goto-function-definition): Robustify.
12542 (octave-help): Support highlighting operators in 'See also'.
12543 (octave-find-definition): Find subfunctions only in Octave mode.
12544
12545 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * help-fns.el (help-fns--compiler-macro): If the handler function is
12548 named, then put a link to it.
12549 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12550 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12551 (cl-typep): Use it.
12552 (cl-eval-when): Simplify debug spec.
12553 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12554 compiler-macro function instead of setting `compiler-macro-file'.
12555
12556 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12557
12558 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12559 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12560
12561 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12562 Daniel Hackney <dan@haxney.org>
12563
12564 First part of Daniel Hackney's patch to package.el.
12565 * emacs-lisp/package.el: Use defstruct.
12566 (package-desc): New, main struct.
12567 (package--bi-desc, package--ac-desc): New structs, used to describe the
12568 format in external files.
12569 (package-desc-vers): Replace with package-desc-version accessor.
12570 (package-desc-doc): Replace with package-desc-summary accessor.
12571 (package-activate-1): Remove `package' arg since the pkg-vec now
12572 includes the name.
12573 (define-package): Use package-desc-from-define.
12574 (package-unpack-single): Change file-name arg to be a symbol.
12575 (package--add-to-archive-contents): Use package-desc-create and new
12576 accessor functions to package--ac-desc.
12577 (package-buffer-info, package-tar-file-info): Return a package-desc.
12578 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12579 arg to be a package-desc.
12580 (package-install-file): Adjust accordingly. Use \' to match EOS.
12581 (package--from-builtin): New function.
12582 (describe-package-1, package-menu--generate): Use it.
12583 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12584 (package-generate-autoloads): Idem and return the name of the file.
12585 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12586 Change pkg-info arg to be a package-desc.
12587 Use package-make-ac-desc.
12588 (package-upload-file): Use \' to match EOS.
12589 * finder.el (finder-compile-keywords): Use package-make-builtin.
12590
12591 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * vc/vc.el (vc-deduce-fileset): Change error message.
12594 (vc-read-backend): New function.
12595 (vc-next-action): Use it.
12596
12597 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12598
12599 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12600 (prolog-font-lock-keywords): Use regexp-opt instead.
12601 Don't manually highlight strings.
12602 (prolog-mode-variables): Simplify comment-start-skip.
12603 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12604
12605 * emacs-lisp/generic.el (generic--normalise-comments)
12606 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12607 (generic-mode-set-comments): Use them.
12608 (generic-bracket-support): Use setq-local.
12609 (generic-make-keywords-list): Declare obsolete.
12610
12611 2013-06-11 Glenn Morris <rgm@gnu.org>
12612
12613 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12614 Prettify after setting font-lock-defaults. (Bug#14574)
12615
12616 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * replace.el (query-replace, occur-read-regexp-defaults-function)
12619 (replace-search):
12620 * subr.el (declare-function, number-sequence, local-set-key)
12621 (substitute-key-definition, locate-user-emacs-file)
12622 (with-silent-modifications, split-string, eval-after-load):
12623 Fix typos, remove unneeded backslashes and reflow some docstrings.
12624
12625 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12628 default for Elisp files.
12629
12630 2013-06-11 Glenn Morris <rgm@gnu.org>
12631
12632 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12633 although define-derived-mode was doing this anyway. (Bug#14583)
12634
12635 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12636
12637 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12638 Fix make-variable-buffer-local call to refer to the correct variable.
12639
12640 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12641
12642 * eshell/em-term.el (eshell-visual-commands)
12643 (eshell-visual-subcommands, eshell-visual-options):
12644 Add summary line to docstrings. Add cross-references.
12645
12646 2013-06-10 Glenn Morris <rgm@gnu.org>
12647
12648 * epa.el (epa-read-file-name): New function. (Bug#14510)
12649 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12650
12651 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12652
12653 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12654 output redirection to be ignored with visual commands.
12655
12656 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12657
12658 * eshell/em-term.el (eshell-visual-command-p): New function.
12659 (eshell-term-initialize): Move long lambda to separate function
12660 eshell-visual-command-p.
12661 * eshell/em-dirs.el (eshell-dirs-initialize):
12662 * eshell/em-script.el (eshell-script-initialize):
12663 Add missing #' to lambda.
12664
12665 2013-06-08 Leo Liu <sdl.web@gmail.com>
12666
12667 * progmodes/octave.el (octave-add-log-current-defun): New function.
12668 (octave-mode): Set add-log-current-defun-function.
12669 (octave-goto-function-definition): Do not move point if not found.
12670 (octave-find-definition): Enhance to try subfunctions first.
12671
12672 2013-06-08 Glenn Morris <rgm@gnu.org>
12673
12674 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12675 (byte-compile-backward-char, byte-compile-backward-word):
12676 Improve previous change, to handle non-explicit nil.
12677
12678 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12681 (smie--opener/closer-at-point): New function.
12682 (smie--matching-block-data): Use it. Don't match from right after an
12683 opener or right before a closer. Obey smie-blink-matching-inners.
12684 Don't signal a mismatch for repeated inners like "switch..case..case".
12685
12686 2013-06-07 Leo Liu <sdl.web@gmail.com>
12687
12688 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12689 to t. (Bug#14303)
12690 (octave-function-header-regexp): Fix. (Bug#14570)
12691 (octave-help-mode-finish-hook, octave-help-mode-finish):
12692 Remove. Just use temp-buffer-show-hook.
12693
12694 * newcomment.el (comment-search-backward): Revert last change.
12695 (Bug#14434)
12696
12697 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12698
12699 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12700
12701 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12702 through xargs, to avoid failure due to MS-Windows limitations on
12703 command-line length.
12704
12705 2013-06-06 Glenn Morris <rgm@gnu.org>
12706
12707 * font-lock.el (lisp-font-lock-keywords-2):
12708 Treat user-error like error.
12709
12710 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12711 (byte-compile-backward-char, byte-compile-backward-word):
12712 Handle explicit nil arguments. (Bug#14565)
12713
12714 2013-06-05 Alan Mackenzie <acm@muc.de>
12715
12716 * isearch.el (isearch-allow-prefix): New user option.
12717 (isearch-other-meta-char): Don't exit isearch when a prefix
12718 argument is typed whilst `isearch-allow-prefix' is non-nil.
12719 (Bug#9706)
12720
12721 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * autorevert.el (auto-revert-notify-handler): Use memq.
12724 Hide assertion failure.
12725
12726 * skeleton.el: Use cl-lib.
12727 (skeleton-further-elements): Use defvar-local.
12728 (skeleton-insert): Use cl-progv.
12729
12730 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12731
12732 * progmodes/prog-mode.el (prog-prettify-symbols)
12733 (prog-prettify-install): Update docstrings.
12734
12735 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * simple.el: Move all the prog-mode code to prog-mode.el.
12738 * progmodes/prog-mode.el: New file.
12739 * loadup.el: Add prog-mode.el.
12740
12741 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12742
12743 * simple.el (prog-prettify-symbols): Add version.
12744 (prog-prettify-install): Add convenience function to prettify symbols.
12745
12746 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12747 (perl--augmented-font-lock-keywords-1)
12748 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12749 variables and use it.
12750
12751 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12752 (cfengine3-mode): Remove unneeded variable and use it.
12753
12754 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12755 (lisp--augmented-font-lock-keywords-1)
12756 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12757 Remove unneeded variables and use it.
12758
12759 2013-06-05 João Távora <joaotavora@gmail.com>
12760
12761 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12762 to point when opening the connection. (Bug#14380)
12763
12764 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * subr.el (load-history-regexp, load-history-filename-element)
12767 (eval-after-load, after-load-functions, do-after-load-evaluation)
12768 (eval-next-after-load, display-delayed-warnings)
12769 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12770 definition of save-match-data.
12771 (overriding-local-map): Remove accidental obsolescence declaration.
12772
12773 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12774
12775 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12776
12777 Generalize symbol prettify support to prog-mode and implement it
12778 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12779 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12780 (prog--prettify-font-lock-compose-symbol)
12781 (prog-prettify-font-lock-symbols-keywords): New variables and
12782 functions to support symbol prettification.
12783 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12784 (lisp--augmented-font-lock-keywords-1)
12785 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12786 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12787 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12788 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12789 Implement prettify of -> => :: strings.
12790 * progmodes/perl-mode.el (perl-prettify-symbols)
12791 (perl--font-lock-compose-symbol)
12792 (perl--font-lock-symbols-keywords): Move to prog-mode.
12793 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12794 (perl-font-lock-keywords-1)
12795 (perl-font-lock-keywords-2): Remove explicit prettify support.
12796 (perl--augmented-font-lock-keywords)
12797 (perl--augmented-font-lock-keywords-1)
12798 (perl--augmented-font-lock-keywords-2, perl-mode):
12799 Implement prettify support.
12800
12801 2013-06-05 Leo Liu <sdl.web@gmail.com>
12802
12803 Re-implement SMIE matching block highlight using
12804 show-paren-data-function. (Bug#14395)
12805 * emacs-lisp/smie.el (smie-matching-block-highlight)
12806 (smie--highlight-matching-block-overlay)
12807 (smie--highlight-matching-block-lastpos)
12808 (smie-highlight-matching-block)
12809 (smie-highlight-matching-block-mode): Remove.
12810 (smie--matching-block-data-cache): New variable.
12811 (smie--matching-block-data): New function.
12812 (smie-setup): Use smie--matching-block-data for
12813 show-paren-data-function.
12814
12815 * progmodes/octave.el (octave-mode-menu): Fix.
12816 (octave-find-definition): Skip garbage lines.
12817
12818 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 Fix compilation error with simultaneous dynamic+lexical scoping.
12821 Add warning when a defvar appears after the first let-binding.
12822 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12823 (byte-compile-close-variables): Initialize it.
12824 (byte-compile--declare-var): New function.
12825 (byte-compile-file-form-defvar)
12826 (byte-compile-file-form-define-abbrev-table)
12827 (byte-compile-file-form-custom-declare-variable): Use it.
12828 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12829 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12830 (byte-compile-bind): Handle dynamic bindings that shadow
12831 lexical bindings.
12832 (byte-compile-unbind): Make arg non-optional.
12833 (byte-compile-let): Simplify.
12834 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12835 (cconv--analyse-function, cconv-analyse-form): Populate it.
12836 Protect byte-compile-bound-variables to limit the scope of defvars.
12837 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12838 Remove unneeded rule for `declare'.
12839
12840 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12841 so as to avoid depending on cl-adjoin at run-time.
12842 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12843
12844 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12845 (macroexp--warn-and-return): Use it.
12846
12847 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * subr.el: Convert to lexical binding.
12850 (overriding-local-map): Make obsolete.
12851 (add-to-list): Doc fix. Add compiler macro.
12852 (read-key): Swap values of local maps.
12853
12854 2013-06-05 Leo Liu <sdl.web@gmail.com>
12855
12856 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12857
12858 2013-06-04 Leo Liu <sdl.web@gmail.com>
12859
12860 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12861 (compilation-auto-jump): Suppress the "Mark set" message to give
12862 way to exit message.
12863
12864 2013-06-04 Alan Mackenzie <acm@muc.de>
12865
12866 Remove faulty optimisation from indentation calculation.
12867 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12868 search limit based on 2000 characters back from indent-point.
12869
12870 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12871
12872 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12873
12874 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * emacs-lisp/lisp.el: Use lexical-binding.
12877 (lisp--local-variables-1, lisp--local-variables): New functions.
12878 (lisp--local-variables-completion-table): New var.
12879 (lisp-completion-at-point): Use it complete let-bound vars.
12880
12881 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12882 eagerly (bug#14422).
12883
12884 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12885
12886 * autorevert.el (auto-revert-notify-enabled)
12887 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12888 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12889 (auto-revert-notify-handler): Handle also gfilenotify.
12890
12891 * subr.el (file-notify-handle-event): New defun. Replacing ...
12892 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12893 Remove.
12894
12895 2013-06-03 Juri Linkov <juri@jurta.org>
12896
12897 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12898 `M-s h .'. (Bug#14427)
12899
12900 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12901 command `hi-lock-face-symbol-at-point'.
12902 (hi-lock-face-symbol-at-point): New command.
12903 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12904 (hi-lock-menu): Add `highlight-symbol-at-point'.
12905 (hi-lock-mode): Doc fix.
12906
12907 * isearch.el (isearch-forward-symbol-at-point): New command.
12908 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12909 (isearch-highlight-regexp): Add a regexp which matches
12910 words/symbols for word/symbol mode.
12911
12912 * subr.el (find-tag-default-bounds): New function with the body
12913 mostly moved from `find-tag-default'.
12914 (find-tag-default): Move most code to `find-tag-default-bounds',
12915 call it and apply `buffer-substring-no-properties' afterwards.
12916
12917 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12918
12919 * eshell/em-term.el (eshell-term-initialize):
12920 Use `cl-intersection' rather than `intersection'.
12921
12922 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12923
12924 * vc/log-view.el: Doc fix.
12925 (log-view-mode-map): Copy keymap from `special-mode-map'.
12926
12927 2013-06-02 Eric Ludlam <zappo@gnu.org>
12928
12929 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12930 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12931 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12932 (eieio-unbound, eieio-default-superclass)
12933 (eieio--define-field-accessors, method-static, method-before)
12934 (method-primary, method-after, method-num-lists)
12935 (method-generic-before, method-generic-primary)
12936 (method-generic-after, method-num-slots)
12937 (eieio-specialized-key-to-generic-key)
12938 (eieio--check-type, class-v, class-p)
12939 (eieio-class-name, define-obsolete-function-alias)
12940 (eieio-class-parents-fast, eieio-class-children-fast)
12941 (same-class-fast-p, class-constructor, generic-p)
12942 (generic-primary-only-p, generic-primary-only-one-p)
12943 (class-option-assoc, class-option, eieio-object-p)
12944 (class-abstract-p, class-method-invocation-order)
12945 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12946 (eieio-class-un-autoload, eieio-defclass)
12947 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12948 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12949 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12950 (eieio-defgeneric-reset-generic-form)
12951 (eieio-defgeneric-form-primary-only)
12952 (eieio-defgeneric-reset-generic-form-primary-only)
12953 (eieio-defgeneric-form-primary-only-one)
12954 (eieio-defgeneric-reset-generic-form-primary-only-one)
12955 (eieio-unbind-method-implementations)
12956 (eieio--defmethod, eieio--typep)
12957 (eieio-perform-slot-validation, eieio-validate-slot-value)
12958 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12959 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12960 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12961 (eieio-slot-name-index, eieio-class-slot-name-index)
12962 (eieio-set-defaults, eieio-initarg-to-attribute)
12963 (eieio-attribute-to-initarg, eieio-c3-candidate)
12964 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12965 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12966 (eieio-class-precedence-list, eieio-generic-call-methodname)
12967 (eieio-generic-call-arglst, eieio-generic-call-key)
12968 (eieio-generic-call-next-method-list)
12969 (eieio-pre-method-execution-functions, eieio-generic-call)
12970 (eieio-generic-call-primary-only, eieiomt-method-list)
12971 (eieiomt-optimizing-obarray, eieiomt-install)
12972 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12973 (eieio-generic-form, eieio-defmethod, make-obsolete)
12974 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12975 (defclass): Remove `eval-and-compile' from macro.
12976 (call-next-method, shared-initialize): Instead of using
12977 `scoped-class' variable, use new eieio--scoped-class, and
12978 eieio--with-scoped-class.
12979 (initialize-instance): Rename local variable 'scoped-class' to
12980 'this-class' to remove ambiguitity from old global.
12981
12982 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12983 eieio.el.
12984 (eieio--scoped-class-stack): New variable.
12985 (eieio--scoped-class): New fcn.
12986 (eieio--with-scoped-class): New scoping macro.
12987 (eieio-defclass): Use pushnew instead of add-to-list.
12988 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12989 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12990 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12991 `scoped-class' variable, use new eieio--scoped-class, and
12992 eieio--with-scoped-class.
12993
12994 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12995
12996 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12997
12998 * eshell/esh-ext.el (eshell-external-command): Pass args to
12999 `eshell-find-interpreter'.
13000 (eshell-find-interpreter): Add new second parameter ARGS.
13001
13002 * eshell/em-script.el (eshell-script-initialize): Add second arg
13003 to the function added as MATCH to `eshell-interpreter-alist'.
13004
13005 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13006 the function added as MATCH to `eshell-interpreter-alist'.
13007
13008 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13009 (eshell-visual-options): New defcustom.
13010 (eshell-escape-control-x): Adapt docstring.
13011 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13012 `eshell-visual-options' in addition to `eshell-visual-commands'.
13013 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13014
13015 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13016
13017 * progmodes/python.el (python-indent-block-enders): Add break,
13018 continue and raise keywords.
13019
13020 2013-06-01 Glenn Morris <rgm@gnu.org>
13021
13022 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13023
13024 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13025 * progmodes/cc-cmds.el (delete-forward-p):
13026 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13027 * progmodes/cc-engine.el (buffer-syntactic-context):
13028 * progmodes/cc-fonts.el (face-property-instance):
13029 * progmodes/cc-mode.el (set-keymap-parents):
13030 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13031 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13032 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13033 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13034 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13035
13036 * progmodes/cc-vars.el (other): Emacs has this widget since
13037 at least 21.1, so don't (re)define it.
13038
13039 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13040 Replace the obsolete alias pcomplete-arg-quote-list.
13041
13042 2013-06-01 Leo Liu <sdl.web@gmail.com>
13043
13044 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13045 punctuation syntax.
13046 (inferior-octave-minimal-columns)
13047 (inferior-octave-last-column-width): New variables.
13048 (inferior-octave-track-window-width-change): New function.
13049 (inferior-octave-mode): Adjust column width so that Octave output,
13050 for example from 'ls', can fit into the window nicely.
13051
13052 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13053
13054 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13055 Highlight expansions inside regexp literals.
13056
13057 2013-05-31 Glenn Morris <rgm@gnu.org>
13058
13059 * obsolete/sym-comp.el (symbol-complete):
13060 Replace obsolete completion-annotate-function.
13061
13062 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13063
13064 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13065
13066 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13067 New function, checks if point is inside a literal that allows
13068 expression expansion.
13069 (ruby-syntax-propertize-expansion): Use it.
13070 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13071 around the body.
13072
13073 2013-05-30 Juri Linkov <juri@jurta.org>
13074
13075 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13076 to "\M-si".
13077 (isearch-invisible): New variable.
13078 (isearch-forward): Doc fix.
13079 (isearch-mode): Set `isearch-invisible'
13080 to the value of `search-invisible'.
13081 (isearch-toggle-case-fold): Doc fix.
13082 (isearch-toggle-invisible): New command.
13083 (isearch-query-replace): Let-bind `search-invisible'
13084 to the value of `isearch-invisible'.
13085 (isearch-search): Use `isearch-invisible' instead of
13086 `search-invisible'. Let-bind `search-invisible'
13087 to the value of `isearch-invisible'. (Bug#11378)
13088
13089 2013-05-30 Juri Linkov <juri@jurta.org>
13090
13091 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13092 call when `query-flag' is nil and `search-invisible' is non-nil.
13093 (Bug#11746)
13094
13095 2013-05-30 Glenn Morris <rgm@gnu.org>
13096
13097 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13098
13099 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13100 (cc-require): Suppress spurious "noruntime" warnings.
13101 (cc-require-when-compile): Use fboundp, for sake of compiler.
13102
13103 * progmodes/cc-mode.el: Move load of cc-vars before that of
13104 cc-langs (which in turn loads cc-vars), to quieten compiler.
13105
13106 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13107
13108 * paren.el: Simplify the code.
13109 (show-paren-mode): Always start the timer.
13110 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13111 (show-paren--overlay, show-paren--overlay-1): Rename from
13112 show-paren-overlay and show-paren-overlay-1, and initialize to an
13113 overlay rather than to nil.
13114 (show-paren-function): Misc cleanup and simplifications.
13115
13116 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * paren.el (show-paren-data-function): New hook.
13119 (show-paren--default): New function, extracted from show-paren-function.
13120 (show-paren-function): Use show-paren-data-function.
13121
13122 2013-05-30 Glenn Morris <rgm@gnu.org>
13123
13124 * ielm.el (ielm-map, ielm-complete-symbol):
13125 Use completion-at-point rather than obsolete functions.
13126 (inferior-emacs-lisp-mode): Doc fix.
13127 Set completion-at-point-functions, rather than
13128 comint-dynamic-complete-functions.
13129
13130 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13131 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13132 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13133
13134 * image.el (image-animated-p): Tweak definition.
13135
13136 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13137 (rlogin-process-connection-type): Tweak default. Add set-after.
13138 (rlogin-host): Doc fix.
13139 (rlogin): Tweak prompt.
13140 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13141
13142 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13143 * progmodes/tcl.el (inferior-tcl-mode-map):
13144 Use completion-at-point rather than obsolete alias.
13145
13146 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13147
13148 * minibuffer.el (read-file-name-completion-ignore-case):
13149 Move before completion--in-region, for eager macro expansion.
13150
13151 2013-05-29 Juri Linkov <juri@jurta.org>
13152
13153 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13154 for total count of matching lines. Add `global-matches' for total
13155 count of matches. Rename `matches' to `lines' for count of
13156 matching lines. Add `matches' for count of matches.
13157 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13158 to `prev-line' for line number of prev match endpt.
13159 Increment `matches' for every match. Print the number of
13160 matching lines in the header.
13161 (occur-context-lines): Rename `lines' to `curr-line'.
13162 Rename `prev-lines' to `prev-line'. (Bug#14017)
13163
13164 2013-05-29 Juri Linkov <juri@jurta.org>
13165
13166 * replace.el (perform-replace): Add `skip-read-only-count',
13167 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13168 Increment them for corresponding conditions and report the number
13169 of skipped occurrences in the final message. (Bug#11746)
13170 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13171 (replace-string, replace-regexp): Doc fix.
13172
13173 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13176
13177 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13178 prog-mode-map (bug#14504).
13179
13180 2013-05-29 Leo Liu <sdl.web@gmail.com>
13181
13182 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13183 (octave-help): Small simplification.
13184
13185 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13186 off the highlight first.
13187
13188 2013-05-29 Glenn Morris <rgm@gnu.org>
13189
13190 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13191 Handle idlwave-last-system-routine-info-cons-cell being nil.
13192
13193 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13194 (idlwave-write-paths): Simplify via with-temp-buffer.
13195
13196 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13197 * emulation/cua-rect.el: Also load cua-base at run time.
13198
13199 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13200 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13201 (cperl-imenu-on-info): Require imenu.
13202
13203 2013-05-28 Alan Mackenzie <acm@muc.de>
13204
13205 Handle "capitalised keywords" correctly.
13206 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13207
13208 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13209
13210 * eshell/em-unix.el: Add -r option to cp.
13211
13212 2013-05-28 Glenn Morris <rgm@gnu.org>
13213
13214 * vc/vc-arch.el (vc-exec-after): Declare.
13215 (vc-switches): Autoload.
13216 * vc/vc-bzr.el: No need to require vc when compiling.
13217 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13218 (vc-resynch-buffer, vc-dir-refresh): Declare.
13219 (vc-setup-buffer, vc-switches): Autoload.
13220 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13221 (vc-resynch-buffer): Declare.
13222 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13223 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13224 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13225 (grep-read-regexp, grep-read-files, grep-expand-template)
13226 (vc-dir-refresh): Declare.
13227 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13228 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13229 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13230 * vc/vc-mtn.el (vc-exec-after): Declare.
13231 (vc-switches): Autoload.
13232 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13233 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13234 (vc-file-tree-walk): Declare.
13235 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13236 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13237 (vc-tag-precondition, vc-rename-master): Autoload.
13238 * vc/vc-svn.el (vc-exec-after): Declare.
13239 (vc-switches, vc-setup-buffer): Autoload.
13240 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13241 Autoload.
13242 (vc-resynch-buffer): Declare.
13243
13244 * obsolete/fast-lock.el (byte-compile-warnings):
13245 Don't warn about obsolete features in this obsolete file.
13246
13247 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13248 Move definition before use.
13249
13250 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13251 (dun-unix-verbs): Remove dun-zippy.
13252 (dun-zippy): Remove function.
13253
13254 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13255
13256 2013-05-27 Juri Linkov <juri@jurta.org>
13257
13258 * replace.el (replace-search): New function with code moved out
13259 from `perform-replace'.
13260 (replace-highlight, replace-dehighlight): Move function definitions
13261 up closer to `replace-search'. (Bug#11746)
13262
13263 2013-05-27 Juri Linkov <juri@jurta.org>
13264
13265 * replace.el (perform-replace): Ignore invisible matches.
13266 In addition to checking `query-replace-skip-read-only', also
13267 filter out matches by calling `run-hook-with-args-until-failure'
13268 on `isearch-filter-predicates', and also check `search-invisible'
13269 for t or call `isearch-range-invisible'.
13270 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13271
13272 2013-05-27 Juri Linkov <juri@jurta.org>
13273
13274 * isearch.el (isearch-filter-predicates): Rename from
13275 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13276 (isearch-message-prefix): Display text from the property
13277 `isearch-message-prefix' of the currently active filters.
13278 (isearch-search): Don't compare `isearch-filter-predicate' with
13279 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13280 on `isearch-filter-predicates'. Also check `search-invisible' for t
13281 or call `isearch-range-invisible'.
13282 (isearch-filter-visible): Make obsolete.
13283 (isearch-lazy-highlight-search):
13284 Call `run-hook-with-args-until-failure' on
13285 `isearch-filter-predicates' and use `isearch-range-invisible'.
13286
13287 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13288 `isearch-filter-predicates' instead of `funcall'ing
13289 `isearch-filter-predicate'.
13290 (Info-mode): Set `Info-isearch-filter' to
13291 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13292
13293 * dired-aux.el (dired-isearch-filter-predicate-orig):
13294 Remove variable.
13295 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13296 (dired-isearch-filenames-end): Add and remove
13297 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13298 instead of changing the value of `isearch-filter-predicate'.
13299 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13300 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13301 Put property `isearch-message-prefix' to "filename " on
13302 `dired-isearch-filter-filenames'.
13303
13304 * wdired.el (wdired-change-to-wdired-mode):
13305 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13306 locally instead of changing `isearch-filter-predicate'.
13307 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13308
13309 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13310
13311 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13312 return the commit hash (Bug#14459). Also set the
13313 `vc-git-detached' property.
13314 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13315 (vc-git-mode-line-string): Use the same help-echo format whether
13316 in detached mode or not, because we know the actual revision now.
13317 When in detached mode, shorten the revision to 7 chars.
13318
13319 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * emacs-lisp/easy-mmode.el (define-minor-mode):
13322 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13323 mode hook and provide a docstring.
13324
13325 2013-05-27 Alan Mackenzie <acm@muc.de>
13326
13327 Remove spurious syntax-table text properties inserted by C-y.
13328 * progmodes/cc-mode.el (c-after-change): Also clear hard
13329 syntax-table property with value nil.
13330
13331 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13332
13333 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13334 when reading the events; the buffer layout shall not be changed.
13335
13336 2013-05-27 Leo Liu <sdl.web@gmail.com>
13337
13338 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13339 New variable.
13340 (inferior-octave-directory-tracker): Automatically re-sync
13341 default-directory.
13342 (octave-help): Improve handling of 'See also'.
13343
13344 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * doc-view.el: Minor naming convention tweaks.
13347 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13348
13349 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13350 even if there's no `display' property yet (bug#14435).
13351
13352 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13353
13354 * subr.el (unmsys--file-name): Rename from reveal-filename.
13355
13356 * Makefile.in (custom-deps, finder-data, autoloads)
13357 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13358 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13359 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13360
13361 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13364 error-completion on the first 2 args of condition-case (bug#14446).
13365 Don't burp at EOB.
13366
13367 2013-05-25 Leo Liu <sdl.web@gmail.com>
13368
13369 * comint.el (comint-previous-matching-input): Do not flood the
13370 *Messages* buffer with trivial messages.
13371
13372 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * progmodes/flymake.el (flymake-nop): Don't return a string.
13375 (flymake-set-at): Fix typo.
13376
13377 * simple.el (read--expression): New function, extracted from
13378 eval-expression. Set completion-at-point-functions (bug#14465).
13379 (eval-expression, eval-minibuffer): Use it.
13380
13381 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13382
13383 * progmodes/flymake.el (flymake-save-buffer-in-file)
13384 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13385 (flymake-selected-frame, flymake-log, flymake-ins-after)
13386 (flymake-set-at, flymake-get-buildfile-from-cache)
13387 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13388 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13389 Refine the doc string.
13390 (flymake-get-file-name-mode-and-masks): Reformat.
13391 (flymake-get-real-file-name-function): Fix a minor bug.
13392
13393 2013-05-24 Juri Linkov <juri@jurta.org>
13394
13395 * progmodes/grep.el (grep-mode-font-lock-keywords):
13396 Support =linenumber= format used by git-grep for lines with
13397 function names. (Bug#13549)
13398
13399 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13402 0 after a semi-colon; it works better for smie-auto-fill.
13403 (octave--indent-new-comment-line): New function.
13404 (octave-indent-new-comment-line): Use it (indirectly).
13405 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13406 modify comment-line-break-function.
13407
13408 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13409 (smie-setup): Use add-function to set it.
13410
13411 2013-05-24 Sam Steingold <sds@gnu.org>
13412
13413 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13414 argument (before the `interactive' argument).
13415
13416 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13417
13418 * image-mode.el (image-mode-winprops): Add winprops to
13419 image-mode-winprops-alist before running
13420 image-mode-new-window-functions.
13421 * doc-view.el (doc-view-new-window-function): Don't delay
13422 doc-view-goto-page via timers (bug#14435).
13423
13424 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13425
13426 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13427 (doc-view-desktop-save-buffer): New function.
13428 (doc-view-restore-desktop-buffer): New function.
13429 (desktop-buffer-mode-handlers):
13430 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13431 handler.
13432 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13433 `desktop-save-buffer' function.
13434
13435 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13436
13437 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13438 (tramp-gvfs-file-name-handler): Raise a user error when
13439 `tramp-gvfs-enabled' is nil.
13440 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13441 Do not raise a user error when loading package. (Bug#14447)
13442
13443 * net/xesam.el: Move to obsolete/.
13444
13445 2013-05-24 Glenn Morris <rgm@gnu.org>
13446
13447 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13448
13449 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13450
13451 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13452 (Info-find-node, Man-getpage-in-background): Declare.
13453
13454 * mail/unrmail.el (unrmail):
13455 Replace obsolete detect-coding-with-priority.
13456
13457 * net/socks.el (socks-split-string): Use this rather than split-string.
13458 (socks-nslookup-host): Update for above change.
13459 (dynamic-choice, s5-dynamic-choice-match)
13460 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13461 Comment out unused code.
13462
13463 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13464 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13465 (gud-tooltip-echo-area): Make obsolete.
13466 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13467
13468 * progmodes/js.el (js--optimize-arglist): Declare.
13469
13470 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13471
13472 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13473 (ediff-window-C): Declare.
13474
13475 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13476 Tweak requires to silence compiler.
13477
13478 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13479 (he-search-string, he-tried-table, he-expand-list)
13480 (he-init-string, he-string-member, he-substitute-string)
13481 (he-reset-string): Declare.
13482
13483 * obsolete/options.el (list-options): Use custom-variable-p,
13484 rather than obsolete alias.
13485
13486 2013-05-23 Sam Steingold <sds@gnu.org>
13487
13488 * simple.el (shell-command-on-region): Pass the `replace' argument
13489 down to `call-process-region' to comply with the doc as reported on
13490 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13491
13492 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * emacs-lisp/smie.el (smie-indent-forward-token)
13495 (smie-indent-backward-token): Handle string tokens (bug#14381).
13496
13497 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13498
13499 * ielm.el (ielm-menu): New menu.
13500 (inferior-emacs-lisp-mode): Set comment-start.
13501
13502 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13503
13504 * textmodes/reftex.el (reftex-ref-style-toggle):
13505 Fix deactivate action.
13506
13507 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13508 Add cleveref macros.
13509
13510 * textmodes/reftex-parse.el
13511 (reftex-locate-bibliography-files): Accept options for
13512 bibliography commands.
13513 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13514 Add addbibresource. Basic Biblatex support.
13515
13516 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13517
13518 * net/tramp-gvfs.el (top):
13519 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13520 when loading package. (Bug#14447)
13521
13522 2013-05-23 Glenn Morris <rgm@gnu.org>
13523
13524 * progmodes/js.el: No need to load comint when compiling.
13525 (ring-insert, comint-send-string, comint-send-input)
13526 (comint-last-input-end, ido-chop): Declare.
13527
13528 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13529 * vc/ediff-mult.el: Adjust requires.
13530 (ediff-directories-internal, ediff-directory-revisions-internal)
13531 (ediff-patch-file-internal): Declare.
13532 * vc/ediff-ptch.el: Adjust requires.
13533 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13534 (ediff-find-file): Autoload.
13535 * vc/ediff-util.el: No need to load ediff when compiling.
13536 (ediff-regions-internal): Declare.
13537 * vc/ediff-wind.el: Adjust requires.
13538 (ediff-compute-toolbar-width): Define when compiling.
13539 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13540 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13541 (dired-get-filename, dired-get-marked-files)
13542 (ediff-last-dir-patch, ediff-patch-default-directory)
13543 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13544 (ediff-patch-buffer-internal): Declare.
13545
13546 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13547 (ispell-process, ispell-buffer-local-words, lm-summary)
13548 (lm-section-start, lm-section-end): Declare.
13549 (checkdoc-ispell-init): Simplify.
13550
13551 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13552 (he-string-member, he-reset-string, he-substitute-string): Declare.
13553
13554 * eshell/em-ls.el: Adjust requires.
13555 (eshell-glob-regexp): Declare.
13556 * eshell/em-tramp.el: Adjust requires.
13557 (eshell-parse-command): Autoload.
13558 * eshell/em-xtra.el: Adjust requires.
13559 (eshell-parse-command): Autoload.
13560 * eshell/esh-ext.el: Adjust requires.
13561 (eshell-parse-command, eshell-close-handles): Autoload.
13562 * eshell/esh-io.el: Adjust requires.
13563 (eshell-output-filter): Autoload.
13564 * eshell/esh-util.el: No need to load tramp when compiling.
13565 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13566 Declare.
13567 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13568 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13569 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13570 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13571 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13572 * eshell/esh-opt.el, eshell/esh-proc.el:
13573 * eshell/esh-var.el: Adjust requires.
13574 * eshell/eshell.el: Do not require esh-util twice.
13575 (eshell-add-input-to-history): Declare.
13576 (eshell-command): Check history module is active before using it.
13577
13578 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13579
13580 2013-05-22 Leo Liu <sdl.web@gmail.com>
13581
13582 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13583
13584 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13585
13586 * autorevert.el (auto-revert-notify-add-watch)
13587 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13588 it indicates changes in file modification time.
13589
13590 2013-05-22 Glenn Morris <rgm@gnu.org>
13591
13592 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13593 Always delete the autoloaded function from the noruntime and
13594 unresolved functions lists.
13595
13596 * allout.el: No need to load epa, epg, overlay when compiling.
13597 (epg-context-set-passphrase-callback, epg-list-keys)
13598 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13599 (epg-key-user-id-list): Declare.
13600
13601 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13602 (viper-set-parsing-style-toggling-macro)
13603 (viper-set-emacs-state-searchstyle-macros):
13604 Use called-interactively-p on Emacs.
13605 (viper-looking-back): Make it an obsolete alias. Update callers.
13606 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13607 Use looking-back rather than viper-looking-back.
13608 (viper-tmp-insert-at-eob, viper-enlarge-region)
13609 (viper-read-string-with-history, viper-register-to-point)
13610 (viper-append-to-register, viper-change-state-to-vi)
13611 (viper-backward-char-carefully, viper-forward-char-carefully)
13612 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13613 (viper-change-state-to-emacs): Declare.
13614 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13615 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13616 * emulation/viper-mous.el: Do not load viper-cmd.
13617 (viper-backward-char-carefully, viper-forward-char-carefully)
13618 (viper-forward-word, viper-adjust-window): Declare.
13619
13620 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13621
13622 * progmodes/idlw-help.el (idlwave-help-fontify):
13623 Use called-interactively-p.
13624
13625 * term/w32console.el (w32-get-console-codepage)
13626 (w32-get-console-output-codepage): Declare.
13627
13628 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13629 Remove unnecessary declarations.
13630 (dframe-message): Doc fix.
13631
13632 * info.el (dframe-select-attached-frame, dframe-current-frame):
13633 Declare.
13634
13635 * speedbar.el (speedbar-message): Make it an obsolete alias.
13636 Update all callers.
13637 (speedbar-with-attached-buffer)
13638 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13639 (speedbar-with-writable): Use backquote.
13640 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13641 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13642 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13643 rather than speedbar- aliases.
13644 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13645 (speedbar-make-specialized-keymap, speedbar-insert-button)
13646 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13647 (speedbar-do-function-pointer): Declare.
13648 (rmail-speedbar-button, rmail-speedbar-find-file)
13649 (rmail-speedbar-move-message):
13650 Use dframe-with-attached-buffer rather than speedbar- alias.
13651 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13652 (dframe-message, speedbar-make-specialized-keymap)
13653 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13654 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13655 (speedbar-insert-button, dframe-select-attached-frame)
13656 (dframe-maybee-jump-to-attached-frame)
13657 (speedbar-change-initial-expansion-list)
13658 (speedbar-previously-used-expansion-list-name): Declare.
13659 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13660 Use dframe-message, dframe-with-attached-buffer rather than
13661 speedbar- aliases.
13662 (gud-sentinel): Silence compiler.
13663 * progmodes/vhdl-mode.el (speedbar-refresh)
13664 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13665 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13666 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13667 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13668 (speedbar-file-lists, speedbar-make-tag-line)
13669 (speedbar-line-directory, speedbar-goto-this-file)
13670 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13671 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13672 (speedbar-make-button, speedbar-reset-scanners)
13673 (speedbar-files-item-info, speedbar-line-text)
13674 (speedbar-find-file-in-frame, speedbar-set-timer)
13675 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13676 (speedbar-with-writable): Do not (re)define it.
13677 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13678 rather than speedbar- alias.
13679
13680 2013-05-21 Leo Liu <sdl.web@gmail.com>
13681
13682 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13683 menu items.
13684 (octave-mode): Tweak fill-nobreak-predicate.
13685 (inferior-octave-startup): Check process to avoid infinite loop.
13686 (inferior-octave): Pop to buffer first to show abornmal process
13687 exit information.
13688
13689 2013-05-21 Glenn Morris <rgm@gnu.org>
13690
13691 * printing.el (pr-menu-bar): Define when compiling.
13692
13693 2013-05-21 Leo Liu <sdl.web@gmail.com>
13694
13695 * progmodes/octave.el (octave-auto-fill): Remove.
13696 (octave-indent-new-comment-line): Improve.
13697 (octave-mode): Use auto fill mode through
13698 comment-line-break-function and fill-nobreak-predicate.
13699 (octave-goto-function-definition): Support DEFUN_DLD.
13700 (octave-beginning-of-defun): Small tweak.
13701 (octave-help): Show parent directory.
13702
13703 2013-05-21 Glenn Morris <rgm@gnu.org>
13704
13705 * files.el (dired-unmark):
13706 * progmodes/gud.el (gdb-input): Update declarations.
13707
13708 * calculator.el (electric, ehelp): No need to load when compiling.
13709 (Electric-command-loop, electric-describe-mode): Declare.
13710
13711 * doc-view.el (doc-view-current-converter-processes): Move before use.
13712
13713 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13714 Move MODE-set-explicitly definition before use.
13715
13716 * international/mule-diag.el (mule-diag):
13717 Don't use obsolete window-system-version.
13718
13719 * mail/feedmail.el (smtpmail): No need to load when compiling.
13720 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13721
13722 * mail/mail-utils.el (rfc822): No need to load when compiling.
13723 (rfc822-addresses): Autoload it.
13724 (mail-strip-quoted-names): Trivial simplification.
13725
13726 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13727 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13728
13729 * net/snmp-mode.el (tempo): Don't duplicate requires.
13730
13731 * progmodes/prolog.el (info): No need to load when compiling.
13732 (comint): Require before shell requires it.
13733 (Info-goto-node): Autoload it.
13734 (Info-follow-nearest-node): Declare.
13735 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13736
13737 * textmodes/artist.el (picture-mode-exit): Declare.
13738
13739 * textmodes/reftex-parse.el (reftex-parse-from-file):
13740 Trivial rewrite so the compiler can parse it better.
13741
13742 2013-05-20 Leo Liu <sdl.web@gmail.com>
13743
13744 * progmodes/octave.el (octave-help-mode-map)
13745 (octave-help-mode-finish-hook): New variables.
13746 (octave-help-mode, octave-help-mode-finish): New functions.
13747 (octave-help): Use octave-help-mode.
13748
13749 2013-05-20 Glenn Morris <rgm@gnu.org>
13750
13751 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13752
13753 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13754
13755 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13756 start at point, so that expansion starting right after opening
13757 slash in a regexp is recognized.
13758 (ruby-syntax-before-regexp-re): New defvar, extracted from
13759 ruby-syntax-propertize-function. Since the value of this regexp
13760 is looked up at runtime now, we should be able to turn
13761 `ruby-syntax-methods-before-regexp' into a defcustom later.
13762 (ruby-syntax-propertize-function): Split regexp matching into two
13763 parts, for opening and closing slashes. That allows us to skip
13764 over string interpolations and support multiline regexps.
13765 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13766 for them, which calls `ruby-syntax-propertize-expansion'.
13767 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13768 call to `ruby-syntax-propertize-function'.
13769 (ruby-syntax-propertize-expansion): Extracted from
13770 `ruby-syntax-propertize-expansions'. Handles one expansion.
13771 (ruby-syntax-propertize-percent-literal): Leave point right after
13772 the percent symbol, so that the expression expansion rule can
13773 propertize the contents.
13774 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13775 heredoc openers.
13776 (ruby-syntax-propertize-expansions): Remove.
13777
13778 2013-05-18 Juri Linkov <juri@jurta.org>
13779
13780 * man.el (Man-default-man-entry): Remove `-' from the end
13781 of the default value. (Bug#14400)
13782
13783 2013-05-18 Glenn Morris <rgm@gnu.org>
13784
13785 * comint.el (comint-password-prompt-regexp):
13786 Allow "password for XXX" where XXX contains colons (eg https://...).
13787
13788 2013-05-18 Leo Liu <sdl.web@gmail.com>
13789
13790 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13791 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13792 (octave-source-directories): Don't check process.
13793 (octave-source-directories, octave-find-definition): Doc fix.
13794
13795 2013-05-18 Glenn Morris <rgm@gnu.org>
13796
13797 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13798 Remove backspace/delete bindings. (Bug#14392)
13799
13800 * cus-dep.el (custom-make-dependencies): Sort the output.
13801 (custom-versions-load-alist): Convert comment to doc.
13802
13803 2013-05-17 Leo Liu <sdl.web@gmail.com>
13804
13805 * newcomment.el (comment-search-backward): Stricter in finding
13806 comment start. (Bug#14303)
13807
13808 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13809 (octave-comment-start-skip): Properly anchored.
13810
13811 2013-05-17 Leo Liu <sdl.web@gmail.com>
13812
13813 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13814 Clean up when turned off. (Bug#14395)
13815 (smie--highlight-matching-block-overlay): No longer buffer-local.
13816 (smie-highlight-matching-block): Adjust.
13817
13818 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13819
13820 Doc string fix for "nanoseconds" (Bug#14406).
13821 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13822 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13823
13824 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13825
13826 * calc/calc-units.el (math-extract-units): Preserve powers
13827 of units.
13828
13829 2013-05-17 Leo Liu <sdl.web@gmail.com>
13830
13831 * subr.el (delete-consecutive-dups): New function.
13832 * ido.el (ido-set-matches-1): Use it.
13833 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13834 * ido.el (ido-remove-consecutive-dups): Remove.
13835
13836 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13839 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13840 regexp-opt's `words'.
13841
13842 2013-05-16 Leo Liu <sdl.web@gmail.com>
13843
13844 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13845 (smie--highlight-matching-block-overlay)
13846 (smie--highlight-matching-block-lastpos)
13847 (smie--highlight-matching-block-timer): New variables.
13848 (smie-highlight-matching-block): New function.
13849 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13850 (smie-setup): Conditionally enable smie-blink-matching-open.
13851
13852 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13853
13854 Sync with upstream verilog-mode r840.
13855 * progmodes/verilog-mode.el (verilog-mode-version)
13856 (verilog-mode-release-date): Update.
13857 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13858 (verilog-sig-tieoff): Fix string error on
13859 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13860 (verilog-read-decls): Fix parameters confusing
13861 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13862
13863 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13864
13865 * subr.el (reveal-filename): New function.
13866
13867 * loadup.el: Compute Emacs executable versions on MS-Windows,
13868 where executables have the .exe extension. Add a hard link
13869 emacs-XX.YY.ZZ.exe on MS-Windows.
13870
13871 * Makefile.in (XARGS_LIMIT): New variable.
13872 (custom-deps, finder-data, autoloads)
13873 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13874 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13875 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13876 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13877
13878 2013-05-16 Leo Liu <sdl.web@gmail.com>
13879
13880 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13881 (octave-mode-menu, octave-mode-map): Remove its uses.
13882
13883 2013-05-16 Reto Zimmermann <reto@gnu.org>
13884
13885 Sync with upstream vhdl mode v3.34.2.
13886 * progmodes/vhdl-mode.el: Use `push' throughout.
13887 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13888 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13889 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13890 (vhdl-actual-generic-name): New option to derive actual generic name.
13891 (vhdl-port-paste-signals): Replace formal by actual generics.
13892 (vhdl-beautify): New name for old group vhdl-align. Update users.
13893 (vhdl-beautify-options): New option.
13894 (vhdl-last-input-event): New compat alias. Use throughout.
13895 (vhdl-goto-line): Replace user level function `goto-line'.
13896 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13897 vhdl-fix-statement-buffer.
13898 (vhdl-create-mode-menu): Add some entries.
13899 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13900 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13901 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13902 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13903 to force statements on one line.
13904 (vhdl-remove-trailing-spaces-region):
13905 New, split from vhdl-remove-trailing-spaces.
13906 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13907 Respect vhdl-beautify-options.
13908 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13909 (vhdl-update-sensitivity-list): Not add with index if exists without.
13910 Not include array index with signal. Ignore keywords in comments.
13911 (vhdl-get-visible-signals): Regexp tweaks.
13912 (vhdl-template-component-inst): Handle empty library.
13913 (vhdl-template-type): Add template for 'enum' type.
13914 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13915 Use vhdl-replace-string.
13916 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13917 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13918 (vhdl-speedbar-initialize): Update for above name change.
13919 (vhdl-compose-wire-components): Fix in handling of constants.
13920 (vhdl-error-regexp-emacs-alist): New variable.
13921 (vhdl-error-regexp-add-emacs): New function;
13922 adds support for new compile.el (Emacs 22+)
13923 (vhdl-generate-makefile-1): Change target order for single lib. units.
13924 Allow use of absolute file names.
13925
13926 2013-05-16 Leo Liu <sdl.web@gmail.com>
13927
13928 * simple.el (prog-indent-sexp): Indent enclosing defun.
13929
13930 2013-05-15 Glenn Morris <rgm@gnu.org>
13931
13932 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13933 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13934 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13935 (whitespace-highlight): Move to whitespace group.
13936
13937 * comint.el (comint-source):
13938 * pcmpl-linux.el (pcmpl-linux):
13939 * shell.el (shell-faces):
13940 * eshell/esh-opt.el (eshell-opt):
13941 * international/ccl.el (ccl): Remove empty custom groups.
13942
13943 * completion.el (dynamic-completion-mode):
13944 * jit-lock.el (jit-lock-debug-mode):
13945 * minibuffer.el (completion-in-region-mode):
13946 * type-break.el (type-break-mode-line-message-mode)
13947 (type-break-query-mode):
13948 * emulation/tpu-edt.el (tpu-edt-mode):
13949 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13950 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13951 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13952
13953 * term/xterm.el (xterm): Change parent group to terminals.
13954
13955 * master.el (master): Remove empty custom group.
13956 (master-mode): Remove unused :group argument.
13957 * textmodes/refill.el (refill): Remove empty custom group.
13958 (refill-mode): Remove unused :group argument.
13959
13960 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13961
13962 * cus-dep.el: Provide a feature.
13963 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13964 Don't mistakenly ignore files whose basenames match a basename
13965 from preloaded-file-list (eg cedet/ede/simple.el).
13966 Add a fallback method for getting :group.
13967
13968 2013-05-15 Juri Linkov <juri@jurta.org>
13969
13970 * isearch.el (isearch-char-by-name): Rename from
13971 `isearch-insert-char-by-name'. Doc fix.
13972 (isearch-forward): Mention `isearch-char-by-name' in
13973 the docstring. (Bug#13348)
13974
13975 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13976 `exit-minibuffer' instead of
13977 `isearch-nonincremental-exit-minibuffer'.
13978 (isearch-edit-string): Remove mention of
13979 `isearch-nonincremental-exit-minibuffer' from docstring.
13980 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13981 (isearch-forward-exit-minibuffer)
13982 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13983
13984 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13985
13986 * loadup.el: Just use unversioned DOC.
13987
13988 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13989 literals as extending to EOB.
13990 (nxml-last-fontify-end): Remove unused variable.
13991 (nxml-after-change1): Use with-silent-modifications.
13992 (nxml-extend-after-change-region): Simplify.
13993 (nxml-extend-after-change-region1): Remove function.
13994 (nxml-after-change1): Don't adjust for dependent regions.
13995 (nxml-fontify-matcher): Simplify.
13996 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13997 (xmltok-add-dependent): Remove function.
13998 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13999 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14000 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14001 unclosed <[[, <?, comment, and other literals as extending to EOB.
14002 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14003 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14004 Remove functions.
14005 (rng-do-some-validation-1): Don't mark dependent regions.
14006 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14007 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14008 (nxml-clear-dependent-regions): Remove functions.
14009 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14010 (nxml-ensure-scan-up-to-date):
14011 Don't clear&mark dependent regions.
14012
14013 2013-05-15 Leo Liu <sdl.web@gmail.com>
14014
14015 * progmodes/octave.el (octave-goto-function-definition):
14016 Improve and fix callers.
14017
14018 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14021 the setter (bug#14387).
14022
14023 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14024 surrounding group (bug#14402).
14025
14026 2013-05-14 Juri Linkov <juri@jurta.org>
14027
14028 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14029 (Bug#14390)
14030
14031 2013-05-14 Glenn Morris <rgm@gnu.org>
14032
14033 * progmodes/f90.el (f90-imenu-generic-expression):
14034 Fix typo in 2013-05-08 change. (Bug#14402)
14035
14036 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14037
14038 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14039 Remove signals for which replies are never received.
14040
14041 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14042
14043 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14044 (gdb-handler-alist, gdb-handler-number): Remove variables.
14045 (gdb-handler-list): New variable.
14046 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14047 (gdb-pending-handler-p, gdb-handle-reply)
14048 (gdb-remove-all-pending-triggers): New functions.
14049 (gdb-discard-unordered-replies): New defcustom.
14050 (gdb-handler): New defstruct.
14051 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14052 instead of gdb-pending-triggers. Update docstring.
14053 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14054 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14055 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14056 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14057 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14058 (gdb-frame-handler): Pending triggers are now automatically managed.
14059 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14060 Remove argument.
14061 (gdb-input): Automatically handles pending triggers. Update docstring.
14062 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14063 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14064 Update comments.
14065 (gdb-done-or-error): Now use gdb-handle-reply.
14066
14067 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14068
14069 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14070 gdb-debug-log.
14071
14072 2013-05-14 Glenn Morris <rgm@gnu.org>
14073
14074 * subr.el (user-emacs-directory-warning): New option.
14075 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14076
14077 2013-05-14 Leo Liu <sdl.web@gmail.com>
14078
14079 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14080 during redisplay.
14081 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14082 (octave-font-lock-texinfo-comment): Fix invalid search bound
14083 error: wrong side of point.
14084
14085 2013-05-14 Glenn Morris <rgm@gnu.org>
14086
14087 * progmodes/flymake.el (flymake-xml-program): New option.
14088 (flymake-xml-init): Use it.
14089
14090 * term/xterm.el: Provide a feature.
14091
14092 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14093
14094 2013-05-13 Glenn Morris <rgm@gnu.org>
14095
14096 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14097 Add compat aliases as a hack workaround. (Bug#14384)
14098
14099 2013-05-13 Leo Liu <sdl.web@gmail.com>
14100
14101 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14102 ###, and %!.
14103 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14104 C-M-q.
14105 (octave-comment-start-skip): Include %!.
14106 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14107
14108 2013-05-12 Leo Liu <sdl.web@gmail.com>
14109
14110 * progmodes/octave.el (inferior-octave-startup): Store the value
14111 of __octave_srcdir__ for octave-source-directories.
14112 (inferior-octave-check-process): New function refactored out of
14113 inferior-octave-send-list-and-digest.
14114 (octave-source-directories)
14115 (octave-find-definition-filename-function): New variables.
14116 (octave-source-directories)
14117 (octave-find-definition-default-filename): New functions.
14118 (octave-find-definition): Improve to find functions implemented in C++.
14119
14120 2013-05-12 Glenn Morris <rgm@gnu.org>
14121
14122 * calendar/diary-lib.el (diary-outlook-format-1):
14123 Don't include dayname in the output. (Bug#14349)
14124
14125 2013-05-11 Glenn Morris <rgm@gnu.org>
14126
14127 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14128
14129 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14130 Treat cc-provide like provide.
14131
14132 2013-05-11 Kevin Ryde <user42@zip.com.au>
14133
14134 * cus-dep.el (custom-make-dependencies):
14135 Use generated-autoload-load-name for the sake of files such
14136 such cedet/semantic/bovine/c.el, where the base file name
14137 is not in load-path. (Bug#5277)
14138
14139 2013-05-11 Glenn Morris <rgm@gnu.org>
14140
14141 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14142 Provide features.
14143
14144 2013-05-11 Leo Liu <sdl.web@gmail.com>
14145
14146 * progmodes/octave.el (octave-indent-comment): Improve.
14147 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14148 (octave-eldoc-function-signatures, octave-eldoc-function):
14149 New functions.
14150 (octave-mode, inferior-octave-mode): Add eldoc support.
14151
14152 2013-05-11 Richard Stallman <rms@gnu.org>
14153
14154 * epa.el (epa-decrypt-file): Take output file name as argument
14155 and read it using `interactive'.
14156
14157 2013-05-11 Leo Liu <sdl.web@gmail.com>
14158
14159 * progmodes/octave.el (octave-beginning-of-line)
14160 (octave-end-of-line): Check before using up-list because it jumps
14161 out of more syntactic contructs since moving to smie.
14162 (octave-indent-comment): New function.
14163 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14164 (octave-begin-keywords, octave-end-keywords)
14165 (octave-reserved-words, octave-smie-bnf-table)
14166 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14167
14168 2013-05-11 Glenn Morris <rgm@gnu.org>
14169
14170 * faces.el (internal-face-x-get-resource):
14171 * frame.el (ns-display-monitor-attributes-list):
14172 * calc/calc-aent.el (math-to-radians-2):
14173 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14174 Fix declarations.
14175
14176 * calc/calc-menu.el: Make it loadable in isolation.
14177
14178 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14179 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14180 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14181 (eudc-bbdb-query-internal): Require 'bbdb.
14182
14183 * lpr.el (lpr-headers-switches):
14184 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14185
14186 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14187
14188 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14189
14190 * term.el (term-set-escape-char): Make it idempotent.
14191
14192 2013-05-10 Leo Liu <sdl.web@gmail.com>
14193
14194 * progmodes/octave.el (inferior-octave-completion-table):
14195 No longer a function and all uses changed. Use cache to speed up
14196 completion due to bug#11906.
14197 (octave-beginning-of-defun): Re-write to be more general.
14198
14199 2013-05-10 Glenn Morris <rgm@gnu.org>
14200
14201 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14202
14203 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * comint.el (comint-redirect-send-command-to-process): Use :around
14206 rather than :override for comint-redirect-filter.
14207 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14208 Call it instead of comint-redirect-original-filter-function (which
14209 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14210
14211 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14212
14213 * frame.el (display-monitor-attributes-list): Add NS case.
14214 (ns-display-monitor-attributes-list): Declare.
14215
14216 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14217
14218 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14219
14220 2013-05-09 Glenn Morris <rgm@gnu.org>
14221
14222 * international/fontset.el (vertical-centering-font-regexp):
14223 Set standard-value.
14224
14225 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14226
14227 * bookmark.el (bookmark-search-delay):
14228 * cus-start.el (vertical-centering-font-regexp):
14229 * ps-mule.el (ps-mule-font-info-database-default):
14230 * ps-print.el (ps-default-fg, ps-default-bg):
14231 * type-break.el (type-break-good-break-interval):
14232 * whitespace.el (whitespace-indentation-regexp)
14233 (whitespace-space-after-tab-regexp):
14234 * emacs-lisp/testcover.el (testcover-1value-functions)
14235 (testcover-noreturn-functions, testcover-progn-functions)
14236 (testcover-prog1-functions):
14237 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14238 * eshell/em-glob.el (eshell-glob-translate-alist):
14239 * play/tetris.el (tetris-tty-colors):
14240 * progmodes/cpp.el (cpp-face-default-list):
14241 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14242 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14243 (idlwave-help-browser-generic-args):
14244 * progmodes/make-mode.el (makefile-special-targets-list):
14245 * progmodes/python.el (python-shell-virtualenv-path):
14246 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14247 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14248 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14249 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14250 * textmodes/reftex-vars.el (reftex-format-label-function):
14251 * textmodes/remember.el (remember-diary-file): Fix custom types.
14252
14253 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14254 Add :version.
14255
14256 2013-05-09 Leo Liu <sdl.web@gmail.com>
14257
14258 * progmodes/octave.el (inferior-octave-completion-at-point):
14259 Restore file completion. (Bug#14300)
14260 (inferior-octave-startup): Fix incorrect highlighting for the
14261 first prompt.
14262
14263 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14264
14265 * progmodes/ruby-mode.el: First cut at SMIE support.
14266 (ruby-use-smie): New var.
14267 (ruby-smie-grammar): New constant.
14268 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14269 (ruby-smie--forward-token, ruby-smie--backward-token)
14270 (ruby-smie-rules): New functions.
14271 (ruby-mode-variables): Setup SMIE if applicable.
14272
14273 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14274
14275 * simple.el (line-move-visual): Signal beginning/end of buffer
14276 only if vertical-motion moved less than it was requested. Avoids
14277 silly incorrect error messages when there are display strings with
14278 multiple newlines at EOL.
14279
14280 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14283 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14284 (prolog-char-quote-workaround):
14285 * progmodes/cperl-mode.el (cperl-under-as-char):
14286 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14287 Mark as obsolete.
14288 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14289 their declaration.
14290 (vhdl-mode-syntax-table-init): Remove.
14291
14292 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14293 last change.
14294
14295 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14296 syntax for "_".
14297 (ld-script-font-lock-keywords):
14298 Change regexps to use things like \_< and \_>.
14299
14300 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14301 Change all regexps to use things like \_< and \_>.
14302
14303 * progmodes/autoconf.el (autoconf-definition-regexp)
14304 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14305 Handle a _ with symbol syntax.
14306 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14307
14308 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14309 Consolidate declaration.
14310 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14311 the declaration.
14312 (ada-create-syntax-table): Remove.
14313 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14314 already has the right syntax nowadays.
14315 (ada-goto-next-word): Don't change the syntax of "_".
14316
14317 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14318 with-wrapper-hook.
14319
14320 2013-05-08 Sam Steingold <sds@gnu.org>
14321
14322 * thingatpt.el (thing-at-point): Accept optional second argument
14323 NO-PROPERTIES to strip the text properties from the return value.
14324 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14325 to `thing-at-point' instead of stripping the properties ourselves.
14326 Also, when `thing-at-point' fails to find a url, prepend "http://"
14327 to the filename at point on the assumption that the user is
14328 pointing at something like gnu.org/gnu.
14329
14330 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14331
14332 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14333 * faces.el (crm-separator):
14334 Silence byte-compiler.
14335
14336 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14337 (tool-bar-map): Remove unneeded defvars.
14338
14339 2013-05-08 Leo Liu <sdl.web@gmail.com>
14340
14341 Re-work a fix for bug#10994 based on Le Wang's patch.
14342 * ido.el (ido-remove-consecutive-dups): New helper.
14343 (ido-completing-read): Use it.
14344 (ido-chop): Revert fix for bug#10994.
14345
14346 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14347
14348 * cus-edit.el (custom-save-variables):
14349 Pretty-print long values. (Bug#14187)
14350
14351 2013-05-08 Glenn Morris <rgm@gnu.org>
14352
14353 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14354 (m4-mode-syntax-table): Init in the defvar.
14355 (m4-mode-abbrev-table): Let define-derived-mode define it.
14356
14357 2013-05-08 Tom Tromey <tromey@redhat.com>
14358
14359 * progmodes/m4-mode.el (m4-mode-syntax-table):
14360 Do not treat "_" as word constituent. (Bug#14167)
14361
14362 2013-05-07 Glenn Morris <rgm@gnu.org>
14363
14364 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14365 Remove explicit eshell-isearch-cancel-map.
14366
14367 * progmodes/f90.el (f90-smart-end-names): New option.
14368 (f90-smart-end): Doc fix.
14369 (f90-end-block-optional-name): New constant.
14370 (f90-block-match): Respect f90-smart-end-names.
14371
14372 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14375 about implicit semi-colons (bug#14218).
14376
14377 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14378
14379 * frame.el (display-monitor-attributes-list)
14380 (frame-monitor-attributes): New functions.
14381
14382 2013-05-06 Leo Liu <sdl.web@gmail.com>
14383
14384 * progmodes/octave.el (octave-syntax-propertize-function): Change
14385 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14386 (octave-font-lock-keywords): Use octave-operator-regexp.
14387 (octave-completion-at-point): Rename from
14388 octave-completion-at-point-function.
14389 (inferior-octave-directory-tracker): Robustify.
14390 (octave-text-functions): Remove and fix its uses. No such things
14391 any more.
14392
14393 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * emacs-lisp/trace.el (trace--display-buffer): New function.
14396 (trace-make-advice): Use it.
14397
14398 2013-05-06 Juri Linkov <juri@jurta.org>
14399
14400 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14401 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14402 Doc fix.
14403 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14404 in the help string. (Bug#12985)
14405
14406 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14407
14408 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14409
14410 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * progmodes/perl-mode.el: Add support for here documents.
14413 (perl-syntax-propertize-function): Match here-doc markers.
14414 (perl-syntax-propertize-special-constructs): Find their end.
14415 (perl-imenu-generic-expression): Use [:alnum:].
14416
14417 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14418 (advice--add-function): Refresh the advice if already present
14419 (bug#14317).
14420
14421 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14422
14423 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14424
14425 2013-05-06 Glenn Morris <rgm@gnu.org>
14426
14427 * w32-fns.el (w32-charset-info-alist): Declare.
14428
14429 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14430 of its defcustom properties.
14431 (eshell-cmpl-initialize): No need to load pcomplete.
14432
14433 * generic-x.el: No need to require comint when compiling.
14434
14435 * net/eudc-export.el: Make it loadable without bbdb.
14436 (top-level): Use require rather than load-library.
14437 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14438 (eudc-batch-export-records-to-bbdb)
14439 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14440 Require bbdb.
14441
14442 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14443
14444 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14445 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14446 some tweaks, instead.
14447
14448 2013-05-05 Leo Liu <sdl.web@gmail.com>
14449
14450 * progmodes/octave.el (octave-font-lock-keywords)
14451 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14452 (inferior-octave-send-list-and-digest): Improve error message.
14453 (octave-mode, inferior-octave-mode): Use setq-local.
14454 (octave-help): Set info-lookup-mode.
14455
14456 2013-05-05 Richard Stallman <rms@gnu.org>
14457
14458 * vc/compare-w.el (compare-windows-whitespace):
14459 Treat no-break space as whitespace.
14460
14461 * mail/rmailsum.el (rmail-summary-rmail-update):
14462 Detect empty summary and don't change selected message.
14463 (rmail-summary-goto-msg): Likewise.
14464
14465 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14466 Doc fixes, rename args.
14467
14468 2013-05-05 Alan Mackenzie <acm@muc.de>
14469
14470 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14471
14472 2013-05-05 Juri Linkov <juri@jurta.org>
14473
14474 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14475 to not add the length of the summary segment to the return value.
14476 (Bug#14125)
14477
14478 2013-05-05 Leo Liu <sdl.web@gmail.com>
14479
14480 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14481 (inferior-octave-output-filter): Remove.
14482 (octave-send-region, inferior-octave-startup): Fix callers.
14483 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14484 (octave-binary-file-extensions): New user variable.
14485 (octave-find-definition): Confirm if opening binary files.
14486 (octave-help-file): Use octave-find-definition to get the binary
14487 confirmation.
14488 (octave-help): Adjust for octave-help-file change.
14489
14490 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14491
14492 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14493 Merge the two entries that handle function definitions.
14494 (pascal--syntax-propertize): New const.
14495 (pascal-mode): Use it. Use setq-local.
14496
14497 2013-05-04 Glenn Morris <rgm@gnu.org>
14498
14499 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14500 (diary-from-outlook): Respect diary-from-outlook-function.
14501
14502 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14505 Move the declaration from C.
14506 (read-minibuffer, eval-minibuffer): Move from C.
14507 (completion-setup-function): Avoid minibuffer-completion-contents.
14508
14509 2013-05-03 Leo Liu <sdl.web@gmail.com>
14510
14511 * progmodes/octave.el (octave-font-lock-keywords): Do not
14512 dehighlight 'end' in comments or strings.
14513 (octave-completing-read, octave-goto-function-definition):
14514 New helpers.
14515 (octave-help-buffer): New user variable.
14516 (octave-help-file, octave-help-function): New button types.
14517 (octave-help): New command and bind it to C-h ;.
14518 (octave-find-definition): New command and bind it to M-.
14519 (user-error): Alias to error if not defined.
14520
14521 2013-05-02 Leo Liu <sdl.web@gmail.com>
14522
14523 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14524 for \. (bug#14332)
14525 (octave-font-lock-keywords): Include [ and {.
14526
14527 2013-05-02 Leo Liu <sdl.web@gmail.com>
14528
14529 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14530 (inferior-octave): Remove calling comint-mode and return the buffer.
14531 (inferior-octave-startup): Cosmetic changes.
14532
14533 2013-05-02 Leo Liu <sdl.web@gmail.com>
14534
14535 * progmodes/octave.el (octave-syntax-propertize-function):
14536 Include the case when ' is at line beginning. (Bug#14336)
14537
14538 2013-05-02 Glenn Morris <rgm@gnu.org>
14539
14540 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14541 * desktop.el (vc-dir-mode): Just autoload it here.
14542
14543 2013-05-02 Alan Mackenzie <acm@muc.de>
14544
14545 Eliminate variable c-standard-font-lock-fontify-region-function.
14546 * progmodes/cc-mode.el
14547 (c-standard-font-lock-fontify-region-function): Remove.
14548 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14549
14550 2013-05-01 Leo Liu <sdl.web@gmail.com>
14551
14552 * progmodes/octave.el: Compatible with older emacs-24 releases.
14553 (inferior-octave-has-built-in-variables): Remove. Built-in
14554 variables were removed from Octave in 2007.
14555 (inferior-octave-startup): Fix uses.
14556 (comint-line-beginning-position): Remove compatibility code for
14557 emacs 21.
14558
14559 2013-05-01 Juri Linkov <juri@jurta.org>
14560
14561 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14562
14563 2013-05-01 Juri Linkov <juri@jurta.org>
14564
14565 * comint.el (comint-previous-matching-input): Don't print message
14566 "History item: %d" when `isearch-mode' is active.
14567 (comint-history-isearch-message): Print message "History item: %d"
14568 when `comint-input-ring-index' is not empty and this function is
14569 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14570
14571 2013-05-01 Leo Liu <sdl.web@gmail.com>
14572
14573 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14574 definitions. Use completion-at-point to insert keywords.
14575 (octave-abbrev-start): Remove.
14576 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14577
14578 2013-04-30 Leo Liu <sdl.web@gmail.com>
14579
14580 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14581 change.
14582
14583 2013-04-30 Alan Mackenzie <acm@muc.de>
14584
14585 Handle arbitrarily long C++ member initialisation lists.
14586 * progmodes/cc-engine.el (c-back-over-member-initializers):
14587 new function.
14588 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14589 (most) member init lists.
14590
14591 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14592
14593 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14594 variable.
14595
14596 2013-04-30 Leo Liu <sdl.web@gmail.com>
14597
14598 * progmodes/octave.el (octave-variables): Remove. No builtin
14599 variables any more. All converted to functions.
14600 (octave-font-lock-keywords, octave-completion-at-point-function):
14601 Fix uses.
14602 (octave-font-lock-texinfo-comment): New user variable.
14603 (octave-texinfo-font-lock-keywords): New variable for texinfo
14604 comment block.
14605 (octave-function-comment-block): New face.
14606 (octave-font-lock-texinfo-comment): New function.
14607 (octave-mode): Font lock texinfo comment block.
14608
14609 2013-04-29 Leo Liu <sdl.web@gmail.com>
14610
14611 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14612 indexing expression.
14613 (octave-continuation-string): Do not use \.
14614 (inferior-octave-complete-impossible): Remove.
14615 (inferior-octave-completion-table)
14616 (inferior-octave-completion-at-point): Remove its uses.
14617 (inferior-octave-startup): completion_matches was introduced to
14618 Octave in 1996 so safe to assume it.
14619 (octave-function-file-comment): Improve to follow how Octave does it.
14620 (octave-update-function-file-comment): Tweak.
14621
14622 2013-04-29 Leo Liu <sdl.web@gmail.com>
14623
14624 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14625 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14626 (octave-function-file-comment): Fix typo.
14627 (octave-sync-function-file-names): Use read-char-choice.
14628
14629 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14630
14631 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14632 to t for the less important warnings.
14633
14634 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14635
14636 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14637
14638 2013-04-27 Glenn Morris <rgm@gnu.org>
14639
14640 * vc/log-view.el (log-view-current-entry):
14641 Treat "---" separator lines as part of the following rev. (Bug#14169)
14642
14643 2013-04-27 Juri Linkov <juri@jurta.org>
14644
14645 * subr.el (read-number): Doc fix about using it by interactive
14646 code letter `n'. (Bug#14254)
14647
14648 2013-04-27 Juri Linkov <juri@jurta.org>
14649
14650 * desktop.el (desktop-auto-save-timeout): New option.
14651 (desktop-file-checksum): New variable.
14652 (desktop-save): Add optional arg `auto-save' and don't auto-save
14653 if nothing changed.
14654 (desktop-auto-save-timer): New variable.
14655 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14656 (after-init-hook): Call `desktop-auto-save-set-timer'.
14657 Suggested by Reuben Thomas <rrt@sc3d.org> in
14658 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14659
14660 2013-04-27 Leo Liu <sdl.web@gmail.com>
14661
14662 * progmodes/octave.el (octave-function-file-p)
14663 (octave-skip-comment-forward, octave-function-file-comment)
14664 (octave-update-function-file-comment): New functions.
14665 (octave-mode-map): Bind C-c ; to
14666 octave-update-function-file-comment.
14667 (octave-mode-menu): Add octave-update-function-file-comment.
14668 (octave-mode, inferior-octave-mode): Fix doc-string.
14669 (octave-insert-defun): Conform to Octave's coding convention.
14670 (Bug#14285)
14671
14672 * files.el (basic-save-buffer): Don't let errors in
14673 before-save-hook prevent saving buffer.
14674
14675 2013-04-20 Roland Winkler <winkler@gnu.org>
14676
14677 * faces.el (read-face-name): Use completing-read if arg multiple
14678 is nil.
14679
14680 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14681
14682 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14683 displayed, move point to after the totals line.
14684 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14685 for the details.
14686
14687 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14688
14689 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14690 Add current dir to the load-path.
14691 (package-generate-autoloads): Don't rely on
14692 autoload-ensure-default-file.
14693
14694 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14695
14696 * textmodes/remember.el (remember-store-in-files): Document that
14697 the file name format is passed to `format-time-string'.
14698
14699 2013-04-26 Leo Liu <sdl.web@gmail.com>
14700
14701 * progmodes/octave.el (octave-sync-function-file-names): New function.
14702 (octave-mode): Use it in before-save-hook.
14703
14704 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14707 (bug#14274).
14708
14709 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14710 \n and comment, even if it's not an implicit ; (bug#14218).
14711
14712 2013-04-26 Glenn Morris <rgm@gnu.org>
14713
14714 * subr.el (read-number): Once more use `read' rather than
14715 `string-to-number', to trap non-numeric input. (Bug#14254)
14716
14717 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14718
14719 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14720 Use `syntax-multiline' text property consistently instead of
14721 `font-lock-multiline'. (Bug#14237)
14722
14723 2013-04-26 Glenn Morris <rgm@gnu.org>
14724
14725 * emacs-lisp/shadow.el (list-load-path-shadows):
14726 No longer necessary to check for duplicate simple.el, since
14727 2012-07-07 change to init_lread to not include installation lisp
14728 directories in load-path when running uninstalled. (Bug#14270)
14729
14730 2013-04-26 Leo Liu <sdl.web@gmail.com>
14731
14732 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14733 (octave-mode, inferior-octave-mode): Use setq-local.
14734 (octave-not-in-string-or-comment-p): Rename to
14735 octave-in-string-or-comment-p.
14736 (octave-in-comment-p, octave-in-string-p)
14737 (octave-in-string-or-comment-p): Replace defsubst with defun.
14738
14739 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14740
14741 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14742
14743 2013-04-25 Bastien Guerry <bzg@gnu.org>
14744
14745 * textmodes/remember.el (remember-data-directory)
14746 (remember-directory-file-name-format): Fix custom types.
14747
14748 2013-04-25 Leo Liu <sdl.web@gmail.com>
14749
14750 * progmodes/octave.el (octave-completion-at-point-function):
14751 Make use of inferior octave process.
14752 (octave-initialize-completions): Remove.
14753 (inferior-octave-completion-table): New function.
14754 (inferior-octave-completion-at-point): Use it.
14755 (octave-completion-alist): Remove.
14756
14757 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14760 (opascal-mode-syntax-table): New var.
14761 (opascal-literal-kind, opascal-is-literal-end)
14762 (opascal-literal-token-at): Rewrite.
14763 (opascal--literal-start-re, opascal-font-lock-keywords)
14764 (opascal--syntax-propertize): New constants.
14765 (opascal-font-lock-defaults): Adjust.
14766 (opascal-mode): Use them. Set comment-<foo> variables as well.
14767 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14768 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14769 (delphi-other-face, opascal-other-face): Remove face variables.
14770 (opascal-save-state): Remove macro.
14771 (opascal-fontifying-progress-step): Remove constant.
14772 (opascal--ignore-changes): Remove var.
14773 (opascal-set-token-property, opascal-parse-next-literal)
14774 (opascal-is-stable-literal, opascal-complete-literal)
14775 (opascal-is-literal-start, opascal-face-of)
14776 (opascal-parse-region, opascal-parse-region-until-stable)
14777 (opascal-fontify-region, opascal-after-change)
14778 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14779 (opascal-debug-parse-region, opascal-debug-parse-window)
14780 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14781 (opascal-debug-fontify-buffer): Remove.
14782 (opascal-debug-mode-map): Adjust accordingly.
14783
14784 2013-04-25 Leo Liu <sdl.web@gmail.com>
14785
14786 Merge octave-mod.el and octave-inf.el into octave.el with some
14787 cleanups.
14788 * progmodes/octave.el: New file renamed from octave-mod.el.
14789 * progmodes/octave-inf.el: Merged into octave.el.
14790 * progmodes/octave-mod.el: Renamed to octave.el.
14791
14792 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14793
14794 * textmodes/reftex-vars.el
14795 (reftex-label-ignored-macros-and-environments): New defcustom.
14796
14797 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14798
14799 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14800
14801 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14802 (smie-indent-keyword): Improve the check to ensure that the next
14803 comment is really on the same line.
14804 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14805
14806 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14807 semi-colons if the line is not otherwise empty (bug#14218).
14808
14809 2013-04-25 Glenn Morris <rgm@gnu.org>
14810
14811 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14812
14813 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * progmodes/opascal.el (opascal-set-token-property): Rename from
14816 opascal-set-text-properties and only set `token' (bug#14134).
14817 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14818 (opascal-literal-text-properties): Remove.
14819 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14820 Adjust callers.
14821
14822 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14823
14824 * textmodes/remember.el (remember-handler-functions): Add an
14825 option for a new handler `remember-store-in-files'.
14826 (remember-data-directory, remember-directory-file-name-format):
14827 New options.
14828 (remember-store-in-files): New function to store remember notes
14829 as separate files within a directory.
14830
14831 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14832
14833 * progmodes/compile.el (compilation-next-error-function):
14834 Pass "formats" to compilation-find-file (bug#11777).
14835
14836 2013-04-24 Glenn Morris <rgm@gnu.org>
14837
14838 * vc/vc-bzr.el (vc-bzr-print-log):
14839 * vc/vc-hg.el (vc-hg-print-log):
14840 * vc/vc-svn.el (vc-svn-print-log):
14841 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14842
14843 * vc/vc-bzr.el (vc-bzr-print-log):
14844 * vc/vc-cvs.el (vc-cvs-print-log):
14845 * vc/vc-git.el (vc-git-print-log):
14846 * vc/vc-hg.el (vc-hg-print-log):
14847 * vc/vc-mtn.el (vc-mtn-print-log):
14848 * vc/vc-rcs.el (vc-rcs-print-log):
14849 * vc/vc-sccs.el (vc-sccs-print-log):
14850 * vc/vc-svn.el (vc-svn-print-log):
14851 * vc/vc.el (vc-print-log-internal): Doc fixes.
14852
14853 2013-04-23 Glenn Morris <rgm@gnu.org>
14854
14855 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14856 Remove venerable code attempting to avoid substitute-command-keys.
14857
14858 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14859
14860 * textmodes/reftex-vars.el (reftex-label-regexps):
14861 Call `reftex-compile-variables' after changes to this variable.
14862
14863 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14866 Use lexical-binding.
14867 (jit-lock-force-redisplay): Use markers, check buffer's continued
14868 existence and beware narrowed buffers.
14869 (jit-lock-fontify-now): Adjust call accordingly.
14870
14871 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14874 to avoid misleading the user.
14875
14876 2013-04-22 Leo Liu <sdl.web@gmail.com>
14877
14878 * info-look.el: Prefer latex2e.info. (Bug#14240)
14879
14880 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14881
14882 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14883
14884 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14885 * net/tramp.el (tramp-call-process): ... here.
14886 (tramp-set-completion-function, tramp-parse-putty):
14887 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14888 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14889 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14890 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14891 (tramp-call-local-coding-command): Use `tramp-call-process'
14892 instead of `tramp-compat-call-process'.
14893
14894 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14895 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14896 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14897 (tramp-find-inline-compress): Improve traces.
14898 (tramp-maybe-send-script): Check for Perl binary.
14899 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14900
14901 2013-04-22 Daiki Ueno <ueno@gnu.org>
14902
14903 * epg.el (epg-context-pinentry-mode): New function.
14904 (epg-context-set-pinentry-mode): New function.
14905 (epg--start): Pass --pinentry-mode option to gpg command.
14906
14907 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14908
14909 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14910 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14911 `completion-at-point'. (Bug#13774)
14912
14913 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14914 default key binding for `describe-distribution' has been moved to
14915 `C-h C-o'. (Bug#13970)
14916
14917 2013-04-21 Glenn Morris <rgm@gnu.org>
14918
14919 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14920 Add doc strings.
14921 (vc-print-log): Clarify interactive prompt.
14922
14923 2013-04-20 Glenn Morris <rgm@gnu.org>
14924
14925 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14926 No longer include timestamp etc information.
14927
14928 2013-04-20 Roland Winkler <winkler@gnu.org>
14929
14930 * faces.el (read-face-name): Bug fix, return just one face if arg
14931 multiple is nil. (Bug#14209)
14932
14933 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14936 (remove-function): Autoload.
14937
14938 * comint.el (comint-redirect-original-filter-function): Remove.
14939 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14940 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14941 (vc-cvs-annotate-command):
14942 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14943 * progmodes/prolog.el (prolog-consult-compile):
14944 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14945 Use add/remove-function instead.
14946 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14947 (gud-tooltip-process-output, gud-tooltip-tips):
14948 Use add/remove-function instead.
14949 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14950 (scheme-interaction-mode, exit-scheme-interaction-mode):
14951 Use add/remove-function instead.
14952
14953 * vc/vc-dispatcher.el: Use lexical-binding.
14954 (vc--process-sentinel): Rename from vc-process-sentinel.
14955 Change last arg to be the code to run. Don't use vc-previous-sentinel
14956 and vc-sentinel-commands any more.
14957 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14958 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14959
14960 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14961
14962 * progmodes/sh-script.el (sh-imenu-generic-expression):
14963 Handle function names with a single character. (Bug#14111)
14964
14965 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14966
14967 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14968 for subroutines defined in an eval (bug#14182).
14969
14970 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14971
14972 * bookmark.el (bookmark-completing-read): Improve handling of empty
14973 string (bug#14176).
14974
14975 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14978
14979 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14980
14981 New faster Imenu implementation (bug#14058).
14982 * progmodes/python.el:
14983 (python-imenu-prev-index-position):
14984 (python-imenu-format-item-label-function)
14985 (python-imenu-format-parent-item-label-function)
14986 (python-imenu-format-parent-item-jump-label-function):
14987 New vars.
14988 (python-imenu-format-item-label)
14989 (python-imenu-format-parent-item-label)
14990 (python-imenu-format-parent-item-jump-label)
14991 (python-imenu--put-parent, python-imenu--build-tree)
14992 (python-imenu-create-index, python-imenu-create-flat-index)
14993 (python-util-popn): New functions.
14994 (python-mode): Set imenu-create-index-function to
14995 python-imenu-create-index.
14996
14997 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * winner.el (winner-active-region): Use region-active-p, activate-mark
15000 and deactivate-mark (bug#14225).
15001
15002 * simple.el (deactivate-mark): Don't inline it.
15003
15004 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15005
15006 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15007
15008 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15009
15010 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15011 file extensions from the archive-mode entry in order to prefer
15012 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15013
15014 2013-04-18 Leo Liu <sdl.web@gmail.com>
15015
15016 * bindings.el (help-event-list): Add ?\?.
15017
15018 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15019
15020 * subr.el (with-wrapper-hook): Declare obsolete.
15021 * simple.el (filter-buffer-substring-function): New hook.
15022 (filter-buffer-substring): Use it.
15023 (filter-buffer-substring-functions): Mark obsolete.
15024 * minibuffer.el (completion-in-region-function): New hook.
15025 (completion-in-region): Use it.
15026 (completion-in-region-functions): Mark obsolete.
15027 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15028 * abbrev.el (abbrev-expand-function): New hook.
15029 (expand-abbrev): Use it.
15030 (abbrev-expand-functions): Mark obsolete.
15031 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15032 and :filter-return.
15033
15034 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15035
15036 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15037 and do not care about match data.
15038
15039 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15040
15041 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15042 completion tables when completing error conditions and
15043 `declare' arguments.
15044 (lisp-complete-symbol, field-complete): Mark as obsolete.
15045 (check-parens): Unmatched parens are user errors.
15046 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15047
15048 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15049
15050 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15051 command changed buffer (ie. `flyspell-pre-buffer' is not current
15052 buffer), which prevents making decisions based on invalid value of
15053 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15054 cause an error when `flyspell-pre-point' was nil after switching
15055 buffers.
15056 (flyspell-post-command-hook): No longer needs to change buffers when
15057 checking pre-word. While at it remove unnecessary progn.
15058
15059 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15060
15061 * textmodes/ispell.el (ispell-add-per-file-word-list):
15062 Fix `flyspell-correct-word-before-point' error when accepting
15063 words and `coment-padding' is an integer by using
15064 `comment-normalize-vars' (Bug #14214).
15065
15066 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15067
15068 New defun movement commands.
15069 * progmodes/python.el (python-nav--syntactically)
15070 (python-nav--forward-defun, python-nav-backward-defun)
15071 (python-nav-forward-defun): New functions.
15072
15073 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15074
15075 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15076 (python-syntax-context): Use named compiler-macro for backwards
15077 compatibility with Emacs 24.x.
15078
15079 2013-04-17 Leo Liu <sdl.web@gmail.com>
15080
15081 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15082 octave-hide-process-buffer.
15083
15084 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15087 (bug#14216).
15088
15089 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15090
15091 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15092 Fix adjustment of offset when receiving incomplete responses from GDB
15093 (bug#14129).
15094
15095 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15098 python-mode-abbrev-table.
15099 (python-skeleton-define): Adjust accordingly.
15100 (python-mode-abbrev-table): New table that inherits from it so that
15101 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15102
15103 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15104 (abbrev-symbol): Use it.
15105 (abbrev--before-point): Use it since we already handle inheritance.
15106
15107 2013-04-16 Leo Liu <sdl.web@gmail.com>
15108
15109 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15110 binding to info-lookup-symbol.
15111
15112 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15113
15114 * minibuffer.el (completion--twq-all):
15115 * term/ns-win.el (ns-initialize-window-system):
15116 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15117
15118 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15121 global bindings.
15122
15123 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15124
15125 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15126
15127 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15128 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15129 to nil.
15130 (ruby-end-of-defun): Remove the unused arg, change the docstring
15131 to reflect that this function is only used as the value of
15132 `end-of-defun-function'.
15133 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15134 to reflect an earlier change that beginning/end-of-defun functions
15135 jump between methods in a class definition, as well as top-level
15136 functions.
15137
15138 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15139
15140 * minibuffer.el (minibuffer-complete): Don't just scroll
15141 a *Completions* that's been iconified.
15142 (minibuffer-force-complete): Make sure repetitions do cycle when going
15143 through completion-in-region -> minibuffer-complete.
15144
15145 2013-04-15 Alan Mackenzie <acm@muc.de>
15146
15147 Correct the placement of c-cpp-delimiters when there're #s not at
15148 col 0.
15149
15150 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15151 place a submatch around the #.
15152 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15153 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15154 on the #, not BOL.
15155
15156 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15159 (advice--member-p): New arg `name'.
15160 (advice--add-function, advice-member-p): Use it (bug#14202).
15161
15162 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15163
15164 Reformulate java imenu-generic-expression.
15165 The old expression contained ill formed regexps.
15166
15167 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15168 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15169 (cc-imenu-java-method-arg-regexp): New defconsts.
15170 (cc-imenu-java-build-type-args-regex): New defun.
15171 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15172 handling of spaces in the regexp.
15173
15174 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15175
15176 * textmodes/ispell.el (ispell-command-loop): Remove
15177 flyspell highlight of a word when ispell accepts it (bug #14178).
15178
15179 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15180
15181 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15182 uses code from the previous `ange-ftp-run-real-handler'.
15183 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15184 only in case that function exist. This is needed for proper
15185 unloading of Tramp.
15186
15187 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15188
15189 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15190
15191 * textmodes/reftex.el (reftex-compile-variables): Use it.
15192
15193 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * files.el (normal-mode): Only use default major-mode if no other mode
15196 was specified.
15197
15198 * emacs-lisp/trace.el (trace-values): New function.
15199
15200 * files.el: Allow : in local variables (bug#14089).
15201 (hack-local-variable-regexp): New var.
15202 (hack-local-variables-prop-line, hack-local-variables): Use it.
15203
15204 2013-04-13 Roland Winkler <winkler@gnu.org>
15205
15206 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15207 data before it gets modified by bibtex-beginning-of-entry.
15208
15209 2013-04-13 Roland Winkler <winkler@gnu.org>
15210
15211 * textmodes/bibtex.el (bibtex-url): Doc fix.
15212
15213 2013-04-13 Roland Winkler <winkler@gnu.org>
15214
15215 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15216 does not visit a BibTeX file, exclude it from the list of buffers
15217 returned by bibtex-initialize.
15218
15219 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15220
15221 * window.el (split-window): Remove interactive form, since as a
15222 command this function is a special case of split-window-below.
15223 Correct doc string.
15224
15225 2013-04-12 Roland Winkler <winkler@gnu.org>
15226
15227 * faces.el (read-face-name): Do not override value of arg default.
15228 Allow single faces and strings as default values. Remove those
15229 elements from return value that are not faces.
15230 (describe-face): Simplify.
15231 (face-at-point): New optional args thing and multiple so that this
15232 function can provide the same functionality previously provided by
15233 read-face-name.
15234 (make-face-bold, make-face-unbold, make-face-italic)
15235 (make-face-unitalic, make-face-bold-italic, invert-face)
15236 (modify-face, read-face-and-attribute): Use face-at-point.
15237
15238 * cus-edit.el (customize-face, customize-face-other-window)
15239 * cus-theme.el (custom-theme-add-face)
15240 * face-remap.el (buffer-face-set)
15241 * facemenu.el (facemenu-set-face): Use face-at-point.
15242
15243 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15244
15245 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15246
15247 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15248
15249 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15250 off leading { and trailing } from field values.
15251
15252 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * emacs-lisp/timer.el (timer--check): New function.
15255 (timer--time, timer-set-function, timer-event-handler): Use it.
15256 (timer-set-idle-time): Simplify.
15257 (timer--activate): CSE.
15258 (timer-event-handler): Give more info in error message.
15259 (internal-timer-start-idle): New function, moved from C.
15260
15261 * mpc.el (mpc-proc): Add `restart' argument.
15262 (mpc-proc-cmd): Use it.
15263 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15264 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15265 less often.
15266
15267 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15268
15269 * progmodes/sh-script.el: Implement `sh-mode' own
15270 `add-log-current-defun-function' (bug#14112).
15271 (sh-current-defun-name): New function.
15272 (sh-mode): Use the function.
15273
15274 2013-04-09 Bastien Guerry <bzg@gnu.org>
15275
15276 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15277
15278 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15279
15280 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15281
15282 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15283 timer (bug#14156).
15284
15285 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15286
15287 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15288 declaration.
15289
15290 2013-04-07 Leo Liu <sdl.web@gmail.com>
15291
15292 * pcmpl-x.el: New file.
15293
15294 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15295
15296 Do not set x-display-name until X connection is established.
15297 This is needed to prevent from weird situation described at
15298 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15299 * frame.el (make-frame): Set x-display-name after call to
15300 window system initialization function, not before.
15301 * term/x-win.el (x-initialize-window-system): Add optional
15302 display argument and use it.
15303 * term/w32-win.el (w32-initialize-window-system):
15304 * term/ns-win.el (ns-initialize-window-system):
15305 * term/pc-win.el (msdos-initialize-window-system):
15306 Add compatible optional display argument.
15307
15308 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15309
15310 * files.el (normal-backup-enable-predicate): On MS-Windows and
15311 MS-DOS compare truenames of temporary-file-directory and of the
15312 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15313 don't fail comparison by compare-strings. Also, compare file
15314 names case-insensitively on MS-Windows and MS-DOS.
15315
15316 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15319 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15320
15321 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15322
15323 * whitespace.el (whitespace-color-on, whitespace-color-off):
15324 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15325
15326 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15327
15328 * ispell.el (ispell-set-spellchecker-params):
15329 Really set `ispell-args' for all equivs.
15330
15331 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15332
15333 * ido.el (ido-completions): Use extra elements of ido-decorations
15334 (bug#14143).
15335 (ido-decorations): Update docstring.
15336
15337 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15338
15339 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15340 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15341 nil during initialization, in order not to miss changes since the
15342 file was opened. (Bug#14140)
15343
15344 2013-04-05 Leo Liu <sdl.web@gmail.com>
15345
15346 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15347
15348 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15349
15350 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15351
15352 2013-04-04 Glenn Morris <rgm@gnu.org>
15353
15354 * electric.el (electric-pair-inhibit-predicate): Add :version.
15355
15356 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15357
15358 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15359 when a package is required several times (bug#14082).
15360
15361 2013-04-04 Roland Winkler <winkler@gnu.org>
15362
15363 * faces.el (read-face-name): Behave as promised by the docstring.
15364 Assume that arg default is a list of faces.
15365 (describe-face): Call read-face-name with list of default faces.
15366
15367 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15368
15369 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15370 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15371 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15372 the header.
15373 (bookmark-exit-hook-internal): Save even if list is empty.
15374
15375 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15376
15377 * emacs-lisp/package.el (package-pinned-packages): New var.
15378 (package--add-to-archive-contents): Obey it (bug#14118).
15379
15380 2013-04-03 Alan Mackenzie <acm@muc.de>
15381
15382 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15383 Also adapt to the new values of element 7 of a parse state.
15384
15385 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15386 parameter `not-in-delimiter'. Handle being inside comment opener.
15387 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15388 character in case we're typing a '*' after a '/'.
15389 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15390 instead by passing the parameter to c-state-pp-to-literal.
15391
15392 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15393 for elt. 7 of a parse state.
15394
15395 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15396
15397 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15398 * international/latin1-disp.el, international/mule-util.el:
15399 * language/cyril-util.el, language/european.el, language/ind-util.el:
15400 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15401 * language/tibetan.el, language/viet-util.el:
15402 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15403
15404 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15407 (electric-pair-post-self-insert-function): Use it.
15408 (electric-pair-default-inhibit): New function, extracted from
15409 electric-pair-post-self-insert-function.
15410
15411 2013-03-31 Roland Winkler <winkler@gnu.org>
15412
15413 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15414
15415 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15418
15419 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15420
15421 Un-indent after "pass" and "return" statements (Bug#13888)
15422 * progmodes/python.el (python-indent-block-enders): New var.
15423 (python-indent-calculate-indentation): Use it.
15424
15425 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15426
15427 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15428 defun. Defining it as defalias could introduce too eager
15429 byte-compiler optimization. (Bug#14030)
15430
15431 2013-03-30 Chong Yidong <cyd@gnu.org>
15432
15433 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15434
15435 2013-03-30 Leo Liu <sdl.web@gmail.com>
15436
15437 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15438 (kmacro-execute-from-register): Pass the keyboard macro to
15439 kmacro-call-macro or repeating won't work correctly.
15440
15441 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15442
15443 * progmodes/subword.el: Back to using `forward-symbol'.
15444
15445 * subr.el (forward-whitespace, forward-symbol)
15446 (forward-same-syntax): Move from thingatpt.el.
15447
15448 2013-03-29 Leo Liu <sdl.web@gmail.com>
15449
15450 * kmacro.el (kmacro-to-register): New command.
15451 (kmacro-execute-from-register): New function.
15452 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15453
15454 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * mpc.el: Use defvar-local and setq-local.
15457 (mpc--proc-connect): Connection failures are not bugs.
15458 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15459 (mpc-volume-map): Bind to the up-events.
15460
15461 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15462
15463 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15464 instead of `forward-symbol'.
15465
15466 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15467
15468 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15469 (edebug--recursive-edit): Use it.
15470 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15471 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15472
15473 2013-03-28 Leo Liu <sdl.web@gmail.com>
15474
15475 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15476
15477 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15478
15479 * facemenu.el (list-colors-callback): New defvar.
15480 (list-colors-redisplay): New function.
15481 (list-colors-display): Install list-colors-redisplay as the
15482 revert-buffer-function. (Bug#14063)
15483
15484 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15485
15486 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15487 and suffixes don't overlap (bug#14061).
15488
15489 * case-table.el: Use lexical-binding.
15490 (case-table-get-table): New function.
15491 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15492
15493 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15494
15495 * progmodes/subword.el: Add `superword-mode' to do word motion
15496 over symbol_words (parallels and leverages `subword-mode' which
15497 does word motion inside MixedCaseWords).
15498
15499 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15500
15501 * eshell/em-unix.el: Move su and sudo to...
15502 * eshell/em-tramp.el: ...Eshell tramp module.
15503
15504 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15507 Change return value to be a sexp. Delay `get-buffer' to after
15508 restoring the desktop (bug#13951).
15509
15510 2013-03-26 Leo Liu <sdl.web@gmail.com>
15511
15512 * register.el: Move semantic tag handling back to
15513 cedet/semantic/senator.el. (Bug#14052)
15514
15515 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15518 into the prompt either (bug#13963).
15519
15520 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15523 part of "(error-foo)".
15524
15525 2013-03-24 Juri Linkov <juri@jurta.org>
15526
15527 * replace.el (list-matching-lines-prefix-face): New defcustom.
15528 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15529 `occur-engine' if `face-differs-from-default-p' returns t.
15530 (occur-engine): Add `,' inside backquote construct to evaluate
15531 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15532 Pass `prefix-face' to the functions `occur-context-lines' and
15533 `occur-engine-add-prefix'.
15534 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15535 `prefix-face' and propertize the prefix with `prefix-face'.
15536 (Bug#14017)
15537
15538 2013-03-24 Leo Liu <sdl.web@gmail.com>
15539
15540 * nxml/rng-valid.el (rng-validate-while-idle)
15541 (rng-validate-quick-while-idle): Guard against deleted buffer.
15542 (Bug#13999)
15543
15544 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15545 is the last entry in kill-buffer-hook.
15546
15547 * files.el (kill-buffer-hook): Doc fix.
15548
15549 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15550
15551 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15552 Make it safe-local.
15553
15554 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15555
15556 2013-03-23 Leo Liu <sdl.web@gmail.com>
15557
15558 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15559 Remove.
15560
15561 * nxml/rng-valid.el (rng-validate-mode)
15562 (rng-after-change-function, rng-do-some-validation):
15563 * nxml/rng-maint.el (rng-validate-buffer):
15564 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15565 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15566 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15567 (nxml-extend-after-change-region): Use with-silent-modifications.
15568
15569 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15570 timer-idle-list.
15571
15572 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15573 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15574 timer-idle-list. (Bug#13999)
15575
15576 2013-03-23 Juri Linkov <juri@jurta.org>
15577
15578 * info.el (info-index-match): New face.
15579 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15580 main pattern and add text properties with the new face to matches
15581 in index entries relative to the beginning of the index entry.
15582 (Bug#14015)
15583
15584 2013-03-21 Eric Ludlam <zappo@gnu.org>
15585
15586 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15587 Inhibit read only while inserting objects.
15588
15589 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15590
15591 * progmodes/cfengine.el: Update docs to mention
15592 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15593 symbol motion. Remove "_" from the word syntax.
15594
15595 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15596
15597 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15598 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15599
15600 2013-03-20 Juri Linkov <juri@jurta.org>
15601
15602 * info.el (Info-next-reference-or-link)
15603 (Info-prev-reference-or-link): New functions.
15604 (Info-next-reference, Info-prev-reference): Use them.
15605 (Info-try-follow-nearest-node): Handle footnote navigation.
15606 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15607
15608 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15609
15610 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15611 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15612
15613 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15614
15615 Suppress unnecessary non-ASCII chatter during build process.
15616 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15617 (batch-skkdic-convert): Suppress most of the chatter.
15618 It's not needed so much now that machines are faster,
15619 and its non-ASCII component was confusing; see Dmitry Gutov in
15620 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15621
15622 2013-03-20 Leo Liu <sdl.web@gmail.com>
15623
15624 * ido.el (ido-chop): Fix bug#10994.
15625
15626 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15627
15628 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15629 Remove vars.
15630 (whitespace-color-on, whitespace-color-off):
15631 Use `font-lock-fontify-buffer' (Bug#13817).
15632
15633 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15634
15635 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15636 remapping in mode-line.
15637 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15638
15639 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15640
15641 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15642 value for `whitespace-line' face (Bug#13875).
15643 (whitespace-font-lock-keywords): Change description.
15644 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15645 the constructed keywords instead.
15646 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15647
15648 2013-03-19 Leo Liu <sdl.web@gmail.com>
15649
15650 * progmodes/compile.el (compilation-display-error): New command.
15651 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15652 C-o. (Bug#13992)
15653
15654 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15655
15656 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15657
15658 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15659
15660 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15661
15662 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15663
15664 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15665
15666 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15667 * net/tramp-gvfs.el (top):
15668 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15669 (tramp-handle-shell-command): Use it.
15670 (tramp-dissect-file-name): Raise an error when hostname is a
15671 method name, and neither method nor user is specified.
15672
15673 * net/trampver.el: Update release number.
15674
15675 2013-03-18 Leo Liu <sdl.web@gmail.com>
15676
15677 Make sure eldoc can be turned off properly.
15678 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15679 eldoc-mode.
15680 (eldoc-display-message-p): Revert last change.
15681 (eldoc-display-message-no-interference-p)
15682 (eldoc-print-current-symbol-info): Tweak.
15683
15684 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15685
15686 * doc-view.el (doc-view-new-window-function): Check the new window
15687 overlay's display property instead the char property of the
15688 buffer's first char. Use `with-selected-window' instead of
15689 `save-window-excursion' with `select-window'.
15690 (doc-view-document->bitmap): Check the current doc-view overlay's
15691 display property instead the char property of the buffer's first char.
15692
15693 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15694
15695 Automate the build of ja-dic.el (Bug#13984).
15696 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15697 from the input, rather than assume that it's been done for us by the
15698 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15699 the current date into a ja-dic.el comment, as that complicates
15700 regression testing.
15701
15702 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * whitespace.el: Fix double evaluation.
15705 (whitespace-space, whitespace-hspace, whitespace-tab)
15706 (whitespace-newline, whitespace-trailing, whitespace-line)
15707 (whitespace-space-before-tab, whitespace-indentation)
15708 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15709 obsolete defvars.
15710 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15711 (whitespace-color-on): Use a single font-lock-add-keywords call.
15712 Fix double-evaluation of face variables.
15713
15714 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15715
15716 * net/tramp-adb.el (tramp-adb-parse-device-names):
15717 Use `start-process' instead of `call-process'. Otherwise, the
15718 function might be blocked under MS Windows. (Bug#13299)
15719
15720 2013-03-17 Leo Liu <sdl.web@gmail.com>
15721
15722 Extend eldoc to display info in the mode-line. (Bug#13978)
15723 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15724 (eldoc-mode-line-string): New variable.
15725 (eldoc-minibuffer-message): New function.
15726 (eldoc-message-function): New variable.
15727 (eldoc-message): Use it.
15728 (eldoc-display-message-p)
15729 (eldoc-display-message-no-interference-p):
15730 Support eldoc-post-insert-mode.
15731
15732 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15733 (eval-expression): Run it.
15734
15735 2013-03-17 Roland Winkler <winkler@gnu.org>
15736
15737 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15738 strings in the list of return values.
15739
15740 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15741
15742 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15743 radix before checking for HMS forms.
15744
15745 2013-03-16 Leo Liu <sdl.web@gmail.com>
15746
15747 * progmodes/scheme.el: Add indentation and font-locking for λ.
15748 (Bug#13975)
15749
15750 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15751
15752 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15753 token before point (bug#13942).
15754
15755 2013-03-16 Leo Liu <sdl.web@gmail.com>
15756
15757 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15758
15759 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15760
15761 * startup.el (command-line-normalize-file-name): Fix handling of
15762 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15763 <xfq.free@gmail.com> in
15764 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15765
15766 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15767
15768 Sync with Tramp 2.2.7.
15769
15770 * net/trampver.el: Update release number.
15771
15772 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15773
15774 * doc-view.el: Fix bug#13887.
15775 (doc-view-insert-image): Don't modify overlay associated to
15776 non-live windows, and implement horizontal centering of image in
15777 case it's smaller than the window.
15778 (doc-view-new-window-function): Force redisplay of new windows on
15779 doc-view buffers.
15780
15781 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15782
15783 * saveplace.el (save-place-alist-to-file): Don't sort
15784 `save-place-alist', just pretty-print it (bug#13882).
15785
15786 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15787
15788 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15789 Check whether `default-file-name-coding-system' is bound.
15790 It isn't in XEmacs.
15791
15792 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15795 backquotes for `obsolete' (bug#13929).
15796
15797 * international/mule.el (find-auto-coding): Include file name in
15798 obsolescence warning (bug#13922).
15799
15800 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15801
15802 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15803 for CFEngine 3-specific indentation.
15804 (cfengine3-indent-line): Use it. Fix up category regex.
15805 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15806
15807 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15808
15809 * type-break.el (type-break-file-name):
15810 * textmodes/remember.el (remember-data-file):
15811 * strokes.el (strokes-file):
15812 * shadowfile.el (shadow-initialize):
15813 * saveplace.el (save-place-file):
15814 * ps-bdf.el (bdf-cache-file):
15815 * progmodes/idlwave.el (idlwave-config-directory):
15816 * net/quickurl.el (quickurl-url-file):
15817 * international/kkc.el (kkc-init-file-name):
15818 * ido.el (ido-save-directory-list-file):
15819 * emulation/viper.el (viper-custom-file-name):
15820 * emulation/vip.el (vip-startup-file):
15821 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15822 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15823
15824 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15825
15826 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15827 * language/thai-word.el: Switch to UTF-8.
15828
15829 See ChangeLog.16 for earlier changes.
15830
15831 ;; Local Variables:
15832 ;; coding: utf-8
15833 ;; End:
15834
15835 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15836
15837 This file is part of GNU Emacs.
15838
15839 GNU Emacs is free software: you can redistribute it and/or modify
15840 it under the terms of the GNU General Public License as published by
15841 the Free Software Foundation, either version 3 of the License, or
15842 (at your option) any later version.
15843
15844 GNU Emacs is distributed in the hope that it will be useful,
15845 but WITHOUT ANY WARRANTY; without even the implied warranty of
15846 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15847 GNU General Public License for more details.
15848
15849 You should have received a copy of the GNU General Public License
15850 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.