diff options
| author | Richard M. Stallman | 2002-08-24 03:19:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-24 03:19:52 +0000 |
| commit | 729d903842648babc5ade521c380e01d99bd85e3 (patch) | |
| tree | c85d9aec280cab074e3450e6acd71e6a996f8ad9 /src/ChangeLog | |
| parent | d7c1d0fce52d13274ba0c2654d8d8c5ac3b7e513 (diff) | |
| download | emacs-729d903842648babc5ade521c380e01d99bd85e3.tar.gz emacs-729d903842648babc5ade521c380e01d99bd85e3.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6180468193..0bcd2c32dd6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2002-08-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (Fdefvar, Fdefconst, Fdefvaralias): | ||
| 4 | Record variables in load history as (defvar . VAR). | ||
| 5 | (Fdefvar): Don't record in load history if no initial value. | ||
| 6 | (Qdefvar): New variable. | ||
| 7 | (syms_of_eval): Init and staticpro it. | ||
| 8 | |||
| 9 | * lread.c (syms_of_lread): Doc fix. | ||
| 10 | (build_load_history): Use Fmember to see if a definition | ||
| 11 | is already in the Vload_history element. | ||
| 12 | |||
| 13 | * process.c (Fstart_process): Remove /: from program name. | ||
| 14 | |||
| 15 | * emacs.c (decode_env_path): Don't add /: if file name handler | ||
| 16 | has a `safe-magic' property. | ||
| 17 | |||
| 18 | * callproc.c (Fcall_process): Remove /: from program name. | ||
| 19 | |||
| 1 | 2002-08-23 Stefan Monnier <monnier@cs.yale.edu> | 20 | 2002-08-23 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 21 | ||
| 3 | * regex.c (PATFETCH): Remove the translating fetch. | 22 | * regex.c (PATFETCH): Remove the translating fetch. |