# HG changeset patch # User Richard M. Stallman # Date 1063982611 0 # Node ID abc39a63c916d9cd87e041d09297e2b2099d2388 # Parent 5e831368522d44ccf6ff2e7034d956e990cb5370 *** empty log message *** diff -r 5e831368522d -r abc39a63c916 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 19 14:43:24 2003 +0000 +++ b/lisp/ChangeLog Fri Sep 19 14:43:31 2003 +0000 @@ -1,3 +1,17 @@ +2003-09-19 Richard M. Stallman + + * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): + New functions. + (edebug-enter, edebug-outside-excursion): Use them. + + * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): + Fix the condition for whether to print "In WHERE". + +2003-09-19 Jari Aalto + + * finder.el (finder-mode-hook): New variable. + (finder-mode): Run hook finder-mode-hook + 2003-09-18 Masatake YAMATO * progmodes/ebrowse.el: Fix broken magic autoload comments. diff -r 5e831368522d -r abc39a63c916 lispref/ChangeLog --- a/lispref/ChangeLog Fri Sep 19 14:43:24 2003 +0000 +++ b/lispref/ChangeLog Fri Sep 19 14:43:31 2003 +0000 @@ -1,3 +1,29 @@ +2003-09-19 Richard M. Stallman + + * text.texi (Motion by Indent): Arg to + backward-to-indentation and forward-to-indentation is optional. + + * strings.texi (Creating Strings): Add substring-no-properties. + + * processes.texi + (Process Information): Add list-processes arg QUERY-ONLY. + Delete process-contact from here. + Add new status values for process-status. + Add process-get, process-put, process-plist, set-process-plist. + (Synchronous Processes): Add call-process-shell-command. + (Signals to Processes): signal-process allows process objects. + (Network): Complete rewrite. + (Network Servers, Datagrams, Low-Level Network): New nodes. + + * positions.texi (Word Motion): forward-word, backward-word + arg is optional. Reword. + + * abbrevs.texi (Defining Abbrevs): Index no-self-insert. + + * variables.texi (Creating Buffer-Local): + Delete duplicate definition of buffer-local-value. + (File Local Variables): Explain about discarding text props. + 2003-09-11 Richard M. Stallman * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer diff -r 5e831368522d -r abc39a63c916 src/ChangeLog --- a/src/ChangeLog Fri Sep 19 14:43:24 2003 +0000 +++ b/src/ChangeLog Fri Sep 19 14:43:31 2003 +0000 @@ -1,3 +1,15 @@ +2003-09-19 Richard M. Stallman + + * atimer.h: Don't include lisp.h. + (P_): Define it here (as well as elsewhere). + + * print.c (Fprin1_to_string): Move the PRINTPREPARE + later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks. + + * data.c (Fvariable_binding_locus): New function. + (syms_of_data): defsubr it. + (Flocal_variable_p): Delete duplicate call to indirect_variable. + 2003-09-18 Dave Love * process.c (Fnetwork_interface_info): Fix type error.