Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo. | Eli Zaretskii | 2000-10-17 | 2 | -2/+3 |
| | |||||
* | (resize-temp-buffer-window): Add hack to avoid last line | Miles Bader | 2000-10-17 | 2 | -0/+10 |
| | | | | being obscured by whizzy mode-lines on graphical displays. | ||||
* | (recompile): New target to recompile lisp | Andrew Innes | 2000-10-17 | 2 | -0/+16 |
| | | | | | directory. (recompile-CMD, recompile-SH): New support targets. | ||||
* | (info-header-node): Remove unneded tty-specific definition. | Eli Zaretskii | 2000-10-17 | 2 | -5/+2 |
| | |||||
* | Remove warning that noone noticed anyway | Jeff Bailey | 2000-10-17 | 2 | -8/+0 |
| | |||||
* | (Info-title-1-face, Info-title-2-face, Info-title-3-face): Define | Eli Zaretskii | 2000-10-17 | 2 | -3/+11 |
| | | | | colors for tty's. | ||||
* | (term.o): Depend on dispextern.h. | Kenichi Handa | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-10-17 | 1 | -0/+4 |
| | |||||
* | (keymap_memberp): Ensure that nil is not a member. | Stefan Monnier | 2000-10-16 | 2 | -0/+5 |
| | |||||
* | Describe the new --with-FOO options for building with image support. | Eli Zaretskii | 2000-10-16 | 2 | -4/+40 |
| | | | | Minor changes in the MSDOG section. | ||||
* | (set_iterator_to_next): Reset box start and flags of the | Gerd Moellmann | 2000-10-16 | 3 | -5/+16 |
| | | | | | | iterator at the beginning, so that they can be set later on, for instance in reseat_at_next_visible_line_start without being overwritten. | ||||
* | (Other Image Types): Add description of :foreground | Gerd Moellmann | 2000-10-16 | 1 | -1/+14 |
| | | | | and :background properties of mono PBM images. | ||||
* | Add description of :foreground and :background to PBM images. | Gerd Moellmann | 2000-10-16 | 1 | -2/+12 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 1 | -0/+7 |
| | |||||
* | (pbm_format): Add :foreground and :background keywords. | Gerd Moellmann | 2000-10-16 | 1 | -4/+19 |
| | | | | | | (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators. (xbm_load): Recoghnize foreground and background color specifications. | ||||
* | *** empty log message *** | Eli Zaretskii | 2000-10-16 | 2 | -0/+29 |
| | |||||
* | (msdos-handle-reverse-video): Don't remove | Eli Zaretskii | 2000-10-16 | 1 | -7/+6 |
| | | | | | reverse from the frame parameters, and don't invert foreground and background colors. | ||||
* | (IT_set_face): Compare highlighted face with the default | Eli Zaretskii | 2000-10-16 | 1 | -24/+34 |
| | | | | | | | | | | | | face, and invert colors if these faces' colors are identical. (Fmsdos_remember_default_colors): Don't swap foreground and background colors in initial_colors[]. (IT_set_frame_parameters): Don't swap frame's foreground and background pixels. If ALIST includes "(reverse . t)", swap foreground-color and background-color properties in frame's param_alist. If the original frame's param_alist doesn't specify the colors, store unspecified-fg and unspecified-bg, reversed if required. | ||||
* | (Fframe_parameters): If a tty's frame's param_alist says | Eli Zaretskii | 2000-10-16 | 1 | -18/+44 |
| | | | | | | the colors are unspecified and reversed, reverse fore- and back- ground in the returned value. (Fframe_parameter): Ditto. | ||||
* | (unspecified_fg, unspecified_bg): Remove extern declaration. | Eli Zaretskii | 2000-10-16 | 1 | -2/+0 |
| | |||||
* | (unspecified_fg, unspecified_bg): Declare. | Eli Zaretskii | 2000-10-16 | 1 | -0/+1 |
| | |||||
* | Fix markup and chapter structure of the document. | Eli Zaretskii | 2000-10-16 | 1 | -68/+110 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 2 | -0/+11 |
| | |||||
* | Provide `help' for the sake of define-minor-mode | Gerd Moellmann | 2000-10-16 | 1 | -0/+5 |
| | | | | which generates defcustoms with requires. | ||||
* | (find_last_unchanged_at_beg_row): Renamed from | Gerd Moellmann | 2000-10-16 | 1 | -13/+18 |
| | | | | | | | | | get_last_unchanged_at_beg_row. (find_first_unchanged_at_end_row): Renamed from get_first_unchanged_at_end_row. (find_first_unchanged_at_end_row): Convert assertions to unconditional tests which abort. When looking for a row in unchanged text, don't go further back than first_text_row. | ||||
* | (Info-set-mode-line): Tweak string. | Miles Bader | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Miles Bader | 2000-10-16 | 2 | -3/+6 |
| | |||||
* | Revert last change. | Miles Bader | 2000-10-16 | 1 | -61/+9 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 2 | -1/+11 |
| | |||||
* | (Distracting NSA): Change the example. | Gerd Moellmann | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | (Info-set-mode-line): Use `%b' instead of hardwired string "*Info*". | Miles Bader | 2000-10-16 | 1 | -7/+9 |
| | | | | Call propertized-buffer-identification to spruce up the result. | ||||
* | (try_scrolling) <cursor in scroll margin at the bottom>: | Gerd Moellmann | 2000-10-16 | 1 | -1/+8 |
| | | | | | Don't add in the last line's height when deciding if the new position is below the scroll margin. | ||||
* | (jit-lock-after-change): If we're in text that | Gerd Moellmann | 2000-10-16 | 1 | -0/+8 |
| | | | | | matches a multi-line font-lock pattern, make sure the whole text will be redisplayed. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 3 | -22/+47 |
| | |||||
* | (authors-add): Don't add an entry if | Gerd Moellmann | 2000-10-16 | 1 | -1/+2 |
| | | | | author's name is unknown. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 7 | -799/+136 |
| | |||||
* | Add author information. | Gerd Moellmann | 2000-10-16 | 27 | -0/+54 |
| | |||||
* | (xpm_lookup_color): | Miles Bader | 2000-10-16 | 2 | -10/+65 |
| | | | | Make h unsigned to avoid wackiness when the high bit gets set. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-16 | 3 | -47/+24 |
| | |||||
* | custom types emacs-commentary-link, coding-system, color | Dave Love | 2000-10-16 | 1 | -1/+13 |
| | |||||
* | Re-convert from full-color version (using the Gimp) to eliminate | Miles Bader | 2000-10-16 | 5 | -148/+143 |
| | | | | dithering artifacts. | ||||
* | (Fconstrain_to_field): Check carefully for field boundaries if either | Miles Bader | 2000-10-16 | 2 | -1/+8 |
| | | | | OLD_POS or NEW_POS has a non-nil field property, even if they're the same. | ||||
* | Update references to shell prompts and comint-prompt-regexp, etc. | Miles Bader | 2000-10-16 | 1 | -10/+16 |
| | |||||
* | Changes from Richard M. Stallman. More items about Enriched Mode. | Eli Zaretskii | 2000-10-16 | 1 | -8/+12 |
| | |||||
* | (mm-util): Require CL when compiling. | Stefan Monnier | 2000-10-16 | 1 | -0/+1 |
| | |||||
* | (x_draw_box_rect): Fix the calculation of width and height for | Kenichi Handa | 2000-10-16 | 1 | -4/+4 |
| | | | | XFillRectangle. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-10-16 | 1 | -0/+5 |
| | |||||
* | Document that loading `jka-compr.el' doesn't turn on | Miles Bader | 2000-10-16 | 1 | -0/+4 |
| | | | | auto-compression-mode automatically. | ||||
* | *** empty log message *** | Stefan Monnier | 2000-10-15 | 2 | -0/+15 |
| |