| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-01-05 | 1 | -0/+9 |
| | | |||||
| * | (Fx_server_version): Use gestaltSystemVersionMajor, | YAMAMOTO Mitsuharu | 2006-01-05 | 1 | -9/+22 |
| | | | | | | gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac OS X 10.4 and later. | ||||
| * | (mac_coerce_file_name_ptr, mac_coerce_file_name_desc): | YAMAMOTO Mitsuharu | 2006-01-05 | 1 | -131/+90 |
| | | | | | Don't check that the other type is known file-related one. | ||||
| * | * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file, | Jan Djärv | 2006-01-04 | 2 | -29/+35 |
| | | | | | | let GTK do all image processing. Importing Emacs own pixmaps to GTK looks bad for inactive tool bar items with some Gnome themes. | ||||
| * | Avoid a warning message when x_error_quitter is not compiled in. | Eli Zaretskii | 2006-01-04 | 2 | -1/+12 |
| | | |||||
| * | [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32. | Eli Zaretskii | 2006-01-04 | 2 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-01-04 | 1 | -0/+15 |
| | | |||||
| * | Add IPv6 support. | Kim F. Storm | 2006-01-04 | 1 | -20/+134 |
| | | | | | | | | | | | | | | | | | (Qipv4, Qipv6): New vars. (syms_of_process): Intern and staticpro them. (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address with or without port number. Handle 4 element vector as IPv4 address without port number. (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size) (conv_lisp_to_sockaddr): Handle IPv6 addresses. (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly request that address family only. :family nil or omitted means to determine address family from the specified :host and :service. (server_accept_connection): Handle IPv6 addresses. (init_process): Add (:family ipv4) and (:family ipv6) sub-features. (ifflag_table): Add missing OpenBSD IFF_ flags. | ||||
| * | Undo last change. Instead, look at Vsystem_type to | Kim F. Storm | 2006-01-03 | 1 | -16/+19 |
| | | | | | determine which breakpoints to set. | ||||
| * | (key-sequence): Rework widget to read key binding | Kim F. Storm | 2006-01-03 | 1 | -0/+5 |
| | | | | | | | | | | using `kbd' syntax. Use C-q to insert literal key, event, or code. (widget-key-sequence-default-value): Default value for empty sequence. (widget-key-sequence-map): New map for reading key binding. Bind C-q. (widget-key-sequence-read-event): New command for C-q. (widget-key-sequence-validate, widget-key-sequence-value-to-internal) (widget-key-sequence-value-to-external): New functions. | ||||
| * | (Fwindow_minibuffer_p): Declare (for use in minibuf.c). | Stefan Monnier | 2006-01-03 | 2 | -16/+21 |
| | | |||||
| * | (describe_map_compare): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2006-01-03 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Ken Raeburn | 2006-01-03 | 1 | -1/+1 |
| | | |||||
| * | (main): Update copyright year. | Romain Francoise | 2006-01-03 | 2 | -2/+6 |
| | | |||||
| * | (delete_temp_file): Bind file-name-handler-alist to nil for the call | Ken Raeburn | 2006-01-03 | 2 | -2/+9 |
| | | | | | to internal_delete_file. | ||||
| * | (Fcall_process_region): Bind file-name-handler-alist to nil for the call to | Ken Raeburn | 2006-01-01 | 2 | -0/+8 |
| | | | | | Fwrite_region. | ||||
| * | (read_minibuf): Clear out all other minibuffer windows. | Richard M. Stallman | 2006-01-01 | 2 | -0/+23 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-12-31 | 1 | -0/+4 |
| | | |||||
| * | (gdb_pvec_type): A dummy variable for GDB's sake. | Eli Zaretskii | 2005-12-31 | 1 | -0/+3 |
| | | |||||
| * | (set_text_properties): Reword description of return value. | Luc Teirlinck | 2005-12-30 | 1 | -3/+3 |
| | | | | | | Return Qnil if caller wants to remove all text properties from a string and the string already has no intervals. | ||||
| * | *** empty log message *** | Luc Teirlinck | 2005-12-30 | 1 | -0/+6 |
| | | |||||
| * | (visible_cursor): New boolean var. | Stefan Monnier | 2005-12-30 | 2 | -2/+21 |
| | | | | | | | (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on visible_cursor. (syms_of_term): Export the new var as "visible-cursor". | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-12-30 | 1 | -0/+5 |
| | | |||||
| * | Tell users not to worry about GDB warnings that some functions do not | Eli Zaretskii | 2005-12-30 | 1 | -0/+6 |
| | | | | | exist in the binary. | ||||
| * | (Fnetwork_interface_info): Correctly terminate the | Andreas Schwab | 2005-12-30 | 2 | -1/+6 |
| | | | | | loop over ifflag_table. | ||||
| * | (readevalloop): Test for reading a whole buffer | Richard M. Stallman | 2005-12-30 | 2 | -4/+34 |
| | | | | | | | before actually reading anything. Handle all cases, including START = END = nil and an already-narrowed buffer. Convert END to a marker if it is a number. | ||||
| * | (describe_map): Put sparse map elements into an array, | Richard M. Stallman | 2005-12-30 | 2 | -21/+115 |
| | | | | | | | sort them, then output a sequence of identical bindings on one line. (struct describe_map_elt): New data type. (describe_map_compare): New function. | ||||
| * | * gtkutil.c (xg_get_file_with_chooser): Changed message shown | Jan Djärv | 2005-12-28 | 2 | -14/+10 |
| | | | | | in file chooser. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-12-28 | 1 | -0/+6 |
| | | |||||
| * | (readevalloop): Set PT and ZV in the proper buffer, not the current one. | Richard M. Stallman | 2005-12-28 | 1 | -0/+10 |
| | | |||||
| * | (Fminibuffer_message): Doc fix. | Richard M. Stallman | 2005-12-28 | 1 | -10/+10 |
| | | | | | (read_minibuf): Set current_buffer->enable_multibyte_characters sooner. | ||||
| * | (do_autoload): Ignore elements of Vautoload_queue where car is not symbol. | Richard M. Stallman | 2005-12-28 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2005-12-28 | 1 | -0/+4 |
| | | |||||
| * | Formatting | Jan Djärv | 2005-12-27 | 1 | -7/+8 |
| | | |||||
| * | * xfns.c: x_show_hidden_files, new variable. | Jan Djärv | 2005-12-27 | 1 | -0/+10 |
| | | | | | | | | | | (syms_of_xfns): Defvar it. * gtkutil.c (xg_toggle_visibility_cb): New function. (xg_get_file_with_chooser): Add toggle hidden files and a message to the new file chooser dialog. Show hidden files if x_show_hidden_files is non-zero. | ||||
| * | * gtkutil.c (xg_toggle_visibility_cb): New function. | Jan Djärv | 2005-12-27 | 1 | -1/+50 |
| | | | | | | | (xg_get_file_with_chooser): Add toggle hidden files and a message to the new file chooser dialog. Show hidden files if x_show_hidden_files is non-zero. | ||||
| * | * xfns.c: x_show_hidden_files, new variable. | Jan Djärv | 2005-12-27 | 1 | -0/+10 |
| | | | | | (syms_of_xfns): Defvar it. | ||||
| * | (lisp_string_width): Check multibyteness of STRING. | Kenichi Handa | 2005-12-27 | 1 | -2/+13 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-12-26 | 1 | -0/+10 |
| | | |||||
| * | Undo previous change. | Richard M. Stallman | 2005-12-26 | 2 | -4/+0 |
| | | |||||
| * | (undo.o): Undo previous change. | Richard M. Stallman | 2005-12-26 | 1 | -1/+1 |
| | | |||||
| * | (last_point_position_window): Declare. | Richard M. Stallman | 2005-12-26 | 1 | -1/+4 |
| | | |||||
| * | (undo.o): Depend on keyboard.h. | Luc Teirlinck | 2005-12-26 | 1 | -1/+1 |
| | | |||||
| * | include keyboard.h. | Luc Teirlinck | 2005-12-26 | 1 | -0/+1 |
| | | |||||
| * | extern last_point_position_window. | Luc Teirlinck | 2005-12-26 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2005-12-26 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2005-12-26 | 1 | -0/+6 |
| | | |||||
| * | Depend on window.h. | Richard M. Stallman | 2005-12-26 | 2 | -4/+23 |
| | | | | | (record_point): Save old point from the correct window. | ||||
| * | (last_point_position_window): New variable. | Richard M. Stallman | 2005-12-26 | 1 | -1/+6 |
| | | | | | | (command_loop_1): Set last_point_position_window. (syms_of_keyboard): Init it. | ||||
| * | (undo.o): Depend on window.h. | Richard M. Stallman | 2005-12-26 | 1 | -1/+1 |
| | | |||||