1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
Commit Graph

44291 Commits

Author SHA1 Message Date
Stefan Monnier
68eb8bd544 *** empty log message *** 2002-10-31 00:42:35 +00:00
Stefan Monnier
ef11ff9b1f (fill-move-to-break-point): Skip white space
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives.  Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.
2002-10-31 00:30:36 +00:00
Stefan Monnier
58401a3476 (overlays_around, get_pos_property): New funs.
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.
2002-10-30 23:11:26 +00:00
Dave Love
2baf1bfa54 *** empty log message *** 2002-10-30 19:48:51 +00:00
Dave Love
3180897ccc (po-content-type-charset-alist): Delete most
entries.
(po-find-charset): Doc fix.  Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.
2002-10-30 19:47:53 +00:00
Dave Love
cf07d2bdf6 Remove some ancient compatibility code. Populate
x-keysym-table.
2002-10-30 19:26:23 +00:00
Dave Love
7273faa10e Comment. 2002-10-30 19:17:50 +00:00
Dave Love
ee648c1188 (Fforward_comment): Doc fix. 2002-10-30 19:17:31 +00:00
Dave Love
e62cab61d5 Include sys/wait.h.
[HAVE_PTY_H]; Include pty.h.
2002-10-30 19:16:32 +00:00
Dave Love
e63304b745 (Fload) <!load_dangerous_libraries>: Close fd. 2002-10-30 19:15:17 +00:00
Dave Love
ed3230db33 (lispy_accent_codes, lispy_accent_keys): Extended.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.
(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix
sprintf call.
2002-10-30 19:13:10 +00:00
Dave Love
dbd4b028f6 (Qeql): Declare.
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it.  Deal with ASCII keysyms.
(XSetIMValues) [HAVE_X11R6]: Prototype.
2002-10-30 19:12:37 +00:00
Dave Love
a8c834bfdb (bcopy, bzero): Define conditional on HAVE_BCOPY.
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.
2002-10-30 18:59:01 +00:00
Dave Love
a86892dc69 Don't include strings.h.
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
2002-10-30 18:58:46 +00:00
Dave Love
15fe470ff9 (IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:59 +00:00
Dave Love
7fa3ed62bf Don't include strings.h.
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:41 +00:00
Dave Love
f3acf5bed7 Require autoconf 2.53. Test for pty.h,
sys/mman.h, sys/param.h, mremap, memmove.
(AH_BOTTOM): Maybe include strings.h.  Add local variables for
mode.
(AC_PROG_YACC): Deleted.
(size_t): Use AC_CHECK_TYPES.
(AH_TOP): Up-date copyright.
2002-10-30 18:52:27 +00:00
Dave Love
10c1902cc6 (C_SWITCH_SYSTEM): Revert last change (fixed by
regexp.h change).
(TERMINFO, LIBS_TERMCAP): Define.
2002-10-30 18:50:35 +00:00
Andreas Schwab
c9bcb50778 (replace-regexp-in-string): Doc fix. 2002-10-29 23:42:00 +00:00
Dave Love
e5f5192972 (selection-coding-system, scalable-fonts-allowed):
Added.
2002-10-29 18:51:52 +00:00
Dave Love
0ec2c3509c (syntax-case): Define
scheme-indent-function.
2002-10-29 18:48:30 +00:00
Dave Love
e11cf111ba Comment. 2002-10-29 18:37:26 +00:00
Richard M. Stallman
d1c3f6b6e0 *** empty log message *** 2002-10-29 18:21:10 +00:00
Richard M. Stallman
49ba5d16b3 Add xref to Make manual. 2002-10-29 18:18:41 +00:00
Juanma Barranquero
b37db7b4eb Fix entries to follow ChangeLog style conventions. 2002-10-29 18:17:50 +00:00
Richard M. Stallman
90ee5627ad (server-switch-buffer): Say when no server buffers remain. 2002-10-29 18:17:46 +00:00
Richard M. Stallman
019f8c1e2e (goto-address-url-regexp): Don't match `mailto'. 2002-10-29 18:12:33 +00:00
Kim F. Storm
81173429ea (ido-wide-find-dirs-or-files): Fixed problem that caused
incomplete list of matches to be returned.
2002-10-29 14:14:56 +00:00
Kim F. Storm
d0891f9ee7 *** empty log message *** 2002-10-29 14:14:00 +00:00
Juanma Barranquero
85b2f69e1e Added "(tiny change)" marker. 2002-10-29 09:45:19 +00:00
Juanma Barranquero
a52ce7f823 *** empty log message *** 2002-10-29 07:53:21 +00:00
Juanma Barranquero
2b6a2afe1d (texinfo-format-ifplaintext): New function.
(ifplaintext, ifnotplaintext)
(afourpaper, afivepaper, afourlatex, afourwide)
(documentlanguage, documentencoding): New aliases.
2002-10-29 07:53:08 +00:00
Juanma Barranquero
e1a68e89f4 (texinfo-environments): Add environment; copying, documentdescription,
ifplaintext, ifnotplaintext, and verbatim.
2002-10-29 07:52:32 +00:00
Juanma Barranquero
6bb8143894 Add "(tiny change)" where required. 2002-10-29 07:40:45 +00:00
Jonathan Yavner
9cc1eb89d1 +++/--- bugfix 2002-10-29 05:26:18 +00:00
John Paul Wallington
b71b4e1c1c *** empty log message *** 2002-10-29 04:28:59 +00:00
John Paul Wallington
a1793b2dd2 (ibuffer-mouse-popup-menu): Set point before popping
up filter groups menu.  Preserve point unless a menu command has
moved it from point clicked.
2002-10-29 04:21:03 +00:00
Kenichi Handa
e53f3118cd *** empty log message *** 2002-10-29 01:39:26 +00:00
David Kastrup
11bfbbd26e (calc-any-evaltos): Initialize to nil, since
calc-refresh-evaltos appears to need this.
2002-10-29 00:30:21 +00:00
Kim F. Storm
4e5cdb4f42 Document enhanced signal-process functionality.
Minor reorganizations.
2002-10-28 23:38:07 +00:00
Kim F. Storm
cdd5ea86db (Fsignal_process): Allow PROCESS to be specified by
name in addition to pid (as integer or string).
2002-10-28 23:18:50 +00:00
Kim F. Storm
e8a3259964 *** empty log message *** 2002-10-28 23:18:35 +00:00
Dave Love
bfe77626aa (non-iso-charset-alist): Move to
avoid compilation warning.
(mule-diag): Provide.
2002-10-28 18:44:55 +00:00
Dave Love
fe8d896ad7 (cp-make-coding-system): Use
utf-translation-table-for-decode, not
utf-8-translation-table-for-decode.
(mule-diag): Require.
2002-10-28 18:43:41 +00:00
Dave Love
2d8a4bbe9c (quail-keyboard-layout): Move after
quail-keyboard-layout-alist.
2002-10-28 18:29:36 +00:00
Juanma Barranquero
ce20e03e00 Don't redefine _heap_init and _heap_term on MSVC 7 build environments. Patch
from Jay Finger <jay_finger@hotmail.com> and Harald.Maier.BW@t-online.de.
2002-10-28 17:50:21 +00:00
Dave Love
02e740dc03 (Resources): Mention .Xresources.
(Table of Resources): Uncomment privateColormap.  Fix
SelectionFont.  Add selectionTimeout.
2002-10-28 15:04:57 +00:00
Dave Love
a3fac65a78 (thai-composition-function): Don't use prog1. 2002-10-28 14:43:51 +00:00
Dave Love
e10fd9a8c8 (lao-composition-function): Don't use prog1. 2002-10-28 14:42:53 +00:00
Dave Love
34b5d116a3 (diacritic-composition-function): Modify
confused prog1 form.
2002-10-28 14:40:18 +00:00