]>
git.eshelyaron.com Git - emacs.git/log
Karl Heuer [Mon, 14 Mar 1994 21:27:13 +0000 (21:27 +0000)]
(Info-insert-dir): Use printable escapes instead of embedding literal control
chars in the source.
Karl Heuer [Mon, 14 Mar 1994 21:26:50 +0000 (21:26 +0000)]
(indent-or-fill-region): Use printable escapes instead of embedding literal
control chars in the source.
Karl Heuer [Mon, 14 Mar 1994 21:26:19 +0000 (21:26 +0000)]
(original-page-delimiter, set-page-delimiter): Use printable escapes instead of
embedding literal control chars in the source.
Karl Heuer [Mon, 14 Mar 1994 21:20:25 +0000 (21:20 +0000)]
(view-register, insert-register): Handle dead marker.
Fred Pierresteguy [Mon, 14 Mar 1994 17:50:20 +0000 (17:50 +0000)]
*** empty log message ***
Edward M. Reingold [Mon, 14 Mar 1994 17:21:31 +0000 (17:21 +0000)]
(lunar-phase): Use calendar-mod instead of % so that it
works for negative phase numbers.
Fred Pierresteguy [Mon, 14 Mar 1994 17:07:06 +0000 (17:07 +0000)]
*** empty log message ***
Fred Pierresteguy [Mon, 14 Mar 1994 17:02:21 +0000 (17:02 +0000)]
entered into RCS
Fred Pierresteguy [Mon, 14 Mar 1994 16:44:04 +0000 (16:44 +0000)]
(EmacsFrameSetCharSize): Set the values of left_pos and
top_pos to the values of the toplevel widget coordinates.
Richard M. Stallman [Mon, 14 Mar 1994 16:02:05 +0000 (16:02 +0000)]
(view-mode): Run view-mode-hook as well as view-hook.
(view-mode-hook): New defvar.
Richard M. Stallman [Mon, 14 Mar 1994 06:15:30 +0000 (06:15 +0000)]
Comment change.
Richard M. Stallman [Mon, 14 Mar 1994 01:29:37 +0000 (01:29 +0000)]
(Finsert_file_contents): Don't let same_at_end be less than same_at_start.
Richard M. Stallman [Mon, 14 Mar 1994 01:29:15 +0000 (01:29 +0000)]
(Fvertical_motion): New optional arg WINDOW.
Richard M. Stallman [Mon, 14 Mar 1994 01:28:49 +0000 (01:28 +0000)]
(Fdelete_other_windows): Pass new arg to Fvertical_motion.
(window_scroll, Frecenter, Fmove_to_window_line): Likewise.
Richard M. Stallman [Mon, 14 Mar 1994 00:18:52 +0000 (00:18 +0000)]
Undo previous change. Instead:
(Fx_popup_dialog) [! USE_X_TOOLKIT]: Call Fx_popup_menu.
Richard M. Stallman [Mon, 14 Mar 1994 00:08:07 +0000 (00:08 +0000)]
(Fx_popup_dialog): Define only if USE_X_TOOLKIT.
Karl Heuer [Sun, 13 Mar 1994 21:52:57 +0000 (21:52 +0000)]
(text-mode): Doc fix.
Karl Heuer [Sun, 13 Mar 1994 21:40:11 +0000 (21:40 +0000)]
Fix typo in comment.
Richard M. Stallman [Sun, 13 Mar 1994 01:12:41 +0000 (01:12 +0000)]
(diff-latest-backup-file): Call file name handler properly.
Richard M. Stallman [Sun, 13 Mar 1994 00:38:48 +0000 (00:38 +0000)]
(hide-other, hide-sublevels): Renamed from outline-...
Richard M. Stallman [Sun, 13 Mar 1994 00:36:52 +0000 (00:36 +0000)]
Turn on menu-bar-mode.
Richard M. Stallman [Sun, 13 Mar 1994 00:36:01 +0000 (00:36 +0000)]
Preload menu-bar.
Prescan the menu bar keymaps for keyboard equivalents.
Richard M. Stallman [Sun, 13 Mar 1994 00:35:22 +0000 (00:35 +0000)]
(PURESIZE): Reduce to 230000.
Richard M. Stallman [Sat, 12 Mar 1994 06:29:57 +0000 (06:29 +0000)]
(pascal-indent-case): Handle comma separated list.
(pascal-set-auto-comments): No comment after record block.
(pascal-seperator-keywords): Renamed to pascal-separator-keywords.
(pascal-get-lineup-indent): Handle multiple declarations on same line.
Karl Heuer [Sat, 12 Mar 1994 04:53:41 +0000 (04:53 +0000)]
(rmail-sort-by-lines): msgnum variable should be msg.
Karl Heuer [Sat, 12 Mar 1994 04:16:49 +0000 (04:16 +0000)]
(Fexpt): Delete extraneous `for' statement.
Karl Heuer [Sat, 12 Mar 1994 03:13:20 +0000 (03:13 +0000)]
(get_process): Allow arg to be a buffer object.
Karl Heuer [Sat, 12 Mar 1994 01:55:02 +0000 (01:55 +0000)]
Doc fix.
Karl Heuer [Sat, 12 Mar 1994 01:38:31 +0000 (01:38 +0000)]
Fix coding style.
Karl Heuer [Sat, 12 Mar 1994 01:23:16 +0000 (01:23 +0000)]
Put hyphen in a safer place in the character class.
Karl Heuer [Sat, 12 Mar 1994 00:23:12 +0000 (00:23 +0000)]
Don't use triple-hyphen in a character class.
Karl Heuer [Fri, 11 Mar 1994 23:38:27 +0000 (23:38 +0000)]
(x_consider_frame_title): New function, extracted from display_mode_line.
(redisplay): Update frame title on iconified frames.
Fred Pierresteguy [Fri, 11 Mar 1994 18:01:00 +0000 (18:01 +0000)]
(xdialog_show): New function to handle the display of dialog boxes.
(Fx_popup_dialog): New function.
(dialog_selection_callback): New function.
(xmenu_show) [USE_X_TOOLKIT]: Don't call lw_destroy_all_widgets at the end.
Do the work of construct_mouse_click in the ButtonRelease case.
Fred Pierresteguy [Fri, 11 Mar 1994 15:15:31 +0000 (15:15 +0000)]
*** empty log message ***
Fred Pierresteguy [Fri, 11 Mar 1994 10:36:17 +0000 (10:36 +0000)]
*** empty log message ***
Fred Pierresteguy [Fri, 11 Mar 1994 10:33:08 +0000 (10:33 +0000)]
(EmacsFrameSetCharSize): Call XawPanedSetRefigureMode.
Call XtSetValues not XtVaSetValues.
Fred Pierresteguy [Fri, 11 Mar 1994 10:15:21 +0000 (10:15 +0000)]
(Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.
(Fy_or_n_p): Likewise.
Fred Pierresteguy [Fri, 11 Mar 1994 09:56:39 +0000 (09:56 +0000)]
Initial revision
Karl Heuer [Fri, 11 Mar 1994 04:13:50 +0000 (04:13 +0000)]
(mouse-kill): Select the clicked window first.
Karl Heuer [Fri, 11 Mar 1994 02:35:50 +0000 (02:35 +0000)]
(lock_superlock): Synchronize NFS cache.
Karl Heuer [Thu, 10 Mar 1994 23:57:21 +0000 (23:57 +0000)]
Add a comment to document the reason for the change in outline-level.
Karl Heuer [Thu, 10 Mar 1994 23:49:00 +0000 (23:49 +0000)]
(outline-mode, outline-level): Doc fix.
(outline-on-heading-p): Use bolp, not bobp.
(outline-hide-other): Rename from hide-other.
(outline-hide-sublevels): Rename from hide-sublevels.
(outline-back-to-heading): Error if no previous heading.
(outline-next-visible-heading): Check for search failure.
(outline-hide-sublevels): Ignore text before first outline heading.
(outline-level): Count characters, not columns, so ^L is level 1.
Karl Heuer [Thu, 10 Mar 1994 22:55:04 +0000 (22:55 +0000)]
(Fre_search_forward, Fre_search_backward): Doc fix.
Richard M. Stallman [Thu, 10 Mar 1994 19:06:59 +0000 (19:06 +0000)]
(compute_motion): Initialize prev_hpos.
(Fcompute_motion): New function.
Richard M. Stallman [Thu, 10 Mar 1994 18:54:44 +0000 (18:54 +0000)]
(shell-dynamic-complete-as-command): Make ignored-extensions
nil if comint-completion-fignore is nil.
Richard M. Stallman [Thu, 10 Mar 1994 17:23:56 +0000 (17:23 +0000)]
(find-buffer-visiting): Don't compare NUMBER if it is nil.
Richard M. Stallman [Thu, 10 Mar 1994 17:22:59 +0000 (17:22 +0000)]
(byte-compile-track-mouse): Undo previous change,
but use byte-compile-top-level-body.
Richard M. Stallman [Thu, 10 Mar 1994 17:08:48 +0000 (17:08 +0000)]
(Man-filter-list): Don't insist on `...done' after `wait'.
Match `Reformatting entry. Wait'.
Richard M. Stallman [Thu, 10 Mar 1994 17:03:21 +0000 (17:03 +0000)]
(Fx_popup_menu): If POSITION is nil,
don't require an open X connection.
(single_keymap_panes, keymap_panes, menu_item_enabled_p): New arg NOTREAL.
(Fx_popup_menu): Pass new arg (1 if POSITION is nil).
(menu_item_enabled_p): If NOTREAL, always return t.
(single_keymap_panes) [!USE_X_TOOLKIT]:
Append > to item_string if submenu.
[USE_X_TOOLKIT]: Display submenus in Xt style.
(menu_items): Record where submenus start and end.
(menu_items_submenu_depth): New variable.
(init_menu_items): Init it.
(push_submenu_start, push_submenu_end): New functions.
(grow_menu_items): New function.
(push_menu_pane, push_menu_item): Use it.
(push_menu_pane): Increment menu_items_n_panes only if depth is 0.
(single_keymap_panes) [USE_X_TOOLKIT]: Record submenus in menu_items.
(xmenu_show) [USE_X_TOOLKIT]: Give submenus to toolkit.
Richard M. Stallman [Thu, 10 Mar 1994 15:59:22 +0000 (15:59 +0000)]
(command_loop_1): On entry, set this_command
after running Vpost_command_hook.
Richard M. Stallman [Thu, 10 Mar 1994 15:50:26 +0000 (15:50 +0000)]
(rmail-ignored-headers): Add several x400 header types.
Richard M. Stallman [Thu, 10 Mar 1994 07:37:04 +0000 (07:37 +0000)]
(ispell-pdict-save, ispell-kill-ispell, ispell-continue):
(ispell-help): Add autoloads.
Richard M. Stallman [Thu, 10 Mar 1994 07:32:24 +0000 (07:32 +0000)]
(kill-emacs-hook): Don't autoload this hook.
(bookmark-menu-bar-delete, bookmark-menu-bar-rename)
(bookmark-menu-bar-locate, bookmark-menu-bar-jump)
(bookmark-menu-bar-insert): Add autoloads.
Richard M. Stallman [Thu, 10 Mar 1994 07:27:32 +0000 (07:27 +0000)]
(emerge-revisions, emerge-revisions-with-ancestor)
(emerge-merge-directories): Add autoloads.
Richard M. Stallman [Thu, 10 Mar 1994 07:25:09 +0000 (07:25 +0000)]
(ispell-dictionary-alist): Add autoload.
(ispell-menu-map): Don't redefine if already defined.
Don't test for menu-bar since this is now done before menu-bar.
Richard M. Stallman [Thu, 10 Mar 1994 07:19:15 +0000 (07:19 +0000)]
(ispell-menu-map): Autoload the whole setup.
Richard M. Stallman [Thu, 10 Mar 1994 06:25:56 +0000 (06:25 +0000)]
(PURESIZE): Increment to 240000.
Richard M. Stallman [Thu, 10 Mar 1994 04:24:29 +0000 (04:24 +0000)]
(menu-bar-bookmark-map): Autoload the whole setup.
Richard M. Stallman [Thu, 10 Mar 1994 04:23:52 +0000 (04:23 +0000)]
(menu-bar-emerge-menu): Autoload the whole setup.
Richard M. Stallman [Thu, 10 Mar 1994 04:18:10 +0000 (04:18 +0000)]
(generate-file-autoloads): Don't ignore the line
after the form marked by a ;;;###autoload\n.
Richard M. Stallman [Thu, 10 Mar 1994 04:09:13 +0000 (04:09 +0000)]
Delete the `>' from various menu item strings.
Richard M. Stallman [Thu, 10 Mar 1994 00:23:35 +0000 (00:23 +0000)]
(display_mode_line): Highlight partial-width mode lines
for a non-termcal frame.
Richard M. Stallman [Thu, 10 Mar 1994 00:20:34 +0000 (00:20 +0000)]
(GLYPH_MODE_LINE_FACE): New macro.
Richard M. Stallman [Wed, 9 Mar 1994 23:59:52 +0000 (23:59 +0000)]
Explain typing C-M-
Richard M. Stallman [Wed, 9 Mar 1994 22:10:08 +0000 (22:10 +0000)]
Don't kill remaining processes if child exits.
(call_process_exited): New variable.
(Fcall_process): Set it.
(call_process_cleanup): Test it.
Karl Heuer [Wed, 9 Mar 1994 06:52:12 +0000 (06:52 +0000)]
(outline-regexp): Initialize outside the defvar.
Karl Heuer [Wed, 9 Mar 1994 06:42:46 +0000 (06:42 +0000)]
(nroff-mode): Deleted garbage character.
Karl Heuer [Wed, 9 Mar 1994 06:20:32 +0000 (06:20 +0000)]
(find-buffer-visiting): Fix typo in previous change.
Karl Heuer [Wed, 9 Mar 1994 06:13:36 +0000 (06:13 +0000)]
Fix typo in previous change.
Karl Heuer [Wed, 9 Mar 1994 06:07:43 +0000 (06:07 +0000)]
(Fcall_interactively): Don't select an active minibuffer.
Karl Heuer [Wed, 9 Mar 1994 06:02:56 +0000 (06:02 +0000)]
(Fselect_window): Undo previous minibuffer change.
Richard M. Stallman [Wed, 9 Mar 1994 05:59:08 +0000 (05:59 +0000)]
(window_loop): Delete MULTI_FRAME
conditional within the loop, spuriously added in prev change.
Don't ignore invisible or iconified frames for GET_BUFFER_WINDOW;
instead, let Fnext_window skip them if appropriate.
Karl Heuer [Wed, 9 Mar 1994 04:17:47 +0000 (04:17 +0000)]
(Fselect_window): Don't select an inactive minibuffer.
Karl Heuer [Wed, 9 Mar 1994 04:00:12 +0000 (04:00 +0000)]
(mouse-minibuffer-check): New function to disallow mouse events in an inactive
minibuffer. All relevant mouse functions changed to use it.
Karl Heuer [Wed, 9 Mar 1994 00:23:30 +0000 (00:23 +0000)]
(find-buffer-visiting): New function to look for another buffer visiting the
same inode.
(find-file-noselect): Use it instead of inline code.
Karl Heuer [Tue, 8 Mar 1994 23:53:06 +0000 (23:53 +0000)]
(apropos, super-apropos): Doc fix.
Karl Heuer [Tue, 8 Mar 1994 23:31:55 +0000 (23:31 +0000)]
(super-apropos-check-doc-file): Use doc-directory instead of data-directory.
Richard M. Stallman [Tue, 8 Mar 1994 23:28:14 +0000 (23:28 +0000)]
(Fdisplay_buffer): If pop_up_frames != 0,
consider just visible frames when looking for existing window.
Karl Heuer [Tue, 8 Mar 1994 22:59:20 +0000 (22:59 +0000)]
Initial revision
Richard M. Stallman [Tue, 8 Mar 1994 22:47:20 +0000 (22:47 +0000)]
Initial revision
Karl Heuer [Tue, 8 Mar 1994 22:37:54 +0000 (22:37 +0000)]
Add freebsd.
Richard M. Stallman [Tue, 8 Mar 1994 21:42:39 +0000 (21:42 +0000)]
(indented-text-mode): Run indented-text-mode-hook.
Richard M. Stallman [Tue, 8 Mar 1994 19:02:50 +0000 (19:02 +0000)]
Renamed from mode-clone.el.
All functions renamed.
(define-derived-mode): Renamed from define-mode-clone.
Richard M. Stallman [Tue, 8 Mar 1994 17:43:37 +0000 (17:43 +0000)]
(comint-completion-fignore): New variable.
(comint-dynamic-complete-as-filename): Use it.
Richard M. Stallman [Tue, 8 Mar 1994 17:43:07 +0000 (17:43 +0000)]
(shell-completion-fignore): New variable.
(shell-mode): Use it to set comint-completion-fignore.
(shell-dynamic-complete-as-command): Use it.
Richard M. Stallman [Tue, 8 Mar 1994 16:33:28 +0000 (16:33 +0000)]
(syms_of_undo): staticpro pending_boundary.
(pending_boundary): New variable.
(syms_of_undo): Initialize it.
(Fundo_boundary): Use pending_boundary.
(record_insert, record_delete, record_property_change):
Set pending_boundary.
Roland McGrath [Tue, 8 Mar 1994 06:53:48 +0000 (06:53 +0000)]
(send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before
trying to use fpathconf.
Roland McGrath [Tue, 8 Mar 1994 06:52:58 +0000 (06:52 +0000)]
Add #undef HAVE_FPATHCONF.
Roland McGrath [Tue, 8 Mar 1994 06:51:56 +0000 (06:51 +0000)]
Check for fpathconf.
Roland McGrath [Tue, 8 Mar 1994 06:48:45 +0000 (06:48 +0000)]
(term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
Roland McGrath [Tue, 8 Mar 1994 06:45:43 +0000 (06:45 +0000)]
(term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.
Roland McGrath [Tue, 8 Mar 1994 06:20:26 +0000 (06:20 +0000)]
(term_get_fkeys_data): Variable removed.
(term_get_fkeys_define_1, term_get_fkeys_define): Functions removed.
(term_get_fkeys_address): New variable, to pass arg through condition-case.
(term_get_fkeys): Set that to ADDRESS; just do condition-case around call to
term_get_fkeys_1, ignoring all errors.
(term_get_fkeys_1): New function, containing body of term_get_fkeys.
Don't use term_get_fkeys_define_1; call Fdefine_key directly.
Richard M. Stallman [Tue, 8 Mar 1994 06:20:18 +0000 (06:20 +0000)]
(Fprevious_window, Fnext_window): ALL_FRAMES = visible
means consider only visible frames.
(window_loop): Likewise for FRAMES.
(Fget_buffer_window, Fget_largest_window, Fget_lru_window): Doc fix.
(Fdelete_windows_on): Doc fix.
Richard M. Stallman [Tue, 8 Mar 1994 06:18:49 +0000 (06:18 +0000)]
(next_frame, prev_frame): If MINIBUF is `visible',
consider only visible frames.
(Fnext_frame, Fprevious_frame): Doc fix.
(syms_of_frame): Staticpro Qvisible.
Roland McGrath [Tue, 8 Mar 1994 05:58:50 +0000 (05:58 +0000)]
(etags-list-tags): Check for explicit tag names.
Roland McGrath [Tue, 8 Mar 1994 05:49:24 +0000 (05:49 +0000)]
(etags-tags-completion-table): Let the line number or char pos be empty.
(etags-snarf-tag): Look for line number as well as char pos. Let either be
empty; return both.
(etags-goto-tag-location): Arg also contains line number.
If char pos is nil, use line number.
Richard M. Stallman [Tue, 8 Mar 1994 05:37:15 +0000 (05:37 +0000)]
(Qvisible): Declared.
Richard M. Stallman [Tue, 8 Mar 1994 00:09:03 +0000 (00:09 +0000)]
(Fwindow_width): Doc fix.
Richard M. Stallman [Mon, 7 Mar 1994 23:24:02 +0000 (23:24 +0000)]
entered into RCS
Roland McGrath [Mon, 7 Mar 1994 22:31:48 +0000 (22:31 +0000)]
(compile-reinitialize-errors): Rename first arg from ARGP to REPARSE.
Test only its nilness.
(compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors
instead of ARGP itself.
(next-error): Code broken out into two new functions; call them.
(compilation-next-error-locus): New function; bulk of code from next-error.
Silently skip errors whose source loci are markers in killed buffers.
(compilation-goto-locus): New function, final code from next-error.