diff options
| author | Stefan Monnier | 2001-03-07 21:33:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-03-07 21:33:51 +0000 |
| commit | 8b8f919796d92ba1844f9860747cb8efff5fde8a (patch) | |
| tree | ebd2c4b10f8e8af22b93a4f1453e3f07b08110d5 /src | |
| parent | 741baf7656eb6738d7b4160493c969fad2640e1b (diff) | |
| download | emacs-8b8f919796d92ba1844f9860747cb8efff5fde8a.tar.gz emacs-8b8f919796d92ba1844f9860747cb8efff5fde8a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 74bb12f293c..76f904a35e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is | ||
| 4 | a string before extracting its data. | ||
| 5 | |||
| 1 | 2001-03-07 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-03-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * window.c (Frecenter): Rewrite code handling negative values | 8 | * window.c (Frecenter): Rewrite code handling negative values |
| @@ -137,8 +142,7 @@ | |||
| 137 | NULL after destroying it, otherwise XTread_socket can access a | 142 | NULL after destroying it, otherwise XTread_socket can access a |
| 138 | destroyed widget when input is unblocked. | 143 | destroyed widget when input is unblocked. |
| 139 | 144 | ||
| 140 | * xfns.c (x_set_foreground_color): Set the background of the | 145 | * xfns.c (x_set_foreground_color): Set the background of the cursor GC. |
| 141 | cursor GC. | ||
| 142 | 146 | ||
| 143 | * xfns.c (x_set_font): Handle case of x_new_fontset returning the | 147 | * xfns.c (x_set_font): Handle case of x_new_fontset returning the |
| 144 | same name as before, although there was a change in fontsets. | 148 | same name as before, although there was a change in fontsets. |