aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-04-28 13:38:25 +0000
committerKim F. Storm2005-04-28 13:38:25 +0000
commit5ae918035aac98a9be4ed516855403982ee1f2c5 (patch)
tree00f79a36af0213e8f203f101e15419c19dddfac2 /src
parentd1bf13b33d0fdae7d66a5d5d0c37a66546c8f53a (diff)
downloademacs-5ae918035aac98a9be4ed516855403982ee1f2c5.tar.gz
emacs-5ae918035aac98a9be4ed516855403982ee1f2c5.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b19eb23497d..d2471f41229 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-04-28 Kim F. Storm <storm@cua.dk>
2
3 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
4 Fix cyclic alias check. If alias loop is detected, signal
5 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
6
12005-04-28 Lute Kamstra <lute@gnu.org> 72005-04-28 Lute Kamstra <lute@gnu.org>
2 8
3 * eval.c (do_autoload): Record only autoloads in the autoload 9 * eval.c (do_autoload): Record only autoloads in the autoload