summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (undo-outer-limit-truncate): New function.Richard M. Stallman2004-12-211-0/+11
| | | | (undo-outer-limit-function): Use undo-outer-limit-truncate.
* (escape-glyph): Use blue against light foreground.Richard M. Stallman2004-12-211-2/+2
|
* (get_next_display_element): Display codes 8a0 and 8adRichard M. Stallman2004-12-211-1/+18
| | | | specially as `\ ' and `\-'.
* (kbd_buffer_store_event_hold):Richard M. Stallman2004-12-211-3/+13
| | | | In the code for while-no-input, handle immediate_quit.
* (unwind_to_catch): Clear immediate_quit.Richard M. Stallman2004-12-211-0/+1
|
* (Fread_file_name): Delete duplicates inRichard M. Stallman2004-12-211-3/+13
| | | | file-name-history when history_delete_duplicates is true.
* (truncate_undo_list): Update decl.Richard M. Stallman2004-12-211-1/+1
|
* (truncate_undo_list): Return void.Richard M. Stallman2004-12-211-35/+119
| | | | | | | | | | | | | | Take just one argument, the buffer. Make it current, and inhibit recursive GC. Access and update the undo list directly; return void. Refer to the undo...limit variables directly. Test undo_outer_limit only after counting the whole current command. When it's exceeded, call the function in undo-outer-limit-function. (undo_limit, undo_strong_limit, undo_outer_limit): Moved from alloc.c. (Vundo_outer_limit_function): New variable. (syms_of_undo): Define undo-limit, undo-strong-limit and undo-outer-limit here, and undo-outer-limit-function. Doc fixes.
* (Fgarbage_collect): Update call to truncate_undo_list.Richard M. Stallman2004-12-211-67/+37
| | | | | | | Call that at the very start. (undo_limit, undo_strong_limit, undo_outer_limit): To undo.c. (syms_of_alloc): Don't define undo-limit, undo-strong-limit and undo-outer-limit here.
* (Types Tutorial): Emphasized that you can't divide by 0.Jay Belanger2004-12-202-4/+10
|
* (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
|
* (mac_do_list_fonts): Fix memory leakSteven Tamm2004-12-202-2/+6
|
* (re_match_2_internal) <symend, wordend>:Richard M. Stallman2004-12-202-2/+7
| | | | Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
* *** 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-184-32/+103
| | | | | | | | | (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.
* (Text Filling and Line Breaking): Put period after @xref.Luc Teirlinck2004-12-172-2/+8
| | | | (Font Locking): Avoid @strong{Note:}.
* Sync with Tramp 2.0.46.Michael Albinus2004-12-177-419/+289
|
* (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-173-1/+78
|
* (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.
* *** empty log message ***Luc Teirlinck2004-12-171-1/+1
|
* *** empty log message ***Luc Teirlinck2004-12-171-0/+8
|
* (HTTP language/coding, mailto): Replace "GNU Emacs manual" withLuc Teirlinck2004-12-171-5/+5
| | | | | the standard "The GNU Emacs manual" in fifth argument of @xref's. (Dealing with HTTP documents): @inforef->@xref.
* (Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}.Luc Teirlinck2004-12-171-2/+2
|
* Correct typos.Luc Teirlinck2004-12-171-8/+8
|
* Delete trailing whitespace.Luc Teirlinck2004-12-171-32/+32
|
* (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
|