]> git.eshelyaron.com Git - emacs.git/log
emacs.git
23 years ago*** empty log message *** old-branches/gerd_defvaralias
Gerd Moellmann [Tue, 29 May 2001 11:10:47 +0000 (11:10 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 29 May 2001 08:56:24 +0000 (08:56 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 28 May 2001 12:24:49 +0000 (12:24 +0000)]
*** empty log message ***

23 years agoAdd something for variable aliases.
Gerd Moellmann [Mon, 21 May 2001 12:47:04 +0000 (12:47 +0000)]
Add something for variable aliases.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 21 May 2001 12:40:16 +0000 (12:40 +0000)]
*** empty log message ***

23 years ago(describe-variable): Deal with variable aliases.
Gerd Moellmann [Mon, 21 May 2001 12:39:41 +0000 (12:39 +0000)]
(describe-variable): Deal with variable aliases.

23 years agoUse SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann [Mon, 21 May 2001 12:34:11 +0000 (12:34 +0000)]
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

23 years ago(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
Gerd Moellmann [Mon, 21 May 2001 12:28:26 +0000 (12:28 +0000)]
(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.

23 years ago(Fbyte_code) <varref>: Use SYMBOL_VALUE.
Gerd Moellmann [Mon, 21 May 2001 12:23:34 +0000 (12:23 +0000)]
(Fbyte_code) <varref>: Use SYMBOL_VALUE.
(Fbyte_code) <varset>: Simplify the test if symbol's value can be
set directly.

23 years agoUse SYMBOL_VALUE/SET_SYMBOL_VALUE.
Gerd Moellmann [Mon, 21 May 2001 12:23:19 +0000 (12:23 +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.

23 years ago(Fdefvaralias): New function.
Gerd Moellmann [Mon, 21 May 2001 12:22:53 +0000 (12:22 +0000)]
(Fdefvaralias): New function.
(specbind): Simplify the test if symbol is a constant.
(syms_of_eval): Defsubr Fdefvaralias.

23 years ago(Fintern, Funintern): Set symbol's interned and constant
Gerd Moellmann [Mon, 21 May 2001 12:22:35 +0000 (12:22 +0000)]
(Fintern, Funintern): Set symbol's interned and constant
bit-fields.
(init_obarray): Likewise for t and nil.

23 years ago(print_preprocess, print_object): Test internedness of
Gerd Moellmann [Mon, 21 May 2001 12:22:16 +0000 (12:22 +0000)]
(print_preprocess, print_object): Test internedness of
symbols differently.

23 years ago(enum symbol_interned): New enumeration.
Gerd Moellmann [Mon, 21 May 2001 12:21:58 +0000 (12:21 +0000)]
(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.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 20 May 2001 18:35:02 +0000 (18:35 +0000)]
*** empty log message ***

23 years agoMinor fixes.
Richard M. Stallman [Sun, 20 May 2001 17:25:47 +0000 (17:25 +0000)]
Minor fixes.

23 years agoExplain M-! output can go in echo area.
Richard M. Stallman [Sun, 20 May 2001 17:25:18 +0000 (17:25 +0000)]
Explain M-! output can go in echo area.
Default for shell-completion-fignore is nil.
C-c C-a is actually comint-bol-or-process-mark.
shell-set-directory-error-hook does not really exist.
comint-dynamic-complete-variable does not really exist.
Terminal buffer is *terminal*, not *term*.
Other minor changes.

23 years agoAdd Text Properties item.
Richard M. Stallman [Sun, 20 May 2001 17:22:25 +0000 (17:22 +0000)]
Add Text Properties item.
Minor corrections, especially in xrefs.

23 years agoInternational Intro node renamed to International Chars.
Richard M. Stallman [Sun, 20 May 2001 17:21:12 +0000 (17:21 +0000)]
International Intro node renamed to International Chars.

23 years agoExplain how Binary Overwrite mode affects C-q.
Richard M. Stallman [Sun, 20 May 2001 17:20:33 +0000 (17:20 +0000)]
Explain how Binary Overwrite mode affects C-q.

23 years agoUse Lisp escape sequences only inside string syntax.
Richard M. Stallman [Sun, 20 May 2001 17:19:47 +0000 (17:19 +0000)]
Use Lisp escape sequences only inside string syntax.

23 years ago(lm): Use "p" not "P" for interactive spec.
Richard M. Stallman [Sun, 20 May 2001 17:18:41 +0000 (17:18 +0000)]
(lm): Use "p" not "P" for interactive spec.

23 years ago(rmail-retry-failure): Do save-window-excursion.
Richard M. Stallman [Sun, 20 May 2001 17:17:32 +0000 (17:17 +0000)]
(rmail-retry-failure): Do save-window-excursion.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 17:17:22 +0000 (17:17 +0000)]
*** empty log message ***

23 years ago(Info-read-subfile): Widen before finding the
Richard M. Stallman [Sun, 20 May 2001 17:03:12 +0000 (17:03 +0000)]
(Info-read-subfile): Widen before finding the
desired node in the subfile.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 17:02:48 +0000 (17:02 +0000)]
*** empty log message ***

23 years agoUpdate description of visiting multiple files with the command line.
Richard M. Stallman [Sun, 20 May 2001 16:31:07 +0000 (16:31 +0000)]
Update description of visiting multiple files with the command line.
.esrv => esrv.
Remove DOMMAINNAME.
Show that some parts of geometry spec are optional.
Clarify where internal border appears.
Fix errors in BorderWidth resources.
Use Complete Word instead of Spell-Check Message
to avoid an overfull box in a clean way.

23 years ago(command-line-1): When >2 files visited,
Richard M. Stallman [Sun, 20 May 2001 16:27:59 +0000 (16:27 +0000)]
(command-line-1): When >2 files visited,
leave the last one visible, and make that the selected window.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 16:27:51 +0000 (16:27 +0000)]
*** empty log message ***

23 years ago(keep-lines-read-args): Use `copy-marker'.
Stefan Monnier [Sun, 20 May 2001 16:10:39 +0000 (16:10 +0000)]
(keep-lines-read-args): Use `copy-marker'.
(how-many): Save excursion properly.
(occur-mode): Use define-derived-mode.
(perform-replace): Use with-current-buffer.

23 years ago(lisp-font-lock-keywords-1): Add `defvaralias'.
Gerd Moellmann [Sun, 20 May 2001 08:53:44 +0000 (08:53 +0000)]
(lisp-font-lock-keywords-1): Add `defvaralias'.

23 years ago(define-ccl-program): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:22:47 +0000 (04:22 +0000)]
(define-ccl-program): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:19:41 +0000 (04:19 +0000)]
(decode-char): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(artist-mode): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:18:06 +0000 (04:18 +0000)]
(artist-mode): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(automatic-hscrolling): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:14:49 +0000 (04:14 +0000)]
(automatic-hscrolling): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years agoFix a typo in the last change.
Eli Zaretskii [Sat, 19 May 2001 09:21:27 +0000 (09:21 +0000)]
Fix a typo in the last change.

23 years ago(Buffers): Fix a typo.
Eli Zaretskii [Sat, 19 May 2001 09:08:51 +0000 (09:08 +0000)]
(Buffers): Fix a typo.

23 years agoRemove entry for defvaralias.
Gerd Moellmann [Fri, 18 May 2001 17:42:04 +0000 (17:42 +0000)]
Remove entry for defvaralias.

23 years ago(cvs-mode-map): bind "z" and [RET]
Sam Steingold [Fri, 18 May 2001 16:59:52 +0000 (16:59 +0000)]
(cvs-mode-map): bind "z" and [RET]

23 years ago(eshell-explicit-command-char): A new configuration variable, which
John Wiegley [Fri, 18 May 2001 16:40:11 +0000 (16:40 +0000)]
(eshell-explicit-command-char): A new configuration variable, which
determines the initial character that forces use of an external
version of a command.  The default is *, but may be set to \, for
example.
(eshell-explicit-command): Use `eshell-explicit-command-char' instead
of ?*.

23 years ago(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
John Wiegley [Fri, 18 May 2001 16:39:49 +0000 (16:39 +0000)]
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.

23 years ago(eshell-completion-command-name, eshell-complete-commands-list): Use
John Wiegley [Fri, 18 May 2001 16:39:29 +0000 (16:39 +0000)]
(eshell-completion-command-name, eshell-complete-commands-list): Use
`eshell-explicit-command-char' instead of ?*.

23 years ago*** empty log message ***
John Wiegley [Fri, 18 May 2001 16:38:58 +0000 (16:38 +0000)]
*** empty log message ***

23 years ago(ange-ftp-fix-name-for-vms): Reverse args of
Gerd Moellmann [Fri, 18 May 2001 13:21:11 +0000 (13:21 +0000)]
(ange-ftp-fix-name-for-vms): Reverse args of
subst-char-in-string.
(ange-ftp-after-parse-ls-hook): New variable.
(ange-ftp-ls): Run that hook.
From Peter Milliken <Peter.Milliken@GTECH.COM>.

23 years ago(tmm-get-keymap): Fix handling of :filter.
Gerd Moellmann [Fri, 18 May 2001 13:10:43 +0000 (13:10 +0000)]
(tmm-get-keymap): Fix handling of :filter.
(tmm-add-prompt): Bind buffer-read-only to nil when inserting
text into *Completions*.

23 years ago(goto-address-at-point): Deal with URLs
Gerd Moellmann [Fri, 18 May 2001 12:50:27 +0000 (12:50 +0000)]
(goto-address-at-point): Deal with URLs
part of which look like email addresses.

23 years ago(compile-files-CMD, bootstrap-clean-CMD): Use
Andrew Innes [Fri, 18 May 2001 12:06:38 +0000 (12:06 +0000)]
(compile-files-CMD, bootstrap-clean-CMD): Use
. instead of absolute path for lisp dir, to avoid bug in W2K
cmd.exe's handling of FOR loops.
(autoloads): Set find-file-suppress-same-file-warnings to t to
avoid slew of spurious messages.

23 years agoAvoid overfull hboxes.
Eli Zaretskii [Fri, 18 May 2001 11:45:10 +0000 (11:45 +0000)]
Avoid overfull hboxes.

23 years agoAdd browse-url-kde.
Gerd Moellmann [Fri, 18 May 2001 11:31:06 +0000 (11:31 +0000)]
Add browse-url-kde.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 May 2001 11:28:14 +0000 (11:28 +0000)]
*** empty log message ***

23 years ago(browse-url-browser-function): Add kde.
Gerd Moellmann [Fri, 18 May 2001 11:27:38 +0000 (11:27 +0000)]
(browse-url-browser-function): Add kde.
(browse-url-kde-program, browse-url-kde-args): New variables.
(browse-url-kde): New function.

23 years agoAvoid overfull hboxes wherever possible.
Eli Zaretskii [Fri, 18 May 2001 11:26:06 +0000 (11:26 +0000)]
Avoid overfull hboxes wherever possible.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 May 2001 11:24:53 +0000 (11:24 +0000)]
*** empty log message ***

23 years ago(maybe-append-domain): Renamed to
Gerd Moellmann [Fri, 18 May 2001 11:24:16 +0000 (11:24 +0000)]
(maybe-append-domain): Renamed to
`smtpmail-maybe-append-domain'.
(smtpmail-via-smtp): Use the new name.

23 years ago(call_debugger): Don't bind inhibit-eval-during-redisplay.
Gerd Moellmann [Fri, 18 May 2001 11:15:46 +0000 (11:15 +0000)]
(call_debugger): Don't bind inhibit-eval-during-redisplay.

23 years ago(xlfd_point_size): Don't divide pixel size from
Gerd Moellmann [Fri, 18 May 2001 11:06:40 +0000 (11:06 +0000)]
(xlfd_point_size): Don't divide pixel size from
transformation matrix by 10.

23 years ago(Merging and diff3): Avoid Overfull hbox.
Eli Zaretskii [Fri, 18 May 2001 10:52:51 +0000 (10:52 +0000)]
(Merging and diff3): Avoid Overfull hbox.

23 years ago(LessTif Resources): Avoid Overfull box.
Eli Zaretskii [Fri, 18 May 2001 10:47:16 +0000 (10:47 +0000)]
(LessTif Resources): Avoid Overfull box.

23 years agoFix copyright years.
Eli Zaretskii [Fri, 18 May 2001 10:40:06 +0000 (10:40 +0000)]
Fix copyright years.

23 years ago(Buffers): Document the maximum buffer size.
Eli Zaretskii [Fri, 18 May 2001 10:39:04 +0000 (10:39 +0000)]
(Buffers): Document the maximum buffer size.

23 years ago(Visiting): Document that files larger than the buffer size limit cannot
Eli Zaretskii [Fri, 18 May 2001 10:28:49 +0000 (10:28 +0000)]
(Visiting): Document that files larger than the buffer size limit cannot
be visited.

23 years ago(delete-horizontal-space, just-one-space): Use `constrain-to-field'
Miles Bader [Fri, 18 May 2001 07:13:47 +0000 (07:13 +0000)]
(delete-horizontal-space, just-one-space): Use `constrain-to-field'
instead of `field-end'/`field-beginning', because it's more efficient
for large files.

23 years ago("TeX"): Renamed from "latin-latex2e".
Dave Love [Thu, 17 May 2001 19:21:54 +0000 (19:21 +0000)]
("TeX"): Renamed from "latin-latex2e".
Language family and indicator changed.  Many new translations.

23 years ago(rmail-require-mime-maybe): New function.
Gerd Moellmann [Thu, 17 May 2001 14:47:01 +0000 (14:47 +0000)]
(rmail-require-mime-maybe): New function.
(rmail): Use it.
(rmail-mode): Handle the case of finding Rmail files.

23 years ago(elp-instrument-function): Handle advised
Gerd Moellmann [Thu, 17 May 2001 13:58:14 +0000 (13:58 +0000)]
(elp-instrument-function): Handle advised
functions.

23 years agoAdd the latest changes to etags behaviour.
Francesco Potortì [Thu, 17 May 2001 13:44:50 +0000 (13:44 +0000)]
Add the latest changes to etags behaviour.

23 years agoetags.1
Francesco Potortì [Thu, 17 May 2001 13:34:21 +0000 (13:34 +0000)]
etags.1

23 years ago(jit-lock-after-change): Check the font-lock-multiline
Stefan Monnier [Thu, 17 May 2001 13:29:44 +0000 (13:29 +0000)]
(jit-lock-after-change): Check the font-lock-multiline
text-property after moving to the beginning of line and regardless
of the value of font-lock-multiline.

23 years agoRedundant file removed. Use etc/etags.1
Francesco Potortì [Thu, 17 May 2001 13:08:18 +0000 (13:08 +0000)]
Redundant file removed.  Use etc/etags.1

23 years ago(NEW_CYGWIN): Output message about spurious error
Andrew Innes [Thu, 17 May 2001 12:44:17 +0000 (12:44 +0000)]
(NEW_CYGWIN): Output message about spurious error
message that is to be ignored.

23 years ago(fancy-splash-screens): Ignore events on the mode-line.
Gerd Moellmann [Thu, 17 May 2001 11:52:45 +0000 (11:52 +0000)]
(fancy-splash-screens): Ignore events on the mode-line.

23 years ago(ange-ftp-write-region): Make sure to record the
Gerd Moellmann [Thu, 17 May 2001 11:26:56 +0000 (11:26 +0000)]
(ange-ftp-write-region): Make sure to record the
last coding system used before calling set-buffer-modified-p
because that function changes last-coding-system.

23 years ago(Select Buffer): Document even-window-heights and
Eli Zaretskii [Thu, 17 May 2001 11:00:07 +0000 (11:00 +0000)]
(Select Buffer): Document even-window-heights and
display-buffer-reuse-frames.

23 years ago(switch-to-buffer-other-window, switch-to-buffer-other-frame): Add an xref
Eli Zaretskii [Thu, 17 May 2001 10:59:18 +0000 (10:59 +0000)]
(switch-to-buffer-other-window, switch-to-buffer-other-frame): Add an xref
to display-buffer in the doc string.

23 years agoDocument that the W3 CVS does work with Emacs 21.
Eli Zaretskii [Thu, 17 May 2001 10:54:38 +0000 (10:54 +0000)]
Document that the W3 CVS does work with Emacs 21.
From Pavel Janik <Pavel@Janik.cz>.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 17 May 2001 09:55:25 +0000 (09:55 +0000)]
*** empty log message ***

23 years agoNew maintainer.
Gerd Moellmann [Thu, 17 May 2001 09:54:45 +0000 (09:54 +0000)]
New maintainer.

23 years agoSet guidance to t for czech and
Gerd Moellmann [Thu, 17 May 2001 09:48:37 +0000 (09:48 +0000)]
Set guidance to t for czech and
slovak input methods. New maintainer.  From Pavel Jan�<Pavel@Janik.cz>.

23 years agoAdd something for auto-coding-regexp-alist.
Gerd Moellmann [Thu, 17 May 2001 09:11:21 +0000 (09:11 +0000)]
Add something for auto-coding-regexp-alist.

23 years agoAdd copyright notice for FSF.
Gerd Moellmann [Thu, 17 May 2001 09:09:14 +0000 (09:09 +0000)]
Add copyright notice for FSF.

23 years ago(toplevel): indent the :method sub-form of `defgeneric' correctly.
Sam Steingold [Wed, 16 May 2001 21:13:21 +0000 (21:13 +0000)]
(toplevel): indent the :method sub-form of `defgeneric' correctly.

23 years ago(x_set_foreground_color): Change frame's cursor_pixel
Gerd Moellmann [Wed, 16 May 2001 17:33:38 +0000 (17:33 +0000)]
(x_set_foreground_color): Change frame's cursor_pixel
only if its equal to the former foreground pixel color.
(x_set_foreground_color, x_set_background_color)
(x_set_mouse_color, x_set_cursor_color): Cleaned up.

23 years ago(signal_before_change, signal_after_change): Consider a
Gerd Moellmann [Wed, 16 May 2001 16:07:20 +0000 (16:07 +0000)]
(signal_before_change, signal_after_change): Consider a
local change hook which changes the buffer.

23 years ago(read_process_output): Don't call signal_after_change
Gerd Moellmann [Wed, 16 May 2001 16:05:20 +0000 (16:05 +0000)]
(read_process_output): Don't call signal_after_change
and update_compositions after insert_from_string_before_markers.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 May 2001 15:09:02 +0000 (15:09 +0000)]
*** empty log message ***

23 years ago(split_font_name): Use the right field when
Gerd Moellmann [Wed, 16 May 2001 15:08:35 +0000 (15:08 +0000)]
(split_font_name): Use the right field when
checking for `[...]' syntax.

23 years ago(tooltip) <defgroup>: Put it in `gud' group instead
Gerd Moellmann [Wed, 16 May 2001 14:53:37 +0000 (14:53 +0000)]
(tooltip) <defgroup>: Put it in `gud' group instead
of `c'.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 May 2001 12:18:53 +0000 (12:18 +0000)]
*** empty log message ***

23 years ago(OVERLAY_PLIST): New macro.
Gerd Moellmann [Wed, 16 May 2001 12:18:18 +0000 (12:18 +0000)]
(OVERLAY_PLIST): New macro.

23 years ago(copy_overlays): New function.
Gerd Moellmann [Wed, 16 May 2001 12:17:43 +0000 (12:17 +0000)]
(copy_overlays): New function.
(clone_per_buffer_values): Use it.

23 years ago(outline-font-lock-level): Remove the
Gerd Moellmann [Wed, 16 May 2001 11:35:43 +0000 (11:35 +0000)]
(outline-font-lock-level): Remove the
condition-case, test what outline-level returns instead, to ease
debugging.

23 years agoComment fix.
Gerd Moellmann [Wed, 16 May 2001 11:12:57 +0000 (11:12 +0000)]
Comment fix.

23 years agoAdd entry for auto-coding-regexp-alist.
Gerd Moellmann [Wed, 16 May 2001 11:03:05 +0000 (11:03 +0000)]
Add entry for auto-coding-regexp-alist.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 May 2001 10:49:47 +0000 (10:49 +0000)]
*** empty log message ***

23 years ago(Fsingle_key_description): Replace a build_string with
Gerd Moellmann [Wed, 16 May 2001 10:49:21 +0000 (10:49 +0000)]
(Fsingle_key_description): Replace a build_string with
a make_multibyte_string.  From Kenichi Handa <handa@etl.go.jp>.

23 years ago(auto-coding-regexp-alist): New user-option.
Gerd Moellmann [Wed, 16 May 2001 10:36:54 +0000 (10:36 +0000)]
(auto-coding-regexp-alist): New user-option.
(auto-coding-from-file-contents): New function.
(set-auto-coding): Use it to determine a coding system.

23 years ago(Ffontset_info): Check that face is non-null
Gerd Moellmann [Wed, 16 May 2001 10:18:36 +0000 (10:18 +0000)]
(Ffontset_info): Check that face is non-null
before accessing its fields.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 May 2001 13:38:23 +0000 (13:38 +0000)]
*** empty log message ***

23 years ago(read_key_sequence): Prevent generating a fake
Gerd Moellmann [Tue, 15 May 2001 13:37:45 +0000 (13:37 +0000)]
(read_key_sequence): Prevent generating a fake
prefix key twice.

23 years ago(mouse-delete-other-windows): Doc fix.
Gerd Moellmann [Tue, 15 May 2001 13:16:59 +0000 (13:16 +0000)]
(mouse-delete-other-windows): Doc fix.