From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog kernel/conq.h kernel/nlang.c ... Date: Sun, 05 Nov 2000 12:09:00 -0000 Message-id: <20001105200915.19258.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00564.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sources.redhat.com 2000-11-05 12:09:15 Modified files: . : ChangeLog kernel : conq.h nlang.c ui.c mac : macunit.c tcltk : tkmain.c Log message: Rework recent textual formatting changes. * nlang.c, conq.h (capitalize): New function. * nlang.c (notify_all, etc): Use it. (short_side_title_plural_p, apparent_unit_handle, etc): Remove wired-in capitalization. (apparent_unit_handle): Test for NULL side2 explicitly. (short_unit_handle): Handle all the name/number cases better. (medium_long_unit_handle): Remove indepside case, no longer needed. (feature_desc): Rename local var to avoid conflict. (task_desc): Add description of capture tasks. * ui.c: Remove unused decl of apparent_unit_handle. * macunit.c (create_unit_closeup): Capitalize menu item. * tkmain.c (draw_unit_info): Capitalize unit handle. * nlang.c, conq.h (short_past_unit_handle): Remove, never used.