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