1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

55097 commits

Author SHA1 Message Date
Kenichi Handa
fa815b1459 *** empty log message *** 2005-03-11 12:03:13 +00:00
Kenichi Handa
c95cf5aca1 (make-coding-system): Set property
'coding-system-define-form to nil.
(define-coding-system-alias): Likewise.
2005-03-11 12:00:47 +00:00
Kenichi Handa
87e3d54cf9 (Finsert_file_contents): Call Fcheck_coding_system
before calling setup_coding_system so that autoloading of a coding
system work.
2005-03-11 11:59:42 +00:00
Kenichi Handa
ac249c4c50 Change encoding to iso-2022-7bit and add coding: tag.
(adaptive-fill-regexp): Add more bullets.
(fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
regexps.
2005-03-11 02:04:21 +00:00
Miles Bader
14f56b66c3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-172
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 38)

   - Update from CVS

2005-03-10  Arne J,Ax(Brgensen <arne@arnested.dk>  (tiny change)

   * lisp/gnus/nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one
   flaw.
2005-03-10 23:31:53 +00:00
Stefan Monnier
dd39c336a9 (describe-mode): Properly handle non-trivial lighters.
Don't ignore minor modes that are not listed in minor-mode-list.
2005-03-10 21:43:16 +00:00
Stefan Monnier
f66ce3b92f (nnimap-retrieve-headers-from-server): Fix last change. 2005-03-10 21:21:51 +00:00
Jan Djärv
68a505efc6 * xfns.c (hourglass_started): New function.
* dispextern.h: Declare hourglass_started.

* keyboard.c (Fexecute_extended_command): Restart hourglass
after call to Fcompleting_read if already started.
2005-03-10 19:09:10 +00:00
Jan Djärv
a25e44b279 * keyboard.c (Fexecute_extended_command): Restart hourglass
after call to Fcompleting_read if already started.
2005-03-10 19:08:31 +00:00
Jan Djärv
83c31c8df0 * xfns.c (hourglass_started): New function. 2005-03-10 19:08:01 +00:00
Jan Djärv
3b8029d7f6 * dispextern.h: Declare hourglass_started. 2005-03-10 19:07:39 +00:00
Jan Djärv
817d354baa * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
GTK main loop is entered in xterm.c, thus doing the redraw.
2005-03-10 18:07:37 +00:00
Jan Djärv
4a5d28f132 Regenerate 2005-03-10 17:23:04 +00:00
Jan Djärv
9224ae9ca2 * configure.in: Only add XASSERTS to cppflags. 2005-03-10 17:22:50 +00:00
Jan Djärv
0f88527fdd * configure.in: Only add XASSERTS to cppflags.
* configure: Regenerate.
2005-03-10 17:22:32 +00:00
Kim F. Storm
8964fd83cd (pos_visible_p): Fix X value in last line of buffer. 2005-03-10 14:55:22 +00:00
Kim F. Storm
b0a6f45ce4 *** empty log message *** 2005-03-10 14:54:37 +00:00
Stefan Monnier
ef75a64773 (tooltip-mode): Don't complain that you can't turn the
feature ON when the user requests to turn it OFF.
2005-03-10 14:45:31 +00:00
Lute Kamstra
449808f757 (debug-entry-code): Delete it.
(implement-debug-on-entry): New function to replace debug-entry-code.
(debug-on-entry-1): Use implement-debug-on-entry.  Delete the second
argument as the 2005-03-07 change makes it obsolete.
(debug-on-entry, cancel-debug-on-entry): Update call to
debug-on-entry-1.
(debug, debugger-setup-buffer): Comment update.
(debugger-frame-number): Update to work with implement-debug-on-entry.
2005-03-10 09:43:01 +00:00
Jay Belanger
134d277e08 *** empty log message *** 2005-03-10 07:25:57 +00:00
Jay Belanger
60e5274505 (math-ms-args): Declare it.
(calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
math-ms-args.
(calc-embedded-subst): Use math-multi-subst-rec to substitute
variables.
2005-03-10 07:14:32 +00:00
Michael Albinus
3235a9ea2e * NEWS: Explain how to default Tramp to FTP. 2005-03-10 06:40:59 +00:00
Nick Roberts
2e8c13b41b (gdb-var-create-handler, gdb-get-location):
Use message-box.
2005-03-09 23:20:07 +00:00
Nick Roberts
a69c614102 (mode-line-mode-menu): Add tooltip-mode to mode-line. 2005-03-09 23:19:31 +00:00
Nick Roberts
8bc973e971 (tooltip-mode): Use define-minor-mode and simplify.
(tooltip-activate-mouse-motions-if-enabled): Use dolist.
(tooltip-gud-tips): Simplify.
(tooltip-gud-tips-p): Remove superflouous :set.
(tooltip-gud-modes): Add fortran-mode.
(gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2005-03-09 23:19:00 +00:00
Nick Roberts
33c76f5a4e *** empty log message *** 2005-03-09 23:18:27 +00:00
Kim F. Storm
46a048fc77 (animate-place-char): Use forward-line instead
of next-line to improve performance.
2005-03-09 22:50:09 +00:00
Kim F. Storm
7f351d0b01 *** empty log message *** 2005-03-09 22:49:38 +00:00
Simon Josefsson
e62ecf8543 2005-03-09 Simon Josefsson <jas@extundo.com>
* net/browse-url.el (browse-url-default-browser): Doc fix.
2005-03-09 11:27:46 +00:00
Miles Bader
f195388009 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167
Tweak obsolete function/variable warning message

2005-03-09  Miles Bader  <miles@gnu.org>

   * lisp/emacs-lisp/bytecomp.el (byte-compile-variable-ref)
   (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2005-03-09 10:16:02 +00:00
Kenichi Handa
ec4e909a0f Set case and syntax for 255 only if
set-case-syntax-set-multibyte is nil.
2005-03-09 01:27:23 +00:00
Kenichi Handa
ca8d88cd7d (ispell-insert-word): New function.
(ispell-word): Use ispell-insert-word to isnert a new word.
(ispell-process-line): Likewise
(ispell-complete-word): Likewise.
2005-03-09 00:36:22 +00:00
Glenn Morris
91199264e3 (mark-diary-entries): Only call redraw-calendar in the first of any
recursive calls.  Reported by Alan Shutko <ats@acm.org>.
2005-03-09 00:29:14 +00:00
Glenn Morris
b924026db8 (redraw-calendar): Preserve point. Reported by Matt Hodges
<MPHodges@member.fsf.org>.
(calendar-week-start-day): Move after definition of redraw-calendar.
Delete buffer test, since redraw-calendar has that now.
2005-03-09 00:28:22 +00:00
Glenn Morris
9839760a4e *** empty log message *** 2005-03-09 00:27:33 +00:00
Miles Bader
ec3c4a4cf2 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-165
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 37)

   - Update from CVS

2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)

   * lisp/gnus/nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
   buffer (since IMAP server might return FETCH response out of
   order, and the nntp buffer must be sorted).
2005-03-08 23:01:04 +00:00
Juri Linkov
9553cf63a5 (Info-isearch-search): Emulate word search in
isearching through multiple Info nodes with Info-search.
(Info-isearch-wrap): Allow isearch-word.
2005-03-08 21:51:48 +00:00
Juri Linkov
15a420bd3f (image-file-handler): Put `safe-magic' property to
`image-file-handler'.
2005-03-08 21:48:50 +00:00
Juri Linkov
51d23bd053 (list-colors-print): Print #RRGGBB in default face.
Remove 1 space before #RRGGBB to not truncate it on terminal
windows w/o fringes.  Remove 1 space between bg and fg examples
to get more space.
(list-colors-duplicates): Replace `and' with `if' for `boundp' to
avoid byte-compile warnings.
2005-03-08 21:47:03 +00:00
Juri Linkov
af3abed126 (sgml-tag, html-tag-alist)
(html-horizontal-rule, html-line, html-image, html-checkboxes)
(html-radio-buttons): Add a space before the trailing `/>' where
sgml-xml-mode is non-nil.
(sgml-delete-tag): Check if the tag ends with `/>' to not delete
the subsequent tag of the empty XML tag.
(html-href-anchor): Don't set initial input to "http:".
(html-image): Ask for the image URL and set point inside alt="".
(html-name-anchor): Duplicate the name in the `id' attribute when
sgml-xml-mode is non-nil.
(html-paragraph): Remove \n before <p>.
(html-checkboxes, html-radio-buttons): Insert `checked="checked"'
instead of `checked' when sgml-xml-mode is non-nil.
2005-03-08 21:45:00 +00:00
Lute Kamstra
9b54d4534e (debugger-step-through): Make sure that stepping into the debugger's
code is not possible.
(debugger-jumping-flag): Docstring update.
2005-03-08 20:15:57 +00:00
Jay Belanger
41d4eedca4 *** empty log message *** 2005-03-08 15:47:08 +00:00
Kenichi Handa
c68f7e213b *** empty log message *** 2005-03-08 11:39:38 +00:00
Kenichi Handa
0fcab4a26a ("latin-1-prefix"): Add rule "__"->"_".
("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
2005-03-08 11:37:27 +00:00
Kenichi Handa
f7c4d755be (ccl-encode-mule-utf-16le-with-signature):
Fix BUFFER_MAGNIFICATION to 2.
(ccl-encode-mule-utf-16be-with-signature): Likewise.
2005-03-08 09:10:18 +00:00
Kenichi Handa
d2968c52db (define-ccl-program): Fix docstring about
extra 256 bytes assured for the output buffer.
2005-03-08 09:09:28 +00:00
Kenichi Handa
ee5d57b043 (x_set_font): Call set_default_ascii_font if an
available font is found.
2005-03-08 08:46:48 +00:00
Kenichi Handa
8f2e667359 (set_default_ascii_font): New function.
(syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset)
here.
2005-03-08 08:45:48 +00:00
Kenichi Handa
060855d54d (set_default_ascii_font): Extern it. 2005-03-08 08:44:59 +00:00
Kim F. Storm
5fc1299ddd (Specified Space): Property :width is support on
non-graphic terminals, :height is not.
2005-03-08 08:11:05 +00:00