* 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.
This commit is contained in:
parent
1bc86aea28
commit
9cb011d3af
2 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue