annotate oldXMenu/ChangeLog @ 110410:f2e111723c3a

Merge changes made in Gnus trunk. Reimplement nnimap, and do tweaks to the rest of the code to support that. * gnus-int.el (gnus-finish-retrieve-group-infos) (gnus-retrieve-group-data-early): New functions. * gnus-range.el (gnus-range-nconcat): New function. * gnus-start.el (gnus-get-unread-articles): Support early retrieval of data. (gnus-read-active-for-groups): Support finishing the early retrieval of data. * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name if the move is internal, so that nnimap can do fast internal moves. * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for nnimap usage. * nnimap.el: Rewritten. * nnmail.el (nnmail-inhibit-default-split-group): New internal variable to allow the mail splitting to not return a default group. This is useful for nnimap, which will leave unmatched mail in the inbox. * utf7.el (utf7-encode): Autoload. Implement shell connection. * nnimap.el (nnimap-open-shell-stream): New function. (nnimap-open-connection): Use it. Get the number of lines by using BODYSTRUCTURE. (nnimap-transform-headers): Get the number of lines in each message. (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the number of lines. Not all servers return UIDNEXT. Work past this problem. Remove junk from end of file. Fix typo in "bogus" section. Make capabilties be case-insensitive. Require cl when compiling. Don't bug out if the LIST command doesn't have any parameters. 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change) * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command doesn't have any parameters. (mm-text-html-renderer): Document gnus-article-html. 2010-09-17 Julien Danjou <julien@danjou.info> (tiny fix) * mm-decode.el (mm-text-html-renderer): Document gnus-article-html. * dgnushack.el: Define netrc-credentials. If the user doesn't have a /etc/services, supply some sensible port defaults. Have `unseen-or-unread' select an unread unseen article first. (nntp-open-server): Return whether the open was successful or not. Throughout all files, replace (save-excursion (set-buffer ...)) with (with-current-buffer ... ). Save result so that it doesn't say "failed" all the time. Add ~/.authinfo to the default, since that's probably most useful for users. Don't use the "finish" method when we're reading from the agent. Add some more nnimap-relevant agent stuff to nnagent.el. * nnimap.el (nnimap-with-process-buffer): Removed. Revert one line that was changed by mistake in the last checkin. (nnimap-open-connection): Don't error out when we can't make a connection nnimap-related changes to avoid bugging out if we can't contact a server. * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups from methods that are denied. * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log in. (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for nothing. * gnus-sum.el (gnus-select-newsgroup): Indent.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 18 Sep 2010 10:02:19 +0000
parents e6408c088fbc
children 132f2dfd549f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109373
e5ec12c5c82f * oldXMenu/XMenu.h: Include <stdlib.h>.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109359
diff changeset
1 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
e5ec12c5c82f * oldXMenu/XMenu.h: Include <stdlib.h>.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109359
diff changeset
2
e5ec12c5c82f * oldXMenu/XMenu.h: Include <stdlib.h>.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109359
diff changeset
3 * XMenu.h: Include <stdlib.h>.
e5ec12c5c82f * oldXMenu/XMenu.h: Include <stdlib.h>.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109359
diff changeset
4
109359
b7e047772c64 Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Andreas Schwab <schwab@linux-m68k.org>
parents: 109124
diff changeset
5 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
b7e047772c64 Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Andreas Schwab <schwab@linux-m68k.org>
parents: 109124
diff changeset
6
b7e047772c64 Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Andreas Schwab <schwab@linux-m68k.org>
parents: 109124
diff changeset
7 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
b7e047772c64 Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Andreas Schwab <schwab@linux-m68k.org>
parents: 109124
diff changeset
8 substitution.
b7e047772c64 Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Andreas Schwab <schwab@linux-m68k.org>
parents: 109124
diff changeset
9 (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
b7e047772c64 Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Andreas Schwab <schwab@linux-m68k.org>
parents: 109124
diff changeset
10
109124
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
11 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
12
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
13 * Activate.c: Convert function definitions to standard C.
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
14 * AddPane.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
15 * AddSel.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
16 * ChgPane.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
17 * ChgSel.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
18 * Create.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
19 * DelPane.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
20 * DelSel.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
21 * Destroy.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
22 * Error.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
23 * EvHand.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
24 * FindPane.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
25 * FindSel.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
26 * InsPane.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
27 * InsSel.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
28 * Internal.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
29 * Locate.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
30 * Post.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
31 * Recomp.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
32 * SetAEQ.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
33 * SetFrz.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
34 * SetPane.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
35 * SetSel.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
36 * X10.h:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
37 * XCrAssoc.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
38 * XDelAssoc.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
39 * XDestAssoc.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
40 * XLookAssoc.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
41 * XMakeAssoc.c:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
42 * XMenu.h:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
43 * XMenuInt.h:
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
44 * insque.c: Likewise.
5cc91198ffb2 Convert function definitions in oldXMenu to standard C.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108375
diff changeset
45
108371
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
46 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
47
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
48 * Version 23.2 released.
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
49
108265
39e86d46390a Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents: 108232
diff changeset
50 2010-05-06 Glenn Morris <rgm@gnu.org>
39e86d46390a Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents: 108232
diff changeset
51
108266
b62300b6aaea Let configure handle ranlib.
Glenn Morris <rgm@gnu.org>
parents: 108265
diff changeset
52 * Makefile.in (RANLIB): Let configure set it.
108375
973b5bc5fcfe Merge from emacs-23
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108266 108371
diff changeset
53 (libXMenu11.a): Configure sets RANLIB = : on systems without it.
108266
b62300b6aaea Let configure handle ranlib.
Glenn Morris <rgm@gnu.org>
parents: 108265
diff changeset
54
108265
39e86d46390a Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents: 108232
diff changeset
55 * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
39e86d46390a Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents: 108232
diff changeset
56 (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
39e86d46390a Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents: 108232
diff changeset
57
108232
a13ac113e6f6 Yet another missing piece of C_SWITCH commit.
Glenn Morris <rgm@gnu.org>
parents: 108129
diff changeset
58 2010-05-04 Glenn Morris <rgm@gnu.org>
a13ac113e6f6 Yet another missing piece of C_SWITCH commit.
Glenn Morris <rgm@gnu.org>
parents: 108129
diff changeset
59
108375
973b5bc5fcfe Merge from emacs-23
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108266 108371
diff changeset
60 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
973b5bc5fcfe Merge from emacs-23
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108266 108371
diff changeset
61 Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
108232
a13ac113e6f6 Yet another missing piece of C_SWITCH commit.
Glenn Morris <rgm@gnu.org>
parents: 108129
diff changeset
62 @c_switch_system@, @c_switch_machine@.
a13ac113e6f6 Yet another missing piece of C_SWITCH commit.
Glenn Morris <rgm@gnu.org>
parents: 108129
diff changeset
63
108129
e272dbe64cda Reduce CPP usage.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108094
diff changeset
64 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
e272dbe64cda Reduce CPP usage.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108094
diff changeset
65
e272dbe64cda Reduce CPP usage.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108094
diff changeset
66 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
e272dbe64cda Reduce CPP usage.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108094
diff changeset
67
108094
7a80cd5e5722 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107830
diff changeset
68 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7a80cd5e5722 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107830
diff changeset
69
7a80cd5e5722 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107830
diff changeset
70 * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
7a80cd5e5722 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107830
diff changeset
71
107830
3879f5eab4e9 Use autoconf, not cpp for some variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107367
diff changeset
72 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3879f5eab4e9 Use autoconf, not cpp for some variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107367
diff changeset
73
3879f5eab4e9 Use autoconf, not cpp for some variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107367
diff changeset
74 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3879f5eab4e9 Use autoconf, not cpp for some variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107367
diff changeset
75 (C_SWITCH_X_SITE): Define using autoconf.
3879f5eab4e9 Use autoconf, not cpp for some variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107367
diff changeset
76
107367
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
77 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
78
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
79 * Branch for 23.2.
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
80
103507
973e0a71638b Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents: 100953
diff changeset
81 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
973e0a71638b Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents: 100953
diff changeset
82
973e0a71638b Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents: 100953
diff changeset
83 * Branch for 23.1.
973e0a71638b Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents: 100953
diff changeset
84
97142
c3512b2085a0 * bitmaps/README:
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96923
diff changeset
85 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
c3512b2085a0 * bitmaps/README:
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96923
diff changeset
86
c3512b2085a0 * bitmaps/README:
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96923
diff changeset
87 * descrip.mms:
c3512b2085a0 * bitmaps/README:
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96923
diff changeset
88 * compile.com: Remove file.
c3512b2085a0 * bitmaps/README:
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96923
diff changeset
89 * Create.c: Remove VMS support.
c3512b2085a0 * bitmaps/README:
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96923
diff changeset
90
96923
d89afa2b4c2f * config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 94791
diff changeset
91 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
d89afa2b4c2f * config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 94791
diff changeset
92
d89afa2b4c2f * config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 94791
diff changeset
93 * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
d89afa2b4c2f * config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 94791
diff changeset
94
78297
32c005087ccf *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78242
diff changeset
95 2007-07-25 Glenn Morris <rgm@gnu.org>
32c005087ccf *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78242
diff changeset
96
32c005087ccf *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78242
diff changeset
97 * Relicense all FSF files to GPLv3 or later.
32c005087ccf *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78242
diff changeset
98
77869
128c9f2cd4cf *** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 77858
diff changeset
99 2007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
128c9f2cd4cf *** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 77858
diff changeset
100
128c9f2cd4cf *** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 77858
diff changeset
101 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
128c9f2cd4cf *** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 77858
diff changeset
102 compilation warnings: #include <config.h>.
128c9f2cd4cf *** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 77858
diff changeset
103
77858
815150a147ce Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents: 77838
diff changeset
104 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
815150a147ce Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents: 77838
diff changeset
105
815150a147ce Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents: 77838
diff changeset
106 * Version 22.1 released.
815150a147ce Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents: 77838
diff changeset
107
77838
660e3e2cc86d *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76191
diff changeset
108 2007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
660e3e2cc86d *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76191
diff changeset
109
660e3e2cc86d *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76191
diff changeset
110 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
660e3e2cc86d *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76191
diff changeset
111
76191
eaa77e4ad9c1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76134
diff changeset
112 2007-02-27 Glenn Morris <rgm@gnu.org>
eaa77e4ad9c1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76134
diff changeset
113
eaa77e4ad9c1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76134
diff changeset
114 * Imakefile: Remove unused file with no explicit legal info.
eaa77e4ad9c1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76134
diff changeset
115 * Makefile.in (distclean): Remove Makefile.
eaa77e4ad9c1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 76134
diff changeset
116
76134
7cdfa9a1f509 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75769
diff changeset
117 2007-02-25 Glenn Morris <rgm@gnu.org>
7cdfa9a1f509 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75769
diff changeset
118
7cdfa9a1f509 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75769
diff changeset
119 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
7cdfa9a1f509 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75769
diff changeset
120 * XMakeAssoc.c: Remove license text in favour of including
7cdfa9a1f509 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75769
diff changeset
121 copyright.h, as was done in original X11 source.
7cdfa9a1f509 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75769
diff changeset
122
93291
6dded216f040 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 87649
diff changeset
123 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
59101
8aef5660523e * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
Jan Djärv <jan.h.d@swipnet.se>
parents: 58167
diff changeset
124
8aef5660523e * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
Jan Djärv <jan.h.d@swipnet.se>
parents: 58167
diff changeset
125 * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
8aef5660523e * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
Jan Djärv <jan.h.d@swipnet.se>
parents: 58167
diff changeset
126 was pressed.
8aef5660523e * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
Jan Djärv <jan.h.d@swipnet.se>
parents: 58167
diff changeset
127
93291
6dded216f040 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 87649
diff changeset
128 2004-11-12 Jan Djärv <jan.h.d@swipnet.se>
58167
9351060ba546 * XMenu.h (XMenuActivateSetWaitFunction): New function.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
129
9351060ba546 * XMenu.h (XMenuActivateSetWaitFunction): New function.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
130 * XMenu.h (XMenuActivateSetWaitFunction): New function.
9351060ba546 * XMenu.h (XMenuActivateSetWaitFunction): New function.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
131
9351060ba546 * XMenu.h (XMenuActivateSetWaitFunction): New function.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
132 * Activate.c (XMenuActivateSetWaitFunction): New function.
9351060ba546 * XMenu.h (XMenuActivateSetWaitFunction): New function.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
133 (XMenuActivate): Call wait_func if set, before XNextEvent.
9351060ba546 * XMenu.h (XMenuActivateSetWaitFunction): New function.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
134
93291
6dded216f040 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 87649
diff changeset
135 2002-04-22 Jan Djärv <jan.h.d@swipnet.se>
44753
55f9c8874c01 *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 40965
diff changeset
136
55f9c8874c01 *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 40965
diff changeset
137 * Activate.c: Add calls to GrabKeyboard to remove strange
55f9c8874c01 *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 40965
diff changeset
138 interactions with window managers that steal keypresses.
55f9c8874c01 *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 40965
diff changeset
139 Call ungrab_all instead of XtUngrabPointer.
109506
e6408c088fbc Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents: 109373
diff changeset
140 (XMenuActivate): Add call to XGrabKeyboard.
e6408c088fbc Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents: 109373
diff changeset
141 (XMenuActivate): Add call to XUngrabKeyboard.
44753
55f9c8874c01 *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 40965
diff changeset
142
40111
4df21996512b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39742
diff changeset
143 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4df21996512b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39742
diff changeset
144
40152
70666c5c7f94 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40111
diff changeset
145 * (Version 21.1 released.)
40111
4df21996512b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39742
diff changeset
146
39742
1985c223de10 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39627
diff changeset
147 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1985c223de10 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39627
diff changeset
148
1985c223de10 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39627
diff changeset
149 * Branch for 21.1.
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40152
diff changeset
150
30367
6b6439d7d174 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27459
diff changeset
151 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
6b6439d7d174 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27459
diff changeset
152
6b6439d7d174 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27459
diff changeset
153 * Activate.c (XMenuActivate): Call help callback with two more
6b6439d7d174 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27459
diff changeset
154 arguments: the pane number and selection number.
6b6439d7d174 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27459
diff changeset
155
27459
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
156 2000-01-27 Gerd Moellmann <gerd@gnu.org>
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
157
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
158 * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
159 Call help callback.
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
160
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
161 * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
162
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
163 * AddSel.c (XMenuAddSelection): Add parameter HELP.
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
164
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
165 * XMenu.h (XmSelect): Add member `help_string'.
5500690f08f4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25858
diff changeset
166
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
167 1999-07-12 Richard Stallman <rms@gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
168
Dave Love <fx@gnu.org>
parents:
diff changeset
169 * Version 20.4 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
170
Dave Love <fx@gnu.org>
parents:
diff changeset
171 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
172
Dave Love <fx@gnu.org>
parents:
diff changeset
173 * Version 20.3 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
174
Dave Love <fx@gnu.org>
parents:
diff changeset
175 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
176
Dave Love <fx@gnu.org>
parents:
diff changeset
177 * Version 20.2 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
178
Dave Love <fx@gnu.org>
parents:
diff changeset
179 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
180
Dave Love <fx@gnu.org>
parents:
diff changeset
181 * Version 20.1 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
182
Dave Love <fx@gnu.org>
parents:
diff changeset
183 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
184
Dave Love <fx@gnu.org>
parents:
diff changeset
185 * Version 19.33 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
186
Dave Love <fx@gnu.org>
parents:
diff changeset
187 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
188
Dave Love <fx@gnu.org>
parents:
diff changeset
189 * Version 19.32 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
190
Dave Love <fx@gnu.org>
parents:
diff changeset
191 1996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
192
Dave Love <fx@gnu.org>
parents:
diff changeset
193 * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
Dave Love <fx@gnu.org>
parents:
diff changeset
194 * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
Dave Love <fx@gnu.org>
parents:
diff changeset
195 * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
Dave Love <fx@gnu.org>
parents:
diff changeset
196
Dave Love <fx@gnu.org>
parents:
diff changeset
197 * XMenu.h: New alternative SEPARATOR.
Dave Love <fx@gnu.org>
parents:
diff changeset
198
Dave Love <fx@gnu.org>
parents:
diff changeset
199 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
200
Dave Love <fx@gnu.org>
parents:
diff changeset
201 * Version 19.31 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
202
Dave Love <fx@gnu.org>
parents:
diff changeset
203 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
204
Dave Love <fx@gnu.org>
parents:
diff changeset
205 * Version 19.30 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
206
Dave Love <fx@gnu.org>
parents:
diff changeset
207 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
208
Dave Love <fx@gnu.org>
parents:
diff changeset
209 * Makefile.in (ALL_CFLAGS): Add some -I options.
Dave Love <fx@gnu.org>
parents:
diff changeset
210
Dave Love <fx@gnu.org>
parents:
diff changeset
211 * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
Dave Love <fx@gnu.org>
parents:
diff changeset
212 * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
Dave Love <fx@gnu.org>
parents:
diff changeset
213
Dave Love <fx@gnu.org>
parents:
diff changeset
214 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
215
Dave Love <fx@gnu.org>
parents:
diff changeset
216 * Version 19.29 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
217
Dave Love <fx@gnu.org>
parents:
diff changeset
218 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
219
Dave Love <fx@gnu.org>
parents:
diff changeset
220 * Makefile.in (maintainer-clean): Renamed from realclean.
Dave Love <fx@gnu.org>
parents:
diff changeset
221
Dave Love <fx@gnu.org>
parents:
diff changeset
222 1994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
223
Dave Love <fx@gnu.org>
parents:
diff changeset
224 * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
Dave Love <fx@gnu.org>
parents:
diff changeset
225
Dave Love <fx@gnu.org>
parents:
diff changeset
226 1994-10-24 Jim Wilson (wilson@chestnut.cygnus.com)
Dave Love <fx@gnu.org>
parents:
diff changeset
227
Dave Love <fx@gnu.org>
parents:
diff changeset
228 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
Dave Love <fx@gnu.org>
parents:
diff changeset
229
Dave Love <fx@gnu.org>
parents:
diff changeset
230 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
231
Dave Love <fx@gnu.org>
parents:
diff changeset
232 * Version 19.27 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
233
Dave Love <fx@gnu.org>
parents:
diff changeset
234 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
235
Dave Love <fx@gnu.org>
parents:
diff changeset
236 * Version 19.26 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
237
Dave Love <fx@gnu.org>
parents:
diff changeset
238 1994-07-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
239
Dave Love <fx@gnu.org>
parents:
diff changeset
240 * Error.c (XMenuError): Make `message' static.
Dave Love <fx@gnu.org>
parents:
diff changeset
241
Dave Love <fx@gnu.org>
parents:
diff changeset
242 1994-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
243
Dave Love <fx@gnu.org>
parents:
diff changeset
244 * Create.c (XAllocDisplayColor): New function.
Dave Love <fx@gnu.org>
parents:
diff changeset
245 Use it throughout in place of XAllocNamedColor.
Dave Love <fx@gnu.org>
parents:
diff changeset
246
Dave Love <fx@gnu.org>
parents:
diff changeset
247 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
248
Dave Love <fx@gnu.org>
parents:
diff changeset
249 * Version 19.25 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
250
Dave Love <fx@gnu.org>
parents:
diff changeset
251 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
252
Dave Love <fx@gnu.org>
parents:
diff changeset
253 * Version 19.24 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
254
Dave Love <fx@gnu.org>
parents:
diff changeset
255 1994-05-17 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
256
Dave Love <fx@gnu.org>
parents:
diff changeset
257 * Create.c (XMenuCreate): Declare `data' as char*.
Dave Love <fx@gnu.org>
parents:
diff changeset
258
Dave Love <fx@gnu.org>
parents:
diff changeset
259 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
260
Dave Love <fx@gnu.org>
parents:
diff changeset
261 * Version 19.23 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
262
Dave Love <fx@gnu.org>
parents:
diff changeset
263 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
264
Dave Love <fx@gnu.org>
parents:
diff changeset
265 * Create.c (XMenuCreate): Declare `data' as unsigned char*.
Dave Love <fx@gnu.org>
parents:
diff changeset
266
Dave Love <fx@gnu.org>
parents:
diff changeset
267 1994-01-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
268
Dave Love <fx@gnu.org>
parents:
diff changeset
269 * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
Dave Love <fx@gnu.org>
parents:
diff changeset
270 (_XIOErrorFunction): Decl deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
271
Dave Love <fx@gnu.org>
parents:
diff changeset
272 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
273
Dave Love <fx@gnu.org>
parents:
diff changeset
274 * Version 19.22 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
275
Dave Love <fx@gnu.org>
parents:
diff changeset
276 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
277
Dave Love <fx@gnu.org>
parents:
diff changeset
278 * Activate.c (XMenuActivate):
Dave Love <fx@gnu.org>
parents:
diff changeset
279 Call XSetWindowBackground and _XMRefreshPane.
Dave Love <fx@gnu.org>
parents:
diff changeset
280
Dave Love <fx@gnu.org>
parents:
diff changeset
281 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
282
Dave Love <fx@gnu.org>
parents:
diff changeset
283 * Version 19.21 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
284
Dave Love <fx@gnu.org>
parents:
diff changeset
285 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
286
Dave Love <fx@gnu.org>
parents:
diff changeset
287 * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
Dave Love <fx@gnu.org>
parents:
diff changeset
288 Tell user too, in case make doesn't pay attention.
Dave Love <fx@gnu.org>
parents:
diff changeset
289
Dave Love <fx@gnu.org>
parents:
diff changeset
290 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
291
Dave Love <fx@gnu.org>
parents:
diff changeset
292 * Version 19.20 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
293
100515
ce4ce31aa65a Fix typos and author's names.
Juanma Barranquero <lekktu@gmail.com>
parents: 97142
diff changeset
294 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
295
Dave Love <fx@gnu.org>
parents:
diff changeset
296 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
Dave Love <fx@gnu.org>
parents:
diff changeset
297
100515
ce4ce31aa65a Fix typos and author's names.
Juanma Barranquero <lekktu@gmail.com>
parents: 97142
diff changeset
298 1993-09-27 Brian J. Fox (bfox@valhalla)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
299
Dave Love <fx@gnu.org>
parents:
diff changeset
300 * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
Dave Love <fx@gnu.org>
parents:
diff changeset
301 `configure' to supply the values for these variables.
Dave Love <fx@gnu.org>
parents:
diff changeset
302
100515
ce4ce31aa65a Fix typos and author's names.
Juanma Barranquero <lekktu@gmail.com>
parents: 97142
diff changeset
303 1993-09-26 Brian J. Fox (bfox@ai.mit.edu)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
304
Dave Love <fx@gnu.org>
parents:
diff changeset
305 * Makefile.in (VPATH, srcdir): Now that `configure' creates the
Dave Love <fx@gnu.org>
parents:
diff changeset
306 Makefiles, do not append the current directory to the value of
Dave Love <fx@gnu.org>
parents:
diff changeset
307 `srcdir' or `VPATH'.
Dave Love <fx@gnu.org>
parents:
diff changeset
308
Dave Love <fx@gnu.org>
parents:
diff changeset
309 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
310
Dave Love <fx@gnu.org>
parents:
diff changeset
311 * Version 19.19 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
312
Dave Love <fx@gnu.org>
parents:
diff changeset
313 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
314
Dave Love <fx@gnu.org>
parents:
diff changeset
315 * Version 19.18 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
316
Dave Love <fx@gnu.org>
parents:
diff changeset
317 1993-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
318
Dave Love <fx@gnu.org>
parents:
diff changeset
319 * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
Dave Love <fx@gnu.org>
parents:
diff changeset
320
Dave Love <fx@gnu.org>
parents:
diff changeset
321 1993-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
322
Dave Love <fx@gnu.org>
parents:
diff changeset
323 * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
Dave Love <fx@gnu.org>
parents:
diff changeset
324
Dave Love <fx@gnu.org>
parents:
diff changeset
325 Among them, put the ..._SITE vars last.
Dave Love <fx@gnu.org>
parents:
diff changeset
326
Dave Love <fx@gnu.org>
parents:
diff changeset
327 1993-07-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
328
Dave Love <fx@gnu.org>
parents:
diff changeset
329 * Version 19.17 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
330
Dave Love <fx@gnu.org>
parents:
diff changeset
331 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
332
Dave Love <fx@gnu.org>
parents:
diff changeset
333 * Makefile.in: Write out the dependencies for the object files;
Dave Love <fx@gnu.org>
parents:
diff changeset
334 otherwise, VPATH won't work.
Dave Love <fx@gnu.org>
parents:
diff changeset
335
Dave Love <fx@gnu.org>
parents:
diff changeset
336 * Makefile.in: Re-arrange, to put `all' target at the top.
Dave Love <fx@gnu.org>
parents:
diff changeset
337
Dave Love <fx@gnu.org>
parents:
diff changeset
338 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
339
Dave Love <fx@gnu.org>
parents:
diff changeset
340 * Version 19.16 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
341
Dave Love <fx@gnu.org>
parents:
diff changeset
342 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
343
Dave Love <fx@gnu.org>
parents:
diff changeset
344 * version 19.15 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
345
Dave Love <fx@gnu.org>
parents:
diff changeset
346 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
347
Dave Love <fx@gnu.org>
parents:
diff changeset
348 * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
Dave Love <fx@gnu.org>
parents:
diff changeset
349 This should make it work under any circumstances.
Dave Love <fx@gnu.org>
parents:
diff changeset
350
Dave Love <fx@gnu.org>
parents:
diff changeset
351 * Makefile.in (mostlyclean): Use rm -f.
Dave Love <fx@gnu.org>
parents:
diff changeset
352
Dave Love <fx@gnu.org>
parents:
diff changeset
353 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
354
Dave Love <fx@gnu.org>
parents:
diff changeset
355 * Version 19.14 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
356
Dave Love <fx@gnu.org>
parents:
diff changeset
357 1993-06-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
358
Dave Love <fx@gnu.org>
parents:
diff changeset
359 * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
Dave Love <fx@gnu.org>
parents:
diff changeset
360 Put CFLAGS last.
Dave Love <fx@gnu.org>
parents:
diff changeset
361
Dave Love <fx@gnu.org>
parents:
diff changeset
362 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
363
74084
45adfdc231c2 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 73856
diff changeset
364 Bring mumbleclean targets into conformance with GNU coding standards.
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
365 * Makefile.in (mostlyclean, realclean): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
366
Dave Love <fx@gnu.org>
parents:
diff changeset
367 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
368
Dave Love <fx@gnu.org>
parents:
diff changeset
369 * Version 19.13 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
370
Dave Love <fx@gnu.org>
parents:
diff changeset
371 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
372
Dave Love <fx@gnu.org>
parents:
diff changeset
373 * Version 19.10 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
374
Dave Love <fx@gnu.org>
parents:
diff changeset
375 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
376
Dave Love <fx@gnu.org>
parents:
diff changeset
377 * Create.c: Handle EMACS_BITMAP_FILES.
Dave Love <fx@gnu.org>
parents:
diff changeset
378 Use new names of renamed bitmap files.
Dave Love <fx@gnu.org>
parents:
diff changeset
379
Dave Love <fx@gnu.org>
parents:
diff changeset
380 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
381
Dave Love <fx@gnu.org>
parents:
diff changeset
382 * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
Dave Love <fx@gnu.org>
parents:
diff changeset
383 XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
Dave Love <fx@gnu.org>
parents:
diff changeset
384 insque and remque to emacs_insque and emacs_remque, so we can
Dave Love <fx@gnu.org>
parents:
diff changeset
385 safely include insque.c in the library on all systems.
Dave Love <fx@gnu.org>
parents:
diff changeset
386
Dave Love <fx@gnu.org>
parents:
diff changeset
387 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
388
Dave Love <fx@gnu.org>
parents:
diff changeset
389 * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
Dave Love <fx@gnu.org>
parents:
diff changeset
390 only works with GNU Make.
Dave Love <fx@gnu.org>
parents:
diff changeset
391
Dave Love <fx@gnu.org>
parents:
diff changeset
392 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
393
Dave Love <fx@gnu.org>
parents:
diff changeset
394 * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
Dave Love <fx@gnu.org>
parents:
diff changeset
395
Dave Love <fx@gnu.org>
parents:
diff changeset
396 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
397
Dave Love <fx@gnu.org>
parents:
diff changeset
398 * Version 19.9 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
399
Dave Love <fx@gnu.org>
parents:
diff changeset
400 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
401
Dave Love <fx@gnu.org>
parents:
diff changeset
402 * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
Dave Love <fx@gnu.org>
parents:
diff changeset
403
Dave Love <fx@gnu.org>
parents:
diff changeset
404 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
405
Dave Love <fx@gnu.org>
parents:
diff changeset
406 * Version 19.8 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
407
Dave Love <fx@gnu.org>
parents:
diff changeset
408 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
409
Dave Love <fx@gnu.org>
parents:
diff changeset
410 * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
Dave Love <fx@gnu.org>
parents:
diff changeset
411 configuration process can correctly implement the --x-includes
Dave Love <fx@gnu.org>
parents:
diff changeset
412 option.
Dave Love <fx@gnu.org>
parents:
diff changeset
413
Dave Love <fx@gnu.org>
parents:
diff changeset
414 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
415
Dave Love <fx@gnu.org>
parents:
diff changeset
416 * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
Dave Love <fx@gnu.org>
parents:
diff changeset
417 not NULL.
Dave Love <fx@gnu.org>
parents:
diff changeset
418
Dave Love <fx@gnu.org>
parents:
diff changeset
419 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
420
74084
45adfdc231c2 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 73856
diff changeset
421 * Version 19.7 released.
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
422
Dave Love <fx@gnu.org>
parents:
diff changeset
423 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
424
Dave Love <fx@gnu.org>
parents:
diff changeset
425 * Makefile.in: Renamed from Makefile, so that the top-level
Dave Love <fx@gnu.org>
parents:
diff changeset
426 makefile can edit it.
Dave Love <fx@gnu.org>
parents:
diff changeset
427
Dave Love <fx@gnu.org>
parents:
diff changeset
428 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
429
49505
1aba10ab73b4 Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents: 44753
diff changeset
430 * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
431 <X11/Xos.h>.
Dave Love <fx@gnu.org>
parents:
diff changeset
432
Dave Love <fx@gnu.org>
parents:
diff changeset
433 * XCrAssoc.c: #include <errno.h>, not "errno.h".
Dave Love <fx@gnu.org>
parents:
diff changeset
434 (XCreateAssocTable): Doc fix.
Dave Love <fx@gnu.org>
parents:
diff changeset
435
Dave Love <fx@gnu.org>
parents:
diff changeset
436 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
437
Dave Love <fx@gnu.org>
parents:
diff changeset
438 * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
Dave Love <fx@gnu.org>
parents:
diff changeset
439 the options to the C compiler.
Dave Love <fx@gnu.org>
parents:
diff changeset
440
Dave Love <fx@gnu.org>
parents:
diff changeset
441 * compile.com, descrip.mms: New files for VMS from Richard
Dave Love <fx@gnu.org>
parents:
diff changeset
442 Levitte.
Dave Love <fx@gnu.org>
parents:
diff changeset
443 * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
Dave Love <fx@gnu.org>
parents:
diff changeset
444 brackets> around the names of the X Windows #include files; VMS
Dave Love <fx@gnu.org>
parents:
diff changeset
445 needs this.
Dave Love <fx@gnu.org>
parents:
diff changeset
446 * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
Dave Love <fx@gnu.org>
parents:
diff changeset
447 this.
Dave Love <fx@gnu.org>
parents:
diff changeset
448 * Create.c: On VMS, we have to look for the bitmap files in
Dave Love <fx@gnu.org>
parents:
diff changeset
449 `./src/bitmaps', not <X11/bitmaps>.
Dave Love <fx@gnu.org>
parents:
diff changeset
450
Dave Love <fx@gnu.org>
parents:
diff changeset
451 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
452
Dave Love <fx@gnu.org>
parents:
diff changeset
453 * Makefile (.c.o): Don't rm the .o files.
Dave Love <fx@gnu.org>
parents:
diff changeset
454
Dave Love <fx@gnu.org>
parents:
diff changeset
455 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
456
Dave Love <fx@gnu.org>
parents:
diff changeset
457 * Activate.c (XMenuActivate): If `active' field is negative,
Dave Love <fx@gnu.org>
parents:
diff changeset
458 don't allow selecting a string.
Dave Love <fx@gnu.org>
parents:
diff changeset
459
Dave Love <fx@gnu.org>
parents:
diff changeset
460 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
461
Dave Love <fx@gnu.org>
parents:
diff changeset
462 * Create.c (XMenuCreate): New variable `root', holding the
Dave Love <fx@gnu.org>
parents:
diff changeset
463 display's default root window, so we don't have to write out
Dave Love <fx@gnu.org>
parents:
diff changeset
464 "RootWindow (display, DefaultScreen (display))" a jillion times.
Dave Love <fx@gnu.org>
parents:
diff changeset
465
Dave Love <fx@gnu.org>
parents:
diff changeset
466 * Create.c (XMenuCreate): Don't assume that all the
Dave Love <fx@gnu.org>
parents:
diff changeset
467 <X11/bitmaps/foo> patterns are 16x16. Instead of building a
Dave Love <fx@gnu.org>
parents:
diff changeset
468 bitmap and then converting it to a pixmap of the appropriate
Dave Love <fx@gnu.org>
parents:
diff changeset
469 depth if necessary, build a pixmap of the appropriate depth
Dave Love <fx@gnu.org>
parents:
diff changeset
470 directly, using XCreatePixmapFromBitmapData.
Dave Love <fx@gnu.org>
parents:
diff changeset
471
Dave Love <fx@gnu.org>
parents:
diff changeset
472 * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
Dave Love <fx@gnu.org>
parents:
diff changeset
473 XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
Dave Love <fx@gnu.org>
parents:
diff changeset
474
Dave Love <fx@gnu.org>
parents:
diff changeset
475 * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
Dave Love <fx@gnu.org>
parents:
diff changeset
476 warnings about redefining NULL.
Dave Love <fx@gnu.org>
parents:
diff changeset
477
Dave Love <fx@gnu.org>
parents:
diff changeset
478 * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
Dave Love <fx@gnu.org>
parents:
diff changeset
479 XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
Dave Love <fx@gnu.org>
parents:
diff changeset
480
Dave Love <fx@gnu.org>
parents:
diff changeset
481 * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
Dave Love <fx@gnu.org>
parents:
diff changeset
482 any of the `.h' files, define it.
Dave Love <fx@gnu.org>
parents:
diff changeset
483
Dave Love <fx@gnu.org>
parents:
diff changeset
484 * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
Dave Love <fx@gnu.org>
parents:
diff changeset
485 Add an extern declaration for errno.
Dave Love <fx@gnu.org>
parents:
diff changeset
486
Dave Love <fx@gnu.org>
parents:
diff changeset
487 * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
Dave Love <fx@gnu.org>
parents:
diff changeset
488 (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
Dave Love <fx@gnu.org>
parents:
diff changeset
489 parts of the assoc table.
Dave Love <fx@gnu.org>
parents:
diff changeset
490 * XCrAssoc.c (XCreateAssocTable): Same.
Dave Love <fx@gnu.org>
parents:
diff changeset
491
Dave Love <fx@gnu.org>
parents:
diff changeset
492 * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
Dave Love <fx@gnu.org>
parents:
diff changeset
493 * XDelAssoc.c (XDeleteAssoc): Same.
Dave Love <fx@gnu.org>
parents:
diff changeset
494
Dave Love <fx@gnu.org>
parents:
diff changeset
495 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
496
Dave Love <fx@gnu.org>
parents:
diff changeset
497 * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
Dave Love <fx@gnu.org>
parents:
diff changeset
498 * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
Dave Love <fx@gnu.org>
parents:
diff changeset
499 * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
Dave Love <fx@gnu.org>
parents:
diff changeset
500 * XDestAssoc.c (XDestroyAssocTable): Likewise.
Dave Love <fx@gnu.org>
parents:
diff changeset
501
Dave Love <fx@gnu.org>
parents:
diff changeset
502 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
503
Dave Love <fx@gnu.org>
parents:
diff changeset
504 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
Dave Love <fx@gnu.org>
parents:
diff changeset
505 Use Xlib.h, not Xlibint.h.
Dave Love <fx@gnu.org>
parents:
diff changeset
506 * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
Dave Love <fx@gnu.org>
parents:
diff changeset
507 * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
Dave Love <fx@gnu.org>
parents:
diff changeset
508 * XMakeAssoc.c (_XIOErrorFunction): Declared.
Dave Love <fx@gnu.org>
parents:
diff changeset
509
Dave Love <fx@gnu.org>
parents:
diff changeset
510 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
511
Dave Love <fx@gnu.org>
parents:
diff changeset
512 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
Dave Love <fx@gnu.org>
parents:
diff changeset
513 Specify dir X11/ when including Xlibint.h.
Dave Love <fx@gnu.org>
parents:
diff changeset
514
Dave Love <fx@gnu.org>
parents:
diff changeset
515 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
516
Dave Love <fx@gnu.org>
parents:
diff changeset
517 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
Dave Love <fx@gnu.org>
parents:
diff changeset
518 New files.
Dave Love <fx@gnu.org>
parents:
diff changeset
519
Dave Love <fx@gnu.org>
parents:
diff changeset
520 * Makefile (SRCS, OBJS): Compile those files.
Dave Love <fx@gnu.org>
parents:
diff changeset
521
Dave Love <fx@gnu.org>
parents:
diff changeset
522 1992-01-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
523
Dave Love <fx@gnu.org>
parents:
diff changeset
524 * Makefile (clean): Delete object files and library.
Dave Love <fx@gnu.org>
parents:
diff changeset
525 (distclean): New target.
Dave Love <fx@gnu.org>
parents:
diff changeset
526
Dave Love <fx@gnu.org>
parents:
diff changeset
527 1992-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
528
Dave Love <fx@gnu.org>
parents:
diff changeset
529 * Makefile (libXMenu11.a): Put `-' on ranlib line.
Dave Love <fx@gnu.org>
parents:
diff changeset
530
Dave Love <fx@gnu.org>
parents:
diff changeset
531 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
532
Dave Love <fx@gnu.org>
parents:
diff changeset
533 * Makefile (EXTRA): New variable.
Dave Love <fx@gnu.org>
parents:
diff changeset
534 (libXMenu11.a): Use that.
Dave Love <fx@gnu.org>
parents:
diff changeset
535
Dave Love <fx@gnu.org>
parents:
diff changeset
536 * insque.c: New file.
Dave Love <fx@gnu.org>
parents:
diff changeset
537
Dave Love <fx@gnu.org>
parents:
diff changeset
538 1992-01-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
539
Dave Love <fx@gnu.org>
parents:
diff changeset
540 * Makefile (CC): Assignment commented out.
Dave Love <fx@gnu.org>
parents:
diff changeset
541
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40152
diff changeset
542 1991-11-16 Noah Friedman (friedman@nutrimat)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
543
74084
45adfdc231c2 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 73856
diff changeset
544 * copyright.h: New file (copied from X11R4 distribution)
45adfdc231c2 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 73856
diff changeset
545 * All files: Replaced occurrences of #include <X11/copyright.h>
45adfdc231c2 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 73856
diff changeset
546 with #include "copyright.h"
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
547
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40152
diff changeset
548 1991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
549
Dave Love <fx@gnu.org>
parents:
diff changeset
550 * XMenu.h (enum _xmmode): Remove spurious comma.
Dave Love <fx@gnu.org>
parents:
diff changeset
551
Dave Love <fx@gnu.org>
parents:
diff changeset
552 * X10.h: New file.
Dave Love <fx@gnu.org>
parents:
diff changeset
553 * XMenu.h, XMenuInt.h: Include X10.h from this dir.
Dave Love <fx@gnu.org>
parents:
diff changeset
554
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40152
diff changeset
555 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
556
Dave Love <fx@gnu.org>
parents:
diff changeset
557 * XMenu.h (struct _xmenu): Use unsigned long for colors.
Dave Love <fx@gnu.org>
parents:
diff changeset
558
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40152
diff changeset
559 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
560
Dave Love <fx@gnu.org>
parents:
diff changeset
561 * Internal.c: Declare argument `display' in some functions.
Dave Love <fx@gnu.org>
parents:
diff changeset
562
Dave Love <fx@gnu.org>
parents:
diff changeset
563
30994
bd0e2cc46c49 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 30367
diff changeset
564 ;; Local Variables:
93291
6dded216f040 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 87649
diff changeset
565 ;; coding: utf-8
73856
594a719b7a7f Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents: 68640
diff changeset
566 ;; add-log-time-zone-rule: t
30994
bd0e2cc46c49 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 30367
diff changeset
567 ;; End:
39627
218f185269b8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37677
diff changeset
568
65000
3861ff8f4bf1 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 59101
diff changeset
569 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 103507
diff changeset
570 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
100953
a04b5f26a401 Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100515
diff changeset
571 Free Software Foundation, Inc.
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
572
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
573 This file is part of GNU Emacs.
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
574
94791
3765d76f7fa8 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93291
diff changeset
575 GNU Emacs is free software: you can redistribute it and/or modify
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
576 it under the terms of the GNU General Public License as published by
94791
3765d76f7fa8 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93291
diff changeset
577 the Free Software Foundation, either version 3 of the License, or
3765d76f7fa8 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93291
diff changeset
578 (at your option) any later version.
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
579
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
580 GNU Emacs is distributed in the hope that it will be useful,
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
581 but WITHOUT ANY WARRANTY; without even the implied warranty of
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
582 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
583 GNU General Public License for more details.
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
584
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75348
diff changeset
585 You should have received a copy of the GNU General Public License
94791
3765d76f7fa8 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93291
diff changeset
586 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49533
diff changeset
587
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49533
diff changeset
588 ;;; arch-tag: 8b17c869-6677-40ce-be86-e62cf34061cf