Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 3 | -8/+8 |
| | | | | Use renamed symbols. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -1/+1 |
| | | | | (realize_basic_faces): Use FRINGE_FACE_ID. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -12/+10 |
| | | | | Comment fixes. Use renamed symbols. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -12/+11 |
| | | | | | Comment fixes. Use renamed symbols. (coordinates-in-window-p): Doc fix. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -59/+59 |
| | | | | | | | | Comment fixes. Use renamed symbols. (fringe_bitmap_type): Renamed from bitmap_type. (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap. (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -1/+1 |
| | | | | Comment fix. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -10/+10 |
| | | | | | | (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS. (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH. (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -4/+4 |
| | | | | Comment fix. Use renamed symbols. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -5/+5 |
| | | | | | (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID. Comments fixed. Use renamed symbols. | ||||
* | (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT. | Stefan Monnier | 2001-11-16 | 1 | -11/+12 |
| | | | | | (funcall_lambda, run_hook_with_args): Make static and add prototype. (ml_apply, find_handler_clause): Add prototype. | ||||
* | (add-menu-item): Make help_echo and radio buttons | Jason Rumney | 2001-11-15 | 1 | -2/+2 |
| | | | | | work for most menu items. From David Ponce <david.ponce@wanadoo.fr>. | ||||
* | *** empty log message *** | Jason Rumney | 2001-11-15 | 1 | -0/+6 |
| | |||||
* | (x_set_frame_parameters): Revert change of 2001-11-07. | Gerd Moellmann | 2001-11-15 | 2 | -9/+17 |
| | | | | | Some x_set_* function expect to be called even if old and new value are equal. | ||||
* | (x_draw_image_relief): Accept zero tool_bar_button_relief. | Gerd Moellmann | 2001-11-15 | 1 | -1/+1 |
| | |||||
* | (Fx_create_frame): Accept zero tool_bar_button_relief. | Gerd Moellmann | 2001-11-15 | 1 | -2/+2 |
| | |||||
* | (build_desired_tool_bar_string): Accept zero | Gerd Moellmann | 2001-11-15 | 1 | -1/+1 |
| | | | | tool_bar_button_relief. | ||||
* | Fix typos. | Pavel Janík | 2001-11-15 | 1 | -2/+2 |
| | |||||
* | Comment fix. | Pavel Janík | 2001-11-15 | 1 | -1/+1 |
| | |||||
* | (x_draw_bar_cursor): If the background color of the | Gerd Moellmann | 2001-11-15 | 2 | -16/+23 |
| | | | | | glyph under the cursor equals the frame's cursor color, use the glyph's foreground color for drawing the bar cursor. | ||||
* | (direct_output_forward_char): Fix character/byte | Gerd Moellmann | 2001-11-15 | 2 | -2/+7 |
| | | | | position comparison. | ||||
* | (Ffield_beginning, Ffield_end): Update EXFUN decl. | Miles Bader | 2001-11-15 | 2 | -2/+12 |
| | |||||
* | (Fminibuffer_prompt_end): Update args to Ffield_end. | Miles Bader | 2001-11-15 | 1 | -1/+1 |
| | |||||
* | (find_field): Add BEG_LIMIT and END_LIMIT parameters. | Miles Bader | 2001-11-15 | 1 | -21/+33 |
| | | | | | | | (Fdelete_field, Ffield_string, Ffield_string_no_properties): Update arguments to find_field. (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field. (Fconstrain_to_field): Use LIMIT arg to shorten search time. | ||||
* | (Fpropertize): Allow call with 1 arg. | Richard M. Stallman | 2001-11-15 | 2 | -2/+4 |
| | |||||
* | (image_background, image_background_transparent): | Richard M. Stallman | 2001-11-14 | 1 | -0/+4 |
| | | | | Conditionalize on HAVE_X_WINDOWS. | ||||
* | *** empty log message *** | Richard M. Stallman | 2001-11-14 | 1 | -0/+29 |
| | |||||
* | (prin1, print): Doc fix. | Eli Zaretskii | 2001-11-14 | 2 | -2/+8 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2001-11-14 | 1 | -0/+8 |
| | |||||
* | Remove prototypes for variables `Vhighlight_wrong_size_font' and | Pavel Janík | 2001-11-14 | 1 | -2/+0 |
| | | | | `Vclip_large_size_font'. | ||||
* | Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. | Pavel Janík | 2001-11-14 | 1 | -10/+0 |
| | |||||
* | (Fget_unused_category): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -4/+5 |
| | |||||
* | (Ffile_accessible_directory_p): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
| | |||||
* | (Funlock_buffer, Ffile_locked_p): Doc fixes. | Richard M. Stallman | 2001-11-14 | 1 | -4/+6 |
| | |||||
* | (Fprin1_to_string): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -4/+4 |
| | |||||
* | (syms_of_eval): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
| | |||||
* | (Fceiling, Ffloor): Doc fixes. | Richard M. Stallman | 2001-11-14 | 1 | -2/+4 |
| | |||||
* | (syms_of_buffer): Doc fixes. | Richard M. Stallman | 2001-11-14 | 1 | -17/+19 |
| | |||||
* | (syms_of_coding): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+2 |
| | |||||
* | (syms_of_display): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
| | |||||
* | (Fsun_change_cursor_icon): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -1/+2 |
| | |||||
* | Doc fixes. | Jason Rumney | 2001-11-13 | 2 | -7/+12 |
| | |||||
* | (Fface_attributes_as_vector): Doc fix. | Pavel Janík | 2001-11-13 | 2 | -1/+3 |
| | |||||
* | (Fx_synchronize): Reindent. | Pavel Janík | 2001-11-13 | 2 | -3/+5 |
| | |||||
* | Doc fix. | Pavel Janík | 2001-11-13 | 4 | -5/+6 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2001-11-13 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2001-11-13 | 1 | -0/+4 |
| | |||||
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 9 | -594/+597 |
| | |||||
* | (x-popup-menu): Reindent. | Pavel Janík | 2001-11-13 | 2 | -2/+5 |
| | | | | (x-popup-dialog): Likewise. | ||||
* | (Finternal_set_alternative_font_family_alist): Reindent. | Pavel Janík | 2001-11-13 | 2 | -1/+4 |
| | |||||
* | (Fdump_tool_bar_row): Reindent. | Pavel Janík | 2001-11-13 | 2 | -1/+3 |
| |