summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-04-30 23:43:51 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-04-30 23:43:51 +0000
commit35f5b1280e49d939945bace1e2772939c626a3a3 (patch)
tree0bd8c1a9ea3c9c458108bb60a9190e15ab9b5e59
parent1a1961c36162778de8350a4fbdced2f6120c4354 (diff)
downloademacs-35f5b1280e49d939945bace1e2772939c626a3a3.tar.gz
Fix typos.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog10
2 files changed, 6 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3a7c3279129..dc89e0c3ada 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 <david.reitter@gmail.com>
- * 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 --git a/src/ChangeLog b/src/ChangeLog
index 4312799a311..1b83edc5108 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
2009-04-30 David Reitter <david.reitter@gmail.com>
- * 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 <cyd@stupidchicken.com>
@@ -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 <handa@m17n.org>
- * 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 <schwab@linux-m68k.org>
@@ -67,7 +65,7 @@
2009-04-27 David Reitter <david.reitter@gmail.com>
- * 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 <bojohan@gnu.org>