1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

7289 Commits

Author SHA1 Message Date
Richard M. Stallman
36f063e869 (show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Set buffer-read-only directly.
(hide-ifdef-block): Likewise.
(show-ifdef-block): Bind inhibit-read-only; don't set buffer-read-only.

Delete bindings for C-c C-f, C-c C-b, C-c C-u, C-c C-d,
C-c C-p and C-c C-n.  Move C-c C-h to C-c C-d.
(define-hide-ifdef-mode-map): Remove this code
from a function and execute it at load time.
(hide-ifdef-mode-submap): New variable holds the list of commands.
(hide-ifdef-mode-map): Set this up with a prefix key
and put it in minor-mode-map-alist.
(hide-ifdef-mode-map-before): Variable deleted.
(hide-ifdef-mode): Use force-mode-line-update.
Delete the code to manipulate keymaps.

(define-hide-ifdef-mode-map):
Pass (keymap) as KEYMAP arg to where-is-internal.
1994-05-04 23:20:44 +00:00
Doug Evans
f0aee528a4 Remove duplicate -freebsd* entry. 1994-05-04 22:44:55 +00:00
Richard M. Stallman
6eb018badd (frame-notice-user-settings): Discard `reverse' when
making the replacement for the initial frame.  Put it on as nil.
(new-frame): Use make-frame instead.
1994-05-04 22:41:02 +00:00
Richard M. Stallman
b1fd1e8d65 (rmail-input-menu): Don't call expand-file-name.
Do nothing if rmail-secondary-file-menu return nil.
(rmail-secondary-file-menu): If no files match, warn and return nil.
1994-05-04 22:00:30 +00:00
Richard M. Stallman
df0e3d0315 (rmail-output-menu): Don't call expand-file-name.
Do nothing if rmail-secondary-file-menu return nil.
1994-05-04 22:00:01 +00:00
Richard M. Stallman
68e01f5af8 (imenu): Renamed from goto-index-pos.
Add autoload.
(imenu-prev-index-position-function): Renamed from prev-...
(imenu-extract-index-name-function): Renamed from extract-...
1994-05-04 21:34:13 +00:00
Richard M. Stallman
f46831b072 *** empty log message *** 1994-05-04 21:21:25 +00:00
Richard M. Stallman
0d29cfe966 (gud-marker-acc): Use make-variable-buffer-local. 1994-05-04 20:27:08 +00:00
Richard M. Stallman
a9fd843b43 (hide-sublevels): Typo in previous change. 1994-05-04 19:55:33 +00:00
Richard M. Stallman
62357a3584 Distribute lisp/Makefile. 1994-05-04 19:51:18 +00:00
Richard M. Stallman
39178e9e49 Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
Use lower case names for the s files.
1994-05-04 19:47:46 +00:00
Richard M. Stallman
315ebba37b entered into RCS 1994-05-04 07:01:35 +00:00
Richard M. Stallman
6f3c2ad978 (hide-sublevels): No need for condition-case.
Don't call show-children if levels is 0.
No need to check eob in while condition.
Delete spurious setq of `first'.
1994-05-04 05:48:53 +00:00
Richard M. Stallman
d541babe36 (lib-src): Undo previous change.
(blessmail): New target to run maybe-blessmail in lib-src.
(all): Depend on blessmail.
1994-05-04 05:15:26 +00:00
Richard M. Stallman
d19f95fe16 (maybe-blessmail): New target to print the blessmail warning message.
(${archlibdir}): Don't do it here.  Don't depend on blessmail.
1994-05-04 05:15:00 +00:00
Richard M. Stallman
c2079f0a5d (frame-initialize): Delete the code for reverse-video.
x-create-frame-with-faces takes care of that.
1994-05-04 04:27:18 +00:00
Richard M. Stallman
5fd2229822 (x_set_cursor_color): Fix typo. 1994-05-04 03:28:38 +00:00
Karl Heuer
3a22ee3595 Update copyright. 1994-05-04 02:41:09 +00:00
Roland McGrath
f02902f7d4 Initial revision 1994-05-04 02:16:49 +00:00
Richard M. Stallman
6cd14acb36 *** empty log message *** 1994-05-04 01:58:05 +00:00
Karl Heuer
040d52ecc6 Update copyright. 1994-05-04 01:37:37 +00:00
Richard M. Stallman
c650d108f1 (x_own_selection): Catch errors around XSetSelectionOwner. 1994-05-04 00:46:39 +00:00
Richard M. Stallman
7bbe2cc794 (mouse-secondary-save-then-kill): Doc fix. 1994-05-04 00:38:14 +00:00
Richard M. Stallman
30ff174e24 (lisp-mode-variables): Added missing backslash to outline-regexp.
Removed dublicate ";;; Code: " section separator.
1994-05-03 23:59:48 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
325e3af276 (backquote): Add autoloads. 1994-05-03 23:36:52 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Edward M. Reingold
6a900cf14e (tex-goto-last-unclosed-latex-block): New function. Bound to C-c C-u in
tex-mode.
1994-05-03 21:15:27 +00:00
Richard M. Stallman
8f41fd649d Comment change. 1994-05-03 20:46:17 +00:00
Richard M. Stallman
9d130ffc23 (syms_of_buffer): Doc fix. 1994-05-03 19:17:39 +00:00
Richard M. Stallman
4453091dd3 (isearch-case-fold-search): new possible value `yes'
is like t except that mixed case in search string is ignored.
(isearch-toggle-case-fold): New function.
(isearch-search): Don't undo the work of isearch-toggle-case-fold.
1994-05-03 08:27:40 +00:00
Richard M. Stallman
a874c10477 (lib-src): Depend on src. 1994-05-03 08:18:08 +00:00
Richard M. Stallman
a007eef636 (display_text_line): Since HPOS is negative, avoid
writing before the beginning of the charstarts line.
1994-05-03 07:42:26 +00:00
Richard M. Stallman
ccfd5a004a Removed some keystrokes for obscure toggle commands:
C-c C-v C-a, C-c C-v C-p, C-c C-v C-q and C-c C-v C-k.
(gnus-uu-decode-and-save-all-unread-articles-and-mark): Fn deleted.
(gnus-uu-decode-and-save-all-articles-and-mark): Fn deleted.
(gnus-uu-do-sloppy-uudecode): Variable deleted.
(gnus-uu-decode-and-save-articles): Rewritten.
(gnus-uu-grab-articles, gnus-uu-uustrip-article-as): Rewritten to
properly handle multiple encoded files in one gulp.
(gnus-uu-uustrip-article-as): Replace spaces in file names with
underscores before giving the file to uudecode.

(gnus-uu-save-in-digest): Doc fix.
(gnus-uu-save-articles, gnus-uu-save-article,
gnus-uu-digest-and-forward, gnus-uu-marked-digest-and-forward):
Changed old functions and added new functions to digest and
forward articles.
(gnus-uu-mark-thread): New function to mark a thread for later treatment.
(gnus-uu-mark-by-regexp): Changed to add articles instead of
clearing before adding.
(gnus-uu-check-for-generated-files): First delete files, then
directories.
(gnus-uu-edit-begin-line, gnus-uu-decode-and-show-in-buffer):
Select the current article before starting work.
(gnus-uu-decode-and-view-all-unread-articles)
(gnus-uu-decode-and-view-all-articles):  Two new functions for
decoding and viewing all (unread) articles in a newsgroup.

(gnus-uu-view-directory, gnus-uu-unpack-archives,
gnus-uu-treat-archive): gnus-uu will now treat archives in
archives (etc) properly when viewing.

(gnus-uu-threaded-multi-decode-and-save,
gnus-uu-threaded-multi-decode-and-view): New interactive functions
for decoding/saving threads.  Bound to `C-c C-v C-j'.
(gnus-uu-save-article): Added RFC1153-compliant digest saving.

(gnus-uu-initialize): Does some checks and expands
relative temp dir names.

(gnus-uu-decode-and-show-in-buffer)
(gnus-uu-decode-and-strip, gnus-uu-grab-articles)
(gnus-uu-decode-and-view-or-save):  Allow multiple
encoded files to be decoded (and viewed) in one fell swoop.
(gnus-uu-work-dir): New variable.

(gnus-uu-view-file): Changed to work with metamail.
(gnus-uu-get-action, gnus-uu-toggle-view-with-metamail): New functions.
(gnus-uu-ext-to-mime, gnus-uu-view-with-metamail): New variables.
(gnus-uu-ctl-map): Add C-a binding.
(gnus-uu-summary-next-subject): Ensures that the next unread
article is moved to.
(gnus-uu-default-interactive-view-rules-end): New variable to
provide a "catch-all" when using interactive mode.
(gnus-uu-get-action): Changed viewing rules in interactive mode.

(gnus-uu-uustrip-article-as): Disabled
case-fold-search and changed gnus-uu-body-line to be more restrictive.
(gnus-uu-multi-decode-and-view-or-save,
gnus-uu-uustrip-article-as): Changed hard returns to \r.
(gnus-uu-post-reply-mode): New mode for sending encoded files.
(gnus-uu-post-news, gnus-uu-post-insert-binary-in-article)
(gnus-uu-post-encode-uuencode, gnus-uu-post-encode-mime-uuencode)
(gnus-uu-post-encode-mime, gnus-uu-post-make-mime)
(gnus-uu-post-encode-file, gnus-uu-post-news-inews)
(gnus-uu-post-insert-binary, gnus-uu-post-encoded): New functions.
(gnus-uu-post-encode-method, gnus-uu-post-include-before-composing)
(gnus-uu-post-threaded, gnus-uu-post-binary-separator): New variables.
1994-05-03 06:05:48 +00:00
Richard M. Stallman
165af501cf Comment change. 1994-05-03 05:51:29 +00:00
Richard M. Stallman
73168c8b2c (read_minibuf): Clear previous_echo_glyphs. 1994-05-03 05:12:17 +00:00
Tom Tromey
6d6c9987ca *** empty log message *** 1994-05-03 01:23:42 +00:00
Roland McGrath
aab936ad6a (visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Don't bother calling tags-table-including when buffer-file-name is nil.
(visit-tags-table): Signal error FILE is not stringp.
Call visit-tags-table-buffer with FILE instead of 'same.
(tags-next-table): When restoring state vars, set tags-file-name too.
1994-05-03 00:26:48 +00:00
Richard M. Stallman
7e3cf34f8d (file_name_completion_stat): Use both lstat and stat. 1994-05-02 23:53:03 +00:00
Richard M. Stallman
81c735c099 Doc fixes. 1994-05-02 22:26:50 +00:00
Roland McGrath
6d8cac3623 (tags-find-table-in-list): Only recurse if (tags-included-tables) returns
non-nil (avoid infinite recursion).
1994-05-02 21:41:43 +00:00
Karl Heuer
3b50638621 (note_mouse_highlight, show_mouse_face, clear_mouse_face, x_destroy_window):
Use row/col instead of buffer position to keep track of highlighted area.
1994-05-02 21:24:16 +00:00
Karl Heuer
55836b7371 (show_mouse_face): Fix test for cursor in highlighted area.
(note_mouse_highlight): Reorder test for simplicity.
1994-05-02 21:09:28 +00:00
Karl Heuer
d38bb695cc (${archlibdir}): Be lenient about wc output format. 1994-05-02 20:56:25 +00:00
Richard M. Stallman
69e610ac11 (Man-notify-when-ready): Don't call select-frame if no window system. 1994-05-02 19:40:19 +00:00
Richard M. Stallman
f55e5c6be1 (double-translate-key): Changed 'delete to 127 to make
the non-X11 version work.
1994-05-02 18:27:24 +00:00
Richard M. Stallman
d43e0b1674 Unspecified location of chown for Linux (Linux doesn't put chown in /etc). 1994-05-02 18:15:22 +00:00
Richard M. Stallman
6705a2a650 *** empty log message *** 1994-05-02 18:14:01 +00:00
Francesco Potortì
53c179b8a2 * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work.
(BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler.
1994-05-02 17:47:58 +00:00
Richard M. Stallman
e848854a11 (ielm-dynamic-multiline-inputs): New variable.
(ielm-return): Support it.

(ielm-print-working-buffer): New command
(ielm-change-working-buffer): New command
(ielm-display-working-buffer): New command
(ielm-map): Bindings for new commands; bindings from
shared-lisp-mode-map; Lemacs support.

(ielm-eval-input): Give bindings in scope during the eval
non-clashing names (ielm- prefix)

(ielm-get-old-input): New function
(inferior-emacs-lisp-mode): Bind it to comint-get-old-input
1994-05-02 17:13:42 +00:00