diff options
| author | Glenn Morris | 2013-12-27 18:17:54 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-12-27 18:17:54 -0800 |
| commit | a544fbe1d185d9251521e51160eaa31fda1474ca (patch) | |
| tree | 3ff94e49c8bbf3c6cf936030a003cdb56b7fb10e /src | |
| parent | bb0980751eb1640de3e1699ce6256e282e7c6521 (diff) | |
| download | emacs-a544fbe1d185d9251521e51160eaa31fda1474ca.tar.gz emacs-a544fbe1d185d9251521e51160eaa31fda1474ca.zip | |
ChangeLog fixes for font-locking
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 486381a1b34..6bdadaf796f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -633,8 +633,8 @@ | |||
| 633 | use MAX_UTF8_PATH for size of file-name strings. | 633 | use MAX_UTF8_PATH for size of file-name strings. |
| 634 | (emacs_readlinkat): Build an explicitly unibyte string for file | 634 | (emacs_readlinkat): Build an explicitly unibyte string for file |
| 635 | names. | 635 | names. |
| 636 | (syms_of_fileio) <file-name-coding-system> | 636 | (syms_of_fileio) <file-name-coding-system>: |
| 637 | default-file-name-coding-system>: Mention MS-Windows peculiarities. | 637 | <default-file-name-coding-system>: Mention MS-Windows peculiarities. |
| 638 | 638 | ||
| 639 | * emacs.c (init_cmdargs) [WINDOWSNT]: Convert argv[0] to UTF-8. | 639 | * emacs.c (init_cmdargs) [WINDOWSNT]: Convert argv[0] to UTF-8. |
| 640 | (main) [WINDOWSNT]: Convert the argv[] elements that are files or | 640 | (main) [WINDOWSNT]: Convert the argv[] elements that are files or |
| @@ -8126,7 +8126,7 @@ | |||
| 8126 | 8126 | ||
| 8127 | 2013-04-14 Eli Zaretskii <eliz@gnu.org> | 8127 | 2013-04-14 Eli Zaretskii <eliz@gnu.org> |
| 8128 | 8128 | ||
| 8129 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width> | 8129 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>: |
| 8130 | <left-fringe-width, right-fringe-width, fringes-outside-margins>: | 8130 | <left-fringe-width, right-fringe-width, fringes-outside-margins>: |
| 8131 | Mention in the doc string that setting these variables takes | 8131 | Mention in the doc string that setting these variables takes |
| 8132 | effect only after a call to set-window-buffer. (Bug#14200) | 8132 | effect only after a call to set-window-buffer. (Bug#14200) |