summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.Richard M. Stallman2002-04-281-1/+2
|
* (make-auto-save-file-name): Specify # as suffix in the non-file-visiting case.Richard M. Stallman2002-04-281-10/+11
|
* (make-temp-file): New arg SUFFIX.Richard M. Stallman2002-04-281-2/+6
|
* Minor reorganization of some code.Glenn Morris2002-04-281-109/+104
|
* (f90-mark-subprogram-overlay): New internal variable.Glenn Morris2002-04-281-3/+15
| | | | (f90-mark-subprogram): Use it to highlight the subprogram with an overlay.
* (f90-xemacs-flag): New variable to put the test for Emacs flavor in oneGlenn Morris2002-04-281-26/+23
| | | | place.
* Added cua-mode based files [split from original cua.el]:Kim F. Storm2002-04-284-0/+3078
| | | | cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el
* (ibuffer-mode): Additional documentation on filter groups.Colin Walters2002-04-282-0/+16
|
* (ibuffer-set-filter-groups-by-mode): Don't make an ibuffer-mode filterColin Walters2002-04-281-10/+21
| | | | group if `ibuffer-view-ibuffer' is nil.
* *** empty log message ***Richard M. Stallman2002-04-282-0/+2490
|
* Comment change.Richard M. Stallman2002-04-281-3/+3
|
* Entries I should have made earlier.Glenn Morris2002-04-281-0/+50
|
* (occur-accumulate-lines): Avoid incf and decf.Richard M. Stallman2002-04-282-151/+159
| | | | | | | | | | | | | | | | (occur-engine-add-prefix): New function. (occur-engine): Avoid using macrolet, incf and decf. Use occur-engine-add-prefix instead. Rename `l' to `lines' and `c' to `matches'. (occur-engine, occur-mode-mouse-goto) (occur-mode-find-occurrence, occur-mode-goto-occurrence) (occur-mode-goto-occurrence-other-window) (occur-mode-display-occurrence): A position is just a marker, not a list. (occur-revert-arguments): Renamed from occur-revert-properties. All uses changed.
* (recentf-menu-before): Use string to specify path in the menu.Pavel Janík2002-04-282-2/+5
|
* (custom-load-symbol): Moved to custom.el.Richard M. Stallman2002-04-282-40/+12
| | | | (custom-load-recursion): Likewise.
* (custom-load-symbol): Moved from cus-edit.el.Richard M. Stallman2002-04-281-0/+41
| | | | (custom-load-recursion): Likewise.
* (ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase.Richard M. Stallman2002-04-282-6/+11
|
* (menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer.Richard M. Stallman2002-04-272-0/+16
|
* (next-buffer, prev-buffer): New commands.Richard M. Stallman2002-04-271-3/+23
| | | | Bind C-x left and C-x right to them.
* (read-language-name): Take of non-list values.Pavel Janík2002-04-272-1/+6
|
* (Info-header-line): Mark it as risky-local-variable.Richard M. Stallman2002-04-272-0/+3
|
* (insert-for-yank): Replace `category' propertyRichard M. Stallman2002-04-272-5/+34
| | | | | | with whatever properties it stands for. (member-ignore-case): Ignore non-strings in LIST.
* (read-face-name): Format the prompt correctly when there's no default.Miles Bader2002-04-272-3/+6
|
* Explicitly load cus-face and timer.Richard M. Stallman2002-04-272-0/+8
|
* Don't require timer.Richard M. Stallman2002-04-271-2/+0
|
* Don't require cus-face.Richard M. Stallman2002-04-271-2/+0
|
* Fix previous change.Richard M. Stallman2002-04-271-1/+1
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-265-411/+484
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (customize-face-other-window): Make it work similarly.Richard M. Stallman2002-04-262-15/+29
|
* (customize-face): Use read-face-name and handle multiple faces.Richard M. Stallman2002-04-261-18/+14
|
* (read-face-name): New defaulting features.Richard M. Stallman2002-04-261-35/+84
| | | | | | | | New args STRING-DESCRIBING-DEFAULT and MULTIPLE. (list-faces-display): Use the face, not its name string, as arg when running customize-face. Put a `read-face-name' prop on the entire line. (describe-face): Handle multiple faces via read-face-name.
* (tex-start-options): New variable.Richard M. Stallman2002-04-262-8/+27
| | | | | | | | (tex-start-commands): New variable. (tex-start-options-string): Variable deleted. (tex-start-tex): Use tex-start-options and tex-start-commands, not tex-start-options-string. (tex-command): Doc fix.
* (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.Sam Steingold2002-04-262-33/+39
|
* Remove Ada-specific example code.Gerd Moellmann2002-04-261-2/+2
|
* *** empty log message ***Gerd Moellmann2002-04-261-79/+83
|
* 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2002-04-262-108/+116
| | | | * ediff-hooks.el: Put back the autoloads.
* (ibuffer-saved-filter-groups): Don't include broken defaults.Colin Walters2002-04-261-17/+5
| | | | | | | (ibuffer-yank): Be sure to `setq' after we use `nconc'. (ibuffer-save-filter-groups): Correctly structure filter groups. (ibuffer-switch-to-saved-filter-groups): Correctly extract filter groups.
* (define column process): Use `ibuffer-aif'.Colin Walters2002-04-261-4/+3
|
* *** empty log message ***Colin Walters2002-04-261-0/+11
|
* (smtpmail-auth-credentials): Support netrc files as well.Richard M. Stallman2002-04-251-12/+25
| | | | | (smtpmail-try-auth-methods): Support netrc data. (netrc-parse): Autoload netrc.
* *** empty log message ***Richard M. Stallman2002-04-251-0/+10
|
* General tidy-up of commentary and some doc strings.Glenn Morris2002-04-251-78/+94
|
* (occur-engine): Pad digits to the right.Colin Walters2002-04-251-1/+1
|
* (smtpmail-queue-counter): New variable.Richard M. Stallman2002-04-251-3/+7
| | | | | | (smtpmail-send-it): Use it to construct new queue filenames (needed if you send more than one message per second, which is possible if you use Gnus Agent).
* *** empty log message ***Colin Walters2002-04-251-1/+2
|
* (mail-use-dsn): New variable to request delivery status notification from MTA.Richard M. Stallman2002-04-252-1/+20
| | | | (sendmail-send-it): Use it.
* (occur-engine): Make nlines argument actually mean number of contextColin Walters2002-04-251-4/+4
| | | | lines. Handle it.
* *** empty log message ***Colin Walters2002-04-251-1/+2
|
* *** empty log message ***Colin Walters2002-04-251-0/+45
|
* Regenerated.Colin Walters2002-04-251-176/+225
|