aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2005-07-091-0/+4
|
* *** empty log message ***Kim F. Storm2005-07-081-0/+5
|
* *** empty log message ***Kim F. Storm2005-07-071-1/+5
|
* *** empty log message ***Richard M. Stallman2005-07-061-1/+6
|
* (initialize_w32_display): Detect when the consoleJason Rumney2005-07-061-0/+6
| | | | | dimensions are insane, and default to 80x25 instead. (w32_use_full_screen_buffer): default to NIL.
* (mac_draw_vertical_window_border): Use foreground ofYAMAMOTO Mitsuharu2005-07-061-0/+11
| | | | | | | | | | VERTICAL_BORDER_FACE_ID for vertical border line. (mac_encode_char): Call check_ccl_update in advance. (mac_to_x_fontname, x_font_name_to_mac_font_name) (init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't assume that font family length is less than 32. (x_compute_min_glyph_bounds): Make static. (x_load_font): Never set fonts_changed_p to zero.
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* *** empty log message ***Richard M. Stallman2005-07-031-0/+14
|
* *** empty log message ***Eli Zaretskii2005-07-021-0/+5
|
* (Fcopy_file): Rearrange the code that calls fchown andEli Zaretskii2005-07-021-0/+6
| | | | | fchmod so that chmod doesn't get called on MSDOS before the file is closed.
* * w32term.c (cleartype_active): New flag for enabling sub-pixelJason Rumney2005-07-011-0/+11
| | | | | | | | | | workaround. (w32_initialize): Initialize it. (w32_native_per_char_metric): Allow a couple of extra pixels when Cleartype is active. * w32term.c (w32_initialize): Move check for screen reader here from syms_of_w32term.
* * xterm.c (handle_one_xevent): bzero compose_status when nbytesJan Djärv2005-06-301-0/+5
| | | | is not zero.
* 2005-07-01 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2005-06-301-0/+5
| | | | | * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
* *** empty log message ***Juri Linkov2005-06-301-0/+13
|
* *** empty log message ***Stefan Monnier2005-06-291-6/+4
|
* *** empty log message ***Juanma Barranquero2005-06-291-0/+6
|
* (Fdefvar): Improve error message.Richard M. Stallman2005-06-281-0/+4
|
* [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.YAMAMOTO Mitsuharu2005-06-271-0/+5
|
* (Fdefvar): Don't try to set constant symbols.Juanma Barranquero2005-06-271-0/+4
|
* *** empty log message ***Richard M. Stallman2005-06-251-0/+16
|
* *** empty log message ***Richard M. Stallman2005-06-251-0/+14
|
* *** empty log message ***Richard M. Stallman2005-06-251-0/+4
|
* (Frename_file): Undo last change: no need to ifdef awayEli Zaretskii2005-06-241-0/+9
| | | | chown on DOS_NT platforms.
* *** empty log message ***Juanma Barranquero2005-06-241-0/+3
|
* (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.Juanma Barranquero2005-06-241-0/+5
|
* *** empty log message ***Richard M. Stallman2005-06-231-0/+13
|
* (Fx_own_selection_internal): Follow error conventions.Juanma Barranquero2005-06-231-0/+15
|
* *** empty log message ***Juanma Barranquero2005-06-231-7/+14
|
* *** empty log message ***Kim F. Storm2005-06-221-1/+1
|
* (save-match-data): Add comment about using evaporate argKim F. Storm2005-06-221-0/+7
| | | | to set-match-data.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438Miles Bader2005-06-221-0/+8
| | | | | | | | | | | | | | | | | | | | Rename vertical-divider face to vertical-border 2005-06-22 Miles Bader <miles@gnu.org> * lisp/faces.el (vertical-border): Renamed from `vertical-divider'. 2005-06-22 Miles Bader <miles@gnu.org> * man/display.texi (Faces): Change `vertical-divider' to `vertical-border'. 2005-06-22 Miles Bader <miles@gnu.org> * src/xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'. (realize_basic_faces, syms_of_xfaces): Update references to it. * src/dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID' to `VERTICAL_BORDER_FACE_ID'. * src/dispnew.c (build_frame_matrix_from_leaf_window): Update references.
* *** empty log message ***Juri Linkov2005-06-211-0/+11
|
* *** empty log message ***Juanma Barranquero2005-06-211-0/+5
|
* *** empty log message ***Kim F. Storm2005-06-201-1/+5
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435Miles Bader2005-06-201-0/+11
| | | | | | | | | | | | | | | | | | | | | | | Implement tty vertical-divider face 2005-06-20 Miles Bader <miles@gnu.org> * lisp/faces.el (vertical-divider): New face. 2005-06-20 Miles Bader <miles@gnu.org> * man/display.texi (Faces): Add `vertical-divider'. 2005-06-20 Miles Bader <miles@gnu.org> * src/xfaces.c (Qvertical_divider): New variable. (realize_basic_faces): Realize its face. (syms_of_xfaces): Initialize it. * src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'. * src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical window-separator on ttys using `vertical-divider' face by default.
* *** empty log message ***Richard M. Stallman2005-06-171-1/+3
|
* (get_next_display_element): Reverse test of Vshow_nonbreak_escape.Richard M. Stallman2005-06-171-1/+21
|
* *** empty log message ***Juanma Barranquero2005-06-171-0/+4
|
* (mac_compute_glyph_string_overhangs): Don't setYAMAMOTO Mitsuharu2005-06-151-0/+17
| | | | | | | | | | | | | | | | overhangs unless the given glyph type is noncomposite CHAR_GLYPH. [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down events. (XTread_socket): Don't pass keyboard events with the option modifier to the system when Vmac_command_key_is_meta is nil or Vmac_option_modifier is non-nil. [USE_CARBON_EVENTS] (read_socket_inev): New variable. [USE_CARBON_EVENTS] (init_command_handler): Fix argument. [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event handler function. (install_window_handler) [USE_CARBON_EVENTS]: Install it. (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event handler part to mac_handle_mouse_event.
* (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS andJuanma Barranquero2005-06-141-0/+5
| | | | BASE-VARIABLE, respectively.
* *** empty log message ***Stefan Monnier2005-06-131-13/+21
|
* *** empty log message ***Eli Zaretskii2005-06-131-0/+9
|
* (NEWOPENFILENAME): New struct.Jason Rumney2005-06-121-0/+7
| | | | | | (Fx_file_dialog): Use it to trick the system into giving us up to date dialogs on systems that are documented to support it. Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
* *** empty log message ***Eli Zaretskii2005-06-121-0/+5
|
* (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th argEli Zaretskii2005-06-111-0/+20
| | | | | | | | | | | | | | | | | | | | | to CreateDIBSection to avoid a compiler warning. (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (png_load): Cast return values of fn_png_create_read_struct and fn_png_create_info_struct, to avoid compiler warnings on W32. Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent to avoid compiler warnings. (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (tiff_load): Cast return values of fn_TIFFOpen and fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (gif_load): Cast return values of fn_DGifOpenFileName and fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef before redefining.
* *** empty log message ***Eli Zaretskii2005-06-111-0/+5
|
* *** empty log message ***Jason Rumney2005-06-101-0/+6
|
* ($(TEMACS)): Depend on addsection.exe.Eli Zaretskii2005-06-101-0/+4
|
* *** empty log message ***Juanma Barranquero2005-06-101-0/+5
|
* (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argumentEli Zaretskii2005-06-101-0/+8
| | | | | | | `verbose'; print diagnostic messages only if it is non-zero. All callers changed to pass a zero value unless DEBUG_DUMP is defined in the environment. (copy_executable_and_dump_data): Print section names with %.8s.