Fix typos.

This commit is contained in:
Juanma Barranquero 2008-07-28 22:30:25 +00:00
parent 366b7d4485
commit 0e134ea0ce
6 changed files with 35 additions and 36 deletions

View file

@ -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 <Adrian.B.Robert@gmail.com>
* 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 <cyd@stupidchicken.com>

View file

@ -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 <zenitani <at> mac.com>
2008-07-28 Seiji Zenitani <zenitani@mac.com>
* 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 <Adrian.B.Robert@gmail.com>
* 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 <michael.albinus@gmx.de>
* 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 <viniciusjl@ig.com.br>
* 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 <michael.albinus@gmx.de>

View file

@ -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.

View file

@ -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

View file

@ -1,7 +1,7 @@
2008-07-23 Jason Rumney <jasonr@gnu.org>
* 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 <dann@ics.uci.edu>
@ -14,7 +14,7 @@
2008-06-26 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
* 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)

View file

@ -6,14 +6,14 @@
2008-07-28 Jason Rumney <jasonr@gnu.org>
* 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 <schwab@suse.de>
@ -105,7 +105,7 @@
2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
* w32inevt.c: Include dispextern.h.
* w32inevt.c: Include dispextern.h.
2008-07-26 Andreas Schwab <schwab@suse.de>
@ -118,14 +118,14 @@
2008-07-25 Jason Rumney <jasonr@gnu.org>
* 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 <cyd@stupidchicken.com>
@ -144,13 +144,13 @@
2008-07-25 Jason Rumney <jasonr@gnu.org>
* 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 <cyd@stupidchicken.com>
@ -159,7 +159,7 @@
2008-07-25 Jason Rumney <jasonr@gnu.org>
* 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 <monnier@iro.umontreal.ca>