]> git.eshelyaron.com Git - emacs.git/log
emacs.git
25 years ago*** empty log message ***
Dave Love [Mon, 24 Jan 2000 15:38:44 +0000 (15:38 +0000)]
*** empty log message ***

25 years agoRemove -G0 from Irix NON_GCC_TEST_OPTIONS.
Dave Love [Mon, 24 Jan 2000 15:28:32 +0000 (15:28 +0000)]
Remove -G0 from Irix NON_GCC_TEST_OPTIONS.

25 years agoDon't set LD_SWITCH_SYSTEM -- we use unexelf now.
Dave Love [Mon, 24 Jan 2000 15:06:58 +0000 (15:06 +0000)]
Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
Don't use -cckr -- apparently not now necessary.

25 years ago(IT_menu_display): Truncate long menu lines at the right
Eli Zaretskii [Mon, 24 Jan 2000 14:44:26 +0000 (14:44 +0000)]
(IT_menu_display): Truncate long menu lines at the right
screen boundary.

25 years ago(w32_defined_color): Apply gamma correction before trying to map to
Jason Rumney [Sun, 23 Jan 2000 22:20:24 +0000 (22:20 +0000)]
(w32_defined_color): Apply gamma correction before trying to map to
the palette.
(w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
to w32_clear_rect.

25 years ago(w32_fill_rect): Do not try to deal with NULL hdc
Jason Rumney [Sun, 23 Jan 2000 22:15:12 +0000 (22:15 +0000)]
(w32_fill_rect): Do not try to deal with NULL hdc
here. Callers changed to always pass real device context.
(w32_draw_bitmap): Likewise.
(w32_get_glyph_overhangs): Likewise.
(w32_draw_box_rect): Make use of s->hdc rather than getting a new one.
(w32_set_vertical_scroll_bar): Pass correct HWND parameters to
pfnSetScrollInfo and SetScrollRange.
(x_get_char_face_and_encoding): Don't turn iso8859-1 characters
back into MULE characters after decoding them.
(x_get_glyph_face_and_encoding): Likewise.
(w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
GetCharABCWidthsW fails, since this is defined on Windows 9x.
(x_produce_glyphs): Calculate per char metrics for a character
that we know exists in default font when font_not_found_p is true.

25 years ago(w32_create_initial_fontsets): Disabled as it conflicts with new face support.
Jason Rumney [Sun, 23 Jan 2000 03:28:57 +0000 (03:28 +0000)]
(w32_create_initial_fontsets): Disabled as it conflicts with new face support.

25 years ago(XCharStruct): New struct for emulating X.
Jason Rumney [Sun, 23 Jan 2000 03:24:54 +0000 (03:24 +0000)]
(XCharStruct): New struct for emulating X.

25 years agoComplete rewrite based on xterm.c.
Jason Rumney [Sun, 23 Jan 2000 03:23:49 +0000 (03:23 +0000)]
Complete rewrite based on xterm.c.

25 years ago(Fw32_set_clipboard_data): Update call to find_charset_in_str.
Jason Rumney [Sun, 23 Jan 2000 03:23:12 +0000 (03:23 +0000)]
(Fw32_set_clipboard_data): Update call to find_charset_in_str.

25 years agoAdd skeleton support for help strings on menus.
Jason Rumney [Sun, 23 Jan 2000 03:22:21 +0000 (03:22 +0000)]
Add skeleton support for help strings on menus.
(add_menu_item): Native checkbox and radio support added, but not yet
enabled due to bugs.
(push_menu_item): Add parameters type, selection and help.
Callers updated.
Formatting changes to reduce unnecessary diffs with xmenu.c.

25 years ago(get_frame, w32_console_mouse_position, mouse_moved_to):
Jason Rumney [Sun, 23 Jan 2000 03:21:01 +0000 (03:21 +0000)]
(get_frame, w32_console_mouse_position, mouse_moved_to):
Use SELECTED_FRAME macro.

25 years ago(XGCValue): New struct for emulating X GCs.
Jason Rumney [Sun, 23 Jan 2000 03:19:10 +0000 (03:19 +0000)]
(XGCValue): New struct for emulating X GCs.

25 years agoSubstantial rewrite for new redisplay. Major changes:
Jason Rumney [Sun, 23 Jan 2000 03:18:25 +0000 (03:18 +0000)]
Substantial rewrite for new redisplay. Major changes:
Skeleton support for images, toolbars, tooltips from xfns.c.
(Fx_create_frame): Use system default for default scroll bar width.
(w32_get_arg): Renamed from x_get_arg.
(Fx_file_dialog): New function.
(w32_list_fonts): Check cache before asking system.
(Vw32_enable_synthesized_fonts): New variable.
(Vw32_enable_italics): Obsolete, removed.

25 years agoComplete rewrite based on xfaces.c
Jason Rumney [Sun, 23 Jan 2000 03:16:32 +0000 (03:16 +0000)]
Complete rewrite based on xfaces.c

25 years ago(turn_on_face, turn_off_face): New functions.
Jason Rumney [Sun, 23 Jan 2000 03:16:02 +0000 (03:16 +0000)]
(turn_on_face, turn_off_face): New functions.
(change_line_highlight): New prototype for new redisplay.
(write_glyphs): Support multibyte text. Support faces.

25 years agoAdded composite.obj and intervals.obj.
Jason Rumney [Sun, 23 Jan 2000 03:14:51 +0000 (03:14 +0000)]
Added composite.obj and intervals.obj.

25 years agoPort of redisplay to W32.
Jason Rumney [Sun, 23 Jan 2000 03:09:45 +0000 (03:09 +0000)]
Port of redisplay to W32.

25 years ago(query-replace): Rename last arg to DELIMITED.
Richard M. Stallman [Sat, 22 Jan 2000 19:08:48 +0000 (19:08 +0000)]
(query-replace): Rename last arg to DELIMITED.
(map-query-replace-regexp, query-replace-regexp-eval): Likewise.
(query-replace-regexp): Likewise.

25 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 Jan 2000 03:47:04 +0000 (03:47 +0000)]
*** empty log message ***

25 years ago(set_internal): Further fix in same criterion.
Richard M. Stallman [Sat, 22 Jan 2000 02:57:37 +0000 (02:57 +0000)]
(set_internal): Further fix in same criterion.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 05:31:13 +0000 (05:31 +0000)]
*** empty log message ***

25 years agoFix previous change.
Richard M. Stallman [Fri, 21 Jan 2000 03:43:45 +0000 (03:43 +0000)]
Fix previous change.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 03:42:21 +0000 (03:42 +0000)]
*** empty log message ***

25 years ago(with-syntax-table): Use make-symbol, not gensym.
Richard M. Stallman [Fri, 21 Jan 2000 03:40:33 +0000 (03:40 +0000)]
(with-syntax-table): Use make-symbol, not gensym.

25 years agoMake the definitions of dolist and dotimes work
Richard M. Stallman [Fri, 21 Jan 2000 03:38:12 +0000 (03:38 +0000)]
Make the definitions of dolist and dotimes work
without the rest of CL.

25 years agoUndo previous change.
Richard M. Stallman [Fri, 21 Jan 2000 03:37:07 +0000 (03:37 +0000)]
Undo previous change.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 02:46:43 +0000 (02:46 +0000)]
*** empty log message ***

25 years ago(beginning-of-defun-function): Variable renamed from beginning-of-defun.
Richard M. Stallman [Fri, 21 Jan 2000 02:44:44 +0000 (02:44 +0000)]
(beginning-of-defun-function): Variable renamed from beginning-of-defun.
(beginning-of-defun-raw): Use new variable name; doc fix.
(beginning-of-defun): Doc fix.
(end-of-defun-function): Variable renamed from end-of-defun.
(end-of-defun): Use new variable name; doc fix.

25 years agoComment change.
Richard M. Stallman [Fri, 21 Jan 2000 02:22:56 +0000 (02:22 +0000)]
Comment change.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 02:10:26 +0000 (02:10 +0000)]
*** empty log message ***

25 years ago(dolist, dotimes): Moved to subr.el.
Richard M. Stallman [Fri, 21 Jan 2000 02:09:37 +0000 (02:09 +0000)]
(dolist, dotimes): Moved to subr.el.

25 years ago(dolist, dotimes): Moved from cl-macs.el.
Richard M. Stallman [Fri, 21 Jan 2000 02:08:58 +0000 (02:08 +0000)]
(dolist, dotimes): Moved from cl-macs.el.

25 years ago(rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.
Richard M. Stallman [Fri, 21 Jan 2000 02:04:16 +0000 (02:04 +0000)]
(rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.
Allows multiple regexps for detecting the end line.
(undigestify-rmail-message): Corresponding changes.

25 years ago*** empty log message ***
Richard M. Stallman [Thu, 20 Jan 2000 18:18:58 +0000 (18:18 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Richard M. Stallman [Thu, 20 Jan 2000 18:07:38 +0000 (18:07 +0000)]
*** empty log message ***

25 years ago(set_internal): Fix the criteria for whether
Richard M. Stallman [Thu, 20 Jan 2000 06:02:13 +0000 (06:02 +0000)]
(set_internal): Fix the criteria for whether
to swap out the old cached binding.

25 years ago*** empty log message ***
Richard M. Stallman [Wed, 19 Jan 2000 19:54:36 +0000 (19:54 +0000)]
*** empty log message ***

25 years agoph.el, user-init-file.
Dave Love [Wed, 19 Jan 2000 18:50:05 +0000 (18:50 +0000)]
ph.el, user-init-file.

25 years ago*** empty log message ***
Dave Love [Wed, 19 Jan 2000 16:26:37 +0000 (16:26 +0000)]
*** empty log message ***

25 years ago(user-init-file): Don't declare here -- is primitive.
Dave Love [Wed, 19 Jan 2000 15:33:54 +0000 (15:33 +0000)]
(user-init-file): Don't declare here -- is primitive.

25 years ago*** empty log message ***
Dave Love [Wed, 19 Jan 2000 14:59:52 +0000 (14:59 +0000)]
*** empty log message ***

25 years ago(command-line): Check for compiled user-init-file and
Dave Love [Wed, 19 Jan 2000 14:39:01 +0000 (14:39 +0000)]
(command-line): Check for compiled user-init-file and
set to uncompiled version if necessary.

25 years ago(syms_of_lread) [user-init-file]: Doc change.
Dave Love [Wed, 19 Jan 2000 14:25:26 +0000 (14:25 +0000)]
(syms_of_lread) [user-init-file]: Doc change.

25 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Jan 2000 11:42:06 +0000 (11:42 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Richard M. Stallman [Wed, 19 Jan 2000 05:21:45 +0000 (05:21 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jan 2000 21:37:06 +0000 (21:37 +0000)]
*** empty log message ***

25 years ago(rmail-digest-end-regexp): New user option.
Gerd Moellmann [Tue, 18 Jan 2000 21:30:05 +0000 (21:30 +0000)]
(rmail-digest-end-regexp): New user option.
(undigestify-rmail-message): Use it.

25 years ago(re_compile_fastmap): While checking a range table for
Richard M. Stallman [Tue, 18 Jan 2000 20:11:41 +0000 (20:11 +0000)]
(re_compile_fastmap): While checking a range table for
`charset', skip flag bits for a character class correctly.

25 years ago(ange-ftp-skip-msgs): Add regexp for EPRT.
Gerd Moellmann [Tue, 18 Jan 2000 12:02:31 +0000 (12:02 +0000)]
(ange-ftp-skip-msgs): Add regexp for EPRT.

25 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jan 2000 11:01:12 +0000 (11:01 +0000)]
*** empty log message ***

25 years ago(HAVE_GIF): Check for DGifOpen instead of
Gerd Moellmann [Tue, 18 Jan 2000 10:51:21 +0000 (10:51 +0000)]
(HAVE_GIF): Check for DGifOpen instead of
DGifOpenFileName.

25 years ago*** empty log message ***
Kenichi Handa [Tue, 18 Jan 2000 07:31:49 +0000 (07:31 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Richard M. Stallman [Tue, 18 Jan 2000 02:48:57 +0000 (02:48 +0000)]
*** empty log message ***

25 years agoInsert latin-1 coding tag.
Eli Zaretskii [Mon, 17 Jan 2000 17:26:27 +0000 (17:26 +0000)]
Insert latin-1 coding tag.

25 years ago(tmm-goto-completions): Adapt to prompt being part
Gerd Moellmann [Mon, 17 Jan 2000 15:32:56 +0000 (15:32 +0000)]
(tmm-goto-completions): Adapt to prompt being part
of mini-buffer.

25 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Jan 2000 12:45:41 +0000 (12:45 +0000)]
*** empty log message ***

25 years ago(purecopy): Doc fix.
Dave Love [Mon, 17 Jan 2000 11:41:01 +0000 (11:41 +0000)]
(purecopy): Doc fix.

25 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Jan 2000 09:50:58 +0000 (09:50 +0000)]
*** empty log message ***

25 years ago(LD_SWITCH_MACHINE): Define differently for GCC.
Gerd Moellmann [Mon, 17 Jan 2000 09:50:09 +0000 (09:50 +0000)]
(LD_SWITCH_MACHINE): Define differently for GCC.

25 years ago(make_menubar): Set XmNresizeHeight and XmNresizeWidth to False.
Gerd Moellmann [Mon, 17 Jan 2000 09:29:10 +0000 (09:29 +0000)]
(make_menubar): Set XmNresizeHeight and XmNresizeWidth to False.

25 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Jan 2000 09:16:13 +0000 (09:16 +0000)]
*** empty log message ***

25 years ago(x_window): Call lw_create_widget with new parameter
Gerd Moellmann [Mon, 17 Jan 2000 09:14:33 +0000 (09:14 +0000)]
(x_window): Call lw_create_widget with new parameter
list.

25 years ago(EmacsFrameSetCharSize): Change size of children first
Gerd Moellmann [Mon, 17 Jan 2000 09:13:51 +0000 (09:13 +0000)]
(EmacsFrameSetCharSize): Change size of children first
because of problems with main window geometry management under
Lesstif.

25 years ago(enum menu_item_idx): New enumeration replacing defines
Gerd Moellmann [Mon, 17 Jan 2000 09:13:23 +0000 (09:13 +0000)]
(enum menu_item_idx): New enumeration replacing defines
MENU_ITEMS_ITEM_.*.
(MENU_ITEMS_ITEM_HELP): New enumerator.
(push_menu_item): Add parameter HELP.  Record help in menu_items.
(single_menu_item, single_submenu, list_of_items): Call
push_menu_item with new parameter.
(single_submenu): Set help string in widget value.
(menu_highlight_callback): New function.
(set_frame_menubar): Call lw_create_widget with new
parameter list.
(xmenu_show, xdialog_show): Ditto.

25 years ago(_XlwMenu_part): Add `highlight' callback list.
Gerd Moellmann [Mon, 17 Jan 2000 09:11:23 +0000 (09:11 +0000)]
(_XlwMenu_part): Add `highlight' callback list.

25 years ago(XtNhighlightCallback): New define.
Gerd Moellmann [Mon, 17 Jan 2000 09:11:11 +0000 (09:11 +0000)]
(XtNhighlightCallback): New define.

25 years ago(xlwMenuResources): All XtNhighlightCallback.
Gerd Moellmann [Mon, 17 Jan 2000 09:10:58 +0000 (09:10 +0000)]
(xlwMenuResources): All XtNhighlightCallback.
(remap_menubar): Call highlight callback.

25 years ago(_widget_value): Add help string.
Gerd Moellmann [Mon, 17 Jan 2000 09:10:40 +0000 (09:10 +0000)]
(_widget_value): Add help string.

25 years agoAdd prototype for lw_get_widget_instance.
Gerd Moellmann [Mon, 17 Jan 2000 09:10:21 +0000 (09:10 +0000)]
Add prototype for lw_get_widget_instance.

25 years ago(copy_widget_value_tree): Copy help string.
Gerd Moellmann [Mon, 17 Jan 2000 09:10:05 +0000 (09:10 +0000)]
(copy_widget_value_tree): Copy help string.
(free_widget_value_tree): Free help string.
(merge_widget_value): Handle help string.
(allocate_widget_info, lw_register_widget, lw_create_widget): Add
parameter HIGHLIGHT_CB.
(lw_get_widget_instance): New function.

25 years ago(highlight_hook): New function.
Gerd Moellmann [Mon, 17 Jan 2000 09:09:39 +0000 (09:09 +0000)]
(highlight_hook): New function.
(xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as
callback XtNhighlightCallback.

25 years ago(xm_arm_callback): New function.
Gerd Moellmann [Mon, 17 Jan 2000 09:09:08 +0000 (09:09 +0000)]
(xm_arm_callback): New function.
(make_menu_in_widget): Set xm_arm_callback as XmNarmCallback and
XmNdisarmCallback for buttons (not supported for other widgets).

25 years ago*** empty log message ***
Richard M. Stallman [Sun, 16 Jan 2000 00:29:04 +0000 (00:29 +0000)]
*** empty log message ***

25 years ago(copyright-update): Removed the
Gerd Moellmann [Fri, 14 Jan 2000 22:42:11 +0000 (22:42 +0000)]
(copyright-update): Removed the
requirement for a trailing space from `copyright-regexp', to
support copyrights with owner specified on a separate line..

25 years agoalign.el
Gerd Moellmann [Fri, 14 Jan 2000 22:32:41 +0000 (22:32 +0000)]
align.el

25 years ago*** empty log message ***
Gerd Moellmann [Fri, 14 Jan 2000 14:02:21 +0000 (14:02 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Gerd Moellmann [Fri, 14 Jan 2000 12:05:52 +0000 (12:05 +0000)]
*** empty log message ***

25 years ago(menu-bar-tools-menu): Add EUDC submenu.
Gerd Moellmann [Fri, 14 Jan 2000 12:03:53 +0000 (12:03 +0000)]
(menu-bar-tools-menu): Add EUDC submenu.

25 years ago(toplevel): Define EUDC menu for Emacs.
Gerd Moellmann [Fri, 14 Jan 2000 12:00:59 +0000 (12:00 +0000)]
(toplevel): Define EUDC menu for Emacs.

25 years ago*** empty log message ***
Dave Love [Thu, 13 Jan 2000 18:15:59 +0000 (18:15 +0000)]
*** empty log message ***

25 years agoObsoleted by EUDC.
Dave Love [Thu, 13 Jan 2000 17:43:37 +0000 (17:43 +0000)]
Obsoleted by EUDC.

25 years ago*** empty log message ***
Gerd Moellmann [Thu, 13 Jan 2000 14:50:15 +0000 (14:50 +0000)]
*** empty log message ***

25 years ago(toplevel): Remove autoloaded code installing
Gerd Moellmann [Thu, 13 Jan 2000 14:47:17 +0000 (14:47 +0000)]
(toplevel): Remove autoloaded code installing
menu with easymenu, because that causes build problems.

25 years ago(frame-notice-user-settings): New variable.
Gerd Moellmann [Thu, 13 Jan 2000 14:46:19 +0000 (14:46 +0000)]
(frame-notice-user-settings): New variable.
(frame-notice-user-settings): Don't modify frame parameters
if called a second time.

(frame-notice-user-settings):
Notice default-frame-parameters even for non-window frames.

25 years ago(eudc-bob-play-sound-at-point): Play sounds
Gerd Moellmann [Thu, 13 Jan 2000 13:55:49 +0000 (13:55 +0000)]
(eudc-bob-play-sound-at-point): Play sounds
for Emacs.
(eudc-bob-can-display-inline-images): Extend for Emacs.
(eudc-bob-toggle-inline-display): Ditto.
(eudc-bob-display-jpeg): Ditto.

25 years ago*** empty log message ***
Gerd Moellmann [Thu, 13 Jan 2000 12:07:39 +0000 (12:07 +0000)]
*** empty log message ***

25 years ago(Fplay_sound): Improve doc string.
Gerd Moellmann [Thu, 13 Jan 2000 12:06:44 +0000 (12:06 +0000)]
(Fplay_sound): Improve doc string.

25 years ago(INFO_TARGETS): Add eudc.
Gerd Moellmann [Thu, 13 Jan 2000 11:48:47 +0000 (11:48 +0000)]
(INFO_TARGETS): Add eudc.
(DVI_TARGETS): Add eudc.dvi
(../info/eudc, eudc.dvi): New targets.

25 years ago*** empty log message ***
Gerd Moellmann [Wed, 12 Jan 2000 20:50:20 +0000 (20:50 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Gerd Moellmann [Wed, 12 Jan 2000 14:16:29 +0000 (14:16 +0000)]
*** empty log message ***

25 years agoAdd `net' directory.
Gerd Moellmann [Wed, 12 Jan 2000 14:15:38 +0000 (14:15 +0000)]
Add `net' directory.

25 years ago(add-change-log-entry): Fix error trying an `(insert nil)'.
Gerd Moellmann [Wed, 12 Jan 2000 14:14:36 +0000 (14:14 +0000)]
(add-change-log-entry): Fix error trying an `(insert nil)'.

25 years agoemacsclient, --alternate-editor
Gerd Moellmann [Wed, 12 Jan 2000 13:59:26 +0000 (13:59 +0000)]
emacsclient, --alternate-editor

25 years agoNew option --alternate-editor for emacsclient.
Gerd Moellmann [Wed, 12 Jan 2000 13:43:51 +0000 (13:43 +0000)]
New option --alternate-editor for emacsclient.

25 years agoAdd option -a EDITOR and environment variable
Gerd Moellmann [Wed, 12 Jan 2000 13:38:54 +0000 (13:38 +0000)]
Add option -a EDITOR and environment variable
ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.

25 years ago(eval-last-sexp-1): Renamed from
Gerd Moellmann [Wed, 12 Jan 2000 13:14:48 +0000 (13:14 +0000)]
(eval-last-sexp-1): Renamed from
eval-last-sexp.  Don't bind debug-on-error here.
(eval-last-sexp): New function.  Bind debug-on-error if
eval-expression-debug-on-error is non-nil.
(eval-defun-2, eval-defun): Likewise.

25 years ago(eval-expression): Don't bind debug-on-error if
Gerd Moellmann [Wed, 12 Jan 2000 13:06:52 +0000 (13:06 +0000)]
(eval-expression): Don't bind debug-on-error if
eval-expression-debug-on-error is nil.  Detect changed
debug-on-error, and propagate new value to global binding, if
eval-expression-debug-on-error is non-nil,
(eval-expression-debug-on-error): Change doc string.

25 years ago*** empty log message ***
Richard M. Stallman [Wed, 12 Jan 2000 05:22:30 +0000 (05:22 +0000)]
*** empty log message ***

25 years ago(with-syntax-table): Moved to subr.el.
Richard M. Stallman [Wed, 12 Jan 2000 03:08:29 +0000 (03:08 +0000)]
(with-syntax-table): Moved to subr.el.