comparison lisp/ChangeLog @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents 6c0ae1f9357f
children 12579d965149
comparison
equal deleted inserted replaced
222:aae4c8b01452 223:2c611d1463a6
1 1997-12-13 SL Baur <steve@altair.xemacs.org>
2
3 * help.el (describe-function-arglist): Restore.
4 (describe-function-1): Correct typo.
5 From Jamie Zawinski <jwz@netscape.com>
6
7 1997-12-13 Hrvoje Niksic <hniksic@srce.hr>
8
9 * cus-dep.el (Custom-make-dependencies): Cut a newline.
10
11 * cus-edit.el (customize-changed-options): Handle output more nicely.
12 (customize-changed-options): Mention `:version' instead of `:new'.
13 (customize-changed-options): Use `push'.
14
15 1997-12-12 Colin Rafferty <colin@xemacs.org>
16
17 * window.el (shrink-window-if-larger-than-buffer): Modified the
18 algorithm so that is calculates the amount it can shrink the
19 buffer by shrinking the buffer itself first.
20
21 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
22
23 * undo-stack.el (trunc-stack-bottom): Don't terminate error
24 message with a period.
25
26 * cus-start.el: Synch quoter with `custom-quote'.
27
28 * custom.el (custom-add-load): Update custom-group-hash-table.
29
30 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
31
32 * mouse.el (mouse-track-run-hook): Understand `make-local-hook'
33 convention.
34
35 * custom.el (custom-add-version): New function, from FSF.
36 (custom-handle-keyword): Use it.
37
38 * cus-edit.el (custom-variable-prompt): Require match.
39 (customize-changed-options): New function, from FSF.
40 (customize-version-lessp): Ditto.
41
42 * cus-edit.el (custom-quote): Defalias to `quote-maybe'.
43 (customize-set-variable): Use `quote-maybe'.
44 (customize-save-variable): Ditto.
45 (custom-variable-value-create): Ditto.
46 (custom-variable-set): Ditto.
47 (custom-variable-save): Ditto.
48
49 * cus-start.el: Use `quote-maybe'.
50
51 1997-12-11 Hrvoje Niksic <hniksic@srce.hr>
52
53 * simple.el (fsf:do-auto-fill): Comment out.
54
55 * simple.el (set-goal-column): Be careful about the format
56 argument to message.
57
58 * cl-macs.el: New setf methods for: buffer-dedicated-frame,
59 console-type-image-conversion-list, default-toolbar-position,
60 device-class, extent-begin-glyph, extent-begin-glyph-layout,
61 extent-end-glyph, extent-end-glyph-layout, extent-keymap,
62 extent-parent, extent-properties, frame-selected-window,
63 itimer-function, itimer-function-arguments, itimer-is-idle,
64 itimer-recorded-run-time, itimer-restart, itimer-uses-arguments,
65 itimer-value, keymap-parents, marker-insertion-type,
66 mouse-pixel-position, trunc-stack-length, trunc-stack-stack,
67 undoable-stack-max and weak-list-list.
68
69 1997-12-12 SL Baur <steve@altair.xemacs.org>
70
71 * keydefs.el (global-map): Import C-x M-: keybinding for
72 `repeat-complex-command' from Emacs 20.
73
74 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
75
76 * mule/mule-debug.el (list-charsets): Make it work. Better
77 formatting.
78
79 1997-12-11 SL Baur <steve@altair.xemacs.org>
80
81 * files.el (insert-file): Don't use format.el settings.
82
83 * format.el (format-decode): Update docstring.
84
85 1997-12-09 SL Baur <steve@altair.xemacs.org>
86
87 * make-docfile.el (package-path): Set load-path from package path
88 before collecting the files to dump.
89 * update-elc.el (package-path): Ditto.
90
91 * loadup.el: Comment changes, cleanup.
92
93 1997-12-09 Hrvoje Niksic <hniksic@srce.hr>
94
95 * etags.el (tags-loop-continue): Avoid giant `progn' in while test.
96 (next-file): Use `pop'.
97
98 1997-12-08 Hrvoje Niksic <hniksic@srce.hr>
99
100 * etags.el (find-tag-internal): Set the initial fuzz offset to 100
101 instead of 1000.
102 (find-tag-internal): Use `letf'.
103 (tags-delete): Removed -- was unused.
104 (set-buffer-tag-table): Use `expland-file-name'.
105 (get-tag-table-buffer): Use `ecase'.
106 (add-to-tag-completion-table): Mark the filename messages with
107 progress.
108 (add-to-tag-completion-table): Use `char-after' instead of
109 `following-char'.
110 (add-to-tag-completion-table): Use `match-string'.
111 (complete-symbol): Use `error' instead of message+ding.
112 (complete-symbol): Use `skip-syntax-forward'.
113 (tag-complete-symbol): Autoload.
114 (pop-mark-from-stack): Use `buffer-live-p'.
115 (pop-tag-mark): Autoload the `M-*' binding.
116 (list-tags): Made it work.
117
118 1997-12-09 SL Baur <steve@altair.xemacs.org>
119
120 * x-toolbar.el (toolbar-news): Fix typo.
121
1 1997-12-06 Jonathan Harris <jhar@tardis.ed.ac.uk> 122 1997-12-06 Jonathan Harris <jhar@tardis.ed.ac.uk>
2 123
3 * dumped-lisp.el, emacs.c, symsinit.h, msw-init.el, nt/xemacs.mak 124 * dumped-lisp.el, emacs.c, symsinit.h, msw-init.el, nt/xemacs.mak
4 Created files: msw-select.el, select-msw.c 125 Created files: msw-select.el, select-msw.c
5 Copy and paste 8-bit text to/from mswindows clipboard. 126 Copy and paste 8-bit text to/from mswindows clipboard.