*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Apr 2003 10:16:05 +0000 (10:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Apr 2003 10:16:05 +0000 (10:16 +0000)
etc/TODO
lisp/ChangeLog
lisp/ChangeLog.9

index 74dfb05..85568d3 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -143,6 +143,8 @@ Other features we would like:
 
 * 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 @@ Other features we would like:
 
 * 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.
 
index 6d97e80..9fd4654 100644 (file)
@@ -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.
index ceb67da..d35bab0 100644 (file)
        * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
        tutorials.
 
-       * 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  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.
+
 2000-06-15  Dave Love  <fx@gnu.org>
 
        * net/goto-addr.el (goto-address-fontify): Use keymap property,