Mercurial > emacs
changeset 78789:864bdaa7821e
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 14 Sep 2007 07:44:49 +0000 |
parents | c077ece08ff6 |
children | 764a90d0f137 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Sep 14 07:44:30 2007 +0000 +++ b/src/ChangeLog Fri Sep 14 07:44:49 2007 +0000 @@ -1,3 +1,11 @@ +2007-09-14 Glenn Morris <rgm@gnu.org> + + * fringe.c (init_fringe_bitmap) <swap nibble>: Move to file scope. + * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope. + * image.c (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. + 2007-09-14 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) * gtkutil.c (xg_get_file_with_chooser): Move GCPRO1 after declarations.