Initial Commit
[packages] / xemacs-packages / fsf-compat / ChangeLog
1 2014-07-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.24 released.
4
5 2014-07-14  Michael Sperber  <mike@xemacs.org>
6
7         * Makefile (ELCS): Activate fsf-subr to Makefile.
8
9 2014-05-15  Norbert Koch  <viteno@xemacs.org>
10
11         * Makefile (VERSION): XEmacs package 1.23 released.
12
13 2014-05-15  Norbert Koch  <viteno@xemacs.org>
14
15         * Makefile (VERSION): XEmacs package 1.22 released.
16
17 2014-05-13  Jerry James  <james@xemacs.org>
18
19         * .cvsignore: Remove.
20         * .hgignore: New file.
21
22 2014-05-12  Norbert Koch  <viteno@xemacs.org>
23
24         * Makefile (VERSION): XEmacs package 1.21 released.
25
26 2014-05-06  Jerry James  <james@xemacs.org>
27
28         * button.el: New.  From Emacs 24.3.
29
30 2014-04-07  Norbert Koch  <viteno@xemacs.org>
31
32         * Makefile (VERSION): XEmacs package 1.20 released.
33
34 2014-04-02  Michael Sperber  <mike@xemacs.org>
35
36         * subr-fsf.el (wholenump, declare-function): Two trivial functions
37         from GNU Emacs.
38
39 2013-12-03  Michael Sperber  <mike@xemacs.org>
40
41         * timer.el (timer-activate-when-idle): Only call `activate-timer'
42         on non-active-timers.
43
44 2013-02-20  Michael Sperber  <mike@xemacs.org>
45
46         * overlay.el (copy-overlay, remove-overlays): Add functions from
47         GNU Emacs.
48
49 2009-08-14  Norbert Koch  <viteno@xemacs.org>
50
51         * Makefile (VERSION): XEmacs package 1.19 released.
52
53 2009-08-13  Aidan Kehoe  <kehoea@parhasard.net>
54
55         * overlay.el:
56         Transform #'values calls to #'list calls under 21.4, overlay.el
57
58 2009-07-30  Norbert Koch  <viteno@xemacs.org>
59
60         * Makefile (VERSION): XEmacs package 1.18 released.
61
62 2009-07-30  Stephen J. Turnbull  <stephen@xemacs.org>
63
64         * timer.el (timer-set-idle-time): Use right type of argument to
65         set-itimer-restart.  Fixes issue547.
66         Thanks to the anonymous reporter.
67
68 2008-04-14  Norbert Koch  <viteno@xemacs.org>
69
70         * Makefile (VERSION): XEmacs package 1.17 released.
71
72 2008-04-11  Aidan Kehoe  <kehoea@parhasard.net>
73
74         * overlay.el (overlay-normalize-begin-end-buffer): 
75         Correct a bug where the value for BUFFER wasn't passed back; make
76         docstring clearer, make normalisation of the BUFFER argument more
77         concise. 
78
79 2008-04-10  Aidan Kehoe  <kehoea@parhasard.net>
80
81         * overlay.el: 
82         Merge FKtPp's patch of 47D560A2.5010300@yahoo.com.cn, adding
83         support for BEG and END arguments to the various overlay functions
84         that are not compatible with XEmacs' definition of sanity for the
85         corresponding extent functions. Thank you FKtPp! 
86         Also, fix some byte-compilation warnings introduced by FKtPp's patch. 
87
88 2008-02-19  Norbert Koch  <viteno@xemacs.org>
89
90         * Makefile (VERSION): XEmacs package 1.16 released.
91
92 2006-11-29  Aidan Kehoe  <kehoea@parhasard.net>
93
94         * mule-unicode-charsets.el:
95         Provide support for some FSF-specific Unicode-coverage Mule
96         charsets. 
97
98 2004-10-22  Norbert Koch  <viteno@xemacs.org>
99
100         * Makefile (VERSION): XEmacs package 1.15 released.
101
102 2004-09-07  Jerry James  <james@xemacs.org>
103
104         * timer.el (timer-create): Use defalias.
105         * timer.el (timerp): Ditto.
106         * timer.el (timer-set-time): Make DELTA be positive, not
107         nonnegative, as in Emacs 21.3.  When the time is now, use
108         itimer-short-interval instead of 1 second.
109         * timer.el (timer-set-idle-time): Use the correct repeat value.
110         * timer.el (timer-next-integral-multiple-of-time): Move to
111         timer-funcs.el.
112         * timer.el (timer-relative-time): Ditto.
113         * timer.el (timer-inc-time): Simplify expressions.
114         * timer.el (timer-set-time-with-usecs): Sync with Emacs 21.3.
115         Mark as obsolete.
116         * timer.el (timer-activate): Add Emacs 21.3 optional arg, but do
117         not support it.
118         * timer.el (timer-activate-when-idle): Ditto.
119         * timer.el (cancel-timer): Check that timer arg is valid.
120         * timer.el (cancel-function-timers): Move to timer-funcs.el.
121         * timer.el (run-at-time): Ditto.
122         * timer.el (run-with-timer): Ditto.
123         * timer.el (run-with-idle-timer): Ditto.
124         * timer.el (with-timeout-handler): Ditto.
125         * timer.el (timer-until): New.  From Emacs 21.3.
126         * timer.el (with-timeout): Move to timer-funcs.el.
127         * timer.el (y-or-n-p-with-timeout): Ditto.
128         * timer.el (timer-duration-words): Ditto.
129         * timer.el (timer-duration): Ditto.
130
131 2003-12-01  Norbert Koch  <viteno@xemacs.org>
132
133         * Makefile (VERSION): XEmacs package 1.14 released.
134
135 2003-11-29  Adrian Aichner  <adrian@xemacs.org>
136
137         * goto-addr.el: Require overlay based (featurep 'xemacs) instead
138         of (fboundp 'overlays-in).
139
140 2003-10-31  Norbert Koch  <viteno@xemacs.org>
141
142         * Makefile (VERSION): XEmacs package 1.13 released.
143
144 2003-03-09  Ben Wing  <ben@xemacs.org>
145
146         * Makefile:
147         Delete explicit compile:: and binkit: rules.
148
149 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
150
151         * Makefile (VERSION): XEmacs package 1.12 released.
152
153 2003-01-08  Steve Youngs  <youngs@xemacs.org>
154
155         * package-info.in: Add missing provide "goto-addr".
156
157 2002-11-29  Ben Wing  <ben@xemacs.org>
158
159         * .cvsignore: Remove files now handled automatically by CVS.
160         * Makefile: Use `compile' instead of hard-coded `all'.
161
162 2002-10-15  Ville Skyttä  <scop@xemacs.org>
163
164         * Makefile (srckit): Remove.
165
166 2002-03-25  Steve Youngs  <youngs@xemacs.org>
167
168         * Makefile (VERSION): 1.11 released.
169
170 2002-03-24  Nix  <nix@esperi.demon.co.uk>
171
172         * timer.el (timer-set-time): Handle timers starting in the past.
173
174 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
175
176         * timer.el (cancel-function-timers): Fix the argument of
177         `itimer-function'.
178
179 2001-04-28  Steve Youngs  <youngs@xemacs.org>
180
181         * goto-addr.el: Added.
182
183 1999-11-14  Matt Curtin  <cmcurtin@interhack.net>
184
185         * thingatpt.el synched with Emacs 20.4
186
187 1998-09-12  Jeff Miller  <jmiller@smart.net>
188
189         * x-popup-menu.el: Added (provide 'x-popup-menu)
190
191 1998-03-25  SL Baur  <steve@altair.xemacs.org>
192
193         * Created.