aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.8
diff options
context:
space:
mode:
authorGlenn Morris2014-01-16 00:34:43 -0800
committerGlenn Morris2014-01-16 00:34:43 -0800
commitd967cd184c6dff62705de16823ca92b0ceb7ba23 (patch)
tree89d905c4ff407d849b86cde7be1d5acbe57f73c0 /src/ChangeLog.8
parentc5e24e666e6bdbccdea28619849c9de646b9e799 (diff)
downloademacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz
emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.zip
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r--src/ChangeLog.84
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 874526e2c99..c83253e3be5 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -6618,7 +6618,7 @@
6618 an iterator. 6618 an iterator.
6619 (globally): Add function prototypes from 20.2.97. 6619 (globally): Add function prototypes from 20.2.97.
6620 6620
6621 * everywhere: Use P_ instead of PROTO for function prototypes 6621 * Everywhere: Use P_ instead of PROTO for function prototypes
6622 because everyone else seems to use P_. 6622 because everyone else seems to use P_.
6623 6623
6624 * dispextern.h (struct text_pos): Structure describing a charpos/ 6624 * dispextern.h (struct text_pos): Structure describing a charpos/
@@ -10893,7 +10893,7 @@
10893 (MATRIX_ROW_INVERSE_P): Former MATRIX_ROW_HIGHLIGHT_P. 10893 (MATRIX_ROW_INVERSE_P): Former MATRIX_ROW_HIGHLIGHT_P.
10894 (struct glyph_row): HIGHLIGHT_P -> INVERSE_P 10894 (struct glyph_row): HIGHLIGHT_P -> INVERSE_P
10895 10895
10896 * all files: Use above new names. 10896 * All files: Use above new names.
10897 10897
10898 * dispnew.c (scroll_frame_lines): Simplified. Use 10898 * dispnew.c (scroll_frame_lines): Simplified. Use
10899 SCROLL_GLYPH_MATRIX. 10899 SCROLL_GLYPH_MATRIX.