aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-11-211-0/+6
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
| * Remove Man reading problem.Juri Linkov2007-11-161-2/+0
| |
| * *** empty log message ***Richard M. Stallman2007-11-121-0/+8
| |
* | Add Gnus problems.Dan Nicolaescu2007-11-181-0/+9
| |
* | Remove C-x v v entry, fixed on 2007-11-13.Dan Nicolaescu2007-11-181-3/+0
| |
* | (process-lines): Move to ../lisp/subr.el.Glenn Morris2007-11-172-17/+4
| |
* | two View-mode "quit" bugs: fixed by Martin Rudalics's recent changes.Glenn Morris2007-11-161-3/+0
| |
* | *** empty log message ***Nick Roberts2007-11-121-4/+0
| |
* | Merge from emacs--rel--22Miles Bader2007-11-091-0/+12
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
| * *** empty log message ***Richard M. Stallman2007-11-071-5/+0
| |
| * (tags-table-mode): Disable undo.Glenn Morris2007-11-021-4/+0
| |
| * Fixed: minor bug in footnote.el.Glenn Morris2007-11-011-2/+0
| |
| * *** empty log message ***Richard M. Stallman2007-10-311-0/+2
| |
| * Remove batch mode format-mode-line problem.Jason Rumney2007-10-301-2/+0
| |
| * *** empty log message ***Richard M. Stallman2007-10-301-0/+2
| |
| * *** empty log message ***Richard M. Stallman2007-10-231-1/+0
| |
* | *** empty log message ***Thien-Thi Nguyen2007-11-031-28/+28
| |
* | * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-011-1/+0
| | | | | | | | | | | | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
* | *** empty log message ***Nick Roberts2007-10-311-0/+1
| |
* | (install-arch-indep): Fallback to $USER and `id -un' when changingGlenn Morris2007-10-311-0/+3
| | | | | | | | ownership of installed files.
* | *** empty log message ***Richard M. Stallman2007-10-301-0/+2
| |
* | *** empty log message ***Nick Roberts2007-10-291-0/+3
| |
* | Move here from ../.Glenn Morris2007-10-232-0/+237
| |
* | Merge from emacs--rel--22Miles Bader2007-10-201-0/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 129-130) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-900
* | Add C-x v v bug.Glenn Morris2007-10-191-0/+3
| |
* | Merge from emacs--rel--22Miles Bader2007-10-181-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 125-127) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896
| * Add Image Support section.Jason Rumney2007-10-181-0/+26
| |
| * Include COPYING in top level directory of all distributed archives.Jason Rumney2007-10-171-4/+4
| |
| * ** ams@gnu.org, 9 July: eshell and external commandsChong Yidong2007-10-171-3/+0
| | | | | | | | Fixed.
| * Add url.Glenn Morris2007-10-171-0/+1
| |
| * (handle_display_prop): Ignore display specs afterYAMAMOTO Mitsuharu2007-10-161-8/+0
| | | | | | | | | | | | replacing one when string text is being replaced. (handle_single_display_spec): Pretend as if characters with display property haven't been consumed only when buffer text is being replaced.
* | Doc fix.Juanma Barranquero2007-10-172-7/+11
| |
* | Merge from emacs--rel--22Miles Bader2007-10-151-7/+0
|\ \ | |/ | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
| * *** empty log message ***Richard M. Stallman2007-10-141-3/+3
| |
| * John Paul Wallington <jpw at pobox.com>Glenn Morris2007-10-141-6/+0
| | | | | | | | | | (x_create_tip_frame): Set the `display-type' frame parameter before setting up faces.
| * (set-frame-configuration): Assign name parameter onlyMartin Rudalics2007-10-121-5/+0
| | | | | | | | if it has been set explicitly before.
| * Remove "set-frame-size for frame without minibuffer loses mode line"Jason Rumney2007-10-091-7/+0
| |
* | *** empty log message ***Richard M. Stallman2007-10-141-0/+3
| |
* | *** empty log message ***Glenn Morris2007-10-131-20/+22
| |
* | Merge from emacs--rel--22Miles Bader2007-10-091-4/+7
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * Remove non-bug.Glenn Morris2007-10-091-4/+2
| |
| * (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.Richard M. Stallman2007-10-091-10/+0
| |
| * Add urls.Glenn Morris2007-10-071-0/+3
| |
| * Purge duplicate entry.Glenn Morris2007-10-071-3/+0
| |
| * *** empty log message ***Richard M. Stallman2007-10-071-7/+20
| |
| * (mouse-autoselect-window-cancel): Don't cancel forMartin Rudalics2007-10-061-5/+0
| | | | | | | | | | | | select-window or select-frame events. (handle-select-window): When autoselecting window set input focus. Restructure.
| * *** empty log message ***Glenn Morris2007-10-051-6/+9
| |
| * *** empty log message ***Martin Rudalics2007-10-011-0/+7
| |
| * *** empty log message ***Martin Rudalics2007-09-281-5/+0
| |
| * Mention Tex superscript font issue.Glenn Morris2007-09-281-14/+12
| |