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
2e2d2a13
Commit
2e2d2a13
authored
Jul 15, 2012
by
Leo Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add news for exclamation-mark and flymake
parent
63408057
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
2 deletions
+20
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/display.texi
doc/lispref/display.texi
+1
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/fringe.c
src/fringe.c
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
2e2d2a13
2012-07-15 Leo Liu <sdl.web@gmail.com>
* display.texi (Fringe Bitmaps): Add exclamation-mark.
2012-07-13 Chong Yidong <cyd@gnu.org>
* buffers.texi (Read Only Buffers): Document toggle-read-only
...
...
doc/lispref/display.texi
View file @
2e2d2a13
...
...
@@ -3550,7 +3550,7 @@ Used to indicate buffer boundaries.
@itemx @code{vertical-bar}, @code{horizontal-bar}
Used for different types of fringe cursors.
@item @code{empty-line}, @code{question-mark}
@item @code{empty-line}, @code{question-mark}
, @code{exclamation-mark}
Unused.
@end table
...
...
etc/ChangeLog
View file @
2e2d2a13
2012-07-15 Leo Liu <sdl.web@gmail.com>
* NEWS: Mention exclamation-mark and flymake.
2012-07-08 Juanma Barranquero <lekktu@gmail.com>
* tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org.
...
...
etc/NEWS
View file @
2e2d2a13
...
...
@@ -113,6 +113,8 @@ treated as images.
** Face underlining can now use a wave.
See the "Face Attributes" section of the Elisp manual.
** New fringe bitmap exclamation-mark.
** String values for `initial-buffer-choice' also apply to emacsclient
frames, if emacsclient is only told to open a new frame without
specifying any file to visit or expression to evaluate.
...
...
@@ -268,6 +270,10 @@ The variable `diff-use-changed-face' defines whether to use
the face `diff-changed', or `diff-removed' and `diff-added'
to highlight changes in context diffs.
** Flymake uses fringe bitmaps to indicate errors and warnings.
See flymake-fringe-indicator-position, flymake-error-bitmap and
flymake-warning-bitmap.
** Ediff now uses the same color scheme as Diff mode
on high color displays.
...
...
src/ChangeLog
View file @
2e2d2a13
2012-07-15 Leo Liu <sdl.web@gmail.com>
* fringe.c: Fix typo in comments.
2012-07-14 Leo Liu <sdl.web@gmail.com>
* fringe.c: Add a new bitmap exclamation-mark.
...
...
src/fringe.c
View file @
2e2d2a13
...
...
@@ -107,7 +107,7 @@ struct fringe_bitmap
static
unsigned
short
question_mark_bits
[]
=
{
0x3c
,
0x7e
,
0x7e
,
0x0c
,
0x18
,
0x18
,
0x00
,
0x18
,
0x18
};
/* A exclamation mark. */
/* A
n
exclamation mark. */
/*
...XX...
...XX...
...
...
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