1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-05-07 14:22:02 +00:00
parent 722d9ee600
commit 1e9fc92e1c
3 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2001-05-07 Gerd Moellmann <gerd@gnu.org>
* cus-edit.el (custom-file): Signal an error if user-init-file is
nil (running -q).
* mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
* mail/smtpmail.el (smtpmail-warn-about-unknown-extensions): Add

View File

@ -1,3 +1,8 @@
2001-05-07 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (install): Use install-info command line options
like in Emacs' Makefile.in.
2000-12-09 Miles Bader <miles@gnu.org>
* windows.texi (Window Start): Update documentation for
@ -24,12 +29,12 @@
2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* hooks.texi (Standard Hooks): replace obsolete
* hooks.texi (Standard Hooks): Replace obsolete
`after-make-frame-hook' with `after-make-frame-functions'.
* frames.texi (Creating Frames): dito.
* frames.texi (Creating Frames): Ditto.
* variables.texi (Future Local Variables): dito.
* variables.texi (Future Local Variables): Ditto.
2000-10-16 Gerd Moellmann <gerd@gnu.org>

View File

@ -1,3 +1,8 @@
2001-05-07 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (delete_kboard): Handle the case that selected_frame
has been deleted in the course of x_connection_closed.
2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
* xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix