diff lisp/ChangeLog @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 48d667d6f17f
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/ChangeLog	Mon Aug 13 09:19:45 2007 +0200
@@ -1,5 +1,76 @@
+Sat Mar 15 15:14:06 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+	* prim/loadup.el: Add prim/auto-customize.elc to dumped files.
+
+	* utils/autoload.el (generated-custom-file): New variable.
+	(autoload-snarf-defcustom): New function.  Grab Customization as
+	we look for autoload cookies. (based on code by Per Abrahamsen).
+	(update-file-autoloads): Use it.
+	(autoload-save-customization): New function (based on code by Per
+	Abrahamsen).
+	(batch-update-autoloads): Use it.
+
+Fri Mar 14 19:59:36 1997  Bob Weiner  <weiner@infodock.com>
+
+	* packages/jka-compr.el (jka-compr-installed-p): Simplify.
+
+Fri Mar 14 17:24:30 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+	* modes/sendmail.el: Correct vm macro hack.
+	(query-user-mail-address): New customizable variable.
+	(user-mail-address): New function, use it.  (Courtesy of Per
+	Abrahamsen <abraham@dina.kvl.dk>).
+
+Thu Mar 13 18:49:50 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+	* x11/x-menubar.el (popup-mode-menu): Do something more correct
+	when combining a global popup menu and a local mode menu.
+
+Thu Mar 13 08:36:35 1997  Adrian Aichner <aichner@ecf.teradyne.com>
+
+	* packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
+
+Wed Mar 12 13:46:21 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+	* prim/obsolete.el (char=): Make alias for common lisp
+	compatibility.
+
+Mon Mar 10 09:44:05 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+	* prim/simple.el (set-fill-column): Clean up docstring.
+
+	* x11/x-menubar.el (save-options-non-customized-face-list): Allow
+	save-options to save faces declared with defface macro.
+
+	* packages/vc.el: diff-switches is autoloaded again in diff.el.
+
+	* packages/diff.el (diff-switches): Default to "-c".
+
+Sun Mar  9 18:44:59 1997  Tomasz J. Cholewo  <tjchol01@mecca.spd.louisville.edu>
+
+	* prim/help.el (describe-function-1): Add missing stream arguments
+	to terpri and princ.
+
+Sun Mar  9 15:38:29 1997  Steven L Baur  <steve@altair.xemacs.org>
+
+	* prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
+	modes in context of correct buffer.
+
+	* prim/help.el (locate-library): Synched with Emacs 19.35.
+
+	* packages/icomplete.el (icomplete-get-keys): Make it work.
+
+	* prim/about.el: Add Jens Lautenbacher's picture.
+
+Sun Mar  9 12:38:53 1997  Noah Friedman  <friedman@prep.ai.mit.edu>
+
+	* utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
+	eldoc-display-message-p, not eldoc-display-message-no-interference-p.
+	
 Sat Mar  8 11:20:47 1997  Steven L Baur  <steve@altair.xemacs.org>
 
+	* prim/startup.el (startup-splash-frame-body): More text tweaking.
+
 	* x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
 	variable.  Allow trying oblique fonts ahead of italic fonts (from
 	Raymond Toy).
@@ -10,7 +81,7 @@
 
 Fri Oct 11 14:21:05 1996  Christoph Wedler  <wedler@fmi.uni-passau.de>
 
-	* hyper-apropos.el (hypropos-get-doc): Put font names etc in
+	* packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
 	parentheses if instantiation uses fallback.
 	(hypropos-face-history): New variable.
 	(hyper-describe-face): New function.
@@ -24,7 +95,7 @@
 
 Fri Jul 19 12:01:51 1996  Christoph Wedler  <wedler@fmi.uni-passau.de>
 
-	* hyper-apropos.el: Massive changes--the original knew nothing
+	* packages/hyper-apropos.el: Massive changes--the original knew nothing
  	about buffer-locals and local-bindings.
 	(hypropos-shrink-window): New user option.
 	(hypropos-ref-buffer): New variable.
@@ -247,47 +318,49 @@
 
 Wed Feb 19 08:04:02 1997  Noah Friedman  <friedman@prep.ai.mit.edu>
 
-	* eldoc.el (eldoc-message-commands): Doc fixes.
+	* utils/eldoc.el (eldoc-message-commands): Doc fixes.
 	(eldoc-message): Make function, not macro.
 
-	* eldoc.el (eldoc-last-message): New internal variable.
+	* utils/eldoc.el (eldoc-last-message): New internal variable.
 	(eldoc-mode): Initialize it to nil.
 	(eldoc-message): Use it.
 	(eldoc-print-current-symbol-info): Use it.
 
-	* eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
+	* utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
 	(eldoc-mode): Put it on pre-command-hook if in XEmacs or using
 	idle timers in Emacs.
 
-	* eldoc.el (eldoc-message-commands-table-size): New constant.
+	* utils/eldoc.el (eldoc-message-commands-table-size): New constant.
 	(eldoc-add-command): Use it to initialize eldoc-message-commands.
 
-	* eldoc.el (eldoc-display-message-no-interference-p): New function.
+	* utils/eldoc.el (eldoc-display-message-no-interference-p): New
+	function.
 	(eldoc-display-message-p): Use it.
 
-	* eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
+	* utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
 	Arg sym no longer optional.
 	Do not initialize arg if nil.
 
-	* eldoc.el (eldoc-forward-sexp-safe): Function deleted.
+	* utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
 	(eldoc-beginning-of-sexp): New function.
 	(eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
 	Use eldoc-current-symbol to get symbol at point.
 
-	* eldoc.el (eldoc-function-argstring-from-docstring-method-table):
-	Forge docstrings for `and', `or', `list', `+', and `-'.
+	* utils/eldoc.el
+	(eldoc-function-argstring-from-docstring-method-table): Forge
+ 	docstrings for `and', `or', `list', `+', and `-'.
 
-	* eldoc.el (eldoc-add-command-completions): New function.
+	* utils/eldoc.el (eldoc-add-command-completions): New function.
 	(eldoc-add-command): Take list of args.
 	No longer interactive.
 	(eldoc-remove-command-completions): New function.
 	(eldoc-remove-command): Take list of args.
 	No longer interactive.
 
-	* eldoc.el: Initialize eldoc-message-commands using
+	* utils/eldoc.el: Initialize eldoc-message-commands using
 	eldoc-add-command-completions.
 
-	* eldoc.el (eldoc-display-message-p): New function.
+	* utils/eldoc.el (eldoc-display-message-p): New function.
 	Return nil if cursor-in-echo-area, or using idle timers and a
 	command is still active.
 	(eldoc-print-current-symbol-info): Use eldoc-display-message-p.