Roland McGrath
6d0dbbaf3e
[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
1996-07-08 04:31:52 +00:00
Karl Heuer
639829447f
(mouse-major-mode-menu-1): Always return just a keymap;
...
never (STRING . KEYMAP).
(mouse-major-mode-menu): Discard the `keymap' from the front of
the keymap we get from mouse-major-mode-menu-1.
Construct the menu name string from major-mode.
1996-07-08 00:17:35 +00:00
Karl Heuer
9d02faa7aa
(timezone-parse-date): Fix previous change.
1996-07-08 00:08:49 +00:00
Michael I. Bushnell
2abc0cca88
Enable use of ncurses library cleanly.
1996-07-07 23:51:01 +00:00
Karl Heuer
0d7ed72012
Undo previous change.
1996-07-07 23:00:30 +00:00
Karl Heuer
aaca4aca35
Undo previous change.
...
(XTread_socket): Better way to avoid sending toolkit-specific
events to Emacs.
1996-07-07 22:58:51 +00:00
Karl Heuer
1062400578
(popup_get_selection): For a ButtonRelease on the proper
...
display, don't queue it, and always deactivate the menu.
1996-07-07 22:46:15 +00:00
Karl Heuer
3c8feb4a20
(IT_menu_display): Display control characters as ^X.
...
(XMenuAddPane, XMenuAddSelection): Adjust menu width for control
characters (displayed as ^X).
1996-07-07 22:40:53 +00:00
Karl Heuer
33d5e9cc8f
(file_name_completion): Set `stat' flags to avoid
...
computing expensive fields in struct stat (makes filename
completion much faster).
1996-07-07 22:37:17 +00:00
Karl Heuer
34ead71a13
(Fcopy_file): Use st_ino under DJGPP v2 and later to
...
prevent copying file into itself.
(check_executable): DJGPP v2 `stat' doesn't need to be augmented
in case of executable files.
(Ffile_modes): Use `stat' results as is in DJGPP v2 and later.
1996-07-07 22:36:38 +00:00
Karl Heuer
ac8da9507a
(gud-irix-p): Exclude Irix6.1 up.
...
(gud-dbx-use-stopformat-p): New variable.
(dbx): Use it to send $stopformat for Irix6.
(gud-irixdbx-marker-filter): Cast $curline to int, not long (see
added comments).
(dbx): Likewise.
1996-07-07 22:29:37 +00:00
Karl Heuer
a5ef3fecf0
Initial revision
1996-07-07 22:25:11 +00:00
Karl Heuer
610d39ebff
Split bsdos2 and bsdos2-1.
1996-07-07 22:22:17 +00:00
Karl Heuer
a97592dd6b
(ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.
1996-07-07 17:35:32 +00:00
Karl Heuer
45a870d9f0
(ps-article-subject): Don't die if no subject header.
1996-07-07 17:30:04 +00:00
Doug Evans
906628ef8f
Recognize rtems as an o/s.
1996-07-07 17:26:50 +00:00
Miles Bader
e2643e3e87
(dostounix_filename): On caseless filesystems, downcase the filename.
...
(unixtodos_filename): Downcase the drive letter.
(init_environment): Downcase the pathnames in the environment only when
running on caseless filesystems.
1996-07-07 01:59:51 +00:00
Miles Bader
f54b565c87
(DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.
1996-07-07 01:59:35 +00:00
Miles Bader
1bcd16f2c1
(x_set_mouse_pixel_position): Adjust coords by frame position.
...
(x_set_mouse_position): Call x_set_mouse_pixel_position.
1996-07-07 01:59:28 +00:00
Miles Bader
5162ffce81
(normalize_filename): Always lower-case drive letters, even on systems
...
that preserve case in filenames.
(sys_rename): Do not delete newname if only changing case. On Windows
95, use our version of mktemp (not the MSVC version) and give
the temp name a long extension to ensure the final rename works
as expected.
1996-07-07 01:59:24 +00:00
Miles Bader
ac4c237c27
(timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
...
thing with them.
1996-07-07 01:59:20 +00:00
Miles Bader
98aac09d3a
(mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
...
(mouse-undouble-last-event): New function.
(mouse-show-mark): Call mouse-undouble-last-event.
1996-07-07 01:59:10 +00:00
Miles Bader
b644513511
(tar-mode-map): Bind up and down like C-p, C-n.
1996-07-07 01:59:04 +00:00
Erik Naggum
e810675add
(insert-directory): Fix previous change.
1996-07-07 01:07:32 +00:00
Miles Bader
6f89d28ab4
(Fcall_process) [MSDOS]:
...
Initialize fd[0]; unlink `tempfile' in case of errors.
Make the `tempfile' parameter passed to `report_file_error' be a Lisp string.
(Fcall_process):
When fd_error is negative, don't close fd[0] if it's same as filefd.
If stderr is redirected to NULL_DEVICE, make `report_file_error' print the
name of device. Make the arguments a cons cell.
1996-07-06 20:02:39 +00:00
Miles Bader
f3e9aa2d38
(Fvertical_motion): Doc fix.
1996-07-06 20:02:35 +00:00
Lars Magne Ingebrigtsen
1015b9255d
Wrongly places parens.
1996-07-06 02:09:31 +00:00
Lars Magne Ingebrigtsen
211f2f722b
* gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
...
byte-compilation doesn't bug out.
1996-07-06 02:05:22 +00:00
Simon Marshall
007a03bfc8
Removed debug code.
1996-07-05 13:35:41 +00:00
Miles Bader
31a5333fd0
(newline): Don't do the optimization if the newline before point is
...
intangible or read-only or invisible.
1996-07-04 18:55:49 +00:00
Miles Bader
f5bdf293d7
Declare lw_motif_menu_related_event_p.
1996-07-04 05:59:23 +00:00
Miles Bader
0e43e01452
(lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.
1996-07-04 05:50:07 +00:00
Miles Bader
7f76dcc0ad
(lw_motif_menu_related_event_p): A predicate to identify keyboard events
...
intended only for menus.
1996-07-04 05:46:24 +00:00
Miles Bader
d7e4738238
Declare lw_toolkit_related_event_p.
1996-07-04 05:46:22 +00:00
Miles Bader
b40f815a56
(XTread_socket): Use lw_tookit_related_event_p to avoid sending
...
toolkit-specific events to Emacs.
1996-07-04 05:46:05 +00:00
Miles Bader
0a5c0893bd
(unfocus-frame, focus-frame): Define as no-ops.
1996-07-04 05:45:59 +00:00
Miles Bader
a24c42f7ff
(scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
...
semicolons.
1996-07-04 05:45:55 +00:00
Miles Bader
e56a043b86
(lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
...
semicolons.
1996-07-04 05:45:50 +00:00
Miles Bader
51a2264fb5
(insert-directory): When converting SWITCHES string to a list, put back
...
in original order.
1996-07-04 05:45:38 +00:00
Miles Bader
52a2a9c397
(smtpmail-send-it): Ignore To:' if there is a Resent-to':.
1996-07-04 05:45:33 +00:00
Lars Magne Ingebrigtsen
22e46c6555
Would infloop under certain conditions.
1996-07-04 04:16:24 +00:00
Mike Stump
a9ddf1e8cc
formatting tweaks
1996-07-03 23:05:19 +00:00
Miles Bader
5eb976147c
(using-unix-filesystems): Doc fix.
1996-07-03 02:05:46 +00:00
Miles Bader
cbd1aee2b1
(main) [HAVE_SOCKETS]: Call rewind before writing to infile.
1996-07-03 02:05:29 +00:00
Miles Bader
c71437cfe9
Major rewrite.
1996-07-03 01:30:24 +00:00
Lars Magne Ingebrigtsen
ccbf998d92
* gnus-cache.el (gnus-cache-possibly-alter-active): Check for
...
gnus-cache-active-hashtb before using it.
1996-07-02 23:37:45 +00:00
Miles Bader
b443ba9a00
(msdos_downcase_filename):
...
Always lower-case drive letters, even on systems that preserve case in
filenames.
1996-07-02 16:27:07 +00:00
Miles Bader
837ee038c5
(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
1996-07-02 16:25:58 +00:00
Miles Bader
afcaa5036f
Delete spurious period from last change.
1996-07-02 16:25:41 +00:00
Miles Bader
996b804dde
(x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.
1996-07-02 16:25:19 +00:00