Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
8727d588
Commit
8727d588
authored
Nov 25, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
cd4e9344
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
3 deletions
+49
-3
etc/NEWS
etc/NEWS
+7
-3
leim/ChangeLog
leim/ChangeLog
+13
-0
lisp/ChangeLog
lisp/ChangeLog
+22
-0
src/ChangeLog
src/ChangeLog
+7
-0
No files found.
etc/NEWS
View file @
8727d588
...
...
@@ -202,9 +202,13 @@ called to print the entries' values. It default to `princ'.
** emacsserver now runs pre-command-hook and post-command-hook when
it receives a request from emacsclient.
** The default value of paragraph-start and indent-line-function has
been changed to reflect the one used in text-mode rather than the one
used in indented-text-mode.
** The variable `recursive-load-depth-limit' has been deleted.
Emacs now signals an error if the same file is loaded with more
than 3 levels of nesting.
** The default values of paragraph-start and indent-line-function have
been changed to reflect those used in Text mode rather than those used
in Indented-Text mode.
** If a major mode function has a non-nil `no-clone-indirect'
property, `clone-indirect-buffer' signals an error if you use
...
...
leim/ChangeLog
View file @
8727d588
2001
-
11
-
21
KAWABATA
,
Taichi
<
batta
@
beige
.
ocn
.
ne
.
jp
>
*
quail
/
devanagari
.
el
:
Renamed
to
indian
.
el
.
*
quail
/
indian
.
el
:
Renamed
from
devanagari
.
el
,
and
completely
re
-
written
.
The
input
method
devanagari
-
hindi
-
transliteration
is
merged
with
devanagari
-
itrans
,
devanagari
-
keyboard
-
a
is
renamed
to
devanagari
-
inscript
,
devanagari
-
transliteration
is
renamed
to
devanagari
-
kyoto
-
harvard
.
*
Makefile
.
in
:
Adjusted
for
the
file
name
change
;
quail
/
devanagari
.
elc
->
quail
/
indian
.
elc
.
2001
-
11
-
06
Eli
Zaretskii
<
eliz
@
is
.
elta
.
co
.
il
>
*
quail
/
welsh
.
el
:
Avoid
an
error
message
due
to
a
commented
-
out
...
...
lisp/ChangeLog
View file @
8727d588
2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
The following changes are for new indian languages support based
on Unicode charset and CDAC fonts.
* international/mule-conf.el: Change indian-1-column charset to
indian-glyph charset.
* international/characters.el: Adjusted for the change of
indian-1-column -> indian-glyph.
* international/fontset.el: Delete the setting for indian-1-column
and add the setting for indian-glyph in the default fontset.
* language/indian.el: Completely re-written.
* language/devanagari.el: Completely re-written.
* language/devan-util.el: Completely re-written.
* language/ind-util.el: New file.
2001-11-24 Richard M. Stallman <rms@gnu.org>
* startup.el (command-line-1): Don't do startup screen
...
...
src/ChangeLog
View file @
8727d588
2001-11-24 Richard M. Stallman <rms@gnu.org>
* lread.c (Fload): Detect recursive load error for more than 3
nestings of the same file.
(Vrecursive_load_depth_limit): Variable deleted.
(syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
2001-11-24 Jason Rumney <jasonr@gnu.org>
* xfns.c (compute_tip_xy): Initialize root_x and root_y from
...
...
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