From 0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 28 Jul 2008 22:30:25 +0000 Subject: [PATCH] Fix typos. --- ChangeLog | 5 ++--- lisp/ChangeLog | 12 ++++++------ lisp/ChangeLog.10 | 2 +- lisp/ChangeLog.7 | 2 +- nt/ChangeLog | 6 +++--- src/ChangeLog | 44 ++++++++++++++++++++++---------------------- 6 files changed, 35 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index f846df5efbf..daaadd637b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,13 +6,12 @@ * configure.in: * README: * Makefile.in: - * INSTALL: Remove code for Carbon. + * INSTALL: Remove code for Carbon. * configure: Regenerate. 2008-07-26 Adrian Robert - * Makefile.in (install-arch-dep): Fix typo in NS installation - commands. + * Makefile.in (install-arch-dep): Fix typo in NS installation commands. 2008-07-25 Chong Yidong diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db2d8b78e55..b69f154d21f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,7 +6,7 @@ * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s' and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items. -2008-07-28 Seiji Zenitani mac.com> +2008-07-28 Seiji Zenitani * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port. * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise. @@ -80,13 +80,13 @@ 2008-07-26 Adrian Robert * term/ns-win.el (ns-extended-platform-support-mode): Get rid of - bindings for functions deleted by Dan N. 2008-07-21. Set + bindings for functions deleted by Dan N. 2008-07-21. Set where-is-preferred-modifier. Add show-manual option to Help menu. 2008-07-26 Michael Albinus - * net/tramp.el (tramp-handle-start-file-process): Set - query-on-exit flag. Kill temporary buffer. + * net/tramp.el (tramp-handle-start-file-process): + Set query-on-exit flag. Kill temporary buffer. (tramp-process-sentinel): Remove defun. (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Don't call it. @@ -141,8 +141,8 @@ 2008-07-24 Vinicius Jose Latorre - * diff-mode.el (diff-show-trailing-blanks): New fun. Show trailing - blanks in modified lines for diff-mode. + * diff-mode.el (diff-show-trailing-blanks): New fun. + Show trailing blanks in modified lines for diff-mode. 2008-07-24 Michael Albinus diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 4d20acd8b89..e302eeb3cac 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -2968,7 +2968,7 @@ Split the `newbuffile' arg into `base' and `dirname'. Reuse old uniquify-items to avoid recomputing their base&dirname. (uniquify-buffer-file-name): Only return the directory part. - (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. + (uniquify-rerationalize-w/o-cb): Don't bother resetting proposed names. (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname. diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 0b9986e993f..31b292b6fed 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -17972,7 +17972,7 @@ * faces.el (x-make-font-bold-italic): New function. - * fontset.el (x-decompose-font-name): While seting each field of + * fontset.el (x-decompose-font-name): While setting each field of XLFD, set "*" instead of nil to a field which is omitted in the original font name. (generate-fontset-menu): Delete code for handling alias (or diff --git a/nt/ChangeLog b/nt/ChangeLog index 583bb5d515a..28db638d7c1 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,7 +1,7 @@ 2008-07-23 Jason Rumney - * configure.bat: New option --profile. - * gmake.defs: Set cflags and ldflags for profiling when specified. + * configure.bat: New option --profile. + * gmake.defs: Set cflags and ldflags for profiling when specified. 2008-07-23 Dan Nicolaescu @@ -14,7 +14,7 @@ 2008-06-26 Juanma Barranquero Eli Zaretskii - * nmake.defs: + * nmake.defs (FONT_CFLAGS): * gmake.defs (FONT_CFLAGS): Remove. (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) diff --git a/src/ChangeLog b/src/ChangeLog index f152056f5e6..d7a0db2a3ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,14 +6,14 @@ 2008-07-28 Jason Rumney - * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. + * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. - * w32term.c: (w32_enable_unicode_output, cleartype_active): Remove - obsolete display options. - (x_draw_glyph_string_background): Don't use old cleartype_active - workaround. - (w32_initialize): Remove cleartype_active initialization. - (syms_of_w32term): Remove w32_enable_unicode_output initialization. + * w32term.c (w32_enable_unicode_output, cleartype_active): + Remove obsolete display options. + (x_draw_glyph_string_background): Don't use old cleartype_active + workaround. + (w32_initialize): Remove cleartype_active initialization. + (syms_of_w32term): Remove w32_enable_unicode_output initialization. 2008-07-28 Andreas Schwab @@ -105,7 +105,7 @@ 2008-07-26 David Robinow (tiny change) - * w32inevt.c: Include dispextern.h. + * w32inevt.c: Include dispextern.h. 2008-07-26 Andreas Schwab @@ -118,14 +118,14 @@ 2008-07-25 Jason Rumney - * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to - ScriptItemize. Clean up return value checking. Remove unused - variables. - (uniscribe_encode_char): Encode non-BMP characters with uniscribe - shaping engine. + * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to + ScriptItemize. Clean up return value checking. Remove unused + variables. + (uniscribe_encode_char): Encode non-BMP characters with uniscribe + shaping engine. - * w32font.c (w32font_has_char): Handle the case where we can't - determine the script for a character. + * w32font.c (w32font_has_char): Handle the case where we can't + determine the script for a character. 2008-07-25 Chong Yidong @@ -144,13 +144,13 @@ 2008-07-25 Jason Rumney - * w32font.c (w32font_encode_char): Encode characters outside BMP as - surrogates before looking up glyph index. - (w32font_text_extents): Encode as surrogates if falling back to - functions that need UTF-16 wide chars. + * w32font.c (w32font_encode_char): Encode characters outside BMP as + surrogates before looking up glyph index. + (w32font_text_extents): Encode as surrogates if falling back to + functions that need UTF-16 wide chars. - * w32uniscribe.c (uniscribe_encode_char): Encode characters outside - BMP as surrogates before looking up glyph index. + * w32uniscribe.c (uniscribe_encode_char): Encode characters outside + BMP as surrogates before looking up glyph index. 2008-07-25 Chong Yidong @@ -159,7 +159,7 @@ 2008-07-25 Jason Rumney - * w32font.c (Fx_select_font): Reverse sense of second arg. + * w32font.c (Fx_select_font): Reverse sense of second arg. 2008-07-24 Stefan Monnier -- 2.39.2