aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog119
1 files changed, 117 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5451abc2119..6b99c5719bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,118 @@
12013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4 (bug#14815).
5
6 * net/eww.el (eww-process-text-input): Allow inputting when the
7 point is at the start of the line, as the properties aren't
8 front-sticky.
9
10 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11 degenerate widths.
12
132013-07-19 Richard Stallman <rms@gnu.org>
14
15 * epa.el (epa-popup-info-window): Doc fix.
16
17 * subr.el (split-string): New arg TRIM.
18
192013-07-18 Juanma Barranquero <lekktu@gmail.com>
20
21 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
22 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
23
242013-07-18 Michael Albinus <michael.albinus@gmx.de>
25
26 * filenotify.el (file-notify--library): Rename from
27 `file-notify-support'. Do not autoload. Adapt all uses.
28 (file-notify-supported-p): New defun.
29
30 * autorevert.el (auto-revert-use-notify):
31 Use `file-notify-supported-p' instead of `file-notify-support'.
32 Adapt docstring.
33 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
34
35 * net/tramp.el (tramp-file-name-for-operation):
36 Add `file-notify-supported-p'.
37
38 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
39 New defun.
40 (tramp-sh-file-name-handler-alist): Add it as handler for
41 `file-notify-supported-p '.
42
43 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
44 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
45 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
46 Add `ignore' as handler for `file-notify-*' functions.
47
482013-07-17 Eli Zaretskii <eliz@gnu.org>
49
50 * simple.el (line-move-partial, line-move): Don't start vscroll or
51 scroll-up if the current line is not taller than the window.
52 (Bug#14881)
53
542013-07-16 Dmitry Gutov <dgutov@yandex.ru>
55
56 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
57 highlight question marks in the method names as strings.
58 (ruby-block-beg-keywords): Inline.
59 (ruby-font-lock-keyword-beg-re): Extract from
60 `ruby-font-lock-keywords'.
61
622013-07-16 Jan Djärv <jan.h.d@swipnet.se>
63
64 * frame.el (blink-cursor-blinks): New defcustom.
65 (blink-cursor-blinks-done): New defvar.
66 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
67 (blink-cursor-timer-function): Check if number of blinks has been
68 done on X and NS.
69 (blink-cursor-suspend, blink-cursor-check): New defuns.
70
712013-07-15 Glenn Morris <rgm@gnu.org>
72
73 * edmacro.el (edmacro-format-keys): Fix previous change.
74
752013-07-15 Paul Eggert <eggert@cs.ucla.edu>
76
77 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
78 The hack didn't work outside English locales anyway.
79
802013-07-15 Juanma Barranquero <lekktu@gmail.com>
81
82 * simple.el (define-alternatives): Rename from alternatives-define,
83 per RMS' suggestion.
84
852013-07-14 Juanma Barranquero <lekktu@gmail.com>
86
87 * desktop.el (desktop-restore-frames): Change default to t.
88 (desktop-restore-in-current-display): Now offer more options.
89 (desktop-restoring-reuses-frames): New customization option.
90 (desktop--saved-states): Doc fix.
91 (desktop-filter-parameters-alist): New variable, renamed and expanded
92 from desktop--excluded-frame-parameters.
93 (desktop--target-display): New variable.
94 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
95 (desktop--filter-tty*, desktop--filter-*-color)
96 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
97 (desktop--filter-save-desktop-parm)
98 (desktop-restore-in-original-display-p): New functions.
99 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
100 (desktop--save-minibuffer-frames): New function, inspired by a similar
101 function from Martin Rudalics.
102 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
103 (desktop--restore-in-this-display-p): Remove.
104 (desktop--find-frame): Rename from desktop--find-frame-in-display
105 and add predicate argument.
106 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
107 (desktop--reuse-list): New variable.
108 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
109 New functions.
110 (desktop--restore-frames): Add support for "minibuffer-special" frames.
111
1122013-07-14 Michael Albinus <michael.albinus@gmx.de>
113
114 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
115
12013-07-13 Dmitry Gutov <dgutov@yandex.ru> 1162013-07-13 Dmitry Gutov <dgutov@yandex.ru>
2 117
3 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight 118 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight
@@ -3475,8 +3590,8 @@
3475 (prolog-char-quote-workaround): 3590 (prolog-char-quote-workaround):
3476 * progmodes/cperl-mode.el (cperl-under-as-char): 3591 * progmodes/cperl-mode.el (cperl-under-as-char):
3477 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word): 3592 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
3478 Mark as obsolete. 3593 Mark as obsolete.
3479 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in 3594 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
3480 their declaration. 3595 their declaration.
3481 (vhdl-mode-syntax-table-init): Remove. 3596 (vhdl-mode-syntax-table-init): Remove.
3482 3597