comparison lisp/ChangeLog @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 8eaf7971accc
children 6075d714658b
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
1 1997-07-19 Steven L Baur <steve@altair.xemacs.org>
2
3 * prim/about.el: Sundry changes.
4
5 1997-07-18 Steven L Baur <steve@altair.xemacs.org>
6
7 * packages/crypt.el (crypt-inhibit-formats): New variable.
8 (crypt-encoded-p): Use it.
9 Based on a patch by Tkil <tkil@scrye.com>
10
11 * utils/ring.el (ring-p): Make compatible, not obsolete.
12
13 1997-07-16 Steven L Baur <steve@altair.xemacs.org>
14
15 * utils/crontab.el (crontab-get): Check for `no crontab for' as an
16 error return.
17 Suggested by Jeff Miller <jmiller@smart.net>
18
19 * modes/arc-mode.el: Clean up comment.
20
21 * packages/tar-mode.el: Clean up comments.
22
23 Wed Jul 16 23:56:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
24
25 * cc-mode/: Release 5.13.
26
27 Thu Jul 17 03:36:22 1997 Barry A. Warsaw <cc-mode-help@python.org>
28
29 * cc-mode/cc-langs.el (c-symbol-key):
30 first character must be a letter or underscore
31
32 Mon Jul 14 23:43:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
33
34 * cc-mode/cc-langs.el (c-make-inherited-keymap): Change to a defun
35
36 * cc-mode/cc-langs.el:
37 Added (require 'cc-defs) to pick up the definition of c-emacs-features.
38
39 * cc-mode/README: Simplified instructions
40
41 * cc-mode/cc-make.el: New file to aid in byte-compiling in older
42 Emacsen.
43
44 Sun Jul 13 21:24:37 1997 Barry A. Warsaw <cc-mode-help@python.org>
45
46 * cc-mode/cc-cmds.el: cc-defs is required to pick up the
47 c-add-syntax macro
48
49 * cc-mode/cc-langs.el (c-mode-menu):
50 Added uncomment region and slight rearrangement of
51 items
52
53 * cc-mode/cc-cmds.el (c-electric-backspace):
54 Must get 'supercede property values to work
55 with delsel and pending-del.
56
57 Thu Jul 10 20:46:09 1997 Barry A. Warsaw <cc-mode-help@python.org>
58
59 * cc-mode/cc-engine.el (c-maybe-labelp):
60 defvar this to shut up the byte compiler
61
62 Wed Jul 9 22:08:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
63
64 * cc-mode/cc-styles.el (c-initialize-builtin-style):
65 use copy-sequence instead of copy-tree
66 so the cl module isn't necessary.
67
68 * cc-mode/cc-cmds.el (c-electric-brace):
69 fix ebola eradication consequence in the
70 preserve-p test.
71
72 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
73
74 * prim/about.el (xemacs-hackers): Add info about IENAGA Kazuyuki.
75 (about-url-alist): Ditto.
76 (about-maintainer-info): Ditto.
77
78 * prim/modeline.el (add-minor-mode): Update docstring.
79
80 1997-07-15 Hrvoje Niksic <hniksic@srce.hr>
81
82 * packages/pending-del.el (pending-delete-mode): Use the option
83 symbol as argument to add-minor-mode, not its value.
84
85 1997-07-14 Hrvoje Niksic <hniksic@srce.hr>
86
87 * packages/pending-del.el (pending-delete-modeline-string): New
88 option.
89
90 1997-07-14 Steven L Baur <steve@altair.xemacs.org>
91
92 * prim/files.el (auto-mode-alist): Readd objective c mode.
93 From Barry A. Warsaw <bwarsaw@CNRI.Reston.Va.US>
94
95 * prim/make-docfile.el: Print more informative message when
96 attempting to create docfile and all dumped .elcs do not exist.
97
1 1997-07-13 Steven L Baur <steve@altair.xemacs.org> 98 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
2 99
3 * prim/files.el (save-some-buffers): Guard call to 100 * prim/files.el (save-some-buffers): Guard call to
4 `delete-other-windows'. 101 `delete-other-windows'.
5 102