mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
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.
95 lines
3.1 KiB
Text
95 lines
3.1 KiB
Text
2005-10-17 Bill Wohler <wohler@newt.com>
|
|
|
|
* mh-customize.el (mh-folder-tool-bar-map): Renamed image file
|
|
left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
|
|
to mail/compose, fld_open to fld-open.
|
|
(mh-letter-tool-bar-map): Renamed image file mail_send to
|
|
mail/send.
|
|
|
|
2005-10-16 Bill Wohler <wohler@newt.com>
|
|
|
|
* mh-comp.el (mh-display-completion-list-compat): New macro which
|
|
calls `display-completion-list' correctly in older environments.
|
|
Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
|
|
argument.
|
|
(mh-complete-word): Use it.
|
|
|
|
* mh-init.el (mh-image-load-path): Use locate-library to find
|
|
MH-E. This simplified the code a lot. Flattened out nested
|
|
statements even more.
|
|
|
|
2005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
|
|
|
|
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
|
|
causes a compiler warning.
|
|
|
|
* mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
|
|
the message to be viewed (closes SF #1306141).
|
|
|
|
2005-10-16 Masatake YAMATO <jet@gyve.org>
|
|
|
|
* mh-comp.el (mh-complete-word): Pass the common
|
|
prefix substring of completion to `display-completion-list'.
|
|
|
|
2005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
|
|
|
|
* mh-init.el (mh-image-load-path-called-flag): New variable which
|
|
is used by mh-image-load-path so that it runs only once.
|
|
(mh-image-load-path): Modified so that it gets run only once. Also
|
|
flatten out heavily nested if statements to make it clearer.
|
|
|
|
* mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
|
|
to find images used in the toolbar.
|
|
|
|
* mh-customize.el (:folder): Remove call to mh-image-load-path.
|
|
|
|
2005-10-14 Bill Wohler <wohler@newt.com>
|
|
|
|
* mh-e.el (Version, mh-version): Added +cvs to version.
|
|
|
|
2005-10-14 Bill Wohler <wohler@newt.com>
|
|
|
|
Released MH-E version 7.85.
|
|
|
|
* mh-e.el (Version, mh-version): Updated for release 7.85.
|
|
|
|
2005-10-14 Bill Wohler <wohler@newt.com>
|
|
|
|
* mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
|
|
* mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
|
|
need to be indented.
|
|
|
|
* mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
|
|
but the code that invoked the face had not been updated. Tick
|
|
highlighting working again.
|
|
|
|
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
|
|
make-variable-buffer-local call to top level to avoid warnings in
|
|
CVS Emacs.
|
|
|
|
* mh-comp.el (mh-insert-letter): Replaced deprecated read-input
|
|
with read-string.
|
|
|
|
2005-10-09 Bill Wohler <wohler@newt.com>
|
|
|
|
* mh-init.el (mh-image-load-path): New function that adds the path
|
|
to the MH-E images to the image-load-path or load-path depending
|
|
on the version of Emacs.
|
|
|
|
* mh-customize.el: Call mh-image-load-path just before
|
|
mh-tool-bar-define so that the toolbar images can be found.
|
|
|
|
2005-10-04 Bill Wohler <wohler@newt.com>
|
|
|
|
* ChangeLog: Moved contents into ChangeLog.1 and trimmed.
|
|
|
|
* ChangeLog.1: New file. Contains old ChangeLog.
|
|
|
|
|
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved.
|
|
|
|
;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51
|