1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/lisp
Richard M. Stallman 522779f4c6 (font-lock-fontify-region): Put on `font-lock'
property as well as `face' property.
(font-lock-hack-keywords): Likewise.
1993-09-11 15:13:31 +00:00
..
calendar (calendar-time-zone-daylight-rules): Remove special case for Israel. 1993-09-06 22:37:51 +00:00
emacs-lisp (update-copyright): Handle two-digit years with apostrophes. 1993-08-18 16:48:32 +00:00
emulation (tpu-help): Use variables for "n" and "p". 1993-08-11 05:01:04 +00:00
international Provide same name as file. 1993-05-27 21:01:29 +00:00
mail (rmail-convert-file): Narrow to exclude the Babyl header. 1993-09-11 10:40:03 +00:00
play (dun-save-game): Use correct name of endgame question. 1993-09-10 13:48:39 +00:00
progmodes (tag-exact-match-p): Return true if TAG is the explicit tag name. 1993-09-06 22:15:21 +00:00
term (iconify-or-deiconify-frame): Make it work. 1993-07-27 22:01:29 +00:00
textmodes (texinfo-environment-regexp): Match cartouche. 1993-08-18 16:48:58 +00:00
abbrev.el Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
abbrevlist.el Add or correct keywords 1993-03-18 21:29:42 +00:00
ada.el Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
add-log.el (change-log-mode): Use \f for formfeed, to avoid syntax error. 1993-07-31 18:41:53 +00:00
allout.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
ange-ftp.el (ange-ftp-file-executable-p): New function, handles file-executable-p. 1993-09-08 06:22:44 +00:00
apropos.el (safe-documentation): Don't crash on byte-compiled macro. 1993-06-08 01:32:42 +00:00
array.el (abs, ceiling, floor): Remove, since they now redefine 1993-08-10 04:14:17 +00:00
autoinsert.el Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
bookmark.el (bookmark-alist): Move defvar before first use. 1993-08-14 19:52:32 +00:00
buff-menu.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
byte-run.el Added standard library headers. 1993-03-17 15:20:58 +00:00
case-table.el (describe-buffer-case-table): Merge locals i and ch. 1993-06-07 19:11:40 +00:00
chistory.el (repeat-history-command): Bug fix. Someone forgot a car. 1993-04-02 16:41:54 +00:00
cl.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
cmulisp.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
cmuscheme.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
comint.el (comint-filename-prefix): New variable. 1993-09-08 06:59:23 +00:00
compare-w.el (compare-windows-skip-whitespace): New function. 1993-07-13 07:31:09 +00:00
complete.el Initial revision 1993-06-14 14:58:03 +00:00
completion.el (cmpl-read-time-eval): Make it no-op. 1993-08-03 05:46:33 +00:00
dabbrev.el (dabbrev-expand): Do all changes with replace-match. 1993-06-14 18:55:10 +00:00
delsel.el Provide delsel. 1993-05-20 14:02:07 +00:00
desktop.el entered into RCS 1993-06-01 20:11:54 +00:00
diary-ins.el * diary-ins.el (insert-cyclic-diary-entry): Fix date form. 1993-06-22 03:23:38 +00:00
diary-lib.el (list-diary-entries): Split diary-display-hook into two 1993-08-04 23:01:24 +00:00
diff.el * diff.el (diff-parse-differences): Preserve the match data 1993-06-22 03:50:08 +00:00
dired-aux.el (dired-compress-file): Fix previous change. 1993-08-12 03:36:56 +00:00
dired.el (dired-sort-mode): Variable deleted. 1993-08-01 11:55:12 +00:00
disp-table.el * disp-table.el (standard-display-european): Doc fix. Make 1993-05-25 06:21:35 +00:00
ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps 1993-03-28 06:24:33 +00:00
echistory.el (electric-history-map): Don't use fillarray; 1993-06-11 15:51:46 +00:00
edmacro.el Add or correct keywords 1993-03-18 21:29:42 +00:00
ehelp.el Doc fix. 1993-08-08 00:20:22 +00:00
electric.el (Electric-command-loop): Use eq to compare events. 1993-06-03 03:48:37 +00:00
emerge.el (emerge-find-difference): Add interactive spec. 1993-08-11 18:21:49 +00:00
env.el (setenv): Treat case as significant. 1993-06-11 21:33:27 +00:00
faces.el (x-create-frame-with-faces): Check for on' or true' 1993-08-14 09:23:24 +00:00
files.el (hack-local-variables-prop-line): Ignore any specification 1993-09-11 10:45:25 +00:00
find-dired.el (find-dired-sentinel): Write a line describing death. 1993-05-28 00:58:08 +00:00
find-gc.el Add standard library headers. 1993-03-17 15:58:09 +00:00
finder.el (finder-find-library): New function. 1993-06-13 01:36:48 +00:00
float-sup.el entered into RCS 1992-07-22 04:22:30 +00:00
flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag. 1993-06-11 17:55:51 +00:00
font-lock.el (font-lock-fontify-region): Put on `font-lock' 1993-09-11 15:13:31 +00:00
forms-pass.el entered into RCS 1991-07-01 18:05:53 +00:00
forms.el Rewritten by Vromans to use text properties. 1993-07-17 19:15:19 +00:00
frame.el (set-frame-configuration): Take new optional arg NODELETE; if non-nil, 1993-09-07 00:53:48 +00:00
ftp.el entered into RCS 1992-07-22 04:22:30 +00:00
gnus.el (gnus-caesar-region): Replace %' by mod' and simplify. 1993-08-10 04:14:17 +00:00
gnusmail.el Version 3.15 from Umeda. 1993-05-16 22:58:52 +00:00
gnusmisc.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
gnuspost.el (gnus-current-time-zone): Fix typo. 1993-07-20 04:25:04 +00:00
gosmacs.el Undo previous change. 1993-03-28 22:35:42 +00:00
grow-vers.el entered into RCS 1992-07-22 04:22:30 +00:00
gud.el (gud-dbx-marker-filter): Detect signals as well as bpts. 1993-08-09 04:36:47 +00:00
help-macro.el (make-help-screen): Handle mouse events. 1993-05-26 19:12:18 +00:00
help.el (help-for-help): Mention C-k and C-f. 1993-08-06 20:24:57 +00:00
hexl.el Added a keyword. 1993-07-04 17:56:02 +00:00
hilit19.el Version 2.7 from stig. 1993-08-01 06:26:18 +00:00
hippie-exp.el * hippie-exp.el: Renamed from hippie.el. 1993-07-18 06:20:15 +00:00
inc-vers.el Try deleting version.el if it's not writable. 1993-07-21 22:16:11 +00:00
indent.el (indent-region): Fix paren error in last change. 1993-08-06 22:15:45 +00:00
info.el (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix. 1993-08-06 20:29:23 +00:00
informat.el * informat.el (Info-tagify): Correct the regular expression which 1993-02-16 00:23:06 +00:00
isearch-old.el entered into RCS 1992-07-28 02:14:03 +00:00
isearch.el (isearch-edit-string): Use read-event, not read-char. 1993-08-13 06:32:49 +00:00
iso8859-1.el Make RCS warnings stop. 1993-05-30 04:17:38 +00:00
kermit.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
ledit.el Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
loadhist.el entered into RCS 1993-04-16 23:43:57 +00:00
loadup.el Preload mouse, scroll-bar and select if have multi-frames. 1993-05-15 21:17:06 +00:00
lpr.el (print-region-1): Make END a marker so untabify relocates it. 1993-08-04 03:41:03 +00:00
ls-lisp.el (insert-directory): Doc fix. 1993-06-29 17:08:09 +00:00
macros.el (name-last-kbd-macro): Handle macros that are vectors. 1993-07-29 03:27:05 +00:00
makesum.el Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
man.el (man): Define as alias. 1993-08-03 18:52:07 +00:00
map-ynp.el (map-y-or-n-p): If LIST is nil, just return. 1993-07-22 07:17:28 +00:00
medit.el entered into RCS 1992-08-04 04:15:43 +00:00
menu-bar.el Don't clobber existing binding for menu-bar in global-map. 1993-09-06 22:48:00 +00:00
mh-e.el (mh-read-msg-list): Undo previous change. 1993-08-09 00:08:55 +00:00
mhspool.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
mim-mode.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
mim-syntax.el entered into RCS 1992-07-22 04:22:30 +00:00
misc.el entered into RCS 1992-07-22 04:22:30 +00:00
mouse.el (mouse-choose-completion): Really go to minibuffer; no save-excursion. 1993-08-12 22:21:12 +00:00
netunam.el Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
nnspool.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
nntp.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
novice.el (enable-command): Remove spurious assignment of free variable `foo'. 1993-03-31 21:25:06 +00:00
old-shell.el Add or correct keywords 1993-03-18 21:29:42 +00:00
options.el Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
paren.el (show-paren-command-hook): Do nothing if input is pending. 1993-08-12 05:33:16 +00:00
paths.el (rmail-spool-directory): Use "/var/mail/" if system-type is netbsd. 1993-09-10 05:05:39 +00:00
rect.el (string-rectangle): Renamed from fill-rectangle. 1993-05-03 15:01:18 +00:00
register.el (jump-to-register): Take new optional arg NODELETE (prefix arg); pass 1993-09-07 00:56:00 +00:00
replace.el (occur-mode-goto-occurrence): Give meaningful error 1993-08-03 01:07:55 +00:00
reposition.el (reposition-window): Don't forward-char if eobp. 1993-07-20 05:55:31 +00:00
resume.el (resume-suspend-hook): Renamed from resume-empty-args-file. 1993-04-14 21:44:04 +00:00
rlogin.el require 'shell 1993-09-09 04:31:05 +00:00
rot13.el Comment changes. 1993-06-16 21:40:36 +00:00
saveplace.el entered into RCS 1993-08-13 01:08:54 +00:00
sc-alist.el entered into RCS 1993-01-08 15:12:37 +00:00
sc.el Comment fixes. 1993-09-05 22:24:31 +00:00
sc.elec.el entered into RCS 1993-01-08 15:12:37 +00:00
scroll-bar.el (scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value. 1993-08-06 21:03:45 +00:00
select.el (x-set-cut-buffer): New arg PUSH. 1993-05-24 21:19:26 +00:00
server.el (server-visit-files): Restore current-buffer by hand, 1993-08-09 05:56:29 +00:00
shell.el (shell-dirstack-message): Recognize ~ by matching the expansion of "~" with 1993-09-08 07:39:14 +00:00
simple.el (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L), 1993-08-10 04:14:17 +00:00
sort.el Minor error in previous change. 1993-07-23 17:53:50 +00:00
startup.el (command-line): Setq inhibit-startup-message to nil. 1993-09-07 08:36:48 +00:00
subr.el (momentary-string-display): Scroll to keep the string on the screen. 1993-08-14 07:54:59 +00:00
sun-curs.el Name changed from sun-cursors.el to protect the innocents. 1993-04-14 16:38:49 +00:00
sun-fns.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
sun-keys.el entered into RCS 1992-07-22 02:58:48 +00:00
superyank.el Doc fix. 1992-11-03 22:47:23 +00:00
tabify.el (untabify): Don't really change where restriction starts. 1993-04-07 04:27:30 +00:00
tar-mode.el (tar-mode-map): Don't bind C-c. 1993-08-12 18:38:32 +00:00
tcp.el entered into RCS 1993-05-19 21:15:18 +00:00
telnet.el (telnet): If we already have a telnet to HOST, just switch buffers. 1993-08-03 04:09:19 +00:00
term-nasty.el entered into RCS 1992-07-29 21:20:50 +00:00
terminal.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
time-stamp.el (time-stamp): Add autoload cookie. 1993-07-28 23:51:08 +00:00
time.el (display-time-file-nonempty-p): Use file-chase-links. 1993-07-07 04:31:38 +00:00
timer.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
timezone.el (timezone-fix-time, timezone-zone-to-minute): Simplify with `abs' 1993-08-10 04:14:17 +00:00
tpu-doc.el Added section on local variables. 1993-08-10 04:18:52 +00:00
uncompress.el Add provide call. 1993-03-25 02:21:51 +00:00
unused.el entered into RCS 1992-07-29 05:48:40 +00:00
userlock.el (ask-user-about-supersession-threat): Mention file name when asking question. 1993-08-11 20:36:30 +00:00
vc-hooks.el (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install. 1993-08-27 01:57:48 +00:00
vc.el (vc-backend-steal): Fix typo when invoking the 'rcs' command 1993-09-08 19:06:01 +00:00
view.el Doc fixes; some args renamed. 1993-07-17 19:06:12 +00:00
vms-patch.el * bibtex.el (bibtex-string): Use \" instead of "" to get a double 1993-05-18 21:33:52 +00:00
vmsproc.el entered into RCS 1992-07-22 02:58:48 +00:00
vmsx.el entered into RCS 1992-07-22 02:58:48 +00:00
vt100-led.el entered into RCS 1992-07-22 02:58:48 +00:00
vt-control.el Change revision number and comments. 1993-08-10 04:19:12 +00:00
window.el (shrink-window-if-larger-than-buffer): Pass WINDOW to 1993-08-03 06:38:26 +00:00
x-menu.el entered into RCS 1992-07-22 02:58:48 +00:00
xscheme.el Added or corrected Commentary section 1993-03-22 22:44:33 +00:00