comparison lisp/ChangeLog @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 223736d75acb
children 5aa1854ad537
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
1 2001-03-21 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.46 "Urania" is released.
4
5 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
6
7 * menubar-items.el (default-menubar): Update sample.emacs to
8 sample.init.el and adjust accelerators.
9
10 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
11
12 * build-report.el (build-report): Improve docstring.
13
14 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
15
16 * ChangeLog: Log GTK merge.
17
18 * gutter-items.el:
19 * mwheel.el:
20 * sound.el:
21 * startup.el:
22 Revert gratuitous whitespace changes.
23
24 2001-03-07 Ben Wing <ben@xemacs.org>
25
26 * help.el:
27 * help.el (key-or-menu-binding):
28 * help.el (Help-find-file): New.
29 * help.el (describe-beta):
30 * help.el (describe-copying):
31 * help.el (describe-project):
32 * help.el (view-emacs-news):
33 * help.el (view-sample-init-el): New.
34 * help.el (Help-princ-face): New.
35 * help.el (Help-prin1-face): New.
36 * help.el (help-symbol-function-context-menu):
37 * help.el (help-symbol-variable-context-menu):
38 * help.el (help-symbol-function-and-variable-context-menu):
39 * help.el (frob-help-extents):
40 * help.el (describe-function-1):
41 * help.el (describe-variable):
42
43 Add coloring in Help buffers, correspondent with hyperlinks.
44 View files in view-mode rather than Fundamental.
45 Remove separators from context menus -- now handled in generic code.
46 Add `Find Tag' to context menu.
47
48 * menubar.el (popup-mode-menu):
49
50 Rewrite code that outputs the popup menu to (a) put more specific
51 entries first, (b) be more robust, (c) output the proper context
52 menu separators automatically (the context menu functionality is
53 new and currently used only by Help).
54
55 2001-03-10 William M. Perry <wmperry@aventail.com>
56
57 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
58 this function when converting from the 21.1 GTK branch. Now
59 supports file, password, question, and color built-in dialogs.
60
61 2001-03-06 Ben Wing <ben@xemacs.org>
62
63 * keydefs.el:
64 * keydefs.el (global-map):
65 Add commented-out change of M-k (for 21.5).
66
67 * menubar-items.el (default-menubar):
68 Fix items to control kill-line behavior; add items for
69 shifted motion.
70
71 * simple.el:
72 * simple.el (kill-whole-line):
73 * simple.el (historical-kill-line): Removed.
74 * simple.el (kill-line): Removed.
75 * simple.el (kill-entire-line): New.
76 * simple.el (kill-line-1): New.
77 * simple.el (backward-kill-line):
78 Undo kill-whole-line == always changes. Add new function
79 kill-entire-line to unconditionally delete the current line.
80 Add comments describing the lamentable state of affairs of
81 the kill-line functions and variables.
82
83 2001-03-02 Ben Wing <ben@xemacs.org>
84
85 * simple.el:
86 * simple.el (beginning-of-buffer):
87 * simple.el (end-of-buffer):
88 * simple.el (mark-ring-unrecorded-commands):
89 * simple.el (signal-error-on-buffer-boundary):
90 * simple.el (shifted-motion-keys-select-region):
91 * simple.el (unshifted-motion-keys-deselect-region):
92 * simple.el (motion-keys-for-shifted-motion): New.
93 * simple.el (handle-pre-motion-command):
94 * simple.el (handle-post-motion-command):
95 * simple.el (forward-char-command):
96 * simple.el (backward-char-command):
97 * simple.el (scroll-up-command):
98 * simple.el (scroll-down-command):
99 * simple.el (next-line):
100 * simple.el (previous-line):
101 * simple.el (backward-block-of-lines):
102 * simple.el (forward-block-of-lines):
103 * simple.el (backward-word):
104 * simple.el (mark-word):
105
106 Augment documentation of the most common motion commands to make
107 note of the shifted-motion support. Improve the support to (a)
108 properly document how it works and why it's done in the fashion it
109 is, and (b) allow the keystrokes that trigger it to be customized.
110
111 Correct error in the customize specification of
112 mark-ring-unrecorded-commands.
113
114 2001-03-02 Ben Wing <ben@xemacs.org>
115
116 * font-lock.el:
117 * font-lock.el (font-lock-pending-extent-table): Removed.
118 * font-lock.el (font-lock-pending-buffer-table): New.
119 * font-lock.el (font-lock-pre-idle-hook):
120 * font-lock.el (font-lock-after-change-function):
121 * font-lock.el (font-lock-fontify-pending-extents):
122 * font-lock.el (font-lock-lisp-like):
123
124 Fix handling of pending extents to avoid excessive slowness (N^2
125 behavior) when making lots of buffer changes between redisplays,
126 such as when saving the Options.
127
128 2001-03-09 William M. Perry <wmperry@aventail.com>
129
130 * device.el:
131 * dragdrop.el:
132 * dumped-lisp.el:
133 * faces.el:
134 * frame.el:
135 * gnuserv.el:
136 * loadup.el:
137 * menubar-items.el:
138 * minibuf.el:
139 The Great GTK Merge.
140
141 * ChangeLog.GTK:
142 * dialog-gtk.el:
143 * gdk.el:
144 * generic-widgets.el:
145 * glade.el:
146 * gnome-widgets.el:
147 * gnome.el:
148 * gtk-compose.el:
149 * gtk-extra.el:
150 * gtk-faces.el:
151 * gtk-ffi.el:
152 * gtk-file-dialog.el:
153 * gtk-font-menu.el:
154 * gtk-glyphs.el:
155 * gtk-init.el:
156 * gtk-iso8859-1.el:
157 * gtk-marshal.el:
158 * gtk-mouse.el:
159 * gtk-package.el:
160 * gtk-password-dialog.el:
161 * gtk-select.el:
162 * gtk-widget-accessors.el:
163 * gtk-widgets.el:
164 * gtk.el:
165 widgets-gtk.el:
166 The Great GTK Merge: new files.
167
168 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
169
170 * generic-widgets.el: Don't require gtk (a built-in feature) at
171 top level. Don't execute the last sexp unless (featurep 'gtk).
172
173 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
174
175 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
176
1 2001-02-23 Martin Buchholz <martin@xemacs.org> 177 2001-02-23 Martin Buchholz <martin@xemacs.org>
2 178
3 * XEmacs 21.2.45 "Thelxepeia" is released. 179 * XEmacs 21.2.45 "Thelxepeia" is released.
4 180
5 2001-01-25 Jason R. Mastaler <jason@xemacs.org> 181 2001-01-25 Jason R. Mastaler <jason@xemacs.org>