aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .Andreas Schwab2000-01-031-0/+5
|
* (install-arch-indep): Install autotype*. RunAndreas Schwab2000-01-031-2/+2
| | | | install-info on autotype and emacs-faq.info.
* (completion-setup-function): Count completion-sizeEli Zaretskii2000-01-032-1/+6
| | | | from minibuffer-prompt-end, not from point-min.
* *** empty log message ***Richard M. Stallman2000-01-031-0/+13
|
* *** empty log message ***Stefan Monnier2000-01-032-0/+19
|
* *** empty log message ***Richard M. Stallman2000-01-036-71/+118
|
* Document the unified frame-independent support for colors and faces.Eli Zaretskii2000-01-021-4/+20
|
* *** empty log message ***Eli Zaretskii2000-01-022-0/+25
|
* (read-face-attribute, defined-colors, color-defined-p):Eli Zaretskii2000-01-021-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 Zaretskii2000-01-021-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. TheEli Zaretskii2000-01-021-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 Zaretskii2000-01-021-3/+4
|
* (insert_glyphs): Pass glyph, not &glyph, toEli Zaretskii2000-01-022-2/+7
| | | | encode_terminal_code.
* (mode_line_string): Support termcap frames as well.Eli Zaretskii2000-01-022-4/+4
|
* *** empty log message ***Gerd Moellmann2000-01-012-1/+21
|
* (Fconstrain_to_field): Don't constrain ifGerd Moellmann2000-01-011-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 Moellmann2000-01-011-4/+3
|
* (Fforward_word): Notice field boundaries only ifGerd Moellmann2000-01-011-4/+6
| | | | inhibit-field-text-motion is nil.
* Add extern declaration for Vinhibit_field_text_motion.Gerd Moellmann2000-01-011-0/+1
|
* (Vinhibit_field_text_motion): New variable.Gerd Moellmann2000-01-011-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 Moellmann2000-01-011-11/+8
|
* (create-image, defimage): Don't assume image data is aGerd Moellmann2000-01-011-3/+3
| | | | string.
* (defimage): Handle specifications containing :dataGerd Moellmann2000-01-012-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 Moellmann2000-01-012-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 boundsGerd Moellmann2000-01-012-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. Stallman2000-01-011-11/+15
|
* (gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2000-01-012-4/+13
| | | | color indices when accessing raster pixels.
* (command-history): Renamed from command-history-mode.Richard M. Stallman1999-12-311-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-setupRichard M. Stallman1999-12-311-4/+5
| | | | and command-history-mode using their new conventions.
* *** empty log message ***Richard M. Stallman1999-12-311-0/+17
|
* (archive-mode-map): Bind q to quit-window.Richard M. Stallman1999-12-311-0/+1
|
* New image functions adapted to Emacs conventions.Gerd Moellmann1999-12-312-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. Perry1999-12-312-10/+21
| | | | valid as well.
* Changes to xfns.c to support reading images from a memory buffer instead of ↵William M. Perry1999-12-312-142/+388
| | | | forcing them to be on disk. GIF/JPEG/PNG/TIFF currently support this.
* (next_element_from_buffer): Change assertion at the endGerd Moellmann1999-12-312-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 Moellmann1999-12-311-2/+7
|
* (enum jpeg_keyword_index): Add JPEG_DATA.Gerd Moellmann1999-12-312-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. Stallman1999-12-312-1/+11
|
* (choose-completion-string): In minibuffer,Richard M. Stallman1999-12-311-3/+7
| | | | do not delete the prompt string.
* (make-mode-line-mouse-sensitive): Copy keymapGerd Moellmann1999-12-302-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 structEli Zaretskii1999-12-302-5/+19
| | | | window for deleted windows.
* Change to `no-self-insert' abbrev hooks.Gerd Moellmann1999-12-301-0/+6
|
* *** empty log message ***Gerd Moellmann1999-12-302-0/+10
|
* (Fexpand_abbrev): If expanding an abbrev which has onlyGerd Moellmann1999-12-301-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 wasGerd Moellmann1999-12-301-3/+4
| | | | done, nil otherwise.
* (x_make_frame_visible): Wait for frame becoming visibleGerd Moellmann1999-12-302-24/+25
| | | | differently.
* (IT_write_glyphs): Track last changes to struct glyph.Eli Zaretskii1999-12-302-12/+27
|
* (tar-mode-map): Bind q to quit-window, not tar-quit.Richard M. Stallman1999-12-301-8/+2
| | | | (tar-quit): Function deleted.
* *** empty log message ***Richard M. Stallman1999-12-301-0/+5
|
* Supply licensing info.Richard M. Stallman1999-12-3010-30/+220
|