diff options
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | etc/PROBLEMS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 33 |
3 files changed, 40 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c9dba8cc2d4..0033cfa0cbd 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -49,6 +49,8 @@ Windows only bug. | |||
| 49 | 49 | ||
| 50 | ** hukeli@gmail.com and pumcma@yahoo.com.cn Chinese input method problem. | 50 | ** hukeli@gmail.com and pumcma@yahoo.com.cn Chinese input method problem. |
| 51 | 51 | ||
| 52 | ** jidanni Sep 28 "makefile comment colors permanent". | ||
| 53 | |||
| 52 | ** C-p works properly with fields within the line, but C-n does not. | 54 | ** C-p works properly with fields within the line, but C-n does not. |
| 53 | (ken.manheimer@gmail.com, Sep 24.) | 55 | (ken.manheimer@gmail.com, Sep 24.) |
| 54 | 56 | ||
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index f42f62a3332..69e56437ef0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -833,6 +833,11 @@ feature (in the font part of the configuration window). | |||
| 833 | 833 | ||
| 834 | * Internationalization problems | 834 | * Internationalization problems |
| 835 | 835 | ||
| 836 | ** M-{ does not work on a Spanish PC keyboard. | ||
| 837 | |||
| 838 | Many Spanish keyboards seem to ignore that combination. Emacs can't | ||
| 839 | do anything about it. | ||
| 840 | |||
| 836 | ** Characters from the mule-unicode charsets aren't displayed under X. | 841 | ** Characters from the mule-unicode charsets aren't displayed under X. |
| 837 | 842 | ||
| 838 | XFree86 4 contains many fonts in iso10646-1 encoding which have | 843 | XFree86 4 contains many fonts in iso10646-1 encoding which have |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c34c213990b..3555287724f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-09-28 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * comint.el (comint-mode): Bind font-lock-defaults non-nil. | ||
| 4 | |||
| 5 | * subr.el (insert-for-yank-1): Handle `font-lock-face' specially. | ||
| 6 | |||
| 7 | * international/mule.el (after-insert-file-set-coding): | ||
| 8 | If VISIT, don't let set-buffer-multibyte make undo info. | ||
| 9 | |||
| 1 | 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change) | 10 | 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change) |
| 2 | 11 | ||
| 3 | * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long | 12 | * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long |
| @@ -29,12 +38,36 @@ | |||
| 29 | * subr.el (shell-quote-argument): Use DOS logic for Windows | 38 | * subr.el (shell-quote-argument): Use DOS logic for Windows |
| 30 | shells with DOS semantics. | 39 | shells with DOS semantics. |
| 31 | 40 | ||
| 41 | 2006-09-24 Richard Stallman <rms@gnu.org> | ||
| 42 | |||
| 43 | * progmodes/compile.el (compilation-goto-locus-delete-o): New fn. | ||
| 44 | (compilation-goto-locus): Use compilation-goto-locus-delete-o | ||
| 45 | to delete the overlay. Put it on pre-command-hook. | ||
| 46 | |||
| 47 | * emacs-lisp/timer.el (timer-max-repeats): Doc fix. | ||
| 48 | |||
| 49 | * startup.el (fancy-splash-screens, normal-splash-screen): | ||
| 50 | Call the splash buffer *About GNU Emacs*. | ||
| 51 | |||
| 52 | * simple.el (next-error-highlight, next-error-highlight-no-select): | ||
| 53 | Default to 0.5. | ||
| 54 | (yank-excluded-properties): Add `fontified'. | ||
| 55 | |||
| 56 | * font-lock.el (font-lock-compile-keywords): Allow value of | ||
| 57 | syntax-begin-function to enable paren-column-0 highlighting. | ||
| 58 | |||
| 59 | 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | ||
| 60 | |||
| 61 | * dired.el (dired-build-subdir-alist): When file ends in colon, | ||
| 62 | don't exit the loop, just disregard that file. | ||
| 63 | |||
| 32 | 2006-09-24 Chong Yidong <cyd@stupidchicken.com> | 64 | 2006-09-24 Chong Yidong <cyd@stupidchicken.com> |
| 33 | 65 | ||
| 34 | * simple.el (line-move-finish): Handle corner case for fields in | 66 | * simple.el (line-move-finish): Handle corner case for fields in |
| 35 | continued lines. | 67 | continued lines. |
| 36 | (line-move-1): Remove flawed test for that case. | 68 | (line-move-1): Remove flawed test for that case. |
| 37 | 69 | ||
| 70 | >>>>>>> 1.10122 | ||
| 38 | 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com> | 71 | 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com> |
| 39 | 72 | ||
| 40 | * icomplete.el (icomplete-simple-completing-p): Use the correct | 73 | * icomplete.el (icomplete-simple-completing-p): Use the correct |