]> code.delx.au - gnu-emacs-elpa/commitdiff
*** empty log message ***
authormonnier <>
Wed, 24 Nov 2004 19:59:47 +0000 (19:59 +0000)
committermonnier <>
Wed, 24 Nov 2004 19:59:47 +0000 (19:59 +0000)
ChangeLog
Makefile
NEWS

index 4afe7b229308df3cf51fcefbb604e5a5d689421f..00bd689e004a0aed209665d64685539beca39e90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * Release version 3.9.6.
+       * Release version 4.0.
 
 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
@@ -92,6 +92,8 @@
 
 2000-12-24  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * Release version 3.9.5.
+
        * Makefile (install): Also install .el files.
        (dist): Don't rely on $CVSROOT.
 
 2000-02-18  Stefan Monnier  <monnier@cs.yale.edu>
 
        * sml-util.el (make-temp-dir, make-temp-file, temp-file-dir)
-       (delete-temp-dirs): Replaced by the make-temp-file from Emacs-21.
+       (delete-temp-dirs): Replace by the make-temp-file from Emacs-21.
        (custom-create-map): Add :group arg and allow key to be a list.
-       (define-major-mode): Removed (use define-derived-mode instead).
+       (define-major-mode): Remove (use define-derived-mode instead).
        (sml-builtin-nested-comments-flag): New var.
        (concatq): Remove.
 
        * sml-proc.el (sml-host-name): New var.
-       (sml-make-file-name): Replaced by `sml-compile-commands'.
+       (sml-make-file-name): Replace by `sml-compile-commands'.
        (sml-config-file): New var.
        (sml-compile-commands-alist): New var.
-       (inferior-sml-load-hook): Removed.
+       (inferior-sml-load-hook): Remove.
        (sml-buffer): Query if the current buffer is not a *sml*.
        (inferior-sml-mode): Use minor-mode-overriding-map-alist to disable
        compilation-minor-mode's keybindings.
 
 1999-08-11  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * release: Version 3.9.3
+       * Release version 3.9.3.
 
        * sml-mode.texi: Somewhat update the doc.
 
 
 1999-06-19  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * release: 3.9.2
+       * Release version 3.9.2
 
        * sml-proc.el (sml-error-regexp-alist): Fix the pathological
        font-locking on long lines.
        smlnj as well as polyml prompts.
        (sml-update-cursor, sml-send-command, inferior-sml-mode):
        Make it work with compile.el's `next-error'.
-       (sml-temp-threshold): Dropped: Always use a temp file.
+       (sml-temp-threshold): Drop: always use a temp file.
 
 1999-06-10  Stefan Monnier  <monnier@cs.yale.edu>
 
index f39382fe1386499c019797a1575b4940f41e7243..70b3c722fc9b41816c3da2598a5a26aac6946b60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ $(PACKAGE)-startup.el: $(ELFILES)
 ##
 
 TAG = $(shell echo v$(VERSION) | tr '.' '_')
-ftpdir=/home/ftp/pub/monnier/$(PACKAGE)
+ftpdir=/u/monnier/html/elisp/
 cvsmodule=$(shell cat CVS/Repository)
 cvsroot=$(shell cat CVS/Root)
 
diff --git a/NEWS b/NEWS
index a202399af3da9c4af852dee37bc29a836701eb07..3dc7eb8267316ff1aeafb645eb56f4409685b74e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,17 @@
-Changes since 3.9.3:
+Changes since 3.9.5:
+
+* No need to add the dir to your load-path any more.
+  The sml-mode-startup.el file does it for you.
+
+* Symbols like -> can be displayed as real arrows.  See sml-font-lock-symbols.
+
+* Fix some incompatibilities with the upcoming Emacs-21.4.
 
 * Indentation rules improved.  New customizable variable
   `sml-rightalign-and'.  Also `sml-symbol-indent' is now customizable.
 
+Changes since 3.9.3:
+
 * New add-log support (try C-x 4 a from within an SML function).
 
 * Imenu support