aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Yet another missing piece of C_SWITCH commit.Glenn Morris2010-05-031-0/+6
| | | | | | | | | | | | | | | | | | * 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@.
* | Reduce CPP usage.Dan Nicolaescu2010-04-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.Dan Nicolaescu2010-04-231-0/+4
| | | | | | | | * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
* | Use autoconf, not cpp for some variables.Dan Nicolaescu2010-04-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+2
|
* Fix typos and author's names.Juanma Barranquero2008-12-191-3/+3
|
* * bitmaps/README:Dan Nicolaescu2008-07-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * config.in: Regenerate.Dan Nicolaescu2008-07-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+4
|
* (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-4/+4
| | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+4
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Quiet --with-x-toolkit=no compilation warnings: #include <config.h>.Thien-Thi Nguyen2007-06-041-0/+5
|
* Version 22.1 released.Chong Yidong2007-06-021-0/+4
|
* Ulrich Mueller <ulm at gentoo.org> (tiny change)Glenn Morris2007-05-301-0/+4
| | | | (XMakeAssoc): Use malloc rather than xmalloc.
* *** empty log message ***Glenn Morris2007-02-271-0/+5
|
* *** empty log message ***Glenn Morris2007-02-251-0/+6
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Remove -unix from coding: tags.Eli Zaretskii2006-12-221-1/+1
|
* *** empty log message ***Juanma Barranquero2006-11-191-5/+5
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-161-2/+2
|
* * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-gJan Djärv2004-12-271-0/+5
| | | | was pressed.
* * XMenu.h (XMenuActivateSetWaitFunction): New function.Jan Djärv2004-11-121-0/+7
| | | | | * Activate.c (XMenuActivateSetWaitFunction): New function. (XMenuActivate): Call wait_func if set, before XNextEvent.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Update email and real nameJan Djärv2003-01-301-1/+1
|
* Corrected misc. typos like missing : after file names,Kim F. Storm2003-01-281-1/+1
| | | | missing file name suffixes, and * used as prefix on non-file entries.
* *** empty log message ***Jan Djärv2002-04-221-0/+8
|
* fixed formatSam Steingold2001-11-131-5/+5
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-061-0/+5
|
* Remove the entry for the 19.34 release. RMS says it was done on a branch.Eli Zaretskii2001-05-111-4/+0
|
* Remove log entries for 20.5 .. 20.7.Gerd Moellmann2001-05-091-18/+0
|
* *** empty log message ***Eli Zaretskii2001-05-041-0/+4
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+18
|
* *** empty log message ***Kenichi Handa2000-08-211-0/+3
|
* *** empty log message ***Gerd Moellmann2000-07-211-0/+5
|
* *** empty log message ***Gerd Moellmann2000-01-271-0/+11
|
* #Dave Love1999-10-031-0/+397