diff lisp/hm--html-menus/ANNOUNCEMENT @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 6a22abad6937
children 0d2f883870bc
line wrap: on
line diff
--- a/lisp/hm--html-menus/ANNOUNCEMENT	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/hm--html-menus/ANNOUNCEMENT	Mon Aug 13 09:02:59 2007 +0200
@@ -1,9 +1,9 @@
 Hello,
 
-I've written a new version (5.5) of my html package for the XEmacs 
+I've written a new version (5.0) of my html package for the XEmacs 
 and the GNU Emacs 19. The name of the package is:
 
-		 hm--html-menus-5.5.tar.gz
+		 hm--html-menus-5.0.tar.gz
 
 With this package it is very easy to write html pages for the World Wide 
 Web (WWW). Eg: In most cases the user gets help to construct a specific 
@@ -11,65 +11,56 @@
 It is also possible to insert links and images by just clicking on its
 source and destination (drag and drop feature).
 
-The biggest new features compared with release 5.0 are:
-- commands to insert all elements, which are used by HTML 3.2.
-- a better drag and drop interface to insert links with the mouse
-- help feature for the drag and drop commands
-- there's now also a default drag and drop table for other modes
-- a better interface for inserting template files
-- indentation
-- better font lock stuff
-- a site specific configuration file
-  (look at the variable hm--html-site-config-file)
-- a better syntax table from Bob Weiner
-- a lot of bug fixes
+The biggest new features in this release are:
+- drag and drop functions to insert links with the mouse
+- a minor mode to extent other html modes like the psgml mode
+- some new html tags, like the <applet> tags
+- fixed some old html tags 
+- the pulldown menu in the Emacs 19 is no longer a global menu
+- the popup menus in the Emacs 19 are now much fastere 
+- the name of the mode has changed from html-mode to hm--html-mode
+- the package is longer based on the package of Marc Andreessen
 Read the NEWS file to see news in detail...
 
-You should find hm--html-menus-5.5.tar.gz on the following ftp server:
+You should find hm--html-menus-5.0.tar.gz on the following ftp server:
 	sunsite.unc.edu in /pub/Linux/apps/editors/emacs/
+	ftp.rrzn.uni-hannover.de in /pub/unix/editors/lemacs/contrib
 	ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib
 
 It may take some time, before the package is copied by the ftp admins
 from the incoming directories to the above listed directories.
 
 There is also a html documentation about the package. You can find it on:
-http://www.tnt.uni-hannover.de/~muenkel/software/own/hm--html-menus/overview.html
-
-This package provides also a minor mode (hm--html-minor-mode), which
-can be used together with another html major mode, like the psgml-html
-mode in the XEmacs 19.14.
+http://www.tnt.uni-hannover.de:80/data/info/www/tnt/soft/info/www/html-editors/hm--html-menus/overview.html
 
 The package provides functions to insert the following stuff in html-pages:
 1. Anchors:
-	relative links, general link;
 	html link, info link, gopher link, file link;
-	ftp link, news link, mailbox link, mailto link, wais (direct) link,
+	ftp link, news link, mail link, wais (direct) link,
 	wais (gateway) link;
-	proggate link, local proggate link, 
+	proggate link, local proggate link, general link;
 	link target;
 2. Frame elements:
-	full html frame with doctype, doctype, html, head, body, title,
-	header and signature elements or only the single elements;
-	meta, isindex, link and base element;
+	full html frame with html, head, body, title, header and signature
+	elements or only the single elements;
+	link element;
 	html 'created'- and 'changed'- comments;  
 	the current date in the title; 
 3. Structure elements:
 	menu or list item, menu, unordered list, ordered list, directory list;
 	description list, description title, description entry;
-	table, table title, table header, table row, table entry;
-	new paragraph, new line, horizontal rule, document division;
+	new paragraph, new line, horizontal rule, table, table title, 
+	table header, table row, table entry;
 4. for formatting paragraphs:
-	preformated, blockquote;
-	basefont, font, center, style;
-	html comment;
+	without links, with links, blockquote, listing, abstract;
 5. formatting:
 	bold, italic, underline, typewriter, strikethru, super and subscript,
-	emphasized, strong, small, big,
+	emphasized, strong, big,
 	definition, keyboard, variable,	code, sample, citation,
+	html comment;
 6. include:
-	top aligned image, middle aligned image, bottom aligned image;
-	general image element, map, area and all together;
-	applet, parameter, script;
+	top aligned image, middle aligned image, bottom aligned image,
+	applet, parameter
 7. forms:
 	form;
 	text, password, isindex, integer, float, date, url, scribble fields; 
@@ -87,9 +78,7 @@
 menu interactively.
 
 With the pulldown menu, you can do the following things:
-- select the popup menu
-- start a drag and drop command
-- get help on a drag and drop command
+- select the pulldown menu
 - remove numeric names
 - quotify hrefs
 - reload the config files
@@ -98,7 +87,7 @@
   expanded automatically;
 - preview html documents with the netscape
 - preview html documents with the xmosaic
-- preview html documents with the w3 package for the XEmacs and emacs
+- preview html documents with the w3 package for the lemacs and emacs
 
 You can insert links and images by clicking with Meta Button1 on its
 source and then on its destination. For this drag and drop interface
@@ -124,8 +113,9 @@
 
 The html specification is under development and therefore this
 package is also under development. So, if you have any ideas to
-extend the package, feel free to email them to
-muenkel@tnt.uni-hannover.de.
+extend the package, feel free to email them to muenkel@tnt.uni-hannover.de.
 
 
 Heiko
+
+