aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2006-01-051-0/+9
|
* (Fx_server_version): Use gestaltSystemVersionMajor,YAMAMOTO Mitsuharu2006-01-051-9/+22
| | | | | gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac OS X 10.4 and later.
* (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):YAMAMOTO Mitsuharu2006-01-051-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ärv2006-01-042-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 Zaretskii2006-01-042-1/+12
|
* [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.Eli Zaretskii2006-01-042-0/+13
|
* *** empty log message ***Kim F. Storm2006-01-041-0/+15
|
* Add IPv6 support.Kim F. Storm2006-01-041-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 toKim F. Storm2006-01-031-16/+19
| | | | determine which breakpoints to set.
* (key-sequence): Rework widget to read key bindingKim F. Storm2006-01-031-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 Monnier2006-01-032-16/+21
|
* (describe_map_compare): Yet another int/Lisp_Object mixup.Stefan Monnier2006-01-031-2/+2
|
* *** empty log message ***Ken Raeburn2006-01-031-1/+1
|
* (main): Update copyright year.Romain Francoise2006-01-032-2/+6
|
* (delete_temp_file): Bind file-name-handler-alist to nil for the callKen Raeburn2006-01-032-2/+9
| | | | to internal_delete_file.
* (Fcall_process_region): Bind file-name-handler-alist to nil for the call toKen Raeburn2006-01-012-0/+8
| | | | Fwrite_region.
* (read_minibuf): Clear out all other minibuffer windows.Richard M. Stallman2006-01-012-0/+23
|
* *** empty log message ***Eli Zaretskii2005-12-311-0/+4
|
* (gdb_pvec_type): A dummy variable for GDB's sake.Eli Zaretskii2005-12-311-0/+3
|
* (set_text_properties): Reword description of return value.Luc Teirlinck2005-12-301-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 Teirlinck2005-12-301-0/+6
|
* (visible_cursor): New boolean var.Stefan Monnier2005-12-302-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 Zaretskii2005-12-301-0/+5
|
* Tell users not to worry about GDB warnings that some functions do notEli Zaretskii2005-12-301-0/+6
| | | | exist in the binary.
* (Fnetwork_interface_info): Correctly terminate theAndreas Schwab2005-12-302-1/+6
| | | | loop over ifflag_table.
* (readevalloop): Test for reading a whole bufferRichard M. Stallman2005-12-302-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. Stallman2005-12-302-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 shownJan Djärv2005-12-282-14/+10
| | | | in file chooser.
* *** empty log message ***Richard M. Stallman2005-12-281-0/+6
|
* (readevalloop): Set PT and ZV in the proper buffer, not the current one.Richard M. Stallman2005-12-281-0/+10
|
* (Fminibuffer_message): Doc fix.Richard M. Stallman2005-12-281-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. Stallman2005-12-282-1/+6
|
* *** empty log message ***Kenichi Handa2005-12-281-0/+4
|
* FormattingJan Djärv2005-12-271-7/+8
|
* * xfns.c: x_show_hidden_files, new variable.Jan Djärv2005-12-271-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ärv2005-12-271-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ärv2005-12-271-0/+10
| | | | (syms_of_xfns): Defvar it.
* (lisp_string_width): Check multibyteness of STRING.Kenichi Handa2005-12-271-2/+13
|
* *** empty log message ***Richard M. Stallman2005-12-261-0/+10
|
* Undo previous change.Richard M. Stallman2005-12-262-4/+0
|
* (undo.o): Undo previous change.Richard M. Stallman2005-12-261-1/+1
|
* (last_point_position_window): Declare.Richard M. Stallman2005-12-261-1/+4
|
* (undo.o): Depend on keyboard.h.Luc Teirlinck2005-12-261-1/+1
|
* include keyboard.h.Luc Teirlinck2005-12-261-0/+1
|
* extern last_point_position_window.Luc Teirlinck2005-12-261-0/+2
|
* *** empty log message ***Luc Teirlinck2005-12-261-1/+3
|
* *** empty log message ***Luc Teirlinck2005-12-261-0/+6
|
* Depend on window.h.Richard M. Stallman2005-12-262-4/+23
| | | | (record_point): Save old point from the correct window.
* (last_point_position_window): New variable.Richard M. Stallman2005-12-261-1/+6
| | | | | (command_loop_1): Set last_point_position_window. (syms_of_keyboard): Init it.
* (undo.o): Depend on window.h.Richard M. Stallman2005-12-261-1/+1
|