aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | * admin/notes/bzr: Add some more bzrmerge details.Glenn Morris2011-01-171-4/+15
| |
* | * notes/bzr (Installing changes from gnulib): New section.Paul Eggert2011-01-172-0/+26
| | | | | | | | Need for this suggested by Stefan Monnier.
* | * admin/bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be inStefan Monnier2011-01-172-0/+16
| | | | | | | | an inconsistent state.
* | Merge from mainline.Paul Eggert2011-01-1735-46/+49
|\ \
| * | Refill some copyright headers.Glenn Morris2011-01-151-2/+2
| | |
| * | Nuke arch-tags.Glenn Morris2011-01-1527-32/+0
| | |
| * | * admin/charsets/cp51932.awk: No longer print arch-tag.Glenn Morris2011-01-152-5/+1
| | |
| * | * admin/charsets/eucjp-ms.awk: No longer print arch-tag.Glenn Morris2011-01-152-3/+2
| | |
| * | Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-152-2/+2
| | |
| * | * admin/notes/bzr: More on previous.Glenn Morris2011-01-151-0/+5
| | |
| * | * admin/notes/bzr: Add an idiot's guide to merging between branches.Glenn Morris2011-01-151-0/+29
| | |
| * | bzrmerge.el trivia.Glenn Morris2011-01-152-2/+8
| | | | | | | | | | | | | | | * admin/bzrmerge.el (bzrmerge-missing): Add another skip indicator. (bzrmerge-resolve): Also ignore cl-loaddefs.el.
* | | Merge from mainline.Paul Eggert2011-01-1431-43/+56
|\ \ \ | |/ /
| * | ChangeLog merge fixes.Glenn Morris2011-01-141-1/+0
| | |
| * | Merge from emacs-23Stefan Monnier2011-01-1431-43/+57
| |\ \ | | |/
| | * * admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.Glenn Morris2011-01-022-15/+26
| | |
| | * Revert accidental update of non-FSF copyright from ↵Glenn Morris2011-01-021-1/+1
| | | | | | | | | | | | 2010-01-13T08:35:10Z!rgm@gnu.org.
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0233-35/+34
| | |
* | | Merge from mainline.Paul Eggert2011-01-132-5/+10
|\ \ \ | |/ /
| * | * admin/bzrmerge.el: Require cl when compiling.Glenn Morris2011-01-132-4/+9
| | | | | | | | | | | | (bzrmerge-merges): Doc fix.
* | | Merge from mainline.Paul Eggert2011-01-111-5/+5
|\ \ \ | |/ /
| * | * admin/bzrmerge.el: Standardize copyright and license headers.Glenn Morris2011-01-111-5/+5
| | |
* | | Update copyright notes to match recent gnulib-related changes.Paul Eggert2011-01-092-10/+25
|/ / | | | | | | | | | | | | | | | | | | * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in, arg-nonnull.h, c++defs.h, compile, depcomp, missing, warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c, lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now subsumed by m4/*.m4 rule). config.guess, config.sub, and doc/man/texinfo.tex are now copied in from gnulib.
* | * install-sh, mkinstalldirs, move-if-change: Update from masterPaul Eggert2011-01-072-3/+9
| |
* | * notes/copyright: Report status more accurately for non-GPL files.Paul Eggert2011-01-072-0/+16
| | | | | | | | | | Report copyright status more accurately for mkinstalldirs, configure, m4/getopt.m4, and msdos/sed*.inp.
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-0/+5
|\ \ | |/
| * Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-312-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | src/image.c <Qlibpng_version>: New variable. (syms_of_image): Intern and staticpro it. Set its value to the version of PNG library we were compiled with. (my_png_error, png_load): Avoid GCC warnings about direct access to png_ptr->jmpbuf. lisp/term/w32-win.el (image-library-alist): Set up correctly for libpng versions both before and after 1.4.0. admin/nt/README.W32: Update the information about PNG support libraries. nt/INSTALL: Update the information about PNG support libraries.
* | * admin/bzrmerge.el: New file to help merge branches while skippingStefan Monnier2010-12-262-0/+301
| | | | | | | | some revisions (e.g. from emacs-23 to trunk).
* | Remove EXPLICIT_SIGN_EXTEND.Andreas Schwab2010-12-032-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp.h (union Lisp_Object): Explicitly declare signedness of bit-field. (XINT): Remove variant for EXPLICIT_SIGN_EXTEND. * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define. * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/hp800.h: Remove file. * m/mips.h: Remove file.
* | Revert to 2010-12-03T11:48:24Z!jan.h.d@swipnet.se.Chong Yidong2010-12-032-4/+1
| |
* | Remove EXPLICIT_SIGN_EXTEND.Andreas Schwab2010-12-032-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp.h (union Lisp_Object): Explicitly declare signedness of bit-field. (XINT): Remove variant for EXPLICIT_SIGN_EXTEND. * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define. * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/hp800.h: Remove file. * m/mips.h: Remove file. * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-3/+3
|\ \ | |/
| * bugtracker: REALLY correct locations of bzr *.conf files.Eli Zaretskii2010-11-221-1/+1
| |
| * bugtracker: Correct locations of bzr *.conf files.Eli Zaretskii2010-11-211-2/+2
| |
* | Merge from emacs-23Stefan Monnier2010-11-171-7/+32
|\ \ | |/
| * The `fixes' attribute does show in `bzr log'.Eli Zaretskii2010-11-121-4/+4
| |
| * Expand and clarify the description of bugtracker setting for bzr.Eli Zaretskii2010-11-121-1/+24
| |
| * Comments related to `bzr commit --fixes'.Glenn Morris2010-11-091-2/+4
| |
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
* | Notes about elpa.gnu.org for maintainers.Chong Yidong2010-11-041-0/+42
| |
* | * admin/notes/bugtracker: Mention "found".Glenn Morris2010-10-301-0/+8
| |
* | * admin/make-tarball.txt: Misc updates.Glenn Morris2010-10-211-13/+11
| |
* | Move nextstep/DEV-NOTES to admin/notes/nextstep.Glenn Morris2010-10-112-0/+163
| |
* | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.Glenn Morris2010-10-092-0/+7
| | | | | | | | | | | | | | | | | | | | | | * configure: Regenerate. * .bzrignore: Remove doc/emacs/emacsver.texi. * doc/emacs/Makefile.in (distclean): Do not delete emacsver.texi. * doc/emacs/emacsver.texi: New file, replacing emacsver.texi.in. * admin/admin.el (set-version): Add doc/emacs/emacsver.texi.
* | Set the version number in the texinfo manuals using configure.Glenn Morris2010-10-082-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (emacsdir): New variable. ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo. * doc/misc/faq.texi (VER): Replace with EMACSVER from emacsver.texi. * doc/lispref/Makefile.in (emacsdir): New variable. (MAKEINFO): Add -I $emacsdir. (dist): Copy emacsver.texi. * doc/lispref/book-spine.texinfo, doc/lispref/elisp.texi: * doc/lispref/vol2.texi, doc/lispref/vol1.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/emacsver.texi.in: New file. * doc/emacs/emacs.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/Makefile.in (distclean): Delete emacsver.texi. (dist): Copy emacsver.texi. * admin/admin.el (set-version): No need to act on doc/ files any more. * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi. * make-dist: Include doc/emacs/*.texi.in.
* | Remove lib-src/b2m.c and b2m.pl.Glenn Morris2010-10-082-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs does not use Babyl files since 23.1, and you can use M-x unrmail. * msdos/mainmake.v2 (install): Remove b2m. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c. * lib-src/b2m.c, lib-src/b2m.pl: Remove files. * lib-src/Makefile.in (INSTALLABLES): Remove b2m. * lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove. * doc/emacs/ack.texi (Acknowledgments): No more b2m.c. * admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m. * INSTALL, make-dist: Remove references to b2m. * Makefile.in (MAN_PAGES): Remove b2m.1.
* | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-141-1/+1
| |
* | Update to latest Unicode 6.0 beta data files.Juanma Barranquero2010-09-053-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/unidata/BidiMirroring.txt: Update from http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt * admin/unidata/UnicodeData.txt: Update from http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt * lisp/international/uni-bidi.el: * lisp/international/uni-category.el: * lisp/international/uni-combining.el: * lisp/international/uni-decimal.el: * lisp/international/uni-mirrored.el: * lisp/international/uni-name.el: Regenerate. * src/biditype.h: Regenerate.
* | Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong2010-08-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * src/emacs.c (main): Remove --unibyte handling (Bug#6886). * lisp/startup.el (command-line-1): Issue warning for ignored arguments --unibyte, etc (Bug#6886). * doc/lispref/nonascii.texi (Text Representations): * doc/lispref/loading.texi (Loading Non-ASCII): * doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete --unibyte command-line argument.
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN. * m/amdx86-64.h: Likewise. * m/arm.h: Likewise. * m/hp800.h: Likewise. * m/ia64.h: Likewise. * m/ibmrs6000.h: Likewise. * m/ibms390.h: Likewise. * m/intel386.h: Likewise. * m/iris4d.h: Likewise. * m/m68k.h: Likewise. * m/macppc.h: Likewise. * m/mips.h: Likewise. * m/sh3.h: Likewise. * m/sparc.h: Likewise. * m/template.h: Likewise. * m/vax.h: Likewise. * m/xtensa.h: Likewise. * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of WORDS_BIG_ENDIAN. * lisp.h: Likewise. * md5.c: Likewise. * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise. * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove. * configure.in: Add AC_C_BIGENDIAN.