emacs/lwlib
Paul Eggert 2346856168 Generate a ChangeLog file from commit logs
* .gitignore: Add 'ChangeLog'.
* build-aux/gitlog-to-changelog: New file, from Gnulib.
* build-aux/gitlog-to-emacslog: New file.
* CONTRIBUTE: Document the revised workflow.
* Makefile.in (clean): Remove *.tmp and etc/*.tmp*
instead of just special cases.
(CHANGELOG_HISTORY_INDEX_MAX, CHANGELOG_N, gen_origin): New vars.
(ChangeLog, unchanged-history-files, change-history)
(change-history-commit): New rules.
* admin/admin.el (make-manuals-dist--1):
Don't worry about doc/ChangeLog.
* admin/authors.el: Add a FIXME.
* admin/make-tarball.txt:
* lisp/calendar/icalendar.el:
* lisp/gnus/deuglify.el:
* lisp/obsolete/gulp.el:
* lwlib/README:
Adjust to renamed ChangeLog history files.
* admin/merge-gnulib (GNULIB_MODULES): Add gitlog-to-changelog.
* admin/notes/repo: Call it 'master' a la Git, not 'trunk' a la Bzr.
Remove obsolete discussion of merging ChangeLog files.
New section "Maintaining ChangeLog history".
* build-aux/git-hooks/pre-commit:
Reject attempts to commit files named 'ChangeLog'.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* make-dist: Make and distribute top-level ChangeLog if there's a
.git directory.  Distribute the new ChangeLog history files
instead of scattered ChangeLog files.  Distribute the new files
gitlog-to-changelog and gitlog-to-emacslog.
Fixes: bug#19113
2015-04-07 00:00:55 -07:00
..
autodeps.mk Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
ChangeLog.1 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
COPYING
deps.mk Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-int.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-utils.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-utils.h
lwlib-widget.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xaw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xaw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xlw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xlw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xm.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xm.h Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
lwlib.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
Makefile.in Less 'make' chatter for lwlib 2015-01-03 18:54:34 -08:00
README Generate a ChangeLog file from commit logs 2015-04-07 00:00:55 -07:00
xlwmenu.c Add classes as run-time descriptors of cl-structs. 2015-03-18 10:31:07 -04:00
xlwmenu.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xlwmenuP.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog.1 file.