Kim F. Storm
9f893fc68f
(BUFFER_SIZE_FACTOR): Remove.
...
(read_input_waiting): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo. Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).
2004-02-27 23:47:48 +00:00
Kim F. Storm
ff158530cb
(XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg.
...
Rework to use just one, local, inev input_event. Store inev
directly in fifo using kbd_buffer_store_event_hold.
2004-02-27 23:47:13 +00:00
Kim F. Storm
e0de7f88fe
(kbd_buffer_store_event_hold): Add prototype.
...
(gen_help_event): Fix prototype.
2004-02-27 23:46:47 +00:00
Kim F. Storm
0fc0bac9c4
(kbd_buffer_store_event_hold): New function to store
...
an event into kbd fifo, but with special handling of quit event;
a quit event is saved for later, and further events are discarded
until the saved quit event has been processed.
(kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
(gen_help_event): Store help event in kbd fifo.
(NREAD_INPUT_EVENTS): Remove.
(read_avail_input): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo. Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).
2004-02-27 23:46:31 +00:00
Eli Zaretskii
9022d4219b
*** empty log message ***
2004-02-27 17:32:57 +00:00
Eli Zaretskii
97cc3d15d4
Fix copyright years.
2004-02-27 17:30:23 +00:00
Eli Zaretskii
08d87b2d0d
In scheme-mode symbol regexp, disallow backquote and
...
comma, so that it DTRT in macros.
2004-02-27 17:27:25 +00:00
Eli Zaretskii
5d18b95355
(sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)
...
(sh-leading-keywords, sh-other-keywords): Fix custom type.
2004-02-27 17:22:27 +00:00
Eli Zaretskii
11a365f9f2
Document the new min-colors face attribute.
2004-02-27 17:14:05 +00:00
Eli Zaretskii
9fe84db655
(Defining Faces): Add description for min-colors. Update example.
2004-02-27 17:07:15 +00:00
Eli Zaretskii
328419c117
(isearch, isearch-lazy-highlight-face): Use `min-colors'.
2004-02-27 17:05:29 +00:00
Eli Zaretskii
a12d182ade
(font-lock-comment-face, font-lock-string-face,
...
font-lock-keyword-face, font-lock-function-name-face,
font-lock-variable-name-face, font-lock-constant-face): Use
`min-colors`.
2004-02-27 17:01:55 +00:00
Eli Zaretskii
6e16699005
(defface): Add documentation for `min-colors'.
2004-02-27 17:00:58 +00:00
Eli Zaretskii
03dd94f22d
(face-spec-set-match-display): Add a new attribute, `min-colors'.
...
(region, highlight, secondary-selection): Use `min-colors`.
2004-02-27 16:59:56 +00:00
Steven Tamm
e35644615b
Inserting Yamomotosan's changes for MacOSX image support, better support
...
of Asian fonts, and some long awaited header cleanup and centralization.
2004-02-26 17:46:48 +00:00
Kim F. Storm
af617d0feb
*** empty log message ***
2004-02-26 11:14:34 +00:00
Francesco Potortì
383c1c75ac
Correct original attribution
2004-02-26 09:34:52 +00:00
Kim F. Storm
7bc8e4816f
Temporary fix; increase NREAD_INPUT_EVENTS to 512.
2004-02-26 08:50:02 +00:00
Vinicius Jose Latorre
449cba4499
A lot of doc fix.
2004-02-26 04:03:40 +00:00
Vinicius Jose Latorre
ea946fccfb
For compatibility with Emacs 20, define assq-delete-all if it's not defined.
2004-02-26 00:44:29 +00:00
Kim F. Storm
dd341dd9c2
(handle_single_display_prop): Handle left-fringe and
...
right-fringe similar to a display margin image. Specifically,
the characters having the fringe prop are no longer shown, and
we use IT_IMAGE/next_element_from_image with image_id = -1 to
do this. Set fringe bitmap face_id in it->face_id.
(produce_image_glyph): Handle image_id < 0 as "no image" case, but
still realize it->face (i.e. the fringe bitmap face).
2004-02-25 22:39:54 +00:00
Kim F. Storm
446f5f3d09
*** empty log message ***
2004-02-25 22:38:34 +00:00
Miles Bader
7d8a0b5551
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114
...
Merge some minor redisplay bug-fixes from emacs--tiling--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--tiling--0--patch-9
Remove bogus xassert
* miles@gnu.org--gnu-2004/emacs--tiling--0--patch-10
Avoid negative descents for images with ascent > height
* miles@gnu.org--gnu-2004/emacs--tiling--0--patch-13
Fix iterator-inconsistency bug in redisplay
2004-02-25 12:54:16 +00:00
Miles Bader
b9db45677a
Resolve CVS conflicts
2004-02-25 01:19:08 +00:00
Vinicius Jose Latorre
ac4780a12c
ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). Reported by Markus Dreyer.
2004-02-25 00:07:33 +00:00
Vinicius Jose Latorre
da8f925e2d
ABNF parser (ebnf2ps)
2004-02-24 22:58:07 +00:00
Jason Rumney
ce35edd1b7
*** empty log message ***
2004-02-24 21:36:21 +00:00
Jason Rumney
2f30610505
(slurp_file, xbm_scan, xbm_load_image)
...
(xbm_read_bitmap_data): Use unsigned char for image data.
2004-02-24 09:00:24 +00:00
Luc Teirlinck
92f5fba2d6
*** empty log message ***
2004-02-24 03:35:21 +00:00
Luc Teirlinck
7f144ff587
(Finsert_abbrev_table_description): Doc fix.
2004-02-24 03:32:29 +00:00
Luc Teirlinck
68063965ae
(write-abbrev-file): Make argument optional. Doc fix.
...
(abbrev-prefix-mark): Doc fix.
2004-02-24 03:25:33 +00:00
Luc Teirlinck
6763a40546
Various corrections and clarifications in addition to the following:
...
(Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2004-02-24 03:18:45 +00:00
Nick Roberts
fb2c91be8e
(gud-watch): Load tooltip, if necessary.
...
(gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
(gdb-var-delete): Make interactive (really).
(gdb-edit-value): Make non-interactive.
2004-02-23 00:44:04 +00:00
Nick Roberts
a1a3a37ad3
(Watch Expressions): Update.
2004-02-23 00:43:09 +00:00
Nick Roberts
4ff0778271
(gud-install-speedbar-variables): Bind
...
gdb-var-delete to "D".
(gud-speedbar-menu-items): Add gdb-var-delete and, indirectly,
gdb-edit-value.
(gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
(gud-gdb-marker-filter): Add comment for annotations.
2004-02-23 00:42:31 +00:00
Nick Roberts
baf92c0d07
*** empty log message ***
2004-02-23 00:41:44 +00:00
Glenn Morris
4c635ea353
*** empty log message ***
2004-02-23 00:11:12 +00:00
Glenn Morris
de3fce917a
Matthew Mundell <matt@mundell.ukfsn.org>
...
(fancy-diary-display): Don't rely on return value of
increment-calendar-month.
2004-02-23 00:09:31 +00:00
Jason Rumney
7420e0f55d
(w32_draw_fringe_bitmap): Draw overlaid bitmaps
...
correctly over other bitmaps.
2004-02-22 22:41:52 +00:00
Jason Rumney
8565fb3d3c
*** empty log message ***
2004-02-22 21:18:10 +00:00
Luc Teirlinck
321a372529
(Documentation Tips): Fix typo.
2004-02-22 16:20:09 +00:00
Glenn Morris
c24f05def0
Matthew Mundell <matt@mundell.ukfsn.org>
...
(Holiday Customizing): Quote arg of holiday-sexp.
2004-02-22 15:24:22 +00:00
Glenn Morris
7e83e178c1
*** empty log message ***
2004-02-22 15:23:18 +00:00
Luc Teirlinck
e2b9b51f5e
*** empty log message ***
2004-02-21 20:15:23 +00:00
Luc Teirlinck
af1996b50b
Various small changes in addition to the following:
...
(User-Level Deletion): Mention optional BACKWARD-ONLY argument to
delete-horizontal-space.
(Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
description of yank-handler text property at various places.
2004-02-21 20:08:12 +00:00
Luc Teirlinck
7daa0e81c7
(Window System Selections): Add anchor.
2004-02-21 18:24:22 +00:00
Eli Zaretskii
f8125c39dd
(USAGE1): Split into two halves.
...
(USAGE2): Second half of the old USAGE1.
(USAGE3): Renamed from USAGE2.
(USAGE4): Renamed from USAGE3.
2004-02-21 17:45:10 +00:00
Luc Teirlinck
9c5609e8cc
(Syntax Table Functions): Clarify and correct descriptions of
...
make-syntax-table and copy-syntax-table.
(Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward.
(Parsing Expressions): Mention that the return value of parse-partial-sexp
is currently a list of ten rather than nine elements.
(Categories): Various corrections and clarifications.
2004-02-21 16:45:20 +00:00
Eli Zaretskii
b1faee6e4f
Document recent changes in saveplace.el regarding skipping unreadable
...
files.
2004-02-21 14:17:30 +00:00
Eli Zaretskii
4effffca65
*** empty log message ***
2004-02-21 14:09:01 +00:00