aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2013-07-20 20:51:53 +0900
committerKenichi Handa2013-07-20 20:51:53 +0900
commit7e67809332c7ac0c798eb13d5573a5804db8134e (patch)
treeee8d4702ed94e7179ae30740f6575ca698539d30 /lisp/ChangeLog
parent0efe47a860bba25617132f02e2220056bfa098b0 (diff)
parent6b1b199dc0e3e7f8028fabe87fac446f5a845479 (diff)
downloademacs-7e67809332c7ac0c798eb13d5573a5804db8134e.tar.gz
emacs-7e67809332c7ac0c798eb13d5573a5804db8134e.zip
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog35
1 files changed, 29 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b6d0b0e379..68ebad48d42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,15 +3,38 @@
3 * international/mule.el (coding-system-iso-2022-flags): Add 3 * international/mule.el (coding-system-iso-2022-flags): Add
4 `8-bit-level-4'. (Bug#8522) 4 `8-bit-level-4'. (Bug#8522)
5 5
62013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9 (bug#14815).
10
11 * net/eww.el (eww-process-text-input): Allow inputting when the
12 point is at the start of the line, as the properties aren't
13 front-sticky.
14
15 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
16 degenerate widths.
17
182013-07-19 Richard Stallman <rms@gnu.org>
19
20 * epa.el (epa-popup-info-window): Doc fix.
21
22 * subr.el (split-string): New arg TRIM.
23
242013-07-18 Juanma Barranquero <lekktu@gmail.com>
25
26 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
27 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
28
62013-07-18 Michael Albinus <michael.albinus@gmx.de> 292013-07-18 Michael Albinus <michael.albinus@gmx.de>
7 30
8 * filenotify.el (file-notify--library): Renamed from 31 * filenotify.el (file-notify--library): Rename from
9 `file-notify-support'. Do not autoload. Adapt all uses. 32 `file-notify-support'. Do not autoload. Adapt all uses.
10 (file-notify-supported-p): New defun. 33 (file-notify-supported-p): New defun.
11 34
12 * autorevert.el (auto-revert-use-notify): Use 35 * autorevert.el (auto-revert-use-notify):
13 `file-notify-supported-p' instead of `file-notify-support'. Adapt 36 Use `file-notify-supported-p' instead of `file-notify-support'.
14 docstring. 37 Adapt docstring.
15 (auto-revert-notify-add-watch): Use `file-notify-supported-p'. 38 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
16 39
17 * net/tramp.el (tramp-file-name-for-operation): 40 * net/tramp.el (tramp-file-name-for-operation):
@@ -3572,8 +3595,8 @@
3572 (prolog-char-quote-workaround): 3595 (prolog-char-quote-workaround):
3573 * progmodes/cperl-mode.el (cperl-under-as-char): 3596 * progmodes/cperl-mode.el (cperl-under-as-char):
3574 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word): 3597 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
3575 Mark as obsolete. 3598 Mark as obsolete.
3576 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in 3599 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
3577 their declaration. 3600 their declaration.
3578 (vhdl-mode-syntax-table-init): Remove. 3601 (vhdl-mode-syntax-table-init): Remove.
3579 3602