diff options
Diffstat (limited to 'src')
| -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. |