summaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices node.Romain Francoise2006-02-051-31/+31
|
* Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"Chong Yidong2006-01-281-2/+0
| | | | fixed: see emacs-devel thread started by Andre Spiegel, 2005-11-19
* align.el bug was fixed some time ago.Chong Yidong2006-01-281-2/+0
|
* * FOR-RELEASE: string allocation bugs fixed.Chong Yidong2006-01-272-7/+4
|
* *** empty log message ***Richard M. Stallman2006-01-201-0/+2
|
* Copyright checks done for leim directory.Kenichi Handa2005-12-191-1/+1
|
* *** empty log message ***Luc Teirlinck2005-12-181-1/+1
|
* Docstring keymaps checked.Chong Yidong2005-12-181-59/+0
|
* Circle printing bug fixed.Chong Yidong2005-12-181-2/+0
|
* *** empty log message ***Richard M. Stallman2005-12-161-0/+5
|
* Ensure MH-E 8.0 has been released.Bill Wohler2005-12-142-0/+7
|
* *** empty log message ***Glenn Morris2005-12-101-1/+1
|
* foldout buglet fixedChong Yidong2005-12-091-2/+0
|
* (DOCUMENTATION): Remove message-mail, gnus-*Reiner Steib2005-12-092-8/+4
| | | | | | completing-read-multiple, mail-extract-address-components, mail-mode, quail-define-package, save-buffer and ucs-set-table-for-input from doc strings item (Done).
* (DOCUMENTATION): Remove message-mail andReiner Steib2005-12-092-6/+5
| | | | gnus-* from doc strings item (Done).
* *** empty log message ***Luc Teirlinck2005-12-091-2/+0
|
* *** empty log message ***Richard M. Stallman2005-12-091-3/+0
|
* *** empty log message ***Richard M. Stallman2005-12-081-0/+80
|
* Docs updated for global-font-lock-mode and file-name-shadow-mode.Chong Yidong2005-12-081-3/+0
|
* Window resizing bug already fixed.Chong Yidong2005-12-081-4/+0
|
* *** empty log message ***Luc Teirlinck2005-12-081-2/+2
|
* * FOR-RELEASE: Icons installed. Partial completion bug fixed.Chong Yidong2005-11-292-4/+4
|
* TODO before release: Tell people to use the new icons.Chong Yidong2005-11-181-0/+3
|
* Fixed:Chong Yidong2005-11-181-3/+0
| | | | | ** Clean up the confusion about what `unspecified' means in the face defaults for new frames.
* *** empty log message ***Richard M. Stallman2005-11-161-0/+3
|
* *** empty log message ***Richard M. Stallman2005-11-151-0/+2
|
* *** empty log message ***Richard M. Stallman2005-11-151-1/+3
|
* Checked macos.texiChong Yidong2005-11-121-1/+1
|
* *** empty log message ***Kim F. Storm2005-11-111-0/+5
|
* (FATAL ERRORS): Fix infinite loop in redisplayKim F. Storm2005-11-111-10/+0
| | | | when displaying a non-breaking space in an overlay string.
* Add overlay infloop bug.Romain Francoise2005-11-101-0/+10
|
* *** empty log message ***Richard M. Stallman2005-11-091-0/+4
|
* Fixed a bug where where-is-internal failed to detect when a key isJuri Linkov2005-11-091-3/+0
| | | | shadowed by a shorter prefix key.
* *** empty log message ***Richard M. Stallman2005-11-031-1/+4
|
* *** empty log message ***Richard M. Stallman2005-10-301-1/+2
|
* * FOR-RELEASE: Init file change implemented.Chong Yidong2005-10-302-2/+4
|
* * FOR-RELEASE: Fringe angle bitmap at eob fixed.Chong Yidong2005-10-272-4/+4
|
* *** empty log message ***Richard M. Stallman2005-10-271-0/+4
|
* Removed quadruple-width Chinese character problem. Lesser relatedJason Rumney2005-10-251-7/+0
| | | | problem added to etc/PROBLEMS.
* Added Chinese character width problem.Jason Rumney2005-10-221-0/+7
|
* split-window has already been implemented.Chong Yidong2005-10-192-4/+2
|
* max-image-size implemented.Chong Yidong2005-10-192-7/+4
|
* Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-172-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low resolution images were placed in their own directory (low-color). Replaced underscore (_) in filenames with dash (-) per convention * make-dist: Create and populate etc/images/low-color. * admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list since it's gone. Also marked mh-e as done. * lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*: * lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*: * lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*: * lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*: * lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, * * lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*: * lisp/toolbar/saveas.*, lisp/toolbar/search.*: * lisp/toolbar/search-replace.*: lisp/toolbar/spell.*: * lisp/toolbar/undo.*: Moved to etc/images. * lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*. * lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*. * lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*. * lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*. * lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*. * lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*. * lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*. * lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*. * lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*. * lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*. * lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*. * lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*. * lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*. * lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*. * lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*. To conform with convention, the underscore (_) in the following image names were replaced with dash (-) or (/) as appropriate. * lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*. * lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*. * lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*. * lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*. * lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*. * lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*. * lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*. * lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*. * lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*. * lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*. * lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*. * lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*. * lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*. * lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*. * lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*. * lisp/info.el (info-tool-bar-map): Replaced underscores in image names with dashes. * lisp/makefile.w32-in (WINS): Removed toolbar. * lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in comment. * lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that lisp/toolbar is empty, it should be deleted when folks run "cvs up -P". * etc/images/README: Incorporated the content of lisp/toolbar/README now that all of the images are here.
* *** empty log message ***Juanma Barranquero2005-10-111-0/+5
|
* (FATAL ERRORS): Remove item about JPEG libraries on Windows (Done).Juanma Barranquero2005-10-111-10/+0
|
* Checked files: man/anti.texi, man/maintaining,texi, and lispref/anti.texiChong Yidong2005-10-081-3/+3
|
* *** empty log message ***Richard M. Stallman2005-10-081-2/+0
|
* *** empty log message ***Richard M. Stallman2005-10-021-2/+2
|
* (set-version): Set version numbers in nt/emacs.rc.Jason Rumney2005-10-012-1/+34
|
* *** empty log message ***Kim F. Storm2005-09-291-3/+20
|