]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(XINT): Move the cast to clarify what is going on.
Stefan Monnier [Wed, 5 Nov 2003 15:24:08 +0000 (15:24 +0000)]
(XINT): Move the cast to clarify what is going on.

20 years ago(desktop-locals-to-save): Add buffer-file-coding-system.
Lars Hansen [Wed, 5 Nov 2003 13:28:48 +0000 (13:28 +0000)]
(desktop-locals-to-save): Add buffer-file-coding-system.
(desktop-buffer-file): Use saved buffer-file-coding-system
for file reading.  Set auto-insert to nil to prevent automatic
insertion into restored empty files.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 5 Nov 2003 05:11:41 +0000 (05:11 +0000)]
*** empty log message ***

20 years ago(Defining Variables): Second argument to `defconst' is not optional.
Luc Teirlinck [Wed, 5 Nov 2003 04:31:43 +0000 (04:31 +0000)]
(Defining Variables): Second argument to `defconst' is not optional.
(Setting Variables): Mention optional argument APPEND to `add-to-list'.
(Creating Buffer-Local): Expand description of `make-variable-buffer-local'.
(Frame-Local Variables): Expand description of `make-variable-frame-local'.
(Variable Aliases): Correct description of optional argument DOCSTRING
to `defvaralias'.  Mention return value of `defvaralias'.
(File Local Variables): Add xref to `File variables' in Emacs Manual.
Correct description of `hack-local-variables'.  Mention
`safe-local-variable' property.  Mention optional second argument to
`risky-local-variable-p'.

20 years ago(risky-local-variable-p): Make second argument optional.
Luc Teirlinck [Wed, 5 Nov 2003 04:06:27 +0000 (04:06 +0000)]
(risky-local-variable-p): Make second argument optional.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 5 Nov 2003 04:03:39 +0000 (04:03 +0000)]
*** empty log message ***

20 years ago(Symbol Plists): Mention return value of `setplist'.
Luc Teirlinck [Mon, 3 Nov 2003 20:28:47 +0000 (20:28 +0000)]
(Symbol Plists): Mention return value of `setplist'.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 3 Nov 2003 20:24:08 +0000 (20:24 +0000)]
*** empty log message ***

20 years ago(rmail-convert-to-babyl-format): If
Eli Zaretskii [Mon, 3 Nov 2003 19:21:02 +0000 (19:21 +0000)]
(rmail-convert-to-babyl-format): If
base64-decode-region signals an error, catch it and silently
ignore it.

20 years ago(add-hook): Fix last change.
Stefan Monnier [Mon, 3 Nov 2003 14:44:48 +0000 (14:44 +0000)]
(add-hook): Fix last change.

20 years agoFrom David Ponce: document segfaults with the Linux kernels that
Eli Zaretskii [Mon, 3 Nov 2003 06:23:11 +0000 (06:23 +0000)]
From David Ponce: document segfaults with the Linux kernels that
enable the Exec-shield functionality.

20 years ago* xterm.c (x_term_init): Fix formatting.
Jan Djärv [Mon, 3 Nov 2003 05:55:42 +0000 (05:55 +0000)]
* xterm.c (x_term_init): Fix formatting.

20 years agosrc/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
Andrew Choi [Sun, 2 Nov 2003 17:39:24 +0000 (17:39 +0000)]
src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.

20 years agoRemove Emacs.rsrc. File is generated from mac/src/Emacs.r when building.
Andrew Choi [Sun, 2 Nov 2003 17:37:11 +0000 (17:37 +0000)]
Remove Emacs.rsrc.  File is generated from mac/src/Emacs.r when building.

20 years agoRemove tear off capability for GTK popup menus.
Jan Djärv [Sun, 2 Nov 2003 16:47:32 +0000 (16:47 +0000)]
Remove tear off capability for GTK popup menus.
Since the context in Lisp is not present anymore, we don't know
how to invoke the action for a menu item.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 2 Nov 2003 07:02:32 +0000 (07:02 +0000)]
*** empty log message ***

20 years agoReplace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii [Sun, 2 Nov 2003 07:01:19 +0000 (07:01 +0000)]
Replace @sc{ascii} and ASCII with @acronym{ASCII}.

20 years agoReplace @sc{foo} with @acronym{FOO}.
Eli Zaretskii [Sun, 2 Nov 2003 06:29:59 +0000 (06:29 +0000)]
Replace @sc{foo} with @acronym{FOO}.

20 years agomacterm.c (XTread_socket): Handle menubar selection and grow window
Andrew Choi [Sat, 1 Nov 2003 19:58:03 +0000 (19:58 +0000)]
macterm.c (XTread_socket): Handle menubar selection and grow window
only for mouseDown events.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Nov 2003 17:57:14 +0000 (17:57 +0000)]
*** empty log message ***

20 years agoAllow comments following the top-level element.
Eli Zaretskii [Sat, 1 Nov 2003 17:56:08 +0000 (17:56 +0000)]
Allow comments following the top-level element.
Separate out namespace parsing into special functions.
Change namespace parsing to return ('ns-uri . "local-name")
instead of '{ns-uri}local-name.

20 years ago(dired-ls-sorting-switches): Doc fix.
Eli Zaretskii [Sat, 1 Nov 2003 17:48:54 +0000 (17:48 +0000)]
(dired-ls-sorting-switches): Doc fix.

20 years ago(rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".
Eli Zaretskii [Sat, 1 Nov 2003 17:35:49 +0000 (17:35 +0000)]
(rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".

20 years ago(texinfo-pre-format-hook): New variable.
Eli Zaretskii [Sat, 1 Nov 2003 17:12:02 +0000 (17:12 +0000)]
(texinfo-pre-format-hook): New variable.
(texinfo-format-region): Use it.
(texinfo-format-buffer-1): Ditto.

20 years ago(Scrolling During Incremental Search): Document a
Eli Zaretskii [Sat, 1 Nov 2003 17:06:00 +0000 (17:06 +0000)]
(Scrolling During Incremental Search): Document a
new scrolling facility in isearch mode.

20 years ago(overriding-map-is-bound, saved-overriding-map): New variables.
Eli Zaretskii [Sat, 1 Nov 2003 17:02:32 +0000 (17:02 +0000)]
(overriding-map-is-bound, saved-overriding-map): New variables.
(ensure-overriding-map-is-bound, restore-overriding-map): New functions.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument, universal-argument-other-key): Minor changes.

20 years ago(isearch-unread-key-sequence): New function, extracted from
Eli Zaretskii [Sat, 1 Nov 2003 17:00:02 +0000 (17:00 +0000)]
(isearch-unread-key-sequence): New function, extracted from
isearch-other-meta-char.
(top level): (put 'foo 'isearch-scroll) on all Emacs's
"scrollable" standard functions.
(isearch-allow-scroll): New customizable variable.
(isearch-string-out-of-window, isearch-back-into-window)
(isearch-reread-key-sequence-naturally)
(isearch-lookup-scroll-key): New functions.
(isearch-other-meta-char): Doc string and functionality enhanced.
Now accepts a prefix argument.
(isearch-lazy-highlight-window-end): New variable.
(isearch-lazy-highlight-new-loop): Pay attention to the window's
end (thru isearch-lazy-highlight-window-end), not only its start.

20 years ago(rmail-summary-goto-msg): Don't call itself
Eli Zaretskii [Sat, 1 Nov 2003 16:38:55 +0000 (16:38 +0000)]
(rmail-summary-goto-msg): Don't call itself
recursively if the last message is deleted, thus avoiding an
infinite loop.

20 years ago* xterm.c (x_term_init): For GTK part, increase x_initialized
Jan Djärv [Fri, 31 Oct 2003 22:04:05 +0000 (22:04 +0000)]
* xterm.c (x_term_init): For GTK part, increase x_initialized
  to check for more than one display.  Use error instead of return 0.

20 years agoThese are Nozomu Ando's changes to build Emacs to run under X Window
Andrew Choi [Fri, 31 Oct 2003 19:42:47 +0000 (19:42 +0000)]
These are Nozomu Ando's changes to build Emacs to run under X Window
in Mac OS X without the need to use static X11 libraries.

20 years ago(Fdefvaralias): Doc fix.
Luc Teirlinck [Fri, 31 Oct 2003 17:25:20 +0000 (17:25 +0000)]
(Fdefvaralias): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 31 Oct 2003 17:22:08 +0000 (17:22 +0000)]
*** empty log message ***

20 years ago(tex-compile-commands): Add `yap' and `ps2pdf'.
Stefan Monnier [Thu, 30 Oct 2003 22:29:47 +0000 (22:29 +0000)]
(tex-compile-commands): Add `yap' and `ps2pdf'.
(tex-main-file): Don't add .tex if the extension is already present.
(tex-uptodate-p): Don't recurse indefinitely in the presence of symlinks.

20 years agoDocument the existance of font-lock-syntactic-face-function and
Stefan Monnier [Thu, 30 Oct 2003 22:15:20 +0000 (22:15 +0000)]
Document the existance of font-lock-syntactic-face-function and
font-lock-multiline.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 30 Oct 2003 08:10:48 +0000 (08:10 +0000)]
*** empty log message ***

20 years agoFix cases of language names. Make German lines one.
Kenichi Handa [Thu, 30 Oct 2003 07:48:23 +0000 (07:48 +0000)]
Fix cases of language names.  Make German lines one.
Delete FORTRAN, add Mathematics

20 years ago(inferior-octave-prompt): Recognize version number in prompt.
Lute Kamstra [Wed, 29 Oct 2003 18:55:55 +0000 (18:55 +0000)]
(inferior-octave-prompt): Recognize version number in prompt.

20 years agoFix some Unicode ranges.
Dave Love [Tue, 28 Oct 2003 14:28:12 +0000 (14:28 +0000)]
Fix some Unicode ranges.

20 years ago* disp-table.el (standard-display-8bit)
Kenichi Handa [Tue, 28 Oct 2003 06:53:41 +0000 (06:53 +0000)]
* disp-table.el (standard-display-8bit)
(standard-display-default, standard-display-ascii)
(standard-display-g1, standard-display-graphic)
(standard-display-underline): Assure that standard-display-table
is a display table.

20 years ago(Creating Strings): Argument START to `substring' can not be `nil'.
Luc Teirlinck [Mon, 27 Oct 2003 15:54:13 +0000 (15:54 +0000)]
(Creating Strings): Argument START to `substring' can not be `nil'.
Expand description of `substring-no-properties'.  Correct description
of `split-string', especially with respect to empty matches.  Prevent
very bad line break in definition of `split-string-default-separators'.
(Text Comparison): `string=' and `string<' also accept symbols as
arguments.
(String Conversion): More completely describe argument BASE in
`string-to-number'.
(Formatting Strings): `%s' and `%S" in `format' do require corresponding
object.  Clarify behavior of numeric prefix after `%' in `format'.
(Case Conversion): The argument to `upcase-initials' can be a character.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Oct 2003 15:48:12 +0000 (15:48 +0000)]
*** empty log message ***

20 years ago(reindent-then-newline-and-indent): Delete space *after*
Stefan Monnier [Mon, 27 Oct 2003 15:22:38 +0000 (15:22 +0000)]
(reindent-then-newline-and-indent): Delete space *after*
reindenting the first line.

20 years ago.
Karl Berry [Mon, 27 Oct 2003 00:01:42 +0000 (00:01 +0000)]
.

20 years ago(Info Search): echo area, not echo are. From Debian diff.
Karl Berry [Mon, 27 Oct 2003 00:01:25 +0000 (00:01 +0000)]
(Info Search): echo area, not echo are.  From Debian diff.

20 years ago(Fontsets): Fix texinfo usage.
Kenichi Handa [Sun, 26 Oct 2003 23:28:04 +0000 (23:28 +0000)]
(Fontsets): Fix texinfo usage.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Oct 2003 18:56:10 +0000 (18:56 +0000)]
*** empty log message ***

20 years ago(Fsetplist): Doc fix.
Luc Teirlinck [Sun, 26 Oct 2003 18:48:19 +0000 (18:48 +0000)]
(Fsetplist): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Oct 2003 18:46:48 +0000 (18:46 +0000)]
*** empty log message ***

20 years ago2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 26 Oct 2003 13:31:34 +0000 (13:31 +0000)]
2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>

       * widget.texi (Defining New Widgets): Document new beavior of
       :buttons and :children keywords.

20 years ago(widget-default-delete): Always delete child widgets. (From Per
Luc Teirlinck [Sun, 26 Oct 2003 00:57:12 +0000 (00:57 +0000)]
(widget-default-delete): Always delete child widgets.  (From Per
Abrahamsen.)

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Oct 2003 00:54:12 +0000 (00:54 +0000)]
*** empty log message ***

20 years ago(Fontsets): Add description of the function set-fontset-font.
Kenichi Handa [Sat, 25 Oct 2003 02:42:26 +0000 (02:42 +0000)]
(Fontsets): Add description of the function set-fontset-font.

20 years ago(comment-indent): Don't call indent-according-to-mode if the line has code.
Stefan Monnier [Fri, 24 Oct 2003 20:26:26 +0000 (20:26 +0000)]
(comment-indent): Don't call indent-according-to-mode if the line has code.
Don't try to line up with something that's too far left.

20 years ago(octave-comment-start): Simplify.
Stefan Monnier [Fri, 24 Oct 2003 18:58:28 +0000 (18:58 +0000)]
(octave-comment-start): Simplify.
(octave-mode-syntax-table): Add % as a comment starter.
(octave-point): Remove.
(octave-in-comment-p, octave-in-string-p)
(octave-not-in-string-or-comment-p, calculate-octave-indent)
(octave-blink-matching-block-open, octave-auto-fill):
Use line-(beginning|end)-position instead.

20 years agoThe upload procedure that was described is no more valid after the
Francesco Potortì [Fri, 24 Oct 2003 12:19:56 +0000 (12:19 +0000)]
The upload procedure that was described is no more valid after the
break-ins.

Need to describe how to upgrade AUTHORS using emacs-lisp/authors.el.

20 years ago* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv [Fri, 24 Oct 2003 09:27:51 +0000 (09:27 +0000)]
* PROBLEMS: Characters are displayed as empty boxes or
  with wrong font under X.

20 years ago(locale-charset-to-coding-system):
Dave Love [Thu, 23 Oct 2003 22:57:58 +0000 (22:57 +0000)]
(locale-charset-to-coding-system):
Don't rely on nil being a coding system.

20 years ago(Function Safety): Use inforef instead of pxref for SES.
Luc Teirlinck [Thu, 23 Oct 2003 20:47:07 +0000 (20:47 +0000)]
(Function Safety): Use inforef instead of pxref for SES.

20 years ago(Temporary Displays): Add xref to `Documentation Tips'.
Luc Teirlinck [Thu, 23 Oct 2003 20:41:28 +0000 (20:41 +0000)]
(Temporary Displays): Add xref to `Documentation Tips'.

20 years agoAlias for Francesco Potort�
Francesco Potortì [Thu, 23 Oct 2003 20:36:19 +0000 (20:36 +0000)]
Alias for Francesco Potort�

20 years ago.
Andreas Schwab [Thu, 23 Oct 2003 13:09:23 +0000 (13:09 +0000)]
.

20 years ago(clean): Don't remove index.texi.
Andreas Schwab [Thu, 23 Oct 2003 13:09:11 +0000 (13:09 +0000)]
(clean): Don't remove index.texi.

20 years agoMerged Potorti and Potort�since Potorti is just Potort�ith a typo.
Francesco Potortì [Thu, 23 Oct 2003 13:08:02 +0000 (13:08 +0000)]
Merged Potorti and Potort�since Potorti is just Potort�ith a typo.

20 years ago(mail-extr-ignore-single-names): Add :version.
Dave Love [Thu, 23 Oct 2003 11:42:11 +0000 (11:42 +0000)]
(mail-extr-ignore-single-names): Add :version.
(mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
(mail-extr-voodoo): Use char classes in regexps (for non-ASCII).

20 years agoRemove support for permuted index and use texi2dvi.
Andreas Schwab [Thu, 23 Oct 2003 10:01:32 +0000 (10:01 +0000)]
Remove support for permuted index and use texi2dvi.

20 years ago(Top): Fix typo.
Luc Teirlinck [Thu, 23 Oct 2003 00:28:17 +0000 (00:28 +0000)]
(Top): Fix typo.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 22 Oct 2003 19:23:55 +0000 (19:23 +0000)]
*** empty log message ***

20 years ago(Documentation Tips): Document new behavior for face and variable
Luc Teirlinck [Wed, 22 Oct 2003 18:33:28 +0000 (18:33 +0000)]
(Documentation Tips): Document new behavior for face and variable
hyperlinks in Help mode.

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader [Wed, 22 Oct 2003 08:30:13 +0000 (08:30 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95

Correct the default target in man/Makefile.in

* man/Makefile.in (info): Move before $(top_srcdir)/info.

20 years agoResolve CVS conflicts
Miles Bader [Wed, 22 Oct 2003 08:30:07 +0000 (08:30 +0000)]
Resolve CVS conflicts

20 years ago(Integer Type): Update for extra bit of integer range.
Luc Teirlinck [Wed, 22 Oct 2003 02:46:08 +0000 (02:46 +0000)]
(Integer Type): Update for extra bit of integer range.
(Character Type): Ditto.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 22 Oct 2003 02:44:43 +0000 (02:44 +0000)]
*** empty log message ***

20 years ago(Watch Expressions): Update section on data display
Nick Roberts [Tue, 21 Oct 2003 23:09:09 +0000 (23:09 +0000)]
(Watch Expressions): Update section on data display
to reflect code changes (GDB Graphical Interface).

20 years ago*** empty log message ***
Nick Roberts [Tue, 21 Oct 2003 23:08:11 +0000 (23:08 +0000)]
*** empty log message ***

20 years ago(gdb-current-language): New variable.
Nick Roberts [Tue, 21 Oct 2003 22:38:59 +0000 (22:38 +0000)]
(gdb-current-language): New variable.
(gdb-update-flag): Remove variable.
(gud-watch,gdb-frame-handler): Adapt for other languages (Fortran).
(gdb-take-last-elt): Remove function.
(gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
(gdb-post-prompt): Check for variable object changes here.

20 years ago(gud-speedbar-buttons): Check for variable
Nick Roberts [Tue, 21 Oct 2003 22:37:29 +0000 (22:37 +0000)]
(gud-speedbar-buttons): Check for variable
object changes in gdb-ui.el.

20 years ago(Font Selection): Remove obsolete info.
Dave Love [Tue, 21 Oct 2003 11:47:19 +0000 (11:47 +0000)]
(Font Selection): Remove obsolete info.

20 years agocfengine-mode
Dave Love [Tue, 21 Oct 2003 11:32:22 +0000 (11:32 +0000)]
cfengine-mode

20 years ago(Integer Basics): Update overflow example.
Luc Teirlinck [Tue, 21 Oct 2003 01:56:45 +0000 (01:56 +0000)]
(Integer Basics): Update overflow example.

20 years ago(edebug-display-freq-count): Doc fix.
Richard M. Stallman [Mon, 20 Oct 2003 23:46:31 +0000 (23:46 +0000)]
(edebug-display-freq-count): Doc fix.

20 years ago(ls-lisp-insert-directory): Arg is now wildcard-regexp.
Richard M. Stallman [Mon, 20 Oct 2003 23:43:54 +0000 (23:43 +0000)]
(ls-lisp-insert-directory): Arg is now wildcard-regexp.
Don't check for foo*/ wildcard form here.
(insert-directory): Recognize foo*/ as a wildcard.
Separate wildcard-regexp variable from the arg, wildcard.

20 years ago(add-hook): Correctly detect when make-local-hook was used.
Richard M. Stallman [Mon, 20 Oct 2003 23:41:18 +0000 (23:41 +0000)]
(add-hook): Correctly detect when make-local-hook was used.
(remove-hook): Correctly handle strange cases about local hooks.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Oct 2003 23:39:19 +0000 (23:39 +0000)]
*** empty log message ***

20 years ago(diff-parse-differences): Don't visit the files now;
Richard M. Stallman [Mon, 20 Oct 2003 23:32:51 +0000 (23:32 +0000)]
(diff-parse-differences): Don't visit the files now;
instead, just record the error locus.

20 years ago(compare-windows-whitespace): Doc fix.
Richard M. Stallman [Mon, 20 Oct 2003 23:31:51 +0000 (23:31 +0000)]
(compare-windows-whitespace): Doc fix.
(compare-windows-sync, compare-windows-sync-string-size)
(compare-windows-recenter, compare-ignore-whitespace)
(compare-windows-highlight, compare-windows-face): New variables.
(compare-windows): Use compare-windows-sync.
(compare-windows-highlight, compare-windows-dehighlight)
(compare-windows-sync-regexp)
(compare-windows-sync-default-function): New functions.

20 years ago(compile-auto-highlight): Undo July 7 change.
Richard M. Stallman [Mon, 20 Oct 2003 23:31:27 +0000 (23:31 +0000)]
(compile-auto-highlight): Undo July 7 change.

20 years ago(bibtex-move-outside-of-entry):
Richard M. Stallman [Mon, 20 Oct 2003 23:31:01 +0000 (23:31 +0000)]
(bibtex-move-outside-of-entry):
Move backward only if point was not inside an entry.

20 years agoMake major mode work with cc-mode-5.30+.
Richard M. Stallman [Mon, 20 Oct 2003 23:30:05 +0000 (23:30 +0000)]
Make major mode work with cc-mode-5.30+.
(antlr-c-init-language-vars): New function.
(antlr-mode): Use it with cc-mode before v5.29.
(antlr-c-common-init): Don't set some local vars here.
(antlr-mode): Set them here.
(antlr-c-forward-sws): New function alias.
(antlr-mode): Redefine with cc-mode before v5.30.
(antlr-skip-sexps): Use it.
(antlr-skip-exception-part): Ditto.
(antlr-skip-file-prelude): Ditto.
(antlr-outside-rule-p): Ditto.
(antlr-end-of-body): Ditto.
(antlr-option-kind): Ditto.
(antlr-insert-option-area): Ditto.
(antlr-file-dependencies): Ditto.

20 years ago(ruler-mode-left-fringe-cols): Add new optional
Richard M. Stallman [Mon, 20 Oct 2003 23:27:52 +0000 (23:27 +0000)]
(ruler-mode-left-fringe-cols): Add new optional
argument REAL, to return a real number instead of a rounded
integer value.  Define as inline function.
(ruler-mode-right-fringe-cols): Likewise.
(ruler-mode-scroll-bar-cols): New function.
(ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
(ruler-mode-right-scroll-bar-cols): Likewise.
(ruler-mode-space): New function.
(ruler-mode-ruler): Use it.  Handle variations of fringe style,
scroll bar mode and margins in a more robust way.

20 years ago*** empty log message ***
Dave Love [Mon, 20 Oct 2003 23:16:26 +0000 (23:16 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Mon, 20 Oct 2003 22:44:28 +0000 (22:44 +0000)]
*** empty log message ***

20 years agoUpdate for extra bit of integer range.
Stefan Monnier [Mon, 20 Oct 2003 21:38:50 +0000 (21:38 +0000)]
Update for extra bit of integer range.

20 years ago(help-make-xrefs): Make sure that if a symbol is followed by the word
Luc Teirlinck [Mon, 20 Oct 2003 21:33:34 +0000 (21:33 +0000)]
(help-make-xrefs): Make sure that if a symbol is followed by the word
`face', it gets treated as a face, even if it is also defined as a
variable or a function.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Oct 2003 21:32:25 +0000 (21:32 +0000)]
*** empty log message ***

20 years ago(PC-do-completion): Do not forget to use `pred' as the default-directory
Stefan Monnier [Mon, 20 Oct 2003 20:54:16 +0000 (20:54 +0000)]
(PC-do-completion): Do not forget to use `pred' as the default-directory
when completing file names.

20 years ago(easy-mmode-define-navigation): Avoid
Dave Love [Mon, 20 Oct 2003 19:07:02 +0000 (19:07 +0000)]
(easy-mmode-define-navigation):  Avoid
incf in macro expansion.

20 years ago(elint-check-defcustom-form): Don't use `evenp' so we don't implicitly
John Paul Wallington [Mon, 20 Oct 2003 17:16:16 +0000 (17:16 +0000)]
(elint-check-defcustom-form): Don't use `evenp' so we don't implicitly
require cl library at runtime.

20 years ago*** empty log message ***
John Paul Wallington [Mon, 20 Oct 2003 17:15:19 +0000 (17:15 +0000)]
*** empty log message ***

20 years ago(help-make-xrefs): Slight correction to previous change.
Luc Teirlinck [Sun, 19 Oct 2003 04:10:34 +0000 (04:10 +0000)]
(help-make-xrefs): Slight correction to previous change.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 19 Oct 2003 04:06:29 +0000 (04:06 +0000)]
*** empty log message ***