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