* 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.]
* 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.
+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.
* 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,