diff options
| author | Juanma Barranquero | 2008-03-26 17:15:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-26 17:15:57 +0000 |
| commit | cb438d6ea706f2d6748d5bdbc1318702e056667a (patch) | |
| tree | ad70999d72b975977c8bc192b968645d4318ef10 /lib-src | |
| parent | ff9bf0719a8abf1430e7050b505aa63dfde94583 (diff) | |
| download | emacs-cb438d6ea706f2d6748d5bdbc1318702e056667a.tar.gz emacs-cb438d6ea706f2d6748d5bdbc1318702e056667a.zip | |
Remove duplicate entries.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f4e14b1bf6d..3ee6ba90655 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2850,8 +2850,6 @@ | |||
| 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. |
| @@ -2997,12 +2995,6 @@ | |||
| 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. |
| @@ -3030,17 +3022,11 @@ | |||
| 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>. |
| @@ -3832,12 +3818,6 @@ | |||
| 3832 | (hostname): Fully qualify the default hostname with the domainname | 3818 | (hostname): Fully qualify the default hostname with the domainname |
| 3833 | if the hostname lacks a `.'. | 3819 | if the hostname lacks a `.'. |
| 3834 | 3820 | ||
| 3835 | 1996-01-15 Paul Eggert <eggert@twinsun.com> | ||
| 3836 | |||
| 3837 | * rcs2log (initialize_fullname): Add support for NIS+. | ||
| 3838 | (hostname): Fully qualify the default hostname with the domainname | ||
| 3839 | if the hostname lacks a `.'. | ||
| 3840 | |||
| 3841 | 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu> | 3821 | 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 3842 | 3822 | ||
| 3843 | * etags.c (consider_token): Fix typo in expression. | 3823 | * etags.c (consider_token): Fix typo in expression. |