1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

45426 commits

Author SHA1 Message Date
Dave Love
422eec7eb8 (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Use __alignof__.
2003-01-24 12:24:33 +00:00
Dave Love
e7b6b57283 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
architectures.
2003-01-24 12:22:01 +00:00
Kim F. Storm
c4d9ba398e Update copyright. 2003-01-24 12:07:09 +00:00
John Paul Wallington
4e4a724c11 * ibuffer.el (ibuffer-window-list): Remove.
(ibuffer-confirm-operation-on): Use `window-list' instead.
(ibuffer-load-hook): New customizable variable.
(toplevel): Run it.
(ibuffer-customize): New command.
(ibuffer-mode-map): Bind it.
(ibuffer-mode-map): Add menu seperator in View>Sort menu.
(ibuffer-mode): Tidy.
(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
(ibuffer-default-directory, ibuffer-default-sorting-mode)
(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
(ibuffer-map-lines): Doc fixes.
Update mail address.

* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
filenames.  Use `kill-new'.
Update mail address.

* ibuf-macs.el
Update mail address.
2003-01-24 04:54:17 +00:00
Kenichi Handa
2a026b0452 (adjust_point_for_property): New second arg MODIFIED.
It it is nonzero, don't pretend that an invisible area doesn't
exist.
(command_loop_1): Call adjust_point_for_property with proper
second arg.
2003-01-24 02:31:24 +00:00
Dave Love
175573acec *** empty log message *** 2003-01-23 23:34:59 +00:00
Dave Love
a166f62348 (write-abbrev-file): Simplify, and put a coding cookie
in the file.
2003-01-23 20:37:49 +00:00
Juanma Barranquero
ceb39a1798 *** empty log message *** 2003-01-23 11:49:05 +00:00
Juanma Barranquero
1825567708 (asm-mode): Added syntax table entries for /* */ comments. 2003-01-23 09:12:03 +00:00
Kenichi Handa
99f01c91bc (insert-directory): Read the output of "ls" by
no-conversion, and decode it later while preserving
`dired-filename' property.
2003-01-23 05:59:47 +00:00
Kenichi Handa
ecc3916886 *** empty log message *** 2003-01-23 05:58:58 +00:00
Markus Rost
d77a0b9b5a (describe-text-mode-hook): Add a group. 2003-01-23 05:46:35 +00:00
John Paul Wallington
a6127c0f7a (interprogram-paste-function): Handle empty clipboard. 2003-01-23 00:04:20 +00:00
Jason Rumney
c34607fc30 Use MS-Windows consistently in headings, to make it easy to search
for MS-Windows specific problems.
2003-01-22 23:16:41 +00:00
Jason Rumney
6c098dbe8c Add note for mouse pointer support. 2003-01-22 23:11:39 +00:00
Jason Rumney
a18bb28da6 * w32term.c (x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground): Implement overstriking.

* w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
phys_cursor's hpos is overwritten.  This is still not completely
correct, as it doesn't really make sense to use hpos at all to
get the cursor glyph (as that is relative to the width of the
characters on the line, which may have changed during the update).

* w32term.c (notice_overwritten_cursor): Handle the special case
of the cursor being in the first blank non-text line at the
end of a window.

* w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
(x_draw_phys_cursor_glyph): Set phys_cursor_width here.
Compute from the x position returned by x_draw_glyphs.

* w32term.c (note_mode_line_or_margin_highlight): Renamed from
note_mode_line_highlight and extended.

* w32term.c (last_window): New variable.
(w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
(note_mouse_movement): Remove reimplemented code in #if 0.
2003-01-22 23:04:27 +00:00
Jason Rumney
623cdbf20f (x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
2003-01-22 23:03:44 +00:00
Karl Berry
4a4a390ec4 Info-index and colons 2003-01-22 20:36:14 +00:00
Karl Berry
35ab7deba3 (Info-index): change pattern so that index entries
with colons can be read properly; also, require at
least one space after the colons, which makeinfo
puts in.  From: Aubrey Jaffer <agj@alum.mit.edu>,
7 Nov 2002 21:16:12 -0500, sent to bug-texinfo.
2003-01-22 20:35:23 +00:00
Andreas Schwab
8f417b3bb8 Regenerated. 2003-01-22 19:57:26 +00:00
Andreas Schwab
12bf22e02b Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
redefining it explicitly in src/config.in.
2003-01-22 19:56:44 +00:00
Andreas Schwab
ac1242e60e . 2003-01-22 18:46:00 +00:00
Andreas Schwab
d7c3385451 (jka-compr-insert-file-contents): Fix typo in last change. 2003-01-22 18:45:49 +00:00
Markus Rost
ffdf4f267a *** empty log message *** 2003-01-22 17:13:36 +00:00
Markus Rost
831d567122 (bootstrap): Make bootstrap-after. 2003-01-22 17:13:08 +00:00
Markus Rost
21d07b1d92 (bootstrap-after): New target.
(bootstrap): Move finder-data, custom-deps to bootstrap-after.
2003-01-22 17:12:03 +00:00
Juanma Barranquero
9ccf54e9a3 Fix typo. 2003-01-22 16:14:48 +00:00
Kai Großjohann
c702ed7343 (Info-index-next): Use "(`,' tries to find next)" for
more matches for consistency with standalone info browser.
2003-01-22 10:43:36 +00:00
Kenichi Handa
b6c2aa59eb *** empty log message *** 2003-01-22 02:54:56 +00:00
Kenichi Handa
f54a716805 (jka-compr-insert-file-contents): Read a process
output without decoding.  Decode the result by
decode-coding-region-as-inserted-from-file.
2003-01-22 02:33:55 +00:00
Kenichi Handa
f29387e80b (decode-coding-region-as-inserted-from-file): New function. 2003-01-22 02:33:07 +00:00
Miles Bader
7b997a977e *** empty log message *** 2003-01-22 01:14:07 +00:00
Jason Rumney
5ebea794c4 2003-01-21 David Ponce <david@dponce.com>
* emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2003-01-21 23:13:55 +00:00
Jason Rumney
ac6e47ef0a *** empty log message *** 2003-01-21 23:13:14 +00:00
Jason Rumney
070e69d5d8 Hand cursor, derived from index.pbm in lisp/toolbar 2003-01-21 23:09:27 +00:00
Jason Rumney
2bf04b9d20 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
* w32term.c (note_mode_line_highlight): Delete #if 0 to enable
	function w32_define_cursor.
	(note_mouse_highlight): Initialize, setup cursor accoding to mouse
	position, change member name output_data.x to output_data.w32 and
	add function w32_define_cursor.
	(show_mouse_face): Delete #if 0 to enable function w32_define_cursor
	and change member name output_data.x to output_data.w32.
	(w32_initialize_display_info): Setup
	dpyinfo->vertical_scroll_bar_cursor.

2003-01-21  David Ponce <david@dponce.com>

	* w32term.c (w32_encode_char): For DIM=1 charset, set
	ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
	x_encode_char change by Kenichi Handa <handa@m17n.org> on
	2002-09-30.
	(w32_draw_relief_rect): Declare all args.
	(w32_define_cursor): New.
2003-01-21 23:06:50 +00:00
Jason Rumney
f335810579 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
* w32term.h (struct w32_output): New member hand_cursor.
	(WM_EMACS_SETCURSOR): New message definition.
2003-01-21 23:06:05 +00:00
Jason Rumney
c9b2104df6 2003-01-21 Jason Rumney <jasonr@gnu.org>
* w32fns.c (IDC_HAND): Define it if system headers don't.

2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>

	* w32fns.c (Vx_hand_shape): New variable.
	(w32_wnd_proc): Add message entries for WM_SETCURSOR and
	WM_EMACS_SETCURSOR.
	(x-create-frame): Setup Cursor types.

2003-01-21  David Ponce <david@dponce.com>

	* w32fns.c (w32_load_cursor): New function.
	(w32_init_class): Use it.
	(x_put_x_image): Declare all args.
2003-01-21 23:05:18 +00:00
Kim F. Storm
4d80e3ae6d (ido-make-file-list, ido-make-dir-list): Don't move
visited directories to end of list; it's the wrong thing to do if
we want to find a file or directory in such directories.
2003-01-21 22:13:23 +00:00
Kim F. Storm
ffa498693b *** empty log message *** 2003-01-21 22:13:05 +00:00
Juanma Barranquero
46cf0bede3 (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. 2003-01-21 21:36:15 +00:00
Kim F. Storm
44f5a7b277 Doc fixes. 2003-01-21 21:11:12 +00:00
Kim F. Storm
374d3fe7e4 Tiny doc fixes. 2003-01-21 21:10:40 +00:00
Dave Love
b24e2dc7fa Don't include string.h. 2003-01-21 18:29:34 +00:00
Dave Love
373df066fb (Cplusplus_help, Cjava_help): Re-phrase and avoid
column-0 `('.
2003-01-21 18:28:35 +00:00
Jan Djärv
e87944765b gtkutil.c: Must include stdio.h before termhooks.h 2003-01-21 18:14:05 +00:00
Dave Love
83fc9c63ea (Fgc_status): Print zombie list.
(mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
Fix assignment of zombies.
(Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
Don't take car of non-cons.
2003-01-21 16:56:38 +00:00
Dave Love
69f5d6fede (GC_SETJMP_WORKS, GC_MARK_STACK): Define. 2003-01-21 16:47:27 +00:00
Markus Rost
c5c927519c Fix last change (use C syntax for comments). 2003-01-21 02:26:04 +00:00
Nick Roberts
7461cbeb21 (gud-display-line): If the current file is newer than its
buffer, offer to reread the file.
(gud-keep-buffer): New buffer local variable. Ensures offer to
reread file is made just once.
2003-01-20 22:03:50 +00:00