[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Wed, 18 May 2005 06:20:52 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7534 emacs/lisp/ChangeLog:1.7535
*** emacs/lisp/ChangeLog:1.7534 Wed May 18 08:29:38 2005
--- emacs/lisp/ChangeLog Wed May 18 10:20:51 2005
***************
*** 4,9 ****
--- 4,37 ----
2005-05-18 Juanma Barranquero <address@hidden>
+ * add-log.el (add-change-log-entry):
+ * array.el (array-make-template, array-reconfigure-rows)
+ (array-init-max-row, array-init-max-column)
+ (array-init-columns-per-line, array-init-field-width):
+ * replace.el (replace-match-maybe-edit, perform-replace):
+ * textmodes/spell.el (spell-region):
+ Replace `read-input' by `read-string'.
+
+ * forms.el (forms-mode):
+ * finder.el (finder-compile-keywords):
+ * shadowfile.el (shadow-read-files):
+ Replace `eval-current-buffer' by `eval-buffer'.
+
+ * terminal.el (te-pass-through):
+ * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
+ (ange-ftp-raw-send-cmd):
+ * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
+ (send-process-next-char, telnet-initial-filter, telnet):
+ Replace `send-string' by `process-send-string'.
+
+ * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
+ (prolog-consult-region): Replace `send-string' by
+ `process-send-string'; replace `send-region' by
+ `process-send-region'.
+
+ * progmodes/delphi.el (delphi-log-msg):
+ Replace `set-window-dot' by `set-window-point'.
+
* subr.el (window-dot, set-window-dot, read-input, send-string)
(send-region, show-buffer, eval-current-buffer):
Make really obsolete, as the comment says.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Reiner Steib, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/19