summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (read_socket_hook): Fix prototype.Kim F. Storm2004-02-271-1/+1
|
* (read_socket_hook): Fix arg list.Kim F. Storm2004-02-271-1/+1
|
* (BUFFER_SIZE_FACTOR): Remove.Kim F. Storm2004-02-271-22/+8
| | | | | | | | (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).
* (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg.Kim F. Storm2004-02-271-77/+72
| | | | | Rework to use just one, local, inev input_event. Store inev directly in fifo using kbd_buffer_store_event_hold.
* (kbd_buffer_store_event_hold): Add prototype.Kim F. Storm2004-02-271-2/+4
| | | | (gen_help_event): Fix prototype.
* (kbd_buffer_store_event_hold): New function to storeKim F. Storm2004-02-271-49/+57
| | | | | | | | | | | | | | 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).
* *** empty log message ***Eli Zaretskii2004-02-272-0/+10
|
* Fix copyright years.Eli Zaretskii2004-02-274-4/+5
|
* In scheme-mode symbol regexp, disallow backquote andEli Zaretskii2004-02-271-2/+2
| | | | comma, so that it DTRT in macros.
* (sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)Eli Zaretskii2004-02-272-18/+12
| | | | (sh-leading-keywords, sh-other-keywords): Fix custom type.
* Document the new min-colors face attribute.Eli Zaretskii2004-02-271-0/+14
|
* (Defining Faces): Add description for min-colors. Update example.Eli Zaretskii2004-02-271-9/+16
|
* (isearch, isearch-lazy-highlight-face): Use `min-colors'.Eli Zaretskii2004-02-272-8/+28
|
* (font-lock-comment-face, font-lock-string-face,Eli Zaretskii2004-02-271-35/+58
| | | | | | font-lock-keyword-face, font-lock-function-name-face, font-lock-variable-name-face, font-lock-constant-face): Use `min-colors`.
* (defface): Add documentation for `min-colors'.Eli Zaretskii2004-02-271-0/+4
|
* (face-spec-set-match-display): Add a new attribute, `min-colors'.Eli Zaretskii2004-02-271-13/+27
| | | | (region, highlight, secondary-selection): Use `min-colors`.
* Inserting Yamomotosan's changes for MacOSX image support, better supportSteven Tamm2004-02-269-1198/+3146
| | | | of Asian fonts, and some long awaited header cleanup and centralization.
* *** empty log message ***Kim F. Storm2004-02-261-0/+4
|
* Correct original attributionFrancesco Potortì2004-02-261-1/+2
|
* Temporary fix; increase NREAD_INPUT_EVENTS to 512.Kim F. Storm2004-02-261-1/+1
|
* A lot of doc fix.Vinicius Jose Latorre2004-02-262-142/+152
|
* For compatibility with Emacs 20, define assq-delete-all if it's not defined.Vinicius Jose Latorre2004-02-262-8/+30
|
* (handle_single_display_prop): Handle left-fringe andKim F. Storm2004-02-251-40/+70
| | | | | | | | | 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).
* *** empty log message ***Kim F. Storm2004-02-251-0/+10
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114Miles Bader2004-02-253-5/+29
| | | | | | | | | | | | | | | 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
* Resolve CVS conflictsMiles Bader2004-02-251-2/+1
|
* ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). ↵Vinicius Jose Latorre2004-02-256-137/+562
| | | | Reported by Markus Dreyer.
* ABNF parser (ebnf2ps)Vinicius Jose Latorre2004-02-241-0/+664
|
* *** empty log message ***Jason Rumney2004-02-241-0/+5
|
* (slurp_file, xbm_scan, xbm_load_image)Jason Rumney2004-02-241-13/+13
| | | | (xbm_read_bitmap_data): Use unsigned char for image data.
* *** empty log message ***Luc Teirlinck2004-02-243-0/+15
|
* (Finsert_abbrev_table_description): Doc fix.Luc Teirlinck2004-02-241-1/+2
|
* (write-abbrev-file): Make argument optional. Doc fix.Luc Teirlinck2004-02-241-4/+11
| | | | (abbrev-prefix-mark): Doc fix.
* Various corrections and clarifications in addition to the following:Luc Teirlinck2004-02-241-52/+61
| | | | (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
* (gud-watch): Load tooltip, if necessary.Nick Roberts2004-02-231-16/+20
| | | | | | (gdb-var-create-handler): Force speedbar-update-flag to be non-nil. (gdb-var-delete): Make interactive (really). (gdb-edit-value): Make non-interactive.
* (Watch Expressions): Update.Nick Roberts2004-02-231-4/+7
|
* (gud-install-speedbar-variables): BindNick Roberts2004-02-231-4/+13
| | | | | | | | 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.
* *** empty log message ***Nick Roberts2004-02-232-0/+18
|
* *** empty log message ***Glenn Morris2004-02-232-9/+24
|
* Matthew Mundell <matt@mundell.ukfsn.org>Glenn Morris2004-02-231-2/+4
| | | | | (fancy-diary-display): Don't rely on return value of increment-calendar-month.
* (w32_draw_fringe_bitmap): Draw overlaid bitmapsJason Rumney2004-02-221-17/+29
| | | | correctly over other bitmaps.
* *** empty log message ***Jason Rumney2004-02-221-0/+5
|
* (Documentation Tips): Fix typo.Luc Teirlinck2004-02-221-1/+1
|
* Matthew Mundell <matt@mundell.ukfsn.org>Glenn Morris2004-02-221-1/+1
| | | | (Holiday Customizing): Quote arg of holiday-sexp.
* *** empty log message ***Glenn Morris2004-02-221-0/+4
|
* *** empty log message ***Luc Teirlinck2004-02-212-0/+7
|
* Various small changes in addition to the following:Luc Teirlinck2004-02-211-80/+120
| | | | | | | (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.
* (Window System Selections): Add anchor.Luc Teirlinck2004-02-212-0/+3
|
* (USAGE1): Split into two halves.Eli Zaretskii2004-02-212-6/+17
| | | | | | (USAGE2): Second half of the old USAGE1. (USAGE3): Renamed from USAGE2. (USAGE4): Renamed from USAGE3.
* (Syntax Table Functions): Clarify and correct descriptions ofLuc Teirlinck2004-02-212-29/+52
| | | | | | | | 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.