# HG changeset patch # User Eli Zaretskii # Date 1107611186 0 # Node ID 21898b7a92fd42f180b2c937240b07eb9e487a2a # Parent e5a5ea742cc37ec667ba261117295fc455a36d0a *** empty log message *** diff -r e5a5ea742cc3 -r 21898b7a92fd lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 05 13:45:34 2005 +0000 +++ b/lisp/ChangeLog Sat Feb 05 13:46:26 2005 +0000 @@ -1,3 +1,7 @@ +2005-02-05 Eli Zaretskii + + * help.el (help-for-help): Doc fix. + 2005-02-05 Nick Roberts * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before diff -r e5a5ea742cc3 -r 21898b7a92fd lispref/ChangeLog --- a/lispref/ChangeLog Sat Feb 05 13:45:34 2005 +0000 +++ b/lispref/ChangeLog Sat Feb 05 13:46:26 2005 +0000 @@ -1,3 +1,10 @@ +2005-02-05 Eli Zaretskii + + * frames.texi (Color Names): Add pointer to the X docs about RGB + color specifications. Improve indexing + (Text Terminal Colors): Replace the description of RGB values by + an xref to "Color Names". + 2005-02-03 Richard M. Stallman * windows.texi (Basic Windows): Add cursor-in-non-selected-windows. diff -r e5a5ea742cc3 -r 21898b7a92fd man/ChangeLog --- a/man/ChangeLog Sat Feb 05 13:45:34 2005 +0000 +++ b/man/ChangeLog Sat Feb 05 13:46:26 2005 +0000 @@ -1,3 +1,11 @@ +2005-02-05 Eli Zaretskii + + * frames.texi (Frame Parameters): Add an xref to the description + of list-colors-display. Add a pointer to the X docs about colors. + + * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes. + Impove docs of list-colors-display. + 2005-02-03 Lute Kamstra * frames.texi (Frames, Drag and Drop): Fix typos.