bpt/emacs.git
20 years ago*** empty log message ***
Jason Rumney [Tue, 18 May 2004 07:32:23 +0000 (07:32 +0000)]
*** empty log message ***

20 years ago(Frecursive_edit): Return immediately if input blocked.
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.

20 years ago(INPUT_BLOCKED_P): New macro.
Kim F. Storm [Mon, 17 May 2004 23:06:16 +0000 (23:06 +0000)]
(INPUT_BLOCKED_P): New macro.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 17 May 2004 23:05:33 +0000 (23:05 +0000)]
*** empty log message ***

20 years ago(Fw32_register_hot_key, Fw32_unregister_hot_key)
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.

20 years ago(face_at_buffer_position): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:50:41 +0000 (22:50 +0000)]
(face_at_buffer_position): Use GET_OVERLAYS_AT.

20 years ago(next_overlay_change, note_mouse_highlight): 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.

20 years ago(get_char_property_and_overlay): 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.

20 years ago(print_object): Increase buf size.
Kim F. Storm [Mon, 17 May 2004 22:47:40 +0000 (22:47 +0000)]
(print_object): Increase buf size.

20 years ago(IT_note_mouse_highlight): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:47:23 +0000 (22:47 +0000)]
(IT_note_mouse_highlight): Use GET_OVERLAYS_AT.

20 years ago(GET_OVERLAYS_AT): New macro.
Kim F. Storm [Mon, 17 May 2004 22:46:34 +0000 (22:46 +0000)]
(GET_OVERLAYS_AT): New macro.

20 years agoFix last change.
Jason Rumney [Mon, 17 May 2004 22:29:59 +0000 (22:29 +0000)]
Fix last change.

20 years ago* w32proc.c (create_child): Use make_number instead of masking pid.
Jason Rumney [Mon, 17 May 2004 22:27:53 +0000 (22:27 +0000)]
* w32proc.c (create_child): Use make_number instead of masking pid.

20 years ago(w32_num_mouse_buttons): Rename from Vw32_num_mouse_buttons and make
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.

20 years agoRename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
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.

20 years agoUse static consistently.
Jason Rumney [Mon, 17 May 2004 21:14:43 +0000 (21:14 +0000)]
Use static consistently.

20 years ago(_sys_read_ahead): Use w32_pipe_read_delay.
Jason Rumney [Mon, 17 May 2004 21:05:58 +0000 (21:05 +0000)]
(_sys_read_ahead): Use w32_pipe_read_delay.

20 years ago* w32proc.c (w32_pipe_read_delay): Rename from Vw32_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.

20 years ago(egetenv) [USE_CRT_DLL]: Remove condition.
Jason Rumney [Mon, 17 May 2004 20:59:46 +0000 (20:59 +0000)]
(egetenv) [USE_CRT_DLL]: Remove condition.

20 years ago(w32_console_mouse_position, do_mouse_event, key_event): Don't mix
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.

20 years ago(kbd_buffer_get_event): Don't use event->code and
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.

20 years ago*** empty log message ***
Glenn Morris [Mon, 17 May 2004 18:57:23 +0000 (18:57 +0000)]
*** empty log message ***

20 years ago(f90-end-block-re, f90-start-block-re): New constants.
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.

20 years ago(common-lisp-indent-function-1): Indent "without-" forms just
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.

20 years ago(mark_object): Mark Lisp_Misc_Free cell. Fix comment.
Kim F. Storm [Mon, 17 May 2004 15:20:16 +0000 (15:20 +0000)]
(mark_object): Mark Lisp_Misc_Free cell.  Fix comment.

20 years ago(mark_object): Ignore Lisp_Misc_Free objects.
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.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 17 May 2004 12:07:43 +0000 (12:07 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
David Ponce [Mon, 17 May 2004 11:41:26 +0000 (11:41 +0000)]
*** empty log message ***

20 years agoChanges from arch/CVS synchronization
Miles Bader [Mon, 17 May 2004 05:02:14 +0000 (05:02 +0000)]
Changes from arch/CVS synchronization

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 May 2004 00:26:33 +0000 (00:26 +0000)]
*** empty log message ***

20 years agoNew file.
Kenichi Handa [Mon, 17 May 2004 00:21:11 +0000 (00:21 +0000)]
New file.

20 years ago(OTHERS): Add ${srcdir}/quail/sisheng.elc.
Kenichi Handa [Mon, 17 May 2004 00:20:43 +0000 (00:20 +0000)]
(OTHERS): Add ${srcdir}/quail/sisheng.elc.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 May 2004 00:20:26 +0000 (00:20 +0000)]
*** empty log message ***

20 years ago@ifnottex, not @ifinfo
Karl Berry [Sun, 16 May 2004 22:22:52 +0000 (22:22 +0000)]
@ifnottex, not @ifinfo

20 years ago(timer-event-handler): Fix last change.
Kim F. Storm [Sun, 16 May 2004 21:43:57 +0000 (21:43 +0000)]
(timer-event-handler): Fix last change.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 16 May 2004 21:43:16 +0000 (21:43 +0000)]
*** empty log message ***

20 years agoFix last change in ispell.el.
Eli Zaretskii [Sun, 16 May 2004 15:37:33 +0000 (15:37 +0000)]
Fix last change in ispell.el.

20 years agodoc fix
Vinicius Jose Latorre [Sun, 16 May 2004 14:01:46 +0000 (14:01 +0000)]
doc fix

20 years agoAdd coding: latin-1, sentence-end-double-space: nil.
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.

20 years agoRegenerated.
Juri Linkov [Sun, 16 May 2004 06:31:53 +0000 (06:31 +0000)]
Regenerated.

20 years agoAdd C-u and RET to `C-h t Russian'.
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.

20 years ago(Fset_default): Make argument names match their use in docstring.
Juanma Barranquero [Sun, 16 May 2004 00:55:09 +0000 (00:55 +0000)]
(Fset_default): Make argument names match their use in docstring.

20 years agoAdd self.
Thien-Thi Nguyen [Sun, 16 May 2004 00:36:00 +0000 (00:36 +0000)]
Add self.

20 years agoAdded entries to .cvsignore files.
John Wiegley [Sat, 15 May 2004 22:46:27 +0000 (22:46 +0000)]
Added entries to .cvsignore files.

20 years ago2004-05-15 John Wiegley <johnw@newartisans.com>
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.

20 years ago*** empty log message ***
John Wiegley [Sat, 15 May 2004 22:45:13 +0000 (22:45 +0000)]
*** empty log message ***

20 years agoChanges from arch/CVS synchronization
Miles Bader [Sat, 15 May 2004 17:45:55 +0000 (17:45 +0000)]
Changes from arch/CVS synchronization

20 years agoMask off gdb_array_mark_flag from vector sizes.
Andreas Schwab [Sat, 15 May 2004 16:44:11 +0000 (16:44 +0000)]
Mask off gdb_array_mark_flag from vector sizes.

20 years ago(gdb_array_mark_flag): Define.
Andreas Schwab [Sat, 15 May 2004 16:42:55 +0000 (16:42 +0000)]
(gdb_array_mark_flag): Define.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 15 May 2004 12:43:52 +0000 (12:43 +0000)]
*** empty log message ***

20 years agoNew file.
Eli Zaretskii [Sat, 15 May 2004 12:43:16 +0000 (12:43 +0000)]
New file.

20 years ago(ispell-local-dictionary-alist): Add
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.

20 years ago(compilation-warning-face, compilation-info-face): Use min-colors.
Eli Zaretskii [Sat, 15 May 2004 12:17:22 +0000 (12:17 +0000)]
(compilation-warning-face, compilation-info-face): Use min-colors.

20 years ago(DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
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.

20 years agoNew icons.
Jan Djärv [Sat, 15 May 2004 10:01:04 +0000 (10:01 +0000)]
New icons.

20 years ago(timer-activate): Add optional arg triggered-p.
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.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 14 May 2004 23:08:54 +0000 (23:08 +0000)]
*** empty log message ***

20 years agoUndo last change.
Kim F. Storm [Fri, 14 May 2004 23:01:45 +0000 (23:01 +0000)]
Undo last change.

20 years ago(in_timer_check): New static var.
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.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 14 May 2004 20:15:14 +0000 (20:15 +0000)]
*** empty log message ***

20 years agoChanges from arch/CVS synchronization
Miles Bader [Fri, 14 May 2004 17:47:06 +0000 (17:47 +0000)]
Changes from arch/CVS synchronization

20 years ago(Fw32_define_rgb_color): Avoid XSET.
Stefan Monnier [Fri, 14 May 2004 17:39:35 +0000 (17:39 +0000)]
(Fw32_define_rgb_color): Avoid XSET.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 14 May 2004 12:52:44 +0000 (12:52 +0000)]
*** empty log message ***

20 years ago(Fccl_execute_on_string): Fix setting elements of STATUS.
Kenichi Handa [Fri, 14 May 2004 12:41:32 +0000 (12:41 +0000)]
(Fccl_execute_on_string): Fix setting elements of STATUS.

20 years ago*** empty log message ***
David Ponce [Fri, 14 May 2004 10:04:16 +0000 (10:04 +0000)]
*** empty log message ***

20 years agoNew file.
David Ponce [Fri, 14 May 2004 10:03:23 +0000 (10:03 +0000)]
New file.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Fri, 14 May 2004 07:38:55 +0000 (07:38 +0000)]
Changes from arch/CVS synchronization

20 years ago2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
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.

20 years ago2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
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.

20 years ago(describe-char-unicode-data, describe-char-unicodedata-file):
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'.

20 years agoVarious fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
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

20 years ago2004-05-13 John Wiegley <johnw@newartisans.com>
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.

20 years ago2004-05-13 John Wiegley <johnw@newartisans.com>
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.

20 years ago(wait_reading_process_input): Make reentrant.
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.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 13 May 2004 23:05:42 +0000 (23:05 +0000)]
*** empty log message ***

20 years ago(GDB Graphical Interface): Update and describe layout first.
Nick Roberts [Thu, 13 May 2004 22:07:24 +0000 (22:07 +0000)]
(GDB Graphical Interface): Update and describe layout first.

20 years ago*** empty log message ***
Nick Roberts [Thu, 13 May 2004 22:05:34 +0000 (22:05 +0000)]
*** empty log message ***

20 years ago(mark_kboards): Don't mark x and y members
Kim F. Storm [Thu, 13 May 2004 21:41:37 +0000 (21:41 +0000)]
(mark_kboards): Don't mark x and y members
that are overloaded in selection request events.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 13 May 2004 21:40:19 +0000 (21:40 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juanma Barranquero [Thu, 13 May 2004 20:47:35 +0000 (20:47 +0000)]
*** empty log message ***

20 years ago(file-truename): Don't mention COUNTER and PREV-DIRS arguments in the
Juanma Barranquero [Thu, 13 May 2004 19:51:57 +0000 (19:51 +0000)]
(file-truename): Don't mention COUNTER and PREV-DIRS arguments in the
docstring, they're used only in recursive calls.

20 years ago*** empty log message ***
Stefan Monnier [Thu, 13 May 2004 17:14:33 +0000 (17:14 +0000)]
*** empty log message ***

20 years ago(USE_LSB_TAG): Make it the default when it is known to work.
Stefan Monnier [Thu, 13 May 2004 17:12:21 +0000 (17:12 +0000)]
(USE_LSB_TAG): Make it the default when it is known to work.

20 years ago(telnet-mode): Use define-derived-mode.
Stefan Monnier [Thu, 13 May 2004 14:30:22 +0000 (14:30 +0000)]
(telnet-mode): Use define-derived-mode.
Don't modify the global value of comint-prompt-regexp.

20 years ago(emacs-version): Check for `gtk' feature before `x-toolkit' feature.
John Paul Wallington [Thu, 13 May 2004 13:01:01 +0000 (13:01 +0000)]
(emacs-version): Check for `gtk' feature before `x-toolkit' feature.

20 years agoFix description of new help arg highlighting.
Juanma Barranquero [Thu, 13 May 2004 01:23:07 +0000 (01:23 +0000)]
Fix description of new help arg highlighting.

20 years ago(help-arg-highlighting-function, help-argument-name): Delete.
Juanma Barranquero [Thu, 13 May 2004 01:18:00 +0000 (01:18 +0000)]
(help-arg-highlighting-function, help-argument-name): Delete.
(help-default-arg-highlight): New function.
(help-do-arg-highlighting): Use it.

20 years ago(Fdisplay_buffer, Fsplit_window, split-height-threshold): Doc fix.
Glenn Morris [Thu, 13 May 2004 00:33:27 +0000 (00:33 +0000)]
(Fdisplay_buffer, Fsplit_window, split-height-threshold): Doc fix.

20 years ago*** empty log message ***
Glenn Morris [Thu, 13 May 2004 00:32:26 +0000 (00:32 +0000)]
*** empty log message ***

20 years ago(Ftty_supports_face_attributes_p, Finternal_copy_lisp_face): Fix typo in
Juanma Barranquero [Thu, 13 May 2004 00:22:16 +0000 (00:22 +0000)]
(Ftty_supports_face_attributes_p, Finternal_copy_lisp_face): Fix typo in
docstring.
(Finternal_get_lisp_face_attribute): Fix docstring.

20 years ago(appt-disp-window): Use `calendar-set-mode-line' for a centered
Glenn Morris [Thu, 13 May 2004 00:18:15 +0000 (00:18 +0000)]
(appt-disp-window): Use `calendar-set-mode-line' for a centered
mode-line.

Takaaki Ota  <Takaaki.Ota@am.sony.com>:
(appt-disp-window): Do not split window excessively when
`split-height-threshold' is low.

20 years ago(gud-mode): Add gud-kill-buffer-hook to kill-buffer-hook here and make it local.
Nick Roberts [Wed, 12 May 2004 20:43:47 +0000 (20:43 +0000)]
(gud-mode): Add gud-kill-buffer-hook to kill-buffer-hook here and make it local.
(gud-kill-buffer-hook): Use kill-process for a sure kill.

20 years ago*** empty log message ***
Nick Roberts [Wed, 12 May 2004 20:42:07 +0000 (20:42 +0000)]
*** empty log message ***

20 years ago(define-generic-mode): Remove redundant arglist info.
Juanma Barranquero [Wed, 12 May 2004 20:22:41 +0000 (20:22 +0000)]
(define-generic-mode): Remove redundant arglist info.

20 years ago(compilation-set-window-height): Use save-excursion to protect against misplaced...
Daniel Pfeiffer [Wed, 12 May 2004 18:46:24 +0000 (18:46 +0000)]
(compilation-set-window-height): Use save-excursion to protect against misplaced marker.

20 years agoNew entry re clamping to EXIT_FAILURE.
Thien-Thi Nguyen [Wed, 12 May 2004 14:39:34 +0000 (14:39 +0000)]
New entry re clamping to EXIT_FAILURE.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 12 May 2004 11:03:59 +0000 (11:03 +0000)]
*** empty log message ***

20 years ago(quail-find-key): Fix docstring.
Kenichi Handa [Wed, 12 May 2004 10:58:35 +0000 (10:58 +0000)]
(quail-find-key): Fix docstring.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 12 May 2004 10:54:47 +0000 (10:54 +0000)]
*** empty log message ***

20 years ago* xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
Jan Djärv [Wed, 12 May 2004 09:24:02 +0000 (09:24 +0000)]
* xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.