]> git.eshelyaron.com Git - emacs.git/log
emacs.git
29 years ago(scroll-bar-drag): Call scroll-bar-drag-1
Karl Heuer [Wed, 31 May 1995 19:39:24 +0000 (19:39 +0000)]
(scroll-bar-drag): Call scroll-bar-drag-1
inside the let.

29 years ago(initial comments): Copyright 1995; don't speak
Karl Heuer [Wed, 31 May 1995 19:30:32 +0000 (19:30 +0000)]
(initial comments): Copyright 1995; don't speak
about setup; correct history for a file that actually IS in
Emacs 19.29; update list of known bugs.
(all functions): inititialize all local variables explicitely to 'nil'.
(ada-font-lock-keywords): initialized according to new user option
`font-lock-maximum-decoration'.

(ada-ident-re): new regexp for Ada identifiers.
(ada-block-start-re): "record" may be preceded by one or more
occurencies of "limited", "abstract", or "tagged".
(ada-end-stmt-re): added "separate" body parts, "else", and
"package <Id> is".
(ada-subprogram-start-re): added "entry", "protected" and
"package body"
(ada-indent-function): handle "elsif" the same way as "if", added
"separate" for no indent.
(ada-get-indent-type): if "type ... is .." is followed by code on
the same line, it is a broken statement. Test it.
(ada-check-defun-name): check for "protected" records.
(ada-goto-matching-decl-start): use of ada-ident-re.
(ada-goto-matching-start): extend regexp for "protected" record.
(ada-in-limit-line): renamed from in-limit-line. Don't use
count-lines, but test if beginning-of-line/end-of-line puts us
to bob/eob.
(ada-goto-previous-nonblank-line): save a beginning-of-line
statement, as we already are there.
(ada-complete-type): removed.
(ada-tabsize): removed.
(keymap): use C-M-a and C-M-e for proc/func movement.  No
keybinding anymore for next/prev-package.
(ada-font-lock-keywords-[1|2]): add protected records. "when" removed
from 'reference'-face.
(initial comments): updated CREDITS list.
(ada-add-ada-menu): capitalized menu entries.  Added menu statement
needed for XEmacs.

changed all Ada94 to Ada95.

(ada-xemacs): new function, detect if we are
running on XEmacs. Ada keymap definition and menus use it.
(ada-create-syntax-table): corrected comments explaining use of 2nd
syntax table.  Added creation of ada-mode-symbol-syntax-table
with '_' as word constituent.
(ada-adjust-case): add test, if symbol is preceeded by a "'".
If true, change case according to ada-case-attribute.
(ada-which-function-are-we-in): new routine. Save name of the current
function in the old buffer; we can place cursor now at the same
function in the new buffer using find-file.
(ada-make-body): new function.  Generates body stubs if the body
did not exist yet and you switch to it by find-file.
(ada-gen-treat-proc): complete rewrite for ada-make-body.
(ada-mode): two doc lines about the above extension.
(keymap definition): remove 4th parameter in call to
`substitute-key-definition' to make XEmacs happy.

(ada-adjust-case-region, ada-move-to-start, ada-move-to-end,
ada-indent-newline-indent, ada-format-paramlist): switch syntax
tables, protect switching of syntax tables with unwind-protect.
(ada-in-open-paren-p): replace user option
`ada-search-paren-line-count-limit' by
`ada-search-paren-char-count-limit'.
(ada-case-attribute): new user option, but not yet the functionality.
(ada-krunch-args): initialized to 0 exploiting the new capability of
'gnatk8' as of gnat-2.0.
(ada-make-filename-from-adaname): remove downcasing and replacement
of dots. This is done in external program gnatk8 (gnat-2.0).
(ada-in-open-paren-p): complete rewrite for speed-up.
(ada-search-ignore-string-comment): ignore # as a string terminator
in all searches.
(ada-add-ada-menu): use real variables instead of t for invoking
'easymenu'
(require 'easymenu).
(imenu-create-ada-index): we accept forward definitions again.
(ada-indent-region): catch errors, simplified code.

29 years ago(LD_SWITCH_SYSTEM): Copied back from s/sol2-3.h;
Karl Heuer [Tue, 30 May 1995 23:32:09 +0000 (23:32 +0000)]
(LD_SWITCH_SYSTEM): Copied back from s/sol2-3.h;
added references to /usr/dt/lib.

29 years agoUse x_includes, not x_libraries, for -I.
Karl Heuer [Tue, 30 May 1995 23:26:56 +0000 (23:26 +0000)]
Use x_includes, not x_libraries, for -I.
Make bitmapdir a colon-separated list.

29 years ago(syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list.
Karl Heuer [Tue, 30 May 1995 23:17:55 +0000 (23:17 +0000)]
(syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list.

29 years ago(emacs-lisp-mode-map): Add a menu.
Karl Heuer [Tue, 30 May 1995 23:07:27 +0000 (23:07 +0000)]
(emacs-lisp-mode-map): Add a menu.
(emacs-lisp-byte-compile): New function.

29 years ago(sh-mode-map): Fix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 23:06:00 +0000 (23:06 +0000)]
(sh-mode-map): Fix capitalization in menu bar.

29 years agoFix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 23:05:08 +0000 (23:05 +0000)]
Fix capitalization in menu bar.

29 years agoFix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 22:59:41 +0000 (22:59 +0000)]
Fix capitalization in menu bar.
(gud-xdb-find-file): Delete duplicate menu-bar entry.

29 years ago(forms--mode-menu-ro, forms--mode-menu-edit): Fix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 22:54:53 +0000 (22:54 +0000)]
(forms--mode-menu-ro, forms--mode-menu-edit): Fix capitalization in menu bar.

29 years agoFix capitalization and punctuation in menu bar.
Karl Heuer [Tue, 30 May 1995 22:48:05 +0000 (22:48 +0000)]
Fix capitalization and punctuation in menu bar.

29 years ago(compilation-mode-map): Fix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 22:42:32 +0000 (22:42 +0000)]
(compilation-mode-map): Fix capitalization in menu bar.

29 years ago(bibtex-mode-map): Fix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 22:37:49 +0000 (22:37 +0000)]
(bibtex-mode-map): Fix capitalization in menu bar.

29 years ago(tar-mode-map): Fix capitalization in menu bar.
Karl Heuer [Tue, 30 May 1995 22:35:28 +0000 (22:35 +0000)]
(tar-mode-map): Fix capitalization in menu bar.

29 years ago(syms_of_editfns): user-login-name renamed from user-name.
Karl Heuer [Tue, 30 May 1995 21:56:32 +0000 (21:56 +0000)]
(syms_of_editfns): user-login-name renamed from user-name.
user-real-login-name renamed from user-real-name.
C names changed to Vuser_real_login_name, Vuser_login_name as well.

29 years agoChange Vuser_real_name to Vuser_real_login_name.
Karl Heuer [Tue, 30 May 1995 21:50:07 +0000 (21:50 +0000)]
Change Vuser_real_name to Vuser_real_login_name.

29 years ago(archive-lemacs): New variable.
Karl Heuer [Tue, 30 May 1995 21:45:22 +0000 (21:45 +0000)]
(archive-lemacs): New variable.
(archive-mode-map, archive-summarize-files): Make it sort-of
work with Lucid Emacs.
(archive-mouse-extract): Use Lucid compatible code.
(archive-summarize-files, archive-lzh-chmod-entry): Guard
lambda with function.

29 years ago(time-stamp): only warn about time-stamping
Karl Heuer [Tue, 30 May 1995 21:20:09 +0000 (21:20 +0000)]
(time-stamp): only warn about time-stamping
being disabled if found a time-stamp that won't get updated.

29 years ago(update_menu_bar): Do update if region display has changed.
Karl Heuer [Tue, 30 May 1995 19:43:26 +0000 (19:43 +0000)]
(update_menu_bar): Do update if region display has changed.

29 years ago(compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines.
Roland McGrath [Tue, 30 May 1995 19:35:59 +0000 (19:35 +0000)]
(compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines.

29 years ago(ediff-setup-control-frame): Make
Karl Heuer [Tue, 30 May 1995 19:20:47 +0000 (19:20 +0000)]
(ediff-setup-control-frame): Make
Ediff delete the old control frame before creating a new one.

29 years ago(x_top_window_to_frame): Don't match menu-bar widget.
Karl Heuer [Tue, 30 May 1995 18:47:11 +0000 (18:47 +0000)]
(x_top_window_to_frame): Don't match menu-bar widget.

(x_window): Use applicationShellWidgetClass,
not topLevelShellWidgetClass.  Call lw_set_main_areas after
creating the menubar widget.

29 years ago(set_frame_menubar): Always call update_frame_menubar.
Karl Heuer [Tue, 30 May 1995 18:46:49 +0000 (18:46 +0000)]
(set_frame_menubar): Always call update_frame_menubar.

29 years ago(update_menu_bar): Reverse test of save_match_data.
Karl Heuer [Tue, 30 May 1995 18:46:24 +0000 (18:46 +0000)]
(update_menu_bar): Reverse test of save_match_data.

29 years ago(frame-configuration-p): Moved here from frame.el.
Karl Heuer [Tue, 30 May 1995 18:39:33 +0000 (18:39 +0000)]
(frame-configuration-p): Moved here from frame.el.

29 years ago(frame-configuration-p): Moved to subr.el.
Karl Heuer [Tue, 30 May 1995 18:39:22 +0000 (18:39 +0000)]
(frame-configuration-p): Moved to subr.el.

29 years ago(facemenu-special-menu): Use characters, not symbols.
Karl Heuer [Tue, 30 May 1995 18:31:00 +0000 (18:31 +0000)]
(facemenu-special-menu): Use characters, not symbols.
Add Remove Special menu item.
(facemenu-remove-special): New function.
(facemenu-set-face-from-menu): If prefix arg, treat region as inactive.
(facemenu-set-face): Likewise.
(facemenu-keymap, facemenu-foreground-menu, facemenu-background-menu):
Add ... after Other.
(facemenu-menu): Change name to Text Properties.

(facemenu-remove-really-all): New function.
(facemenu-special-menu): Add Remove All menu item.
(facemenu-indentation-menu): Make item names clearer.
Pick new key names too.

(facemenu-menu): Split up definition.
Move `Remove All' item here.
(facemenu-special-menu): Delete `Remove All' item.
(facemenu-remove-all): Renamed from facemenu-remove-really-all.
(facemenu-remove-props): Renamed from facemenu-remove-all.

29 years agoComment fix.
Karl Heuer [Tue, 30 May 1995 18:21:01 +0000 (18:21 +0000)]
Comment fix.

29 years ago(make-initial-minibuffer-frame): New function.
Karl Heuer [Tue, 30 May 1995 06:54:44 +0000 (06:54 +0000)]
(make-initial-minibuffer-frame): New function.
(frame-notice-user-settings): Call it.

29 years ago(Fx_create_frame): Pass new arg to make_frame_without_minibuffer.
Karl Heuer [Tue, 30 May 1995 06:53:25 +0000 (06:53 +0000)]
(Fx_create_frame): Pass new arg to make_frame_without_minibuffer.

29 years ago(make_frame_without_minibuffer): New arg DISPLAY.
Karl Heuer [Tue, 30 May 1995 06:53:08 +0000 (06:53 +0000)]
(make_frame_without_minibuffer): New arg DISPLAY.
If there's no minibuffer frame to use, create one.

29 years ago(Man-default-man-entry): Return result.
Karl Heuer [Tue, 30 May 1995 05:07:52 +0000 (05:07 +0000)]
(Man-default-man-entry): Return result.

29 years ago(Frandom): Use EMACS_INT, not int.
Karl Heuer [Tue, 30 May 1995 03:15:27 +0000 (03:15 +0000)]
(Frandom): Use EMACS_INT, not int.
Use NULL, not 0, as arg of `time'.

29 years ago(make_lispy_event, make_lispy_movement):
Karl Heuer [Mon, 29 May 1995 21:04:07 +0000 (21:04 +0000)]
(make_lispy_event, make_lispy_movement):
Use NULL, not 0, as arg of pixel_to_glyph_coords.

29 years ago(Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords.
Karl Heuer [Mon, 29 May 1995 21:03:47 +0000 (21:03 +0000)]
(Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords.

29 years agoDeclare x_get_focus_frame.
Karl Heuer [Mon, 29 May 1995 20:54:22 +0000 (20:54 +0000)]
Declare x_get_focus_frame.

29 years ago(gud-perldb-find-file): Use gud-make-debug-menu.
Karl Heuer [Mon, 29 May 1995 20:16:10 +0000 (20:16 +0000)]
(gud-perldb-find-file): Use gud-make-debug-menu.

29 years ago(gud-perldb-massage-args): Pass `-emacs' after the file name.
Karl Heuer [Mon, 29 May 1995 20:13:06 +0000 (20:13 +0000)]
(gud-perldb-massage-args): Pass `-emacs' after the file name.

29 years ago(gud-make-debug-menu): New function.
Karl Heuer [Mon, 29 May 1995 20:10:58 +0000 (20:10 +0000)]
(gud-make-debug-menu): New function.
(gud-mode, gud-gdb-find-file, gud-dbx-find-file, gud-sdb-find-file)
(gud-xdb-find-file): Use gud-make-debug-menu.

29 years ago(dired-mode-map): Rename menubar bindings and use the
Karl Heuer [Mon, 29 May 1995 20:08:11 +0000 (20:08 +0000)]
(dired-mode-map): Rename menubar bindings and use the
new function names `dired-do-query-replace' and `dired-do-search'.

29 years ago(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events
Karl Heuer [Mon, 29 May 1995 20:04:22 +0000 (20:04 +0000)]
(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events
to the toolkit.

29 years ago(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
Karl Heuer [Mon, 29 May 1995 20:02:00 +0000 (20:02 +0000)]
(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.

29 years agoAllow x_libraries and x_includes to be paths.
Karl Heuer [Mon, 29 May 1995 19:52:41 +0000 (19:52 +0000)]
Allow x_libraries and x_includes to be paths.

29 years ago(x_term_init): Block input during this function.
Karl Heuer [Mon, 29 May 1995 19:49:52 +0000 (19:49 +0000)]
(x_term_init): Block input during this function.

29 years ago(find-dired): If dired-simple-subdir-alist is not
Karl Heuer [Mon, 29 May 1995 19:46:24 +0000 (19:46 +0000)]
(find-dired): If dired-simple-subdir-alist is not
defined, set dired-subdir-alist a different way.
(find-dired-version): Variable deleted.

29 years ago(after-revert-hook, before-revert-hook): Add defvars.
Karl Heuer [Mon, 29 May 1995 19:42:42 +0000 (19:42 +0000)]
(after-revert-hook, before-revert-hook): Add defvars.

29 years ago(x_term_init): Call init_sigio only if interrupt_input.
Karl Heuer [Mon, 29 May 1995 19:41:18 +0000 (19:41 +0000)]
(x_term_init): Call init_sigio only if interrupt_input.

29 years ago(Fset_input_mode): When read_socket_hook, ignore
Karl Heuer [Mon, 29 May 1995 19:40:47 +0000 (19:40 +0000)]
(Fset_input_mode): When read_socket_hook, ignore
what the user specified, and set interrupt_input in the preferred
way for this system.

29 years ago* etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
Francesco Potortì [Mon, 29 May 1995 16:49:24 +0000 (16:49 +0000)]
* etags.c (etags_getcwd): Undo the /bin/pwd change.  It may raise
   compatibility problems.

29 years ago* man.el (Man-init-defvars): Don't remove lines containing
Francesco Potortì [Mon, 29 May 1995 13:20:51 +0000 (13:20 +0000)]
* man.el (Man-init-defvars): Don't remove lines containing
"No such file or directory".
eof

29 years ago* etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
Francesco Potortì [Mon, 29 May 1995 12:40:25 +0000 (12:40 +0000)]
* etags.c (etags_getcwd): Undo the /bin/pwd change.  It may raise
compatibility problems.

29 years ago(x_set_frame_parameters): Pass -1 to x_set_offset.
Karl Heuer [Mon, 29 May 1995 07:27:50 +0000 (07:27 +0000)]
(x_set_frame_parameters): Pass -1 to x_set_offset.

29 years ago(x_set_offset): Distinguish CHANGE_GRAVITY < 0 case.
Karl Heuer [Mon, 29 May 1995 07:27:09 +0000 (07:27 +0000)]
(x_set_offset): Distinguish CHANGE_GRAVITY < 0 case.

29 years ago(Drag): Do nothing unless menu.popped_up field is set.
Karl Heuer [Mon, 29 May 1995 07:16:27 +0000 (07:16 +0000)]
(Drag): Do nothing unless menu.popped_up field is set.

29 years ago(x_report_frame_params): Report top and left
Karl Heuer [Mon, 29 May 1995 07:12:58 +0000 (07:12 +0000)]
(x_report_frame_params): Report top and left
in a way that represents negative offsets correctly.

29 years ago(mail-extr-all-letters-but-separators): reinstate
Karl Heuer [Mon, 29 May 1995 07:07:40 +0000 (07:07 +0000)]
(mail-extr-all-letters-but-separators): reinstate
\377, the bug in search.c is apparently gone.
(mail-extr-first-letters): add 8-bit characters
(mail-extr-last-letters): ditto

29 years ago(vc-revert-buffer1): Delete the special code for font-lock.
Karl Heuer [Mon, 29 May 1995 07:00:06 +0000 (07:00 +0000)]
(vc-revert-buffer1): Delete the special code for font-lock.

29 years ago(font-lock-revert-cleanup): Always turn font lock on.
Karl Heuer [Mon, 29 May 1995 06:59:49 +0000 (06:59 +0000)]
(font-lock-revert-cleanup): Always turn font lock on.
(font-lock-mode): When turning mode off, always take out
the revert hooks.

29 years ago(revert-buffer): Save after-revert-hook (both local and
Karl Heuer [Mon, 29 May 1995 06:59:26 +0000 (06:59 +0000)]
(revert-buffer): Save after-revert-hook (both local and
global values) before reverting, and run the saved values at the end.

29 years ago(find-file-noselect): In "file changed" messages,
Karl Heuer [Mon, 29 May 1995 06:54:09 +0000 (06:54 +0000)]
(find-file-noselect): In "file changed" messages,
mention buffer name if different from file name.

29 years ago(COFF): Define.
Karl Heuer [Mon, 29 May 1995 06:36:12 +0000 (06:36 +0000)]
(COFF): Define.

29 years ago(LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
Karl Heuer [Mon, 29 May 1995 06:35:55 +0000 (06:35 +0000)]
(LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
(r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC,
!_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.

29 years ago(ediff-setup-control-frame): Use
Karl Heuer [Mon, 29 May 1995 06:27:50 +0000 (06:27 +0000)]
(ediff-setup-control-frame): Use
designated-minibuffer-frame while making the new frame.
And delete the old frame if its minibuffer is not in that frame.
(ediff-setup-windows-multiframe-compare)
(ediff-setup-windows-multiframe-merge): Don't mess with
default-minibuffer-frame here and don't kill the old control frame.

29 years ago(ediff-setup): Don't make default-minibuffer-frame
Karl Heuer [Mon, 29 May 1995 06:27:18 +0000 (06:27 +0000)]
(ediff-setup): Don't make default-minibuffer-frame
a buffer-local variable.

29 years ago(dabbrev--abbrev-at-point): If point is after
Karl Heuer [Mon, 29 May 1995 06:22:40 +0000 (06:22 +0000)]
(dabbrev--abbrev-at-point): If point is after
a separator, move back to previous abbreviation.
(dabbrev-expand): New feature--if you insert a space and
call this command again, it always fetches consecutive words
after the expansion that was found for the actual abbrev.

29 years ago(indent-for-comment): move to beginning of line only
Karl Heuer [Mon, 29 May 1995 06:19:46 +0000 (06:19 +0000)]
(indent-for-comment): move to beginning of line only
if there is a comment syntax.

29 years ago(at_endline_loc_p): Use 0, not NULL, in ?: for next_next.
Karl Heuer [Mon, 29 May 1995 06:15:30 +0000 (06:15 +0000)]
(at_endline_loc_p): Use 0, not NULL, in ?: for next_next.

29 years ago(describe_vector): New arg entire_map.
Karl Heuer [Mon, 29 May 1995 06:07:34 +0000 (06:07 +0000)]
(describe_vector): New arg entire_map.
Don't show bindings shadowed earlier on in the same map.
(Fdescribe_vector, describe_map): Pass new arg.

29 years ago(describe_syntax_1): Pass new arg to describe_vector.
Karl Heuer [Mon, 29 May 1995 06:07:10 +0000 (06:07 +0000)]
(describe_syntax_1): Pass new arg to describe_vector.

29 years ago(redisplay_window): Don't use try_window_id if
Karl Heuer [Mon, 29 May 1995 04:44:28 +0000 (04:44 +0000)]
(redisplay_window): Don't use try_window_id if
newline has a display table entry.

29 years ago(dired-find-buffer-nocreate): Check only buffers in
Karl Heuer [Mon, 29 May 1995 04:36:26 +0000 (04:36 +0000)]
(dired-find-buffer-nocreate): Check only buffers in
dired-buffers instead of all buffers in (buffer-list).

29 years ago(isearch-edit-string): Don't bind isearch-other-end.
Karl Heuer [Mon, 29 May 1995 04:12:46 +0000 (04:12 +0000)]
(isearch-edit-string): Don't bind isearch-other-end.

29 years ago(update_menu_bar): Call set_frame_menubar with proper buffer current.
Karl Heuer [Mon, 29 May 1995 04:05:18 +0000 (04:05 +0000)]
(update_menu_bar): Call set_frame_menubar with proper buffer current.

29 years ago(21064:Windows_NT:50:3): New case.
Richard Kenner [Sun, 28 May 1995 22:53:22 +0000 (22:53 +0000)]
(21064:Windows_NT:50:3): New case.

29 years agoAdd carriage returns; necessary for batch files on Win95
Geoff Voelker [Sun, 28 May 1995 02:18:09 +0000 (02:18 +0000)]
Add carriage returns; necessary for batch files on Win95

29 years ago(VFORK_RETURN_TYPE): Moved to s/sol2-3.h.
Karl Heuer [Sat, 27 May 1995 01:08:20 +0000 (01:08 +0000)]
(VFORK_RETURN_TYPE): Moved to s/sol2-3.h.

29 years ago(VFORK_RETURN_TYPE): Moved here from s/sol2-4.h.
Karl Heuer [Sat, 27 May 1995 01:08:00 +0000 (01:08 +0000)]
(VFORK_RETURN_TYPE): Moved here from s/sol2-4.h.

29 years ago(send-mail-function, mail): Doc fixes.
Karl Heuer [Sat, 27 May 1995 00:48:24 +0000 (00:48 +0000)]
(send-mail-function, mail): Doc fixes.

29 years ago(x_window): Call initialize_frame_menubar
Karl Heuer [Sat, 27 May 1995 00:46:13 +0000 (00:46 +0000)]
(x_window): Call initialize_frame_menubar
near the end, after UNBLOCK_INPUT.

29 years ago(previous-matching-history-element):
Karl Heuer [Sat, 27 May 1995 00:40:31 +0000 (00:40 +0000)]
(previous-matching-history-element):
No longer remove empty string from history.
Better error message if history is empty.

29 years ago(gud-gdb-marker-regexp): New var. Use path-separator.
Karl Heuer [Sat, 27 May 1995 00:36:36 +0000 (00:36 +0000)]
(gud-gdb-marker-regexp): New var.  Use path-separator.

29 years ago(Info-directory-list): Use path-separator.
Karl Heuer [Sat, 27 May 1995 00:36:25 +0000 (00:36 +0000)]
(Info-directory-list): Use path-separator.

29 years ago(vc-log-info): Use path-separator.
Karl Heuer [Sat, 27 May 1995 00:36:04 +0000 (00:36 +0000)]
(vc-log-info): Use path-separator.

29 years ago(etags_getcwd): Don't use #elif.
Karl Heuer [Sat, 27 May 1995 00:26:00 +0000 (00:26 +0000)]
(etags_getcwd): Don't use #elif.
Have just one function body.

29 years ago(ispell-message-text-end): Match start of forwarded msg.
Karl Heuer [Sat, 27 May 1995 00:22:53 +0000 (00:22 +0000)]
(ispell-message-text-end): Match start of forwarded msg.

29 years ago(init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.
Geoff Voelker [Sat, 27 May 1995 00:19:05 +0000 (00:19 +0000)]
(init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.

29 years ago(popup_get_selection): Force deactivation if key pressed.
Karl Heuer [Fri, 26 May 1995 22:47:07 +0000 (22:47 +0000)]
(popup_get_selection): Force deactivation if key pressed.
New arg `id'.
(xdialog_show, xmenu_show): Pass new arg to popup_get_selection.

29 years ago(XTread_socket): Don't call popup_get_selection here.
Karl Heuer [Fri, 26 May 1995 22:46:36 +0000 (22:46 +0000)]
(XTread_socket): Don't call popup_get_selection here.

29 years ago(NULL): Use explicit cast.
Karl Heuer [Fri, 26 May 1995 22:35:10 +0000 (22:35 +0000)]
(NULL): Use explicit cast.

29 years ago(VFORK_RETURN_TYPE): Use int if not already defined.
Karl Heuer [Fri, 26 May 1995 22:10:20 +0000 (22:10 +0000)]
(VFORK_RETURN_TYPE): Use int if not already defined.
(vfork): Declare the return type.

29 years agoMove #undef HAVE_VFORK to s/sol2-3.h.
Karl Heuer [Fri, 26 May 1995 22:07:55 +0000 (22:07 +0000)]
Move #undef HAVE_VFORK to s/sol2-3.h.
Define VFORK_RETURN_TYPE.

29 years agoAdd #undef HAVE_VFORK.
Karl Heuer [Fri, 26 May 1995 22:06:59 +0000 (22:06 +0000)]
Add #undef HAVE_VFORK.

29 years ago(x_consider_frame_title): Use FRAME_KBOARD.
Karl Heuer [Fri, 26 May 1995 21:54:20 +0000 (21:54 +0000)]
(x_consider_frame_title): Use FRAME_KBOARD.

29 years ago(command-line): Handle nil command-line-args.
Geoff Voelker [Fri, 26 May 1995 20:11:39 +0000 (20:11 +0000)]
(command-line): Handle nil command-line-args.

29 years agoInitial revision
Geoff Voelker [Fri, 26 May 1995 18:56:09 +0000 (18:56 +0000)]
Initial revision

29 years ago(compilation-error-regexp-alist): In "IBM C/C++ Tools" regexp, disallow
Roland McGrath [Fri, 26 May 1995 16:24:57 +0000 (16:24 +0000)]
(compilation-error-regexp-alist): In "IBM C/C++ Tools" regexp, disallow
leading spaces and disallow whitespace chars within the file name.

29 years ago(get_data_region_base): Undefined.
Geoff Voelker [Fri, 26 May 1995 05:28:13 +0000 (05:28 +0000)]
(get_data_region_base): Undefined.
(get_reserved_heap_size): Use reserved_heap_size.
(reserved_heap_size): Declared.

29 years ago(reserved_heap_size,allocate_heap): Defined.
Geoff Voelker [Fri, 26 May 1995 05:27:52 +0000 (05:27 +0000)]
(reserved_heap_size,allocate_heap): Defined.
(sbrk): Use allocate_heap.

29 years ago(set_terminal_modes): Set cursor size appropriate for Win95.
Geoff Voelker [Fri, 26 May 1995 05:26:51 +0000 (05:26 +0000)]
(set_terminal_modes): Set cursor size appropriate for Win95.
(write_glyphs): Don't memset attrs, which is a word array.

29 years ago(configuration_buffer): Increase size.
Geoff Voelker [Fri, 26 May 1995 05:26:17 +0000 (05:26 +0000)]
(configuration_buffer): Increase size.
(get_emacs_configuration) [WINDOWS95]: Use appropriate string.
(prepare_standard_handles) [WINDOWS95]: Disable subprocesses.
(reset_standard_handles): Check error number on failure.