comparison lib-src/ChangeLog @ 93255:b2500158e506

Remove duplicate entries.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Mar 2008 17:15:57 +0000
parents aa23ac26b6c1
children 87fb6867d4ce
comparison
equal deleted inserted replaced
93254:3e9e9157e1dd 93255:b2500158e506
2848 2848
2849 * makefile.nt: Remove common multiple file compilation commands. 2849 * makefile.nt: Remove common multiple file compilation commands.
2850 2850
2851 1999-02-26 Richard Stallman <rms@gnu.org> 2851 1999-02-26 Richard Stallman <rms@gnu.org>
2852 2852
2853 * Version 20.4 released.
2854
2855 * Makefile.in (yow): Depend on epaths.h, not paths.h. 2853 * Makefile.in (yow): Depend on epaths.h, not paths.h.
2856 2854
2857 * yow.c: Refer to epaths.h. 2855 * yow.c: Refer to epaths.h.
2858 2856
2859 1999-02-22 Simon Josefsson <jas@pdc.kth.se> 2857 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
2995 (print_help_and_exit): Change return type to void. Forward 2993 (print_help_and_exit): Change return type to void. Forward
2996 declare it. 2994 declare it.
2997 * b2m.c: Include <stdlib.h> if available. 2995 * b2m.c: Include <stdlib.h> if available.
2998 (main): Explicitly declare return type. 2996 (main): Explicitly declare return type.
2999 2997
3000 1998-04-03 Richard Stallman <rms@delysid.gnu.org>
3001
3002 * etags.c (put_entries): Use %ld.
3003
3004 * b2m.c (fatal): Declare the arg.
3005
3006 1998-04-03 Richard Stallman <rms@psilocin.gnu.org> 2998 1998-04-03 Richard Stallman <rms@psilocin.gnu.org>
3007 2999
3008 * etags.c (put_entries): Use %ld. 3000 * etags.c (put_entries): Use %ld.
3009 3001
3010 * b2m.c (fatal): Declare the arg. 3002 * b2m.c (fatal): Declare the arg.
3028 1998-01-23 Andreas Schwab <schwab@gnu.org> 3020 1998-01-23 Andreas Schwab <schwab@gnu.org>
3029 3021
3030 * movemail.c (main): Fix interwoven brace and cpp conditional 3022 * movemail.c (main): Fix interwoven brace and cpp conditional
3031 nesting. 3023 nesting.
3032 3024
3033 1997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
3034
3035 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
3036 server to contain embedded nulls.
3037
3038 1997-12-03 Paul Eggert <eggert@delysid.gnu.org> 3025 1997-12-03 Paul Eggert <eggert@delysid.gnu.org>
3039 3026
3040 * movemail.c: 3027 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
3041 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a 3028 with a '>' any lines starting with "From " read from the POP server,
3042 '>' any lines starting with "From " read from the POP server, but 3029 but leave the code in place, wrapped in #ifdef
3043 leave the code in place, wrapped in #ifdef
3044 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later 3030 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3045 because it turns out that something is depending on it. Change 3031 because it turns out that something is depending on it. Change
3046 suggested by Paul Eggert <eggert@twinsun.com>. 3032 suggested by Paul Eggert <eggert@twinsun.com>.
3047 Convert the character \037 (^_) at the beginning of a line into 3033 Convert the character \037 (^_) at the beginning of a line into
3048 the character '^' followed by the character '_', because otherwise 3034 the character '^' followed by the character '_', because otherwise
3823 * pop.c (pop_retrieve, getline): Avoid type clashes. 3809 * pop.c (pop_retrieve, getline): Avoid type clashes.
3824 3810
3825 1996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu> 3811 1996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
3826 3812
3827 * etags.c (enum sym_type, anonymous enum): Delete final comma. 3813 * etags.c (enum sym_type, anonymous enum): Delete final comma.
3828
3829 1996-01-15 Paul Eggert <eggert@twinsun.com>
3830
3831 * rcs2log (initialize_fullname): Add support for NIS+.
3832 (hostname): Fully qualify the default hostname with the domainname
3833 if the hostname lacks a `.'.
3834 3814
3835 1996-01-15 Paul Eggert <eggert@twinsun.com> 3815 1996-01-15 Paul Eggert <eggert@twinsun.com>
3836 3816
3837 * rcs2log (initialize_fullname): Add support for NIS+. 3817 * rcs2log (initialize_fullname): Add support for NIS+.
3838 (hostname): Fully qualify the default hostname with the domainname 3818 (hostname): Fully qualify the default hostname with the domainname