aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2002-07-071-0/+16
|
* Treat a partially visible line like "cursor off screen".Richard M. Stallman2002-07-071-16/+37
| | | | | | | | | | | (make_cursor_line_fully_visible): Don't try short scrolls. Instead just return 0 when there is something to be done. (try_scrolling): If make_cursor_line_fully_visible returns 0, retry scrolling as if cursor were off the bottom. (try_cursor_movement): If make_cursor_line_fully_visible returns 0, return CURSOR_MOVEMENT_MUST_SCROLL. (redisplay_window): If make_cursor_line_fully_visible returns 0, go to try_to_scroll.
* (Fbuffer_local_value): Store current value into its bindingRichard M. Stallman2002-07-071-1/+20
| | | | so we get the up-to-date value for the binding that is loaded.
* (Fdefmacro): Doc fix.Richard M. Stallman2002-07-071-2/+14
|
* *** empty log message ***Pavel Janík2002-07-051-0/+4
|
* Remove unused variable `face'.Pavel Janík2002-07-051-1/+0
|
* (Vtranslation_hash_table_vector, GET_HASH_TABLE)Dave Love2002-07-051-1/+73
| | | | | | | (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New. (ccl_driver): Add cases for CCL_LookupIntConstTbl, CCL_LookupCharConstTbl. (syms_of_ccl): Defvar translation-hash-table-vector.
* (read_key_sequence): Set initial_idleness_start_timeDave Love2002-07-051-2/+4
| | | | correctly.
* (post_command_idle_hook): Remove redundant (and inexact) obsolescenceJuanma Barranquero2002-07-042-4/+8
| | | | information.
* 2002-07-03 Andrew Choi <[email protected]>Andrew Choi2002-07-042-8/+30
| | | | | * macterm.c (x_list_fonts): Fix comment. Cache fonts matching pattern. Search cache first.
* 2002-07-03 Andrew Choi <[email protected]>Andrew Choi2002-07-042-4/+16
| | | | | | * macterm.c (init_font_name_table): Also add entry for jisx0201.1976-0 coding for Japanese font. (XLoadQueryFont): Use it.
* Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* *** empty log message ***Richard M. Stallman2002-07-021-0/+6
|
* (Fdefine_key): Doc fix.Richard M. Stallman2002-07-021-0/+2
|
* (x_term_init): Turn off polling around XtOpenDisplay.Richard M. Stallman2002-07-021-0/+2
|
* *** empty log message ***Juanma Barranquero2002-07-021-0/+4
|
* (syms_of_keymap): Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* 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
|