comparison lisp/ChangeLog @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 2d532a89d707
children 9ad43877534d
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
1 Sat Jul 26 12:24:20 1997 Barry A. Warsaw <cc-mode-help@python.org>
2
3 * cc-mode/ Release 5.14
4
5 Sat Jul 26 16:03:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
6
7 * cc-mode/cc-styles.el (c-styles-alist):
8 In "java" style, set c-hanging-comment-starter-p to
9 nil to preserve Javadoc starter lines.
10
11 Fri Jul 25 22:17:07 1997 Barry A. Warsaw <cc-mode-help@python.org>
12
13 * cc-mode/cc-engine.el (c-beginning-of-statement-1):
14 When checking for bare semi, don't match
15 on a semi following a close brace, otherwise the following legal code
16 fails:
17
18 void foo()
19 {
20 static struct Pattern nums
21 = {1, 2, 3};
22
23 int j = 2;
24 }
25
26 This might break some bare semi idioms but those are probably more
27 rare than static initializers.
28
29 * cc-mode/cc-vars.el (idl-mode-hook): New variable.
30
31 * cc-mode/cc-mode.el (idl-mode): Support for CORBA's IDL language.
32
33 * cc-mode/idl-font-lock.el: Unsupported font-lock definitions for IDL.
34 This should be merged in with font-lock.el
35
36 * cc-mode/cc-mode.el (c-initialize-cc-mode):
37 move the calling of c-make-styles-buffer-local
38 into c-initialize-builtin-style.
39
40 * cc-mode/cc-styles.el (c-set-style-2):
41 Fixed broken implementation of inherited styles.
42
43 * cc-mode.texi:
44 Document c-initialization-hook. Also rewrite the "Getting Connected"
45 section on byte compiling the source.
46
47 * cc-mode/cc-mode.el (c-initialize-cc-mode):
48 Run the c-initialization-hook, but only once
49 per Emacs session.
50
51 * cc-mode/cc-vars.el (c-initialization-hook): New variable.
52
53 * cc-mode/cc-engine.el (c-guess-basic-syntax):
54 CASE 5I: When adding 'inclass syntax, use the
55 relpos pointing to the class opening brace, unless that hangs on the
56 right side, in which case, use the start of the class/struct keyword.
57
58 Thu Jul 17 03:36:22 1997 Barry A. Warsaw <cc-mode-help@python.org>
59
60 * cc-mode/cc-langs.el (c-symbol-key):
61 first character must be a letter or underscore
62
63 1997-07-25 SL Baur <steve@altair.xemacs.org>
64
65 * packages/vc.el (vc-version-diff): Autoload for the menu.
66 Suggested by Karl M. Hegbloom <karlheg+xemacs@inetarena.com>
67
68 1997-07-24 SL Baur <steve@altair.xemacs.org>
69
70 * prim/make-docfile.el (docfile-out-of-date): Workaround for NEWOS
71 process exit handling bug.
72 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
73
74 1997-07-23 Karl M. Hegbloom <karlheg@inetarena.com>
75
76 * packages/info.el: (Info-fontify-node) Allow colons in menu
77 names. There must be whitespace following the menu ending colon.
78
79 1997-07-23 SL Baur <steve@altair.xemacs.org>
80
81 * prim/faces.el (invert-face): Make interactive.
82 Suggested by David Bakhash <cadet@sst.ll.mit.edu>
83
84 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
85
86 * modes/view-process-system-specific.el added
87 `View-process-field-name-descriptions-linux', transcribed from
88 man 7 ps_fields. Linux signals fixed to match <asm/signal.h>.
89
90 1997-07-22 SL Baur <steve@altair.xemacs.org>
91
92 * x11/x-toolbar.el (toolbar-paste-function): Add default as
93 option.
94
95 * prim/minibuf.el (force-dialog-box-use): Fix typo.
96 From Pekka Marjola <pema@iki.fi>
97
98 1997-07-21 SL Baur <steve@altair.xemacs.org>
99
100 * prim/packages.el (locate-data-directory): New function to search
101 for directories in the data-directory-list.
102
103 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
104
105 * prim/minibuf.el: New customize variable:
106 `minibuffer-history-uniquify'
107 (read-from-minibuffer) Only remove histval from list if
108 minibuffer-history-uniquify is t.
109
110 * custom/custom.el: Fix typo in (defgroup) docstring.
111
112 1997-07-21 SL Baur <steve@altair.xemacs.org>
113
114 * prim/startup.el (set-default-load-path): Initialize package
115 paths as final step if everything else went O.K.
116
117 * prim/help.el: Removed locate-library (moved to packages.el).
118
119 * prim/subr.el: Removed lamda macro (moved to packages.el).
120
121 * prim/packages.el (package-find-packages): New function. Search
122 package hierarchies for interesting directories.
123 (package-find-packages-1): Helper function for the above. Do the
124 searching in exactly 1 directory.
125
126 * packages/vc.el: Add ClearCase maintainer.
127
128 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
129
130 * modes/whitespace-mode.el (toplevel) Install toolbar button using
131 `toolbar-add-item' rather than redefining the whole default
132 toolbar. If the button is already there, does nothing, so a
133 custom toolbar containing a whitespace button can made with
134 `edit-toolbar' once it's been installed the first time.
135
136 1997-07-20 SL Baur <steve@altair.xemacs.org>
137
138 * utils/speedbar.el:
139 (speedbar-frame-mode): Autoload.
140 (speedbar-get-focus): Autoload.
141 (speedbar): Autoload (correctly).
142
143 (speedbar-frame-width): Test liveness of frame
144 too.
145 (speedbar-frame-mode): Avoid some Emacs 20 code.
146 From Markus Linnala <maage@cs.tut.fi>
147
148 * prim/startup.el (find-emacs-root-internal): Search
149 prefix-directory directly for XEmacs installed stuffs.
150
151 * utils/smtpmail.el (smtpmail-send-it): Autoload.
152
153 * prim/startup.el (command-line): Put advisory text in *scratch*
154 at startup.
155
156 * packages/info.el (Info-exit): Guard against deletion of only
157 frame.
158 From David Bakhash <cadet@MIT.EDU>
159
160 1997-07-19 SL Baur <steve@altair.xemacs.org>
161
162 * utils/elp.el: Spelling correction.
163 From karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
164
1 1997-07-19 Steven L Baur <steve@altair.xemacs.org> 165 1997-07-19 Steven L Baur <steve@altair.xemacs.org>
2 166
3 * prim/about.el: Sundry changes. 167 * prim/about.el: Sundry changes.
4 168
5 1997-07-18 Steven L Baur <steve@altair.xemacs.org> 169 1997-07-18 Steven L Baur <steve@altair.xemacs.org>