1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00
Commit graph

20557 commits

Author SHA1 Message Date
Stefan Monnier
b8f7f3be80 (Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
it doesn't prevent elimination of an immediately following /. or /..
2006-01-10 17:46:41 +00:00
Jan Djärv
4c9ca1a3eb * gtkutil.c (xg_toggle_notify_cb): New function.
(xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
xg_toggle_notify_cb.
(xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
parameter value changes so the toggle button gets updated.
2006-01-09 19:03:20 +00:00
Eli Zaretskii
cbcc2d4979 Add 2006 to Copyright years. 2006-01-06 17:31:59 +00:00
Nick Roberts
2d90e492e7 Fix typo. 2006-01-05 20:45:59 +00:00
Nick Roberts
340bb2ea42 *** empty log message *** 2006-01-05 20:45:03 +00:00
Eli Zaretskii
feaf060aa8 Fix last change. 2006-01-05 17:49:42 +00:00
Kim F. Storm
87b6ca8d4e (Fmake_network_process): Use AF_INET instead of
AF_UNSPEC when AF_INET6	is not defined.
2006-01-05 09:24:11 +00:00
Kim F. Storm
c22cc55864 *** empty log message *** 2006-01-05 09:23:58 +00:00
YAMAMOTO Mitsuharu
07f9b01c98 *** empty log message *** 2006-01-05 08:14:52 +00:00
YAMAMOTO Mitsuharu
11aa10071e (Fx_server_version): Use gestaltSystemVersionMajor,
gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
OS X 10.4 and later.
2006-01-05 08:14:33 +00:00
YAMAMOTO Mitsuharu
b9f0075cf2 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
Don't check that the other type is known file-related one.
2006-01-05 08:14:12 +00:00
Jan Djärv
0facd9c3c5 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
let GTK do all image processing.  Importing Emacs own pixmaps to GTK
 looks bad for inactive tool bar items with some Gnome themes.
2006-01-04 21:13:49 +00:00
Eli Zaretskii
913645cd75 Avoid a warning message when x_error_quitter is not compiled in. 2006-01-04 18:12:27 +00:00
Eli Zaretskii
805b043931 [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32. 2006-01-04 17:52:40 +00:00
Kim F. Storm
8a5db8aea1 *** empty log message *** 2006-01-04 00:26:24 +00:00
Kim F. Storm
e1652a8612 Add IPv6 support.
(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.
2006-01-04 00:16:54 +00:00
Kim F. Storm
dd878ee148 Undo last change. Instead, look at Vsystem_type to
determine which breakpoints to set.
2006-01-03 23:35:20 +00:00
Kim F. Storm
0f5642c2e0 (key-sequence): Rework widget to read key binding
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.
2006-01-03 23:35:05 +00:00
Stefan Monnier
e7b394e177 (Fwindow_minibuffer_p): Declare (for use in minibuf.c). 2006-01-03 16:56:15 +00:00
Stefan Monnier
ccf0250b2f (describe_map_compare): Yet another int/Lisp_Object mixup. 2006-01-03 16:54:47 +00:00
Ken Raeburn
6918ac24b0 *** empty log message *** 2006-01-03 09:16:39 +00:00
Romain Francoise
dcc9b98d28 (main): Update copyright year. 2006-01-03 08:40:26 +00:00
Ken Raeburn
1a271e14d7 (delete_temp_file): Bind file-name-handler-alist to nil for the call
to internal_delete_file.
2006-01-03 08:24:37 +00:00
Ken Raeburn
bb951f0e9e (Fcall_process_region): Bind file-name-handler-alist to nil for the call to
Fwrite_region.
2006-01-01 11:41:36 +00:00
Richard M. Stallman
b20de1cd1c (read_minibuf): Clear out all other minibuffer windows. 2006-01-01 02:10:52 +00:00
Eli Zaretskii
b5871831a0 *** empty log message *** 2005-12-31 14:22:24 +00:00
Eli Zaretskii
6baa02d616 (gdb_pvec_type): A dummy variable for GDB's sake. 2005-12-31 14:21:53 +00:00
Luc Teirlinck
537562fa44 (set_text_properties): Reword description of return value.
Return Qnil if caller wants to remove all text properties from a
string and the string already has no intervals.
2005-12-30 23:15:03 +00:00
Luc Teirlinck
c26ec07faf *** empty log message *** 2005-12-30 23:13:54 +00:00
Stefan Monnier
0db017c093 (visible_cursor): New boolean var.
(set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
visible_cursor.
(syms_of_term): Export the new var as "visible-cursor".
2005-12-30 21:48:35 +00:00
Eli Zaretskii
fc8dc7cf56 *** empty log message *** 2005-12-30 14:04:37 +00:00
Eli Zaretskii
c2c50958b6 Tell users not to worry about GDB warnings that some functions do not
exist in the binary.
2005-12-30 13:29:20 +00:00
Andreas Schwab
82a800588d (Fnetwork_interface_info): Correctly terminate the
loop over ifflag_table.
2005-12-30 11:03:41 +00:00
Richard M. Stallman
d11db2c8dd (readevalloop): Test for reading a whole buffer
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.
2005-12-30 04:55:06 +00:00
Richard M. Stallman
c36238ee75 (describe_map): Put sparse map elements into an array,
sort them, then output a sequence of identical bindings on one line.
(struct describe_map_elt): New data type.
(describe_map_compare): New function.
2005-12-30 04:52:32 +00:00
Jan Djärv
82bc1fd69f * gtkutil.c (xg_get_file_with_chooser): Changed message shown
in file chooser.
2005-12-28 10:47:55 +00:00
Richard M. Stallman
6281e1e84d *** empty log message *** 2005-12-28 03:44:37 +00:00
Richard M. Stallman
721b7d9ee6 (readevalloop): Set PT and ZV in the proper buffer, not the current one. 2005-12-28 03:44:28 +00:00
Richard M. Stallman
1d69c50264 (Fminibuffer_message): Doc fix.
(read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
2005-12-28 02:56:32 +00:00
Richard M. Stallman
fe5195e82e (do_autoload): Ignore elements of Vautoload_queue where car is not symbol. 2005-12-28 02:09:45 +00:00
Kenichi Handa
0d9fb28906 *** empty log message *** 2005-12-28 00:41:37 +00:00
Jan Djärv
ee5204f6db Formatting 2005-12-27 13:28:15 +00:00
Jan Djärv
ff9c9c598b * xfns.c: x_show_hidden_files, new variable.
(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.
2005-12-27 10:40:26 +00:00
Jan Djärv
78c55a8031 * 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.
2005-12-27 10:40:10 +00:00
Jan Djärv
a8a3572009 * xfns.c: x_show_hidden_files, new variable.
(syms_of_xfns): Defvar it.
2005-12-27 10:39:51 +00:00
Kenichi Handa
212cc638bd (lisp_string_width): Check multibyteness of STRING. 2005-12-27 05:47:21 +00:00
Richard M. Stallman
d7504d5c73 *** empty log message *** 2005-12-26 22:11:17 +00:00
Richard M. Stallman
3cece6938d Undo previous change. 2005-12-26 22:11:07 +00:00
Richard M. Stallman
9cb3833371 (undo.o): Undo previous change. 2005-12-26 22:10:18 +00:00
Richard M. Stallman
74338b5eb8 (last_point_position_window): Declare. 2005-12-26 22:07:42 +00:00