1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

23140 Commits

Author SHA1 Message Date
Kim F. Storm
88373452d9 *** empty log message *** 2003-01-29 00:16:14 +00:00
Kim F. Storm
f39caf4436 New format of AUTHORS file; list each
author name once followed by contributed and changed files.
Improve selection of entries to include in list, and generate list
of unrecognized entries indicating syntax errors in ChangeLog files.
(authors-coding-system): New variable.
(authors-many-files): Update doc string.
(authors-aliases): Change format. Now one entry with multiple
aliases per author.
(authors-valid-file-names, authors-renamed-files-alist)
(authors-renamed-files-regexps): New variables.
(authors-canonical-file-name): New function.  Validates that file
exists or occurs in one of the above lists.  Record unrecognized
file names in global authors-invalid-file-names list.
(authors-add): Change to record per-change counts.
(authors-canonical-author-name): Handle new format of
authors-aliases list.
(authors-scan-change-log): Rename FILE arg to LOG-FILE.
Change doc string to describe new entry format.
Only add author entries for valid file names.
(authors-print): Replace by authors-add-to-author-list.
(authors-add-to-author-list): New function which reorders
per-file entries and adds them to global authors-author-list.
(authors): Instead of authors-print to insert in *Authors* buffer,
use authors-add-to-author-list to reorder the list and then
insert result in *Authors* buffer with new format.
Generate *Authors Errors* compilation-mode buffer listing
unrecognized ChangeLog entries.
2003-01-29 00:13:11 +00:00
Kim F. Storm
88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00
Andrew Choi
058c18c71f 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
        <escape>.
        (keycode_to_xkeysym_table): Reformat and add more comments.
        (XTread_socket): Drop special case for backspace.

        * term/mac-win.el: Add entries in function-key-map for
        [tab], [backspace], [escape].
2003-01-28 18:46:07 +00:00
Kim F. Storm
d656c0bc64 (Info-extract-menu-node-name): Another fix for
2003-01-24 change.  Also stop search if : is followed by TAB.
2003-01-28 12:08:36 +00:00
Kim F. Storm
a0a2647118 *** empty log message *** 2003-01-28 12:07:50 +00:00
John Paul Wallington
36df86d83d (ibuffer-yank-filter-group): Move check for empty
filter group kill-ring out of `interactive' declaration.
2003-01-28 08:50:17 +00:00
Martin Stjernholm
e2c21e666f (c-require-final-newline): Made this variable an alist to specify a value
for each language.  The default value causes `require-final-newline' to be
set to t only in languages where the standard requires a final newline.
2003-01-28 00:41:35 +00:00
Kim F. Storm
9dd10e259b (insert-for-yank): Remove COMMAND element from yank handler. 2003-01-27 21:45:10 +00:00
Kim F. Storm
2a26256366 (kill-new): Improve doc string for yank-handler.
Signal args-out-of-range error if yank-handler is specified for
an empty string.
2003-01-27 21:44:48 +00:00
Kim F. Storm
cee8439491 *** empty log message *** 2003-01-27 21:44:08 +00:00
Dave Love
839aacc98f (thing-at-point-file-name-chars): Include
non-ASCII again and re-write the filename ops.
2003-01-27 11:38:45 +00:00
Dave Love
1e56daa587 (dired-filename-at-point): Fix last change and tidy up. 2003-01-27 11:36:08 +00:00
Juanma Barranquero
c2f16cac78 *** empty log message *** 2003-01-27 08:59:13 +00:00
Juanma Barranquero
0cfc4b5435 (update-subdirs-SH): Create lisp/subdirs.el. 2003-01-27 08:58:33 +00:00
Juanma Barranquero
b2f6a2ab27 (ebrowse-draw-tree-fn): Fix typo. 2003-01-27 08:50:00 +00:00
Juanma Barranquero
82539cb7d2 (c-offsets-alist): Fix typo. 2003-01-27 08:48:02 +00:00
Juanma Barranquero
4793c36980 (c-make-styles-buffer-local): Fix typo. 2003-01-27 08:47:18 +00:00
Juanma Barranquero
d446951706 (eshell-separate-commands): Fix typo. 2003-01-27 08:46:26 +00:00
Juanma Barranquero
bb39c84e23 (vcursor-disable): Fix typo. 2003-01-27 08:45:18 +00:00
Juanma Barranquero
e9bbdfc345 (filesets-file-open): Fix typo. 2003-01-27 08:44:27 +00:00
Juanma Barranquero
4f014d558f (imap-mailbox-status): Fix typo. 2003-01-27 08:41:55 +00:00
Martin Stjernholm
980a8a00df (c-require-final-newline): Added a variable to make the initialization of
require-final-newline' more configurable.
2003-01-26 21:36:39 +00:00
Jan Djärv
66fd374bab Added Jan D in alias 2003-01-26 18:39:08 +00:00
Kim F. Storm
ab5a535caa (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
(Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
2003-01-26 18:04:55 +00:00
Kim F. Storm
effc336efa *** empty log message *** 2003-01-26 18:04:26 +00:00
Kim F. Storm
66777a9012 (Info-extract-menu-node-name): Fix 2003-01-24 change.
Don't search for next colon if current colon is followed by
one of ".", ",", ";", or ")".
2003-01-26 17:51:53 +00:00
Kim F. Storm
586ff3839f *** empty log message *** 2003-01-26 17:51:15 +00:00
Richard M. Stallman
19fef52afe *** empty log message *** 2003-01-26 15:24:36 +00:00
Richard M. Stallman
e6726b7192 (thing-at-point-file-name-chars): Undo previous change. 2003-01-26 14:51:40 +00:00
Bill Wohler
942da20ceb * mh-e: Created directory. ChangeLog will appear in a week when we
release version 7.2.

* lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el,
lisp/mail/mh-identity.el, lisp/mail/mh-index.el,
lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el,
lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and
reply2.xpm, which were created by the MH-E package, were left in mail
since they can probably be used by other mail packages.

* makefile.w32-in (WINS): Added mh-e.

* makefile.nt (WINS): Added mh-e.
2003-01-26 02:38:37 +00:00
Richard M. Stallman
84e474169b *** empty log message *** 2003-01-25 19:49:44 +00:00
Richard M. Stallman
347a36bc5b (byte-compile-file-form-custom-declare-variable):
Compile any lambda-expressions among the args.
2003-01-25 19:44:24 +00:00
Richard M. Stallman
4790accb2a (view-mode): Doc fix. 2003-01-25 19:43:29 +00:00
Richard M. Stallman
337d2b6676 Many doc fixes.
(ido-complete): Fix message.
2003-01-25 19:42:15 +00:00
Richard M. Stallman
5f23d8367c (archive-unixdate): Corrected the date field string.
(archive-lzh-summarize): Extended it to allow the LZH level 2 header
type (which is most prevalent now), in addition to the already
supported level 0 and 1 header types.
2003-01-25 19:34:15 +00:00
Markus Rost
418af85949 Besides adding a log entry, do some white space fixes. 2003-01-25 18:26:37 +00:00
Markus Rost
756e055fe9 (set-language-info, current-language-environment):
Simplify setting the type of current-language-environment.
2003-01-25 18:20:30 +00:00
Kim F. Storm
d6f9ff152a * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
only needed when the region is active.  This also makes the output
from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
2003-01-25 11:41:58 +00:00
Michael Kifer
0831d50c90 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff.el (ediff-revision): better defaults.

	* ediff-vers.el (ediff-vc-latest-version): new function.
	(ediff-vc-internal): use latest version instead of working version.
2003-01-25 08:09:16 +00:00
Thien-Thi Nguyen
505b68d57d (Info-extract-menu-node-name): When looking for end of
menu item, don't stop at first ":"; instead, continue
until trailing context is either a space or newline.
(Info-complete-menu-item): Change var `pattern' to allow ":" in menu item.
(Info-menu): Likewise, for regexp used in backwards search.
(Info-try-follow-nearest-node): Remove case added in previous edit.
Instead, change the regexp in the following case to allow ":" in menu item.
(Info-fontify-node): Fix bug: Handle `next-property-change' returning
point-max as "hasn't already been done".
2003-01-25 02:45:12 +00:00
Thien-Thi Nguyen
921e5fe690 (Info-try-follow-nearest-node): Add case: Handle menu item
terminated by ": " as an index entry.
2003-01-25 00:53:58 +00:00
Juanma Barranquero
f25dcaa0bb *** empty log message *** 2003-01-24 17:23:46 +00:00
Juanma Barranquero
b48ca14f34 (isearch-forward): Fix typo. 2003-01-24 17:12:00 +00:00
Kenichi Handa
8bdf601fe8 (jka-compr-insert-file-contents): Call
docode-coding-inserted-region.
2003-01-24 13:28:24 +00:00
Kenichi Handa
db046b7d3a (decode-coding-inserted-region): Renamed
from decode-coding-region-as-inserted-from-file to make it fit
well in the Lisp manual.
2003-01-24 13:28:00 +00:00
Kenichi Handa
7e450d02db *** empty log message *** 2003-01-24 13:27:07 +00:00
Kim F. Storm
c4d9ba398e Update copyright. 2003-01-24 12:07:09 +00:00
John Paul Wallington
4e4a724c11 * ibuffer.el (ibuffer-window-list): Remove.
(ibuffer-confirm-operation-on): Use `window-list' instead.
(ibuffer-load-hook): New customizable variable.
(toplevel): Run it.
(ibuffer-customize): New command.
(ibuffer-mode-map): Bind it.
(ibuffer-mode-map): Add menu seperator in View>Sort menu.
(ibuffer-mode): Tidy.
(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
(ibuffer-default-directory, ibuffer-default-sorting-mode)
(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
(ibuffer-map-lines): Doc fixes.
Update mail address.

* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
filenames.  Use `kill-new'.
Update mail address.

* ibuf-macs.el
Update mail address.
2003-01-24 04:54:17 +00:00
Dave Love
a166f62348 (write-abbrev-file): Simplify, and put a coding cookie
in the file.
2003-01-23 20:37:49 +00:00