comparison lisp/ChangeLog @ 64759:56bc2b539f17

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 06 Aug 2005 21:49:19 +0000
parents e64cefcffdaf
children 5c99fdc302d4
comparison
equal deleted inserted replaced
64758:1b36b4662ec6 64759:56bc2b539f17
1 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2
3 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
4
5 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
6 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8 running new function `toggle-indicate-empty-lines'.
9 Rename "Customize" item to "Customize fringe".
10 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13 Delete "Empty lines only" item.
14 (menu-bar-showhide-fringe-ind-customize): New function.
15 (menu-bar-showhide-fringe-ind-mixed)
16 (menu-bar-showhide-fringe-ind-box)
17 (menu-bar-showhide-fringe-ind-right)
18 (menu-bar-showhide-fringe-ind-left)
19 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20 instead of `fringe-indicators'.
21
1 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> 22 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2 23
3 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode. 24 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
4 Change the date of last update. 25 Change the date of last update.
5 26