| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | . | Andreas Schwab | 2000-01-03 | 1 | -0/+5 |
| | | |||||
| * | (install-arch-indep): Install autotype*. Run | Andreas Schwab | 2000-01-03 | 1 | -2/+2 |
| | | | | | install-info on autotype and emacs-faq.info. | ||||
| * | (completion-setup-function): Count completion-size | Eli Zaretskii | 2000-01-03 | 2 | -1/+6 |
| | | | | | from minibuffer-prompt-end, not from point-min. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2000-01-03 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2000-01-03 | 2 | -0/+19 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2000-01-03 | 6 | -71/+118 |
| | | |||||
| * | Document the unified frame-independent support for colors and faces. | Eli Zaretskii | 2000-01-02 | 1 | -4/+20 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-01-02 | 2 | -0/+25 |
| | | |||||
| * | (read-face-attribute, defined-colors, color-defined-p): | Eli Zaretskii | 2000-01-02 | 1 | -5/+5 |
| | | | | | | | Pass the frame to tty-color-* functions. (display-color-p, frame-set-background-mode): Pass the frame to tty-display-color-p. | ||||
| * | (tty-defined-color-alist): Renamed from tty-color-alist. | Eli Zaretskii | 2000-01-02 | 1 | -31/+51 |
| | | | | | | | | (tty-color-alist, tty-modify-color-alist): New functions. (tty-color-define, tty-color-clear, tty-color-approximate) (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an optional parameter FRAME. | ||||
| * | (tty_defined_color): Pass frame to tty-color-desc. The | Eli Zaretskii | 2000-01-02 | 1 | -11/+22 |
| | | | | | | | | list of colors renamed to tty-defined-color-alist. (tty_color_name): Pass the frame to tty-color-by-index. (realize_tty_face): tty-color-alist is now a function which accepts the frame as argument. | ||||
| * | (Ftty_display_color_p): Accept an optional argument FRAME. | Eli Zaretskii | 2000-01-02 | 1 | -3/+4 |
| | | |||||
| * | (insert_glyphs): Pass glyph, not &glyph, to | Eli Zaretskii | 2000-01-02 | 2 | -2/+7 |
| | | | | | encode_terminal_code. | ||||
| * | (mode_line_string): Support termcap frames as well. | Eli Zaretskii | 2000-01-02 | 2 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-01 | 2 | -1/+21 |
| | | |||||
| * | (Fconstrain_to_field): Don't constrain if | Gerd Moellmann | 2000-01-01 | 1 | -13/+15 |
| | | | | | | | inhibit-field-text-motion is non-nil. (Fline_beginning_position): Undo previous change. (Fline_end_position): Ditto. | ||||
| * | (Fforward_word): Undo previous change. | Gerd Moellmann | 2000-01-01 | 1 | -4/+3 |
| | | |||||
| * | (Fforward_word): Notice field boundaries only if | Gerd Moellmann | 2000-01-01 | 1 | -4/+6 |
| | | | | | inhibit-field-text-motion is nil. | ||||
| * | Add extern declaration for Vinhibit_field_text_motion. | Gerd Moellmann | 2000-01-01 | 1 | -0/+1 |
| | | |||||
| * | (Vinhibit_field_text_motion): New variable. | Gerd Moellmann | 2000-01-01 | 1 | -5/+17 |
| | | | | | | | (inhibit-field-text-motion): New DEFVAR_LISP. (Fline_beginning_position, Fline_end_position): Notice field boundaries only if inhibit-field-text-motion is nil. | ||||
| * | Change description of :data for images. | Gerd Moellmann | 2000-01-01 | 1 | -11/+8 |
| | | |||||
| * | (create-image, defimage): Don't assume image data is a | Gerd Moellmann | 2000-01-01 | 1 | -3/+3 |
| | | | | | string. | ||||
| * | (defimage): Handle specifications containing :data | Gerd Moellmann | 2000-01-01 | 2 | -34/+62 |
| | | | | | | | | instead of :file. (image-type-from-data): New function. (image-type-from-file-header): Use it. (create-image): Add parameter DATA-P. | ||||
| * | (x_create_x_image_and_pixmap): Remove parameter file. | Gerd Moellmann | 2000-01-01 | 2 | -54/+50 |
| | | | | | | | | | All calls adjusted. (x_build_heuristic_mask): Likewise. (xbm_load_image_from_file): Change error output. (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load) (gif_load, gs_load, x_kill_gs_process): Ditto. | ||||
| * | (gif_load): Avoid sign extension and thus out of bounds | Gerd Moellmann | 2000-01-01 | 2 | -92/+124 |
| | | | | | | | | | | | | | color indices when accessing raster pixels. (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only one of :file or :data. (enum pbm_keyword_index): Add PBM_DATA. (pbm_format): Add :data. (pbm_image_p): Allow either :file or :data. (pbm_read_file): New function. (pbm_scan_number): Rewritten to read from string. (pbm_load): Support :data. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2000-01-01 | 1 | -11/+15 |
| | | |||||
| * | (gif_load): Avoid sign extension and thus out of bounds | Gerd Moellmann | 2000-01-01 | 2 | -4/+13 |
| | | | | | color indices when accessing raster pixels. | ||||
| * | (command-history): Renamed from command-history-mode. | Richard M. Stallman | 1999-12-31 | 1 | -11/+17 |
| | | | | | | | | | | (Command-history-setup): Don't switch buffers. Take no args, and do not set major-mode, mode-name or the local map. (command-history-mode): New function, does some of those things Command-history-setup used to do. (list-command-history): Call command-history-mode, not Command-history-setup. | ||||
| * | (electric-command-history): Call Command-history-setup | Richard M. Stallman | 1999-12-31 | 1 | -4/+5 |
| | | | | | and command-history-mode using their new conventions. | ||||
| * | *** empty log message *** | Richard M. Stallman | 1999-12-31 | 1 | -0/+17 |
| | | |||||
| * | (archive-mode-map): Bind q to quit-window. | Richard M. Stallman | 1999-12-31 | 1 | -0/+1 |
| | | |||||
| * | New image functions adapted to Emacs conventions. | Gerd Moellmann | 1999-12-31 | 2 | -254/+306 |
| | | | | | | (png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local variable `file'. | ||||
| * | * image.el (defimage): Images with the :data keyword should be considered ↵ | William M. Perry | 1999-12-31 | 2 | -10/+21 |
| | | | | | valid as well. | ||||
| * | Changes to xfns.c to support reading images from a memory buffer instead of ↵ | William M. Perry | 1999-12-31 | 2 | -142/+388 |
| | | | | | forcing them to be on disk. GIF/JPEG/PNG/TIFF currently support this. | ||||
| * | (next_element_from_buffer): Change assertion at the end | Gerd Moellmann | 1999-12-31 | 2 | -3/+8 |
| | | | | | | because it doesn't hold when there's an overlay string at the end from which we deliver an image. | ||||
| * | Support :data for JPEG. | Gerd Moellmann | 1999-12-31 | 1 | -2/+7 |
| | | |||||
| * | (enum jpeg_keyword_index): Add JPEG_DATA. | Gerd Moellmann | 1999-12-31 | 2 | -19/+148 |
| | | | | | | | | | (jpeg_format): Add :data. (jpeg_image_p): Handle :data. (our_fill_input_buffer, our_skip_input_data, our_term_source) (jpeg_memory_src): New functions. (jpeg_load): Read image from string data. | ||||
| * | (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil. | Richard M. Stallman | 1999-12-31 | 2 | -1/+11 |
| | | |||||
| * | (choose-completion-string): In minibuffer, | Richard M. Stallman | 1999-12-31 | 1 | -3/+7 |
| | | | | | do not delete the prompt string. | ||||
| * | (make-mode-line-mouse-sensitive): Copy keymap | Gerd Moellmann | 1999-12-30 | 2 | -1/+7 |
| | | | | | | | | assigned to mode-line-mode-menu because bindings.el is dumped with Emacs, and thus the lists used for menu-item definition will be copied to pure space. Emacs' menu code (parse_menu_item) doesn't like pure menu item definitions. | ||||
| * | (IT_update_begin): Don't dereference members of struct | Eli Zaretskii | 1999-12-30 | 2 | -5/+19 |
| | | | | | window for deleted windows. | ||||
| * | Change to `no-self-insert' abbrev hooks. | Gerd Moellmann | 1999-12-30 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-12-30 | 2 | -0/+10 |
| | | |||||
| * | (Fexpand_abbrev): If expanding an abbrev which has only | Gerd Moellmann | 1999-12-30 | 1 | -1/+14 |
| | | | | | | | a hook, and the hook has a non-nil `no-self-insert' property, let the return value of the hook specify whether an expansion took place. If it returns nil, no expansion has been performed. | ||||
| * | (expand-abbrev-hook): Return t if expansion was | Gerd Moellmann | 1999-12-30 | 1 | -3/+4 |
| | | | | | done, nil otherwise. | ||||
| * | (x_make_frame_visible): Wait for frame becoming visible | Gerd Moellmann | 1999-12-30 | 2 | -24/+25 |
| | | | | | differently. | ||||
| * | (IT_write_glyphs): Track last changes to struct glyph. | Eli Zaretskii | 1999-12-30 | 2 | -12/+27 |
| | | |||||
| * | (tar-mode-map): Bind q to quit-window, not tar-quit. | Richard M. Stallman | 1999-12-30 | 1 | -8/+2 |
| | | | | | (tar-quit): Function deleted. | ||||
| * | *** empty log message *** | Richard M. Stallman | 1999-12-30 | 1 | -0/+5 |
| | | |||||
| * | Supply licensing info. | Richard M. Stallman | 1999-12-30 | 10 | -30/+220 |
| | | |||||