comparison lisp/ChangeLog @ 82341:13d9a34c970a

(tex-font-lock-unfontify-region): Take tex-font-script-display into account. (tex-font-script-display, tex-font-lock-suscript): Change from a cons cell to a list of 2 elements to simplify the unfontify code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Aug 2007 04:16:21 +0000
parents ad137165d9cc
children 170a50c66d9b
comparison
equal deleted inserted replaced
82340:c0011ad9af50 82341:13d9a34c970a
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
8 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix. 15 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9 (ps-begin-job): Use ps-default-fg and ps-default-bg only when 16 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
283 (fortran-font-lock-syntactic-keywords): Delete as a variable, 290 (fortran-font-lock-syntactic-keywords): Delete as a variable,
284 replace with a new function definition. 291 replace with a new function definition.
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
301 * progmodes/python.el (python-current-defun): Adjust to never fall 307 * progmodes/python.el (python-current-defun): Adjust to never fall
302 into infinite loop. 308 into infinite loop.