aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | No longer create admin/unidata/Makefile.Andreas Schwab2008-04-051-0/+4
| |
* | (SUBDIR_MAKEFILES): Add lisp/Makefile.Andreas Schwab2008-03-281-0/+5
| | | | | | | | (lisp/Makefile): New rule.
* | (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-66/+66
| | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* | (AC_INIT): Fix version number.Glenn Morris2008-03-131-0/+5
| | | | | | | | (sync-input): Reword the option, since it's on by default.
* | Add --enable-sync-input, default yes.Jan Djärv2008-03-111-0/+4
| |
* | (install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/.Glenn Morris2008-03-111-0/+3
| |
* | Handle icons/hicolor/scalable directory.Glenn Morris2008-03-111-0/+4
| |
* | Regenerate.Glenn Morris2008-03-051-0/+3
| |
* | Enable font-backend by default.Glenn Morris2008-03-051-0/+4
| |
* | (iconsrcdir): New variable.Glenn Morris2008-03-031-0/+6
| | | | | | | | (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon directory.
* | Mention `test' directory.Glenn Morris2008-02-291-9/+4
| |
* | (HAVE_GTK): Print a warning if gtk version is < 2.10.Jan Djärv2008-02-271-0/+4
| |
* | * configure.in: Print an error for systems that we think areDan Nicolaescu2008-02-251-0/+8
| | | | | | | | | | | | | | obsolete and are proposed to be removed. Remove some more unused systems. * configure: Regenerate.
* | * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge from emacs--rel--22Miles Bader2008-02-241-3/+7
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * (arm*-*-freebsd*): Added.Richard M. Stallman2008-02-101-0/+4
| |
| * *** empty log message ***Juanma Barranquero2008-02-051-4/+0
| |
| * Recommend giflib, not libungif.Juanma Barranquero2008-02-051-6/+9
| |
* | (set_installuser): New.Glenn Morris2008-02-211-0/+3
| | | | | | | | (install-arch-indep): Use set_installuser to avoid duplicate code.
* | Split into admin/notes/unicode,font-backendGlenn Morris2008-02-211-0/+5
| |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | (check-info-dir): New target.Glenn Morris2008-02-081-0/+4
| |
* | Makefile.in (INFO_FILES): Add epa.Michael Olson2008-02-081-0/+2
| |
* | EasyPG: Add info/dir entry.Michael Olson2008-02-081-0/+5
| |
* | (--with-gcc): Give an error saying this option has been removed.Glenn Morris2008-02-061-0/+6
| | | | | | | | (--with-gtk): Remove this option.
* | Tom Tromey <tromey at redhat.com>Glenn Morris2008-02-061-1/+6
| | | | | | | | (--with-gcc): Remove.
* | Recommend giflib, not libungif.Juanma Barranquero2008-02-051-0/+4
| |
* | configure.in: Enable D-Bus by default.Michael Olson2008-02-051-0/+4
| |
* | (Complex Text Layout support libraries): Fix previous change.Kenichi Handa2008-02-051-0/+4
| |
* | * make-dist: Remove references to files in mac/ that have beenDan Nicolaescu2008-02-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Remove duplicate entry.Juanma Barranquero2008-02-041-4/+0
| |
* | Add entry I forgot to make yesterday.Glenn Morris2008-02-021-2/+6
| | | | | | | | Remove unnecessary entries about re-generating configure.
* | Arrange for innards to jive w/ summary for libotf and m17n-flt.Thien-Thi Nguyen2008-02-021-0/+8
| | | | | | | | | | | | | | * 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.
* | configure.in: If admin/unidata/UnicodeData.txt is present, copyEli Zaretskii2008-02-021-0/+6
| | | | | | | | | | admin/unidata/Makefile.in to Makefile. configure: Regenerated.
* | Remove multiple entries about re-generating configure.Glenn Morris2008-02-021-22/+8
| | | | | | | | Adjust dates of unicode merge entries to UTC.
* | Merge ChangeLog.unicode files into ChangeLogsMiles Bader2008-02-011-0/+55
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
* | Merge from emacs--rel--22Miles Bader2008-01-291-0/+6
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1021
| * * configure.in (xtensa): Match more configurations.Dan Nicolaescu2008-01-231-0/+6
| | | | | | | | * configure: Regenerate.
* | * configure.in: Update comment.Dan Nicolaescu2008-01-271-0/+4
| | | | | | | | * Makefile.in: Remove references to unused macros.
* | (--with-carbon): Tone down rhetoric in help text.Glenn Morris2008-01-261-0/+1
| |
* | (--without-gcc): By default, neither off nor on.Glenn Morris2008-01-261-0/+4
| |
* | Correct usage of OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF so that theGlenn Morris2008-01-251-0/+6
| | | | | | | | | | defaults are as they used to be. Default `Carbon' to off (it's unsupported).
* | Standardize dbus-related messages.Glenn Morris2008-01-241-4/+5
| |
* | configure: Regenerate.Michael Olson2008-01-231-0/+2
| |
* | configure.in: Remove initial whitespace in pkg-config-prog.Michael Olson2008-01-231-0/+4
| |
* | Rename EMACS_ARG_Y to OPTION_DEFAULT_OFF, and EMACS_ARG_N to OPTION_DEFAULT_ON.Michael Olson2008-01-231-0/+7
| |
* | Merge from emacs--rel--22Miles Bader2008-01-221-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
| * Updated from master source.Dan Nicolaescu2008-01-211-0/+4
| |
| * Regenerate.Glenn Morris2008-01-171-0/+4
| |
* | Present tense.Glenn Morris2008-01-181-2/+1
| |