aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * xrdb.c (x_load_resources): Use different char *helv when I18NJan Djärv2005-03-182-0/+9
| | | | is present.
* *** empty log message ***Richard M. Stallman2005-03-181-43/+4
|
* (ispell-lazy-highlight): New defcustom.Juri Linkov2005-03-182-3/+61
| | | | | | | | | (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'.
* (perform-replace): Remove bindings of globalJuri Linkov2005-03-181-21/+17
| | | | | | | | | | | | | | 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'.
* (isearch-lazy-highlight-new-loop):Juri Linkov2005-03-181-4/+5
| | | | | | | | | | | 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.
* (hack-local-variables): Do a case-insensitive searchDavid Ponce2005-03-181-4/+5
| | | | for End.
* *** empty log message ***David Ponce2005-03-181-0/+5
|
* *** empty log message ***Kenichi Handa2005-03-184-0/+18
|
* (lazy-highlight-cleanup) <command>: Rename fromJuri Linkov2005-03-182-10/+24
| | | | | | | | | | `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'.
* (quail-thai-update-translation): Delete it.Kenichi Handa2005-03-182-42/+33
| | | | | | (thai-generate-quail-map): Generate is simple map. ("thai-kesmanee"): Don't use quail-thai-update-translation. (thai-generate-quail-map): Likewise.
* Fix categorization of Thai characters inKenichi Handa2005-03-181-29/+119
| | | | | | | | | | | 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.
* Fix patterns to be registered in composition-function-table.Kenichi Handa2005-03-181-1/+1
|
* (quail-input-method): Locally bindKenichi Handa2005-03-181-1/+2
| | | | inhibit-modification-hooks to .
* (MENU_FONT_ASCENT) [HAVE_X_I18N]: Try to be more correct.Stefan Monnier2005-03-181-1/+2
|
* (x_update_menu_appearance) [HAVE_X_I18N]:Stefan Monnier2005-03-182-2/+14
| | | | | Use xic_create_fontsetname even for non-Motif menus. Don't forget to free the fontsetname.
* Add support for I18N to Lucid menus.Stefan Monnier2005-03-183-26/+120
| | | | | | | | | | | | | | | | * 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.
* Changes from arch/CVS synchronizationMiles Bader2005-03-181-0/+1
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-187Miles Bader2005-03-189-7/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <[email protected]> * 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 <[email protected]> * lisp/gnus/nnmaildir.el (nnmaildir-request-accept-article): Use `nnheader-cancel-timer' for compatibility with current XEmacs. 2005-03-13 Steve Youngs <[email protected]> * lisp/gnus/gnus.el: Don't try and mark `gnus-agent-save-groups' as an autoloaded function. From: Andrey Slusar <[email protected]>. 2005-03-13 Steve Youngs <[email protected]> * 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.
* (xic_create_fontsetname): Add a final catch-all font pattern.Stefan Monnier2005-03-181-3/+18
|
* *** empty log message ***Richard M. Stallman2005-03-185-8/+200
|
* (perl-mode-hook): Defvar it.Richard M. Stallman2005-03-181-1/+4
| | | | (perl-mode): Use run-mode-hooks.
* (rmail-movemail-program, rmail-pop-password)Richard M. Stallman2005-03-181-15/+56
| | | | | | | | | (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.
* (sendmail-send-it): Reenaable the codeRichard M. Stallman2005-03-181-46/+127
| | | | | | | | | | | | | | | 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.
* Comment change.Richard M. Stallman2005-03-171-1/+1
|
* (tar-mode): Turn off undo unconditionally.Richard M. Stallman2005-03-171-0/+1
|
* (insert-sliced-image): Add autoload cookie.Richard M. Stallman2005-03-171-0/+1
|
* (Undo): Document extensible undo entries.Richard M. Stallman2005-03-171-0/+10
|
* (font-lock-lines-before): New user option.Richard M. Stallman2005-03-171-1/+8
| | | | (font-lock-after-change-function): Obey it.
* (esc-map): Make M-g a prefix. Bind M-g g and M-g M-g to goto-line.Richard M. Stallman2005-03-171-1/+3
|
* (mirror_line_dance): Set W2 according to FRAME_FROM.Richard M. Stallman2005-03-171-1/+1
|
* (buffer_lisp_local_variables): New function,Richard M. Stallman2005-03-171-37/+42
| | | | | broken out from Fbuffer_local_variables. (clone_per_buffer_values): Use buffer_lisp_local_variables.
* (Fcopy_file, Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-171-4/+4
| | | | (Fmake_symbolic_link): Use G to read the new file name.
* (Finteractive): Document G option.Richard M. Stallman2005-03-171-0/+7
| | | | (Fcall_interactively): Implement G option.
* (Filling): Add sentence-end-without-period and sentence-end-without-space.Richard M. Stallman2005-03-172-7/+40
| | | | (Changing Properties): Minor fix.
* (String Search, Regexp Search, Regexp Search): Cleanups.Richard M. Stallman2005-03-171-15/+19
|
* (Character Codes): Minor fix.Richard M. Stallman2005-03-171-2/+2
|
* (Display Property): Explain the significanceRichard M. Stallman2005-03-171-1/+52
| | | | | of having text properties that are eq. (Other Display Specs): Explain string as display spec.
* (Interactive Codes): Document G option.Richard M. Stallman2005-03-171-0/+5
|
* Rewritten for Emacs 22->21.Richard M. Stallman2005-03-171-162/+301
|
* (isearch-fallback): Check for `(car previous)'Juri Linkov2005-03-172-2/+9
| | | | before calling `isearch-other-end-state'.
* (xm_update_label, xm_update_list): Use the recommendedStefan Monnier2005-03-173-4/+17
| | | | XmStringCreateLocalized function. Add missing copyright.
* (x_update_menu_appearance) [USE_MOTIF]:Stefan Monnier2005-03-171-3/+10
| | | | | Use xic_create_fontsetname to create a fontset so utf-8 locales work. (dump_realized_face): Fix warning.
* (xic_create_fontsetname): Add `motif' argument.Stefan Monnier2005-03-171-14/+24
| | | | | Always return a freshly allocated string. (xic_create_xfontset): Adjust call.
* *** empty log message ***Stefan Monnier2005-03-172-0/+6
|
* Add missing copyright and license notice.Stefan Monnier2005-03-171-0/+21
|
* (Fkill_emacs): YAILOM.Stefan Monnier2005-03-171-1/+1
|
* (move-beginning-of-line): Move to beginning of bufferKim F. Storm2005-03-171-1/+3
| | | | line, as well as beginning of screen line.
* *** empty log message ***Kim F. Storm2005-03-171-0/+5
|
* (Fignore_event): Fix ancient obscure C-u handling bug.Stefan Monnier2005-03-172-5/+25
|
* (HASHKEY_TERMINAL): Remove.YAMAMOTO Mitsuharu2005-03-172-48/+79
| | | | | | | | | | | | (HASHKEY_MAX_NID): New macro. (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra argument. (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument. (xrm_create_database, xrm_q_put_resource) (xrm_merge_string_database, xrm_q_get_resource_1) (xrm_q_get_resource): Change resource database representation so that it may not use multiple hash tables for a single database. [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.