comparison lisp/ChangeLog @ 235:85a06df23a9a r20-5b16

Import from CVS: tag r20-5b16
author cvs
date Mon, 13 Aug 2007 10:14:40 +0200
parents 52952cbfc5b5
children 89ec2bb86eea
comparison
equal deleted inserted replaced
234:946e7f6ce379 235:85a06df23a9a
1 1998-01-02 Colin Rafferty <colin@xemacs.org>
2
3 * build-report.el (build-report-delete-regexp): Added a rule for
4 the main tarball shadowing anything past it.
5
6 1998-01-02 SL Baur <steve@altair.xemacs.org>
7
8 * packages.el (package-provide): Delete a previous provide.
9
10 * package-info.el: New file.
11
12 * package-get.el: New file.
13 From Pete Ware <ware@cis.ohio-state.edu>
14 (package-get): Fix md5 computation to work with Mule.
15
16 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
17
18 * simple.el (log-message-*): Quote symbols in docstrings properly.
19
20 1998-01-01 SL Baur <steve@altair.xemacs.org>
21
22 * packages.el (packages-new-autoloads): Ignore symbolic links.
23
24 * cus-face.el (face-custom-attributes-get): Fix typo.
25 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
26
27 1997-12-31 SL Baur <steve@altair.xemacs.org>
28
29 * startup.el (load-init-file): Reload new or changed autoloads
30 unless inhibited. Reload modified dumped lisp (stubbed).
31
32 * packages.el (packages-new-autoloads): New function.
33 (packages-reload-autoloads): New function.
34 (packages-reload-dumped-lisp): New (stub) function.
35
36 * loadup.el: Inhibit reloading dumped files when running temacs.
37
38 * loadhist.el (file-provides): Extend to handle variant
39 extensions.
40
41 * replace.el (query-replace): Fix typo.
42
43 1997-12-30 SL Baur <steve@altair.xemacs.org>
44
45 * make-docfile.el: list-autoloads-path has been renamed.
46 * update-elc.el: list-autoloads has been renamed.
47
48 * packages.el (packages-list-autoloads): Renamed.
49 (packages-list-autoloads-path): Ditto.
50
1 1997-12-29 Colin Rafferty <colin@xemacs.org> 51 1997-12-29 Colin Rafferty <colin@xemacs.org>
2 52
3 * packages.el (packages-find-packages-1): Made it signal a warning 53 * packages.el (packages-find-packages-1): Made it signal a warning
4 for an error in an auto-autoload.el file. 54 for an error in an auto-autoload.el file.
5 55