Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/NEWS @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 8fc7fe29b841 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 15.08.96: | |
2 The items of the menu "Set popup menu" are now radio items. | |
3 -- BUILDED the version 5.0 of the package | |
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'. | |
1 18.02.96: | 100 18.02.96: |
2 -- BUILDED the version 4.16 of the package | 101 -- BUILDED the version 4.16 of the package |
3 17.02.96: | 102 17.02.96: |
4 Added the mailto link. | 103 Added the mailto link. |
5 03.02.96: | 104 03.02.96: |