aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.12
-rw-r--r--src/ChangeLog.112
-rw-r--r--src/ChangeLog.84
3 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1
index b4ddb046439..df9db67691a 100644
--- a/src/ChangeLog.1
+++ b/src/ChangeLog.1
@@ -2920,7 +2920,7 @@
2920 2920
29211985-06-08 Richard M. Stallman (rms@mit-prep) 29211985-06-08 Richard M. Stallman (rms@mit-prep)
2922 2922
2923 * various files: 2923 * Various files:
2924 Make functions called by internal_with_output_to_temp_window 2924 Make functions called by internal_with_output_to_temp_window
2925 all return Lisp_Object. 2925 all return Lisp_Object.
2926 2926
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 1ca14ccd616..e8463718827 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -28495,7 +28495,7 @@
28495 28495
284962007-11-09 Jason Rumney <jasonr@gnu.org> 284962007-11-09 Jason Rumney <jasonr@gnu.org>
28497 28497
28498 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define. 28498 * s/ms-w32.h (USE_TOOLKIT_SCROLL_BARS): Define.
28499 28499
28500 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. 28500 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
28501 28501
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.