summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Bump version to 24.3.92Glenn Morris2014-06-25
|
* Bump version to 24.3.91Glenn Morris2014-05-11
|
* Bump version to 24.3.90; regenerate AUTHORSGlenn Morris2014-04-10
|
* Replace doc references to deleted etc/ filesGlenn Morris2014-01-11
| | | | | | | | | | * README: Replace reference to etc/MAILINGLISTS. * doc/man/emacs.1: Replace reference to etc/MAILINGLISTS. * doc/misc/efaq.texi (Guidelines for newsgroup postings) (Informational files for Emacs): Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
|
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to reuse much of the lisp build and installation machinery, rather than duplicating it. * Makefile.in (abs_builddir, leimdir): Remove. (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory. (epaths-force-w32): No longer set BLD. (leim): Remove. (install-arch-indep): No longer run or install leim. (mostlyclean, clean): No longer run leim rule. (bootstrap-clean): Change leim target. (maintainer-clean): Add leim. (check-declare): Remove leim. * README: Update for leim changes. * configure.ac (leimdir): Remove. (standardlisppath): No more leimdir. * make-dist: Update for files from leim/ now being in lisp/leim/. * doc/lispref/loading.texi (Library Search): * doc/lispref/os.texi (Startup Summary): No more leim directory. * leim/Makefile.in (leimdir): New variable. (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc) (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el): Generate in $leimdir. (all): Remove compilation, add ja-dic. (leim-list.el): Now PHONY. (setwins, compile-targets, compile-main, clean, mostlyclean) (extraclean): Remove. (bootstrap-clean): Delete all generated files. * leim/README: Update for moved leim/ directory. * leim/leim-ext.el (ucs-input-activate, hangul-input-method-activate): Remove manual autoloads; now in loaddefs.el. Disable byte-compile, version-control, autoloads in the output. * lisp/Makefile.in (setwins_for_subdirs): Skip leim/ directory. (compile-main): Depend on lisp/leim rule. (leim): New rule. * lisp/loadup.el: Move leim-list.el to leim/ subdirectory. * lisp/startup.el (normal-top-level): No more leim directory. * lisp/international/ja-dic-cnv.el (skkdic-convert): Disable version-control and autoloads in output files. * lisp/international/titdic-cnv.el (titdic-convert, miscdic-convert): Disable version-control and autoloads in output files. * lisp/leim/quail: Move here from ../leim. * lisp/leim/quail/hangul.el (hangul-input-method-activate): Add autoload cookie. (generated-autoload-load-name): Set file-local value. * lisp/leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie. (generated-autoload-load-name): Set file-local value. * nt/README.W32: * nt/addpm.c (env_vars): * nt/epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH): * nt/paths.h (PATH_LOADSEARCH): No more leim directory. * src/Makefile.in (leimdir): Now in lisp source directory. ($(leimdir)/leim-list.el): Just use ../leim . * src/epaths.in (PATH_DUMPLOADSEARCH): * src/lread.c (load_path_default): * src/nsterm.m (ns_load_path): No more leim directory. * .bzrignore: Update for relocated leim files.
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
| |
| * Bump version to 24.2.91.emacs-24.2.91Chong Yidong2012-12-15
| | | | | | | | Regenerate ldefs-boot.el and AUTHORS.
| * Bump version to 24.2.90.emacs-24.2.90Chong Yidong2012-11-24
| | | | | | | | Regenerate AUTHORS and ldefs-boot.el.
* | Bump version to 24.3.50Chong Yidong2012-11-02
|/
* Improve robustness of 'make bootstrap'.Paul Eggert2012-09-09
| | | | | | | | | | | | | | | | | Run autogen.sh after bootstrap-clean, to avoid bzr pull issues. * INSTALL, README: Document autogen.sh. * Makefile.in (Makefile): Mark it as precious, since it's updated atomically. (MAKE_CONFIG_STATUS): New macro. (config.status, bootstrap): Use it. This causes 'make bootstrap' to run config.status with the --recheck option, which is more appropriate for a bootstrap. (bootstrap): Run autogen.sh right after cleaning. Don't worry about failures due to missing tools. * autogen.sh: Exit with status 101 when failing due to missing tools. * make-dist: Distribute autogen.sh. Fixes: debbugs:12376
* Bump version to 24.2.50Chong Yidong2012-08-15
|
* Rename configure.in to configure.ac.Paul Eggert2012-07-08
| | | | Fixes: debbugs:11603
* Bump trunk version to 24.1.50.Glenn Morris2012-04-07
| | | | | | | | | | | | | | | | | | | * README, configure.in (AC_INIT): Bump version to 24.1.50. * doc/emacs/emacsver.texi (EMACSVER): Bump version to 24.1.50. * doc/man/emacs.1: Bump version to 24.1.50. * msdos/sed2v2.inp: Bump version to 24.1.50. * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: * nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop: Bump version to 24.1.50. * nt/config.nt, nt/makefile.w32-in, nt/emacs.rc, nt/emacsclient.rc: Bump version to 24.1.50.
* Bump version to 24.0.95.emacs-pretest-24.0.95emacs-pretest-24.0.05Chong Yidong2012-04-02
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Bump version to 24.0.94emacs-pretest-24.0.94Chong Yidong2012-02-27
|
* Bump version to 24.0.93.emacs-pretest-24.0.93Chong Yidong2012-01-29
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
|
* Bump version to 24.0.92.Chong Yidong2011-12-01
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Bump version to 24.0.91.emacs-pretest-24.0.91Chong Yidong2011-10-31
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Bump version to 24.0.90.emacs-pretest-24.0.90Chong Yidong2011-09-25
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
|
* * README: Add a note about ranges in copyright years.Glenn Morris2011-01-24
| | | | (See current maintain.info.)
* Merge from mainline.Paul Eggert2011-01-14
|\
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
| | |
| | * Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-10
| | | | | | | | | | | | Regenerate configure and ldefs-boot.el.
| | * Bump version to 23.2.90.emacs-pretest-23.2.90Chong Yidong2010-11-08
| | | | | | | | | | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
* | | Automate syncing from gnulib.Paul Eggert2011-01-08
|/ /
* | Restore files that I seem to have mistakenly deleted.Katsumi Yamaoka2010-12-03
| |
* | gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.Julien Danjou2010-12-03
| |
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-14
|\|
| * * README: Updates.Glenn Morris2010-10-11
| |
| * Bump version to 23.2.50.Chong Yidong2010-05-08
| |
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-07
| |
| * Bump version to 23.1.97.emacs-pretest-23.1.97Chong Yidong2010-05-03
| |
| * Bump version to 23.1.96.emacs-pretest-23.1.96Chong Yidong2010-04-19
| |
| * Bump version to 23.1.95.emacs-pretest-23.1.95Chong Yidong2010-04-02
| |
| * Bump version to 23.1.94 and regenerate ldefs-boot.el.emacs-pretest-23.1.94Chong Yidong2010-03-10
| |
* | Bump version to 24.0.50.Chong Yidong2010-03-10
|/
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-26
|
* Bump version to 23.1.92.Chong Yidong2010-01-29
|
* Replace emacs-pretest-bug with bug-gnu-emacs mailing list.Glenn Morris2010-01-11
| | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00758.html * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * mail/emacsbug.el (report-emacs-bug-pretest-address): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * trouble.texi (Checklist): Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions.
* Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.emacs-pretest-23.1.91Chong Yidong2009-12-30
|
* Bump version to 23.1.90.emacs-pretest-23.1.90Chong Yidong2009-12-09
|
* Bump version to 23.1.50.Chong Yidong2009-06-21
|
* Bump version number to 23.0.95.emacs-pretest-23.0.95Chong Yidong2009-06-19
|
* Bump version to 23.0.94.emacs-pretest-23.0.94Chong Yidong2009-05-23
|
* Bump version to 23.0.93.Chong Yidong2009-05-01
|