aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-03 18:39:37 +0200
committerJuanma Barranquero2010-08-03 18:39:37 +0200
commit9ebc731b45fea0b4d7d547cb37ca2675d5940106 (patch)
tree889b3f7a7e9860c4fd1f47b4ee814c56e946b1b8 /lisp/ChangeLog
parentd5b8058fb09545686338769edf92a4f73c166520 (diff)
downloademacs-9ebc731b45fea0b4d7d547cb37ca2675d5940106.tar.gz
emacs-9ebc731b45fea0b4d7d547cb37ca2675d5940106.zip
which-func.el (which-func-format): Split help-echo text into lines.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0650ea89e2..00f6fcfac02 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12010-08-03 Juanma Barranquero <lekktu@gmail.com> 12010-08-03 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * progmodes/which-func.el (which-func-format): Split help-echo text
4 into lines, like other mode-line tooltips.
5
3 * server.el (server-start): When using TCP sockets, force IPv4 6 * server.el (server-start): When using TCP sockets, force IPv4
4 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.) 7 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
5 8