aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-09 01:05:49 +0200
committerJuanma Barranquero2010-08-09 01:05:49 +0200
commit8d9e03e47f120dff13d2cf93b42fab92e1225f92 (patch)
treebf445d5dde88856bfe9c15a3232af06dc6a75a49
parent5997e34085a4cc5d6292bcc2bab45ba2a128d550 (diff)
downloademacs-8d9e03e47f120dff13d2cf93b42fab92e1225f92.tar.gz
emacs-8d9e03e47f120dff13d2cf93b42fab92e1225f92.zip
Fix typos in ChangeLogs.
-rw-r--r--lisp/ChangeLog33
-rw-r--r--src/ChangeLog10
2 files changed, 19 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a7c7c7ed09..5e5f3c1fd84 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,14 +15,11 @@
15 15
162010-08-08 Kenichi Handa <handa@m17n.org> 162010-08-08 Kenichi Handa <handa@m17n.org>
17 17
18 * international/mule.el (define-charset): Store NAME as :base 18 * international/mule.el (define-charset): Store NAME as :base property.
19 property. 19 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
20 (ctext-non-standard-encodings-table): Pay attention to charset
21 aliases.
22 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the 20 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
23 current priority. Force using the designation of the specific 21 current priority. Force using the designation of the specific
24 charset by adding `charset' text property. Improve the whole 22 charset by adding `charset' text property. Improve the whole algorithm.
25 algorithm.
26 23
272010-08-08 Juanma Barranquero <lekktu@gmail.com> 242010-08-08 Juanma Barranquero <lekktu@gmail.com>
28 25
@@ -35,8 +32,8 @@
35 * language/cyrillic.el: Don't add "microsoft-cp1251" to 32 * language/cyrillic.el: Don't add "microsoft-cp1251" to
36 ctext-non-standard-encodings-alist here. 33 ctext-non-standard-encodings-alist here.
37 34
38 * international/mule.el (ctext-non-standard-encodings-alist): Add 35 * international/mule.el (ctext-non-standard-encodings-alist):
39 "koi8-r" and "microsoft-cp1251". 36 Add "koi8-r" and "microsoft-cp1251".
40 (ctext-standard-encodings): New variable. 37 (ctext-standard-encodings): New variable.
41 (ctext-non-standard-encodings-table): List only elements for 38 (ctext-non-standard-encodings-table): List only elements for
42 non-standard encodings. 39 non-standard encodings.
@@ -51,7 +48,7 @@
51 48
52 * simple.el (exchange-dot-and-mark): Mark obsolete, finally. 49 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
53 50
542010-08-03 Juanma Barranquero <lekktu@gmail.com> 512010-08-08 Juanma Barranquero <lekktu@gmail.com>
55 52
56 * progmodes/which-func.el (which-func-format): Split help-echo text 53 * progmodes/which-func.el (which-func-format): Split help-echo text
57 into lines, like other mode-line tooltips. 54 into lines, like other mode-line tooltips.
@@ -59,26 +56,26 @@
59 * server.el (server-start): When using TCP sockets, force IPv4 56 * server.el (server-start): When using TCP sockets, force IPv4
60 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.) 57 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
61 58
622010-08-02 Stefan Monnier <monnier@iro.umontreal.ca> 592010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
63 60
64 * bindings.el (complete-symbol): Run completion-at-point as a fallback. 61 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
65 62
662010-08-02 Juanma Barranquero <lekktu@gmail.com> 632010-08-08 Juanma Barranquero <lekktu@gmail.com>
67 64
68 * term.el (term-delimiter-argument-list): Reflow docstring. 65 * term.el (term-delimiter-argument-list): Reflow docstring.
69 (term-read-input-ring, term-write-input-ring, term-send-input) 66 (term-read-input-ring, term-write-input-ring, term-send-input)
70 (term-bol, term-erase-in-display, serial-supported-or-barf): 67 (term-bol, term-erase-in-display, serial-supported-or-barf):
71 Fix typos in docstrings. 68 Fix typos in docstrings.
72 69
732010-08-02 Stefan Monnier <monnier@iro.umontreal.ca> 702010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
74 71
75 * bindings.el (function-key-map): Add a S-tab => backtab fallback. 72 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
76 73
772010-08-01 Juanma Barranquero <lekktu@gmail.com> 742010-08-08 Juanma Barranquero <lekktu@gmail.com>
78 75
79 * dabbrev.el (dabbrev-completion): Fix typo in docstring. 76 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
80 77
812010-08-01 MON KEY <monkey@sandpframing.com> (tiny change) 782010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
82 79
83 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): 80 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
84 Fix typo in docstring (bug#6747). 81 Fix typo in docstring (bug#6747).
@@ -119,9 +116,9 @@
119 116
1202010-08-07 Michael R. Mauger <mmaug@yahoo.com> 1172010-08-07 Michael R. Mauger <mmaug@yahoo.com>
121 118
122 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added 119 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
123 SQLite 3 keywords, functions and datatypes. 120 Add SQLite 3 keywords, functions and datatypes.
124 (sql-interactive-mode): Removed `comint-process-echoes' set to t 121 (sql-interactive-mode): Remove `comint-process-echoes' set to t
125 (Bug#6686). 122 (Bug#6686).
126 123
1272010-08-07 Chong Yidong <cyd@stupidchicken.com> 1242010-08-07 Chong Yidong <cyd@stupidchicken.com>
@@ -154,7 +151,7 @@
154 151
1552010-08-06 Michael Albinus <michael.albinus@gmx.de> 1522010-08-06 Michael Albinus <michael.albinus@gmx.de>
156 153
157 * net/tramp.el (tramp-handle-start-file-process ): Set connection 154 * net/tramp.el (tramp-handle-start-file-process): Set connection
158 property "vec". 155 property "vec".
159 (tramp-process-sentinel): Use it for flushing the cache. We 156 (tramp-process-sentinel): Use it for flushing the cache. We
160 cannot do it via the process buffer, the buffer could be deleted 157 cannot do it via the process buffer, the buffer could be deleted
diff --git a/src/ChangeLog b/src/ChangeLog
index 8214030d4d6..405a3f346e7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -90,10 +90,8 @@
90 * xselect.c (QPRIMARY): Move to keyboard.c. 90 * xselect.c (QPRIMARY): Move to keyboard.c.
91 91
92 * keyboard.c (Vselect_active_regions): Move from simple.el. 92 * keyboard.c (Vselect_active_regions): Move from simple.el.
93 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New 93 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
94 vars. 94 (command_loop_1): Set window selection prior to deactivating the mark.
95 (command_loop_1): Set window selection prior to deactivating the
96 mark.
97 95
982010-08-07 Juanma Barranquero <lekktu@gmail.com> 962010-08-07 Juanma Barranquero <lekktu@gmail.com>
99 97
@@ -113,8 +111,8 @@
113 111
114 * keyboard.h (quit_char): Add declaration. 112 * keyboard.h (quit_char): Add declaration.
115 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) 113 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
116 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add 114 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
117 declarations. 115 Add declarations.
118 * sysdep.c: 116 * sysdep.c:
119 * w32.c: Remove the above declarations. 117 * w32.c: Remove the above declarations.
120 118