aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /oldXMenu
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c4
-rw-r--r--oldXMenu/AddSel.c2
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--oldXMenu/Create.c2
-rw-r--r--oldXMenu/FindSel.c2
-rw-r--r--oldXMenu/Internal.c4
-rw-r--r--oldXMenu/Makefile.in2
-rw-r--r--oldXMenu/X10.h2
-rw-r--r--oldXMenu/XMenu.h6
-rw-r--r--oldXMenu/insque.c2
10 files changed, 15 insertions, 15 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index fef8a3b6b25..d4683da87f2 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 2001-2011 Free Software Foundation, Inc. 6Copyright (C) 2001-2012 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
@@ -78,7 +78,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
78 * 78 *
79 * 3) The application has enabled asynchronous event 79 * 3) The application has enabled asynchronous event
80 * queuing mode. In this mode all foreign events 80 * queuing mode. In this mode all foreign events
81 * will be queued up untill XMenuActivate 81 * will be queued up until XMenuActivate
82 * terminates; at which time they will be 82 * terminates; at which time they will be
83 * returned to the X event queue. As long as 83 * returned to the X event queue. As long as
84 * AEQ mode is enabled any asynchronous event 84 * AEQ mode is enabled any asynchronous event
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c
index 9bbcf71cd3c..2b1ff3d6c89 100644
--- a/oldXMenu/AddSel.c
+++ b/oldXMenu/AddSel.c
@@ -30,7 +30,7 @@ XMenuAddSelection(Display *display, register XMenu *menu, register int p_num, ch
30 register XMSelect *sel; /* Newly created selection. */ 30 register XMSelect *sel; /* Newly created selection. */
31 31
32 32
33 int label_length; /* Label lenght in characters. */ 33 int label_length; /* Label length in characters. */
34 int label_width; /* Label width in pixels. */ 34 int label_width; /* Label width in pixels. */
35 35
36 /* 36 /*
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index b40b5ca7084..1d3091c6bb4 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -167,7 +167,7 @@
1672007-02-25 Glenn Morris <rgm@gnu.org> 1672007-02-25 Glenn Morris <rgm@gnu.org>
168 168
169 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c: 169 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
170 * XMakeAssoc.c: Remove license text in favour of including 170 * XMakeAssoc.c: Remove license text in favor of including
171 copyright.h, as was done in original X11 source. 171 copyright.h, as was done in original X11 source.
172 172
1732004-12-27 Jan Djärv <jan.h.d@swipnet.se> 1732004-12-27 Jan Djärv <jan.h.d@swipnet.se>
@@ -615,7 +615,7 @@
615;; coding: utf-8 615;; coding: utf-8
616;; End: 616;; End:
617 617
618 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc. 618 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
619 619
620 This file is part of GNU Emacs. 620 This file is part of GNU Emacs.
621 621
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index 25f1f1c3381..1d21e534300 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 1993-1994, 2001-2011 Free Software Foundation, Inc. 6Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index fbf235c463d..3c208cb3da5 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 2001-2011 Free Software Foundation, Inc. 6Copyright (C) 2001-2012 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index 102de9d7a56..dc8dc0120ef 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 1993, 1996, 2001-2011 Free Software Foundation, Inc. 6Copyright (C) 1993, 1996, 2001-2012 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
@@ -968,7 +968,7 @@ _XMRefreshSelection(register Display *display, register XMenu *menu, register XM
968 /* 968 /*
969 * Using BOX mode. 969 * Using BOX mode.
970 * Since most drawing routines with arbitrary width lines 970 * Since most drawing routines with arbitrary width lines
971 * are slow compared to raster-ops lets use a raster-op to 971 * are slow compared to raster-ops let's use a raster-op to
972 * draw the boxes. 972 * draw the boxes.
973 */ 973 */
974 974
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index 51ee4cd207c..94c49fb9966 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -15,7 +15,7 @@
15## without express or implied warranty. 15## without express or implied warranty.
16 16
17 17
18## Copyright (C) 2001-2011 Free Software Foundation, Inc. 18## Copyright (C) 2001-2012 Free Software Foundation, Inc.
19 19
20## This program is free software: you can redistribute it and/or modify 20## This program is free software: you can redistribute it and/or modify
21## it under the terms of the GNU General Public License as published by 21## it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h
index c30632b9d68..5e4ca068ba5 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -51,7 +51,7 @@ XDrawFilled so it shouldn't be defined.
51 */ 51 */
52typedef struct _XAssoc { 52typedef struct _XAssoc {
53 struct _XAssoc *next; /* Next object in this bucket. */ 53 struct _XAssoc *next; /* Next object in this bucket. */
54 struct _XAssoc *prev; /* Previous obejct in this bucket. */ 54 struct _XAssoc *prev; /* Previous object in this bucket. */
55 Display *display; /* Display which owns the id. */ 55 Display *display; /* Display which owns the id. */
56 XID x_id; /* X Window System id. */ 56 XID x_id; /* X Window System id. */
57 void *data; /* Pointer to untyped memory. */ 57 void *data; /* Pointer to untyped memory. */
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index bf1e77b5ff7..8e4292f5088 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -152,8 +152,8 @@ typedef struct _xmselect {
152 * 152 *
153 */ 153 */
154typedef enum _xmstyle { 154typedef enum _xmstyle {
155 LEFT, /* Left oriented obejct. */ 155 LEFT, /* Left oriented object. */
156 RIGHT, /* Right oriented obejct. */ 156 RIGHT, /* Right oriented object. */
157 CENTER /* Center oriented object. */ 157 CENTER /* Center oriented object. */
158} XMStyle; 158} XMStyle;
159 159
@@ -185,7 +185,7 @@ typedef struct _xmenu {
185 Window parent; /* Menu's parent window. */ 185 Window parent; /* Menu's parent window. */
186 int width; /* Overall menu width. */ 186 int width; /* Overall menu width. */
187 int height; /* Overall menu height. */ 187 int height; /* Overall menu height. */
188 int x_pos; /* Oveall menu origin. */ 188 int x_pos; /* Overall menu origin. */
189 int y_pos; /* Overall menu origin. */ 189 int y_pos; /* Overall menu origin. */
190 Cursor mouse_cursor; /* Mouse cursor raster. */ 190 Cursor mouse_cursor; /* Mouse cursor raster. */
191 XAssocTable *assoc_tab; /* XMWindow association table. */ 191 XAssocTable *assoc_tab; /* XMWindow association table. */
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index 90a8eec4e71..0e6904ea9bf 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (C) 1993-1998, 2001-2011 Free Software Foundation, Inc. 2Copyright (C) 1993-1998, 2001-2012 Free Software Foundation, Inc.
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by