summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* #Dave Love1999-10-0356-0/+40220
|
* #CENSORSHIPDave Love1999-10-038-157/+1930
|
* #Dave Love1999-10-031-0/+1
|
* Add *.tp *.tps *.ps.Dave Love1999-10-031-0/+3
|
* (vc-backend-checkout): Use coding system 'no-conversion when doingAndré Spiegel1999-10-021-26/+32
| | | | with-temp-file.
* #Dave Love1999-10-011-0/+448
|
* (custom-comment-create): Fill :from and :to slotsDave Love1999-10-011-3/+7
|
* Require view when compiling.Dave Love1999-10-011-1/+3
| | | | (view-emacs-FAQ): Use Info version.
* #Dave Love1999-10-011-0/+35
|
* #Dave Love1999-10-019-9/+667
|
* #ecrt0.cDave Love1999-10-016-0/+410
|
* #Dave Love1999-09-306-0/+1147
|
* #Dave Love1999-09-308-0/+84
|
* (custom-bury-buffer): New function.Dave Love1999-09-301-1/+4
| | | | (custom-buffer-done-function): Use it.
* #Dave Love1999-09-307-1782/+14472
|
* #Dave Love1999-09-302-0/+3701
|
* #Dave Love1999-09-301-0/+7414
|
* (Fminibuffer_complete_word): Calculate string byteKenichi Handa1999-09-301-2/+2
| | | | size correctly.
* (modify_lower_category_set): Set default value ofKenichi Handa1999-09-301-6/+5
| | | | TABLE correctly.
* #Dave Love1999-09-295-0/+187
|
* (Fpropertize): Renamed from Fproperties.Gerd Moellmann1999-09-291-2/+2
|
* (resize_mini_window): Do nothing if frame is an XGerd Moellmann1999-09-291-1/+2
| | | | frame that hasn't been initialized yet.
* #Dave Love1999-09-291-0/+6
|
* #Dave Love1999-09-2926-0/+90414
|
* #Dave Love1999-09-2952-0/+86258
|
* (ps-mule-font-info-database-ps): Typo fixedKenichi Handa1999-09-291-3/+3
| | | | | (normat->normal). Use correct font names for Korean (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
* (cyrillic-koi8-r-decode-table): Map 8-bitKenichi Handa1999-09-291-6/+6
| | | | | | code not used by KOI8 to the same 8-bit code instead of mapping to SPC. (cyrillic-alternativnyj-decode-table): Likewise.
* (sql-imenu-generic-expression): new, used to setAlex Schroeder1999-09-291-52/+83
| | | | | | | | | | | imenu-generic-expression. (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, imenu-case-fold-search, and imenu-syntax-alist. (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
* (display-time-mode): Add autoload cookie.Dave Love1999-09-281-0/+1
|
* (custom-comment): Change widget definition.Dave Love1999-09-281-51/+35
| | | | | | | | | (custom-comment-create, custom-comment-show) (custom-comment-invisible-p): Don't use :comment-overlay. (custom-comment-hide): New function. (custom-variable-set, custom-variable-save) (custom-variable-reset-standard, custom-face-set) (custom-face-save): Use it.
* (isearch): Add :links in defgroup.Dave Love1999-09-271-47/+42
| | | | | | | | | | | | (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. (isearch-switch-frame-handler): Comment out (unused). (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. (isearch-ring-retreat-edit): Doc fix. (isearch-mouse-yank): New command. (isearch-last-command-char): Removed. Callers changed to use last-command-char. (isearch-char-to-string): Removed. Callers changed to use char-to-string.
* Remove unneeded declaration of ospeed.Dave Love1999-09-271-13/+0
|
* (scan_lisp_file): Fix typo causing infloop.Dave Love1999-09-271-1/+1
|
* (display_prop_end, invisible_text_between_p): UseGerd Moellmann1999-09-261-23/+9
| | | | next_single_char_property_change.
* (next_single_char_property_change): New.Gerd Moellmann1999-09-261-0/+54
|
* (toplevel): Add prototype forGerd Moellmann1999-09-261-0/+4
| | | | next_single_char_property_change.
* (lookup_image): Set image's timestamp because it'sGerd Moellmann1999-09-251-0/+5
| | | | used when we look it up.
* (put-image, insert-image): Add string argument.Gerd Moellmann1999-09-251-16/+19
|
* (Fproperties): New.Gerd Moellmann1999-09-251-0/+40
| | | | (syms_of_editfns): Defsubr it.
* (face-differs-from-default-p): Compare faceGerd Moellmann1999-09-251-2/+13
| | | | attributes individually.
* (show-paren-mode): Add autoload cookie.Dave Love1999-09-251-0/+1
|
* (edebug-outside-current-prefix-arg):Phillip Rulon1999-09-241-3/+6
| | | | | | | | | New variable. (edebug-recursive-edit): Save current-prefix-arg there, bind it, and set it back at the end. (edebug-outside-excursion): Restore and update the outside value of current-prefix-arg. (edebug-emacs-version-specific): Delete support for Epoch.
* (info-initialize): Don't test existence of ALTERNATIVEPhillip Rulon1999-09-241-2/+2
| | | | if we know for some other reason it should not be used.
* (imenu-after-jump-hook): New variable.Phillip Rulon1999-09-241-2/+29
| | | | | | (imenu): Run menu-after-jump-hook. (imenu-name-lookup-function): New variable. (imenu--in-alist): Use those variables.
* patched by pjr from diff by rmsPhillip Rulon1999-09-242-23/+34
|
* (dired-move-to-filename-regexp): Make it workGerd Moellmann1999-09-241-6/+15
| | | | for LANG=de_DE.iso88591 on HPUX 11.0.
* (ange-ftp-date-regexp): Make it work forGerd Moellmann1999-09-241-2/+6
| | | | LANG=de_DE.iso88591 on HPUX 11.0.
* version number changeCarsten Dominik1999-09-248-13/+15
|
* (reftex-view-cr-cite): Deal with multiple thebibliography environments.Carsten Dominik1999-09-241-3/+5
|
* (reftex-section-levels): Function allowed as cdr.Carsten Dominik1999-09-241-3/+13
| | | | (reftex-max-section-depth) New option.