bpt/emacs.git
18 years agoMerged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Karoly Lorentey [Tue, 1 Nov 2005 06:23:08 +0000 (06:23 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
   Add lisp/mh-e/.arch-inventory

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-617
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-618
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-619
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-620
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-622
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-623
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-624
   Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-625
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-626
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-627
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-628
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-142
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-143
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-144
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-145
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-146
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-147
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-148
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-435

18 years agoFix semantics of terminal-local variables. Remove `terminal-local-value' hack.
Karoly Lorentey [Sat, 29 Oct 2005 11:50:12 +0000 (11:50 +0000)]
Fix semantics of terminal-local variables.  Remove `terminal-local-value' hack.

* src/data.c (do_symval_forwarding, store_symval_forwarding)
  (find_symbol_value): Use the selected frame's keyboard, not
  current_kboard.

* src/data.c (Fterminal_local_value, Fset_terminal_local_value): Disable
  these functions.

* src/data.c (syms_of_data): Don't defsubr them.
* lisp/edmacro.el (edmacro-format-keys): Remove terminal-local-value calls.
* lisp/emulation/cua-base.el (cua--pre-command-handler-1): Ditto.
* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Ditto.
* lisp/isearch.el (isearch-other-meta-char): Ditto.
* lisp/obsolete/keyswap.el (the-table): Ditto.
* lisp/simple.el (normal-erase-is-backspace-mode): Ditto.
* lisp/subr.el (keyboard-translate, read-quoted-char): Ditto.
* lisp/term/AT386.el (terminal-init-AT386): Ditto.
* lisp/term/internal.el: Ditto.
* lisp/term/iris-ansi.el (terminal-init-iris-ansi): Ditto.
* lisp/term/lk201.el (terminal-init-lk201): Ditto.
* lisp/term/mac-win.el: Ditto.
* lisp/term/news.el (terminal-init-news): Ditto.
* lisp/term/rxvt.el (terminal-init-rxvt): Ditto.
* lisp/term/sun.el (terminal-init-sun): Ditto.
* lisp/term/tvi970.el (terminal-init-tvi970): Ditto.
* lisp/term/vt200.el (terminal-init-vt200): Ditto.
* lisp/term/vt201.el (terminal-init-vt201): Ditto.
* lisp/term/vt220.el (terminal-init-vt220): Ditto.
* lisp/term/vt240.el (terminal-init-vt240): Ditto.
* lisp/term/vt300.el (terminal-init-vt300): Ditto.
* lisp/term/vt320.el (terminal-init-vt320): Ditto.
* lisp/term/vt400.el (terminal-init-vt400): Ditto.
* lisp/term/vt420.el (terminal-init-vt420): Ditto.
* lisp/term/wyse50.el (terminal-init-wyse50): Ditto.
* lisp/term/x-win.el (x-setup-function-keys): Ditto.
* lisp/term/xterm.el (terminal-init-xterm): Ditto.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-434

18 years agoProtect keyboard-translate-table from GC.
Karoly Lorentey [Sat, 29 Oct 2005 11:43:13 +0000 (11:43 +0000)]
Protect keyboard-translate-table from GC.

* src/keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-433

18 years agoDon't try to rebind the `t' symbol.
Karoly Lorentey [Fri, 28 Oct 2005 14:41:54 +0000 (14:41 +0000)]
Don't try to rebind the `t' symbol.

* lisp/subr.el (keyboard-translate): Fix stupid thinko.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-432

18 years agoChange `keyboard-translate-table' to be terminal-local.
Karoly Lorentey [Fri, 28 Oct 2005 14:29:24 +0000 (14:29 +0000)]
Change `keyboard-translate-table' to be terminal-local.

* lisp/subr.el (keyboard-translate): Use `terminal-local-value' to access `keyboard-translate-table'.
* lisp/obsolete/keyswap.el: Ditto.

* src/keyboard.c (Vkeyboard_translate_table): Moved to struct kboard.
* src/keyboard.h (Vkeyboard_translate_table): Moved to struct kboard.

* src/keyboard.c (read_char): Use current_kboard to access Vkeyboard_translate_table.
* src/keymap.c (Fdescribe_buffer_bindings): Ditto.

* src/keyboard.c (init_kboard): Initialize Vkeyboard_translate_table.

* src/keyboard.c (syms_of_keyboard): Use DEFVAR_KBOARD to define
  Vkeyboard_translate_table. Update doc strings.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-431

18 years agoDoc update.
Karoly Lorentey [Fri, 28 Oct 2005 11:12:17 +0000 (11:12 +0000)]
Doc update.

* src/keyboard.c (syms_of_keyboard): Update docs of
  local-function-key-map and function-key-map.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-430

18 years ago*** empty log message ***
Juri Linkov [Fri, 28 Oct 2005 06:00:50 +0000 (06:00 +0000)]
*** empty log message ***

18 years agoAdd missing characters from 1st pos of every table of [korean-ksc5601],
Juri Linkov [Fri, 28 Oct 2005 06:00:41 +0000 (06:00 +0000)]
Add missing characters from 1st pos of every table of [korean-ksc5601],
and swap incorrectly ordered characters at pos 91 and 90.

18 years ago(quail-get-current-str): Translate last raw character
Juri Linkov [Fri, 28 Oct 2005 05:47:31 +0000 (05:47 +0000)]
(quail-get-current-str): Translate last raw character
for deterministic input methods.

18 years ago*** empty log message ***
Jay Belanger [Fri, 28 Oct 2005 04:50:27 +0000 (04:50 +0000)]
*** empty log message ***

18 years ago(Predefined Units): Fix the symbol for a TeX points, mention other
Jay Belanger [Fri, 28 Oct 2005 04:49:41 +0000 (04:49 +0000)]
(Predefined Units):  Fix the symbol for a TeX points, mention other
TeX-related units.

18 years ago(flyspell-large-region): Pass -t if Tex file.
Richard M. Stallman [Fri, 28 Oct 2005 04:22:19 +0000 (04:22 +0000)]
(flyspell-large-region): Pass -t if Tex file.
(flyspell-external-point-words): Error if misspelled word is not found.
Set flyspell-large-region-beg at end of word.

18 years ago(calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower):
Jay Belanger [Fri, 28 Oct 2005 03:52:38 +0000 (03:52 +0000)]
(calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower):
New functions.

18 years ago(calcFunc-inv): Check for symbolic matrices.
Jay Belanger [Fri, 28 Oct 2005 03:52:08 +0000 (03:52 +0000)]
(calcFunc-inv): Check for symbolic matrices.

18 years ago(calc-mul-symb-fancy): Add checks for multiplication by an identity
Jay Belanger [Fri, 28 Oct 2005 03:51:36 +0000 (03:51 +0000)]
(calc-mul-symb-fancy): Add checks for multiplication by an identity
matrix, don't turn multiplication by an inverse matrix into division.
(math-div-symbol-fancy):  Replace division by matrices with
multiplication by inverse.

18 years agoAdd functions to autoloads.
Jay Belanger [Fri, 28 Oct 2005 03:51:00 +0000 (03:51 +0000)]
Add functions to autoloads.
(math-identity-matrix-p, math-ident-row-p): New functions.

18 years ago* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler [Fri, 28 Oct 2005 01:59:12 +0000 (01:59 +0000)]
* mh-customize.el (mh-adaptive-cmd-note-flag)
(mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.

* mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
(mh-note-cur, mh-scan-good-msg-regexp)
(mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
(mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
(mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
(mh-scan-subject-regexp, mh-scan-format-regexp)
(mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings with
manual.

* mh-funcs.el (mh-note-copied): Sync docstrings with manual.

* mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead of
hard-coded string.
(mh-mail-header-separator, mh-signature-separator-regexp): Use
"regular expression" in docstring instead of regexp.
(mh-scan-msg-number-regexp)
(mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
(mh-scan-msg-format-string, mh-scan-msg-search-regexp)
(mh-cmd-note): Sync docstrings with manual.

18 years ago(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler [Fri, 28 Oct 2005 01:39:14 +0000 (01:39 +0000)]
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.

18 years ago* data.c (Fmake_variable_frame_local): Add clarification to
Chong Yidong [Fri, 28 Oct 2005 01:25:18 +0000 (01:25 +0000)]
* data.c (Fmake_variable_frame_local): Add clarification to
docstring.

18 years ago* mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler [Thu, 27 Oct 2005 22:57:30 +0000 (22:57 +0000)]
* mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
fixes.

* mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
(mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
(mh-mml-secure-message-signencrypt): Ditto

18 years ago(occur-engine): Include colon in mouse-face highlight.
Romain Francoise [Thu, 27 Oct 2005 18:22:00 +0000 (18:22 +0000)]
(occur-engine): Include colon in mouse-face highlight.

18 years ago* FOR-RELEASE: Fringe angle bitmap at eob fixed.
Chong Yidong [Thu, 27 Oct 2005 15:04:41 +0000 (15:04 +0000)]
* FOR-RELEASE: Fringe angle bitmap at eob fixed.

18 years ago* fringe.c (update_window_fringes): Handle case where buffer ends
Chong Yidong [Thu, 27 Oct 2005 15:03:53 +0000 (15:03 +0000)]
* fringe.c (update_window_fringes): Handle case where buffer ends
with a newline.

18 years ago(el1): Undo 2005-10-23 change.
Dan Nicolaescu [Thu, 27 Oct 2005 07:05:04 +0000 (07:05 +0000)]
(el1): Undo 2005-10-23 change.
Add some comments on how to update this file. Add ri
capability that has long been supported by term.el.

18 years agoChange Maintainer field.
Romain Francoise [Thu, 27 Oct 2005 06:34:30 +0000 (06:34 +0000)]
Change Maintainer field.

18 years agoWrite about new optional argument for `display-completion-list'.
Masatake YAMATO [Thu, 27 Oct 2005 05:43:37 +0000 (05:43 +0000)]
Write about new optional argument for `display-completion-list'.

18 years ago("TeX"): Change "\," mapping to U+202F (not U+2006). Add more
Kenichi Handa [Thu, 27 Oct 2005 01:56:54 +0000 (01:56 +0000)]
("TeX"): Change "\," mapping to U+202F (not U+2006).  Add more
mappings from TeX's textcomp package.

18 years ago* longlines.el (longlines-mode): Bind after-change-functions to
Chong Yidong [Thu, 27 Oct 2005 01:36:31 +0000 (01:36 +0000)]
* longlines.el (longlines-mode): Bind after-change-functions to
nil during initial decoding and final encoding.

18 years ago(DECODE_SYSTEM): Fix argument name; name->str.
Kenichi Handa [Thu, 27 Oct 2005 00:45:44 +0000 (00:45 +0000)]
(DECODE_SYSTEM): Fix argument name; name->str.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 27 Oct 2005 00:29:48 +0000 (00:29 +0000)]
*** empty log message ***

18 years ago(term-emulate-terminal, term-handle-colors-array)
Dan Nicolaescu [Wed, 26 Oct 2005 18:57:45 +0000 (18:57 +0000)]
(term-emulate-terminal, term-handle-colors-array)
(term-handle-ansi-escape): Specify the terminfo capabilities
implemented.

18 years ago(Info-fontify-node): Fix detection of sentence-break before *Note.
Richard M. Stallman [Wed, 26 Oct 2005 16:39:23 +0000 (16:39 +0000)]
(Info-fontify-node): Fix detection of sentence-break before *Note.

18 years agoAdd 'tools' to file keywords.
Romain Francoise [Wed, 26 Oct 2005 08:38:07 +0000 (08:38 +0000)]
Add 'tools' to file keywords.

18 years ago(gud-menu-map): Only display gud-until icon
Nick Roberts [Wed, 26 Oct 2005 01:02:31 +0000 (01:02 +0000)]
(gud-menu-map): Only display gud-until icon
when the fringe is not available.

18 years ago(def-gdb-auto-updated-buffer)
Nick Roberts [Wed, 26 Oct 2005 01:01:34 +0000 (01:01 +0000)]
(def-gdb-auto-updated-buffer)
(def-gdb-auto-update-trigger): Simplify construction.
(gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
def-gdb-auto-updated-buffer as gdb-info-locals-handler is
defined explicitly.
(gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
defined explicitly.
(gdb-info-locals-custom): Remove as it's a no-op.

18 years ago*** empty log message ***
Nick Roberts [Wed, 26 Oct 2005 01:00:30 +0000 (01:00 +0000)]
*** empty log message ***

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621
Miles Bader [Tue, 25 Oct 2005 23:34:40 +0000 (23:34 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 147-148)

   - Update from CVS

2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
   depending on gnus-score-decay-constant.

2005-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/nnslashdot.el (nnslashdot-request-article)
   (nnslashdot-retrieve-headers-1): Update to new HTML.

2005-10-23  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/imap.el (imap-gssapi-program): Align command line parameters
   with latest GNU SASL.
   (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.

18 years ago* longlines.el (longlines-mode): Remove narrowing before
Chong Yidong [Tue, 25 Oct 2005 23:24:47 +0000 (23:24 +0000)]
* longlines.el (longlines-mode): Remove narrowing before
performing the initial decoding or final encoding.

18 years agoAdded note about create-fontset-from-ascii-font problem on MS-Windows.
Jason Rumney [Tue, 25 Oct 2005 21:28:54 +0000 (21:28 +0000)]
Added note about create-fontset-from-ascii-font problem on MS-Windows.

18 years agoRemoved quadruple-width Chinese character problem. Lesser related
Jason Rumney [Tue, 25 Oct 2005 21:22:20 +0000 (21:22 +0000)]
Removed quadruple-width Chinese character problem. Lesser related
problem added to etc/PROBLEMS.

18 years ago(w32_to_x_font): Avoid forcing font widths.
Jason Rumney [Tue, 25 Oct 2005 21:14:39 +0000 (21:14 +0000)]
(w32_to_x_font): Avoid forcing font widths.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 Oct 2005 20:13:44 +0000 (20:13 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Romain Francoise [Tue, 25 Oct 2005 20:11:17 +0000 (20:11 +0000)]
*** empty log message ***

18 years ago(find-library-name): Also strip extension if library name ends in .el,
Romain Francoise [Tue, 25 Oct 2005 19:25:23 +0000 (19:25 +0000)]
(find-library-name): Also strip extension if library name ends in .el,
to take advantage of `find-library-suffixes'.

18 years ago(menu-bar-help-menu): Say which kind of therapist.
Richard M. Stallman [Tue, 25 Oct 2005 19:20:22 +0000 (19:20 +0000)]
(menu-bar-help-menu): Say which kind of therapist.

18 years ago*** empty log message ***
Juri Linkov [Tue, 25 Oct 2005 16:15:55 +0000 (16:15 +0000)]
*** empty log message ***

18 years ago("cyrillic-translit"): Set 4th arg `guidance' to t
Juri Linkov [Tue, 25 Oct 2005 16:15:45 +0000 (16:15 +0000)]
("cyrillic-translit"): Set 4th arg `guidance' to t
for this multi-key input method.

18 years ago(texinfo-mode): Change charset of one quotation mark
Juri Linkov [Tue, 25 Oct 2005 16:14:44 +0000 (16:14 +0000)]
(texinfo-mode): Change charset of one quotation mark
from [mule-unicode-0100-24ff] to [japanese-jisx0208].

18 years ago(blackbox-mode-map): Move init into declaration.
Stefan Monnier [Tue, 25 Oct 2005 15:28:00 +0000 (15:28 +0000)]
(blackbox-mode-map): Move init into declaration.
(blackbox-redefine-key): Add argument `map'.

18 years ago(jit-lock-fontify-now): Be careful not to skip multiline
Stefan Monnier [Tue, 25 Oct 2005 15:26:41 +0000 (15:26 +0000)]
(jit-lock-fontify-now): Be careful not to skip multiline
regions when moving the jit-lock-context-unfontify-pos boundary.

18 years ago(browse-url-of-buffer): Add ".html" to filename.
Reiner Steib [Tue, 25 Oct 2005 13:18:52 +0000 (13:18 +0000)]
(browse-url-of-buffer): Add ".html" to filename.

18 years ago(dired-virtual): Don't use `dired-insert-headerline'.
Masatake YAMATO [Tue, 25 Oct 2005 12:02:47 +0000 (12:02 +0000)]
(dired-virtual): Don't use `dired-insert-headerline'.

18 years agoColour correction.
Nick Roberts [Tue, 25 Oct 2005 10:39:14 +0000 (10:39 +0000)]
Colour correction.

18 years ago*** empty log message ***
Nick Roberts [Tue, 25 Oct 2005 10:38:41 +0000 (10:38 +0000)]
*** empty log message ***

18 years ago(blackbox-redefine-key): New function.
Eli Zaretskii [Tue, 25 Oct 2005 08:40:16 +0000 (08:40 +0000)]
(blackbox-redefine-key): New function.
(blackbox-mode-map): Use it to remap existing bindings for cursor motion
instead of binding literal keys.

18 years ago(last_mouse_glyph_frame): New var.
YAMAMOTO Mitsuharu [Tue, 25 Oct 2005 08:13:44 +0000 (08:13 +0000)]
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs
from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
(XTmouse_position): Set last_mouse_glyph_frame.
(XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
(mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo.
Use EndianU16_BtoN.
(mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
(x_per_char_metric, XLoadQueryFont)
[MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
glyph bounds.
(mac_to_x_fontname, mac_do_list_fonts)
(mac_initialize_display_info): Change screen resolutions to 72dpi.

18 years ago[MAC_OS] (image_load_qt_1): Check image size.
YAMAMOTO Mitsuharu [Tue, 25 Oct 2005 08:12:44 +0000 (08:12 +0000)]
[MAC_OS] (image_load_qt_1): Check image size.
Use GraphicsImportGetImageDescription instead of
GraphicsImportGetNaturalBounds.
[MAC_OSX] (image_load_quartz2d): Check image size.
[MAC_OS] (xpm_load_image): Likewise.

18 years ago(diary-list-entries): Prevent infloop when diary does not end in a
Glenn Morris [Tue, 25 Oct 2005 07:33:34 +0000 (07:33 +0000)]
(diary-list-entries): Prevent infloop when diary does not end in a
newline.  Do not assume a blank line at the start of the diary file.

18 years ago*** empty log message ***
Glenn Morris [Tue, 25 Oct 2005 07:32:56 +0000 (07:32 +0000)]
*** empty log message ***

18 years ago(quail-translate-key): If the input
Kenichi Handa [Tue, 25 Oct 2005 06:13:01 +0000 (06:13 +0000)]
(quail-translate-key): If the input
method is deterministic and failed to handle the last key, restart
the key handling loop from an appropriate key.

18 years ago* vc.el (vc-dired-mode): Extend comment for binding of
Michael Albinus [Tue, 25 Oct 2005 05:52:28 +0000 (05:52 +0000)]
* vc.el (vc-dired-mode): Extend comment for binding of
`directory-listing-before-filename-regexp'.

18 years ago(texinfo-mode): Use real chars, so as not to unnecessarily expose
Stefan Monnier [Tue, 25 Oct 2005 04:58:35 +0000 (04:58 +0000)]
(texinfo-mode): Use real chars, so as not to unnecessarily expose
emacs-mule's internal char codes.

18 years ago(sentence-end-base): Use real chars, so as
Stefan Monnier [Tue, 25 Oct 2005 04:56:18 +0000 (04:56 +0000)]
(sentence-end-base): Use real chars, so as
not to unnecessarily expose emacs-mule's internal char codes.

18 years ago(GDB Graphical Interface): Describe gdb-mouse-until.
Nick Roberts [Tue, 25 Oct 2005 03:49:15 +0000 (03:49 +0000)]
(GDB Graphical Interface): Describe gdb-mouse-until.

18 years ago*** empty log message ***
Nick Roberts [Tue, 25 Oct 2005 03:47:54 +0000 (03:47 +0000)]
*** empty log message ***

18 years ago(gdb-mouse-until): New function.
Nick Roberts [Tue, 25 Oct 2005 02:30:39 +0000 (02:30 +0000)]
(gdb-mouse-until): New function.
(gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.

18 years ago*** empty log message ***
Nick Roberts [Tue, 25 Oct 2005 02:21:28 +0000 (02:21 +0000)]
*** empty log message ***

18 years ago(gdb-put-breakpoint-icon): Correct help-echo.
Nick Roberts [Tue, 25 Oct 2005 01:18:56 +0000 (01:18 +0000)]
(gdb-put-breakpoint-icon): Correct help-echo.
Display hand pointer and help-echo on disabled icon too.

18 years ago*** empty log message ***
Nick Roberts [Tue, 25 Oct 2005 01:17:51 +0000 (01:17 +0000)]
*** empty log message ***

18 years agoFix darwin386 configuration issue
Steven Tamm [Tue, 25 Oct 2005 01:09:39 +0000 (01:09 +0000)]
Fix darwin386 configuration issue

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 25 Oct 2005 01:06:22 +0000 (01:06 +0000)]
*** empty log message ***

18 years ago* menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
Chong Yidong [Mon, 24 Oct 2005 22:13:08 +0000 (22:13 +0000)]
* menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
with 2005-10-23 change to doctor.el.

* finder.el (finder-mode-map): Add follow-link binding.

18 years ago(gdb-ann3): Bind mouse-3 in left fringe
Kim F. Storm [Mon, 24 Oct 2005 22:06:47 +0000 (22:06 +0000)]
(gdb-ann3): Bind mouse-3 in left fringe
to gdb-mouse-toggle-breakpoint-fringe.
(gdb-mouse-toggle-breakpoint-margin): Rename from
gdb-mouse-toggle-breakpoint. Fix doc.
(gdb-mouse-toggle-breakpoint-fringe): New defun.
(gdb-put-string): Add optional SPROPS arg.  Add props to string.
(gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
string properties also for fringe breakpoint bitmaps.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Oct 2005 22:06:23 +0000 (22:06 +0000)]
*** empty log message ***

18 years ago* mh-gnus.el: Load mml.el in order to see if
Bill Wohler [Mon, 24 Oct 2005 20:46:06 +0000 (20:46 +0000)]
* mh-gnus.el: Load mml.el in order to see if
mml-minibuffer-read-disposition is defined or not.

* mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the mml
autoloads.

18 years ago(org-start-icalendar-file): Fixed format form.
Carsten Dominik [Mon, 24 Oct 2005 19:37:30 +0000 (19:37 +0000)]
(org-start-icalendar-file): Fixed format form.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 24 Oct 2005 19:36:17 +0000 (19:36 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Stefan Monnier [Mon, 24 Oct 2005 17:46:42 +0000 (17:46 +0000)]
*** empty log message ***

18 years agoRequire CL while compiling.
Stefan Monnier [Mon, 24 Oct 2005 17:21:30 +0000 (17:21 +0000)]
Require CL while compiling.
(savehist-history-variables): Remove.
(savehist-save-minibuffer-history, savehist-additional-variables)
(savehist-minibuffer-history-variables): New vars.
(savehist-save): Use them.
(savehist-uninstall, savehist-minibuffer-hook): New funs.
(savehist-install): New fun, extracted from savehist-load.
(savehist-load): Use them.

18 years ago(completion-common-substring): Use `completion-common-substring' prior to `completion...
Masatake YAMATO [Mon, 24 Oct 2005 16:56:53 +0000 (16:56 +0000)]
(completion-common-substring): Use `completion-common-substring' prior to `completion-base-size'.

18 years ago(easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.
Stefan Monnier [Mon, 24 Oct 2005 16:47:53 +0000 (16:47 +0000)]
(easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.
(defalias, defvaralias, define-category): Add a docstring property.

18 years ago(define-obsolete-function-alias, define-obsolete-variable-alias):
Stefan Monnier [Mon, 24 Oct 2005 16:44:55 +0000 (16:44 +0000)]
(define-obsolete-function-alias, define-obsolete-variable-alias):
Add `doc-string' declaration.

18 years ago(defimage): Add `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:43:03 +0000 (16:43 +0000)]
(defimage): Add `doc-string' declaration.

18 years ago(define-widget): Add `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:42:33 +0000 (16:42 +0000)]
(define-widget): Add `doc-string' declaration.

18 years agoSmall doc fix.
Masatake YAMATO [Mon, 24 Oct 2005 16:22:16 +0000 (16:22 +0000)]
Small doc fix.

18 years ago(defface, defcustom): Add `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:17:11 +0000 (16:17 +0000)]
(defface, defcustom): Add `doc-string' declaration.

18 years ago(ad-make-advised-definition): Fix arg-order.
Stefan Monnier [Mon, 24 Oct 2005 16:14:34 +0000 (16:14 +0000)]
(ad-make-advised-definition): Fix arg-order.
(defadvice): Add `doc-string' declaration.

18 years ago(macro-declaration-function): Add a `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:10:42 +0000 (16:10 +0000)]
(macro-declaration-function): Add a `doc-string' declaration.

18 years agoUndo 2005-10-23 change.
Kim F. Storm [Mon, 24 Oct 2005 14:59:42 +0000 (14:59 +0000)]
Undo 2005-10-23 change.
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs
from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
(XTmouse_position): Set last_mouse_glyph_frame.
(handle_one_xevent): Clear last_mouse_glyph_frame [instead of
last_mouse_glyph] on mouse up/down event.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Oct 2005 14:59:29 +0000 (14:59 +0000)]
*** empty log message ***

18 years ago(ucs-input-activate): Don't add
Kenichi Handa [Mon, 24 Oct 2005 12:40:57 +0000 (12:40 +0000)]
(ucs-input-activate): Don't add
quail-kill-guidance-buf to kill-buffer-hook.

18 years ago(utf-7): Add autoload cookie.
Kenichi Handa [Mon, 24 Oct 2005 11:37:03 +0000 (11:37 +0000)]
(utf-7): Add autoload cookie.

18 years agoRegister more Cyrillic characters in x-keysym-table.
Kenichi Handa [Mon, 24 Oct 2005 11:09:06 +0000 (11:09 +0000)]
Register more Cyrillic characters in x-keysym-table.

18 years ago(server-sentinel): Set query-on-exit flag to nil on new client processes
Romain Francoise [Mon, 24 Oct 2005 11:06:03 +0000 (11:06 +0000)]
(server-sentinel): Set query-on-exit flag to nil on new client processes
(it isn't inherited from the server process).

18 years agoRegenerated to reflect latest changes.
Eli Zaretskii [Mon, 24 Oct 2005 10:58:47 +0000 (10:58 +0000)]
Regenerated to reflect latest changes.

18 years ago(autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii [Mon, 24 Oct 2005 10:55:25 +0000 (10:55 +0000)]
(autoloads): Use "." instead of $(lisp) in the list of directories passed
to batch-update-autoloads.  Add "." to the list of the echoed directories.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 24 Oct 2005 09:50:41 +0000 (09:50 +0000)]
*** empty log message ***

18 years agoMoved pgg*.el files from lisp/gnus to lisp.
Eli Zaretskii [Mon, 24 Oct 2005 09:46:27 +0000 (09:46 +0000)]
Moved pgg*.el files from lisp/gnus to lisp.

18 years ago(gdb-send): Bind inhibit-read-only to t
Nick Roberts [Mon, 24 Oct 2005 08:54:18 +0000 (08:54 +0000)]
(gdb-send): Bind inhibit-read-only to t
in case comint-prompt-read-only is set to t.

18 years ago(gud-filter): Bind inhibit-read-only to t
Nick Roberts [Mon, 24 Oct 2005 08:50:45 +0000 (08:50 +0000)]
(gud-filter): Bind inhibit-read-only to t
in case comint-prompt-read-only is set to t.