diff options
| author | Juanma Barranquero | 2010-08-03 18:39:37 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-03 18:39:37 +0200 |
| commit | 9ebc731b45fea0b4d7d547cb37ca2675d5940106 (patch) | |
| tree | 889b3f7a7e9860c4fd1f47b4ee814c56e946b1b8 /lisp/ChangeLog | |
| parent | d5b8058fb09545686338769edf92a4f73c166520 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2010-08-03 Juanma Barranquero <lekktu@gmail.com> | 1 | 2010-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 | ||