aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix darwin386 configuration issueSteven Tamm2005-10-251-0/+5
|
* *** empty log message ***Eli Zaretskii2005-10-221-0/+4
|
* Fix my email address.Eli Zaretskii2005-10-201-1/+1
|
* Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Create and populate etc/images/gud.Bill Wohler2005-10-151-0/+4
|
* (tempparent): Don't check for 14-char file name limit.Richard M. Stallman2005-10-091-0/+4
|
* Add etc/images/ezimage and etc/images/mailRomain Francoise2005-10-071-0/+5
| | | | directories. Install images in etc/images.
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-041-0/+6
|
* *** empty log message ***Richard M. Stallman2005-09-151-0/+6
|
* *** empty log message ***Kim F. Storm2005-09-101-0/+4
|
* *** empty log message ***Eli Zaretskii2005-09-101-0/+7
|
* *** empty log message ***Eli Zaretskii2005-09-091-0/+5
|
* * config.guess, config.sub: Updated from master source.Paul Eggert2005-09-051-0/+4
|
* Add `lock'.Juanma Barranquero2005-08-021-0/+4
|
* *** empty log message ***Juanma Barranquero2005-07-281-0/+4
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
* Regenerate.Lute Kamstra2005-07-061-0/+5
|
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* (epaths-force): Protect both lisppath and buildlisppath from whitespace.Lute Kamstra2005-06-201-0/+5
|
* configure.in: Support Darwin/MacOSX on IntelSteven Tamm2005-06-091-0/+5
| | | | configure: Regenerate.
* * configure.in (HAVE_CANCELMENUTRACKING): New test.Jan Djärv2005-06-061-0/+5
| | | | * configure: Regenerate.
* Regenerate.Lute Kamstra2005-05-191-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-0/+7
|
* *** empty log message ***Eli Zaretskii2005-05-071-0/+6
|
* .Andreas Schwab2005-04-231-0/+5
|
* *** empty log message ***Thien-Thi Nguyen2005-04-201-0/+5
|
* *** empty log message ***Lute Kamstra2005-04-141-0/+6
|
* *** empty log message ***Lute Kamstra2005-04-131-0/+5
|
* Don't let a special LessTif/Motif1.2 installStefan Monnier2005-03-161-0/+5
| | | | shadow the main Lesstif/Motif-2.1 libs and includes.
* * configure.in: Only add XASSERTS to cppflags.Jan Djärv2005-03-101-0/+5
| | | | * configure: Regenerate.
* * configure.in: Added --enable-asserts.Jan Djärv2005-03-041-0/+5
| | | | * configure: Regenerate.
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-0/+5
| | | | Change development version from 21.3.50 to 22.0.50.
* * configure.in: Check for <sys/utsname.h>.Steven Tamm2005-01-191-0/+5
| | | | * configure: Regenerate.
* *** empty log message ***Kim F. Storm2004-12-111-0/+4
|
* *** empty log message ***Luc Teirlinck2004-12-091-1/+2
|
* (install-arch-indep, uninstall): Add org and url manuals.Luc Teirlinck2004-12-091-0/+5
|
* (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in.Stefan Monnier2004-12-071-1/+6
|
* * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check forJan Djärv2004-12-071-0/+6
| | | | | pthreads and define HAVE_GTK_AND_PTHREAD. * configure: Regenerate.
* *** empty log message ***Richard M. Stallman2004-12-061-0/+4
|
* ChangeLogEli Zaretskii2004-11-271-1/+2
|
* ChangeLogEli Zaretskii2004-11-271-0/+6
|
* *** empty log message ***Stefan Monnier2004-11-221-7/+12
|
* ChangeLogEli Zaretskii2004-11-121-0/+2
|
* ChangeLogEli Zaretskii2004-11-121-0/+4
|
* *** empty log message ***Kim F. Storm2004-11-071-0/+7
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+1
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* * configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if notJan Djärv2004-11-021-0/+3
| | | | explicitly set to no.
* * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): NewJan Djärv2004-11-021-0/+6
| | | | | tests for new and old GTK file dialogs. * configure: Rebuild
* * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32Jan Djärv2004-10-201-0/+6
| | | | | can be set. Remove SETARCH test. * configure: Rebuild