diff options
| author | Gerd Moellmann | 2000-07-05 13:14:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 13:14:36 +0000 |
| commit | 969f7e79eb7dd72f72e34a308ff96e427daacaf4 (patch) | |
| tree | c700496732c0dce2f0044ebe447ac773e4ae036f | |
| parent | bf7e917ec8f940ca0665cbb16b1850e623637a57 (diff) | |
| download | emacs-969f7e79eb7dd72f72e34a308ff96e427daacaf4.tar.gz emacs-969f7e79eb7dd72f72e34a308ff96e427daacaf4.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | man/programs.texi | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
3 files changed, 11 insertions, 5 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-06-30 Ken Raeburn <raeburn@gnu.org> | 7 | 2000-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 |
| 1126 | Project; it is the default, so as to encourage the indentation we | 1126 | Project; it is the default, so as to encourage the indentation we |
| 1127 | recommend. The style @code{user} is the same as @code{gnu} but | 1127 | recommend. If you make changes in variables such as |
| 1128 | incorporates 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} |
| 1129 | and @code{c-offsets-alist} by your @file{~/.emacs} file. To make them | 1129 | file, they will however take precedence. |
| 1130 | take 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 @@ | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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) |