ChangeLog.1 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
  2. Less 'make' chatter for oldXMenu
  3. * Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1)
  4. (AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): New macros.
  5. (libXMenu11.a): Use them.
  6. 2014-10-20 Glenn Morris <rgm@gnu.org>
  7. * Merge in all changes up to 24.4 release.
  8. 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
  9. Less chatter in 'make' output.
  10. * Makefile.in (clean mostlyclean): Simplify, for shorter command line.
  11. 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
  12. --enable-silent-rules now suppresses more chatter.
  13. * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
  14. (am__v_CC_0, am__v_CC_1): New macros, taken from Automake.
  15. (.c.o): Use them.
  16. 2014-07-12 Dmitry Antipov <dmantipov@yandex.ru>
  17. * XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
  18. pacify -Wredundant-decls.
  19. 2014-06-28 Glenn Morris <rgm@gnu.org>
  20. * deps.mk (${OBJS}): Depend on ../src/config.h.
  21. * Makefile.in: Use gcc auto-dependency information.
  22. Move old dependency information to new file deps.mk.
  23. (MKDIR_P, DEPFLAGS, MKDEPDIR, oldxmenu_deps_frag):
  24. New, set by configure.
  25. (DEPDIR): New variable.
  26. (ALL_CFLAGS): Add DEPFLAGS.
  27. (.c.o): Add MKDEPDIR.
  28. (clean, mostlyclean): Delete DEPDIR.
  29. * deps.mk, autodeps.mk: New files.
  30. 2014-06-15 Glenn Morris <rgm@gnu.org>
  31. * Makefile.in (CPPFLAGS): Explicitly set via configure.
  32. * Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags):
  33. Declare as PHONY.
  34. (boostrap-clean): New.
  35. 2013-10-24 Glenn Morris <rgm@gnu.org>
  36. * Makefile.in (abs_top_srcdir): New, set by configure.
  37. 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
  38. Makefile improvements.
  39. * Makefile.in (all, tags): Don't use double-colon rules, as they
  40. are not portable according to POSIX. Mark as phony.
  41. 2012-12-04 Paul Eggert <eggert@cs.ucla.edu>
  42. Include <config.h> uniformly in oldXMenu sources.
  43. * Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
  44. * InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
  45. Do not include <config.h>, since XMenuInt.h does that now.
  46. * XLookAssoc.c, XMenuInt.h: Include <config.h>.
  47. This avoids a build failure when configuring on Fedora 17
  48. --with-x-toolkit=no, reported by Dmitry Andropov in
  49. <http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>.
  50. 2012-10-06 Ulrich Müller <ulm@gentoo.org>
  51. * Makefile.in (AR, ARFLAGS): Get values from configure.
  52. 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
  53. * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
  54. This is needed for hosts that lack <alloca.h>, when Emacs is
  55. configured --with-x-toolkit=no. Problem reported by Herbert
  56. J. Skuhra for FreeBSD.
  57. 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
  58. configure: new option --enable-gcc-warnings (Bug#11207)
  59. * Makefile.in (C_WARNINGS_SWITCH): Remove.
  60. (WARN_CFLAGS, WERROR_CFLAGS): New macros.
  61. (ALL_CFLAGS): Use new macros rather than old.
  62. 2012-04-11 Glenn Morris <rgm@gnu.org>
  63. * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
  64. (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
  65. 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
  66. Static checks with GCC 4.6.0 and non-default toolkits.
  67. Modernize to C89, for better static checking.
  68. * Activate.c (XMenuActivate): Callback's first arg is readonly.
  69. * AddPane.c (XMenuAddPane): Label is readonly. Rename local
  70. to avoid shadowing.
  71. * AddSel.c (XMenuAddSelection): Help arg is readonly. Rename local.
  72. * Create.c (atoi, atof): Remove decls; include <stdlib.h>.
  73. (MAX_INACT_PNUM, TILE_BUF_SIZE): Remove; unused.
  74. (x_get_resource_string): Args are readonly.
  75. (XAllocDisplayColor): colorName is readonly.
  76. (XMenuCreate): def_env is readonly. Remove unused locals.
  77. Avoid "else;".
  78. * Destroy.c (XMenuDestroy): Return void.
  79. * Error.c (XMenuError): Remove const pointer.
  80. * EvHand.c (XMenuEventHandler): Return void.
  81. * FindPane.c, FindSel.c: Include <string.h>.
  82. * InsPane.c (XMenuInsertPane): Rename local to avoid shadowing.
  83. * InsSel.c (XMenuInsertSelection): Likewise.
  84. * Internal.c (toggle_color, BUFFER_SIZE): Remove; unused.
  85. (_XMErrorList): Now const.
  86. (_XMWinQueInit, _XMRecomputeGlobals, _XMTransToOrigin, _XMRefreshPane):
  87. (_XMRefreshSelection): Return void.
  88. (_XMWinQueFlush, _XMRefreshSelection): Rename locals to avoid
  89. shadowing.
  90. (_XMWinQueFlush): Use stack, not heap. Don't use uninitialized var.
  91. * SetAEQ.c (XMenuSetAEQ): Now returns void.
  92. * SetFrz.c (XMenuSetFreeze): Likewise.
  93. * X10.h (XAssoc): Use void * for generic pointer.
  94. * XDelAssoc.c: Include XMenuInt.h rather than duplicating part of it.
  95. * XDestAssoc.c, XMakeAssoc.c: Likewise.
  96. * XDestAssoc.c (XDestroyAssocTable): Return void.
  97. * XMakeAssoc.c (XMakeAssoc): Use void * for generic pointer.
  98. * XMenu.h, XMenuInt.h: Adjust to signature changes. Use const
  99. for pointers to readonly storage.
  100. * insque.c: Include XMenuInt.h, to check our own signature.
  101. (emacs_insque, emacs_remque): Use void * for generic pointers.
  102. 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
  103. * Version 23.3 released.
  104. 2010-11-09 Elias Pipping <pipping.elias@googlemail.com> (tiny change)
  105. Make Emacs compile with clang (bug#7309).
  106. * XMakeAssoc.c (XMakeAssoc):
  107. * XDelAssoc.c (XDeleteAssoc): Declare the return type.
  108. 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
  109. * XMenu.h: Include <stdlib.h>.
  110. 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
  111. * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
  112. substitution.
  113. (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
  114. 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
  115. * Activate.c: Convert function definitions to standard C.
  116. * AddPane.c:
  117. * AddSel.c:
  118. * ChgPane.c:
  119. * ChgSel.c:
  120. * Create.c:
  121. * DelPane.c:
  122. * DelSel.c:
  123. * Destroy.c:
  124. * Error.c:
  125. * EvHand.c:
  126. * FindPane.c:
  127. * FindSel.c:
  128. * InsPane.c:
  129. * InsSel.c:
  130. * Internal.c:
  131. * Locate.c:
  132. * Post.c:
  133. * Recomp.c:
  134. * SetAEQ.c:
  135. * SetFrz.c:
  136. * SetPane.c:
  137. * SetSel.c:
  138. * X10.h:
  139. * XCrAssoc.c:
  140. * XDelAssoc.c:
  141. * XDestAssoc.c:
  142. * XLookAssoc.c:
  143. * XMakeAssoc.c:
  144. * XMenu.h:
  145. * XMenuInt.h:
  146. * insque.c: Likewise.
  147. 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
  148. * Version 23.2 released.
  149. 2010-05-06 Glenn Morris <rgm@gnu.org>
  150. * Makefile.in (RANLIB): Let configure set it.
  151. (libXMenu11.a): Configure sets RANLIB = : on systems without it.
  152. * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
  153. (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
  154. 2010-05-04 Glenn Morris <rgm@gnu.org>
  155. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
  156. Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
  157. @c_switch_system@, @c_switch_machine@.
  158. 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
  159. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
  160. 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
  161. * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
  162. 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
  163. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
  164. (C_SWITCH_X_SITE): Define using autoconf.
  165. 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
  166. * Branch for 23.2.
  167. 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
  168. * Branch for 23.1.
  169. 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
  170. * descrip.mms:
  171. * compile.com: Remove file.
  172. * Create.c: Remove VMS support.
  173. 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
  174. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
  175. 2007-07-25 Glenn Morris <rgm@gnu.org>
  176. * Relicense all FSF files to GPLv3 or later.
  177. 2007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
  178. * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
  179. compilation warnings: #include <config.h>.
  180. 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
  181. * Version 22.1 released.
  182. 2007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
  183. * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
  184. 2007-02-27 Glenn Morris <rgm@gnu.org>
  185. * Imakefile: Remove unused file with no explicit legal info.
  186. * Makefile.in (distclean): Remove Makefile.
  187. 2007-02-25 Glenn Morris <rgm@gnu.org>
  188. * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
  189. * XMakeAssoc.c: Remove license text in favor of including
  190. copyright.h, as was done in original X11 source.
  191. 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
  192. * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
  193. was pressed.
  194. 2004-11-12 Jan Djärv <jan.h.d@swipnet.se>
  195. * XMenu.h (XMenuActivateSetWaitFunction): New function.
  196. * Activate.c (XMenuActivateSetWaitFunction): New function.
  197. (XMenuActivate): Call wait_func if set, before XNextEvent.
  198. 2002-04-22 Jan Djärv <jan.h.d@swipnet.se>
  199. * Activate.c: Add calls to GrabKeyboard to remove strange
  200. interactions with window managers that steal keypresses.
  201. Call ungrab_all instead of XtUngrabPointer.
  202. (XMenuActivate): Add call to XGrabKeyboard.
  203. (XMenuActivate): Add call to XUngrabKeyboard.
  204. 2001-10-20 Gerd Moellmann <gerd@gnu.org>
  205. * (Version 21.1 released.)
  206. 2001-10-05 Gerd Moellmann <gerd@gnu.org>
  207. * Branch for 21.1.
  208. 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
  209. * Activate.c (XMenuActivate): Call help callback with two more
  210. arguments: the pane number and selection number.
  211. 2000-01-27 Gerd Moellmann <gerd@gnu.org>
  212. * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
  213. Call help callback.
  214. * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
  215. * AddSel.c (XMenuAddSelection): Add parameter HELP.
  216. * XMenu.h (XmSelect): Add member `help_string'.
  217. 1999-07-12 Richard Stallman <rms@gnu.org>
  218. * Version 20.4 released.
  219. 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
  220. * Version 20.3 released.
  221. 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
  222. * Version 20.2 released.
  223. 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
  224. * Version 20.1 released.
  225. 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
  226. * Version 19.33 released.
  227. 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
  228. * Version 19.32 released.
  229. 1996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
  230. * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
  231. * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
  232. * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
  233. * XMenu.h: New alternative SEPARATOR.
  234. 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
  235. * Version 19.31 released.
  236. 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  237. * Version 19.30 released.
  238. 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  239. * Makefile.in (ALL_CFLAGS): Add some -I options.
  240. * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
  241. * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
  242. 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  243. * Version 19.29 released.
  244. 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
  245. * Makefile.in (maintainer-clean): Rename from realclean.
  246. 1994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  247. * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
  248. 1994-10-24 Jim Wilson (wilson@chestnut.cygnus.com)
  249. * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
  250. 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  251. * Version 19.27 released.
  252. 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  253. * Version 19.26 released.
  254. 1994-07-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
  255. * Error.c (XMenuError): Make `message' static.
  256. 1994-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  257. * Create.c (XAllocDisplayColor): New function.
  258. Use it throughout in place of XAllocNamedColor.
  259. 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  260. * Version 19.25 released.
  261. 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  262. * Version 19.24 released.
  263. 1994-05-17 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
  264. * Create.c (XMenuCreate): Declare `data' as char*.
  265. 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  266. * Version 19.23 released.
  267. 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  268. * Create.c (XMenuCreate): Declare `data' as unsigned char*.
  269. 1994-01-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  270. * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
  271. (_XIOErrorFunction): Decl deleted.
  272. 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  273. * Version 19.22 released.
  274. 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  275. * Activate.c (XMenuActivate):
  276. Call XSetWindowBackground and _XMRefreshPane.
  277. 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  278. * Version 19.21 released.
  279. 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  280. * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
  281. Tell user too, in case make doesn't pay attention.
  282. 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  283. * Version 19.20 released.
  284. 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
  285. * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
  286. 1993-09-27 Brian J. Fox (bfox@valhalla)
  287. * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS):
  288. Allow `configure' to supply the values for these variables.
  289. 1993-09-26 Brian J. Fox (bfox@ai.mit.edu)
  290. * Makefile.in (VPATH, srcdir): Now that `configure' creates the
  291. Makefiles, do not append the current directory to the value of
  292. `srcdir' or `VPATH'.
  293. 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  294. * Version 19.19 released.
  295. 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  296. * Version 19.18 released.
  297. 1993-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  298. * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
  299. 1993-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  300. * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
  301. Among them, put the ..._SITE vars last.
  302. 1993-07-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
  303. * Version 19.17 released.
  304. 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  305. * Makefile.in: Write out the dependencies for the object files;
  306. otherwise, VPATH won't work.
  307. * Makefile.in: Re-arrange, to put `all' target at the top.
  308. 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  309. * Version 19.16 released.
  310. 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
  311. * version 19.15 released.
  312. 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  313. * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
  314. This should make it work under any circumstances.
  315. * Makefile.in (mostlyclean): Use rm -f.
  316. 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
  317. * Version 19.14 released.
  318. 1993-06-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  319. * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
  320. Put CFLAGS last.
  321. 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
  322. Bring mumbleclean targets into conformance with GNU coding standards.
  323. * Makefile.in (mostlyclean, realclean): New targets.
  324. 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
  325. * Version 19.13 released.
  326. 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  327. * Version 19.10 released.
  328. 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  329. * Create.c: Handle EMACS_BITMAP_FILES.
  330. Use new names of renamed bitmap files.
  331. 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  332. * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
  333. XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
  334. insque and remque to emacs_insque and emacs_remque, so we can
  335. safely include insque.c in the library on all systems.
  336. 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  337. * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
  338. only works with GNU Make.
  339. 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  340. * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
  341. 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  342. * Version 19.9 released.
  343. 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  344. * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
  345. 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
  346. * Version 19.8 released.
  347. 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  348. * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
  349. configuration process can correctly implement the --x-includes
  350. option.
  351. 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  352. * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
  353. not NULL.
  354. 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  355. * Version 19.7 released.
  356. 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  357. * Makefile.in: Renamed from Makefile, so that the top-level
  358. makefile can edit it.
  359. 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
  360. * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
  361. <X11/Xos.h>.
  362. * XCrAssoc.c: #include <errno.h>, not "errno.h".
  363. (XCreateAssocTable): Doc fix.
  364. 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
  365. * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
  366. the options to the C compiler.
  367. * compile.com, descrip.mms: New files for VMS from Richard
  368. Levitte.
  369. * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
  370. brackets> around the names of the X Windows #include files; VMS
  371. needs this.
  372. * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
  373. this.
  374. * Create.c: On VMS, we have to look for the bitmap files in
  375. `./src/bitmaps', not <X11/bitmaps>.
  376. 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  377. * Makefile (.c.o): Don't rm the .o files.
  378. 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  379. * Activate.c (XMenuActivate): If `active' field is negative,
  380. don't allow selecting a string.
  381. 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
  382. * Create.c (XMenuCreate): New variable `root', holding the
  383. display's default root window, so we don't have to write out
  384. "RootWindow (display, DefaultScreen (display))" a jillion times.
  385. * Create.c (XMenuCreate): Don't assume that all the
  386. <X11/bitmaps/foo> patterns are 16x16. Instead of building a
  387. bitmap and then converting it to a pixmap of the appropriate
  388. depth if necessary, build a pixmap of the appropriate depth
  389. directly, using XCreatePixmapFromBitmapData.
  390. * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
  391. XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
  392. * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
  393. warnings about redefining NULL.
  394. * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
  395. XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
  396. * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
  397. any of the `.h' files, define it.
  398. * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
  399. Add an extern declaration for errno.
  400. * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
  401. (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
  402. parts of the assoc table.
  403. * XCrAssoc.c (XCreateAssocTable): Same.
  404. * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
  405. * XDelAssoc.c (XDeleteAssoc): Same.
  406. 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  407. * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
  408. * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
  409. * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
  410. * XDestAssoc.c (XDestroyAssocTable): Likewise.
  411. 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  412. * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
  413. Use Xlib.h, not Xlibint.h.
  414. * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Define.
  415. * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
  416. * XMakeAssoc.c (_XIOErrorFunction): Declared.
  417. 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  418. * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
  419. Specify dir X11/ when including Xlibint.h.
  420. 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  421. * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
  422. New files.
  423. * Makefile (SRCS, OBJS): Compile those files.
  424. 1992-01-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  425. * Makefile (clean): Delete object files and library.
  426. (distclean): New target.
  427. 1992-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  428. * Makefile (libXMenu11.a): Put `-' on ranlib line.
  429. 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  430. * Makefile (EXTRA): New variable.
  431. (libXMenu11.a): Use that.
  432. * insque.c: New file.
  433. 1992-01-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  434. * Makefile (CC): Assignment commented out.
  435. 1991-11-16 Noah Friedman (friedman@nutrimat)
  436. * copyright.h: New file (copied from X11R4 distribution)
  437. * All files: Replaced occurrences of #include <X11/copyright.h>
  438. with #include "copyright.h".
  439. 1991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
  440. * XMenu.h (enum _xmmode): Remove spurious comma.
  441. * X10.h: New file.
  442. * XMenu.h, XMenuInt.h: Include X10.h from this dir.
  443. 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
  444. * XMenu.h (struct _xmenu): Use unsigned long for colors.
  445. 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
  446. * Internal.c: Declare argument `display' in some functions.
  447. 1989-08-09 Joseph Arceneaux (jla@spiff)
  448. * Makefile: Removed all the unnecessary X stuff.
  449. ;; Local Variables:
  450. ;; coding: utf-8
  451. ;; End:
  452. Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
  453. This file is part of GNU Emacs.
  454. GNU Emacs is free software: you can redistribute it and/or modify
  455. it under the terms of the GNU General Public License as published by
  456. the Free Software Foundation, either version 3 of the License, or
  457. (at your option) any later version.
  458. GNU Emacs is distributed in the hope that it will be useful,
  459. but WITHOUT ANY WARRANTY; without even the implied warranty of
  460. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  461. GNU General Public License for more details.
  462. You should have received a copy of the GNU General Public License
  463. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.