mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
*** empty log message ***
This commit is contained in:
parent
57916a7a87
commit
edfb795efa
3 changed files with 18 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
2000-11-30 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* bs.el: Fix typos and spelling errors.
|
||||
(bs-appearance) <defgroup>: Renamed from bs-appearence.
|
||||
(bs-configuration): Doc fix.
|
||||
|
||||
* bs.el: Undo mistaken change of 2000-11-28. Update copyright.
|
||||
|
||||
2000-11-30 Rob Riepel <riepel@Stanford.EDU>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2000-11-30 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* lwlib-Xm.c (xm_arm_callback): Handle case that W is null;
|
||||
also see comment there.
|
||||
|
||||
2000-11-21 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xlwmenu.c (xlwmenu_redisplay): New function.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
2000-10-07 Simon Josefsson <simon@josefsson.org>
|
||||
|
||||
* fns.c (Fmd5): New function.
|
||||
(syms_of_fns): Defsubr md5.
|
||||
|
||||
* Makefile.in (obj): Add md5.o
|
||||
|
||||
2000-11-30 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* md5.h, md5.c: New files, taken from glibc.
|
||||
|
||||
* xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
|
||||
|
||||
* xterm.c (x_estimate_mode_line_height): If `mode-line' face
|
||||
|
|
|
|||
Loading…
Reference in a new issue