]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Sep 2003 14:43:31 +0000 (14:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Sep 2003 14:43:31 +0000 (14:43 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 8759fab50b2840a62dccd50566f3ba6c04e87bef..7f719447ffca413a7fa28e9bab2357b9062e9717 100644 (file)
@@ -1,3 +1,17 @@
+2003-09-19  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <jari.aalto@poboxes.com>
+       
+       * finder.el (finder-mode-hook): New variable.
+       (finder-mode): Run hook finder-mode-hook
+
 2003-09-18  Masatake YAMATO  <jet@gyve.org>
 
        * progmodes/ebrowse.el: Fix broken magic autoload comments.
index 2f337e0bcfb208ff5211cfc23b33316031ff6d15..8433c0847e513f2e573bf2a5e607b56a0de2fe60 100644 (file)
@@ -1,3 +1,29 @@
+2003-09-19  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
index 15c473c4096f3b767e1efce0d97253fc689be434..00a82cc14078c5e1ec1916ed07b42b223596a3bc 100644 (file)
@@ -1,3 +1,15 @@
+2003-09-19  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * process.c (Fnetwork_interface_info): Fix type error.