summaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* *** 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
|
* Merge duplicate BUGS sections.Romain Francoise2005-09-261-5/+3
|
* Checked lispref/errors.texi and lispref/maps.texiChong Yidong2005-09-261-2/+2
|
* *** empty log message ***Richard M. Stallman2005-09-261-0/+5
|
* Fixed ebrowse bug.Chong Yidong2005-09-201-30/+0
|
* *** empty log message ***Romain Francoise2005-09-171-18/+0
|
* *** empty log message ***Richard M. Stallman2005-09-171-0/+3
|
* Remove VC-over-Tramp issue. VC now fails gracefully in theAndré Spiegel2005-09-101-4/+0
| | | | appropriate cases.
* Checked hooks.texi, locals.texi.Chong Yidong2005-09-081-2/+2
|
* Bug fixed: mouse-1 on buffer-menu header.Chong Yidong2005-09-061-3/+0
|
* Custom themes documented.Chong Yidong2005-09-051-4/+0
|
* *** empty log message ***Richard M. Stallman2005-09-041-4/+2
|
* (New features): Remove vhdl-mode.el update item (Done).Romain Francoise2005-08-312-3/+5
|
* Remove progress inhibition notice based on policy documentThien-Thi Nguyen2005-08-291-3/+0
| | | | admin/notes/years (that file is now updated).
* Mention rendered/commented copyright notice practiceThien-Thi Nguyen2005-08-291-0/+6
| | | | for refcards under etc/.
* (Bugs): Remove compile-internal item (Done).Romain Francoise2005-08-272-2/+4
|
* *** empty log message ***Richard M. Stallman2005-08-251-0/+5
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-241-1/+1
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-161-30/+30
|
* Remove reference to UDP server processes hanging on WindowsJuanma Barranquero2005-08-151-3/+1
| | | | (fixed by Kim F. Storm).
* Update "copyright years" section.Thien-Thi Nguyen2005-08-101-6/+6
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-101-3/+10
|
* Add W32-specific issues.Juanma Barranquero2005-08-091-0/+17
|
* *** empty log message ***Richard M. Stallman2005-08-091-0/+19
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-071-3/+4
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-071-3/+5
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-061-5/+9
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-061-2/+7
|
* Update copyright years section.Thien-Thi Nguyen2005-08-011-8/+8
|
* *** empty log message ***Nick Roberts2005-08-011-1/+1
|
* *** empty log message ***Nick Roberts2005-07-291-0/+1
|
* Update. Include emacs-devel message fragment.Thien-Thi Nguyen2005-07-291-3/+15
|
* Fixed ange-ftp problem with IPv6 failure.Stefan Monnier2005-07-281-26/+0
|
* *** empty log message ***Richard M. Stallman2005-07-121-0/+2
|