ChangeLog fixes for font-locking
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 02:17:54 +0000 (18:17 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 02:17:54 +0000 (18:17 -0800)
src/ChangeLog

index 486381a..6bdadaf 100644 (file)
        use MAX_UTF8_PATH for size of file-name strings.
        (emacs_readlinkat): Build an explicitly unibyte string for file
        names.
-       (syms_of_fileio) <file-name-coding-system>
-       default-file-name-coding-system>: Mention MS-Windows peculiarities.
+       (syms_of_fileio) <file-name-coding-system>:
+       <default-file-name-coding-system>: Mention MS-Windows peculiarities.
 
        * emacs.c (init_cmdargs) [WINDOWSNT]: Convert argv[0] to UTF-8.
        (main) [WINDOWSNT]: Convert the argv[] elements that are files or
 
 2013-04-14  Eli Zaretskii  <eliz@gnu.org>
 
-       * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>
+       * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>:
        <left-fringe-width, right-fringe-width, fringes-outside-margins>:
        Mention in the doc string that setting these variables takes
        effect only after a call to set-window-buffer.  (Bug#14200)