]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:23:46 +0000 (08:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:23:46 +0000 (08:23 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 1fe801ac6d1d53938a853ce99eb7a5ecf8f52902..d3374dc7c73deba8b5c5a35f076072f3d9635ac1 100644 (file)
@@ -1,3 +1,20 @@
+2003-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * apropos.el (apropos-documentation-property): New function.
+       (apropos): Use apropos-documentation-property.
+
+       * files.el (mode-line-process): Mark as risky.
+
+       * help.el (where-is): Catch errors in indirect-function.
+
+       * server.el (server-process-filter): Comment out -eval.
+       Don't switch buffers if inside isearch or minibuffer.
+
+       * progmodes/compile.el (compilation-revert-buffer):
+       If buffer has a file, revert it in the normal way.
+
+       * term/x-win.el: Require fontset conditionally again.
+
 2003-01-13  Kim F. Storm  <storm@cua.dk>
 
        * ido.el (ido-enable-tramp-completion): New defcustom.
 
 2003-01-05  Richard M. Stallman  <rms@gnu.org>
 
+       * obsolete/uncompress.el: Display message that this package is obsolete.
+
        * isearch.el (isearch-repeat): Error if try to repeat search and
        there was no previous search.
 
 
 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
 
+<<<<<<< ChangeLog
+       * mail/sendmail.el (mail-font-lock-keywords):
+       Match multiline In-Reply-To and X-*.
+       * mail/rmail.el (rmail-font-lock-keywords):
+       Match multiline In-Reply-To and X-*.
+=======
        * mail/sendmail.el (mail-font-lock-keywords):
        * mail/rmail.el (rmail-font-lock-keywords): Match multiline
        In-Reply-To and X-*.
+>>>>>>> 1.4713
 
 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
 
index e71cc84a86a2ef2860403c1176da2bb484b1f91e..5eb19f363ac64d42ad6b38df446d0d76dece977f 100644 (file)
@@ -1,3 +1,13 @@
+2003-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Changing Properties): Say string indices are origin-0.
+
+       * positions.texi (Screen Lines) <compute-motion>:
+       Correct order of elts in return value.
+
+       * keymaps.texi (Changing Key Bindings) <define-key>: Mention
+       how to define a default binding.
+
 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
 
        * loading.texi (Unloading): Fix recent change for load-history.
index 7314d53fc30f93acd108b133b4af48587a968775..ae00961f2411a2bea52f7dfb4ca48cdeb0fc3d35 100644 (file)
@@ -1,3 +1,14 @@
+2003-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.c (minibuffer_completion_contents): 
+       Error if point is inside prompt.
+
+       * keyboard.c (command_loop_1): Don't redisplay directly
+       if there's a post-command-hook.
+
+       * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
+       (Fdo_auto_save): Add gcpros around Ffile_name_directory.
+
 2003-01-12  Kim F. Storm  <storm@cua.dk>
 
        * process.h (struct Lisp_Process): New member private_vars.