diff options
| author | Glenn Morris | 2007-09-14 07:44:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-14 07:44:58 +0000 |
| commit | aca946f32ebf58fcb676940f041d49b0506cde5d (patch) | |
| tree | dc1527c35e746492c8c483226acb708189587923 /src/ChangeLog | |
| parent | 1873795047019866c6efb1fae74e7310c338f023 (diff) | |
| download | emacs-aca946f32ebf58fcb676940f041d49b0506cde5d.tar.gz emacs-aca946f32ebf58fcb676940f041d49b0506cde5d.zip | |
(our_memory_fill_input_buffer) <buffer>: Move to file scope and rename
to omfib_buffer for clarity.
(gif_load) <interlace_start, interlace_increment>: Move to file scope.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c38a5c7f394..696386952f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-09-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope. | ||
| 4 | * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope. | ||
| 5 | * image.c (our_memory_fill_input_buffer) <buffer>: Move to file | ||
| 6 | scope and rename to omfib_buffer for clarity. | ||
| 7 | (gif_load) <interlace_start, interlace_increment>: Move to file scope. | ||
| 8 | |||
| 1 | 2007-09-14 Kenichi Handa <handa@m17n.org> | 9 | 2007-09-14 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero. | 11 | * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero. |