summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.Richard M. Stallman2000-01-211-15/+21
| | | | | Allows multiple regexps for detecting the end line. (undigestify-rmail-message): Corresponding changes.
* *** empty log message ***Richard M. Stallman2000-01-2010-51/+54
|
* *** empty log message ***Richard M. Stallman2000-01-201-6/+6
|
* (set_internal): Fix the criteria for whetherRichard M. Stallman2000-01-202-5/+13
| | | | to swap out the old cached binding.
* *** empty log message ***Richard M. Stallman2000-01-192-3/+3
|
* ph.el, user-init-file.Dave Love2000-01-191-1/+6
|
* *** empty log message ***Dave Love2000-01-191-0/+2
|
* (user-init-file): Don't declare here -- is primitive.Dave Love2000-01-191-3/+0
|
* *** empty log message ***Dave Love2000-01-192-1/+10
|
* (command-line): Check for compiled user-init-file andDave Love2000-01-191-3/+14
| | | | set to uncompiled version if necessary.
* (syms_of_lread) [user-init-file]: Doc change.Dave Love2000-01-191-1/+4
|
* *** empty log message ***Gerd Moellmann2000-01-191-0/+4
|
* *** empty log message ***Richard M. Stallman2000-01-191-1/+1
|
* *** empty log message ***Gerd Moellmann2000-01-182-2/+9
|
* (rmail-digest-end-regexp): New user option.Gerd Moellmann2000-01-181-3/+8
| | | | (undigestify-rmail-message): Use it.
* (re_compile_fastmap): While checking a range table forRichard M. Stallman2000-01-181-3/+4
| | | | `charset', skip flag bits for a character class correctly.
* (ange-ftp-skip-msgs): Add regexp for EPRT.Gerd Moellmann2000-01-182-1/+5
|
* *** empty log message ***Gerd Moellmann2000-01-183-516/+306
|
* (HAVE_GIF): Check for DGifOpen instead ofGerd Moellmann2000-01-181-1/+1
| | | | DGifOpenFileName.
* *** empty log message ***Kenichi Handa2000-01-181-0/+5
|
* *** empty log message ***Richard M. Stallman2000-01-181-2/+16
|
* Insert latin-1 coding tag.Eli Zaretskii2000-01-171-1/+1
|
* (tmm-goto-completions): Adapt to prompt being partGerd Moellmann2000-01-172-2/+8
| | | | of mini-buffer.
* *** empty log message ***Gerd Moellmann2000-01-172-73/+91
|
* (purecopy): Doc fix.Dave Love2000-01-171-1/+1
|
* *** empty log message ***Gerd Moellmann2000-01-172-0/+3
|
* (LD_SWITCH_MACHINE): Define differently for GCC.Gerd Moellmann2000-01-171-0/+5
|
* (make_menubar): Set XmNresizeHeight and XmNresizeWidth to False.Gerd Moellmann2000-01-171-3/+10
|
* *** empty log message ***Gerd Moellmann2000-01-172-0/+49
|
* (x_window): Call lw_create_widget with new parameterGerd Moellmann2000-01-171-0/+1
| | | | list.
* (EmacsFrameSetCharSize): Change size of children firstGerd Moellmann2000-01-171-14/+11
| | | | | because of problems with main window geometry management under Lesstif.
* (enum menu_item_idx): New enumeration replacing definesGerd Moellmann2000-01-171-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 Moellmann2000-01-171-1/+1
|
* (XtNhighlightCallback): New define.Gerd Moellmann2000-01-171-0/+1
|
* (xlwMenuResources): All XtNhighlightCallback.Gerd Moellmann2000-01-171-0/+7
| | | | (remap_menubar): Call highlight callback.
* (_widget_value): Add help string.Gerd Moellmann2000-01-171-0/+2
|
* Add prototype for lw_get_widget_instance.Gerd Moellmann2000-01-171-0/+2
|
* (copy_widget_value_tree): Copy help string.Gerd Moellmann2000-01-171-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 Moellmann2000-01-171-1/+24
| | | | | (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as callback XtNhighlightCallback.
* (xm_arm_callback): New function.Gerd Moellmann2000-01-171-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. Stallman2000-01-167-18/+14
|
* (copyright-update): Removed theGerd Moellmann2000-01-142-2/+5
| | | | | requirement for a trailing space from `copyright-regexp', to support copyrights with owner specified on a separate line..
* align.elGerd Moellmann2000-01-141-0/+6
|
* *** empty log message ***Gerd Moellmann2000-01-144-1/+1625
|
* *** empty log message ***Gerd Moellmann2000-01-142-1/+9
|
* (menu-bar-tools-menu): Add EUDC submenu.Gerd Moellmann2000-01-141-0/+2
|
* (toplevel): Define EUDC menu for Emacs.Gerd Moellmann2000-01-141-0/+53
|
* *** empty log message ***Dave Love2000-01-131-0/+4
|
* Obsoleted by EUDC.Dave Love2000-01-131-1140/+0
|
* *** empty log message ***Gerd Moellmann2000-01-133-261/+357
|