comparison lisp/ChangeLog.2 @ 98317:36acd6af0772

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 01:16:16 +0000
parents ee5932bf781d
children e44273834265
comparison
equal deleted inserted replaced
98316:8ecc08b621cb 98317:36acd6af0772
1237 Don't use last-input-char; look in the buffer to determine 1237 Don't use last-input-char; look in the buffer to determine
1238 which closeparen is present. 1238 which closeparen is present.
1239 1239
1240 1987-05-12 Richard M. Stallman (rms@prep) 1240 1987-05-12 Richard M. Stallman (rms@prep)
1241 1241
1242 * loadefs.el (sentence-end): Treat `}' like `)'. 1242 * loaddefs.el (sentence-end): Treat `}' like `)'.
1243 1243
1244 * buff-menu.el (buffer-menu-mode): 1244 * buff-menu.el (buffer-menu-mode):
1245 Run buffer-menu-mode-hook. 1245 Run buffer-menu-mode-hook.
1246 1246
1247 * modula2.el (m2-newline): Define this missing function. 1247 * modula2.el (m2-newline): Define this missing function.
1803 * electric.el (Electric-pop-up-window): 1803 * electric.el (Electric-pop-up-window):
1804 * ehelp.el (with-electric-help): 1804 * ehelp.el (with-electric-help):
1805 * rmail.el (rmail-forward): 1805 * rmail.el (rmail-forward):
1806 * sendmail.el (mail-send-and-exit): Don't count minibuffer window 1806 * sendmail.el (mail-send-and-exit): Don't count minibuffer window
1807 when deciding whether there is only one window. 1807 when deciding whether there is only one window.
1808 These are done by definining subroutine one-window-p in a way that 1808 These are done by defining subroutine one-window-p in a way that
1809 works in old versions of Emacs. 1809 works in old versions of Emacs.
1810 1810
1811 1987-01-30 Richard Mlynarik (mly@prep) 1811 1987-01-30 Richard Mlynarik (mly@prep)
1812 1812
1813 * loaddefs.el (completion-ignored-extensions): 1813 * loaddefs.el (completion-ignored-extensions):
2529 Delete unused function `strcpyn'. 2529 Delete unused function `strcpyn'.
2530 2530
2531 * echistory.el (electric-command-history): 2531 * echistory.el (electric-command-history):
2532 Delete no-op `let'. 2532 Delete no-op `let'.
2533 2533
2534 * compile.el (compile1): Flush v17 compatibility code to sett 2534 * compile.el (compile1): Flush v17 compatibility code to set
2535 mode-line-format. 2535 mode-line-format.
2536 * info.el (Info-set-mode-line, Info-edit): Ditto. 2536 * info.el (Info-set-mode-line, Info-edit): Ditto.
2537 * shell.el (shell-mode, inferior-lisp-mode): Ditto. 2537 * shell.el (shell-mode, inferior-lisp-mode): Ditto.
2538 * telnet.el (telnet-mode): Ditto. 2538 * telnet.el (telnet-mode): Ditto.
2539 2539
2961 * simple.el (set-mark): 2961 * simple.el (set-mark):
2962 set-mark is in lisp code now (from editfns.c). 2962 set-mark is in lisp code now (from editfns.c).
2963 2963
2964 * bytecomp.el: 2964 * bytecomp.el:
2965 Don't compile (mark) specially -- lisp code shouldn't 2965 Don't compile (mark) specially -- lisp code shouldn't
2966 call this function very freqently. 2966 call this function very frequently.
2967 2967
2968 * startup.el (command-line-1): 2968 * startup.el (command-line-1):
2969 (let ((load-path (cons default-directory load-path))) (load ...)) 2969 (let ((load-path (cons default-directory load-path))) (load ...))
2970 so that the "-load" switch can specify a file relative to $cwd 2970 so that the "-load" switch can specify a file relative to $cwd
2971 now that $cwd isn't a component of Emacs' default load-path. 2971 now that $cwd isn't a component of Emacs' default load-path.
3825 * rmail.el (rmail-reply): For the in-reply-to, 3825 * rmail.el (rmail-reply): For the in-reply-to,
3826 try to get the sender's full name from within parentheses. 3826 try to get the sender's full name from within parentheses.
3827 3827
3828 * outline.el: Pervasive changes; new features, changed keys. 3828 * outline.el: Pervasive changes; new features, changed keys.
3829 3829
3830 * files.el (backup-bufer): 3830 * files.el (backup-buffer):
3831 If cannot write backup under normal name, write it in ~/%backup%. 3831 If cannot write backup under normal name, write it in ~/%backup%.
3832 Preserve the last-modified time when backing up by copying. 3832 Preserve the last-modified time when backing up by copying.
3833 3833
3834 1986-06-09 Richard M. Stallman (rms@prep) 3834 1986-06-09 Richard M. Stallman (rms@prep)
3835 3835
3981 3981
3982 * rmail.el (rmail-search): Don't find a match in the current message. 3982 * rmail.el (rmail-search): Don't find a match in the current message.
3983 3983
3984 1986-05-19 Richard M. Stallman (rms@prep) 3984 1986-05-19 Richard M. Stallman (rms@prep)
3985 3985
3986 * mh-e.el (mh-get-new-mail): Handle error messages reeived from `inc'. 3986 * mh-e.el (mh-get-new-mail): Handle error messages received from `inc'.
3987 3987
3988 1986-05-15 Richard M. Stallman (rms@prep) 3988 1986-05-15 Richard M. Stallman (rms@prep)
3989 3989
3990 * files.el (save-buffer): Switch meanings of one-C-u and two-C-u 3990 * files.el (save-buffer): Switch meanings of one-C-u and two-C-u
3991 in the code, so they match the documentation. 3991 in the code, so they match the documentation.