aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.10
diff options
context:
space:
mode:
authorAndrea Corallo2020-10-04 19:45:05 +0200
committerAndrea Corallo2020-10-04 19:45:05 +0200
commit44ef24342fd8a2ac876212124ebf38673acda35a (patch)
tree793dc4ba4197559b4bc65339d713c0807a7b2ca9 /src/ChangeLog.10
parentafb765ab3cab7b6582d0def543b23603cd076445 (diff)
parentd8665e6d3473403c90a0831e83439a013d0012d3 (diff)
downloademacs-44ef24342fd8a2ac876212124ebf38673acda35a.tar.gz
emacs-44ef24342fd8a2ac876212124ebf38673acda35a.zip
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'src/ChangeLog.10')
-rw-r--r--src/ChangeLog.1014
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 1c954b20eec..fbbd3608909 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -9344,7 +9344,7 @@
9344 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap. 9344 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
9345 It replaces the corresponding member from struct window, as a 9345 It replaces the corresponding member from struct window, as a
9346 window may now show multiple overlay arrows. 9346 window may now show multiple overlay arrows.
9347 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap. 9347 Remove member overlay_arrow_p, superseded by overlay_arrow_bitmap.
9348 9348
9349 * dispnew.c (row_equal_p, update_window_line, scrolling_window): 9349 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
9350 Compare overlay_arrow_bitmap than overlay_arrow_p members. 9350 Compare overlay_arrow_bitmap than overlay_arrow_p members.
@@ -11141,7 +11141,7 @@
11141 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH. 11141 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
11142 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH. 11142 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
11143 (Qdefvar): Var deleted. 11143 (Qdefvar): Var deleted.
11144 (syms_of_eval): Don't initialze it. 11144 (syms_of_eval): Don't initialize it.
11145 11145
11146 * lread.c (syms_of_lread) <load-history>: Doc fix. 11146 * lread.c (syms_of_lread) <load-history>: Doc fix.
11147 11147
@@ -18716,7 +18716,7 @@
18716 and line_height, and use corresponding new members in struct 18716 and line_height, and use corresponding new members in struct
18717 frame. All uses changed. 18717 frame. All uses changed.
18718 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros; 18718 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
18719 superseeded by corresponding macros in frame.h. 18719 superseded by corresponding macros in frame.h.
18720 18720
18721 * msdos.c: Make (several) trivial substitutions for renamed and 18721 * msdos.c: Make (several) trivial substitutions for renamed and
18722 new macros in dispextern.h, frame.h and window.h. 18722 new macros in dispextern.h, frame.h and window.h.
@@ -19145,7 +19145,7 @@
19145 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable. 19145 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19146 19146
19147 * lread.c (read1): Before calling index, check if the 2nd 19147 * lread.c (read1): Before calling index, check if the 2nd
19148 arguemnt is in ASCII range. 19148 argument is in ASCII range.
19149 19149
191502003-04-08 Richard M. Stallman <rms@gnu.org> 191502003-04-08 Richard M. Stallman <rms@gnu.org>
19151 19151
@@ -19945,7 +19945,7 @@
199452003-03-09 David Kastrup <dak@gnu.org> 199452003-03-09 David Kastrup <dak@gnu.org>
19946 19946
19947 * process.c (read_process_output): We have allocated enough space 19947 * process.c (read_process_output): We have allocated enough space
19948 for readmax and carryover, so actually use the alloted space. 19948 for readmax and carryover, so actually use the allotted space.
19949 19949
199502003-03-09 Jan Djärv <jan.h.d@swipnet.se> 199502003-03-09 Jan Djärv <jan.h.d@swipnet.se>
19951 19951
@@ -24638,7 +24638,7 @@
24638 * w32gui.h (struct XImage): Define. 24638 * w32gui.h (struct XImage): Define.
24639 24639
24640 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to 24640 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
24641 extract mouse co-ordinates. 24641 extract mouse coordinates.
24642 24642
246432002-03-20 Jason Rumney <jasonr@gnu.org> 246432002-03-20 Jason Rumney <jasonr@gnu.org>
24644 24644
@@ -25377,7 +25377,7 @@
25377 Handle literal output of strings by sharing the 25377 Handle literal output of strings by sharing the
25378 main-line code for strings, using local var `literal'. 25378 main-line code for strings, using local var `literal'.
25379 Handle :propertize feature. 25379 Handle :propertize feature.
25380 (syms_of_xdisp): Initialze and staticpro QCpropertize and 25380 (syms_of_xdisp): Initialize and staticpro QCpropertize and
25381 mode_line_proptrans_alist. 25381 mode_line_proptrans_alist.
25382 25382
253832002-02-11 Kim F. Storm <storm@cua.dk> 253832002-02-11 Kim F. Storm <storm@cua.dk>