Dave Love
973a76b18b
*** empty log message ***
2003-06-06 10:16:42 +00:00
Dave Love
eb3b52fa88
Check for locale.h.
2003-06-06 09:04:22 +00:00
Kenichi Handa
f11aa0b29e
*** empty log message ***
2003-06-06 05:24:59 +00:00
Miles Bader
9328929244
(set-frame-font): Default to frame's current default font.
2003-06-06 01:32:33 +00:00
Jason Rumney
d18c4f98bd
Document new System colors on MS-Windows
2003-06-05 23:56:32 +00:00
Stefan Monnier
bf078377cd
*** empty log message ***
2003-06-05 23:35:23 +00:00
Kim F. Storm
08eba4dc5e
(Info-fontify-node): Don't refill over lines ending in a
...
period; this should fix problems with lists like one in the
(emacs)Library Keywords section.
2003-06-05 23:23:53 +00:00
Kim F. Storm
396f3b2751
*** empty log message ***
2003-06-05 23:23:23 +00:00
Jason Rumney
3d1436900e
(SYSTEM_DEFAULT_RESOURCES): New constant.
...
(w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
2003-06-05 23:21:19 +00:00
Jason Rumney
0c8ea7afde
(Finternal_face_x_get_resource): Do it on Windows and Mac too.
2003-06-05 22:52:43 +00:00
Juanma Barranquero
1f14f29e3c
*** empty log message ***
2003-06-05 22:12:43 +00:00
Juanma Barranquero
1d5ad120aa
(dired-get-filename): Don't err for . and .. for calls from dired-add-entry.
2003-06-05 22:00:13 +00:00
Juanma Barranquero
e99add213b
(table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now a
...
string value instead of a character. ?= is allowed for horizontal boundary as
well as ?-.
(table-command-remap-alist, table-command-list): Changed defconst to defvar
because the value is modified.
(table-insert, table-insert-row, table-insert-column, table-recognize)
(table-recognize-region, table-widen-cell, table-span-cell)
table-split-cell-vertically): Change due to table-cell-horizontal-chars.
(table--cell-horizontal-char-p): New function.
(table--generate-source-scan-lines, table-delete-row, table-delete-column)
(table--spacify-frame, table--find-row-column, table--probe-cell-left-up)
(table--probe-cell-right-bottom, table--probe-cell): Change due to
table-cell-horizontal-chars.
From David Abrahams <dave@boost-consulting.com>
2003-06-05 20:07:16 +00:00
Juanma Barranquero
0f9c2d466c
Moved from lisp/.
2003-06-05 19:58:26 +00:00
Juanma Barranquero
e6e96fbfba
Moved to progmodes/.
2003-06-05 19:53:31 +00:00
Juanma Barranquero
ec91f7735c
(tcl-mode): Set imenu-generic-expression to the value of
...
tcl-imenu-generic-expression instead of the symbol.
2003-06-05 19:47:26 +00:00
Luc Teirlinck
c2a87d7439
(Info-mode): Mention c' and remove duplicate mention of
q' in
...
documentation string.
2003-06-05 19:11:42 +00:00
Luc Teirlinck
146c341253
*** empty log message ***
2003-06-05 19:05:43 +00:00
Dave Love
d0982fbddb
Not committed to branch, sorry.
2003-06-05 18:00:24 +00:00
Dave Love
460ff54e9d
*** empty log message ***
2003-06-05 17:49:22 +00:00
Dave Love
f16205ca4c
*** empty log message ***
2003-06-05 16:37:57 +00:00
Dave Love
12c0a8da7f
Check for memcpy, mempcpy, mblen, mbrlen. Use
...
AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
(NLIST_STRUCT): Don't define.
2003-06-05 16:37:13 +00:00
Dave Love
87c359749c
Set NLIST_STRUCT from HAVE_NLIST_H. Use
...
HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
[HAVE_LOCALE_H]: Include locale.h.
(getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
2003-06-05 16:24:51 +00:00
Dave Love
984257db17
(__mktime_internal): Merge changes from gnulib
...
involving year 69 and dst2.
2003-06-05 16:24:17 +00:00
Lute Kamstra
3811bec8ed
(shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
...
`comint-output-filter-functions' when bash is used as the inferior
shell.
(shell-filter-ctrl-a-ctrl-b): New function.
2003-06-05 12:02:09 +00:00
Dave Love
32be9b2288
*** empty log message ***
2003-06-05 11:55:20 +00:00
Dave Love
8f38348416
(vc-make-backup-files): Add :group backup.
2003-06-05 11:34:06 +00:00
Stefan Monnier
01ed8ff1e1
*** empty log message ***
2003-06-05 01:28:15 +00:00
Stefan Monnier
59444a9ccc
(sgml-parse-tag-backward): Try and detect
...
when we're starting from within a tag.
(sgml-get-context): When called from inside a tag, do something useful.
Rename the arg now that it's never used for `full' context anymore.
(sgml-calculate-indent): Make `lcon' an argument.
Return nil when we don't know what to do.
If the initial lcon turns out to be wrong, try again.
(sgml-indent-line): If sgml-calculate-indent returns nil, don't indent.
2003-06-05 01:14:23 +00:00
Kim F. Storm
a530382071
(coordinates_in_window): Convert X and Y to window
...
relative coordinates inside mode-line and header-line parts.
Convert X and Y to margin area relative coordinates inside left
and right display margin parts.
2003-06-05 00:36:28 +00:00
Kim F. Storm
9b87a0bc64
*** empty log message ***
2003-06-05 00:36:09 +00:00
Jason Rumney
5a8a15ecc8
(add_system_logical_colors_to_map): New function.
...
(Fx_open_connection): Use it.
2003-06-05 00:01:03 +00:00
Stefan Monnier
26d7389d54
(allocate_pty): Revert part of the previous patch.
...
(Faccept_process_output): Simplify.
2003-06-04 23:21:11 +00:00
Kim F. Storm
192b65f581
(Info-fontify-node): Individually refill menus and
...
paragraphs to preserve menu items and varying indentation.
Only color first 9 menu items differently.
2003-06-04 23:15:29 +00:00
Kim F. Storm
fd545db5e6
*** empty log message ***
2003-06-04 23:13:18 +00:00
Juanma Barranquero
16906a6529
Add new maintainer.
2003-06-04 22:23:31 +00:00
Jason Rumney
b427b65d53
*** empty log message ***
2003-06-04 22:09:45 +00:00
Jason Rumney
5519568933
(enum event_kind): Remove MOUSE_WHEEL_EVENT.
2003-06-04 22:08:47 +00:00
Jason Rumney
9eb28007fb
(Qmouse_wheel, mouse_wheel_syms, lispy_mouse_wheel_names): Remove.
...
(syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
Always define drag_and_drop_syms.
2003-06-04 22:05:52 +00:00
Jason Rumney
1beaad814a
(XTread_socket): Map mouse wheel events to Emacs
...
WHEEL_EVENT events.
2003-06-04 22:03:44 +00:00
Jason Rumney
e9ec1a292f
No need to bind wheel events specially.
2003-06-04 21:54:08 +00:00
Jason Rumney
29832d73b8
(mouse-wheel-down-event, mouse-wheel-up-event):
...
Default to new wheel-up and wheel-down events on MacOS.
2003-06-04 21:53:00 +00:00
Luc Teirlinck
c6ff5a4c80
(yank-excluded-properties): Expand documentation string.
2003-06-04 21:13:41 +00:00
Luc Teirlinck
33823ebbe6
*** empty log message ***
2003-06-04 21:10:29 +00:00
Stefan Monnier
d48c284b71
*** empty log message ***
2003-06-04 19:26:51 +00:00
Kenichi Handa
a84f151963
_buffer_size): If coding->type is
...
coding_type_ccl, double magnification on CRLF encoding.
2003-06-04 12:43:09 +00:00
Richard M. Stallman
38356c7211
*** empty log message ***
2003-06-04 09:48:59 +00:00
Richard M. Stallman
9b45407516
(lm-keywords-finder-p): Use with-no-warnings.
2003-06-04 09:48:50 +00:00
Richard M. Stallman
7788783202
*** empty log message ***
2003-06-04 09:42:47 +00:00
Richard M. Stallman
97bccfe5f8
(gud-minor-mode-type): Move defvar up.
2003-06-04 09:42:37 +00:00