Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/ANNOUNCEMENT @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 25f70ba0133c |
children |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
1 Hello, | 1 Hello, |
2 | 2 |
3 I've written a new version (5.7) of my html package for the XEmacs | 3 I've written a new version (5.8) of my html package for the XEmacs |
4 and the GNU Emacs 19. The name of the package is: | 4 and the GNU Emacs 19. The name of the package is: |
5 | 5 |
6 hm--html-menus-5.7.tar.gz | 6 hm--html-menus-5.8.tar.gz |
7 | 7 |
8 With this package it is very easy to write html pages for the World Wide | 8 With this package it is very easy to write html pages for the World Wide |
9 Web (WWW). Eg: In most cases the user gets help to construct a specific | 9 Web (WWW). Eg: In most cases the user gets help to construct a specific |
10 link by examples or by a completition list with possible input strings. | 10 link by examples or by a completition list with possible input strings. |
11 It is also possible to insert links and images by just clicking on its | 11 It is also possible to insert links and images by just clicking on its |
12 source and destination (drag and drop feature). | 12 source and destination (drag and drop feature). |
13 | 13 |
14 The biggest new features compared with release 5.0 are: | 14 The biggest new features compared with release 5.7 are: |
15 - commands to insert all elements, which are used by HTML 3.2. | 15 - use of the customize package for customization |
16 - a better drag and drop interface to insert links with the mouse | 16 - the header of the main files should no be 'package finder' compatible |
17 - help feature for the drag and drop commands | 17 - in the XEmacs a drag and drop mouse pointer will be used |
18 - there's now also a default drag and drop table for other modes | 18 during drag and drop |
19 - a better interface for inserting template files | 19 - the minor mode (hm--html-minor-mode) could now be used in many |
20 - indentation | 20 other major modes |
21 - better font lock stuff | 21 - better popup menu support for the hm--html-minor-mode in the |
22 - a site specific configuration file | 22 Emacs 19 |
23 (look at the variable hm--html-site-config-file) | 23 - the emacs start up options -u, -q, -no-site-file are now |
24 - a better syntax table from Bob Weiner | 24 respected |
25 - a lot of bug fixes | 25 - some bug fixes |
26 - a Texinfo ducomentation | |
27 - automatic update of the created, changed and title date is more | |
28 flexible | |
29 - a visible modified line could be inserted and updated automaticly | |
30 Read the NEWS file to see news in detail... | 26 Read the NEWS file to see news in detail... |
31 | 27 |
32 You should find hm--html-menus-5.7.tar.gz on the following ftp server: | 28 You should find hm--html-menus-5.8.tar.gz on the following ftp server: |
33 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ | 29 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ |
34 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib | 30 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib |
35 | 31 |
36 It may take some time, before the package is copied by the ftp admins | 32 It may take some time, before the package is copied by the ftp admins |
37 from the incoming directories to the above listed directories. | 33 from the incoming directories to the above listed directories. |
38 | 34 |
39 There is also a html documentation about the package. You can find it on: | 35 There is a html documentation about the package. You can find it on: |
40 http://www.tnt.uni-hannover.de/~muenkel/software/own/hm--html-menus/overview.html | 36 http://www.tnt.uni-hannover.de/~muenkel/software/own/hm--html-menus/overview.html |
41 | 37 |
42 This package provides also a minor mode (hm--html-minor-mode), which | 38 This package provides also a minor mode (hm--html-minor-mode), which |
43 can be used together with another html major mode, like the psgml-html | 39 can be used together with other html major modes, like the psgml-html |
44 mode in the XEmacs 19.15. | 40 mode or other major edit modes, like the perl-mode. |
45 | 41 |
46 The package provides functions to insert the following stuff in html-pages: | 42 The package provides functions to insert the following stuff in html-pages: |
47 1. Anchors: | 43 1. Anchors: |
48 relative links, general link; | 44 relative links, general link; |
49 html link, info link, gopher link, file link; | 45 html link, info link, gopher link, file link; |
102 expanded automatically; | 98 expanded automatically; |
103 - preview html documents with the netscape | 99 - preview html documents with the netscape |
104 - preview html documents with the xmosaic | 100 - preview html documents with the xmosaic |
105 - preview html documents with the w3 package for the XEmacs and emacs | 101 - preview html documents with the w3 package for the XEmacs and emacs |
106 | 102 |
107 You can insert links and images by clicking with Meta Button1 on its | 103 You can insert links and images by clicking with Meta Control Button1 |
108 source and then on its destination. For this drag and drop interface | 104 on its source and then on its destination. For this drag and drop |
109 the following destinations and links are supported: | 105 interface the following destinations and links are supported: - the |
110 - the inclusion of an GIF- or JPEG- image by clicking on its name | 106 inclusion of an GIF- or JPEG- image by clicking on its name |
111 in a dired buffer | 107 in a dired buffer |
112 - a file or relative link to any other file by clicking on its name | 108 - a file or relative link to any other file by clicking on its name |
113 in a dired buffer | 109 in a dired buffer |
114 - a file or relative link to a directory by clicking on a line without | 110 - a file or relative link to a directory by clicking on a line without |
115 a filename in the dired buffer | 111 a filename in the dired buffer |