summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Fcopy_keymap): After copying a sub-char-table, do store the copy.Richard M. Stallman1997-06-041-0/+2
|
* (stamp-oldxmenu): Always define this one way or another.Richard M. Stallman1997-06-041-1/+6
|
* (format-insert-file): Fix arg order to format-decode.Richard M. Stallman1997-06-041-9/+71
|
* Synched with 1.9908.Per Abrahamsen1997-06-042-10/+18
|
* Synached with 1.9908.Per Abrahamsen1997-06-041-51/+118
|
* (Info-tagify): Don't set Info-tag-table-marker if not in Info mode.Richard M. Stallman1997-06-041-1/+2
|
* (casify_object): Fix bug on handling a characterKenichi Handa1997-06-041-3/+7
| | | | arguement.
* (mail-setup): Don't set buffer-file-coding-system to nil.Richard M. Stallman1997-06-031-1/+1
| | | | Instead, kill the local binding of it.
* (mouse-drag-safe-scroll): Doc fix.Karl Heuer1997-06-031-7/+7
| | | | | | | (mouse-drag-repeatedly-safe-scroll): Doc fix. (mouse-drag-events-are-point-events-p): Doc fix. (mouse-drag-should-do-col-scrolling): Doc fix. (mouse-throw-with-scroll-bar): Doc fix.
* (follow-windows-aligned-p): Doc fix.Karl Heuer1997-06-031-150/+145
| | | | | | | (follow-post-command-hook, follow-recenter): Doc fix. (follow-end-of-buffer, follow-windows-aligned-p): Doc fix. (follow-post-command-hook, follow-maximize-region): Doc fix. (set-process-filter, process-filter, move-overlay): Advice doc fix.
* (spaced-text-mode): Renamed from text-mode.Richard M. Stallman1997-06-031-29/+33
| | | | | | | | But change the mode name and hooks. (text-mode): Put the guts of indented-text-mode here. But don't define text-mode-abbrev-table, just use it. Don't set indent-line-function, and use text-mode-map. (indented-text-mode): Call text-mode.
* (custom-variable-prompt): Change prompt.Richard M. Stallman1997-06-031-1/+1
|
* (mail-setup): Clear out buffer-file-coding-system.Richard M. Stallman1997-06-031-0/+2
|
* new versionMichael Kifer1997-06-026-4706/+4727
|
* (powerpcle-*-solaris2*): New alternative.Richard M. Stallman1997-06-021-0/+7
|
* Comment change.Richard M. Stallman1997-06-021-1/+1
|
* Finish installing previous change.Richard M. Stallman1997-06-021-1/+10
|
* (find_interval): No longer inline.Richard M. Stallman1997-06-021-1/+1
|
* (Freplace_match): If opoint is 0, that's relative to ZV.Richard M. Stallman1997-06-021-1/+1
|
* Many doc fixes.Richard M. Stallman1997-06-021-30/+27
| | | | (reftex-mode-menu): Change menu items.
* Also remove -DETAGS_REGEXPS from the target ctags:Francesco Potortì1997-06-021-1/+1
|
* (NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.Richard M. Stallman1997-06-021-1/+1
|
* Customize.Richard M. Stallman1997-06-021-73/+177
| | | | | | (ada-mode): Set up support for find-file.el. (ada-other-file-alist): New variable moved from find-file.el. (ada-search-directories): Likewise.
* (ada-other-file-alist): Variable definition moved to ada-mode.el.Richard M. Stallman1997-06-021-19/+1
| | | | | (ada-search-directories, ada-procedure-start-regexp): Likewise. (ada-package-start-regexp): Likewise.
* (syms_of_keyboard): Doc fix.Richard M. Stallman1997-06-021-2/+4
|
* (iso-8859-1): Use `1' for mode line.Richard M. Stallman1997-06-021-5/+13
| | | | | (Latin-1...Latin-4 coding systems): Add lists of languages which use these coding systems.
* (koi8-r): Use R for mode line.Richard M. Stallman1997-06-021-1/+5
|
* (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)Richard M. Stallman1997-06-021-5/+2
| | | | | (PSEUDOVECTOR_FLAG, enum pvec_type, PSEUDOVECTOR_SIZE_MASK): Define regardless of NO_UNION_TYPE.
* (Fx_create_frame): Use XINT to access parent.Richard M. Stallman1997-06-021-1/+1
|
* (Fsyntax_table_p, check_syntax_table): Use EQ.Richard M. Stallman1997-06-021-6/+6
| | | | | (Fmodify_syntax_entry): Use XINT to access c. (describe_syntax): Use XINT to access first.
* (search_buffer): Use XINT around refs to trt.Richard M. Stallman1997-06-021-5/+5
|
* (concat3, get_truename_buffer): Declare them.Richard M. Stallman1997-06-021-2/+3
|
* (read_key_sequence): Change some locals to `int'.Richard M. Stallman1997-06-021-4/+4
|
* (compute_motion): Use XFASTINT on width_table elts.Richard M. Stallman1997-06-021-2/+2
|
* (map_char_table): Use XSETFASTINT.Richard M. Stallman1997-06-021-1/+1
|
* (Fwrite_region, build_annotations):Richard M. Stallman1997-06-021-6/+6
| | | | Set start and end using XFASTINT.
* (Fcompare_buffer_substrings): trt contains Lisp_Objects.Richard M. Stallman1997-06-021-3/+3
| | | | (transpose_markers): Use marker_position, not Fmarker_position.
* (Fmove_overlay): Clean up setting o_beg and o_end.Richard M. Stallman1997-06-021-8/+4
|
* (Fmake_byte_code): Set val from p, not from val.Richard M. Stallman1997-06-021-2/+2
| | | | (make_event_array): Convert nargs to Lisp_Object.
* [__NetBSD__]: Don't include filehdr.h, aouthdr.hRichard M. Stallman1997-06-021-0/+37
| | | | scnhdr.h or syms.h. Add many other conditionalized definitions.
* [__alpha__] (NO_SHARED_LIBS): Defined.Richard M. Stallman1997-06-021-0/+4
|
* [__NetBSD__]: Include stdlib.h, not alloca.h.Richard M. Stallman1997-06-021-0/+8
| | | | (ORDINARY_LINK): Defined (if __NetBSD__).
* (alpha-*-netbsd*): New alternative.Richard M. Stallman1997-06-021-0/+1
|
* (m88k-dg-dgux4*): New alternative.Richard M. Stallman1997-06-011-0/+7
|
* (gud-dgux-p, gud-dguxdbx-marker-filter): New functions.Richard M. Stallman1997-06-011-0/+54
| | | | (dbx): Use them.
* Initial revisionRichard M. Stallman1997-06-011-0/+134
|
* (signal): Define only if not NO_DGUX_SIGNAL_REDEF.Richard M. Stallman1997-06-011-0/+2
|
* (init_baud_rate): Use INIT_BAUD_RATE if it's defined.Richard M. Stallman1997-06-011-6/+4
| | | | (sys_signal): Lose DGUX special case.
* Include time-stamp.Richard M. Stallman1997-06-011-7/+90
| | | | | | | (smtpmail-queue-dir, smtpmail-queue-index-file): New variables. (smtpmail-queue-mail): New variable. (smtpmail-send-it): Handle those variables. (smtpmail-send-queued-mail): New command.
* (hs-show-hidden-short-form): Updated doc string.Richard M. Stallman1997-06-011-25/+30
| | | | | | | | | | | (hs-adjust-block-beginning): Likewise. (hs-special-modes-alist): C and C++ should also use hs-c-like-adjust-block-beginning. (hs-find-block-beginning): If hs-adjust-block-beginning is t and we apply hs-adjust-block-beginning and we reach the point means that we found the block beginning. (hs-c-like-adjust-block-beginning): Renamed from java-hs-adjust-block-beginning.