]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(diary-entry-compare): When times are identical, compare the entries
Sam Steingold [Fri, 5 Oct 2001 15:53:02 +0000 (15:53 +0000)]
(diary-entry-compare): When times are identical, compare the entries
 lexicographically.

22 years ago(rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'.
Miles Bader [Fri, 5 Oct 2001 15:19:23 +0000 (15:19 +0000)]
(rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'.

22 years ago(previous-matching-history-element): Fix misplaced parentheses.
Miles Bader [Fri, 5 Oct 2001 15:16:24 +0000 (15:16 +0000)]
(previous-matching-history-element): Fix misplaced parentheses.

22 years ago*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 14:05:27 +0000 (14:05 +0000)]
*** empty log message ***

22 years ago(read-file-name-electric-shadow-properties)
Miles Bader [Fri, 5 Oct 2001 13:55:55 +0000 (13:55 +0000)]
(read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties):
Add autoloads.

22 years agoInitial checkin.
Miles Bader [Fri, 5 Oct 2001 13:29:25 +0000 (13:29 +0000)]
Initial checkin.

22 years ago(custom-face-attributes): Make sure each attribute has a valid default
Miles Bader [Fri, 5 Oct 2001 13:06:51 +0000 (13:06 +0000)]
(custom-face-attributes): Make sure each attribute has a valid default
value.  Remove hacks that mapped `nil' to `off' and used nil to mean
`unspecified'.  Remove `unspecified' choices from all attributes
(unspecified is handled by the parent checklist).

22 years ago(custom-face-edit-convert-widget)
Miles Bader [Fri, 5 Oct 2001 13:03:57 +0000 (13:03 +0000)]
(custom-face-edit-convert-widget)
(custom-face-edit-deactivate, custom-face-edit-activate)
(custom-face-edit-delete, custom-face-edit-attribute-tag):
New functions.
(custom-face-edit): Specify a custom :convert-widget.
(custom-pre-filter-face-spec, custom-post-filter-face-spec):
Don't pass in default filters that map between `nil' and `off' and
`unspecified' and `nil'.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:54:15 +0000 (12:54 +0000)]
*** empty log message ***

22 years ago(Fcopy_file): If NEWNAME is a directory copy FILE there.
Gerd Moellmann [Fri, 5 Oct 2001 12:50:48 +0000 (12:50 +0000)]
(Fcopy_file): If NEWNAME is a directory copy FILE there.

22 years ago(compilation-buffer-name): New function.
Gerd Moellmann [Fri, 5 Oct 2001 12:43:13 +0000 (12:43 +0000)]
(compilation-buffer-name): New function.
(compile-internal): Use it to determine the name of the
compilation buffer.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:42:24 +0000 (12:42 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 12:34:41 +0000 (12:34 +0000)]
*** empty log message ***

22 years ago(grep-use-null-device): New variable.
Miles Bader [Fri, 5 Oct 2001 12:30:52 +0000 (12:30 +0000)]
(grep-use-null-device): New variable.
(grep-command): Mention `grep-use-null-device'.
(grep-compute-defaults): Compute `grep-use-null-device' if necessary.
Make computation of `grep-command' respect `grep-use-null-device'.
(grep): Respect `grep-use-null-device'.
Call `grep-compute-defaults' even if grep-command is set, if
grep-use-null-device is still tentative.

22 years ago(call-process-shell-command): New function.
Miles Bader [Fri, 5 Oct 2001 12:30:20 +0000 (12:30 +0000)]
(call-process-shell-command): New function.

22 years ago(previous-matching-history-element, next-history-element)
Miles Bader [Fri, 5 Oct 2001 12:28:31 +0000 (12:28 +0000)]
(previous-matching-history-element, next-history-element)
next-complete-history-element): Use `minibuffer-' functions instead of
calling `field-' functions directly.
(minibuffer-prompt-end, minibuffer-contents):
(minibuffer-contents-no-properties, delete-minibuffer-contents):
Functions removed (now subrs).
(minibuffer-prompt-width): Use `minibuffer-prompt-end'.

22 years ago(minibuf-eldef-setup-minibuffer)
Miles Bader [Fri, 5 Oct 2001 12:26:27 +0000 (12:26 +0000)]
(minibuf-eldef-setup-minibuffer)
(minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
instead of calling `field-' functions directly.
(minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.

22 years ago(Fminibuffer_prompt_end, Fminibuffer_contents)
Miles Bader [Fri, 5 Oct 2001 12:25:26 +0000 (12:25 +0000)]
(Fminibuffer_prompt_end, Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents):
New functions (were in simple.el).
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(read_minibuf, do_completion, Fminibuffer_completion_help): Use them.
(syms_of_minibuf): Initialize them.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:11:19 +0000 (12:11 +0000)]
*** empty log message ***

22 years ago(find-file-noselect): If file's read-only status has
Gerd Moellmann [Fri, 5 Oct 2001 12:10:57 +0000 (12:10 +0000)]
(find-file-noselect): If file's read-only status has
changed on disk, ask if buffer's read-only status should be
changed, unless NOWARN is set.

22 years ago#
André Spiegel [Fri, 5 Oct 2001 11:54:13 +0000 (11:54 +0000)]
#

22 years ago(tiff_error_handler, tiff_warning_handler): New functions.
Gerd Moellmann [Fri, 5 Oct 2001 11:22:57 +0000 (11:22 +0000)]
(tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as error and warning handler.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 10:40:42 +0000 (10:40 +0000)]
*** empty log message ***

22 years ago(define-setf-expander): Make it an
Gerd Moellmann [Fri, 5 Oct 2001 10:40:18 +0000 (10:40 +0000)]
(define-setf-expander): Make it an
alias for define-setf-method.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 10:13:12 +0000 (10:13 +0000)]
*** empty log message ***

22 years agoRemove no-byte-compile from file local variables
Gerd Moellmann [Fri, 5 Oct 2001 10:12:12 +0000 (10:12 +0000)]
Remove no-byte-compile from file local variables
to enable bootstrapping.

22 years ago(XTread_socket): Return a non_ascii_keystroke for
Gerd Moellmann [Fri, 5 Oct 2001 09:53:07 +0000 (09:53 +0000)]
(XTread_socket): Return a non_ascii_keystroke for
unknown keysyms.

(error_msg): New variable.
(x_fatal_error_signal): New function.
(x_connection_closed): Set error_msg.  Install
x_fatal_error_signal as fatal_error_signal_hook around the call to
XtCloseDisplay.

22 years ago(MINI_WINDOW_P): Use NILP.
Gerd Moellmann [Fri, 5 Oct 2001 09:52:23 +0000 (09:52 +0000)]
(MINI_WINDOW_P): Use NILP.

22 years agoUse SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann [Fri, 5 Oct 2001 09:51:48 +0000 (09:51 +0000)]
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

22 years ago(struct input_event): Use proper type for `kind'.
Gerd Moellmann [Fri, 5 Oct 2001 09:51:00 +0000 (09:51 +0000)]
(struct input_event): Use proper type for `kind'.

22 years ago(print_preprocess, print_object): Test internedness of
Gerd Moellmann [Fri, 5 Oct 2001 09:50:10 +0000 (09:50 +0000)]
(print_preprocess, print_object): Test internedness of
symbols differently.

22 years agoUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann [Fri, 5 Oct 2001 09:49:39 +0000 (09:49 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

22 years ago(Fintern, Funintern): Set symbol's interned and constant
Gerd Moellmann [Fri, 5 Oct 2001 09:49:16 +0000 (09:49 +0000)]
(Fintern, Funintern): Set symbol's interned and constant
bit-fields.
(init_obarray): Likewise for t and nil.

22 years ago(LIST_END_P, FOREACH): New macros.
Gerd Moellmann [Fri, 5 Oct 2001 09:48:47 +0000 (09:48 +0000)]
(LIST_END_P, FOREACH): New macros.

(pure_size) [HAVE_SHM]: Declare extern size_t.
(check_pure_size): Add prototype.

(enum symbol_interned): New enumeration.
(struct Lisp_Symbol): Remove member `obarray', add
`indirect_variable', `constant', and `interned'.
(SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P)
(SYMBOL_CONSTANT_P, SYMBOL_VALUE, SET_SYMBOL_VALUE): New macros.
(indirect_variable): Add prototype.

22 years ago(make_lispy_event) [HAVE_X_WINDOWS]: If we know
Gerd Moellmann [Fri, 5 Oct 2001 09:48:05 +0000 (09:48 +0000)]
(make_lispy_event) [HAVE_X_WINDOWS]: If we know
that EVENT->code isn't a function key, use the keysym's name.

Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

22 years ago(Fdefvaralias): New function.
Gerd Moellmann [Fri, 5 Oct 2001 09:46:11 +0000 (09:46 +0000)]
(Fdefvaralias): New function.
(specbind): Simplify the test if symbol is a constant.
(syms_of_eval): Defsubr Fdefvaralias.

22 years ago(fatal_error_signal_hook): New variable.
Gerd Moellmann [Fri, 5 Oct 2001 09:45:30 +0000 (09:45 +0000)]
(fatal_error_signal_hook): New variable.
(fatal_error_signal): Call that function.

(Fdump_emacs_data, Fdump_emacs): Call check_pure_size.

22 years agoUse SYMBOL_VALUE/SET_SYMBOL_VALUE.
Gerd Moellmann [Fri, 5 Oct 2001 09:44:50 +0000 (09:44 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
(Qcyclic_variable_indirection): New variable.
(Fkeywordp): Check for internedness differently.
(Fmakunbound): Simplify the test if symbol is a constant.
(indirect_variable, Findirect_variable): New functions.
(swap_in_symval_forwarding): If SYMBOL is an alias, use the
aliased symbol.
(let_shadows_buffer_binding_p): Check for variable aliases.
(set_internal): Simplify the test if SYMBOL is a constant.  If
SYMBOL has a buffer-local value and is an alias, use the aliased
symbol instead.
(syms_of_data): Initialze Qcyclic_variable_indirection and defsubr
Sindirect_variable.

22 years ago(ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.
Gerd Moellmann [Fri, 5 Oct 2001 09:44:02 +0000 (09:44 +0000)]
(ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.

22 years ago(Fbyte_code) <varref>: Use SYMBOL_VALUE.
Gerd Moellmann [Fri, 5 Oct 2001 09:43:06 +0000 (09:43 +0000)]
(Fbyte_code) <varref>: Use SYMBOL_VALUE.
(Fbyte_code) <varset>: Simplify the test if symbol's value can be
set directly.

22 years ago(purebeg, pure_size, pure_bytes_used_before_overflow):
Gerd Moellmann [Fri, 5 Oct 2001 09:42:02 +0000 (09:42 +0000)]
(purebeg, pure_size, pure_bytes_used_before_overflow):
New variables.
(init_alloc_once): Initialize new variables.
(PURE_POINTER_P): Use new variables.
(pure_alloc): If pure storage overflows, allocate from the heap.
(check_pure_size): New function.
(Fgarbage_collect): Don't GC if pure storage has overflowed.

(Vpost_gc_hook, Qpost_gc_hook): New variables.
(syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize
Qpost_gc_hook.
(Fgarbage_collect): Run post-gc-hook.

(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.

22 years ago(Variable Aliases): New node.
Gerd Moellmann [Fri, 5 Oct 2001 09:38:43 +0000 (09:38 +0000)]
(Variable Aliases): New node.

22 years ago(nroff-mode-abbrev-table, nroff-mode): Use define-derived-mode.
Gerd Moellmann [Fri, 5 Oct 2001 09:37:17 +0000 (09:37 +0000)]
(nroff-mode-abbrev-table, nroff-mode): Use define-derived-mode.
(nroff-mode-map, nroff-mode-syntax-table): Massage.

22 years ago(perl-indent-continued-arguments): New var.
Gerd Moellmann [Fri, 5 Oct 2001 09:36:31 +0000 (09:36 +0000)]
(perl-indent-continued-arguments): New var.
(perl-calculate-indent): Use it.
(perl-backward-to-noncomment): Use forward-comment.

22 years agoChange ;;; to ;; for outline-minor-mode.
Gerd Moellmann [Fri, 5 Oct 2001 09:36:02 +0000 (09:36 +0000)]
Change ;;; to ;; for outline-minor-mode.

22 years ago(rmail-make-summary-line)
Gerd Moellmann [Fri, 5 Oct 2001 09:35:36 +0000 (09:35 +0000)]
(rmail-make-summary-line)
(rmail-make-summary-line-1, rmail-summary-next-same-subject)
(rmail-summary-goto-msg, rmail-summary-goto-msg): Allow
5 digit mesage ids instead of 4.

22 years ago(mail-abbrev-in-expansion-header-p): Simplify.
Gerd Moellmann [Fri, 5 Oct 2001 09:34:27 +0000 (09:34 +0000)]
(mail-abbrev-in-expansion-header-p): Simplify.

22 years agoUse facep iso find-face.
Gerd Moellmann [Fri, 5 Oct 2001 09:32:11 +0000 (09:32 +0000)]
Use facep iso find-face.

22 years ago(lisp-imenu-generic-expression): Use regexp-opt.
Gerd Moellmann [Fri, 5 Oct 2001 09:31:27 +0000 (09:31 +0000)]
(lisp-imenu-generic-expression): Use regexp-opt.
(doc-string-elt): Set symbol's prop.  Copied from autoload.el.
(lisp-font-lock-syntactic-face-function): New function.
(lisp-mode-variables): Use it.  Make arg optional.
(emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
(lisp-mode): Don't pass an arg to lisp-mode-variables.
Set comment-start-skip.

22 years ago(lm-history-header): Accept `ChangeLog'.
Gerd Moellmann [Fri, 5 Oct 2001 09:30:59 +0000 (09:30 +0000)]
(lm-history-header): Accept `ChangeLog'.

22 years ago(frame-parameter): Add a setf method.
Gerd Moellmann [Fri, 5 Oct 2001 09:30:23 +0000 (09:30 +0000)]
(frame-parameter): Add a setf method.
(ignore-errors): Don't bother using a `err' symbol.

22 years ago(byte-recompile-directory): Make sure the file is readable.
Gerd Moellmann [Fri, 5 Oct 2001 09:29:51 +0000 (09:29 +0000)]
(byte-recompile-directory): Make sure the file is readable.
(byte-compile-file): Don't compile if `no-byte-compile' is set.
(byte-compile-defvar): Update to reflect the change in Fdefvar.
(batch-byte-recompile-directory): Pass arg=0.

22 years ago(autoload-ensure-default-file, autoload-insert-section-header)
Gerd Moellmann [Fri, 5 Oct 2001 09:29:11 +0000 (09:29 +0000)]
(autoload-ensure-default-file, autoload-insert-section-header)
(autoload-before-p, autoload-remove-section): New functions.
(generate-file-autoloads): Use them.
(update-file-autoloads): Use them.  Return FILE if there's no cookie.
Make sure the autoload file is properly formatted when creating it.
(update-autoloads-from-directories): Use them as well.
Only update autoloads for files whose timestamp has changed.
Add a dummy entry to remember the files which had no autoload cookies.

22 years ago(uniquify-get-proposed-name): Don't assume dirsep is /.
Gerd Moellmann [Fri, 5 Oct 2001 09:27:29 +0000 (09:27 +0000)]
(uniquify-get-proposed-name): Don't assume dirsep is /.
(uniquify-reverse-components): Remove.

22 years ago(timer-relative-time): Fix computation for negative `micro'.
Gerd Moellmann [Fri, 5 Oct 2001 09:26:53 +0000 (09:26 +0000)]
(timer-relative-time): Fix computation for negative `micro'.

22 years ago(define-key-after): Allow `key' to be longer than 1.
Gerd Moellmann [Fri, 5 Oct 2001 09:26:17 +0000 (09:26 +0000)]
(define-key-after): Allow `key' to be longer than 1.
(make-local-hook): Make obsolete.
(add-hook, remove-hook): Don't use make-local-hook any more.
(make-syntax-table): Inherit all chars from s-s-t.

22 years ago(inhibit-startup-buffer-menu): New user-option.
Gerd Moellmann [Fri, 5 Oct 2001 09:24:51 +0000 (09:24 +0000)]
(inhibit-startup-buffer-menu): New user-option.
(command-line-1): If inhibit-startup-buffer-menu is set, don't
display the buffer menu.  From Simon Josefsson <jas@extundo.com>.

22 years ago(isearch-last-case-fold-search): New variable.
Gerd Moellmann [Fri, 5 Oct 2001 09:24:20 +0000 (09:24 +0000)]
(isearch-last-case-fold-search): New variable.
(isearch-mode): Remember value of isearch-case-fold-search
in isearch-last-case-fold-search.
(isearch-done): Quote value of isearch-case-fold-search.
(isearch-repeat): When resuming a search, restore
isearch-case-fold-search from isearch-last-case-fold-search.

22 years ago(substitute-env-vars): New function.
Gerd Moellmann [Fri, 5 Oct 2001 09:23:32 +0000 (09:23 +0000)]
(substitute-env-vars): New function.
(setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
environment variables in VALUE.  Return VALUE.

22 years ago(define-derived-mode, derived-mode-make-docstring): Allow `parent' to be nil.
Gerd Moellmann [Fri, 5 Oct 2001 09:22:09 +0000 (09:22 +0000)]
(define-derived-mode, derived-mode-make-docstring): Allow `parent' to be nil.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 09:13:21 +0000 (09:13 +0000)]
*** empty log message ***

22 years ago(Meta key does not work in xterm): Add .Xdefaults fragment for xterm
Eli Zaretskii [Thu, 4 Oct 2001 19:40:06 +0000 (19:40 +0000)]
(Meta key does not work in xterm): Add .Xdefaults fragment for xterm
to produce Meta keys.

22 years ago*** empty log message ***
Andrew Innes [Thu, 4 Oct 2001 17:15:26 +0000 (17:15 +0000)]
*** empty log message ***

22 years ago(face-font-registry-alternatives) [windows-nt]: Make
Andrew Innes [Thu, 4 Oct 2001 17:14:53 +0000 (17:14 +0000)]
(face-font-registry-alternatives) [windows-nt]: Make
gb2312 an alias for gb2312.1980.

22 years ago(x_to_w32_color): Fix argument to alloca.
Andrew Innes [Thu, 4 Oct 2001 17:14:01 +0000 (17:14 +0000)]
(x_to_w32_color): Fix argument to alloca.
(w32_load_system_font): Don't believe what GetLanguageFontInfo
says; query codepage info directly to determine if font is double
byte.
(x_to_w32_charset): Handle private format for unknown charsets.
Handle wildcards in charset spec, by ignoring them.
(w32_codepage_for_font): Fix argument to alloca.  Don't remove
"*-" prefix from charset.
(x_to_w32_font): Enlarge remainder array for safety.  Specifically
handle the truncated font spec form constructed by font_list_1, so
that we correctly identify the charset fields.  Don't remove "*-"
prefix from charset.
(w32_list_synthesized_fonts): Fix argument to alloca.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 4 Oct 2001 10:38:36 +0000 (10:38 +0000)]
*** empty log message ***

22 years agoFix the date and the syntax of Pavel Janik's entry for tpu-edt.el.
Eli Zaretskii [Thu, 4 Oct 2001 07:18:32 +0000 (07:18 +0000)]
Fix the date and the syntax of Pavel Janik's entry for tpu-edt.el.

22 years agoAdd _gdbinit and gdb.ini (created by the MS-DOS build).
Eli Zaretskii [Thu, 4 Oct 2001 07:13:53 +0000 (07:13 +0000)]
Add _gdbinit and gdb.ini (created by the MS-DOS build).

22 years ago(File Variables): Emphasize the importance of having the `mode' variable
Eli Zaretskii [Thu, 4 Oct 2001 07:10:35 +0000 (07:10 +0000)]
(File Variables): Emphasize the importance of having the `mode' variable
the first in the list of local variables.  From Eric Hanchrow
<offby1@blarg.net>.

22 years ago(cvs-prefix-define): Typo cons->concat.
Stefan Monnier [Wed, 3 Oct 2001 20:32:19 +0000 (20:32 +0000)]
(cvs-prefix-define): Typo cons->concat.

22 years ago*** empty log message ***
Pavel Janík [Wed, 3 Oct 2001 19:50:05 +0000 (19:50 +0000)]
*** empty log message ***

22 years agoMake messages match original TPU/edt editor.
Pavel Janík [Wed, 3 Oct 2001 19:44:55 +0000 (19:44 +0000)]
Make messages match original TPU/edt editor.

22 years ago* emacs-mime.texi (mailcap): rvplayer -> wavplayer. Thanks to
ShengHuo ZHU [Wed, 3 Oct 2001 12:29:25 +0000 (12:29 +0000)]
* emacs-mime.texi (mailcap): rvplayer -> wavplayer.  Thanks to
Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>.

22 years agoUpdate maintainer's email address.
Eli Zaretskii [Wed, 3 Oct 2001 10:52:47 +0000 (10:52 +0000)]
Update maintainer's email address.

22 years ago(syms_of_callproc): Explicitly state in the documentation for
Miles Bader [Wed, 3 Oct 2001 01:12:27 +0000 (01:12 +0000)]
(syms_of_callproc): Explicitly state in the documentation for
`process-environment' that earlier entries take precedence over later
ones.

22 years ago(ange-ftp-skip-msgs): Add 227 and 228 for Long
Andreas Schwab [Tue, 2 Oct 2001 21:34:12 +0000 (21:34 +0000)]
(ange-ftp-skip-msgs): Add 227 and 228 for Long
and Extended Passive Mode, resp.

22 years ago*** empty log message ***
Miles Bader [Tue, 2 Oct 2001 02:35:04 +0000 (02:35 +0000)]
*** empty log message ***

22 years ago(Minibuffer Misc): Add entries for `minibuffer-contents',
Miles Bader [Tue, 2 Oct 2001 02:34:48 +0000 (02:34 +0000)]
(Minibuffer Misc): Add entries for `minibuffer-contents',
`minibuffer-contents-no-properties', and `delete-minibuffer-contents'.
Correct description for `minibuffer-prompt-end'.

22 years agoAdd @tindex lines to new entries.
Miles Bader [Tue, 2 Oct 2001 02:21:59 +0000 (02:21 +0000)]
Add @tindex lines to new entries.

22 years ago(Property Search): Correct descriptions of
Miles Bader [Tue, 2 Oct 2001 02:11:23 +0000 (02:11 +0000)]
(Property Search): Correct descriptions of
`next-char-property-change' and `previous-char-property-change'.
Add entries for `next-single-char-property-change' and
`previous-single-char-property-change'.
Make operand names a bit more consistent.

22 years ago(Fnext_char_property_change)
Miles Bader [Tue, 2 Oct 2001 01:53:10 +0000 (01:53 +0000)]
(Fnext_char_property_change)
(Fprevious_char_property_change): Remove reference to non-existant
argument OBJECT from doc-string.

22 years agoMention the broken cpp from GCC snapshots around Sep 30, 2001, and show the
Eli Zaretskii [Mon, 1 Oct 2001 11:23:53 +0000 (11:23 +0000)]
Mention the broken cpp from GCC snapshots around Sep 30, 2001, and show the
command line to force `configure' to use -traditional.

22 years ago(cal-menu-x-popup-menu): New function,
Eli Zaretskii [Mon, 1 Oct 2001 11:08:06 +0000 (11:08 +0000)]
(cal-menu-x-popup-menu): New function,
calls x-popup-menu only if popup menus are supported.
(calendar-mouse-insert-hebrew-diary-entry)
(calendar-mouse-insert-islamic-diary-entry)
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-view-other-diary-entries)
(calendar-mouse-print-dates, calendar-mouse-2-date-menu)
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): Call
cal-menu-x-popup-menu instead of x-popup-menu.

22 years ago(calendar-mode-map): Require cal-menu unconditionally.
Eli Zaretskii [Mon, 1 Oct 2001 11:05:18 +0000 (11:05 +0000)]
(calendar-mode-map): Require cal-menu unconditionally.
(calendar-mode): Set up activate-menubar-hook unconditionally.

22 years ago(struct glyph_row) <ends_in_newline_from_string_p>:
Gerd Moellmann [Mon, 1 Oct 2001 10:53:38 +0000 (10:53 +0000)]
(struct glyph_row) <ends_in_newline_from_string_p>:
New bit flag

22 years ago(display_line): Set row's ends_in_newline_from_string_p.
Gerd Moellmann [Mon, 1 Oct 2001 10:52:55 +0000 (10:52 +0000)]
(display_line): Set row's ends_in_newline_from_string_p.
(try_window_id): Skip back over lines ending in a newline from a
string.

22 years ago(gs-set-ghostview-window-prop): Fix args of `elt'.
Gerd Moellmann [Mon, 1 Oct 2001 09:32:09 +0000 (09:32 +0000)]
(gs-set-ghostview-window-prop): Fix args of `elt'.

22 years agoMention Rx.
Gerd Moellmann [Mon, 1 Oct 2001 07:38:27 +0000 (07:38 +0000)]
Mention Rx.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 1 Oct 2001 07:31:59 +0000 (07:31 +0000)]
*** empty log message ***

22 years ago(rx): Add def-edebug-spec.
Gerd Moellmann [Mon, 1 Oct 2001 07:30:38 +0000 (07:30 +0000)]
(rx): Add def-edebug-spec.

22 years ago(struct alias): Add two new struct members: NAMESP and
Gerd Moellmann [Mon, 1 Oct 2001 07:25:14 +0000 (07:25 +0000)]
(struct alias): Add two new struct members: NAMESP and
ALIASEE to help work with namespace aliases.
(struct sym): Remove struct member NAMESP_ALIASES.
(namespace_alias_table): New variable.
(make_namespace): Add parameter CONTEXT.
(check_namespace): New function.
(find_namespace): Add parameter CONTEXT.
(check_namespace_alias): New function.
(register_namespace_alias): Change type of parameter
OLD_NAME. Search for already defined alias in
NAMESPACE_ALIAS_TABLE.
(check_namespace): New function.
(enter_namespace): Call find_namespace with CONTEXT parameter.
(match_qualified_namespace_alias): New function.
(parse_qualified_ident_or_type): Fixed typo in comment. While
parsing qualified ident or type update namespace context and
restore it on exit.
(parse_qualified_param_ident_or_type): Fixed typo in comment.
(globals): Changed handling of namespace aliases.
(version): Added year 2001.

22 years ago(help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
Eli Zaretskii [Mon, 1 Oct 2001 07:03:13 +0000 (07:03 +0000)]
(help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).

22 years agoFix previous change.
Richard M. Stallman [Mon, 1 Oct 2001 06:08:20 +0000 (06:08 +0000)]
Fix previous change.

22 years ago(Freplace_match): Doc fix.
Richard M. Stallman [Mon, 1 Oct 2001 06:07:56 +0000 (06:07 +0000)]
(Freplace_match): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 1 Oct 2001 06:07:36 +0000 (06:07 +0000)]
*** empty log message ***

22 years ago(set_frame_menubar): Take into account that
Andrew Innes [Sun, 30 Sep 2001 21:55:04 +0000 (21:55 +0000)]
(set_frame_menubar): Take into account that
f->menu_bar_vector can be nil, and not a vector.  From Ken Raeburn
<raeburn@gnu.org>.

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 30 Sep 2001 10:48:42 +0000 (10:48 +0000)]
*** empty log message ***

22 years ago(select-frame-by-name, other-frame): Doc fix.
Eli Zaretskii [Sun, 30 Sep 2001 10:47:22 +0000 (10:47 +0000)]
(select-frame-by-name, other-frame): Doc fix.

22 years ago(Finding All Frames): Document that next-frame and
Eli Zaretskii [Sun, 30 Sep 2001 10:39:00 +0000 (10:39 +0000)]
(Finding All Frames): Document that next-frame and
previous-frame are local to current terminal.

22 years ago(syms_of_frame): Doc fix.
Eli Zaretskii [Sun, 30 Sep 2001 10:13:00 +0000 (10:13 +0000)]
(syms_of_frame): Doc fix.