annotate lisp/hm--html-menus/NEWS @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 18.02.96:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 -- BUILDED the version 4.16 of the package
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 17.02.96:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 Added the mailto link.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 03.02.96:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 Fixed the 'void function font-lock-hack-keywords' bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 15.10.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 Added support for the swedish ISO-Characters aring and Aring.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 It was a patch from Ola Stromfors <Ola.Stromfors@linkoping.trab.se>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 17.09.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 It is now possible to disable the keybindings for the ISO Latin 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 character entities.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 -- BUILDED the version 4.15 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 05.09.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 Fixed a bug in the changed comment functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 Fixed a description typo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 -- BUILDED the version 4.14 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 24.08.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 Fixed the new keybindings for the Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 22.08.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 Added smart functions for inserting <,> or their html entities.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 Added the function 'hm--html-send-buffer-to-netscape' to support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 netscape.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 Added a menu item to view the WWW page of the package.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 -- BUILDED the version 4.13 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 18.08.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 Fixed the Makefile to include also the file hm--html-keys.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 Fixed the 'missing util-return-end-of-line' bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 Fixed the read-file-name bug in the Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 Fixed a bug in the changed comment functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 29.07.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 Fixed some bugs in the table code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 New, better and more key bindings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 Added functions to insert ISO 8851-1 characters as html entities.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 Thanks to Berthold Crysmann <crysmann@rrz.uni-hamburg.de> for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 providing the code for it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 -- BUILDED the version 4.12 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 12.05.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 Changed the color handling functions, so that the font-lock colors
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 are now longer overwritten by this mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 Added functions to insert the paragraph element with start and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 end tag.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 Applied a patch from Noriaki Seki <kerolyn@rst.fujixerox.co.jp>,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 which fixes a bug in searching the string </head>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 Fixed a typo in hm--html-load-config-files (Thanks to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 "Valeriy E. Ushakov" <uwe@snark.niif.spb.su>).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 Added a command to insert a <LINK> element as suggested by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 ssd@tad.eds.com (Sean Dowd).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 Fixed a typo in hm--html-set-point-for-signature.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 Added a new template file: frame.tmpl.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 Changed the name of command-description-template-2.html to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 command-description.tmpl and deleted the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 command-description-template.html.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 Added the new menu item: "Frame Template" as suggested by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 ssd@tad.eds.com (Sean Dowd).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 Fixed a bug hm--html-remove-numeric-names (Thanks to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 D-P Deng <deng@owl.rhic.bnl.gov>).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 Added a command to submit bug reports (suggested by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 D-P Deng <deng@owl.rhic.bnl.gov>).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 Changed `(defconst html-font-lock-keywords' to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 `(defvar html-font-lock-keywords' (suggested by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 rickb@isdn-szerelem.mti.sgi.com (Rick Braumoeller).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 Fixed the table functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 -- BUILDED the version 4.11 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 02.03.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 -- BUILDED the version 4.8 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 Included the changes from the XEmacs 19.12 Beta 26.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 Added Support for the finder package.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 -- BUILDED the version 4.9 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 Fixed some minor documentation bugs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 -- BUILDED the version 4.10 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 30.03.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 Changed all calls of `concat', so that no longer numbers are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 given as arguments to concat.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 Removed the file .hm--html-configuration.el from the distribution.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 This does not mean, that the file is no longer supported. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 file was only an example and the user has to build his own one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 The example is now given in the README file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 Fixed a bug in the region minor mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 14.01.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 -- BUILDED the version 4.7 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 12.01.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 Changed the behaviour of the function `hm--html-add-table'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 06.01.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 Added the variable `hm--html-user-config-file', as onother way
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 to specify the user config file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 -- BUILDED the version 4.6 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 04.01.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 Added functions to insert tables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 -- BUILDED the version 4.5 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 03.01.95:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 Faces are only modified, if they don't exist (I hope :-).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 html-view.el works now with Mosaic 2.4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 `hm--html-add-full-html-frame' now tries only to insert a signature,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 if `hm--html-signature-file' is non-nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 Added the functions:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 `hm--html-add-strikethru' and `hm--html-add-strikethru-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 `hm--html-add-superscript' and `hm--html-add-superscript-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 `hm--html-add-subscript' and `hm--html-add-subscript-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 `hm--html-add-command' and `hm--html-add-command-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 `hm--html-add-argument' and `hm--html-add-argument-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 `hm--html-add-quote' and `hm--html-add-quote-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 `hm--html-add-person' and `hm--html-add-person-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 `hm--html-add-acronym' and `hm--html-add-acronym-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 `hm--html-add-abbrevation' and `hm--html-add-abbrevation-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 `hm--html-add-literature' and `hm--html-add-literature-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 `hm--html-add-abstract' and `hm--html-add-abstract-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 `hm--html-add-footnote' and `hm--html-add-footnote-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 `hm--html-add-margin' and `hm--html-add-margin-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 `hm--html-add-author' and `hm--html-add-author-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 `hm--html-add-publication' and `hm--html-add-publication-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 `hm--html-add-editor' and `hm--html-add-editor-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 `hm--html-add-credits' and `hm--html-add-credits-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 `hm--html-add-copyright' and `hm--html-add-copyright-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 `hm--html-add-isbn' and `hm--html-add-isbn-to-region',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 `hm--html-form-add-input-integer',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 `hm--html-form-add-input-float',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 `hm--html-form-add-input-date',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 `hm--html-form-add-input-url',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 `hm--html-form-add-input-scribble',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 `hm--html-form-add-input-audio'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 15.03.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 -- ANNOUNCEMENT of version 4.0 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 Added the missing file hm--date.el to the package.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 Changed the line ` (let ((config-file (format "/tmp/xmosaic.%d"'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 to `(let ((config-file (format "/tmp/Mosaic.%d"' in the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 html-mode.el for the new Mosaic.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 03.03.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 Deleted the wrong "external viewer stuff" for the include images.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 17.02.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 Fixed a bug in the function `hm--html-insert-changed-comment'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 -- ANNOUNCEMENT of version 3.9 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 14.02.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 Changed the function adapt-emacsp to adapt-emacs19p.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 -- ANNOUNCEMENT of version 3.8 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 13.02.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 One can now set the font lock color also in the GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 Deleted the highlighting stuff.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 01.02.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 Fixed a lot of spelling errors by jml.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 18.01.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 -- ANNOUNCEMENT of version 3.7 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 11.01.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 Fixed a bug in html-view.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 10.01.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 Fixed a bug in the function read-number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 The automatic switch between region and noregion commands is now
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 working also in the GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 Fixed a bug in the region popup menu fo novice users.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 The font-lock-mode (except of the use of colors) is now working in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 then GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 -- ANNOUNCEMENT of version 3.6 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 09.01.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 Added the highlighting feature of the examples for the GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 07.01.94:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 The pulldown menu and the popup menus are now working in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 -- ANNOUNCEMENT of version 3.5 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 29.12.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 Added a function to insert the image input field.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 Added a function to insert the form tags to an active region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 Changed the function hm--html-select-directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 Added a function to remove numeric names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 The variable hm--html-delete-wrong-path-prefix can now be used as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 string and as list of strings. Therfore it is now possible to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 specify more than one path prefixes, which should be removed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 Changed the pulldown menu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 The package can now be loaded in the GNU Emacs 19. But the menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 doesn't work correct and the functions are not tested.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 28.12.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 Added a function to expand templates (Look at templates.el).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 Whitespaces are now allowed between the closing bracket of the date
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 and the tag </TITLE>, if you want to update the date of the document.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 Fixed the wrong use of the html command <inc srvurl "|command">.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 Fixed a little Bug in the function, which includes the tags for a form.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 The config files are now searched on standard places, if no environment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 variables are specified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 Changed the file html-view.el for the use of the Mosaic-2.1. It uses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 now also the variable html-sigusr1-signal-value instead of a hard coded
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 value for the SIGUSR1 value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 Added a function to insert the isindex input field in a form tag.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 15.12.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 -- ANNOUNCEMENT of version 3.0 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 11.12.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 New functions, to insert the tags <BR>, <HR> and <P> (<P> without a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 leading Blank).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 Fixed a Bug in the function hm--html-add-description-list-to-region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 (<DT> instead of </DT>).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 Added the function hm--html-add-normal-link-to-region to fix the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 problem with inactivating the region during the link generation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 Added functions to insert direct links to wais server
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 (HREF="wais://...).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 Changed the wrong functionnamess html-add-definion-to-region and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 html-add-definion in the menus to hm--html-add-definion-to-region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 and hm--html-add-definion (the old symbols were void).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 Added function to insert middle aligned inline images.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 Added the 'ALT'- attribute to the 'add-image'- functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 Changed the submenu "Inligned images".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 Added support for the server side include directives.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 Added functions to insert "created" and "changed" comments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 Added function to update the date in the title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 Added support for forms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 27.10.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 Setting of hm--html-font-lock-color in one of the files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 .hm--html-configuration.el or hm--html-configuration.el to determine
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 the color of the html-tags works now correct.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 24.10.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 -- ANNOUNCEMENT of version 2.0 of the package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 The file hm--date.el is now also in this package.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 Deleted the numeric anchor name stuff altogether. Therefore the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 package can now use the version 2.1 of Marc Andreessens html-mode.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 instead of the version 2.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 Added some keytable entrys.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 Added the minor mode html-region-mode, which is active, if a region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 is active. The minor-mode has its own keytable. That is why it is now
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 possible to use the same key sequences with different two functions,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 one for adding something to an active region and one for adding some-
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 thing without a region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 All keys, without the keys which are defined by Marc Andreessen in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 his file html-mode.el, are now defined in the general configuration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 file hm--html-configuration.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 25.09.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 Fixed the wrong string "adress".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 Added functions and menu items to insert html, head, and body elements
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 and to insert a complete html frame with the above elements, the title
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 the header and the signature.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 The functions, which adds the header and the title at the same time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 are now only using the header size 1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 Added functions for inserting underline and definition styles.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 Changed the menu "Formated" according to the HTML quick reference
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 from Michael Grobe.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 Changed the menu item name "Fixed" to "Typewriter".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 Added functions to insert directory lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 Changed the names of menu items in the submenu "Structure" according
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 to the HTML quick reference from Michael Grobe.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 23.09.93:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 Changed the functions to add the signature and the title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 This functions uses now the new tags <html>, </html>,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 <head>, </body> and <isindex> to places the signature and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 the title in a html-file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 Fixed also some minor bugs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249