aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * *** empty log message ***Richard M. Stallman2007-05-111-2/+0
| | |
| * | Merge from emacs--rel--22Miles Bader2007-05-111-1/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 13) - Update from CVS 2007-05-10 Richard M. Stallman <rms@gnu.org> * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. (iso-cvt-write-only): Likewise. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix generated doc string. * lisp/startup.el (fancy-splash-text): Add URL of guided tour. Adjust horizontal and vertical whitespace. * lisp/progmodes/compile.el (compilation-handle-exit): Use run-hook-with-args to run compilation-finish-functions. * lisp/files.el (file-start-mode-alist): New variable. (magic-mode-regexp-match-limit): Doc fix. (set-auto-mode): Handle file-start-mode-alist. A little cleanup of structure. 2007-05-10 Richard M. Stallman <rms@gnu.org> * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example. * lispref/help.texi (Keys in Documentation): Add reference to Documentation Tips. * lispref/files.texi (Format Conversion): TO-FN gets three arguments. * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
| | * *** empty log message ***Richard M. Stallman2007-05-101-4/+3
| | |
| * | *** empty log message ***Richard M. Stallman2007-05-061-6/+1
| | |
| * | *** empty log message ***Glenn Morris2007-05-051-9/+5
| | |
| * | Add notes about NEWS, as a reminder for the next release.Glenn Morris2007-05-051-0/+4
| | |
| * | Merge from emacs--rel--22Miles Bader2007-05-041-0/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 8) - Update from CVS 2007-05-04 Karl Berry <karl@tug.org> * lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. 2007-05-04 Karl Berry <karl@gnu.org> * man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-731
| | * *** empty log message ***Richard M. Stallman2007-05-041-0/+3
| | |
| * | Merge from emacs--rel--22Miles Bader2007-05-041-6/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 6) - Update from CVS 2007-05-03 Karl Berry <karl@gnu.org> * man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version. * man/texinfo.tex: update from current version for better pdf generation. * man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black for printing. 2007-05-03 Karl Berry <karl@gnu.org> * lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version. 2007-05-01 Richard M. Stallman <rms@gnu.org> * man/cmdargs.texi (Initial Options): Under --batch, mention --eval. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
| | * *** empty log message ***Richard M. Stallman2007-05-031-0/+2
| | |
| | * *** empty log message ***Richard M. Stallman2007-05-021-3/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-05-021-3/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-05-011-3/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-05-011-4/+6
| | |
* | | Merge from emacs--devo--0Miles Bader2007-05-012-8/+17
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 713-725) - Update from CVS - Merge from emacs--rel--22 - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change. - Merge from gnus--rel--5.10 * emacs--rel--22 (base, patch 1-5) - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709 - Sync to CVS tag EMACS_22_BRANCHPOINT - Sync to CVS branch EMACS_22_BASE - Update from CVS * gnus--rel--5.10 (patch 217) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202
| * | Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.Miles Bader2007-05-011-15/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 4-5) - Update from CVS 2007-05-01 Romain Francoise <romain@orebokech.com> * lisp/dired-x.el: Revert 2007-04-06 change. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-723
| | * *** empty log message ***Richard M. Stallman2007-04-291-3/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-291-15/+3
| | |
| * | Merge from emacs--rel--22Miles Bader2007-04-291-1/+33
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 3) - Update from CVS 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. 2007-04-28 Eli Zaretskii <eliz@gnu.org> * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719
| | * Add another url.Glenn Morris2007-04-281-1/+2
| | |
| | * Restore python.el pending consideration of legal status.Glenn Morris2007-04-281-2/+5
| | |
| | * Add pointers to the relevant mailing lists threads.Glenn Morris2007-04-281-5/+15
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-281-0/+2
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-281-2/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-281-0/+2
| | |
| | * Import bugs from copy of this file on the trunk.Glenn Morris2007-04-281-0/+8
| | |
| * | *** empty log message ***Glenn Morris2007-04-281-0/+3
| | |
| * | Move bugs to EMACS_22_BASE branch.Glenn Morris2007-04-281-21/+1
| | |
| * | Merge from emacs--rel--22Miles Bader2007-04-281-0/+9
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (base, patch 1-2) - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709 - Sync to CVS tag EMACS_22_BRANCHPOINT - Sync to CVS branch EMACS_22_BASE 2007-04-25 Richard M. Stallman <rms@gnu.org> * lisp/hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'. 2007-04-24 Richard M. Stallman <rms@gnu.org> * lispref/text.texi (Special Properties): Add xref to Overlay Properties. * lispref/display.texi (Overlay Properties): Add xref to Special Properties. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-716
| | * ** mathias.dahl@gmail.com, Apr 24: Tumme fails with default custom settingsChong Yidong2007-04-271-2/+0
| | | | | | | | | | | | Fixed in 2007-04-25 checkin.
| | * ** pj@heslin.eclipse.co.uk, Apr 24: Small bug in flyspell.elChong Yidong2007-04-271-2/+0
| | | | | | | | | | | | Fixed.
| | * button face dealt with.Glenn Morris2007-04-261-2/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-251-0/+4
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-251-0/+2
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-251-3/+5
| | |
| | * *** empty log message ***Richard M. Stallman2007-04-241-0/+7
| | |
* | | Merge from emacs--devo--0Miles Bader2007-04-263-3/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 711-712) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-199
| * | *** empty log message ***Glenn Morris2007-04-261-2/+2
| | |
| * | Mention increasing trunk version number after branching.Glenn Morris2007-04-261-0/+2
| | |
| * | *** empty log message ***Nick Roberts2007-04-252-4/+4
| | |
| * | Add note about cutting the branch.Nick Roberts2007-04-251-1/+18
| | |
* | | Merge from emacs--devo--0Miles Bader2007-04-242-9/+32
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
| * | .Stefan Monnier2007-04-241-0/+0
| | |
| * | *** empty log message ***Stefan Monnier2007-04-241-0/+0
| | |
| * | *** empty log message ***Richard M. Stallman2007-04-241-0/+3
| | |
| * | *** empty log message ***Richard M. Stallman2007-04-241-0/+5
| |/
| * ** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.Chong Yidong2007-04-231-2/+2
| | | | | | | | Update.
| * Alfred M. Szmidt, April 23: Build succeeds on OpenBSD 3.9.Chong Yidong2007-04-231-1/+2
| |
| * ** Stephen.Berman@gmx.net, April 22: redisplayChong Yidong2007-04-231-2/+0
| | | | | | | | | | | | | | This is unrelated to redisplay; X (or GTK) dialog boxes are not managed by the redisplay engine, so there is no expectation that redisplay must occur before or after the dialog box appears. See 2007-04-23 messages on emacs-devel.
| * ** nickrob@snap.net.nz, April 23: Info-scroll-up/down on mode-lineChong Yidong2007-04-231-2/+0
| | | | | | | | Fixed.