comparison lisp/ChangeLog @ 134:34a5b81f86ba r20-2b1

Import from CVS: tag r20-2b1
author cvs
date Mon, 13 Aug 2007 09:30:11 +0200
parents 1370575f1259
children b980b6286996
comparison
equal deleted inserted replaced
133:b27e67717092 134:34a5b81f86ba
1 Fri Apr 18 16:45:07 1997 Steven L Baur <steve@altair.xemacs.org>
2
3 * utils/skeleton.el (skeleton-pair-insert-maybe): Guard test with
4 existence check on mark-active too.
5 (skeleton-proxy): Ditto.
6 (skeleton-proxy-new): Ditto.
7
8 Fri Apr 18 09:26:24 1997 Dave Gillespie <daveg@synaptics.com>
9
10 * cl/cl-macs.el (values): New setf-method.
11
12 Thu Apr 17 21:29:57 1997 Bob Weiner <weiner@infodock.com>
13
14 * packages/avoid.el (mouse-avoidance-kbd-command): Correct
15 detection of keypress.
16
17 Thu Apr 17 21:20:04 1997 Michael McNamara <mac@silicon-sorcery.com>
18
19 * modes/verilog-mode.el: Changes to 2.25
20 1) Autoindent a new declaration according to the previous
21 declaration, if any. Only use the previous one, don't try to re
22 line things up.
23 2) Include "Customize Verilog-Mode" in the Verilog menu bar. Make it
24 safe to do so, even if the underlying emacs does not yet support
25 custom.
26 3) Include keybinding C-c C-b for reporting bugs.
27 4) Include keybinding C-c i for reindenting declarations.
28
29 * modes/verilog-mode.el: Changes to 2.24
30 Cleaned up menubar items; added submit bug report there, for
31 example.
32
33 * modes/verilog-mode.el: Changes to 2.23
34 1) Support custom (XEmacs) or defvar method of customization.
35 2) fix verilog-pretty declarations
36 3) add support so folks turning up the complexity of commenting don't
37 get errors (they don't get any more complexity either)
38
39 * modes/verilog-mode.el: Changes to 2.22
40 1) Moved installation hints to the web page.
41 2) Added support for XEmacs's custom variable setting package.
42 3) Added variables to separatly control indentation of
43 module level items (always, initial. etc)
44 declarations
45 behavorial (the begin in the task & function declaration
46 4) Attempted to shorten comments and lisp so that the %@* NT
47 mailers won't turn long comments into extra code.
48 5) Used make-regexp to optimize many regular expressions so that they
49 are no longer backtrack.
50 6) fixed bugs
51 a) a newline on a blank line no longer generates two new lines.
52 b) a semicolon on a comment no longer auto indents
53 c) lines like ''else if (a) begin''
54 no longer confuse auto commenter
55 d) a number of other bugs which fail to come to mind...
56 7) Added support for menu pulldowns on FSF and XEmacs
57 8) Added support for XEmacs v20
58 9) Changed verilog-comment-region to insert comments that Verilog-XL
59 doesn't b*tch about.
60 10) Eliminated auto lineup of declarations upon typing newline of
61 semicolon. (Cheers all around) Now instead there is a command, and
62 also a menu pulldown, which lines up indentations around point.
63 11) Added verilog-submit-bug-report
64
1 Mon Apr 14 13:06:10 1997 Steven L Baur <steve@altair.xemacs.org> 65 Mon Apr 14 13:06:10 1997 Steven L Baur <steve@altair.xemacs.org>
2 66
3 * utils/autoload.el (generate-file-autoloads-1): Turn off local 67 * utils/autoload.el (generate-file-autoloads-1): Turn off local
4 variable processing. 68 variable processing.
5 69