diff options
| author | Juanma Barranquero | 2008-07-28 22:30:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-28 22:30:25 +0000 |
| commit | 0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3 (patch) | |
| tree | 0b474cc54fe6e43480b3bfefcbbb005f607ccd28 | |
| parent | 366b7d44850942899b85a90d39242a373c0304ff (diff) | |
| download | emacs-0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3.tar.gz emacs-0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3.zip | |
Fix typos.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | nt/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 44 |
6 files changed, 35 insertions, 36 deletions
| @@ -6,13 +6,12 @@ | |||
| 6 | * configure.in: | 6 | * configure.in: |
| 7 | * README: | 7 | * README: |
| 8 | * Makefile.in: | 8 | * Makefile.in: |
| 9 | * INSTALL: Remove code for Carbon. | 9 | * INSTALL: Remove code for Carbon. |
| 10 | * configure: Regenerate. | 10 | * configure: Regenerate. |
| 11 | 11 | ||
| 12 | 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com> | 12 | 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 13 | 13 | ||
| 14 | * Makefile.in (install-arch-dep): Fix typo in NS installation | 14 | * Makefile.in (install-arch-dep): Fix typo in NS installation commands. |
| 15 | commands. | ||
| 16 | 15 | ||
| 17 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 16 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 18 | 17 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db2d8b78e55..b69f154d21f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s' | 6 | * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s' |
| 7 | and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items. | 7 | and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items. |
| 8 | 8 | ||
| 9 | 2008-07-28 Seiji Zenitani <zenitani <at> mac.com> | 9 | 2008-07-28 Seiji Zenitani <zenitani@mac.com> |
| 10 | 10 | ||
| 11 | * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port. | 11 | * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port. |
| 12 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise. | 12 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise. |
| @@ -80,13 +80,13 @@ | |||
| 80 | 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com> | 80 | 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 81 | 81 | ||
| 82 | * term/ns-win.el (ns-extended-platform-support-mode): Get rid of | 82 | * term/ns-win.el (ns-extended-platform-support-mode): Get rid of |
| 83 | bindings for functions deleted by Dan N. 2008-07-21. Set | 83 | bindings for functions deleted by Dan N. 2008-07-21. Set |
| 84 | where-is-preferred-modifier. Add show-manual option to Help menu. | 84 | where-is-preferred-modifier. Add show-manual option to Help menu. |
| 85 | 85 | ||
| 86 | 2008-07-26 Michael Albinus <michael.albinus@gmx.de> | 86 | 2008-07-26 Michael Albinus <michael.albinus@gmx.de> |
| 87 | 87 | ||
| 88 | * net/tramp.el (tramp-handle-start-file-process): Set | 88 | * net/tramp.el (tramp-handle-start-file-process): |
| 89 | query-on-exit flag. Kill temporary buffer. | 89 | Set query-on-exit flag. Kill temporary buffer. |
| 90 | (tramp-process-sentinel): Remove defun. | 90 | (tramp-process-sentinel): Remove defun. |
| 91 | (tramp-do-copy-or-rename-file-out-of-band) | 91 | (tramp-do-copy-or-rename-file-out-of-band) |
| 92 | (tramp-maybe-open-connection): Don't call it. | 92 | (tramp-maybe-open-connection): Don't call it. |
| @@ -141,8 +141,8 @@ | |||
| 141 | 141 | ||
| 142 | 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 142 | 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 143 | 143 | ||
| 144 | * diff-mode.el (diff-show-trailing-blanks): New fun. Show trailing | 144 | * diff-mode.el (diff-show-trailing-blanks): New fun. |
| 145 | blanks in modified lines for diff-mode. | 145 | Show trailing blanks in modified lines for diff-mode. |
| 146 | 146 | ||
| 147 | 2008-07-24 Michael Albinus <michael.albinus@gmx.de> | 147 | 2008-07-24 Michael Albinus <michael.albinus@gmx.de> |
| 148 | 148 | ||
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 @@ | |||
| 2968 | Split the `newbuffile' arg into `base' and `dirname'. | 2968 | Split the `newbuffile' arg into `base' and `dirname'. |
| 2969 | Reuse old uniquify-items to avoid recomputing their base&dirname. | 2969 | Reuse old uniquify-items to avoid recomputing their base&dirname. |
| 2970 | (uniquify-buffer-file-name): Only return the directory part. | 2970 | (uniquify-buffer-file-name): Only return the directory part. |
| 2971 | (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. | 2971 | (uniquify-rerationalize-w/o-cb): Don't bother resetting proposed names. |
| 2972 | (rename-buffer): Use the `newname' arg as base. | 2972 | (rename-buffer): Use the `newname' arg as base. |
| 2973 | (create-file-buffer): Split the file name into base and dirname. | 2973 | (create-file-buffer): Split the file name into base and dirname. |
| 2974 | 2974 | ||
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 @@ | |||
| 17972 | 17972 | ||
| 17973 | * faces.el (x-make-font-bold-italic): New function. | 17973 | * faces.el (x-make-font-bold-italic): New function. |
| 17974 | 17974 | ||
| 17975 | * fontset.el (x-decompose-font-name): While seting each field of | 17975 | * fontset.el (x-decompose-font-name): While setting each field of |
| 17976 | XLFD, set "*" instead of nil to a field which is omitted in the | 17976 | XLFD, set "*" instead of nil to a field which is omitted in the |
| 17977 | original font name. | 17977 | original font name. |
| 17978 | (generate-fontset-menu): Delete code for handling alias (or | 17978 | (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 @@ | |||
| 1 | 2008-07-23 Jason Rumney <jasonr@gnu.org> | 1 | 2008-07-23 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.bat: New option --profile. | 3 | * configure.bat: New option --profile. |
| 4 | * gmake.defs: Set cflags and ldflags for profiling when specified. | 4 | * gmake.defs: Set cflags and ldflags for profiling when specified. |
| 5 | 5 | ||
| 6 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 7 | ||
| @@ -14,7 +14,7 @@ | |||
| 14 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> | 14 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
| 15 | Eli Zaretskii <eliz@gnu.org> | 15 | Eli Zaretskii <eliz@gnu.org> |
| 16 | 16 | ||
| 17 | * nmake.defs: | 17 | * nmake.defs (FONT_CFLAGS): |
| 18 | * gmake.defs (FONT_CFLAGS): Remove. | 18 | * gmake.defs (FONT_CFLAGS): Remove. |
| 19 | (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. | 19 | (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. |
| 20 | (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) | 20 | (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 @@ | |||
| 6 | 6 | ||
| 7 | 2008-07-28 Jason Rumney <jasonr@gnu.org> | 7 | 2008-07-28 Jason Rumney <jasonr@gnu.org> |
| 8 | 8 | ||
| 9 | * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. | 9 | * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. |
| 10 | 10 | ||
| 11 | * w32term.c: (w32_enable_unicode_output, cleartype_active): Remove | 11 | * w32term.c (w32_enable_unicode_output, cleartype_active): |
| 12 | obsolete display options. | 12 | Remove obsolete display options. |
| 13 | (x_draw_glyph_string_background): Don't use old cleartype_active | 13 | (x_draw_glyph_string_background): Don't use old cleartype_active |
| 14 | workaround. | 14 | workaround. |
| 15 | (w32_initialize): Remove cleartype_active initialization. | 15 | (w32_initialize): Remove cleartype_active initialization. |
| 16 | (syms_of_w32term): Remove w32_enable_unicode_output initialization. | 16 | (syms_of_w32term): Remove w32_enable_unicode_output initialization. |
| 17 | 17 | ||
| 18 | 2008-07-28 Andreas Schwab <schwab@suse.de> | 18 | 2008-07-28 Andreas Schwab <schwab@suse.de> |
| 19 | 19 | ||
| @@ -105,7 +105,7 @@ | |||
| 105 | 105 | ||
| 106 | 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change) | 106 | 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change) |
| 107 | 107 | ||
| 108 | * w32inevt.c: Include dispextern.h. | 108 | * w32inevt.c: Include dispextern.h. |
| 109 | 109 | ||
| 110 | 2008-07-26 Andreas Schwab <schwab@suse.de> | 110 | 2008-07-26 Andreas Schwab <schwab@suse.de> |
| 111 | 111 | ||
| @@ -118,14 +118,14 @@ | |||
| 118 | 118 | ||
| 119 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | 119 | 2008-07-25 Jason Rumney <jasonr@gnu.org> |
| 120 | 120 | ||
| 121 | * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to | 121 | * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to |
| 122 | ScriptItemize. Clean up return value checking. Remove unused | 122 | ScriptItemize. Clean up return value checking. Remove unused |
| 123 | variables. | 123 | variables. |
| 124 | (uniscribe_encode_char): Encode non-BMP characters with uniscribe | 124 | (uniscribe_encode_char): Encode non-BMP characters with uniscribe |
| 125 | shaping engine. | 125 | shaping engine. |
| 126 | 126 | ||
| 127 | * w32font.c (w32font_has_char): Handle the case where we can't | 127 | * w32font.c (w32font_has_char): Handle the case where we can't |
| 128 | determine the script for a character. | 128 | determine the script for a character. |
| 129 | 129 | ||
| 130 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 130 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 131 | 131 | ||
| @@ -144,13 +144,13 @@ | |||
| 144 | 144 | ||
| 145 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | 145 | 2008-07-25 Jason Rumney <jasonr@gnu.org> |
| 146 | 146 | ||
| 147 | * w32font.c (w32font_encode_char): Encode characters outside BMP as | 147 | * w32font.c (w32font_encode_char): Encode characters outside BMP as |
| 148 | surrogates before looking up glyph index. | 148 | surrogates before looking up glyph index. |
| 149 | (w32font_text_extents): Encode as surrogates if falling back to | 149 | (w32font_text_extents): Encode as surrogates if falling back to |
| 150 | functions that need UTF-16 wide chars. | 150 | functions that need UTF-16 wide chars. |
| 151 | 151 | ||
| 152 | * w32uniscribe.c (uniscribe_encode_char): Encode characters outside | 152 | * w32uniscribe.c (uniscribe_encode_char): Encode characters outside |
| 153 | BMP as surrogates before looking up glyph index. | 153 | BMP as surrogates before looking up glyph index. |
| 154 | 154 | ||
| 155 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 155 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 156 | 156 | ||
| @@ -159,7 +159,7 @@ | |||
| 159 | 159 | ||
| 160 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | 160 | 2008-07-25 Jason Rumney <jasonr@gnu.org> |
| 161 | 161 | ||
| 162 | * w32font.c (Fx_select_font): Reverse sense of second arg. | 162 | * w32font.c (Fx_select_font): Reverse sense of second arg. |
| 163 | 163 | ||
| 164 | 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca> | 164 | 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 165 | 165 | ||