summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-05-13 17:14:33 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-05-13 17:14:33 +0000
commita267ab4da0c0cdc2e926abd29c00b6c2ba6399a1 (patch)
treea70903c7ed47d4baa46b7993cc01686c8e8e3d5c /lisp
parentf6c741f9422833bed2fae805185754ec38b1030d (diff)
downloademacs-a267ab4da0c0cdc2e926abd29c00b6c2ba6399a1.tar.gz
emacs-a267ab4da0c0cdc2e926abd29c00b6c2ba6399a1.tar.bz2
emacs-a267ab4da0c0cdc2e926abd29c00b6c2ba6399a1.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog19
1 files changed, 11 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9bc828226d3..1d8ea16296e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * net/telnet.el (telnet-mode): Use define-derived-mode.
+ Don't modify the global value of comint-prompt-regexp.
+
2004-05-13 John Paul Wallington <jpw@gnu.org>
* version.el (emacs-version): Check for `gtk' feature before
@@ -12,8 +17,8 @@
2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
- * calendar/appt.el (appt-disp-window): Use
- `calendar-set-mode-line' for a centered mode-line.
+ * calendar/appt.el (appt-disp-window):
+ Use `calendar-set-mode-line' for a centered mode-line.
2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
@@ -28,8 +33,8 @@
2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
- * progmodes/compile.el (compilation-set-window-height): Use
- save-excursion to protect against misplaced marker.
+ * progmodes/compile.el (compilation-set-window-height):
+ Use save-excursion to protect against misplaced marker.
2004-05-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
@@ -57,8 +62,7 @@
2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
* man.el (Man-getpage-in-background): Use shell-file-name
- and shell-command-switch variables instead of hard-coded
- values.
+ and shell-command-switch variables instead of hard-coded values.
2004-05-11 Eli Zaretskii <eliz@gnu.org>
@@ -66,8 +70,7 @@
2004-05-11 Juanma Barranquero <lektu@terra.es>
- * custom.el (custom-initialize-default, defcustom): Fix typo
- in docstring.
+ * custom.el (custom-initialize-default, defcustom): Typo in docstring.
* files.el (set-visited-file-name, file-expand-wildcards):
Fix docstring.