aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2014-01-26 01:47:40 +0100
committerJuanma Barranquero2014-01-26 01:47:40 +0100
commit3fcfc4ee802d2a6f041bd624876ac37fda830304 (patch)
tree8c9b3c29bbe86856fc7fae2d288f579aef9a2444 /src
parent4f8c23b12913774c1a6cec56eb2bc60b17026af3 (diff)
downloademacs-3fcfc4ee802d2a6f041bd624876ac37fda830304.tar.gz
emacs-3fcfc4ee802d2a6f041bd624876ac37fda830304.zip
Fix ChangeLog typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.114
-rw-r--r--src/ChangeLog.32
-rw-r--r--src/ChangeLog.82
3 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 59c1f369e1e..ac886d38966 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -5255,7 +5255,7 @@
5255 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations 5255 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
5256 before code. 5256 before code.
5257 5257
5258 * nsterm.h : Include sysselect.h. 5258 * nsterm.h: Include sysselect.h.
5259 (x_sync, x_get_focus_frame, x_set_mouse_position) 5259 (x_sync, x_get_focus_frame, x_set_mouse_position)
5260 (x_set_mouse_pixel_position, x_make_frame_visible) 5260 (x_set_mouse_pixel_position, x_make_frame_visible)
5261 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height) 5261 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
@@ -18934,7 +18934,7 @@
18934 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname. 18934 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
18935 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset. 18935 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
18936 18936
18937 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba) 18937 * xftfont.c (QChinting, QCautohint, QChintstyle, QCrgba)
18938 (QCembolden): New variables. 18938 (QCembolden): New variables.
18939 (syms_of_xftfont): DEFSYM them. 18939 (syms_of_xftfont): DEFSYM them.
18940 (xftfont_open): Call XftFontMatch. Don't trust the result of 18940 (xftfont_open): Call XftFontMatch. Don't trust the result of
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index 227b65a5202..0a04a134cc3 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -12551,7 +12551,7 @@
12551 12551
125521990-09-27 Richard Stallman (rms@mole.ai.mit.edu) 125521990-09-27 Richard Stallman (rms@mole.ai.mit.edu)
12553 12553
12554 * emacs.c (main) : Set the DISPLAY environment value when both of 12554 * emacs.c (main): Set the DISPLAY environment value when both of
12555 MAINTAIN_ENVIRONMENT and HAVE_X_WINDOW are defined. 12555 MAINTAIN_ENVIRONMENT and HAVE_X_WINDOW are defined.
12556 12556
12557 * m-convex.h (LIB_STANDARD, LIBS_MACHINE): Remove these, they 12557 * m-convex.h (LIB_STANDARD, LIBS_MACHINE): Remove these, they
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index c83253e3be5..a483a561d06 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -2742,7 +2742,7 @@
2742 (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string. 2742 (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
2743 (STRING_CHAR_AND_CHAR_LENGTH): This macro removed. 2743 (STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
2744 2744
2745 * charset.c : Lots of comments fixed. 2745 * charset.c: Lots of comments fixed.
2746 (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string. 2746 (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
2747 (CHAR_COMPONENTS_VALID_P): Name changed from 2747 (CHAR_COMPONENTS_VALID_P): Name changed from
2748 CHAR_COMPONENT_VALID_P. Caller changed. 2748 CHAR_COMPONENT_VALID_P. Caller changed.