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
99598737
Commit
99598737
authored
Jun 08, 2005
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
a566ce8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
5 deletions
+44
-5
lisp/ChangeLog
lisp/ChangeLog
+23
-1
lispref/ChangeLog
lispref/ChangeLog
+20
-0
src/ChangeLog
src/ChangeLog
+1
-4
No files found.
lisp/ChangeLog
View file @
99598737
2005-06-08 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
give the variable a doc string that doesn't say don't set it directly.
* textmodes/ispell.el (ispell-check-version):
Use match-string-no-properties.
(ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
(ispell-buffer-local-words): Likewise.
* progmodes/make-mode.el (makefile-shell-face): Make this a no-op
except on terminals with enough colors to really display it.
(makefile-dependency-regex): Delete spurious `bb'.
* faces.el (escape-glyph): Use blue once again in last case.
(no-break-space): Redefined so that it isn't invisible on a tty.
2005-06-07 Richard M. Stallman <rms@gnu.org>
* progmodes/make-mode.el (makefile-dependency-regex):
Remove `bb' inserted by mistake.
2005-06-08 Kim F. Storm <storm@cua.dk>
* ido.el (ido-read-file-name): Fallback to read-file-name on C-f
...
...
@@ -16,7 +38,7 @@
2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
* emacs-lisp/lisp-mode.el (defstruct): Set
doc-string-elt
property.
* emacs-lisp/lisp-mode.el (defstruct): Set
`doc-string-elt'
property.
2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lispref/ChangeLog
View file @
99598737
2005-06-08 Richard M. Stallman <rms@gnu.org>
* searching.texi (Entire Match Data): Clarify when match-data
returns markers and when integers.
* display.texi (Defining Faces): Explain that face name should not
end in `-face'.
* modes.texi (Mode Line Data): Minor cleanup.
(Customizing Keywords): Node split out of Search-based Fontification.
Add example of using font-lock-add-keywords from a hook.
Clarify when MODE should be non-nil, and when nil.
2005-06-06 Richard M. Stallman <rms@gnu.org>
* modes.texi (Mode Line Data): Explain what happens when the car
of a list is a void symbol.
(Search-based Fontification): Explain MODE arg to
font-lock-add-keywords and warn about calls from major modes.
2005-06-08 Juri Linkov <juri@jurta.org>
* display.texi (Standard Faces): Add `shadow' face.
...
...
src/ChangeLog
View file @
99598737
...
...
@@ -8,10 +8,7 @@
* process.c (Fstart_process): Don't touch command_channel_p slot.
* process.h (struct process): Conditionalize slots
adaptive_read_buffering, read_output_delay and read_output_skip
on ADAPTIVE_READ_BUFFERING.
Delete command_channel_p.
* process.h (struct process): Delete command_channel_p.
2005-06-07 Masatake YAMATO <jet@gyve.org>
...
...
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