1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

834 Commits

Author SHA1 Message Date
Glenn Morris
3d4c9dbda5 (cpp_undefs): Rename from `undefs', update uses.
Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
and explicitly export there.  (Bug#507.)
2008-07-01 02:56:08 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Dan Nicolaescu
f2a77c3a41 * unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.

* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.

* config.nt: Remove reference to UNEXEC_SRC.

* lwlib.c: Remove references to obsolete variables.

* fakemail.c: Remove references to obsolete variables.

* os.texi: Remove references to obsolete systems.

* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
Stefan Monnier
ac935997e2 * Makefile.in (Makefile): Use it for its timestamp value as well, and
make it depend on all other */.in files.
(src/Makefile, src/config.stamp, lib-src/Makefile)
(doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
(doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
(leim/Makefile, lisp/Makefile): Remove those overlapping targets.
(leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
* configure.in: Don't create src/config.stamp any more.
2008-06-25 15:46:23 +00:00
Juanma Barranquero
f245f2c610 Fix typos. 2008-06-24 01:07:34 +00:00
Stefan Monnier
b4945b9599 * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
* Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
Use $(BOOTSTRAPEMACS) rather than witness-emacs.
(bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
(witness-emacs): Remove.
(lisp, shortlisp): Move loaddefs.el earlier.
(mostlyclean): Forget about witness-emacs.
* Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2008-06-22 13:57:28 +00:00
Glenn Morris
8a6a564281 (top_bootclean): Remove obsolete references to lock/. 2008-06-22 02:20:24 +00:00
Romain Francoise
822ef7a0bc (INFO_FILES): Add sasl. 2008-06-21 12:48:11 +00:00
Stefan Monnier
fc46d21936 Make "make" do a bootstrap if needed.
* src/Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
(bootstrapclean): Remove.
(.el.elc): New rule.
(PRECOMP): New var.
(../lisp/subdirs.el): Remove.
(bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
(witness-emacs): New target.
(mostlyclean): Remove witness-emacs as well.
(../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
Add witness-emacs dependency.
* lisp/loadup.el: Don't add emacs-<VERS> name when bootstrapping.
* lisp/Makefile.in (emacs-deps): Remove.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
(all): Use them.
(autogen-clean): Remove.
* Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
(bootstrap-build): Remove.
(top_bootclean): New var.
(top_distclean, bootstrap-clean): Use it.
(bootstrap): Don't recheck config.  Make normally.
2008-06-21 01:38:39 +00:00
Stefan Monnier
49f6eb95b2 * src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean.  Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it.  Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2008-06-20 21:48:17 +00:00
Stefan Monnier
25241b4d5a * configure.in: Check for presence of cfmakeraw and cfsetspeed.
* sysdep.c (cfmakeraw): Provide fallback implementation.
(serial_configure): Provide fallback implementation of cfsetspeed.
2008-06-20 14:50:20 +00:00
Glenn Morris
02db7a6551 Add sasl. 2008-06-15 02:23:08 +00:00
Juanma Barranquero
ce0584934b Fix committer names and other typos. 2008-06-10 16:50:18 +00:00
Juanma Barranquero
429870c2d8 Fix typo. "cvs -d" is another entirely different switch. 2008-06-09 10:08:13 +00:00
Alan Mackenzie
294e8689d1 *** empty log message *** 2008-06-09 08:46:21 +00:00
Eric S. Raymond
8669e78f20 Document when cvs -d up may be needed. 2008-06-08 11:33:11 +00:00
Glenn Morris
b464059ae8 (bootstrap-build): Remove mostlyclean, since it seems to serve no
purpose.
2008-06-07 02:47:27 +00:00
Dan Nicolaescu
d893468a09 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
* configure: Regenerate.
2008-06-01 17:39:27 +00:00
Stefan Monnier
792414668f Don't touch subdirs.el if it is unchanged. 2008-05-28 17:39:56 +00:00
Glenn Morris
cc4a96c680 Spelling fix. 2008-05-23 04:41:33 +00:00
Kenichi Handa
b8bdd8c9c8 Regenerate. 2008-05-14 01:52:47 +00:00
Glenn Morris
1c73f19533 (install-arch-indep, info): Handle MAKEINFO == off. 2008-05-09 04:28:28 +00:00
Eli Zaretskii
d95d9b2360 Fix last change: don't use < and > in "rem" lines, they are interpreted
as redirection by DOS shells.
2008-05-07 10:32:47 +00:00
Glenn Morris
4f43e9371b Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:27:10 +00:00
Miles Bader
f67e15be8d Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142
2008-05-04 19:46:16 +00:00
Glenn Morris
79bc8bbb21 (MAKEINFO): New, set by configure.
(install-arch-indep): Without makeinfo, ignore any missing manuals.
(info-real): New target.
(info): Without makeinfo, do nothing, else call `info-real'.
2008-05-03 20:16:45 +00:00
Glenn Morris
1066d05643 (x_libraries): Remove standard 64-bit directories - experimental
workaround for minor autoconf bug.
2008-05-03 18:59:40 +00:00
YAMAMOTO Mitsuharu
fac4a32b7f Check availability of AvailabilityMacros.h
if HAVE_CARBON.
2008-05-02 09:38:39 +00:00
Miles Bader
a113b3ca32 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
2008-04-23 05:55:42 +00:00
Stefan Monnier
73d798d5ae * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
* lwlib/Makefile.in (TOOLKIT_DEFINES): Remove.
* src/Makefile.in (TOOLKIT_DEFINES): Remove.
(LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
2008-04-18 15:48:06 +00:00
Stefan Monnier
a51f496902 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
rather than change CPPFLAGS.
(HAVE_GTK): Rename to USE_GTK.
* Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
done in config.h.
2008-04-16 19:53:06 +00:00
Stefan Monnier
7316a2b57c Replace the obsolete macros AC_AIX and
AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
2008-04-16 17:34:43 +00:00
Dan Nicolaescu
b6924dd73a Remove hpux10.20 from the desupported list. 2008-04-11 03:19:07 +00:00
Andreas Schwab
5d374ce122 No longer create admin/unidata/Makefile. 2008-04-05 10:06:14 +00:00
Andreas Schwab
d0b7952a9f (SUBDIR_MAKEFILES): Add lisp/Makefile.
(lisp/Makefile): New rule.
2008-03-28 09:58:35 +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
Chong Yidong
03a864d5b3 Bump version to 22.2. 2008-03-26 13:47:40 +00:00
Glenn Morris
acfdc2b189 (AC_INIT): Fix version number.
(sync-input): Reword the option, since it's on by default.
2008-03-13 03:13:19 +00:00
Jan Djärv
ca34d75a59 Add --enable-sync-input, default yes. 2008-03-11 08:14:28 +00:00
Glenn Morris
69c7cf1b51 (install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/. 2008-03-11 04:28:49 +00:00
Glenn Morris
dc6150eb28 Handle icons/hicolor/scalable directory. 2008-03-11 03:00:14 +00:00
Glenn Morris
77dfeef5bd Regenerate. 2008-03-05 20:03:31 +00:00
Glenn Morris
491d33f986 Enable font-backend by default. 2008-03-05 03:53:49 +00:00
Glenn Morris
4cba674aba (iconsrcdir): New variable.
(install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon directory.
2008-03-03 02:26:40 +00:00
Glenn Morris
2d61385ab4 Mention `test' directory. 2008-02-29 04:32:15 +00:00
Jan Djärv
72f51d2531 (HAVE_GTK): Print a warning if gtk version is < 2.10. 2008-02-27 18:32:13 +00:00
Dan Nicolaescu
26a42dac08 * configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.  Remove some more unused
systems.

* configure: Regenerate.
2008-02-25 08:17:18 +00:00
Dan Nicolaescu
1d202fc406 * configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.

* configure: Regenerate.
2008-02-25 08:12:29 +00:00
Dan Nicolaescu
9d2818d676 * configure.in: Remove references to obsolete variables and
systems.
* configure: Regenerate.

* Makefile.in (NO_SHORTNAMES):
* emacsclient.c (NO_SHORTNAMES):
* fakemail.c (NO_SHORTNAMES):
* make-docfile.c (NO_SHORTNAMES):
* movemail.c (NO_SHORTNAMES):
* pop.c (NO_SHORTNAMES): Remove references to obsolete variable.

* config.nt (SHORTNAMES): Remove reference to obsolete variable.

* s/vms4-0.h:
* s/vms4-2.h:
* s/vms4-4.h:
* s/vms5-5.h: Remove, unused.

* s/irix5-2.h:
* s/irix6-0.h:
* s/riscos5.h:
* s/mach-bsd4-3.h:
* m/mips4.h: Remove files for obsolete systems

* Makefile.in:
* filelock.c:
* unexmips.c:
* m/hp9000s300.h:
* m/iris4d.h:
* s/aix3-1.h:
* s/hpux.h:
* s/msdos.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-3.h: Remove references to obsolete variables.

* s/irix5-0.h: Remove, move all the contents ...
* s/irix6-5.h: ... here.  Simplify.
* config.in: Regenerate.
2008-02-24 18:53:07 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Glenn Morris
7864e4ee47 (set_installuser): New.
(install-arch-indep): Use set_installuser to avoid duplicate code.
2008-02-21 09:04:29 +00:00
Glenn Morris
2cbff44e85 Split into admin/notes/unicode,font-backend 2008-02-21 04:04:06 +00:00
Richard M. Stallman
372a338507 (arm*-*-freebsd*): Added. 2008-02-10 00:26:01 +00:00
Dan Nicolaescu
4624371d9a * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
dealing with obsolete variables.

* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.

* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.

* s/msdos.h (DONT_NEED_ENVIRON): Don't define.

* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.
2008-02-09 18:03:10 +00:00
Glenn Morris
737e2b960a (check-info-dir): New target. 2008-02-08 20:29:53 +00:00
Michael Olson
507f2b9152 Makefile.in (INFO_FILES): Add epa. 2008-02-08 07:49:24 +00:00
Michael Olson
bcf21c0977 EasyPG: Add info/dir entry. 2008-02-08 07:01:20 +00:00
Glenn Morris
86dc59b0f7 (--with-gcc): Give an error saying this option has been removed.
(--with-gtk): Remove this option.
2008-02-06 07:57:33 +00:00
Glenn Morris
02f35af246 Tom Tromey <tromey at redhat.com>
(--with-gcc): Remove.
2008-02-06 07:53:38 +00:00
Juanma Barranquero
5e0699b44a Recommend giflib, not libungif. 2008-02-05 20:50:47 +00:00
Juanma Barranquero
c1df90efa3 *** empty log message *** 2008-02-05 20:46:55 +00:00
Juanma Barranquero
89aa5de3b2 Recommend giflib, not libungif. 2008-02-05 16:13:34 +00:00
Michael Olson
b5a922ded4 configure.in: Enable D-Bus by default. 2008-02-05 05:13:13 +00:00
Kenichi Handa
9f432734f6 (Complex Text Layout support libraries): Fix previous change. 2008-02-05 02:21:43 +00:00
Dan Nicolaescu
c0bc797888 * make-dist: Remove references to files in mac/ that have been
deleted.

* README:
* INSTALL: Only mention MacOSX.

* cw6-mcp.xml:
* make-package:
* makefile.MPW:
* inc/alloca.h:
* inc/config.h:
* inc/defs-cw6.h:
* inc/dirent.h:
* inc/epaths.h:
* inc/grp.h:
* inc/m-mac.h:
* inc/pwd.h:
* inc/s-mac.h:
* inc/termio.h:
* inc/utime.h:
* inc/utsname.h:
* inc/sys/file.h:
* inc/sys/ioctl.h:
* inc/sys/param.h:
* inc/sys/stat.h:
* inc/sys/time.h:
* inc/sys/types.h:
* src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
systems.
2008-02-04 17:27:36 +00:00
Juanma Barranquero
423ee955a9 Remove duplicate entry. 2008-02-04 14:20:58 +00:00
Glenn Morris
4fd0214c85 Add entry I forgot to make yesterday.
Remove unnecessary entries about re-generating configure.
2008-02-02 20:57:58 +00:00
Thien-Thi Nguyen
435f8bc50e Arrange for innards to jive w/ summary for libotf and m17n-flt.
* configure.in: For libotf and m17n-flt checks, set shell vars
HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
pkg_check_m17n_flt, respectively, for the sake of the summary output.
* configure: Regenerated.
2008-02-02 20:46:40 +00:00
Eli Zaretskii
2ee27f2775 configure.in: If admin/unidata/UnicodeData.txt is present, copy
admin/unidata/Makefile.in to Makefile.
configure: Regenerated.
2008-02-02 15:49:46 +00:00
Glenn Morris
9209bb239e Remove multiple entries about re-generating configure.
Adjust dates of unicode merge entries to UTC.
2008-02-02 03:42:54 +00:00
Miles Bader
aca7a3d201 Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
2008-02-01 16:05:01 +00:00
Miles Bader
8dd59f01de Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1021
2008-01-29 06:54:30 +00:00
Dan Nicolaescu
9c28b587ab * configure.in: Update comment.
* Makefile.in: Remove references to unused macros.
2008-01-27 16:06:02 +00:00
Glenn Morris
f7317f6c66 (--with-carbon): Tone down rhetoric in help text. 2008-01-26 21:05:58 +00:00
Glenn Morris
304484e4a0 (--without-gcc): By default, neither off nor on. 2008-01-26 04:28:04 +00:00
Glenn Morris
5b940d5a69 Correct usage of OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF so that the
defaults are as they used to be.
Default `Carbon' to off (it's unsupported).
2008-01-25 04:32:52 +00:00
Glenn Morris
bf9a7ece32 Standardize dbus-related messages. 2008-01-24 04:50:50 +00:00
Dan Nicolaescu
7cc04609cb * configure.in (xtensa): Match more configurations.
* configure: Regenerate.
2008-01-23 07:06:54 +00:00
Michael Olson
00b9c9273a configure: Regenerate. 2008-01-23 04:00:10 +00:00
Michael Olson
1eee1145aa configure.in: Remove initial whitespace in pkg-config-prog. 2008-01-23 03:50:45 +00:00
Michael Olson
8b1de1b56a Rename EMACS_ARG_Y to OPTION_DEFAULT_OFF, and EMACS_ARG_N to OPTION_DEFAULT_ON. 2008-01-23 03:43:32 +00:00
Miles Bader
1bad168e59 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Dan Nicolaescu
8ca7e0f152 Updated from master source. 2008-01-21 06:47:22 +00:00
Glenn Morris
95986dbebc Present tense. 2008-01-18 05:45:26 +00:00
Andreas Schwab
55e6d9b27e Regenerate. 2008-01-17 11:43:28 +00:00
Glenn Morris
058e068762 (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. 2008-01-17 04:10:08 +00:00
Glenn Morris
eddedb1594 Regenerate. 2008-01-17 04:06:38 +00:00
Dan Nicolaescu
6bed5c4a80 * configure.in: Remove more references to unsupported systems.
* s/irix3-3.h:
* s/irix4-0.h:
* s/386-ix.h:
* s/domain.h:
* s/hpux9-x11r4.h:
* s/hpux9shxr4.h: Remove files for systems no longer supported.

* sysdep.c: Remove code containing references to symbols defined
by unsupported systems.
2008-01-16 16:29:00 +00:00
Glenn Morris
ed39805586 Sven Joachim <svenjoac at gmx.de>
Add --lzma.
2008-01-16 04:33:32 +00:00
Glenn Morris
2c2935f7f7 (maybe_bootstrap): Remove texinfo message, since configure checks for this. 2008-01-16 04:10:09 +00:00
Dan Nicolaescu
f40f5dc36e * configure.in: Remove more references to unsupported systems.
* m/sequent-ptx.h:
* m/sequent.h:
* s/ptx.h:
* s/ptx4-2.h:
* s/ptx4.h: Remove files for systems no longer supported.
2008-01-13 18:29:53 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Juanma Barranquero
14ee32ab7e *** empty log message *** 2008-01-07 13:07:09 +00:00
Glenn Morris
57ebf0bedb Add 2008 to copyright years. 2008-01-07 08:53:20 +00:00
Romain Francoise
effb695274 Delete extra semicolons. 2008-01-06 11:49:25 +00:00
Dan Nicolaescu
f3041af143 * configure.in: Remove references to unsupported systems.
* notes/copyright:
* MAINTAINERS: Remove references to files that have been removed.

* os.texi (System Environment): Remove references to OSes that are
not supported anymore.

* PROBLEMS:
* MACHINES: Remove references to systems not supported anymore.

* makefile.w32-in:
* Makefile.in: Remove references to Xenix.

* gnus.el (gnus-use-long-file-name): Remove reference to xenix.

* obsolete/x-apollo.el: Remove file for unsupported system.

* term/x-win.el (vendor-specific-keysyms): Remove reference to
Apollo.

* progmodes/gud.el (gud-dgux-p): Remove.
(dbx): Remove reference to dgux.

* progmodes/ps-mode.el (ps-mode-print-function):
* ps-print.el (ps-lp-system):
* paths.el (rmail-spool-directory):
* ls-lisp.el (ls-lisp-emulation):
* lpr.el (lpr-lp-system):
* dired.el (dired-chown-program): Remove references to dgux.

* m/7300.h:
* m/acorn.h:
* m/alliant-2800.h:
* m/alliant.h:
* m/alliant1.h:
* m/alliant4.h:
* m/altos.h:
* m/amdahl.h:
* m/apollo.h:
* m/att3b.h:
* m/aviion-intel.h:
* m/aviion.h:
* m/celerity.h:
* m/clipper.h:
* m/cnvrgnt.h:
* m/convex.h:
* m/cydra5.h:
* m/delta88k.h:
* m/dpx2.h:
* m/dual.h:
* m/elxsi.h:
* m/f301.h:
* m/gould-np1.h:
* m/gould.h:
* m/i860.h:
* m/ibmps2-aix.h:
* m/ibmrt-aix.h:
* m/ibmrt.h:
* m/irist.h:
* m/is386.h:
* m/isi-ov.h:
* m/mega68.h:
* m/mg1.h:
* m/news-r6.h:
* m/news-risc.h:
* m/news.h:
* m/nh3000.h:
* m/nh4000.h:
* m/ns16000.h:
* m/ns32000.h:
* m/nu.h:
* m/orion.h:
* m/orion105.h:
* m/paragon.h:
* m/pfa50.h:
* m/plexus.h:
* m/pyramid.h:
* m/pyrmips.h:
* m/sh3el.h:
* m/sps7.h:
* m/sr2k.h:
* m/stride.h:
* m/sun1.h:
* m/sun2.h:
* m/sun3-68881.h:
* m/sun3-fpa.h:
* m/sun3-soft.h:
* m/sun3.h:
* m/sun386.h:
* m/symmetry.h:
* m/tad68k.h:
* m/tahoe.h:
* m/targon31.h:
* m/tek4300.h:
* m/tekxd88.h:
* m/tower32.h:
* m/tower32v3.h:
* m/ustation.h:
* m/wicat.h:
* m/xps100.h:
* s/cxux.h:
* s/cxux7.h:
* s/dgux.h:
* s/dgux4.h:
* s/dgux5-4-3.h:
* s/dgux5-4r2.h:
* s/esix.h:
* s/esix5r4.h:
* s/hiuxmpp.h:
* s/hiuxwe2.h:
* s/iris3-5.h:
* s/iris3-6.h:
* s/isc2-2.h:
* s/isc3-0.h:
* s/isc4-0.h:
* s/isc4-1.h:
* s/newsos5.h:
* s/newsos6.h:
* s/osf1.h:
* s/osf5-0.h:
* s/riscix1-1.h:
* s/riscix12.h:
* s/sco4.h:
* s/sco5.h:
* s/sunos4-0.h:
* s/sunos4-1.h:
* s/sunos413.h:
* s/sunos4shr.h:
* s/umax.h:
* s/unipl5-2.h:
* s/xenix.h:
* cxux-crt0.s:
* unexapollo.c:
* unexconvex.c:
* unexenix.c:
* unexsni.c: Remove files for systems no longer supported.

* m/intel386.h: Remove references to unsupported systems.

* w32.c (get_emacs_configuration): Remove reference to i860.

* sysdep.c: Remove dead code.
2008-01-06 00:56:56 +00:00
Romain Francoise
37d6e31370 Add --bzip2. Update copyright. 2008-01-05 13:26:33 +00:00
Dan Nicolaescu
d35e1cd725 * configure.in: Remove support for Masscomp.
* os.texi (System Environment): Remove mention for Masscomp.

* MACHINES: Remove Masscomp.

* s/rtu.h:
* m/masscomp.h: Remove files. Platform is obsolete.
2008-01-05 11:14:48 +00:00
Glenn Morris
b26cd843e7 (desktopdir, icondir): New variables.
(install-arch-indep): Also depend on `install-etc'.
(install-etc): New target.
(mkdir): Also create the `applications' and `icons' directories.
2008-01-05 04:15:11 +00:00
Glenn Morris
d8981dafd6 Update for new etc/images/icons/hicolor directory. 2008-01-04 16:31:44 +00:00
Andreas Schwab
d088fbb2d3 Regenerate. 2007-12-09 11:08:55 +00:00
Jan Djärv
9fb1ba8090 Add AC_CONFIG_SRCDIR which was lost in the previous
change.
2007-12-06 07:06:50 +00:00
Jan Djärv
9cf8f393ad Give package name and verision to AC_INIT. 2007-12-04 11:29:32 +00:00
Magnus Henoch
cffe49096c * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
* configure: Regenerate.
2007-12-03 22:04:33 +00:00
Michael Albinus
868641ccd0 * configure.in: No need for DBUS_INFO anymore.
* configure: Regenerate.

* Makefile.in (INFO_FILES): Use dbus unconditionally.
2007-12-03 06:54:20 +00:00
Michael Albinus
131e41336f * configure.in: Add D-Bus checks. D-Bus is disabled by default.
* configure: Regenerate.

* Makefile.in (INFO_FILES): Add dbus.
2007-12-02 15:46:00 +00:00
Romain Francoise
916447e4ed Fix last change. 2007-12-02 11:19:38 +00:00
Glenn Morris
472fd4dca4 Petr Salinger <Petr.Salinger at seznam.cz>:
Add support for gnu-kfreebsd.
2007-11-28 08:23:51 +00:00
Glenn Morris
b55d4a5d1c Petr Salinger <Petr.Salinger at seznam.cz>:
Add support for gnu-kfreebsd.
2007-11-28 08:23:43 +00:00
Glenn Morris
02964da1b3 Move here from lisp/nxml/char-name/unicode 2007-11-28 05:02:55 +00:00
Romain Francoise
d6447bae09 (INFO_FILES): Add nxml-mode. 2007-11-24 14:02:37 +00:00
Romain Francoise
3ada8b664b Include nXML. Don't try to copy FTP, it was removed on 2007/10/17.
Don't special-case alloca.c which is no longer in CVS.
2007-11-23 18:06:58 +00:00
Andreas Schwab
074767f2b1 Regenerate. 2007-11-20 23:08:26 +00:00
Andreas Schwab
8d6069a493 Atomically update subdirs.el. 2007-11-17 12:02:32 +00:00
Glenn Morris
4f73d1e108 (check-declare): New target. 2007-11-17 03:50:53 +00:00
Glenn Morris
f117c226d0 Comment. 2007-11-07 04:00:02 +00:00
Juanma Barranquero
cfe80861d8 *** empty log message *** 2007-11-02 16:01:20 +00:00
Michael Kifer
33468a59c6 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-ex.el (viper-ex): do not ignore the region.

	* viper-cmd.el (viper-prev-destructive-command)
	(viper-insert-prev-from-insertion-ring): use ring-copy instead of
	copy-sequence.

	* ediff-util.el (ediff-make-current-diff-overlay): do not use face-name.
	Got rid of ediff-copy-list.

	* ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): do not
	use face-name.
	(ediff-test-utility,ediff-diff-mandatory-option)
	(ediff-reset-diff-options): removed to simplify yhe mandatory option
	handling on windows.
	(ediff-set-diff-options): added.
	(ediff-diff-options): changed.

	* ediff-vers.el (ediff-vc-internal): use ediff-vc-revision-other-window.
	(ediff-vc-merge-internal): use ediff-vc-revision-other-window and
	ediff-vc-working-revision.
	Require vc-hooks.
2007-11-02 06:03:12 +00:00
Jan Djärv
a5c2c204bd Regenerate. 2007-11-01 07:38:41 +00:00
Glenn Morris
9a56b44037 (install-arch-indep): Fallback to $USER and `id -un' when changing
ownership of installed files.
2007-10-31 03:19:56 +00:00
Glenn Morris
32c22e5e74 *** empty log message *** 2007-10-30 06:22:21 +00:00
Michael Olson
47cca55417 Makefile.in (INFO_FILES): Alphabetize; add remember 2007-10-30 01:44:17 +00:00
Glenn Morris
7016b92b20 *** empty log message *** 2007-10-29 07:49:34 +00:00
Juanma Barranquero
4b649a8e95 *** empty log message *** 2007-10-26 12:17:58 +00:00
Juanma Barranquero
5aec60dfd7 *** empty log message *** 2007-10-25 22:12:04 +00:00
Glenn Morris
ca0766749c Move here from ../. 2007-10-23 07:21:31 +00:00
Chong Yidong
c136b8280e * configure.in (HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().
2007-10-17 15:52:53 +00:00
Glenn Morris
c49847b944 Remove file, since it's just a duplicate of one in etc/ 2007-10-17 01:39:18 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Eli Zaretskii
799303b632 Fix configuring `doc' due to changes in the directory structure. 2007-10-05 09:39:39 +00:00
Jan Djärv
846d1b3e94 Don't use -lpthread on HP-UX. 2007-09-16 09:13:28 +00:00
Glenn Morris
c8d2eff3ac Following cal-bahai renaming, update all
instances of list-bahai-diary-entries to diary-bahai-list-entries,
mark-bahai-diary-entries to diary-bahai-mark-entries,
calendar-goto-bahai-date to calendar-bahai-goto-date,
insert-bahai-diary-entry to diary-bahai-insert-entry,
insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
calendar-print-bahai-date to calendar-bahai-print-date.
2007-09-16 02:26:29 +00:00
Glenn Morris
02ff9df473 *** empty log message *** 2007-09-15 19:45:17 +00:00
Glenn Morris
5a6a83f216 (install-arch-indep): Do not exclude the etc/ Makefiles. 2007-09-12 07:03:18 +00:00
Glenn Morris
a3372e0967 Delete file (last info moved to e/README). 2007-09-12 07:01:46 +00:00
Glenn Morris
cd227ad147 (SOURCES, unlock, relock): Delete. 2007-09-12 06:55:36 +00:00
Juri Linkov
fe79fcb3b6 Add doc/ to documentation directories. 2007-09-09 11:54:21 +00:00
Michael Olson
9a4d5e0c05 MAINTAINERS: Update for new doc/ directory layout 2007-09-08 01:38:27 +00:00
Michael Olson
97268cd1d7 MAINTAINERS: Add myself for ERC and tq.el 2007-09-08 01:33:46 +00:00
Romain Francoise
d175b0ae79 Update for new doc/ directory layout. 2007-09-06 18:41:46 +00:00
Glenn Morris
e7426ea43e (mansrcdir): New variable.
(SUBDIR_MAKEFILES): Update for new doc/ directory layout.
(man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
update these targets for new doc/ directory layout.
(doc/misc/Makefile): New target.
(install-arch-indep): Use mansrcdir for new location of manpages.
(mostlyclean, clean, distclean, maintainer-clean, unlock)
(relock, info, dvi): Update targets for new doc/ directory layout.
2007-09-06 05:12:28 +00:00
Andreas Schwab
709e90de64 Regenerate. 2007-09-02 18:26:17 +00:00
Jan Djärv
aee22295d4 Require Gtk/Glib 2.6. 2007-09-02 17:35:49 +00:00
Jan Djärv
f893281966 Require Gtk/Glib 2.6. 2007-09-02 17:30:16 +00:00
Thien-Thi Nguyen
49adb60f0e Regenerate. 2007-09-02 08:26:16 +00:00
Andreas Schwab
28aa2c3e65 Put quotes around nested macro calls. 2007-09-01 23:26:52 +00:00
Thien-Thi Nguyen
e35a28cda6 Regenerate. 2007-08-31 19:15:07 +00:00
Glenn Morris
e1b79824db Move to admin/notes/multi-tty, with some edits. 2007-08-30 05:11:27 +00:00
Glenn Morris
050b82f6f5 Comment. 2007-08-30 05:08:24 +00:00
Glenn Morris
6d017e27f5 Increase version to 23.0.50. 2007-08-29 08:14:18 +00:00