]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 26 Nov 2001 00:08:20 +0000 (00:08 +0000)]
(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
Richard M. Stallman [Mon, 26 Nov 2001 00:07:17 +0000 (00:07 +0000)]
(Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
Kenichi Handa [Mon, 26 Nov 2001 00:05:57 +0000 (00:05 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 26 Nov 2001 00:05:33 +0000 (00:05 +0000)]
(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
Richard M. Stallman [Mon, 26 Nov 2001 00:04:43 +0000 (00:04 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 25 Nov 2001 23:52:51 +0000 (23:52 +0000)]
(vc-cvs-parse-entry): Rewrite, comparing the string-
rather than integer- representation of dates.
Stefan Monnier [Sun, 25 Nov 2001 23:07:49 +0000 (23:07 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 25 Nov 2001 23:07:38 +0000 (23:07 +0000)]
(merge_face_heights): Coerce back to int explicitly.
Stefan Monnier [Sun, 25 Nov 2001 22:37:00 +0000 (22:37 +0000)]
(fill-indent-according-to-mode): Default to nil.
Stefan Monnier [Sun, 25 Nov 2001 22:19:45 +0000 (22:19 +0000)]
(imap-interactive-login, imap-open, imap-authenticate):
Use make-local-variable rather than make-variable-buffer-local.
Stefan Monnier [Sun, 25 Nov 2001 22:05:17 +0000 (22:05 +0000)]
Don't profile syntax-ppss any more.
(syntax-after): New fun.
Stefan Monnier [Sun, 25 Nov 2001 22:03:45 +0000 (22:03 +0000)]
(describe-syntax): New fun.
Stefan Monnier [Sun, 25 Nov 2001 22:01:15 +0000 (22:01 +0000)]
(font-lock-cache-state, font-lock-cache-position)
(font-lock-ppss-stats, font-lock-ppss): Remove.
(font-lock-fontify-syntactically-region): Remove tuning code.
(font-lock-compile-keywords): Fix off-by-one bug.
(font-lock-set-defaults): Don't set removed vars.
(c-keywords): Add `inline'.
(c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
Stefan Monnier [Sun, 25 Nov 2001 21:47:40 +0000 (21:47 +0000)]
(lisp-mode-variables): Set syntax-begin-function.
(lisp-interaction-mode-abbrev-table): Defvar to its correct value.
(lisp-interaction-mode): Don't set local-abbrev-table any more.
(lisp-mode-auto-fill): Use syntax-ppss and obey
comment-auto-fill-only-comments.
(lisp-fill-paragraph): Use syntax-ppss.
ShengHuo ZHU [Sun, 25 Nov 2001 20:45:37 +0000 (20:45 +0000)]
2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
* mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
version of rmail-enable-mime.
(rmail-forward): Use it.
* message.el (message-forward-rmail-make-body):
save-window-excursion.
(message-encode-message-body): no error.
(message-setup-1): compose-mail send-actions are different from
message-send-actions.
* message.el (message-forward-subject-author-subject): Don't use
message-news-p, which widens the buffer.
(message-forward-make-body): New function.
(message-forward): Use it.
(message-insinuate-rmail): New.
(message-forward-rmail-make-body): New.
Richard M. Stallman [Sun, 25 Nov 2001 19:35:29 +0000 (19:35 +0000)]
(lisp-indent-function): Add doc string.
Richard M. Stallman [Sun, 25 Nov 2001 19:16:10 +0000 (19:16 +0000)]
Fix previous change.
Richard M. Stallman [Sun, 25 Nov 2001 18:54:40 +0000 (18:54 +0000)]
(quail-keyboard-layout-button): Define button type.
(quail-keyboard-customize-button): Likewise.
(quail-help): Use those button types. Require `help-mode'.
Avoid altering the argument `package'.
Richard M. Stallman [Sun, 25 Nov 2001 18:49:03 +0000 (18:49 +0000)]
(help-function, help-variable, help-face)
(help-coding-system, help-input-method, help-character-set):
Define each button type with its own explicit define-button-type.
Eli Zaretskii [Sun, 25 Nov 2001 18:25:33 +0000 (18:25 +0000)]
(Vertical Scrolling): Document what does nil mean as the first arg of
set-window-vscroll.
Eli Zaretskii [Sun, 25 Nov 2001 18:21:09 +0000 (18:21 +0000)]
(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
Eli Zaretskii [Sun, 25 Nov 2001 18:02:45 +0000 (18:02 +0000)]
Modify a commented-out non-nil value of jit-lock-defer-time, to
make it consistent with the lazy-lock-defer-time's default value.
Eli Zaretskii [Sun, 25 Nov 2001 18:00:35 +0000 (18:00 +0000)]
Minor change of wording in the documentation of jit-lock-defer-time.
Eli Zaretskii [Sun, 25 Nov 2001 17:55:38 +0000 (17:55 +0000)]
Move @contents to the beginning of the file.
Set the size to @smallbook.
Richard M. Stallman [Sun, 25 Nov 2001 17:45:36 +0000 (17:45 +0000)]
Simplify previous change.
Richard M. Stallman [Sun, 25 Nov 2001 17:43:04 +0000 (17:43 +0000)]
(command-line-1): Don't do startup screen if a subprocess is running.
Call the startup screen buffer "GNU Emacs". Make a special
mode-line-format for it.
Richard M. Stallman [Sun, 25 Nov 2001 17:37:10 +0000 (17:37 +0000)]
Undo previous change.
ShengHuo ZHU [Sun, 25 Nov 2001 15:17:24 +0000 (15:17 +0000)]
2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-util.el (gnus-directory-sep-char-regexp): New.
* gnus-score.el (gnus-score-find-bnews): Sync with Gnus CVS.
* mm-util.el: Sync.
* gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
(gnus-summary-limit-to-author): Ditto.
(gnus-summary-limit-to-extra): Ditto.
(gnus-summary-find-matching): Support not-matching argument.
* message.el (message-wash-subject): Use `insert' rather than
`insert-string', which is deprecated.
From Kai Gro\e ,A_\e (Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Pavel Janík [Sun, 25 Nov 2001 15:11:22 +0000 (15:11 +0000)]
(smtpmail-deduce-address-list): Don't use insert-string.
Miles Bader [Sun, 25 Nov 2001 12:38:45 +0000 (12:38 +0000)]
(Fields): Describe new `limit' arg in field-beginning/field-end.
Pavel Janík [Sun, 25 Nov 2001 11:36:17 +0000 (11:36 +0000)]
*** empty log message ***
Jason Rumney [Sun, 25 Nov 2001 11:35:13 +0000 (11:35 +0000)]
*** empty log message ***
Pavel Janík [Sun, 25 Nov 2001 11:33:26 +0000 (11:33 +0000)]
(tetris-mode): Remove make-local-hook.
Jason Rumney [Sun, 25 Nov 2001 11:33:04 +0000 (11:33 +0000)]
Remove comments about tooltips not being supported on MS-Windows.
Pavel Janík [Sun, 25 Nov 2001 11:32:52 +0000 (11:32 +0000)]
(snake-mode): Remove make-local-hook.
Pavel Janík [Sun, 25 Nov 2001 11:32:23 +0000 (11:32 +0000)]
(decipher-mode): Remove make-local-hook.
Pavel Janík [Sun, 25 Nov 2001 11:31:50 +0000 (11:31 +0000)]
(tmm-add-prompt): Remove make-local-hook.
Jason Rumney [Sun, 25 Nov 2001 11:14:35 +0000 (11:14 +0000)]
Added entry for tooltips on MS Windows.
Jason Rumney [Sun, 25 Nov 2001 11:09:18 +0000 (11:09 +0000)]
Remove notes about tooltips not working on Windows.
Jason Rumney [Sun, 25 Nov 2001 11:03:33 +0000 (11:03 +0000)]
(x_create_tip_frame): Set frame's fringes_extra to 0.
(Fx_show_tip): Block input during frame creation.
(Fx_show_tip, Fx_hide_tip): Enable.
Jason Rumney [Sun, 25 Nov 2001 11:01:10 +0000 (11:01 +0000)]
(FRAME_X_FRINGE_COLS): No fringe on tip frames.
Richard M. Stallman [Sun, 25 Nov 2001 10:57:45 +0000 (10:57 +0000)]
Clarify behavior of forward-comment.
Richard M. Stallman [Sun, 25 Nov 2001 10:09:09 +0000 (10:09 +0000)]
Comment out parts of the file which apparently are garbled.
Eli Zaretskii [Sun, 25 Nov 2001 09:07:21 +0000 (09:07 +0000)]
Removed, as we now have indian.el.
Sam Steingold [Sun, 25 Nov 2001 05:46:35 +0000 (05:46 +0000)]
(menu-bar-apropos-menu): Moved all `apropos' bindings here.
(menu-bar-help-menu): Added `menu-bar-apropos-menu'.
Sam Steingold [Sun, 25 Nov 2001 05:38:00 +0000 (05:38 +0000)]
doc tweak
Miles Bader [Sun, 25 Nov 2001 05:34:46 +0000 (05:34 +0000)]
Add my stuff
Richard M. Stallman [Sun, 25 Nov 2001 02:51:52 +0000 (02:51 +0000)]
Fix index entry for comment-indent-function.
Richard M. Stallman [Sun, 25 Nov 2001 02:42:37 +0000 (02:42 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 25 Nov 2001 02:41:14 +0000 (02:41 +0000)]
New file.
Richard M. Stallman [Sun, 25 Nov 2001 02:40:11 +0000 (02:40 +0000)]
Completely re-written.
Richard M. Stallman [Sun, 25 Nov 2001 02:36:28 +0000 (02:36 +0000)]
Change indian-1-column charset to indian-glyph charset.
Richard M. Stallman [Sun, 25 Nov 2001 02:35:29 +0000 (02:35 +0000)]
Delete the setting for indian-1-column
and add the setting for indian-glyph in the default fontset.
Richard M. Stallman [Sun, 25 Nov 2001 02:34:41 +0000 (02:34 +0000)]
Adjusted for the change of indian-1-column -> indian-glyph.
Richard M. Stallman [Sun, 25 Nov 2001 02:31:49 +0000 (02:31 +0000)]
Adjusted for the file name change:
quail/devanagari.elc -> quail/indian.elc.
Richard M. Stallman [Sun, 25 Nov 2001 02:31:25 +0000 (02:31 +0000)]
Renamed from devanagari.el, and completely re-written.
The input method devanagari-hindi-transliteration is merged with
devanagari-itrans, devanagari-keyboard-a is renamed to
devanagari-inscript, devanagari-transliteration is renamed to
devanagari-kyoto-harvard.
Richard M. Stallman [Sun, 25 Nov 2001 02:13:13 +0000 (02:13 +0000)]
(Fload): Detect recursive load error for more than 3
nestings of the same file.
(Vrecursive_load_depth_limit): Variable deleted.
(syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
Richard M. Stallman [Sun, 25 Nov 2001 00:12:11 +0000 (00:12 +0000)]
Add pagination.
(ruler-mode-toggle-show-tab-stops): No need to test `ruler-mode' variable.
Richard M. Stallman [Sun, 25 Nov 2001 00:04:41 +0000 (00:04 +0000)]
(browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.
Richard M. Stallman [Sun, 25 Nov 2001 00:02:05 +0000 (00:02 +0000)]
(sc-toggle-var): Don't use set-variable or eval-expression.
Eval and set the variable simply.
Richard M. Stallman [Sat, 24 Nov 2001 23:59:28 +0000 (23:59 +0000)]
(temporary-file-directory): Use defcustom.
(small-temporary-file-directory): Likewise.
(normal-backup-enable-predicate): Move down in file
after definition of temporary-file-directory.
Richard M. Stallman [Sat, 24 Nov 2001 23:57:29 +0000 (23:57 +0000)]
(last-buffer, unbury-buffer): Doc fixes.
Colin Walters [Sat, 24 Nov 2001 22:34:26 +0000 (22:34 +0000)]
(Commentary): Cleanup, and add logistic curve fitting suggestion from
Robert J. Chassell <bob@rattlesnake.com>.
Colin Walters [Sat, 24 Nov 2001 20:51:34 +0000 (20:51 +0000)]
(calc-init-extensions): Update the rest of the autoload names to match
files renamed on initial calc import.
Eli Zaretskii [Sat, 24 Nov 2001 18:28:55 +0000 (18:28 +0000)]
Document the URLs where one can find special versions of TeX required for
Czech and Slovak *.tex documents.
Jason Rumney [Sat, 24 Nov 2001 18:11:01 +0000 (18:11 +0000)]
*** empty log message ***
Jason Rumney [Sat, 24 Nov 2001 17:51:07 +0000 (17:51 +0000)]
(prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
for all Windowed systems.
Jason Rumney [Sat, 24 Nov 2001 17:48:40 +0000 (17:48 +0000)]
(compute_tip_xy): Initialize root_x and root_y from
mouse position if either left or top is not specified.
Jason Rumney [Sat, 24 Nov 2001 17:39:31 +0000 (17:39 +0000)]
(w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
<WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
(my_create_tip_window, Fx_show_tip): Adjust size for external border.
(my_create_tip_window): Assign tip_window.
(x_create_tip_frame): Use same defaults as X.
(compute_tip_xy): Remove unused variable. Use full screen width.
(Fx_show_tip): Do not double height. Call ShowWindow directly.
Jason Rumney [Sat, 24 Nov 2001 17:31:06 +0000 (17:31 +0000)]
(x_after_update_window_line): Doc fix.
(w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip frames.
<WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
Pavel Janík [Sat, 24 Nov 2001 17:10:39 +0000 (17:10 +0000)]
Fix typo in comment.
Pavel Janík [Sat, 24 Nov 2001 17:07:15 +0000 (17:07 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 16:42:41 +0000 (16:42 +0000)]
*** empty log message ***
Jason Rumney [Sat, 24 Nov 2001 16:42:15 +0000 (16:42 +0000)]
Install entry from 2001-11-20 that had unnoticed conflicts.
Eli Zaretskii [Sat, 24 Nov 2001 16:42:00 +0000 (16:42 +0000)]
(install-arch-indep, uninstall): Add ELisp Intro files.
Miles Bader [Sat, 24 Nov 2001 14:54:05 +0000 (14:54 +0000)]
Add eintr*
Eli Zaretskii [Sat, 24 Nov 2001 14:10:12 +0000 (14:10 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 12:36:02 +0000 (12:36 +0000)]
Remove sentence about contributions to PBM icons.
Eli Zaretskii [Sat, 24 Nov 2001 12:01:44 +0000 (12:01 +0000)]
Add lispintro.
Eli Zaretskii [Sat, 24 Nov 2001 11:55:38 +0000 (11:55 +0000)]
Mention the Elisp Intro manual.
Eli Zaretskii [Sat, 24 Nov 2001 11:49:24 +0000 (11:49 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 11:49:13 +0000 (11:49 +0000)]
Copy files in the lispintro directory.
Eli Zaretskii [Sat, 24 Nov 2001 11:41:23 +0000 (11:41 +0000)]
Configure in the lispintro directory.
Eli Zaretskii [Sat, 24 Nov 2001 11:29:23 +0000 (11:29 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 11:28:43 +0000 (11:28 +0000)]
Regenerated.
Eli Zaretskii [Sat, 24 Nov 2001 11:28:27 +0000 (11:28 +0000)]
(AC_OUTPUT): Add lispintro/Makefile.
Eli Zaretskii [Sat, 24 Nov 2001 10:48:21 +0000 (10:48 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 10:47:42 +0000 (10:47 +0000)]
(SUBDIR_MAKEFILES): Add lispintro.
(lispref/Makefile): New target.
(mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
(unlock, relock, info, dvi): Ditto.
Gerd Moellmann [Sat, 24 Nov 2001 10:38:58 +0000 (10:38 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 10:37:52 +0000 (10:37 +0000)]
(SHELL): Comment away, for lispintro.
Eli Zaretskii [Sat, 24 Nov 2001 10:36:56 +0000 (10:36 +0000)]
(lispintro): New target.
(all): Add lispintro.
Eli Zaretskii [Sat, 24 Nov 2001 10:23:23 +0000 (10:23 +0000)]
(TEXADD): Remove.
Eli Zaretskii [Sat, 24 Nov 2001 10:02:09 +0000 (10:02 +0000)]
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii [Sat, 24 Nov 2001 10:00:35 +0000 (10:00 +0000)]
Modified to reflect changes in the file names.
Eli Zaretskii [Sat, 24 Nov 2001 09:57:24 +0000 (09:57 +0000)]
Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii [Sat, 24 Nov 2001 09:54:31 +0000 (09:54 +0000)]
Modified for the Emacs distribution.
Eli Zaretskii [Sat, 24 Nov 2001 09:41:13 +0000 (09:41 +0000)]
Update the entry for Emacs Lisp Introduction.
Eli Zaretskii [Sat, 24 Nov 2001 08:45:51 +0000 (08:45 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 08:45:51 +0000 (08:45 +0000)]
Edit image file so arrow lines up properly.
Colin Walters [Sat, 24 Nov 2001 02:50:42 +0000 (02:50 +0000)]
(Installation): Change 'url' into 'uref'.