1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 09:20:59 -08:00
Commit graph

25543 commits

Author SHA1 Message Date
Jesper Harder
cbfbd37df5 (gamegrid-add-score-insecure): Use sort-fields. 2004-04-05 11:57:14 +00:00
Vinicius Jose Latorre
6411a60a71 ebnf2ps 4.2 2004-04-05 02:00:42 +00:00
Miles Bader
074930457d Changes from arch/CVS synchronization 2004-04-05 01:58:47 +00:00
Vinicius Jose Latorre
728df3d91c Parser for DTD (Data Type Definition for XML). 2004-04-05 01:48:53 +00:00
Luc Teirlinck
1f41bcba72 (auto-revert-handler): If point (or a window point) is at the end of
the buffer, keep it there after reverting.  This allows to tail a file.
Mention this in the `Commentary'.
2004-04-05 01:09:37 +00:00
Luc Teirlinck
8c5fe07fa2 (format-write-file): Add optional argument CONFIRM and make it behave
like the analogous argument to `write-file'.
2004-04-05 00:52:10 +00:00
Eli Zaretskii
361535c2a9 Remove my incorrect email address. 2004-04-04 21:45:39 +00:00
Eli Zaretskii
a6eeaa811c Update my email address. 2004-04-04 21:38:56 +00:00
Eli Zaretskii
c19942680d *** empty log message *** 2004-04-04 21:32:05 +00:00
Eli Zaretskii
a9dfccd6ae (timeclock-relative)
(timeclock-get-project-function, timeclock-get-workday-function)
(timeclock-query-out, timeclock-when-to-leave)
(timeclock-when-to-leave-string, timeclock-log-data)
(timeclock-generate-report, timeclock-in): Doc fixes.
2004-04-04 21:30:49 +00:00
Stefan Monnier
8b44bc0665 (fill-comment-paragraph): Obey indent-tabs-mode. 2004-04-04 20:18:44 +00:00
Stefan Monnier
c536bb3944 (font-lock): Don't require any more.
(compilation-error-properties, compilation-start, compilation-sentinel)
(compilation-filter, next-error): Use with-current-buffer.
(compilation-skip-to-next-location, compilation-skip-threshold)
(compilation-skip-visited): Move to silence the byte-compiler.
(compilation-setup): Simplify.
(compilation-next-error): Use line-(beginning|end)-position.
Make sure `pt' is non-nil before using compilation-loop.
(compile-goto-error): Add optional event arg.  Use it.
(compile-mouse-goto-error): Make it an alias of compile-goto-error.
(compilation-minor-mode-map, compilation-shell-minor-mode-map):
Update the binding for mouse-2.
(first-error): Set compilation-current-error to nil rather than bob.
(compilation-parsing-end, compilation-parse-errors-function)
(compilation-error-list, compilation-old-error-list):
"New" compatibility variables.
(compile-buffer-substring, compilation-compat-error-properties)
(compilation-compat-parse-errors, compilation-forget-errors):
New compatibility functions.
(compilation-mode-font-lock-keywords): Use them.
2004-04-04 12:56:01 +00:00
Miles Bader
e5566bd545 Resolve CVS conflicts 2004-04-04 04:44:10 +00:00
Stefan Monnier
1051f1d82c Don't require url-auto. 2004-04-04 03:10:58 +00:00
Stefan Monnier
aa81d8d24a *** empty log message *** 2004-04-04 01:27:13 +00:00
Stefan Monnier
8c8b8430b5 Initial revision 2004-04-04 01:21:46 +00:00
Andreas Schwab
5c84686c48 (diff-mode): Fix missing quote. 2004-04-03 20:02:16 +00:00
Juri Linkov
35aeddc47b *** empty log message *** 2004-04-03 04:42:43 +00:00
Juri Linkov
4eb5945040 (describe-property-list): Add `font-lock-face'. 2004-04-03 04:19:53 +00:00
Juri Linkov
f16bcc9ae4 (dired-font-lock-keywords): Fix permission regexps. 2004-04-03 04:19:13 +00:00
Jan Djärv
bcfa9925a6 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
utf-16le on little endian machines and utf-16be otherwise.
2004-04-02 17:29:52 +00:00
David Kastrup
78cfc6adfc (browse-url-generic): Use call-process
instead of start-process to allow browsers that fork and detach.
2004-04-02 14:33:08 +00:00
David Kastrup
6555a8dd3e *** empty log message *** 2004-04-02 14:32:48 +00:00
Daniel Pfeiffer
e5c644da12 message deletion note added to M-x compile 2004-04-01 10:48:40 +00:00
Daniel Pfeiffer
51c8ad03e0 C-x ` fixes 2004-04-01 10:42:04 +00:00
Vinicius Jose Latorre
38253bba66 Var initialization fix. 2004-04-01 02:29:00 +00:00
Luc Teirlinck
04e08b8c2e *** empty log message *** 2004-04-01 02:14:01 +00:00
Luc Teirlinck
71c8db4cd5 Delete obsolete autoload's and defvar's.
(auto-revert-check-vc-info): New variable.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): Delete.
(auto-revert-handler): Treat return value `fast' of
buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2004-04-01 01:37:03 +00:00
Luc Teirlinck
012ad4a3f8 (Buffer-menu-mode): Make the buffer-stale-function return `fast'. 2004-04-01 01:23:36 +00:00
Luc Teirlinck
8b0b693286 (buffer-stale-function): Doc change. 2004-04-01 01:20:20 +00:00
Nick Roberts
188590b578 (gdb-view-source-function, gdb-view-assembler)
(gdb-source-info): Don't display source at startup, if required.
(gdb-show-main): New option.
(gdba): Update documentation.
(gdb-source): Cover case of auto-display output.
2004-03-31 23:47:22 +00:00
Miles Bader
4c8919e06e Resolve CVS conflicts 2004-03-31 23:46:42 +00:00
Nick Roberts
606ebcd177 *** empty log message *** 2004-03-31 23:46:23 +00:00
Juri Linkov
3ccd316045 (dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.
2004-03-31 16:33:00 +00:00
Juri Linkov
57654b8c0c Add autoload for `dired-do-touch'.
(dired-touch-program): New var.
(dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
(dired-no-confirm): Add `touch' to docstring.
2004-03-31 16:29:46 +00:00
Juri Linkov
43ee73f576 (dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'. 2004-03-31 16:09:18 +00:00
Juri Linkov
778f4651d5 (dired-move-to-filename-regexp): Add . to HH:MM. 2004-03-31 16:06:43 +00:00
Vinicius Jose Latorre
1ede99a8ec Write a buffer if and only if the buffer was modified. 2004-03-31 01:33:26 +00:00
Kenichi Handa
ce4dd05c9f Delete pairs for U+2308..U+230B. 2004-03-30 08:07:41 +00:00
Nick Roberts
034de73609 (gud-gdb-marker-filter): Include "\n" in regexp
to detect the beginning of a level 2 or 3 annotation.
2004-03-29 19:24:11 +00:00
Nick Roberts
5d987733d0 *** empty log message *** 2004-03-29 19:23:30 +00:00
Kenichi Handa
984d06b317 (ucs-insert): Fix the error message. 2004-03-29 12:05:50 +00:00
Kenichi Handa
2d76740f08 *** empty log message *** 2004-03-29 03:51:41 +00:00
Kenichi Handa
fdc5802e53 (char-displayable-p): Fix generation of XLFD file name. 2004-03-29 03:41:39 +00:00
Vinicius Jose Latorre
f8b0995724 printing 6.7.3. 2004-03-29 02:58:56 +00:00
Vinicius Jose Latorre
034cb09633 New version 6.7.3. 2004-03-29 02:51:59 +00:00
Luc Teirlinck
b6ea9927a0 *** empty log message *** 2004-03-29 02:46:53 +00:00
Kenichi Handa
39cc05f572 (setwins, setwins_almost): Change directory to $wd
before finding directories by `find'.
2004-03-29 02:25:50 +00:00
Stefan Monnier
adb3b3532f *** empty log message *** 2004-03-29 00:53:28 +00:00
Stefan Monnier
a21aa1650a (interactive-form): Delete. Now implemented in C. 2004-03-29 00:48:07 +00:00