aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-10-23 15:09:09 +0000
committerPavel Janík2001-10-23 15:09:09 +0000
commitfc11dff0970613d5d96ba87bbb2fc500e3b30a42 (patch)
tree794d6e6a0c4e2af00c0c6eec8a96e97a8d266e71 /src
parent24db49fb9ef208976d3260b63cf8069830520c84 (diff)
downloademacs-fc11dff0970613d5d96ba87bbb2fc500e3b30a42.tar.gz
emacs-fc11dff0970613d5d96ba87bbb2fc500e3b30a42.zip
Use more descriptive entries.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4126bb59f5..2a7c20f5d92 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,9 +18,11 @@
18 18
192001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 192001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
20 20
21 * syntax.c: Fix argument names and usage. 21 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
22 instead of C) and usage.
22 23
23 * editfns.c: Fix argument names and usage. 24 * editfns.c (char-to-string): Fix argument names (use CHAR instead
25 of C) and usage.
24 26
25 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top', 27 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
26 `left', `max_width' and `max_height'. 28 `left', `max_width' and `max_height'.