aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 2002-07-01 Andrew Choi <[email protected]>Andrew Choi2002-07-012-1/+9
| | | | * s/darwin.h: Define POSIX_SIGNALS.
* In mac:Andrew Choi2002-07-012-15/+41
| | | | | | | | | | | | | | | | | | | | 2002-07-01 Andrew Choi <[email protected]> * Emacs.app/Contents/Resources/Emacs.icns: New file. * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and CFBundleIconFile entries. In src: 2002-07-01 Andrew Choi <[email protected]> * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef and FSRefMakePath to convert FSSpec returned with Apple Event to Posix pathname. (mac_initialize) [TARGET_API_MAC_CARBON]: Call init_required_apple_events and disable the `Quit' menu item provided automatically by the Carbon Toolbox.
* *** empty log message ***Dave Love2002-07-011-0/+9
|
* (kbd_buffer_store_event): Fix interrupt_signal declDave Love2002-07-011-2/+2
| | | | for K&R.
* term.c (costs_set): Declare static, non-initialized for pcc.Dave Love2002-07-011-1/+1
|
* Fix prototype for K&R.Dave Love2002-07-011-1/+1
|
* *** empty log message ***Richard M. Stallman2002-07-011-0/+14
|
* (timer_last_idleness_start_time): New variable.Richard M. Stallman2002-07-011-0/+14
| | | | | | (timer_start_idle): Set that. (read_key_sequence): Use that to reset timer_idleness_start_time to previous value.
* (Frecenter): With arg, set optional_new_start.Richard M. Stallman2002-07-011-5/+3
|
* Comment change.Richard M. Stallman2002-07-011-1/+1
|
* (redisplay_internal): Make optional_new_start really work.Richard M. Stallman2002-07-011-5/+5
|
* (Fminibuffer_complete_and_exit): Move to end of buffer for completion.Richard M. Stallman2002-07-011-0/+1
|
* (store_mode_line_string): Lisp_Object/int mixup.Ken Raeburn2002-06-292-1/+5
|
* Indentation fixes.Jan Djärv2002-06-281-5/+5
|
* (readable_filtered_events): New function.Jan Djärv2002-06-282-21/+77
| | | | | | | (readable_events): Call readable_filtered_events. (get_filtered_input_pending): New function. (get_input_pending): Call get_filtered_input_pending. (Finput_pending_p): Call get_filtered_input_pending.
* (x_focus_changed): New function.Jan Djärv2002-06-281-48/+156
| | | | | | (x_detect_focus_change): New function. (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut EnterNotify and LeaveNotify to track X focus changes.
* (struct x_output): Add focus_state.Jan Djärv2002-06-281-0/+18
|
* Remove duplicate declaration of code_convert_string_norecord.Andreas Schwab2002-06-282-1/+5
|
* (mode_line_string_list, mode_line_string_face)Kim F. Storm2002-06-271-9/+188
| | | | | | | | | | | | | (mode_line_string_face_prop): New variables. (store_mode_line_string): New function. (display_mode_element): Use store_mode_line_string to add mode-line string elements to mode_line_string_list when mode_line_string_list is non-nil. (Fformat_mode_line): Now returns propertized string by default. New arg NO-PROPS to ignore properties. (decode_mode_spec): Only add two dashes for %- in propertized mode-line string. (syms_of_xdisp): Init and staticpro mode_line_string_list.
* *** empty log message ***Kim F. Storm2002-06-271-0/+14
|
* (minibuffer_completion_contents): Add return type.Stefan Monnier2002-06-272-3/+7
|
* *** empty log message ***Juanma Barranquero2002-06-271-0/+5
|
* (Fchar_bytes): Remove obsolescence info from docstring.Juanma Barranquero2002-06-271-2/+1
|
* *** empty log message ***Juanma Barranquero2002-06-261-0/+4
|
* (Frecenter): Don't set force_start flag.Richard M. Stallman2002-06-262-0/+10
|
* (read_file_name_cleanup): Add missing return.Juanma Barranquero2002-06-261-1/+1
|
* (do_completion, Fminibuffer_complete_word)Richard M. Stallman2002-06-261-24/+51
| | | | | (Fminibuffer_completion_help): Complete just the text before point. (minibuffer_completion_contents): New function.
* (Fbury_buffer): Use frames_discard_buffer.Richard M. Stallman2002-06-262-1/+10
|
* (frames_bury_buffer): Function deleted.Richard M. Stallman2002-06-261-20/+0
|
* *** empty log message ***Stefan Monnier2002-06-251-4/+6
|
* (Fcall_interactively): When checking to see if doprnt hitMiles Bader2002-06-252-1/+6
| | | | the end of callint_message, allow for a terminating '\0'.
* (temp_output_buffer_setup): Kill all local variables.Stefan Monnier2002-06-241-0/+1
|
* *** empty log message ***Kenichi Handa2002-06-241-0/+20
|
* Include composite.hJuanma Barranquero2002-06-243-0/+4
|
* *** empty log message ***Juanma Barranquero2002-06-241-0/+4
|
* (XTread_socket): Disable composition handling.Kenichi Handa2002-06-241-0/+5
|
* (selection_data_to_lisp_data): Disable composition handling.Kenichi Handa2002-06-241-0/+4
|
* (Fw32_get_clipboard_data): Disable composition handling.Kenichi Handa2002-06-241-0/+4
|
* (w32_to_x_font): Disable composition handling.Kenichi Handa2002-06-241-0/+3
|
* (Fw16_get_clipboard_data): Disable composition handling.Kenichi Handa2002-06-241-0/+3
|
* (detect_eol): Preserve coding->cmp_data.Kenichi Handa2002-06-241-0/+2
|
* (Fcall_process): If code detection is necessary, call detect_codingKenichi Handa2002-06-241-0/+6
| | | | directly here.
* *** empty log message ***Stefan Monnier2002-06-221-0/+4
|
* (Fread): Remove redundant and imprecise declaration.Stefan Monnier2002-06-221-1/+0
|
* Improve comments.Stefan Monnier2002-06-221-3/+7
|
* (check_x_display_info): Use check_x_frame.Stefan Monnier2002-06-221-6/+1
|
* (xprintsym): Use the new `xname' field.Stefan Monnier2002-06-222-6/+10
| | | | (xsymbol): Use it.
* (file_dialog_callback): New function.Jason Rumney2002-06-222-45/+92
| | | | (Fx_file_dialog): Allow selecting directories as well as files.
* *** empty log message ***Pavel Janík2002-06-211-0/+5
|
* (START_FILES): Define START_FILES for NetBSD andPavel Janík2002-06-211-0/+3
| | | | OpenBSD. Add support for mipseb-*-netbsd* machines.