comparison src/ChangeLog @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 8eaf7971accc
children 9ad43877534d
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
1 1997-07-25 David Moore <dmoore@ucsd.edu>
2
3 * alloc.c (Fmake_byte_code): GC protect newly allocated function
4 when looking up filename.
5
6 1997-07-25 SL Baur <steve@altair.xemacs.org>
7
8 * Makefile.in.in: Added support for linking with dmalloc.
9
10 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com>
11
12 * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug
13 where a possibly MULEified string was getting freed before use.
14
15 1997-07-21 SL Baur <steve@altair.xemacs.org>
16
17 * callproc.c: New variable Vdata_directory_list.
18 * emacsfns.h: Declare it.
19
20 * fns.c (Frequire): Undo previous change.
21
22 * print.c (print_internal): Handle circular objects like Emacs
23 handles them (and as documented in the Lispref).
24
25 * database.c (Fputdatabase): Complain when `val' is not a string.
26
27 * event-stream.c (command_builder_find_leaf): Guard menubar
28 accelerator stuffs with HAVE_MENUBAR.
29 * gui-x.c (popup_selection_callback): Ditto.
30
31 1997-07-20 SL Baur <steve@altair.xemacs.org>
32
33 * event-stream.c (menu_move_up): Guard menubar accelerator code
34 with HAVE_MENUBARS.
35
36 * emacs.c (decode_path): New function, derived from latter portion
37 of decode_env_path.
38 (decode_env_path): Break out the naughty bits -- shouldn't do
39 getenv and separator parsing in one function.
40 New variable Vpackage_path.
41 (vars_of_emacs): Use it.
42
43 * editfns.c (Fstring_to_char): Return nil instead of `0' for empty
44 string.
45
1 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> 46 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
2 47
3 * fileio.c (Finsert_file_contents_internal): Handle non-regular 48 * fileio.c (Finsert_file_contents_internal): Handle non-regular
4 files. 49 files.
5 50