# HG changeset patch # User Richard M. Stallman # Date 1050315365 0 # Node ID f711c86ea5c99acbe057c1e43e55ac3f6d4eb491 # Parent 3bbd33912c1d33c31e9cd4814f7fd9e673fa8b22 *** empty log message *** diff -r 3bbd33912c1d -r f711c86ea5c9 etc/TODO --- 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. diff -r 3bbd33912c1d -r f711c86ea5c9 lisp/ChangeLog --- 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 + + * 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 * international/fontset.el (create-fontset-from-ascii-font): Doc fix. diff -r 3bbd33912c1d -r f711c86ea5c9 lisp/ChangeLog.9 --- 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 + * 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 * net/goto-addr.el (goto-address-fontify): Use keymap property,