aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-07-18 15:42:14 +0000
committerJuanma Barranquero2008-07-18 15:42:14 +0000
commitba60bd44c7d909fa471f82d3f0477fec6d991751 (patch)
tree3f640d99c73add753df2e1789f042be040f8476e /lisp/ChangeLog
parent555b0992fdbb6435ad74a22c9f894f9c3f405fda (diff)
downloademacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.tar.gz
emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.zip
Fix typos.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog41
1 files changed, 20 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a201e637d3..ac10d0ee1cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -98,7 +98,7 @@
98 * frame.el (ns-initialize-window-system): Declare for compiler. 98 * frame.el (ns-initialize-window-system): Declare for compiler.
99 99
100 * term/ns-win.el: Add numerous declarations for compiler. 100 * term/ns-win.el: Add numerous declarations for compiler.
101 (ns-pop-up-frames): Move definition before use. Doc fix. 101 (ns-pop-up-frames): Move definition before use. Doc fix.
102 102
103 * emacs-lisp/check-declare.el (check-declare-locate) 103 * emacs-lisp/check-declare.el (check-declare-locate)
104 (check-declare-verify): Handle .m files. 104 (check-declare-verify): Handle .m files.
@@ -110,13 +110,13 @@
110 * ns-grabenv.el: New file: functionality useful on OS X platform to 110 * ns-grabenv.el: New file: functionality useful on OS X platform to
111 expose environment variables inside Emacs started from icon. 111 expose environment variables inside Emacs started from icon.
112 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win. 112 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
113 * cus-edit.el 113 * cus-edit.el:
114 * cus-face.el 114 * cus-face.el:
115 * disp-table.el 115 * disp-table.el:
116 * faces.el 116 * faces.el:
117 * info.el 117 * info.el:
118 * mouse.el 118 * mouse.el:
119 * mwheel.el 119 * mwheel.el:
120 * simple.el: Add ns to window systems treated as GUIs. 120 * simple.el: Add ns to window systems treated as GUIs.
121 * facemenu.el (facemenu-read-color): Don't require a name match under 121 * facemenu.el (facemenu-read-color): Don't require a name match under
122 NS, to allow numeric color entry. 122 NS, to allow numeric color entry.
@@ -145,11 +145,11 @@
145 145
1462008-07-14 Jason Rumney <jasonr@gnu.org> 1462008-07-14 Jason Rumney <jasonr@gnu.org>
147 147
148 * term/w32-win.el (x-handle-switch, x-handle-name-switch) 148 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
149 (x-handle-numeric-switch, x-handle-initial-switch) 149 (x-handle-numeric-switch, x-handle-initial-switch)
150 (x-handle-xrm-switch, x-handle-args, x-handle-display) 150 (x-handle-xrm-switch, x-handle-args, x-handle-display)
151 (xw-defined-colors, w32-initialize-window-system): 151 (xw-defined-colors, w32-initialize-window-system):
152 Avoid use of cl pop and push macros. 152 Avoid use of cl pop and push macros.
153 153
1542008-07-14 Martin Rudalics <rudalics@gmx.at> 1542008-07-14 Martin Rudalics <rudalics@gmx.at>
155 155
@@ -158,7 +158,8 @@
158 158
1592008-07-13 Martin Rudalics <rudalics@gmx.at> 1592008-07-13 Martin Rudalics <rudalics@gmx.at>
160 160
161 * add-log.el (change-log-search-file-name): Use match-string-no-properties. 161 * add-log.el (change-log-search-file-name):
162 Use match-string-no-properties.
162 (change-log-search-tag-name-1, change-log-search-tag-name) 163 (change-log-search-tag-name-1, change-log-search-tag-name)
163 (change-log-goto-source-1, change-log-goto-source): New functions. 164 (change-log-goto-source-1, change-log-goto-source): New functions.
164 (change-log-tag-re, change-log-find-head, change-log-find-tail): 165 (change-log-tag-re, change-log-find-head, change-log-find-tail):
@@ -177,13 +178,12 @@
177 178
1782008-07-12 Chong Yidong <cyd@stupidchicken.com> 1792008-07-12 Chong Yidong <cyd@stupidchicken.com>
179 180
180 * simple.el (line-move-visual): Handle null pixel position 181 * simple.el (line-move-visual): Handle null pixel position gracefully.
181 gracefully.
182 182
1832008-07-11 Jason Rumney <jasonr@gnu.org> 1832008-07-11 Jason Rumney <jasonr@gnu.org>
184 184
185 * files.el (file-truename): Get truename of ancestors if file does 185 * files.el (file-truename): Get truename of ancestors if file does
186 not exist on Windows. 186 not exist on Windows.
187 187
1882008-07-11 Chong Yidong <cyd@stupidchicken.com> 1882008-07-11 Chong Yidong <cyd@stupidchicken.com>
189 189
@@ -208,8 +208,7 @@
208 208
209 * window.el (truncated-partial-width-window-p): New function. 209 * window.el (truncated-partial-width-window-p): New function.
210 210
211 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap 211 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
212 option.
213 212
214 * faces.el (x-create-frame-with-faces): Don't pass parameters that 213 * faces.el (x-create-frame-with-faces): Don't pass parameters that
215 are set later to x-create-frame. 214 are set later to x-create-frame.
@@ -234,7 +233,7 @@
234 233
235 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors 234 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
236 from url-retrieve. 235 from url-retrieve.
237 (newsticker--sentinel-work): Fixed xerror typo. 236 (newsticker--sentinel-work): Fix xerror typo.
238 237
2392008-07-07 Dan Nicolaescu <dann@ics.uci.edu> 2382008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
240 239