summaryrefslogtreecommitdiff
path: root/lisp/fringe.el
Commit message (Collapse)AuthorAgeFilesLines
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (fringe-indicators): Add fake defvar to avoid compiler warning. DelayLuc Teirlinck2004-11-281-15/+19
| | | | | real definition, which uses `set-fringe-indicators-1' till after the definition of that function.
* (fringe): New defgroup.Kim F. Storm2004-11-281-1/+39
| | | | | | (fringe-mode): Move to fringe group. (fringe-indicators): New defcustom. (set-fringe-indicators-1): New defun.
* (fringe-mode-initialize): New function.Richard M. Stallman2004-10-171-0/+20
| | | | (fringe-mode): Use fringe-mode-initialize as :initialize.
* (fringe-bitmaps): Only initialize when defined.Kim F. Storm2004-10-151-1/+2
|
* (fringe-bitmap-p): New macro.Kim F. Storm2004-09-281-22/+24
| | | | (fringe-bitmaps): Add standard fringe bitmaps on load.
* 2004-03-15 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2004-03-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hl-line.el (hl-line-range-function): New variable. (hl-line-move): New function. (global-hl-line-highlight): Use `hl-line-move'. (hl-line-highlight): Ditto. * scroll-bar.el (scroll-bar-columns): New function derived from ruler-mode.el. * fringe.el (fringe-columns): New function derived from ruler-mode.el. * ruler-mode.el (top-level): Require scroll-bar and fringe. (ruler-mode-left-fringe-cols) (ruler-mode-right-fringe-cols): Use `fringe-columns'. (ruler-mode-right-scroll-bar-cols) (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'. (ruler-mode-ruler-function): New variable. (ruler-mode-header-line-format): Call `ruler-mode-ruler-function' if the value for `ruler-mode-ruler-function'is given. * hexl.el (hexl-mode-hook): Make the hook customizable. (hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New customize variables. (hexlify-buffer): Put font-lock-faces on the address area and the ascii area. (hexl-activate-ruler): New function. (hexl-follow-line): New function. (hexl-highlight-line-range): New function. (hexl-mode-ruler): New function.
* (no-fringe-bitmap, undef-fringe-bitmap)Kim F. Storm2004-02-081-0/+27
| | | | | | | | | | | | | (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap) (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap) (continued-line-fringe-bitmap, continuation-line-fringe-bitmap) (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap) (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap) (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap) (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap) (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap) (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap) (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
* (fringe-query-style): Suggest `?' in minibuffer prompt (instead ofLuc Teirlinck2003-12-231-1/+1
| | | | | | <SPACE>) to get the list of possible fringe modes. (<SPACE> only works if both `partial-completion-mode' and `completion-auto-help' are nil.)
* (fringe-mode): Use active voice in docstring.Lute Kamstra2003-10-141-18/+18
| | | | (set-fringe-style): Ditto.
* (fringe-mode): Fix docstring.Lute Kamstra2003-10-131-17/+41
| | | | (set-fringe-style): Ditto.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (fringe-mode): Autoload so thatSimon Josefsson2003-03-141-1/+2
| | | | Options->Show/Hide->Fringe->Customize works.
* (set-fringe-mode): Work when updatingSimon Josefsson2002-05-261-2/+6
| | | | `default-frame-alist'.
* Fix :type of `fringe-mode' for last modification.Simon Josefsson2002-05-251-0/+1
|
* (fringe-query-style): New fringe style "minimal".Simon Josefsson2002-05-251-9/+10
|
* Initial version.Simon Josefsson2002-05-241-0/+165