aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 13:14:36 +0000
committerGerd Moellmann2000-07-05 13:14:36 +0000
commit969f7e79eb7dd72f72e34a308ff96e427daacaf4 (patch)
treec700496732c0dce2f0044ebe447ac773e4ae036f
parentbf7e917ec8f940ca0665cbb16b1850e623637a57 (diff)
downloademacs-969f7e79eb7dd72f72e34a308ff96e427daacaf4.tar.gz
emacs-969f7e79eb7dd72f72e34a308ff96e427daacaf4.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--man/programs.texi8
-rw-r--r--src/ChangeLog2
3 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f3005dd2dc4..ad1cfe15557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12000-07-05 Gerd Moellmann <gerd@gnu.org>
2
3 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4 lisp/Makefile. Distribute lisp/Makefile.in instead of
5 lisp/Makefile.
6
12000-06-30 Ken Raeburn <raeburn@gnu.org> 72000-06-30 Ken Raeburn <raeburn@gnu.org>
2 8
3 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, 9 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
diff --git a/man/programs.texi b/man/programs.texi
index 3fa4e0c29a9..2413a00819e 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1124,11 +1124,9 @@ style for the other C-like modes.
1124 1124
1125 The style @code{gnu} defines the formatting recommend by the GNU 1125 The style @code{gnu} defines the formatting recommend by the GNU
1126Project; it is the default, so as to encourage the indentation we 1126Project; it is the default, so as to encourage the indentation we
1127recommend. The style @code{user} is the same as @code{gnu} but 1127recommend. If you make changes in variables such as
1128incorporates any changes made in variables such as @code{c-basic-offset} 1128@code{c-basic-offset} and @code{c-offsets-alist} in your @file{~/.emacs}
1129and @code{c-offsets-alist} by your @file{~/.emacs} file. To make them 1129file, they will however take precedence.
1130take effect, you should select the style @code{user} with
1131@code{c-set-style} or @code{c-default-style}.
1132 1130
1133@findex c-add-style 1131@findex c-add-style
1134 To define a new C indentation style, call the function 1132 To define a new C indentation style, call the function
diff --git a/src/ChangeLog b/src/ChangeLog
index c0de99fbb87..89af37f2cb2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-07-05 Gerd Moellmann <gerd@gnu.org> 12000-07-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
4
3 * window.c (delete_all_subwindows): Reset Vwindow_list. 5 * window.c (delete_all_subwindows): Reset Vwindow_list.
4 6
5 * xterm.c (x_append_glyph, x_append_composite_glyph) 7 * xterm.c (x_append_glyph, x_append_composite_glyph)