1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

26419 Commits

Author SHA1 Message Date
Gerd Moellmann
f2cab2ea4a (insert_1_both): Call set_text_properties with last
parameter nil so that no after changes will be signaled.
1999-11-26 12:07:04 +00:00
Gerd Moellmann
48778e46da Add prototype for set_text_properties. 1999-11-26 12:06:29 +00:00
Gerd Moellmann
18df93696d (set_lface_from_font_name): Fix previous change.
(recompute_basic_faces): Change assert to abort.
1999-11-26 10:17:53 +00:00
Dave Love
ddb6e2e205 Require comint when compiling.
(hippie-expand): Add :links.
(hippie-expand-try-functions-list): Customize.
1999-11-25 19:18:59 +00:00
Dave Love
e144fd4e47 (text-mode-hook): Customize. 1999-11-25 19:00:17 +00:00
Dave Love
71a8e74b6e (Fnthcdr, Fnreverse): Inline cdr.
(Fmember, Fdelq, Fdelete): Inline car.
(Fy_or_n_p): Doc fix.
1999-11-25 15:26:37 +00:00
Gerd Moellmann
3221576ba2 (set_lface_from_font_name): New parameter may_fail_p.
Callers changed.  If specified font name is bogus, and mail_fail_p
is set, try to use a reasonable default.
1999-11-25 15:01:15 +00:00
Dave Love
b185f63a8c Fix last change. 1999-11-25 14:41:30 +00:00
Gerd Moellmann
bc6a57829a *** empty log message *** 1999-11-25 10:20:13 +00:00
Gerd Moellmann
975c62260a (direct_output_for_insert): Set glyph row's
displays_text_p flag.  Correct window's window_end_vpos if
necessary.
1999-11-25 10:14:15 +00:00
Paul Eggert
0c8559bbd1 * emacs.c (fixup_locale): Don't bother to record initial locale.
(synchronize_locale): If the desired locale is nil,
treat it as if it were the empty string,
so that we set the locale from the environment.
1999-11-25 05:33:31 +00:00
Michael Kifer
b844f697eb * ediff.texi: Describe the new format for
ediff-combination-pattern.
1999-11-25 05:22:07 +00:00
Michael Kifer
7d3f9fd8e8 * viper*el: replaced old-style backquotes.
* ediff*el: replaced old-style backquotes.

	* ediff-merge
	(ediff-looks-like-combined-merge,ediff-get-combined-region):
	changed to support the new format for ediff-combination-pattern.

	* ediff-diff (ediff-set-fine-overlays-in-one-buffer):
	changed to support the new format for ediff-combination-pattern.
1999-11-25 05:20:59 +00:00
Kenichi Handa
22d92d6b53 (Finsert_file_contents): Set buffer-file-coding-system
of the current buffer via Fset.
1999-11-25 04:41:52 +00:00
Kenichi Handa
3573735116 *** empty log message *** 1999-11-25 04:41:00 +00:00
Michael Kifer
086171bf0b *** empty log message *** 1999-11-25 04:34:23 +00:00
Dave Love
ba7394febc *** empty log message *** 1999-11-24 20:44:56 +00:00
Dave Love
08449ec1ec (custom-declare-face): Purecopy DOC. 1999-11-24 20:35:54 +00:00
Dave Love
32651a48c5 (custom-declare-group): Purecopy DOC.
(custom-handle-keyword): Purecopy VALUE.
(custom-add-link): Purecopy WIDGET.
(custom-add-version): Purecopy VERSION.
(custom-add-load): Purecopy LOAD.
1999-11-24 20:29:55 +00:00
Dave Love
0ee0d2a419 *** empty log message *** 1999-11-24 20:03:27 +00:00
Dave Love
110d4e8060 (Info-build-node-completions, Info-search, Info-follow-reference)
(Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
(Info-find-emacs-command-nodes): Avoid properties on matched text which
may appear in minibuffer.
1999-11-24 19:53:56 +00:00
Gerd Moellmann
9be8f65795 (locate-with-filter): Doc fix. 1999-11-24 16:21:12 +00:00
Gerd Moellmann
46d94d0dfb (sql-find-sqli-buffer): New function.
(sql-set-sqli-buffer-generally): New function.
(sql-set-sqli-buffer): Better checking of new-buffer.
(sql-copy-column): Add comma after INTO clause, too.
(sql-imenu-generic-expression): New, used to set
imenu-generic-expression.
(sql-mode): Use ?_ and ?. instead of 95 and 46 when
setting font-lock-defaults' SYNTAX-ALIST.  Set
imenu-generic-expression, imenu-case-fold-search, and
imenu-syntax-alist.
(sql-interactive-mode): Use ?_ and ?. instead of 95
and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1999-11-24 14:59:03 +00:00
Gerd Moellmann
fd62662024 *** empty log message *** 1999-11-24 14:43:14 +00:00
Dave Love
fb4927c45d Don't duplicate Qmode_line definition done elsewhere. 1999-11-24 14:38:09 +00:00
Gerd Moellmann
35a8911d39 (w32-drag-n-drop): Load files in current window, if
drop coords aren't over a specific window.
1999-11-24 14:37:53 +00:00
Dave Love
5562b47fcd *** empty log message *** 1999-11-24 14:36:36 +00:00
Dave Love
0cafb359c7 Don't duplicate Qdisplay definition done elsewhere. 1999-11-24 14:28:33 +00:00
Dave Love
a7e27ef736 Don't duplicate Qheight, Qwidth definitions done elsewhere. 1999-11-24 14:06:26 +00:00
Gerd Moellmann
cee971adcc Fix typo in previous change. 1999-11-24 14:01:54 +00:00
Gerd Moellmann
00da0e4ab4 (PVEC_FLAG): New variable. 1999-11-24 13:56:09 +00:00
Gerd Moellmann
f1b14279ae (enum pvec_type): Put PVEC_FLAG in #if 0. 1999-11-24 13:53:39 +00:00
Dave Love
851cab134c Include sys/stat.h. Declare filemodestring. 1999-11-24 12:56:02 +00:00
Kenichi Handa
68e684a019 Define mule funs without checking if mule package is
loaded.
(ps-print-version): New version number (5.0.1).
(ps-header-dirpart): Now uses abbreviate-file-name.
1999-11-24 02:29:08 +00:00
Ken Raeburn
a21616bdc5 * configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
be deleted.  Check for the k5crypto library as well as the crypto library; MIT
Kerberos 1.1 changed the name.
1999-11-23 22:16:16 +00:00
Dave Love
5ebc0846ef *** empty log message *** 1999-11-23 20:38:00 +00:00
Dave Love
7dae727d72 (fortran-comment-line-start): Renamed from comment-line-start.
(fortran-comment-line-start-skip): Renamed from
comment-line-start-skip.
(fortran-mode-map): Use renamed functions.  Add manual and custom
entries to menu.
(fortran-mode-hook): Customize.
(fortran-comment-indent-function): Renamed from fortran-comment-hook.
(delete-horizontal-regexp): Function deleted.
(fortran-electric-line-number): Simplified.
(fortran-beginning-of-subprogram): Renamed from
beginning-of-fortran-subprogram.
(fortran-end-of-subprogram): Renamed from end-of-fortran-subprogram.
(fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
(fortran-previous-statement, fortran-next-statement): Simplified.
(fortran-blink-match): New function.
(fortran-blink-matching-if, fortran-blink-matching-do): Use it.
(fortran-indent-to-column): Don't use delete-horizontal-regexp.
(fortran-find-comment-start-skip, fortran-is-in-string-p): Use
line-end-position.
(fortran-fill): No longer interactive.  Simplified.
(fortran-break-line): Simplified.
(fortran-analyze-file-format): Use char-after, not looking-at.
1999-11-23 20:19:47 +00:00
Dave Love
d8f479c6d2 (find-function-regexp): Use `define-minor-mode' after easy-menu
change.
1999-11-23 19:12:27 +00:00
Gerd Moellmann
b1775dc141 *** empty log message *** 1999-11-23 17:27:52 +00:00
Gerd Moellmann
c31d7cc9f3 (unexec): Use unsigned instead of uintptr_t because
that fails on IBM PowerPC, AIX 4.2.
1999-11-23 17:22:03 +00:00
Eli Zaretskii
08de620019 (syms_of_buffer): Add %z, %Z, %m and %& to the doc
string of mode-line-format.  Remove the obsolete %t.
1999-11-23 13:17:01 +00:00
Gerd Moellmann
3965beb02c Add redirection.from active comint buffers into
another buffer.  Written by Peter Breton.
1999-11-23 10:20:07 +00:00
Stefan Monnier
bc165bcee0 (make-autoload): Recognize the new `define-minor-mode'.
(define-minor-mode): Specify `doc-string-elt'.
1999-11-23 09:26:55 +00:00
Stefan Monnier
29cc3b845b Changed maintainer.
(easy-mmode-define-toggle): New BODY arg; Never append `-mode';
  Use defcustom for the hooks; Improve the auto-generated docstrings.
(easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
(define-minor-mode): Add BODY arg; Only declare the keymap if
  provided; Improve the auto-generated docstrings.
1999-11-23 09:08:38 +00:00
Gerd Moellmann
f67a1f3e69 Add CRs. 1999-11-22 22:44:15 +00:00
Gerd Moellmann
2c9b8e9d18 Pass on command line arguments to make. 1999-11-22 22:35:45 +00:00
Gerd Moellmann
f2fa858fe4 (direct_output_for_insert): Increment glyph positions
for glyphs from buffer text only.
1999-11-22 17:38:21 +00:00
Gerd Moellmann
855b9e3374 (text-mode): Contruct paragraph-start so
that the leading `^' is at the start.  This is necessary because
paragraphs.el tries to remove anchors, but can find them only if
they are the first character.
1999-11-22 16:14:41 +00:00
Gerd Moellmann
98e85e3465 *** empty log message *** 1999-11-22 15:20:32 +00:00
Gerd Moellmann
b21dc00230 Major mode for ANTLR grammar files. 1999-11-22 15:18:35 +00:00