aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-08-31 14:07:35 +0000
committerJuanma Barranquero2008-08-31 14:07:35 +0000
commit87e204a2632ba4efdf147be3a0999c9a4bfcb56c (patch)
tree2e8d95d9527887fb26959b66f133727a9397e1f3
parent403dae9d06b19f7508b3140b3a9fadfbe4847394 (diff)
downloademacs-87e204a2632ba4efdf147be3a0999c9a4bfcb56c.tar.gz
emacs-87e204a2632ba4efdf147be3a0999c9a4bfcb56c.zip
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 3ab921db485..b0570165afb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -45,8 +45,8 @@
45 (lglyph-ascent, lglyph-descent, lglyph-adjustment) 45 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
46 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph) 46 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
47 (compose-glyph-string, compose-glyph-string-relative) 47 (compose-glyph-string, compose-glyph-string-relative)
48 (compose-gstring-for-graphic, compose-gstring-for-terminal): New 48 (compose-gstring-for-graphic, compose-gstring-for-terminal):
49 functions. 49 New functions.
50 (auto-compose-chars): Argument changed. 50 (auto-compose-chars): Argument changed.
51 51
52 * language/european.el: Don't setup composition-function-table. 52 * language/european.el: Don't setup composition-function-table.
@@ -54,19 +54,16 @@
54 (diacritic-compose-string, diacritic-compose-buffer) 54 (diacritic-compose-string, diacritic-compose-buffer)
55 (diacritic-composition-function): Delete them. 55 (diacritic-composition-function): Delete them.
56 56
57 * language/lao-util.el (lao-composition-function): Argument 57 * language/lao-util.el (lao-composition-function): Argument changed.
58 changed.
59 58
60 * language/sinhala.el: Fix setting up of 59 * language/sinhala.el: Fix setting up of composition-function-table.
61 composition-function-table.
62 60
63 * language/thai.el: Fix setting up of composition-function-table. 61 * language/thai.el: Fix setting up of composition-function-table.
64 62
65 * language/thai-util.el: Encoding changed to utf-8. 63 * language/thai-util.el: Encoding changed to utf-8.
66 (thai-composition-function): Argument changed. 64 (thai-composition-function): Argument changed.
67 65
68 * language/indian.el: Fix setting up of 66 * language/indian.el: Fix setting up of composition-function-table.
69 composition-function-table.
70 (devanagari-composable-pattern) 67 (devanagari-composable-pattern)
71 (tamil-composable-pattern, kannada-composable-pattern) 68 (tamil-composable-pattern, kannada-composable-pattern)
72 (malayalam-composable-pattern): New variables. 69 (malayalam-composable-pattern): New variables.
@@ -142,14 +139,12 @@
142 139
143 * comint.el (comint-dynamic-complete-as-filename): Generalize last 140 * comint.el (comint-dynamic-complete-as-filename): Generalize last
144 change to allow quoting of characters before point. 141 change to allow quoting of characters before point.
145 (comint-dynamic-list-filename-completions): Quote common 142 (comint-dynamic-list-filename-completions): Quote common substring.
146 substring.
147 143
1482008-08-26 Chong Yidong <cyd@stupidchicken.com> 1442008-08-26 Chong Yidong <cyd@stupidchicken.com>
149 145
150 * comint.el (comint-dynamic-complete-as-filename): If case is 146 * comint.el (comint-dynamic-complete-as-filename): If case is
151 ignored while matching, replace the entire filename with 147 ignored while matching, replace the entire filename with completion.
152 completion.
153 148
154 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure 149 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
155 flyspell-pre-point is valid to avoid signalling an error in 150 flyspell-pre-point is valid to avoid signalling an error in
@@ -196,8 +191,7 @@
196 191
1972008-08-25 Ulf Jasper <ulf@web.de> 1922008-08-25 Ulf Jasper <ulf@web.de>
198 193
199 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc 194 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
200 fixed.
201 (newsticker-treeview-treewindow-width): New. 195 (newsticker-treeview-treewindow-width): New.
202 (newsticker-treeview-listwindow-height): New. 196 (newsticker-treeview-listwindow-height): New.
203 (newsticker-treeview-browse-url-item): New. 197 (newsticker-treeview-browse-url-item): New.
@@ -236,9 +230,8 @@
236 if initial-window-system is `pc'. 230 if initial-window-system is `pc'.
237 231
238 * term/internal.el (local-function-key-map): Fix unbalanced parens. 232 * term/internal.el (local-function-key-map): Fix unbalanced parens.
239 (msdos-key-remapping-map): New variable. Move 233 (msdos-key-remapping-map): New variable. Move here all the special
240 here all the special keys we will be remapping via 234 keys we will be remapping via local-function-key-map.
241 local-function-key-map.
242 (msdos-setup-keyboard): New function. 235 (msdos-setup-keyboard): New function.
243 236
244 * term/pc-win.el (msdos-create-frame-with-faces): Renamed from 237 * term/pc-win.el (msdos-create-frame-with-faces): Renamed from
@@ -248,8 +241,8 @@
248 (msdos-create-frame-with-faces): Set the terminal's 241 (msdos-create-frame-with-faces): Set the terminal's
249 `terminal-initted' (sic!) parameter. 242 `terminal-initted' (sic!) parameter.
250 (frame-creation-function-alist): Add msdos-create-frame-with-faces. 243 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
251 (window-system-initialization-alist): Add 244 (window-system-initialization-alist):
252 msdos-initialize-window-system. 245 Add msdos-initialize-window-system.
253 (handle-args-function-alist): Use tty-handle-args for `pc' 246 (handle-args-function-alist): Use tty-handle-args for `pc'
254 ``window system'' as well. 247 ``window system'' as well.
255 (pc-win): Provide. 248 (pc-win): Provide.
@@ -1508,7 +1501,7 @@
1508 1501
15092008-07-18 Chong Yidong <cyd@stupidchicken.com> 15022008-07-18 Chong Yidong <cyd@stupidchicken.com>
1510 1503
1511 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc. and 1504 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
1512 ns-grabenv.elc. 1505 ns-grabenv.elc.
1513 1506
1514 * ns-carbon-compat.el: File removed. 1507 * ns-carbon-compat.el: File removed.
diff --git a/src/ChangeLog b/src/ChangeLog
index aa152d712bf..fffb4205ff8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -139,7 +139,7 @@
139 LGSTRING_LENGTH. 139 LGSTRING_LENGTH.
140 140
141 * indent.c: Include composite.h and dispextern.h. 141 * indent.c: Include composite.h and dispextern.h.
142 (check_composition): Delete this function.. 142 (check_composition): Delete this function.
143 (scan_for_column): Handle composition by 143 (scan_for_column): Handle composition by
144 composition_compute_stop_pos, composition_reseat_it, and 144 composition_compute_stop_pos, composition_reseat_it, and
145 composition_update_it. 145 composition_update_it.
@@ -494,7 +494,7 @@
494 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c. 494 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
495 * nsterm.m: Remove ns-specific code for cursor blinking. 495 * nsterm.m: Remove ns-specific code for cursor blinking.
496 (ns_draw_window_cursor): Clear cursor properly rather than 496 (ns_draw_window_cursor): Clear cursor properly rather than
497 redrawing the area. Respect width of bar cursors. 497 redrawing the area. Respect width of bar cursors.
498 These changes enable the use of generic blink-cursor-mode and 498 These changes enable the use of generic blink-cursor-mode and
499 generic cursor types in NS and support smooth cursor movements (do 499 generic cursor types in NS and support smooth cursor movements (do
500 not blink off after command). 500 not blink off after command).
@@ -865,7 +865,7 @@
865 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in 865 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
866 ns_clip_to_row() call. 866 ns_clip_to_row() call.
867 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer 867 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
868 used). Cast FRAME_FONT assignments. 868 used). Cast FRAME_FONT assignments.
869 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:. 869 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
870 (ns_string_to_lispmod): Change arg to const char. 870 (ns_string_to_lispmod): Change arg to const char.
871 (ns_term_init): Use NSMenuItem class. 871 (ns_term_init): Use NSMenuItem class.