comparison lisp/ChangeLog @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 15872534500d
children 8eaf7971accc
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
1 Tue Jul 8 23:47:47 1997 Barry A. Warsaw <cc-mode-help@python.org>
2
3 * cc-mode/Release 5.12
4
5 Mon Jul 7 23:47:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
6
7 * cc-mode/cc-styles.el, cc-mode/cc-mode.el, cc-mode/cc-menus.el,
8 cc-mode/cc-langs.el, cc-mode/cc-engine.el, cc-mode/cc-compat.el,
9 cc-mode/cc-cmds.el, cc-mode/cc-align.el:
10 Reorganization to support byte-recompile-directory.
11
12 * cc-mode/Release: Don't put release number in tar file
13
14 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
15
16 * cc-mode/cc-langs.el (c-mode-base-map):
17 Proper binding of c-electric-backspace and
18 c-electric-delete, based on the policy of the various maintainers.
19 Thank goodness for delete-key-deletes-forward!
20
21 * cc-mode/cc-vars.el (c-tab-always-indent, c-hanging-braces-alist):
22 Minor changes to the cutomize format.
23
24 * cc-mode/cc-mode-19.el: Initial revision
25
26 * cc-mode/cc-menus.el, cc-mode/cc-engine.el, cc-mode/cc-compat.el,
27 cc-mode/cc-cmds.el, cc-mode/cc-align.el:
28 Major Ebola eradication.
29
30 Wed Jul 2 21:33:04 1997 Barry A. Warsaw <cc-mode-help@python.org>
31
32 * cc-mode/cc-engine.el (c-crosses-statement-barrier-p,
33 c-guess-basic-syntax): Ebola eradication.
34
35 * cc-mode/cc-cmds.el (c-indent-region):
36 Call c-echo-parsing-error to echo last parsing
37 error that may have occurred.
38
39 * cc-mode/cc-engine.el (c-echo-parsing-error): New function.
40
41 * cc-mode/cc-engine.el (c-parsing-error): new variable
42
43 (c-parse-state): When an unbalanced close brace is discovered, don't
44 raise an error (prevents insertion of character). Insert the
45 character, display a warning message, and set c-parsing-error so
46 syntax echoing will be disabled.
47
48 (c-show-syntactic-information, c-indent-line): Suppress syntax echoing
49 if c-parsing-error is non-nil.
50
51 * cc-styles.el: Added require of cl to pick up definition of copy-tree.
52
53 Mon Jun 30 21:41:00 1997 Barry A. Warsaw <cc-mode-help@python.org>
54
55 * cc-mode/cc-langs.el, cc-mode/cc-mode.el (c-mode-map,
56 c++-mode-map, objc-mode-map, java-mode-map):
57 Moved
58 defvars from cc-langs.el to cc-mode.el for use in c-mode, c++-mode,
59 objc-mode, and java-mode docstrings. Actual population of these mode
60 maps remains in cc-langs.el.
61
62 * cc-mode/cc-mode.el:
63 Require cc-langs at top level, so as to get the definitions for
64 c-mode-map, et al. that are used in the *-mode docstrings.
65
66 Fri Jun 27 17:33:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
67
68 * cc-mode/cc-langs.el (c-mode-syntax-table):
69 Added autoload cookie for gdb-mode.
70
71 Thu Jun 26 21:12:56 1997 Barry A. Warsaw <cc-mode-help@python.org>
72
73 * cc-mode/cc-engine.el (c-guess-basic-syntax):
74 CASE 5H: Whack one ebola infection (e.g. using
75 memq with the results of following-char in XEmacs 20).
76
77 * cc-mode/cc-styles.el:
78 Added two require's that make autoload call of (c-set-style) work.
79
80 Sun Jun 22 16:40:30 1997 Barry A. Warsaw <cc-mode-help@python.org>
81
82 * cc-mode/cc-cmds.el (c-electric-delete):
83 Don't call c-electric-backspace interactively.
84
85 Fri Jun 20 20:40:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
86
87 * cc-mode/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode):
88 Make sure to call
89 c-update-modeline after the hooks are run, so that the modeline
90 accurately reflects auto-newline and delete-key minor modes if the
91 hooks set c-hungry-delete-key or c-auto-newline directly.
92
93 * cc-align.el (c-lineup-java-throws): Fixed some regressions.
94 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
95
96 * packages/func-menu.el: Don't enable Makefile mode function menu
97 by default.
98 From Martin Buchholz <mrb@Eng.Sun.COM>
99
100 * x11/x-menubar.el (file-menu-filter): Delete Frame should be
101 active when multiple frames span multiple devices.
102 From Aki Vehtari <Aki.Vehtari@hut.fi>
103
104 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
105
106 * packages/gnuserv.el: Remove RCS ID keywords.
107
108 * utils/savehist.el: Cosmetic changes. Hopefully, not
109 user-visible.
110
111 * prim/debug.el (debug-convert-byte-code): Use compiled-function
112 accessor functions.
113
114 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
115
116 * modes/hideif.el (hide-ifdef-mode): Include modemap in call to
117 `add-minor-mode'.
118
119 1997-07-08 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
120
121 * packages/add-log.el: Require add-log for accessing
122 add-log-mailing-address and add-log-full-name variables.
123
124 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
125
126 * bytecomp/disass.el (disassemble-1): Use functional interface
127 instead of indexing into vector.
128 From Hrvoje Niksic <hniksic@srce.hr>
129
130 * prim/startup.el (emacs-user-extension-dir): New variable.
131 (load-user-init-file): Use it. .xemacs and .xemacs-custom are
132 moved into `emacs-user-extension-dir' and renamed to init.el and
133 options.el respectively.
134
135 * prim/packages.el (packages-hardcoded-lisp): Remove "startup"
136 since it is mentioned in dumped-lisp.el.
137
138 * cl/cl-macs.el (keymap-name): New defsetf.
139 (keymap-prompt): Ditto.
140 (keymap-default-binding): Ditto.
141 From Hrvoje Niksic <hniksic@srce.hr>
142
143 1997-07-07 Karl M. Hegbloom <karlheg@inetarena.com>
144
145 * packages/dabbrev.el: replace `buffer-substring' with
146 `buffer-substring-no-properties' so that unwanted text
147 properties (like read-only) are stripped from inserted
148 dabbrev expansions.
149
150 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
151
152 * comint/comint.el (comint-replace-by-expanded-history): Change
153 buggy history test regexp.
154 From Simon Marshall <simon@spiff.gnu.ai.mit.edu> (Emacs/Mule zeta)
155
156 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
157
158 * oobr/br-clos-ft.el (clos-scan-routine-arglist): Don't reference
159 bytecode object as vector.
160
161 * hypberbole/hact.el (action:commandp): Don't reference bytecode
162 objects as vectors.
163 (action:params): Ditto.
164
165 * hyperbole/hypb.el (hypb:function-copy): Don't reference byte
166 code objects as vectors.
167 (hypb:function-symbol-replace): Document as broken. The
168 substition cannot be done without some thinking I'm not in the
169 mood for.
170
171 * efs/efs-ovwrt.el (efs-overwrite-fn): Attempt to correctly deal
172 with the interactive spec.
173
174 * packages/apropos.el (apropos-safe-documentation): Use
175 `compiled-function-doc-string' instead of referencing a bytecode
176 object as an array.
177
178 * prim/subr.el (buffer-substring-no-properties): Undo previous
179 change removing extents. set-text-properties works now.
180 From Hrvoje Niksic <hniksic@srce.hr>
181
182 * packages/hyper-apropos.el (hyper-apropos-get-doc): Get the
183 argument list through a function instead of indexing into
184 bytecode.
185
186 * utils/easymenu.el (easy-menu-add): Oops, wrong sense in
187 comparison.
188
189 * comint/gdb.el (gdb-mode-syntax-table): New variable. Initialize
190 with the logic currently in CC Mode 5.11.
191 (gdb-mode): Use it.
192
193 * modes/hideif.el (hide-ifdef-mode-submap): Correctly specify the
194 current local map.
195
196 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
197
198 * language/english.el: Add quail-british for British.
199
200 * language/european.el: Register input-method for various non
201 quail-latin-1 methods.
202
1 1997-07-06 Steven L Baur <steve@altair.xemacs.org> 203 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
2 204
3 * prim/cmdloop.el (errors-deactivate-region): Default to no error 205 * prim/cmdloop.el (errors-deactivate-region): Default to no error
4 behavior for beta testing. 206 behavior for beta testing.
5 207