bpt/emacs.git
20 years agoInitial revision
Thien-Thi Nguyen [Sat, 8 May 2004 01:08:37 +0000 (01:08 +0000)]
Initial revision

20 years ago*** empty log message ***
Juanma Barranquero [Fri, 7 May 2004 22:42:56 +0000 (22:42 +0000)]
*** empty log message ***

20 years ago(help-do-arg-highlight): Temporarily set ?\- to be a word constituent so
Juanma Barranquero [Fri, 7 May 2004 22:41:22 +0000 (22:41 +0000)]
(help-do-arg-highlight): Temporarily set ?\- to be a word constituent so
FOO-ARG is not recognized as an arg.
(help-highlight-arguments): Don't skip lists in mandatory arguments.

20 years ago(next-error): Fix typo in docstring.
Juanma Barranquero [Fri, 7 May 2004 22:31:54 +0000 (22:31 +0000)]
(next-error): Fix typo in docstring.
(open-line): Make argument names match their use in docstring.
(split-line): Fix docstring.

20 years ago(Finsert_buffer_substring): Make argument names match their use in
Juanma Barranquero [Fri, 7 May 2004 22:27:57 +0000 (22:27 +0000)]
(Finsert_buffer_substring): Make argument names match their use in
docstring.

20 years ago(Fmodify_syntax_entry): Fix docstring.
Juanma Barranquero [Fri, 7 May 2004 22:26:29 +0000 (22:26 +0000)]
(Fmodify_syntax_entry): Fix docstring.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Fri, 7 May 2004 22:09:42 +0000 (22:09 +0000)]
Changes from arch/CVS synchronization

20 years ago2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann [Fri, 7 May 2004 21:21:04 +0000 (21:21 +0000)]
2004-05-07  Kai Grossjohann  <kai@emptydomain.de>

Version 2.0.40 of Tramp released.

2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>

Complete rework, based on review by Karl Berry <karl@gnu.org>.

* tramp.texi (Auto-save and Backup): Explain exploitation of new
variables `tramp-backup-directory-alist' and
`tramp-bkup-backup-directory-info'. (Overview, Connection types)
(External transfer methods, Default Method)
(Windows setup hints): Remove restriction of password entering
with external methods.
(Auto-save and Backup): Make file name example
(X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
and `auto-save-directory' must be used.
(Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
only "NT").  Remove doubled entry "What kinds of systems does
@tramp{} work on".
(tramp): Macro removed.
(Obtaining Tramp): Flag removed from title.
(all): "tramp-" and "-" removed from flag names.  Flags `tramp'
and `trampver' used properly.  Flag `tramp-inst' replaced by
`installchapter'.  Installation related text adapted.

20 years ago2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann [Fri, 7 May 2004 21:20:10 +0000 (21:20 +0000)]
2004-05-07  Kai Grossjohann  <kai@emptydomain.de>

Version 2.0.40 of Tramp released.

* net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
symbol-function to invoke functions only known on some Emacs
flavors.  This avoids byte-compiler warnings.  Reported by Kevin
Scaldeferri <kevin@scaldeferri.com>.
(tramp-do-copy-or-rename-file-via-buffer): Renamed from
tramp-do-copy-or-rename-via-buffer (without `file'), to make it
consistent with the other tramp-do-* functions.
(tramp-do-copy-or-rename-file): Calls adjusted.
(tramp-process-initial-commands): Avoid liveness check on shell --
we know that it must be alive since we're opening a connection at
this moment.
(tramp-last-cmd): New internal variable.
(tramp-process-echoes): New tunable.
(tramp-send-command): Set tramp-last-cmd.
(tramp-wait-for-output): Delete echo, if applicable.
(tramp-read-passwd): Construct the key for the password cache in a
way that works for multi methods, too.
(tramp-bug): Add backup-directory-alist and
bkup-backup-directory-info to bug reports, with Tramp
counterparts.

2004-05-01  Michael Albinus  <michael.albinus@gmx.de>

* net/tramp*.el: Suppress byte-compiler warnings where possible.

* net/tramp.el (tramp-out-of-band-prompt-regexp)
(tramp-actions-copy-out-of-band): New defcustoms.
(tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
used instead of a synchronous one.  Allows password entering.
(tramp-action-out-of-band): New defun.
(tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
restriction with password from doc string.
(tramp-bug): Add variables `tramp-terminal-prompt-regexp',
`tramp-out-of-band-prompt-regexp',
`tramp-actions-copy-out-of-band', `password-cache' and
`password-cache-expiry'.
(toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
password caching.
(tramp-touch): FILE can be a local file, too.
(TODO): Remove items done.
(tramp-handle-insert-directory): Properly quote file name also if
not full-directory-p.  Handle wildcard case.  Reported by Andreas
Schwab <schwab@suse.de>.
(tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
new file.
(tramp-handle-file-local-copy, tramp-handle-write-region): The
permissions of the temporary file are set if filename exists.
Reported by Ted Stern <stern@cray.com>.
(tramp-backup-directory-alist)
(tramp-bkup-backup-directory-info): New defcustoms.
(tramp-file-name-handler-alist): Add entry for
`find-backup-file-name'.
(tramp-handle-find-backup-file-name): New function.  Implements
Tramp's find-backup-file-name.

* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
for `find-backup-file-name'.

* net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.

20 years ago(desktop-buffer-mode-handlers): Fix docstring.
Lars Hansen [Fri, 7 May 2004 19:41:11 +0000 (19:41 +0000)]
(desktop-buffer-mode-handlers): Fix docstring.

20 years ago*** empty log message ***
Lars Hansen [Fri, 7 May 2004 18:03:59 +0000 (18:03 +0000)]
*** empty log message ***

20 years agoAdd desktop-after-read-hook, desktop-no-desktop-file-hook and desktop-save-hook.
Lars Hansen [Fri, 7 May 2004 18:03:36 +0000 (18:03 +0000)]
Add desktop-after-read-hook, desktop-no-desktop-file-hook and desktop-save-hook.

20 years agoAdd desktop-save-buffer.
Lars Hansen [Fri, 7 May 2004 18:02:50 +0000 (18:02 +0000)]
Add desktop-save-buffer.

20 years ago(Desktop Save Mode): Add.
Lars Hansen [Fri, 7 May 2004 18:02:13 +0000 (18:02 +0000)]
(Desktop Save Mode): Add.
(Modes): Add menu entry Desktop Save Mode.

20 years ago(desktop-buffer-mode-handlers): Fix docstring.
Lars Hansen [Fri, 7 May 2004 17:58:24 +0000 (17:58 +0000)]
(desktop-buffer-mode-handlers): Fix docstring.

20 years agomacterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
Steven Tamm [Fri, 7 May 2004 17:46:50 +0000 (17:46 +0000)]
macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
around call to ReceiveEvent to avoid certain crashes.
(mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
(mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
(mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
Save/restore the current graphics port and device handle when
drawing into an offscreen graphics world.
image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
(gif_load): Likewise.

20 years ago(rfc2047-encode-message-header): Don't encode non-address
Stefan Monnier [Fri, 7 May 2004 16:10:25 +0000 (16:10 +0000)]
(rfc2047-encode-message-header): Don't encode non-address
headers as address headers (which breaks if subject has a single ").

20 years ago("TeX"): Quote chars with paren syntax.
Stefan Monnier [Fri, 7 May 2004 16:09:06 +0000 (16:09 +0000)]
("TeX"): Quote chars with paren syntax.

20 years ago(GOOD, BAD): Delete macros. Throughout,
Thien-Thi Nguyen [Fri, 7 May 2004 15:31:07 +0000 (15:31 +0000)]
(GOOD, BAD): Delete macros.  Throughout,
replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.

20 years ago("TeX"): Fix typo.
Stefan Monnier [Fri, 7 May 2004 15:06:42 +0000 (15:06 +0000)]
("TeX"): Fix typo.

20 years ago(lambda): Add arglist description to docstring.
Juanma Barranquero [Fri, 7 May 2004 01:06:20 +0000 (01:06 +0000)]
(lambda): Add arglist description to docstring.
(declare): Fix typo in docstring.
(open-network-stream): Fix docstring.
(process-kill-without-query): Fix docstring and add obsolescence info.
(last, butlast, nbutlast): Make arguments match their use in docstring.
(insert-buffer-substring-no-properties): Likewise.
(insert-buffer-substring-as-yank): Likewise.
(split-string): Fix docstring.

20 years ago(make-obsolete, make-obsolete-variable): Make argument names match their use in
Juanma Barranquero [Fri, 7 May 2004 00:58:54 +0000 (00:58 +0000)]
(make-obsolete, make-obsolete-variable): Make argument names match their use in
docstring.

20 years ago(reb-auto-update): Fix typo in docstring.
Juanma Barranquero [Fri, 7 May 2004 00:53:56 +0000 (00:53 +0000)]
(reb-auto-update): Fix typo in docstring.

20 years ago(Fset_window_buffer): Fix docstring.
Juanma Barranquero [Fri, 7 May 2004 00:45:53 +0000 (00:45 +0000)]
(Fset_window_buffer): Fix docstring.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 6 May 2004 22:57:32 +0000 (22:57 +0000)]
Changes from arch/CVS synchronization

20 years agoImprove/extend documentation strings.
Nick Roberts [Thu, 6 May 2004 22:57:13 +0000 (22:57 +0000)]
Improve/extend documentation strings.
Fit first sentence on one line for apropos-command.

20 years ago*** empty log message ***
Nick Roberts [Thu, 6 May 2004 22:56:22 +0000 (22:56 +0000)]
*** empty log message ***

20 years ago(nnimap-demule): Avoid string-as-multibyte.
Stefan Monnier [Thu, 6 May 2004 21:28:03 +0000 (21:28 +0000)]
(nnimap-demule): Avoid string-as-multibyte.

20 years agoChanges largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier [Thu, 6 May 2004 20:22:32 +0000 (20:22 +0000)]
Changes largely merged in from Dave Love's code.  Doc fixes.
(python-mode-map): Add python-complete-symbol.
(python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
(python-comment-indent, python-complete-symbol)
(python-symbol-completions, python-partial-symbol)
(python-try-complete): New.
(python-indent-line): Remove optional arg.  Use python-block-end-p.
(python-check): Bind compilation-error-regexp-alist.
(inferior-python-mode): Use rx.  Move keybindings to top level.
Set comint-input-filter.
(python-preoutput-filter): Use rx.
(python-input-filter): Re-introduce.
(python-proc): Start new process if necessary.
Check python-buffer non-nil.
(view-return-to-alist): Defvar.
(python-send-receive): New.
(python-eldoc-function): Use it.
(python-mode-running): Don't defvar.
(python-mode): Set comment-indent-function.
Maybe update hippie-expand-try-functions-list.
(python-indentation-levels): Initialize differently.
(python-block-end-p): New.
(python-indent-line): Use it.
(python-compilation-regexp-alist): Augment.
(run-python): Import `emacs' module to Python rather than loading
code directly.  Set python-buffer differently.
(python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
Use python-proc.
(python-send-command): Go to end of comint buffer.
(python-load-file): Use python-proc, emacs.eimport.
(python-describe-symbol): Simplify interactive form.
Use emacs.help.  Do use temp-buffer-show-hook.
Call print-help-return-message.
(hippie-exp): Require when compiling.
(python-preoutput-continuation): Use rx.

20 years ago(main) [VMS]: Fix var ref.
Thien-Thi Nguyen [Thu, 6 May 2004 19:48:50 +0000 (19:48 +0000)]
(main) [VMS]: Fix var ref.

20 years agoUse -mno-cygwin to check for image libraries when needed.
Jason Rumney [Thu, 6 May 2004 19:18:34 +0000 (19:18 +0000)]
Use -mno-cygwin to check for image libraries when needed.

20 years ago(diff-make-unified): Fix regexp.
Stefan Monnier [Thu, 6 May 2004 18:41:32 +0000 (18:41 +0000)]
(diff-make-unified): Fix regexp.

20 years ago("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
Stefan Monnier [Thu, 6 May 2004 15:59:42 +0000 (15:59 +0000)]
("TeX"): Add de and fr quotes.  From Karl Eichwalder <ke@suse.de>.

20 years agoUse utf-8 coding.
Stefan Monnier [Thu, 6 May 2004 15:53:54 +0000 (15:53 +0000)]
Use utf-8 coding.

20 years ago2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
John Paul Wallington [Thu, 6 May 2004 07:24:56 +0000 (07:24 +0000)]
2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)

* ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
filter groups from the buffer when rebuilding the Ibuffer buffer
and `ibuffer-show-empty-filter-groups' is nil.

20 years agoNew fun.
Vinicius Jose Latorre [Thu, 6 May 2004 04:34:38 +0000 (04:34 +0000)]
New fun.

20 years agoNew fun.
Vinicius Jose Latorre [Thu, 6 May 2004 04:29:32 +0000 (04:29 +0000)]
New fun.

20 years agoNew fun.
Vinicius Jose Latorre [Thu, 6 May 2004 04:00:05 +0000 (04:00 +0000)]
New fun.

20 years agoNew fun.
Vinicius Jose Latorre [Thu, 6 May 2004 03:47:19 +0000 (03:47 +0000)]
New fun.

20 years agoNew fun.
Vinicius Jose Latorre [Thu, 6 May 2004 03:21:04 +0000 (03:21 +0000)]
New fun.

20 years ago(help-argument-name): Default to bold; don't inherit from
Juanma Barranquero [Thu, 6 May 2004 01:12:06 +0000 (01:12 +0000)]
(help-argument-name): Default to bold; don't inherit from
font-lock-variable-name-face.
(help-do-arg-highlight): Grok also ARGth occurrences in the docstring.

20 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 May 2004 00:46:57 +0000 (00:46 +0000)]
*** empty log message ***

20 years ago(electric-help-command-loop): Check whether the last character is visible,
Juanma Barranquero [Thu, 6 May 2004 00:43:33 +0000 (00:43 +0000)]
(electric-help-command-loop): Check whether the last character is visible,
not (point-max).

20 years ago(Fsetq_default): Fix docstring.
Juanma Barranquero [Thu, 6 May 2004 00:10:15 +0000 (00:10 +0000)]
(Fsetq_default): Fix docstring.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 6 May 2004 00:04:56 +0000 (00:04 +0000)]
*** empty log message ***

20 years ago(Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash.
Jason Rumney [Wed, 5 May 2004 23:22:41 +0000 (23:22 +0000)]
(Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash.

20 years ago(iswitchb-global-map): Fix typo. Removed unwanted ###autoloads from
Stephen Eglen [Wed, 5 May 2004 12:14:39 +0000 (12:14 +0000)]
(iswitchb-global-map): Fix typo.  Removed unwanted ###autoloads from
source file.

20 years ago(wdired-change-to-wdired-mode): Quote wdired-mode-hook in run-hooks.
Lars Hansen [Wed, 5 May 2004 08:01:53 +0000 (08:01 +0000)]
(wdired-change-to-wdired-mode): Quote wdired-mode-hook in run-hooks.
Use substitute-command-keys in message.
(wdired-abort-changes): Add message.

20 years ago(sql-xemacs-p, sql-emacs19-p, sql-emacs20-p): Remove.
Stefan Monnier [Tue, 4 May 2004 21:59:40 +0000 (21:59 +0000)]
(sql-xemacs-p, sql-emacs19-p, sql-emacs20-p): Remove.
(sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
(sql-builtin-face, sql-doc-face): Remove.
(sql-mode-ansi-font-lock-keywords)
(sql-mode-oracle-font-lock-keywords)
(sql-mode-postgres-font-lock-keywords)
(sql-mode-linter-font-lock-keywords)
(sql-mode-ms-font-lock-keywords)
(sql-mode-mysql-font-lock-keywords): Use standard fonts.
(sql-product-font-lock): Fix font-lock reset when font rules change.
(sql-highlight-product): Remove incorrect font-lock reset logic.

20 years agoDon't use `extrasub' (loses with autoconf 2.59).
Stefan Monnier [Tue, 4 May 2004 21:24:09 +0000 (21:24 +0000)]
Don't use `extrasub' (loses with autoconf 2.59).

20 years agofileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
Jan Djärv [Tue, 4 May 2004 19:23:31 +0000 (19:23 +0000)]
fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.

20 years agoTypo fix: "ses--column-widths" => "ses--col-widths"
Jonathan Yavner [Tue, 4 May 2004 16:15:16 +0000 (16:15 +0000)]
Typo fix: "ses--column-widths" => "ses--col-widths"

20 years agoChange email address
Jonathan Yavner [Tue, 4 May 2004 15:58:05 +0000 (15:58 +0000)]
Change email address

20 years ago* fileio.c (barf_or_query_if_file_exists): Use lstat.
Jan Djärv [Tue, 4 May 2004 13:54:50 +0000 (13:54 +0000)]
* fileio.c (barf_or_query_if_file_exists): Use lstat.
  (Frename_file): Handle renaming of symlinks across file systems.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 4 May 2004 13:45:52 +0000 (13:45 +0000)]
*** empty log message ***

20 years agoUpdate copyright and commentary.
Kim F. Storm [Tue, 4 May 2004 13:33:20 +0000 (13:33 +0000)]
Update copyright and commentary.

20 years ago(ido-read-file-name): If command has ido property, don't use ido
Kim F. Storm [Tue, 4 May 2004 13:27:02 +0000 (13:27 +0000)]
(ido-read-file-name): If command has ido property, don't use ido
if value is ignore, or read as directory if value is dir.
Set ido ignore property for dired-do-rename command.

20 years ago*** empty log message ***
Stefan Monnier [Tue, 4 May 2004 13:26:05 +0000 (13:26 +0000)]
*** empty log message ***

20 years ago(ido-read-internal): Fix call to read-file-name for edit.
Kim F. Storm [Tue, 4 May 2004 13:05:19 +0000 (13:05 +0000)]
(ido-read-internal): Fix call to read-file-name for edit.
Must expand directory for completion to work; and don't mess with
process-environment.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 4 May 2004 13:03:55 +0000 (13:03 +0000)]
*** empty log message ***

20 years ago(Qtotal): New var.
Kim F. Storm [Tue, 4 May 2004 12:51:45 +0000 (12:51 +0000)]
(Qtotal): New var.
(syms_of_xdisp): Intern and staticpro it.
(calc_line_height_property): New arg total.  Set it if
line-spacing property has format (total . VALUE).
(x_produce_glyphs): Ignore line-spacing if line-height is 0.
Handle total line-spacing property.

20 years agoRevert last change
Jason Rumney [Tue, 4 May 2004 08:18:54 +0000 (08:18 +0000)]
Revert last change

20 years ago(TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa [Tue, 4 May 2004 01:28:16 +0000 (01:28 +0000)]
(TIT-SOURCES): Prepend ${srcdir} to each elemnt.
(MISC-SOURCES): Likewise.

20 years ago(help-argument-name): New face, inheriting from
Juanma Barranquero [Tue, 4 May 2004 00:22:29 +0000 (00:22 +0000)]
(help-argument-name): New face, inheriting from
font-lock-variable-name-face, to highlight function arguments in
`describe-function' and `describe-key'.
(help-do-arg-highlight): Auxiliary function to highlight a given list of
arguments in a string.
(help-highlight-arguments): Highlight the function arguments and all uses
of them in the docstring.
(describe-function-1): Use it. Do docstring output via `insert', not
'princ', so text attributes are preserved.

20 years ago(winner-mode-map): Move winner-undo and winner-redo to C-c <left> and C-c
Juanma Barranquero [Mon, 3 May 2004 23:17:41 +0000 (23:17 +0000)]
(winner-mode-map): Move winner-undo and winner-redo to C-c <left> and C-c
<right>, respectively (the previous bindings conflict with next-buffer,
prev-buffer).

20 years ago(bibtex-progress-message): Fix docstring.
Stefan Monnier [Mon, 3 May 2004 23:04:55 +0000 (23:04 +0000)]
(bibtex-progress-message): Fix docstring.
(bibtex-entry-update): New command bound to C-c C-u.
(bibtex-text-in-string): Fix regexp.
(bibtex-assoc-of-regexp): Remove.
(bibtex-progress-message): Fix docstring.
(bibtex-inside-field): Use if.
(bibtex-assoc-regexp): New function.
(bibtex-format-entry): Make code more robust so it formats also old entries.
(bibtex-autokey-demangle-title): Merge with obsolete function
bibtex-assoc-of-regexp.
(bibtex-field-list): New function.
(bibtex-entry): Use bibtex-field-list.
(bibtex-parse-entry): Fix docstring.
(bibtex-print-help-message): Use bibtex-field-list.
(bibtex-make-field): Use bibtex-field-list.
(bibtex-entry-index): Bugfix. Return crossref key if required.
(bibtex-lessp): Fix docstring.

20 years ago(electric-help-command-loop, electric-help-undefined, electric-help-help):
Juanma Barranquero [Mon, 3 May 2004 22:21:46 +0000 (22:21 +0000)]
(electric-help-command-loop, electric-help-undefined, electric-help-help):
Check against unmapped commands.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 3 May 2004 21:53:38 +0000 (21:53 +0000)]
*** empty log message ***

20 years ago* toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
Jan Djärv [Mon, 3 May 2004 21:48:21 +0000 (21:48 +0000)]
* toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
  cut/copy/paste in case menu-bar-enable-clipboard is in effect.

20 years ago(xselect-convert-to-string): Move comment to intended line.
Luc Teirlinck [Mon, 3 May 2004 21:46:00 +0000 (21:46 +0000)]
(xselect-convert-to-string): Move comment to intended line.

20 years ago* term/x-win.el (x-clipboard-yank): Don't exit on error from
Jan Djärv [Mon, 3 May 2004 20:02:49 +0000 (20:02 +0000)]
* term/x-win.el (x-clipboard-yank): Don't exit on error from
  x-get-selection.

20 years ago* gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
Jan Djärv [Mon, 3 May 2004 15:27:48 +0000 (15:27 +0000)]
* gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
  "under" scroll bar when size/position changes.

20 years ago(cua-mode): Deactivate mark when cua-mode is enabled.
Kim F. Storm [Mon, 3 May 2004 14:26:23 +0000 (14:26 +0000)]
(cua-mode): Deactivate mark when cua-mode is enabled.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 3 May 2004 14:25:58 +0000 (14:25 +0000)]
*** empty log message ***

20 years agoRemove files related to old msvc only windows build.
Jason Rumney [Mon, 3 May 2004 14:19:40 +0000 (14:19 +0000)]
Remove files related to old msvc only windows build.

20 years ago(info-gmake, info-nmake): New targets.
Jason Rumney [Mon, 3 May 2004 13:51:59 +0000 (13:51 +0000)]
(info-gmake, info-nmake): New targets.
(info): Use them.

20 years ago(cua--update-indications): Fix last change.
Kim F. Storm [Mon, 3 May 2004 13:39:24 +0000 (13:39 +0000)]
(cua--update-indications): Fix last change.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 3 May 2004 13:39:08 +0000 (13:39 +0000)]
*** empty log message ***

20 years agoUse forward slashes in paths.
Jason Rumney [Mon, 3 May 2004 10:42:35 +0000 (10:42 +0000)]
Use forward slashes in paths.

20 years ago(xselect-convert-to-string): Bind `inhibit-read-only' to t.
Luc Teirlinck [Mon, 3 May 2004 01:24:47 +0000 (01:24 +0000)]
(xselect-convert-to-string): Bind `inhibit-read-only' to t.

20 years ago(gdb-goto-breakpoint): Make buffer display file at breakpoint.
Nick Roberts [Mon, 3 May 2004 00:34:50 +0000 (00:34 +0000)]
(gdb-goto-breakpoint): Make buffer display file at breakpoint.

20 years ago*** empty log message ***
Nick Roberts [Mon, 3 May 2004 00:33:21 +0000 (00:33 +0000)]
*** empty log message ***

20 years ago(gud-watch, gdb-display-buffer)
Nick Roberts [Sun, 2 May 2004 23:04:20 +0000 (23:04 +0000)]
(gud-watch, gdb-display-buffer)
(gdb-display-source-buffer, gdb-put-breakpoint-icon)
(gdb-remove-breakpoint-icons, gdb-assembler-custom):
Look for window over visible frames.

20 years ago*** empty log message ***
Nick Roberts [Sun, 2 May 2004 23:03:26 +0000 (23:03 +0000)]
*** empty log message ***

20 years agoArch-tags shouldn't be outline headers.
Stefan Monnier [Sun, 2 May 2004 20:45:51 +0000 (20:45 +0000)]
Arch-tags shouldn't be outline headers.

20 years ago(compilation-gcpro): New var
Stefan Monnier [Sun, 2 May 2004 20:44:55 +0000 (20:44 +0000)]
(compilation-gcpro): New var
(compilation-fake-loc): Use it.
(compilation-forget-errors): Reset it.

20 years ago(diff-header-face, diff-file-header-face): Use min-colors.
Stefan Monnier [Sun, 2 May 2004 19:27:59 +0000 (19:27 +0000)]
(diff-header-face, diff-file-header-face): Use min-colors.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 2 May 2004 18:55:11 +0000 (18:55 +0000)]
*** empty log message ***

20 years ago(HAVE_GETRUSAGE): Define.
Eli Zaretskii [Sun, 2 May 2004 18:54:24 +0000 (18:54 +0000)]
(HAVE_GETRUSAGE): Define.

20 years ago(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid
Eli Zaretskii [Sun, 2 May 2004 18:46:39 +0000 (18:46 +0000)]
(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid
compiler warnings.

20 years ago(region-cache.o): Depend on config.h
Eli Zaretskii [Sun, 2 May 2004 17:46:46 +0000 (17:46 +0000)]
(region-cache.o): Depend on config.h

20 years agoArch-tags shouldn't be outline headers.
Stefan Monnier [Sun, 2 May 2004 17:26:52 +0000 (17:26 +0000)]
Arch-tags shouldn't be outline headers.

20 years ago*** empty log message ***
Stefan Monnier [Sun, 2 May 2004 17:25:53 +0000 (17:25 +0000)]
*** empty log message ***

20 years ago(compilation-start): In the no-async-subprocesses branch, fontify
Eli Zaretskii [Sun, 2 May 2004 17:23:04 +0000 (17:23 +0000)]
(compilation-start): In the no-async-subprocesses branch, fontify
the buffer explicitly after the process exits.

20 years ago(bibtex-sort-buffer): Remove error message.
Stefan Monnier [Sun, 2 May 2004 17:17:57 +0000 (17:17 +0000)]
(bibtex-sort-buffer): Remove error message.
(bibtex-clean-entry): Disentangle code.
(bibtex-realign): New function.
(bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
Remove undocumented optional arg called-by-convert-alien.
(bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
for sorting instead of bibtex-sort-buffer.

20 years ago(compute_motion): Save vpos in prev_vpos when dealing
Stefan Monnier [Sun, 2 May 2004 16:57:32 +0000 (16:57 +0000)]
(compute_motion): Save vpos in prev_vpos when dealing
with continuation lines, too.

20 years ago*** empty log message ***
Stefan Monnier [Sun, 2 May 2004 16:48:20 +0000 (16:48 +0000)]
*** empty log message ***

20 years ago(init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
Thien-Thi Nguyen [Sun, 2 May 2004 16:01:50 +0000 (16:01 +0000)]
(init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.

20 years ago(compilation-start): In the no-async-subprocesses branch, call
Eli Zaretskii [Sun, 2 May 2004 15:38:02 +0000 (15:38 +0000)]
(compilation-start): In the no-async-subprocesses branch, call
sit-for to give redisplay a chance to show the updated process
status in the mode line.

20 years ago(describe-char): Copy the character with text
Kenichi Handa [Sun, 2 May 2004 01:49:08 +0000 (01:49 +0000)]
(describe-char): Copy the character with text
properties and overlays into the first line, and call
describe-text-properties on it.