1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

5101 Commits

Author SHA1 Message Date
Richard M. Stallman
cb79b372cf (dired-add-entry): If ange-ftp inserted the file's absolute name, fix that. 1995-03-31 00:18:38 +00:00
Karl Heuer
23cb053e99 (comint-read-noecho): Don't log prompt messages. 1995-03-30 23:38:23 +00:00
Richard M. Stallman
75c7042521 Comment change. 1995-03-30 07:31:38 +00:00
Richard M. Stallman
2b979e14a3 Fix previous change. 1995-03-30 07:17:46 +00:00
Richard M. Stallman
6ffb01c433 (modify-face): Handle stipple. Handle defaulting properly.
Speed up making completion alists.
(modify-face-read-string): New subroutine.
1995-03-30 07:15:37 +00:00
Simon Marshall
ad63249242 Wrap filename character quoting code with save-excursion so following forms
relying on point aren't broken.
1995-03-30 07:10:08 +00:00
Richard M. Stallman
0d624ea45a (minibuffer-window-active-p): Use active-minibuffer-window. 1995-03-29 07:14:38 +00:00
Karl Heuer
84a99e7344 (comint-read-noecho): Use a format string, in case
PROMPT contains a percent sign.
1995-03-28 22:27:56 +00:00
Richard M. Stallman
c782bea550 (scroll-bar-drag): Bind echo-keystrokes to 0. 1995-03-28 17:42:27 +00:00
Richard M. Stallman
92a68cc68f (nntp-request-article): If ID is integer, convert to string. 1995-03-28 16:55:36 +00:00
Richard M. Stallman
82072f33f9 (event-apply-modifier): New function.
(event-apply-control-modifier, event-apply-meta-modifier)
(event-apply-hyper-modifier, event-apply-shift-modifier)
(event-apply-alt-modifier, event-apply-super-modifier):
New functions, with bindings in function-key-map.
1995-03-28 03:49:39 +00:00
Boris Goldowsky
ef6fe31be9 (enriched-mode): Use new plist-put and plist-get fns,
change name of default-text-properties var.
1995-03-27 16:02:00 +00:00
Richard M. Stallman
fe7ad22dc1 (calculate-c++-indent): Copy colon-line-end code from calculate-c-indent. 1995-03-27 07:50:26 +00:00
Richard M. Stallman
67a6988bf8 (mail): Use pop-to-buffer.
(same-window-buffer-names): Add *mail*.
(mail-other-window, mail-other-frame): Bind to nil
same-window-buffer-names, special-display-buffer-names, and ...regexps.
1995-03-25 20:49:23 +00:00
Boris Goldowsky
6507ffb1a3 Add Text Properties submenu to Edit menu. 1995-03-25 16:02:43 +00:00
Karl Heuer
69dc83fd84 (byte-compile-out-toplevel): Compile lambda forms even if trivial. 1995-03-24 23:43:21 +00:00
Simon Marshall
cd323f896b Changed match-string to defun, but still return nil (no error) if no match. 1995-03-24 09:01:09 +00:00
Karl Heuer
02da8c8209 (c-style-alist): Set c-continued-brace-offset and
c-brace-offset in all styles, so that they don't inherit a trash
value from a previously set style.
1995-03-24 02:50:54 +00:00
Karl Heuer
12b4943a37 (compilation-sentinel): Use format'; concat' doesn't
stringize integers anymore.
1995-03-24 00:48:45 +00:00
Karl Heuer
fa7a4531e7 Don't load mouse and face files in system-specific
branches; an earlier test has already loaded them based on a
symbol equivalent to HAVE_MOUSE or HAVE_FACES.
1995-03-23 21:44:59 +00:00
Richard M. Stallman
f45a220ab3 (asm-mode): Make a per-buffer child keymap here.
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.
1995-03-23 20:57:04 +00:00
Richard M. Stallman
e7d795eba3 (pascal-mode-syntax-table): Give \ punctuation syntax. 1995-03-23 20:40:48 +00:00
Simon Marshall
993713ce0a Change to macro, and return nil if there was no match at the specified depth. 1995-03-23 08:43:08 +00:00
Richard M. Stallman
73d2bf95bb (isearch-update-ring): New subroutine.
(isearch-done): Use that.
1995-03-23 02:25:55 +00:00
Richard M. Stallman
148d2a8dec Doc fixes. 1995-03-22 21:31:08 +00:00
Karl Heuer
f2d9e61da4 (ml-concat): New function. 1995-03-22 20:39:17 +00:00
Karl Heuer
bdafb772d7 Translate concat to ml-concat. 1995-03-22 20:38:52 +00:00
Boris Goldowsky
9dc90430f3 Doc fix + autoload cookies. 1995-03-22 19:42:05 +00:00
Richard M. Stallman
28fc169ba4 (one-window-p, walk-windows, minibuffer-window-active-p):
Functions moved to window.el.
1995-03-22 16:58:14 +00:00
Richard M. Stallman
82e6d8cb34 (one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here. 1995-03-22 16:57:58 +00:00
Richard M. Stallman
13fce4e6ed (init-file-user, site-run-file): Doc fixes. 1995-03-22 04:50:15 +00:00
Boris Goldowsky
c0a7db8434 (list-text-properties-at): New fn.
(facemenu-menu): Add it to menu.
1995-03-21 21:47:23 +00:00
Richard M. Stallman
243a81f524 (vc-update-change-log): Use new -u option for rcs2log. 1995-03-21 20:22:41 +00:00
Richard M. Stallman
bdd610b25e (occur): Copy default-directory to *Occur* buffer. 1995-03-21 19:57:36 +00:00
Richard M. Stallman
d382f61045 (shell-command): Use *Async Shell Command* for
asynchronous commands.  Doc fix.
1995-03-21 05:14:38 +00:00
Karl Heuer
806cba9c00 (tar-parse-octal-long-integer): Return list, not vector. 1995-03-21 02:19:38 +00:00
Karl Fogel
2c9ad69fec (bookmark-automatically-show-annotations): new var.
(bookmark-jump): only show annotation if above var is non-nil.
1995-03-20 14:46:38 +00:00
Richard M. Stallman
73e78cf15e (debug): Now interactive. 1995-03-20 05:09:18 +00:00
Richard M. Stallman
c5c170d083 (c-mode-map): Use "C-mode", not "C mode". 1995-03-20 00:06:30 +00:00
Richard M. Stallman
ffbdd83d7d (menu-bar-files-menu): Renamed from ...-file-menu.
(menu-bar-tools-menu, menu-bar-search-menu): New menu bar menus.
Items moved from Edit and Files menus.
Add Split Window, One Window, Find Tag and Postscript print menu items.
(nonincremental-search-forward, nonincremental-search-backward)
(nonincremental-re-search-forward, nonincremental-re-search-backward)
(noninteractive-repeat-search-forward)
(noninteractive-repeat-search-backward)
(noninteractive-repeat-re-search-forward)
(noninteractive-repeat-re-search-backward): New commands.
1995-03-19 21:11:13 +00:00
Richard M. Stallman
fb65091fbc (Info-next-preorder, Info-next-preorder-1):
When moving up, advance to next menu item.
1995-03-18 22:55:23 +00:00
Richard M. Stallman
6b8b57db4a (write-file): Query if file exists already. 1995-03-18 21:51:18 +00:00
Richard M. Stallman
80ddb8edf4 (debugger-outer-load-read-function): New variable.
(debug): Bind load-read-function to nil; save old value
in debugger-outer-load-read-function and restore at end.
(debugger-eval-expression): Handle load-read-function
like other magic variables.

(debugger-outer-overriding-local-map): New variable.
(debug): Bind overriding-local-map to nil; save old value
in debugger-outer-overriding-local-map and restore at end.
(debugger-eval-expression): Handle overriding-local-map
like other magic variables.
1995-03-18 18:13:23 +00:00
Richard M. Stallman
925a67ca07 (isearch-abort): Treat "incomplete regexp"
as failure when deciding how much to discard for C-g.
1995-03-18 18:10:21 +00:00
Richard M. Stallman
92182a70b3 Various doc fixes.
(mail-abbrevs-setup): Use add-hook and make-local-hook.
1995-03-18 07:14:50 +00:00
Karl Heuer
2f1ce09315 Don't put ediff-windows in the menu. 1995-03-18 01:53:12 +00:00
Karl Heuer
eeb6dd92ea (ediff-patch-buffer): Use buffer name in error message. 1995-03-18 01:12:12 +00:00
Karl Heuer
df9817838b Delete some autoloads that are now in menu-bar.el. 1995-03-17 23:00:49 +00:00
Boris Goldowsky
b2f51b2400 Rewrite, many things moved to format.el. 1995-03-17 19:20:02 +00:00
Boris Goldowsky
029894b956 Initial revision 1995-03-17 18:14:30 +00:00