aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-08-31 14:07:35 +0000
committerJuanma Barranquero <[email protected]>2008-08-31 14:07:35 +0000
commit87e204a2632ba4efdf147be3a0999c9a4bfcb56c (patch)
tree2e8d95d9527887fb26959b66f133727a9397e1f3
parent403dae9d06b19f7508b3140b3a9fadfbe4847394 (diff)
Fix typos.
-rw-r--r--lisp/ChangeLog33
-rw-r--r--src/ChangeLog6
2 files changed, 16 insertions, 23 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ab921db48..b0570165af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -45,8 +45,8 @@
(lglyph-ascent, lglyph-descent, lglyph-adjustment)
(lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
(compose-glyph-string, compose-glyph-string-relative)
- (compose-gstring-for-graphic, compose-gstring-for-terminal): New
- functions.
+ (compose-gstring-for-graphic, compose-gstring-for-terminal):
+ New functions.
(auto-compose-chars): Argument changed.
* language/european.el: Don't setup composition-function-table.
@@ -54,19 +54,16 @@
(diacritic-compose-string, diacritic-compose-buffer)
(diacritic-composition-function): Delete them.
- * language/lao-util.el (lao-composition-function): Argument
- changed.
+ * language/lao-util.el (lao-composition-function): Argument changed.
- * language/sinhala.el: Fix setting up of
- composition-function-table.
+ * language/sinhala.el: Fix setting up of composition-function-table.
* language/thai.el: Fix setting up of composition-function-table.
* language/thai-util.el: Encoding changed to utf-8.
(thai-composition-function): Argument changed.
- * language/indian.el: Fix setting up of
- composition-function-table.
+ * language/indian.el: Fix setting up of composition-function-table.
(devanagari-composable-pattern)
(tamil-composable-pattern, kannada-composable-pattern)
(malayalam-composable-pattern): New variables.
@@ -142,14 +139,12 @@
* comint.el (comint-dynamic-complete-as-filename): Generalize last
change to allow quoting of characters before point.
- (comint-dynamic-list-filename-completions): Quote common
- substring.
+ (comint-dynamic-list-filename-completions): Quote common substring.
2008-08-26 Chong Yidong <[email protected]>
* comint.el (comint-dynamic-complete-as-filename): If case is
- ignored while matching, replace the entire filename with
- completion.
+ ignored while matching, replace the entire filename with completion.
* textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
flyspell-pre-point is valid to avoid signalling an error in
@@ -196,8 +191,7 @@
2008-08-25 Ulf Jasper <[email protected]>
- * net/newst-treeview.el (newsticker-treeview-own-frame): Doc
- fixed.
+ * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
(newsticker-treeview-treewindow-width): New.
(newsticker-treeview-listwindow-height): New.
(newsticker-treeview-browse-url-item): New.
@@ -236,9 +230,8 @@
if initial-window-system is `pc'.
* term/internal.el (local-function-key-map): Fix unbalanced parens.
- (msdos-key-remapping-map): New variable. Move
- here all the special keys we will be remapping via
- local-function-key-map.
+ (msdos-key-remapping-map): New variable. Move here all the special
+ keys we will be remapping via local-function-key-map.
(msdos-setup-keyboard): New function.
* term/pc-win.el (msdos-create-frame-with-faces): Renamed from
@@ -248,8 +241,8 @@
(msdos-create-frame-with-faces): Set the terminal's
`terminal-initted' (sic!) parameter.
(frame-creation-function-alist): Add msdos-create-frame-with-faces.
- (window-system-initialization-alist): Add
- msdos-initialize-window-system.
+ (window-system-initialization-alist):
+ Add msdos-initialize-window-system.
(handle-args-function-alist): Use tty-handle-args for `pc'
``window system'' as well.
(pc-win): Provide.
@@ -1508,7 +1501,7 @@
2008-07-18 Chong Yidong <[email protected]>
- * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc. and
+ * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
ns-grabenv.elc.
* ns-carbon-compat.el: File removed.
diff --git a/src/ChangeLog b/src/ChangeLog
index aa152d712b..fffb4205ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -139,7 +139,7 @@
LGSTRING_LENGTH.
* indent.c: Include composite.h and dispextern.h.
- (check_composition): Delete this function..
+ (check_composition): Delete this function.
(scan_for_column): Handle composition by
composition_compute_stop_pos, composition_reseat_it, and
composition_update_it.
@@ -494,7 +494,7 @@
* nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
* nsterm.m: Remove ns-specific code for cursor blinking.
(ns_draw_window_cursor): Clear cursor properly rather than
- redrawing the area. Respect width of bar cursors.
+ redrawing the area. Respect width of bar cursors.
These changes enable the use of generic blink-cursor-mode and
generic cursor types in NS and support smooth cursor movements (do
not blink off after command).
@@ -865,7 +865,7 @@
(ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
ns_clip_to_row() call.
(ns_draw_glyph_string): Drop face comparison to ~0 (no longer
- used). Cast FRAME_FONT assignments.
+ used). Cast FRAME_FONT assignments.
(ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
(ns_string_to_lispmod): Change arg to const char.
(ns_term_init): Use NSMenuItem class.