aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-2595/+0
| | | | | | | | | | | | | This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]"
* * admin/update_autogen (commit): Switch prefix from "# " to "; ".Glenn Morris2015-03-311-1/+5
|
* Merge from origin/emacs-24Paul Eggert2015-03-031-1/+0
|\ | | | | | | | | | | | | | | c4ade11 textmodes/ispell.el: Look for aspell .dat files also under dict-dir e28ec9a ispell.el: Extend to aspell current hunspell handling of aliases Conflicts: lisp/ChangeLog
* \ Merge from origin/emacs-24Paul Eggert2015-03-031-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0ba590 Fix vertical-motion and posn-at-point when word-wrap is a323b93 Better multi-line input support in comint.el 008a04a todo-mode.el: Restore point on setting item done (Bug#19727) 9615c0d doc/misc/erc.texi: fix typo c648717 Update ERC docs and update MAINTANERS to include myself d825f66 Fix filling circle/ellipse in Artist Mode (Bug#19763) Conflicts: admin/ChangeLog doc/misc/ChangeLog doc/misc/erc.texi lisp/ChangeLog src/ChangeLog
| * Update ERC docs and update MAINTANERS to include myselfkwhite2015-02-041-0/+4
| |
| * # ChangeLog fixes, backportedGlenn Morris2015-02-011-6/+7
| |
* | Merge from origin/emacs-24Paul Eggert2015-03-031-0/+5
|\ \ | |/ | | | | | | | | | | | | | | d3852a9 * admin/admin.el (manual-meta-string): Use bug-gnu-emacs. d69e9f1 CC Mode: Stop Font Lock forcing fontification from BOL. Conflicts: admin/ChangeLog lisp/ChangeLog
| * * admin/admin.el (manual-meta-string): Use bug-gnu-emacs@gnu rather than ↵Glenn Morris2015-02-011-0/+5
| | | | | | | | webmasters@gnu
* | # ChangeLog fixesGlenn Morris2015-01-301-1/+1
| | | | | | | | | | Merged ChangeLog entries go to the top, with the date of the merge. It's a simple rule.
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+4
|\ \ | |/ | | | | e13e3bd * admin/update_autogen (commit): Prepend "# " to commit message.
| * * admin/update_autogen (commit): Prepend "# " to commit message.Glenn Morris2015-01-021-0/+4
| |
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | | | | | Run admin/update-copyright.
| * * admin/update_autogen (commit): Revert earlier change.Glenn Morris2014-12-011-4/+0
| | | | | | | | | | This was based on a misunderstanding due to the mess that had been made in trunk of this file and its ChangeLog.
| * * admin/update_autogen (commit): With git, call "add" before "commit".Glenn Morris2014-12-011-0/+4
| |
* | Fix a couple of AM_V_GEN bugsPaul Eggert2015-01-231-0/+6
| | | | | | | | | | | | | | | | * admin/unidata/Makefile.in (unifiles): Use AM_V_at instead of AM_V_GEN, since this doesn't generate a file. * lib-src/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1) (AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): New macros, copied from ../src/Makefile.in.
* | Add set-binary-mode primitive to switch a standard stream to binary I/O.Eli Zaretskii2015-01-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/fileio.c: Include binary-io.h. (Fset_binary_mode): New function. (syms_of_fileio): Defsubr it. (syms_of_fileio) <Qstdin, Qstdout, Qstderr>: DEFSYM them. admin/unidata/unidata/uvs.el (uvs-print-table-ivd): Call set-binary-mode on stdout. doc/lispref/streams.texi (Input Functions): Document 'set-binary-mode'. (Output Functions): Cross-reference to documentation of 'set-binary-mode'. etc/NEWS: Mention 'set-binary-mode'.
* | Say "ELC foo.elc" instead of "GEN foo.elc"Paul Eggert2015-01-111-0/+7
| | | | | | | | | | | | | | * admin/unidata/Makefile.in, lisp/Makefile.in (AM_V_ELC) (am__v_ELC_, am__v_ELC_0, am__v_ELC_1): New macros. * admin/unidata/Makefile.in (%.elc): * lisp/Makefile.in ($(THEFILE)c, .el.elc): Use them.
* | * admin/authors.el (authors-aliases): Add an entry to ignore.Glenn Morris2015-01-071-0/+4
| |
* | # ChangeLog fixesGlenn Morris2015-01-041-0/+4
| |
* | Less 'make' chatter for admin/grammarsPaul Eggert2015-01-031-0/+8
| | | | | | | | | | | | | | | | | | * grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN) (am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_) (am__v_at_0, am__v_at_1): New macros, from src/Makefile.in. (${bovinedir}/%-by.el, ${bovinedir}/scm-by.el) (${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el) (${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them.
* | Less 'make' chatter in batch modePaul Eggert2015-01-031-0/+6
| | | | | | | | | | | | | | | | | | * admin/unidata/unidata-gen.el (unidata-gen-files): * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): * lisp/emacs-lisp/bytecomp.el (byte-compile-file): * lisp/files.el (save-buffer, basic-save-buffer): * lisp/international/quail.el (quail-update-leim-list-file): Don't output messages like "Generating ..." in batch mode.
* | Less 'make' chatter for unidataPaul Eggert2015-01-011-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | * unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): New macros, from ../src/Makefile.in. (${top_srcdir}/src/macuvs.h, %.elc, unidata.txt) (${unidir}/charprop.el, unifiles): Use them. (PHONY_EXTRAS): New macro. (.PHONY, ${unidir}/charprop.el): Use it. (FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation. (${unidir}/charprop.el, extraclean): Use 'make' conditionals rather than shell.
* | * update-copyright (emacsver): Change to emacsver.tex.in.Paul Eggert2015-01-011-1/+5
| |
* | authors.el updatesGlenn Morris2014-12-241-2/+8
| | | | | | | | | | | | | | * admin/authors.el (authors-obsolete-files-regexps) (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist, authors-renamed-files-regexps): Additions.
* | * notes/unicode: Correct coding systemPaul Eggert2014-12-141-0/+2
| | | | | | | | of lisp/international/titdic-cnv.el.
* | * notes/unicode: Track leim/quail file renames.Paul Eggert2014-12-131-0/+4
| |
* | Remove lib-src/grep-changelogGlenn Morris2014-12-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html * lib-src/grep-changelog: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove. (all, install, uninstall): Remove INSTALLABLE_SCRIPTS. * doc/man/grep-changelog.1: Remove file. * make-dist: No more lib-src/grep-changelog. * INSTALL: No longer mention grep-changelog. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses. * admin/authors.el (authors-valid-file-names): Add grep-changelog. * etc/NEWS: Mention this.
* | Place ChangeLog entries in the correct filesGlenn Morris2014-12-131-0/+6
| |
* | ChangeLog fixesGlenn Morris2014-12-101-0/+6
| |
* | ChangeLog fixGlenn Morris2014-12-011-2/+3
| |
* | ChangeLog fixes.Glenn Morris2014-12-011-4/+8
| |
* | * admin/update_autogen: Fix bogosity introduced in 2014-11-16 merge.Glenn Morris2014-12-011-0/+4
| |
* | Fix up merged ChangeLog entries (dates, duplication, etc)Glenn Morris2014-11-291-7/+1
| |
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-0/+10
|\ \ | |/
| * Lessen focus on ChangeLog files, as opposed to change log entries.Paul Eggert2014-11-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation for generating the former automatically from the latter. * admin/notes/bugtracker, admin/notes/copyright, admin/notes/newfile: ChangeLog -> change log * admin/notes/changelogs: Remove, merging old contents to ... * admin/notes/repo: ... here. * doc/emacs/maintaining.texi (Change Log): Mention that ChangeLog files may be copied to or from a version control system. * doc/emacs/trouble.texi (Sending Patches): Point to the commit messages. * doc/lispref/intro.texi (Acknowledgments): ChangeLog file -> change log entries. * doc/lispref/tips.texi (Library Headers): Emacs uses a version control system. * etc/CONTRIBUTE: Give advice about git commit messages and how to generate proposed patches containing them.
* | admin: Add documentation for gitmerge.elDavid Engster2014-11-271-0/+1
| | | | | | | | | | * gitmerge.el: New file. * notes/git-workflow: Add documentation for using it.
* | admin: Add gitmerge.elDavid Engster2014-11-271-0/+4
| | | | | | | | * gitmerge.el: New file.
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-0/+4
|\ \ | |/ | | | | | | | | | | Conflicts: nt/addsection.c nt/inc/ms-w32.h src/w32.c
| * Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... for detecting MinGW-w64. _W64 is not specific of MinGW-w64, it is defined for compatibility with MS VC++. * nt/inc/ms-w32.h: Define MINGW_W64. * admin/CPP-DEFINES: Mention MINGW_W64. * nt/addpm.c: Use it. * nt/addsection.c: Use it. * nt/preprep.c: Use it. * src/w32.c: Use MINGW_W64 instead of _W64 * src/w32term.c: Likewise.
* | Further reduce number of versioned files storing Emacs version number.Glenn Morris2014-11-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (comma_version, comma_space_version) [mingw32]: New output variables. (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files. * make-dist: Update nt/ for *.rc -> *.rc.in changes. * nt/emacs.rc.in, nt/emacsclient.rc.in: Rename from nt/emacs.rc, emacsclient.rc. Let configure generate the real files, and set the version numbers. * lib-src/Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc now being in the build directory, not the source directory. * nt/Makefile.in (distclean): Delete *.rc. (emacs.res): Update deps for nt/emacsclient.rc now being in the build directory, not the source directory. * admin/admin.el (set-version): No more need to update nt/*.rc. * admin/authors.el (authors-renamed-files-alist): Add .rc.in files.
* | Merge from emacs-24Stefan Monnier2014-11-161-5/+11
|\ \ | |/
| * Backport 2014-06-30 admin/update_autogen changeGlenn Morris2014-11-151-0/+6
| | | | | | | | | | | | * admin/update_autogen: Auto-detect VCS in use. (vcs): New variable. (status, commit, main): Handle git.
| * Git transition patchEric S. Raymond2014-11-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
* | Use annotated tags for releasesAndreas Schwab2014-11-131-0/+4
| | | | | | | | * make-tarball.txt: Make annotated tag and push it out.
* | Git transition patchEric S. Raymond2014-11-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
* | Merge from emacs-24; up to 117698Glenn Morris2014-11-091-0/+5
|\ \ | |/
| * Fix bug #18955 with failure generating macuvs.h on MS-Windows.Eli Zaretskii2014-11-091-0/+5
| | | | | | | | | | admin/unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Use unmsys--file-name.
* | Further reduce the number of versioned files storing the version numberGlenn Morris2014-11-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (doc/man/emacs.1): Generate it. * Makefile.in (top_bootclean): Remove doc/man/emacs.1. * make-dist: Do not distribute doc/man/emacs.1. * admin/admin.el (set-version): No need to update doc/man/emacs.1. * doc/man/emacs.1.in: Rename from emacs.1. * .bzrignore: Add doc/man/emacs.1.
* | ChangeLog fixGlenn Morris2014-11-091-2/+1
| |
* | Stop keeping etc/refcards/emacsver.tex in the repositoryGlenn Morris2014-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (etc/refcards/emacsver.tex): Generate it. * Makefile.in (etc-emacsver): New PHONY rule. (bootstrap-clean): Delete etc/refcards/emacsver.tex. * admin/admin.el (set-version): No need to update etc/refcards/emacsver.tex. (set-copyright): Update etc/refcards/emacsver.tex.in. * etc/refcards/emacsver.tex.in: Rename from emacsver.tex. * .bzrignore: Add etc/refcards/emacsver.tex.