Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Dave Love | 2000-01-08 | 1 | -0/+5 | |
| | ||||||
* | Remove inappropriate customization (allowing custom.el to use | Dave Love | 2000-01-08 | 1 | -19/+8 | |
| | | | | backquote). | |||||
* | *** empty log message *** | Dave Love | 2000-01-07 | 1 | -19/+0 | |
| | ||||||
* | *** empty log message *** | Dave Love | 2000-01-07 | 1 | -32/+75 | |
| | ||||||
* | (add-log-debugging): Deleted. | Dave Love | 2000-01-07 | 1 | -14/+76 | |
| | | | | | | | | (add-change-log-entry): Treat a backup FILE-NAME as its parent file. Remove debugging code. (change-log-get-method-definition, change-log-name): Add doc. (change-log-sortable-date-at): New function. (change-log-merge): New command. | |||||
* | (display-time-string-forms): Make the Mail string active. | Dave Love | 2000-01-07 | 1 | -4/+14 | |
| | | | | (display-time-update): Provide help-echo for load average. | |||||
* | (make-mode-line-mouse2-map): New function. | Dave Love | 2000-01-07 | 1 | -73/+94 | |
| | | | | | | | | (mode-line-modified): Use it and simplify. (mode-line-mule-info): Provide help-echo info. (minor-mode-alist): Activate the strings. (make-mode-line-mouse-sensitive): Simplify for mode-line-buffer-identification. | |||||
* | (menu-bar-tools-menu): Use read-mail-command. | Dave Love | 2000-01-07 | 1 | -1/+1 | |
| | ||||||
* | (with-syntax-table): Fix backquoting. | Dave Love | 2000-01-07 | 1 | -6/+16 | |
| | | | | (read-mail-command): New option. | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-07 | 2 | -9/+474 | |
| | ||||||
* | *** empty log message *** | Thien-Thi Nguyen | 2000-01-07 | 1 | -29/+29 | |
| | ||||||
* | Add defclass, define-condition, defmethod, symbol-macrolet. | Dave Love | 2000-01-06 | 1 | -1/+9 | |
| | ||||||
* | (byte-extrude-byte-code-vectors): Use remprop. | Dave Love | 2000-01-06 | 1 | -3/+3 | |
| | ||||||
* | Tag as emacs-mule coding. | Dave Love | 2000-01-06 | 1 | -1/+7 | |
| | ||||||
* | (hl-line-mode): Fix defcustom. | Dave Love | 2000-01-06 | 1 | -12/+11 | |
| | ||||||
* | Assorted cleanups for compiler warnings, doc strings, `array-' prefix | Dave Love | 2000-01-06 | 1 | -219/+234 | |
| | | | | for symbols. | |||||
* | Copyright up-date. | Dave Love | 2000-01-05 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Dave Love | 2000-01-05 | 1 | -0/+5 | |
| | ||||||
* | (outline-mode-menu-bar-map): Add outline-headers-as-kill. | Dave Love | 2000-01-05 | 1 | -0/+39 | |
| | | | | | (outline-mode): Define imenu-generic-expression. (outline-headers-as-kill): New command. | |||||
* | *** empty log message *** | Dave Love | 2000-01-05 | 1 | -1/+14 | |
| | ||||||
* | (text-mode): Remove page-delimiter's `^' from paragraph-start. | Dave Love | 2000-01-05 | 1 | -0/+16 | |
| | | | | (paragraph-indent-minor-mode): New command. | |||||
* | (fortran-mode-map): Don't bind M-C-a, | Dave Love | 2000-01-05 | 1 | -121/+89 | |
| | | | | | | | | | | M-C-e, M-C-h, C-j, C-xnd, TAB. (fortran-mode): Set beginning-of-defun, end-of-defun. (fortran-column-ruler): Simplify. (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. (fortran-with-subprogram-narrowing): Likewise. (fortran-indent-subprogram): Call mark-defun. (fortran-check-for-matching-do): Change narrowing. | |||||
* | *** empty log message *** | Dave Love | 2000-01-05 | 1 | -2/+12 | |
| | ||||||
* | (cl-make-hash-table): Use make-hash-table. | Dave Love | 2000-01-05 | 1 | -25/+6 | |
| | | | | | | (cl-lucid-hash-tag): Delete. (cl-hash-table-p): Correct test for native table. (cl-hash-table-count): Use hash-table-count. | |||||
* | (browse-url): Fix case of browse-url-browser-function being an alist. | Dave Love | 2000-01-05 | 1 | -15/+19 | |
| | ||||||
* | *** empty log message *** | Carsten Dominik | 2000-01-05 | 1 | -0/+11 | |
| | ||||||
* | New version number. | Carsten Dominik | 2000-01-05 | 11 | -38/+52 | |
| | | | | (reftex-parse-file-extionsion,reftex-index-phrase-file-extension): New options | |||||
* | *** empty log message *** | Dave Love | 2000-01-05 | 1 | -5/+12 | |
| | ||||||
* | (beginning-of-defun): New variable. | Dave Love | 2000-01-05 | 1 | -60/+120 | |
| | | | | | | | (beginning-of-defun-raw): Use it. (end-of-defun): New variable. (end-of-defun): Use it. (check-parens): New command. | |||||
* | fixed some bugs associated with the new file names | Carsten Dominik | 2000-01-05 | 4 | -349/+351 | |
| | ||||||
* | Fix buglet in local variables initialization. | Thien-Thi Nguyen | 2000-01-05 | 2 | -1/+4 | |
| | ||||||
* | ChangeLog | Thien-Thi Nguyen | 2000-01-05 | 1 | -6/+11 | |
| | ||||||
* | (hs-discard-overlays, hs-flag-region, hs-show-block): | Thien-Thi Nguyen | 2000-01-05 | 1 | -31/+34 | |
| | | | | Don't use `mapcar' when not accumulating. | |||||
* | . | Andreas Schwab | 2000-01-05 | 1 | -0/+4 | |
| | ||||||
* | *** empty log message *** | Carsten Dominik | 2000-01-05 | 1 | -0/+10 | |
| | ||||||
* | (hscroll): Doc fix. | Andreas Schwab | 2000-01-05 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Carsten Dominik | 2000-01-05 | 1 | -0/+11 | |
| | ||||||
* | dded old entries for reftex and idlwave which were not properly interated. | Carsten Dominik | 2000-01-05 | 1 | -0/+104 | |
| | ||||||
* | renamed reftex-vcr.el to reftex-dcr.el | Carsten Dominik | 2000-01-05 | 2 | -6/+7 | |
| | ||||||
* | *** empty log message *** | Carsten Dominik | 2000-01-05 | 1 | -0/+1 | |
| | ||||||
* | Also provide idlwave-toolbar, not only idlw-toolbar | Carsten Dominik | 2000-01-05 | 1 | -1/+2 | |
| | ||||||
* | Also provide idlwave.shell, not only idlw-shell. | Carsten Dominik | 2000-01-05 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | Kenichi Handa | 2000-01-05 | 3 | -99/+46 | |
| | ||||||
* | PostScript code now is in separate files, doc fix. | Kenichi Handa | 2000-01-05 | 1 | -796/+80 | |
| | | | | | | | | | | | | | | (ps-print-version): New version number (5.0.3). (ps-header-lines, ps-left-header, ps-right-header): No more buffer local. (ps-spool-config): Initialization fix. (ps-print-prologue-1, ps-print-prologue-2, ps-print-duplex-feature): PostScript code moved to separated file. (ps-background-image): Little code reformating. (ps-begin-file, ps-begin-job): Fix code. (ps-postscript-code-directory, ps-mark-code-directory): New vars. (ps-prologue-file): New fun. | |||||
* | *** empty log message *** | Kenichi Handa | 2000-01-05 | 1 | -0/+15 | |
| | ||||||
* | ps-vars eliminated, doc fix. | Kenichi Handa | 2000-01-05 | 1 | -17/+42 | |
| | | | | | | (ps-print-version): New version number (5.0.2). (ps-spool-config): Initialization fix. (ps-print-customize): New fun. | |||||
* | ps-vars eliminated, ps-multibyte-buffer now is | Kenichi Handa | 2000-01-05 | 1 | -55/+50 | |
| | | | | `;;;###autoload'. | |||||
* | *** empty log message *** | Kenichi Handa | 2000-01-05 | 1 | -0/+12 | |
| | ||||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-04 | 1 | -0/+5 | |
| | ||||||
* | (auto-revert-mode): Return value of auto-revert-mode. | Gerd Moellmann | 2000-01-04 | 1 | -1/+2 | |
| |