aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-05-25 16:45:32 +0000
committerKen Raeburn2000-05-25 16:45:32 +0000
commit7a18af49dc3e225afc4248d3374ff760f0bf39f3 (patch)
tree2434a92c583eeeb2325c9f2eebaa470c48e2dbe6 /src/ChangeLog
parent50d7ce09c6e12027b598b468558a9f0b7b3da8d3 (diff)
downloademacs-7a18af49dc3e225afc4248d3374ff760f0bf39f3.tar.gz
emacs-7a18af49dc3e225afc4248d3374ff760f0bf39f3.zip
* emacs.c (main): Initialize keyboard syms before initializing
window code, so face names are available.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 555c2ca749e..efe9a1752d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-05-25 Ken Raeburn <raeburn@gnu.org>
2
3 * emacs.c (main): Initialize keyboard syms before initializing
4 window code, so face names are available.
5
12000-05-25 Stefan Monnier <monnier@cs.yale.edu> 62000-05-25 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case 8 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case