comparison etc/NEWS @ 62497:e4728ae2ecf8

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 19 May 2005 00:11:48 +0000
parents 4e1114c69642
children 49570fafcade f042e7c0fe20
comparison
equal deleted inserted replaced
62496:c94921e36674 62497:e4728ae2ecf8
2276 Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate 2276 Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate
2277 breakpoints. 2277 breakpoints.
2278 2278
2279 Use M-x gdb to start GDB-UI. 2279 Use M-x gdb to start GDB-UI.
2280 2280
2281 *** The variable tooltip-gud-tips-p is obsoleted. GUD tooltips can now be 2281 *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
2282 toggled independently of normal tooltips with the minor mode 2282 toggled independently of normal tooltips with the minor mode
2283 `gud-tooltip-mode'. 2283 `gud-tooltip-mode'.
2284 2284
2285 +++ 2285 +++
2286 *** In graphical mode, with a C program, GUD Tooltips have been extended to 2286 *** In graphical mode, with a C program, GUD Tooltips have been extended to
3009 ** Support for Mocklisp has been removed. 3009 ** Support for Mocklisp has been removed.
3010 3010
3011 * Lisp Changes in Emacs 22.1 3011 * Lisp Changes in Emacs 22.1
3012 3012
3013 ** General Lisp changes: 3013 ** General Lisp changes:
3014
3015 ---
3016 *** The variables post-command-idle-hook and post-command-idle-delay have
3017 been removed. Use run-with-idle-timer instead.
3014 3018
3015 +++ 3019 +++
3016 *** The function `eql' is now available without requiring the CL package. 3020 *** The function `eql' is now available without requiring the CL package.
3017 3021
3018 +++ 3022 +++