diff options
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 9 |
2 files changed, 14 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index dfe9526..7283ad4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2009-01-07 Joel Brobecker <brobecker@adacore.com> + + * gdbint.texinfo (Start of New Year Procedure): Add the "coding" + emacs local variable to be placed at the end of the ChangeLog. + Add server.c and gdbreplay.c to the list of files where the + copyright year needs to be updated. + 2009-01-06 Sandra Loosemore <sandra@codesourcery.com> * gdb.texinfo (Remote Configuration): Document new diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index f4d47ed..adc8ca8 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5842,6 +5842,7 @@ mode: change-log left-margin: 8 fill-column: 74 version-control: never +coding: utf-8 End: @end smallexample @@ -5852,8 +5853,12 @@ in @file{gdb/config/djgpp/fnchange.lst}. @item Update the copyright year in the startup message -Update the copyright year in file @file{top.c}, function -@code{print_gdb_version}. +Update the copyright year in: +@itemize @bullet +@item file @file{top.c}, function @code{print_gdb_version} +@item file @file{gdbserver/server.c}, function @code{gdbserver_version} +@item file @file{gdbserver/gdbreplay.c}, function @code{gdbreplay_version} +@end itemize @item Add the new year in the copyright notices of all source and documentation |