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
675d000f
Commit
675d000f
authored
Jan 20, 2003
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
29a80b69
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
1 deletion
+26
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+6
-0
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-1
man/ChangeLog
man/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/ChangeLog
View file @
675d000f
2003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
* TUTORIAL.pl: Updated.
2003-01-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* TUTORIAL.sk: Updated to reflect changes in English version.
...
...
etc/NEWS
View file @
675d000f
...
...
@@ -1045,6 +1045,12 @@ Keyboard macros can now be debugged and edited interactively.
C-x C-k SPC will step through the last keyboard macro one key sequence
at a time, prompting for the actions to take.
---
** The old Octave mode bindings C-c f and C-c i have been changed
to C-c C-f and C-c C-i. The C-c C-i subcommands now have duplicate
bindings on control characters--thus, C-c C-i C-b is the same as
C-c C-i b, and so on.
+++
** Calc is now part of the Emacs distribution.
...
...
lib-src/ChangeLog
View file @
675d000f
2003-01-20 Richard M. Stallman <rms@gnu.org>
* Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
New targets.
2003-01-06 Kim F. Storm <storm@cua.dk>
* pop.c (__P): Renamed from _P to avoid problems on Cygwin.
...
...
lisp/ChangeLog
View file @
675d000f
...
...
@@ -9,7 +9,8 @@
* progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
to C-c C-i. Duplicate its bindings with last char a ctl char.
Also change C-c f to C-c C-f.
2003-01-20 Markus Rost <rost@math.ohio-state.edu>
* ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
...
...
man/ChangeLog
View file @
675d000f
2003-01-20 Richard M. Stallman <rms@gnu.org>
* killing.texi (Rectangles): Document C-x c r.
2003-01-19 Jan D. <jan.h.d@swipnet.se>
* xresources.texi (GTK resources): New node.
...
...
src/ChangeLog
View file @
675d000f
2003-01-20 Richard M. Stallman <rms@gnu.org>
* xdisp.c (redisplay_window): If mini window's buffer is not
a minibuffer, then redisplay it like other windows.
2003-01-20 Jan D. <jan.h.d@swipnet.se>
* gtkutil.c (xg_create_frame_widgets): Check if there is an
...
...
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