Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 15872534500d |
children | 9ad43877534d |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> | 1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 2 |
3 * Makefile (xemacs-w3): Special target for XEmacs Build. | 3 * Makefile (xemacs-w3): Special target for XEmacs Build. |
4 | |
5 Thu Jul 10 16:40:34 1997 William M. Perry <wmperry@aventail.com> | |
6 | |
7 * Synch'd up to custom 1.9949 - added the widget and custom manuals to the | |
8 distribution. | |
9 | |
10 * lisp/Makefile.in: Fixed all makefile rebuilding rules. | |
11 | |
12 * lisp/w3.el (w3-do-setup): Removed w3-widget-global-map stuff, since the | |
13 new custom and widget library will not need it at all. | |
14 | |
15 Tue Jul 8 06:46:08 1997 William M. Perry <wmperry@aventail.com> | |
16 | |
17 * lisp/w3-e19.el (w3-mode-version-specifics): Turn back on | |
18 buffer-access-fontify-functions. This means that any text you yank out | |
19 of a Emacs/W3 buffer is guaranteed to be non-read-only. Unfortunately, | |
20 this then makes the text in the buffer non-read-only as well. Need to | |
21 find a way to do something similar for XEmacs. | |
22 | |
23 * lisp/w3-display.el (w3-draw-tree): Make sure everything ends up | |
24 read-only. | |
25 | |
26 * lisp/w3.el (w3-mode): New variale w3-widget-global-map that inherits | |
27 from widget-global-map, but overrides return and mouse-button2 to | |
28 noops. Removed some modeline cruft. | |
29 | |
30 * lisp/w3-vars.el: Removed old cruft that wasn't executed anymore | |
31 (widget nav. keybindings, etc.) | |
32 | |
33 * lisp/w3-e19.el (w3-store-in-clipboard): Try to use | |
34 interprogram-cut-function, as it seems the best way to do this under | |
35 Emacs 19. | |
36 | |
37 Mon Jul 7 15:50:17 1997 William M. Perry <wmperry@aventail.com> | |
38 | |
39 * lisp/w3.el (w3-reload-all-files): Brute force approach to making | |
40 sure all of our source files get reloaded. Walk through the obarray and | |
41 make anything called w3-* url-* ssl-* base64-* dsssl-* or mm-* 'unbound' | |
42 and 'funbound'. I am a little leery of this, as it could tromp on | |
43 users' personal variables that start with this, but nobody really uses | |
44 this very often anyway. Will post prominent warnings in the docs. | |
45 | |
46 Sun Jul 6 15:24:06 1997 William M. Perry <wmperry@aventail.com> | |
47 | |
48 * lisp/w3-e19.el (w3-window-size-change-function): New function fit for | |
49 use on window-size-change-functions to automatically redraw any visible | |
50 Emacs/W3 buffers when a frame or window is resized. | |
51 | |
52 * lisp/w3-cus.el (w3-modeline-format): Added 'BAD HTML' indicator to the | |
53 modeline instead of showing warnings - was a bit too disruptive in | |
54 casual browsing. | |
55 | |
56 * lisp/w3-menu.el (w3-menu-view-menu): Use it. | |
57 | |
58 * lisp/w3.el (w3-display-errors): New function to display the parsing | |
59 errors from an HTML page. | |
60 | |
61 * lisp/w3-parse.el: New way of storing warning messages during the parsing | |
62 phase so they don't jump out at the user immediately. Much less | |
63 obtrusive. | |
64 | |
65 Sat Jul 5 15:52:06 1997 William M. Perry <wmperry@aventail.com> | |
66 | |
67 * lisp/w3-display.el: Now keeps a stack of list-style types, so setting | |
68 the list-style on something like 'ol' or 'ul' will do the right thing. | |
69 | |
70 * lisp/url-news.el (url-news-use-article-mode): New variable for whether | |
71 to use Gnus' article-mode to display news articles. | |
72 | |
73 * lisp/w3.el (w3-internal-handle-preview): This will now work even if the | |
74 buffer being previewed isn't associated with a file. | |
75 | |
76 Thu Jul 3 15:51:56 1997 William M. Perry <wmperry@aventail.com> | |
77 | |
78 * lisp/w3-display.el: Better version of char-before for Emacs 19 | |
4 | 79 |
5 Wed Jul 2 10:39:30 1997 William M. Perry <wmperry@aventail.com> | 80 Wed Jul 2 10:39:30 1997 William M. Perry <wmperry@aventail.com> |
6 | 81 |
7 * Emacs/W3 3.0.93 released | 82 * Emacs/W3 3.0.93 released |
8 | 83 |