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
7c3cb37d
Commit
7c3cb37d
authored
Sep 12, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
fdebad64
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
2 deletions
+46
-2
etc/NEWS
etc/NEWS
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+19
-0
src/ChangeLog
src/ChangeLog
+18
-0
No files found.
etc/NEWS
View file @
7c3cb37d
...
...
@@ -1060,6 +1060,12 @@ with Custom.
* Lisp Changes in Emacs 21.4
** When using non-toolkit scroll bars with the default width,
the scroll-bar-width frame parameter value is nil.
** The new function copy-abbrev-table returns a new abbrev table that
is a copy of a given abbrev table.
+++
** The option --script FILE runs Emacs in batch mode and loads FILE.
It is useful for writing Emacs Lisp shell script files, because they
...
...
@@ -1632,6 +1638,9 @@ or `bg:COLOR' has been removed. Lisp programs should use the
are used by define-derived-mode to make sure the mode hook for the
parent mode is run at the end of the child mode.
** define-derived-mode by default creates a new empty abbrev table.
It does not copy abbrevs from the parent mode's abbrev table.
+++
** `provide' and `featurep' now accept an optional second argument
to test/provide subfeatures. Also `provide' now checks `after-load-alist'
...
...
@@ -1651,8 +1660,6 @@ accepts a float as UID parameter.
** `define-key-after' now accepts keys longer than 1.
** `define-derived-mode' now accepts nil as the parent.
** The local variable `no-byte-compile' in elisp files is now obeyed.
** The Emacs Lisp byte-compiler now displays the actual line and
...
...
lisp/ChangeLog
View file @
7c3cb37d
2002-09-11 Richard M. Stallman <rms@gnu.org>
* derived.el (define-derived-mode): When making new abbrev table,
don't try to copy the parent's abbrev table.
* ruler-mode.el (ruler-mode-left-scroll-bar-cols):
Always round scroll-bar-width parameter up.
If it is nil, use 14.
* abbrev.el (copy-abbrev-table): New function.
2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Adjust ps-print-color-p, ps-default-fg and ps-default-bg
setting.
(ps-print-version): New version number (6.5.7).
(ps-mark-active-p): New fun.
(ps-print-preprint-region): Adjust code.
2002-09-11 Dave Love <fx@gnu.org>
* international/mule.el (non-standard-designations-alist)
...
...
src/ChangeLog
View file @
7c3cb37d
2002-09-11 Richard M. Stallman <rms@gnu.org>
* unexsol.c: Don't use report_file_error; do it by hand
using dlerror.
* process.c (wait_reading_process_input, both versions):
Before calling turn_on_atimers, call stop_polling.
* emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
* xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
we go to too_near_end, call clear_glyph_matrix.
(redisplay_window): After make_cursor_line_fully_visible,
call clear_glyph_matrix and bypass `goto done'.
* xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
and we have non-toolkit scroll bars, return nil for scroll-bar-width.
2002-09-10 Richard M. Stallman <rms@gnu.org>
* fileio.c (Fdo_auto_save): Catch error making directory.
...
...
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