]> git.eshelyaron.com Git - emacs.git/log
emacs.git
20 years ago*** empty log message ***
Luc Teirlinck [Mon, 5 Apr 2004 02:09:28 +0000 (02:09 +0000)]
*** empty log message ***

20 years agoebnf2ps 4.2
Vinicius Jose Latorre [Mon, 5 Apr 2004 02:00:42 +0000 (02:00 +0000)]
ebnf2ps 4.2

20 years agoChanges from arch/CVS synchronization
Miles Bader [Mon, 5 Apr 2004 01:58:47 +0000 (01:58 +0000)]
Changes from arch/CVS synchronization

20 years agoParser for DTD (Data Type Definition for XML).
Vinicius Jose Latorre [Mon, 5 Apr 2004 01:48:53 +0000 (01:48 +0000)]
Parser for DTD (Data Type Definition for XML).

20 years agoVarious small changes in addition to:
Luc Teirlinck [Mon, 5 Apr 2004 01:28:57 +0000 (01:28 +0000)]
Various small changes in addition to:
(Making Backups): Mention return value of `backup-buffer'.
(Auto-Saving): Mention optional FORCE argument to
`delete-auto-save-file-if-necessary'.
(Reverting): Mention optional PRESERVE-MODES argument to `revert-buffer'.
Correct description of `revert-buffer-function'.

20 years ago(auto-revert-handler): If point (or a window point) is at the end of
Luc Teirlinck [Mon, 5 Apr 2004 01:09:37 +0000 (01:09 +0000)]
(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'.

20 years ago(format-write-file): Add optional argument CONFIRM and make it behave
Luc Teirlinck [Mon, 5 Apr 2004 00:52:10 +0000 (00:52 +0000)]
(format-write-file): Add optional argument CONFIRM and make it behave
like the analogous argument to `write-file'.

20 years agoRemove my incorrect email address.
Eli Zaretskii [Sun, 4 Apr 2004 21:45:39 +0000 (21:45 +0000)]
Remove my incorrect email address.

20 years agoUpdate my email address.
Eli Zaretskii [Sun, 4 Apr 2004 21:38:56 +0000 (21:38 +0000)]
Update my email address.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 4 Apr 2004 21:32:05 +0000 (21:32 +0000)]
*** empty log message ***

20 years ago(timeclock-relative)
Eli Zaretskii [Sun, 4 Apr 2004 21:30:49 +0000 (21:30 +0000)]
(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.

20 years ago(SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.
Eli Zaretskii [Sun, 4 Apr 2004 21:00:49 +0000 (21:00 +0000)]
(SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.

20 years ago(lib-src): Recognize comment lines in Makefile.in
Eli Zaretskii [Sun, 4 Apr 2004 20:53:04 +0000 (20:53 +0000)]
(lib-src): Recognize comment lines in Makefile.in
that have a TAB after the #, to avoid errors in preprocessing
with GCC 3.3.3.

20 years ago(fill-comment-paragraph): Obey indent-tabs-mode.
Stefan Monnier [Sun, 4 Apr 2004 20:18:44 +0000 (20:18 +0000)]
(fill-comment-paragraph): Obey indent-tabs-mode.

20 years ago(font-lock): Don't require any more.
Stefan Monnier [Sun, 4 Apr 2004 12:56:01 +0000 (12:56 +0000)]
(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.

20 years agoResolve CVS conflicts
Miles Bader [Sun, 4 Apr 2004 04:44:10 +0000 (04:44 +0000)]
Resolve CVS conflicts

20 years agoDon't require url-auto.
Stefan Monnier [Sun, 4 Apr 2004 03:10:58 +0000 (03:10 +0000)]
Don't require url-auto.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 4 Apr 2004 02:01:19 +0000 (02:01 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Sun, 4 Apr 2004 01:27:13 +0000 (01:27 +0000)]
*** empty log message ***

20 years agoInitial revision
Stefan Monnier [Sun, 4 Apr 2004 01:21:46 +0000 (01:21 +0000)]
Initial revision

20 years ago(diff-mode): Fix missing quote.
Andreas Schwab [Sat, 3 Apr 2004 20:02:16 +0000 (20:02 +0000)]
(diff-mode): Fix missing quote.

20 years agoUseless now that .gdbinit works with USE_LISP_UNION as well.
Stefan Monnier [Sat, 3 Apr 2004 05:36:26 +0000 (05:36 +0000)]
Useless now that .gdbinit works with USE_LISP_UNION as well.

20 years agoMake it work for USE_LSB_TAG and !NO_LISP_UNION.
Stefan Monnier [Sat, 3 Apr 2004 05:34:11 +0000 (05:34 +0000)]
Make it work for USE_LSB_TAG and !NO_LISP_UNION.
(xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
($nonvalbits): Remove.
($valmask): Set it by calling xreload to avoid redundancy.

20 years ago(gdb_use_union, gdb_use_lsb): New vars.
Stefan Monnier [Sat, 3 Apr 2004 05:31:24 +0000 (05:31 +0000)]
(gdb_use_union, gdb_use_lsb): New vars.
(gdb_emacs_intbits): Remove.

20 years ago*** empty log message ***
Juri Linkov [Sat, 3 Apr 2004 04:42:43 +0000 (04:42 +0000)]
*** empty log message ***

20 years agoAdd Javanese.
Juri Linkov [Sat, 3 Apr 2004 04:41:21 +0000 (04:41 +0000)]
Add Javanese.

20 years ago(describe-property-list): Add `font-lock-face'.
Juri Linkov [Sat, 3 Apr 2004 04:19:53 +0000 (04:19 +0000)]
(describe-property-list): Add `font-lock-face'.

20 years ago(dired-font-lock-keywords): Fix permission regexps.
Juri Linkov [Sat, 3 Apr 2004 04:19:13 +0000 (04:19 +0000)]
(dired-font-lock-keywords): Fix permission regexps.

20 years ago(Reverting): Correct description of revert-buffer's handling of point.
Luc Teirlinck [Sat, 3 Apr 2004 03:54:15 +0000 (03:54 +0000)]
(Reverting): Correct description of revert-buffer's handling of point.

20 years ago* x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
Jan Djärv [Fri, 2 Apr 2004 17:29:52 +0000 (17:29 +0000)]
* x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
  utf-16le on little endian machines and utf-16be otherwise.

20 years ago(browse-url-generic): Use call-process
David Kastrup [Fri, 2 Apr 2004 14:33:08 +0000 (14:33 +0000)]
(browse-url-generic): Use call-process
instead of start-process to allow browsers that fork and detach.

20 years ago*** empty log message ***
David Kastrup [Fri, 2 Apr 2004 14:32:48 +0000 (14:32 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Fri, 2 Apr 2004 07:53:11 +0000 (07:53 +0000)]
*** empty log message ***

20 years agomessage deletion note added to M-x compile
Daniel Pfeiffer [Thu, 1 Apr 2004 10:48:40 +0000 (10:48 +0000)]
message deletion note added to M-x compile

20 years agoC-x ` fixes
Daniel Pfeiffer [Thu, 1 Apr 2004 10:42:04 +0000 (10:42 +0000)]
C-x ` fixes

20 years agoVar initialization fix.
Vinicius Jose Latorre [Thu, 1 Apr 2004 02:29:00 +0000 (02:29 +0000)]
Var initialization fix.

20 years ago*** empty log message ***
Luc Teirlinck [Thu, 1 Apr 2004 02:14:01 +0000 (02:14 +0000)]
*** empty log message ***

20 years agoMention in comment that `make maintainer-clean' deletes .elc files.
Luc Teirlinck [Thu, 1 Apr 2004 02:12:09 +0000 (02:12 +0000)]
Mention in comment that `make maintainer-clean' deletes .elc files.

20 years agoDelete obsolete autoload's and defvar's.
Luc Teirlinck [Thu, 1 Apr 2004 01:37:03 +0000 (01:37 +0000)]
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'.

20 years ago(Buffer-menu-mode): Make the buffer-stale-function return `fast'.
Luc Teirlinck [Thu, 1 Apr 2004 01:23:36 +0000 (01:23 +0000)]
(Buffer-menu-mode): Make the buffer-stale-function return `fast'.

20 years ago(buffer-stale-function): Doc change.
Luc Teirlinck [Thu, 1 Apr 2004 01:20:20 +0000 (01:20 +0000)]
(buffer-stale-function): Doc change.

20 years ago(gdb-view-source-function, gdb-view-assembler)
Nick Roberts [Wed, 31 Mar 2004 23:47:22 +0000 (23:47 +0000)]
(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.

20 years agoResolve CVS conflicts
Miles Bader [Wed, 31 Mar 2004 23:46:42 +0000 (23:46 +0000)]
Resolve CVS conflicts

20 years ago*** empty log message ***
Nick Roberts [Wed, 31 Mar 2004 23:46:23 +0000 (23:46 +0000)]
*** empty log message ***

20 years ago(dired-do-touch): New fun.
Juri Linkov [Wed, 31 Mar 2004 16:33:00 +0000 (16:33 +0000)]
(dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.

20 years agoAdd autoload for `dired-do-touch'.
Juri Linkov [Wed, 31 Mar 2004 16:29:46 +0000 (16:29 +0000)]
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.

20 years ago(dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'.
Juri Linkov [Wed, 31 Mar 2004 16:09:18 +0000 (16:09 +0000)]
(dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'.

20 years ago(dired-move-to-filename-regexp): Add . to HH:MM.
Juri Linkov [Wed, 31 Mar 2004 16:06:43 +0000 (16:06 +0000)]
(dired-move-to-filename-regexp): Add . to HH:MM.

20 years agodata.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
Jan Djärv [Wed, 31 Mar 2004 12:42:43 +0000 (12:42 +0000)]
data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.

20 years agoWrite a buffer if and only if the buffer was modified.
Vinicius Jose Latorre [Wed, 31 Mar 2004 01:33:26 +0000 (01:33 +0000)]
Write a buffer if and only if the buffer was modified.

20 years agoDelete pairs for U+2308..U+230B.
Kenichi Handa [Tue, 30 Mar 2004 08:07:41 +0000 (08:07 +0000)]
Delete pairs for U+2308..U+230B.

20 years ago(Fformat): Fix initialization of the array info.
Kenichi Handa [Tue, 30 Mar 2004 06:16:29 +0000 (06:16 +0000)]
(Fformat): Fix initialization of the array info.

20 years agoDoc fix.
Vinicius Jose Latorre [Tue, 30 Mar 2004 03:12:27 +0000 (03:12 +0000)]
Doc fix.

20 years agoClip the header and footer area.
Vinicius Jose Latorre [Tue, 30 Mar 2004 03:08:48 +0000 (03:08 +0000)]
Clip the header and footer area.

20 years agoAdd x-mouse-click-focus-ignore-position.
Kim F. Storm [Mon, 29 Mar 2004 23:00:22 +0000 (23:00 +0000)]
Add x-mouse-click-focus-ignore-position.

20 years ago(x_initialize): Initialize ignore_next_mouse_click_timeout.
Kim F. Storm [Mon, 29 Mar 2004 22:53:14 +0000 (22:53 +0000)]
(x_initialize): Initialize ignore_next_mouse_click_timeout.

20 years ago(x_mouse_click_focus_ignore_position): New var.
Kim F. Storm [Mon, 29 Mar 2004 22:49:15 +0000 (22:49 +0000)]
(x_mouse_click_focus_ignore_position): New var.
(syms_of_xterm): DEFVAR_BOOL it.
(ignore_next_mouse_click_timeout): New var.
(handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
Use it to filter mouse clicks following focus event.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 29 Mar 2004 22:37:09 +0000 (22:37 +0000)]
*** empty log message ***

20 years agoreformulated compile announcement
Daniel Pfeiffer [Mon, 29 Mar 2004 19:54:16 +0000 (19:54 +0000)]
reformulated compile announcement

20 years ago(gud-gdb-marker-filter): Include "\n" in regexp
Nick Roberts [Mon, 29 Mar 2004 19:24:11 +0000 (19:24 +0000)]
(gud-gdb-marker-filter): Include "\n" in regexp
to detect the beginning of a level 2 or 3 annotation.

20 years ago*** empty log message ***
Nick Roberts [Mon, 29 Mar 2004 19:23:30 +0000 (19:23 +0000)]
*** empty log message ***

20 years agoTODO: Removed drag-and-drop entry (DONE).
Jan Djärv [Mon, 29 Mar 2004 15:34:56 +0000 (15:34 +0000)]
TODO: Removed drag-and-drop entry (DONE).

20 years ago(ucs-insert): Fix the error message.
Kenichi Handa [Mon, 29 Mar 2004 12:05:50 +0000 (12:05 +0000)]
(ucs-insert): Fix the error message.

20 years ago(Fcall_interactively): Fix last change.
Kim F. Storm [Mon, 29 Mar 2004 11:45:11 +0000 (11:45 +0000)]
(Fcall_interactively): Fix last change.
From David Ponce  <david@dponce.com>

20 years ago*** empty log message ***
Kim F. Storm [Mon, 29 Mar 2004 11:44:36 +0000 (11:44 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Mar 2004 03:51:41 +0000 (03:51 +0000)]
*** empty log message ***

20 years ago(char-displayable-p): Fix generation of XLFD file name.
Kenichi Handa [Mon, 29 Mar 2004 03:41:39 +0000 (03:41 +0000)]
(char-displayable-p): Fix generation of XLFD file name.

20 years agoprinting 6.7.3.
Vinicius Jose Latorre [Mon, 29 Mar 2004 02:58:56 +0000 (02:58 +0000)]
printing 6.7.3.

20 years agoNew version 6.7.3.
Vinicius Jose Latorre [Mon, 29 Mar 2004 02:51:59 +0000 (02:51 +0000)]
New version 6.7.3.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 29 Mar 2004 02:46:53 +0000 (02:46 +0000)]
*** empty log message ***

20 years ago(setwins, setwins_almost): Change directory to $wd
Kenichi Handa [Mon, 29 Mar 2004 02:25:50 +0000 (02:25 +0000)]
(setwins, setwins_almost): Change directory to $wd
before finding directories by `find'.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 29 Mar 2004 00:53:28 +0000 (00:53 +0000)]
*** empty log message ***

20 years ago(Fcommandp): Simplify.
Stefan Monnier [Mon, 29 Mar 2004 00:51:43 +0000 (00:51 +0000)]
(Fcommandp): Simplify.

20 years ago(Fcall_interactively): Use Finteractive_form.
Stefan Monnier [Mon, 29 Mar 2004 00:49:00 +0000 (00:49 +0000)]
(Fcall_interactively): Use Finteractive_form.

20 years ago(Finteractive_form): Declare.
Stefan Monnier [Mon, 29 Mar 2004 00:48:39 +0000 (00:48 +0000)]
(Finteractive_form): Declare.

20 years ago(Finteractive_form): Rename from Fsubr_interactive_form.
Stefan Monnier [Mon, 29 Mar 2004 00:48:32 +0000 (00:48 +0000)]
(Finteractive_form): Rename from Fsubr_interactive_form.
Extend to handle all kinds of functions.

20 years ago(interactive-form): Delete. Now implemented in C.
Stefan Monnier [Mon, 29 Mar 2004 00:48:07 +0000 (00:48 +0000)]
(interactive-form): Delete.  Now implemented in C.

20 years agoDoc fix.
Vinicius Jose Latorre [Sun, 28 Mar 2004 23:08:29 +0000 (23:08 +0000)]
Doc fix.

20 years agoNew file.
Vinicius Jose Latorre [Sun, 28 Mar 2004 22:49:39 +0000 (22:49 +0000)]
New file.

20 years agoParser for EBNF used to specify XML (EBNFX)
Vinicius Jose Latorre [Sun, 28 Mar 2004 22:48:32 +0000 (22:48 +0000)]
Parser for EBNF used to specify XML (EBNFX)

20 years agoHandle initial comments.
Vinicius Jose Latorre [Sun, 28 Mar 2004 22:41:42 +0000 (22:41 +0000)]
Handle initial comments.

20 years agoModify interactive declaration.
Vinicius Jose Latorre [Sun, 28 Mar 2004 22:29:31 +0000 (22:29 +0000)]
Modify interactive declaration.

20 years ago(cvs-parse-process): Workaround for Darwin.
Stefan Monnier [Sun, 28 Mar 2004 22:02:16 +0000 (22:02 +0000)]
(cvs-parse-process): Workaround for Darwin.

20 years ago(vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
Stefan Monnier [Sun, 28 Mar 2004 22:00:19 +0000 (22:00 +0000)]
(vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
(vc-diff-label): New fun.
(vc-diff-internal): Use it.

20 years ago(gdb-post-prompt): Fix test.
Stefan Monnier [Sun, 28 Mar 2004 21:33:53 +0000 (21:33 +0000)]
(gdb-post-prompt): Fix test.

20 years ago(gdb-ann3, gdb-send-item)
Nick Roberts [Sun, 28 Mar 2004 20:20:38 +0000 (20:20 +0000)]
(gdb-ann3, gdb-send-item)
(gud-gdba-marker-filter): Log the process input and output, if
required. (from Stefan Monnier)
(gdb-debug-log, gdb-enable-debug-log): New variables.
(gdb-post-prompt): Don't do gdb-var-update on Mac OS X.

20 years ago*** empty log message ***
Nick Roberts [Sun, 28 Mar 2004 20:19:41 +0000 (20:19 +0000)]
*** empty log message ***

20 years ago(vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly).
Stefan Monnier [Sun, 28 Mar 2004 17:38:17 +0000 (17:38 +0000)]
(vc-file-not-found-hook): Fix typo.  From lorentey@elte.hu (L?rentey K�ly).

20 years ago(auto-revert-set-timer): Minor doc fix.
Luc Teirlinck [Sun, 28 Mar 2004 14:02:48 +0000 (14:02 +0000)]
(auto-revert-set-timer): Minor doc fix.

20 years agorestore (require 'font-lock) which is still needed
Daniel Pfeiffer [Sun, 28 Mar 2004 13:23:39 +0000 (13:23 +0000)]
restore (require 'font-lock) which is still needed

20 years agodoc fixes and restore optionality of next-error's arg
Daniel Pfeiffer [Sun, 28 Mar 2004 08:32:16 +0000 (08:32 +0000)]
doc fixes and restore optionality of next-error's arg

20 years ago(auto-revert-verbose, global-auto-revert-non-file-buffers)
Luc Teirlinck [Sun, 28 Mar 2004 03:56:53 +0000 (03:56 +0000)]
(auto-revert-verbose, global-auto-revert-non-file-buffers)
(global-auto-revert-mode, auto-revert-set-timer)
(auto-revert-handler, auto-revert-buffers): Doc fixes.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 28 Mar 2004 03:55:28 +0000 (03:55 +0000)]
*** empty log message ***

20 years ago(auto-revert-handler): Handle auto-revert-mode.
Luc Teirlinck [Sun, 28 Mar 2004 01:39:49 +0000 (01:39 +0000)]
(auto-revert-handler): Handle auto-revert-mode.
Call vc-find-file-hook here instead of in auto-revert-buffers.
(auto-revert-buffers): Delete call to vc-find-file-hook.

20 years ago(woman-change-fonts): Rename local variable
Eli Zaretskii [Sat, 27 Mar 2004 12:07:09 +0000 (12:07 +0000)]
(woman-change-fonts): Rename local variable
woman-font-alist to font-alist to avoid a compiler warning.

20 years agoFix last entry.
Eli Zaretskii [Sat, 27 Mar 2004 11:54:40 +0000 (11:54 +0000)]
Fix last entry.

20 years ago(rx): Work at compile time, not run time.
Eli Zaretskii [Sat, 27 Mar 2004 11:52:07 +0000 (11:52 +0000)]
(rx): Work at compile time, not run time.

20 years agoDocument the new command `strokes-global-set-stroke-string'.
Eli Zaretskii [Sat, 27 Mar 2004 11:44:58 +0000 (11:44 +0000)]
Document the new command `strokes-global-set-stroke-string'.

20 years ago(strokes-global-set-stroke-string): New function.
Eli Zaretskii [Sat, 27 Mar 2004 11:34:23 +0000 (11:34 +0000)]
(strokes-global-set-stroke-string): New function.
(strokes-list-strokes): Cope with strings, not just commands.  Set
foreground colour of image.
(strokes-global-set-stroke): Doc fix.

20 years ago(buffer-stale-function): Minor doc fix.
Luc Teirlinck [Sat, 27 Mar 2004 04:05:23 +0000 (04:05 +0000)]
(buffer-stale-function): Minor doc fix.