aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * admin/bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".Glenn Morris2012-05-021-1/+5
|
* * admin/bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".Glenn Morris2012-04-101-0/+2
| | | | Add header keyword.
* Generate admin/unidata/Makefile with configureGlenn Morris2012-04-101-0/+5
| | | | | | | * configure.in: Conditionally generate admin/unidata/Makefile. * admin/unidata/Makefile.in: Add FSF copyright. Make it use autoconf features, and work for out-of-tree builds.
* Update the Unicode database and derived files for Unicode 6.1.Eli Zaretskii2012-04-071-0/+8
| | | | | | | | | | | | | | | | | | | | | admin/unidata/README: admin/unidata/copyright.html: admin/unidata/BidiMirroring.txt: admin/unidata/UnicodeData.txt: Update for the latest version 6.1 of the Unicode Standard. lisp/international/uni-bidi.el: lisp/international/uni-category.el: lisp/international/uni-combining.el: lisp/international/uni-decimal.el: lisp/international/uni-decomposition.el: lisp/international/uni-digit.el: lisp/international/uni-lowercase.el: lisp/international/uni-mirrored.el: lisp/international/uni-name.el: lisp/international/uni-numeric.el: lisp/international/uni-titlecase.el: lisp/international/uni-uppercase.el: Update for Unicode 6.1.
* Make the default values of character properties name, old-name, and ↵Kenichi Handa2012-02-161-0/+6
| | | | iso-10646-comment to nil.
* Add some admin stuff to check for defcustoms missing version tagsGlenn Morris2012-02-111-0/+5
| | | | | * admin/admin.el (cusver-find-files, cusver-scan, cusver-goto-xref) (cusver-check): New functions.
* Small bzrmerge.el change.Glenn Morris2012-01-181-0/+5
| | | | | * admin/bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the "skip?" question, since there can be multiple such for any revision.
* Update the Hebrew tutorial.Eli Zaretskii2012-01-141-0/+5
| | | | | | | 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.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):Andreas Schwab2011-11-261-0/+3
| | | | Avoid warning about old-style backquote.
* * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''Andreas Schwab2011-11-261-0/+10
| | | | | | | | | in regexp. (bovine-make-parsers): Likewise. Quote `.'. * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\'' in regexp. (wisent-make-parsers): Likewise. Quote `.'.
* Spelling fixes.Paul Eggert2011-11-241-2/+2
|
* Fix typos.Juanma Barranquero2011-11-201-1/+1
|
* * configure.in: Remove reference to src/m/ibms390.h.Andreas Schwab2011-11-201-0/+4
| | | | | | | * admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove. * src/m/ibms390.h: Remove. * src/m/ibms390x.h: Don't include "ibms390.h".
* Fix typos.Juanma Barranquero2011-11-161-2/+5
|
* Update information about PNG libraries for MS-Windows.Eli Zaretskii2011-11-151-0/+5
| | | | | admin/nt/README-ftp-server: Update the information about PNG libraries. nt/README.W32: Update the GTK Windows download URL for libpng.
* Fix typos.Juanma Barranquero2011-11-151-0/+4
|
* admin/unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.Juanma Barranquero2011-11-071-0/+4
|
* * admin/grammars/bovine-grammar.el: Avoid using old-style backquotes.David Engster2011-10-311-0/+4
|
* Document that UNICOWS.DLL is required to run Emacs on Windows 9X.Eli Zaretskii2011-10-281-0/+5
| | | | | | | | | 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
* * admin.el (set-version): Fix regexps for config.nt and sed2v2.inp.Chong Yidong2011-09-251-0/+5
|
* Merge from trunk.Paul Eggert2011-09-061-1/+1
|\
* \ Merge from trunk.Paul Eggert2011-09-031-1/+35
|\ \ | |/
| * Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii2011-08-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | 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.
| * Fix default values of character properties.Kenichi Handa2011-08-231-0/+14
| |
| * Use uniprop tables instead of biditype.h and bidimirror.h.Eli Zaretskii2011-08-151-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Add Bug#.Paul Eggert2011-07-251-1/+1
| |
* | Merge from trunk.Paul Eggert2011-07-251-1/+1
|\ \ | |/
* | Merge from gnulib, using build-aux to remove clutter.Paul Eggert2011-07-241-0/+9
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* admin/unidata/makefile.w32-in: Duplicate change in Makefile.in ↵Juanma Barranquero2011-07-071-3/+8
| | | | (2011-07-06T22:43:48Z!handa@m17n.org).
* Add C interface for Unicode character property table.Kenichi Handa2011-07-071-0/+35
|
* * admin/bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.Glenn Morris2011-05-211-0/+4
|
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris2011-02-221-0/+4
|\
| * admin/notes/bugtracker (bugtracker_debbugs_url): Fix typo.Juanma Barranquero2011-02-221-0/+4
| |
* | Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii2011-02-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Import getloadavg module from gnulib.Paul Eggert2011-02-151-0/+6
| |
* | * admin/bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.Glenn Morris2011-02-121-0/+4
| |
* | bzrmerge.el trivia.Glenn Morris2011-02-051-0/+6
| | | | | | | | | | | | * admin/bzrmerge.el (bzrmerge-warning-buffer): New constant. (bzrmerge-apply): Use it. (bzrmerge): Kill any old warning buffer first.
* | bzrmerge.el trivia.Glenn Morris2011-02-021-2/+10
| | | | | | | | | | | | | | | | * admin/bzrmerge.el (bzrmerge-buffer): New constant. (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it. (bzrmerge-missing): If nothing to do, return nil not (nil). (bzrmerge-apply): Remove odd character from message. (bzrmerge): Give status messages.
* | Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu ↵Eli Zaretskii2011-01-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and 2011-01-31T08:15:13Z!eggert@cs.ucla.edu. lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and $(BLD)/time_r.$(O). ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and $(EMACS_ROOT)/src/m/intel386.h. ($(BLD)/strftime.$(O)): ($(BLD)/time_r.$(O)): Define prerequisites. src/makefile.w32-in (OBJ2): Remove strftime.$(O). ($(BLD)/strftime.$(O)): Remove prerequisites. lib-src/makefile.w32-in (VERSION): Don't define, defined on nt/config.nt. (ECLIENT_CFLAGS): Remove -DVERSION. ($(BLD)/emacsclient.$(O)): Don't depend on makefile.w32-in. nt/config.nt (VERSION): Uncomment definition. (restrict): Define. nt/inc/stdbool.h: New file. admin/admin.el (set-version): Remove lib-src/makefile.w32-in. Add nt/config.nt.
* | src/emacs.c now gets version number from configure.inPaul Eggert2011-01-311-0/+7
| |
* | strftime: import from gnulibPaul Eggert2011-01-301-0/+5
| |
* | Make it easier to control which revisions bzrmerge might skip.Glenn Morris2011-01-241-0/+5
| | | | | | | | | | * admin/bzrmerge.el (bzrmerge-skip-regexp): New variable. (bzrmerge-missing): Use it.
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| |
* | * make-tarball.txt: Suggest 'autoreconf -I m4 --force'Paul Eggert2011-01-191-0/+6
| | | | | | | | | | rather than doing rm and autoconf by hand. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
* | * notes/bzr (Installing changes from gnulib): New section.Paul Eggert2011-01-171-0/+5
| | | | | | | | Need for this suggested by Stefan Monnier.
* | * admin/bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be inStefan Monnier2011-01-171-0/+5
| | | | | | | | an inconsistent state.
* | Merge from mainline.Paul Eggert2011-01-171-1/+8
|\ \
| * | * admin/charsets/cp51932.awk: No longer print arch-tag.Glenn Morris2011-01-151-1/+1
| | |