summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (custom-group-value-create): Use group-visibility widget.Richard M. Stallman1997-06-211-8/+19
| | | | | (custom-add-parent-links): Don't insert anything if no parents. Return non-nil iff do have parents.
* (group-visibility): New widget type.Richard M. Stallman1997-06-211-0/+18
| | | | (widget-group-visibility-create): New function.
* (custom-group-value-create): Use group-visibility widget.Richard M. Stallman1997-06-211-1/+1
|
* (custom-magic-value-create):Richard M. Stallman1997-06-211-4/+11
| | | | | In `links' style, don't indent the member groups. (custom-group-value-create): Likewise.
* Comment change.Richard M. Stallman1997-06-211-1/+2
|
* (widget-documentation-link-action):Richard M. Stallman1997-06-211-1/+7
| | | | Use describe-function or describe-variable in simple cases.
* Synched with 1.9930.Per Abrahamsen1997-06-212-351/+553
|
* Doc fixes.Richard M. Stallman1997-06-211-166/+159
| | | | (ogonek-jak, ogonek-how): Examples of customization fixed.
* (custom-magic-alist) <hidden>: Don't refer to "dots".Richard M. Stallman1997-06-211-2/+2
|
* (boolean): Capitalize "toggle".Richard M. Stallman1997-06-211-14/+65
| | | | | | | | | | | | | | | | | | | | (choice): Capitalize "value menu". (visibility): Capitalize "hide" and "show". (group-visibility): Likewise. (widget-documentation-string-value-create): Capitalize "more". (widget-specify-insert): Bind before-change-functions. (widget-insert, widget-setup): Likewise. (widget-editable-list-delete-at, widget-default-delete): Likewise. (widget-editable-list-insert-before): Likewise. (widget-setup): Set up before-change-functions. (widget-after-change): Don't apply :notify here. (widget-before-change): New function. Apply :notify here. (group-link): New widget type. (widget-group-link-action): New function. (widget-group-link-create): New function. (group-visibility): New widget type.
* (customize-menu-create): Return nil if Emacs.Richard M. Stallman1997-06-211-8/+12
| | | | | | (custom-mode): Handle custom-mode-customize-menu being nil. (custom-mode-customize-menu): Don't initialize if customize-menu-create returns nil.
* (custom-nest-groups): New variable.Richard M. Stallman1997-06-211-17/+42
| | | | | | | | | (custom-group): Don't insert a space before the group name here. (customize-group): If buffer exists, use it unchanged. (custom-format-handler) <L>: Maybe make a group-link widget instead of a group-visibility widget. custom-nest-groups controls this. <l, i, e>: Indent differently if custom-nest-groups.
* automatically generated from GPLed versionUlrich Drepper1997-06-211-1/+1
|
* automatically generated from GPLed versionPaul Eggert1997-06-211-17/+17
|
* automatically generated from GPLed versionUlrich Drepper1997-06-211-17/+17
|
* automatically generated from GPLed versionPaul Eggert1997-06-211-17/+17
|
* automatically generated from GPLed versionMiles Bader1997-06-211-17/+17
|
* automatically generated from GPLed versionPaul Eggert1997-06-211-1/+1
|
* (customize-group): Ignore case in completion.Richard M. Stallman1997-06-211-16/+20
| | | | | | | (custom-buffer-create-internal): Put parent groups near the top. (custom-format-handler) <L>: Use group-visibility. <L, i, - cases>: Triple the indentation, use just 2 dashes.
* Define mouse-set-font in mule-menu-keymap agian.Kenichi Handa1997-06-211-0/+3
|
* (x-charset-registries): Name changed for consistency:Kenichi Handa1997-06-211-4/+12
| | | | | lao.mule -> MuleLao, Mule.Tibetan-X -> MuleTibetan-X. (x-complement-fontset-spec): Optimization for latin-iso8859-1.
* (quail-help): Use with-output-to-temp-buffer.Kenichi Handa1997-06-211-60/+51
| | | | | (quail-translation-help): Likewise. (quail-conversion-help): Likewise.
* (Fset_face_attribute_internal): Use FS_LOAD_FONTKenichi Handa1997-06-211-1/+1
| | | | instead of calling fs_load_font directly.
* (dumpglyphs): Use FS_LOAD_FONT.Kenichi Handa1997-06-211-17/+41
| | | | | | | (x_new_fontset): If frame F has already using FONTSET, avoid the duplicated work. Use FS_LOAD_FONT. (x_list_fonts): Call Fassoc to search Valternate_charset_table. (x_load_font): Get around a buf of XListFonts
* (font_idx_temp): New temprary variable used in FS_LOAD_FONT.Kenichi Handa1997-06-211-1/+7
|
* (font_idx_temp): Extern it.Kenichi Handa1997-06-211-0/+18
| | | | (FS_LOAD_FONT): New macro.
* (untabify): Handle consecutive tabs all at once.Karl Heuer1997-06-211-4/+11
| | | | | (tabify-regexp): New var. (tabify): Use it.
* new versionMichael Kifer1997-06-202-24/+15
|
* (Ferror_message_string): Optimize (error STRING) case.Richard M. Stallman1997-06-201-0/+9
|
* Change copyright notices.Richard M. Stallman1997-06-209-24/+16
|
* (require-final-newline): Fix custom :type.Richard M. Stallman1997-06-201-1/+3
|
* Clarify about text props in strings and how to remove all of them.Richard M. Stallman1997-06-201-8/+12
|
* Don't delete nil overlays.Per Abrahamsen1997-06-191-2/+4
|
* Change color.Per Abrahamsen1997-06-191-1/+1
|
* Synched with 1.9924.Per Abrahamsen1997-06-192-42/+103
|
* (view-mode): Add autoload cookie to this variable.Kenichi Handa1997-06-191-0/+3
| | | | (View-exit-and-edit): Add autoload cookie.
* Create paren-blinking custom group and put all blink-matching-paren ↵Simon Marshall1997-06-191-13/+16
| | | | variables in it.
* Do <* *> via syntax table not regexps; use regexp-opt.Simon Marshall1997-06-191-39/+26
|
* Rearrange custom options. Also enable custom control of Global Font Lock mode.Simon Marshall1997-06-191-72/+177
|
* Rearrange custom options.Simon Marshall1997-06-191-24/+24
|
* customise, rewrite and extend.Simon Marshall1997-06-191-123/+155
|
* (Fprocess_send_eof): Prooperly conditionalize prev. change.Richard M. Stallman1997-06-191-0/+4
|
* (Fprocess_send_eof): Use shutdown, if it's a socket.Richard M. Stallman1997-06-191-1/+10
| | | | Don't close the output descriptor if that is also the input descriptor.
* (shutdown): Check for `shutdown' function.Richard M. Stallman1997-06-191-1/+1
|
* (HAVE_SHUTDOWN): Add #undef.Richard M. Stallman1997-06-191-0/+1
|
* (complete-symbol): New function.Richard M. Stallman1997-06-191-6/+11
| | | | | (complete-tag): Definition deleted. (esc-map): Bind M-TAB to compete-symbol.
* Delete M-TAB binding of complete-tag.Richard M. Stallman1997-06-191-2/+0
|
* (info-complete-symbol): If MODE is nil, use the default value.Richard M. Stallman1997-06-191-6/+7
|
* Initial revisionRichard M. Stallman1997-06-191-0/+511
|
* Changed all doc strings to comply with conventions.Richard M. Stallman1997-06-191-327/+426
| | | | | | | | (reftex-label-alist-builtin) New environment subfigure*. (reftex-toc) Introduced key g for revert-buffer. (reftex-extract-bib-entries) Allowed round parens as delimiter. (reftex-plug-into-AUCTeX) New variable and function. (reftex-make-master-buffer) Fixed bug with relative path names.