Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | bfd6434d15b3 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 Fri Aug 15 17:26:05 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
2 | |
3 * cc-mode/Release 5.16 | |
4 | |
5 Fri Aug 15 18:39:10 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6 | |
7 * cc-mode/cc-styles.el (c-style-alist): | |
8 "python" style requires c-comment-continuation-stars | |
9 to be "". | |
10 | |
11 * cc-mode/cc-engine.el (c-end-of-statement-1): | |
12 Eliminate false hits on important characters | |
13 inside literals (strings, comments). | |
14 | |
15 Tue Aug 12 21:47:18 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
16 | |
17 * cc-mode/cc-cmds.el (c-comment-line-break-function): | |
18 In this function, and the defadvice, | |
19 call indent-new-comment-line if not in a comment. | |
20 | |
21 * cc-mode/cc-vars.el (c-buffer-is-cc-mode): Definition moved to | |
22 cc-mode.el | |
23 | |
24 * cc-mode/cc-mode.el (c-buffer-is-cc-mode): | |
25 Definition moved here from cc-vars.el. Also, | |
26 put permanent-local property on variable so it's value won't get | |
27 killed by kill-all-local-variables. This makes it easier for non-CC | |
28 Mode derived modes to be initialized correctly. | |
29 | |
30 * cc-mode/cc-cmds.el (c-electric-brace): | |
31 In preserve-p test, don't test char-before when at | |
32 bobp. Open brace at bobp is illegal in most modes, but not awk-mode, | |
33 which depends on CC Mode. | |
34 | |
35 Mon Aug 11 15:37:04 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
36 | |
37 * cc-mode/cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): | |
38 Remove obsolete variable c-double-slash-is-comments-p. | |
39 | |
40 * cc-mode/cc-langs.el (c-double-slash-is-comments-p): Remove | |
41 obsolete variable. | |
42 | |
43 * cc-mode/cc-cmds.el (c-fill-paragraph): | |
44 Remove conditional on obsolete variable | |
45 c-double-slash-is-comments-p. | |
46 | |
47 * cc-mode/cc-styles.el (c-style-alist): | |
48 Conform comment settings to RMS's preferences. | |
49 | |
50 Thu Aug 7 19:21:32 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
51 | |
52 * cc-styles.el (c-set-offset): Added autoload cookie. | |
53 | |
54 1997-08-15 SL Baur <steve@altair.xemacs.org> | |
55 | |
56 * cl/cl-macs.el (cl-make-type-test): De-ebolify type test for | |
57 'character. | |
58 | |
59 1997-08-12 Karl M. Hegbloom <karlheg@inetarena.com> | |
60 | |
61 * packages/man.el (Manual-mouseify-xrefs): Skip the top line of | |
62 manual entries so to not get the all-caps pseudo xrefs in the | |
63 heading in our list of manuals. | |
64 (Manual-buffers-have-stars): new customize option. | |
65 (manual-entry): Fix to utilize the new variable, and to not put | |
66 stars around manual names put in the minibuffer history. | |
67 | |
68 1997-08-12 Karl M. Hegbloom <karlheg@inetarena.com> | |
69 | |
70 * packages/info.el (Info-directory-list): reverse the | |
71 `Info-default-directory-list' when using it to initialize the | |
72 `Info-directory-list'. | |
73 (Info-insert-dir): make it so the insertion of a locadir file at a | |
74 "^[ \t]*Local.*\n[ \t]*[-=]+" line works correctly. | |
75 | |
76 Mon Aug 11 17:35:35 1997 SL Baur <steve@altair.xemacs.org> | |
77 | |
78 * prim/loaddefs.el (((dir load-path))): Ignore all errors. | |
79 | |
80 * utils/autoload.el (fixup-autoload-buffer): Wrapping autoloads | |
81 files with a guard produces invalid bytecode. | |
82 | |
83 * prim/make-docfile.el (package-path): Look in the package path | |
84 for autoloads files. | |
85 | |
86 * prim/packages.el (packages-find-packages-1): Don't append | |
87 trailing "/" when adding a top-level Lisp directory. | |
88 (list-autoloads-path): New function. Use existing precomputed | |
89 load-path instead of doing the old broken computation. | |
90 | |
91 1997-08-11 SL Baur <steve@altair.xemacs.org> | |
92 | |
93 * prim/startup.el (command-line-1): Allow setting of | |
94 `initial-scratch-message' to nil to turn it off. | |
95 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM> | |
96 | |
1 1997-08-09 Karl M. Hegbloom <karlheg@inetarena.com> | 97 1997-08-09 Karl M. Hegbloom <karlheg@inetarena.com> |
2 | 98 |
3 * packages/info.el: (info::toolbar) swap next and prev buttons to | 99 * packages/info.el: (info::toolbar) swap next and prev buttons to |
4 match the order of the node headings in info files. | 100 match the order of the node headings in info files. |
5 | 101 |