Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/NEWS @ 22:8fc7fe29b841 r19-15b94
Import from CVS: tag r19-15b94
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:29 +0200 |
parents | ac2d302a0011 |
children | 4103f0995bd7 |
comparison
equal
deleted
inserted
replaced
21:b88636d63495 | 22:8fc7fe29b841 |
---|---|
1 12.02.97 | |
2 Renamed command-description.tmpl to command-description.html.tmpl. | |
3 The indentation stuff can now be disabled by setting the | |
4 variable `hm--html-disable-indentation' to t. | |
5 Fixed the long annoying bug, that the directory in the pop up | |
6 frame for selecting the template file was wrong in most cases. | |
7 -- BUILDED the version 5.1 of the package | |
8 11.02.97: | |
9 Changed the whole indentation stuff. It is now all working - | |
10 with the exceptions, that the list `hm--html-tag-name-alist' | |
11 contains not all "one element tags", and also text between | |
12 pre tags will be intended. | |
13 09.02.97: | |
14 Fixed a bug in the template stuff. | |
15 Moved the whole indentation stuff to the new file | |
16 hm--html-indentation.el. | |
17 06.02.97: | |
18 The indentation of two tag elements are now working. | |
19 03.02.97: | |
20 It is now possible to use an own site specific configuration file. | |
21 For that the variable `hm--html-site-config-file' was added. | |
22 Added some code from Bob Weiner to modify the syntax table, | |
23 change the comment start and end and the sentence end. | |
24 Started to add the indentation. | |
25 The indentation in comments is now working. | |
26 01.02.97: | |
27 In the source and destination description of a drag and drop | |
28 are now used marks instead of points. This fixed bugs, which | |
29 occured, if the source and the destination buffer are the same. | |
30 A help feature was implemented. | |
31 30.01.97: | |
32 Added some new features to the drag and drop interface, like | |
33 the macro `idd-start-mouse-drag-and-drop', which is usefull to | |
34 define action functions. The event is now also stored in the source | |
35 and destination description. | |
36 Changed the order of the arguments destination and source | |
37 to source and destination. | |
38 Changed the name of all idd specification type functions | |
39 to idd-if-*-p. | |
40 27.01.97: | |
41 Changed the source and destination in the drag and drop functions, | |
42 so that they are now used in a standard way. | |
43 Added the command `idd-start-mouse-drag-and-drop', which could | |
44 be used to start a drag and drop command without a button-press-event. | |
45 Used the command `idd-start-mouse-drag-and-drop' in the hm--html | |
46 menus. | |
47 26.01.97: | |
48 Renamed the function `tmpl-insert-template-file' to | |
49 `tmpl-insert-template-file-from-fixed-dirs'. | |
50 Added a function `tmpl-insert-template-file', which doesn't use | |
51 a file filter and a list of directories. | |
52 Changed both functions, so that they now use the variables | |
53 `tmpl-template-dir-list', `tmpl-automatic-expand', | |
54 `tmpl-filter-regexp' and `tmpl-history-variable-name' | |
55 instead of optional arguments. | |
56 Changed the name of the file frame.html to frame.html.tmpl. This is | |
57 usefull, if you've templates for multiple modes in one directory and | |
58 you want to use the new filter feature of the command | |
59 `tmpl-insert-template-file-from-fixed-dirs'. | |
60 Changed the function `hm--html-insert-template' and added | |
61 the function `hm--html-insert-template-from-fixed-dirs'. They are | |
62 using the functions `tmpl-insert-template-file' and | |
63 `tmpl-insert-template-file-from-fixed-dirs'. | |
64 The function `hm--html-insert-created-comment' is no longer | |
65 called in this functions. If needed, then this function must be | |
66 inserted in the template file. This is done now with the file | |
67 frame.html.tmpl. | |
68 22.01.97: | |
69 Changed the function `tmpl-insert-template-file': | |
70 It is now possible to use a file filter and a list | |
71 of directories, in which template files could be. | |
72 19.01.97: | |
73 Applied a patch from Andreas Ernst to fix bugs in the table stuff. | |
74 Added a '(let ((case-fold-seach t))' in all functions of hm--html.el, | |
75 which are call a search function with lowercase letters. | |
76 The functions to insert ordered, normal and dired list are fixed to | |
77 use <LI> </LI> tags instead of only <LI>. | |
78 Fixed a keybind bug for C-c C-s i. | |
79 Fixed a wrong call to `hm--html-add-only-description-entry'. | |
80 Fixed a bug in the argument list of hm--html-add-tags-to-region. | |
81 Fixed a bug in `hm--html-add-tags-to-region', which was caused by the | |
82 indentation. | |
83 Fixed a bug in `hm--html-add-relative-link-to-region' and | |
84 `hm--html-add-relative-link'. | |
85 Replaced `hm--html-file-relative-name' with `file-relative-name'. | |
86 Changed the font-lock stuff. It uses now the property list of | |
87 `font-lock-defaults' and the three keyword lists | |
88 'html-font-lock-keywords', `html-font-lock-keywords-1' and | |
89 `html-font-lock-keywords-2'. | |
90 Fixed a bug in the drag and drop variables. | |
91 Changed the drag and drop command, so that it could be called | |
92 also from a menu. | |
93 Added the drag and drop command to the pop up menus. | |
1 15.08.96: | 94 15.08.96: |
2 The items of the menu "Set popup menu" are now radio items. | 95 The items of the menu "Set popup menu" are now radio items. |
3 -- BUILDED the version 5.0 of the package | 96 -- BUILDED the version 5.0 of the package |
4 03.08.96: | 97 03.08.96: |
5 Applied a patch from Jerry G. DeLapp <jgd@lanl.gov> to | 98 Applied a patch from Jerry G. DeLapp <jgd@lanl.gov> to |