bpt/emacs.git
20 years agoAdd arch taglines
Miles Bader [Mon, 1 Sep 2003 15:45:59 +0000 (15:45 +0000)]
Add arch taglines

20 years ago*** empty log message ***
Miles Bader [Mon, 1 Sep 2003 15:45:46 +0000 (15:45 +0000)]
*** empty log message ***

20 years ago(alloca.o): Remove commands.
Dave Love [Mon, 1 Sep 2003 14:38:33 +0000 (14:38 +0000)]
(alloca.o): Remove commands.
(coding.o): Depend on intervals.h composite.h window.h.
(emacs.o): Depend on window.h keyboard.h keymap.h.
(gtkutil.o): Depend on keyboard.h charset.h coding.h.
(bytecode.o): Depend on window.h.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 1 Sep 2003 11:21:24 +0000 (11:21 +0000)]
*** empty log message ***

20 years ago(setup-default-fontset): For Thai font, specify "*" family.
Kenichi Handa [Mon, 1 Sep 2003 11:15:22 +0000 (11:15 +0000)]
(setup-default-fontset): For Thai font, specify "*" family.

20 years ago(previous-error): Accept a prefix argument, similarly to next-error.
Eli Zaretskii [Mon, 1 Sep 2003 05:47:12 +0000 (05:47 +0000)]
(previous-error): Accept a prefix argument, similarly to next-error.

20 years agoDocument last change.
Jason Rumney [Sun, 31 Aug 2003 22:22:29 +0000 (22:22 +0000)]
Document last change.

20 years ago(w32_per_char_metric): Allow cached metrics to be
Jason Rumney [Sun, 31 Aug 2003 22:15:15 +0000 (22:15 +0000)]
(w32_per_char_metric): Allow cached metrics to be
returned even when font_type is unknown.

20 years ago(init_iterator): Remove old WINDOWSNT conditional.
Jason Rumney [Sun, 31 Aug 2003 21:38:07 +0000 (21:38 +0000)]
(init_iterator): Remove old WINDOWSNT conditional.

20 years ago(srcdir): Use "command.com /c cd" to produce an
Eli Zaretskii [Sun, 31 Aug 2003 16:44:25 +0000 (16:44 +0000)]
(srcdir): Use "command.com /c cd" to produce an
absolute file name of the current working directory.  This avoids
the warning from Make about circular dependencies.

20 years ago* pcvs.el (cvs-do-removal): Use = instead of eq to check
Masatake YAMATO [Sun, 31 Aug 2003 02:11:21 +0000 (02:11 +0000)]
* pcvs.el (cvs-do-removal): Use = instead of eq to check
the numbre of files. Bind the numbre of files to a a local
variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.

20 years agoFix pixel calculation for TrueVisuals.
Jan Djärv [Sat, 30 Aug 2003 17:44:40 +0000 (17:44 +0000)]
Fix pixel calculation for TrueVisuals.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 30 Aug 2003 10:58:15 +0000 (10:58 +0000)]
*** empty log message ***

20 years ago(vc-make-version-backup): Fix the change made on
Eli Zaretskii [Sat, 30 Aug 2003 10:56:38 +0000 (10:56 +0000)]
(vc-make-version-backup): Fix the change made on
2003-07-26: msdos-long-file-names is a function, not a variable.

20 years agoSet FNCASE=y for all targets in the lisp directory,
Eli Zaretskii [Sat, 30 Aug 2003 10:15:28 +0000 (10:15 +0000)]
Set FNCASE=y for all targets in the lisp directory,
so that CVS etc. file names are filtered out of the list of
subdirectories.

20 years ago(redisplay_internal): Fix change of 2003-04-30. Don't
Gerd Moellmann [Fri, 29 Aug 2003 21:46:42 +0000 (21:46 +0000)]
(redisplay_internal): Fix change of 2003-04-30.  Don't
tell redisplay display is accurate when it's actually been paused
for pending input.

20 years ago*** empty log message ***
Richard M. Stallman [Fri, 29 Aug 2003 16:21:03 +0000 (16:21 +0000)]
*** empty log message ***

20 years ago(Overlay Properties): Clarify how priorities affect use of the properties.
Richard M. Stallman [Fri, 29 Aug 2003 16:20:56 +0000 (16:20 +0000)]
(Overlay Properties): Clarify how priorities affect use of the properties.

20 years agoComment change.
Richard M. Stallman [Fri, 29 Aug 2003 16:20:18 +0000 (16:20 +0000)]
Comment change.

20 years ago(Saving Emacs Sessions): Correct previous change.
Richard M. Stallman [Fri, 29 Aug 2003 16:19:00 +0000 (16:19 +0000)]
(Saving Emacs Sessions): Correct previous change.

20 years ago(adjust_glyph_matrix): Call window_box whenever W is nonzero.
Richard M. Stallman [Fri, 29 Aug 2003 16:17:38 +0000 (16:17 +0000)]
(adjust_glyph_matrix): Call window_box whenever W is nonzero.

20 years ago(Fmake_variable_buffer_local, Fmake_local_variable)
Richard M. Stallman [Fri, 29 Aug 2003 16:17:01 +0000 (16:17 +0000)]
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fkill_local_variable, Fmake_variable_frame_local)
(Flocal_variable_p, Flocal_variable_if_set_p):
Use indirect_variable to trace thru variable aliases.

20 years agoUpdated.
Richard M. Stallman [Fri, 29 Aug 2003 16:15:59 +0000 (16:15 +0000)]
Updated.

20 years ago(Fcall_interactively): Save and restore Vthis_command, Vthis_original_command,
Richard M. Stallman [Fri, 29 Aug 2003 16:15:31 +0000 (16:15 +0000)]
(Fcall_interactively): Save and restore Vthis_command, Vthis_original_command,
real_this_command, and current_kboard->Vlast_command.

20 years ago(Fexpand_abbrev): Insert before deleting.
Richard M. Stallman [Fri, 29 Aug 2003 16:14:26 +0000 (16:14 +0000)]
(Fexpand_abbrev): Insert before deleting.

20 years ago(sendmail-sync-aliases, mail-setup):
Richard M. Stallman [Fri, 29 Aug 2003 16:13:31 +0000 (16:13 +0000)]
(sendmail-sync-aliases, mail-setup):
Do nothing with mail-personal-alias-file if it is nil.

20 years ago(mail-abbrevs-sync-aliases): Do nothing if mail-personal-alias-file is nil.
Richard M. Stallman [Fri, 29 Aug 2003 16:12:38 +0000 (16:12 +0000)]
(mail-abbrevs-sync-aliases): Do nothing if mail-personal-alias-file is nil.

20 years ago(term-exec-1): Bind coding-system-for-read.
Richard M. Stallman [Fri, 29 Aug 2003 16:11:53 +0000 (16:11 +0000)]
(term-exec-1): Bind coding-system-for-read.

20 years ago(dired-mouse-find-file-other-window):
Richard M. Stallman [Fri, 29 Aug 2003 16:10:45 +0000 (16:10 +0000)]
(dired-mouse-find-file-other-window):
Use dired-view-command-alist here, as in dired-view-file.
(dired-view-command-alist): Use %s to substitute file name.
Handle .ps_pages, .eps, .jpg, .gif, .png.

20 years ago(Info-mode-map): Bind S-tab and <backtab> to
Richard M. Stallman [Fri, 29 Aug 2003 16:07:43 +0000 (16:07 +0000)]
(Info-mode-map): Bind S-tab and <backtab> to
`Info-prev-reference', instead of M-tab.

20 years ago(blink-matching-open): Work correctly on chars that
Richard M. Stallman [Fri, 29 Aug 2003 16:07:16 +0000 (16:07 +0000)]
(blink-matching-open): Work correctly on chars that
are designated as parens through the syntax-table text property.

20 years agoSay there is no maintainer.
Richard M. Stallman [Fri, 29 Aug 2003 16:06:11 +0000 (16:06 +0000)]
Say there is no maintainer.

20 years agoMany changes.
Richard M. Stallman [Fri, 29 Aug 2003 16:05:05 +0000 (16:05 +0000)]
Many changes.

20 years agoDelete old info about Irix.
Richard M. Stallman [Fri, 29 Aug 2003 16:03:33 +0000 (16:03 +0000)]
Delete old info about Irix.

20 years ago(kinsoku-longer, kinsoku-shorter): Do not choose a
Kenichi Handa [Fri, 29 Aug 2003 12:10:48 +0000 (12:10 +0000)]
(kinsoku-longer, kinsoku-shorter): Do not choose a
line break position in the middle of a non-kinsoku (e.g. latin)
word, making it skip until either a space or a character with
category "|".
(kinsoku-longer): Test for end of buffer.

20 years ago(lookup_rgb_color): Handle TrueColor visuals specially.
Gerd Moellmann [Fri, 29 Aug 2003 09:29:39 +0000 (09:29 +0000)]
(lookup_rgb_color): Handle TrueColor visuals specially.

20 years ago(rmail-convert-to-babyl-format): Detect
Eli Zaretskii [Thu, 28 Aug 2003 15:12:10 +0000 (15:12 +0000)]
(rmail-convert-to-babyl-format): Detect
quoted-printable- and base64-encoded messages and decode them
automatically.  Set the message's encoding from the charset=
header, if any.  Decode base64-encoded messages in Mail format as
well.

20 years ago(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
Eli Zaretskii [Thu, 28 Aug 2003 14:08:55 +0000 (14:08 +0000)]
(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
COMMAND.COM commands.

20 years ago(decode_coding_iso2022): Initialized local variable c2.
Kenichi Handa [Thu, 28 Aug 2003 08:19:07 +0000 (08:19 +0000)]
(decode_coding_iso2022): Initialized local variable c2.
(decode_coding_sjis_big5): Likewise.

20 years ago(sys_pipe): Protect against file descriptor overflow.
Jason Rumney [Wed, 27 Aug 2003 22:57:54 +0000 (22:57 +0000)]
(sys_pipe): Protect against file descriptor overflow.

20 years ago*** empty log message ***
Jason Rumney [Wed, 27 Aug 2003 22:57:13 +0000 (22:57 +0000)]
*** empty log message ***

20 years ago(syms_of_w32fns): Remove non-existent functions.
Jason Rumney [Wed, 27 Aug 2003 22:37:56 +0000 (22:37 +0000)]
(syms_of_w32fns): Remove non-existent functions.

20 years ago(w32_read_socket): Fix WM_MOUSEWHEEL assignment.
Jason Rumney [Wed, 27 Aug 2003 22:37:14 +0000 (22:37 +0000)]
(w32_read_socket): Fix WM_MOUSEWHEEL assignment.

20 years ago*** empty log message ***
Jason Rumney [Wed, 27 Aug 2003 22:33:19 +0000 (22:33 +0000)]
*** empty log message ***

20 years agoFix previous change:
Glenn Morris [Tue, 26 Aug 2003 17:42:27 +0000 (17:42 +0000)]
Fix previous change:
(smtpmail-send-queued-mail): Set smtpmail-mail-address before
calling smtpmail-via-smtp.
(smtpmail-via-smtp): Add fall-back values for envelope-from.

20 years ago*** empty log message ***
Glenn Morris [Tue, 26 Aug 2003 17:41:25 +0000 (17:41 +0000)]
*** empty log message ***

20 years ago(image-jpeg-p): Don't search beyond length of data.
John Paul Wallington [Tue, 26 Aug 2003 15:38:36 +0000 (15:38 +0000)]
(image-jpeg-p): Don't search beyond length of data.

20 years agoBumped patch release number.
Martin Stjernholm [Tue, 26 Aug 2003 11:54:09 +0000 (11:54 +0000)]
Bumped patch release number.

20 years ago(c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignment
Martin Stjernholm [Tue, 26 Aug 2003 11:52:40 +0000 (11:52 +0000)]
(c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignment
operators.

(c-assignment-operators): New language constant that only contains the
assignment operators.

(c-assignment-op-regexp): New language variable used by c-lineup-math'.

20 years ago(c-extra-types-widget): The doc string is mandatory in
Martin Stjernholm [Tue, 26 Aug 2003 11:51:55 +0000 (11:51 +0000)]
(c-extra-types-widget): The doc string is mandatory in
`define-widget'.

20 years ago(c-just-after-func-arglist-p): Safeguard against unbalanced sexps.
Martin Stjernholm [Tue, 26 Aug 2003 11:51:16 +0000 (11:51 +0000)]
(c-just-after-func-arglist-p): Safeguard against unbalanced sexps.

20 years ago(c-electric-brace): Work around for a misfeature in `expand-abbrev'
Martin Stjernholm [Tue, 26 Aug 2003 11:50:03 +0000 (11:50 +0000)]
(c-electric-brace): Work around for a misfeature in `expand-abbrev'
which caused electric keywords like "else" to disappear if an open
brace was typed directly afterwards.

20 years agoExplain need of static text around editable field
Per Abrahamsen [Tue, 26 Aug 2003 08:58:11 +0000 (08:58 +0000)]
Explain need of static text around editable field

20 years ago*** empty log message ***
Lute Kamstra [Tue, 26 Aug 2003 08:47:01 +0000 (08:47 +0000)]
*** empty log message ***

20 years ago(emacs-version): Check for gtk. Include gtk version info.
Lute Kamstra [Tue, 26 Aug 2003 08:46:27 +0000 (08:46 +0000)]
(emacs-version): Check for gtk.  Include gtk version info.

20 years ago(Vgtk_version_string): New variable.
Lute Kamstra [Tue, 26 Aug 2003 08:44:35 +0000 (08:44 +0000)]
(Vgtk_version_string): New variable.
(syms_of_xfns): DEFVAR_LISP it.  Provide gtk.

20 years ago("german-prefix"): Fix typo in the docstring.
Kenichi Handa [Mon, 25 Aug 2003 11:06:33 +0000 (11:06 +0000)]
("german-prefix"): Fix typo in the docstring.

20 years ago(Man-default-man-entry): Don't whizz past the section number
John Paul Wallington [Mon, 25 Aug 2003 03:50:47 +0000 (03:50 +0000)]
(Man-default-man-entry): Don't whizz past the section number
before looking for it.

20 years ago(gud-display-line): Don't set window-point if
Nick Roberts [Sun, 24 Aug 2003 20:41:39 +0000 (20:41 +0000)]
(gud-display-line): Don't set window-point if
source buffer is not visible. (Only happens with M-x gdba).

20 years ago(gdba): Remove gdb-quit (previously removed) from
Nick Roberts [Sun, 24 Aug 2003 20:40:03 +0000 (20:40 +0000)]
(gdba): Remove gdb-quit (previously removed) from
documentation.
(gdb-source, gdb-source-info): Update to assembler unnecessary
as its done after each GDB command anyway.
(gdb-pre-prompt): Use with-current-buffer.
(gdb-insert-field): Add help-echo text.
(gdb-invalidate-assembler): Re-display of assembler now done in
gdb-info-breakpoints-custom.
(gdb-info-breakpoints-custom): Force re-display of assembler to
happen *after* update of breakpoints buffer.
(gdb-display-source-buffer): Don't choke if gdb-source-window
isn't visible.
(gdb-put-string, gdb-put-arrow): Remove free variables.

20 years ago*** empty log message ***
Nick Roberts [Sun, 24 Aug 2003 20:38:15 +0000 (20:38 +0000)]
*** empty log message ***

20 years ago(ibuffer-formats): Make name and size columns wider.
John Paul Wallington [Sun, 24 Aug 2003 18:11:20 +0000 (18:11 +0000)]
(ibuffer-formats): Make name and size columns wider.

20 years ago(Man-default-man-entry): Strip text properties when
John Paul Wallington [Sun, 24 Aug 2003 18:08:01 +0000 (18:08 +0000)]
(Man-default-man-entry): Strip text properties when
snarfing parts of entry because `format' preserves properties.

20 years ago(sh-builtins): Add some bash builtins.
Glenn Morris [Sun, 24 Aug 2003 15:26:13 +0000 (15:26 +0000)]
(sh-builtins): Add some bash builtins.
(sh-leading-keywords): Add the bash `time' reserved word.
(sh-variables): Add some bash variables.
(sh-add-completer): Fix nil branch of case statement.

20 years ago(smtpmail-mail-address): Doc change.
Glenn Morris [Sun, 24 Aug 2003 15:23:12 +0000 (15:23 +0000)]
(smtpmail-mail-address): Doc change.
(smtpmail-send-it): Make treatment of envelope-from consistent with
sendmail.el.

20 years ago(mail-specify-envelope-from): Doc change.
Glenn Morris [Sun, 24 Aug 2003 15:22:13 +0000 (15:22 +0000)]
(mail-specify-envelope-from): Doc change.

20 years ago(simple-diary-display, make-diary-entry): Allow the diary to pop up a
Glenn Morris [Sun, 24 Aug 2003 15:20:38 +0000 (15:20 +0000)]
(simple-diary-display, make-diary-entry): Allow the diary to pop up a
new frame, if needed.

20 years ago(file-newest-backup): Use `expand-file-name'.
Glenn Morris [Sun, 24 Aug 2003 15:19:42 +0000 (15:19 +0000)]
(file-newest-backup): Use `expand-file-name'.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 24 Aug 2003 15:11:24 +0000 (15:11 +0000)]
*** empty log message ***

20 years ago(EXEEXT): Define to an empty string.
Eli Zaretskii [Sun, 24 Aug 2003 15:10:52 +0000 (15:10 +0000)]
(EXEEXT): Define to an empty string.

20 years agoComment-only change.
Eli Zaretskii [Sun, 24 Aug 2003 15:06:41 +0000 (15:06 +0000)]
Comment-only change.

20 years ago(term_init): Remove `const' from buffer_size's declaration.
Eli Zaretskii [Sun, 24 Aug 2003 15:04:45 +0000 (15:04 +0000)]
(term_init): Remove `const' from buffer_size's declaration.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 24 Aug 2003 13:49:03 +0000 (13:49 +0000)]
*** empty log message ***

20 years agoRemove src/emacs after producing b-emacs.exe.
Eli Zaretskii [Sun, 24 Aug 2003 13:43:23 +0000 (13:43 +0000)]
Remove src/emacs after producing b-emacs.exe.

20 years ago(EXEEXT): Define to an empty string.
Eli Zaretskii [Sun, 24 Aug 2003 13:09:47 +0000 (13:09 +0000)]
(EXEEXT): Define to an empty string.

20 years ago(msdos.o): Depend on intervals.h.
Eli Zaretskii [Sun, 24 Aug 2003 12:59:24 +0000 (12:59 +0000)]
(msdos.o): Depend on intervals.h.

20 years agoInclude intervals.h, since STRING_INTERVALS requires that.
Eli Zaretskii [Sun, 24 Aug 2003 12:58:34 +0000 (12:58 +0000)]
Include intervals.h, since STRING_INTERVALS requires that.

20 years ago(HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE, HAVE_SIZE_T): Define.
Eli Zaretskii [Sun, 24 Aug 2003 12:36:41 +0000 (12:36 +0000)]
(HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE, HAVE_SIZE_T): Define.

20 years agoAdded Ee (categorizing information manager)
Stephen Eglen [Sun, 24 Aug 2003 12:00:44 +0000 (12:00 +0000)]
Added Ee (categorizing information manager)

20 years agoAdded ld-script.el.
Masatake YAMATO [Sun, 24 Aug 2003 09:44:38 +0000 (09:44 +0000)]
Added ld-script.el.

20 years ago(vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols.
Markus Rost [Sat, 23 Aug 2003 23:05:17 +0000 (23:05 +0000)]
(vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols.

20 years ago#
André Spiegel [Sat, 23 Aug 2003 10:08:42 +0000 (10:08 +0000)]
#

20 years ago(vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and
André Spiegel [Sat, 23 Aug 2003 10:06:29 +0000 (10:06 +0000)]
(vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and
what to use instead.

20 years ago(cvs-do-removal): Show the deleted file name on the prompt.
Masatake YAMATO [Sat, 23 Aug 2003 02:40:47 +0000 (02:40 +0000)]
(cvs-do-removal): Show the deleted file name on the prompt.

20 years agoCreate and initialize a client leader window so session management
Jan Djärv [Thu, 21 Aug 2003 19:54:47 +0000 (19:54 +0000)]
Create and initialize a client leader window so session management
doesn't restart Emacs twice.

20 years ago*** empty log message ***
Dave Love [Thu, 21 Aug 2003 17:24:58 +0000 (17:24 +0000)]
*** empty log message ***

20 years agoUse _MIPS_SZLONG, not _LP64.
Dave Love [Thu, 21 Aug 2003 14:21:51 +0000 (14:21 +0000)]
Use _MIPS_SZLONG, not _LP64.

20 years ago(term_init): Fix previous change
Kenichi Handa [Thu, 21 Aug 2003 11:36:40 +0000 (11:36 +0000)]
(term_init): Fix previous change

20 years ago(term_init): Fix previous change; don't rely on the
Kenichi Handa [Thu, 21 Aug 2003 11:33:00 +0000 (11:33 +0000)]
(term_init): Fix previous change; don't rely on the
length of `buffer' if TERMINFO is defined.

20 years ago*** empty log message ***
Dave Love [Wed, 20 Aug 2003 19:18:57 +0000 (19:18 +0000)]
*** empty log message ***

20 years agoAdd \rhd.
Dave Love [Wed, 20 Aug 2003 19:01:23 +0000 (19:01 +0000)]
Add \rhd.

20 years agoMaintainer.
Dave Love [Wed, 20 Aug 2003 19:00:06 +0000 (19:00 +0000)]
Maintainer.

20 years ago(make-coding-system)
Dave Love [Wed, 20 Aug 2003 18:56:53 +0000 (18:56 +0000)]
(make-coding-system)
(set-buffer-file-coding-system): Doc fix.

20 years ago(common-lisp-mode): New.
Dave Love [Wed, 20 Aug 2003 18:53:12 +0000 (18:53 +0000)]
(common-lisp-mode): New.

20 years ago(beginning-of-defun-function): Doc fix.
Dave Love [Wed, 20 Aug 2003 18:48:43 +0000 (18:48 +0000)]
(beginning-of-defun-function): Doc fix.

20 years agoComment.
Dave Love [Wed, 20 Aug 2003 18:46:55 +0000 (18:46 +0000)]
Comment.

20 years agoAdd mime-text-unsuitable coding system
Dave Love [Wed, 20 Aug 2003 18:45:22 +0000 (18:45 +0000)]
Add mime-text-unsuitable coding system
properties.

20 years ago(ucs-unicode-to-mule-cjk): Use smaller
Dave Love [Wed, 20 Aug 2003 18:44:59 +0000 (18:44 +0000)]
(ucs-unicode-to-mule-cjk): Use smaller
:size.

20 years ago(latin1-display): Add ?\e$,1s"\e(B.
Dave Love [Wed, 20 Aug 2003 18:40:26 +0000 (18:40 +0000)]
(latin1-display): Add ?\e$,1s"\e(B.

20 years ago(bib): Add :group external.
Dave Love [Wed, 20 Aug 2003 18:32:51 +0000 (18:32 +0000)]
(bib): Add :group external.