]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Aug 2002 03:19:52 +0000 (03:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Aug 2002 03:19:52 +0000 (03:19 +0000)
lisp/ChangeLog
src/ChangeLog

index 328c310cf76c27803e8949356c20db6d6793ba9c..9575712a25ff09be50eb862f7be0a1d8b1059eca 100644 (file)
@@ -1,3 +1,21 @@
+2002-08-23  Richard M. Stallman  <rms@gnu.org>
+
+       * loadhist.el (unload-feature): Distinguish functions from
+       variables in load-history.
+       (feature-symbols): Doc fix.
+
+       * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
+
+       * subr.el (symbol-file-load-history-loaded)
+       (load-symbol-file-load-history): Deleted.
+       (symbol-file): Don't call load-symbol-file-load-history.
+       
+2002-08-22  Katsumi Yamaoka <yamaoka@jpl.org>  (tiny change)
+
+       * frame.el (select-frame-by-name, select-frame-set-input-focus):
+       Always call x-focus-frame, if using x.
+       Use set-mouse-position on all systems, if focus-follows-mouse.
+
 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
index c61804681930dc518cde0cd110a18d746106522a..0bcd2c32dd6408c14154630a77915d6d6d8bbb0a 100644 (file)
@@ -1,3 +1,22 @@
+2002-08-23  Richard M. Stallman  <rms@gnu.org>
+
+       * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
+       Record variables in load history as (defvar . VAR).
+       (Fdefvar): Don't record in load history if no initial value.
+       (Qdefvar): New variable.
+       (syms_of_eval): Init and staticpro it.
+
+       * lread.c (syms_of_lread): Doc fix.
+       (build_load_history): Use Fmember to see if a definition
+       is already in the Vload_history element.
+
+       * process.c (Fstart_process): Remove /: from program name.
+
+       * emacs.c (decode_env_path): Don't add /: if file name handler
+       has a `safe-magic' property.
+
+       * callproc.c (Fcall_process): Remove /: from program name.
+
 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
 
        * regex.c (PATFETCH): Remove the translating fetch.