# HG changeset patch # User Luc Teirlinck # Date 1115335040 0 # Node ID fc015141b2e500d2f873cef6ab2ce74835df4210 # Parent 8e4e8735ffb34fb5c81606e69cda6435f98e075d *** empty log message *** diff -r 8e4e8735ffb3 -r fc015141b2e5 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 05 23:12:19 2005 +0000 +++ b/lisp/ChangeLog Thu May 05 23:17:20 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-05 Luc Teirlinck + + * emacs-lisp/byte-run.el (define-obsolete-function-alias) + (define-obsolete-variable-alias): Doc Fixes. + 2005-05-06 Kim F. Storm * simple.el (line-move-1): Fix 2005-04-26 change. Must still use diff -r 8e4e8735ffb3 -r fc015141b2e5 lispref/ChangeLog --- a/lispref/ChangeLog Thu May 05 23:12:19 2005 +0000 +++ b/lispref/ChangeLog Thu May 05 23:17:20 2005 +0000 @@ -1,3 +1,16 @@ +2005-05-05 Luc Teirlinck + + * variables.texi (Variable Aliases): Change description of + `define-obsolete-variable-alias'. + + * functions.texi (Functions): Add "Obsolete Functions" to menu. + (Defining Functions): Add xref. + (Obsolete Functions): New node. + (Function Safety): Standardize capitalization of section title. + + * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'. + (Dialog Boxes): Complete description of `x-popup-dialog'. + 2005-05-04 Richard M. Stallman * commands.texi (Interactive Codes): Fix Texinfo usage. diff -r 8e4e8735ffb3 -r fc015141b2e5 src/ChangeLog --- a/src/ChangeLog Thu May 05 23:12:19 2005 +0000 +++ b/src/ChangeLog Thu May 05 23:17:20 2005 +0000 @@ -1,3 +1,9 @@ +2005-05-05 Luc Teirlinck + + * eval.c (Fdefvaralias): Doc fix. + + * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. + 2005-05-05 Kim F. Storm * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows