bpt/emacs.git
21 years agoGTK files gtkutil.c and .h
Jan Djärv [Sun, 19 Jan 2003 21:57:12 +0000 (21:57 +0000)]
GTK files gtkutil.c and .h

21 years agoGTK version
Jan Djärv [Sun, 19 Jan 2003 21:50:03 +0000 (21:50 +0000)]
GTK version

21 years ago*** empty log message ***
Kim F. Storm [Sun, 19 Jan 2003 20:03:42 +0000 (20:03 +0000)]
*** empty log message ***

21 years agoUse `dir' instead of `path' everywhere.
Kim F. Storm [Sun, 19 Jan 2003 19:53:34 +0000 (19:53 +0000)]
Use `dir' instead of `path' everywhere.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 19 Jan 2003 19:17:51 +0000 (19:17 +0000)]
*** empty log message ***

21 years ago(insert-for-yank): Set yank-undo-function after calling FUNCTION,
Kim F. Storm [Sun, 19 Jan 2003 01:07:34 +0000 (01:07 +0000)]
(insert-for-yank): Set yank-undo-function after calling FUNCTION,
unless it was set by FUNCTION (in case FUNCTION calls insert-for-yank).

21 years ago*** empty log message ***
Stefan Monnier [Sun, 19 Jan 2003 00:42:46 +0000 (00:42 +0000)]
*** empty log message ***

21 years agoNew yank-handler property.
Kim F. Storm [Sun, 19 Jan 2003 00:27:11 +0000 (00:27 +0000)]
New yank-handler property.

21 years ago(fill-comment-paragraph): Fix simplistic regexp-concatenation.
Stefan Monnier [Sun, 19 Jan 2003 00:19:44 +0000 (00:19 +0000)]
(fill-comment-paragraph): Fix simplistic regexp-concatenation.

21 years ago(Funibyte_char_to_multibyte): Export.
Stefan Monnier [Sun, 19 Jan 2003 00:12:12 +0000 (00:12 +0000)]
(Funibyte_char_to_multibyte): Export.

21 years ago(insert-for-yank): Doc fix.
Kim F. Storm [Sun, 19 Jan 2003 00:01:36 +0000 (00:01 +0000)]
(insert-for-yank): Doc fix.

21 years ago(yank-pop): Always call yank-undo-function with start <= end.
Kim F. Storm [Sat, 18 Jan 2003 23:59:12 +0000 (23:59 +0000)]
(yank-pop): Always call yank-undo-function with start <= end.

21 years agoUpdate copyright.
Kim F. Storm [Sat, 18 Jan 2003 23:36:33 +0000 (23:36 +0000)]
Update copyright.

21 years ago(insert-for-yank): Arg list changed; now only accepts one
Kim F. Storm [Sat, 18 Jan 2003 23:35:06 +0000 (23:35 +0000)]
(insert-for-yank): Arg list changed; now only accepts one
string rather than any number of strings; no callers needed change.
Use yank-handler text property on the arg string.
Set yank-undo-function variable appropriately for yank-pop.

21 years ago(kill-new, kill-append, kill-region): New optional parameter yank-handler.
Kim F. Storm [Sat, 18 Jan 2003 23:34:14 +0000 (23:34 +0000)]
(kill-new, kill-append, kill-region): New optional parameter yank-handler.
(yank-excluded-properties): Add yank-handler to list.
(yank-undo-function): New variable.
(yank): Use it to undo previous yank or yank-pop command.
Allow insert-for-yank to override this-command.

21 years ago(add-change-log-entry): Don't leave space at eol.
Stefan Monnier [Sat, 18 Jan 2003 21:20:10 +0000 (21:20 +0000)]
(add-change-log-entry): Don't leave space at eol.
(add-log-current-defun): Perl functions names can't have (or {.

21 years ago(sh-indent-line): Use indent-line-to.
Stefan Monnier [Sat, 18 Jan 2003 20:42:47 +0000 (20:42 +0000)]
(sh-indent-line): Use indent-line-to.
(sh-non-closing-paren): New const.
(sh-case, sh-while-getopts): Use it to make props non-sticky.
(sh-add-completer): Use test-completion.

21 years agoDon't make faces depend on window-system.
Juanma Barranquero [Sat, 18 Jan 2003 15:32:16 +0000 (15:32 +0000)]
Don't make faces depend on window-system.

21 years ago* xmenu.c (mouse_position_for_popup): New function.
Jan Djärv [Sat, 18 Jan 2003 09:55:37 +0000 (09:55 +0000)]
* xmenu.c (mouse_position_for_popup): New function.
(Fx_popup_menu): Call mouse_position_for_popup for X and
mouse_position_hook for others.

21 years ago(mouse_position_for_popup): New function.
Jan Djärv [Sat, 18 Jan 2003 09:55:37 +0000 (09:55 +0000)]
(mouse_position_for_popup): New function.
(Fx_popup_menu): Call mouse_position_for_popup for X and
mouse_position_hook for others.

21 years ago(customize-changed-options): Undo last doc change.
Markus Rost [Sat, 18 Jan 2003 03:19:28 +0000 (03:19 +0000)]
(customize-changed-options): Undo last doc change.

21 years ago(skeleton-internal-list, skeleton-internal-1):
Stefan Monnier [Fri, 17 Jan 2003 20:35:48 +0000 (20:35 +0000)]
(skeleton-internal-list, skeleton-internal-1):
Don't treat \n specially in sub-skeletons.

21 years ago(add-release-logs): Expand the directory name before calling find(1).
Francesco Potortì [Fri, 17 Jan 2003 14:48:15 +0000 (14:48 +0000)]
(add-release-logs): Expand the directory name before calling find(1).
(add-release-logs): Use the same methods as add-log.el for writing
the date and the user's name and address

21 years ago*** empty log message ***
Francesco Potortì [Fri, 17 Jan 2003 14:47:53 +0000 (14:47 +0000)]
*** empty log message ***

21 years agoRedo 8859-6 change in the right
Dave Love [Fri, 17 Jan 2003 14:00:11 +0000 (14:00 +0000)]
Redo 8859-6 change in the right
place.

21 years ago(Finsert): Mention `string-make-multibyte' and
Kim F. Storm [Fri, 17 Jan 2003 12:30:34 +0000 (12:30 +0000)]
(Finsert): Mention `string-make-multibyte' and
`string-as-multibyte' in doc string.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 17 Jan 2003 12:30:22 +0000 (12:30 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Jan 2003 08:17:23 +0000 (08:17 +0000)]
*** empty log message ***

21 years agoCall setup-default-fontset.
Kenichi Handa [Fri, 17 Jan 2003 08:17:03 +0000 (08:17 +0000)]
Call setup-default-fontset.

21 years agoRequire fontset and call setup-default-fontset.
Kenichi Handa [Fri, 17 Jan 2003 08:16:17 +0000 (08:16 +0000)]
Require fontset and call setup-default-fontset.

21 years agoRequire fontset unconditionally again.
Kenichi Handa [Fri, 17 Jan 2003 08:14:14 +0000 (08:14 +0000)]
Require fontset unconditionally again.
Call setup-default-fontset at the top level.

21 years agoDon't setup the default fontset and
Kenichi Handa [Fri, 17 Jan 2003 08:13:39 +0000 (08:13 +0000)]
Don't setup the default fontset and
font-encoding-alist at the top level.
(setup-default-fontset): New function.
(create-fontset-from-fontset-spec): Delete autoload cookie.

21 years ago(syms_of_fontset): Setup Vfont_encoding_alist here.
Kenichi Handa [Fri, 17 Jan 2003 08:10:00 +0000 (08:10 +0000)]
(syms_of_fontset): Setup Vfont_encoding_alist here.

21 years ago(Fformat): Convert an unibyte char argument that is
Kenichi Handa [Fri, 17 Jan 2003 00:47:58 +0000 (00:47 +0000)]
(Fformat): Convert an unibyte char argument that is
formatted by "%c" to multibyte if the total result must be a
multibyte string.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Jan 2003 00:47:32 +0000 (00:47 +0000)]
*** empty log message ***

21 years ago* gnus-sum.el (gnus-alter-header-function): Add type and group.
ShengHuo ZHU [Thu, 16 Jan 2003 23:10:22 +0000 (23:10 +0000)]
* gnus-sum.el (gnus-alter-header-function): Add type and group.

21 years ago(fill-region-as-paragraph): Only erase `hard' property until end-of-paragraph.
Stefan Monnier [Thu, 16 Jan 2003 19:46:00 +0000 (19:46 +0000)]
(fill-region-as-paragraph): Only erase `hard' property until end-of-paragraph.

21 years ago(set-process-filter): Document unibyte/multibyte-ness of string argument.
Kim F. Storm [Thu, 16 Jan 2003 12:59:18 +0000 (12:59 +0000)]
(set-process-filter): Document unibyte/multibyte-ness of string argument.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 16 Jan 2003 12:59:00 +0000 (12:59 +0000)]
*** empty log message ***

21 years agoUndo the last change.
Kenichi Handa [Thu, 16 Jan 2003 07:56:55 +0000 (07:56 +0000)]
Undo the last change.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 16 Jan 2003 07:56:36 +0000 (07:56 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Thu, 16 Jan 2003 04:39:20 +0000 (04:39 +0000)]
*** empty log message ***

21 years ago(GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
Kenichi Handa [Thu, 16 Jan 2003 04:31:55 +0000 (04:31 +0000)]
(GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
(re_search_2): Likewise.

21 years ago(NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
Kenichi Handa [Thu, 16 Jan 2003 04:31:29 +0000 (04:31 +0000)]
(NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.

21 years ago* gnus-agent.el: Don't use `path'.
ShengHuo ZHU [Thu, 16 Jan 2003 01:19:03 +0000 (01:19 +0000)]
* gnus-agent.el: Don't use `path'.

* nnsoup.el (nnsoup-file-name): Ditto.

* nnmail.el (nnmail-pathname-coding-system): Ditto.
(nnmail-group-pathname): Ditto.

* nnimap.el (nnimap-group-overview-filename): Ditto.

* nnheader.el (nnheader-pathname-coding-system): Ditto.
(nnheader-group-pathname): Ditto.

* nnfolder.el (nnfolder-group-pathname): Ditto.

* gnus.el (gnus-home-directory): Ditto.

* gnus-group.el (gnus-group-icon-list): Ditto.

21 years ago* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU [Thu, 16 Jan 2003 01:16:09 +0000 (01:16 +0000)]
* gnus.texi: Do not use `path' in several locations.

21 years ago(dired-filename-at-point): Fix filename-chars.
Dave Love [Wed, 15 Jan 2003 19:46:07 +0000 (19:46 +0000)]
(dired-filename-at-point): Fix filename-chars.

21 years ago(thing-at-point-file-name-chars): Include non-ASCII
Dave Love [Wed, 15 Jan 2003 19:44:58 +0000 (19:44 +0000)]
(thing-at-point-file-name-chars): Include non-ASCII
and use documented treatment of -.

21 years agoSet up tables for 8859-6.
Dave Love [Wed, 15 Jan 2003 17:53:16 +0000 (17:53 +0000)]
Set up tables for 8859-6.

21 years ago(server-window): Customize.
Dave Love [Wed, 15 Jan 2003 17:49:32 +0000 (17:49 +0000)]
(server-window): Customize.
(server-mode): New.
(server-unload-hook): Call server-start.

21 years ago(eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history'
John Wiegley [Wed, 15 Jan 2003 16:06:49 +0000 (16:06 +0000)]
(eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history'
to `eshell-save-history-on-exit', because the former name is somewhat
unrelated to the variables' possible values.

21 years ago*** empty log message ***
John Wiegley [Wed, 15 Jan 2003 16:06:30 +0000 (16:06 +0000)]
*** empty log message ***

21 years agoAdd Calc maintainer.
Deepak Goel [Wed, 15 Jan 2003 15:25:23 +0000 (15:25 +0000)]
Add Calc maintainer.

21 years agoAdd new maintainer (deego).
Deepak Goel [Wed, 15 Jan 2003 15:16:25 +0000 (15:16 +0000)]
Add new maintainer (deego).

21 years ago*** empty log message ***
Deepak Goel [Wed, 15 Jan 2003 14:58:11 +0000 (14:58 +0000)]
*** empty log message ***

21 years agoAdd new maintainer (deego).
Deepak Goel [Wed, 15 Jan 2003 14:56:17 +0000 (14:56 +0000)]
Add new maintainer (deego).

21 years ago*** empty log message ***
Andrew Innes [Wed, 15 Jan 2003 12:14:26 +0000 (12:14 +0000)]
*** empty log message ***

21 years ago(loaddefs.el): Invoke make to build stub file
Andrew Innes [Wed, 15 Jan 2003 12:14:05 +0000 (12:14 +0000)]
(loaddefs.el): Invoke make to build stub file
using appropriate rule for build environment.
(loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
of autoloads and defvars, sufficient to dump bootstrap emacs.
(update-subdirs-SH): Use hard-coded list of top-level lisp
subdirs, because find program on Windows is not compatible with
Unix find.
(compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
Explicitly load loaddefs.el so that bootstrap emacs can compile
properly.
(bootstrap-clean): Add dependency on loaddefs.el, to ensure
minimal stub sufficient for dumping bootstrap emacs is available.

21 years ago(CURDIR): Convert to native Windows format (with
Andrew Innes [Wed, 15 Jan 2003 12:04:38 +0000 (12:04 +0000)]
(CURDIR): Convert to native Windows format (with
forward slashes), to support building with Cygwin builds of make.

21 years agoInclude lisp/textmodes in load-path for bootstrap
Andrew Innes [Wed, 15 Jan 2003 12:01:14 +0000 (12:01 +0000)]
Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.

21 years agoEntry corrected.
Francesco Potortì [Wed, 15 Jan 2003 10:14:14 +0000 (10:14 +0000)]
Entry corrected.

21 years agoRevert previous change.
Francesco Potortì [Wed, 15 Jan 2003 10:04:49 +0000 (10:04 +0000)]
Revert previous change.

21 years ago(message_dolog): Fix bug of the case that *Message*
Kenichi Handa [Wed, 15 Jan 2003 06:38:54 +0000 (06:38 +0000)]
(message_dolog): Fix bug of the case that *Message*
buffer is unibyte.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 15 Jan 2003 06:27:32 +0000 (06:27 +0000)]
*** empty log message ***

21 years ago(optimize-char-coding-system-table): Optimize it.
Kenichi Handa [Wed, 15 Jan 2003 05:57:31 +0000 (05:57 +0000)]
(optimize-char-coding-system-table): Optimize it.

21 years agoSetup the fontset "fontset-mac" correctly.
Kenichi Handa [Wed, 15 Jan 2003 05:33:18 +0000 (05:33 +0000)]
Setup the fontset "fontset-mac" correctly.

21 years agoImprove commentary.
Nick Roberts [Tue, 14 Jan 2003 23:58:13 +0000 (23:58 +0000)]
Improve commentary.
(gdb-window-height, gdb-window-width, gdb-display-number-end):
Customize the dimensions of frames for displayed expressions.
(gdb-error-begin): Comment out because it is not used because of
bug/quirk in annotations.
(gdb-reset): Use with-current-buffer.

21 years ago*** empty log message ***
Nick Roberts [Tue, 14 Jan 2003 23:57:32 +0000 (23:57 +0000)]
*** empty log message ***

21 years ago(Ftext_properties_at, Fnext_char_property_change)
Francesco Potortì [Tue, 14 Jan 2003 23:13:05 +0000 (23:13 +0000)]
(Ftext_properties_at, Fnext_char_property_change)
(Fprevious_char_property_change)
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change, Fnext_property_change)
(Fnext_single_property_change, Fprevious_property_change)
(Fprevious_single_property_change, Fadd_text_properties)
(Fput_text_property, Fset_text_properties)
(Fremove_text_properties, Fremove_list_of_text_properties)
(Ftext_property_any, Ftext_property_not_all): Clarify doc strings.

21 years ago(Fsubstring): Clarify doc string.
Francesco Potortì [Tue, 14 Jan 2003 23:12:31 +0000 (23:12 +0000)]
(Fsubstring): Clarify doc string.

21 years ago*** empty log message ***
Francesco Potortì [Tue, 14 Jan 2003 23:12:01 +0000 (23:12 +0000)]
*** empty log message ***

21 years agoRename `whole-path' to `whole-name' throughout.
Kim F. Storm [Tue, 14 Jan 2003 23:11:42 +0000 (23:11 +0000)]
Rename `whole-path' to `whole-name' throughout.
(dired-mark-read-regexp): Use "Abs." prefix instead of "Path".

21 years agoDoc fixes.
Kim F. Storm [Tue, 14 Jan 2003 23:11:19 +0000 (23:11 +0000)]
Doc fixes.

21 years agoMisc changes to avoid using path == file name.
Kim F. Storm [Tue, 14 Jan 2003 23:04:19 +0000 (23:04 +0000)]
Misc changes to avoid using path == file name.

21 years ago(fast-lock-cache-name): Doc fix.
Kim F. Storm [Tue, 14 Jan 2003 22:36:40 +0000 (22:36 +0000)]
(fast-lock-cache-name): Doc fix.

21 years ago(browse-url-filename-alist): Doc fix.
Kim F. Storm [Tue, 14 Jan 2003 22:34:20 +0000 (22:34 +0000)]
(browse-url-filename-alist): Doc fix.

21 years ago(archive-arc-rename-entry): Fix error message.
Kim F. Storm [Tue, 14 Jan 2003 22:32:21 +0000 (22:32 +0000)]
(archive-arc-rename-entry): Fix error message.
(archive-lzh-summarize): Replace local var `path' with `dir'.
(archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.

21 years ago(cvs-fileinfo-from-entries): Deal with Solaris'
Stefan Monnier [Tue, 14 Jan 2003 21:53:39 +0000 (21:53 +0000)]
(cvs-fileinfo-from-entries): Deal with Solaris'
occasional use of "05" rather than " 5" for day-of-month.

21 years ago(log-view-message-re): The rev might be locked.
Stefan Monnier [Tue, 14 Jan 2003 21:46:13 +0000 (21:46 +0000)]
(log-view-message-re): The rev might be locked.

21 years ago(ido-read-internal, ido-file-internal)
Kim F. Storm [Tue, 14 Jan 2003 21:31:47 +0000 (21:31 +0000)]
(ido-read-internal, ido-file-internal)
(ido-copy-current-file-name, ido-wide-find-dirs-or-files):
Don't use `path' as name of local variables holding a file name.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Jan 2003 21:31:19 +0000 (21:31 +0000)]
*** empty log message ***

21 years agoRemove final period from error message.
Kim F. Storm [Tue, 14 Jan 2003 21:12:20 +0000 (21:12 +0000)]
Remove final period from error message.

21 years ago*** empty log message ***
John Paul Wallington [Tue, 14 Jan 2003 20:59:10 +0000 (20:59 +0000)]
*** empty log message ***

21 years ago(apropos): Restore autoload cookie. Fix error
John Paul Wallington [Tue, 14 Jan 2003 20:47:21 +0000 (20:47 +0000)]
(apropos): Restore autoload cookie.  Fix error
message typo.

21 years ago* make-package: Fixed problem where the building without
Steven Tamm [Tue, 14 Jan 2003 17:49:00 +0000 (17:49 +0000)]
* make-package: Fixed problem where the building without
specifying build directory fails.

21 years ago(Fset_process_plist): Fixed return value.
Kim F. Storm [Tue, 14 Jan 2003 13:36:14 +0000 (13:36 +0000)]
(Fset_process_plist): Fixed return value.

21 years agoReplace "process private vars" with "process plist".
Kim F. Storm [Tue, 14 Jan 2003 10:18:36 +0000 (10:18 +0000)]
Replace "process private vars" with "process plist".

21 years ago(clone-process): Copy process' plist to new process.
Kim F. Storm [Tue, 14 Jan 2003 10:16:00 +0000 (10:16 +0000)]
(clone-process): Copy process' plist to new process.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Jan 2003 10:15:40 +0000 (10:15 +0000)]
*** empty log message ***

21 years ago(process-put, process-get): New functions.
Kim F. Storm [Tue, 14 Jan 2003 09:56:10 +0000 (09:56 +0000)]
(process-put, process-get): New functions.

21 years agoReworked 2003-01-12 change -- call a plist a plist!
Kim F. Storm [Tue, 14 Jan 2003 09:55:50 +0000 (09:55 +0000)]
Reworked 2003-01-12 change -- call a plist a plist!
(QCplist): Renamed from QCvars.  All uses changed.
(Fprocess_plist): Replaces Fprocess_variable.  Simplified.
(Fset_process_plist): Replaces Fset_process_variable.  Simplified.
(syms_of_process): Intern, staticpro, defsubr these.
(Fmake_network_process): Describe :plist arg.  Removed :vars arg.

21 years ago(struct Lisp_Process): New member plist replaces old
Kim F. Storm [Tue, 14 Jan 2003 09:55:00 +0000 (09:55 +0000)]
(struct Lisp_Process): New member plist replaces old
member private_vars.  All uses changed.

21 years agoUpdate the description of version handling.
Markus Rost [Tue, 14 Jan 2003 00:21:30 +0000 (00:21 +0000)]
Update the description of version handling.

21 years ago(custom-make-dependencies): Don't set standard-value
Markus Rost [Mon, 13 Jan 2003 23:47:04 +0000 (23:47 +0000)]
(custom-make-dependencies):  Don't set standard-value
and version numbers for variables.  Handle faces.

21 years ago(customize-changed-options): Doc addition. Load the
Markus Rost [Mon, 13 Jan 2003 23:43:30 +0000 (23:43 +0000)]
(customize-changed-options):  Doc addition.  Load the
version deps earlier.  Use other tests for groups and variables.
Handle faces.

21 years ago*** empty log message ***
Francesco Potortì [Mon, 13 Jan 2003 23:16:41 +0000 (23:16 +0000)]
*** empty log message ***

21 years ago(motorola-delta-3300): Removed (obsolete).
Francesco Potortì [Mon, 13 Jan 2003 23:15:13 +0000 (23:15 +0000)]
(motorola-delta-3300): Removed (obsolete).

21 years ago(m68k-motorola-sysv): Removed (obsolete).
Francesco Potortì [Mon, 13 Jan 2003 23:12:05 +0000 (23:12 +0000)]
(m68k-motorola-sysv): Removed (obsolete).

21 years ago*** empty log message ***
Francesco Potortì [Mon, 13 Jan 2003 23:08:23 +0000 (23:08 +0000)]
*** empty log message ***

21 years agoRename ido-max-prompt-width to ido-max-file-prompt-width for consistency.
Kim F. Storm [Mon, 13 Jan 2003 23:05:51 +0000 (23:05 +0000)]
Rename ido-max-prompt-width to ido-max-file-prompt-width for consistency.