1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

55226 commits

Author SHA1 Message Date
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
Richard M. Stallman
65363a4e3d Comment change. 2005-03-17 23:59:31 +00:00
Richard M. Stallman
03b0079599 (tar-mode): Turn off undo unconditionally. 2005-03-17 23:58:09 +00:00
Richard M. Stallman
f22c36d3a0 (insert-sliced-image): Add autoload cookie. 2005-03-17 23:56:15 +00:00
Richard M. Stallman
2abded2ea0 (Undo): Document extensible undo entries. 2005-03-17 23:51:04 +00:00
Richard M. Stallman
f9d0b1eda1 (font-lock-lines-before): New user option.
(font-lock-after-change-function): Obey it.
2005-03-17 23:44:19 +00:00
Richard M. Stallman
231717ee73 (esc-map): Make M-g a prefix. Bind M-g g and M-g M-g to goto-line. 2005-03-17 23:43:17 +00:00
Richard M. Stallman
fe8b8401e7 (mirror_line_dance): Set W2 according to FRAME_FROM. 2005-03-17 23:39:12 +00:00
Richard M. Stallman
e1688f54df (buffer_lisp_local_variables): New function,
broken out from Fbuffer_local_variables.
(clone_per_buffer_values): Use buffer_lisp_local_variables.
2005-03-17 23:37:39 +00:00
Richard M. Stallman
7c0f6118c3 (Fcopy_file, Frename_file, Fadd_name_to_file)
(Fmake_symbolic_link): Use G to read the new file name.
2005-03-17 23:36:03 +00:00
Richard M. Stallman
75f9fbe87e (Finteractive): Document G option.
(Fcall_interactively): Implement G option.
2005-03-17 23:33:07 +00:00
Richard M. Stallman
d69ea7ab79 (Filling): Add sentence-end-without-period and sentence-end-without-space.
(Changing Properties): Minor fix.
2005-03-17 23:30:49 +00:00
Richard M. Stallman
5bb8ca2a90 (String Search, Regexp Search, Regexp Search): Cleanups. 2005-03-17 23:28:42 +00:00
Richard M. Stallman
0a58afcd5a (Character Codes): Minor fix. 2005-03-17 23:24:51 +00:00
Richard M. Stallman
4db6da64fb (Display Property): Explain the significance
of having text properties that are eq.
(Other Display Specs): Explain string as display spec.
2005-03-17 23:19:40 +00:00
Richard M. Stallman
9644814c81 (Interactive Codes): Document G option. 2005-03-17 23:17:22 +00:00
Richard M. Stallman
4b87835445 Rewritten for Emacs 22->21. 2005-03-17 23:16:11 +00:00
Juri Linkov
5a1f9fcfea (isearch-fallback): Check for `(car previous)'
before calling `isearch-other-end-state'.
2005-03-17 19:22:55 +00:00
Stefan Monnier
3c916d6555 (xm_update_label, xm_update_list): Use the recommended
XmStringCreateLocalized function.  Add missing copyright.
2005-03-17 19:03:16 +00:00
Stefan Monnier
2defe37faf (x_update_menu_appearance) [USE_MOTIF]:
Use xic_create_fontsetname to create a fontset so utf-8 locales work.
(dump_realized_face): Fix warning.
2005-03-17 18:43:47 +00:00
Stefan Monnier
c28e7ae824 (xic_create_fontsetname): Add `motif' argument.
Always return a freshly allocated string.
(xic_create_xfontset): Adjust call.
2005-03-17 18:32:33 +00:00
Stefan Monnier
9f9e527507 *** empty log message *** 2005-03-17 17:17:57 +00:00
Stefan Monnier
21a03b6823 Add missing copyright and license notice. 2005-03-17 17:16:33 +00:00
Stefan Monnier
f1145b54d8 (Fkill_emacs): YAILOM. 2005-03-17 17:11:50 +00:00
Kim F. Storm
bfb1a447d2 (move-beginning-of-line): Move to beginning of buffer
line, as well as beginning of screen line.
2005-03-17 15:33:56 +00:00
Kim F. Storm
0b6ec58d7c *** empty log message *** 2005-03-17 15:33:37 +00:00