Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/NEWS @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 9f59509498e1 |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
1 24.05.97 | |
2 Added `hm--html-automatic-create-title-date' and changed the | |
3 variable `hm--html-automatic-new-date' to | |
4 `hm--html-automatic-update-title-date'. `hm--html-automatic-new-date' | |
5 is no an obsolete variable and will be deleted in the future. | |
6 Applied a patch from Luca Pisati <pisati@nichimen.com>, which | |
7 fixed a bug in `hm--html-indent-region'. | |
8 Fixed a bug in the `hm--html-minor-region-mode-map'. Thanks to | |
9 Luca Pisati, for the bug report. | |
10 Applied a patch from Gary D. Foster <Gary.Foster@Corp.Sun.COM> | |
11 to fix the misspelled words *formatted and *formating. Thanks Gary. | |
12 Changed `hm--html-indent-line' so that the indentation leaves the | |
13 point now at the old text position, if it was behind the | |
14 indentation column. | |
15 23.05.97 | |
16 Changed the special character entities &circumflex to &circ, | |
17 thanks to Guylaine Prat <prat@cisi.cnes.fr>, for the bug report. | |
18 Added the variables `hm--html-automatic-changed-comment-prefix', | |
19 `hm--html-automatic-created-comment-prefix' and | |
20 `hm--html-automatic-comment-infix' to make the automatic insertation | |
21 of created and changed comments more flexible. | |
22 Added the command `hm--html-insert-modified-line' and the | |
23 variables `hm--html-automatic-create-modified-line', | |
24 `hm--html-automatic-update-modified-line', `hm--html-modified-prefix', | |
25 `hm--html-modified-start-tag', `hm--html-modified-end-tag' and | |
26 `hm--html-modified-insert-before', for inserting and updating | |
27 a visible "Modified line". | |
28 08.05.97 | |
29 Added the function `idd-get-buffer'. | |
30 29.03.97 | |
31 Fixed the problem with `:keys "\\[idd-help-mouse-drag-and-drop]"' | |
32 in the Emacs 19. | |
33 Fixed the template commands for the Emacs 19. | |
34 Added the commands `tmpl-util-indent-region' and | |
35 `tmpl-util-indent-buffer', which are useful utilities in | |
36 template files. | |
37 Changed frame.html.tmpl and command-description.html.tmpl, so that | |
38 they now will be indented after their insertation. | |
39 28.03.97 | |
40 Fixed the commands `idd-mouse-drag-and-drop-click' and | |
41 `idd-mouse-drag-and-drop-press-button-during-move' for the Emacs 19. | |
42 Fixed also the mouse keybinding for these commands in the Emacs 19. | |
43 Fixed the command `idd-start-mouse-drag-and-drop' for the Emacs 19. | |
44 Therefore the internal drag and drop is now working again in the | |
45 Emacs 19. | |
46 The idd help functions are fixed for the Emacs 19. | |
47 Fixed the function `hm--html-is-one-element-tag-p' for the Emacs 19. | |
48 26.03.97 | |
49 Applied a patch from Michael D. Harnois to fix the documentation. | |
50 Fixed a bug in adapt.el. | |
51 -- BUILDED the version 5.6 of the package -- | |
1 25.03.97 | 52 25.03.97 |
2 Fixed a bug in `hm--html-search-place-for-element-in-head'. | 53 Fixed a bug in `hm--html-search-place-for-element-in-head'. |
3 Fixed bugs in `hm--html-add-base' and `hm--html-add-isindex'. | 54 Fixed bugs in `hm--html-add-base' and `hm--html-add-isindex'. |
4 Renamed all calls to `hm--html-add-mail-link*' to | 55 Renamed all calls to `hm--html-add-mail-link*' to |
5 `hm--html-add-mail-box-link*' - this fixed bugs in the menus and | 56 `hm--html-add-mail-box-link*' - this fixed bugs in the menus and |
522 This functions uses now the new tags <html>, </html>, | 573 This functions uses now the new tags <html>, </html>, |
523 <head>, </body> and <isindex> to places the signature and | 574 <head>, </body> and <isindex> to places the signature and |
524 the title in a html-file. | 575 the title in a html-file. |
525 Fixed also some minor bugs; | 576 Fixed also some minor bugs; |
526 | 577 |
527 | 578 |
528 | 579 Local Variables: |
529 | 580 mode: text |
530 | 581 minor-mode: auto-fill-mode |
531 | 582 fill-prefix: " " |
583 End: |