aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorK. Handa2015-01-07 22:51:41 +0900
committerK. Handa2015-01-07 22:51:41 +0900
commit88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch)
tree18da116400703b67738bdbbd38cc4abf4c1e929f /oldXMenu
parent3f79d3131629f73da16ec121d2a0056f11b70e65 (diff)
parent95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff)
downloademacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz
emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c2
-rw-r--r--oldXMenu/ChangeLog9
-rw-r--r--oldXMenu/Create.c2
-rw-r--r--oldXMenu/FindSel.c2
-rw-r--r--oldXMenu/Internal.c2
-rw-r--r--oldXMenu/Makefile.in18
-rw-r--r--oldXMenu/deps.mk2
-rw-r--r--oldXMenu/insque.c2
8 files changed, 28 insertions, 11 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index 54182aa7479..5de157eba12 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-2014 Free Software Foundation, Inc. 6Copyright (C) 2001-2015 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/ChangeLog b/oldXMenu/ChangeLog
index cb873f6c4eb..52b873a65b0 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,10 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Less 'make' chatter for oldXMenu
4 * Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1)
5 (AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): New macros.
6 (libXMenu11.a): Use them.
7
12014-10-20 Glenn Morris <rgm@gnu.org> 82014-10-20 Glenn Morris <rgm@gnu.org>
2 9
3 * Merge in all changes up to 24.4 release. 10 * Merge in all changes up to 24.4 release.
@@ -705,7 +712,7 @@
705;; coding: utf-8 712;; coding: utf-8
706;; End: 713;; End:
707 714
708 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc. 715 Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
709 716
710 This file is part of GNU Emacs. 717 This file is part of GNU Emacs.
711 718
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index 049c2c71ecf..32bc6a75634 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-2014 Free Software Foundation, Inc. 6Copyright (C) 1993-1994, 2001-2015 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 7dcaf255c5f..8847a4200f9 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-2014 Free Software Foundation, Inc. 6Copyright (C) 2001-2015 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 b8e7d5be044..3453c64f113 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-2014 Free Software Foundation, Inc. 6Copyright (C) 1993, 1996, 2001-2015 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/Makefile.in b/oldXMenu/Makefile.in
index 3e1d49d2ea3..ef2a3600a6b 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-2014 Free Software Foundation, Inc. 18## Copyright (C) 2001-2015 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
@@ -101,6 +101,16 @@ am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
101am__v_CC_0 = @echo " CC " $@; 101am__v_CC_0 = @echo " CC " $@;
102am__v_CC_1 = 102am__v_CC_1 =
103 103
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo " GEN " $@;
107am__v_GEN_1 =
108
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113
104DEPDIR = deps 114DEPDIR = deps
105## -MMD -MF $(DEPDIR)/$*.d if AUTO_DEPEND; else empty. 115## -MMD -MF $(DEPDIR)/$*.d if AUTO_DEPEND; else empty.
106DEPFLAGS = @DEPFLAGS@ 116DEPFLAGS = @DEPFLAGS@
@@ -118,9 +128,9 @@ ALL_CFLAGS=$(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \
118 $(AM_V_CC)$(CC) -c ${ALL_CFLAGS} $< 128 $(AM_V_CC)$(CC) -c ${ALL_CFLAGS} $<
119 129
120libXMenu11.a: $(OBJS) $(EXTRA) 130libXMenu11.a: $(OBJS) $(EXTRA)
121 $(RM) $@ 131 $(AM_V_GEN)$(RM) $@
122 $(AR) $(ARFLAGS) $@ $(OBJS) $(EXTRA) 132 $(AM_V_at)$(AR) $(ARFLAGS) $@ $(OBJS) $(EXTRA)
123 $(RANLIB) $@ 133 $(AM_V_at)$(RANLIB) $@
124 134
125## Insert either autodeps.mk (if AUTO_DEPEND), else deps.mk. 135## Insert either autodeps.mk (if AUTO_DEPEND), else deps.mk.
126@oldxmenu_deps_frag@ 136@oldxmenu_deps_frag@
diff --git a/oldXMenu/deps.mk b/oldXMenu/deps.mk
index 81088c51b1e..cdb89f9ead9 100644
--- a/oldXMenu/deps.mk
+++ b/oldXMenu/deps.mk
@@ -15,7 +15,7 @@
15## without express or implied warranty. 15## without express or implied warranty.
16 16
17 17
18## Copyright (C) 2001-2014 Free Software Foundation, Inc. 18## Copyright (C) 2001-2015 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/insque.c b/oldXMenu/insque.c
index dd7226e3567..a20941e4fc6 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (C) 1993-1998, 2001-2014 Free Software Foundation, Inc. 2Copyright (C) 1993-1998, 2001-2015 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