changeset 50587:f711c86ea5c9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Apr 2003 10:16:05 +0000
parents 3bbd33912c1d
children 7bfe36160365
files etc/TODO lisp/ChangeLog lisp/ChangeLog.9
diffstat 3 files changed, 28 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Mon Apr 14 10:11:04 2003 +0000
+++ b/etc/TODO	Mon Apr 14 10:16:05 2003 +0000
@@ -143,6 +143,8 @@
 
 * Update the FAQ.
 
+* Make update-game-score work on systems that don't have strerror and difftime.
+
 * Allow auto-compression-mode to use zlib calls if zlib is available.
   [It's required for PNG, so may be linked anyhow.]
 
@@ -215,6 +217,9 @@
 
 * Use the XIE X extension, if available, for image display.
 
+* Make monochrome images display using the foreground and background
+  colors of the applicable faces.
+
 * Add support for rendering antialiased text, probably using
   XRender/Freetype.
 
--- a/lisp/ChangeLog	Mon Apr 14 10:11:04 2003 +0000
+++ b/lisp/ChangeLog	Mon Apr 14 10:16:05 2003 +0000
@@ -1,3 +1,18 @@
+2003-04-14  Richard M. Stallman  <rms@gnu.org>
+
+	* derived.el (define-derived-mode): Make generated code work in
+	Emacs versions that do not have run-mode-hooks.
+
+	* emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
+	At end of buffer, run the global binding of the same key.
+
+	* international/mule.el (after-insert-file-set-coding):
+	Properly treat INSERTED as number of characters, for both
+	for both the argument and the value.
+
+	* desktop.el (desktop-base-file-name):
+	Renamed from desktop-basefilename.  Add defvaralias.
+
 2003-04-14  John Paul Wallington  <jpw@gnu.org>
 
 	* international/fontset.el (create-fontset-from-ascii-font): Doc fix.
--- a/lisp/ChangeLog.9	Mon Apr 14 10:11:04 2003 +0000
+++ b/lisp/ChangeLog.9	Mon Apr 14 10:16:05 2003 +0000
@@ -16566,18 +16566,20 @@
 	* menu-bar.el (menu-bar-help-menu): Add menu item for non-English
 	tutorials.
 
+	* info.el (Info-set-mode-line): Show file name in mode line,
+	use `*Info*' instead of `Info:'.
+
+	* startup.el (command-line-1): Change copyright messages to year
+	2000.
+
+2000-06-15  Ehud Karni  <ehud@unix.mvs.co.il>
+
 	* complete.el (PC-env-vars-alist): New variable.
 	(PC-complete-as-file-name): New function.
 	(partial-completion-mode): Initialize PC-env-vars-alist from
 	process-environment.
 	(PC-do-completion): Handle completion of env vars.
 
-	* info.el (Info-set-mode-line): Show file name in mode line,
-	use `*Info*' instead of `Info:'.
-
-	* startup.el (command-line-1): Change copyright messages to year
-	2000.
-
 2000-06-15  Dave Love  <fx@gnu.org>
 
 	* net/goto-addr.el (goto-address-fontify): Use keymap property,