comparison lisp/ChangeLog @ 28287:81439087220a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 23 Mar 2000 13:56:58 +0000
parents b5c2f070a443
children 4b9d76092b0f
comparison
equal deleted inserted replaced
28286:02eba379a4e5 28287:81439087220a
1 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: Skip banner page fix.
4 (ps-print-version): New version number (5.1.2).
5 (ps-begin-file, ps-end-file, ps-generate): Code fix.
6
7 2000-03-23 Dave Pearson <davep@davep.org>
8
9 * net/quickurl.el Changed the type of parameter passed to the
10 function defined by `quickurl-format-function'. Before only the
11 text of the URL was passed. Now the whole URL structure is passed
12 and the function is responsible for extracting the parts it
13 requires. Changed the default of `quickurl-format-function'
14 accordingly.
15 (quickurl-insert): Changed the `funcall' of
16 `quickurl-format-function' to match the above change.
17 (quickurl-list-insert): Changed the `url' case so that it makes
18 use of `quickurl-format-function', previous to this the format was
19 hard wired.
20
1 2000-03-22 Gerd Moellmann <gerd@gnu.org> 21 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2 22
3 * startup.el: Change some spellings for the X Window System. 23 * startup.el: Change some spellings for the X Window System.
4 24
5 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> 25 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>