aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-11-02 04:59:56 +0000
committerStefan Monnier2001-11-02 04:59:56 +0000
commitc22e59e11779f0272f53d7cc43c27fb50981bdfe (patch)
tree22af258bf39b53b01117ee5ffcf1e80996c8f81c /src
parentfe552b4c0d54b84b3048a08b2fc19518cafe6f1d (diff)
downloademacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.tar.gz
emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 710d4f3f547..7c5e9f96727 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-11-01 Stefan Monnier <monnier@cs.yale.edu>
2
3 * macros.c: Don't include keymap.h any more.
4
12001-11-01 Richard M. Stallman <rms@gnu.org> 52001-11-01 Richard M. Stallman <rms@gnu.org>
2 6
3 * keymap.c (Fdescribe_buffer_bindings): Print character property 7 * keymap.c (Fdescribe_buffer_bindings): Print character property
@@ -15,10 +19,10 @@
15 19
16 * xfns.c (x_build_heuristic_mask): Use four_corners_best 20 * xfns.c (x_build_heuristic_mask): Use four_corners_best
17 instead of IMAGE_BACKGROUND. 21 instead of IMAGE_BACKGROUND.
18 22
19 * xfns.c (four_corners_best): Reindent. 23 * xfns.c (four_corners_best): Reindent.
20 24
21 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): 25 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
22 Handle :box so that it is possible to specify sexprs. 26 Handle :box so that it is possible to specify sexprs.
23 27
242001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 282001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
@@ -58,8 +62,7 @@
58 (free_face_colors): Do nothing for a face whose colors have been 62 (free_face_colors): Do nothing for a face whose colors have been
59 copied bitwise. 63 copied bitwise.
60 64
61 * dispextern.h (struct face) <colors_copied_bitwise_p>: New 65 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
62 member.
63 66
642001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 672001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
65 68