aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | More updates to Modes chapter of Emacs manual.Chong Yidong2011-11-281-2/+3
| | | | | | | | | | | | | | | | | | | | * doc/emacs/modes.texi (Major Modes): Move major-mode variable doc here from Choosing Modes. Document describe-mode. Document prog-mode-hook and text-mode-hook. Add example of using hooks. (Minor Modes): Document behavior of mode command calls from Lisp. Note that setting the mode variable using Customize will DTRT. (Choosing Modes): Add example of setting a minor mode using a local variable.
* | Spelling fixes.Paul Eggert2011-11-261-1/+1
| |
* | * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):Andreas Schwab2011-11-262-1/+4
| | | | | | | | Avoid warning about old-style backquote.
* | * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''Andreas Schwab2011-11-263-5/+15
| | | | | | | | | | | | | | | | | | in regexp. (bovine-make-parsers): Likewise. Quote `.'. * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\'' in regexp. (wisent-make-parsers): Likewise. Quote `.'.
* | Add grammar files for grammar-wy.el and wrt-wy.el.Chong Yidong2011-11-265-11/+909
| | | | | | | | | | | | | | Regenerate the relevant CEDET parsers. * admin/grammars/bovine-grammar.el: * admin/grammars/wisent-grammar.el: Add scripts for generating the parsers.
* | Spelling fixes.Paul Eggert2011-11-241-2/+2
| |
* | Fix typos.Juanma Barranquero2011-11-203-3/+3
| |
* | * configure.in: Remove reference to src/m/ibms390.h.Andreas Schwab2011-11-202-3/+4
| | | | | | | | | | | | | | * admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove. * src/m/ibms390.h: Remove. * src/m/ibms390x.h: Don't include "ibms390.h".
* | Spelling fixes.Paul Eggert2011-11-191-1/+1
| |
* | Fix typos.Juanma Barranquero2011-11-202-3/+3
| |
* | Spelling fixes.Paul Eggert2011-11-192-2/+2
| |
* | Spelling fixes.Paul Eggert2011-11-192-2/+2
| |
* | Spelling fixes.Paul Eggert2011-11-171-1/+1
| |
* | Fix typos.Juanma Barranquero2011-11-162-3/+6
| |
* | Fix typos.Juanma Barranquero2011-11-161-1/+1
| |
* | Update information about PNG libraries for MS-Windows.Eli Zaretskii2011-11-152-8/+18
| | | | | | | | | | 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-152-1/+5
| |
* | Spelling fixes.Paul Eggert2011-11-142-2/+2
| |
* | Spelling fixes.Paul Eggert2011-11-145-19/+15
| |
* | Spelling fixes.Paul Eggert2011-11-131-1/+1
| |
* | Spelling fixes.Paul Eggert2011-11-122-2/+2
| |
* | Fix typos.Juanma Barranquero2011-11-122-2/+2
| |
* | Spelling fixes.Paul Eggert2011-11-081-1/+1
| |
* | admin/unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.Juanma Barranquero2011-11-072-1/+5
| |
* | * admin/grammars/bovine-grammar.el: Avoid using old-style backquotes.David Engster2011-10-312-0/+23
| |
* | Document that UNICOWS.DLL is required to run Emacs on Windows 9X.Eli Zaretskii2011-10-282-14/+25
| | | | | | | | | | | | | | | | | | 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
* | Document scroll bar changes in Emacs manual.Chong Yidong2011-10-231-1/+1
| | | | | | | | | | | | | | * doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only. * doc/emacs/frames.texi (Scroll Bars): GTK uses right scroll bars now. (Tool Bars): Copyedits.
* | Update Files chapter of Emacs manual.Chong Yidong2011-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus miscellaneous minor speling fixes in other manual files. * doc/emacs/files.texi (File Names, Visiting, Interlocking): Copyedits. (Backup Copying): backup-by-copying-when-mismatch is now t. (Customize Save): Fix description of require-final-newline. (Reverting): Note that revert-buffer can't be undone. Mention VC. (Auto Save Control): Clarify. (File Archives): Add 7z. (Remote Files): ange-ftp-make-backup-files defaults to nil. * doc/emacs/arevert-xtra.texi (Autorevert): Copyedits.
* | Update Search chapter in Emacs manual.Chong Yidong2011-10-191-1/+1
| | | | | | | | | | | | | | * doc/emacs/search.texi (Repeat Isearch, Error in Isearch): Add kindex entries. (Isearch Yank): Document isearch-yank-pop. (Isearch Scroll): Refer to C-l instead of unbound `recenter'. (Other Repeating Search): Document Occur Edit mode.
* | More edits to Display chapter of Emacs manual.Chong Yidong2011-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/display.texi (Fringes): Move overflow-newline-into-fringe here, from Line Truncation node. (Standard Faces): Note that only the background of the cursor face has an effect. (Cursor Display): Fix descriptions of cursor face and bar cursor blinking. (Text Display): Document nobreak-char-display more clearly. (Line Truncation): Add xref to Split Window node. (Display Custom): Don't bother documenting baud-rate or no-redraw-on-reenter. * doc/emacs/search.texi (Slow Isearch): Node removed.
* | Small updates for admin/notes/.Glenn Morris2011-10-172-3/+6
| | | | | | | | | | * admin/notes/changelogs: Copy some info here from copyright. * admin/notes/copyright: Tiny update.
* | Two minor manual updates.Chong Yidong2011-10-151-6/+6
| | | | | | | | | | | | | | * doc/emacs/killing.texi (Deletion): Document negative prefix arg to M-SPC. * doc/emacs/regs.texi (Text Registers): C-x r i does not activate the mark. (Bookmarks): Document new default bookmark location.
* | Copyedits and updates for Emacs manual's first few chapters.Chong Yidong2011-10-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/basic.texi (Inserting Text): Add xref to Completion. Add ucs-insert example, and document prefix argument. (Moving Point): Fix introduction; C-f/C-b are no longer equivalent to left/right. Tweak left-char and right-char descriptions. M-left and M-right are now bound to left-word/right-word. (Erasing): Document delete-forward-char. * doc/emacs/commands.texi (User Input): Define "input event" more clearly. (Keys): Add xref to Echo Area. (Commands): Clarify relation between commands and functions. * doc/emacs/entering.texi (Entering Emacs): Define "startup screen". Document window-splitting behavior with command-line inputs. (Exiting): Remove obsolete paragraph about shells without suspend functionality. * doc/emacs/frames.texi (Non-Window Terminals): Index just "text-only terminal", which is used throughout the manual now. * doc/emacs/screen.texi (Screen, Menu Bar): Copyedits. (Point): Remove duplicate paragraph on cursors, also in Screen. (Mode Line): Trailing dashes no longer shown on X displays.
* | Updates to admin/make-tarball.txt.Chong Yidong2011-09-251-24/+13
| |
* | * admin.el (set-version): Fix regexps for config.nt and sed2v2.inp.Chong Yidong2011-09-252-2/+7
| |
* | Merge from trunk.Paul Eggert2011-09-061-1/+1
|\ \
* \ \ Merge from trunk.Paul Eggert2011-09-0350-188/+76074
|\ \ \ | |/ /
| * | bzr 2.4.0, including changelog_merge plugin, was released.Glenn Morris2011-09-011-10/+12
| | |
| * | Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii2011-08-232-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-232-29/+88
| | |
| * | Use uniprop tables instead of biditype.h and bidimirror.h.Eli Zaretskii2011-08-155-148/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Move etc/grammars to admin/grammars.Chong Yidong2011-08-129-0/+4681
| | |
| * | admin/make-dist: Add admin/ to source tarballs.Chong Yidong2011-08-1234-0/+71266
| | | | | | | | | | | | | | | | | | | | | | | | admin/charsets/mapfiles/*.gz: Delete. Add gunzipped versions. See emacs-devel thread at http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00347.html
* | | Merge from trunk.Paul Eggert2011-07-291-0/+5
|\ \ \ | |/ /
| * | admin/MAINTAINERS: Added Bastien Guerry as current maintainer of OrgBastien Guerry2011-07-281-0/+5
| | |
* | | 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-242-10/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/FOR-RELEASE: Reset list of proof-read manual etc files.Glenn Morris2011-07-191-109/+113
| |
* | * admin/notes/bugtracker: How to add new tags.Glenn Morris2011-07-141-0/+8
| |