aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)sEli Zaretskii2005-12-171-0/+2
| | | | | should not be split between two lines, as that will break with GNU Make >3.80, when sh.exe is used and arg quoting is with '..'.
* 2005-12-17 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-12-172-8/+7
| | | | | * print.c (print_preprocess): Just signal an error if print_depth is exceeded.
* Revert last change.Chong Yidong2005-12-172-7/+8
|
* * print.c (print_preprocess): Just signal an error if print_depthChong Yidong2005-12-172-8/+7
| | | | is exceeded.
* Set a breakpoint on w32_abort.Eli Zaretskii2005-12-172-0/+7
|
* *** empty log message ***Juri Linkov2005-12-161-0/+13
|
* (Fminibuffer_completion_contents): New Lisp functionJuri Linkov2005-12-161-22/+25
| | | | | | | | | | | | created from minibuffer_completion_contents. (minibuffer_completion_contents): Remove. (do_completion, Fminibuffer_complete_word) (Fminibuffer_completion_help): Replace minibuffer_completion_contents with Fminibuffer_completion_contents. (syms_of_minibuf): Add Sminibuffer_completion_contents. (Fdisplay_completion_list): Doc fix. (display_completion_list_1): Use `nil' for second arg of `Fdisplay_completion_list'.
* *** empty log message ***John Paul Wallington2005-12-141-1/+0
|
* * xfns.c (compute_tip_xy): Handle negative dx and dy.Jan Djärv2005-12-144-1/+21
| | | | | | * w32fns.c (compute_tip_xy): Ditto * macfns.c (compute_tip_xy): Ditto
* * print.c (print_preprocess): Go to a deeper print_depth to avoidChong Yidong2005-12-142-1/+13
| | | | print_object loop.
* (code_convert_region_unwind): GCPRO arg.Kenichi Handa2005-12-142-0/+9
|
* * (compute_tip_xy): Calculate root_y the same way as root_x,Jan Djärv2005-12-123-24/+24
| | | | i.e. dy is offset from top of frame instead of bottom.
* * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,Jan Djärv2005-12-121-0/+7
| | | | | | | i.e. dy is offset from top of frame instead of bottom. * macfns.c (compute_tip_xy): Ditto. * w32fns.c (compute_tip_xy): Ditto.
* * gtkutil.c (SSDATA): New macro to remove compiler warnings.Jan Djärv2005-12-121-8/+11
| | | | | (xg_get_image_for_pixmap, xg_create_frame_widgets) (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
* * xmenu.c (menubar_selection_callback): Do nothing if the callbackJan Djärv2005-12-121-2/+11
| | | | is for an unselected radio menu item.
* * gtkutil.c (SSDATA): New macro to remove compiler warnings.Jan Djärv2005-12-121-0/+9
| | | | | | | | (xg_get_image_for_pixmap, xg_create_frame_widgets) (xg_get_file_with_chooser): Use SSDATA instead of SDATA. * xmenu.c (menubar_selection_callback): Do nothing if the callback is for an unselected radio menu item.
* (syms_of_xdisp) <blink-cursor-alist>: Doc fix.Richard M. Stallman2005-12-112-1/+23
|
* (EQ): Use == so args are computed just once.Richard M. Stallman2005-12-111-1/+1
|
* (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.Richard M. Stallman2005-12-111-4/+8
| | | | | (Flookup_key): Doc fix. (syms_of_keymap) <function-key-map>: Doc fix.
* *** empty log message ***Juri Linkov2005-12-111-0/+9
|
* (display_completion_list_1): Call `minibuffer_completion_contents'Juri Linkov2005-12-111-3/+3
| | | | | | instead of using `nil' as second arg of `Fdisplay_completion_list'. (keys_of_minibuf): Unbind SPC in Vminibuffer_local_filename_completion_map (see also related change on 2005-12-06).
* (Frequire): Treat evaluating from a source fileRichard M. Stallman2005-12-111-2/+8
| | | | like loading the file.
* (Flog): Doc fix.Richard M. Stallman2005-12-111-1/+1
|
* (Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.Richard M. Stallman2005-12-111-0/+2
|
* Comment and whitespace changes.Richard M. Stallman2005-12-111-5/+6
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-12-111-0/+7
|
* (syms_of_macselect) <mac-apple-event-map>:YAMAMOTO Mitsuharu2005-12-111-1/+1
| | | | Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
* (main) [MAC_OS8]: Undo previous change.YAMAMOTO Mitsuharu2005-12-111-3/+0
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-12-101-0/+70
|
* (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT event.YAMAMOTO Mitsuharu2005-12-101-4/+14
|
* (mac_make_lispy_event_code, mac_aedesc_to_lisp): Add externs.YAMAMOTO Mitsuharu2005-12-101-1/+8
| | | | | (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise. (Fmac_get_preference): Add EXFUN.
* (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)YAMAMOTO Mitsuharu2005-12-101-397/+137
| | | | | | | | | | | | | | | | | | | | | | | (Qpreferences): Remove variables. (syms_of_macterm) : Don't initialize them. (Qhicommand) [USE_CARBON_EVENTS]: New variable. (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it. (init_required_apple_events, do_ae_open_application) (do_ae_print_documents, do_ae_open_documents) (do_ae_quit_application): Remove functions and prototypes. (mac_ready_for_apple_events, Qundefined, init_apple_event_handler) (mac_find_apple_event_spec): Add externs. (mac_store_application_menu_event): Remove function. (mac_store_apple_event, mac_make_lispy_event_code): New functions. (mac_handle_command_event): Create Apple event from Carbon event. Use mac_store_apple_event instead of mac_store_application_menu_event. [MAC_OSX] (mac_store_services_event): Likewise. (struct SelectionRange, SelectionRange): Remove struct and typedef. [MAC_OS8] (main): Call init_apple_event_handler instead of init_required_apple_events. (mac_initialize) [MAC_OSX]: Likewise. [!USE_CARBON_EVENTS] (mac_wait_next_event): Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
* Include keymap.h.YAMAMOTO Mitsuharu2005-12-101-82/+411
| | | | | | | | | | | | | | | | | | | (mac_ready_for_apple_events): New variable. (Vmac_apple_event_map, Qmac_apple_event_class) (Qmac_apple_event_id): New variables. (syms_of_macselect): Initialize them. (Qundefined, mac_store_apple_event): Add externs. (struct apple_event_binding): New struct. (find_event_binding_fun, find_event_binding) (mac_find_apple_event_spec, defer_apple_events) (mac_handle_apple_event, init_apple_event_handler) (copy_scrap_flavor_data): New functions. (Fmac_process_deferred_apple_events): New defun. (syms_of_macselect): Defsubr it. (mac_store_services_event): Fix extern. (mac_handle_service_event): Don't allocate Lisp objects during asynchronous input processing. Use mac_store_services_event instead of mac_store_application_menu_event.
* (Qundecoded_file_name): New variable.YAMAMOTO Mitsuharu2005-12-101-0/+324
| | | | | | | | | (syms_of_mac): Initialize it. (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions. [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New function. (Fmac_coerce_ae_data): New defun. (syms_of_mac): Defsubr it.
* (Qmac_apple_event) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2005-12-101-0/+22
| | | | | (syms_of_keyboard) [MAC_OS]: Initialize it. (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
* (init_image) [MAC_OS]: Don't call EnterMovies.YAMAMOTO Mitsuharu2005-12-101-6/+4
| | | | [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
* (main) [MAC_OS8]: Call syms_of_keymap before syms_of_macselect.YAMAMOTO Mitsuharu2005-12-101-0/+3
|
* (macselect.o): Depend on keymap.h.YAMAMOTO Mitsuharu2005-12-101-1/+1
|
* (Fx_create_frame): Reinstate previous change.Richard M. Stallman2005-12-102-4/+4
|
* *** empty log message ***Eli Zaretskii2005-12-091-0/+5
|
* (w32_abort) [__GNUC__]: Add instructions for attaching GDB to the abort dialog.Eli Zaretskii2005-12-091-2/+6
|
* *** empty log message ***Kim F. Storm2005-12-091-0/+5
|
* From: Kyotaro HORIGUCHI (tiny change)Kim F. Storm2005-12-091-5/+7
| | | | (Fvertical_motion): Force move if starting on stretch glyph.
* *** empty log message ***Richard M. Stallman2005-12-081-0/+2
|
* (read_escape) <\s>: Don't treat strings specially.Richard M. Stallman2005-12-081-6/+5
|
* (Fx_create_frame): Comment out previous change.Richard M. Stallman2005-12-082-0/+8
|
* (Fx_create_frame): Initialize Vdefault_minibuffer_frame, when needed.Károly Lőrentey2005-12-072-0/+12
|
* (keys_of_minibuf): Just unbind SPC in Vminibuffer_local_filename_completion_mapStefan Monnier2005-12-062-2/+8
| | | | rather than forcing it explicitly to the same binding as the global map.
* (truncate_undo_list): Avoid dangerous side effects in NILP argument.Ken Raeburn2005-12-062-5/+15
|
* (Fminibuffer_complete_and_exit): Avoid dangerous side effects in NILP argument.Ken Raeburn2005-12-061-4/+5
|