Mercurial > emacs
annotate lispref/ChangeLog @ 33697:e7765cb122c3
(Fw32_set_clipboard_data): Save a copy of what is put on the clipboard.
(Fw32_get_clipboard_data): Compare data on clipboard with saved copy
of what Emacs last put there. If they are the same, do not use the
clipboard copy to avoid losing data due to coding conversions.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 21 Nov 2000 19:18:13 +0000 |
parents | fc7270277aa9 |
children | 7e51470d9b9e |
rev | line source |
---|---|
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
1 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
2 |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
3 * lists.texi (Building Lists): Add footnote to explain how to add |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
4 to the end of a list. |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
5 |
32860 | 6 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
7 | |
8 * files.texi (Visiting Functions): Typos. | |
9 | |
32841 | 10 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
11 | |
12 * files.texi (Visiting Functions): Return value of | |
13 find-file-noselect may be a list of buffers if wildcards are used. | |
14 | |
32803 | 15 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
16 | |
17 * display.texi (Defining Faces): Document `graphic' display type | |
18 in face specs. | |
19 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
20 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
21 |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
22 * hooks.texi (Standard Hooks): replace obsolete |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
23 `after-make-frame-hook' with `after-make-frame-functions'. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
24 |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
25 * frames.texi (Creating Frames): dito. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
26 |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
27 * variables.texi (Future Local Variables): dito. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
28 |
32556 | 29 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
30 | |
31 * display.texi (Other Image Types): Add description of :foreground | |
32 and :background properties of mono PBM images. | |
33 | |
30904 | 34 2000-08-17 Werner LEMBERG <wl@gnu.org> |
35 | |
36 * .cvsignore: New file. | |
37 | |
27188 | 38 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
39 | |
40 * tindex.pl: New script. | |
41 | |
26695 | 42 1999-12-03 Dave Love <fx@gnu.org> |
43 | |
44 * Makefile.in (MAKEINFO): New parameter. | |
45 | |
26693 | 46 1999-09-17 Richard Stallman <rms@gnu.org> |
47 | |
48 * Makefile.in (srcs): Add hash.texi. | |
49 (VERSION): Update to 20.6. | |
50 | |
51 1999-09-13 Richard Stallman <rms@gnu.org> | |
52 | |
53 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
54 | |
55 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
56 | |
57 * configure.in: New file. | |
58 * Makefile.in: Renamed from Makefile. | |
59 (prefix, infodir): Use value obtained from configure. | |
60 (emacslibdir): Obsolete variable deleted. | |
61 (dist): Distribute configure.in, configure, Makefile.in. | |
62 | |
63 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
64 | |
65 * Makefile (INSTALL_INFO): New variable. | |
66 (install): Run install-info. | |
67 | |
68 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
69 | |
70 * Makefile (elisp.dvi): Add missing backslash. | |
71 | |
72 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
73 | |
74 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
75 Run texindex without `./'. Always run texindex on elisp.tp. | |
76 (elisp.tps): Target deleted. | |
77 | |
78 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
79 | |
80 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
81 (dist): Start by deleting `temp'. | |
82 | |
83 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
84 | |
85 * Makefile (makeinfo, texindex): Targets deleted. | |
86 (makeinfo.o, texindex.o): Targets deleted. | |
87 (clean, dist): Don't do anything with them or with getopt*. | |
88 | |
89 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
90 | |
91 * Makefile (SHELL): Defined. | |
92 | |
93 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
94 | |
95 * Makefile (elisp.tps): New target. | |
96 (elisp.dvi): Depend on elisp.tps. | |
97 | |
98 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
99 | |
100 * README: Update phone number. | |
101 | |
102 * Makefile (elisp): Make this be the default target. | |
103 Depend on makeinfo.c instead of makeinfo. | |
104 (install): Don't depend on elisp.dvi, since we don't install that. | |
105 Use mkinstalldirs. | |
106 (dist): Add mkinstalldirs. | |
107 | |
108 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
109 | |
110 * Makefile (VERSION): Update version number. | |
111 (maintainer-clean): Renamed from realclean. | |
112 | |
113 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
114 | |
115 * Makefile (realclean): New target. | |
116 (elisp): Remove any old elisp-* files first. | |
117 | |
118 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
119 | |
120 * Makefile (VERSION): New variable. | |
121 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. | |
122 Compressed file suffix should be `.gz', not `.z'. | |
123 | |
124 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
125 | |
126 * Makefile (elisp): Depend on makeinfo. | |
127 | |
128 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
129 | |
130 * Makefile (srcs): Add anti.texi. | |
131 | |
132 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
133 | |
134 * Makefile (infodir, prefix): New vars. | |
135 (install): Use infodir. | |
136 (emacsinfodir): Deleted. | |
137 | |
138 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
139 | |
140 * Makefile (srcs): Add calendar.texi. | |
141 | |
142 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
143 Limit elisp-* files to those with one or two digits. | |
144 | |
145 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
146 | |
147 * Makefile (dist): Changed to use Gzip instead of compress. | |
148 | |
149 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
150 | |
151 * loading.texi (Unloading): define-function changed back to | |
152 defalias. It may not stay this way, but at least it's | |
153 consistent with the known-good version of the code patch. | |
154 | |
155 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
156 | |
157 * modes.texi (Hooks): Document new optional arg of add-hook. | |
158 | |
159 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
160 | |
161 * variables.texi: document nil initial value of buffer-local variables. | |
162 | |
163 * tips.texi: Add new section on standard library headers. | |
164 | |
165 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
166 | |
167 * Makefile (srcs): Add frame.texi to the list of sources. | |
168 | |
169 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
170 | |
171 * Makefile (dist): Don't bother excluding autosave files; they'll | |
172 never make it into the temp directory anyway, and the hash marks | |
173 in the name are problematic for make and the Bourne shell. | |
174 (srcs): | |
175 | |
176 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
177 | |
178 * Makefile (dist): Don't include backup files or autosave files in | |
179 the distribution tar file. | |
180 | |
181 Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) | |
182 | |
183 * Makefile (srcs): Added index.perm. | |
184 (elisp.dvi): Remove erroneous shell comment. | |
185 Expect output of permute-index in permuted.fns. | |
186 Save old elisp.aux in elisp.oaux. | |
187 (clean): Added index.texi to be deleted. | |
188 | |
189 Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
190 | |
191 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
192 | |
193 Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech) | |
194 | |
195 * files.texi: Noted that completion-ignored-extensions is ignored | |
196 when making *Completions*. | |
197 | |
198 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
199 | |
200 * Makefile make dist now depends on elisp.dvi, since it tries | |
201 to include it in the dist file. | |
202 | |
203 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu) | |
204 | |
205 * functions.texinfo (Mapping Functions): Add missing quote | |
206 | |
207 Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
208 | |
209 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
210 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
211 | |
212 Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
213 | |
214 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
215 and @error{} are the terms now being used. The files in the | |
216 directory have been changed to reflect this. | |
217 | |
218 * All instances of @indentedresultt{} have been changed to | |
219 ` @result{}', using 5 spaces at the begining of the line. | |
220 | |
221 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
222 | |
223 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
224 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
225 the texinfo.tex in this directory. These TeX macros are not | |
226 stable yet. | |
227 | |
228 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
229 | |
230 * texinfo.tex: temporarily added | |
231 \let\result=\dblarrow | |
232 \def\error{{\it ERROR} \longdblarrow} | |
233 We need to do this better soon. | |
234 | |
235 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
236 | |
237 * Applied Karl Berry's patches to *.texinfo files, but not to | |
238 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
239 new title page format is also not applied, since it requires | |
240 texinfo.tex changes.) | |
241 | |
242 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
243 for the Project GNU development environment. | |
244 |