aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-22 01:08:03 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-22 01:08:03 +0000
commitdb5b6bc58c7d8307b8874b37793074f789eb626a (patch)
tree83b3c602045e209e20f8ddf464d4b5973a3618a2 /src/ChangeLog
parentab4a8ba818d6fa8d237a55639c7361b376162f81 (diff)
downloadopen-axiom-db5b6bc58c7d8307b8874b37793074f789eb626a.tar.gz
* hyper/lex.c: Don't include hyper.h, hterror.h and
sockio.h. Include node.h. * hyper/hyper.h: Don't include X11 headers. Include node.h. Mode node data structures to node.h. * hyper/cond.c: Don't include hterror.h. Include lex.h * hyper/Makefile.in (HEADERS): Include node.h. Remove hterror.h. (hypertex_SOURCES): Remove hterror.c (htadd_SOURCES): Likewise. * hyper/node.h: New. * hyper/hterror.h: Remove. * hyper/hterror.c (token_name): Move to hyper/lex.c. (print_token): Likewise. (print_next_ten_tokens): Likewise. (print_page_and_filename): Likewise. (jump): Likewise. (ebuffer): Likewise. (htperror): Move to parse-types.c Remove file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 181b1f70..81f8396a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,24 @@
2008-05-21 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * hyper/lex.c: Don't include hyper.h, hterror.h and
+ sockio.h. Include node.h.
+ * hyper/hyper.h: Don't include X11 headers. Include node.h.
+ Mode node data structures to node.h.
+ * hyper/cond.c: Don't include hterror.h. Include lex.h
+ * hyper/Makefile.in (HEADERS): Include node.h. Remove hterror.h.
+ (hypertex_SOURCES): Remove hterror.c
+ (htadd_SOURCES): Likewise.
+ * hyper/node.h: New.
+ * hyper/hterror.h: Remove.
+ * hyper/hterror.c (token_name): Move to hyper/lex.c.
+ (print_token): Likewise.
+ (print_next_ten_tokens): Likewise.
+ (print_page_and_filename): Likewise.
+ (jump): Likewise.
+ (ebuffer): Likewise.
+ (htperror): Move to parse-types.c
+ Remove file.
+
* include/cfuns.h (oa_get_tmpdir): Declare.
(oa_access_file_for_read): Likewise.
* lib/cfuns-c.c (oa_getcwd): Define.