summaryrefslogtreecommitdiff
path: root/lisp/hilit-chg.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * abbrev.el (abbrev-mode): * allout.el (allout-mode): * autoinsert.el (auto-insert-mode): * autoarg.el (autoarg-mode, autoarg-kp-mode): * autorevert.el (auto-revert-mode, auto-revert-tail-mode) (global-auto-revert-mode): * battery.el (display-battery-mode): * composite.el (global-auto-composition-mode) (auto-composition-mode): * delsel.el (delete-selection-mode): * desktop.el (desktop-save-mode): * dired-x.el (dired-omit-mode): * dirtrack.el (dirtrack-mode): * doc-view.el (doc-view-minor-mode): * double.el (double-mode): * electric.el (electric-indent-mode, electric-pair-mode): * emacs-lock.el (emacs-lock-mode): * epa-hook.el (auto-encryption-mode): * follow.el (follow-mode): * font-core.el (font-lock-mode): * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode): * help.el (temp-buffer-resize-mode): * hilit-chg.el (highlight-changes-mode) (highlight-changes-visible-mode): * hi-lock.el (hi-lock-mode): * hl-line.el (hl-line-mode, global-hl-line-mode): * icomplete.el (icomplete-mode): * ido.el (ido-everywhere): * image-file.el (auto-image-file-mode): * image-mode.el (image-minor-mode): * iswitchb.el (iswitchb-mode): * jka-cmpr-hook.el (auto-compression-mode): * linum.el (linum-mode): * longlines.el (longlines-mode): * master.el (master-mode): * mb-depth.el (minibuffer-depth-indicate-mode): * menu-bar.el (menu-bar-mode): * minibuf-eldef.el (minibuffer-electric-default-mode): * mouse-sel.el (mouse-sel-mode): * msb.el (msb-mode): * mwheel.el (mouse-wheel-mode): * outline.el (outline-minor-mode): * paren.el (show-paren-mode): * recentf.el (recentf-mode): * reveal.el (reveal-mode, global-reveal-mode): * rfn-eshadow.el (file-name-shadow-mode): * ruler-mode.el (ruler-mode): * savehist.el (savehist-mode): * scroll-all.el (scroll-all-mode): * scroll-bar.el (scroll-bar-mode): * server.el (server-mode): * shell.el (shell-dirtrack-mode): * simple.el (auto-fill-mode, transient-mark-mode) (visual-line-mode, overwrite-mode, binary-overwrite-mode) (line-number-mode, column-number-mode, size-indication-mode) (auto-save-mode, normal-erase-is-backspace-mode, visible-mode): * strokes.el (strokes-mode): * time.el (display-time-mode): * t-mouse.el (gpm-mouse-mode): * tool-bar.el (tool-bar-mode): * tooltip.el (tooltip-mode): * type-break.el (type-break-mode-line-message-mode) (type-break-query-mode): * view.el (view-mode): * whitespace.el (whitespace-mode, whitespace-newline-mode) (global-whitespace-mode, global-whitespace-newline-mode): * xt-mouse.el (xterm-mouse-mode): Doc fix. * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix autogenerated docstring.
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-3/+2
|
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-7/+6
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Tiny hilit-chg.el change.Glenn Morris2010-10-071-12/+13
| | | | | | | | | | * lisp/hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk): Prefix things.
* | * lisp/hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.Glenn Morris2010-10-051-4/+4
|/ | | | Remove arch-tag comment.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Mark face aliases with "-face" suffix as obsolete.Glenn Morris2009-09-011-8/+6
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (highlight-changes-mode): Removed references to hooks that no longer exist.Juanma Barranquero2008-05-021-27/+15
| | | | | | | | | Because define-minor-mode is used the hook highlight-changes-mode-hook exists and can do what both the old hooks used to do. The documentation at the top of the file was updated to demonstrate this. (highlight-changes-mode): Remove commented out call to a hook function that is no longer there. (hilit-chg-set): Remove running of highlight-changes-enable-hook.
* (highlight-changes-initial-state): Add WHEN to obsolescence declaration.Juanma Barranquero2008-04-181-1/+1
|
* Move non-autoloaded define-obsolete-variable-alias calls forGlenn Morris2008-04-121-11/+7
| | | | defcustoms not in dumped files before the associated defcustom.
* (global-highlight-changes-mode, highlight-changes-passive-string,Juanma Barranquero2008-04-041-4/+4
| | | | highlight-changes-active-string): Mark as obsolete since 23.1, not 22.1.
* (highlight-changes-visibility-initial-state, hilit-chg-update,Juanma Barranquero2008-04-031-7/+7
| | | | highlight-changes-mode-turn-on): Fix typos in docstrings.
* (highlight-changes-mode): Rename fromStefan Monnier2008-04-031-377/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | highlight-changes; no longer uses sub-modes active and passive; implemented by define-minor-mode. (highlight-changes-toggle-visibility): New function, to replace the old passive/active submodes of global-highlight-changes-mode; implemented by define-minor-mode. (global-highlight-changes-mode'): Rename from global-highlight-changes; rewrite using define-globalized-minor-mode. (hilit-chg-major-mode-hook, hilit-chg-check-global) (hilit-chg-post-command-hook, hilit-chg-check-global) (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due to use of define-globalized-minor-mode. (highlight-changes-global-initial-state): Change to be boolean. (highlight-changes-visible-string, highlight-changes-invisible-string): Rename from highlight-changes-active-string and highlight-changes-passive-string. (hilit-chg-update, hilit-chg-set): Use them. (global-highlight-changes-mode): Rename from global-highlight-changes. (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to docstring. (hilit-chg-hide-changes): Rewrite to use dolist. (hilit-chg-set-face-on-change, hilit-chg-update) (highlight-changes-rotate-faces): Use highlight-changes-visible-mode variable instead of testing highlight-changes-mode. (highlight-markup-buffers): Add reuire ediff-util; argument on calls to highlight-changes-mode changed. (highlight-compare-with-file): Fix problems with interactive call giving invalid default file.
* Remove spurious * in defcustom docstrings.Stefan Monnier2008-02-241-36/+13
| | | | | | (hilit-chg-make-ov): Simplify. (hilit-chg-fixup): Use remove-overlays. (hilit-chg-set-face-on-change): Remove redundant `remove-text-properties' call.
* (highlight-save-buffer-state): New macro.Stefan Monnier2008-02-131-40/+55
| | | | | | (highlight-save-buffer-state, hilit-chg-set-face-on-change) (hilit-chg-clear): Use it to preserve the modified-p flag. (highlight-changes-rotate-faces): Don't mess with the undo-list.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (highlight-changes-rotate-faces): Don't set modified flag of buffer.Chong Yidong2007-06-041-11/+31
| | | | Use `inhibit-modification-hooks'.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Add highlight-changes-mode to desktop-locals-to-save.Lars Hansen2006-02-091-1/+2
| | | | (highlight-changes-mode): Don't change desktop-locals-to-save.
* (hilit-chg-update-all-buffers): Use `mapc' instead of `mapcar'; return nil.Juanma Barranquero2006-02-091-8/+9
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (highlight-changes-initial-state, highlight-changes-global-initial-state):Juanma Barranquero2006-02-011-7/+7
| | | | | | Doc fixes. (highlight-changes-global-modes, global-highlight-changes): Fix typos in docstrings.
* Add handler to desktop-minor-mode-handlers.Lars Hansen2005-08-101-0/+11
| | | | | | (hilit-chg-desktop-restore): New function. (highlight-changes-mode): Add highlight-changes-mode to desktop-locals-to-save.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (highlight-changes-global-initial-state, highlight-compare-buffers,Juanma Barranquero2005-07-221-19/+18
| | | | | | hilit-chg-turn-on-maybe, hilit-chg-fixup, highlight-changes-mode): Fix typos in docstrings. (highlight-changes-global-modes, highlight-changes-rotate-faces): Doc fixes.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (highlight-changes-colors): Rename from `highlight-changes-colours'.Juanma Barranquero2005-06-121-8/+11
| | | | | | (highlight-changes-colours): Keep as obsolete alias. (highlight-changes-face-list): Doc fix. (hilit-chg-make-list): Use `highlight-changes-colors'.
* (highlight-changes-colours highlight-changes-face-list,Juanma Barranquero2005-06-101-9/+9
| | | | highlight-changes-rotate-faces): Fix spellings in docstrings.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-377Miles Bader2005-06-101-15/+19
| | | | | | | | | | | | | Remove "-face" suffix from highlight-changes faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/hilit-chg.el (highlight-changes, highlight-changes-delete): Remove "-face" suffix from face names. (highlight-changes-face, highlight-changes-delete-face): New backward-compatibility aliases for renamed faces. (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov) (hilit-chg-make-list): Use renamed highlight-changes faces.
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | high number of colors displays. * textmodes/table.el (table-cell-face): Add special case for displays supporting a high number of colors. * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) (vhdl-font-lock-reserved-words-face) (vhdl-speedbar-architecture-face) (vhdl-speedbar-instantiation-face) (vhdl-speedbar-architecture-selected-face) (vhdl-speedbar-instantiation-selected-face): Likewise. * progmodes/sh-script.el (sh-heredoc-face): Likewise. * progmodes/idlw-help.el (idlwave-help-link-face): Likewise. * progmodes/ebrowse.el (ebrowse-tree-mark-face) (ebrowse-root-class-face, ebrowse-member-attribute-face) (ebrowse-progress-face): Likewise. * progmodes/compile.el (compilation-info-face): Likewise. * progmodes/cc-fonts.el (c-invalid-face): Likewise. * emacs-lisp/re-builder.el (reb-match-3): Likewise. * calendar/calendar.el (diary-face): Likewise. * woman.el (woman-italic-face, woman-bold-face) (woman-unknown-face): Likewise. * wid-edit.el (widget-button-pressed-face): Likewise. * whitespace.el (whitespace-highlight-face): Likewise. * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise. * pcvs-info.el (cvs-marked-face): Likewise. * info.el (info-xref): Likewise. * ido.el (ido-subdir-face, ido-indicator-face): Likewise. * hilit-chg.el (highlight-changes-face) (highlight-changes-delete-face): Likewise. * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b) (hi-red-b): Likewise. * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise. * font-lock.el (font-lock-keyword-face) (font-lock-function-name-face, font-lock-warning-face): Likewise. * cus-edit.el (custom-invalid-face, custom-modified-face) (custom-set-face, custom-changed-face, custom-variable-tag-face) (custom-group-tag-face-1, custom-group-tag-face): Likewise. * comint.el (comint-highlight-prompt): Likewise.
* find-file-hooks -> find-file-hook.Stefan Monnier2005-03-241-10/+10
|
* (highlight-changes-mode): Don't autoload.Stefan Monnier2005-01-171-4/+2
|
* Use require instead of eval-and-compile.Eli Zaretskii2004-02-161-72/+119
| | | | (highlight-compare-buffers): New function.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-42/+42
|
* (highlight-changes-colours, highlight-changes-active-string,Juanma Barranquero2002-09-061-39/+39
| | | | | highlight-changes-passive-string, highlight-changes-rotate-faces, global-highlight-changes): Fix spacing.
* (global-highlight-changes): Capitalize status texts.Pavel Janík2002-04-221-2/+2
|
* (highlight-changes-active-string): Default to +Chg.Richard M. Stallman2002-02-061-8/+9
| | | | | (highlight-changes-passive-string): Default to -Chg. (highlight-changes-global-modes): Doc fix.
* (hilit-chg-fixup): Don't alter overlay if not ours.Richard M. Stallman2002-02-011-25/+23
| | | | | (hilit-chg-set-face-on-change): Rename arg. (hilit-chg-make-ov): Detect error earlier.
* Doc fix.Stefan Monnier2001-11-301-1/+1
|
* (hilit-chg-set): Remove make-local-hook.Pavel Janík2001-11-261-1/+0
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|