- 01 Jun, 2012 1 commit
-
-
Chong Yidong authored
Add release logs. Regenerate AUTHORS and ldefs-boot.el.
-
- 16 Feb, 2012 1 commit
-
-
Kenichi Handa authored
-
- 11 Feb, 2012 1 commit
-
-
Glenn Morris authored
* admin/admin.el (cusver-find-files, cusver-scan, cusver-goto-xref) (cusver-check): New functions.
-
- 06 Feb, 2012 1 commit
-
-
Christoph Scholtes authored
trunk. Removed explicit reference to version of libXpm included in binary distributions for maintenance purposes.
-
- 19 Jan, 2012 2 commits
-
-
Chong Yidong authored
-
Glenn Morris authored
* admin/bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the "skip?" question, since there can be multiple such for any revision.
-
- 14 Jan, 2012 1 commit
-
-
Eli Zaretskii authored
etc/tutorials/TUTORIAL.he: Update to follow changes to TUTORIAL in 2012-01-10T08:27:22Z!cyd@gnu.org. admin/FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as updated and checked.
-
- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 26 Nov, 2011 2 commits
-
-
Andreas Schwab authored
Avoid warning about old-style backquote.
-
Andreas Schwab authored
in regexp. (bovine-make-parsers): Likewise. Quote `.'. * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\'' in regexp. (wisent-make-parsers): Likewise. Quote `.'.
-
- 25 Nov, 2011 1 commit
-
-
Paul Eggert authored
-
- 20 Nov, 2011 2 commits
-
-
Juanma Barranquero authored
-
Andreas Schwab authored
* admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove. * src/m/ibms390.h: Remove. * src/m/ibms390x.h: Don't include "ibms390.h".
-
- 16 Nov, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 15 Nov, 2011 2 commits
-
-
Eli Zaretskii authored
admin/nt/README-ftp-server: Update the information about PNG libraries. nt/README.W32: Update the GTK Windows download URL for libpng.
-
Juanma Barranquero authored
-
- 07 Nov, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 31 Oct, 2011 1 commit
-
-
David Engster authored
-
- 28 Oct, 2011 1 commit
-
-
Eli Zaretskii authored
nt/README.W32: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. admin/nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. Fixes: debbugs:8562
-
- 26 Sep, 2011 1 commit
-
-
Chong Yidong authored
-
- 23 Aug, 2011 2 commits
-
-
Eli Zaretskii authored
src/bidi.c (bidi_get_type): Abort if we get zero as the bidi type of a character. admin/unidata/unidata-gen.el (unidata-prop-alist): Update the default values of bidi-class according to DerivedBidiClass.txt from the latest UCD. lisp/international/uni-bidi.el: Regenerated. doc/lispref/nonascii.texi (Character Properties): Document the values for unassigned codepoints.
-
Kenichi Handa authored
-
- 15 Aug, 2011 1 commit
-
-
Eli Zaretskii authored
src/bidi.c (bidi_initialize): Use uniprop_table instead of including biditype.h and bidimirror.h. src/biditype.h: File removed. src/bidimirror.h: File removed. src/deps.mk (bidi.o): Remove biditype.h and bidimirror.h. src/makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and bidimirror.h. src/dispextern.h: Fix a typo in the comment to bidi_type_t. src/chartab.c: Improve commentary for the uniprop_table API. admin/unidata/bidimirror.awk: File removed. admin/unidata/biditype.awk: File removed. admin/unidata/makefile.w32-in (all): Remove src/biditype.h and src/bidimirror.h. (../../src/biditype.h, ../../src/bidimirror.h): Deleted. admin/unidata/Makefile.in (all): Remove src/biditype.h and src/bidimirror.h. (../../src/biditype.h, ../../src/bidimirror.h): Deleted.
-
- 25 Jul, 2011 1 commit
-
-
Paul Eggert authored
-
- 24 Jul, 2011 1 commit
-
-
Paul Eggert authored
* m4/largefile.m4: New file, so that Emacs does not mess up when accessing files with large inode numbers in MacOS X 10.5 and later. * m4/nocrash.m4: New file, to avoid triggering background debugger and/or create core dumps during 'configure'. * build-aux/move-if-change: Renamed from move-if-change. * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h. * build-aux/snippet/c++defs.h: Renamed from c++defs.h. * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. * .bzrignore: The autogenerated files compile, config.guess, config.sub, depcomp, install-sh, and missing are now in build-aux. * Makefile.in (epaths-force, sync-from-gnulib): move-if-change is now in build-aux. (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite of gnulib's pthread_sigmask module, but Emacs doesn't need it. (mkdir): install-sh is now in build-aux. * config.bat: c++defs.h is now in build-aux/snippets. * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the usual parameter). * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved to build-aux/snippet. * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4: * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4: Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and Solaris, enables MacOS extensions, and enables nocrash during 'configure'. * make-dist: Adjust to new build-aux and build-aux/snippit dirs. * admin/notes/copyright: The files compile, config.guess, config.sub, depcomp, install-sh, missing, and move-if-change are now in the new build-aux subdirectory. The files arg-nonnull.h, c++defs.h, and warn-on-use.h are now in build-aux/snippets. New file build-aux/snippets/_Noreturn.h. * leim/Makefile.in (install): install-sh is now in build-aux. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved to build-aux. * msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves from top level to build-aux/snippet. * src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
-
- 07 Jul, 2011 1 commit
-
-
Juanma Barranquero authored
admin/unidata/makefile.w32-in: Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
-
- 06 Jul, 2011 1 commit
-
-
Kenichi Handa authored
-
- 21 May, 2011 1 commit
-
-
Glenn Morris authored
-
- 10 Apr, 2011 1 commit
-
-
Paul Eggert authored
-
- 07 Apr, 2011 1 commit
-
-
Paul Eggert authored
-
- 06 Apr, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 07 Mar, 2011 1 commit
-
-
Chong Yidong authored
* lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert 2011-01-31 change.
-
- 01 Mar, 2011 1 commit
-
-
Chong Yidong authored
Regenerate configure and other release files.
-
- 22 Feb, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 19 Feb, 2011 1 commit
-
-
Eli Zaretskii authored
config.bat: Configure in `lib'. msdos/sedlibmk.inp: New file. msdos/sedlibcf.inp: New file. msdos/sed1v2.inp (NS_OBJC_OBJ): Edit to empty. (@true): Edit to "@rem". (move-if-change): Edit to "update". (echo): Edit to "djecho". (cd $(lib) && ...): Edit to "$(MAKE) -C ...". msdos/mainmake.v2 (version): Remove, no longer needed (config.in defines VERSION). (all): Add lib. (lib): New target and recipe. (lib-src): Depend on lib. (src): Depend on lib and lib-src. (clean, mostlyclean, distclean, maintainer-clean, extraclean) (bootstrap-clean): Recurse into lib. msdos/sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME || BROKEN_MKTIME" stuff -- it's no longer in src/config.in. (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV) (HAVE__BOOL): Edit to 1. (VERSION, inline, restrict): Edit for DJGPP. src/s/msdos.h (strtold): Define to _strtold. admin/admin.el (set-version): Add msdos/sed2v2.inp.
-
- 16 Feb, 2011 1 commit
-
-
Paul Eggert authored
-
- 12 Feb, 2011 1 commit
-
-
Glenn Morris authored
-
- 10 Feb, 2011 1 commit
-
-
Paul Eggert authored
Remove no-longer needed getloadavg symbols. * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE): (LDAV_SYMBOL): Remove. [src/ChangeLog] Remove no-longer needed getloadavg symbols. * m/alpha.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/amdx86-64.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/ia64.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/ibms390.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/macppc.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/sparc.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/template.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * m/vax.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. * s/aix4-2.h (KERNEL_FILE, LDAV_SYMBOL): Remove. * s/bsd-common.h (KERNEL_FILE, LDAV_SYMBOL): Remove #undef. * s/hpux10-20.h (KERNEL_FILE, LOAD_AVE_TYPE, LOAD_AVE_CVT): (LDAV_SYMBOL): Remove. * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Remove. * s/usg5-4-common.h (KERNEL_FILE, LDAV_SYMBOL): Remove.
-
- 05 Feb, 2011 1 commit
-
-
Glenn Morris authored
* admin/bzrmerge.el (bzrmerge-warning-buffer): New constant. (bzrmerge-apply): Use it. (bzrmerge): Kill any old warning buffer first.
-