Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (undo-outer-limit-truncate): New function. | Richard M. Stallman | 2004-12-21 | 1 | -0/+11 |
| | | | | (undo-outer-limit-function): Use undo-outer-limit-truncate. | ||||
* | (escape-glyph): Use blue against light foreground. | Richard M. Stallman | 2004-12-21 | 1 | -2/+2 |
| | |||||
* | (get_next_display_element): Display codes 8a0 and 8ad | Richard M. Stallman | 2004-12-21 | 1 | -1/+18 |
| | | | | specially as `\ ' and `\-'. | ||||
* | (kbd_buffer_store_event_hold): | Richard M. Stallman | 2004-12-21 | 1 | -3/+13 |
| | | | | In the code for while-no-input, handle immediate_quit. | ||||
* | (unwind_to_catch): Clear immediate_quit. | Richard M. Stallman | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | (Fread_file_name): Delete duplicates in | Richard M. Stallman | 2004-12-21 | 1 | -3/+13 |
| | | | | file-name-history when history_delete_duplicates is true. | ||||
* | (truncate_undo_list): Update decl. | Richard M. Stallman | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | (truncate_undo_list): Return void. | Richard M. Stallman | 2004-12-21 | 1 | -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. Stallman | 2004-12-21 | 1 | -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 Belanger | 2004-12-20 | 2 | -4/+10 |
| | |||||
* | (view-other-diary-entries): Add autoload. | Glenn Morris | 2004-12-20 | 1 | -0/+7 |
| | |||||
* | (view-other-diary-entries): Use current-prefix-arg in interactive spec. | Glenn Morris | 2004-12-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2004-12-20 | 1 | -0/+6 |
| | |||||
* | (mac_do_list_fonts): Fix memory leak | Steven Tamm | 2004-12-20 | 2 | -2/+6 |
| | |||||
* | (re_match_2_internal) <symend, wordend>: | Richard M. Stallman | 2004-12-20 | 2 | -2/+7 |
| | | | | Fix calls to UPDATE_SYNTAX_TABLE_FORWARD. | ||||
* | *** empty log message *** | Jay Belanger | 2004-12-19 | 1 | -0/+6 |
| | |||||
* | (calcAlg-blank-matching-open): Temporarily adjust the syntax of both | Jay Belanger | 2004-12-19 | 1 | -22/+30 |
| | | | | delimiters of half-open intervals. | ||||
* | (mouse-1-click-follows-link): Doc fix. | Kim F. Storm | 2004-12-19 | 1 | -7/+7 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-12-19 | 1 | -0/+4 |
| | |||||
* | * term/mac-win.el (encoding-vector, mac-font-encoder-list) | Steven Tamm | 2004-12-18 | 4 | -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 Teirlinck | 2004-12-17 | 2 | -2/+8 |
| | | | | (Font Locking): Avoid @strong{Note:}. | ||||
* | Sync with Tramp 2.0.46. | Michael Albinus | 2004-12-17 | 7 | -419/+289 |
| | |||||
* | (occur-accumulate-lines, occur-engine): | Juri Linkov | 2004-12-17 | 2 | -4/+9 |
| | | | | Make forcing deferred font-lock fontification jit-specific. | ||||
* | (gnus-summary-mode-map): Map follow-link to mouse-face. | Kim F. Storm | 2004-12-17 | 1 | -3/+4 |
| | |||||
* | (gnus-group-mode-map): Map follow-link to mouse-face. | Kim F. Storm | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | Implement context-sentitive dual behaviour for mouse-1 click. | Kim F. Storm | 2004-12-17 | 3 | -1/+78 |
| | |||||
* | (compilation-minor-mode-map) | Kim F. Storm | 2004-12-17 | 1 | -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. Storm | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | (widget-specify-field, widget-specify-button): | Kim F. Storm | 2004-12-17 | 1 | -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 which | Kim F. Storm | 2004-12-17 | 1 | -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. Storm | 2004-12-17 | 1 | -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. Storm | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | (describe-variable): Add follow-link property to "below" button. | Kim F. Storm | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | (describe-key): Report effective and original binding | Kim F. Storm | 2004-12-17 | 1 | -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. Storm | 2004-12-17 | 1 | -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. Storm | 2004-12-17 | 1 | -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 Nguyen | 2004-12-17 | 1 | -1/+1 |
| | |||||
* | (zone): Init `line-spacing' from orig buffer. | Thien-Thi Nguyen | 2004-12-17 | 2 | -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é Spiegel | 2004-12-17 | 1 | -0/+5 |
| | |||||
* | (vc-default-update-changelog): Use insert-file-contents, rather than | André Spiegel | 2004-12-17 | 1 | -1/+1 |
| | | | | insert-file. | ||||
* | *** empty log message *** | Jay Belanger | 2004-12-17 | 1 | -0/+8 |
| | |||||
* | (math-random-last): Declare it. | Jay Belanger | 2004-12-17 | 1 | -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 Teirlinck | 2004-12-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-12-17 | 1 | -0/+8 |
| | |||||
* | (HTTP language/coding, mailto): Replace "GNU Emacs manual" with | Luc Teirlinck | 2004-12-17 | 1 | -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 Teirlinck | 2004-12-17 | 1 | -2/+2 |
| | |||||
* | Correct typos. | Luc Teirlinck | 2004-12-17 | 1 | -8/+8 |
| | |||||
* | Delete trailing whitespace. | Luc Teirlinck | 2004-12-17 | 1 | -32/+32 |
| | |||||
* | (math-random-digit): Call math-init-random-base if var-RandSeed is nil. | Jay Belanger | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | Commentary munging; nfc. | Thien-Thi Nguyen | 2004-12-16 | 1 | -3/+4 |
| |