summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (flyspell-check-word-p): Don't delay inside a kbd macro.Richard M. Stallman1998-12-011-1/+4
|
* (help-xref-button): Do nothing if text already has the help-xref property.Richard M. Stallman1998-11-301-16/+16
| | | | (describe-variable): Revert previous change to hyperlink to source.
* (make-local-hook): Return the hook variable.Richard M. Stallman1998-11-301-1/+4
|
* Update author email and web page.Stephen Eglen1998-11-302-6/+6
|
* (display_text_line): When handling HPOS < 0 after loop,Richard M. Stallman1998-11-301-2/+3
| | | | if compute_motion fails to advance at all, don't back it up.
* (features): Add `base64' to this list.Richard M. Stallman1998-11-291-0/+3
|
* (auto-insert-alist): Use user-mail-address.Richard M. Stallman1998-11-291-1/+1
|
* (install-arch-dep): Copy fns-*.el from lib-src.Richard M. Stallman1998-11-291-1/+1
|
* (symbol-file): Doc fix.Richard M. Stallman1998-11-291-1/+4
|
* (hack-one-local-variable): Cope with non-file buffers.Richard M. Stallman1998-11-291-3/+5
|
* (describe-mode): Put major mode first.Richard M. Stallman1998-11-291-12/+13
|
* (appt-disp-window): Use pop-to-buffer,Richard M. Stallman1998-11-291-3/+5
| | | | to support special-display and same-window features.
* (Fsingle_key_description): Fix previous change.Richard M. Stallman1998-11-281-2/+3
|
* (transpose-subr, transpose-subr-1): Rename variablesRichard M. Stallman1998-11-281-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. Stallman1998-11-271-12/+13
|
* (Fstring_as_unibyte, Fstring_as_multibyte):Richard M. Stallman1998-11-271-2/+7
| | | | Clear text properties in the new string.
* (Frequire): Update declaration.Kenichi Handa1998-11-261-1/+1
|
* (ccl-dump-translate-character-const-tbl):Kenichi Handa1998-11-261-1/+1
| | | | Give format correct control string.
* (define-translation-table): Fix bug ofKenichi Handa1998-11-261-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 Handa1998-11-261-0/+3
|
* (ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSBKenichi Handa1998-11-261-2/+2
| | | | | if the charset is ascii. (ccl_driver) <CCL_TranslateCharacterConstTbl>: Likewise.
* (non_ascii_char_to_string): If C has modifier bits,Kenichi Handa1998-11-261-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 Handa1998-11-261-1/+2
|
* (internal_self_insert): If C has modifier bits, insertKenichi Handa1998-11-261-0/+4
| | | | appropriate one byte char.
* (thing-at-point-url-at-point): Don't use currentRichard M. Stallman1998-11-251-1/+1
| | | | syntax table to determine what is whitespace.
* (frame-parameter): Doc fix.Richard M. Stallman1998-11-251-1/+1
|
* (read_process_output): Call signal_after_change.Richard M. Stallman1998-11-251-1/+4
|
* (tex-feed-input): New function.Richard M. Stallman1998-11-251-0/+10
| | | | (tex-define-common-keys): Add binding for C-c C-m.
* (syms_of_buffer): Doc fix.Richard M. Stallman1998-11-241-3/+10
|
* (syms_of_keyboard): Doc fix.Richard M. Stallman1998-11-241-2/+6
|
* (Fmake_keymap): Doc fix.Richard M. Stallman1998-11-241-2/+2
|
* (move-to-column-force): New function.Kenichi Handa1998-11-241-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 Handa1998-11-241-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 compositeKenichi Handa1998-11-241-0/+5
| | | | characters, test their first components.
* Various minor doc fixes.Dave Love1998-11-231-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 Marshall1998-11-231-39/+64
| | | | (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
* * fast-lock.el (fast-lock-save-cache-1):Simon Marshall1998-11-231-34/+56
| | | | (fast-lock-cache-data): Rewritten to use with-temp-message.
* * font-lock.el (font-lock-defaults): Doc fix.Simon Marshall1998-11-231-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 beenAndrew Innes1998-11-221-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. Stallman1998-11-221-13/+13
| | | | delete `window-' from the names.
* (window-buffer-height): New function, split fromRichard M. Stallman1998-11-221-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. Stallman1998-11-221-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. Stallman1998-11-221-1/+5
|
* (initial-frame-alist): Add defcustom.Richard M. Stallman1998-11-221-2/+6
|
* (shell-prompt-pattern): Add defcustom.Richard M. Stallman1998-11-221-2/+4
|
* (message-ignored-supersedes-headers): Remove NNTP-Posting-Date.Richard M. Stallman1998-11-211-1/+1
|
* (describe-mode): Don't avoid loop indirecting thru value of INDICATOR.Richard M. Stallman1998-11-211-1/+3
|
* (describe-variable): Allow any variable with a defcustom,Richard M. Stallman1998-11-211-2/+2
| | | | even if it is not a user variable.
* (mail-unsent-separator): Additional alternative.Richard M. Stallman1998-11-211-1/+2
|
* (nntp-request-group): Allow for failures when requesting a new group.Andrew Innes1998-11-201-1/+1
|