# HG changeset patch # User Juanma Barranquero # Date 1241135031 0 # Node ID 02752eb4bb6a2d53b4a6130dd34c567d91dbb4fb # Parent 802014da387d229650d7762bed389b28de63d736 Fix typos. diff -r 802014da387d -r 02752eb4bb6a lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 30 18:01:40 2009 +0000 +++ b/lisp/ChangeLog Thu Apr 30 23:43:51 2009 +0000 @@ -3,7 +3,7 @@ * term/ns-win.el (ns-make-command-string, ns-grabenv) (ns-extended-platform-support-mode, menu-bar-ns-file-menu) (ns-arrange-all-frames, ns-arrange-visible-frames) - (ns-arrange-frames): remove. These functionalities not + (ns-arrange-frames): Remove. These functionalities not available on other (free) platforms will be provided to users outside the Emacs project in the "ns-platform-support" package. @@ -8875,8 +8875,7 @@ 2008-07-17 David Reitter - * simple.el (kill-visual-line, turn-on-visual-line-mode): New - functions. + * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions. (visual-line-mode, global-visual-line-mode): New minor mode. (visual-line-mode-map): New variable. diff -r 802014da387d -r 02752eb4bb6a src/ChangeLog --- a/src/ChangeLog Thu Apr 30 18:01:40 2009 +0000 +++ b/src/ChangeLog Thu Apr 30 23:43:51 2009 +0000 @@ -1,6 +1,6 @@ 2009-04-30 David Reitter - * nsterm.m (convert_ns_to_X_keysym): define function keys f16 + * nsterm.m (convert_ns_to_X_keysym): Define function keys f16 through f24. 2009-04-30 Chong Yidong @@ -15,15 +15,13 @@ * term.c (term_mouse_highlight): * msdos.c (IT_note_mouse_highlight): * fontset.c (Finternal_char_font): - * font.c (font_at, font_range): Update face_at_buffer_position - call. + * font.c (font_at, font_range): Update face_at_buffer_position call. * dispextern.h (face_at_buffer_position): Update prototype. 2009-04-30 Kenichi Handa - * fontset.c (fontset_find_font): Check if rfont_def is Qnil or - not. + * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not. 2009-04-29 Andreas Schwab @@ -67,7 +65,7 @@ 2009-04-27 David Reitter - * nsfont.m (nsfont_open): remove unused variable shrink. + * nsfont.m (nsfont_open): Remove unused variable shrink. Remove commented-out code. 2009-04-26 Johan Bockgård