Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (flyspell-check-word-p): Don't delay inside a kbd macro. | Richard M. Stallman | 1998-12-01 | 1 | -1/+4 |
| | |||||
* | (help-xref-button): Do nothing if text already has the help-xref property. | Richard M. Stallman | 1998-11-30 | 1 | -16/+16 |
| | | | | (describe-variable): Revert previous change to hyperlink to source. | ||||
* | (make-local-hook): Return the hook variable. | Richard M. Stallman | 1998-11-30 | 1 | -1/+4 |
| | |||||
* | Update author email and web page. | Stephen Eglen | 1998-11-30 | 2 | -6/+6 |
| | |||||
* | (display_text_line): When handling HPOS < 0 after loop, | Richard M. Stallman | 1998-11-30 | 1 | -2/+3 |
| | | | | if compute_motion fails to advance at all, don't back it up. | ||||
* | (features): Add `base64' to this list. | Richard M. Stallman | 1998-11-29 | 1 | -0/+3 |
| | |||||
* | (auto-insert-alist): Use user-mail-address. | Richard M. Stallman | 1998-11-29 | 1 | -1/+1 |
| | |||||
* | (install-arch-dep): Copy fns-*.el from lib-src. | Richard M. Stallman | 1998-11-29 | 1 | -1/+1 |
| | |||||
* | (symbol-file): Doc fix. | Richard M. Stallman | 1998-11-29 | 1 | -1/+4 |
| | |||||
* | (hack-one-local-variable): Cope with non-file buffers. | Richard M. Stallman | 1998-11-29 | 1 | -3/+5 |
| | |||||
* | (describe-mode): Put major mode first. | Richard M. Stallman | 1998-11-29 | 1 | -12/+13 |
| | |||||
* | (appt-disp-window): Use pop-to-buffer, | Richard M. Stallman | 1998-11-29 | 1 | -3/+5 |
| | | | | to support special-display and same-window features. | ||||
* | (Fsingle_key_description): Fix previous change. | Richard M. Stallman | 1998-11-28 | 1 | -2/+3 |
| | |||||
* | (transpose-subr, transpose-subr-1): Rename variables | Richard M. Stallman | 1998-11-28 | 1 | -21/+31 |
| | | | | | | bound in one function and used in the other. (transpose-subr-start1, transpose-subr-start2): Add defvars. (transpose-subr-end1, transpose-subr-end2): Add defvars. | ||||
* | *** empty log message *** | Richard M. Stallman | 1998-11-27 | 1 | -12/+13 |
| | |||||
* | (Fstring_as_unibyte, Fstring_as_multibyte): | Richard M. Stallman | 1998-11-27 | 1 | -2/+7 |
| | | | | Clear text properties in the new string. | ||||
* | (Frequire): Update declaration. | Kenichi Handa | 1998-11-26 | 1 | -1/+1 |
| | |||||
* | (ccl-dump-translate-character-const-tbl): | Kenichi Handa | 1998-11-26 | 1 | -1/+1 |
| | | | | Give format correct control string. | ||||
* | (define-translation-table): Fix bug of | Kenichi Handa | 1998-11-26 | 1 | -5/+12 |
| | | | | | setting incorrect translation-table-id. If the first element of ARGS is a translation table, just register it. | ||||
* | ("Chinese-BIG5"): Add charset-origin-alist property. | Kenichi Handa | 1998-11-26 | 1 | -0/+3 |
| | |||||
* | (ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSB | Kenichi Handa | 1998-11-26 | 1 | -2/+2 |
| | | | | | if the charset is ascii. (ccl_driver) <CCL_TranslateCharacterConstTbl>: Likewise. | ||||
* | (non_ascii_char_to_string): If C has modifier bits, | Kenichi Handa | 1998-11-26 | 1 | -0/+17 |
| | | | | | | make an appropriate one byte string. (char_bytes): Handle the case that C is a single byte char or has modifier bits. | ||||
* | (CHAR_BYTES): If C has modifier bits, return 1. | Kenichi Handa | 1998-11-26 | 1 | -1/+2 |
| | |||||
* | (internal_self_insert): If C has modifier bits, insert | Kenichi Handa | 1998-11-26 | 1 | -0/+4 |
| | | | | appropriate one byte char. | ||||
* | (thing-at-point-url-at-point): Don't use current | Richard M. Stallman | 1998-11-25 | 1 | -1/+1 |
| | | | | syntax table to determine what is whitespace. | ||||
* | (frame-parameter): Doc fix. | Richard M. Stallman | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | (read_process_output): Call signal_after_change. | Richard M. Stallman | 1998-11-25 | 1 | -1/+4 |
| | |||||
* | (tex-feed-input): New function. | Richard M. Stallman | 1998-11-25 | 1 | -0/+10 |
| | | | | (tex-define-common-keys): Add binding for C-c C-m. | ||||
* | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -3/+10 |
| | |||||
* | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -2/+6 |
| | |||||
* | (Fmake_keymap): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -2/+2 |
| | |||||
* | (move-to-column-force): New function. | Kenichi Handa | 1998-11-24 | 1 | -3/+24 |
| | | | | | | | | | (operate-on-rectangle): If coerce-tabs is non-nil, call move-to-column-force instead of move-to-column. (insert-rectangle): Call move-to-column-force instead of move-to-column. (open-rectangle-line): If begextra is not zero, call move-to-column-force. | ||||
* | Make a new map by make-keymap. | Kenichi Handa | 1998-11-24 | 1 | -47/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | (picture-desired-column): New variable. (picture-update-desired-column): New function. (picture-beginning-of-line): Set picture-desired-column to 0. (picture-end-of-line): Set picture-desired-column to the current column. (picture-forward-column): Pay attention to multi-column character. (picture-backward-column): Likewise. (picture-move-down): Likewise. (picture-move-up): Likewise. (picture-movement-nw): With prefix arg, move twice columns. (picture-movement-ne): Likewise. (picture-movement-sw): Likewise. (picture-movement-se): Likewise. (picture-set-motion): Handle two-column movements. (picture-move): Call picture-move-down or picture-forward-column only when necessary. (picture-insert): Pay attention to picture-desired-column. (picture-self-insert): Likewise. (picture-clear-column): Pay attention to multi-column character. (picture-mode): Modify doc-string for two-column movement. | ||||
* | (word_boundary_p): If C1 or C2 are composite | Kenichi Handa | 1998-11-24 | 1 | -0/+5 |
| | | | | characters, test their first components. | ||||
* | Various minor doc fixes. | Dave Love | 1998-11-23 | 1 | -48/+75 |
| | | | | | | | | | (fortran-font-lock-keywords-1): Add `d' to comment-chars. (fortran-with-subprogram-narrowing): New macro. fortran-check-for-matching-do): Use it. (fortran-end-do): Use fortran-check-end-prog-re. (fortran-beginning-do, fortran-end-if, fortran-beginning-if) (fortran-calculate-indent, fortran-calculate-indent): Likewise. | ||||
* | * lazy-lock.el (lazy-lock-unstall): | Simon Marshall | 1998-11-23 | 1 | -39/+64 |
| | | | | (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | ||||
* | * fast-lock.el (fast-lock-save-cache-1): | Simon Marshall | 1998-11-23 | 1 | -34/+56 |
| | | | | (fast-lock-cache-data): Rewritten to use with-temp-message. | ||||
* | * font-lock.el (font-lock-defaults): Doc fix. | Simon Marshall | 1998-11-23 | 1 | -44/+26 |
| | | | | | (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | ||||
* | (rmail-set-message-counters-counter): Detect messages that have been | Andrew Innes | 1998-11-22 | 1 | -13/+27 |
| | | | | | added with DOS line endings and convert the line endings for such messages. | ||||
* | Rename function and variables added in previous change: | Richard M. Stallman | 1998-11-22 | 1 | -13/+13 |
| | | | | delete `window-' from the names. | ||||
* | (window-buffer-height): New function, split from | Richard M. Stallman | 1998-11-22 | 1 | -35/+32 |
| | | | | | shrink-window-if-larger-than-buffer. (shrink-window-if-larger-than-buffer): Use window-buffer-height. | ||||
* | Add resizing of temporary buffers. | Richard M. Stallman | 1998-11-22 | 1 | -0/+69 |
| | | | | | | (temp-buffer-window-resize-mode): New command and variable. (temp-buffer-window-max-height): New variable. (resize-temp-buffer-window): New function. | ||||
* | (Fset_mouse_position): Doc fix. | Richard M. Stallman | 1998-11-22 | 1 | -1/+5 |
| | |||||
* | (initial-frame-alist): Add defcustom. | Richard M. Stallman | 1998-11-22 | 1 | -2/+6 |
| | |||||
* | (shell-prompt-pattern): Add defcustom. | Richard M. Stallman | 1998-11-22 | 1 | -2/+4 |
| | |||||
* | (message-ignored-supersedes-headers): Remove NNTP-Posting-Date. | Richard M. Stallman | 1998-11-21 | 1 | -1/+1 |
| | |||||
* | (describe-mode): Don't avoid loop indirecting thru value of INDICATOR. | Richard M. Stallman | 1998-11-21 | 1 | -1/+3 |
| | |||||
* | (describe-variable): Allow any variable with a defcustom, | Richard M. Stallman | 1998-11-21 | 1 | -2/+2 |
| | | | | even if it is not a user variable. | ||||
* | (mail-unsent-separator): Additional alternative. | Richard M. Stallman | 1998-11-21 | 1 | -1/+2 |
| | |||||
* | (nntp-request-group): Allow for failures when requesting a new group. | Andrew Innes | 1998-11-20 | 1 | -1/+1 |
| |