bpt/emacs.git
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.

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

23 years ago(lisp-mode): Make
Gerd Moellmann [Tue, 15 May 2001 11:52:10 +0000 (11:52 +0000)]
(lisp-mode): Make
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.

23 years ago* src/Emacs.r: Change About box message.
Andrew Choi [Tue, 15 May 2001 11:08:46 +0000 (11:08 +0000)]
* src/Emacs.r: Change About box message.

        * makefile.MPW: Add md5.c.x to EmacsObjects.

        * src/mac.c (select): Call WaitNextEvent instead of Delay.
        (pause): Ditto.
        (sleep): Ditto.

        * src/macterm.c (do_app_resume): Set cursor to arrow.
        (clear_mouse_face): check for NIL Lisp object instead of null
        pointer.

        * INSTALL: Delete note on compiling Lisp files on a Unix system.
        Add note on turning off end of line conversion.

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

23 years ago(split_font_name): Handle `[...]' for the right
Gerd Moellmann [Tue, 15 May 2001 10:42:18 +0000 (10:42 +0000)]
(split_font_name): Handle `[...]' for the right
font name fields.

23 years ago(ccl_driver): Don't copy remaining bytes in case
Gerd Moellmann [Tue, 15 May 2001 10:39:45 +0000 (10:39 +0000)]
(ccl_driver): Don't copy remaining bytes in case
of CCL_STAT_INVALID_CMD.

23 years ago(Fdefvar): Only record (defvar <var>) in the load-history
Stefan Monnier [Mon, 14 May 2001 20:53:03 +0000 (20:53 +0000)]
(Fdefvar): Only record (defvar <var>) in the load-history
in <var> has no default value yet.

23 years ago(elp-instrument-package): Don't allow empty prefixes.
Eli Zaretskii [Mon, 14 May 2001 17:52:12 +0000 (17:52 +0000)]
(elp-instrument-package): Don't allow empty prefixes.

23 years agoCopy texinfo.tex unconditionally.
Gerd Moellmann [Mon, 14 May 2001 16:57:37 +0000 (16:57 +0000)]
Copy texinfo.tex unconditionally.

23 years ago(note_mouse_highlight): Avoid changing the mouse
Gerd Moellmann [Mon, 14 May 2001 14:56:23 +0000 (14:56 +0000)]
(note_mouse_highlight): Avoid changing the mouse
pointer shape when show_mouse_face has already done it.

23 years ago(try_alternative_families): First try the FAMILY.
Stefan Monnier [Mon, 14 May 2001 13:35:09 +0000 (13:35 +0000)]
(try_alternative_families): First try the FAMILY.
And if nothing is found in the end, try again with scalable fonts.
(try_font_list): Let try_alternative_families do a bit more of
the work.  Only use FAMILY if it is not nil.
(syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 14 May 2001 13:18:04 +0000 (13:18 +0000)]
*** empty log message ***

23 years ago(hexl-current-address): Print a message when called
Gerd Moellmann [Mon, 14 May 2001 13:17:30 +0000 (13:17 +0000)]
(hexl-current-address): Print a message when called
interactively.

23 years ago(x_draw_glyphs): Fix compuation of rightmost x for
Gerd Moellmann [Mon, 14 May 2001 13:03:23 +0000 (13:03 +0000)]
(x_draw_glyphs): Fix compuation of rightmost x for
full-width rows.

23 years agoSmall etags.c and etags.1 changes.
Francesco Potortì [Mon, 14 May 2001 12:58:29 +0000 (12:58 +0000)]
Small etags.c and etags.1 changes.

23 years ago(add_regex): Reset the whole newly allocated pattern buffer instead of
Francesco Potortì [Mon, 14 May 2001 12:57:11 +0000 (12:57 +0000)]
(add_regex): Reset the whole newly allocated pattern buffer instead of
the individual members.  It's safer and works with Xemacs.

23 years agoMarkups corrected.
Francesco Potortì [Mon, 14 May 2001 12:53:48 +0000 (12:53 +0000)]
Markups corrected.

23 years ago(split_font_name): Make sure to leave the loop
Gerd Moellmann [Mon, 14 May 2001 12:46:39 +0000 (12:46 +0000)]
(split_font_name): Make sure to leave the loop
with the right value of `i'.

23 years ago(split_font_name): Handle matrix transformations
Gerd Moellmann [Mon, 14 May 2001 12:25:46 +0000 (12:25 +0000)]
(split_font_name): Handle matrix transformations
in the pixel and point size fields of XLFD font names.
(xlfd_point_size): Likewise.
(xlfd_point_size): Likewise.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 14 May 2001 09:53:34 +0000 (09:53 +0000)]
*** empty log message ***

23 years agoAdd an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii [Mon, 14 May 2001 06:55:22 +0000 (06:55 +0000)]
Add an entry for keyboard shortcuts.  Suggested by Kai Grossjohann.

23 years agoAdd copyright notice.
Andrew Innes [Sun, 13 May 2001 21:54:56 +0000 (21:54 +0000)]
Add copyright notice.

23 years agoClarify `p' commands again.
Richard M. Stallman [Sun, 13 May 2001 02:33:29 +0000 (02:33 +0000)]
Clarify `p' commands again.

23 years ago(w32_to_x_font): Change prototype to fit the declaration.
Eli Zaretskii [Sat, 12 May 2001 11:03:51 +0000 (11:03 +0000)]
(w32_to_x_font): Change prototype to fit the declaration.
(x_to_w32_font): Add prototype.

23 years ago(malloc, realloc, free) [emacs]: Undefine before
Eli Zaretskii [Sat, 12 May 2001 10:54:10 +0000 (10:54 +0000)]
(malloc, realloc, free) [emacs]: Undefine before
redefining, to avoid compiler warnings.

23 years agoInclude syssignal.h, to avoid compiler warnings.
Eli Zaretskii [Sat, 12 May 2001 10:51:09 +0000 (10:51 +0000)]
Include syssignal.h, to avoid compiler warnings.

23 years ago(search_file_line, set_bdf_font_info, seek_char)
Eli Zaretskii [Sat, 12 May 2001 10:05:39 +0000 (10:05 +0000)]
(search_file_line, set_bdf_font_info, seek_char)
(w32_get_bdf_glyph): Cast between unsigned char and char when
passing arguments to subroutines, to shut up compiler warnings.
(w32_get_bdf_glyph): Don't mix signed and unsigned when calling
GET_HEX_VAL.

23 years agoInclude keyboard.h before frame.h, not after it.
Eli Zaretskii [Sat, 12 May 2001 09:53:59 +0000 (09:53 +0000)]
Include keyboard.h before frame.h, not after it.

23 years agoInclude keyboard.h before frame.h.
Eli Zaretskii [Sat, 12 May 2001 09:52:18 +0000 (09:52 +0000)]
Include keyboard.h before frame.h.

23 years ago(struct image, struct face): Forward declaration, to avoid compiler warnings.
Eli Zaretskii [Sat, 12 May 2001 09:50:14 +0000 (09:50 +0000)]
(struct image, struct face): Forward declaration, to avoid compiler warnings.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 11 May 2001 22:43:04 +0000 (22:43 +0000)]
*** empty log message ***

23 years ago(gud-jdb-build-source-files-list): Fix paren typo.
Stefan Monnier [Fri, 11 May 2001 22:24:40 +0000 (22:24 +0000)]
(gud-jdb-build-source-files-list): Fix paren typo.

23 years ago(cvs-mode-map): Don't rebind `undo'.
Stefan Monnier [Fri, 11 May 2001 20:50:37 +0000 (20:50 +0000)]
(cvs-mode-map): Don't rebind `undo'.

23 years agoRemove $Log$.
Stefan Monnier [Fri, 11 May 2001 20:42:58 +0000 (20:42 +0000)]
Remove $Log$.

23 years agoDocstring fixes.
Stefan Monnier [Fri, 11 May 2001 20:33:15 +0000 (20:33 +0000)]
Docstring fixes.

23 years ago(auto-mode-alist): Add *.perl and fix the *.<rev> case.
Stefan Monnier [Fri, 11 May 2001 20:22:46 +0000 (20:22 +0000)]
(auto-mode-alist): Add *.perl and fix the *.<rev> case.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 11 May 2001 19:45:28 +0000 (19:45 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 11 May 2001 16:10:58 +0000 (16:10 +0000)]
*** empty log message ***

23 years ago(read_key_sequence): Don't modify events when
Gerd Moellmann [Fri, 11 May 2001 16:10:29 +0000 (16:10 +0000)]
(read_key_sequence): Don't modify events when
generating fake prefix keys (mode-line, scroll-bar, ...) since
this prevents proper processing of such events when pushed back
into unread-command-events.

23 years ago(command-line): If parameters have been changed in
Gerd Moellmann [Fri, 11 May 2001 15:12:08 +0000 (15:12 +0000)]
(command-line): If parameters have been changed in
the init files which influence font selection, clear the face
cache so that faces get realized with the new parameters.

23 years ago(clear_mouse_face): Remove prototype.
Gerd Moellmann [Fri, 11 May 2001 15:11:45 +0000 (15:11 +0000)]
(clear_mouse_face): Remove prototype.

23 years ago(clear_mouse_face): Return 1 if text with mouse face was
Gerd Moellmann [Fri, 11 May 2001 15:10:44 +0000 (15:10 +0000)]
(clear_mouse_face): Return 1 if text with mouse face was
actually redrawn.  Make the function static.
(note_mouse_highlight): Fix a case where the mouse cursor
was changed back to the text cursor.

23 years ago(try_window_id): Fix the fix and set the right
Gerd Moellmann [Fri, 11 May 2001 13:07:15 +0000 (13:07 +0000)]
(try_window_id): Fix the fix and set the right
window_end_vpos.

23 years ago(try_window_id): Fix computation of window end in
Gerd Moellmann [Fri, 11 May 2001 12:57:41 +0000 (12:57 +0000)]
(try_window_id): Fix computation of window end in
the case that lines were deleted at the end of the window.
Add some more debug_method_adds.

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

23 years ago(try_alternative_families): New function.
Gerd Moellmann [Fri, 11 May 2001 11:19:19 +0000 (11:19 +0000)]
(try_alternative_families): New function.
(try_font_list): Use it.  If ATTRS specifies a family, check
fonts from that family first.
(choose_face_font): Remove code setting the family part of
the pattern to nil.

23 years ago(compile-files): Redirect output of chmod to
Gerd Moellmann [Fri, 11 May 2001 10:53:56 +0000 (10:53 +0000)]
(compile-files): Redirect output of chmod to
/dev/null.

23 years agoRemove the entry for the 19.34 release. RMS says it was done on a branch.
Eli Zaretskii [Fri, 11 May 2001 09:10:48 +0000 (09:10 +0000)]
Remove the entry for the 19.34 release.  RMS says it was done on a branch.

23 years agoRemove the entry for 19.34 release. RMS says it was made on a branch.
Eli Zaretskii [Fri, 11 May 2001 08:59:51 +0000 (08:59 +0000)]
Remove the entry for 19.34 release.  RMS says it was made on a branch.

23 years ago(smerge-mode): Force font-lock-multiline to t.
Stefan Monnier [Thu, 10 May 2001 20:23:48 +0000 (20:23 +0000)]
(smerge-mode): Force font-lock-multiline to t.

23 years agoFix tense when referring to Emacs 19.
Richard M. Stallman [Thu, 10 May 2001 16:21:37 +0000 (16:21 +0000)]
Fix tense when referring to Emacs 19.

23 years ago(report-emacs-bug): Don't switch the buffer to
Eli Zaretskii [Thu, 10 May 2001 15:47:29 +0000 (15:47 +0000)]
(report-emacs-bug): Don't switch the buffer to
unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 10 May 2001 12:41:08 +0000 (12:41 +0000)]
*** empty log message ***

23 years ago(try_window_id): Fix case of all changes before
Gerd Moellmann [Thu, 10 May 2001 12:40:21 +0000 (12:40 +0000)]
(try_window_id): Fix case of all changes before
the window start.

23 years ago(try_window_id): Add some xasserts.
Gerd Moellmann [Thu, 10 May 2001 12:25:51 +0000 (12:25 +0000)]
(try_window_id): Add some xasserts.

23 years ago(browse-url-filename-alist): Allow UNC file
Gerd Moellmann [Thu, 10 May 2001 11:54:15 +0000 (11:54 +0000)]
(browse-url-filename-alist): Allow UNC file
names for MS-Windows and MS-DOS.  From Dan Holmsand
<dan@eyebee.com>.

23 years agoFixed reference to free variable.
John Wiegley [Thu, 10 May 2001 03:52:13 +0000 (03:52 +0000)]
Fixed reference to free variable.

23 years ago(eshell-convert-numeric-arguments): Annotated the documentation string
John Wiegley [Thu, 10 May 2001 03:51:34 +0000 (03:51 +0000)]
(eshell-convert-numeric-arguments): Annotated the documentation string
to tell users about `eshell-no-numeric-conversions'.

23 years ago(eshell-lisp-command): Don't perform numeric conversions if a Lisp
John Wiegley [Thu, 10 May 2001 03:50:53 +0000 (03:50 +0000)]
(eshell-lisp-command): Don't perform numeric conversions if a Lisp
function has the property `eshell-no-numeric-conversions' set to a
non-nil value.

23 years agoSet the property `eshell-no-numeric-conversions' on the following
John Wiegley [Thu, 10 May 2001 03:47:24 +0000 (03:47 +0000)]
Set the property `eshell-no-numeric-conversions' on the following
functions (which all deal with filesystem entities, and never Lisp
numerical values): eshell/cd, eshell/pushd, eshell/popd, eshell/ls,
eshell/source, eshell/., eshell/man, eshell/rm, eshell/mkdir,
eshell/rmdir, eshell/mv, eshell/cp, eshell/ln, eshell/cat,
eshell/make, eshell/diff, eshell/locate, eshell/occur, eshell/which,
eshell/addpath.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 03:46:48 +0000 (03:46 +0000)]
*** empty log message ***

23 years ago(eshell-number-regexp): Now that number conversions only happen for
John Wiegley [Thu, 10 May 2001 03:30:15 +0000 (03:30 +0000)]
(eshell-number-regexp): Now that number conversions only happen for
Lisp function calls, the number regexp should now match all integer
and floating point forms.

23 years agoDisable `eshell-stop-process' and `eshell-continue-process', since
John Wiegley [Thu, 10 May 2001 03:29:55 +0000 (03:29 +0000)]
Disable `eshell-stop-process' and `eshell-continue-process', since
they are both nonfunctional at the moment.
(eshell-proc-initialize): Don't bind keys for `eshell-stop-process' or
`eshell-continue-process'.

23 years ago(eshell-lisp-command): Before calling a Lisp function, convert any
John Wiegley [Thu, 10 May 2001 03:29:36 +0000 (03:29 +0000)]
(eshell-lisp-command): Before calling a Lisp function, convert any
string arguments that have been tagged as "numbers", by calling
string-to-number.

23 years ago(eshell-parse-argument-hook): If a number is encountered as an
John Wiegley [Thu, 10 May 2001 03:29:19 +0000 (03:29 +0000)]
(eshell-parse-argument-hook): If a number is encountered as an
argument, don't convert it right away, but tag the first character of
the string with the text properties `number', which signifies to
`eshell-lisp-command' that the argument should be passed through
`string-to-number' if it is actually used in the call to a Lisp
function.

23 years ago(eshell-shuffle-files): Apply `directory-file-name' before calling
John Wiegley [Thu, 10 May 2001 03:29:06 +0000 (03:29 +0000)]
(eshell-shuffle-files): Apply `directory-file-name' before calling
`file-name-directory'.

23 years ago(eshell-add-to-history): Reference to `eshell-history-ring' needed to
John Wiegley [Thu, 10 May 2001 03:28:51 +0000 (03:28 +0000)]
(eshell-add-to-history): Reference to `eshell-history-ring' needed to
be `eshell-history-index'.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 03:27:46 +0000 (03:27 +0000)]
*** empty log message ***

23 years agoOne more variable coming up nil on the first time around, needing
John Wiegley [Thu, 10 May 2001 02:46:38 +0000 (02:46 +0000)]
One more variable coming up nil on the first time around, needing
guarding.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 01:57:04 +0000 (01:57 +0000)]
*** empty log message ***

23 years ago(timeclock-find-discrep): Set `timeclock-last-event-workday' if it's
John Wiegley [Thu, 10 May 2001 01:55:51 +0000 (01:55 +0000)]
(timeclock-find-discrep): Set `timeclock-last-event-workday' if it's
still nil.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 01:06:33 +0000 (01:06 +0000)]
*** empty log message ***

23 years ago(timeclock-find-discrep): Initialize `elapsed' to 0.
John Wiegley [Thu, 10 May 2001 01:00:50 +0000 (01:00 +0000)]
(timeclock-find-discrep): Initialize `elapsed' to 0.

23 years ago(string-to-syntax): Close the @defun.
Stefan Monnier [Wed, 9 May 2001 20:34:19 +0000 (20:34 +0000)]
(string-to-syntax): Close the @defun.

23 years ago(archive-int-to-mode): Construct the string directly.
Stefan Monnier [Wed, 9 May 2001 20:29:56 +0000 (20:29 +0000)]
(archive-int-to-mode): Construct the string directly.
(archive-mode): Use capitalize.
(archive-unique-fname): Use make-temp-file.

23 years ago(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
Gerd Moellmann [Wed, 9 May 2001 17:02:00 +0000 (17:02 +0000)]
(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.

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

23 years ago(GIVE_UP): Fix for K&R C.
Gerd Moellmann [Wed, 9 May 2001 16:08:50 +0000 (16:08 +0000)]
(GIVE_UP): Fix for K&R C.

23 years ago(lisp-interaction-mode): Doc fix.
Gerd Moellmann [Wed, 9 May 2001 15:44:18 +0000 (15:44 +0000)]
(lisp-interaction-mode): Doc fix.

23 years ago(syms_of_print) <print-length, print-level>: Doc fix.
Gerd Moellmann [Wed, 9 May 2001 15:41:25 +0000 (15:41 +0000)]
(syms_of_print) <print-length, print-level>: Doc fix.

23 years ago(note_mouse_highlight): Don't change the mouse cursor
Gerd Moellmann [Wed, 9 May 2001 15:38:04 +0000 (15:38 +0000)]
(note_mouse_highlight): Don't change the mouse cursor
back to the text cursor shape without need.

23 years ago(tar-extract): Pay attention to the value of
Eli Zaretskii [Wed, 9 May 2001 15:37:30 +0000 (15:37 +0000)]
(tar-extract): Pay attention to the value of
coding-system-for-read, if it is non-nil.

23 years agoDocument problems with lukemftp.
Eli Zaretskii [Wed, 9 May 2001 15:21:44 +0000 (15:21 +0000)]
Document problems with lukemftp.

23 years ago(holidays): Add an autoload cookie. From Pavel Jan\7fk <Pavel@Janik.cz>.
Eli Zaretskii [Wed, 9 May 2001 15:13:33 +0000 (15:13 +0000)]
(holidays): Add an autoload cookie.  From Pavel Jan\7fk <Pavel@Janik.cz>.

23 years ago(Recognize Coding): Explain how to see what Emacs used to decode a file.
Eli Zaretskii [Wed, 9 May 2001 15:05:58 +0000 (15:05 +0000)]
(Recognize Coding): Explain how to see what Emacs used to decode a file.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 9 May 2001 11:32:18 +0000 (11:32 +0000)]
*** empty log message ***

23 years agoComment fixes.
Gerd Moellmann [Wed, 9 May 2001 10:38:47 +0000 (10:38 +0000)]
Comment fixes.

23 years agoRemove log entries for 20.5 .. 20.7.
Gerd Moellmann [Wed, 9 May 2001 09:50:49 +0000 (09:50 +0000)]
Remove log entries for 20.5 .. 20.7.

23 years ago(timeclock-workday-remaining): Changed logic for determining how much
John Wiegley [Tue, 8 May 2001 21:12:41 +0000 (21:12 +0000)]
(timeclock-workday-remaining): Changed logic for determining how much
time is remaining.
(timeclock-workday-elapsed): Don't accept a "relative" argument for
the current day's elapsed time.  What could that have meant?
(timeclock-workday-elapsed-string): No "relative" argument anymore.
(timeclock-when-to-leave): Changed logic, similarly to what was done
for `timeclock-workday-remaining'.
(timeclock-find-discrep): Removed "today-only" argument, which had no
meaning.  Fixed some more math problems.  The function now returns a
three member list: (TOTAL-TIME-DISCREPANCY TODAYS-TIME-DISCREPANCY
TODAYS-ELAPSED-TIME).