aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (read_minibuf): Remove arg KEEP_ALL. Callers changed.Juri Linkov2006-05-251-18/+12
| | | | (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
* (Fread_from_minibuffer): Decrement number of args.Juri Linkov2006-05-251-1/+1
|
* *** empty log message ***Richard M. Stallman2006-05-251-0/+4
|
* (main, Fdump_emacs): Don't test __linux or __linux__.Richard M. Stallman2006-05-251-3/+3
|
* *** empty log message ***Luc Teirlinck2006-05-241-0/+4
|
* (BASE_PURESIZE): Increase to 1210000.Luc Teirlinck2006-05-241-1/+1
|
* *** empty log message ***Alan Mackenzie2006-05-241-0/+18
|
* lread.c (Vload_history): Enhance doc-string to say that the file is theAlan Mackenzie2006-05-241-22/+48
| | | | | | | | | | | | | | | | absolute truename of the loaded file. lread.c (Vafter_load_alist): doc-string: state that an element now has a regexp to match file names, not a file name as such. lread.c (readevalloop): Call file-truename on the name for load-history, except at preloading time. lread.c (Fload): At preloading time, preserve the extension of the filename which goes into load-history. New variable hist_file_name. lread.c (Fload): Do eval-after-load stuff by calling the lisp function do-after-load-evaluation.
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-241-0/+40
|
* (TYPE_FILE_NAME): Change from macro to enumerator.YAMAMOTO Mitsuharu2006-05-241-2/+44
| | | | | | | | | | | (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator. (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise. (gestaltSystemVersionMajor, gestaltSystemVersionMinor) (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]: Likewise. (typeUTF8Text, kEventParamWindowMouseLocation) [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise. (x_get_focus_frame, mac_ae_put_lisp): Add externs.
* (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:YAMAMOTO Mitsuharu2006-05-241-16/+21
| | | | Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
* (Qemacs_suspension_id): New variable.YAMAMOTO Mitsuharu2006-05-241-43/+324
| | | | | | | | | | | | | | | | | | (syms_of_macselect): Intern and staticpro it. (struct suspended_ae_info): New struct. (deferred_apple_events, defer_apple_events) (Fmac_process_deferred_apple_events): Use it. (suspended_apple_events): New variable. (mac_handle_apple_event_1): New function. (mac_handle_apple_event): Use it. Don't process previously suspended events. (cleanup_suspended_apple_events, get_suspension_id)n (cleanup_all_suspended_apple_events): New functions. (init_apple_event_handler): Call cleanup_all_suspended_apple_events at exit. (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter) (Fmac_resume_apple_event): New defuns. (syms_of_macselect): Defsubr them.
* (Fx_server_version): Use gestaltSystemVersionMajor etc.YAMAMOTO Mitsuharu2006-05-241-3/+3
|
* (ae_attr_table): New variable.YAMAMOTO Mitsuharu2006-05-241-14/+165
| | | | | | | (syms_of_mac): Intern and staticpro its elements. (mac_aelist_to_lisp): Also convert Apple event attributes. (mac_ae_put_lisp): New function. (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
* *** empty log message ***Richard M. Stallman2006-05-241-0/+3
|
* (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.YAMAMOTO Mitsuharu2006-05-232-170/+226
| | | | | | | | | (fn_keycode_to_keycode_table) [MAC_OSX]: New variable. (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function. (XTread_socket) [TARGET_API_MAC_CARBON]: Use it. (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout resource to backtranslate key with modifiers. (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
* * xterm.c: Remove declarations already in xterm.hJan Djärv2006-05-231-0/+8
| | | | | | * xterm.h: Add extern declarations for x_clear_errors, x_fully_uncatch_errors, x_catching_errors and x_alloc_lighter_color_for_widget. Remove duplicated declarations.
* * xterm.c: Remove declarations already in xterm.hJan Djärv2006-05-231-12/+0
|
* * xterm.h: Add extern declarations for x_clear_errors,Jan Djärv2006-05-231-4/+6
| | | | | x_fully_uncatch_errors, x_catching_errors and x_alloc_lighter_color_for_widget. Remove duplicated declarations.
* Update comments.Chong Yidong2006-05-231-0/+4
|
* (best_matching_font): Abort for best == NULL before we start to use it.Richard M. Stallman2006-05-221-18/+18
|
* (syms_of_buffer, Fmake_overlay): Doc fixes.Richard M. Stallman2006-05-212-4/+8
|
* *** empty log message ***Richard M. Stallman2006-05-211-0/+2
|
* *** empty log message ***Kim F. Storm2006-05-201-0/+9
|
* (best_matching_font): Fix crash in 2006-05-17 change.Kim F. Storm2006-05-201-2/+2
|
* (CODING_REQUIRE_ENCODING): Elaborate the comment.Eli Zaretskii2006-05-201-1/+4
|
* (convert_fn_keycode): Fix last change.YAMAMOTO Mitsuharu2006-05-202-1/+5
|
* *** empty log message ***Eli Zaretskii2006-05-191-1/+2
|
* (init_environment): Simplify code that calls ExpandEnvironmentStrings and makeEli Zaretskii2006-05-191-11/+8
| | | | buf1[] and buf2[] more visible for easier debugging.
* (init_environment): Perform the processing of environment variables on a copyEli Zaretskii2006-05-192-4/+21
| | | | of default variables and their values, not on the original.
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-191-0/+13
|
* (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).YAMAMOTO Mitsuharu2006-05-191-1/+3
|
* (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:YAMAMOTO Mitsuharu2006-05-191-0/+3
| | | | Forward keyUp events to toolbox_dispatcher.
* (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.YAMAMOTO Mitsuharu2006-05-191-14/+10
|
* (gif_load): Allocate Lisp string first.YAMAMOTO Mitsuharu2006-05-191-6/+6
|
* (x_set_border_width): Remove #ifndef MAC_OS.YAMAMOTO Mitsuharu2006-05-191-2/+0
|
* * config.in: Regenerated (HAVE_ALSA).Jan Djärv2006-05-181-0/+16
| | | | | | | | | | | | | | * sound.c (alsa_sound_perror, alsa_open, alsa_period_size) (alsa_configure, alsa_close, alsa_choose_format, alsa_write) (snd_error_quiet, alsa_init): New functions. (vox_init): Return 0 if unable to open device. (Fplay_sound_internal): Test for alsa first and use vox (oss) as a fallback. (struct sound_device): Add period_size. (wav_play, au_play): Use period_size if set. * Makefile.in (CFLAGS_SOUND): New flags for ALSA (ALL_CFLAGS): Add CFLAGS_SOUND
* * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)Jan Djärv2006-05-181-9/+392
| | | | | | | | | | (alsa_configure, alsa_close, alsa_choose_format, alsa_write) (snd_error_quiet, alsa_init): New functions. (vox_init): Return 0 if unable to open device. (Fplay_sound_internal): Test for alsa first and use vox (oss) as a fallback. (struct sound_device): Add period_size. (wav_play, au_play): Use period_size if set.
* * Makefile.in (CFLAGS_SOUND): New flags for ALSAJan Djärv2006-05-181-1/+2
| | | | (ALL_CFLAGS): Add CFLAGS_SOUND
* * config.in: Regenerated (HAVE_ALSA).Jan Djärv2006-05-181-0/+6
|
* (Fcall_process): Reject encoding arguments byKenichi Handa2006-05-182-0/+14
| | | | ascii-incompatible coding systems (e.g. utf-16).
* (Qascii_incompatible): New variable.Kenichi Handa2006-05-181-1/+14
| | | | | | (syms_of_coding): Setup Qascii_incompatible. (setup_coding_system): Be sure to initialize coding->common_flags. Check `ascii-incompatible' property of the coding system.
* (CODING_ASCII_INCOMPATIBLE_MASK): New macro.Kenichi Handa2006-05-181-4/+6
|
* Comment change.Richard M. Stallman2006-05-171-0/+2
|
* (better_font_p): Any font beats no font.Richard M. Stallman2006-05-171-22/+21
| | | | (best_matching_font): Simplify based on above change.
* (display_tool_bar_line): Eliminate x_before variable.Kim F. Storm2006-05-171-4/+4
|
* (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.Richard M. Stallman2006-05-171-4/+6
|
* (display_tool_bar_line): Restore entire tool-bar geometry whenKim F. Storm2006-05-171-4/+8
| | | | | | | backtracking in case last image doesn't fit on line. (display_tool_bar_line): Don't adjust tool-bar height by more than height of one frame default line. From: MIYOSHI Masanori.
* *** empty log message ***Kim F. Storm2006-05-171-2/+11
|
* (handle_one_xevent): Check that f is not NULL beforeKim F. Storm2006-05-161-2/+2
| | | | calling x_kill_gs_process.