Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp. | Richard M. Stallman | 2000-01-21 | 1 | -15/+21 |
| | | | | | Allows multiple regexps for detecting the end line. (undigestify-rmail-message): Corresponding changes. | ||||
* | *** empty log message *** | Richard M. Stallman | 2000-01-20 | 10 | -51/+54 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2000-01-20 | 1 | -6/+6 |
| | |||||
* | (set_internal): Fix the criteria for whether | Richard M. Stallman | 2000-01-20 | 2 | -5/+13 |
| | | | | to swap out the old cached binding. | ||||
* | *** empty log message *** | Richard M. Stallman | 2000-01-19 | 2 | -3/+3 |
| | |||||
* | ph.el, user-init-file. | Dave Love | 2000-01-19 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Dave Love | 2000-01-19 | 1 | -0/+2 |
| | |||||
* | (user-init-file): Don't declare here -- is primitive. | Dave Love | 2000-01-19 | 1 | -3/+0 |
| | |||||
* | *** empty log message *** | Dave Love | 2000-01-19 | 2 | -1/+10 |
| | |||||
* | (command-line): Check for compiled user-init-file and | Dave Love | 2000-01-19 | 1 | -3/+14 |
| | | | | set to uncompiled version if necessary. | ||||
* | (syms_of_lread) [user-init-file]: Doc change. | Dave Love | 2000-01-19 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-19 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2000-01-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-18 | 2 | -2/+9 |
| | |||||
* | (rmail-digest-end-regexp): New user option. | Gerd Moellmann | 2000-01-18 | 1 | -3/+8 |
| | | | | (undigestify-rmail-message): Use it. | ||||
* | (re_compile_fastmap): While checking a range table for | Richard M. Stallman | 2000-01-18 | 1 | -3/+4 |
| | | | | `charset', skip flag bits for a character class correctly. | ||||
* | (ange-ftp-skip-msgs): Add regexp for EPRT. | Gerd Moellmann | 2000-01-18 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-18 | 3 | -516/+306 |
| | |||||
* | (HAVE_GIF): Check for DGifOpen instead of | Gerd Moellmann | 2000-01-18 | 1 | -1/+1 |
| | | | | DGifOpenFileName. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-01-18 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2000-01-18 | 1 | -2/+16 |
| | |||||
* | Insert latin-1 coding tag. | Eli Zaretskii | 2000-01-17 | 1 | -1/+1 |
| | |||||
* | (tmm-goto-completions): Adapt to prompt being part | Gerd Moellmann | 2000-01-17 | 2 | -2/+8 |
| | | | | of mini-buffer. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 2 | -73/+91 |
| | |||||
* | (purecopy): Doc fix. | Dave Love | 2000-01-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 2 | -0/+3 |
| | |||||
* | (LD_SWITCH_MACHINE): Define differently for GCC. | Gerd Moellmann | 2000-01-17 | 1 | -0/+5 |
| | |||||
* | (make_menubar): Set XmNresizeHeight and XmNresizeWidth to False. | Gerd Moellmann | 2000-01-17 | 1 | -3/+10 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 2 | -0/+49 |
| | |||||
* | (x_window): Call lw_create_widget with new parameter | Gerd Moellmann | 2000-01-17 | 1 | -0/+1 |
| | | | | list. | ||||
* | (EmacsFrameSetCharSize): Change size of children first | Gerd Moellmann | 2000-01-17 | 1 | -14/+11 |
| | | | | | because of problems with main window geometry management under Lesstif. | ||||
* | (enum menu_item_idx): New enumeration replacing defines | Gerd Moellmann | 2000-01-17 | 1 | -18/+77 |
| | | | | | | | | | | | | | 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. | ||||
* | (_XlwMenu_part): Add `highlight' callback list. | Gerd Moellmann | 2000-01-17 | 1 | -1/+1 |
| | |||||
* | (XtNhighlightCallback): New define. | Gerd Moellmann | 2000-01-17 | 1 | -0/+1 |
| | |||||
* | (xlwMenuResources): All XtNhighlightCallback. | Gerd Moellmann | 2000-01-17 | 1 | -0/+7 |
| | | | | (remap_menubar): Call highlight callback. | ||||
* | (_widget_value): Add help string. | Gerd Moellmann | 2000-01-17 | 1 | -0/+2 |
| | |||||
* | Add prototype for lw_get_widget_instance. | Gerd Moellmann | 2000-01-17 | 1 | -0/+2 |
| | |||||
* | (copy_widget_value_tree): Copy help string. | Gerd Moellmann | 2000-01-17 | 1 | -6/+34 |
| | | | | | | | | (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. | ||||
* | (highlight_hook): New function. | Gerd Moellmann | 2000-01-17 | 1 | -1/+24 |
| | | | | | (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as callback XtNhighlightCallback. | ||||
* | (xm_arm_callback): New function. | Gerd Moellmann | 2000-01-17 | 1 | -4/+51 |
| | | | | | (make_menu_in_widget): Set xm_arm_callback as XmNarmCallback and XmNdisarmCallback for buttons (not supported for other widgets). | ||||
* | *** empty log message *** | Richard M. Stallman | 2000-01-16 | 7 | -18/+14 |
| | |||||
* | (copyright-update): Removed the | Gerd Moellmann | 2000-01-14 | 2 | -2/+5 |
| | | | | | requirement for a trailing space from `copyright-regexp', to support copyrights with owner specified on a separate line.. | ||||
* | align.el | Gerd Moellmann | 2000-01-14 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-14 | 4 | -1/+1625 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-14 | 2 | -1/+9 |
| | |||||
* | (menu-bar-tools-menu): Add EUDC submenu. | Gerd Moellmann | 2000-01-14 | 1 | -0/+2 |
| | |||||
* | (toplevel): Define EUDC menu for Emacs. | Gerd Moellmann | 2000-01-14 | 1 | -0/+53 |
| | |||||
* | *** empty log message *** | Dave Love | 2000-01-13 | 1 | -0/+4 |
| | |||||
* | Obsoleted by EUDC. | Dave Love | 2000-01-13 | 1 | -1140/+0 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-13 | 3 | -261/+357 |
| |