]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago(try_scrolling): If point is in the line below the
Gerd Moellmann [Mon, 5 Feb 2001 13:02:51 +0000 (13:02 +0000)]
(try_scrolling): If point is in the line below the
window, make sure to move the iterator at least a canonical
char height down.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 5 Feb 2001 12:24:27 +0000 (12:24 +0000)]
*** empty log message ***

24 years ago(Fmove_to_window_line): Don't add 1 if window is
Gerd Moellmann [Mon, 5 Feb 2001 12:24:00 +0000 (12:24 +0000)]
(Fmove_to_window_line): Don't add 1 if window is
vscrolled.

24 years ago(rmail-ignored-headers): Add X-Trace,
Gerd Moellmann [Mon, 5 Feb 2001 11:31:52 +0000 (11:31 +0000)]
(rmail-ignored-headers): Add X-Trace,
X-Complaints-To, NNTP-Posting-Date, and User-Agent.

24 years agoEliminate time-stamp functions.
Gerd Moellmann [Mon, 5 Feb 2001 11:21:33 +0000 (11:21 +0000)]
Eliminate time-stamp functions.
(ebnf-version): New version (3.5).
(ebnf-eps-finish-and-write): Replace time-stamp functions by
format-time-string.

24 years ago(next-line): Goto end-of-line before inserting a newline.
Gerd Moellmann [Mon, 5 Feb 2001 10:16:47 +0000 (10:16 +0000)]
(next-line): Goto end-of-line before inserting a newline.

24 years ago(insert-image-file): When visiting an image, set `truncate-lines' to t
Miles Bader [Mon, 5 Feb 2001 04:10:38 +0000 (04:10 +0000)]
(insert-image-file): When visiting an image, set `truncate-lines' to t
so that any fringe arrow looks correct.

24 years ago(CCL_WRITE_CHAR): Check if CH is valid or not. If
Kenichi Handa [Mon, 5 Feb 2001 01:20:55 +0000 (01:20 +0000)]
(CCL_WRITE_CHAR): Check if CH is valid or not.  If
invalid, execute CCL_INVALID_CMD.
(ccl_driver): If the CCL program is terminated because of
CCL_STAT_INVALID_CMD, copy the remaining source data to the
destination instead of throwing them away.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 5 Feb 2001 01:20:37 +0000 (01:20 +0000)]
*** empty log message ***

24 years ago(isearch-forward): Add description about input method in the docsting.
Kenichi Handa [Mon, 5 Feb 2001 00:39:48 +0000 (00:39 +0000)]
(isearch-forward): Add description about input method in the docsting.

24 years ago(isearch-forward): Add description about input method
Kenichi Handa [Mon, 5 Feb 2001 00:38:37 +0000 (00:38 +0000)]
(isearch-forward): Add description about input method
in the docsting.

24 years agoDocstring fixes.
Stefan Monnier [Sun, 4 Feb 2001 20:57:37 +0000 (20:57 +0000)]
Docstring fixes.

24 years ago(skeleton-internal-1): Always push the mark for @.
Stefan Monnier [Sun, 4 Feb 2001 20:46:51 +0000 (20:46 +0000)]
(skeleton-internal-1): Always push the mark for @.

24 years agoDon't say that isearch faces inherit from other faces.
Eli Zaretskii [Sun, 4 Feb 2001 18:32:50 +0000 (18:32 +0000)]
Don't say that isearch faces inherit from other faces.

24 years agoUpdate mouse-wheel section.
Miles Bader [Sun, 4 Feb 2001 08:46:00 +0000 (08:46 +0000)]
Update mouse-wheel section.

24 years agoRemove the more arcane part of Emacs debug instructions. Replace
Eli Zaretskii [Sun, 4 Feb 2001 07:29:18 +0000 (07:29 +0000)]
Remove the more arcane part of Emacs debug instructions.  Replace
them with a reference to etc/DEBUG.

24 years ago*** empty log message ***
Andrew Innes [Sat, 3 Feb 2001 18:27:42 +0000 (18:27 +0000)]
*** empty log message ***

24 years ago(LATIN): Fix last change to use () not {}.
Andrew Innes [Sat, 3 Feb 2001 18:27:26 +0000 (18:27 +0000)]
(LATIN): Fix last change to use () not {}.

24 years agoAdd note about need to specify extra compiler flags
Andrew Innes [Sat, 3 Feb 2001 18:26:12 +0000 (18:26 +0000)]
Add note about need to specify extra compiler flags
with recent Cygwin ports of gcc.

24 years ago(Trouble-shooting): Add note about need to specify extra
Andrew Innes [Sat, 3 Feb 2001 18:24:14 +0000 (18:24 +0000)]
(Trouble-shooting): Add note about need to specify extra
compiler flags with recent Cygwin ports of gcc.

24 years agoReplace outdated information.
Andrew Innes [Sat, 3 Feb 2001 18:23:30 +0000 (18:23 +0000)]
Replace outdated information.

24 years agoLeave a space before >> only when there is a
Andrew Innes [Sat, 3 Feb 2001 18:23:07 +0000 (18:23 +0000)]
Leave a space before >> only when there is a
preceding digit.  Add a comment about the importance of this.

24 years agoUpdate entry for mouse-wheel support.
Miles Bader [Sat, 3 Feb 2001 06:20:16 +0000 (06:20 +0000)]
Update entry for mouse-wheel support.

24 years ago*** empty log message ***
Stefan Monnier [Fri, 2 Feb 2001 18:21:56 +0000 (18:21 +0000)]
*** empty log message ***

24 years ago(info-initialize): If installation-directory is nil, for
Eli Zaretskii [Fri, 2 Feb 2001 18:10:41 +0000 (18:10 +0000)]
(info-initialize): If installation-directory is nil, for
DOS/Windows systems try looking in a sibling of
invocation-directory.

24 years agoYet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 18:06:18 +0000 (18:06 +0000)]
Yet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.

24 years agoMore typos from Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 16:36:27 +0000 (16:36 +0000)]
More typos from Juanma Barranquero <lektu@uol.com.br>.

24 years agoFix a couple of typos.
Eli Zaretskii [Fri, 2 Feb 2001 16:14:19 +0000 (16:14 +0000)]
Fix a couple of typos.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 15:28:28 +0000 (15:28 +0000)]
*** empty log message ***

24 years ago(x_set_font): If font hasn't changed, avoid recomputing
Gerd Moellmann [Fri, 2 Feb 2001 15:27:55 +0000 (15:27 +0000)]
(x_set_font): If font hasn't changed, avoid recomputing
faces and other things.

24 years ago(widget-button-click): Fix last change.
Gerd Moellmann [Fri, 2 Feb 2001 14:55:04 +0000 (14:55 +0000)]
(widget-button-click): Fix last change.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 13:57:46 +0000 (13:57 +0000)]
*** empty log message ***

24 years ago(frame-notice-user-settings): When resizing the initial
Gerd Moellmann [Fri, 2 Feb 2001 13:55:42 +0000 (13:55 +0000)]
(frame-notice-user-settings): When resizing the initial
frame because the tool bar is off, also change the frame's top
position if a negative top position was specified.

24 years ago(insert-image-file): When visiting an image, suppress the cursor in the
Miles Bader [Fri, 2 Feb 2001 13:11:39 +0000 (13:11 +0000)]
(insert-image-file): When visiting an image, suppress the cursor in the
image buffer.

24 years ago(errstatus): Chmod a+rx directories we create.
Gerd Moellmann [Fri, 2 Feb 2001 13:09:26 +0000 (13:09 +0000)]
(errstatus): Chmod a+rx directories we create.

24 years ago(uninstall): Ignore exit code of `rm'.
Gerd Moellmann [Fri, 2 Feb 2001 13:04:00 +0000 (13:04 +0000)]
(uninstall): Ignore exit code of `rm'.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 12:32:16 +0000 (12:32 +0000)]
*** empty log message ***

24 years ago(uninstall): Remove more info files. Remove
Gerd Moellmann [Fri, 2 Feb 2001 12:31:50 +0000 (12:31 +0000)]
(uninstall): Remove more info files.  Remove
${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.

24 years ago(get_next_display_element): Fix case of empty
Gerd Moellmann [Fri, 2 Feb 2001 11:51:06 +0000 (11:51 +0000)]
(get_next_display_element): Fix case of empty
display table entry.

24 years agoSeveral typos fixed. From Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 07:57:56 +0000 (07:57 +0000)]
Several typos fixed.  From Juanma Barranquero <lektu@uol.com.br>.

24 years ago(Fconstrain_to_field): Doc fix.
Eli Zaretskii [Fri, 2 Feb 2001 07:54:48 +0000 (07:54 +0000)]
(Fconstrain_to_field): Doc fix.

24 years ago(Fclear_face_cache): Rename the `thorougly' argument
Eli Zaretskii [Fri, 2 Feb 2001 07:50:18 +0000 (07:50 +0000)]
(Fclear_face_cache): Rename the `thorougly' argument
into `thoroughly', to make it consistent with the doc string.

24 years ago(Fenlarge_window, Fshrink_window): Doc fix.
Eli Zaretskii [Fri, 2 Feb 2001 07:42:05 +0000 (07:42 +0000)]
(Fenlarge_window, Fshrink_window): Doc fix.

24 years ago#
André Spiegel [Fri, 2 Feb 2001 07:25:49 +0000 (07:25 +0000)]
#

24 years agoRemove autoloads. Require vc when compiling.
André Spiegel [Fri, 2 Feb 2001 07:21:21 +0000 (07:21 +0000)]
Remove autoloads.  Require vc when compiling.

24 years ago2001-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 2 Feb 2001 03:15:52 +0000 (03:15 +0000)]
2001-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-score.el (gnus-summary-score-entry): match may be an integer.

* gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
command if there is not last-saver.

* rfc2047.el (rfc2047-encode): MIME charset is not coding system.
(rfc2047-charset-encoding-alist): Add big5.

* mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
GB2312 and Big5.

* gnus-score.el (gnus-score-lower-thread): Fix a doc typo.

* gnus-sum.el (gnus-summary-print-article): Remove process mark.

* gnus-sum.el (gnus-summary-print-article): Take one prefix
argument. Allow to print several articles in one file.

* webmail.el (webmail-type-definition): netaddress changes.

24 years ago(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa [Thu, 1 Feb 2001 23:47:16 +0000 (23:47 +0000)]
(LATIN): Include ${srcdir}/quail/latin-alt.elc.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 1 Feb 2001 23:46:41 +0000 (23:46 +0000)]
*** empty log message ***

24 years agoLaTeX-like input method for Latin characaters
Kenichi Handa [Thu, 1 Feb 2001 23:32:12 +0000 (23:32 +0000)]
LaTeX-like input method for Latin characaters

24 years ago(LATIN): Include $(srcdir)/quail/latin-alt.elc.
Andrew Innes [Thu, 1 Feb 2001 23:06:49 +0000 (23:06 +0000)]
(LATIN): Include $(srcdir)/quail/latin-alt.elc.

24 years ago(search_buffer): Call set_search_regs with a byte
Gerd Moellmann [Thu, 1 Feb 2001 19:21:52 +0000 (19:21 +0000)]
(search_buffer): Call set_search_regs with a byte
position, not a character position.

24 years agoCopyright up-date.
Dave Love [Thu, 1 Feb 2001 17:42:44 +0000 (17:42 +0000)]
Copyright up-date.

24 years ago(f90-mode): Remove startup message.
Dave Love [Thu, 1 Feb 2001 16:02:07 +0000 (16:02 +0000)]
(f90-mode): Remove startup message.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 1 Feb 2001 15:37:03 +0000 (15:37 +0000)]
*** empty log message ***

24 years ago(command-line): Fix code determining whether or not
Gerd Moellmann [Thu, 1 Feb 2001 15:22:20 +0000 (15:22 +0000)]
(command-line): Fix code determining whether or not
to use delete-key-deletes-forward-mode.

24 years ago#
André Spiegel [Thu, 1 Feb 2001 15:16:04 +0000 (15:16 +0000)]
#

24 years ago(vc-sccs-diff-switches): New customization option.
André Spiegel [Thu, 1 Feb 2001 15:12:35 +0000 (15:12 +0000)]
(vc-sccs-diff-switches): New customization option.
(vc-sccs-diff): Use it via vc-diff-switches-list.
(vc-sccs-workfile-unchanged-p): Return correct status.

24 years ago(vc-rcs-diff-switches): New customization option.
André Spiegel [Thu, 1 Feb 2001 15:11:05 +0000 (15:11 +0000)]
(vc-rcs-diff-switches): New customization option.
(vc-rcs-diff): Use it via vc-diff-switches-list.

24 years ago(vc-cvs-diff-switches): New customization option.
André Spiegel [Thu, 1 Feb 2001 15:10:16 +0000 (15:10 +0000)]
(vc-cvs-diff-switches): New customization option.
(vc-cvs-diff): Use it via vc-diff-switches-list.

24 years ago(vc-diff-switches): New user option.
André Spiegel [Thu, 1 Feb 2001 15:08:49 +0000 (15:08 +0000)]
(vc-diff-switches): New user option.
(vc-version-diff): Use it.
(vc-diff-switches-list): New macro.

24 years ago(x_set_tool_bar_lines): Do nothing If frame is
Gerd Moellmann [Thu, 1 Feb 2001 15:01:11 +0000 (15:01 +0000)]
(x_set_tool_bar_lines): Do nothing If frame is
minibuffer-only,

24 years ago(Fmodify_frame_parameters): Doc fix.
Eli Zaretskii [Thu, 1 Feb 2001 14:09:49 +0000 (14:09 +0000)]
(Fmodify_frame_parameters): Doc fix.

24 years ago(toplevel): Quote hook symbols.
Gerd Moellmann [Thu, 1 Feb 2001 12:21:19 +0000 (12:21 +0000)]
(toplevel): Quote hook symbols.

24 years agoMove note [4] to the no-sh column.
Eli Zaretskii [Thu, 1 Feb 2001 09:54:43 +0000 (09:54 +0000)]
Move note [4] to the no-sh column.

24 years agoUse "rm -f" instead of "del /f", as the latter
Eli Zaretskii [Thu, 1 Feb 2001 09:52:05 +0000 (09:52 +0000)]
Use "rm -f" instead of "del /f", as the latter
is not supported by Windows 9X's COMMAND.COM.

24 years ago(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa [Thu, 1 Feb 2001 07:31:45 +0000 (07:31 +0000)]
(LATIN): Include ${srcdir}/quail/latin-alt.elc.

24 years ago("greek-mizuochi"): New input method for classical Greek.
Kenichi Handa [Thu, 1 Feb 2001 07:31:14 +0000 (07:31 +0000)]
("greek-mizuochi"): New input method for classical Greek.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 1 Feb 2001 07:30:57 +0000 (07:30 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Kenichi Handa [Wed, 31 Jan 2001 23:56:40 +0000 (23:56 +0000)]
*** empty log message ***

24 years ago(make-coding-system): Add description
Kenichi Handa [Wed, 31 Jan 2001 23:51:49 +0000 (23:51 +0000)]
(make-coding-system): Add description
about recognized properties in the docstring.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 31 Jan 2001 23:50:06 +0000 (23:50 +0000)]
*** empty log message ***

24 years agoRemove unused charsets mac-roman-lower and mac-roman-upper.
Kenichi Handa [Wed, 31 Jan 2001 23:39:40 +0000 (23:39 +0000)]
Remove unused charsets mac-roman-lower and mac-roman-upper.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 31 Jan 2001 23:39:24 +0000 (23:39 +0000)]
*** empty log message ***

24 years agoChange the include blocker to the same form as in other header
Gerd Moellmann [Wed, 31 Jan 2001 20:34:39 +0000 (20:34 +0000)]
Change the include blocker to the same form as in other header
files.

24 years ago(EMACS_FRAME_H_INCLUDED): Use an include blocker
Gerd Moellmann [Wed, 31 Jan 2001 20:32:40 +0000 (20:32 +0000)]
(EMACS_FRAME_H_INCLUDED): Use an include blocker
identifier which is not reserved by Standard C.

24 years ago(enum window_part): New enumeration.
Gerd Moellmann [Wed, 31 Jan 2001 20:28:13 +0000 (20:28 +0000)]
(enum window_part): New enumeration.
(Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
Qright_bitmap_area.
(coordinates_in_window): Return an enumerator from enum
window_part.  Fix handling of right scroll bar.
(Fcoordinates_in_window_p): Doc fix.  Return `left-fringe' and
`right-fringe' instead of `left-bitmap-area' and
`right-bitmap-area'.  Use enumerators from enum window_part
instead of hard-coded integers.
(check_window_containing, window_from_coordinates): Use
enumerators from enum window_part instead of hard-coded integers.
(syms_of_window): Replace Qleft_bitmap_area and
Qright_bitmap_area.with Qleft_fringe and Qright_fringe.

24 years agoUpdate copyright.
Gerd Moellmann [Wed, 31 Jan 2001 20:25:41 +0000 (20:25 +0000)]
Update copyright.

24 years ago(FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
Gerd Moellmann [Wed, 31 Jan 2001 20:24:36 +0000 (20:24 +0000)]
(FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.

24 years ago*** empty log message ***
Dave Love [Wed, 31 Jan 2001 20:03:46 +0000 (20:03 +0000)]
*** empty log message ***

24 years ago(Regexp Backslash): categories.
Dave Love [Wed, 31 Jan 2001 19:12:18 +0000 (19:12 +0000)]
(Regexp Backslash): categories.

24 years agodescribe-categories
Dave Love [Wed, 31 Jan 2001 19:10:33 +0000 (19:10 +0000)]
describe-categories

24 years ago(mm-mime-mule-charset-alist)
Dave Love [Wed, 31 Jan 2001 18:37:17 +0000 (18:37 +0000)]
(mm-mime-mule-charset-alist)
(mm-find-mime-charset-region): Consider mule-utf-8.

24 years ago(hook-run): Define to run xreload.
Dave Love [Wed, 31 Jan 2001 18:33:30 +0000 (18:33 +0000)]
(hook-run): Define to run xreload.

24 years agoChanges, clean-ups, and typo fixes from Richard M. Stallman.
Eli Zaretskii [Wed, 31 Jan 2001 17:34:45 +0000 (17:34 +0000)]
Changes, clean-ups, and typo fixes from Richard M. Stallman.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 31 Jan 2001 17:24:54 +0000 (17:24 +0000)]
*** empty log message ***

24 years agoMacro changes to avoid overfull boxes.
Gerd Moellmann [Wed, 31 Jan 2001 17:24:19 +0000 (17:24 +0000)]
Macro changes to avoid overfull boxes.

24 years ago(Fformat_time_string): Doc fix.
Eli Zaretskii [Wed, 31 Jan 2001 17:05:55 +0000 (17:05 +0000)]
(Fformat_time_string): Doc fix.

24 years ago(set-fill-prefix): Cancel fill prefix if point
Gerd Moellmann [Wed, 31 Jan 2001 16:12:41 +0000 (16:12 +0000)]
(set-fill-prefix): Cancel fill prefix if point
is in front of the left-margin, if any.

24 years agoMove 19.x news to ONEWS.
Gerd Moellmann [Wed, 31 Jan 2001 15:20:17 +0000 (15:20 +0000)]
Move 19.x news to ONEWS.

24 years ago*** empty log message ***
Stefan Monnier [Wed, 31 Jan 2001 15:19:39 +0000 (15:19 +0000)]
*** empty log message ***

24 years agoMove 19.x news from NEWS here.
Gerd Moellmann [Wed, 31 Jan 2001 15:19:32 +0000 (15:19 +0000)]
Move 19.x news from NEWS here.

24 years ago(Fwhere_is_internal): Use the first valid binding
Stefan Monnier [Wed, 31 Jan 2001 15:19:30 +0000 (15:19 +0000)]
(Fwhere_is_internal): Use the first valid binding
if no ascii binding is found (when firstonly is t).

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 31 Jan 2001 15:11:07 +0000 (15:11 +0000)]
*** empty log message ***

24 years ago(hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
Gerd Moellmann [Wed, 31 Jan 2001 15:10:34 +0000 (15:10 +0000)]
(hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
(hi-lock-find-patterns): Turn on font-lock-mode, if it is not
on already.

24 years agoDefine `kp-delete' like `delete' in function-key-map.
Gerd Moellmann [Wed, 31 Jan 2001 15:06:28 +0000 (15:06 +0000)]
Define `kp-delete' like `delete' in function-key-map.

24 years ago(delete-key-deletes-forward-mode): Treat `kp-delete'
Gerd Moellmann [Wed, 31 Jan 2001 15:05:25 +0000 (15:05 +0000)]
(delete-key-deletes-forward-mode): Treat `kp-delete'
like `delete'.

24 years agoModified some comments.
Francesco Potortì [Wed, 31 Jan 2001 14:52:04 +0000 (14:52 +0000)]
Modified some comments.
Resumed the correct pot version number.
Going to version 3.

24 years ago(interactive_p): New function.
Gerd Moellmann [Wed, 31 Jan 2001 14:48:31 +0000 (14:48 +0000)]
(interactive_p): New function.
(Finteractive_p): Use it.

24 years ago(interactive_p): Add prototype.
Gerd Moellmann [Wed, 31 Jan 2001 14:48:07 +0000 (14:48 +0000)]
(interactive_p): Add prototype.

24 years ago(Fscroll_right, Fscroll_left): Use interactive_p
Gerd Moellmann [Wed, 31 Jan 2001 14:47:44 +0000 (14:47 +0000)]
(Fscroll_right, Fscroll_left): Use interactive_p
instead of Finteractive_p.