aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-05-18 10:33:29 +0200
committerJuanma Barranquero2010-05-18 10:33:29 +0200
commit560bb7ae8eb9873e1a6be40ff7f26e08228e1d1a (patch)
treed922e509cb059c6f11746aa40fc04e37c885a4f7
parent161e44d1194b137b6e2765e8e8c8a1ddee7d02c2 (diff)
downloademacs-560bb7ae8eb9873e1a6be40ff7f26e08228e1d1a.tar.gz
emacs-560bb7ae8eb9873e1a6be40ff7f26e08228e1d1a.zip
Fix ChangeLog typos.
-rw-r--r--lisp/ChangeLog15
-rw-r--r--src/ChangeLog8
2 files changed, 10 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80e7cf7c708..3cf8b43a796 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -16,7 +16,7 @@
16 16
172010-05-17 Jay Belanger <jay.p.belanger@gmail.com> 172010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
18 18
19 * calc/calc-vec.el (math-vector-avg): Put the vector elements in 19 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
20 order before computing the averages. 20 order before computing the averages.
21 21
222010-05-16 Jay Belanger <jay.p.belanger@gmail.com> 222010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
@@ -25,7 +25,7 @@
25 (calcFunc-histogram): Allow vectors as inputs. 25 (calcFunc-histogram): Allow vectors as inputs.
26 (math-vector-avg): New function. 26 (math-vector-avg): New function.
27 27
28 * calc/calc-ext.el (math-group-float): Have the number of digits 28 * calc/calc-ext.el (math-group-float): Have the number of digits
29 being grouped depend on the radix (Bug#6189). 29 being grouped depend on the radix (Bug#6189).
30 30
312010-05-15 Ken Raeburn <raeburn@raeburn.org> 312010-05-15 Ken Raeburn <raeburn@raeburn.org>
@@ -71,9 +71,9 @@
71 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters. 71 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
72 72
73 * calc/calc.el (var-π, var-φ, var-γ): New variables. 73 * calc/calc.el (var-π, var-φ, var-γ): New variables.
74 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol. 74 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
75 * calc/calc-units.el (math-unit-prefixes): Add mu for micro. 75 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
76 (math-standard-units): Add units. 76 (math-standard-units): Add units.
77 77
782010-05-15 Stefan Monnier <monnier@iro.umontreal.ca> 782010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
79 79
@@ -118,8 +118,7 @@
118 118
1192010-05-13 Chong Yidong <cyd@stupidchicken.com> 1192010-05-13 Chong Yidong <cyd@stupidchicken.com>
120 120
121 Add TeX open-block and close-block keybindings to SGML, and vice 121 Add TeX open-block and close-block keybindings to SGML, and vice versa.
122 versa.
123 122
124 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to 123 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
125 latex-open-block and C-c / to latex-close-block. 124 latex-open-block and C-c / to latex-close-block.
@@ -425,7 +424,7 @@
425 424
426 * Version 23.2 released. 425 * Version 23.2 released.
427 426
4282010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change) 4272010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
429 Stefan Monnier <monnier@iro.umontreal.ca> 428 Stefan Monnier <monnier@iro.umontreal.ca>
430 429
431 Highlight vendor specific properties. 430 Highlight vendor specific properties.
@@ -446,7 +445,7 @@
446 * simple.el (auto-save-mode): Move from files.el. 445 * simple.el (auto-save-mode): Move from files.el.
447 * minibuffer.el (completion--common-suffix): Fix copy&paste error. 446 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
448 447
4492010-05-07 Christian von Roques <roques@mti.ag> (tiny change) 4482010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
450 449
451 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592). 450 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
452 451
diff --git a/src/ChangeLog b/src/ChangeLog
index 8841d8529e3..b0965f8e514 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -67,8 +67,7 @@
67 67
682010-05-15 Ken Raeburn <raeburn@raeburn.org> 682010-05-15 Ken Raeburn <raeburn@raeburn.org>
69 69
70 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an 70 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
71 rvalue. (bug#5916)
72 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise. 71 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
73 72
74 * emacs.c (main): Initialize initial-environment and 73 * emacs.c (main): Initialize initial-environment and
@@ -142,8 +141,7 @@
142 141
1432010-05-14 Kenichi Handa <handa@m17n.org> 1422010-05-14 Kenichi Handa <handa@m17n.org>
144 143
145 * font.c (font_range): Return the range for the font found at 144 * font.c (font_range): Return the range for the font found at first.
146 first.
147 145
1482010-05-14 Glenn Morris <rgm@gnu.org> 1462010-05-14 Glenn Morris <rgm@gnu.org>
149 147
@@ -11602,7 +11600,7 @@
11602 definitions from xmenu.c. Suggested by Adrian Robert. 11600 definitions from xmenu.c. Suggested by Adrian Robert.
11603 11601
11604 * xmenu.c: Remove platform-independent menu definitions. 11602 * xmenu.c: Remove platform-independent menu definitions.
11605 (menu_items menu_items_inuse, menu_items_allocated) 11603 (menu_items, menu_items_inuse, menu_items_allocated)
11606 (menu_items_used, menu_items_n_panes) 11604 (menu_items_used, menu_items_n_panes)
11607 (menu_items_submenu_depth): Move to keyboard.h. 11605 (menu_items_submenu_depth): Move to keyboard.h.
11608 (init_menu_items, finish_menu_items, unuse_menu_items) 11606 (init_menu_items, finish_menu_items, unuse_menu_items)