aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorSam Steingold2001-11-13 00:07:54 +0000
committerSam Steingold2001-11-13 00:07:54 +0000
commitdff28924e8526936dc265e5ac63c55f20185529b (patch)
tree6db0b0809d59fafb696ed4fdc42167b081e119ac /oldXMenu
parent74e1aeec7fc0aeccde00bf505a8e43e56117d5d2 (diff)
downloademacs-dff28924e8526936dc265e5ac63c55f20185529b.tar.gz
emacs-dff28924e8526936dc265e5ac63c55f20185529b.zip
fixed format
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 003732070da..37cc1723361 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -5,7 +5,7 @@
52001-10-05 Gerd Moellmann <gerd@gnu.org> 52001-10-05 Gerd Moellmann <gerd@gnu.org>
6 6
7 * Branch for 21.1. 7 * Branch for 21.1.
8 8
92000-07-21 Eli Zaretskii <eliz@is.elta.co.il> 92000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
10 10
11 * Activate.c (XMenuActivate): Call help callback with two more 11 * Activate.c (XMenuActivate): Call help callback with two more
@@ -397,24 +397,24 @@
397 397
398 * Makefile (CC): Assignment commented out. 398 * Makefile (CC): Assignment commented out.
399 399
4001991-11-16 Noah Friedman (friedman at nutrimat) 4001991-11-16 Noah Friedman (friedman@nutrimat)
401 401
402 * copyright.h: New file (copied from X11R4 distribution) 402 * copyright.h: New file (copied from X11R4 distribution)
403 * All files: Replaced occurrences of #include <X11/copyright.h> 403 * All files: Replaced occurrences of #include <X11/copyright.h>
404 with #include "copyright.h" 404 with #include "copyright.h"
405 405
4061991-10-25 Richard Stallman (rms at mole.gnu.ai.mit.edu) 4061991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
407 407
408 * XMenu.h (enum _xmmode): Remove spurious comma. 408 * XMenu.h (enum _xmmode): Remove spurious comma.
409 409
410 * X10.h: New file. 410 * X10.h: New file.
411 * XMenu.h, XMenuInt.h: Include X10.h from this dir. 411 * XMenu.h, XMenuInt.h: Include X10.h from this dir.
412 412
4131990-11-13 Richard Stallman (rms at mole.ai.mit.edu) 4131990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
414 414
415 * XMenu.h (struct _xmenu): Use unsigned long for colors. 415 * XMenu.h (struct _xmenu): Use unsigned long for colors.
416 416
4171990-11-12 Richard Stallman (rms at mole.ai.mit.edu) 4171990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
418 418
419 * Internal.c: Declare argument `display' in some functions. 419 * Internal.c: Declare argument `display' in some functions.
420 420