changeset 40146:dba35a09b701

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 15:34:22 +0000
parents 3dd955e01bcc
children 74963e4d77a7
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 21 15:28:44 2001 +0000
+++ b/lisp/ChangeLog	Sun Oct 21 15:34:22 2001 +0000
@@ -1,3 +1,7 @@
+2001-10-22  Miles Bader  <miles@gnu.org>
+
+	* help-funs.el (help-manyarg-func-alist): Variable removed.
+
 2001-10-21  Miles Bader  <miles@gnu.org>
 
 	* help-funs.el (help-manyarg-func-alist): Remove entries for
--- a/src/ChangeLog	Sun Oct 21 15:28:44 2001 +0000
+++ b/src/ChangeLog	Sun Oct 21 15:34:22 2001 +0000
@@ -1,3 +1,23 @@
+2001-10-22  Miles Bader  <miles@gnu.org>
+
+	* doc.c (Vhelp_manyarg_func_alist): Variable removed.
+	(Fdocumentation): Don't use it.
+	(syms_of_doc): Don't initialize it.
+
+	* keyboard.c (Ftrack_mouse): Add usage: string to doc string.
+	* print.c (Fwith_output_to_temp_buffer): Likewise.
+	* window.c (Fsave_window_excursion): Likewise.
+	* editfns.c (Fsave_excursion, Fsave_current_buffer) 
+	(Fsave_restriction): Likewise.
+	* eval.c (Frun_hooks, Frun_hook_with_args) 
+	(Frun_hook_with_args_until_failure) 
+	(Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif) 
+	(Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun) 
+	(Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch) 
+	(Funwind_protect, Fcondition_case): Likewise.
+	* coding.c (Ffind_operation_coding_system): Likewise.
+	* keyboard.c (Ftrack_mouse): Likewise.
+
 2001-10-21  Miles Bader  <miles@gnu.org>
 
 	* fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)