aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-2110-1407/+1422
|
* (delete-exited-processes): Change doc-string comments to `new style' ↵Pavel Janík2001-10-211-2/+2
| | | | [w/`doc:' keyword].
* (Fx_file_dialog): Pass a filter to GetOpenFileName.Jason Rumney2001-10-212-379/+915
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync with xfns.c: (x_laplace_read_row, x_laplace_write_row): Removed. (postprocess_image): New function. (lookup_image): Call it for all image types except PostScript. (x_kill_gs_process): Call postprocess_image. (tiff_error_handler, tiff_warning_handler): New functions. (tiff_load): Install them as handlers. (x_kill_gs_process): Recognize if someone has cleared the image cache under us. (valid_image_p): Protect better against invalid image specifications. Previous code could signal an error. (Fx_hide_tip, Fshow_tip): Doc fix. (Fv_max_tooltip_size): New variable. (syns_of_xfns): DEFVAR_LISP it. (Fx_show_tip): Add parameter TEXT. Set the tip frame's root window buffer to *tip* right after creating the frame. Set frame's window_width. Use a maximum tooltip size specified by Vx_max_tooltip_size, if that has valid contents. (compute_tip_xy): Add parameters WIDTH and HEIGHT. Make sure the tooltip is completely visible. (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil. (Fx_create_frame): Adjust the frame's height for presence of the tool bar before calling x_figure_window_size. (x_set_tool_bar_lines): Clear the tool bar window's current matrix when the window gets smaller. (x_set_foreground_color): Set frame's cursor_pixel. (x_set_foreground_color, x_set_background_color): Cleaned up. (x_set_font): Handle case of x_new_fontset returning the same name as before, although there was a change in fontsets.
* (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:Jason Rumney2001-10-211-32/+48
| | | | | | | | Protect unibyte stings created by replacing their multibyte equivalents in menu_items. (w32_menu_show): Don't overwrite an item's name with its key description in case the description is a multibyte string. (single_submenu): Some cleanup.
* *** empty log message ***Miles Bader2001-10-213-0/+20
|
* (help-manyarg-func-alist): Remove entries for `list', `vector',Miles Bader2001-10-211-18/+1
| | | | | `make-byte-code', `call-process', `call-process-region', `string', `+', `-', `*', `/', `max', `min', `logand', `logior', and `logxor'.
* (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):Miles Bader2001-10-211-9/+18
| | | | Add usage: string to doc string.
* (Fstring): Add usage: string to doc string.Miles Bader2001-10-211-1/+2
|
* (Fcall_process_region, Fcall_process): Add usage: string to doc string.Miles Bader2001-10-211-2/+6
|
* (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.Miles Bader2001-10-211-5/+8
|
* (read_c_string_or_comment): Add SAW_USAGE parameter, and implementMiles Bader2001-10-211-9/+68
| | | | | | scanning for a `usage:' keyword. (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. Don't output a usage-string if there was one in the doc string.
* *** empty log message ***Gerd Moellmann2001-10-2114-0/+56
|
* (Finsert_abbrev_table_description): Reindent.Pavel Janík2001-10-212-1/+7
|
* Reindent DEFUNs and DEFVARs woth doc: keywords.Pavel Janík2001-10-211-67/+67
|
* Reindent DEFUNs with doc: keywords.Pavel Janík2001-10-211-28/+28
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-212-263/+269
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-2011-1498/+1462
|
* (invisible_text_between_p): Put prototype inside #if 0 because unused.Pavel Janík2001-10-202-2/+13
|
* (x_laplace_read_row, x_laplace_write_row): Prototypes removed.Pavel Janík2001-10-201-4/+0
|
* (checkbox): Swap bg/fg colors in images, and invertMiles Bader2001-10-202-5/+12
| | | | | image bits to compensate. Use `make-string' instead of `make-bool-vector' (XBM apparently wants byte-aligned rows).
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-202-16/+21
|
* (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.Miles Bader2001-10-202-68/+36
| | | | | | | | | | (term_init): Don't set them. Turn off any standout/underline modes that require magic cookies. (ins_del_lines, highlight_if_desired, background_highlight) (turn_on_highlight, turn_off_highlight, reset_terminal_modes): Remove special processing for magic-cookie standout modes. (turn_off_face, turn_on_face): Remove special processing for underline magic-cookie glitch.
* (add-release-logs): Put the log entry in lispref, too.Gerd Moellmann2001-10-202-2/+5
|
* (IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.Miles Bader2001-10-202-33/+74
| | | | | | | | (internal_terminal_init): Don't set reassert_line_highlight_hook or change_line_highlight_hook. (highlight): Variable removed. (IT_set_face, IT_update_begin, IT_update_end, IT_set_terminal_modes): Don't set or use it.
* (reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.Miles Bader2001-10-201-167/+11
| | | | | | | | | | | | | | | | | (reassert_line_highlight, change_line_highlight): Functions removed. (standout_requested): Variable removed. (update_end, highlight_if_desired): Don't use it. (chars_wasted, copybuf): Variables removed. (write_standout_marker): Function removed. (cursor_to, clear_to_end, clear_frame, clear_end_of_line_raw) (clear_end_of_line_raw, write_glyphs, ins_del_lines): Don't use `chars_wasted' or `copybuf'. (calculate_costs): Don't allocate `chars_wasted' or `copybuf'. Set `costs_set' to true. (cursor_to, clear_end_of_line): Test `costs_set' instead of `chars_wasted'. (clear_end_of_line): Function removed. (clear_end_of_line_raw): Renamed to `clear_end_of_line'. (clear_to_end): Call `clear_end_of_line' instead of `clear_end_of_line_raw'.
* (reassert_line_highlight_hook, change_line_highlight_hook):Miles Bader2001-10-201-3/+0
| | | | Declarations removed.
* (reassert_line_highlight, change_line_highlight): Functions removed.Miles Bader2001-10-201-57/+2
| | | | | | | | | (initialize_w32_display): Don't set reassert_line_highlight_hook or change_line_highlight_hook. (hl_mode): Function removed. (reset_terminal_modes, set_terminal_modes, update_begin) (update_end, w32_face_attributes, initialize_w32_display): (clear_frame, ins_del_lines): Don't call it.
* (x_fix_overlapping_area, x_write_glyphs, expose_area)Miles Bader2001-10-201-59/+5
| | | | | (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field. (w32_reassert_line_highlight, x_change_line_highlight): Functions removed.
* (dump_glyph_row, display_mode_line): Don't use `inverse_p' field.Miles Bader2001-10-201-3/+1
|
* (x_fix_overlapping_area, x_write_glyphs, expose_area)Miles Bader2001-10-201-44/+6
| | | | | | | | (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field. (XTreassert_line_highlight, x_change_line_highlight): Functions removed. (x_initialize): Don't set reassert_line_highlight_hook or change_line_highlight_hook.
* (update_frame_line): Don't call reassert_line_highlight.Miles Bader2001-10-201-73/+24
| | | | | | | (line_hash_code, row_equal_p, fake_current_matrices) (build_frame_matrix_from_leaf_window, update_frame_line) (update_frame_line, update_frame_line, update_frame_line): Don't use `inverse_p' field.
* (struct glyph_row): Remove `inverse_p' field.Miles Bader2001-10-201-6/+0
| | | | (reassert_line_highlight, change_line_highlight): Declarations removed.
* Clarify previous change.Richard M. Stallman2001-10-191-2/+2
|
* (syms_of_eval): Doc fixes.Richard M. Stallman2001-10-191-1/+5
|
* *** empty log message ***Richard M. Stallman2001-10-191-0/+4
|
* Don't let kill-ring-save show extent if transient-mark-mode and regionKim F. Storm2001-10-192-1/+6
| | | | fully visible.
* Properly spell the name of Emacs.Pavel Janík2001-10-192-2/+6
|
* Minor cleanup.Richard M. Stallman2001-10-191-10/+10
|
* Exit if we can't find some variable.Miles Bader2001-10-192-6/+13
| | | | | (AVOID): Add .orig & .rej files. (get_config_var): Be more liberal about format of config.status sed commands.
* *** empty log message ***Gerd Moellmann2001-10-193-1/+93
|
* (auto-mode-alist): Associate .indent.pro withEli Zaretskii2001-10-192-0/+7
| | | | | Fundamental mode. Suggested by Samuel Padgett <[email protected]>.
* *** empty log message ***Miles Bader2001-10-192-1/+6
|
* (configuration): Set from `host' if `host_alias' isn't defined.Miles Bader2001-10-191-1/+1
|
* (${srcdir}/configure): Don't depend on aclocal.m4.Andreas Schwab2001-10-192-1/+9
|
* Regenerated.Andreas Schwab2001-10-191-4613/+8181
|
* All local hacks incorporated into autoconf 2.50.Andreas Schwab2001-10-191-534/+0
|
* Make ready for autoconf 2.5x.Andreas Schwab2001-10-191-23/+24
| | | | (AC_PREREQ): Require autoconf 2.50.
* *** empty log message ***Gerd Moellmann2001-10-192-0/+10
|
* Add --help option. Add support for buildingGerd Moellmann2001-10-191-1/+30
| | | | in arbitrary source trees.
* Add big5 Chinese double spaced alphabet mappings, so that one couldEli Zaretskii2001-10-192-0/+59
| | | | | type them without leaving the Hanyu Pinyin input method. Suggested by Kenichi Handa <[email protected]>.