summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (view-other-diary-entries): Add autoload.Glenn Morris2004-12-201-0/+7
|
* (view-other-diary-entries): Use current-prefix-arg in interactive spec.Glenn Morris2004-12-201-1/+1
|
* *** empty log message ***Glenn Morris2004-12-201-0/+6
|
* *** empty log message ***Jay Belanger2004-12-191-0/+6
|
* (calcAlg-blank-matching-open): Temporarily adjust the syntax of bothJay Belanger2004-12-191-22/+30
| | | | delimiters of half-open intervals.
* (mouse-1-click-follows-link): Doc fix.Kim F. Storm2004-12-191-7/+7
|
* *** empty log message ***Kim F. Storm2004-12-191-0/+4
|
* * term/mac-win.el (encoding-vector, mac-font-encoder-list)Steven Tamm2004-12-182-9/+15
| | | | | | | | | (ccl-encode-mac-centraleurroman-font): Use centraleurroman instead of centraleuropean as the name * macterm.c (endif, x_font_name_to_mac_font_name): Use maccentraleurroman instead of maccentraleuropean (mac_c_string_match, mac_do_list_fonts): Speed up font search by quickly finding a specific font without needing regexps.
* Sync with Tramp 2.0.46.Michael Albinus2004-12-174-63/+94
|
* (occur-accumulate-lines, occur-engine):Juri Linkov2004-12-172-4/+9
| | | | Make forcing deferred font-lock fontification jit-specific.
* (gnus-summary-mode-map): Map follow-link to mouse-face.Kim F. Storm2004-12-171-3/+4
|
* (gnus-group-mode-map): Map follow-link to mouse-face.Kim F. Storm2004-12-171-0/+1
|
* Implement context-sentitive dual behaviour for mouse-1 click.Kim F. Storm2004-12-172-1/+45
|
* (compilation-minor-mode-map)Kim F. Storm2004-12-171-0/+3
| | | | | (compilation-button-map, compilation-mode-map): Map follow-link to mouse-face.
* (dired-mode-map): Map follow-link to mouse-face.Kim F. Storm2004-12-171-0/+1
|
* (widget-specify-field, widget-specify-button):Kim F. Storm2004-12-171-0/+6
| | | | | Map a :follow-link keyword into a follow-link property. (link): Add :follow-link keyword, map to RET binding.
* (cvs-mode-map): Map follow-link to a function whichKim F. Storm2004-12-171-0/+2
| | | | | checks if position is in a filename, rather than some other clickable item. Function looks for cvs-filename-face at position.
* (apropos-symbol, apropos-function, apropos-macro)Kim F. Storm2004-12-171-6/+17
| | | | | (apropos-command, apropos-variable, apropos-face, apropos-group) (apropos-widget, apropos-plist): Add follow-link property.
* (help-xref): Add follow-link property.Kim F. Storm2004-12-171-0/+1
|
* (describe-variable): Add follow-link property to "below" button.Kim F. Storm2004-12-171-0/+1
|
* (describe-key): Report effective and original bindingKim F. Storm2004-12-171-5/+47
| | | | | for mouse-1 when clicked on a link. (describe-mode): Add follow-link property to "minor-mode" button.
* (tooltip-show-help-function): Replace "mouse-2"Kim F. Storm2004-12-171-2/+21
| | | | | prefix in tooltip text with "mouse-1" when this is a link recognized by mouse-1-click-follows-link functionality.
* (mouse-1-click-follows-link): New defcustom.Kim F. Storm2004-12-171-0/+108
| | | | | | | (mouse-on-link-p): New function. (mouse-drag-region-1): Implement mouse-1-click-follows-link functionality. Map a mouse-1 click event into a mouse-2 (or other) event when position is inside a link.
* (zone-pgm-random-life): Fix typo.Thien-Thi Nguyen2004-12-171-1/+1
|
* (zone): Init `line-spacing' from orig buffer.Thien-Thi Nguyen2004-12-172-20/+43
| | | | | | | | | | | (zone-replace-char): Take `count' and `del-count' instead of `direction'. Update callers. When `del-count' is non-nil, delete that many characters, otherwise `count' characters backwards. Insert the newly-replaced string `count' times. (zone-fret): Handle chars w/ width greater than one. (zone-fall-through-ws): No longer take window width `ww'. Update callers. Add handling for `char-width' greater than one. (zone-pgm-drip): Update var holding window-end position every cycle.
* #André Spiegel2004-12-171-0/+5
|
* (vc-default-update-changelog): Use insert-file-contents, rather thanAndré Spiegel2004-12-171-1/+1
| | | | insert-file.
* *** empty log message ***Jay Belanger2004-12-171-0/+8
|
* (math-random-last): Declare it.Jay Belanger2004-12-171-4/+5
| | | | | | | (math-random-digit): Undo last change. Don't make math-random-last local. (var-RandSeed): Don't initially bind it. (math-init-random-base, math-random-digit): Check to see if var-RandSeed is bound.
* (math-random-digit): Call math-init-random-base if var-RandSeed is nil.Jay Belanger2004-12-161-1/+1
|
* Commentary munging; nfc.Thien-Thi Nguyen2004-12-161-3/+4
|
* (zone): Fix omission bug: Use a self-disablingThien-Thi Nguyen2004-12-162-6/+24
| | | | | | one-shot thunk for uniform (error, quit, normal) recovery. (zone-pgm-random-life): Fix bug: Recognize empty initial field by lack of "@" chars.
* (occur-accumulate-lines, occur-engine):Juri Linkov2004-12-162-30/+59
| | | | | | | | | | Fontify unfontified matching lines in the source buffer before copying them. (occur-engine): Don't put mouse-face on context lines. (occur-next-error): Set point to line beginning/end before searching for prev/next property to skip multiple matches on a line (not supported by occur engine). Remove redundant prefix-numeric-value.
* (describe-property-list): Don't treat syntax-tableJuri Linkov2004-12-161-30/+16
| | | | | | | | | specially. Use describe-text-sexp which inserts [show] button for large objects and handles printing errors. Sort properties by names in alphabetical order instead of by value sizes. Add `mouse-face' to list of properties for `describe-face' widget. (describe-char): Mask out face-id from 19 bits of character. Print face-id separately.
* * help-fns.el (variable-at-point):Juri Linkov2004-12-161-2/+7
| | | | As a last resort try striping non-word prefixes and suffixes.
* * help.el (function-called-at-point):Juri Linkov2004-12-161-2/+7
| | | | As a last resort try striping non-word prefixes and suffixes.
* (info-lookup-highlight-face): Change default from `highlight' to `match'.Juri Linkov2004-12-162-1/+16
|
* (apropos-match-face): Change default from `secondary-selection' to `match'.Juri Linkov2004-12-161-1/+1
|
* (grep-match-face): New defvar.Juri Linkov2004-12-161-1/+4
| | | | | (grep-mode-font-lock-keywords): Use grep-match-face instead of compilation-column-face to highlight grep matches.
* (match): New face.Juri Linkov2004-12-161-1/+15
| | | | (list-matching-lines-face): Change default from `bold' to `match'.
* (executable-interpret): Eliminate obsolete compile-internal, and switch to ↵Daniel Pfeiffer2004-12-152-7/+12
| | | | comint for interaction.
* *** empty log message ***J.D. Smith2004-12-151-0/+5
|
* Check for && when skipping multiple commands on a line.J.D. Smith2004-12-151-1/+3
|
* Add to THANKS in Commentary; nfc.Thien-Thi Nguyen2004-12-152-1/+21
|
* (zone): Set `truncate-lines'.Thien-Thi Nguyen2004-12-151-124/+121
| | | | | | | | | | | | | | | | | | | Also, init `tab-width' with value from original buffer. (zone-shift-up): Rewrite for speed. (zone-shift-down, zone-shift-left, zone-shift-right): Likewise. (zone-pgm-jitter): Remove redundant entries from ops vector. (zone-exploding-remove): Reduce iteration count. (zone-cpos): Convert to defsubst. (zone-replace-char): New defsubst. (zone-park/sit-for): Likewise. (zone-fret): Take window-start arg. Update callers. Use `zone-park/sit-for'. (zone-fill-out-screen): Rewrite. (zone-fall-through-ws): Likewise. Update callers. (zone-pgm-drip): Use `zone-replace-char'. Move var inits before while-loop. Use `zone-park/sit-for'. (zone-pgm-random-life): Handle empty initial field. Use `zone-replace-char' and `zone-park/sit-for'.
* *** empty log message ***Juri Linkov2004-12-151-0/+21
|
* (perform-replace): Add isearch-case-fold-search.Juri Linkov2004-12-151-36/+48
| | | | | | | | | | | | | | | Use delimited-flag for isearch-regexp. Reset isearch-lazy-highlight-last-string to force lazy highlighting when called from isearch mode. (query-replace-highlight): Revert defcustom type to boolean. (query-replace-lazy-highlight): New defcustom. (query-replace): New face. (perform-replace, replace-highlight, replace-dehighlight): Test query-replace-lazy-highlight instead of special value `isearch' of query-replace-highlight. (replace-dehighlight): Don't call isearch-dehighlight. (replace-highlight): Don't call isearch-highlight. Use face `query-replace' unconditionally.
* (isearch-update): Test isearch-lazy-highlightJuri Linkov2004-12-151-3/+2
| | | | | | before calling isearch-lazy-highlight-new-loop. (isearch-lazy-highlight-new-loop): Don't test isearch-lazy-highlight.
* (cua--preserve-mark-commands): Remove.Kim F. Storm2004-12-141-16/+1
| | | | | | (cua--undo-push-mark): Remove. (cua--pre-command-handler, cua--post-command-handler): Don't fiddle with inhibit-mark-movement.
* (beginning-of-defun, end-of-defun): Don'tKim F. Storm2004-12-141-4/+2
| | | | use inhibit-mark-movement.