comparison etc/NEWS @ 99695:b38023dc1ba8

Updated lispref re *-end-trigger-functions and jit-lock-register.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 18 Nov 2008 18:10:15 +0000
parents 16347aea389f
children 9977c453ce75
comparison
equal deleted inserted replaced
99694:7d1d2a142ab5 99695:b38023dc1ba8
1593 1593
1594 *** `vertical-motion' can now be given a goal column. 1594 *** `vertical-motion' can now be given a goal column.
1595 It now accepts a cons cell (COLS . LINES) in its first argument, which 1595 It now accepts a cons cell (COLS . LINES) in its first argument, which
1596 says to stop, where possible, at a pixel x-position equal to COLS 1596 says to stop, where possible, at a pixel x-position equal to COLS
1597 times the default column width. 1597 times the default column width.
1598 1598 +++
1599 *** redisplay-end-trigger-functions, set-window-redisplay-end-trigger, 1599 *** redisplay-end-trigger-functions, set-window-redisplay-end-trigger,
1600 and window-redisplay-end-trigger are obsolete. Use `jit-lock-register' 1600 and window-redisplay-end-trigger are obsolete. Use `jit-lock-register'
1601 instead. 1601 instead.
1602 1602
1603 ** The Lisp interpreter now treats non-breaking space as whitespace. 1603 ** The Lisp interpreter now treats non-breaking space as whitespace.