Glenn Morris
e49dca3dd4
Let configure handle ranlib.
...
* oldXMenu/Makefile.in (RANLIB): Let configure set it.
(libXMenu11.a): configure sets RANLIB = : on systems without it.
2010-05-06 00:29:09 -07:00
Glenn Morris
e3cf0cded8
Remove some unused Makefile.in variables.
...
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.
* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
* src/Makefile.in (CPP, LN_S): Remove unused variables.
* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 00:24:18 -07:00
Glenn Morris
fa5e317ac0
Yet another missing piece of C_SWITCH commit.
...
* Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
@c_switch_system@.
* oldXMenu/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use
@C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
@c_switch_system@, @c_switch_machine@.
2010-05-03 20:26:38 -07:00
Dan Nicolaescu
ed6281b066
Reduce CPP usage.
...
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
definitions and undefs. Inline definitions in the only user.
(ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
* Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
* Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
* configure.in (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2010-04-26 22:24:53 -07:00
Dan Nicolaescu
e769f484f5
* Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
...
* Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
2010-04-23 15:28:10 -07:00
Dan Nicolaescu
76bd82023f
Use autoconf, not cpp for some variables.
...
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
(C_SWITCH_X_SITE): Define using autoconf.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
(C_SWITCH_X_SITE): Define using autoconf.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
autoconf, not cpp.
(ALL_CFLAGS): Use them as make variables.
2010-04-11 13:17:24 -07:00
Chong Yidong
288f9fc069
Bump version to 24.0.50.
2010-03-10 10:17:13 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Chong Yidong
7024347875
Add "Branch for 23.1" ChangeLog entry.
2009-06-21 14:35:26 +00:00
Glenn Morris
bb892cdec7
Add 2009 to copyright years.
2009-01-08 03:20:38 +00:00
Glenn Morris
29b3066a1d
Add 2009 to copyright years.
...
Add permissions notice.
2009-01-08 03:20:26 +00:00
Juanma Barranquero
f013149203
Fix typos and author's names.
2008-12-19 01:50:43 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Dan Nicolaescu
77ccee0959
* config.in: Regenerate.
...
* s/ms-w32.h (subprocesses): Define unconditionally.
* s/template.h (subprocesses): Update comment.
* s/vms.h (subprocesses):
* s/usg5-4.h (subprocesses):
* s/hpux10-20.h (subprocesses):
* s/gnu-linux.h (subprocesses):
* s/cygwin.h (subprocesses):
* s/bsd-common.h (subprocesses):
* s/aix4-2.h (subprocesses):
* s/darwin.h (subprocesses): Do not define, defined by default now.
* Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
Remove all references.
(temacs): Add GNUStep specific ld flags.
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
* config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
* configure.in (LD_SWITCH_SITE): Remove, set the values directly
in src/Makefile.in.
(static): Remove, autoconf would always comment it out anyway.
(subprocesses): Define unconditionally.
2008-07-23 06:26:32 +00:00
Glenn Morris
4eaa403421
Switch to recommended form of GPLv3 permissions notice.
2008-05-09 04:51:27 +00:00
Kenichi Handa
880820fe87
(Fdefine_charset_internal): Change the way of
...
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Glenn Morris
b9b14d130b
Add 2008 to copyright years.
2008-01-07 08:31:52 +00:00
Glenn Morris
706b5dc02e
Switch license to GPLv3 or later.
2007-07-26 04:50:05 +00:00
Glenn Morris
862b60047e
Switch license to GPLv3 or later.
2007-07-25 07:33:54 +00:00
Glenn Morris
cacc7b5131
Switch license to GPLv3 or later.
2007-07-25 07:11:02 +00:00
Glenn Morris
4a9f99bdfb
Switch license to GPLv3 or later.
2007-07-25 05:08:27 +00:00
Thien-Thi Nguyen
b3e1883cde
Quiet --with-x-toolkit=no compilation warnings: #include <config.h>.
2007-06-04 07:59:45 +00:00
Chong Yidong
7dfc4cda5d
Version 22.1 released.
2007-06-02 11:07:00 +00:00
Glenn Morris
adc06ec41d
Ulrich Mueller <ulm at gentoo.org> (tiny change)
...
(XMakeAssoc): Use malloc rather than xmalloc.
2007-05-30 04:57:21 +00:00
Glenn Morris
c16a484bf6
*** empty log message ***
2007-02-27 03:49:43 +00:00
Glenn Morris
df3523956b
*** empty log message ***
2007-02-27 03:34:25 +00:00
Glenn Morris
4ad9cddc59
Add FSF copyright and GPL.
2007-02-27 03:06:23 +00:00
Glenn Morris
2cd3138f59
Remove FSF copyright since file does not differ significantly from X11
...
version.
2007-02-27 03:04:22 +00:00
Glenn Morris
e4187bb0de
Remove FSF copyright since file does not differ significantly from X11
...
version.
Include copyright.h.
2007-02-27 03:03:56 +00:00
Glenn Morris
1e49ac158a
Add MIT copyright and license.
...
Add FSF copyright and GPL.
2007-02-27 03:00:17 +00:00
Glenn Morris
f10de189ac
Add GPL for FSF copyright. Adjust FSF copyright years based on
...
changelogs.
2007-02-27 02:56:08 +00:00
Glenn Morris
54861d5e97
Add GPL for FSF copyright.
2007-02-27 02:54:29 +00:00
Glenn Morris
ee3ce9ffcf
(distclean): Remove Makefile.
2007-02-27 02:50:33 +00:00
Glenn Morris
cc13329f08
Remove unused file with no explicit legal info
2007-02-27 02:48:13 +00:00
Glenn Morris
add5890f20
*** empty log message ***
2007-02-25 00:14:19 +00:00
Glenn Morris
0ff3f4352c
Remove license text in favour of including copyright.h, as was done in
...
original X11 source.
2007-02-25 00:10:18 +00:00
Glenn Morris
21c46c95d5
Don't claim copyright for the MIT license.
2007-02-22 04:42:52 +00:00
Glenn Morris
7f6d64f85a
Switch to standard GPL text for license.
2007-02-11 00:15:39 +00:00
Glenn Morris
4e6835dbc4
Add 2007 to copyright years.
2007-01-21 04:57:37 +00:00
Richard M. Stallman
8ac6262d0b
Add license notice.
2007-01-02 21:03:27 +00:00
Eli Zaretskii
818f5ca242
Remove -unix from coding: tags.
2006-12-22 23:37:42 +00:00
Glenn Morris
61e1e4e80a
Update copyright years.
2006-12-10 02:48:55 +00:00
Juanma Barranquero
e580a741c6
*** empty log message ***
2006-11-19 23:35:01 +00:00
Juanma Barranquero
33462dfacd
Add "add-log-time-zone-rule: t" to Local Variables section.
2006-11-10 00:21:57 +00:00
Thien-Thi Nguyen
5b0d63bc36
Update years in copyright notice; nfc.
2006-02-05 23:44:47 +00:00
Thien-Thi Nguyen
b398a621cb
Update years in copyright notice; nfc.
2005-08-16 10:34:51 +00:00
Jan Djärv
e89f4e4bd8
* Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
...
was pressed.
2004-12-27 15:23:22 +00:00
Jan Djärv
141dbd2b16
* XMenu.h (XMenuActivateSetWaitFunction): New function.
...
* Activate.c (XMenuActivateSetWaitFunction): New function.
(XMenuActivate): Call wait_func if set, before XNextEvent.
2004-11-12 08:28:57 +00:00
Miles Bader
48d67035ea
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
...
Tweak arch tagging to make build/install-in-place less annoying
Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).
This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
Miles Bader
1f3ddf11e8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
...
Remove RCS keywords
2004-04-10 Miles Bader <miles@gnu.org>
RCS keyword removal (only non-comment changes are enumerated here):
* lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
(byte-compile-insert-header): Don't use `byte-compile-version'.
* lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
instead of calculating something from the RCS `State' keyword
[the latter is almost entirely useless anyway].
* lisp/forms.el (forms-version): Variable removed.
(forms-mode): Don't use `forms-version'.
* lisp/recentf.el (recentf-version): Variable removed.
* lisp/progmodes/delphi.el (delphi-version): Variable removed.
* lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Jan Djärv
fb7df251b9
Update email and real name
2003-01-30 17:21:51 +00:00
Kim F. Storm
88c717201f
Corrected misc. typos like missing : after file names,
...
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00
Jan Djärv
6be3e0da26
*** empty log message ***
2002-04-22 18:27:39 +00:00
Jan Djärv
38ee86a8f0
Add calls to GrabKeyboard to remove strange
...
interactions with window managers that steal keypresses.
2002-04-22 18:27:03 +00:00
Sam Steingold
dff28924e8
fixed format
2001-11-13 00:07:54 +00:00
Gerd Moellmann
6aa97356aa
*** empty log message ***
2001-10-21 17:41:43 +00:00
Gerd Moellmann
71431a0ea1
*** empty log message ***
2001-10-21 09:04:46 +00:00
Gerd Moellmann
ab952a4f34
*** empty log message ***
2001-10-10 09:43:20 +00:00
Gerd Moellmann
2a34a036ff
*** empty log message ***
2001-10-06 09:57:20 +00:00
Eli Zaretskii
2a482fd745
Remove the entry for the 19.34 release. RMS says it was done on a branch.
2001-05-11 09:10:48 +00:00
Gerd Moellmann
3e057f36a0
Remove log entries for 20.5 .. 20.7.
2001-05-09 09:50:49 +00:00
Eli Zaretskii
e8918aee02
*** empty log message ***
2001-05-04 17:50:11 +00:00
Gerd Moellmann
6567e9b550
*** empty log message ***
2000-09-25 15:42:25 +00:00
Gerd Moellmann
1b24b88816
*** empty log message ***
2000-09-21 15:08:55 +00:00
Kenichi Handa
6922b01802
*** empty log message ***
2000-08-21 01:39:25 +00:00
Gerd Moellmann
d1dc7e43b8
*** empty log message ***
2000-07-21 15:00:08 +00:00
Gerd Moellmann
aabb1e71d2
(XMenuActivate): Call help callback with two more
...
arguments: the pane number and selection number.
2000-07-21 14:36:24 +00:00
Gerd Moellmann
ffe0bcd1bb
*** empty log message ***
2000-01-27 15:41:00 +00:00
Gerd Moellmann
f9a70a3171
(XMenuActivate): Add parameter HELP_CALLBACK.
...
Call help callback.
2000-01-27 15:31:20 +00:00
Gerd Moellmann
3153caffa4
(XMenuPost): Pass null help callback to XMenuActivate.
2000-01-27 15:30:47 +00:00
Gerd Moellmann
f5a719c8db
(XMenuAddSelection): Add parameter HELP.
2000-01-27 15:30:18 +00:00
Gerd Moellmann
0e66804c73
(XmSelect): Add member `help_string'.
2000-01-27 15:29:38 +00:00
Dave Love
e745ede747
#
1999-10-03 19:36:13 +00:00