]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(easy-menu-add): Make it work in non-X Emacs.
Stefan Monnier [Fri, 9 Apr 2004 16:41:36 +0000 (16:41 +0000)]
(easy-menu-add): Make it work in non-X Emacs.

20 years ago(face_color_supported_p): Fix compilation without X11.
Stefan Monnier [Fri, 9 Apr 2004 16:15:08 +0000 (16:15 +0000)]
(face_color_supported_p): Fix compilation without X11.

20 years ago(info-apropos): Improve menu item regexp.
Jesper Harder [Fri, 9 Apr 2004 14:32:49 +0000 (14:32 +0000)]
(info-apropos): Improve menu item regexp.

20 years agoAdd comment, based on report by kdc@rcn.com (Kevin D. Clark).
Simon Josefsson [Fri, 9 Apr 2004 13:39:30 +0000 (13:39 +0000)]
Add comment, based on report by kdc@rcn.com (Kevin D. Clark).

20 years ago(compilation-mode-font-lock-keywords):
Stefan Monnier [Thu, 8 Apr 2004 22:16:14 +0000 (22:16 +0000)]
(compilation-mode-font-lock-keywords):
Redo one more thing that I didn't notice Daniel had undone.

20 years ago(gdb-source-window): Remove variable.
Nick Roberts [Thu, 8 Apr 2004 21:02:04 +0000 (21:02 +0000)]
(gdb-source-window): Remove variable.
(gdb-goto-breakpoint, gdb-display-buffer)
(gdb-display-source-buffer, gdb-view-source-function)
(gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
(gdb-source-info, gdb-frame-handler): Don't specify a window
for display.
(gdb-info-breakpoints-custom): Remove superfluous update of
assembler buffer.
(gdb-many-windows): Make settable outside gdb.

20 years ago*** empty log message ***
Nick Roberts [Thu, 8 Apr 2004 21:00:56 +0000 (21:00 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Thu, 8 Apr 2004 17:09:35 +0000 (17:09 +0000)]
*** empty log message ***

20 years ago(diary-mode, fancy-diary-display-mode): Derive from fundamental-mode
Glenn Morris [Thu, 8 Apr 2004 16:22:43 +0000 (16:22 +0000)]
(diary-mode, fancy-diary-display-mode): Derive from fundamental-mode
rather than text-mode.

20 years ago*** empty log message ***
Glenn Morris [Thu, 8 Apr 2004 16:21:43 +0000 (16:21 +0000)]
*** empty log message ***

20 years ago(Info-history): Doc fix.
Juri Linkov [Thu, 8 Apr 2004 03:44:34 +0000 (03:44 +0000)]
(Info-history): Doc fix.
(Info-history-list): New var.
(info-xref): Change magenta4 to blue, remove bold for dark and
light backgrounds, change bold to underline for non-color classes.
(info-xref-visited): New face.
(Info-fontify-visited-nodes): New custom.
(Info-hide-note-references): Add new value `hide'.  Doc fix.
(Info-reference-name): New var.
(Info-selection-hook): New custom.
(Info-edit-mode-hook): New var.
(Info-find-file): New fun.
(Info-find-node): Move part of code to Info-find-file.
(Info-find-node-2): Add anchors to Info-history-list.  Move point
to the place with the reference name if name is defined.
(Info-select-node): Add current node to Info-history-list.
(Info-goto-node): Switch to *info* from *info-history* *info-toc*.
(Info-search-whitespace-regexp): New custom.
(Info-search-case-fold): New var.
(Info-search): Add "case-sensitively" to the prompt.  Use
Info-search-whitespace-regexp.  Set Info-search-case-fold.
(Info-search-case-sensitively, Info-search-next): New fun.
(Info-up): Move point to the menu item of the current node.
(Info-history): New fun.  Add *info-history* to same-window-buffer-names.
(Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
(Info-insert-toc): New fun.
(Info-build-toc): New fun.
(Info-follow-reference): Add new arg `fork'.  Doc fix.
Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
with the same name prefer the reference closest to point.
(Info-next-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://.  Skip the *Note prefix.
(Info-prev-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://.  Skip the *Note prefix.
(Info-follow-nearest-node): Add new arg `fork'.
(Info-try-follow-nearest-node): Add new arg `fork'.
Call browse-url for http:// and ftp:// references.
Set Info-reference-name for index entries.
(Info-mode-menu): Add menu items for Info-search-case-sensitively,
Info-search-next, Info-history, Info-toc, clone-buffer.
(Info-menu-update): Replace * by + in the *Note regexp.
(Info-mode): Add documentation for Info-history, Info-toc,
Info-search-case-sensitively, Info-search-next, clone-buffer.
(Info-fontify-menu-headers): Remove fun.  Move code to
Info-fontify-node.
(Info-fontify-node): Add docstring.  Add local vars
fontify-visited-p and not-fontified-p.  If not-fontified-p is t
then fontify header line, titles, menu headers, http and ftp
references, refill paragraphs.  If not-fontified-p is t or
fontify-visited-p is t then fontify cross references, menu items.
Fontify menu headers.  Fontify http and ftp references.  Change
regexp for cross references to require whitespace after *Note, add
matching groups for file and node names.  Remove hack for quote.
Use display property for Info-hide-note-references=t.  Use fifth
or fourth match for help-echo.  Display visited nodes in a
different face.  Unhide file names of external references.  Unhide
newlines.  Display visited menu items in a different face.

20 years ago(Info-hide-cookies-node): New function.
Juri Linkov [Thu, 8 Apr 2004 03:12:16 +0000 (03:12 +0000)]
(Info-hide-cookies-node): New function.
(Info-select-node): Use it.
(Info-display-images-node): Remove message with image file name.

20 years agoFix sorting order.
Juri Linkov [Thu, 8 Apr 2004 02:41:08 +0000 (02:41 +0000)]
Fix sorting order.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 7 Apr 2004 19:39:45 +0000 (19:39 +0000)]
*** empty log message ***

20 years ago(help-C-source-directory): New var.
Stefan Monnier [Wed, 7 Apr 2004 19:38:54 +0000 (19:38 +0000)]
(help-C-source-directory): New var.
(help-subr-name, help-C-file-name, help-find-C-source): New funs.
(describe-function-1, describe-variable): Use them.

20 years ago(help-function-def, help-variable-def): Handle hyperrefs
Stefan Monnier [Wed, 7 Apr 2004 19:35:05 +0000 (19:35 +0000)]
(help-function-def, help-variable-def): Handle hyperrefs
to C source files specially.

20 years agoRequire CL.
Stefan Monnier [Wed, 7 Apr 2004 19:34:11 +0000 (19:34 +0000)]
Require CL.
(compilation-mode-font-lock-keywords): Re-install the "line as function" patch.

20 years ago(xmalloc): Fix return type.
Stefan Monnier [Wed, 7 Apr 2004 19:18:42 +0000 (19:18 +0000)]
(xmalloc): Fix return type.
(put_filename): New fun.
(scan_file): Use it.

20 years ago(Fsnarf_documentation): Ignore new file name entries.
Stefan Monnier [Wed, 7 Apr 2004 19:17:36 +0000 (19:17 +0000)]
(Fsnarf_documentation): Ignore new file name entries.

20 years agoFix caml (Python) & irix (Info)
Daniel Pfeiffer [Wed, 7 Apr 2004 12:57:55 +0000 (12:57 +0000)]
Fix caml (Python) & irix (Info)

20 years ago(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
Daniel Pfeiffer [Wed, 7 Apr 2004 12:57:04 +0000 (12:57 +0000)]
(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): Declare :version when added to Emacs.
(compilation-error-regexp-alist-alist): Extend caml and irix.
(compilation-setup): Fix if font-locked w/o font-lock-defaults.
(compilation-mode-font-lock-keywords): Temporarily undo line as function patch, which wasn't ready.

20 years ago(latin1-display-setup): Check each character is displayable or not
Kenichi Handa [Wed, 7 Apr 2004 07:38:13 +0000 (07:38 +0000)]
(latin1-display-setup): Check each character is displayable or not
instead of calling latin1-display-check-font.

20 years agoprinting doc fix.
Vinicius Jose Latorre [Tue, 6 Apr 2004 02:58:04 +0000 (02:58 +0000)]
printing doc fix.

20 years ago(ethio-sera-being-called-by-w3): New
Kenichi Handa [Mon, 5 Apr 2004 23:30:44 +0000 (23:30 +0000)]
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 22:03:26 +0000 (22:03 +0000)]
*** empty log message ***

20 years agoTypo.
Kim F. Storm [Mon, 5 Apr 2004 21:56:59 +0000 (21:56 +0000)]
Typo.

20 years ago(handle_one_xevent): Set mouse_face_hidden after clearing highlight.
Kim F. Storm [Mon, 5 Apr 2004 21:55:16 +0000 (21:55 +0000)]
(handle_one_xevent): Set mouse_face_hidden after clearing highlight.

20 years ago(clear_mouse_face): Only clear mouse highlight if not hidden.
Kim F. Storm [Mon, 5 Apr 2004 21:54:43 +0000 (21:54 +0000)]
(clear_mouse_face): Only clear mouse highlight if not hidden.

20 years ago(w32_read_socket): Set mouse_face_hidden after clearing highlight.
Kim F. Storm [Mon, 5 Apr 2004 21:54:17 +0000 (21:54 +0000)]
(w32_read_socket): Set mouse_face_hidden after clearing highlight.

20 years ago(clear_mouse_face): Only clear mouse highlight if not hidden.
Kim F. Storm [Mon, 5 Apr 2004 21:54:02 +0000 (21:54 +0000)]
(clear_mouse_face): Only clear mouse highlight if not hidden.
(dos_rawgetc): Set mouse_face_hidden after clearing highlight.

20 years ago(gdb-use-inferior-io-buffer): New option.
Nick Roberts [Mon, 5 Apr 2004 21:45:28 +0000 (21:45 +0000)]
(gdb-use-inferior-io-buffer): New option.
(gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
(gdb-setup-windows): Only use separate IO buffer if required.

20 years ago*** empty log message ***
Nick Roberts [Mon, 5 Apr 2004 21:44:38 +0000 (21:44 +0000)]
*** empty log message ***

20 years ago(vmotion): Do not reserve one column for continuation
Kim F. Storm [Mon, 5 Apr 2004 21:41:08 +0000 (21:41 +0000)]
(vmotion): Do not reserve one column for continuation
marks on window frames.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)]
*** empty log message ***

20 years ago(term-is-xemacs): Remove.
Kim F. Storm [Mon, 5 Apr 2004 21:34:05 +0000 (21:34 +0000)]
(term-is-xemacs): Remove.
(term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
(term-window-width): New function.
(term-mode, term-check-size): Use it.
(term-mode): Disable overflow-newline-into-fringe in term buffer.

20 years ago* variables.texi (Variable Aliases): Mention
Jesper Harder [Mon, 5 Apr 2004 20:35:58 +0000 (20:35 +0000)]
* variables.texi (Variable Aliases): Mention
cyclic-variable-indirection.

* errors.texi (Standard Errors): Ditto.

20 years ago(File Variables): Add safe-local-eval-forms.
Kim F. Storm [Mon, 5 Apr 2004 19:27:23 +0000 (19:27 +0000)]
(File Variables): Add safe-local-eval-forms.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 19:26:57 +0000 (19:26 +0000)]
*** empty log message ***

20 years ago2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 5 Apr 2004 17:21:09 +0000 (17:21 +0000)]
2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-add-parent-links): Changed unbound variable
`symbol' to `name'.

20 years ago(Info Search): Add info-apropos.
Jesper Harder [Mon, 5 Apr 2004 13:14:16 +0000 (13:14 +0000)]
(Info Search): Add info-apropos.

20 years agoRemove index-apropos entry.
Jesper Harder [Mon, 5 Apr 2004 13:01:03 +0000 (13:01 +0000)]
Remove index-apropos entry.

20 years ago(info-apropos): New function.
Jesper Harder [Mon, 5 Apr 2004 12:40:56 +0000 (12:40 +0000)]
(info-apropos): New function.
(Info-mode-menu): Add it.
(Info-find-node, Info-find-node-2): Grok apropos virtual file.

20 years ago(help-make-xrefs): Recognize aliased variable with
Jesper Harder [Mon, 5 Apr 2004 12:09:53 +0000 (12:09 +0000)]
(help-make-xrefs): Recognize aliased variable with
inherited docstring.

20 years ago(gamegrid-add-score-insecure): Use sort-fields.
Jesper Harder [Mon, 5 Apr 2004 11:57:14 +0000 (11:57 +0000)]
(gamegrid-add-score-insecure): Use sort-fields.

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.