1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

1198 Commits

Author SHA1 Message Date
Dave Love
a30ed6ace6 *** empty log message *** 2000-10-08 15:52:38 +00:00
Peter Breton
4e953aff35 Removed eval-when-compile statements from rul-generic-mode 2000-10-08 12:24:23 +00:00
Eli Zaretskii
d20faceb31 (quail-cxterm-package-ext-info): Fix typos in doc strings. 2000-10-08 09:27:58 +00:00
Eli Zaretskii
a640322e7b *** empty log message *** 2000-10-08 06:51:37 +00:00
Eli Zaretskii
739e92a711 (mouse-drag-mode-line-1): Fix an off-by-one error in
computing growth when dragging the header line.
2000-10-08 06:16:42 +00:00
Eli Zaretskii
8be7408c88 (kill-line): Doc fix. 2000-10-08 06:10:40 +00:00
Miles Bader
445a653e23 (secondary-selection): Make foreground visible on tty. 2000-10-08 04:28:35 +00:00
Miles Bader
6fee86a3c9 (auto-compression-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
(with-auto-compression-mode): Add autoload cookie.
2000-10-08 02:58:24 +00:00
Eli Zaretskii
a115794c52 *** empty log message *** 2000-10-07 18:59:12 +00:00
Dave Love
b12e6de36e (browse-url-browser-function): Use it. 2000-10-07 18:05:28 +00:00
Peter Breton
3bb2feafaa *** empty log message *** 2000-10-07 12:00:26 +00:00
Stefan Monnier
20b1d07968 (tab-always-indent): New var.
(indent-for-tab-command): Use it.
2000-10-07 04:13:09 +00:00
Stefan Monnier
9ee45b2cc1 (set-auto-mode): Ignore unknown -*- mode -*- rather than
raise an error.  This way it can still defaults to a sane value.
2000-10-07 03:05:14 +00:00
Miles Bader
56cc166567 Fix merge screwup. 2000-10-07 02:38:22 +00:00
Stefan Monnier
39250ec387 (fancy-splash-screens): Use local rather than global map.
Don't use `update-menu-bindings' any more.
Get rid of assumptions about keymap representation.
2000-10-06 22:19:23 +00:00
Dave Love
742c182294 (sentence-end-double-space)
(sentence-end-without-period):  Doc fix.
(adaptive-fill-regexp): Purecopy.
(unjustify-current-line): Use line-end-position.
(fill-individual-paragraphs-prefix): Use line-beginning-position.
2000-10-06 19:50:40 +00:00
Dave Love
a23ccdf282 (image-file-name-regexp): image-file-regexps -> image-file-name-regexps. 2000-10-06 16:11:44 +00:00
Stefan Monnier
4c19fbcea3 *** empty log message *** 2000-10-06 13:55:47 +00:00
Gerd Moellmann
8d5dfacd67 *** empty log message *** 2000-10-06 11:49:34 +00:00
Miles Bader
f69aad2bcb (display-message-or-buffer): New function.
(shell-command-on-region): Use `display-message-or-buffer'.
2000-10-06 11:35:56 +00:00
Miles Bader
0693380496 (shell-command-on-region): If the output is short enough to display in
an expanded echo area, show it here.
2000-10-06 08:19:15 +00:00
Miles Bader
09cb764685 (define-derived-mode): Tweak generated docstring parts. 2000-10-06 05:32:14 +00:00
Miles Bader
8fb051f967 (nslookup-prompt-regexp, ftp-prompt-regexp)
(smbclient-prompt-regexp): Add usage note to doc string.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
(ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
Use add-hook for adding the comint filter function, and only do so
if it's not already in the global hook list.
(ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
to `make-local-variable'.
(nslookup-font-lock-keywords): Remove prompt entry.
(nslookup): Don't set the process-filter.
(finger): Exit the loop correctly when the regexps list runs out.
(ftp, smbclient, smbclient-list-shares):
Set the real major mode immediately, not after execing.
Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2000-10-06 04:58:36 +00:00
Stefan Monnier
41fa7178a5 *** empty log message *** 2000-10-05 15:56:23 +00:00
Gerd Moellmann
542c655271 (sql-mysql-options): New variable.
(sql-mysql): Use it.
2000-10-05 15:26:13 +00:00
Miles Bader
88b4c77e1e Remove private ChangeLog entries. 2000-10-05 08:21:02 +00:00
Miles Bader
77f6105c28 (image): New group. 2000-10-05 07:46:30 +00:00
Miles Bader
a3489ecece *** empty log message *** 2000-10-05 06:07:38 +00:00
Peter Breton
3478046b5a (nslookup-font-lock-keywords, ftp-font-lock-keywords,
smbclient-font-lock-keywords):  Ignore value of window-system;
always define the keywords
2000-10-05 02:48:41 +00:00
Kenichi Handa
22aca18670 (fancy-splash-screens): Remove the code for debugging;
`(trace-to-stderr "EXITTT\n")'.
2000-10-05 00:25:16 +00:00
Miles Bader
55d5d71752 (diff-goto-source):
Update call to `diff-hunk-status-msg' to reflect new REV variable.
2000-10-04 21:31:40 +00:00
Gerd Moellmann
3dc78168e1 *** empty log message *** 2000-10-04 19:05:33 +00:00
Stefan Monnier
ce1087a9dd *** empty log message *** 2000-10-04 15:48:15 +00:00
Dave Love
dae9dc5661 *** empty log message *** 2000-10-04 11:48:26 +00:00
André Spiegel
3388f0a554 # 2000-10-04 09:59:43 +00:00
Dave Love
ebd4825d4a (tool-bar-setup): New function.
(tool-bar-mode): Use it.
2000-10-04 09:36:30 +00:00
Peter Breton
8b7187d816 *** empty log message *** 2000-10-04 05:40:27 +00:00
Peter Breton
9a7f629dd7 * generic.el:
Incorporates extensive cleanup and docfixes by
Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
Uses cl compile-time macros.
(generic-mode-name, generic-comment-list,
generic-keywords-list, generic-font-lock-expressions,
generic-mode-function-list, generic-mode-syntax-table):
Removed variables.
(generic-mode-alist): Renamed to generic-mode-list.
(generic-find-file-regexp): Default changed to "^#".
(generic-read-type): Uses completing read on generic-mode-list.
(generic-mode-sanity-check): removed this function.
(generic-add-to-auto-mode): Removed this function
(generic-mode-internal): Binds mode-specific definitions
into function instead of putting them in alist.
(generic-mode-set-comments): Reworked extensively.
(generic-mode-find-file-hook): Simplified regexp searching
(generic-make-keywords-list):  Omit extra pair of parens
2000-10-04 05:17:12 +00:00
Peter Breton
1b24f4b795 *** empty log message *** 2000-10-04 05:02:12 +00:00
Miles Bader
a7bf5cf358 *** empty log message *** 2000-10-03 17:42:51 +00:00
André Spiegel
858f7cb406 # 2000-10-03 12:34:56 +00:00
André Spiegel
0e41e1d66c # 2000-10-03 11:41:28 +00:00
Gerd Moellmann
45c477b462 (isearch-lazy-highlight-update): Don't put a lazy
highlighting overlay with a different face over the overlay
isearch uses to highlight the current match because that can lead
to bad face combinations.
2000-10-02 19:51:03 +00:00
Gerd Moellmann
01c86c564d (toplevel): Load faces before isearch. 2000-10-02 19:21:46 +00:00
Dave Love
944425c0c3 (byte-optimize-lapcode): Don't bind
unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
comparison of opcode with operand.
2000-10-02 17:44:51 +00:00
Miles Bader
2a099bccab *** empty log message *** 2000-10-02 17:01:29 +00:00
André Spiegel
4300ecb8e2 # 2000-10-02 12:06:13 +00:00
Gerd Moellmann
64e6cc18e6 *** empty log message *** 2000-10-02 11:19:01 +00:00
Miles Bader
4eaa6852c9 (diff-test-hunk): Backout previous change. Fix doc string.
(diff-apply-hunk): Don't return a value.
2000-10-02 06:50:45 +00:00
Miles Bader
00df919ede (diff-goto-source): Emit a status message.
(diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
(diff-test-hunk): Make the return value agree with the doc string.
(diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
(diff-advance-after-apply-hunk): New variable.
2000-10-02 03:48:38 +00:00