]> git.eshelyaron.com Git - emacs.git/log
emacs.git
30 years ago(isearch-abort): Treat "incomplete regexp"
Richard M. Stallman [Sat, 18 Mar 1995 18:10:21 +0000 (18:10 +0000)]
(isearch-abort): Treat "incomplete regexp"
as failure when deciding how much to discard for C-g.

30 years ago(x_decode_color): Don't use cdef if defined_color failed.
Richard M. Stallman [Sat, 18 Mar 1995 18:05:28 +0000 (18:05 +0000)]
(x_decode_color): Don't use cdef if defined_color failed.

30 years agoVarious doc fixes.
Richard M. Stallman [Sat, 18 Mar 1995 07:14:50 +0000 (07:14 +0000)]
Various doc fixes.
(mail-abbrevs-setup): Use add-hook and make-local-hook.

30 years agoDon't put ediff-windows in the menu.
Karl Heuer [Sat, 18 Mar 1995 01:53:12 +0000 (01:53 +0000)]
Don't put ediff-windows in the menu.

30 years ago(ediff-patch-buffer): Use buffer name in error message.
Karl Heuer [Sat, 18 Mar 1995 01:12:12 +0000 (01:12 +0000)]
(ediff-patch-buffer): Use buffer name in error message.

30 years agoDelete some autoloads that are now in menu-bar.el.
Karl Heuer [Fri, 17 Mar 1995 23:00:49 +0000 (23:00 +0000)]
Delete some autoloads that are now in menu-bar.el.

30 years agoRewrite, many things moved to format.el.
Boris Goldowsky [Fri, 17 Mar 1995 19:20:02 +0000 (19:20 +0000)]
Rewrite, many things moved to format.el.

30 years agoInitial revision
Boris Goldowsky [Fri, 17 Mar 1995 18:14:30 +0000 (18:14 +0000)]
Initial revision

30 years ago(Finsert_file_contents): Call format-decode.
Boris Goldowsky [Fri, 17 Mar 1995 18:13:23 +0000 (18:13 +0000)]
(Finsert_file_contents): Call format-decode.
(build_annotations): Call format-annotate-function for each element of
buffer_file_format.

30 years ago(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format...
Boris Goldowsky [Fri, 17 Mar 1995 18:12:02 +0000 (18:12 +0000)]
(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format flag; reset file_format.
(syms_of_buffer): New vbl buffer-file-format.

30 years ago(struct buffer): Add file_format member.
Boris Goldowsky [Fri, 17 Mar 1995 18:10:19 +0000 (18:10 +0000)]
(struct buffer): Add file_format member.

30 years agoLoad format.el.
Boris Goldowsky [Fri, 17 Mar 1995 17:56:04 +0000 (17:56 +0000)]
Load format.el.

30 years ago(rmail-unix-mail-delimiter): Accept <...> around address
Richard M. Stallman [Fri, 17 Mar 1995 17:37:58 +0000 (17:37 +0000)]
(rmail-unix-mail-delimiter): Accept <...> around address
in Unix `From ' line.

30 years ago(init_alloc_once): Increase gc_cons_threshold to 300000.
Richard M. Stallman [Fri, 17 Mar 1995 07:41:02 +0000 (07:41 +0000)]
(init_alloc_once): Increase gc_cons_threshold to 300000.

30 years agoInitial revision
Karl Heuer [Fri, 17 Mar 1995 00:46:57 +0000 (00:46 +0000)]
Initial revision

30 years ago(isearch-abort): Set isearch-success to nil.
Richard M. Stallman [Thu, 16 Mar 1995 23:31:39 +0000 (23:31 +0000)]
(isearch-abort): Set isearch-success to nil.

30 years ago(make-auto-save-file-name, auto-save-file-name-p): Doc fixes.
Richard M. Stallman [Thu, 16 Mar 1995 23:28:27 +0000 (23:28 +0000)]
(make-auto-save-file-name, auto-save-file-name-p): Doc fixes.

30 years ago(menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff
Karl Heuer [Thu, 16 Mar 1995 23:04:55 +0000 (23:04 +0000)]
(menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff
package.

30 years ago(indent-line-to): move to end of indentation, even if it didn't change.
Boris Goldowsky [Thu, 16 Mar 1995 22:36:26 +0000 (22:36 +0000)]
(indent-line-to): move to end of indentation, even if it didn't change.

30 years agoInitial revision
Karl Heuer [Thu, 16 Mar 1995 22:34:51 +0000 (22:34 +0000)]
Initial revision

30 years agoInstalled new version from author.
Karl Heuer [Thu, 16 Mar 1995 22:31:54 +0000 (22:31 +0000)]
Installed new version from author.

30 years agoUse appropriate `fboundp' tests to decide what to load.
Karl Heuer [Thu, 16 Mar 1995 21:27:25 +0000 (21:27 +0000)]
Use appropriate `fboundp' tests to decide what to load.

30 years ago(other-frame): Don't try to unfocus in a termcap frame.
Karl Heuer [Thu, 16 Mar 1995 21:25:52 +0000 (21:25 +0000)]
(other-frame): Don't try to unfocus in a termcap frame.
(frame-notice-user-settings): Skip menu-bar code in a termcap frame.

30 years ago(frame-initialize): Set frame-creation-function to `make-terminal-frame' if
Karl Heuer [Thu, 16 Mar 1995 20:23:22 +0000 (20:23 +0000)]
(frame-initialize): Set frame-creation-function to `make-terminal-frame' if
appropriate.

30 years ago(compute_motion, Fmove_to_column, current_column)
Richard M. Stallman [Thu, 16 Mar 1995 18:51:49 +0000 (18:51 +0000)]
(compute_motion, Fmove_to_column, current_column)
(character_width): Let display table handle \n, \r, \t.

(compute_motion): Fix logic in previous change regarding skipping invisible.

30 years ago(line-move): Handle conses in buffer-invisibility-spec.
Richard M. Stallman [Thu, 16 Mar 1995 18:47:47 +0000 (18:47 +0000)]
(line-move): Handle conses in buffer-invisibility-spec.
Handle skipping invisible overlays.

30 years agoComment change.
Richard M. Stallman [Thu, 16 Mar 1995 04:37:48 +0000 (04:37 +0000)]
Comment change.

30 years ago(outline-layout): Doc fix.
Richard M. Stallman [Thu, 16 Mar 1995 04:34:29 +0000 (04:34 +0000)]
(outline-layout): Doc fix.

30 years ago(term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes.
Per Bothner [Thu, 16 Mar 1995 02:23:24 +0000 (02:23 +0000)]
(term-mouse-paste):  Make work for xemacs.  Minor GNU emacs fixes.

30 years ago(term-char-mode): Fix arrow key and [button2] support for xemacs.
Per Bothner [Thu, 16 Mar 1995 01:24:19 +0000 (01:24 +0000)]
(term-char-mode):  Fix arrow key and [button2] support for xemacs.

30 years agoUse BSD sockets whenever available, even if HAVE_SYSVIPC.
Richard M. Stallman [Wed, 15 Mar 1995 23:32:19 +0000 (23:32 +0000)]
Use BSD sockets whenever available, even if HAVE_SYSVIPC.

30 years agoUse BSD sockets whenever available, even if HAVE_SYSVIPC.
Richard M. Stallman [Wed, 15 Mar 1995 23:31:02 +0000 (23:31 +0000)]
Use BSD sockets whenever available, even if HAVE_SYSVIPC.
(main): Use getcwd if not BSD.

30 years ago(balance-windows): Ignore minibuffer window when browsing the `levels'.
Richard M. Stallman [Wed, 15 Mar 1995 23:06:57 +0000 (23:06 +0000)]
(balance-windows): Ignore minibuffer window when browsing the `levels'.

30 years ago(c-style-alist): For BSD, set c-continued-brace-offset
Richard M. Stallman [Wed, 15 Mar 1995 23:04:06 +0000 (23:04 +0000)]
(c-style-alist): For BSD, set c-continued-brace-offset
instead of c-brace-offset.

30 years ago(edit-options): Make the buffer read-only.
Richard M. Stallman [Wed, 15 Mar 1995 22:51:56 +0000 (22:51 +0000)]
(edit-options): Make the buffer read-only.
(Edit-options-modify): Cope with that.

30 years ago(make_lispy_event): Do mouse code only if HAVE_MOUSE.
Karl Heuer [Wed, 15 Mar 1995 22:10:54 +0000 (22:10 +0000)]
(make_lispy_event): Do mouse code only if HAVE_MOUSE.
(make_lispy_movement): Define only if HAVE_MOUSE.

30 years ago(Fmouse_position): Do work only if HAVE_MOUSE.
Karl Heuer [Wed, 15 Mar 1995 21:55:37 +0000 (21:55 +0000)]
(Fmouse_position): Do work only if HAVE_MOUSE.

30 years ago(internal_self_insert): Do face code only if HAVE_FACES.
Karl Heuer [Wed, 15 Mar 1995 21:53:53 +0000 (21:53 +0000)]
(internal_self_insert): Do face code only if HAVE_FACES.

30 years ago(mouse-major-mode-menu): Avoid confusing error message when there's no current
Karl Heuer [Wed, 15 Mar 1995 21:30:49 +0000 (21:30 +0000)]
(mouse-major-mode-menu): Avoid confusing error message when there's no current
local map.

30 years ago[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
Karl Heuer [Wed, 15 Mar 1995 20:20:39 +0000 (20:20 +0000)]
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.

30 years ago(bookmark-bmenu-2-window): go to correct position as well as
Karl Fogel [Wed, 15 Mar 1995 14:47:09 +0000 (14:47 +0000)]
(bookmark-bmenu-2-window): go to correct position as well as
correct buffer.
(bookmark-bmenu-other-window): same.
(bookmark-bmenu-switch-other-window): same.

30 years ago(defvar_kboard): Renamed from defvar_display.
Karl Heuer [Wed, 15 Mar 1995 01:58:01 +0000 (01:58 +0000)]
(defvar_kboard): Renamed from defvar_display.

30 years ago(find_symbol_value): current_perdisplay now is never null.
Karl Heuer [Wed, 15 Mar 1995 01:57:50 +0000 (01:57 +0000)]
(find_symbol_value): current_perdisplay now is never null.
(store_symval_forwarding, do_symval_forwarding): Likewise.

30 years ago(mark_kboards): Renamed from mark_perdisplays.
Karl Heuer [Wed, 15 Mar 1995 01:57:05 +0000 (01:57 +0000)]
(mark_kboards): Renamed from mark_perdisplays.

30 years ago(make_frame): Initialize kboard member.
Karl Heuer [Wed, 15 Mar 1995 01:56:34 +0000 (01:56 +0000)]
(make_frame): Initialize kboard member.
(make_terminal_frame): Create initial_kboard if not already set.

30 years ago(unlock_kboard): Renamed from unlock_display.
Karl Heuer [Wed, 15 Mar 1995 01:55:24 +0000 (01:55 +0000)]
(unlock_kboard): Renamed from unlock_display.
(wrong_kboard_jmpbuf): Renamed from wrong_display_jmpbuf.
(event_to_kboard): Renamed from event_to_perdisplay.
(kbd_buffer_get_event): If no associated kboard, store
current_kboard rather than the first kboard in the global list.
(init_kboard): Renamed from init_perdisplay.  Initialize reference count.
(wipe_kboard): Renamed from wipe_perdisplay.

30 years ago(get_perdisplay): Deleted.
Karl Heuer [Wed, 15 Mar 1995 01:54:19 +0000 (01:54 +0000)]
(get_perdisplay): Deleted.
(same_x_server): New function.
(x_term_init): If this display shares a keyboard with one we've
already opened, then share the structure.
(x_delete_display): Don't delete the kboard until the reference
count becomes zero.

30 years ago(Fx_create_frame): set the frame's kboard member.
Karl Heuer [Wed, 15 Mar 1995 01:53:17 +0000 (01:53 +0000)]
(Fx_create_frame): set the frame's kboard member.

30 years ago(struct x_display_info): member kboard (formerly perdisplay) is now a pointer,
Karl Heuer [Wed, 15 Mar 1995 01:53:00 +0000 (01:53 +0000)]
(struct x_display_info): member kboard (formerly perdisplay) is now a pointer,
not an actual struct.
(get_perdisplay, get_perdisplay_macro): Deleted.

30 years ago(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
Karl Heuer [Wed, 15 Mar 1995 01:51:46 +0000 (01:51 +0000)]
(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
Lisp_Misc_Kboard_Objfwd, Lisp_Kboard_Objfwd, XKBOARD_OBJFWD, KBOARD_OBJFWDP,
GC_KBOARD_OBJFWDP, kboard_locked, the_only_kboard, DEFVAR_KBOARD): Renamed
from PERDISPLAY, MULTI_PERDISPLAY, current_perdisplay, all_perdisplays,
Lisp_Misc_Display_Objfwd, Lisp_Display_Objfwd, XDISPLAY_OBJFWD,
DISPLAY_OBJFWDP, GC_DISPLAY_OBJFWDP, display_locked, the_only_perdisplay,
DEFVAR_DISPLAY.  All uses changed.
(struct KBOARD): New member reference_count.
(initial_kboard): Declare this var.

30 years ago(display_mode_line): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:50:20 +0000 (01:50 +0000)]
(display_mode_line): Rename perdisplay to kboard.

30 years ago(print): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:49:59 +0000 (01:49 +0000)]
(print): Rename perdisplay to kboard.

30 years agoRename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:49:46 +0000 (01:49 +0000)]
Rename perdisplay to kboard.

30 years ago(read_minibuf): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:48:41 +0000 (01:48 +0000)]
(read_minibuf): Rename perdisplay to kboard.

30 years ago(specbind): Rename perdisplay to kboard.
Karl Heuer [Wed, 15 Mar 1995 01:48:03 +0000 (01:48 +0000)]
(specbind): Rename perdisplay to kboard.

30 years ago(xkbobjfwd): Renamed from xdispobjfwd.
Karl Heuer [Wed, 15 Mar 1995 01:47:43 +0000 (01:47 +0000)]
(xkbobjfwd): Renamed from xdispobjfwd.

30 years ago(struct frame): New member kboard.
Karl Heuer [Wed, 15 Mar 1995 01:45:04 +0000 (01:45 +0000)]
(struct frame): New member kboard.
(FRAME_KBOARD): Accessor macro for that member, replacing get_perdisplay.

30 years ago(read_minibuf): Save Voverriding_local_map.
Richard M. Stallman [Tue, 14 Mar 1995 21:15:08 +0000 (21:15 +0000)]
(read_minibuf): Save Voverriding_local_map.
(read_minibuf_unwind): Restore Voverriding_local_map.

30 years ago(Fdisplay_buffer): Fix prev change--return selected window.
Richard M. Stallman [Tue, 14 Mar 1995 18:39:58 +0000 (18:39 +0000)]
(Fdisplay_buffer): Fix prev change--return selected window.

30 years ago(Fash): Fix previous change.
Richard M. Stallman [Tue, 14 Mar 1995 18:38:28 +0000 (18:38 +0000)]
(Fash): Fix previous change.

30 years ago`emacs-version' checking now handles Lucid's version change to 19.xx.
Thien-Thi Nguyen [Tue, 14 Mar 1995 16:29:27 +0000 (16:29 +0000)]
`emacs-version' checking now handles Lucid's version change to 19.xx.

30 years ago(Fmake_indirect_buffer): Invert the arguments.
Richard M. Stallman [Tue, 14 Mar 1995 05:54:51 +0000 (05:54 +0000)]
(Fmake_indirect_buffer): Invert the arguments.

30 years ago(unchain_marker): Allow differing buffers
Richard M. Stallman [Tue, 14 Mar 1995 05:45:39 +0000 (05:45 +0000)]
(unchain_marker): Allow differing buffers
as long as they have the same text.

30 years agoentered into RCS
Richard M. Stallman [Tue, 14 Mar 1995 05:43:48 +0000 (05:43 +0000)]
entered into RCS

30 years ago(event_to_perdisplay): New function.
Karl Heuer [Tue, 14 Mar 1995 04:25:37 +0000 (04:25 +0000)]
(event_to_perdisplay): New function.
(kbd_buffer_get_event): Use event_to_perdisplay.
(kbd_buffer_store_event): If C-g arrives while we're in the run state on
behalf of another display, just clear the queue and deposit the C-g to be read
later.
(read_key_sequence): After a throw, unwind delayed_switch_frame as well as
keybuf.  Don't insert an extra switch-frame if empty.

30 years ago*** empty log message ***
Richard M. Stallman [Tue, 14 Mar 1995 00:33:40 +0000 (00:33 +0000)]
*** empty log message ***

30 years ago(unexec): Adjust the file offset of sections located
Richard M. Stallman [Mon, 13 Mar 1995 23:12:41 +0000 (23:12 +0000)]
(unexec): Adjust the file offset of sections located
after the section header table.

30 years agoRemoved C-v bindings; they were inconsistent.
Karl Fogel [Mon, 13 Mar 1995 22:50:35 +0000 (22:50 +0000)]
Removed C-v bindings; they were inconsistent.
Defvarred some variables to nil, solely to avoid compilation warnings.
Use "Author's Update Number:" instead of "Version:".
(bookmark-history): new var.
(bookmark-completing-read): use `bookmark-history'.
(bookmark-historicize-string): new macro.
Use this everywhere `bookmark-completing-read' is used, because
`completing-read' won't get a chance to add to `bookmark-history' if
we were invoked via a menu.
(bookmark-rename): use `bookmark-history' when reading the new name.
No need for the strange C-o binding anymore.

30 years ago(print): current_perdisplay now is never null.
Karl Heuer [Mon, 13 Mar 1995 21:49:49 +0000 (21:49 +0000)]
(print): current_perdisplay now is never null.

30 years ago(Fexecute_kbd_macro): current_perdisplay now is never null.
Karl Heuer [Mon, 13 Mar 1995 21:49:34 +0000 (21:49 +0000)]
(Fexecute_kbd_macro): current_perdisplay now is never null.

30 years ago(clear_prefix_arg): current_perdisplay now is never null.
Karl Heuer [Mon, 13 Mar 1995 21:49:17 +0000 (21:49 +0000)]
(clear_prefix_arg): current_perdisplay now is never null.

30 years ago* etags.c (process_file): free (filename) after using it.
Francesco Potortì [Mon, 13 Mar 1995 10:47:58 +0000 (10:47 +0000)]
* etags.c (process_file): free (filename) after using it.
(readline_internal): Do not access the char before start of line.

30 years ago(adaptive-fill-regexp): Skip # or ;.
Richard M. Stallman [Mon, 13 Mar 1995 06:31:48 +0000 (06:31 +0000)]
(adaptive-fill-regexp): Skip # or ;.
Allow more than one of them (or *'s or >'s).

30 years ago(adaptive-fill-regexp): Skip #'s and ;'s.
Richard M. Stallman [Mon, 13 Mar 1995 06:26:39 +0000 (06:26 +0000)]
(adaptive-fill-regexp): Skip #'s and ;'s.

30 years ago(rsh): Name the buffer *rsh-HOST*.
Richard M. Stallman [Mon, 13 Mar 1995 05:29:11 +0000 (05:29 +0000)]
(rsh): Name the buffer *rsh-HOST*.

30 years ago(c-mode): Make comment-multi-line t locally.
Richard M. Stallman [Mon, 13 Mar 1995 05:25:21 +0000 (05:25 +0000)]
(c-mode): Make comment-multi-line t locally.

30 years ago(unlock_display): current_perdisplay now is never null.
Karl Heuer [Mon, 13 Mar 1995 03:09:40 +0000 (03:09 +0000)]
(unlock_display): current_perdisplay now is never null.
(cmd_error, command_loop_1, read_char): Likewise.
(kbd_buffer_get_event, read_key_sequence): Likewise.
(read_char): Handle synchronous quit_char on a different display.
(read_char): Rewrite queue-searching code.
(read_key_sequence): Save selected_frame.
(init_keyboard): Initialize current_perdisplay.

30 years ago(parse_modifiers_uncached): Delete the code for
Richard M. Stallman [Sun, 12 Mar 1995 21:30:35 +0000 (21:30 +0000)]
(parse_modifiers_uncached): Delete the code for
multi-character modifiers and for recognizing a modifier alone.
(parse_solitary_modifier): New function.
(convert_event_type_list): Use parse_solitary_modifier.
Also convert symbol A to character A.
Handle shift modifier with lower-case letters.

30 years ago(block-comment-start, block-comment-end): New vars.
Richard M. Stallman [Sun, 12 Mar 1995 19:23:25 +0000 (19:23 +0000)]
(block-comment-start, block-comment-end): New vars.
(indent-for-comment): Handle them.

30 years ago(dired-do-print): Allow lpr-switches to be a string. Clean up.
Richard M. Stallman [Sun, 12 Mar 1995 18:38:20 +0000 (18:38 +0000)]
(dired-do-print): Allow lpr-switches to be a string.  Clean up.

30 years ago(ielm): Use pop-to-buffer.
Richard M. Stallman [Sun, 12 Mar 1995 18:34:57 +0000 (18:34 +0000)]
(ielm): Use pop-to-buffer.
(same-window-buffer-names): Add *ielm*.

30 years agoFix typos in previous change.
Richard M. Stallman [Sun, 12 Mar 1995 18:33:29 +0000 (18:33 +0000)]
Fix typos in previous change.

30 years ago(rsh, telnet): Use pop-to-buffer.
Richard M. Stallman [Sun, 12 Mar 1995 18:29:24 +0000 (18:29 +0000)]
(rsh, telnet): Use pop-to-buffer.
(same-window-regexps): Add elt to match *telnet-...* and *rsh...*
with or without <N> at end.

30 years ago(same-window-buffer-names): Set this only in loaddefs.el,
Richard M. Stallman [Sun, 12 Mar 1995 18:22:14 +0000 (18:22 +0000)]
(same-window-buffer-names): Set this only in loaddefs.el,
not when info.el is loaded.

30 years ago(rlogin): Use pop-to-buffer.
Richard M. Stallman [Sun, 12 Mar 1995 18:18:29 +0000 (18:18 +0000)]
(rlogin): Use pop-to-buffer.
(same-window-regexps): Add elt to match *rlogin-...*
with or without <N> at end.

30 years ago(hexl-mode-old-local-map, hexl-mode-old-mode-name)
Richard M. Stallman [Sun, 12 Mar 1995 17:14:54 +0000 (17:14 +0000)]
(hexl-mode-old-local-map, hexl-mode-old-mode-name)
(hexl-mode-old-major-mode): Add defvars.

30 years ago(shell): Use pop-to-buffer.
Richard M. Stallman [Sun, 12 Mar 1995 09:39:49 +0000 (09:39 +0000)]
(shell): Use pop-to-buffer.
(same-window-buffer-names): Add *shell* to the list.

30 years agoUnconditionally add to comint-output-filter-functions.
Richard M. Stallman [Sun, 12 Mar 1995 09:15:08 +0000 (09:15 +0000)]
Unconditionally add to comint-output-filter-functions.
(auto-show-mode): Command renamed from auto-show-toggle.
Handle an arg in the standard way.
(auto-show-mode): Variable renamed from auto-show-enable.

30 years agoInitial revision
Richard M. Stallman [Sun, 12 Mar 1995 09:05:52 +0000 (09:05 +0000)]
Initial revision

30 years ago(news-reply-mode-map): Add menu bar menus.
Richard M. Stallman [Sun, 12 Mar 1995 07:57:02 +0000 (07:57 +0000)]
(news-reply-mode-map): Add menu bar menus.

30 years ago(rmail-list-to-menu): Bind `command' with let.
Richard M. Stallman [Sun, 12 Mar 1995 07:47:33 +0000 (07:47 +0000)]
(rmail-list-to-menu): Bind `command' with let.

30 years ago(rmail-duplicate-message): New function.
Richard M. Stallman [Sun, 12 Mar 1995 07:38:49 +0000 (07:38 +0000)]
(rmail-duplicate-message): New function.

(rmail-retry-failure): Don't get errors when
searching for `End of returned message'.

30 years ago(blessmail): Pass archlibdir to the sub-make.
Richard M. Stallman [Sun, 12 Mar 1995 06:11:27 +0000 (06:11 +0000)]
(blessmail): Pass archlibdir to the sub-make.

30 years ago(eval-defun): Convert defvar to defconst.
Richard M. Stallman [Sat, 11 Mar 1995 22:42:29 +0000 (22:42 +0000)]
(eval-defun): Convert defvar to defconst.

30 years ago(reset_buffer_local_variables): Init invisibility.
Richard M. Stallman [Sat, 11 Mar 1995 22:36:29 +0000 (22:36 +0000)]
(reset_buffer_local_variables): Init invisibility.
(init_buffer_once): Set up buffer_local_flags for it.
(syms_of_buffer): New variable `buffer-invisibility-spec'.

30 years ago(struct buffer): New field `invisibility_spec'.
Richard M. Stallman [Sat, 11 Mar 1995 22:35:30 +0000 (22:35 +0000)]
(struct buffer): New field `invisibility_spec'.

30 years ago(display_text_line): When setting selective_rlen,
Richard M. Stallman [Sat, 11 Mar 1995 22:34:35 +0000 (22:34 +0000)]
(display_text_line): When setting selective_rlen,
ignore whether selective display is on or off.

(display_text_line, try_window): Check `invisible' prop
using TEXT_PROP_MEANS_INVISIBLE.
(display_text_line): Check TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS;
if it says so, use ellipses after invisible text.
(invisible_p, invisible_ellipsis_p): New functions.

30 years ago(compute_motion): Call recenter_overlay_lists sooner.
Richard M. Stallman [Sat, 11 Mar 1995 22:32:17 +0000 (22:32 +0000)]
(compute_motion): Call recenter_overlay_lists sooner.
Use Fnext_property_change to get a quick lower bound for
where `invisible' changes.

(compute_motion, vmotion): Check `invisible' prop
using TEXT_PROP_MEANS_INVISIBLE.

30 years ago(TEXT_PROP_MEANS_INVISIBLE): New macro.
Richard M. Stallman [Sat, 11 Mar 1995 22:30:33 +0000 (22:30 +0000)]
(TEXT_PROP_MEANS_INVISIBLE): New macro.
(TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS): New macro.

30 years ago(Fnext_property_change): Handle LIMIT = t.
Richard M. Stallman [Sat, 11 Mar 1995 22:03:27 +0000 (22:03 +0000)]
(Fnext_property_change): Handle LIMIT = t.