]>
git.eshelyaron.com Git - emacs.git/log
Stefan Monnier [Wed, 19 May 2004 16:32:59 +0000 (16:32 +0000)]
(trivial_regexp_p): \_ is no longer a trivial regexp.
Thien-Thi Nguyen [Wed, 19 May 2004 14:27:21 +0000 (14:27 +0000)]
(Search-based Fontification): Fix typo.
Kim F. Storm [Wed, 19 May 2004 09:49:33 +0000 (09:49 +0000)]
(xsymbol): Fix last change.
Kim F. Storm [Wed, 19 May 2004 09:41:38 +0000 (09:41 +0000)]
*** empty log message ***
David Ponce [Wed, 19 May 2004 07:38:57 +0000 (07:38 +0000)]
(print): Reset print_depth before to call print_object.
Masatake YAMATO [Wed, 19 May 2004 02:16:56 +0000 (02:16 +0000)]
* wid-edit.el (widget-radio-button-notify): Revert my last
change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
Stefan Monnier [Wed, 19 May 2004 01:22:06 +0000 (01:22 +0000)]
(xprintstr): New fun.
(xstring, xprintsym): Use it.
Stefan Monnier [Wed, 19 May 2004 01:09:14 +0000 (01:09 +0000)]
(mm-insert-inline): Make it work in read-only buffer.
Stefan Monnier [Wed, 19 May 2004 00:56:46 +0000 (00:56 +0000)]
(help-go-back): Don't depend on position of back button.
Stefan Monnier [Wed, 19 May 2004 00:30:43 +0000 (00:30 +0000)]
(auto-save-file-name-transforms): Make sure ange-ftp temp
files files don't contain an accidental additional /.
Stefan Monnier [Wed, 19 May 2004 00:24:15 +0000 (00:24 +0000)]
(tex-compilation-parse-errors): Save excursion in source buffer.
Kenichi Handa [Wed, 19 May 2004 00:12:49 +0000 (00:12 +0000)]
Fix syntax (open/close) of CJK characters.
Stefan Monnier [Tue, 18 May 2004 22:09:25 +0000 (22:09 +0000)]
(create_child): Use INTMASK.
Jason Rumney [Tue, 18 May 2004 20:26:26 +0000 (20:26 +0000)]
Fix last change for non USE_LISP_UNION_TYPE case.
Jason Rumney [Tue, 18 May 2004 19:55:30 +0000 (19:55 +0000)]
(display_x_get_resource, vga_stdcolor_name): Add prototype.
Jason Rumney [Tue, 18 May 2004 19:53:08 +0000 (19:53 +0000)]
(add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: Cast
from Lisp_Object using i member.
Jason Rumney [Tue, 18 May 2004 19:48:51 +0000 (19:48 +0000)]
Prefix RIF functions with w32con_ to avoid namespace clash with term.c.
Stefan Monnier [Tue, 18 May 2004 16:38:40 +0000 (16:38 +0000)]
(gnus-all-windows-visible-p): Don't consider non-visible windows.
Stefan Monnier [Tue, 18 May 2004 16:22:46 +0000 (16:22 +0000)]
(Fgarbage_collect): Do all the marking before flushing
unmarked elements of the undo list.
Eli Zaretskii [Tue, 18 May 2004 13:52:57 +0000 (13:52 +0000)]
(DECL_ALIGN): Remove restriction on MS-DOS systems.
Masatake YAMATO [Tue, 18 May 2004 13:38:59 +0000 (13:38 +0000)]
* wid-edit.el (widget-radio-button-notify): Don't pass `widget'
to widget-apply. :action method assumes 2 arguments, not 3.
Eli Zaretskii [Tue, 18 May 2004 13:36:32 +0000 (13:36 +0000)]
(syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number.
(IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph with XINT.
Jason Rumney [Tue, 18 May 2004 07:53:53 +0000 (07:53 +0000)]
[USE_LSB_TAG]: Don't check heap location.
Jason Rumney [Tue, 18 May 2004 07:32:23 +0000 (07:32 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 17 May 2004 23:07:15 +0000 (23:07 +0000)]
(Frecursive_edit): Return immediately if input blocked.
(Ftop_level): Unblock input if blocked.
Kim F. Storm [Mon, 17 May 2004 23:06:16 +0000 (23:06 +0000)]
(INPUT_BLOCKED_P): New macro.
Kim F. Storm [Mon, 17 May 2004 23:05:33 +0000 (23:05 +0000)]
*** empty log message ***
Jason Rumney [Mon, 17 May 2004 22:51:47 +0000 (22:51 +0000)]
(Fw32_register_hot_key, Fw32_unregister_hot_key)
(Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from Lisp_Object
using i member.
(w32_quit_key): Rename from Vw32_quit_key, and make an int.
(syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int consistently.
(w32_color_map_lookup): Return a Lisp_Object.
(x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
Use EQ to compare Lisp_Objects.
(w32_parse_hot_key): Use int for lisp_modifiers consistently.
(w32_wnd_proc): Use w32_num_mouse_buttons.
Kim F. Storm [Mon, 17 May 2004 22:50:41 +0000 (22:50 +0000)]
(face_at_buffer_position): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:48:56 +0000 (22:48 +0000)]
(next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:48:07 +0000 (22:48 +0000)]
(get_char_property_and_overlay): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:47:40 +0000 (22:47 +0000)]
(print_object): Increase buf size.
Kim F. Storm [Mon, 17 May 2004 22:47:23 +0000 (22:47 +0000)]
(IT_note_mouse_highlight): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:46:34 +0000 (22:46 +0000)]
(GET_OVERLAYS_AT): New macro.
Jason Rumney [Mon, 17 May 2004 22:29:59 +0000 (22:29 +0000)]
Fix last change.
Jason Rumney [Mon, 17 May 2004 22:27:53 +0000 (22:27 +0000)]
* w32proc.c (create_child): Use make_number instead of masking pid.
Jason Rumney [Mon, 17 May 2004 21:43:22 +0000 (21:43 +0000)]
(w32_num_mouse_buttons): Rename from Vw32_num_mouse_buttons and make
it an int.
Jason Rumney [Mon, 17 May 2004 21:33:16 +0000 (21:33 +0000)]
Rename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
Use const more consistently.
Jason Rumney [Mon, 17 May 2004 21:14:43 +0000 (21:14 +0000)]
Use static consistently.
Jason Rumney [Mon, 17 May 2004 21:05:58 +0000 (21:05 +0000)]
(_sys_read_ahead): Use w32_pipe_read_delay.
Jason Rumney [Mon, 17 May 2004 21:05:06 +0000 (21:05 +0000)]
* w32proc.c (w32_pipe_read_delay): Rename from Vw32_pipe_read_delay
and make it an int.
* w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
Jason Rumney [Mon, 17 May 2004 20:59:46 +0000 (20:59 +0000)]
(egetenv) [USE_CRT_DLL]: Remove condition.
Jason Rumney [Mon, 17 May 2004 20:44:46 +0000 (20:44 +0000)]
(w32_console_mouse_position, do_mouse_event, key_event): Don't mix
Lisp_Object and int.
Jason Rumney [Mon, 17 May 2004 20:09:39 +0000 (20:09 +0000)]
(kbd_buffer_get_event): Don't use event->code and
modifiers in language change event.
Glenn Morris [Mon, 17 May 2004 18:57:23 +0000 (18:57 +0000)]
*** empty log message ***
Glenn Morris [Mon, 17 May 2004 18:52:51 +0000 (18:52 +0000)]
(f90-end-block-re, f90-start-block-re): New constants.
(hs-special-modes-alist): Add an f90-mode entry. This will not be
100% successful, but should handle a sizable majority of code.
Sam Steingold [Mon, 17 May 2004 17:00:00 +0000 (17:00 +0000)]
(common-lisp-indent-function-1): Indent "without-" forms just
like "with-" and "do-". Use regexp-opt.
Kim F. Storm [Mon, 17 May 2004 15:20:16 +0000 (15:20 +0000)]
(mark_object): Mark Lisp_Misc_Free cell. Fix comment.
Kim F. Storm [Mon, 17 May 2004 12:08:02 +0000 (12:08 +0000)]
(mark_object): Ignore Lisp_Misc_Free objects.
Such objects may be freed markers which still exist on an undo list.
Kim F. Storm [Mon, 17 May 2004 12:07:43 +0000 (12:07 +0000)]
*** empty log message ***
David Ponce [Mon, 17 May 2004 11:41:26 +0000 (11:41 +0000)]
*** empty log message ***
Miles Bader [Mon, 17 May 2004 05:02:14 +0000 (05:02 +0000)]
Changes from arch/CVS synchronization
Kenichi Handa [Mon, 17 May 2004 00:26:33 +0000 (00:26 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 17 May 2004 00:21:11 +0000 (00:21 +0000)]
New file.
Kenichi Handa [Mon, 17 May 2004 00:20:43 +0000 (00:20 +0000)]
(OTHERS): Add ${srcdir}/quail/sisheng.elc.
Kenichi Handa [Mon, 17 May 2004 00:20:26 +0000 (00:20 +0000)]
*** empty log message ***
Karl Berry [Sun, 16 May 2004 22:22:52 +0000 (22:22 +0000)]
@ifnottex, not @ifinfo
Kim F. Storm [Sun, 16 May 2004 21:43:57 +0000 (21:43 +0000)]
(timer-event-handler): Fix last change.
Kim F. Storm [Sun, 16 May 2004 21:43:16 +0000 (21:43 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 16 May 2004 15:37:33 +0000 (15:37 +0000)]
Fix last change in ispell.el.
Vinicius Jose Latorre [Sun, 16 May 2004 14:01:46 +0000 (14:01 +0000)]
doc fix
Juri Linkov [Sun, 16 May 2004 06:33:53 +0000 (06:33 +0000)]
Add coding: latin-1, sentence-end-double-space: nil.
Remove trailing whitespace.
Juri Linkov [Sun, 16 May 2004 06:31:53 +0000 (06:31 +0000)]
Regenerated.
Juri Linkov [Sun, 16 May 2004 06:28:54 +0000 (06:28 +0000)]
Add C-u and RET to `C-h t Russian'.
Remove trailing whitespace.
Juanma Barranquero [Sun, 16 May 2004 00:55:09 +0000 (00:55 +0000)]
(Fset_default): Make argument names match their use in docstring.
Thien-Thi Nguyen [Sun, 16 May 2004 00:36:00 +0000 (00:36 +0000)]
Add self.
John Wiegley [Sat, 15 May 2004 22:46:27 +0000 (22:46 +0000)]
Added entries to .cvsignore files.
John Wiegley [Sat, 15 May 2004 22:45:35 +0000 (22:45 +0000)]
2004-05-15 John Wiegley <johnw@newartisans.com>
* eshell/esh-io.el (eshell-get-target): whitespace changes.
(eshell-output-object-to-target): Improve output speed 20% by not
calling `eshell-stringify' if something is already known to be a
string.
John Wiegley [Sat, 15 May 2004 22:45:13 +0000 (22:45 +0000)]
*** empty log message ***
Miles Bader [Sat, 15 May 2004 17:45:55 +0000 (17:45 +0000)]
Changes from arch/CVS synchronization
Andreas Schwab [Sat, 15 May 2004 16:44:11 +0000 (16:44 +0000)]
Mask off gdb_array_mark_flag from vector sizes.
Andreas Schwab [Sat, 15 May 2004 16:42:55 +0000 (16:42 +0000)]
(gdb_array_mark_flag): Define.
Eli Zaretskii [Sat, 15 May 2004 12:43:52 +0000 (12:43 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 15 May 2004 12:43:16 +0000 (12:43 +0000)]
New file.
Eli Zaretskii [Sat, 15 May 2004 12:31:58 +0000 (12:31 +0000)]
(ispell-local-dictionary-alist): Add
windows-1252 to the choice of coding systems.
(ispell-dictionary-alist-6): Add support for "russianw.aff",
encoded in cp1251.
Eli Zaretskii [Sat, 15 May 2004 12:17:22 +0000 (12:17 +0000)]
(compilation-warning-face, compilation-info-face): Use min-colors.
Eli Zaretskii [Sat, 15 May 2004 11:50:50 +0000 (11:50 +0000)]
(DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
__attribute__((__aligned__)), so that USE_LSB_TAG would not become
defined for the MS-DOS build.
Jan Djärv [Sat, 15 May 2004 10:01:04 +0000 (10:01 +0000)]
New icons.
Kim F. Storm [Fri, 14 May 2004 23:09:35 +0000 (23:09 +0000)]
(timer-activate): Add optional arg triggered-p.
Use it to set triggered-p element of timer.
(timer-event-handler): Set triggered-p element non-nil while running
the timer function.
Kim F. Storm [Fri, 14 May 2004 23:08:54 +0000 (23:08 +0000)]
*** empty log message ***
Kim F. Storm [Fri, 14 May 2004 23:01:45 +0000 (23:01 +0000)]
Undo last change.
Kim F. Storm [Fri, 14 May 2004 20:16:06 +0000 (20:16 +0000)]
(in_timer_check): New static var.
(timer_check): Use it to guard against reentry.
Kim F. Storm [Fri, 14 May 2004 20:15:14 +0000 (20:15 +0000)]
*** empty log message ***
Miles Bader [Fri, 14 May 2004 17:47:06 +0000 (17:47 +0000)]
Changes from arch/CVS synchronization
Stefan Monnier [Fri, 14 May 2004 17:39:35 +0000 (17:39 +0000)]
(Fw32_define_rgb_color): Avoid XSET.
Kenichi Handa [Fri, 14 May 2004 12:52:44 +0000 (12:52 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 14 May 2004 12:41:32 +0000 (12:41 +0000)]
(Fccl_execute_on_string): Fix setting elements of STATUS.
David Ponce [Fri, 14 May 2004 10:04:16 +0000 (10:04 +0000)]
*** empty log message ***
David Ponce [Fri, 14 May 2004 10:03:23 +0000 (10:03 +0000)]
New file.
Miles Bader [Fri, 14 May 2004 07:38:55 +0000 (07:38 +0000)]
Changes from arch/CVS synchronization
David Kastrup [Fri, 14 May 2004 07:13:58 +0000 (07:13 +0000)]
2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
* language/european.el ("Brazilian Portuguese"): Added support for
Brazilian Portuguese.
David Kastrup [Fri, 14 May 2004 07:12:29 +0000 (07:12 +0000)]
2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
* TUTORIAL.pt_BR: initial check-in.
Stefan Monnier [Fri, 14 May 2004 05:02:18 +0000 (05:02 +0000)]
(describe-char-unicode-data, describe-char-unicodedata-file):
Re-enable the unicode code now that the licensing issues have been
cleared in the unicode-4 license.
(describe-text-properties-1): Remove unused `overlay' var.
(describe-char): Remove unused var `buffer'.
Steven Tamm [Fri, 14 May 2004 03:07:12 +0000 (03:07 +0000)]
Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
prototypes and confusions between pointers and lisp objects
John Wiegley [Fri, 14 May 2004 01:03:03 +0000 (01:03 +0000)]
2004-05-13 John Wiegley <johnw@newartisans.com>
* eshell/esh-test.el (eshell-test): Call the function
`emacs-version' rather than trying to build a custom version
string.
John Wiegley [Fri, 14 May 2004 01:02:10 +0000 (01:02 +0000)]
2004-05-13 John Wiegley <johnw@newartisans.com>
* iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
`recentf-mode' if this variable has been customized to t.
Kim F. Storm [Thu, 13 May 2004 23:07:07 +0000 (23:07 +0000)]
(wait_reading_process_input): Make reentrant.
Make Available and Connecting non-static. Save and restore value
of waiting_for_user_input_p.
Kim F. Storm [Thu, 13 May 2004 23:05:42 +0000 (23:05 +0000)]
*** empty log message ***
Nick Roberts [Thu, 13 May 2004 22:07:24 +0000 (22:07 +0000)]
(GDB Graphical Interface): Update and describe layout first.
Nick Roberts [Thu, 13 May 2004 22:05:34 +0000 (22:05 +0000)]
*** empty log message ***