aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace change.Richard M. Stallman2005-01-131-1/+1
|
* (syms_of_keyboard): Doc fix.Richard M. Stallman2005-01-131-3/+4
|
* (sgml-fill-nobreak): New fun.Stefan Monnier2005-01-132-19/+43
| | | | | (sgml-mode): Use it. (sgml-get-context): Better keep track of implicitly closed tags.
* (url-retrieve-synchronously): Use accept-process-output rather than sit-for.Stefan Monnier2005-01-132-21/+26
|
* *** empty log message ***Stephen Eglen2005-01-131-1/+1
|
* (Emulating Mode Line): Update format-mode-line entry.Kim F. Storm2005-01-131-4/+3
|
* *** empty log message ***Kim F. Storm2005-01-132-0/+9
|
* (Fformat_mode_line): Fix last change. Remove NO_PROPS argKim F. Storm2005-01-131-38/+32
| | | | (specify 0 for FACE instead). Reorder arg list. Doc fix.
* (Active Keymaps): Fix overriding-local-map description.Thien-Thi Nguyen2005-01-132-1/+5
|
* *** empty log message ***Kenichi Handa2005-01-131-0/+9
|
* (ispell-unified-chars-table): New variable.Kenichi Handa2005-01-131-6/+45
| | | | | | (ispell-get-decoded-string): New function. (ispell-get-casechars, ispell-get-not-casechars) (ispell-get-otherchars): Call ispell-get-decoded-string.
* *** empty log message ***John Paul Wallington2005-01-121-1/+1
|
* (custom-declare-variable): Just put symbol instead of (defvar . symbol)John Paul Wallington2005-01-122-1/+6
| | | | on `current-load-list'.
* Fixed typo in Commentary section.Reiner Steib2005-01-122-1/+5
|
* (Button Properties, Button Buffer Commands):Kim F. Storm2005-01-121-7/+10
| | | | Clarify mouse-1 and follow-link functionality.
* (Links and Mouse-1): Rename section from EnablingKim F. Storm2005-01-121-10/+28
| | | | | Mouse-1 to Following Links. Change xrefs. Add examples for define-button-type and define-widget.
* *** empty log message ***Kim F. Storm2005-01-121-0/+9
|
* *** empty log message ***Jay Belanger2005-01-121-0/+5
|
* (calc-describe-key): Use temporary info buffer to create a CalcJay Belanger2005-01-121-9/+9
| | | | summary.
* More doc fixes.Kim F. Storm2005-01-121-9/+11
|
* (mouse-on-link-p): Change functionality and docKim F. Storm2005-01-121-18/+20
| | | | string to comply with latest description in lisp ref.
* *** empty log message ***Kim F. Storm2005-01-121-0/+5
|
* (xterm-mouse-translate, xterm-mouse-event): EnableNick Roberts2005-01-121-34/+16
| | | | | | mouse clicks on mode-line, header-line and margin. (event-type): Give mouse event symbols an 'event-kind property with value 'mouse-click.
* *** empty log message ***Nick Roberts2005-01-121-0/+7
|
* *** empty log message ***Richard M. Stallman2005-01-123-1/+24
|
* (Enabling Mouse-1 to Follow Links): Rewrite.Richard M. Stallman2005-01-121-62/+61
|
* (Beeping): Fix Texinfo usage.Richard M. Stallman2005-01-121-1/+1
|
* (Emulating Mode Line): Doc FACE arg in format-header-line.Richard M. Stallman2005-01-121-4/+12
|
* (Fformat_mode_line): New arg FACE specifies a defaultRichard M. Stallman2005-01-121-12/+37
| | | | face property for characters that don't specify one.
* (Frequire): Record in load-history unconditionally.Richard M. Stallman2005-01-121-2/+4
|
* (type-break-mode): Fix previous change.Richard M. Stallman2005-01-121-1/+3
|
* (desktop-save): Add `mode: emacs-lisp' to the localJuri Linkov2005-01-122-1/+8
| | | | variables line in desktop files.
* (pop-mark): Move deactivate-mark out of conditionalJuri Linkov2005-01-121-2/+2
| | | | | part to deactivate the active mark regardless of the state of the mark ring.
* * facemenu.el (list-colors-print): New function created from codeJuri Linkov2005-01-122-21/+43
| | | | | | | | in list-colors-display. Print #RRGGBB at the window right edge. (list-colors-display): When temp-buffer-show-function is not defined, call list-colors-print from temp-buffer-show-hook to get the right value of window-width in list-colors-print after the buffer is displayed.
* (list-colors-display): Add new arg buffer-name.Juri Linkov2005-01-112-49/+61
| | | | | | | | | | | Use it. Fix docstring. Replace code for identifying duplicate colors by the name with call to `list-colors-duplicates' which identifies duplicate colors by the value unless the color is one of special Windows colors. Set truncate-lines to t. Print sorted duplicate color names on each line. Indent to 22 \(the longest color name in rgb.txt) instead of 20. Optimize. (list-colors-duplicates): New function. (facemenu-color-name-equal): Delete function.
* Add back_arrow.xpm and fwd_arrow.xpm.Juri Linkov2005-01-111-0/+2
|
* (query-replace-lazy-highlight): Add lazy-highlight group.Juri Linkov2005-01-112-21/+39
| | | | | (query-replace-highlight, query-replace-lazy-highlight) (query-replace): Move definitions to the beginning of the file.
* (search-highlight, isearch, isearch-lazy-highlight):Juri Linkov2005-01-111-62/+67
| | | | | | | | | | | | | Bring together isearch highlight related options. (lazy-highlight): Replace group `replace' by `matching'. (lazy-highlight-cleanup, lazy-highlight-initial-delay) (lazy-highlight-interval, lazy-highlight-max-at-a-time) (lazy-highlight): Add aliases to old names isearch-lazy-highlight-... and declare them obsolete. (lazy-highlight-face): Rename from isearch-lazy-highlight-face. (isearch-faces): Remove defgroup. (isearch-overlay, isearch-highlight, isearch-dehighlight): Move isearch highlighting code closer to lazy highlighting code.
* (Multi-line Indent): Fix previous change.Richard M. Stallman2005-01-112-14/+24
| | | | (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
* Info-history-forwardJuri Linkov2005-01-111-1/+5
|
* (Info-history-forward): New variable.Juri Linkov2005-01-112-11/+65
| | | | | | | | | | | | | | | | | | (Info-select-node): Reset Info-history-forward to nil. (Info-last): Turn into defalias. (Info-history-back): Rename from Info-last. Add current node to Info-history-forward. (Info-history-forward): New fun. (Info-mode-map): Replace Info-last by Info-history-back. Bind Info-history-forward to "r". (Info-mode-menu): Replace Info-last by Info-history-back. Fix menu item text. Add menu item for Info-history-forward. (info-tool-bar-map): Replace Info-last by Info-history-back. Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow" for Info-history-forward. (Info-mode): Replace Info-last by Info-history-back in docstring. Add local variable Info-history-forward. (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
* * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,Juri Linkov2005-01-116-0/+192
| | | | | * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm, * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
* (mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)Stefan Monnier2005-01-112-20/+26
| | | | | (mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events rather than fiddle with mouse-autoselect-window.
* (Basic Types): Add :follow-link keyword.Kim F. Storm2005-01-111-1/+6
|
* *** empty log message ***Kim F. Storm2005-01-112-1/+5
|
* (Button Properties): Add follow-link keyword.Kim F. Storm2005-01-111-1/+5
|
* *** empty log message ***Jay Belanger2005-01-111-2/+4
|
* (calc-reset): Reset when inside an embedded calculator; only reset whenJay Belanger2005-01-111-35/+47
| | | | point is inside a calculator.
* (Text Properties): Add "Enable Mouse-1" to submenu.Kim F. Storm2005-01-111-0/+106
| | | | (Enabling Mouse-1 to Follow Links): New subsection.
* (Button Properties, Button Buffer Commands):Kim F. Storm2005-01-111-3/+5
| | | | Mention mouse-1 binding.