1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
emacs/lisp
Gerd Moellmann 15ea3b67a7 Got rid of all byte-compiler warnings on Emacs.
Add to the menu when the file is loaded, not in ada-mode-hook.
Add -toolbar to the default ddd command Switches moved from
ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
ada-prj-default-comp-opt
(ada-add-ada-menu): Remove the map and name parameters Add the Ada
Reference Manual to the menu
(ada-check-current): rewritten as a call to ada-compile-current
(ada-compile): Removed.
(ada-compile-application, ada-compile-current, ada-check-current):
Set the compilation-search-path so that compile.el automatically
finds the sources in src_dir.  Automatic scrollong of the
compilation buffer.  C-uC-cC-c asks for confirmation before
compiling
(ada-compile-current): New parameter, prj-field
(ada-complete-identifier): Load the .ali file before doing
processing
(ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
conform to gnatmake's behavior.
(ada-find-file-in-dir): New function
(ada-find-references): Set the environment variables for gnatfind
(ada-find-src-file-in-dir): New function.
(ada-first-non-nil): Removed
(ada-gdb-application): Add support for jdb, the java debugger.
(ada-get-ada-file-name): Load the original-file first if not done
yet.
(ada-get-all-references): Handles the new ali syntax (parent types
are found between <>).
(ada-initialize-runtime-library): New function
(ada-mode-hook): Always load a project file when a file is opened,
so that the casing exceptions are correctly read.
(ada-operator-re): Add all missing operators ("abs", "rem", "**").
(ada-parse-prj-file): Use find-file-noselect instead of find-file
to open the project file, since the latter does not work with
speedbar Get default values before loading the prj file, or the
default executable file name is wrong.  Use the absolute value of
src_dir to initialize ada-search-directories and
compilation-search-path,...  Add the standard runtime library to
the search path for find-file.
(ada-prj-default-debugger): Was missing an opening '{'
(ada-prj-default-bind-opt, ada-prj-default-link-opt): New
variables.
(ada-prj-default-gnatmake-opt): New variable
(ada-prj-find-prj-file): Handles non-file buffers For non-Ada
buffers, the project file is the default one Save the windows
configuration before displaying the menu.
(ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
(ada-read-identifier): Fix xrefs on operators (for "mod", "and",
...)  regexp-quote identifiers names to support operators +,
-,... in regexps.
(ada-remote): New function.
(ada-run-application): Erase the output buffer before starting the
run Support remote execution of the application.  Use
call-process, or the arguments are incorrectly parsed
(ada-set-default-project-file): Reread the content of the active
project file, not the one from the current buffer When a project
file is set as the default project, all directories are
automatically associated with it.
(ada-set-environment): New function
(ada-treat-cmd-string): New special variable ${current}
(ada-treat-cmd-string): Revised.  The substitution is now done for
any ${...} substring
(ada-xref-current): If no body was found, compiles the spec
instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
compiler to get rid of command line length limitations.
(ada-xref-get-project-field): New function
(ada-xref-project-files): New variable
(ada-xref-runtime-library-specs-path)
(ada-xref-runtime-library-ali-path): New variables
(ada-xref-set-default-prj-values): Default run command now does a
cd to the build directory.  New field: main_unit Provide a default
file name even if the current buffer has no prj file.
2000-07-24 11:13:11 +00:00
..
calendar Replaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up. 2000-07-04 11:15:24 +00:00
emacs-lisp (eldoc-minor-mode-string): Add autoload cookie; otherwise autoloaded 2000-07-24 00:38:34 +00:00
emulation (pc-selection-mode): Bind `M-\d' 2000-06-20 18:24:35 +00:00
eshell Fix a typo in a comment. 2000-07-20 06:59:46 +00:00
gnus Correct author's mail address. 2000-07-19 11:04:18 +00:00
international (iso-transl-char-map): Fix ^e, ^i, 2000-07-23 16:05:53 +00:00
language (compound-text): Force katakana-jisx0201 to be designated to G1. 2000-07-18 04:29:20 +00:00
mail (mail-strip-quoted-names): Handle case where <...> appears inside "...". 2000-07-19 21:53:51 +00:00
net (goto-address-fontify): Don't bother with buffer-modified and read-only 2000-07-20 17:29:46 +00:00
play Add author's email address. 2000-07-18 14:40:07 +00:00
progmodes Got rid of all byte-compiler warnings on Emacs. 2000-07-24 11:13:11 +00:00
term Make FONTNAME arg to set-fontset-font a cons. 2000-07-15 11:49:36 +00:00
textmodes Correct maintainer's email address. 2000-07-19 15:50:36 +00:00
.gitignore ignore *.elc 2000-06-19 16:16:01 +00:00
abbrev.el (abbrev-mode): Make ARG optional. 2000-05-05 13:21:04 +00:00
abbrevlist.el
ada.el
add-log.el (change-log-font-lock-keywords) <function>: Add 2000-05-31 17:41:51 +00:00
align.el Added a new feature to align.el 2000-07-17 06:33:36 +00:00
allout.el New version from Manheimer. 2000-06-07 13:25:06 +00:00
ansi-color.el (ansi-color-apply): Updated regexps to include 1999-11-13 23:19:56 +00:00
apropos.el Doc fixes. 2000-06-20 09:58:07 +00:00
arc-mode.el (archive-mode-map): Use the new menu-item format for 2000-06-15 16:13:41 +00:00
array.el (array-mode): Don't use make-variable-buffer-local. 2000-01-11 19:31:26 +00:00
auto-show.el (auto-show): Defgroup doc fix. 2000-02-23 14:52:41 +00:00
autoarg.el * autoarg.el (autoarg-mode, autoarg-kp-mode): 2000-06-05 08:11:22 +00:00
autoinsert.el Minor doc fixes. 1999-11-30 14:45:39 +00:00
autorevert.el (global-auto-revert-mode): Add autoload cookie. 2000-02-02 13:55:46 +00:00
avoid.el (mouse-avoidance-random-shape): Don't quote lambda. 2000-06-11 05:26:41 +00:00
batmode.el
battery.el Change author's mail address. 2000-07-07 13:01:49 +00:00
bindings.el (mode-line-mule-info, mode-line-modified): help-echo 2000-07-18 21:53:46 +00:00
bookmark.el Applied this patch from Eli Zaretskii. Pretty much taking on faith 2000-06-06 22:41:24 +00:00
bs.el (bs): Add :version to defgroup. 2000-02-02 14:03:26 +00:00
buff-menu.el (list-buffers-noselect): Use abbreviate-file-name 1999-11-12 12:43:32 +00:00
byte-run.el * byte-run.el (make-obsolete, make-obsolete-variable): 2000-06-01 04:58:08 +00:00
bytecpat.el
calculator.el (calculator-use-menu): New option. 2000-02-29 09:34:42 +00:00
case-table.el Delete autoload cookies (file is preloaded). 1997-08-09 08:10:48 +00:00
cdl.el Fix `Maintainer' keyword. 2000-07-18 14:39:41 +00:00
ChangeLog *** empty log message *** 2000-07-24 09:45:16 +00:00
ChangeLog.1 # 1999-09-29 16:37:29 +00:00
ChangeLog.2 # 1999-09-29 16:37:29 +00:00
ChangeLog.3 Change mail address for Noah Friedman 1999-10-25 00:42:32 +00:00
ChangeLog.4 Change mail address for Noah Friedman 1999-10-25 00:42:32 +00:00
ChangeLog.5 Change mail address for Noah Friedman 1999-10-25 00:42:32 +00:00
ChangeLog.6 Change mail address for Noah Friedman 1999-10-25 00:42:32 +00:00
ChangeLog.7 *** empty log message *** 1999-12-16 13:23:58 +00:00
chistory.el (command-history): Renamed from command-history-mode. 1999-12-31 23:41:32 +00:00
cl.el
cmulisp.el
cmuscheme.el (inferior-scheme-mode-map): Define it independently 2000-03-08 23:55:36 +00:00
comint.el (comint-highlight-input, comint-highlight-face): 2000-07-19 15:50:13 +00:00
compare-w.el (compare-windows): Try to find the next window in 1999-07-14 08:16:49 +00:00
complete.el (PC-env-vars-alist): New variable. 2000-06-15 14:42:19 +00:00
completion.el (dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas. 2000-05-23 20:04:36 +00:00
composite.el (composition-function-table): Move the `put' 2000-06-11 05:30:20 +00:00
COPYING # 1999-10-17 09:55:57 +00:00
cus-dep.el Require CL at compile-time only. 2000-03-24 20:46:12 +00:00
cus-edit.el (custom-variable-reset-saved, custom-variable-reset-standard): Remove 2000-07-18 12:52:25 +00:00
cus-face.el Delete obsolete URL comment. 2000-05-25 18:40:23 +00:00
cus-load.el *** empty log message *** 2000-06-08 12:49:10 +00:00
cus-start.el Add optional version as 4th element of specs and use it for several 2000-07-12 17:28:19 +00:00
custom.el (defcustom, defgroup): Doc fix. 2000-06-20 09:43:52 +00:00
cvs-status.el (cvs-status-minor-wrap): Use mark-active. 2000-05-10 22:08:28 +00:00
dabbrev.el (dabbrev--find-expansion): Use walk-windows instead 2000-07-03 09:13:06 +00:00
delim-col.el Header comments changed. 1999-10-15 16:53:35 +00:00
delsel.el Add finder keywords. 2000-05-24 15:24:37 +00:00
derived.el Fix keywords. 2000-05-26 00:42:50 +00:00
desktop.el (desktop-save): Save list of minor modes. 2000-04-26 17:33:02 +00:00
diary-ins.el
diary-lib.el
diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re) 2000-06-05 07:30:09 +00:00
diff.el (diff-parse-differences): 1999-08-28 18:21:34 +00:00
dired-aux.el (dired-show-file-type): New function. 2000-07-10 07:02:03 +00:00
dired-x.el (dired-filename-at-point): Add `@' to valid 2000-03-01 10:27:54 +00:00
dired.el Don't require `dired-aux'. 2000-07-10 12:17:38 +00:00
dirtrack.el (dirtrack): Added docstring. Now returns input. 1999-02-21 21:11:07 +00:00
disp-table.el (create-glyph): Doc fix. 2000-06-08 16:58:41 +00:00
dos-fns.el (convert-standard-filename): Fix last change. 2000-06-28 04:40:29 +00:00
dos-vars.el (dos-codepage-setup-hook): New defcustom. 1998-12-20 15:12:03 +00:00
dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of 1999-12-10 13:37:42 +00:00
double.el (double-mode): Customize the variable. 1999-09-03 22:45:43 +00:00
ebuff-menu.el (electric-buffer-menu-mode-map): Don't wipe out all Meta keys. 1998-08-12 22:21:47 +00:00
echistory.el (electric-command-history): Call Command-history-setup 1999-12-31 23:41:11 +00:00
ediff-diff.el 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> 2000-07-06 05:36:21 +00:00
ediff-help.el * viper-cmd.el (viper-envelop-ESC-key): added the option to 2000-02-28 06:16:44 +00:00
ediff-hook.el *** empty log message *** 1999-11-01 07:16:15 +00:00
ediff-init.el (ediff-region-help-echo): Bind face-help. 2000-07-24 09:44:02 +00:00
ediff-merg.el *** empty log message *** 1999-11-25 04:34:23 +00:00
ediff-mult.el 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> 2000-05-24 17:31:16 +00:00
ediff-ptch.el *** empty log message *** 1999-11-25 04:34:23 +00:00
ediff-util.el *** empty log message *** 1999-11-01 07:16:15 +00:00
ediff-vers.el *** empty log message *** 1999-11-25 04:34:23 +00:00
ediff-wind.el (ediff-setup-control-frame): Remove :box 2000-06-28 20:19:18 +00:00
ediff.el * viper-cmd.el (viper-envelop-ESC-key): added the option to 2000-02-28 06:16:44 +00:00
edmacro.el (edmacro-parse-keys): Return vector if any elements are invalid 2000-05-21 19:51:14 +00:00
ehelp.el
electric.el
elide-head.el (elide-head): Use point-marker more. 2000-02-02 14:27:03 +00:00
emacs-lock.el Add some keywords. 1997-06-10 18:18:07 +00:00
emerge.el (emerge-make-temp-file): Make sure file has proper 2000-06-23 07:06:02 +00:00
enriched.el (enriched-decode-foreground, enriched-decode-background): Don't use 2000-06-20 10:46:48 +00:00
env.el (getenv): New function, interactively callable. 2000-05-15 14:50:12 +00:00
expand.el (expand-abbrev-hook): Return t if expansion was 1999-12-30 12:25:22 +00:00
facemenu.el Docstrings fixes. 2000-07-06 13:58:49 +00:00
faces.el (face-font-selection-order) 2000-07-18 19:07:15 +00:00
fast-lock.el Change maintainer to FSF. 2000-01-24 22:23:19 +00:00
ffap.el (ffap-menu-text-plist): Use display-mouse-p, not window-system. 2000-05-25 16:56:34 +00:00
filecache.el (file-cache-completion-ignore-case): New variable, 1999-10-07 15:21:51 +00:00
files.el insert-directory: use split-string 2000-07-18 14:18:03 +00:00
find-dired.el (find-dired-find-program): Added this variable. 1999-10-16 03:20:11 +00:00
find-file.el (ff-emacs-19, ff-xemacs): Functions deleted. 1998-05-22 23:36:06 +00:00
find-gc.el Add provide call. 1997-06-22 18:57:55 +00:00
find-lisp.el *** empty log message *** 2000-06-16 15:47:45 +00:00
finder-inf.el # 1999-10-07 11:04:40 +00:00
finder.el (finder-commentary): Add autoload cookie. 2000-04-09 20:24:49 +00:00
float-sup.el
flow-ctrl.el
foldout.el (foldout-inhibit-key-bindings): 1999-01-19 18:22:46 +00:00
follow.el Use modern backquote syntax. Minor comment update. 1999-11-21 16:46:24 +00:00
font-lock.el (font-lock-fontify-anchored-keywords): Use line-beginning-position. 2000-06-23 19:37:14 +00:00
format.el (format-alist): Use iso-cvt functions for SGML/HTML. 2000-03-29 18:37:25 +00:00
forms-d2.dat # 1999-10-05 11:10:25 +00:00
forms-d2.el # 1999-10-05 11:10:25 +00:00
forms-pass.el
forms.el Use new backquote syntax. 1999-11-13 22:07:05 +00:00
frame.el (blink-cursor-mode): Don't hide cursor initially. 2000-07-03 19:13:55 +00:00
ftp.el
generic-x.el (bat-generic-mode-keymap): Added thio variable 1999-10-16 04:11:07 +00:00
generic.el Re-write `(make-variable-buffer-local (defvar ...' 1999-01-07 19:37:16 +00:00
gnusmail.el
gnusmisc.el
gnuspost.el
gosmacs.el
grow-vers.el
gs.el Change ghostscript' to postscript' in comment. 1999-09-12 20:21:46 +00:00
gud.el (gud-jdb-directories): Doc fix. 2000-05-19 20:35:18 +00:00
help-macro.el Move provide to end. 1999-08-16 23:06:06 +00:00
help.el (describe-variable): Don't insert a second `'s' in front 2000-06-27 10:54:26 +00:00
hexl.el (hexl-insert-hex-string): New command. 2000-04-19 19:10:46 +00:00
hilit19.el (hilit-lookup-face-create): Don't set face colors 2000-07-03 07:49:30 +00:00
hilit-chg.el Fix typo. 2000-07-14 15:14:58 +00:00
hippie-exp.el Require comint when compiling. 1999-11-25 19:18:59 +00:00
hl-line.el (hl-line-highlight): Check hl-line-mode. 2000-07-18 11:51:43 +00:00
hscroll.el Fix header line. 2000-06-20 09:57:10 +00:00
icomplete.el Fix header for Finder. 2000-05-24 15:12:19 +00:00
ielm.el (*, **, ***): Add defvars. 1998-04-29 05:20:31 +00:00
image.el Fix last change to be in insert-image as intended. 2000-06-13 18:18:02 +00:00
imenu.el (imenu-generic-expression): Docstring fix. 2000-06-11 05:34:05 +00:00
inc-vers.el
indent.el (indent-region): Doc fix. 1999-10-25 12:51:38 +00:00
info-look.el (info-lookup): If *info* is shown in another frame 2000-07-20 20:35:27 +00:00
info.el (Info-title-face-alist): Removed. 2000-07-18 12:59:17 +00:00
informat.el (Info-tagify): Don't insert more than one newline before the tag table. 1999-08-29 19:19:00 +00:00
isearch-old.el
isearch.el (isearch-other-meta-char): Fix previous change. 2000-06-02 03:19:24 +00:00
iso8859-1.el
iswitchb.el (iswitchb-completion-help): Unquote lambda. 2000-05-10 22:13:41 +00:00
jit-lock.el (jit-lock-after-change): Don't assume point is at START. 2000-06-20 23:59:05 +00:00
jka-compr.el (jka-compr-compression-info-list): Add `.z' 2000-04-03 13:30:55 +00:00
kermit.el Add provide call. 1997-06-22 18:57:55 +00:00
lazy-lock.el Change maintainer to FSF. 2000-01-24 22:23:19 +00:00
ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): 1999-08-28 18:23:49 +00:00
libc.el Change copyright years. 1997-05-26 21:41:50 +00:00
loaddefs.el *** empty log message *** 2000-06-08 12:49:10 +00:00
loadhist.el (loadhist-hook-functions): Remove before-change-function, 2000-05-31 23:02:45 +00:00
loadup.el Load `env'. 2000-05-15 14:50:00 +00:00
locate.el Add finder keywords. 2000-05-24 15:24:37 +00:00
log-edit.el (log-edit-done): Thinko in the "same comment" detection. 2000-06-02 23:03:31 +00:00
log-view.el Fix file description. 2000-05-21 02:12:34 +00:00
lpr.el (lpr-page-header-switches): Add `-h' switch. 2000-07-06 20:08:45 +00:00
ls-lisp.el * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message 1999-12-16 09:43:32 +00:00
macros.el Add provide call. 1997-06-22 18:57:55 +00:00
Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. 2000-07-06 14:20:10 +00:00
makefile.nt Add support for `bootstrap' and related targets. 2000-07-05 17:32:43 +00:00
makesum.el Add provide call. 1997-06-22 18:57:55 +00:00
man.el (Man-notify-when-ready): Don't use window-system. If 2000-06-28 15:31:31 +00:00
map-ynp.el (map-y-or-n-p): Remove extraneous `not'. 1999-10-19 13:40:45 +00:00
medit.el
menu-bar.el (menu-bar-files-menu [recover-session]): Make sure auto save directory 2000-07-24 00:28:27 +00:00
mh-e.el
mhspool.el
midnight.el (clean-buffer-list-kill-regexps): Doc fix. 1999-02-23 22:16:45 +00:00
mim-mode.el
mim-syntax.el
misc.el Add provide call. 1997-06-22 18:57:55 +00:00
mouse-copy.el Update URL in commentary. 1997-05-29 17:48:38 +00:00
mouse-drag.el (mouse-drag-safe-scroll): Doc fix. 1997-06-03 07:30:57 +00:00
mouse-sel.el (mouse-sel-mode): Doc fix. 1999-04-27 18:58:51 +00:00
mouse.el (popup-menu): Allow a list of keymaps for menu arg. 2000-07-19 15:52:02 +00:00
msb.el (msb-menu-cond): Add choice `user'. 2000-05-18 18:41:46 +00:00
mwheel.el Fix copyright notice. Don't require 'cl at run time. 1999-11-11 14:01:46 +00:00
netunam.el
newcomment.el Remove redundant change-log. 2000-07-06 13:25:31 +00:00
novice.el Add provide call. 1997-06-22 18:57:55 +00:00
old-shell.el
options.el (edit-options): Doc fix. 1999-03-03 17:42:47 +00:00
paren.el (show-paren-mode): Add autoload cookie. 1999-09-25 12:35:20 +00:00
patcomp.el Comment change. 1998-06-07 23:07:55 +00:00
paths.el (prune-directory-list): New function. 2000-07-04 04:48:49 +00:00
pcmpl-cvs.el *** empty log message *** 2000-06-27 10:55:46 +00:00
pcmpl-gnu.el *** empty log message *** 2000-06-27 10:55:46 +00:00
pcmpl-linux.el *** empty log message *** 2000-06-27 10:55:46 +00:00
pcmpl-rpm.el *** empty log message *** 2000-06-27 10:55:46 +00:00
pcmpl-unix.el *** empty log message *** 2000-06-27 10:55:46 +00:00
pcomplete.el *** empty log message *** 2000-06-23 05:24:10 +00:00
pcvs-defs.el (pcl-cvs) <defgroup>: Add :version. 2000-06-13 19:06:07 +00:00
pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. 2000-06-12 04:37:50 +00:00
pcvs-parse.el (cvs-parse-table): Look for conflict markers in the 2000-06-11 22:30:49 +00:00
pcvs-util.el * pcvs.el: Add a minimal leading commentary. 2000-03-22 02:57:23 +00:00
pcvs.el (cvs-parse-process): Don't blindly refresh all cookies. 2000-06-12 04:53:34 +00:00
ps-bdf.el Doc fix. 1999-10-20 01:08:36 +00:00
ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf" 2000-06-09 02:22:56 +00:00
ps-print.el Fix bug: if ^L is the very first buffer character, 2000-06-22 12:27:49 +00:00
recentf.el Update from author. 2000-07-18 12:59:01 +00:00
rect.el (open-rectangle-line): Remove unused let. 2000-07-18 12:50:38 +00:00
regi.el
register.el (number-to-register, increment-register): Args 1998-01-18 06:40:52 +00:00
repeat.el Don't require advice. 1999-03-30 18:07:16 +00:00
replace.el (query-replace-map): Bind e' like E'. 2000-06-28 11:58:24 +00:00
reposition.el Add provide call. 1997-06-22 18:57:55 +00:00
resume.el
rot13.el
rsz-mini.el Remove code, keep the interface. 1999-09-13 20:49:05 +00:00
s-region.el Comment change. 1997-05-27 19:51:23 +00:00
saveplace.el (save-place-to-alist): Optimize out the degenerate 1997-09-25 01:01:05 +00:00
sb-dir-minus.xpm Renamed sb-dir-.xpm to sb-dir-minus.xpm 2000-05-24 00:56:09 +00:00
sb-dir-plus.xpm Renamed sb-dir+.xpm to sb-dir-plus.xpm 2000-05-24 00:55:27 +00:00
sb-dir.xpm New Icon for speedbar. 2000-05-18 17:39:23 +00:00
sb-mail.xpm New Icon for speedbar. 2000-05-18 17:39:23 +00:00
sb-pg-minus.xpm Renamed sb-file-.xpm to sb-pg-minus.xpm 2000-05-24 00:57:30 +00:00
sb-pg-plus.xpm Renamed sb-file+.xpm to sb-pg-plus.xpm 2000-05-24 00:57:51 +00:00
sb-pg.xpm Renamed sb-file.xpm to sb-pg.xpm 2000-05-24 00:58:09 +00:00
sb-tag-gt.xpm New Icon for speedbar. 2000-05-18 17:39:23 +00:00
sb-tag-minus.xpm Renamed sb-tag-.xpm to sb-tag-minus.xpm 2000-05-24 00:59:10 +00:00
sb-tag-plus.xpm Renamed sb-tag+.xpm to sb-tag-plus.xpm 2000-05-24 00:58:46 +00:00
sb-tag-type.xpm New Icon for speedbar. 2000-05-18 17:39:23 +00:00
sb-tag-v.xpm New Icon for speedbar. 2000-05-18 17:39:23 +00:00
sb-tag.xpm New Icon for speedbar. 2000-05-18 17:39:23 +00:00
sc-alist.el
sc.el
sc.elec.el
scroll-all.el Comment change. 1998-06-07 23:07:55 +00:00
scroll-bar.el (scroll-bar-timer): Variable removed. 2000-01-25 15:44:52 +00:00
select.el (x-set-selection): Call buffer-substring, not 1999-11-12 13:09:37 +00:00
server.el (server-switch-buffer): Use some-window instead of 2000-07-03 09:13:42 +00:00
setaddr.el
shadowfile.el (shadow-when): Removed. 2000-02-12 19:47:18 +00:00
shell.el Fix maintainer address. 1999-08-16 04:04:27 +00:00
simple.el (universal-argument-map): Bind numeric keypad keys 2000-07-20 20:35:05 +00:00
skeleton.el Update comment. 1998-12-14 03:22:44 +00:00
smerge-mode.el (smerge-mode-menu): Fill it out. 2000-07-21 13:53:20 +00:00
sort.el (sort-numeric-base): New option. 2000-01-28 12:47:38 +00:00
soundex.el Add provide call. 1997-06-22 18:57:55 +00:00
speedbar.el (speedbar-use-images, speedbar-update-flag) 2000-05-28 10:52:50 +00:00
startup.el (command-line): Initialize blink-cursor based 2000-07-03 19:14:39 +00:00
strokes.el Change maintainer's mail address. 2000-03-03 13:56:05 +00:00
subdirs.el Add eshell subdirectory. 2000-06-23 04:38:41 +00:00
subr.el Update calls to make-obsolete with a WHEN argument. 2000-06-01 05:07:32 +00:00
sun-curs.el Require CL at compile-time only. 2000-03-24 20:46:12 +00:00
sun-fns.el Comment change. 1997-05-27 15:32:03 +00:00
sun-keys.el
superyank.el
tabify.el (untabify): Handle consecutive tabs all at once. 1997-06-21 00:35:11 +00:00
talk.el Add provide call. 1997-06-22 18:57:55 +00:00
tar-mode.el (tar-extract): For goto-char, use (point-min), not 2000-06-14 12:47:27 +00:00
tcp.el
tempo.el (tempo-dolist, tempo-mapc): Removed. 2000-02-12 19:46:42 +00:00
term.el (term-send-raw-meta): Strip modifiers from the keyboard 2000-07-12 18:25:40 +00:00
terminal.el (te-process-output): Use walk-windows instead of 2000-07-03 09:13:23 +00:00
thingatpt.el (toplevel symbol-properties): Don't quote lambda. 2000-06-12 05:29:56 +00:00
time-stamp.el (time-stamp-string-preprocess): Always convert 2000-04-24 17:37:05 +00:00
time.el Remove trailing ^M that prevent CVS-merging. 2000-06-17 15:36:33 +00:00
timer.el (run-with-idle-timer): Doc fix. 2000-07-19 22:04:34 +00:00
timezone.el (timezone-fix-time): Window against 69 for two-digit years. Deal with 2000-01-28 23:44:23 +00:00
tmm.el (tmm-prompt): Recognize menu item definitions of the for 2000-05-29 15:50:01 +00:00
tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): 2000-02-02 14:59:02 +00:00
tpu-doc.el
type-break.el (type-break): perform autosave. 2000-07-24 00:50:10 +00:00
uncompress.el (uncompress-while-visiting): 1998-09-10 15:45:17 +00:00
uniquify.el (toplevel): Require CL at compile time. 2000-02-12 19:48:01 +00:00
unused.el
userlock.el (ask-user-about-lock): Doc fix. 1999-11-01 14:53:59 +00:00
vc-hooks.el (vc-parse-buffer): Handle mixtures of dates 2000-01-10 13:29:53 +00:00
vc.el (vc-backend-diff): Return the correct status if we had to 2000-04-01 12:19:35 +00:00
vcursor.el (vcursor-move): Use display-color-p. 2000-04-01 12:09:42 +00:00
version.el (emacs-version): Use ISO date format. 2000-06-20 18:24:22 +00:00
view.el (view-mode-disable): Kill local binding of view-read-only. 2000-03-19 15:56:40 +00:00
vms-patch.el
vmsproc.el
vmsx.el
vt100-led.el
vt-control.el Add provide call. 1997-06-22 18:57:55 +00:00
w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete. 2000-07-15 11:50:42 +00:00
which-func.el (which-func-cleanup-function): New variable. 1999-08-29 19:05:44 +00:00
whitespace.el Update whitespace.el - comment out the :version string, since it 2000-06-07 19:04:57 +00:00
wid-browse.el Synched with 1.9914. 1997-06-14 10:21:01 +00:00
wid-edit.el (widget-specify-field, widget-specify-button): Allow 2000-07-16 15:27:43 +00:00
widget.el (widget-plist-member): New alias. 2000-07-11 14:34:31 +00:00
windmove.el *** empty log message *** 2000-01-31 21:38:34 +00:00
window.el (some-window): New function. 2000-07-03 09:17:25 +00:00
winner.el Update maintainer address. 2000-03-09 13:32:23 +00:00
woman.el (woman-man.conf-path): Explicitly include the debian man-db config file 2000-07-04 04:46:05 +00:00
word-help.el Comment change. 1997-05-27 19:51:23 +00:00
x-apollo.el Add provide call. 1997-06-22 18:57:55 +00:00
x-menu.el Add provide call. 1997-06-22 18:57:55 +00:00
xml.el *** empty log message *** 2000-07-19 15:52:13 +00:00
xscheme.el Change header line. 2000-05-21 17:21:24 +00:00
xt-mouse.el (xterm-mouse-mode): Typo. 2000-02-22 12:02:10 +00:00