Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a8f57660
Commit
a8f57660
authored
Jun 08, 2002
by
Colin Walters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
18870afc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
3 deletions
+38
-3
etc/NEWS
etc/NEWS
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+20
-1
src/ChangeLog
src/ChangeLog
+14
-0
No files found.
etc/NEWS
View file @
a8f57660
...
...
@@ -293,9 +293,11 @@ screen size. (For now, this does not work with some window managers.)
** shell-mode now supports programmable completion using `pcomplete'.
** Emacs now tries to set up buffer coding systems for XML files
** Emacs now tries to set up buffer coding systems for
HTML/
XML files
automatically. This is accomplished using the general mechanism of a
new variable called `auto-coding-functions', which you may add to.
new variable called `auto-coding-functions', which you may add to. If
the coding system is detected incorrectly, you may use coding: tags to
override them.
** The new command `comint-input-previous-argument' in comint-derived
modes (shell-mode etc) inserts arguments from previous command lines,
...
...
lisp/ChangeLog
View file @
a8f57660
2002-06-08 Colin Walters <walters@gnu.org>
* international/mule-diag.el (describe-char-after): Use
`font-lock-face' to italicize property names.
* international/mule.el (sgml-html-meta-auto-coding-function): New
function.
(auto-coding-from-file-contents): Delete; merge functionality into
`set-auto-coding'.
(set-auto-coding): Move tests from `auto-coding-functions' so that
they have a lower priority than coding: tags. Put
`auto-coding-regexp-alist' tests before coding: tag tests.
(sgml-xml-auto-coding-function): Simply `intern' the match, and
test if it's a valid coding system.
(auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
2002-06-08 Colin Walters <walters@verbum.org>
* subr.el (copy-list): Moved here from cl.el.
(copy-tree): Renamed here from `cl-copy-tree' in cl.el.
(copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
* emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
subr.el. Add a defalias with the old name.
* replace.el (occur-mode): Don't set up categories.
(occur-1): Pass `list-matching-lines-face' and
...
...
src/ChangeLog
View file @
a8f57660
2002-06-08 Colin Walters <walters@verbum.org>
* textprop.c (Vchar_property_alias_alist): New variable.
(syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
* intervals.c (lookup_char_property): New function for looking up
overlay and text properties, created from textget.
(textget): Use it.
* intervals.h (lookup_char_property): Declare.
(Vchar_property_alias_alist): Declare.
* buffer.c (Foverlay_get): Use lookup_char_property.
2002-06-07 Sam Steingold <sds@gnu.org>
* xselect.c (lisp_data_to_selection_data): Fix last change:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment