bpt/emacs.git
22 years agoEtags changes for Prolog and PHP.
Francesco Potortì [Sat, 15 Dec 2001 16:08:32 +0000 (16:08 +0000)]
Etags changes for Prolog and PHP.

22 years ago* etags.c (PHP_functions): New function by Diez B. Roggisch,
Francesco Potortì [Sat, 15 Dec 2001 16:07:31 +0000 (16:07 +0000)]
* etags.c (PHP_functions): New function by Diez B. Roggisch,
heavily adapted by me, for parsing PHP.
(LOOKING_AT): New macro.
(Perl_functions, Python_functions, PHP_functions)
(Scheme_functions, Texinfo_nodes): Use it.
(Perl_functions): Use strneq.
(prolog_pred): Renamed to prolog_pr.
(prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman)
in addition to predicates.
[ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
unmodified compile, as Cygwin's regex.h is incompatible with us
(thanks to Markus Hoenicka).
[!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.

22 years agoFix typos.
Pavel Janík [Sat, 15 Dec 2001 10:32:44 +0000 (10:32 +0000)]
Fix typos.

22 years agoNew version from Gary Wong <gtw@gnu.org>, the termcap maintainer.
Richard M. Stallman [Sat, 15 Dec 2001 04:47:36 +0000 (04:47 +0000)]
New version from Gary Wong <gtw@gnu.org>, the termcap maintainer.

22 years agoDon't require cl.
Dave Love [Sat, 15 Dec 2001 00:26:22 +0000 (00:26 +0000)]
Don't require cl.
(quail-indian-flatten-list): Renamed from flatten-list.

22 years ago("cyrillic-beylorussian")
Dave Love [Sat, 15 Dec 2001 00:25:22 +0000 (00:25 +0000)]
("cyrillic-beylorussian")
("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
("belarusian", "bulgarian-pho"): Fix language assignment.

22 years ago("french-alt-postfix", "german-alt-postfix")
Dave Love [Sat, 15 Dec 2001 00:24:11 +0000 (00:24 +0000)]
("french-alt-postfix", "german-alt-postfix")
("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
("turkish-alt-postfix"): Fix language assignment.
("dutch"): Assign to Dutch.  Use chars, not strings.
("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"):
New.

22 years ago("french-postfix", "german-postfix")
Dave Love [Sat, 15 Dec 2001 00:23:38 +0000 (00:23 +0000)]
("french-postfix", "german-postfix")
("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
("french-keyboard", "french-azerty", "german")
("spanish-keyboard"): Fix language assignment.

22 years agoUpdate hostname for AUCTeX.
Richard M. Stallman [Fri, 14 Dec 2001 23:17:08 +0000 (23:17 +0000)]
Update hostname for AUCTeX.

22 years ago(EMACSLOADPATH): Define.
Andrew Innes [Fri, 14 Dec 2001 22:41:41 +0000 (22:41 +0000)]
(EMACSLOADPATH): Define.
($(EMACS)): Run `list-load-path-shadows' after dumping emacs.

22 years agoUse setq rather than (set 'foo bar).
Stefan Monnier [Fri, 14 Dec 2001 22:12:30 +0000 (22:12 +0000)]
Use setq rather than (set 'foo bar).
Use push+nreverse rather than append.
(xml-node-name, xml-node-attributes, xml-node-children):
Use defsubst rather than macros.
(xml-parse-region): Handle a nil return value from xml-parse-tag.
(xml-parse-tag): Don't skip white space.  Return nil for a comment.
Concat the two strings surrounding a comment into a single string.

22 years ago(comment-indent): Jump to the middle of empty comments.
Stefan Monnier [Fri, 14 Dec 2001 21:53:29 +0000 (21:53 +0000)]
(comment-indent): Jump to the middle of empty comments.

22 years ago(xselect-convert-to-class, xselect-convert-to-name): Documented.
Pavel Janík [Fri, 14 Dec 2001 19:58:10 +0000 (19:58 +0000)]
(xselect-convert-to-class, xselect-convert-to-name): Documented.

22 years ago(bootstrap): Build addsection program before
Andrew Innes [Fri, 14 Dec 2001 18:14:22 +0000 (18:14 +0000)]
(bootstrap): Build addsection program before
bootstrap (required for post-processing temacs.exe).

22 years ago*** empty log message ***
Andrew Innes [Fri, 14 Dec 2001 17:11:21 +0000 (17:11 +0000)]
*** empty log message ***

22 years ago(bootstrap-temacs): Remove dependency on
Andrew Innes [Fri, 14 Dec 2001 16:12:48 +0000 (16:12 +0000)]
(bootstrap-temacs): Remove dependency on
bootstrap-clean.

22 years ago("french-prefix", "german-prefix")
Dave Love [Fri, 14 Dec 2001 15:50:09 +0000 (15:50 +0000)]
("french-prefix", "german-prefix")
("spanish-prefix"): Fix language assignment.

22 years ago#
André Spiegel [Fri, 14 Dec 2001 08:00:59 +0000 (08:00 +0000)]
#

22 years ago(vc-checkout-model, vc-state, vc-workfile-version): Return nil if
André Spiegel [Fri, 14 Dec 2001 07:58:33 +0000 (07:58 +0000)]
(vc-checkout-model, vc-state, vc-workfile-version): Return nil if
FILE is not registered.
(vc-check-master-templates, vc-default-make-version-backups-p): Doc fix.

22 years ago(ruler-mode-extra-left-cols): Removed.
Richard M. Stallman [Fri, 14 Dec 2001 07:54:28 +0000 (07:54 +0000)]
(ruler-mode-extra-left-cols): Removed.
(ruler-mode-left-fringe-cols): New macro.
(ruler-mode-right-fringe-cols): New macro.
(ruler-mode-left-scroll-bar-cols): New macro.
(ruler-mode-right-scroll-bar-cols): New macro.
(ruler-mode-ruler): Use above new macros.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 14 Dec 2001 07:54:12 +0000 (07:54 +0000)]
*** empty log message ***

22 years ago(set-auto-mode): Fix previous change.
Richard M. Stallman [Fri, 14 Dec 2001 03:21:49 +0000 (03:21 +0000)]
(set-auto-mode): Fix previous change.

22 years agoAdd custom-define-hook.
Richard M. Stallman [Fri, 14 Dec 2001 03:08:47 +0000 (03:08 +0000)]
Add custom-define-hook.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 13 Dec 2001 19:25:07 +0000 (19:25 +0000)]
*** empty log message ***

22 years ago(easy-menu-intern): New fun.
Stefan Monnier [Thu, 13 Dec 2001 19:03:12 +0000 (19:03 +0000)]
(easy-menu-intern): New fun.
(easy-menu-do-define, easy-menu-convert-item-1)
(easy-menu-define-key-intern, easy-menu-get-map): Use it.
(easy-menu-return-item): Only return nil if there is no binding.

22 years agoWhitespace.el v3.2 for colorized display of bogus whitespaces.
Rajesh Vaidheeswarran [Thu, 13 Dec 2001 17:34:57 +0000 (17:34 +0000)]
Whitespace.el v3.2 for colorized display of bogus whitespaces.

22 years ago(set-auto-coding): Don't search for
Eli Zaretskii [Thu, 13 Dec 2001 14:42:27 +0000 (14:42 +0000)]
(set-auto-coding): Don't search for
"unibyte:" or "coding:" if set-auto-mode-1 returns nil.

22 years agoFix a typo.
Eli Zaretskii [Thu, 13 Dec 2001 10:04:34 +0000 (10:04 +0000)]
Fix a typo.

22 years ago*** empty log message ***
Eli Zaretskii [Thu, 13 Dec 2001 10:02:26 +0000 (10:02 +0000)]
*** empty log message ***

22 years ago(x_report_frame_params): Makes the scroll-bar-width frame
Eli Zaretskii [Thu, 13 Dec 2001 10:01:22 +0000 (10:01 +0000)]
(x_report_frame_params): Makes the scroll-bar-width frame
parameter have a numeric value all the time.

22 years ago(x_report_frame_params): Makes the scroll-bar-width frame parameter have
Eli Zaretskii [Thu, 13 Dec 2001 09:58:12 +0000 (09:58 +0000)]
(x_report_frame_params): Makes the scroll-bar-width frame parameter have
a numeric value all the time.

22 years ago(Frame_parameters): Makes the scroll-bar-width frame parameter have
Eli Zaretskii [Thu, 13 Dec 2001 09:56:04 +0000 (09:56 +0000)]
(Frame_parameters): Makes the scroll-bar-width frame parameter have
a numeric value all the time.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 13 Dec 2001 08:02:09 +0000 (08:02 +0000)]
*** empty log message ***

22 years agoFix typo.
Pavel Janík [Thu, 13 Dec 2001 07:56:02 +0000 (07:56 +0000)]
Fix typo.

22 years ago(ruler-mode-left-fringe-cols): Variable removed.
Richard M. Stallman [Thu, 13 Dec 2001 07:55:49 +0000 (07:55 +0000)]
(ruler-mode-left-fringe-cols): Variable removed.
(ruler-mode-left-fringe-cols): Function replaced by more efficient
implementation `ruler-mode-extra-left-cols'.
(ruler-mode-ruler): Use above new function.  Take into account
that the fringe areas can now be resized.

22 years ago(rmail-summary-mode): Do not use make-local-hook.
Pavel Janík [Thu, 13 Dec 2001 07:55:20 +0000 (07:55 +0000)]
(rmail-summary-mode): Do not use make-local-hook.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 13 Dec 2001 07:52:36 +0000 (07:52 +0000)]
*** empty log message ***

22 years ago(rmail-fontify-buffer-function): Do not use make-local-hook.
Pavel Janík [Thu, 13 Dec 2001 07:52:26 +0000 (07:52 +0000)]
(rmail-fontify-buffer-function): Do not use make-local-hook.

22 years ago(mail-abbrevs-setup): Do not use make-local-hook.
Pavel Janík [Thu, 13 Dec 2001 07:51:46 +0000 (07:51 +0000)]
(mail-abbrevs-setup): Do not use make-local-hook.

22 years ago(undo): Always set this-command to `undo',
Richard M. Stallman [Thu, 13 Dec 2001 07:43:28 +0000 (07:43 +0000)]
(undo): Always set this-command to `undo',
so that the next undo after an error will not begin redoing.

(shell-command): Doc fix.
(shell-command-on-region): If there is output an an error,
add "...Shell command failed" to the output.

22 years ago*** empty log message ***
Eli Zaretskii [Thu, 13 Dec 2001 07:20:22 +0000 (07:20 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 12 Dec 2001 22:53:39 +0000 (22:53 +0000)]
*** empty log message ***

22 years ago(Fwrite_region): Doc fix.
Richard M. Stallman [Wed, 12 Dec 2001 22:53:16 +0000 (22:53 +0000)]
(Fwrite_region): Doc fix.

22 years agoComment change.
Richard M. Stallman [Wed, 12 Dec 2001 22:47:58 +0000 (22:47 +0000)]
Comment change.

22 years ago(Unicode): Comment out the specifications for kelvin and angstrom signs.
Richard M. Stallman [Wed, 12 Dec 2001 22:44:38 +0000 (22:44 +0000)]
(Unicode): Comment out the specifications for kelvin and angstrom signs.

22 years ago(CLEAR_FACE_CACHE_COUNT): Redefine as 500.
Richard M. Stallman [Wed, 12 Dec 2001 22:27:28 +0000 (22:27 +0000)]
(CLEAR_FACE_CACHE_COUNT): Redefine as 500.
(redisplay_internal): Call clear_image_cache only for window terminals.

22 years agoFollow doc-string conventions.
Pavel Janík [Wed, 12 Dec 2001 20:07:32 +0000 (20:07 +0000)]
Follow doc-string conventions.

22 years ago*** empty log message ***
Dave Love [Wed, 12 Dec 2001 20:06:57 +0000 (20:06 +0000)]
*** empty log message ***

22 years agoFix typos, remove unnecessary space.
Pavel Janík [Wed, 12 Dec 2001 20:06:10 +0000 (20:06 +0000)]
Fix typos, remove unnecessary space.

22 years agoFix typo.
Pavel Janík [Wed, 12 Dec 2001 20:03:19 +0000 (20:03 +0000)]
Fix typo.

22 years ago(gnus-group-split-fancy): Doc fix (add reference to variable, follow
Pavel Janík [Wed, 12 Dec 2001 20:00:37 +0000 (20:00 +0000)]
(gnus-group-split-fancy): Doc fix (add reference to variable, follow
doc-string conventions).

22 years ago(make-translation-table-from-vector):
Dave Love [Wed, 12 Dec 2001 19:55:31 +0000 (19:55 +0000)]
(make-translation-table-from-vector):
Allow null elements in VEC.

22 years ago(unify-8859-on-encoding-mode)
Dave Love [Wed, 12 Dec 2001 19:17:44 +0000 (19:17 +0000)]
(unify-8859-on-encoding-mode)
(unify-8859-on-decoding-mode): Swap the code in their bodies.  Add
:version.

22 years ago(Frecenter): Simplify computation in the case of window
Gerd Moellmann [Wed, 12 Dec 2001 13:43:37 +0000 (13:43 +0000)]
(Frecenter): Simplify computation in the case of window
system frames and ARG < 0; use window_box_height.

22 years ago(move_it_vertically_backward): Change heuristic
Gerd Moellmann [Wed, 12 Dec 2001 13:42:55 +0000 (13:42 +0000)]
(move_it_vertically_backward): Change heuristic
for the case that we didn't move far enough initially.

22 years agoRemove autoload cookies. Fix registration
Dave Love [Wed, 12 Dec 2001 12:35:36 +0000 (12:35 +0000)]
Remove autoload cookies.  Fix registration
of diacritic composition function.

22 years ago(derived-mode-p): Function moved to subr.el.
Richard M. Stallman [Wed, 12 Dec 2001 09:29:20 +0000 (09:29 +0000)]
(derived-mode-p): Function moved to subr.el.

22 years ago(derived-mode-p): Moved here from derived.el.
Richard M. Stallman [Wed, 12 Dec 2001 09:26:43 +0000 (09:26 +0000)]
(derived-mode-p): Moved here from derived.el.

22 years ago(set-auto-coding): Use set-auto-mode-1.
Richard M. Stallman [Wed, 12 Dec 2001 00:13:42 +0000 (00:13 +0000)]
(set-auto-coding): Use set-auto-mode-1.

22 years ago(set-auto-mode-1): New subroutine, broken out of set-auto-mode.
Richard M. Stallman [Wed, 12 Dec 2001 00:10:17 +0000 (00:10 +0000)]
(set-auto-mode-1): New subroutine, broken out of set-auto-mode.
(set-auto-mode, hack-local-variables-prop-line): Use that.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 11 Dec 2001 22:56:41 +0000 (22:56 +0000)]
*** empty log message ***

22 years ago(clean): Don't delete ../etc/DOC*.
Richard M. Stallman [Tue, 11 Dec 2001 22:55:45 +0000 (22:55 +0000)]
(clean): Don't delete ../etc/DOC*.

22 years agoTest GNU_LINUX, not LINUX.
Richard M. Stallman [Tue, 11 Dec 2001 22:20:20 +0000 (22:20 +0000)]
Test GNU_LINUX, not LINUX.

22 years ago(GNU_LINUX): Defined.
Richard M. Stallman [Tue, 11 Dec 2001 22:13:11 +0000 (22:13 +0000)]
(GNU_LINUX): Defined.

22 years ago(authors-aliases): Delete "Richard Stallmao".
Richard M. Stallman [Tue, 11 Dec 2001 21:40:12 +0000 (21:40 +0000)]
(authors-aliases): Delete "Richard Stallmao".

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 11 Dec 2001 21:37:31 +0000 (21:37 +0000)]
*** empty log message ***

22 years ago(make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
Andrew Innes [Tue, 11 Dec 2001 21:13:53 +0000 (21:13 +0000)]
(make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
arg is negative.

22 years agoAdd Unicode
Dave Love [Tue, 11 Dec 2001 18:00:45 +0000 (18:00 +0000)]
Add Unicode
equivalents.

22 years agoFix the first line (coding spec).
Pavel Janík [Tue, 11 Dec 2001 12:02:33 +0000 (12:02 +0000)]
Fix the first line (coding spec).

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 11 Dec 2001 10:58:59 +0000 (10:58 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Tue, 11 Dec 2001 07:47:16 +0000 (07:47 +0000)]
*** empty log message ***

22 years agoMoved back.
Pavel Janík [Tue, 11 Dec 2001 07:39:13 +0000 (07:39 +0000)]
Moved back.

22 years agoRequire time-stamp.
Pavel Janík [Tue, 11 Dec 2001 07:36:30 +0000 (07:36 +0000)]
Require time-stamp.

22 years ago(vc-default-make-version-backups-p): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:35:18 +0000 (07:35 +0000)]
(vc-default-make-version-backups-p): Doc fix.

22 years ago(ctl-x-4-map): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:34:39 +0000 (07:34 +0000)]
(ctl-x-4-map): Doc fix.

22 years ago(read-file-name-electric-shadow-mode): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:34:10 +0000 (07:34 +0000)]
(read-file-name-electric-shadow-mode): Doc fix.

22 years ago(minibuffer-electric-default-mode): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:33:50 +0000 (07:33 +0000)]
(minibuffer-electric-default-mode): Doc fix.

22 years ago(jdb): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:33:06 +0000 (07:33 +0000)]
(jdb): Doc fix.

22 years agoDoc fixes.
Pavel Janík [Tue, 11 Dec 2001 07:32:00 +0000 (07:32 +0000)]
Doc fixes.

22 years ago(5x5-crack-xor-mutate): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:29:21 +0000 (07:29 +0000)]
(5x5-crack-xor-mutate): Doc fix.

22 years ago(ispell-complete-word): Doc fix.
Pavel Janík [Tue, 11 Dec 2001 07:22:44 +0000 (07:22 +0000)]
(ispell-complete-word): Doc fix.

22 years ago(webjump-builtin): Remove dot at the end of sentence in error call.
Pavel Janík [Tue, 11 Dec 2001 07:01:35 +0000 (07:01 +0000)]
(webjump-builtin): Remove dot at the end of sentence in error call.

22 years ago(indian-glyph-max-char): Fix doc-string.
Pavel Janík [Tue, 11 Dec 2001 06:57:29 +0000 (06:57 +0000)]
(indian-glyph-max-char): Fix doc-string.

22 years agoFix doc-strings.
Pavel Janík [Tue, 11 Dec 2001 06:56:10 +0000 (06:56 +0000)]
Fix doc-strings.

22 years ago(zone-mode): Don't use make-local-hook.
Pavel Janík [Tue, 11 Dec 2001 06:52:33 +0000 (06:52 +0000)]
(zone-mode): Don't use make-local-hook.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 11 Dec 2001 06:40:08 +0000 (06:40 +0000)]
*** empty log message ***

22 years agoSplit the __hpux conditional into the parts
Richard M. Stallman [Tue, 11 Dec 2001 06:34:37 +0000 (06:34 +0000)]
Split the __hpux conditional into the parts
that are right for GNU/Linux too and the parts that are not.
Use the former if GNU_LINUX.
(HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Tue, 11 Dec 2001 06:23:50 +0000 (06:23 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years agoMinor clarifications for search-forward and set-match-data.
Richard M. Stallman [Tue, 11 Dec 2001 06:11:38 +0000 (06:11 +0000)]
Minor clarifications for search-forward and set-match-data.

22 years agoImprove doc of font-lock-keywords.
Richard M. Stallman [Tue, 11 Dec 2001 06:10:32 +0000 (06:10 +0000)]
Improve doc of font-lock-keywords.

22 years ago(ispell-buffer-local-parsing): Match xml like sgml.
Richard M. Stallman [Tue, 11 Dec 2001 06:07:52 +0000 (06:07 +0000)]
(ispell-buffer-local-parsing): Match xml like sgml.

22 years ago(ad-compile-function):
Richard M. Stallman [Tue, 11 Dec 2001 06:07:07 +0000 (06:07 +0000)]
(ad-compile-function):
Byte compile the function under another (uninterned) name.

22 years ago(gdb): Define and bind gud-jump.
Richard M. Stallman [Tue, 11 Dec 2001 06:06:06 +0000 (06:06 +0000)]
(gdb): Define and bind gud-jump.

22 years ago(font-lock-mode): Put our function at the end of after-change-functions.
Richard M. Stallman [Tue, 11 Dec 2001 06:05:12 +0000 (06:05 +0000)]
(font-lock-mode): Put our function at the end of after-change-functions.

22 years ago(ediff-cmp-options): Doc fix.
Richard M. Stallman [Tue, 11 Dec 2001 06:04:14 +0000 (06:04 +0000)]
(ediff-cmp-options): Doc fix.

22 years ago(comint-password-prompt-regexp): Match "UNIX Password".
Richard M. Stallman [Tue, 11 Dec 2001 06:03:46 +0000 (06:03 +0000)]
(comint-password-prompt-regexp): Match "UNIX Password".

22 years ago(hppa*-*-linux-gnu*): New alternative.
Richard M. Stallman [Tue, 11 Dec 2001 06:01:52 +0000 (06:01 +0000)]
(hppa*-*-linux-gnu*): New alternative.

22 years ago(w32_free_submenu_strings): Clear menu item struct
Jason Rumney [Mon, 10 Dec 2001 22:52:51 +0000 (22:52 +0000)]
(w32_free_submenu_strings): Clear menu item struct
before using.

22 years ago*** empty log message ***
Jason Rumney [Mon, 10 Dec 2001 22:51:57 +0000 (22:51 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 10 Dec 2001 20:47:38 +0000 (20:47 +0000)]
*** empty log message ***