diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 783281b3012..35f5480f480 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,14 @@ | |||
| 1 | 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to | ||
| 4 | take tex-font-script-display into account. | ||
| 5 | (tex-font-script-display, tex-font-lock-suscript): Change from a cons | ||
| 6 | cell to a list of 2 elements to simplify the unfontify code. | ||
| 7 | |||
| 1 | 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) | 8 | 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) |
| 2 | 9 | ||
| 3 | * url/url-auth.el (url-basic-auth): When prompting for username | 10 | * url/url-auth.el (url-basic-auth): When prompting for username |
| 4 | and password, default to the username and password in the URL. | 11 | and password, default to the username and password in the URL. |
| 5 | 12 | ||
| 6 | 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 13 | 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | 14 | ||
| @@ -285,16 +292,15 @@ | |||
| 285 | (fortran-mode): Use fortran-line-length, and | 292 | (fortran-mode): Use fortran-line-length, and |
| 286 | fortran-font-lock-syntactic-keywords as a function. Add a | 293 | fortran-font-lock-syntactic-keywords as a function. Add a |
| 287 | hack-local-variables-hook function. | 294 | hack-local-variables-hook function. |
| 288 | (fortran-line-length, fortran-hack-local-variables): New | 295 | (fortran-line-length, fortran-hack-local-variables): New functions. |
| 289 | functions. | 296 | (fortran-window-create, fortran-strip-sequence-nos): Doc fix. |
| 290 | (fortran-window-create, fortran-strip-sequence-nos): Doc fix. Use | 297 | Use fortran-line-length rather than 72. |
| 291 | fortran-line-length rather than 72. | ||
| 292 | (fortran-window-create-momentarily): Doc fix. | 298 | (fortran-window-create-momentarily): Doc fix. |
| 293 | 299 | ||
| 294 | 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change) | 300 | 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change) |
| 295 | 301 | ||
| 296 | * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix | 302 | * cus-edit.el (custom-group-value-create, custom-goto-parent): |
| 297 | parent groups link. | 303 | Fix parent groups link. |
| 298 | 304 | ||
| 299 | 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net> | 305 | 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net> |
| 300 | 306 | ||