diff options
Diffstat (limited to 'lisp/ChangeLog.8')
| -rw-r--r-- | lisp/ChangeLog.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index f4f8e291933..d74795ecfe1 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -3881,7 +3881,7 @@ | |||
| 3881 | (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | 3881 | (frame-delete-all): Moved to subr.el as `assoc-delete-all'. |
| 3882 | Callers changed. | 3882 | Callers changed. |
| 3883 | (set-background-color, set-foreground-color, set-cursor-color) | 3883 | (set-background-color, set-foreground-color, set-cursor-color) |
| 3884 | (set-mouse-color, set-border-color): Offer completion of colours. | 3884 | (set-mouse-color, set-border-color): Offer completion of colors. |
| 3885 | (cursor): Add :version to defgroup. | 3885 | (cursor): Add :version to defgroup. |
| 3886 | 3886 | ||
| 3887 | * facemenu.el (list-colors-display): Make it work on ttys. | 3887 | * facemenu.el (list-colors-display): Make it work on ttys. |
| @@ -6146,7 +6146,7 @@ | |||
| 6146 | correctly between an object declared via a constructor and a method. | 6146 | correctly between an object declared via a constructor and a method. |
| 6147 | (font-lock-defaults-alist): Don't give `.' word syntax for Java. | 6147 | (font-lock-defaults-alist): Don't give `.' word syntax for Java. |
| 6148 | (java-font-lock-keywords-1): Fontify package names individually. | 6148 | (java-font-lock-keywords-1): Fontify package names individually. |
| 6149 | (java-font-lock-extra-types): Ensure regexp matches capitalised only. | 6149 | (java-font-lock-extra-types): Ensure regexp matches capitalized only. |
| 6150 | (java-font-lock-keywords-2): Simplify type fontification. | 6150 | (java-font-lock-keywords-2): Simplify type fontification. |
| 6151 | (java-font-lock-keywords-3): Likewise. | 6151 | (java-font-lock-keywords-3): Likewise. |
| 6152 | 6152 | ||