emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 15 May 2005 20:30:04 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1190 emacs/etc/NEWS:1.1191
*** emacs/etc/NEWS:1.1190       Sat May 14 23:38:09 2005
--- emacs/etc/NEWS      Mon May 16 00:30:03 2005
***************
*** 1283,1288 ****
--- 1283,1297 ----
  matches, compilation errors, etc.  This minor mode can be toggled with
  C-c C-f.
  
+ *** When the left fringe is displayed, an overlay arrow points to current
+ message in the compilation buffer.  
+ 
+ *** The new variable `compilation-context-lines' controls lines of leading
+ context before the current message.  If nil and the left fringe is displayed,
+ it doesn't scroll the compilation output window.  If there is no left fringe,
+ no arrow is displayed and a value of nil means display the message at the top
+ of the window.
+ 
  ** Occur mode changes:
  
  +++
***************
*** 2262,2272 ****
  *** The new package gdb-ui.el provides an enhanced graphical interface to
  GDB. You can interact with GDB through the GUD buffer in the usual way, but
  there are also further buffers which control the execution and describe the
! state of your program.  It separates the input/output of your program from
  that of GDB and watches expressions in the speedbar.  It also uses features of
! Emacs 21 such as the display margin for breakpoints, and the toolbar.
  
! Use M-x gdba to start GDB-UI.
  
  *** GUD tooltips can be toggled independently of normal tooltips
  with the minor mode `gud-tooltip-mode'.
--- 2271,2282 ----
  *** The new package gdb-ui.el provides an enhanced graphical interface to
  GDB. You can interact with GDB through the GUD buffer in the usual way, but
  there are also further buffers which control the execution and describe the
! state of your program.  It can separate the input/output of your program from
  that of GDB and watches expressions in the speedbar.  It also uses features of
! Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate
! breakpoints.
  
! Use M-x gdb to start GDB-UI.
  
  *** GUD tooltips can be toggled independently of normal tooltips
  with the minor mode `gud-tooltip-mode'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]