- 03 Sep, 2002 9 commits
-
-
Juanma Barranquero authored
-
Pavel Janík authored
-
Stefan Monnier authored
(paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode): Use text-mode's syntax-table and abbrev-table. (text-mode): Set require-final-newline to t.
-
Stefan Monnier authored
dummy `=' char when there's really nothing else. Don't remove spaces if it leads to an incorrect comment.
-
Stefan Monnier authored
around the cvs/ssh/libc bug. (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax. (defun-cvs-mode): Use the new `declare' thingy. (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log) (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs. (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
-
Stefan Monnier authored
node rather than a message for new directories. (cvs-parse-status): Add support for `Entry Invalid'.
-
Stefan Monnier authored
(smerge-combine-with-next): New function. (smerge-diff): Don't output `wrote /tmp/foo' messages. Insert message if no diffs were found.
-
Stefan Monnier authored
-
Kenichi Handa authored
-
- 02 Sep, 2002 9 commits
-
-
Stefan Monnier authored
(mail-mode-abbrev-table): Set to text-mode-abbrev-table.
-
Kai Großjohann authored
(require 'base64): Most modern Emacsen have the base64 encode/decode functions built in, so test to see if they are bound before we go blindly requiring base64.el. From Steve Youngs <youngs@xemacs.org>. (tramp-feature-write-region-fix): XEmacs doesn't have a 'find-operation-coding-system' and this variable doesn't seem to be used anywhere so wrap it in (unless (featurep 'xemacs)). From Steve Youngs <youngs@xemacs.org>. (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old. (tramp-open-connection-su): Use user name "root" if no user name is given. From Michael Albinus <Michael.Albinus@alcatel.de>: * net/tramp.el (tramp-invoke-ange-ftp): (tramp-ange-ftp-file-name-p): Check for Xemacs. (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to tramp-invoke-ange-ftp 'rename. (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to tramp-invoke-ange-ftp 'write-region. (tramp-handle-set-file-modes): Change order of FILENAME and MODE passing to tramp-invoke-ange-ftp 'set-file-modes. (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called again after activating `ange-ftp'.
-
Kim F. Storm authored
Changed prompt to use C-j instead of RET to end. Set ido-ignore-item-temp-list to the selected buffers so far, so they are automatically excluded from the list of choices. Use add-to-list instead of push.
-
Kim F. Storm authored
(ido-read-internal): Don't set ido-default-item if the default is member of ido-ignore-item-temp-list. Don't return first match for C-j if no text is entered. (ido-buffer-internal): Check for empty string return. (ido-make-buffer-list1): Use member instead of memq. (ido-window-buffer-p): Likewise. (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list. (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
-
Kim F. Storm authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(save-some-buffers): Use that. (diff-buffer-with-file): New function.
-
Richard M. Stallman authored
-
- 01 Sep, 2002 18 commits
-
-
Kim F. Storm authored
C-x e in addition to old binding.
-
Kim F. Storm authored
-
Andreas Schwab authored
-
Robert J. Chassell authored
-
Markus Rost authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
If point is on semi-visible last line, reposition it at previous line.
-
Richard M. Stallman authored
(temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
-
Richard M. Stallman authored
(malloc_warning_1): Function deleted. [ALLOC_DEBUG]: #undef INLINE.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
if rest of line is blank. (end-of-visible-line): Cope if end-of-line moved back over invisible intangible chars at end of line. (completion-setup-function): Don't use directory-sep-char.
-
Richard M. Stallman authored
(dired-get-filename): Ignore handler if it has safe-magic prop.
-
Richard M. Stallman authored
-
Glenn Morris authored
-
Glenn Morris authored
(f90-menu): Remove ":active" keyword where not needed. (f90-menu, f90-add-imenu-menu): Use lookup-key rather than imenu--index-alist. A few whitespace changes.
-
- 31 Aug, 2002 3 commits
-
-
Andreas Schwab authored
-
Eli Zaretskii authored
member of x_display_info unless we compile for some window system.
-
Andrew Choi authored
* macterm.c (expose_overlaps): New function (merge code from xterm.c). (expose_window): Use it to fix the display of overlapping rows (merge code from xterm.c).
-
- 30 Aug, 2002 1 commit
-
-
Kim F. Storm authored
-