Richard M. Stallman
636004b972
(elide-head): Change error to message.
...
(elide-head-show): Likewise.
2004-10-27 17:48:14 +00:00
Richard M. Stallman
b965722b34
(apropos-macrop): Doc fix.
2004-10-27 17:46:33 +00:00
Richard M. Stallman
d3d3d650ef
(mouse-show-mark): Do most processing the same
...
regardless of transient-mark-mode.
2004-10-27 17:44:59 +00:00
Richard M. Stallman
4f8e58ec5f
(shadow-copy-files): Use interactive-p
...
only to control whether to print a message.
2004-10-27 17:41:24 +00:00
Richard M. Stallman
bea824fdf3
(tar-mode): Use write-contents-functions, not write-contents-hooks.
2004-10-27 17:40:19 +00:00
Richard M. Stallman
4660a9e3d6
*** empty log message ***
2004-10-27 15:07:06 +00:00
Richard M. Stallman
58cc447b23
(pcomplete-entries): Don't use directory-sep-char.
2004-10-27 15:05:12 +00:00
Richard M. Stallman
5d6101401f
(type-break-run-at-time): Always use run-at-time; forget the alternatives.
...
(type-break-cancel-function-timers): Always use cancel-function-timers;
forget the alternatives.
2004-10-27 15:04:26 +00:00
Richard M. Stallman
31eb6fd768
(strokes-unload-hook): Fix previous change.
2004-10-27 15:03:15 +00:00
Richard M. Stallman
3e020e02aa
(eshell-du-sum-directory): Don't use directory-sep-char.
2004-10-27 15:02:06 +00:00
Richard M. Stallman
dff3f9e1b8
(Interactive Codes): N' uses numeric prefix, not raw. Clarify
n'.
...
(Interactive Call): Rewrite interactive-p, focusing on when and how to use it.
(Misc Events): Clarify previous change.
2004-10-27 14:59:47 +00:00
Richard M. Stallman
f91f2dcc78
(Simple Advice): Clarify what job the example does.
...
(Around-Advice): Clarify ad-do-it.
(Activation of Advice): An option of ad-default-compilation-action
is `never', not `nil'.
2004-10-27 14:54:18 +00:00
Richard M. Stallman
ec9f1dd3ec
(get_next_display_element): In mode lines,
...
treat newline and tab like other control characters.
2004-10-27 14:46:25 +00:00
Kenichi Handa
3ccf95cb1a
(ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
...
Unicode ranges.
2004-10-27 12:50:22 +00:00
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