SCM

SCM Repository

[xemacs] Diff of /XEmacs/packages/xemacs-packages/w3/ChangeLog
ViewVC logotype

Diff of /XEmacs/packages/xemacs-packages/w3/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7, Sun May 3 07:50:42 1998 UTC revision 1.8, Fri Jul 10 12:01:01 1998 UTC
# Line 1  Line 1 
1    1998-06-22  William M. Perry  <wmperry@aventail.com>
2    
3    * lisp/w3-cfg.el.in (w3-configuration-data): Allow the cdr of the assoc
4      list to be something to be eval'd.  Allows things to work better under
5      NT/95 Emacs/XEmacs without needing to do a 'configure' run.  See new
6      file w3-cfg.nt.
7    
8    * lisp/w3.el (w3-viewer-filter): Start showing output from the viewer
9      program as soon as we get it instead of after it exits.  This allows
10      viewers to spit out instructions on their use (ie: imageviewer under
11      solaris says things like 'hit q to make the window disappear'.
12    
13    * build.bat: Copy new w3-cfg.nt file over to w3-cfg.el before doing the
14      compile for those NT/Win95 people.
15    
16    Wed Jun 17 18:30:11 1998  Jonathan Harris <jhar@tardis.ed.ac.uk>
17    
18    * lisp/font.el (mswindows-font-create-object): various mswindows fixes -
19      please speak up if anything is broken!
20    
21    1998-06-18  Stefan Hornburg  <racke@gundel.han.de>
22    
23    * lisp/url-file.el (url-file): Fixed a regexp that should match drive
24      letters.  This fixes a longstanding bug where efs/ange-ftp would get
25      invoked instead of looking locally.
26    
27    1998-06-13  William M. Perry  <wmperry@aventail.com>
28    
29    * lisp/w3-hot.el (finish-submenu): Ignore empty strings when searching for
30      sublist titles.  Reading netscape bookmark files works correctly again.
31    
32    1998-06-12  William M. Perry  <wmperry@aventail.com>
33    
34    * lisp/w3-xemac.el (w3-mouse-handler): Make sure we don't do anything if
35      the current buffer is not the one our event is destined for.  Avoids
36      some weird errors in XEmacs on corner cases w/mouse movement.
37    
38    * lisp/w3-annotat.el: Removed some old variables - evidently nobody uses
39      this shit any more. :)
40    
41    * lisp/w3-menu.el (w3-menu-breakup): Moved into this file because it is
42      where it belongs.  Also changed so that 'more...' menu items are spliced
43      in at the end of the menu where they belong.
44      All the filter menus should work under Emacs 20.3 now.
45      (w3-popup-menu): No longer use 'popup-menu' - this removes the need
46      under Emacs to (require 'lmenu), which caused lots and lots of problems
47      with invalid macros, etc.
48    
49    1998-06-10  William M. Perry  <wmperry@aventail.com>
50    
51    * lisp/w3-menu.el (w3-menu-filters-supported-p): New variable to determine
52      whether this flavor of Emacs supports the :filter keyword on
53      menus.  Emacs 20.3 will support the :filter keyword, so lets use it.
54      (w3-menu-go-menu): Use it.
55      (w3-menu-bookmark-menu): Ditto.
56      (w3-menu-html-links-constructor): Make this work with easymenu.
57      (w3-menu-hotlist-constructor): Ditto.
58      (w3-menu-links-constructor): Ditto.
59      (w3-menu-e19-show-navigate-menu): Moved from w3-e19.el
60      (w3-menu-e19-show-links-menu): Ditto.
61      (w3-menu-e19-show-hotlist-menu): Ditto.
62    
63    * lisp/w3-xemac.el (w3-store-in-clipboard): Make this work under mswindows
64      devices.
65    
66    1998-06-09  William M. Perry  <wmperry@aventail.com>
67    
68    * lisp/w3.el (w3-find-default-stylesheets): Use w3-configuration-data to
69      slap the 'datadir' macro into the search path for stylesheets.
70    
71    * lisp/w3-cfg.el.in: New file that will store information from the
72      configure run for use later.
73      (w3-configuration-data): New function to retrieve configure-time
74      information later.
75    
76    * lisp/url-vars.el (url-privacy-level): changed customization properties.
77    
78    1998-06-08  William M. Perry  <wmperry@aventail.com>
79    
80    * Emacs/W3 4.0.pre21 released
81    
82    * lisp/w3-parse.el (w3-parse-buffer): Better dealing with the
83      sera-to-fidel stuff in MULE - and don't bother calling it when
84      default-enable-multibyte-characters is nil for mule 4.x
85    
86    * lisp/w3.el (w3-download-callback): Use
87      mule-write-region-no-coding-system so that all the MULE variations are
88      hidden within mule-sysdp.el, where they belong.
89    
90    1998-06-05  Dave Love  <d.love@dl.ac.uk>
91    
92    * lisp/mule-sysdp.el (mule-retrieval-coding-system,
93      mule-no-coding-system, mule-detect-coding-version,
94      mule-inhibit-code-conversion, mule-encode-string,
95      truncate-string-to-width, mule-coding-system-name,
96      mule-find-coding-system): Test for mule-sysdep-version == 4.0.
97      (mule-code-convert-region, mule-make-iso-character): Test for
98      mule-sysdep-version == 4.0.  Also test
99      default-enable-multibyte-characters.
100      (mule-truncate-string): Test for mule-sysdep-version == 4.0.  Use
101      truncate-string-to-width in Emacs 20.
102    
103    1998-06-04  William M. Perry  <wmperry@aventail.com>
104    
105    * lisp/url-http.el (url-create-mime-request): New behaviour wrt
106      url-mime-language-string - if it is nil, then no accept-language header
107      will be sent.  This is to work around problem when dealing with apache -
108      the old default of '*' would cause the server to return the first
109      version of a document it could find (w3c site would typically send out
110      danish or japanese) - definitely suboptimal.  I don't know how this will
111      impact you MULE folks though - speak up!
112    
113    * lisp/url-vars.el (url-mime-language-string): Better customization of
114      this - new default value of nil.
115    
116    1998-06-02  William M. Perry  <wmperry@aventail.com>
117    
118    * Emacs/W3 4.0.pre20 released
119    
120    1998-06-02  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
121    
122    * lisp/w3-display.el (w3-refresh-buffer): Try to stay as close to current
123      point as we can when you do a refresh-buffer.
124    
125    * lisp/w3-display.el (w3-display-table): Fix for Emacspeak table
126      traversal that was broken by the new borderless table features.
127    
128    * lisp/w3-display.el: Various fixes for alternate image text in tables.
129    
130    1998-05-25  William M. Perry  <wmperry@aventail.com>
131    
132    * lisp/w3-menu.el (w3-menu-options-menu): Fixed problem where newest
133      easymenu (emacs 20.2.93) is a little pickier than before and dies on
134      'nil' menu entries.
135    
136    * lisp/mule-sysdp.el: Avoid setting enable-multibyte-characters directly
137      under Emacs 20.3-to-be, since it is now a read-only variable.  Use
138      set-buffer-multibyte instead.
139    
140    1998-05-24  William M. Perry  <wmperry@aventail.com>
141    
142    * Emacs/W3 4.0pre19 released
143    
144  1998-05-01  SL Baur  <steve@altair.xemacs.org>  1998-05-01  SL Baur  <steve@altair.xemacs.org>
145    
146          * lisp/w3-xemac.el (w3-setup-version-specifics): Suppress adding          * lisp/w3-xemac.el (w3-setup-version-specifics): Suppress adding

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source