]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years agoTramp 2.0.36 released.
Kai Großjohann [Sun, 20 Jul 2003 19:00:56 +0000 (19:00 +0000)]
Tramp 2.0.36 released.

(Remote shell setup): Explain about problems with
non-Bourne commands in ~/.profile and ~/.shrc.

20 years ago(artist-erase-char): Fix default value using ?\s.
Markus Rost [Sat, 19 Jul 2003 20:44:23 +0000 (20:44 +0000)]
(artist-erase-char): Fix default value using ?\s.

20 years ago(2C-mode-line-format): Doc fix.
John Paul Wallington [Sat, 19 Jul 2003 16:25:43 +0000 (16:25 +0000)]
(2C-mode-line-format): Doc fix.

20 years ago(enriched-decode-display-prop): Doc fix.
John Paul Wallington [Sat, 19 Jul 2003 16:22:35 +0000 (16:22 +0000)]
(enriched-decode-display-prop): Doc fix.

20 years ago(artist-butlast-fn, artist-draw-sline)
John Paul Wallington [Sat, 19 Jul 2003 16:21:21 +0000 (16:21 +0000)]
(artist-butlast-fn, artist-draw-sline)
(artist-draw-rect, artist-draw-square): Doc fixes.

20 years ago(kkc-show-conversion-list-update):
Kenichi Handa [Sat, 19 Jul 2003 01:27:36 +0000 (01:27 +0000)]
(kkc-show-conversion-list-update):
Highlight the correct candidate in the message.

20 years ago(current-word): Don't include punctuation char when
John Paul Wallington [Fri, 18 Jul 2003 22:46:08 +0000 (22:46 +0000)]
(current-word): Don't include punctuation char when
`really-word' arg is non-nil.

20 years agoRegenerated for the new autoload directives in CC Mode.
Martin Stjernholm [Thu, 17 Jul 2003 11:57:30 +0000 (11:57 +0000)]
Regenerated for the new autoload directives in CC Mode.

20 years agoObsoleted the old awk-mode.el package in favor of the AWK support in CC Mode.
Martin Stjernholm [Thu, 17 Jul 2003 11:40:43 +0000 (11:40 +0000)]
Obsoleted the old awk-mode.el package in favor of the AWK support in CC Mode.

20 years ago(xim_initialize): Redo 6/24 change.
Richard M. Stallman [Thu, 17 Jul 2003 10:15:15 +0000 (10:15 +0000)]
(xim_initialize): Redo 6/24 change.

20 years ago(Help-Xref): missing , in @xref.
Karl Berry [Wed, 16 Jul 2003 22:17:40 +0000 (22:17 +0000)]
(Help-Xref): missing , in @xref.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 16 Jul 2003 21:41:33 +0000 (21:41 +0000)]
*** empty log message ***

20 years ago#Updated to 5.30.4.
Martin Stjernholm [Wed, 16 Jul 2003 21:00:21 +0000 (21:00 +0000)]
#Updated to 5.30.4.

20 years ago(c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessor
Martin Stjernholm [Wed, 16 Jul 2003 20:55:10 +0000 (20:55 +0000)]
(c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessor
functions for syntactic elements.

20 years ago(c-literal-faces): Declare as a variable since it might be modified.
Martin Stjernholm [Wed, 16 Jul 2003 20:54:46 +0000 (20:54 +0000)]
(c-literal-faces): Declare as a variable since it might be modified.

20 years ago(c++-make-template-syntax-table, c-syntactic-ws-start, c-syntactic-ws-end):
Martin Stjernholm [Wed, 16 Jul 2003 20:54:19 +0000 (20:54 +0000)]
(c++-make-template-syntax-table, c-syntactic-ws-start, c-syntactic-ws-end):
Gave more consistent names to these language constants.

20 years agoRevise various segments, fix typos, add GNU Press information,
Robert J. Chassell [Wed, 16 Jul 2003 19:00:29 +0000 (19:00 +0000)]
Revise various segments, fix typos, add GNU Press information,
add RMS essay on need for documentation, update documentation license.

20 years agoApply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell [Wed, 16 Jul 2003 19:00:28 +0000 (19:00 +0000)]
Apply Karl Berry's bug fix so @copying works with @ifnottex

20 years ago(Info-menu-entry-name-re): Allow newlines in menu entry names.
Stefan Monnier [Wed, 16 Jul 2003 15:54:25 +0000 (15:54 +0000)]
(Info-menu-entry-name-re): Allow newlines in menu entry names.

20 years ago(syntax-ppss): Catch the case where the buffer is narrowed.
Stefan Monnier [Wed, 16 Jul 2003 15:40:25 +0000 (15:40 +0000)]
(syntax-ppss): Catch the case where the buffer is narrowed.

20 years ago(syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.
Stefan Monnier [Wed, 16 Jul 2003 15:17:02 +0000 (15:17 +0000)]
(syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.
(syntax-ppss-after-change-function): New alias.  Update uses.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 16 Jul 2003 14:40:03 +0000 (14:40 +0000)]
*** empty log message ***

20 years ago(copy_overlays): Use EMACS_INT for positions.
Stefan Monnier [Tue, 15 Jul 2003 19:32:05 +0000 (19:32 +0000)]
(copy_overlays): Use EMACS_INT for positions.
(Fswitch_to_buffer): Don't signal an error when switching to the same
buffer in a dedicated window.

20 years agoUse bitmaps for cons cells, as was done for floats.
Stefan Monnier [Tue, 15 Jul 2003 19:19:59 +0000 (19:19 +0000)]
Use bitmaps for cons cells, as was done for floats.
(init_float, init_cons): Let the normal code allocate the first block.
(CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
(CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK): New macros.
(struct cons_block): Move conses to the beginning.  Add gcmarkbits.
(Fcons): Use lisp_align_malloc and CONS_UNMARK.
(live_cons_p): Check the pointer is not past the `conses' array.
(mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
(mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
(survives_gc_p): Use CONS_MARKED_P and simplify.
(gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.

20 years agoRegenerated.
Andreas Schwab [Tue, 15 Jul 2003 08:10:17 +0000 (08:10 +0000)]
Regenerated.

20 years agoTemporarily leave quoting for AC_DEFINE.
Andreas Schwab [Tue, 15 Jul 2003 08:07:27 +0000 (08:07 +0000)]
Temporarily leave quoting for AC_DEFINE.

20 years agoNew apropos features.
Kim F. Storm [Mon, 14 Jul 2003 22:02:44 +0000 (22:02 +0000)]
New apropos features.

20 years ago(apropos-sort-by-scores): Rename from apropos-show-scores.
Kim F. Storm [Mon, 14 Jul 2003 21:49:02 +0000 (21:49 +0000)]
(apropos-sort-by-scores): Rename from apropos-show-scores.
All uses changed.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 14 Jul 2003 21:48:18 +0000 (21:48 +0000)]
*** empty log message ***

20 years ago(xml-parse-tag): Namespace support.
Juanma Barranquero [Mon, 14 Jul 2003 20:45:43 +0000 (20:45 +0000)]
(xml-parse-tag): Namespace support.
(xml-parse-file): Namespace suport.
(xml-parse-region): Namespace suport.

20 years agoRevert last change.
Juanma Barranquero [Mon, 14 Jul 2003 20:39:39 +0000 (20:39 +0000)]
Revert last change.

20 years agoMerge in the changes for versions 21.2 and 21.3 as
Nick Roberts [Mon, 14 Jul 2003 20:37:35 +0000 (20:37 +0000)]
Merge in the changes for versions 21.2 and 21.3 as
documented on the EMACS_21_1_RC branch.

20 years ago*** empty log message ***
Nick Roberts [Mon, 14 Jul 2003 20:33:01 +0000 (20:33 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 14 Jul 2003 16:05:43 +0000 (16:05 +0000)]
*** empty log message ***

20 years ago(Killing Buffers): kill-buffer-hook is perm local.
Richard M. Stallman [Mon, 14 Jul 2003 16:05:12 +0000 (16:05 +0000)]
(Killing Buffers): kill-buffer-hook is perm local.

20 years ago(Selecting Windows): New arg to select-window.
Richard M. Stallman [Mon, 14 Jul 2003 16:04:44 +0000 (16:04 +0000)]
(Selecting Windows): New arg to select-window.
(Selecting Windows): Add with-selected-window.
(Size of Window): Add window-inside-edges, etc.

20 years ago(Garbage Collection): Add post-gc-hook.
Richard M. Stallman [Mon, 14 Jul 2003 16:03:48 +0000 (16:03 +0000)]
(Garbage Collection): Add post-gc-hook.

20 years ago(Subprocess Creation): Add exec-suffixes.
Richard M. Stallman [Mon, 14 Jul 2003 16:03:25 +0000 (16:03 +0000)]
(Subprocess Creation): Add exec-suffixes.

20 years ago(Functions for Key Lookup): Add current-active-maps.
Richard M. Stallman [Mon, 14 Jul 2003 16:03:04 +0000 (16:03 +0000)]
(Functions for Key Lookup): Add current-active-maps.
(Scanning Keymaps): Add map-keymaps.
(Defining Menus): Add keymap-prompt.

20 years ago(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.
Richard M. Stallman [Mon, 14 Jul 2003 16:01:20 +0000 (16:01 +0000)]
(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.

20 years ago(Byte Compilation): Explain no-byte-compile
Richard M. Stallman [Mon, 14 Jul 2003 16:00:44 +0000 (16:00 +0000)]
(Byte Compilation): Explain no-byte-compile
(Compiler Errors): New node.

20 years ago(User Identification): user-uid, user-real-uid can return float.
Richard M. Stallman [Mon, 14 Jul 2003 15:59:52 +0000 (15:59 +0000)]
(User Identification): user-uid, user-real-uid can return float.

20 years ago(Major Mode Conventions): Explain about run-mode-hooks and about derived modes.
Richard M. Stallman [Mon, 14 Jul 2003 15:59:12 +0000 (15:59 +0000)]
(Major Mode Conventions): Explain about run-mode-hooks and about derived modes.
(Minor Modes): Add minor-mode-list.
(Defining Minor Modes): Keyword args for define-minor-mode.
(Search-based Fontification): Explain managing other properties.
(Other Font Lock Variables): Add font-lock-extra-managed-props.
(Faces for Font Lock): Add font-locl-preprocessor-face.
(Hooks): Add run-mode-hooks and delay-mode-hooks.

20 years ago(Creating Buffer-Local): Add buffer-local-value.
Richard M. Stallman [Mon, 14 Jul 2003 15:56:49 +0000 (15:56 +0000)]
(Creating Buffer-Local): Add buffer-local-value.
(Variable Aliases): Clarify defvralias.

20 years ago(Library Search): Add load-suffixes.
Richard M. Stallman [Mon, 14 Jul 2003 15:56:05 +0000 (15:56 +0000)]
(Library Search): Add load-suffixes.

20 years ago(Basic Completion): Add lazy-completion-table.
Richard M. Stallman [Mon, 14 Jul 2003 15:55:32 +0000 (15:55 +0000)]
(Basic Completion): Add lazy-completion-table.
(Programmed Completion): Add dynamic-completion-table.

20 years ago(Changing Files): copy-file allows dir as NEWNAME.
Richard M. Stallman [Mon, 14 Jul 2003 15:53:56 +0000 (15:53 +0000)]
(Changing Files): copy-file allows dir as NEWNAME.
(Magic File Names): Specify precedence order of handlers.

20 years ago(Command Overview): Emacs server runs pre-command-hook and post-command-hook.
Richard M. Stallman [Mon, 14 Jul 2003 15:53:03 +0000 (15:53 +0000)]
(Command Overview): Emacs server runs pre-command-hook and post-command-hook.
(Waiting): New calling convention for sit-for.

20 years ago(Special Properties): local-map and keymap properties
Richard M. Stallman [Mon, 14 Jul 2003 15:51:54 +0000 (15:51 +0000)]
(Special Properties): local-map and keymap properties
apply based on their stickiness.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Jul 2003 15:30:21 +0000 (15:30 +0000)]
*** empty log message ***

20 years ago* alloc.c (pure, staticvec):
Paul Eggert [Mon, 14 Jul 2003 05:38:24 +0000 (05:38 +0000)]
* alloc.c (pure, staticvec):
Initialize these arrays to nonzero, so that they're not
put into BSS by that optimization.

20 years ago(pure, staticvec): Initialize these arrays to nonzero, so that they're
Paul Eggert [Mon, 14 Jul 2003 05:37:52 +0000 (05:37 +0000)]
(pure, staticvec): Initialize these arrays to nonzero, so that they're
not put into BSS by that optimization.

20 years ago(BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
Stefan Monnier [Mon, 14 Jul 2003 02:51:08 +0000 (02:51 +0000)]
(BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
(lisp_align_malloc): Use posix_memalign is available.
(ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
(STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK for consistency.
Update users.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Jul 2003 02:41:20 +0000 (02:41 +0000)]
*** empty log message ***

20 years agoCheck for posix_memalign.
Stefan Monnier [Mon, 14 Jul 2003 02:21:29 +0000 (02:21 +0000)]
Check for posix_memalign.

20 years ago(START_FILES_1, END_FILES_1): Always define them.
Richard M. Stallman [Sun, 13 Jul 2003 18:00:24 +0000 (18:00 +0000)]
(START_FILES_1, END_FILES_1): Always define them.

20 years ago*** empty log message ***
Juanma Barranquero [Sun, 13 Jul 2003 17:52:07 +0000 (17:52 +0000)]
*** empty log message ***

20 years ago(modify-all-frames-parameters): Reinstall (copyright papers received).
Juanma Barranquero [Sun, 13 Jul 2003 17:48:58 +0000 (17:48 +0000)]
(modify-all-frames-parameters): Reinstall (copyright papers received).

20 years ago(List Buffers): Adjust to new format of *Buffer List*.
Juanma Barranquero [Sun, 13 Jul 2003 17:32:20 +0000 (17:32 +0000)]
(List Buffers): Adjust to new format of *Buffer List*.

20 years ago(xg_set_icon): New function.
Juanma Barranquero [Sun, 13 Jul 2003 17:30:09 +0000 (17:30 +0000)]
(xg_set_icon): New function.

20 years ago(x_bitmap_mask, x_create_bitmap_mask): New functions to handle mask of bitmaps.
Juanma Barranquero [Sun, 13 Jul 2003 17:29:24 +0000 (17:29 +0000)]
(x_bitmap_mask, x_create_bitmap_mask): New functions to handle mask of bitmaps.
(x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the mask
property.
(xg_set_icon): New function, wrapper for gtk_window_icon_from_file.

20 years ago(x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
Juanma Barranquero [Sun, 13 Jul 2003 17:27:51 +0000 (17:27 +0000)]
(x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
function gtk_window_icon_from_file if available.

20 years ago*** empty log message ***
Juanma Barranquero [Sun, 13 Jul 2003 17:26:15 +0000 (17:26 +0000)]
*** empty log message ***

20 years ago(smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.
Juanma Barranquero [Sun, 13 Jul 2003 17:20:34 +0000 (17:20 +0000)]
(smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.

20 years ago(desktop-buffer-dired-misc-data, desktop-buffer-dired): Handle `dired-directory'
Juanma Barranquero [Sun, 13 Jul 2003 17:20:00 +0000 (17:20 +0000)]
(desktop-buffer-dired-misc-data, desktop-buffer-dired): Handle `dired-directory'
being a list.

20 years agoVersion 1.8.0 of sql-mode.
Juanma Barranquero [Sun, 13 Jul 2003 17:19:18 +0000 (17:19 +0000)]
Version 1.8.0 of sql-mode.

Simplify selection of SQL products to define highlighting and
interactive mode.  Includes detailed instructions on adding support
for new products.

(sql-product): New variable.  Identifies SQL product for use in highlighting and
interactive mode.
(sql-interactive-product): New variable.  SQL product for sql-interactive-mode.
(sql-product-support): New variable.  Specifies product-specific parameters to
drive highlighting and interactive mode.
(sql-imenu-generic-expression): Add more object types.
(sql-sqlite-options): Correct comment.
(sql-ms-program): Use "osql" rather than "isql".
(sql-prompt-regexp, sql-prompt-length): Update comment.
(sql-mode-menu): Add "Start SQLi session" entry.  Replace Highlighting submenu
with Product menu.  Fix Send Region entry.
(sql-mode-abbrev-table): Add abbreviations.  Support of SYSTEM-FLAG on
define-abbrev.  Support was removed with last check-in; it now handles older
Emacsen without the SYSTEM-FLAG.
(sql-mode-font-lock-object-name): Add font-lock pattern for object names.
(sql-mode-ansi-font-lock-keywords): Set as default value.
(sql-mode-oracle-font-lock-keywords): Set as default value.  Support Oracle 9i
keywords.
(sql-mode-postgres-font-lock-keywords): Set as default value.
(sql-mode-linter-font-lock-keywords): Set as default value.
(sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft SQLServer
2000.
(sql-mode-sybase-font-lock-keywords)
(sql-mode-interbase-font-lock-keywords)
(sql-mode-sqlite-font-lock-keywords)
(sql-mode-strong-font-lock-keywords)
(sql-mode-mysql-font-lock-keywords)
(sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI keywords.
(sql-mode-font-lock-defaults): Update comment.
(sql-product-feature): New function.  Returns feature associated with a product
from `sql-product-support' alist.
(sql-product-font-lock): New function.  Set font-lock support based on
`sql-product'.
(sql-add-product-keywords): New function.  Add font-lock rules to
product-specific keyword variables.
(sql-set-product): New function.  Set `sql-product' and apply appropriate
font-lock highlighting.
(sql-highlight-product): New function.  Set font-lock support based on a
product.  Also set mode name to include product name.
(sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
(sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
Use `sql-set-product'.
(sql-highlight-ms-keywords)
(sql-highlight-sybase-keywords)
(sql-highlight-interbase-keywords)
(sql-highlight-strong-keywords)
(sql-highlight-mysql-keywords)
(sql-highlight-sqlite-keywords)
(sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
(sql-get-login): Prompt in the same order as the tokens.
(sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
(sql-product-interactive): New function.  Common portions of product-specific
interactive mode wrappers.
(sql-interactive-mode): Rewritten to use product features.
(sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
(sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
(sql-db2, sql-linter): Use `sql-product-interactive'.
(sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
(sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
(sql-connect-ingres, sql-connect-postgres)
(sql-connect-interbase, sql-connect-db2, sql-connect-linter): New functions.
Format command line parameters and invoke comint on the appropriate interpreter.
Code was in the corresponding `sql-xyz' function before.
(sql-connect-ms): New function.  Support -E argument to use operating system
credentials for authentication.

20 years ago(Man-translate-cleanup): New.
Juanma Barranquero [Sun, 13 Jul 2003 17:16:31 +0000 (17:16 +0000)]
(Man-translate-cleanup): New.
(Man-translate-references): Call `Man-translate-cleanup' to clean leading,
trailing and middle spaces.

20 years ago(texinfo-section-list): Append appendixsection; a synonym for appendixsec.
Juanma Barranquero [Sun, 13 Jul 2003 17:15:47 +0000 (17:15 +0000)]
(texinfo-section-list): Append appendixsection; a synonym for appendixsec.

20 years ago(po-find-charset): White space at the start of the Content-Type field body is
Juanma Barranquero [Sun, 13 Jul 2003 17:15:12 +0000 (17:15 +0000)]
(po-find-charset): White space at the start of the Content-Type field body is
non-mandatory.

20 years ago(c-declare-lang-variables): Don't use mapcan.
Richard M. Stallman [Sun, 13 Jul 2003 00:20:39 +0000 (00:20 +0000)]
(c-declare-lang-variables): Don't use mapcan.

20 years ago(c-make-keywords-re): Don't use delete-duplicates.
Richard M. Stallman [Sun, 13 Jul 2003 00:19:56 +0000 (00:19 +0000)]
(c-make-keywords-re): Don't use delete-duplicates.
(c-lang-const): Don't use mapcan.

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 12 Jul 2003 22:00:20 +0000 (22:00 +0000)]
*** empty log message ***

20 years ago[netbsd systems]: Define HAVE_CRTIN properly.
Richard M. Stallman [Sat, 12 Jul 2003 21:59:54 +0000 (21:59 +0000)]
[netbsd systems]: Define HAVE_CRTIN properly.

20 years ago(apropos-show-scores): Make it customizable. Document new meaning.
Richard M. Stallman [Sat, 12 Jul 2003 21:57:50 +0000 (21:57 +0000)]
(apropos-show-scores): Make it customizable.  Document new meaning.
(apropos): Compute scores from symbols.
(apropos-print): Don't sort by scores if apropos-show-scores is nil.

20 years agoMinor cleanups of previous changes.
Richard M. Stallman [Sat, 12 Jul 2003 21:55:24 +0000 (21:55 +0000)]
Minor cleanups of previous changes.

20 years ago(unexec): Consider a section to precede the .bss
Richard M. Stallman [Sat, 12 Jul 2003 21:53:28 +0000 (21:53 +0000)]
(unexec): Consider a section to precede the .bss
section if its addresses overlap that of .bss.

20 years ago(CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
Richard M. Stallman [Sat, 12 Jul 2003 21:48:07 +0000 (21:48 +0000)]
(CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.

20 years ago(HAVE_CRTIN): Add #undef.
Richard M. Stallman [Sat, 12 Jul 2003 21:46:43 +0000 (21:46 +0000)]
(HAVE_CRTIN): Add #undef.
(INLINE): Really inline only if OPTIMIZE is defined.

20 years ago(START_FILES, LIB_STANDARD): Use START_FILES_1, END_FILES_1.
Richard M. Stallman [Sat, 12 Jul 2003 21:45:20 +0000 (21:45 +0000)]
(START_FILES, LIB_STANDARD): Use START_FILES_1, END_FILES_1.
(START_FILES_1, END_FILES_1): New macros (conditional).
(LD_SWITCH_SYSTEM_TEMACS): Defined.

20 years agoDon't include bsd4-3.h.
Richard M. Stallman [Sat, 12 Jul 2003 21:44:13 +0000 (21:44 +0000)]
Don't include bsd4-3.h.
(TERMINFO): Defined.
(LIBS_TERMCAP): Defined.
(LD_SWITCH_SYSTEM): Defined (two definitions).

20 years agoInclude libpng/png.h instead of png.h.
Richard M. Stallman [Sat, 12 Jul 2003 21:40:39 +0000 (21:40 +0000)]
Include libpng/png.h instead of png.h.

20 years agocopyright line fix & bdf-directory-list init fix
Vinicius Jose Latorre [Sat, 12 Jul 2003 00:20:38 +0000 (00:20 +0000)]
copyright line fix & bdf-directory-list init fix

20 years ago2003-07-11 John Paul Wallington <jpw@gnu.org>
John Paul Wallington [Fri, 11 Jul 2003 21:53:43 +0000 (21:53 +0000)]
2003-07-11  John Paul Wallington  <jpw@gnu.org>

* emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
(ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
(ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.

2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)

* emacs-lisp/ring.el (ring-elements): Doc fix.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 11 Jul 2003 19:44:44 +0000 (19:44 +0000)]
*** empty log message ***

20 years agoMinor commentary changes.
Glenn Morris [Fri, 11 Jul 2003 13:15:05 +0000 (13:15 +0000)]
Minor commentary changes.
(timeclock-relative, timeclock-ask-before-exiting)
(timeclock-use-display-time): Doc changes.
(timeclock-modeline-display): Give a message if
`timeclock-use-display-time' is non-nil but `display-time-mode' is not
active.

20 years ago*** empty log message ***
Glenn Morris [Fri, 11 Jul 2003 13:14:17 +0000 (13:14 +0000)]
*** empty log message ***

20 years ago(adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype.
Andreas Schwab [Fri, 11 Jul 2003 09:06:01 +0000 (09:06 +0000)]
(adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype.

20 years ago(modify_overlay): Update prototype.
Andreas Schwab [Fri, 11 Jul 2003 09:05:18 +0000 (09:05 +0000)]
(modify_overlay): Update prototype.

20 years ago(set-language-environment): Set
Kenichi Handa [Fri, 11 Jul 2003 02:42:54 +0000 (02:42 +0000)]
(set-language-environment): Set
current-language-environment to the correct string.

20 years agoPrint line number correctly in a region.
Vinicius Jose Latorre [Thu, 10 Jul 2003 22:29:13 +0000 (22:29 +0000)]
Print line number correctly in a region.

20 years ago(visit-tags-table-buffer): Add autoload cookie;
John Paul Wallington [Thu, 10 Jul 2003 16:31:43 +0000 (16:31 +0000)]
(visit-tags-table-buffer): Add autoload cookie;
this function can be called from `add-completions-from-tags-table'.

20 years ago(timeclock-use-display-time, timeclock-day-over-hook)
Glenn Morris [Thu, 10 Jul 2003 01:02:11 +0000 (01:02 +0000)]
(timeclock-use-display-time, timeclock-day-over-hook)
(timeclock-workday-remaining, timeclock-status-string)
(timeclock-when-to-leave, timeclock-when-to-leave-string)
(timeclock-log-data, timeclock-find-discrep, timeclock-day-base)
(timeclock-generate-report, timeclock-visit-timelog): Doc fix.
(timeclock-modeline-display): Set the variable `timeclock-modeline-display'.
(timeclock-update-modeline): Doc fix.  Respect value of `timeclock-relative'.

20 years ago*** empty log message ***
Glenn Morris [Thu, 10 Jul 2003 01:00:24 +0000 (01:00 +0000)]
*** empty log message ***

20 years ago(VALBITS): Define in terms of GCTYPEBITS.
Stefan Monnier [Wed, 9 Jul 2003 20:31:19 +0000 (20:31 +0000)]
(VALBITS): Define in terms of GCTYPEBITS.
(struct interval): Move to intervals.h.
(struct Lisp_Marker): Use EMACS_INT for position info.
(forward_point): Remove prototype of defunct function.
(Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
(Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
(syms_of_textprop, set_text_properties): Remove prototypes that are
already in intervals.h.

20 years ago(auto-mode-alist, interpreter-mode-alist): Added comments about where
Martin Stjernholm [Wed, 9 Jul 2003 20:28:23 +0000 (20:28 +0000)]
(auto-mode-alist, interpreter-mode-alist): Added comments about where
the CC Mode mode entries have gone.

20 years ago(struct interval): Move from lisp.h.
Stefan Monnier [Wed, 9 Jul 2003 20:25:59 +0000 (20:25 +0000)]
(struct interval): Move from lisp.h.

20 years agoInclude intervals.h for Fset_text_properties.
Stefan Monnier [Wed, 9 Jul 2003 20:25:02 +0000 (20:25 +0000)]
Include intervals.h for Fset_text_properties.

20 years ago(struct buffer_text, struct buffer): Use EMACS_INT for
Stefan Monnier [Wed, 9 Jul 2003 19:44:14 +0000 (19:44 +0000)]
(struct buffer_text, struct buffer): Use EMACS_INT for
position and length information.

20 years ago(fix_overlays_before): Fix typo in last commit.
Stefan Monnier [Wed, 9 Jul 2003 19:05:41 +0000 (19:05 +0000)]
(fix_overlays_before): Fix typo in last commit.

20 years ago*** empty log message ***
Richard M. Stallman [Wed, 9 Jul 2003 16:21:02 +0000 (16:21 +0000)]
*** empty log message ***