aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2009-11-09 11:21:04 +0000
committerJuanma Barranquero2009-11-09 11:21:04 +0000
commit362654a6755747ea9968e796312cc15a00f7941b (patch)
tree01701d754a1c149e587f395db7e3ba6ccbc0ba69 /src
parent04e452cb3175d95a69be7a8c1110c2ed790ccb54 (diff)
downloademacs-362654a6755747ea9968e796312cc15a00f7941b.tar.gz
emacs-362654a6755747ea9968e796312cc15a00f7941b.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ef3776e632..bd2f6b602ac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -70,7 +70,6 @@
70 * alloc.c (mark_maybe_object, mark_object, survives_gc_p): 70 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
71 Use case_Lisp_Int. 71 Use case_Lisp_Int.
72 72
73
742009-11-06 Eli Zaretskii <eliz@gnu.org> 732009-11-06 Eli Zaretskii <eliz@gnu.org>
75 74
76 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K. 75 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
@@ -749,8 +748,8 @@
749 748
7502009-09-17 Eli Zaretskii <eliz@gnu.org> 7492009-09-17 Eli Zaretskii <eliz@gnu.org>
751 750
752 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add 751 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
753 lisp/term/internal.elc. 752 Add lisp/term/internal.elc.
754 753
7552009-09-17 Stefan Monnier <monnier@iro.umontreal.ca> 7542009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
756 755
@@ -3868,8 +3867,8 @@
3868 3867
3869 * process.h (w32_list_system_processes) 3868 * process.h (w32_list_system_processes)
3870 (w32_system_process_attributes): Remove. 3869 (w32_system_process_attributes): Remove.
3871 (list_system_processes, system_process_attributes): New 3870 (list_system_processes, system_process_attributes):
3872 prototypes. 3871 New prototypes.
3873 3872
38742008-12-19 Kenichi Handa <handa@m17n.org> 38732008-12-19 Kenichi Handa <handa@m17n.org>
3875 3874
@@ -6864,7 +6863,7 @@
68642008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> 68632008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6865 6864
6866 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables 6865 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
6867 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set 6866 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
6868 from configure. 6867 from configure.
6869 6868
68702008-07-17 Dan Nicolaescu <dann@ics.uci.edu> 68692008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
@@ -16170,15 +16169,14 @@
16170 16169
161712008-02-01 Dave Love <fx@gnu.org> 161702008-02-01 Dave Love <fx@gnu.org>
16172 16171
16173 * charset.c (Fcharset_priority_list, Fset_charset_priority): New 16172 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16174 functions. 16173 New functions.
16175 16174
16176 * character.c (Fstring): Doc fix. 16175 * character.c (Fstring): Doc fix.
16177 16176
16178 * charset.c (Fdefine_charset_alias): Update Vcharset_list. 16177 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16179 16178
16180 * fontset.c (Ffontset_info): Doc fix. Return charset names, not 16179 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
16181 ids.
16182 (font-encoding-alist): Doc fix. 16180 (font-encoding-alist): Doc fix.
16183 16181
161842008-02-01 Dave Love <fx@gnu.org> 161822008-02-01 Dave Love <fx@gnu.org>