summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Stefan Monnier2002-09-161-2/+18
|
* *** empty log message ***Juanma Barranquero2002-09-162-22/+26
|
* (dired-add-entry): Add missing argument to `dired-mark'.Juanma Barranquero2002-09-161-1/+1
|
* * xscheme.el (scheme-interaction-mode): Doc fix.John Paul Wallington2002-09-163-4/+10
| | | | * net/eudc.el (eudc-plist-get): Doc fix.
* (menu-bar-last-search-type): New var.Kim F. Storm2002-09-151-78/+109
| | | | | | | | | | | | | | | | (nonincremental-repeat-search-forward) (nonincremental-repeat-search-backward): Repeat string or regexp search depending on menu-bar-last-search-type. (nonincremental-search-forward, nonincremental-re-search-forward) (nonincremental-search-backward, nonincremental-re-search-backward): Set menu-bar-last-search-type to string or regexp. (nonincremental-repeat-re-search-forward): Removed. (nonincremental-repeat-re-search-backward): Removed. (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu. (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu. (menu-bar-adv-search-menu): Removed. (menu-bar-search-menu): Reorganized. (menu-bar-edit-menu): Added "Replace" submenu.
* *** empty log message ***Kim F. Storm2002-09-151-0/+17
|
* (scroll-bar-mode): Specify :initialize.Richard M. Stallman2002-09-151-0/+3
|
* (menu-bar-make-mm-toggle): Don't put a quote befor FNAMERichard M. Stallman2002-09-151-1/+1
| | | | when it's not being evaluated.
* (dired-move-to-filename): Fix previous change.Markus Rost2002-09-152-1/+6
|
* (dired-use-ls-dired): New variable.Richard M. Stallman2002-09-151-182/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (dired-directory): Document the rules better. (dired-insert-headerline): Function deleted. (dired-revert): Pass no args to dired-readin. (dired-move-to-filename): First try using dired-filename property. (dired-move-to-end-of-filename): Likewise. (dired-why): Try to show the start of this page of warnings. (dired-log): Insert the buffer name at start of page, not end. (dired-log-summary): If just one failure, explain it in echo area. (dired-internal-noselect): Always set dired-directory, when buffer is not new. Pass dir-or-list, not dirname, to dired-mode. Call dired-readin with no args. Don't call dired-after-readin-hook here. (dired-find-buffer-nocreate): Expand dirname. Expand the dir from dired-directory to compare with dirname. (dired-readin): Take no args. Get the directory from dired-directory. Run dired-before-reading hook inside save-excursion. Run dired-after-readin-hook here. Don't make undo entries at all. Call dired-readin-insert with no args. Don't change indentation here. Don't insert headerline here. (dired-readin-insert): Take no args. Get dir and file-list from dired-directory. Call dired-insert-directory the new way. Don't insert "wildcard" info here. (dired-insert-directory): New arg FILE-LIST. First arg now DIR, always just the directory. This function fully handles setting up the buffer text: update indentation, insert headerline and "wildcard" info. Pass --dired arg if appropriate; put info in dired-filename props. Don't expand file names here.
* (dired-bunch-files): Put the arg FILESRichard M. Stallman2002-09-151-55/+62
| | | | | | | | | | | | | | | | | back as it was after temporary destrucive mods. (dired-add-entry): Use dired-insert-directory to handle indentation. Explicitly restore the line's marker character. Preserve the old file name's text properties. (dired-add-entry-do-indentation): Function deleted. (dired-relist-file): Doc fix. (dired-rename-file): Change argument names. (foo-rename-file): New function. (dired-do-hardlink): Use dired-hardlink. (dired-hardlink): New function. (dired-insert-subdir-doinsert): Use dired-insert-directory; that handles indentation, text props and header line. dired-readin-insert gets no args. Use `last' instead of `reverse'.
* (display-time-mode): Set display-time-load-average here.Richard M. Stallman2002-09-151-43/+48
| | | | | | (display-time-load-average): Initialize to nil. (display-time-default-load-average): Add "None" alternative. (display-time-update): Handle "None" alternative for load-average.
* (keypad-setup, keypad-shifted-setup)Kim F. Storm2002-09-141-5/+7
| | | | | | (keypad-numlock-setup, keypad-numlock-shifted-setup): Change `Remove Binding' option to `Unspecified/User-defined'. (keypad-setup): Enhance explanation of setup type `none'.
* *** empty log message ***Kim F. Storm2002-09-141-0/+7
|
* (display-warning): In batch mode,Richard M. Stallman2002-09-142-1/+12
| | | | exclude the final newline from the arg to `message'.
* From Stefan MonnierJ.D. Smith2002-09-131-74/+37
| | | | | | | | | | Add a \ in front of open-paren-in-column-0 in docstrings. Otherwise indentation and font-lock get confused. (idlwave-function-menu): Use defalias so the funs are called interactively. Don't rely on knowledge about which Emacs provides imenu or func-menu. (idlwave-calculate-cont-indent): Fix typo. (idlwave-font-lock-keywords-*): Don't use setq on a defconst. Remove unused variables.
* (diff-buffer-with-file): Check whether associated file exists.Markus Rost2002-09-132-14/+25
| | | | Display message for 1 second. Always return nil.
* (diff-mode): Turn on compilation-minor-modeStefan Monnier2002-09-131-10/+13
| | | | support again, but more carefully this time.
* (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.Stefan Monnier2002-09-131-4/+5
|
* (perl-mode-syntax-table): Mark $, % and @Stefan Monnier2002-09-131-68/+205
| | | | | | | | | | | such that backward-sexp correctly skips them. (perl-font-lock-keywords-2): Use regexp-opt. (perl-font-lock-syntactic-keywords) (perl-font-lock-syntactic-face-function): Better handle PODs. Handle package names with ' in them and ($$) in `sub' declarations. Handle format staements. Handle regexp and quote-like ops. (perl-empty-syntax-table): New var. (perl-quote-syntax-table): New fun.
* (cvs-mode-find-file): Work even if point is at beg-of-line.Stefan Monnier2002-09-131-2/+2
|
* (comment-with-narrowing): Use the `declare' thingy.Stefan Monnier2002-09-131-2/+1
|
* (define-derived-mode): Properly ignore unknown args.Stefan Monnier2002-09-132-4/+14
|
* (transient-mark-mode, line-number-mode, column-number-mode):Stefan Monnier2002-09-131-3/+3
| | | | Pass an explicit `:require nil' argument.
* (define-minor-mode): Add a :require arg.Stefan Monnier2002-09-131-12/+15
| | | | Don't call the function during init if mode is on by default.
* Provide `simple'.Stefan Monnier2002-09-131-0/+1
|
* (tetris-blank-options, tetris-cell-options):Francesco Potortì2002-09-131-15/+12
| | | | | Remove various redundant `(t nil)'. (tetris-border-options): Use color on tty if available.
* (snake-border-options): Use color on tty if available.Francesco Potortì2002-09-131-1/+2
|
* (pong-border-options): Use color on tty ifFrancesco Potortì2002-09-131-7/+4
| | | | available. Reset color on tty to be [0.5 0.5 0.5].
* Good appearance of gamegrid-based games on color ttys.Francesco Potortì2002-09-131-0/+13
|
* (kmacro-start-macro): Doc fix.Kim F. Storm2002-09-131-1/+1
|
* *** empty log message ***Kim F. Storm2002-09-131-0/+4
|
* (whitespace-unload-hook): Call `remove-hook' with three arguments, not four.Juanma Barranquero2002-09-132-2/+10
|
* (idlwave-shell-cleanup): Fix reference to ↵Juanma Barranquero2002-09-131-2/+2
| | | | `idlwave-idlwave_routine_info-compiled'.
* (universal-coding-system-argument):Richard M. Stallman2002-09-132-10/+15
| | | | Read the coding system inside `interactive' spec, for command-history.
* *** empty log message ***Stefan Monnier2002-09-121-12/+59
|
* (kmacro-keymap): Changed bindings:Kim F. Storm2002-09-121-2/+2
| | | | C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
* (find-library-name): Typo.Stefan Monnier2002-09-121-1/+1
|
* (find-library-name): Don't forget the empty suffix. Fix stale variable name.Stefan Monnier2002-09-121-2/+2
|
* (diff-mode): Docstring improvement.Stefan Monnier2002-09-121-1/+7
|
* *** empty log message ***Kim F. Storm2002-09-121-0/+5
|
* (gud-gdb-massage-args, gud-sdb-massage-args)Stefan Monnier2002-09-121-85/+88
| | | | | | | | | | | | | (gud-pdb-massage-args): Delete. (gdb, sdb, pdb): Don't pass gud-*-massage-args any more. (gud-gdb-command-name): New var. Put "--fullname" in there. (gud-query-cmdline): Use the most recent executable as the default. Don't add "--fullname" (it's only valid/meaningful for GDB). (gud-xdb-marker-filter): Use match-string. (gud-perldb-massage-args): Don't add "-d". (gud-perldb-command-name): Add "-d". (gud-common-init): If `massage-args' is nil, don't call it. (gud-format-command): Don't hardcode point-min==1.
* Require CL when compiling.Stefan Monnier2002-09-121-0/+2
|
* Updated to IDLWAVE version 4.15. See idlwave.org.J.D. Smith2002-09-124-572/+858
|
* (time-stamp-hhmmss): New function.Simon Josefsson2002-09-122-0/+12
|
* (smtpmail-send-it): Don't use : in filenamesSimon Josefsson2002-09-121-9/+9
| | | | | (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>. Use expand-file-name. Also don't require time-stamp.
* *** empty log message ***Richard M. Stallman2002-09-121-0/+19
|
* (define-derived-mode): When making new abbrev table,Richard M. Stallman2002-09-121-11/+1
| | | | don't try to copy the parent's abbrev table.
* Adjust ps-print-color-p, ps-default-fg and ps-default-bg setting.Richard M. Stallman2002-09-121-38/+43
| | | | | | (ps-print-version): New version number (6.5.7). (ps-mark-active-p): New fun. (ps-print-preprint-region): Adjust code.
* (ruler-mode-left-scroll-bar-cols):Richard M. Stallman2002-09-121-2/+6
| | | | | Always round scroll-bar-width parameter up. If it is nil, use 14.