1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
2007-02-25 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.11 released.
2007-02-21 Stephen J. Turnbull <stephen@xemacs.org>
* haskell-mode.el: Non-MULE doesn't support iso-8859-1 cookie.
2006-05-25 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.10 released.
2006-05-20 Ville Skytt <scop@xemacs.org>
* haskell-indent.el: Use `point-at-bol' and `point-at-eol' instead
of `line-beginning-position' and `line-end-position' for < 21.5
compatibility.
* haskell-simple-indent.el: Ditto.
2006-05-17 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.09 released.
2006-05-13 Jerry James <james@xemacs.org>
* haskell-ghci.el (haskell-ghci-start-process): Replace use of
comint-input-sentinel with comint-input-filter-functions.
* haskell-hugs.el (haskell-hugs-start-process): Ditto.
2006-03-15 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.08 released.
2006-03-14 Jerry James <james@xemacs.org>
* .emacs: Remove.
* ChangeLog.upstream: New file.
* Makefile: Update AUTHOR_VERSION. Add rule for new
inf-haskell.el. Put text files in EXTRA_SOURCES.
* Makefile.upstream: New file.
* NEWS: New file.
* package-info.in: Update provides.
* fontlock.hs:
* haskell-decl-scan.el:
* haskell-doc.el:
* haskell-font-lock.el:
* haskell-ghci.el:
* haskell-hugs.el:
* haskell-indent.el:
* haskell-mode.el:
* haskell-simple-indent.el:
* inf-haskell.el:
* indent.hs: Sync with upstream version 2.1.
* index.html: Ditto, with small changes to make onsgmls like it.
* installation-guide.html: Ditto, also with small changes.
2004-06-16 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.07 released.
2004-05-14 Jerry James <james@xemacs.org>
* Sync with upstream 1.45.
2003-10-31 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.06 released.
2003-03-09 Ben Wing <ben@xemacs.org>
* Makefile:
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
2003-01-13 Rendhalver [Peter Brown] <rendhalver@xemacs.org>
* Makefile (VERSION): XEmacs package 1.05 released.
2003-01-08 Ville Skytt <scop@xemacs.org>
* Sync with upstream 1.44.
2003-01-06 Ville Skytt <scop@xemacs.org>
* haskell-mode.el: Make auto-mode-alist modifications autoload-only.
2002-11-29 Ben Wing <ben@xemacs.org>
* .cvsignore: Remove files now handled automatically by CVS.
* Makefile: Use `compile' instead of hard-coded `all'.
2002-10-20 Ville Skytt <scop@xemacs.org>
* Makefile (MAINTAINER): Change to XEmacs Development Team.
* haskell-mode.el: Update my mail address.
* haskell-doc.el: Ditto.
2002-10-15 Ville Skytt <scop@xemacs.org>
* Makefile (srckit): Remove.
2002-05-09 Steve Youngs <youngs@xemacs.org>
* Makefile (VERSION): XEmacs package 1.04 released.
2002-05-07 Ville Skytt <scop@xemacs.org>
* Makefile (PRELOADS): Cleanup, remove ./'s.
2002-05-07 Steve Youngs <youngs@xemacs.org>
* Makefile (VERSION): XEmacs package 1.03 released.
2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
* Makefile (REQUIRES): Add edit-utils.
2002-04-30 Steve Youngs <youngs@xemacs.org>
* Makefile (VERSION): XEmacs package 1.02 released.
2002-04-26 Ville Skytt <scop@xemacs.org>
* Makefile (MAINTAINER): C'est moi.
* haskell-mode.el (haskell-version): The correct version is 1.43.
2002-04-24 Steve Youngs <youngs@xemacs.org>
* Makefile (VERSION): XEmacs package 1.01 released.
2002-04-24 Ville Skytt <scop@xemacs.org>
* Sync with upstream version 1.43 (no functional changes).
2002-04-24 Steve Youngs <youngs@xemacs.org>
* Makefile (HTML_FILES): Remove.
(HTML_DEP): Ditto.
(DATA_FILES): Move *.html from above to here.
2002-04-23 Ville Skytt <scop@xemacs.org>
* XEmacs package created.
|