comparison lisp/hm--html-menus/NEWS @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children 9f59509498e1
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
1 25.02.97
2 Fixed two bugs, which occured during loading the mode
3 after the psgml-html-mode.
4 In the minor mode, the HM--HTML menu will now be added before
5 the HTML menu.
6 Due to a patch of psgm-html.el it is now possible to call the minor
7 mode from a hook variable in the html-mode and the html3-mode.
8 -- BUILDED the version 5.3 of the package --
9 22.02.97
10 Fixed 'hm--html-add-strikethru-to-region'.
11 Changed `hm--html-view-www-package-docu' for the new location
12 of the package documentation.
13 Moved all functions, which added obsolete or non HTML 3.2 elements,
14 to hm--html-not-standard.el. This file is not used by default.
15 Therefore this mode fulfils now the whole HTML 3.2 standard!
16 Added keybindings for new html functions.
17 Changed some old keybindings.
18 Moved the menu items for inserting HTML comments to the
19 "Formating Paragraphs" menu.
20 Fixed a bug in the function `hm--html-add-meta'.
21 The variable `indent-line-function' is now local in all
22 hm--html-mode buffers. This fixed the bug, that the hm--html-mode
23 had set the indentation function to `hm--html-indent-line' global.
24 Added the html elements STYLE and SCRIPT.
25 -- 23:20: My doughter Sarah Madeleine is born! --
1 18.02.97 26 18.02.97
2 Fixed a compilation bug. 27 Fixed a compilation bug.
3 -- BUILDED the version 5.2 of the package 28 -- BUILDED the version 5.2 of the package --
4 17.02.97 29 17.02.97
5 Changed the function `hm--html-read-alignment' according to the 30 Changed the function `hm--html-read-alignment' according to the
6 HTML version 3.2. 31 HTML version 3.2.
7 Added a more general command for adding images. 32 Added a more general command for adding images.
8 Added the HTML elements MAP and AREA. 33 Added the HTML elements MAP and AREA.
20 Renamed command-description.tmpl to command-description.html.tmpl. 45 Renamed command-description.tmpl to command-description.html.tmpl.
21 The indentation stuff can now be disabled by setting the 46 The indentation stuff can now be disabled by setting the
22 variable `hm--html-disable-indentation' to t. 47 variable `hm--html-disable-indentation' to t.
23 Fixed the long annoying bug, that the directory in the pop up 48 Fixed the long annoying bug, that the directory in the pop up
24 frame for selecting the template file was wrong in most cases. 49 frame for selecting the template file was wrong in most cases.
25 -- BUILDED the version 5.1 of the package 50 -- BUILDED the version 5.1 of the package --
26 11.02.97: 51 11.02.97:
27 Changed the whole indentation stuff. It is now all working - 52 Changed the whole indentation stuff. It is now all working -
28 with the exceptions, that the list `hm--html-tag-name-alist' 53 with the exceptions, that the list `hm--html-tag-name-alist'
29 contains not all "one element tags", and also text between 54 contains not all "one element tags", and also text between
30 pre tags will be intended. 55 pre tags will be intended.
109 Changed the drag and drop command, so that it could be called 134 Changed the drag and drop command, so that it could be called
110 also from a menu. 135 also from a menu.
111 Added the drag and drop command to the pop up menus. 136 Added the drag and drop command to the pop up menus.
112 15.08.96: 137 15.08.96:
113 The items of the menu "Set popup menu" are now radio items. 138 The items of the menu "Set popup menu" are now radio items.
114 -- BUILDED the version 5.0 of the package 139 -- BUILDED the version 5.0 of the package --
115 03.08.96: 140 03.08.96:
116 Applied a patch from Jerry G. DeLapp <jgd@lanl.gov> to 141 Applied a patch from Jerry G. DeLapp <jgd@lanl.gov> to
117 `html-font-lock-keywords'. 142 `html-font-lock-keywords'.
118 Added the param tag for the applet element. 143 Added the param tag for the applet element.
119 Added the functions `hm--html-add-relative-link' and 144 Added the functions `hm--html-add-relative-link' and
207 to insert links and images by just Meta Button 1 clicking 232 to insert links and images by just Meta Button 1 clicking
208 on its source and destination. 233 on its source and destination.
209 01.03.96: 234 01.03.96:
210 Added the function `tmpl-insert-template-file'. 235 Added the function `tmpl-insert-template-file'.
211 18.02.96: 236 18.02.96:
212 -- BUILDED the version 4.16 of the package 237 -- BUILDED the version 4.16 of the package --
213 17.02.96: 238 17.02.96:
214 Added the mailto link. 239 Added the mailto link.
215 03.02.96: 240 03.02.96:
216 Fixed the 'void function font-lock-hack-keywords' bug. 241 Fixed the 'void function font-lock-hack-keywords' bug.
217 15.10.95: 242 15.10.95: