aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * FOR-RELEASE: Elisp manual checking completed.Chong Yidong2006-08-131-0/+4
|
* Update refcard section.Reiner Steib2006-07-171-0/+4
|
* *** empty log message ***Kim F. Storm2006-07-141-1/+5
|
* *** empty log message ***Kim F. Storm2006-07-091-0/+4
|
* * FOR-RELEASE: Checking of info.texi done.Chong Yidong2006-06-271-0/+4
|
* Update refcard section.Reiner Steib2006-06-081-0/+4
|
* Update refcard section.Reiner Steib2006-06-071-0/+4
|
* * FOR-RELEASE: Key sequence elisp node done.Chong Yidong2006-05-251-0/+4
|
* Update refcard translations. Add coding cookie.Reiner Steib2006-05-241-1/+5
|
* point-entered /point-left bug fixed.Chong Yidong2006-05-211-0/+4
|
* *** empty log message ***Eli Zaretskii2006-05-121-0/+5
|
* MH-E 8.0 has been released, so removed reminder about it.Bill Wohler2006-05-061-0/+5
|
* updated copyright year(s)Ramprasad B2006-04-201-0/+4
|
* (BUGS): Add URLs/MIDs.Reiner Steib2006-02-241-0/+4
|
* *** empty log message ***Kim F. Storm2006-02-201-0/+10
|
* * FOR-RELEASE: string allocation bugs fixed.Chong Yidong2006-01-271-0/+4
|
* Ensure MH-E 8.0 has been released.Bill Wohler2005-12-141-0/+4
|
* (DOCUMENTATION): Remove message-mail, gnus-*Reiner Steib2005-12-091-2/+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-091-0/+5
| | | | gnus-* from doc strings item (Done).
* * FOR-RELEASE: Icons installed. Partial completion bug fixed.Chong Yidong2005-11-291-0/+4
|
* *** empty log message ***Kim F. Storm2005-11-111-0/+5
|
* * FOR-RELEASE: Init file change implemented.Chong Yidong2005-10-301-0/+4
|
* * FOR-RELEASE: Fringe angle bitmap at eob fixed.Chong Yidong2005-10-271-0/+4
|
* split-window has already been implemented.Chong Yidong2005-10-191-1/+2
|
* max-image-size implemented.Chong Yidong2005-10-191-0/+4
|
* Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* (set-version): Set version numbers in nt/emacs.rc.Jason Rumney2005-10-011-0/+4
|
* (New features): Remove vhdl-mode.el update item (Done).Romain Francoise2005-08-311-0/+5
|
* (Bugs): Remove compile-internal item (Done).Romain Francoise2005-08-271-0/+4
|
* *** empty log message ***Lute Kamstra2005-07-051-1/+1
|
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* *** empty log message ***Lute Kamstra2005-06-101-0/+5
|
* *** empty log message ***Richard M. Stallman2005-06-041-0/+5
|
* Don't commit lisp/loaddefs.el.Lute Kamstra2005-04-191-0/+4
|
* *** empty log message ***Lute Kamstra2005-04-141-0/+2
|
* (add-release-logs): Fix require call.Lute Kamstra2005-04-141-0/+4
|
* TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, ↵Marcelo Toledo2005-04-021-2/+4
| | | | TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in 2005-02-08T14:20:54Z!lute@gnu.org, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 2005-04-01T00:31:25Z!rms@gnu.org by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
* *** empty log message ***Luc Teirlinck2005-04-011-0/+5
|
* Replace leading spaces by tabs and remove trailing whitespace.Luc Teirlinck2005-04-011-3/+3
|
* Tracking the confirmation of translators in admin/FOR-RELEASE for the new ↵Marcelo Toledo2005-03-311-0/+6
| | | | title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146Miles Bader2005-03-021-0/+6
| | | | | | | | | | quick-install-emacs: Use mkdir --verbose only when requested 2005-03-02 Miles Bader <miles@gnu.org> * admin/quick-install-emacs: Only use the mkdir --verbose option if the script's --verbose option was specified (this avoids problems with default usage on systems where mkdir doesn't support that option).
* *** empty log message ***Jason Rumney2005-02-151-1/+6
|
* Fix typo. Add missing entry.Lute Kamstra2005-02-141-1/+5
|
* * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).Jan Djärv2004-11-021-0/+4
|
* *** empty log message ***Luc Teirlinck2004-09-211-0/+5
|
* *** empty log message ***Luc Teirlinck2004-09-181-1/+1
|
* (Indications): Clean up and update checklists for Emacs and Elisp manual.Luc Teirlinck2004-09-181-0/+5
|
* *** empty log message ***Kim F. Storm2004-09-111-0/+2
|
* (New features): Remove Gnus 5.10 entry (Done!).Kim F. Storm2004-09-111-0/+4
|