Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | # | Dave Love | 1999-10-03 | 56 | -0/+40220 |
| | |||||
* | #CENSORSHIP | Dave Love | 1999-10-03 | 8 | -157/+1930 |
| | |||||
* | # | Dave Love | 1999-10-03 | 1 | -0/+1 |
| | |||||
* | Add *.tp *.tps *.ps. | Dave Love | 1999-10-03 | 1 | -0/+3 |
| | |||||
* | (vc-backend-checkout): Use coding system 'no-conversion when doing | André Spiegel | 1999-10-02 | 1 | -26/+32 |
| | | | | with-temp-file. | ||||
* | # | Dave Love | 1999-10-01 | 1 | -0/+448 |
| | |||||
* | (custom-comment-create): Fill :from and :to slots | Dave Love | 1999-10-01 | 1 | -3/+7 |
| | |||||
* | Require view when compiling. | Dave Love | 1999-10-01 | 1 | -1/+3 |
| | | | | (view-emacs-FAQ): Use Info version. | ||||
* | # | Dave Love | 1999-10-01 | 1 | -0/+35 |
| | |||||
* | # | Dave Love | 1999-10-01 | 9 | -9/+667 |
| | |||||
* | #ecrt0.c | Dave Love | 1999-10-01 | 6 | -0/+410 |
| | |||||
* | # | Dave Love | 1999-09-30 | 6 | -0/+1147 |
| | |||||
* | # | Dave Love | 1999-09-30 | 8 | -0/+84 |
| | |||||
* | (custom-bury-buffer): New function. | Dave Love | 1999-09-30 | 1 | -1/+4 |
| | | | | (custom-buffer-done-function): Use it. | ||||
* | # | Dave Love | 1999-09-30 | 7 | -1782/+14472 |
| | |||||
* | # | Dave Love | 1999-09-30 | 2 | -0/+3701 |
| | |||||
* | # | Dave Love | 1999-09-30 | 1 | -0/+7414 |
| | |||||
* | (Fminibuffer_complete_word): Calculate string byte | Kenichi Handa | 1999-09-30 | 1 | -2/+2 |
| | | | | size correctly. | ||||
* | (modify_lower_category_set): Set default value of | Kenichi Handa | 1999-09-30 | 1 | -6/+5 |
| | | | | TABLE correctly. | ||||
* | # | Dave Love | 1999-09-29 | 5 | -0/+187 |
| | |||||
* | (Fpropertize): Renamed from Fproperties. | Gerd Moellmann | 1999-09-29 | 1 | -2/+2 |
| | |||||
* | (resize_mini_window): Do nothing if frame is an X | Gerd Moellmann | 1999-09-29 | 1 | -1/+2 |
| | | | | frame that hasn't been initialized yet. | ||||
* | # | Dave Love | 1999-09-29 | 1 | -0/+6 |
| | |||||
* | # | Dave Love | 1999-09-29 | 26 | -0/+90414 |
| | |||||
* | # | Dave Love | 1999-09-29 | 52 | -0/+86258 |
| | |||||
* | (ps-mule-font-info-database-ps): Typo fixed | Kenichi Handa | 1999-09-29 | 1 | -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-bit | Kenichi Handa | 1999-09-29 | 1 | -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 set | Alex Schroeder | 1999-09-29 | 1 | -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 Love | 1999-09-28 | 1 | -0/+1 |
| | |||||
* | (custom-comment): Change widget definition. | Dave Love | 1999-09-28 | 1 | -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 Love | 1999-09-27 | 1 | -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 Love | 1999-09-27 | 1 | -13/+0 |
| | |||||
* | (scan_lisp_file): Fix typo causing infloop. | Dave Love | 1999-09-27 | 1 | -1/+1 |
| | |||||
* | (display_prop_end, invisible_text_between_p): Use | Gerd Moellmann | 1999-09-26 | 1 | -23/+9 |
| | | | | next_single_char_property_change. | ||||
* | (next_single_char_property_change): New. | Gerd Moellmann | 1999-09-26 | 1 | -0/+54 |
| | |||||
* | (toplevel): Add prototype for | Gerd Moellmann | 1999-09-26 | 1 | -0/+4 |
| | | | | next_single_char_property_change. | ||||
* | (lookup_image): Set image's timestamp because it's | Gerd Moellmann | 1999-09-25 | 1 | -0/+5 |
| | | | | used when we look it up. | ||||
* | (put-image, insert-image): Add string argument. | Gerd Moellmann | 1999-09-25 | 1 | -16/+19 |
| | |||||
* | (Fproperties): New. | Gerd Moellmann | 1999-09-25 | 1 | -0/+40 |
| | | | | (syms_of_editfns): Defsubr it. | ||||
* | (face-differs-from-default-p): Compare face | Gerd Moellmann | 1999-09-25 | 1 | -2/+13 |
| | | | | attributes individually. | ||||
* | (show-paren-mode): Add autoload cookie. | Dave Love | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | (edebug-outside-current-prefix-arg): | Phillip Rulon | 1999-09-24 | 1 | -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 ALTERNATIVE | Phillip Rulon | 1999-09-24 | 1 | -2/+2 |
| | | | | if we know for some other reason it should not be used. | ||||
* | (imenu-after-jump-hook): New variable. | Phillip Rulon | 1999-09-24 | 1 | -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 rms | Phillip Rulon | 1999-09-24 | 2 | -23/+34 |
| | |||||
* | (dired-move-to-filename-regexp): Make it work | Gerd Moellmann | 1999-09-24 | 1 | -6/+15 |
| | | | | for LANG=de_DE.iso88591 on HPUX 11.0. | ||||
* | (ange-ftp-date-regexp): Make it work for | Gerd Moellmann | 1999-09-24 | 1 | -2/+6 |
| | | | | LANG=de_DE.iso88591 on HPUX 11.0. | ||||
* | version number change | Carsten Dominik | 1999-09-24 | 8 | -13/+15 |
| | |||||
* | (reftex-view-cr-cite): Deal with multiple thebibliography environments. | Carsten Dominik | 1999-09-24 | 1 | -3/+5 |
| | |||||
* | (reftex-section-levels): Function allowed as cdr. | Carsten Dominik | 1999-09-24 | 1 | -3/+13 |
| | | | | (reftex-max-section-depth) New option. |