1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 07:11:38 -07:00
Commit graph

35771 commits

Author SHA1 Message Date
Gerd Moellmann
d4ae91d2ce (Fsingle_key_description): Replace a build_string with
a make_multibyte_string.  From Kenichi Handa <handa@etl.go.jp>.
2001-05-16 10:49:21 +00:00
Gerd Moellmann
502522b280 (auto-coding-regexp-alist): New user-option.
(auto-coding-from-file-contents): New function.
(set-auto-coding): Use it to determine a coding system.
2001-05-16 10:36:54 +00:00
Gerd Moellmann
dbcf3c03ca (Ffontset_info): Check that face is non-null
before accessing its fields.
2001-05-16 10:18:36 +00:00
Gerd Moellmann
18a0a39e97 *** empty log message *** 2001-05-15 13:38:23 +00:00
Gerd Moellmann
2cf066c38e (read_key_sequence): Prevent generating a fake
prefix key twice.
2001-05-15 13:37:45 +00:00
Gerd Moellmann
5925bb84c9 (mouse-delete-other-windows): Doc fix. 2001-05-15 13:16:59 +00:00
Gerd Moellmann
7644c6054b *** empty log message *** 2001-05-15 12:23:56 +00:00
Gerd Moellmann
5408c14970 (lisp-mode): Make
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.
2001-05-15 11:52:10 +00:00
Andrew Choi
fa0b4c1479 * src/Emacs.r: Change About box message.
* makefile.MPW: Add md5.c.x to EmacsObjects.

        * src/mac.c (select): Call WaitNextEvent instead of Delay.
        (pause): Ditto.
        (sleep): Ditto.

        * src/macterm.c (do_app_resume): Set cursor to arrow.
        (clear_mouse_face): check for NIL Lisp object instead of null
        pointer.

        * INSTALL: Delete note on compiling Lisp files on a Unix system.
        Add note on turning off end of line conversion.
2001-05-15 11:08:46 +00:00
Gerd Moellmann
e335b66af5 *** empty log message *** 2001-05-15 10:42:45 +00:00
Gerd Moellmann
d5188d8c0c (split_font_name): Handle `[...]' for the right
font name fields.
2001-05-15 10:42:18 +00:00
Gerd Moellmann
8a1ae4dd2a (ccl_driver): Don't copy remaining bytes in case
of CCL_STAT_INVALID_CMD.
2001-05-15 10:39:45 +00:00
Stefan Monnier
3356884957 (Fdefvar): Only record (defvar <var>) in the load-history
in <var> has no default value yet.
2001-05-14 20:53:03 +00:00
Eli Zaretskii
940cf42ecb (elp-instrument-package): Don't allow empty prefixes. 2001-05-14 17:52:12 +00:00
Gerd Moellmann
f4500bec23 Copy texinfo.tex unconditionally. 2001-05-14 16:57:37 +00:00
Gerd Moellmann
58e5af83c9 (note_mouse_highlight): Avoid changing the mouse
pointer shape when show_mouse_face has already done it.
2001-05-14 14:56:23 +00:00
Stefan Monnier
3cf80731c1 (try_alternative_families): First try the FAMILY.
And if nothing is found in the end, try again with scalable fonts.
(try_font_list): Let try_alternative_families do a bit more of
the work.  Only use FAMILY if it is not nil.
(syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.
2001-05-14 13:35:09 +00:00
Gerd Moellmann
557f7c34d9 *** empty log message *** 2001-05-14 13:18:04 +00:00
Gerd Moellmann
48f56596d5 (hexl-current-address): Print a message when called
interactively.
2001-05-14 13:17:30 +00:00
Gerd Moellmann
98fedd9707 (x_draw_glyphs): Fix compuation of rightmost x for
full-width rows.
2001-05-14 13:03:23 +00:00
Francesco Potortì
fa82947011 Small etags.c and etags.1 changes. 2001-05-14 12:58:29 +00:00
Francesco Potortì
7e88eb250e (add_regex): Reset the whole newly allocated pattern buffer instead of
the individual members.  It's safer and works with Xemacs.
2001-05-14 12:57:11 +00:00
Francesco Potortì
2e98c9c87f Markups corrected. 2001-05-14 12:53:48 +00:00
Gerd Moellmann
7b16a6bf07 (split_font_name): Make sure to leave the loop
with the right value of `i'.
2001-05-14 12:46:39 +00:00
Gerd Moellmann
933b024954 (split_font_name): Handle matrix transformations
in the pixel and point size fields of XLFD font names.
(xlfd_point_size): Likewise.
(xlfd_point_size): Likewise.
2001-05-14 12:25:46 +00:00
Gerd Moellmann
2c82595666 *** empty log message *** 2001-05-14 09:53:34 +00:00
Eli Zaretskii
cb14bebd49 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann. 2001-05-14 06:55:22 +00:00
Andrew Innes
4b994b8418 Add copyright notice. 2001-05-13 21:54:56 +00:00
Richard M. Stallman
505b55e6dc Clarify `p' commands again. 2001-05-13 02:33:29 +00:00
Eli Zaretskii
c7501041bb (w32_to_x_font): Change prototype to fit the declaration.
(x_to_w32_font): Add prototype.
2001-05-12 11:03:51 +00:00
Eli Zaretskii
7689ef0b8a (malloc, realloc, free) [emacs]: Undefine before
redefining, to avoid compiler warnings.
2001-05-12 10:54:10 +00:00
Eli Zaretskii
e7c15bba65 Include syssignal.h, to avoid compiler warnings. 2001-05-12 10:51:09 +00:00
Eli Zaretskii
dddcbf0021 (search_file_line, set_bdf_font_info, seek_char)
(w32_get_bdf_glyph): Cast between unsigned char and char when
passing arguments to subroutines, to shut up compiler warnings.
(w32_get_bdf_glyph): Don't mix signed and unsigned when calling
GET_HEX_VAL.
2001-05-12 10:05:39 +00:00
Eli Zaretskii
9763806e32 Include keyboard.h before frame.h, not after it. 2001-05-12 09:53:59 +00:00
Eli Zaretskii
87a43646b6 Include keyboard.h before frame.h. 2001-05-12 09:52:18 +00:00
Eli Zaretskii
9f21c5a276 (struct image, struct face): Forward declaration, to avoid compiler warnings. 2001-05-12 09:50:14 +00:00
Stefan Monnier
14d9b14128 *** empty log message *** 2001-05-11 22:43:04 +00:00
Stefan Monnier
e5ef2f5cae (gud-jdb-build-source-files-list): Fix paren typo. 2001-05-11 22:24:40 +00:00
Stefan Monnier
fa443ddfd6 (cvs-mode-map): Don't rebind `undo'. 2001-05-11 20:50:37 +00:00
Stefan Monnier
f76c278bfd Remove $Log$. 2001-05-11 20:42:58 +00:00
Stefan Monnier
558371ba97 Docstring fixes. 2001-05-11 20:33:15 +00:00
Stefan Monnier
5c6d31a48f (auto-mode-alist): Add *.perl and fix the *.<rev> case. 2001-05-11 20:22:46 +00:00
Stefan Monnier
7b2654b53a *** empty log message *** 2001-05-11 19:45:28 +00:00
Gerd Moellmann
47e7286215 *** empty log message *** 2001-05-11 16:10:58 +00:00
Gerd Moellmann
2dc00208f2 (read_key_sequence): Don't modify events when
generating fake prefix keys (mode-line, scroll-bar, ...) since
this prevents proper processing of such events when pushed back
into unread-command-events.
2001-05-11 16:10:29 +00:00
Gerd Moellmann
752ef2545d (command-line): If parameters have been changed in
the init files which influence font selection, clear the face
cache so that faces get realized with the new parameters.
2001-05-11 15:12:08 +00:00
Gerd Moellmann
dd5f324b3c (clear_mouse_face): Remove prototype. 2001-05-11 15:11:45 +00:00
Gerd Moellmann
fa262c0722 (clear_mouse_face): Return 1 if text with mouse face was
actually redrawn.  Make the function static.
(note_mouse_highlight): Fix a case where the mouse cursor
was changed back to the text cursor.
2001-05-11 15:10:44 +00:00
Gerd Moellmann
d88a79d4a5 (try_window_id): Fix the fix and set the right
window_end_vpos.
2001-05-11 13:07:15 +00:00
Gerd Moellmann
0416532fd4 (try_window_id): Fix computation of window end in
the case that lines were deleted at the end of the window.
Add some more debug_method_adds.
2001-05-11 12:57:41 +00:00