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
|
2007-09-04 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.24 released.
2007-09-04 Didier Verna <didier@xemacs.org>
* internal-drag-and-drop.el (idd-actions): Fix misuse of the list
widget type.
* hm--html-configuration.el (hm--html-idd-actions): Ditto.
2003-10-31 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.23 released.
2003-10-08 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
2003-09-30 Norbert Koch <viteno@xemacs.org>
* hm--html-menu.el: Use menu functionality only if it's bound.
2003-06-28 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
2003-06-27 Adrian Aichner <adrian@xemacs.org>
* hm--html-configuration.el: Minor typo fixes.
* hm--html-mode.texi: Ditto.
2003-03-09 Ben Wing <ben@xemacs.org>
* Makefile (DATA_2_DEST):
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
Use EXPLICIT_DOCS instead of explicitly giving the targets
and dependencies. Specify EXTRA_TEXI_FILES.
Move the include of XEmacs.rules to the end of the file.
2003-03-02 Norbert Koch <nk@viteno.net>
* Makefile (VERSION): XEmacs package 1.20 released.
* Makefile (VERSION): XEmacs package 1.19 released.
2003-03-01 Bob Messenger <bob@cassiancapital.com>
* hm--html-configuration.el (hm--html-font-lock-keywords-2):
Fix bold/italic fontification as the author intended.
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-15 Ville Skytt <scop@xemacs.org>
* Makefile (srckit): Remove.
2002-10-14 Ville Skytt <scop@xemacs.org>
* Makefile (MANUAL): Removed (unused).
2002-07-16 Adrian Aichner <adrian@xemacs.org>
* .cvsignore: Add generated .info* and .html files.
2002-07-15 Adrian Aichner <adrian@xemacs.org>
* README (Note): It's XEmacs, not Xemacs.
2002-03-25 Steve Youngs <youngs@xemacs.org>
* Makefile (VERSION): 1.18 released.
2002-03-12 Adrian Aichner <adrian@xemacs.org>
* hm--html-mode.texi: Fix typos found by my own
grep-for-likely-typo.pl.
2002-01-13 Steve Youngs <youngs@xemacs.org>
* package-info.in (provides): Update to include all provides.
2002-01-07 Adrian Aichner <adrian@xemacs.org>
* Makefile (HTML_FILES): New.
* Makefile (HTML_DEP): New.
2000-10-05 Martin Buchholz <martin@xemacs.org>
* *: Mega typo fix.
1999-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
* hm--html-menu.el: Support for psgml using get-popup-menu-response.
1999-02-05 SL Baur <steve@xemacs.org>
* Makefile (DATA_1_FILES): Force wildcard expansion of Make variables.
1998-12-09 SL Baur <steve@altair.xemacs.org>
* internal-drag-and-drop.el: Don't set mouse pointer glyph if
noninteractive (bytecompiling) or not running on a window system.
1998-12-04 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
* hm--html-mode.texi: Fixed the problem with the double
slash in the direntry.
1998-11-18 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
* Makefile: Add support for the new etc/* directories.
* Update the package to hm--html-menus 5.9.
Create the subdirectories etc/template and
etc/idd.
1998-01-25 SL Baur <steve@altair.xemacs.org>
* Makefile (VERSION): Update to package standard 1.0.
1998-01-17 SL Baur <steve@altair.xemacs.org>
* Makefile (REQUIRES): Add xemacs-base dependency (for advice).
* html-view.el (adapt): Add (require 'adapt).
1998-01-03 SL Baur <steve@altair.xemacs.org>
* Makefile: Update to newer package interface.
1997-12-25 SL Baur <steve@altair.xemacs.org>
* Makefile: Created.
|