1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

43493 Commits

Author SHA1 Message Date
Richard M. Stallman
68890d7ebc (jka-compr-handler): Add safe-magic property. 2002-09-01 13:26:06 +00:00
Glenn Morris
5f4bc67ecd *** empty log message *** 2002-09-01 01:03:09 +00:00
Glenn Morris
34ba7e3d72 Remove (eval-when-compile) for free variables.
(f90-menu): Remove ":active" keyword where not needed.
(f90-menu, f90-add-imenu-menu): Use lookup-key rather than
imenu--index-alist.
A few whitespace changes.
2002-09-01 00:54:55 +00:00
Andreas Schwab
523d3bf425 (font-lock-change-mode): Avoid changing buffer state in any way. 2002-08-31 17:22:46 +00:00
Eli Zaretskii
97acc803a9 (get_window_cursor_type): Don't use x_highlight_frame
member of x_display_info unless we compile for some window system.
2002-08-31 10:17:09 +00:00
Andrew Choi
ca45961da5 2002-08-30 Andrew Choi <akochoi@shaw.ca>
* macterm.c (expose_overlaps): New function (merge code from
	xterm.c).
	(expose_window): Use it to fix the display of overlapping
	rows (merge code from xterm.c).
2002-08-31 00:53:12 +00:00
Kim F. Storm
d5ec54b6ea cursor-in-non-selected-windows can now be any cursor type. 2002-08-30 23:16:29 +00:00
Kim F. Storm
8420a5dd02 (Valternate_cursor_type, Qalternate_cursor_type): Removed.
(get_window_cursor_type): Don't use them.
(syms_of_xdisp): Remove intern, staticpro, and defvar for them.
2002-08-30 23:10:09 +00:00
Kim F. Storm
e0f7b1a80a *** empty log message *** 2002-08-30 23:08:57 +00:00
Stefan Monnier
e899e3de1e (easy-menu-filter-return):
Handle the case where the filter returns a single menu entry.
(easy-menu-add): Improve docstring.
(easy-menu-current-active-maps): Remove.
(easy-menu-get-map): Use current-active-maps.
2002-08-30 21:55:07 +00:00
Stefan Monnier
3b2f3d306e (custom-unlispify-menu-entry): Don't remove
the -p prefix from variables since they shouldn't have it anyway.
(custom-group-menu-create, customize-menu-create):
Only cdr if applicable, since custom-menu-create might return
a vector (i.e. a single menu entry).
2002-08-30 21:52:10 +00:00
Stefan Monnier
cb285f9148 Recreated, to remove spurious `reveal-mode' autoloads. 2002-08-30 20:41:05 +00:00
Andrew Choi
e2d9d8a1b9 2002-08-30 Andrew Choi <akochoi@shaw.ca>
* macfns.c (Qbox): Add extern declaration.
2002-08-30 19:47:57 +00:00
Pavel Janík
64ec4bfd3f Updated version. 2002-08-30 18:25:36 +00:00
Richard M. Stallman
6797907ed4 (diary-mail-entries): Don't overwrite user's value
of diary-list-include-blanks, but generate message instead if
there are no entries.
2002-08-30 18:21:39 +00:00
Juanma Barranquero
ab0bb23402 (Qbox): Make extern.
(syms_of_w32fns): Remove initialization of Qbox.
2002-08-30 17:46:32 +00:00
Juanma Barranquero
842a938969 (Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpoint.no>. 2002-08-30 17:02:47 +00:00
Francesco Potortì
d9256ccbd3 Etags improvement. 2002-08-30 16:41:25 +00:00
Francesco Potortì
9c485bbe70 (consider_token, C_entries): Switch to C++ parsing when
auto-detection is enabled and the `::' qualifier is met.
(consider_token, C_entries): Several bugs corrected that tagged
some declarations even though --declarations was not used.
(plainc): New macro.
(C_entries): Use it.
(C_entries): Several cosmetic changes.
(C_entries): Invalidate the token is some cases.
2002-08-30 16:38:58 +00:00
Francesco Potortì
ba88f8ebfc Bug corrections in etags. 2002-08-30 16:38:22 +00:00
Richard M. Stallman
d1951e6adc (ps-lp-system): Fixed typo in `usg-unix-v'. 2002-08-30 15:49:30 +00:00
Markus Rost
724f328c91 (menu-bar-read-mail): Doc fix. 2002-08-30 15:21:38 +00:00
Kenichi Handa
ba197fe66a (get_next_display_element): Fix previous change. 2002-08-30 13:44:55 +00:00
Kim F. Storm
6b3acc48d7 (struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.
2002-08-30 13:22:12 +00:00
Kim F. Storm
4baaed0f99 Changed all occurrences of w32_highlight_frame with x_highlight_frame. 2002-08-30 13:19:45 +00:00
John Paul Wallington
da337a287b (ibuffer-update): Revert expansion of `caddr'.
(ibuffer-fontification-alist): Check hidden buffer case isn't
visiting a file and change its face to italic.
2002-08-30 12:42:36 +00:00
Kim F. Storm
c76654a23a (Qbar, Qbox): Removed.
(syms_of_macfns): Don't intern or staticpro them.
2002-08-30 12:07:52 +00:00
Kim F. Storm
f0c8e81d17 (enum text_cursor_kinds): Removed.
(struct output_x) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
(x_specified_cursor_type): Remove prototype.
2002-08-30 12:05:31 +00:00
Kim F. Storm
fdbe859cfb (x_specified_cursor_type): Remove prototype.
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_off_state.
Redraw cursor if hbar cursor width changes.
2002-08-30 12:05:04 +00:00
Kim F. Storm
33b2311e86 (Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
(syms_of_xfns): Don't intern, staticpro, or define them.
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.
2002-08-30 12:04:18 +00:00
Kim F. Storm
adce8b417f (enum text_cursor_kinds): Removed.
(struct output_w32) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
2002-08-30 12:03:50 +00:00
Kim F. Storm
50e363e6cb (Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
(syms_of_w32fns): Don't intern, staticpro, or define them.
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.
2002-08-30 12:03:01 +00:00
Kim F. Storm
bd59ac2c02 (enum text_cursor_kinds): Removed.
(struct output_mac) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR): Macro removed.
2002-08-30 12:02:32 +00:00
Kim F. Storm
668e2d3260 (x_specified_cursor_type): Remove prototype.
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_non_selected, active_cursor.
Redraw cursor if hbar cursor width changes.
(make_mac_frame): Set FRAME_DESIRED_CURSOR.
2002-08-30 12:02:10 +00:00
Kim F. Storm
154372ef09 (x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.
2002-08-30 12:01:27 +00:00
Kim F. Storm
e4764db0dd (Qcursor_in_non_selected_windows): Extern removed.
(get_specified_cursor_type, get_window_cursor_type)
(set_frame_cursor_types): Added prototypes.
2002-08-30 12:01:01 +00:00
Kim F. Storm
6e80bf5a82 (cursor_in_non_selected_windows): Extern removed. 2002-08-30 12:00:36 +00:00
Kim F. Storm
cfe03a41d4 (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
Variables consolidated here.
(Valternate_cursor_type, Qalternate_cursor_type): New variables.
(Vcursor_in_non_selected_windows): Renamed from
cursor_in_non_selected_windows and changed to Lisp_Object.
(syms_of_xdisp): Define and staticpro new and moved variables.
(get_specified_cursor_type): Renamed from x_specified_cursor_type;
consolidated here.  Recognize Qhollow setting.
(set_frame_cursor_types): New function to set frame cursor types
based on the frame parameters.
(get_window_cursor_type): New function to calculate new cursor
type and width for the specified window.  Based on duplicated
code consolidated here.
Enhancements: cursor-in-non-selected-windows may be a cursor type,
check buffer-local alternate-cursor-type and blink-cursor-alist
before using built-in blink off methods.
2002-08-30 12:00:12 +00:00
Kim F. Storm
4d418fcc50 (enum text_cursor_kinds): Consolidated here.
Added DEFAULT_CURSOR value.
(struct frame) <desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: New fields.
Consolidated from output_x, output_w32 and output_mac structs.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
2002-08-30 11:59:35 +00:00
Kim F. Storm
654d5b91d7 These changes consolidates the handling of the cursor
type in xdisp.c, moving duplicate code and functionality from
xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
2002-08-30 11:58:54 +00:00
Juanma Barranquero
bbd55321df *** empty log message *** 2002-08-30 11:51:56 +00:00
Juanma Barranquero
ce8b7b9ff6 (occur-mode): Add interactive declaration. 2002-08-30 11:51:42 +00:00
Juanma Barranquero
72e97196e9 (imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos. 2002-08-30 11:10:30 +00:00
Juanma Barranquero
0159948239 *** empty log message *** 2002-08-30 11:09:19 +00:00
Juanma Barranquero
764079389b (my-mark-marker): Fix typo. 2002-08-30 11:03:28 +00:00
Juanma Barranquero
674e010d7d (dcl-calc-cont-indent-relative): Fix typo. 2002-08-30 11:02:54 +00:00
Juanma Barranquero
134b66715d (idlwave-max-extra-continuation-indent): Fix typo. 2002-08-30 11:02:31 +00:00
Juanma Barranquero
c760d04023 (ex-compile-command): Fix typo. 2002-08-30 11:02:10 +00:00
Juanma Barranquero
c1b32502d0 (bibtex-mode): Fix typo. 2002-08-30 11:01:51 +00:00
Juanma Barranquero
9c46418eb6 (mouse-copy-work-around-drag-bug): Fix typo. 2002-08-30 11:01:29 +00:00