diff options
| author | Glenn Morris | 2007-09-14 07:44:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-14 07:44:49 +0000 |
| commit | a99dc82bd816d31c075939ee3cc641d80ce763e7 (patch) | |
| tree | 11e41f45e1b107f560b2b3e06f534e8e70c5f6c4 /src/ChangeLog | |
| parent | ac1281ac7d4c48d0d625c86162a381791d1cb29c (diff) | |
| download | emacs-a99dc82bd816d31c075939ee3cc641d80ce763e7.tar.gz emacs-a99dc82bd816d31c075939ee3cc641d80ce763e7.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 c9b38825527..3719e00f228 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 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) | 9 | 2007-09-14 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) |
| 2 | * gtkutil.c (xg_get_file_with_chooser): Move GCPRO1 after declarations. | 10 | * gtkutil.c (xg_get_file_with_chooser): Move GCPRO1 after declarations. |
| 3 | 11 | ||