*** empty log message ***
This commit is contained in:
parent
88255adb6a
commit
ab952a4f34
14 changed files with 56 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-09-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* configure.in: Avoid `$@' which is handled specially in
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-09-04 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* admin/nt/makedist.bat: Remove reference to obsolete file
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
* profile.c: Include config.h, not ../src/config.h.
|
||||
Include systime.h, not ../src/systime.h.
|
||||
|
||||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
|
||||
|
||||
* ebrowse.c (struct alias): Add two new struct members: NAMESP and
|
||||
|
|
|
@ -358,6 +358,10 @@
|
|||
(setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
|
||||
environment variables in VALUE. Return VALUE.
|
||||
|
||||
2001-10-04 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* pcvs-util.el (cvs-prefix-define): Typo cons->concat.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-09-27 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* gnus-ems.el (gnus-article-display-xface): Skip over previously
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
* variables.texi (Variable Aliases): New node.
|
||||
|
||||
2001-10-04 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-10-02 Miles Bader <miles@gnu.org>
|
||||
|
||||
* minibuf.texi (Minibuffer Misc): Add entries for
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
* lwlib-Xaw.c (xaw_create_scrollbar) [!0]: Return NULL.
|
||||
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
|
||||
|
||||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-04-30 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xlwmenu.c (xlwmenu_window_p): New function.
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
* src/macterm.c: Include keymap.h.
|
||||
(note_mode_line_highlight): Use KEYMAPP.
|
||||
|
||||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
|
||||
|
||||
* src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-08-21 Andrew Choi <akochoi@i-cable.com>
|
||||
|
||||
* macos.texi: Change mac-filename-to-unix and unix-filename-to-mac
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-07-20 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* mainmake.v2 (install): Create site-lisp/subdirs.el if it is not
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* README: Update the address of the mailing list and subscription
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* Activate.c (XMenuActivate): Call help callback with two more
|
||||
|
|
|
@ -323,6 +323,10 @@
|
|||
* minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/
|
||||
SET_SYMBOL_VALUE macros instead of accessing symbol values directly.
|
||||
|
||||
2001-10-04 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Branch for 21.1.
|
||||
|
||||
2001-10-03 Miles Bader <miles@gnu.org>
|
||||
|
||||
* callproc.c (syms_of_callproc): Explicitly state in the
|
||||
|
|
Loading…
Add table
Reference in a new issue