Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
49561cf6
Commit
49561cf6
authored
Nov 22, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
194d3b15
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
142 additions
and
128 deletions
+142
-128
ChangeLog
ChangeLog
+12
-7
lisp/ChangeLog
lisp/ChangeLog
+9
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+115
-114
man/search.texi
man/search.texi
+6
-5
No files found.
ChangeLog
View file @
49561cf6
2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
* info/.cvsignore: Ignore everything. It's OK since .cvsignore does
not apply to files explicitly `cvs add'ed.
2004-11-12 Eli Zaretskii <eliz@gnu.org>
* config.bat: Don't require djecho.exe for the v1.x build.
...
...
@@ -18,23 +23,23 @@
2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
New
tests for new and old GTK file dialogs.
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
New
tests for new and old GTK file dialogs.
(HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
to no.
* configure: Rebuild
* configure: Rebuild
.
2004-10-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
can be set. Remove SETARCH test.
* configure: Rebuild
* configure: Rebuild
.
2004-10-08 Steven Tamm <steventamm@mac.com>
* configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
* configure: Rebuild
* configure: Rebuild
.
2004-10-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
...
...
@@ -43,7 +48,7 @@
2004-10-05 Jan Dj,Ad(Brv. <jan.h.d@swipnet.se>
* configure.in (HAVE_RANDOM_HEAPSTART): Rename
d
HAVE_EXECSHIELD.
* configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
Run test to see if heap start address is random.
2004-09-29 Miles Bader <miles@gnu.org>
...
...
@@ -71,7 +76,7 @@
2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
* Makefile.in (install-arch-indep): Add
ed
pgg and sieve.
* Makefile.in (install-arch-indep): Add pgg and sieve.
* info/.cvsignore: Added pgg and sieve.
...
...
lisp/ChangeLog
View file @
49561cf6
...
...
@@ -3,10 +3,17 @@
* progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
(gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2004-11-22 Stefan Monnier
<monnier
@
iro.umontreal.ca
>
* buff-menu.el (list-buffers-noselect): Re-add the leading space in the
header-line when needed.
Use fixed-pitch only in the header-line.
Build the underline automatically. Use emdash if available.
2004-11-22 Richard M. Stallman
<rms
@
gnu.org
>
* dired.el (dired-recursive-copies): Move
d
from dired-aux.el.
* dired-aux.el (dired-recursive-copies): Move
d
to dired.el.
* dired.el (dired-recursive-copies): Move from dired-aux.el.
* dired-aux.el (dired-recursive-copies): Move to dired.el.
2004-11-22 Nick Roberts
<nickrob
@
snap.net.nz
>
...
...
lisp/gnus/ChangeLog
View file @
49561cf6
This diff is collapsed.
Click to expand it.
man/search.texi
View file @
49561cf6
@c This is part of the Emacs manual.
@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000, 2001, 2004
@c Copyright (C) 1985,
19
86,
19
87,
19
93,
19
94,
19
95,
19
97, 2000, 2001, 2004
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Search, Fixit, Display, Top
...
...
@@ -743,10 +743,11 @@ determines which characters these are. @xref{Syntax}.
matches any character that is not a word-constituent.
@item \_<
matches the empty string, but only at the beginning of a symbol. A
symbol is a sequence of one or more word or symbol constituent
characters. @samp{\_<} matches at the beginning of the buffer only if
a symbol-constituent character follows.
matches the empty string, but only at the beginning of a symbol.
A symbol is a sequence of one or more symbol-constituent characters.
A symbol-constituent character is a character whose syntax is either
@vsamp{w} or @samp{_}. @samp{\_<} matches at the beginning of the
buffer only if a symbol-constituent character follows.
@item \_>
matches the empty string, but only at the end of a symbol. @samp{\_>}
...
...
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