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