Mercurial > emacs
comparison lisp/ChangeLog @ 61879:2e910978106b
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 26 Apr 2005 23:26:20 +0000 |
parents | 9c34526ab2ec |
children | 45242a1c6ec2 |
comparison
equal
deleted
inserted
replaced
61878:75267b99e585 | 61879:2e910978106b |
---|---|
1 2005-04-26 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * shell.el (shell-prompt-pattern): Doc fix. | |
4 (shell-mode): Set paragraph-separate buffer locally to "\\'". | |
5 | |
6 * comint.el (comint-prompt-regexp, comint-get-old-input) | |
7 (comint-use-prompt-regexp) | |
8 (comint-use-prompt-regexp-instead-of-fields) | |
9 (comint-replace-by-expanded-history, comint-send-input) | |
10 (comint-output-filter, comint-get-old-input-default) | |
11 (comint-line-beginning-position, comint-bol, comint-show-output) | |
12 (comint-backward-matching-input, comint-forward-matching-input) | |
13 (comint-next-prompt, comint-previous-prompt): Rename | |
14 `comint-use-prompt-regexp-instead-of-fields' to | |
15 `comint-use-prompt-regexp'. Keep old name as alias and declare | |
16 obsolete. | |
17 (comint-use-prompt-regexp): Shorten first line of doc string. | |
18 | |
19 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change. | |
20 Set paragraph-separate buffer locally to "\\'". | |
21 | |
22 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers): | |
23 Adapt to above name change. | |
24 | |
25 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp) | |
26 (smbclient-prompt-regexp): Ditto. | |
27 | |
28 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto. | |
29 | |
1 2005-04-27 Nick Roberts <nickrob@snap.net.nz> | 30 2005-04-27 Nick Roberts <nickrob@snap.net.nz> |
2 | 31 |
3 * progmodes/gdb-ui.el (gdb-location-alist): Rename from | 32 * progmodes/gdb-ui.el (gdb-location-alist): Rename from |
4 gdb-location-list. | 33 gdb-location-list. |
5 Break lines that are over 80 characters wide. | 34 Break lines that are over 80 characters wide. |