| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace doc references to deleted etc/ files...* 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.
| Glenn Morris | 2014-01-11 | 1 | -2/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Move runtime leim lisp files to lisp/leim directory...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.
| Glenn Morris | 2013-11-26 | 1 | -3/+4 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | Bump version to 24.2.91....Regenerate ldefs-boot.el and AUTHORS.
| Chong Yidong | 2012-12-15 | 1 | -1/+1 |
| * | Bump version to 24.2.90....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2012-11-24 | 1 | -1/+1 |
* | | Bump version to 24.3.50 | Chong Yidong | 2012-11-02 | 1 | -1/+1 |
|/ |
|
* | Improve robustness of 'make bootstrap'....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
| Paul Eggert | 2012-09-09 | 1 | -3/+8 |
* | Bump version to 24.2.50 | Chong Yidong | 2012-08-15 | 1 | -1/+1 |
* | Rename configure.in to configure.ac....Fixes: debbugs:11603
| Paul Eggert | 2012-07-08 | 1 | -3/+3 |
* | Bump trunk version to 24.1.50....* 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.
| Glenn Morris | 2012-04-07 | 1 | -1/+1 |
* | Bump version to 24.0.95....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2012-04-02 | 1 | -1/+1 |
* | Bump version to 24.0.94 | Chong Yidong | 2012-02-27 | 1 | -1/+1 |
* | Bump version to 24.0.93....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2012-01-29 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Bump version to 24.0.92....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2011-12-01 | 1 | -1/+1 |
* | Bump version to 24.0.91....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2011-10-31 | 1 | -1/+1 |
* | Bump version to 24.0.90....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2011-09-25 | 1 | -1/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | * README: Add a note about ranges in copyright years....(See current maintain.info.)
| Glenn Morris | 2011-01-24 | 1 | -0/+8 |
* | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | * | Bump version to 23.2.91....Regenerate configure and ldefs-boot.el.
| Chong Yidong | 2010-12-10 | 1 | -1/+1 |
| | * | Bump version to 23.2.90....Regenerate AUTHORS, configure, and ldefs-boot.el.
| Chong Yidong | 2010-11-08 | 1 | -1/+1 |
* | | | Automate syncing from gnulib. | Paul Eggert | 2011-01-08 | 1 | -0/+1 |
|/ / |
|
* | | Restore files that I seem to have mistakenly deleted. | Katsumi Yamaoka | 2010-12-03 | 1 | -0/+105 |
* | | gnus-demon.el (gnus-demon-init): Fix time computing when time is nil. | Julien Danjou | 2010-12-03 | 1 | -105/+0 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -10/+8 |
|\| |
|
| * | * README: Updates. | Glenn Morris | 2010-10-11 | 1 | -10/+8 |
| * | Bump version to 23.2.50. | Chong Yidong | 2010-05-08 | 1 | -1/+1 |
| * | Bump version to 23.2. | Chong Yidong | 2010-05-07 | 1 | -1/+1 |
| * | Bump version to 23.1.97. | Chong Yidong | 2010-05-03 | 1 | -1/+1 |
| * | Bump version to 23.1.96. | Chong Yidong | 2010-04-19 | 1 | -1/+1 |
| * | Bump version to 23.1.95. | Chong Yidong | 2010-04-02 | 1 | -1/+1 |
| * | Bump version to 23.1.94 and regenerate ldefs-boot.el. | Chong Yidong | 2010-03-10 | 1 | -1/+1 |
* | | Bump version to 24.0.50. | Chong Yidong | 2010-03-10 | 1 | -1/+1 |
|/ |
|
* | Bump version to 23.1.93; regenerate AUTHORS. | Chong Yidong | 2010-02-26 | 1 | -1/+1 |
* | Bump version to 23.1.92. | Chong Yidong | 2010-01-29 | 1 | -1/+1 |
* | Replace emacs-pretest-bug with bug-gnu-emacs mailing list....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.
| Glenn Morris | 2010-01-11 | 1 | -6/+4 |
* | Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el. | Chong Yidong | 2009-12-30 | 1 | -1/+1 |
* | Bump version to 23.1.90. | Chong Yidong | 2009-12-09 | 1 | -1/+1 |
* | Bump version to 23.1.50. | Chong Yidong | 2009-06-21 | 1 | -1/+1 |
* | Bump version number to 23.0.95. | Chong Yidong | 2009-06-19 | 1 | -1/+1 |
* | Bump version to 23.0.94. | Chong Yidong | 2009-05-23 | 1 | -1/+1 |
* | Bump version to 23.0.93. | Chong Yidong | 2009-05-01 | 1 | -1/+1 |
* | Bump version to 23.0.92. | Chong Yidong | 2009-03-31 | 1 | -1/+1 |
* | Bump version to 23.0.91. | Chong Yidong | 2009-02-26 | 1 | -1/+1 |
* | Bump version to 23.0.90. | Chong Yidong | 2009-02-01 | 1 | -1/+1 |