aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-24 03:19:52 +0000
committerRichard M. Stallman2002-08-24 03:19:52 +0000
commit729d903842648babc5ade521c380e01d99bd85e3 (patch)
treec85d9aec280cab074e3450e6acd71e6a996f8ad9
parentd7c1d0fce52d13274ba0c2654d8d8c5ac3b7e513 (diff)
downloademacs-729d903842648babc5ade521c380e01d99bd85e3.tar.gz
emacs-729d903842648babc5ade521c380e01d99bd85e3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog18
-rw-r--r--src/ChangeLog19
2 files changed, 37 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 328c310cf76..9575712a25f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12002-08-23 Richard M. Stallman <rms@gnu.org>
2
3 * loadhist.el (unload-feature): Distinguish functions from
4 variables in load-history.
5 (feature-symbols): Doc fix.
6
7 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
8
9 * subr.el (symbol-file-load-history-loaded)
10 (load-symbol-file-load-history): Deleted.
11 (symbol-file): Don't call load-symbol-file-load-history.
12
132002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14
15 * frame.el (select-frame-by-name, select-frame-set-input-focus):
16 Always call x-focus-frame, if using x.
17 Use set-mouse-position on all systems, if focus-follows-mouse.
18
12002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk> 192002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2 20
3 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu) 21 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
diff --git a/src/ChangeLog b/src/ChangeLog
index c6180468193..0bcd2c32dd6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12002-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
12002-08-23 Stefan Monnier <monnier@cs.yale.edu> 202002-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.