]> code.delx.au - gnu-emacs/log
gnu-emacs
30 years ago(uncompress-program): New variable.
Richard M. Stallman [Mon, 4 Apr 1994 20:48:08 +0000 (20:48 +0000)]
(uncompress-program): New variable.
(uncompress-backup-file): Use it.
(uncompress-while-visiting): Use that var.  Handle .gz suffix.
(auto-mode-alist): Handle .gz suffix.
(find-compressed-version): Handle .gz suffix.

30 years ago(version-control): Doc fix.
Richard M. Stallman [Mon, 4 Apr 1994 18:33:01 +0000 (18:33 +0000)]
(version-control): Doc fix.

30 years ago(rmail-summary-goto-msg): Highlight the whole line except first char.
Richard M. Stallman [Mon, 4 Apr 1994 05:45:54 +0000 (05:45 +0000)]
(rmail-summary-goto-msg): Highlight the whole line except first char.

30 years ago(save-place-version-control): New var, for determining
Richard M. Stallman [Mon, 4 Apr 1994 01:05:07 +0000 (01:05 +0000)]
(save-place-version-control): New var, for determining
how to back up the master saved-places file.
(save-place-alist-to-file): Bind version-control depending on
`save-place-version-control'.
(hook for find-file-hooks): Specify the APPEND arg to add-hook.

30 years ago(display_text_line): Properly handle charstarts for hscroll,
Richard M. Stallman [Mon, 4 Apr 1994 00:44:27 +0000 (00:44 +0000)]
(display_text_line): Properly handle charstarts for hscroll,
and for continuation in mid character.
(message2): Call frame_up_to_date_hook.

30 years ago(note_mouse_highlight): Do nothing if gc_in_progress.
Richard M. Stallman [Mon, 4 Apr 1994 00:43:13 +0000 (00:43 +0000)]
(note_mouse_highlight): Do nothing if gc_in_progress.
Set mouse_face_deferred_gc when that case arise.
(XTframe_up_to_date): If mouse_face_deferred_gc, redo highlighting.

(show_mouse_face): Turn off cursor only if it's
in the area being manipulated.
(XTupdate_begin): Don't turn off highlight if we aren't updating
the window that it is in.

30 years ago(overlays_at): Fix previous change.
Richard M. Stallman [Sun, 3 Apr 1994 23:22:06 +0000 (23:22 +0000)]
(overlays_at): Fix previous change.

30 years agoComment changes.
Richard M. Stallman [Sun, 3 Apr 1994 21:32:18 +0000 (21:32 +0000)]
Comment changes.

30 years ago(gc_in_progress): Declared.
Richard M. Stallman [Sun, 3 Apr 1994 21:31:47 +0000 (21:31 +0000)]
(gc_in_progress): Declared.

30 years ago(Fx_popup_dialog): If POSITION is t, use selected frame.
Richard M. Stallman [Sun, 3 Apr 1994 19:43:01 +0000 (19:43 +0000)]
(Fx_popup_dialog): If POSITION is t, use selected frame.

30 years ago(overlays_at): Use XGCTYPE.
Richard M. Stallman [Sun, 3 Apr 1994 19:37:59 +0000 (19:37 +0000)]
(overlays_at): Use XGCTYPE.

30 years ago(OVERLAY_POSITION): Use XGCTYPE.
Richard M. Stallman [Sun, 3 Apr 1994 19:37:32 +0000 (19:37 +0000)]
(OVERLAY_POSITION): Use XGCTYPE.

30 years ago(Fx_popup_dialog): If POSITION is t, use selected frame.
Richard M. Stallman [Sun, 3 Apr 1994 19:03:23 +0000 (19:03 +0000)]
(Fx_popup_dialog): If POSITION is t, use selected frame.

30 years ago(frame_up_to_date_hook): Defined.
Richard M. Stallman [Sun, 3 Apr 1994 18:19:53 +0000 (18:19 +0000)]
(frame_up_to_date_hook): Defined.

30 years agoDoc fix.
Richard M. Stallman [Sun, 3 Apr 1994 18:18:45 +0000 (18:18 +0000)]
Doc fix.

30 years ago(redisplay): do_verify_charstarts controls whether to call verify_charstarts.
Richard M. Stallman [Sun, 3 Apr 1994 08:10:46 +0000 (08:10 +0000)]
(redisplay): do_verify_charstarts controls whether to call verify_charstarts.
Fix one-off when checking for the last line.

30 years ago(note_mouse_highlight): Reject out-of-range pos value
Richard M. Stallman [Sun, 3 Apr 1994 08:09:45 +0000 (08:09 +0000)]
(note_mouse_highlight): Reject out-of-range pos value
before it causes an error.

30 years ago(direct_output_for_insert): Add charstarts entry after the new char.
Richard M. Stallman [Sun, 3 Apr 1994 08:09:11 +0000 (08:09 +0000)]
(direct_output_for_insert): Add charstarts entry after the new char.
Use the right point value for the inserted character.

30 years ago(do_scrolling): Handle charstarts like glyphs.
Richard M. Stallman [Sun, 3 Apr 1994 08:08:33 +0000 (08:08 +0000)]
(do_scrolling): Handle charstarts like glyphs.

30 years ago(ispell-message): Fixed infinite loop on shortened msg.
Richard M. Stallman [Sun, 3 Apr 1994 06:04:35 +0000 (06:04 +0000)]
(ispell-message): Fixed infinite loop on shortened msg.

30 years ago(verify_charstarts): Count right for continued lines.
Richard M. Stallman [Sun, 3 Apr 1994 02:04:38 +0000 (02:04 +0000)]
(verify_charstarts): Count right for continued lines.

30 years ago(fast_find_position): Always return coords within the window.
Richard M. Stallman [Sun, 3 Apr 1994 02:04:04 +0000 (02:04 +0000)]
(fast_find_position): Always return coords within the window.

(note_mouse_highlight): Handle disable_mouse_highlight.

30 years ago(display_text_line): Always store in charstart
Richard M. Stallman [Sun, 3 Apr 1994 02:03:30 +0000 (02:03 +0000)]
(display_text_line): Always store in charstart
even if at endp.  When clearing charstart, do the whole width.

(redisplay): Call verify_charstarts.

(redisplay): Don't call adjust_window_charstarts
if on last text line of window.

30 years ago(verify_charstarts): New function.
Richard M. Stallman [Sun, 3 Apr 1994 01:36:57 +0000 (01:36 +0000)]
(verify_charstarts): New function.

(scroll_frame_lines): When updating charstarts,
treat all columns alike--don't zero out any.
Fix end tests of loops over i.

(adjust_window_charstarts): Fix typo.

30 years ago(summarize-tar-header-block): Add mouse-face properties.
Karl Heuer [Sat, 2 Apr 1994 05:52:36 +0000 (05:52 +0000)]
(summarize-tar-header-block): Add mouse-face properties.

30 years ago(Buffer-menu-mode): Highlight only the buffer name, not the whole line.
Karl Heuer [Sat, 2 Apr 1994 05:31:31 +0000 (05:31 +0000)]
(Buffer-menu-mode): Highlight only the buffer name, not the whole line.
(Buffer-menu-buffer-name-position): New function.

30 years ago(compile-mouse-goto-error): Simplify.
Karl Heuer [Sat, 2 Apr 1994 05:07:50 +0000 (05:07 +0000)]
(compile-mouse-goto-error): Simplify.
(compilation-parse-errors-function): Doc fix.

30 years ago(Buffer-menu-mode): Add mouse-face properties.
Karl Heuer [Sat, 2 Apr 1994 04:13:09 +0000 (04:13 +0000)]
(Buffer-menu-mode): Add mouse-face properties.

30 years ago(list_buffers_1): Set buffer contents, then mode.
Karl Heuer [Sat, 2 Apr 1994 04:08:50 +0000 (04:08 +0000)]
(list_buffers_1): Set buffer contents, then mode.

30 years ago(dired-insert-directory): Fix comment.
Karl Heuer [Sat, 2 Apr 1994 02:58:07 +0000 (02:58 +0000)]
(dired-insert-directory): Fix comment.

30 years ago(occur): Add mouse-face property to each line.
Richard M. Stallman [Fri, 1 Apr 1994 19:31:15 +0000 (19:31 +0000)]
(occur): Add mouse-face property to each line.

30 years ago(dired-insert-directory): Add mouse-face properties.
Richard M. Stallman [Fri, 1 Apr 1994 18:51:39 +0000 (18:51 +0000)]
(dired-insert-directory): Add mouse-face properties.
(dired-insert-set-properties): New subroutine.

30 years ago(dired-add-entry, dired-insert-subdir-doinsert):
Richard M. Stallman [Fri, 1 Apr 1994 18:51:17 +0000 (18:51 +0000)]
(dired-add-entry, dired-insert-subdir-doinsert):
Call dired-insert-set-properties.
(dired-add-entry): Don't make name absolute; bind default-directory.

30 years ago(tex-start-shell): Use shell-mode-map (instead of comint-mode-map) because
Edward M. Reingold [Fri, 1 Apr 1994 16:57:56 +0000 (16:57 +0000)]
(tex-start-shell): Use shell-mode-map (instead of comint-mode-map) because
it's bit a nicer.

Change the "require" from comint to shell for the same reason.

30 years ago(x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call
Fred Pierresteguy [Fri, 1 Apr 1994 13:53:31 +0000 (13:53 +0000)]
(x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call
XtGetValues to get the width and the height of the Emacs frame.

30 years ago(update_menu_bar): Pass 0 to set_frame_menubar.
Fred Pierresteguy [Fri, 1 Apr 1994 13:43:24 +0000 (13:43 +0000)]
(update_menu_bar): Pass 0 to set_frame_menubar.

30 years ago(EmacsFrameSetCharSize): Clean up code.
Fred Pierresteguy [Fri, 1 Apr 1994 13:39:34 +0000 (13:39 +0000)]
(EmacsFrameSetCharSize): Clean up code.
Replace XtVaSetValues by XtSetValues.

30 years ago(try_window_id): Pass new arg to scroll_frame_lines.
Richard M. Stallman [Fri, 1 Apr 1994 10:14:35 +0000 (10:14 +0000)]
(try_window_id): Pass new arg to scroll_frame_lines.

30 years ago(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman [Fri, 1 Apr 1994 10:13:32 +0000 (10:13 +0000)]
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.

(scroll_frame_lines): Typo in previous change.
Arg POS_ADJUST replaced with arg NEWPOS.

30 years ago(construct_menu_click, construct_mouse_click):
Richard M. Stallman [Fri, 1 Apr 1994 10:12:10 +0000 (10:12 +0000)]
(construct_menu_click, construct_mouse_click):
Use XSET when setting result->x and result->y.

(note_mouse_highlight): Use the value from sort_overlays.
Make the window's buffer current temporarily.
window_end_pos is relative to Z, not ZV.

30 years ago(xmenu_show): Undo part of March 11 change:
Richard M. Stallman [Fri, 1 Apr 1994 10:10:45 +0000 (10:10 +0000)]
(xmenu_show): Undo part of March 11 change:
Do call lw_destroy_all_widgets at the end.

30 years ago(Info-fontify-node): Add mouse-face properties.
Richard M. Stallman [Fri, 1 Apr 1994 10:10:24 +0000 (10:10 +0000)]
(Info-fontify-node): Add mouse-face properties.
Increase size limit for fontifying to 30000.

30 years ago*** empty log message ***
Fred Pierresteguy [Fri, 1 Apr 1994 08:25:12 +0000 (08:25 +0000)]
*** empty log message ***

30 years ago(redisplay): In previous change, handle case where no newline follows.
Richard M. Stallman [Fri, 1 Apr 1994 08:19:19 +0000 (08:19 +0000)]
(redisplay): In previous change, handle case where no newline follows.

30 years ago(rmail-message-label-p, rmail-parse-message-labels):
Karl Heuer [Fri, 1 Apr 1994 02:31:45 +0000 (02:31 +0000)]
(rmail-message-label-p, rmail-parse-message-labels):
Update obsolete (commented-out) functions.

30 years ago(adjust_window_charstarts): New function.
Richard M. Stallman [Fri, 1 Apr 1994 02:10:14 +0000 (02:10 +0000)]
(adjust_window_charstarts): New function.
(direct_output_for_insert): Call it.

30 years ago(redisplay): Call adjust_window_charstarts
Richard M. Stallman [Fri, 1 Apr 1994 02:09:44 +0000 (02:09 +0000)]
(redisplay): Call adjust_window_charstarts
to update the charstarts of following lines.

30 years agoDoc fixes.
Richard M. Stallman [Thu, 31 Mar 1994 23:40:14 +0000 (23:40 +0000)]
Doc fixes.

30 years ago(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman [Thu, 31 Mar 1994 23:22:23 +0000 (23:22 +0000)]
(scroll_frame_lines): Handle charstarts like glyphs.
(direct_output_for_insert): Likewise.
(preserve_other_columns): Likewise.

(update_line): Update charstarts like glyphs.

(make_frame_glyphs): Initialize charstarts, total_charstarts.
(free_frame_glyphs): Free those fields.

30 years ago[INCLUDED_FCNTL]: Don't include fcntl.h again.
Richard M. Stallman [Thu, 31 Mar 1994 23:17:23 +0000 (23:17 +0000)]
[INCLUDED_FCNTL]: Don't include fcntl.h again.

(XTread_socket, MotionNotify and LeaveNotify cases):
If not in any frame, call clear_mouse_face.

(x_term_init): Set frame_up_to_date_hook.
(XTframe_up_to_date): New function.

(XTupdate_begin): Turn off mouse face display, and defer it.
(XTupdate_end): Undefer.
(mouse_face_defer): New variable.
(mouse_face_mouse_frame, mouse_face_mouse_x, mouse_face_mouse_y):
New variables.

(dumpglyphs): Handle HL = 3 by using mouse_face_face_id.
(note_mouse_movement): Check for mouse face.
(show_mouse_face, fast_find_position): New functions.
(clear_mouse_face): New functions.
(mouse_face_beg, mouse_face_end, mouse_face_face_id): New variables.
(mouse_face_window): New variable.
(syms_of_xterm): Init and staticpro it.

30 years ago(compute_char_face): New arg MOUSE.
Richard M. Stallman [Thu, 31 Mar 1994 23:12:26 +0000 (23:12 +0000)]
(compute_char_face): New arg MOUSE.
(Qmouse_face): New variable.
(syms_of_xfaces): Initialize Qmouse_face.

30 years ago(child_setup): Check out==err when relocating fds.
Karl Heuer [Thu, 31 Mar 1994 22:19:27 +0000 (22:19 +0000)]
(child_setup): Check out==err when relocating fds.

30 years ago(Man-filter-list): New footer format to delete.
Karl Heuer [Thu, 31 Mar 1994 22:01:12 +0000 (22:01 +0000)]
(Man-filter-list): New footer format to delete.

30 years ago(redisplay): Call frame_up_to_date_hook.
Richard M. Stallman [Thu, 31 Mar 1994 18:40:11 +0000 (18:40 +0000)]
(redisplay): Call frame_up_to_date_hook.

(display_text_line): Pass new arg to compute_char_face.
Fill in charstarts array.
(display_string): Clear part of charstarts array.

30 years agoFix error message syntax.
Richard M. Stallman [Thu, 31 Mar 1994 17:16:37 +0000 (17:16 +0000)]
Fix error message syntax.
(tar-mode): Doc fix.
(tar-mouse-extract): New command.
(tar-mode-map): Bind mouse-2.
(tar-get-descriptor): New function.
(tar-extract, tar-copy): Use that.
(tar-mode-maybe-write-tar-file): Renamed from maybe-write-tar-file.

30 years ago(x_window) [USE_X_TOOLKIT]: When doing geometry management, don't compute the
Fred Pierresteguy [Thu, 31 Mar 1994 16:49:00 +0000 (16:49 +0000)]
(x_window) [USE_X_TOOLKIT]: When doing geometry management, don't compute the
size of the menubar if there is no menubar.

30 years ago(Buffer-menu-mouse-select): New command.
Richard M. Stallman [Thu, 31 Mar 1994 16:46:57 +0000 (16:46 +0000)]
(Buffer-menu-mouse-select): New command.
(Buffer-menu-mode-map): Bind mouse-2.
(Buffer-menu-mode): Doc fix.

30 years ago(occur-mode-goto-occurrence): Delete excess close paren.
Richard M. Stallman [Thu, 31 Mar 1994 16:38:57 +0000 (16:38 +0000)]
(occur-mode-goto-occurrence): Delete excess close paren.

30 years ago(occur-mode): Doc fix.
Richard M. Stallman [Thu, 31 Mar 1994 16:37:20 +0000 (16:37 +0000)]
(occur-mode): Doc fix.

30 years ago(set_frame_size): Dont compute any geometry management.
Fred Pierresteguy [Thu, 31 Mar 1994 14:52:30 +0000 (14:52 +0000)]
(set_frame_size): Dont compute any geometry management.

30 years ago(set_frame_menubar): New arg, first_time.
Fred Pierresteguy [Thu, 31 Mar 1994 14:50:46 +0000 (14:50 +0000)]
(set_frame_menubar): New arg, first_time.
Don't update the menubar the first time it is created via x_window.
(initialize_frame_menubar): Pass 1 to set_frame_menubar.

30 years ago(x_window) [USE_X_TOOLKIT]: New args window_prompting and minibuffer_only.
Fred Pierresteguy [Thu, 31 Mar 1994 14:49:42 +0000 (14:49 +0000)]
(x_window) [USE_X_TOOLKIT]: New args window_prompting and minibuffer_only.
Don't pass top_pos and left_pos to XtCreatePopupShell.
Call initialize_frame_menubar before creating the Emacs frame if it is
not the minibuffer. Call XtManageChild for the menubar widget if any.
Compute some geometry management.
(Fx_create_frame): Pass window_prompting and minibuffer_only to x_window.
Don't call x_wm_set_size_hint.
Don't call initialize_frame_menubar.

30 years agoDefine HAVE_X11R4 if AIX3_2 is defined.
Fred Pierresteguy [Thu, 31 Mar 1994 14:00:26 +0000 (14:00 +0000)]
Define HAVE_X11R4 if AIX3_2 is defined.

30 years ago(frame_up_to_date_hook): Declared.
Richard M. Stallman [Thu, 31 Mar 1994 08:33:38 +0000 (08:33 +0000)]
(frame_up_to_date_hook): Declared.

30 years ago(esix5): Set NON_GNU_CPP.
Richard M. Stallman [Thu, 31 Mar 1994 04:39:32 +0000 (04:39 +0000)]
(esix5): Set NON_GNU_CPP.

30 years ago*** empty log message ***
Richard M. Stallman [Wed, 30 Mar 1994 18:57:29 +0000 (18:57 +0000)]
*** empty log message ***

30 years ago(INCLUDED_FCNTL): Define, if include fcntl.h.
Richard M. Stallman [Wed, 30 Mar 1994 18:51:54 +0000 (18:51 +0000)]
(INCLUDED_FCNTL): Define, if include fcntl.h.

30 years agoInitial revision
Richard M. Stallman [Wed, 30 Mar 1994 18:36:47 +0000 (18:36 +0000)]
Initial revision

30 years agoAdvise about case where C-h is rebound.
Richard M. Stallman [Wed, 30 Mar 1994 18:20:07 +0000 (18:20 +0000)]
Advise about case where C-h is rebound.

30 years ago(occur-mode-find-occurrence): New subroutine.
Richard M. Stallman [Wed, 30 Mar 1994 17:54:38 +0000 (17:54 +0000)]
(occur-mode-find-occurrence): New subroutine.
(occur-mode-goto-occurrence): Use that.
(occur-mode-mouse-goto): New command.
(occur-mode-map): Bind mouse-2.
(occur-mode-find-occurrence): Error if point is on first line.

30 years ago(compile-mouse-goto-error): New command.
Richard M. Stallman [Wed, 30 Mar 1994 17:36:24 +0000 (17:36 +0000)]
(compile-mouse-goto-error): New command.
(compilation-minor-mode-map): Bind mouse-2.

30 years ago(dired-mouse-find-file-other-window): New command.
Richard M. Stallman [Wed, 30 Mar 1994 17:22:59 +0000 (17:22 +0000)]
(dired-mouse-find-file-other-window): New command.
(dired-mode-map): Bind mouse-2.

30 years agoDoc fixes.
Richard M. Stallman [Wed, 30 Mar 1994 16:04:08 +0000 (16:04 +0000)]
Doc fixes.

30 years ago* etags.c (main): use etags_getcwd for compatibility.
Francesco Potortì [Wed, 30 Mar 1994 12:04:41 +0000 (12:04 +0000)]
* etags.c (main): use etags_getcwd for compatibility.
(etags_getcwd): new function.

30 years ago(verify_overlay_modification):
Richard M. Stallman [Wed, 30 Mar 1994 06:32:54 +0000 (06:32 +0000)]
(verify_overlay_modification):
Copy TAIL before a hook, in case the hook recenters the overlay lists.

30 years ago(Fminibuffer_prompt, Fminibuffer_prompt_width): New funcs.
Karl Heuer [Wed, 30 Mar 1994 05:23:18 +0000 (05:23 +0000)]
(Fminibuffer_prompt, Fminibuffer_prompt_width): New funcs.

30 years ago(Vcompletion_regexp_list): New var.
Richard M. Stallman [Wed, 30 Mar 1994 05:17:30 +0000 (05:17 +0000)]
(Vcompletion_regexp_list): New var.
(syms_of_minibuf): Set up Lisp var.
(Ftry_completion, Fall_completions):
Limit possible completions to strings matching those regexps.

30 years ago(Fcompute_motion): Fix symbol name in previous change.
Karl Heuer [Wed, 30 Mar 1994 03:12:53 +0000 (03:12 +0000)]
(Fcompute_motion): Fix symbol name in previous change.

30 years ago(Fcompute_motion): Doc fix.
Karl Heuer [Wed, 30 Mar 1994 03:11:04 +0000 (03:11 +0000)]
(Fcompute_motion): Doc fix.
Also extracted long doc string to avoid compiler limitations.

30 years ago(Fcompute_motion): Don't use XFASTINT on possibly-negative coords.
Karl Heuer [Wed, 30 Mar 1994 03:02:02 +0000 (03:02 +0000)]
(Fcompute_motion): Don't use XFASTINT on possibly-negative coords.
Also another doc fix.

30 years ago(Fcompute_motion): Doc fix.
Karl Heuer [Wed, 30 Mar 1994 02:29:28 +0000 (02:29 +0000)]
(Fcompute_motion): Doc fix.

30 years ago(rmail-sort-messages): Use buffer-disable-undo, not buffer-flush-undo.
Karl Heuer [Wed, 30 Mar 1994 02:24:05 +0000 (02:24 +0000)]
(rmail-sort-messages): Use buffer-disable-undo, not buffer-flush-undo.

30 years ago(rmail-sort-messages): Update summary buffer.
Karl Heuer [Wed, 30 Mar 1994 02:21:48 +0000 (02:21 +0000)]
(rmail-sort-messages): Update summary buffer.

30 years ago(rmail-sort-from-summary): Preserve window selection.
Karl Heuer [Wed, 30 Mar 1994 02:21:19 +0000 (02:21 +0000)]
(rmail-sort-from-summary): Preserve window selection.

30 years ago(vc-checkin): Undo previous change.
Richard M. Stallman [Wed, 30 Mar 1994 02:14:11 +0000 (02:14 +0000)]
(vc-checkin): Undo previous change.

30 years ago(help): New alias.
Richard M. Stallman [Wed, 30 Mar 1994 01:43:37 +0000 (01:43 +0000)]
(help): New alias.
(help-for-help): Mention help character.
(help-quit): New command.
(help-map): Bind `q'.

30 years ago(calculate-c-indent): Don't loop forever at bobp.
Karl Heuer [Wed, 30 Mar 1994 01:43:08 +0000 (01:43 +0000)]
(calculate-c-indent): Don't loop forever at bobp.
(calculate-c-indent, indent-c-exp): Test char against 0, not nil.

30 years agoCheck for existence of windowing system.
Karl Heuer [Wed, 30 Mar 1994 01:02:01 +0000 (01:02 +0000)]
Check for existence of windowing system.

30 years ago(EMACS_TIME_NEG_P): Cast to signed.
Karl Heuer [Wed, 30 Mar 1994 00:50:02 +0000 (00:50 +0000)]
(EMACS_TIME_NEG_P): Cast to signed.

30 years ago(Fwindow_width): Delete unnecessary variable declarations.
Karl Heuer [Tue, 29 Mar 1994 07:20:26 +0000 (07:20 +0000)]
(Fwindow_width): Delete unnecessary variable declarations.

30 years ago(hack-local-variables-prop-line): Search two lines if "#!".
Karl Heuer [Tue, 29 Mar 1994 07:08:23 +0000 (07:08 +0000)]
(hack-local-variables-prop-line): Search two lines if "#!".
Ignore keyword `mode', since it's already been handled.

30 years ago(basic-save-buffer-1): New subroutine, broken out of basic-save-buffer.
Richard M. Stallman [Tue, 29 Mar 1994 06:59:50 +0000 (06:59 +0000)]
(basic-save-buffer-1): New subroutine, broken out of basic-save-buffer.
(basic-save-buffer): Use basic-save-buffer-1.

30 years agoFix glitches in previous change.
Karl Heuer [Tue, 29 Mar 1994 06:37:09 +0000 (06:37 +0000)]
Fix glitches in previous change.

30 years ago(Fcompute_motion): Typecheck all arguments.
Karl Heuer [Tue, 29 Mar 1994 05:58:40 +0000 (05:58 +0000)]
(Fcompute_motion): Typecheck all arguments.

30 years agoFix typo in comment.
Karl Heuer [Tue, 29 Mar 1994 05:54:39 +0000 (05:54 +0000)]
Fix typo in comment.

30 years ago(struct frame_glyphs): New fields charstarts and total_charstarts.
Richard M. Stallman [Tue, 29 Mar 1994 05:22:29 +0000 (05:22 +0000)]
(struct frame_glyphs): New fields charstarts and total_charstarts.

30 years agoFix typos in comments.
Karl Heuer [Tue, 29 Mar 1994 04:57:16 +0000 (04:57 +0000)]
Fix typos in comments.

30 years ago(display_text_line): Handle selective display at window edge.
Karl Heuer [Tue, 29 Mar 1994 04:08:07 +0000 (04:08 +0000)]
(display_text_line): Handle selective display at window edge.

30 years ago(debug): Behave sensibly if pop-up-frames is set.
Karl Heuer [Tue, 29 Mar 1994 02:20:04 +0000 (02:20 +0000)]
(debug): Behave sensibly if pop-up-frames is set.

30 years ago(Info-suffix-list): Put empty string last.
Karl Heuer [Tue, 29 Mar 1994 01:39:51 +0000 (01:39 +0000)]
(Info-suffix-list): Put empty string last.
(info-insert-file-contents): Allow filename to already be suffixed.