24
|
1 18.02.97
|
|
2 Fixed a compilation bug.
|
|
3 -- BUILDED the version 5.2 of the package
|
|
4 17.02.97
|
|
5 Changed the function `hm--html-read-alignment' according to the
|
|
6 HTML version 3.2.
|
|
7 Added a more general command for adding images.
|
|
8 Added the HTML elements MAP and AREA.
|
|
9 Added a command for adding an image and a map.
|
|
10 15.02.97
|
|
11 Fixed some bugs in the insert full frame stuff.
|
|
12 Added the DOCTYPE to the full frame stuff.
|
|
13 Added the HTML elements DIV, FONT and BASEFONT.
|
|
14 14.02.97
|
|
15 Added the HTML elements DOCTYPE, ISINDEX, BASE, META.
|
|
16 Added all one tag elements used in HTML 3.2 to the list
|
|
17 `hm--html-tag-name-alist' to make the indentation happy.
|
|
18 Fixed a bug in the indentation after one tag elements.
|
22
|
19 12.02.97
|
|
20 Renamed command-description.tmpl to command-description.html.tmpl.
|
|
21 The indentation stuff can now be disabled by setting the
|
|
22 variable `hm--html-disable-indentation' to t.
|
|
23 Fixed the long annoying bug, that the directory in the pop up
|
|
24 frame for selecting the template file was wrong in most cases.
|
|
25 -- BUILDED the version 5.1 of the package
|
|
26 11.02.97:
|
|
27 Changed the whole indentation stuff. It is now all working -
|
|
28 with the exceptions, that the list `hm--html-tag-name-alist'
|
|
29 contains not all "one element tags", and also text between
|
|
30 pre tags will be intended.
|
|
31 09.02.97:
|
|
32 Fixed a bug in the template stuff.
|
|
33 Moved the whole indentation stuff to the new file
|
|
34 hm--html-indentation.el.
|
|
35 06.02.97:
|
|
36 The indentation of two tag elements are now working.
|
|
37 03.02.97:
|
|
38 It is now possible to use an own site specific configuration file.
|
|
39 For that the variable `hm--html-site-config-file' was added.
|
|
40 Added some code from Bob Weiner to modify the syntax table,
|
|
41 change the comment start and end and the sentence end.
|
|
42 Started to add the indentation.
|
|
43 The indentation in comments is now working.
|
|
44 01.02.97:
|
|
45 In the source and destination description of a drag and drop
|
|
46 are now used marks instead of points. This fixed bugs, which
|
|
47 occured, if the source and the destination buffer are the same.
|
|
48 A help feature was implemented.
|
|
49 30.01.97:
|
|
50 Added some new features to the drag and drop interface, like
|
|
51 the macro `idd-start-mouse-drag-and-drop', which is usefull to
|
|
52 define action functions. The event is now also stored in the source
|
|
53 and destination description.
|
|
54 Changed the order of the arguments destination and source
|
|
55 to source and destination.
|
|
56 Changed the name of all idd specification type functions
|
|
57 to idd-if-*-p.
|
|
58 27.01.97:
|
|
59 Changed the source and destination in the drag and drop functions,
|
|
60 so that they are now used in a standard way.
|
|
61 Added the command `idd-start-mouse-drag-and-drop', which could
|
|
62 be used to start a drag and drop command without a button-press-event.
|
|
63 Used the command `idd-start-mouse-drag-and-drop' in the hm--html
|
|
64 menus.
|
|
65 26.01.97:
|
|
66 Renamed the function `tmpl-insert-template-file' to
|
|
67 `tmpl-insert-template-file-from-fixed-dirs'.
|
|
68 Added a function `tmpl-insert-template-file', which doesn't use
|
|
69 a file filter and a list of directories.
|
|
70 Changed both functions, so that they now use the variables
|
|
71 `tmpl-template-dir-list', `tmpl-automatic-expand',
|
|
72 `tmpl-filter-regexp' and `tmpl-history-variable-name'
|
|
73 instead of optional arguments.
|
|
74 Changed the name of the file frame.html to frame.html.tmpl. This is
|
|
75 usefull, if you've templates for multiple modes in one directory and
|
|
76 you want to use the new filter feature of the command
|
|
77 `tmpl-insert-template-file-from-fixed-dirs'.
|
|
78 Changed the function `hm--html-insert-template' and added
|
|
79 the function `hm--html-insert-template-from-fixed-dirs'. They are
|
|
80 using the functions `tmpl-insert-template-file' and
|
|
81 `tmpl-insert-template-file-from-fixed-dirs'.
|
|
82 The function `hm--html-insert-created-comment' is no longer
|
|
83 called in this functions. If needed, then this function must be
|
|
84 inserted in the template file. This is done now with the file
|
|
85 frame.html.tmpl.
|
|
86 22.01.97:
|
|
87 Changed the function `tmpl-insert-template-file':
|
|
88 It is now possible to use a file filter and a list
|
|
89 of directories, in which template files could be.
|
|
90 19.01.97:
|
|
91 Applied a patch from Andreas Ernst to fix bugs in the table stuff.
|
|
92 Added a '(let ((case-fold-seach t))' in all functions of hm--html.el,
|
|
93 which are call a search function with lowercase letters.
|
|
94 The functions to insert ordered, normal and dired list are fixed to
|
|
95 use <LI> </LI> tags instead of only <LI>.
|
|
96 Fixed a keybind bug for C-c C-s i.
|
|
97 Fixed a wrong call to `hm--html-add-only-description-entry'.
|
|
98 Fixed a bug in the argument list of hm--html-add-tags-to-region.
|
|
99 Fixed a bug in `hm--html-add-tags-to-region', which was caused by the
|
|
100 indentation.
|
|
101 Fixed a bug in `hm--html-add-relative-link-to-region' and
|
|
102 `hm--html-add-relative-link'.
|
|
103 Replaced `hm--html-file-relative-name' with `file-relative-name'.
|
|
104 Changed the font-lock stuff. It uses now the property list of
|
|
105 `font-lock-defaults' and the three keyword lists
|
|
106 'html-font-lock-keywords', `html-font-lock-keywords-1' and
|
|
107 `html-font-lock-keywords-2'.
|
|
108 Fixed a bug in the drag and drop variables.
|
|
109 Changed the drag and drop command, so that it could be called
|
|
110 also from a menu.
|
|
111 Added the drag and drop command to the pop up menus.
|
2
|
112 15.08.96:
|
|
113 The items of the menu "Set popup menu" are now radio items.
|
|
114 -- BUILDED the version 5.0 of the package
|
|
115 03.08.96:
|
|
116 Applied a patch from Jerry G. DeLapp <jgd@lanl.gov> to
|
|
117 `html-font-lock-keywords'.
|
|
118 Added the param tag for the applet element.
|
|
119 Added the functions `hm--html-add-relative-link' and
|
|
120 `hm--html-add-relative-link-to-region', which have better
|
|
121 support for relative links than the functions for inserting
|
|
122 general links.
|
|
123 Added functions to insert the center element.
|
|
124 Added functions to insert the small and big elements.
|
|
125 31.07.96:
|
|
126 Added the applet element.
|
|
127 The tags for menu items and description entries and titles
|
|
128 are now inserted with a start and a end tag.
|
|
129 Fixed some keybinding bugs.
|
|
130 Added the function 'hm--html-indent-region'. At the moment
|
|
131 the indentation works only in the minor mode and if the major
|
|
132 mode provides an indentation function, like it is in the psgml
|
|
133 mode.
|
|
134 20.07.96:
|
|
135 Fixed bugs in the popup and pulldown menu handling in the Emacs 19.
|
|
136 Speeded up the first popup of some of the menus in the Emacs 19.
|
|
137 The keybinding for the popup menu in the Emacs 19 has changed to
|
|
138 C-down-mouse-3. The variables
|
|
139 `hm--html-emacs19-popup-noregion-menu-button' and
|
|
140 `hm--html-emacs19-popup-region-menu-button' should be used in the Emacs
|
|
141 19 to change the keybindings. They are defined in hm--html-keys.el.
|
|
142 Fixed a bug in the font-lock stuff for the Emacs 19.
|
|
143 The popup menus of the minor mode worked now also in the Emacs 19.
|
|
144 The pulldown menu of the minor mode worked now also in the Emacs 19.
|
|
145 The name of the pulldown menu can now be changed with the variable
|
|
146 `hm--html-mode-pulldown-menu-name'.
|
|
147 All settings in hm--configuration.el are now made with `defvar'.
|
|
148 So it's easier now to overwrite this values in other files.
|
|
149 All old lisp stuff deleted.
|
|
150 Added Keybindings for the commands in the include and the forms
|
|
151 submenu.
|
|
152 Fixed a bug in the command `hm--html-smart-less-than'.
|
|
153 19.07.96:
|
|
154 Changed the functions hm--popup-html* to hm--html-popup*.
|
|
155 The Emacs 19 popup menus are now realized as direct bindings of
|
|
156 the menu maps to the mouse button. This fixed a bug.
|
|
157 18.07.96:
|
|
158 The popup menus in the Emacs 19 are now much faster, because
|
|
159 the keymaps are only computed once from the XEmacs menu
|
|
160 description instead of each time.
|
|
161 Fixed a bug in the keybinding stuff for the Emacs 19.
|
|
162 16.07.96:
|
|
163 Added the function `hm--html-smart-ampersand'.
|
|
164 Added the minor modes `hm--html-minor-mode' and
|
|
165 `hm--html-minor-region-mode'. They should provide
|
|
166 the menus and commands of this package for the
|
|
167 psgml-html-mode.
|
|
168 The prefix key of the minor and of the major modes
|
|
169 could now be changed with `hm--html-minor-mode-prefix-key'
|
|
170 and `hm--html-mode-prefix-key'.
|
|
171 14.07.96:
|
|
172 Ported the internal drag and drop interface for the Emacs 19.
|
|
173 Changed the Keybinding for the drag and drop function to
|
|
174 M-C-button1 (M-C-mouse-1).
|
|
175 Changed hm--install-html-menu for the Emacs 19. It uses now the
|
|
176 package easy-menu to install the pulldown menu. This fixes the
|
|
177 bug, that the HTML pulldown menu is a global menu.
|
|
178 13.07.96:
|
|
179 Updated the file header comments a little bit.
|
|
180 10.07.96:
|
|
181 Added the file hm--html-mode.el instead of html-mode.el.
|
|
182 Changed the mode name to hm--html-mode.
|
|
183 Fixed a bug in the function `hm--html-generate-help-buffer-faces',
|
|
184 which occurs, if a color is set to nil.
|
|
185 The font-lock mode is no longer called direct from the
|
|
186 hm--html-mode.
|
|
187 The file html-mode.el should no longer be needed for this mode.
|
|
188 09.07.96:
|
|
189 Added the functions `hm--html-add-normal-link',
|
|
190 `hm--html-add-address', `html-add-list-or-menu-item`,
|
|
191 `hm--html-add-list', `hm--html-add-menu',
|
|
192 `hm--html-add-description-list', `hm--html-add-description-entry',
|
|
193 `hm--html-add-plaintext', `hm--html-add-blockquote',
|
|
194 `hm--html-add-listing', `hm--html-add-fixed',
|
|
195 `hm--html-add-emphasized', `hm--html-add-strong',
|
|
196 `hm--html-add-keyboard', `hm--html-add-variable',
|
|
197 `hm--html-add-sample', `hm--html-add-citation',
|
|
198 `hm--html-quotify-hrefs' to the file hm--html.el. Similar
|
|
199 functions are defined in the past in the file html-mode without
|
|
200 the prefix hm--.
|
|
201 Removed Marc's menu. Maybe a simple flat menu will be added
|
|
202 in the future, similar to Marc's menu.
|
|
203 Removed the old keymaps from the configuration file.
|
|
204 Moved the provide forms to the end of the files.
|
|
205 07.07.96:
|
|
206 Added the drag and drop interface. With that it is possible
|
|
207 to insert links and images by just Meta Button 1 clicking
|
|
208 on its source and destination.
|
|
209 01.03.96:
|
|
210 Added the function `tmpl-insert-template-file'.
|
0
|
211 18.02.96:
|
|
212 -- BUILDED the version 4.16 of the package
|
|
213 17.02.96:
|
|
214 Added the mailto link.
|
|
215 03.02.96:
|
|
216 Fixed the 'void function font-lock-hack-keywords' bug.
|
|
217 15.10.95:
|
|
218 Added support for the swedish ISO-Characters aring and Aring.
|
|
219 It was a patch from Ola Stromfors <Ola.Stromfors@linkoping.trab.se>.
|
|
220 17.09.95:
|
|
221 It is now possible to disable the keybindings for the ISO Latin 1
|
|
222 character entities.
|
|
223 -- BUILDED the version 4.15 of the package --
|
|
224 05.09.95:
|
|
225 Fixed a bug in the changed comment functions.
|
|
226 Fixed a description typo.
|
|
227 -- BUILDED the version 4.14 of the package --
|
|
228 24.08.95:
|
|
229 Fixed the new keybindings for the Emacs 19.
|
|
230 22.08.95:
|
|
231 Added smart functions for inserting <,> or their html entities.
|
|
232 Added the function 'hm--html-send-buffer-to-netscape' to support
|
|
233 netscape.
|
|
234 Added a menu item to view the WWW page of the package.
|
|
235 -- BUILDED the version 4.13 of the package --
|
|
236 18.08.95:
|
|
237 Fixed the Makefile to include also the file hm--html-keys.el.
|
|
238 Fixed the 'missing util-return-end-of-line' bug.
|
|
239 Fixed the read-file-name bug in the Emacs 19.
|
|
240 Fixed a bug in the changed comment functions.
|
|
241 29.07.95:
|
|
242 Fixed some bugs in the table code.
|
|
243 New, better and more key bindings.
|
|
244 Added functions to insert ISO 8851-1 characters as html entities.
|
|
245 Thanks to Berthold Crysmann <crysmann@rrz.uni-hamburg.de> for
|
|
246 providing the code for it.
|
|
247 -- BUILDED the version 4.12 of the package --
|
|
248 12.05.95:
|
|
249 Changed the color handling functions, so that the font-lock colors
|
|
250 are now longer overwritten by this mode.
|
|
251 Added functions to insert the paragraph element with start and
|
|
252 end tag.
|
|
253 Applied a patch from Noriaki Seki <kerolyn@rst.fujixerox.co.jp>,
|
|
254 which fixes a bug in searching the string </head>.
|
|
255 Fixed a typo in hm--html-load-config-files (Thanks to
|
|
256 "Valeriy E. Ushakov" <uwe@snark.niif.spb.su>).
|
|
257 Added a command to insert a <LINK> element as suggested by
|
|
258 ssd@tad.eds.com (Sean Dowd).
|
|
259 Fixed a typo in hm--html-set-point-for-signature.
|
|
260 Added a new template file: frame.tmpl.
|
|
261 Changed the name of command-description-template-2.html to
|
|
262 command-description.tmpl and deleted the file
|
|
263 command-description-template.html.
|
|
264 Added the new menu item: "Frame Template" as suggested by
|
|
265 ssd@tad.eds.com (Sean Dowd).
|
|
266 Fixed a bug hm--html-remove-numeric-names (Thanks to
|
|
267 D-P Deng <deng@owl.rhic.bnl.gov>).
|
|
268 Added a command to submit bug reports (suggested by
|
|
269 D-P Deng <deng@owl.rhic.bnl.gov>).
|
|
270 Changed `(defconst html-font-lock-keywords' to
|
|
271 `(defvar html-font-lock-keywords' (suggested by
|
|
272 rickb@isdn-szerelem.mti.sgi.com (Rick Braumoeller).
|
|
273 Fixed the table functions.
|
|
274 -- BUILDED the version 4.11 of the package --
|
|
275 02.03.95:
|
|
276 -- BUILDED the version 4.8 of the package --
|
|
277 Included the changes from the XEmacs 19.12 Beta 26.
|
|
278 Added Support for the finder package.
|
|
279 -- BUILDED the version 4.9 of the package --
|
|
280 Fixed some minor documentation bugs.
|
|
281 -- BUILDED the version 4.10 of the package --
|
|
282 30.03.95:
|
|
283 Changed all calls of `concat', so that no longer numbers are
|
|
284 given as arguments to concat.
|
|
285 Removed the file .hm--html-configuration.el from the distribution.
|
|
286 This does not mean, that the file is no longer supported. The
|
|
287 file was only an example and the user has to build his own one.
|
|
288 The example is now given in the README file.
|
|
289 Fixed a bug in the region minor mode.
|
|
290
|
|
291 14.01.95:
|
|
292 -- BUILDED the version 4.7 of the package --
|
|
293 12.01.95:
|
|
294 Changed the behaviour of the function `hm--html-add-table'.
|
|
295 06.01.95:
|
|
296 Added the variable `hm--html-user-config-file', as onother way
|
|
297 to specify the user config file.
|
|
298 -- BUILDED the version 4.6 of the package --
|
|
299 04.01.95:
|
|
300 Added functions to insert tables.
|
|
301 -- BUILDED the version 4.5 of the package --
|
|
302 03.01.95:
|
|
303 Faces are only modified, if they don't exist (I hope :-).
|
|
304 html-view.el works now with Mosaic 2.4.
|
|
305 `hm--html-add-full-html-frame' now tries only to insert a signature,
|
|
306 if `hm--html-signature-file' is non-nil.
|
|
307 Added the functions:
|
|
308 `hm--html-add-strikethru' and `hm--html-add-strikethru-to-region',
|
|
309 `hm--html-add-superscript' and `hm--html-add-superscript-to-region',
|
|
310 `hm--html-add-subscript' and `hm--html-add-subscript-to-region',
|
|
311 `hm--html-add-command' and `hm--html-add-command-to-region',
|
|
312 `hm--html-add-argument' and `hm--html-add-argument-to-region',
|
|
313 `hm--html-add-quote' and `hm--html-add-quote-to-region',
|
|
314 `hm--html-add-person' and `hm--html-add-person-to-region',
|
|
315 `hm--html-add-acronym' and `hm--html-add-acronym-to-region',
|
|
316 `hm--html-add-abbrevation' and `hm--html-add-abbrevation-to-region',
|
|
317 `hm--html-add-literature' and `hm--html-add-literature-to-region',
|
|
318 `hm--html-add-abstract' and `hm--html-add-abstract-to-region',
|
|
319 `hm--html-add-footnote' and `hm--html-add-footnote-to-region',
|
|
320 `hm--html-add-margin' and `hm--html-add-margin-to-region',
|
|
321 `hm--html-add-author' and `hm--html-add-author-to-region',
|
|
322 `hm--html-add-publication' and `hm--html-add-publication-to-region',
|
|
323 `hm--html-add-editor' and `hm--html-add-editor-to-region',
|
|
324 `hm--html-add-credits' and `hm--html-add-credits-to-region',
|
|
325 `hm--html-add-copyright' and `hm--html-add-copyright-to-region',
|
|
326 `hm--html-add-isbn' and `hm--html-add-isbn-to-region',
|
|
327 `hm--html-form-add-input-integer',
|
|
328 `hm--html-form-add-input-float',
|
|
329 `hm--html-form-add-input-date',
|
|
330 `hm--html-form-add-input-url',
|
|
331 `hm--html-form-add-input-scribble',
|
|
332 `hm--html-form-add-input-audio'.
|
|
333 15.03.94:
|
|
334 -- ANNOUNCEMENT of version 4.0 of the package --
|
|
335 Added the missing file hm--date.el to the package.
|
|
336 Changed the line ` (let ((config-file (format "/tmp/xmosaic.%d"'
|
|
337 to `(let ((config-file (format "/tmp/Mosaic.%d"' in the file
|
|
338 html-mode.el for the new Mosaic.
|
|
339 03.03.94:
|
|
340 Deleted the wrong "external viewer stuff" for the include images.
|
|
341 17.02.94:
|
|
342 Fixed a bug in the function `hm--html-insert-changed-comment'.
|
|
343 -- ANNOUNCEMENT of version 3.9 of the package --
|
|
344 14.02.94:
|
|
345 Changed the function adapt-emacsp to adapt-emacs19p.
|
|
346 -- ANNOUNCEMENT of version 3.8 of the package --
|
|
347 13.02.94:
|
|
348 One can now set the font lock color also in the GNU Emacs 19.
|
|
349 Deleted the highlighting stuff.
|
|
350 01.02.94:
|
|
351 Fixed a lot of spelling errors by jml.
|
|
352 18.01.94:
|
|
353 -- ANNOUNCEMENT of version 3.7 of the package --
|
|
354 11.01.94:
|
|
355 Fixed a bug in html-view.el.
|
|
356 10.01.94:
|
|
357 Fixed a bug in the function read-number.
|
|
358 The automatic switch between region and noregion commands is now
|
|
359 working also in the GNU Emacs 19.
|
|
360 Fixed a bug in the region popup menu fo novice users.
|
|
361 The font-lock-mode (except of the use of colors) is now working in
|
|
362 then GNU Emacs 19.
|
|
363 -- ANNOUNCEMENT of version 3.6 of the package --
|
|
364 09.01.94:
|
|
365 Added the highlighting feature of the examples for the GNU Emacs 19.
|
|
366 07.01.94:
|
|
367 The pulldown menu and the popup menus are now working in the
|
|
368 GNU Emacs 19.
|
|
369 -- ANNOUNCEMENT of version 3.5 of the package --
|
|
370 29.12.93:
|
|
371 Added a function to insert the image input field.
|
|
372 Added a function to insert the form tags to an active region.
|
|
373 Changed the function hm--html-select-directory.
|
|
374 Added a function to remove numeric names.
|
|
375 The variable hm--html-delete-wrong-path-prefix can now be used as
|
|
376 string and as list of strings. Therfore it is now possible to
|
|
377 specify more than one path prefixes, which should be removed.
|
|
378 Changed the pulldown menu.
|
|
379 The package can now be loaded in the GNU Emacs 19. But the menus
|
|
380 doesn't work correct and the functions are not tested.
|
|
381 28.12.93:
|
|
382 Added a function to expand templates (Look at templates.el).
|
|
383 Whitespaces are now allowed between the closing bracket of the date
|
|
384 and the tag </TITLE>, if you want to update the date of the document.
|
|
385 Fixed the wrong use of the html command <inc srvurl "|command">.
|
|
386 Fixed a little Bug in the function, which includes the tags for a form.
|
|
387 The config files are now searched on standard places, if no environment
|
|
388 variables are specified.
|
|
389 Changed the file html-view.el for the use of the Mosaic-2.1. It uses
|
|
390 now also the variable html-sigusr1-signal-value instead of a hard coded
|
|
391 value for the SIGUSR1 value.
|
|
392 Added a function to insert the isindex input field in a form tag.
|
|
393 15.12.93:
|
|
394 -- ANNOUNCEMENT of version 3.0 of the package --
|
|
395
|
|
396 11.12.93:
|
|
397 New functions, to insert the tags <BR>, <HR> and <P> (<P> without a
|
|
398 leading Blank).
|
|
399 Fixed a Bug in the function hm--html-add-description-list-to-region
|
|
400 (<DT> instead of </DT>).
|
|
401 Added the function hm--html-add-normal-link-to-region to fix the
|
|
402 problem with inactivating the region during the link generation.
|
|
403 Added functions to insert direct links to wais server
|
|
404 (HREF="wais://...).
|
|
405 Changed the wrong functionnamess html-add-definion-to-region and
|
|
406 html-add-definion in the menus to hm--html-add-definion-to-region
|
|
407 and hm--html-add-definion (the old symbols were void).
|
|
408 Added function to insert middle aligned inline images.
|
|
409 Added the 'ALT'- attribute to the 'add-image'- functions.
|
|
410 Changed the submenu "Inligned images".
|
|
411 Added support for the server side include directives.
|
|
412 Added functions to insert "created" and "changed" comments.
|
|
413 Added function to update the date in the title.
|
|
414 Added support for forms.
|
|
415 27.10.93:
|
|
416 Setting of hm--html-font-lock-color in one of the files
|
|
417 .hm--html-configuration.el or hm--html-configuration.el to determine
|
|
418 the color of the html-tags works now correct.
|
|
419 24.10.93:
|
|
420 -- ANNOUNCEMENT of version 2.0 of the package --
|
|
421 The file hm--date.el is now also in this package.
|
|
422 Deleted the numeric anchor name stuff altogether. Therefore the
|
|
423 package can now use the version 2.1 of Marc Andreessens html-mode.el
|
|
424 instead of the version 2.0.
|
|
425 Added some keytable entrys.
|
|
426 Added the minor mode html-region-mode, which is active, if a region
|
|
427 is active. The minor-mode has its own keytable. That is why it is now
|
|
428 possible to use the same key sequences with different two functions,
|
|
429 one for adding something to an active region and one for adding some-
|
|
430 thing without a region.
|
|
431 All keys, without the keys which are defined by Marc Andreessen in
|
|
432 his file html-mode.el, are now defined in the general configuration
|
|
433 file hm--html-configuration.el.
|
|
434 25.09.93:
|
|
435 Fixed the wrong string "adress".
|
|
436 Added functions and menu items to insert html, head, and body elements
|
|
437 and to insert a complete html frame with the above elements, the title
|
|
438 the header and the signature.
|
|
439 The functions, which adds the header and the title at the same time
|
|
440 are now only using the header size 1.
|
|
441 Added functions for inserting underline and definition styles.
|
|
442 Changed the menu "Formated" according to the HTML quick reference
|
|
443 from Michael Grobe.
|
|
444 Changed the menu item name "Fixed" to "Typewriter".
|
|
445 Added functions to insert directory lists.
|
|
446 Changed the names of menu items in the submenu "Structure" according
|
|
447 to the HTML quick reference from Michael Grobe.
|
|
448 23.09.93:
|
|
449 Changed the functions to add the signature and the title.
|
|
450 This functions uses now the new tags <html>, </html>,
|
|
451 <head>, </body> and <isindex> to places the signature and
|
|
452 the title in a html-file.
|
|
453 Fixed also some minor bugs;
|
|
454
|
|
455
|
|
456
|
|
457
|
|
458
|
|
459
|