comparison lisp/ChangeLog @ 187:b405438285a2 r20-3b20

Import from CVS: tag r20-3b20
author cvs
date Mon, 13 Aug 2007 09:56:28 +0200
parents 3d6bfa290dbd
children 489f57a838ef
comparison
equal deleted inserted replaced
186:24ac94803b48 187:b405438285a2
1 1997-09-13 SL Baur <steve@altair.xemacs.org>
2
3 * x11/x-toolbar.el (toolbar-paste-function): Remove reference to
4 x-yank-primary-selection.
5 Suggested by: Hrvoje Niksic <hniksic@srce.hr>
6
7 * prim/about.el (about-xemacs): Update release date with worst
8 case.
9 (about-maintainer-info): Sync entry with 19.16.
10
11 1997-09-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
12
13 * packages/vc.el (vc-default-init-version): Make the default value
14 be `nil'. Improve the docstring.
15
16 1997-09-12 SL Baur <steve@altair.xemacs.org>
17
18 * prim/make-docfile.el: Spawn make-docfile to csh on next-mach as
19 well as BSD.
20
21 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
22
23 * mule/mule-util.el: Clean of Emacs-ported things.
24
25 1997-09-12 Hrvoje Niksic <hniksic@srce.hr>
26
27 * packages/etags.el (tags-file-pattern): Allow `,' in file names.
28
29 * prim/startup.el (initial-scratch-message): Converted to defcustom.
30
31 1997-09-11 Hrvoje Niksic <hniksic@srce.hr>
32
33 * packages/tar-mode.el: Customize; use cl.el instead of
34 home-brewed extensions.
35
36 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
37
38 * prim/subr.el (mapc-internal): Define for backward compatibility.
39
40 * cl/cl-extra.el: Don't define `mapc'.
41
42 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
43
44 * prim/startup.el (initial-scratch-message): Cosmetic change.
45
46 Fri Sep 5 00:50:41 1997 Barry A. Warsaw <cc-mode-help@python.org>
47
48 * cc-mode/Release 5.17
49
50 Fri Sep 5 04:47:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
51
52 * cc-mode/cc-cmds.el (c-beginning-of-statement):
53 Fixes in sentence movement to properly
54 handle M-e moving forward into a comment when looking at preceding
55 whitespace, and M-a moving backward into comment when looking at
56 following whitespace.
57
58 * cc-mode/cc-langs.el:
59 Define `/' in c-mode-base-map since all modes now support
60 c-electric-slash.
61
62 Define C-c C-e in mode-specific maps instead of c-mode-base-map since
63 c-expand-macro is meaningless in Java and IDL.
64
65 * cc-mode/cc-engine.el (c-end-of-statement-1):
66 Wrap backward-up-list in a c-safe call so no error results when
67 buffer contains only a comment and point is at eob.
68
69 * cc-mode/cc-cmds.el (c-beginning-of-statement):
70 Uncommented the looking-at call in the
71 sentence-flag clause so that moving by forward-sentence when looking
72 at the beginning of a comment works again. A previous log message in
73 cc-mode.el indicates this was commented out "because
74 c-beginning-of-statement-1 should do the right thing", but clearly it
75 doesn't.
76
77 I don't know if this breaks something else, because I can't figure out
78 why it was commented out in the first place.
79
80 Tue Aug 26 22:31:55 1997 Barry A. Warsaw <cc-mode-help@python.org>
81
82 * cc-mode/cc-styles.el (c-style-alist): "python" style,
83 knr-argdecl-intro == +
84
85 Mon Aug 25 17:25:12 1997 Barry A. Warsaw <cc-mode-help@python.org>
86
87 * cc-mode/cc-engine.el (c-inside-bracelist-p):
88 Add a test to the enum list test so that the
89 following code won't erroneously recognize as inside a brace list:
90
91 static PyObject **
92 unpack_sequence(v, argcnt, why)
93 PyObject **v;
94 int argcnt;
95 enum *why_code;
96 {
97 int i;
98
99 Otherwise, the `enum' in the K&R decl trips this code up.
100
101 * cc-mode/cc-styles.el (c-style-alist): "python" style,
102 fill-column = 78
103
104 Fri Aug 22 20:25:57 1997 Barry A. Warsaw <cc-mode-help@python.org>
105
106 * cc-mode/cc-cmds.el (c-comment-line-break-function):
107 Don't break line in the middle of a string.
108
109 Mon Aug 18 17:37:24 1997 Barry A. Warsaw <cc-mode-help@python.org>
110
111 * cc-mode/cc-styles.el (c-style-alist):
112 "python" style change: arglist-intro <= +
113 "python" style change: inextern-lang <= 0
114
115 Fri Aug 15 18:39:10 1997 Barry A. Warsaw <cc-mode-help@python.org>
116
117 * cc-mode/cc-styles.el (c-style-alist):
118 "python" style requires c-comment-continuation-stars
119 to be "".
120
121 1997-09-09 SL Baur <steve@altair.xemacs.org>
122
123 * utils/autoload.el: One too many -autoload suffixes.
124
125 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
126
127 * prim/startup.el (initial-scratch-message): Cosmetic grammar
128 fixup in startup *scratch* message.
129
130 1997-09-09 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
131
132 * packages/vc.el (vc-register): make the second option arg COMMENT
133 do something
134
135 * packages/vc.el (vc-register): Make the default initial
136 version be `vc-default-init-version', a new variable
137 defaulting to "0.1".
138
139 1997-09-08 SL Baur <steve@altair.xemacs.org>
140
141 * prim/packages.el (packages-find-packages): Reverse package path.
142 From Colin Rafferty <craffert@ml.com>
143
144 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
145
146 * utils/edmacro.el (edmacro-parse-word): Accept ^foo (would signal
147 error).
148 (edmacro-format-1): Add SPC after ^.
149
150 1997-09-03 SL Baur <steve@altair.xemacs.org>
151
152 * prim/make-docfile.el (Top Level): Ensure `load-path' always has
153 directory names ending in '/'.
154
155 * prim/packages.el (list-autoloads-path): Assume `load-path'
156 always has directories ending with trailing `/'s.
157
158 * version.el (emacs-version): Preserve previous matching info.
159 From Didier Verna <verna@inf.enst.fr>
160
161 Wed Sep 3 13:53:10 1997 SL Baur <steve@altair.xemacs.org>
162
163 * prim/loadup.el: *Never* add directories to the load-path
164 without trailing slashes.
165
166 1997-09-03 SL Baur <steve@altair.xemacs.org>
167
168 * prim/packages.el (packages-find-packages): New argument:
169 `suppress-user' to allow suppression of searching package
170 hierarchies beginning with "~".
171 (Top Level): Suppress searching user directories at dump time.
172
1 1997-08-30 Karl M. Hegbloom <karlheg@inetarena.com> 173 1997-08-30 Karl M. Hegbloom <karlheg@inetarena.com>
2 174
3 * packages/info.el (Info-mouse-track-double-click-hook): Added, 175 * packages/info.el (Info-mouse-track-double-click-hook): Added,
4 and placed an `add-hook' into (Info-mode) 176 and placed an `add-hook' into (Info-mode)
5 177