aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-22 15:17:50 +0000
committerGerd Moellmann2001-01-22 15:17:50 +0000
commit57c28064ec94eb47731713517c910bdbda84a34e (patch)
tree663a4d23f6d4310cdd2f5c907b04a7b915d1dc8a /src/ChangeLog
parent57760935c1e3e53aad96a4ab82b42ec2df7eb634 (diff)
downloademacs-57c28064ec94eb47731713517c910bdbda84a34e.tar.gz
emacs-57c28064ec94eb47731713517c910bdbda84a34e.zip
(Ftool_bar_lines_needed): New function.
(syms_of_xdisp): Defsubr it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f85dd0e7602..b4db657e1f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-01-22 Gerd Moellmann <gerd@gnu.org> 12001-01-22 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (Ftool_bar_lines_needed): New function.
4 (syms_of_xdisp): Defsubr it.
5
3 * editfns.c (Fformat): Don't extend text properties from arguments 6 * editfns.c (Fformat): Don't extend text properties from arguments
4 to padding chars in the result. 7 to padding chars in the result.
5 8