Richard M. Stallman
281c172124
(Fmessage): Doc fix.
2004-10-27 11:02:06 +00:00
Richard M. Stallman
a9f2a45f70
Comment change.
2004-10-27 10:59:20 +00:00
Richard M. Stallman
2965dff979
(vmotion): When moving up, check the newline before.
...
Make prevline an int, not a Lisp_Object.
2004-10-27 10:57:40 +00:00
Daniel Pfeiffer
396b39cf4f
Set xml-mode also if no mode found from file name.
2004-10-27 10:27:46 +00:00
Daniel Pfeiffer
776f2b441b
*** empty log message ***
2004-10-27 09:13:50 +00:00
Daniel Pfeiffer
9fcabe7952
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
2004-10-27 09:10:27 +00:00
Daniel Pfeiffer
0b55311a87
extend irix for NAG Fortran and add ftnchek-*
2004-10-27 09:09:03 +00:00
Kenichi Handa
af3b9e477a
*** empty log message ***
2004-10-27 06:49:47 +00:00
Kenichi Handa
e41ef4d404
Use utf-translate-cjk-substitutable-p.
2004-10-27 06:03:43 +00:00
Kenichi Handa
fce59e4038
(utf-translate-cjk-unicode-range-string):
...
New variable.
(utf-translate-cjk-set-unicode-range): New function.
(utf-translate-cjk-unicode-range): Make it customizable.
(utf-8-post-read-conversion): Use
utf-translate-cjk-unicode-range-string.
2004-10-27 06:01:59 +00:00
Kim F. Storm
233f3db624
Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
2004-10-26 22:38:50 +00:00
Kim F. Storm
e65837df54
(Fformat): Allocate discarded table with SAFE_ALLOCA.
...
Only allocate info and discarded tables once.
Fix SAFE_FREE calls.
2004-10-26 22:37:34 +00:00
Kim F. Storm
c33188d937
(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
...
(SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
(SAFE_FREE): Test it to determine if we need to unwind to free.
Remove size arg. All users changed.
(SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
2004-10-26 22:37:02 +00:00
Miles Bader
8671340582
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-60
Update from CVS
2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/html2text.el (html2text-buffer-head): Removed. Use `goto-char'
instead.
2004-10-24 Kevin Greiner <kevin.greiner@compsol.cc>
* lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
comparison on string.
2004-10-26 22:33:43 +00:00
Daniel Pfeiffer
f3df103306
set-auto-mode change
2004-10-26 21:53:34 +00:00
Daniel Pfeiffer
bbc6751622
(auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to shorten the list.
...
(xml-based-modes): New var.
(set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE declaration higher priority than auto-mode-alist.
2004-10-26 21:44:20 +00:00
Daniel Pfeiffer
7179694039
(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and use \' instead of $.
2004-10-26 21:39:34 +00:00
Daniel Pfeiffer
4456f9649b
(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.
2004-10-26 21:38:57 +00:00
Daniel Pfeiffer
8522009efb
(imenu--generic-function): Skip matches in comments.
2004-10-26 21:38:09 +00:00
Jan Djärv
1442465dfd
* gtkutil.c: Put empty line between comment and function body.
...
(xg_destroy_widgets): Renamed from remove_from_container. Just
destroy all widgets in list. Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
is not NULL before strcmp.
2004-10-26 19:48:37 +00:00
Jan Djärv
71bacd4863
* gtkutil.c: Put empty line between comment and function body.
...
(xg_destroy_widgets): Renamed from remove_from_container. Just
destroy all widgets in list. Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.
2004-10-26 19:48:07 +00:00
Jan Djärv
9db6ae810d
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
...
is not NULL before strcmp.
2004-10-26 19:47:36 +00:00
Jay Belanger
8cb77f98f0
(calc-match): Use an extra argument instead of `interactive-p'.
2004-10-26 19:09:40 +00:00
Jay Belanger
1f5a0f5d5d
(calc-other-window): Use an extra argument instead of `interactive-p'.
2004-10-26 19:06:24 +00:00
Jay Belanger
577e1b7491
(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
...
(calc-trail-display): Use an extra argument instead of `interactive-p'.
2004-10-26 19:05:53 +00:00
Kim F. Storm
4cf9f027a1
(describe-key): Describe both down-event and up-event
...
for a mouse click.
2004-10-26 12:59:44 +00:00
Kim F. Storm
c86364354c
*** empty log message ***
2004-10-26 12:59:20 +00:00
Kim F. Storm
39900c4efc
(Fcall_interactively): Add 'U' code to get the up-event discarded by a
...
previous 'k' or 'K' argument.
2004-10-26 12:56:47 +00:00
Kim F. Storm
3baa952d8b
(Interactive Codes): Add U code letter.
2004-10-26 12:55:51 +00:00
David Kastrup
5629f29b3c
(syms_of_buffer): Fix a few typos.
2004-10-26 09:45:16 +00:00
Jan Djärv
4f2f546e71
* xsmfns.c: Put empty line between comment and function body.
...
Use two spaces before comment end.
2004-10-26 09:28:01 +00:00
Richard M. Stallman
fb2496f408
*** empty log message ***
2004-10-26 09:02:33 +00:00
Richard M. Stallman
ce5568bf19
(woman): Don't call interactive-p.
2004-10-26 08:36:11 +00:00
Richard M. Stallman
060a33bb97
(pcomplete): Instead of interactive-p,
...
use an arg set non-nil by the interactive spec.
2004-10-26 08:33:14 +00:00
Richard M. Stallman
da67fa9af8
(menu-bar-make-toggle): Instead of interactive-p,
...
use an arg set non-nil by the interactive spec.
2004-10-26 08:31:40 +00:00
Richard M. Stallman
1d3b75d82e
(Man-cleanup-manpage): Instead of interactive-p,
...
use an arg set non-nil by the interactive spec.
2004-10-26 08:27:26 +00:00
Stefan Monnier
b119fdd59d
(tex-font-lock-keywords-1): Fix up the spurious
...
verbatim face on the \ of \end{verbatim}.
2004-10-25 20:35:24 +00:00
Jason Rumney
f9a8480b56
Add note about MSYS sh.exe
2004-10-25 19:57:18 +00:00
Masatake YAMATO
e3c9b21e83
* progmodes/flymake.el (flymake-split-string): Use
...
`flymake-split-string-remove-empty-edges' in any case.
* progmodes/flymake.el (flymake-err-line-patterns):
Use `compilation-error-regexp-alist-alist' instead of
`compilation-error-regexp-alist'.
2004-10-25 16:58:46 +00:00
Stefan Monnier
f328b6c4ee
*** empty log message ***
2004-10-25 16:05:27 +00:00
Simon Josefsson
acd4089b00
(Reading a Password): Add.
2004-10-25 14:14:33 +00:00
Jay Belanger
967d58da3e
*** empty log message ***
2004-10-25 14:02:33 +00:00
Jay Belanger
b89c5b7158
(calc-digit-dots): Inhibit read-only before erasing minibuffer.
2004-10-25 13:57:20 +00:00
Simon Josefsson
d7aea84035
* subr.el (read-passwd): Move to net/password.el.
...
* net/password.el (read-passwd): Add. Autoload it.
2004-10-25 13:22:17 +00:00
Kai Großjohann
85af630d59
(process-file): Fix logic.
2004-10-25 08:31:52 +00:00
Kai Großjohann
3acd2c4f88
(mouse-sel-mode): Specify custom group.
2004-10-25 08:29:12 +00:00
Kenichi Handa
fc1062f541
(fontset_pattern_regexp): Optimize for the case that
...
PATTERN is full XLFD.
2004-10-25 02:03:47 +00:00
Kenichi Handa
832fe7204e
(x-set-cut-buffer): Cancel previous change.
2004-10-25 00:46:04 +00:00
Kenichi Handa
c0f7266a85
(x-set-cut-buffer): Encode STRING if necessary.
2004-10-25 00:22:02 +00:00
Jason Rumney
29dc7809d5
*** empty log message ***
2004-10-24 21:45:18 +00:00