comparison lisp/ChangeLog @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents b405438285a2
children ecf6ba7b0a10
comparison
equal deleted inserted replaced
188:e29a8e7498d9 189:489f57a838ef
1 1997-09-15 Karl M. Hegbloom <karlheg@inetarena.com>
2
3 * packages/info.el (Info-mouse-track-double-click-hook): follow
4 the top menu item when double click in bottom 1/4 and middle 1/3
5
6 1997-09-16 SL Baur <steve@altair.xemacs.org>
7
8 * prim/about.el (about-hackers): Add new entry.
9
10 Tue Sep 16 19:23:24 1997 Barry A. Warsaw <cc-mode-help@python.org>
11
12 * cc-mode/Release 5.18
13
14 Tue Sep 16 23:17:15 1997 Barry A. Warsaw <cc-mode-help@python.org>
15
16 * cc-mode/cc-menus.el (cc-imenu-c-prototype-macro-regexp): New
17 variable.
18
19 (cc-imenu-c++-generic-expression): Patches to better match C++ code.
20 Given by jan.dubois@ibm.net (Jan Dubois)
21
22 * cc-mode/cc-menus.el (cc-imenu-java-generic-expression):
23 Removed test for declaration
24 statements. Patch given by Ake Stenhoff <etxaksf@aom.ericsson.se>, as
25 forwarded to me by RMS.
26
27 * cc-mode/cc-menus.el:
28 Imenu support for Objective-C given by Masatake (jet) YAMATO.
29
30 * cc-mode/cc-mode.el (objc-mode): Bind imenu-create-index-function to
31 cc-imenu-objc-function to enable Imenu support for Objective-C.
32 Contributed by Masatake (jet) YAMATO.
33
34 Mon Sep 15 23:21:51 1997 Barry A. Warsaw <cc-mode-help@python.org>
35
36 * cc-mode/cc-styles.el (c-initialize-builtin-style):
37 Use existing copy-tree if it's defined.
38
39 copy-sequence doesn't work; the
40 c-offsets-alist must be copied recursively. Use copy-tree solution
41 given by Simon Marshall.
42
43 Fri Sep 5 04:47:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
44
45 * cc-mode/cc-cmds.el (c-beginning-of-statement):
46 Fixes in sentence movement to properly
47 handle M-e moving forward into a comment when looking at preceding
48 whitespace, and M-a moving backward into comment when looking at
49 following whitespace.
50
51 Uncommented the looking-at call in the
52 sentence-flag clause so that moving by forward-sentence when looking
53 at the beginning of a comment works again. A previous log message in
54 cc-mode.el indicates this was commented out "because
55 c-beginning-of-statement-1 should do the right thing", but clearly it
56 doesn't.
57
58 I don't know if this breaks something else, because I can't figure out
59 why it was commented out in the first place.
60
61 * cc-mode/cc-langs.el:
62 Define `/' in c-mode-base-map since all modes now support
63 c-electric-slash.
64
65 Define C-c C-e in mode-specific maps instead of c-mode-base-map since
66 c-expand-macro is meaningless in Java and IDL.
67
68 * cc-mode/cc-engine.el (c-end-of-statement-1):
69 Wrap backward-up-list in a c-safe call so no
70 error results when buffer contains only a comment and point is at
71 eob.
72
73 1997-09-15 SL Baur <steve@altair.xemacs.org>
74
75 * utils/autoload.el (customized-symbols): Use a hash table.
76
77 * prim/cus-load.el (custom-put): Restore.
78 Adapted from code by Hrvoje Niksic <hniksic@srce.hr>
79
80 * x11/x-toolbar.el (initial-toolbar-spec): Remove news and mail
81 icons from default toolbar.
82
83 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
84
85 * prim/packages.el (locate-data-directory): Return nil when
86 directory not found.
87 (locate-library): Reimplemented using `locate-file'.
88
89 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
90
91 * prim/cus-dep.el: Provide `cus-dep'.
92
93 * packages/time.el (display-time-insinuate): New function; don't
94 insinuate upon loading.
95 (display-time): Use it.
96
97 * prim/loadup.el: Use it.
98
99 * prim/dumped-lisp.el (dumped-lisp-packages): Renamed to
100 `preloaded-file-list'.
101
102 * prim/cus-load.el: Updated the comment.
103
104 * prim/cus-dep.el (custom-make-dependencies): Unjunkify.
105
106 * modes/lisp-mode.el: Declare indentation of `with-temp-buffer'.
107
108 * prim/cus-dep.el (custom-make-dependencies): Allow optional
109 parameter; don't kill Emacs.
110
111 * modes/cl-indent.el: Minor customize changes.
112
113 * modes/asm-mode.el: Minor customize changes.
114
115 * modes/arc-mode.el: Customized.
116
117 * modes/ada-stmt.el: New file.
118
119 * modes/ada-mode.el: Synched with FSF (customized, etc.)
120
121 1997-09-13 SL Baur <steve@altair.xemacs.org>
122
123 * prim/files.el (switch-to-buffer-other-frame): Undo previous
124 change when focus-follows-mouse policy is in effect.
125
126 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
127
128 * packages/recent-files.el: Minor customize changes.
129
130 * packages/man.el: Minor customize changes.
131 (Manual-use-rosetta-man): Moved the extensive info from docstring.
132
133 * packages/makeinfo.el: Minor customize changes.
134
135 * packages/info.el: Minor customize changes.
136
137 * packages/gopher.el: Minor customize changes.
138
139 * packages/func-menu.el: Minor customize changes.
140
141 * packages/etags.el (tags-delete): Use builtin `delete'.
142 (tags-remove-duplicates): Don't recurse.
143 Fixup customizations.
144
145 * packages/emerge.el: Use `with-current-buffer' instead of
146 `emerge-eval-in-buffer'; reindent.
147
148 * packages/compile.el: Minor customize changes.
149
150 * packages/bookmark.el: Customized.
151
152 * packages/avoid.el (mouse-avoidance-mode): Customized properly.
153
154 * packages/autoinsert.el: Customized.
155
156 * modes/xrdb-mode.el: Minor customize changes.
157
158 * modes/vrml-mode.el: Minor customize changes.
159
160 * modes/vhdl-mode.el: Customized.
161 (vhdl-emacs-features): Recognize XEmacs 20 correctly.
162
163 * modes/vhdl-mode.el: Require elp when compiling.
164
165 * modes/texinfo.el: Minor customize changes.
166
167 * modes/tcl.el: Minot customize changes.
168
169 * modes/strokes.el: Small fixes.
170 (strokes-mode): Don't signal error without window system; issue a
171 warning.
172 (strokes-insinuate): New function. Don't defadvice upon loading.
173 (strokes-mode): Use it.
174 (strokes-char-face): Use `defface'.
175
176 * modes/simula.el: Customized.
177
178 * modes/scribe.el: Customized.
179 (scribe-envelop-word): Don't bind `noparens' (unused).
180
181 * modes/rsz-minibuf.el: Remove old lemacs support,
182 e.g. screen-vs-frame, etc.
183 (resize-minibuffer-min): Removed.
184
185 * modes/rsz-minibuf.el: Fix customizations.
186
187 * prim/subr.el: Moved string-to-foo functions to obsolete.el.
188
189 * prim/obsolete.el: Comments.
190
191 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
192
193 * packages/filladapt.el: Added `:require' to filladapt-mode
194 customization.
195
196 * modes/whitespace-mode.el: Customize better.
197
198 * modes/hideshow.el: Customize.
199
200 * packages/icomplete.el: Don't turn on by default; customize
201 correctly.
202
203 * utils/uniquify.el: Don't invade Emacs by default.
204 (uniquify-buffer-name-style): Default to nil.
205
206 * utils/uniquify.el: Removed support for Emacs 18.
207
208 * packages/pending-del.el: Customize `pending-delete-mode'.
209
210 * modes/sh-script.el: Renamed `sh-script' customization group to `sh'.
211
212 * packages/balloon-help.el: Customize `balloon-help-mode'.
213
214 * packages/paren.el: Don't invade Emacs by default.
215 Finished customizing.
216
1 1997-09-13 SL Baur <steve@altair.xemacs.org> 217 1997-09-13 SL Baur <steve@altair.xemacs.org>
2 218
3 * x11/x-toolbar.el (toolbar-paste-function): Remove reference to 219 * x11/x-toolbar.el (toolbar-paste-function): Remove reference to
4 x-yank-primary-selection. 220 x-yank-primary-selection.
5 Suggested by: Hrvoje Niksic <hniksic@srce.hr> 221 Suggested by: Hrvoje Niksic <hniksic@srce.hr>