1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

47600 Commits

Author SHA1 Message Date
Kim F. Storm
37cb08e728 *** empty log message *** 2003-06-09 21:59:54 +00:00
Stefan Monnier
5e56fb5380 (tex-search-noncomment): New macro.
(tex-last-unended-begin, tex-next-unmatched-end): Use it
so we don't get confused by \begin and \end in comments.
(tex-compile): Change dir before calling tex-compile-default.
2003-06-09 17:42:22 +00:00
Andreas Schwab
9b341343a9 (dired-get-filename): Complain only about "." and "..",
not all directories.
2003-06-09 17:05:55 +00:00
Stefan Monnier
15a893fa28 *** empty log message *** 2003-06-08 01:22:30 +00:00
Nick Roberts
280645b30c (gdb-get-current-frame, gdb-frame-handler): Use Gdb
command `info frame' instead of `frame' to preserve point.
(gdb-invalidate-assembler): Only run disassemble again if frame
has changed.
(gdb-append-to-inferior-io): Revert change from 2003-05-17.
2003-06-08 01:20:51 +00:00
Nick Roberts
d428910d66 *** empty log message *** 2003-06-08 01:19:51 +00:00
Stefan Monnier
ffa5b3a3ff (texinfo-enable-quote-macros): Fix thinko.
(texinfo-insert-@table): Remove unused arg.
(texinfo-show-structure): Remove unused var `source-buffer'.
2003-06-08 01:17:04 +00:00
Stefan Monnier
b532266db6 (skeleton-proxy-new): Consume the mark-active state. 2003-06-08 00:54:06 +00:00
Stefan Monnier
8a591d5242 (tex-mode-syntax-table, tex-latex-indent-syntax-table):
Don't use easy-mmode-defsyntax.
2003-06-08 00:49:38 +00:00
Stefan Monnier
b26a7cfab7 *** empty log message *** 2003-06-08 00:39:44 +00:00
Jason Rumney
b15fa8b13f Note that scrollbars and menus are not customizable. 2003-06-07 11:38:22 +00:00
Jason Rumney
fac7d58b87 (mouse-wheel-up-event, mouse-wheel-down-event):
Use wheel-* events on darwin.
2003-06-07 00:24:41 +00:00
Jason Rumney
65419ab2e9 *** empty log message *** 2003-06-07 00:24:22 +00:00
Juanma Barranquero
049e9c764b *** empty log message *** 2003-06-06 17:49:52 +00:00
Juanma Barranquero
87a1fe1d68 (shell-resync-dirs): Tolerate an extra line of output before the list of
directories from `shell-dirstack-query' (it looks for, and ignores, a literal
copy of the value of shell-dirstack-query).
2003-06-06 17:39:46 +00:00
Lute Kamstra
0defe75805 (Info-complete-menu-item): Revert change of 2003-06-03. 2003-06-06 16:13:31 +00:00
Juanma Barranquero
c07345e235 *** empty log message *** 2003-06-06 15:12:43 +00:00
Juanma Barranquero
bc38726909 Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons,
add "select" keyword for bash.
2003-06-06 15:06:53 +00:00
Andreas Schwab
b038485e9a (Info-select-node): Doc fix. 2003-06-06 12:28:16 +00:00
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