annotate lisp/hm--html-menus/NEWS @ 177:6075d714658b r20-3b15

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