comparison lisp/ChangeLog @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 85ec50267440
children 929b76928fce
comparison
equal deleted inserted replaced
168:9851d5c6556e 169:15872534500d
1 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
2
3 * prim/cmdloop.el (errors-deactivate-region): Default to no error
4 behavior for beta testing.
5
6 * prim/dumped-lisp.el (dumped-lisp-packages): Reenable dumping
7 winnt.elc with MS Windows NT version of XEmacs.
8
9 1997-07-05 Steven L Baur <steve@altair.xemacs.org>
10
11 * comint/shell.el ((not shell-mode-map)): M-RET conflicts with
12 Hyperbole binding.
13
14 * comint/comint.el (comint-mode): Use easymenu for making menus.
15 (comint-popup-menu): Use mode-popup menu instead of private menu.
16
17 * efs/dired.el (toplevel): Do not string test version against
18 "Lucid".
19
20 * prim/obsolete.el (add-menu): Don't make obsolete.
21
22 * utils/easymenu.el (easy-menu-remove): Do something neater when
23 only one buffer menu is in effect.
24 (easy-menu-add): Ditto.
25
26 * prim/dumped-lisp.el (dumped-lisp-packages): easymenu will be
27 dumped with XEmacs.
28
29 * utils/easymenu.el (easy-menu-define): Don't autoload.
30
31 * modes/lisp-mode.el (toplevel): Rename menu descriptors.
32 (emacs-lisp-mode): Use easy-menu-define/easy-menu-add to add menus.
33 (lisp-interaction-mode): Ditto.
34
35 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
36
37 * prim/cmdloop.el (errors-deactivate-region): Default to existing
38 behavior.
39
40 * leim/quail.el (quail-mode): Correct addition of quail minor mode
41 info to minor-mode-map-alist.
42 (top-level): Ditto.
43
44 1997-06-30 Hrvoje Niksic <hniksic@srce.hr>
45
46 * modes/abbrev.el (define-mode-abbrev): Call `define-abbrev' with
47 correct arguments.
48
49 1997-07-04 Hrvoje Niksic <hniksic@srce.hr>
50
51 * prim/minibuf.el (read-from-minibuffer): Initialize
52 `current-minibuffer-contents', `current-minibuffer-point', and
53 `initial-minibuffer-history-position'.
54 (next-history-element): Use them.
55 (previous-matching-history-element): Ditto.
56
57 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
58
59 * prim/cus-load.el (custom-put): New alias for overloadable
60 function.
61
62 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
63
64 * utils/autoload.el (batch-update-directory): Fix typo.
65 (update-autoloads-from-directory): Avoid scanning custom-load.el
66 and auto-autoload.el files.
67 (batch-update-autoloads): Remove duplicate status message.
68 (autoload-snarf-defcustom): Keep track of what symbols we have
69 attached property lists to.
70
71 * ilisp/Makefile (autoloads): Add autoloads dependencies.
72
73 * hyperbole/Makefile: Add autoloads dependencies.
74
75 * utils/autoload.el (batch-update-autoloads): Load custom-load
76 prior to updating autoloads.
77
78 * cc-mode/Makefile (autoloads): New targets to automatically
79 rebuild autoloads and custom-loads.
80
81 1997-07-02 Steven L Baur <steve@altair.xemacs.org>
82
83 * auctex/Makefile (autoloads): New targets to automatically
84 rebuild autoloads and custom-loads.
85
86 * utils/autoload.el (batch-update-autoloads): Add new parameter,
87 update DOC string.
88
89 * comint/gdb.el (gdb-mode): Semantics of c-mode-syntax-table have
90 changed.
91
92 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
93
94 * x11/x-menubar.el: bookmark submenu beautification -- This will
95 make it look better (and will prevent some consing, but that's
96 being anal).
97 From Hrvoje Niksic <hniksic@srce.hr>
98
99 * prim/simple.el (delete-key-deletes-forward): Mark docstring as
100 an user option.
101 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
102
103 * mel/mel-q.el (q-encoding-encode-string): Fix Ebola-ified
104 comparison.
105
106 * efs/efs-ovwrt.el (efs-overwrite-fn): efs is manufacturing its
107 own byte code. Whee.
108 * utils/advice.el (ad-interactive-form): Don't treat bytecode as a
109 vector if it can be avoided.
110 From Kyle Jones <kyle_jones@wonderworks.com>
111
112 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
113
114 * prim/files.el (auto-mode-alist): Don't set image-mode by default
115 on xpms.
116
117 Sun Jun 29 20:57:15 1997 Kyle Jones <kyle_jones@wonderworks.com>
118
119 * prim/simple.el: bind inhibit-read-only to t before
120 trying to erase or otherwise modify the echo area buffer.
121
122 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
123
124 * modes/image-mode.el: Add `image-maybe-restore' to
125 `change-major-mode-hook'.
126
127 * modes/image-mode.el (image-maybe-restore): New function.
128
1 1997-06-29 Hrvoje Niksic <hniksic@srce.hr> 129 1997-06-29 Hrvoje Niksic <hniksic@srce.hr>
2 130
3 * modes/abbrev.el (define-mode-abbrev): Would ignore EXPANSION. 131 * modes/abbrev.el (define-mode-abbrev): Would ignore EXPANSION.
4 132
5 1997-06-28 Hrvoje Niksic <hniksic@srce.hr> 133 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>