Mercurial > emacs
comparison lisp/ChangeLog @ 82364:0c34fdde692c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 13 Aug 2007 11:27:41 +0000 |
parents | 386452a14fe0 |
children | e5a68f18fcb9 |
comparison
equal
deleted
inserted
replaced
82363:f0b6bf720515 | 82364:0c34fdde692c |
---|---|
1 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org> | |
2 | |
3 * pcvs-parse.el (cvs-parse-table): Handle additional instance of | |
4 optional quotes around files in NEED-UPDATE . REMOVED case. | |
5 | |
6 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring. | |
7 (ada-treat-cmd-string): Improve error message. | |
8 (ada-do-file-completion): Call `ada-require-project-file', so | |
9 project variables are set properly. | |
10 (ada-prj-find-prj-file): Delete Emacs 20.2 support. | |
11 (ada-gnatfind-buffer-name): New constant. | |
12 (ada-find-any-references): Use new constant. Set buffer name | |
13 properly in compilation-start. Toggle read-only properly. | |
14 (ada-find-in-src-path): Fix spelling error in docstring. | |
15 | |
16 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide | |
17 by zero error. | |
18 | |
1 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | 19 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 20 |
3 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted. | 21 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted. |
4 | 22 |
5 2007-08-12 Richard Stallman <rms@gnu.org> | 23 2007-08-12 Richard Stallman <rms@gnu.org> |
24 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to | 42 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to |
25 take tex-font-script-display into account. | 43 take tex-font-script-display into account. |
26 (tex-font-script-display, tex-font-lock-suscript): Change from a cons | 44 (tex-font-script-display, tex-font-lock-suscript): Change from a cons |
27 cell to a list of 2 elements to simplify the unfontify code. | 45 cell to a list of 2 elements to simplify the unfontify code. |
28 | 46 |
29 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) | 47 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) |
30 | 48 |
31 * url/url-auth.el (url-basic-auth): When prompting for username | 49 * url/url-auth.el (url-basic-auth): When prompting for username |
32 and password, default to the username and password in the URL. | 50 and password, default to the username and password in the URL. |
33 | 51 |
34 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 52 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
110 2007-08-07 Ivan Kanis <apple@kanis.eu> | 128 2007-08-07 Ivan Kanis <apple@kanis.eu> |
111 | 129 |
112 * time.el (display-time-world-mode, display-time-world-display) | 130 * time.el (display-time-world-mode, display-time-world-display) |
113 (display-time-world, display-time-world-list) | 131 (display-time-world, display-time-world-list) |
114 (display-time-world-time-format, display-time-world-buffer-name) | 132 (display-time-world-time-format, display-time-world-buffer-name) |
115 (display-time-world-timer-enable) | 133 (display-time-world-timer-enable, display-time-world-timer-second) |
116 (display-time-world-timer-second, display-time-world-mode-map): | 134 (display-time-world-mode-map): New. |
117 New. | 135 |
118 | |
119 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu> | 136 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu> |
120 | 137 |
121 * complete.el (PC-lisp-complete-symbol): Complete symbol around point. | 138 * complete.el (PC-lisp-complete-symbol): Complete symbol around point. |
122 (PC-do-completion): Add "acronym completion" for symbols and | 139 (PC-do-completion): Add "acronym completion" for symbols and |
123 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". | 140 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". |
168 and term-default-bg-color after reset escape sequence. | 185 and term-default-bg-color after reset escape sequence. |
169 (term-handle-colors-array): Set term-current-color with | 186 (term-handle-colors-array): Set term-current-color with |
170 term-default-fg/bg-color instead of ansi-term-color-vector when the | 187 term-default-fg/bg-color instead of ansi-term-color-vector when the |
171 index (term-ansi-current-color or term-ansi-current-bg-color) is zero. | 188 index (term-ansi-current-color or term-ansi-current-bg-color) is zero. |
172 | 189 |
173 2007-08-05 Jay Belanger <belanger@localhost.localdomain> | 190 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com> |
174 | 191 |
175 * calc/calc-nlfit.el (math-nlfit-curve): | 192 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables. |
176 Remove unnecessary variables. | |
177 (math-nlfit-givens): Let bind free variables. | 193 (math-nlfit-givens): Let bind free variables. |
178 | 194 |
179 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br> | 195 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br> |
180 | 196 |
181 * printing.el: Require lpr and ps-print when loading printing package. | 197 * printing.el: Require lpr and ps-print when loading printing package. |
184 2007-08-05 Michael Albinus <michael.albinus@gmx.de> | 200 2007-08-05 Michael Albinus <michael.albinus@gmx.de> |
185 | 201 |
186 * files.el (set-auto-mode): Handle also remote files wrt | 202 * files.el (set-auto-mode): Handle also remote files wrt |
187 `auto-mode-alist'. | 203 `auto-mode-alist'. |
188 | 204 |
189 2007-08-04 Jay Belanger <belanger@localhost.localdomain> | 205 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com> |
190 | 206 |
191 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear | 207 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear |
192 curves and plotting. | 208 curves and plotting. |
193 | 209 |
194 * calc/calc-nlfit.el: New file. | 210 * calc/calc-nlfit.el: New file. |
222 * term.el (term-erase-in-display): Fix case when point is not at | 238 * term.el (term-erase-in-display): Fix case when point is not at |
223 the beginning of the line. | 239 the beginning of the line. |
224 | 240 |
225 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> | 241 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> |
226 | 242 |
227 * calc/calc-ext.el (math-get-value,math-get-sdev) | 243 * calc/calc-ext.el (math-get-value, math-get-sdev) |
228 (math-contains-sdev): New functions. | 244 (math-contains-sdev): New functions. |
229 | 245 |
230 * calc/calc-graph.el (calc-graph-format-data) | 246 * calc/calc-graph.el (calc-graph-format-data) |
231 (calc-graph-add-curve): Check for error forms. | 247 (calc-graph-add-curve): Check for error forms. |
232 (calc-graph-set-styles): Add option for error forms. | 248 (calc-graph-set-styles): Add option for error forms. |
277 * cus-edit.el (customize-apropos): Make the error message indicate | 293 * cus-edit.el (customize-apropos): Make the error message indicate |
278 what kind of thing the user was trying to customize. | 294 what kind of thing the user was trying to customize. |
279 | 295 |
280 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t. | 296 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t. |
281 | 297 |
282 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords): Fix | 298 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords): |
283 off-by-one error in previous change. | 299 Fix off-by-one error in previous change. |
284 | 300 |
285 2007-08-03 Drew Adams <drew.adams@oracle.com> | 301 2007-08-03 Drew Adams <drew.adams@oracle.com> |
286 | 302 |
287 * emacs-lisp/pp.el (pp-eval-expression): Add progress message. | 303 * emacs-lisp/pp.el (pp-eval-expression): Add progress message. |
288 Make buffer writable. | 304 Make buffer writable. |
289 | 305 |
290 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com> | 306 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com> |
291 | 307 |
292 * calc/calc-math.el (math-sqrt-raw,math-sin-raw-2) | 308 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2) |
293 (math-cos-raw-2,math-arctan-raw,math-ln-raw): | 309 (math-cos-raw-2, math-arctan-raw, math-ln-raw): |
294 Use native Emacs functions, when appropriate. | 310 Use native Emacs functions, when appropriate. |
295 | 311 |
296 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu> | 312 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu> |
297 Stefan Monnier <monnier@iro.umontreal.ca> | 313 Stefan Monnier <monnier@iro.umontreal.ca> |
298 | 314 |