1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

15598 Commits

Author SHA1 Message Date
Karl Heuer
d5c847bb69 (mouse-drag-region): Cope if stop-point is nil.
(mouse-major-mode-menu-compute-equiv-keys): Deleted.
(mouse-major-mode-menu-1): Copy the top levels of structure,
if we use all of MENUBAR.
Set mouse-major-mode-menu-prefix.
(mouse-major-mode-menu): Total rewrite.
1996-07-11 23:35:37 +00:00
Karl Heuer
cd837fee27 Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3 1996-07-11 23:32:29 +00:00
Karl Heuer
c99948debc Initial revision 1996-07-11 23:29:54 +00:00
Karl Heuer
7723570dc0 (XTread_socket): Add #ifdef for previous change. 1996-07-11 23:24:03 +00:00
Karl Heuer
54158e68b2 (syms_of_buffer): Doc fix. 1996-07-11 23:17:56 +00:00
Karl Heuer
af6fb89dbb (bibtex-reference-head): Allow spaces and tabs between
opening brace or paren and key.  Simplify regexp.
(bibtex-type-in-head, bibtex-key-in-head): Decrement.
(bibtex-mode): Use new function run-with-idle-timer instead of
auto-save-hook for periodically parsing keys.
(bibtex-mode-syntax-table, bibtex-autokey-name-change-strings,
bibtex-autokey-titleword-change-strings): Support non-escaped
double-quoted characters (as with german styles).
(bibtex-field-string-quoted): Disallow lines like
author = "Stefan Sch"of"
until BibTeX supports them.
1996-07-11 23:13:33 +00:00
Karl Heuer
d6f8129433 Undo previous change. 1996-07-10 13:47:24 +00:00
Roland McGrath
48afdd4400 [_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
weak_symbol macro after.
1996-07-09 09:10:39 +00:00
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