aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-08-241-0/+2
|
* (mark_byte_stack): Add a comment.Gerd Moellmann2000-08-241-0/+7
|
* (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)Gerd Moellmann2000-08-242-5/+16
| | | | | (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is a graphical frame.
* New file.Andrew Innes2000-08-241-0/+1166
|
* (do_completion): Always use compare-string, not string-equal becauseKenichi Handa2000-08-241-2/+2
| | | | the latter doesn't pay attention to multibyteness of strings.
* *** empty log message ***Kenichi Handa2000-08-241-0/+4
|
* *** empty log message ***Kenichi Handa2000-08-241-0/+13
|
* (create_process): Don't setup raw-text coding here.Kenichi Handa2000-08-241-22/+23
| | | | | | | | | | | | (Fopen_network_stream): Don't set coding->src_multibyte and coding->dst_multibyte here. (read_process_output): For process filter, return unibyte string if default-enable-multibyte-characters is nil. (send_process): If OBJECT is multibyte text, be sure to encoded it by the specified coding system for the process. Otherwise, setup raw-text coding. (init_process): Don't initialize default-process-coding-system here.
* (syms_of_buffer) <scroll-up-aggressively>: Doc fix.Eli Zaretskii2000-08-232-2/+7
| | | | <scroll-down-aggressively>: Likewise.
* (encode_eol): Fix bug for the case of dst_bytes being zero. SetKenichi Handa2000-08-231-1/+2
| | | | coding->produced_char correctly.
* *** empty log message ***Kenichi Handa2000-08-231-0/+5
|
* *** empty log message ***Andrew Innes2000-08-231-1/+181
|
* (malloc, free, realloc, calloc): Rename ifAndrew Innes2000-08-221-1/+23
| | | | | | | | | | | | | | USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it cannot override the CRT malloc. (_WINSOCK_H): Define to prevent normal winsock definitions from being used. (sys_nerr): Provide default definition. (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same name with _ prepended. (NSIG): Define if not known. (get_emacs_configuration): Provide extern declaration. (get_emacs_configuration_options): Provide extern declaration. (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-10/+5
| | | | Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
* Include keyboard.h before frame.h.Andrew Innes2000-08-223-1/+3
|
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-2/+4
| | | | | | [USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes. (x_update_window_end): Update prototype.
* (IsValidLocale): Extern missing from mingw32 headers.Andrew Innes2000-08-221-4/+13
| | | | | | | (compare_env): (find_child_console): Fix compile warning. (create_child): Remove reference to security descriptor, which isn't needed and doesn't compile with mingw32.
* Include keyboard.h before frame.h. Fix compileAndrew Innes2000-08-221-3/+3
| | | | warnings.
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-0/+5
| | | | (MOUSE_MOVED): Define if not known.
* Undefine min, max.Andrew Innes2000-08-222-0/+11
|
* [!USE_CRT_DLL]: Don't define _heap_init and _heap_termAndrew Innes2000-08-221-2/+2
| | | | | unless we are linking with a static CRT. (RVA_TO_PTR): Cast result to unsigned char*.
* (max): Define macro.Andrew Innes2000-08-221-12/+60
| | | | | | (JOHAB_CHARSET): Define if not known. (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known. (Fx_show_tip): Synch with X version.
* (min): Define macro.Andrew Innes2000-08-221-6/+10
| | | | (clear_frame, write_glyphs): Fix compile warning.
* (search_file_line):Andrew Innes2000-08-221-6/+8
| | | | | | | (set_bdf_font_info): (seek_char): (w32_get_bdf_glyph): (w32_BDF_to_x_font): Fix compile warnings.
* *** empty log message ***Stefan Monnier2000-08-221-0/+7
|
* (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.Andrew Innes2000-08-221-22/+65
| | | | | | | | | | | | | | | | (add_volume_info): Use xstrdup. (init_environment): Call _access. (check_windows_init_file): Call _close. (init_user_info): Call _putenv. (init_environment): Call _putenv and _strdup. (init_ntproc): Reset volume info cache on startup. (unc_volume_file_attributes): (open_unc_volume): Make arg const. (gettimeofday): Use struct timeb, not struct _timeb. (map_w32_filename, read_unc_volume): Fix compile warning. (sys_strerror): Use sys_nerr instead of _sys_nerr. Use sys_errlist instead of _sys_errlist. (get_emacs_configuration_options): New function.
* (Vcompletion_auto_help): Renamed from `auto_help'.Stefan Monnier2000-08-221-5/+5
| | | | | | (do_completion, Fminibuffer_complete_word): Use it. (syms_of_minibuf): Turn completion-auto-help into a proper Lisp var so it can take non-boolean values.
* Change PUCHAR to PCHAR.Andrew Innes2000-08-221-19/+29
| | | | | | | | | | (PTR_TO_OFFSET): Cast ptr to unsigned char *. (relocate_offset): (get_section_info): (copy_executable_and_dump_data): Remove unnecessary static defs. (copy_executable_and_dump_data): Fix compile warnings. (unexec): Ignore old_name, and use the actual location of the current executable instead. Base new_name on this.
* (write_segment) [USE_CRT_DLL]: Remove unnecessaryAndrew Innes2000-08-221-0/+2
| | | | extern, which screws up dllimport attributes.
* Include keyboard.h before frame.h.Andrew Innes2000-08-229-10/+14
|
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+6
| | | | | | (NULL) [WINDOWSNT]: Define NULL if not defined. [USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
* [USE_CRT_DLL]: Remove unnecessary extern, whichAndrew Innes2000-08-223-0/+8
| | | | screws up dllimport attributes.
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+5
| | | | | | | [USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes. (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
* (LOCAL_FLAGS): Define USE_CRT_DLL if requested.Andrew Innes2000-08-221-2/+7
| | | | (LINK_FLAGS): Append to original value of LINK_FLAGS.
* [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.Andrew Innes2000-08-221-0/+2
|
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+3
| | | | | [USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-223-0/+7
| | | | up dllimport attributes.
* (malloc_initialize_hook) [USE_CRT_DLL]: RemoveAndrew Innes2000-08-221-0/+4
| | | | | unnecessary extern, which screws up dllimport attributes. (main): Ditto.
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+3
| | | | | (window_change_signal) [USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
* (find_field): Formatting changes.Gerd Moellmann2000-08-212-64/+106
| | | | | | (toplevel): Some old-style function forward declarations changed to prototypes, some new protypes added, some functions made static.
* (set_time_zone_rule): Add prototype.Gerd Moellmann2000-08-211-0/+2
| | | | (use_dialog_box): External declaration.
* (gen_help_event): Add parameter SIZE.Gerd Moellmann2000-08-212-43/+90
| | | | | | | | | | | (kbd_buffer_events_waiting): Slightly rewritten. (clear_event): New function. (kbd_buffer_get_event): Use it, and clear the input_events of HELP_EVENTs. (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and don't fill the newly created array with nils. (toplevel): Convert some old-style function forward declarations to prototypes.
* (gen_help_event): Change prototype.Gerd Moellmann2000-08-211-1/+1
|
* (XTread_socket): Change calls to gen_help_event.Gerd Moellmann2000-08-211-2/+3
|
* (w32_read_socket): Change calls to gen_help_event.Gerd Moellmann2000-08-211-3/+5
|
* *** empty log message ***Gerd Moellmann2000-08-211-0/+4
|
* (Fmacroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
|
* *** empty log message ***Kenichi Handa2000-08-211-0/+4
|
* (keymap_panes): Pass the keymap's prompt as the pane name toJason Rumney2000-08-202-2/+48
| | | | | | single_keymap_panes. (w32_menu_show): Set wv->title when dealing with titles. (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
* (help_echo_window): New variable.Jason Rumney2000-08-201-106/+59
| | | | | | | | | | | | | | | (syms_of_w32term): staticpro it. (note_mode_line_highlight): Set it. (XTextExtents16): Removed as there is no equivalent on W32. (x_compute_glyph_string_overhangs): Incomplete body removed, as the X way of doing this will not work for W32. (w32_intersect_rectangles): Removed. Use IntersectRect API call. (x_draw_image_foreground): Avoid drawing outside of the clip area when image doesn't have a mask. (note_mouse_highlight): Process overlays in the right order of priority. Set help_echo_window. (x_draw_bar_cursor): If cursor is on an image, draw a box cursor because that's more visible for large images.