1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00
Commit graph

55251 commits

Author SHA1 Message Date
Juri Linkov
e3668698dc (auto-coding-alist): Sync with
`auto-mode-alist' by adding upper case archive file extensions
and adding ear/war to jar extension.
2005-03-19 19:58:09 +00:00
Stefan Monnier
6027e473ed (Fignore_event): Remove.
(syms_of_frame): Don't defsubr it.
2005-03-19 16:37:27 +00:00
Stefan Monnier
a18bf8979e (keys_of_keyboard): Just use ignore' instead of the redundant ignore-event'. 2005-03-19 16:36:01 +00:00
Eli Zaretskii
dc2ab26eb7 (save-buffer): Fix last change. 2005-03-19 15:11:07 +00:00
Eli Zaretskii
864f69e9ca *** empty log message *** 2005-03-19 15:07:32 +00:00
Eli Zaretskii
431e839637 (Acknowledgments): Update. 2005-03-19 15:07:04 +00:00
Eli Zaretskii
3356ce3b56 (tex-view): If tex-shell process is not running, restart it. 2005-03-19 14:45:20 +00:00
Eli Zaretskii
580a2a0205 (Man-follow-manual-reference): If current-word returns nil, use "". 2005-03-19 14:37:59 +00:00
Eli Zaretskii
62832105d7 (finder-current-item): Throw an error on an empty line. 2005-03-19 14:35:59 +00:00
Eli Zaretskii
09ad1a5b64 (goto-line): Doc fix. 2005-03-19 14:25:29 +00:00
Eli Zaretskii
9dce96b55a (save-buffer): Doc fix. 2005-03-19 14:18:22 +00:00
Eli Zaretskii
068f123a5f (recentf-cleanup-remote): New variable.
(recentf-cleanup): Use it to conditionally check availablity of
remote files.
2005-03-19 14:10:46 +00:00
Eli Zaretskii
1b1556b11a (lisp-mode-variables): Recognize `@' in function names. 2005-03-19 14:01:52 +00:00
Eli Zaretskii
504f06a270 New file, from Werner Lemberg and Kenichi Handa. 2005-03-19 13:53:13 +00:00
Eli Zaretskii
4a3cb25227 (Antinews): Refer to Emacs 21.4, not 21.3. Update copyright years. 2005-03-19 13:40:50 +00:00
Eli Zaretskii
a139f6827a Update copyright years. 2005-03-19 13:39:54 +00:00
Eli Zaretskii
79d2d2796a (backup-buffer): If the file's directory is not writable,
use copy instead of move to backup the file.
2005-03-19 13:30:10 +00:00
Eli Zaretskii
f3b7338cc3 Moved keyswap.el from term/ to obsolete/. 2005-03-19 13:15:38 +00:00
Eli Zaretskii
730f4d722a (write_segment, unexec): Move these functions to avoid forward
references (which cause errors with "gcc -gcoff").
2005-03-19 11:52:25 +00:00
Vinicius Jose Latorre
f601dcd602 Fix date in ps-print-version. 2005-03-19 04:18:17 +00:00
Vinicius Jose Latorre
5d62baca6d Use functionp instead symbolp and fboundp. 2005-03-19 04:11:54 +00:00
Stefan Monnier
951f97e67d (table--line-column-position): New idiom.
(table--row-column-insertion-point-p): New function to test
validity of row and column insertion operation at a location.
(table-global-menu, table-cell-menu): Use above functions for
deterministic test operation.
(table--editable-cell-p): Behave in deterministic fashion.
2005-03-18 23:17:34 +00:00
Jan Djärv
9188be4789 h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so
that it doesn't become "tooltip".  The specbind is enough.
2005-03-18 21:20:55 +00:00
Jan Djärv
a01a20dbff * xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
that it doesn't	become "tooltip".  The specbind is enough.
2005-03-18 21:19:23 +00:00
Jan Djärv
8d5980cff4 * xfns.c: Removed setting of Vx_resource_name so that it doesn't
become "tooltip".  The specbind is enough.
2005-03-18 21:17:42 +00:00
Stefan Monnier
f677a3a378 Adjust the Lucid-menu item. 2005-03-18 21:07:27 +00:00
Jan Djärv
5b9562c3df * emacsclient.c: Avoid expansion of getcwd when defined as a macro. 2005-03-18 20:44:50 +00:00
Jan Djärv
c7f6afd598 * xrdb.c (x_load_resources): Use different char *helv when I18N
is present.
2005-03-18 20:39:32 +00:00
Richard M. Stallman
280840475e *** empty log message *** 2005-03-18 18:35:33 +00:00
Juri Linkov
1332f1a08b (ispell-lazy-highlight): New defcustom.
(ispell-highlight-face): Set default face to `isearch' when
lazy highlighting is enabled.
(ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
priority to 1.  Add lazy highlighting.
(ispell-highlight-spelling-error-xemacs): Remove obsolete arg
from `isearch-dehighlight'.
2005-03-18 10:01:12 +00:00
Juri Linkov
444697a17a (perform-replace): Remove bindings of global
variables isearch-string, isearch-regexp, isearch-case-fold-search.
Add three new arguments to `replace-highlight'.
(replace-highlight): Add arguments string, regexp, case-fold.
Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
to allow isearch-lazy-highlight-new-loop to use these values
to set corresponding isearch-lazy-highlight-... internal
variables whose values lazy highlighting will use regardless of
changes to global variables isearch-string, isearch-regexp,
isearch-case-fold-search during lazy highlighting loop.
(replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
to `lazy-highlight-cleanup'.
2005-03-18 09:59:45 +00:00
Juri Linkov
d9dd1f33b6 (isearch-lazy-highlight-new-loop):
Make arguments beg and end optional.
(isearch-update): Remove optional arguments nil from
isearch-lazy-highlight-new-loop.
(isearch-lazy-highlight-search): Let-bind case-fold-search to
isearch-lazy-highlight-case-fold-search instead of
isearch-case-fold-search, and let-bind isearch-regexp to
isearch-lazy-highlight-regexp.  Use
isearch-lazy-highlight-last-string instead of isearch-string.
2005-03-18 09:59:31 +00:00
David Ponce
5a146628e5 (hack-local-variables): Do a case-insensitive search
for End.
2005-03-18 08:07:55 +00:00
David Ponce
42f73fb49a *** empty log message *** 2005-03-18 08:07:17 +00:00
Kenichi Handa
db32818283 *** empty log message *** 2005-03-18 07:10:50 +00:00
Juri Linkov
46fe9018aa (lazy-highlight-cleanup) <command>: Rename from
`isearch-lazy-highlight-cleanup', add alias to old name and
declare obsolete.  Add release numbers to other obsolete vars.
(isearch-done, isearch-lazy-highlight-new-loop): Rename
`isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
(lazy-highlight-cleanup) <variable>: Doc fix.
(isearch-lazy-highlight-update): Rename obsolete
`isearch-lazy-highlight-face' to `lazy-highlight-face'.
2005-03-18 07:06:45 +00:00
Kenichi Handa
1ab06fdf11 (quail-thai-update-translation): Delete it.
(thai-generate-quail-map): Generate is simple map.
("thai-kesmanee"): Don't use quail-thai-update-translation.
(thai-generate-quail-map): Likewise.
2005-03-18 06:54:25 +00:00
Kenichi Handa
8f9eda28ce Fix categorization of Thai characters in
thai-category-table.
(thai-composition-pattern): Adjust it for the above change.
(thai-self-insert-command, thai-compose-syllable): New functions.
(thai-compose-region): Use thai-compose-syllable.
(thai-compose-string): Likewise.
(thai-composition-function): Likewise.
(thai-auto-composition): New function.
(thai-auto-composition-mode): New minor mode.
2005-03-18 06:51:41 +00:00
Kenichi Handa
7b6fb48002 Fix patterns to be registered in composition-function-table. 2005-03-18 06:48:58 +00:00
Kenichi Handa
276bc00212 (quail-input-method): Locally bind
inhibit-modification-hooks to .
2005-03-18 06:43:15 +00:00
Stefan Monnier
15df8e8921 (MENU_FONT_ASCENT) [HAVE_X_I18N]: Try to be more correct. 2005-03-18 05:19:59 +00:00
Stefan Monnier
211f2210f2 (x_update_menu_appearance) [HAVE_X_I18N]:
Use xic_create_fontsetname even for non-Motif menus.
Don't forget to free the fontsetname.
2005-03-18 04:21:17 +00:00
Stefan Monnier
423a3f5901 Add support for I18N to Lucid menus.
* xlwmenuP.h (struct _XlwMenu_part) [HAVE_X_I18N]: Change `font' to be
a fontset.  Add a `font_extents' element.

* xlwmenu.c (xlwMenuResources) [HAVE_X_I18N]: Use a fontset for the
`font' resource.
(string_width) [HAVE_X_I18N]: Use XmbTextExtents;
(MENU_FONT_HEIGHT, MENU_FONT_ASCENT): New macros.
(arrow_width, toggle_button_width, size_menu_item, draw_arrow)
(draw_toggle, draw_radio, display_menu_item): Use them.
(display_menu_item) [HAVE_X_I18N]: Use XmbDrawString.
(make_drawing_gcs) [HAVE_X_I18N]: Don't mess with fonts.
(XlwMenuInitialize) [HAVE_X_I18N]: Initialize font_extents.
(XlwMenuSetValues) [HAVE_X_I18N]: Refresh font_extents if font changes.
2005-03-18 04:19:41 +00:00
Miles Bader
8f7ee63901 Changes from arch/CVS synchronization 2005-03-18 02:53:44 +00:00
Miles Bader
fa9a04e10b Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-187
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 39-44)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnimap.el (nnimap-open-connection): Print which authinfo file is
   used.

   * lisp/gnus/nneething.el (nneething-map-file-directory): Derive from
   `gnus-directory'.

   * lisp/gnus/gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
   the To/Cc button.

2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnmaildir.el (nnmaildir-request-accept-article): Use
   `nnheader-cancel-timer' for compatibility with current XEmacs.

2005-03-13  Steve Youngs  <steve@sxemacs.org>

   * lisp/gnus/gnus.el: Don't try and mark `gnus-agent-save-groups' as an
   autoloaded function.
   From: Andrey Slusar <anrays@gmail.com>.

2005-03-13  Steve Youngs  <steve@sxemacs.org>

   * lisp/gnus/mm-url.el: Require timer-funcs at compile time when in XEmacs
   for `with-timeout'.

   * lisp/gnus/mail-source.el: Require timer-funcs at compile time when in
   XEmacs for `run-with-idle-timer'.

   * lisp/gnus/gnus-async.el: Ditto.

   * lisp/gnus/dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs
   has this function now.
2005-03-18 02:49:57 +00:00
Stefan Monnier
968a667962 (xic_create_fontsetname): Add a final catch-all font pattern. 2005-03-18 02:25:13 +00:00
Richard M. Stallman
c7bd5d5712 *** empty log message *** 2005-03-18 00:15:23 +00:00
Richard M. Stallman
8eac6e91e4 (perl-mode-hook): Defvar it.
(perl-mode): Use run-mode-hooks.
2005-03-18 00:13:40 +00:00
Richard M. Stallman
8510cb9473 (rmail-movemail-program, rmail-pop-password)
(rmail-pop-password-required, rmail-remote-password): Doc fixes.
(rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.

(rmail-unknown-mail-followup-to): New function.
(rmail-show-message): Use rmail-unknown-mail-followup-to.
(rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2005-03-18 00:12:08 +00:00
Richard M. Stallman
3ca0be33c2 (sendmail-send-it): Reenaable the code
to compute resend-to-address and use it.

(mail-yank-ignored-headers)
(mail-font-lock-keywords, mail-mode-fill-paragraph):
Add Mail-Followup-To and Mail-Reply-To headers.
(mail-citation-hook): Add autoload cookie.
(mail-mode): Doc fix.
(mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
(mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
(mail-mode-fill-paragraph): Handle those headers.
(mail-mailing-lists): New variable.
(mail-mail-reply-to, mail-mail-followup-to): New functions.
2005-03-18 00:08:24 +00:00