aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-01-23 12:57:22 +0000
committerGerd Moellmann <[email protected]>2001-01-23 12:57:22 +0000
commita30629d2a8a7aa1bc7bdab69582232815d5f362e (patch)
treea7944ad936b8da50e7afa39993b1b09cd68a65c7
parent499b1844b5a13583d3ccfaabffcbf8f7b04983c2 (diff)
*** empty log message ***
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--src/ChangeLog10
2 files changed, 15 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 0fc4cb076a..a511d8887e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-23 Gerd Moellmann <[email protected]>
+
+ * nnheader.el (toplevel): Don't require `gnus-util' at
+ compile-time; this creates a circular dependency, and prevents
+ a bootstrap.
+
2001-01-22 Andreas Schwab <[email protected]>
* nnheader.el (gnus-delete-line): Autoload it as a macro.
diff --git a/src/ChangeLog b/src/ChangeLog
index 06becc796c..4b4c3fccb6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-23 Gerd Moellmann <[email protected]>
+
+ * xterm.c (x_set_window_size_1): New function extracted from
+ x_set_window_size.
+ (x_set_window_size): Use it.
+ (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
+ doesn't have a widget, like tooltips.
+
2001-01-23 Eli Zaretskii <[email protected]>
* window.c (syms_of_window) <scroll-preserve-screen-position>: Doc
@@ -11,7 +19,7 @@
2001-01-22 Gerd Moellmann <[email protected]>
* xdisp.c (build_desired_tool_bar_string): Make sure we have
- a desired tool bar string, even if there are not tool bar
+ a desired tool bar string, even if there are no tool bar
items.
* xdisp.c (Ftool_bar_lines_needed): New function.