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
Open sidebar
emacs
emacs
Commits
2f2c687b
Commit
2f2c687b
authored
Apr 26, 2007
by
Juanma Barranquero
Browse files
*** empty log message ***
parent
1939cd04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
113 deletions
+113
-113
lib-src/ChangeLog
lib-src/ChangeLog
+111
-111
lisp/ChangeLog
lisp/ChangeLog
+2
-2
No files found.
lib-src/ChangeLog
View file @
2f2c687b
...
...
@@ -1849,7 +1849,7 @@
[WINDOWSNT]: #undef DOS_NT and #define it even if built with
HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
always defined when HAVE_CONFIG_H and WINDOWS are both defined.
[!HAVE_UNISTD_H]:
u
se defined(WINDOWSNT) instead of the bare
[!HAVE_UNISTD_H]:
U
se defined(WINDOWSNT) instead of the bare
WINDOWSNT, as this is the correct way to use it.
2001-01-28 Francesco Potort,Al(B <pot@gnu.org>
...
...
@@ -3000,7 +3000,7 @@
1997-03-14 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it>
* etags.c (add_regex):
r
eset *putbuf before using it.
* etags.c (add_regex):
R
eset *putbuf before using it.
1997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
...
...
@@ -3564,7 +3564,7 @@
1995-12-04 Francesco Potort,Al(B <pot@cnuce.cnr.it>
* Makefile.in (ctags):
d
epend on etags only for simplicity;
* Makefile.in (ctags):
D
epend on etags only for simplicity;
compile with regexp support enabled.
1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
...
...
@@ -3689,13 +3689,13 @@
1995-06-27 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (plain_C_entries):
n
ew function.
(lowcase):
n
ew macro.
(tail, Fortran_functions, Pascal_functions):
u
se new macro lowcase.
(lang_suffixes):
n
ew suffix ".pc" for Pro*C files.
(consider_token):
d
on't tag all tokens beginning with DEFUN & Co..
(tail):
l
ook for the end of the token when comparing.
(takeprec):
s
ince now tail behaves differently, use strneq.
* etags.c (plain_C_entries):
N
ew function.
(lowcase):
N
ew macro.
(tail, Fortran_functions, Pascal_functions):
U
se new macro lowcase.
(lang_suffixes):
N
ew suffix ".pc" for Pro*C files.
(consider_token):
D
on't tag all tokens beginning with DEFUN & Co..
(tail):
L
ook for the end of the token when comparing.
(takeprec):
S
ince now tail behaves differently, use strneq.
1995-07-08 Paul Eggert <eggert@twinsun.com>
...
...
@@ -3727,13 +3727,13 @@
1995-06-27 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (plain_C_entries):
n
ew function.
(lowcase):
n
ew macro.
(tail, Fortran_functions, Pascal_functions):
u
se new macro lowcase.
(lang_suffixes):
n
ew suffix ".pc" for Pro*C files.
(consider_token):
d
on't tag all tokens beginning with DEFUN & Co..
(tail):
l
ook for the end of the token when comparing.
(takeprec):
s
ince now tail behaves differently, use strneq.
* etags.c (plain_C_entries):
N
ew function.
(lowcase):
N
ew macro.
(tail, Fortran_functions, Pascal_functions):
U
se new macro lowcase.
(lang_suffixes):
N
ew suffix ".pc" for Pro*C files.
(consider_token):
D
on't tag all tokens beginning with DEFUN & Co..
(tail):
L
ook for the end of the token when comparing.
(takeprec):
S
ince now tail behaves differently, use strneq.
1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
...
...
@@ -3910,7 +3910,7 @@
1995-03-13 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (process_file):
f
ree (filename) after using it.
* etags.c (process_file):
F
ree (filename) after using it.
(readline_internal): Do not access the char before start of line.
1995-02-22 Francesco Potort,Al(B (pot@cnuce.cnr.it)
...
...
@@ -4043,8 +4043,8 @@
1994-11-22 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (print_help):
p
rint --regex usage for ctags also.
(main):
u
se -h in addition to -H as abbreviation for --help.
* etags.c (print_help):
P
rint --regex usage for ctags also.
(main):
U
se -h in addition to -H as abbreviation for --help.
1994-11-16 Francesco Potort,Al(B (pot@cnuce.cnr.it)
...
...
@@ -4109,9 +4109,9 @@
1994-10-21 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (prestr, substr):
r
eturn a logical type.
* etags.c (prestr, substr):
R
eturn a logical type.
(consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
(consider_token):
s
et funcdef to fignore when a DEFUN is met.
(consider_token):
S
et funcdef to fignore when a DEFUN is met.
(C_entries): Now we can use Tom Hageman patch for extern "C".
1994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
...
...
@@ -4194,8 +4194,8 @@
1994-10-17 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it)
* Makefile.in.in (etags):
a
dd dependency on regex.o, link with it.
(REGEXPOBJ, REGEXPDEPS, regex.o):
t
arget and macros added.
* Makefile.in.in (etags):
A
dd dependency on regex.o, link with it.
(REGEXPOBJ, REGEXPDEPS, regex.o):
T
arget and macros added.
1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
...
...
@@ -4345,7 +4345,7 @@
1994-07-08 Dave Love (d.love@dl.ac.uk)
* etags.c (takeprec):
r
ecognise `character*(*) function'
* etags.c (takeprec):
R
ecognise `character*(*) function'
.
1994-07-08 Francesco Potort,Al(B (pot@cnuce.cnr.it)
...
...
@@ -4493,11 +4493,11 @@
1994-04-18 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it)
* etags.c (main, print_help):
e
liminate the -F option.
* etags.c (main, print_help):
E
liminate the -F option.
1994-04-18 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it)
* etags.c (absolute_filename):
c
ompare against '\0' instead of NULL.
* etags.c (absolute_filename):
C
ompare against '\0' instead of NULL.
1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
...
...
@@ -4531,21 +4531,21 @@
1994-04-08 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it)
* etags.c (outf, outfiledir):
r
enamed to tagf, tagfiledir.
(PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs
,
Scheme_funcs, prolog_funcs):
r
enamed to Fortran_functions,
* etags.c (outf, outfiledir):
R
enamed to tagf, tagfiledir.
(PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs
)
(
Scheme_funcs, prolog_funcs):
R
enamed to Fortran_functions,
Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
TeX_functions, Prolog_functions.
(inf):
n
o more a global variable.
(C_entries):
t
ake 2nd parameter `inf' instead of using the global one.
(find_entries):
a
dded the cp1 var for optimisation.
(find_entries):
a
dded more suffixes for assembler files.
(inf):
N
o more a global variable.
(C_entries):
T
ake 2nd parameter `inf' instead of using the global one.
(find_entries):
A
dded the cp1 var for optimisation.
(find_entries):
A
dded more suffixes for assembler files.
(Asm_funcs): Now finds labels even without an ending colon.
1994-03-30 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it)
* etags.c (main):
u
se etags_getcwd for compatibility.
(etags_getcwd):
n
ew function.
* etags.c (main):
U
se etags_getcwd for compatibility.
(etags_getcwd):
N
ew function.
1994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
...
...
@@ -4553,22 +4553,22 @@
1994-03-25 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (emacs_tags_format, ETAGS):
r
emoved. Use CTAGS instead.
(main):
d
on't allow the use of -t and -T in etags mode.
(print_help):
d
on't show options enabled by default.
(print_version):
s
how the emacs version number if VERSION is #defined.
(find_entries):
a
dd "ss" as suffix for Chez Scheme.
* etags.c (emacs_tags_format, ETAGS):
R
emoved. Use CTAGS instead.
(main):
D
on't allow the use of -t and -T in etags mode.
(print_help):
D
on't show options enabled by default.
(print_version):
S
how the emacs version number if VERSION is #defined.
(find_entries):
A
dd "ss" as suffix for Chez Scheme.
1994-03-23 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (cwd, outfiledir):
v
ars added.
* etags.c (cwd, outfiledir):
V
ars added.
(relative_filename, absolute_filename, absolute_dirname):
functions added to compute filenames in tags files.
(process_file):
f
ilenames in tags file are relative to the
(process_file):
F
ilenames in tags file are relative to the
directory where the tags file is (useful with the -o option).
(main):
i
nitialise the outfiledir var.
(TYPEDST):
a
dded the `tignore' value.
(C_entries):
c
orrected various small bugs.
(main):
I
nitialise the outfiledir var.
(TYPEDST):
A
dded the `tignore' value.
(C_entries):
C
orrected various small bugs.
1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
...
...
@@ -4583,8 +4583,8 @@
1994-03-14 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (TYPEDST):
a
dded the `tignore' value.
(C_entries):
c
orrected various bugs, now correctly parses the
* etags.c (TYPEDST):
A
dded the `tignore' value.
(C_entries):
C
orrected various bugs, now correctly parses the
`extern "C" {' construction (patch by Tom R.Hageman).
1994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
...
...
@@ -4625,7 +4625,7 @@
1994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
* profile.c (get_time): Simplify; avoid calling index.
(main):
e
xit on EOF.
(main):
E
xit on EOF.
1994-02-17 Francesco Potort,Al(B (pot@cnuce.cnr.it)
...
...
@@ -4637,11 +4637,11 @@
1994-02-14 Francesco Potort,Al(B (pot@fly)
* etags.c (absolute_pathnames, cwd):
a
dded global vars.
(longopts, print_help, main, process_file):
p
ut absolute filenames
* etags.c (absolute_pathnames, cwd):
A
dded global vars.
(longopts, print_help, main, process_file):
P
ut absolute filenames
in the tag file if the -A --absolute-pathnames option is used.
(print_help):
a
lfabetically order the options.
(malloc, realloc, strcpy, strncpy, strcmp):
r
emove extern declar.
(print_help):
A
lfabetically order the options.
(malloc, realloc, strcpy, strncpy, strcmp):
R
emove extern declar.
1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
...
...
@@ -4670,15 +4670,15 @@
1994-01-14 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (stab_entry, stab_create, stab_find, stab_search,
stab_type, add_keyword, C_reate_stab, C_create_stabs):
d
eleted.
stab_type, add_keyword, C_reate_stab, C_create_stabs):
D
eleted.
Use gperf generated hash table instead of linked list.
(C_stab_entry, hash, in_word_set, get_C_stab, C_symtype):
a
dded.
(C_stab_entry, hash, in_word_set, get_C_stab, C_symtype):
A
dded.
Mostly code generated by gperf.
(consider_token):
r
emoved unused parameter `lp'.
(PF_funcs, getit):
a
llow subroutine and similar declarations
(consider_token):
R
emoved unused parameter `lp'.
(PF_funcs, getit):
A
llow subroutine and similar declarations
to span multiple lines.
(C_entries):
c
heck for newline if inchar to avoid bus errors.
(process_file, find_entries):
d
istinguish among nonexistent
(C_entries):
C
heck for newline if inchar to avoid bus errors.
(process_file, find_entries):
D
istinguish among nonexistent
and not regular file.
1994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
...
...
@@ -4815,14 +4815,14 @@
functions returning a pointer to a function, a la `signal', can be
parsed. This also required new state `fstartlist' to `FUNCST'.
(SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
(C_entries, CNL):
u
se it to isolate preprocessor directive processing
(C_entries, CNL):
U
se it to isolate preprocessor directive processing
from the other state engines.
(begtk):
a
dd '~', for C++ class destructors.
(begtk):
A
dd '~', for C++ class destructors.
1993-11-02 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (consider_token):
r
emoved unused variable firsttok.
(prolog_getit):
c
all pfnote with the right number of arguments.
* etags.c (consider_token):
R
emoved unused variable firsttok.
(prolog_getit):
C
all pfnote with the right number of arguments.
1993-10-19 Paul Eggert (eggert@twinsun.com)
...
...
@@ -4841,9 +4841,9 @@
1993-10-01 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (process_file):
d
ead code removed.
* etags.c (process_file):
D
ead code removed.
(S_ISREG): #define it using S_IFREG if not defined.
(process_file):
r
egular files have nothing to do with symlinks.
(process_file):
R
egular files have nothing to do with symlinks.
1993-09-28 Brian Fox (bfox@ai.mit.edu)
...
...
@@ -4926,10 +4926,10 @@
1993-08-04 Francesco Potort,Al(B (pot@spiff.gnu.ai.mit.edu)
* etags.c (L_isdef, L_isquote, L_getit):
s
mall optimisations.
(L_funcs):
t
he (foo::defmumble stuff now should work.
(consider_token):
f
unction returned random value--corrected.
(C_entries):
c
orrected == versus = typo.
* etags.c (L_isdef, L_isquote, L_getit):
S
mall optimisations.
(L_funcs):
T
he (foo::defmumble stuff now should work.
(consider_token):
F
unction returned random value--corrected.
(C_entries):
C
orrected == versus = typo.
1993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
...
...
@@ -4945,11 +4945,11 @@
* etags.c (FINCST): Added the fignore status. Means we are
after the parameter list and before the open curly brace.
Allows correct parsing of C++ constructors.
(C_entries, consider_token):
m
ake use of fignore.
(consider_token):
r
eset funcdef when next_token_is_func: when in
(C_entries, consider_token):
M
ake use of fignore.
(consider_token):
R
eset funcdef when next_token_is_func: when in
ctags mode makes DEFVAR and others work better.
(L_isquote):
f
unction that recognises the "(quote" string.
(L_getit):
i
gnore quoting via "'" or "(quote". Useful for defalias.
(L_isquote):
F
unction that recognises the "(quote" string.
(L_getit):
I
gnore quoting via "'" or "(quote". Useful for defalias.
1993-07-29 Paul Eggert (eggert@twinsun.com)
...
...
@@ -4981,20 +4981,20 @@
1993-07-08 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (alloca):
r
emoved all references to it.
(main):
n
ow calls xnew instead of alloca for portability.
(../src/config.h):
i
ncluded only if HAVE_CONFIG_H.
(const):
v
oid definition removed--config.h takes care of it.
* etags.c (alloca):
R
emoved all references to it.
(main):
N
ow calls xnew instead of alloca for portability.
(../src/config.h):
I
ncluded only if HAVE_CONFIG_H.
(const):
V
oid definition removed--config.h takes care of it.
1993-07-08 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (consider_token):
w
as `==', now is `='.
* etags.c (consider_token):
W
as `==', now is `='.
(consider_token): DEFUNs now treated like funcs in ctags mode.
* etags.c (LEVEL_OK_FOR_FUNCDEF):
r
emoved.
(C_entries):
o
ptimized the test that used LEVEL_OK_FOR_FUNCDEF.
(C_entries):
r
emoved a piece of useless code.
(C_entries):
m
aking typedef tags is delayed until a semicolon
* etags.c (LEVEL_OK_FOR_FUNCDEF):
R
emoved.
(C_entries):
O
ptimized the test that used LEVEL_OK_FOR_FUNCDEF.
(C_entries):
R
emoved a piece of useless code.
(C_entries):
M
aking typedef tags is delayed until a semicolon
is met. This handles "typedef int X, Y, Z;" correctly.
1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
...
...
@@ -5270,38 +5270,38 @@
1993-03-22 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (YACC):
f
lag added to c_ext.
(c_ext):
n
o more a synonim for c_ext&C_PLPL because of YACC.
(find_entries):
c
onsistently use streq when reasonable.
(find_entries):
a
.y file is a yacc file.
* etags.c (YACC):
F
lag added to c_ext.
(c_ext):
N
o more a synonim for c_ext&C_PLPL because of YACC.
(find_entries):
C
onsistently use streq when reasonable.
(find_entries):
A
.y file is a yacc file.
(get_C_stab): c_ext becomes c_ext&C_PLPL.
(C_entries):
l
ogical cplpl means c_ext&C_PLPL.
(C_entries):
l
ogical yacc_rules means we are after the first %%.
(C_entries):
a
dded logic for yacc files.
(C_entries):
L
ogical cplpl means c_ext&C_PLPL.
(C_entries):
L
ogical yacc_rules means we are after the first %%.
(C_entries):
A
dded logic for yacc files.
1993-03-16 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (C_entries): ':' case moved to the second switch.
(C_entries):
d
o not examine token if structdef==scolonseen.
(C_entries):
D
o not examine token if structdef==scolonseen.
(consider_token): structtag set to null string for enum.
1993-03-12 Francesco Potort,Al(B (pot@cnuce.cnr.it)
* etags.c (GET_COOKIE):
a
nd related macros removed.
(logical):
i
s now int, no more a char.
(reg):
d
efine deleted.
(isgood, _gd, notgd):
d
eleted.
(gotone):
d
eleted.
(TOKEN):
m
ember linestart removed.
(linepos, prev_linepos, lb1):
d
eleted.
(main):
c
all initbuffer on lbs array instead of lb1.
(init):
r
emoved the initialisation of the logical _gd array;
(find_entries):
a
.sa suffix means assembler file.
* etags.c (GET_COOKIE):
A
nd related macros removed.
(logical):
I
s now int, no more a char.
(reg):
D
efine deleted.
(isgood, _gd, notgd):
D
eleted.
(gotone):
D
eleted.
(TOKEN):
M
ember linestart removed.
(linepos, prev_linepos, lb1):
D
eleted.
(main):
C
all initbuffer on lbs array instead of lb1.
(init):
R
emoved the initialisation of the logical _gd array;
(find_entries):
A
.sa suffix means assembler file.
(C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
All C state machines rewritten.
(C_entries):
c
omplete rewrite.
(condider_token):
c
omplete rewrite.
(getline):
d
eleted.
(C_entries):
C
omplete rewrite.
(condider_token):
C
omplete rewrite.
(getline):
D
eleted.
1993-03-01 Francesco Potort,Al(B (pot@fly.CNUCE.CNR.IT)
...
...
@@ -5315,7 +5315,7 @@
1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
* Makefile.in (EXECUTABLES):
a
dded rcs-checkin.
* Makefile.in (EXECUTABLES):
A
dded rcs-checkin.
* Makefile.in (unlock, relock): New productions.
...
...
@@ -5598,7 +5598,7 @@
1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
* Makefile.in:
f
lags in CC invocations rearranged for no reason.
* Makefile.in:
F
lags in CC invocations rearranged for no reason.
1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
...
...
@@ -6011,13 +6011,13 @@
1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
* loadst.c:
o
n bsd4.3, use gettimeofday instead of CPUSTATES.
* loadst.c:
O
n bsd4.3, use gettimeofday instead of CPUSTATES.
1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
* emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
* emacsstool.1:
u
pdate to document environment variables.
* emacsstool.1:
U
pdate to document environment variables.
1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
...
...
@@ -6118,7 +6118,7 @@
1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
* etags.c (main):
d
efault setting of eflag was backwards.
* etags.c (main):
D
efault setting of eflag was backwards.
1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
...
...
@@ -6201,7 +6201,7 @@
1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
* movemail.c: #undef close, since config can #define it on V.3.
* emacsclient.c, fakemail.c, loadst.c, server.c:
l
ikewise.
* emacsclient.c, fakemail.c, loadst.c, server.c:
L
ikewise.
1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
...
...
@@ -6212,9 +6212,9 @@
1988-03-20 Richard M. Stallman (rms@wilson)
* server.c [not BSD and not HAVE_SYSVIPC]:
f
ix error message.
* server.c [not BSD and not HAVE_SYSVIPC]:
F
ix error message.
* loadst.c (main) [XENIX]:
u
se /usr/spool/mail, not /usr/mail.
* loadst.c (main) [XENIX]:
U
se /usr/spool/mail, not /usr/mail.
;; Local Variables:
;; coding: iso-2022-7bit
...
...
lisp/ChangeLog
View file @
2f2c687b
...
...
@@ -11,8 +11,8 @@
2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
* progmodes/idlwave.el (idlwave-beginning-of-subprogram
,
idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
* progmodes/idlwave.el (idlwave-beginning-of-subprogram
)
(
idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
pushing mark.
(idlwave-current-routine): Don't push mark.
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