1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2004-11-06 16:54:06 +00:00
parent ea92fc9ff2
commit 59dede2226
3 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-11-06 Lars Brinkhoff <lars@nocrew.org>
* configure.in: Add check for getrusage.
2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New

View file

@ -1,3 +1,10 @@
2004-11-06 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
it nukes elisp-cover.texi.
(dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
elisp-0 etc.
2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
* commands.texi (Keyboard Macros): Document `append' return value

View file

@ -1,3 +1,7 @@
2004-11-06 Lars Brinkhoff <lars@nocrew.org>
* config.in: Regenerate (add HAVE_GETRUSAGE).
2004-11-06 Eli Zaretskii <eliz@gnu.org>
* frame.c (syms_of_frame): Fix the example in the doc string.