]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago*** empty log message ***
Pavel Janík [Fri, 12 Apr 2002 05:52:19 +0000 (05:52 +0000)]
*** empty log message ***

22 years ago(dos_rawgetc): Use a single event for HELP_EVENT.
Stefan Monnier [Fri, 12 Apr 2002 05:50:53 +0000 (05:50 +0000)]
(dos_rawgetc): Use a single event for HELP_EVENT.

22 years ago(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
Pavel Janík [Fri, 12 Apr 2002 05:50:50 +0000 (05:50 +0000)]
(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.

22 years ago(command_loop_1): Turn off transient-mark-mode rather
Stefan Monnier [Fri, 12 Apr 2002 05:50:15 +0000 (05:50 +0000)]
(command_loop_1): Turn off transient-mark-mode rather
than deactivating the mark if tmm is set to `lambda'.
(gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
Use a single event for HELP_EVENT.
(Fexecute_extended_command): Save last_point_position.

22 years ago(Fpropertize): Add prototype.
Pavel Janík [Fri, 12 Apr 2002 05:49:18 +0000 (05:49 +0000)]
(Fpropertize): Add prototype.

22 years ago(sort-reorder-buffer): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:42:56 +0000 (03:42 +0000)]
(sort-reorder-buffer): Don't assume point-min == 1.

22 years ago(xterm-mouse-mode): Use define-minor-mode.
Stefan Monnier [Fri, 12 Apr 2002 03:33:20 +0000 (03:33 +0000)]
(xterm-mouse-mode): Use define-minor-mode.

22 years ago(device-class, buffer-syntactic-context)
Stefan Monnier [Fri, 12 Apr 2002 03:25:00 +0000 (03:25 +0000)]
(device-class, buffer-syntactic-context)
(buffer-syntactic-context-depth): New funs.

22 years ago(edebug-eval-defun): Don't use defconst on variables.
Stefan Monnier [Fri, 12 Apr 2002 03:20:46 +0000 (03:20 +0000)]
(edebug-eval-defun): Don't use defconst on variables.

22 years ago(debug-on-entry): Use push.
Stefan Monnier [Fri, 12 Apr 2002 03:19:09 +0000 (03:19 +0000)]
(debug-on-entry): Use push.
(debugger-make-xrefs): Don't assume point-min == 1.

22 years ago(gnus-update-summary-mark-positions, gnus-summary-toggle-header):
Stefan Monnier [Fri, 12 Apr 2002 03:16:26 +0000 (03:16 +0000)]
(gnus-update-summary-mark-positions, gnus-summary-toggle-header):
Don't assume point-min == 1.

22 years ago(gnus-uu-binhex-article, gnus-uu-reginize-string, gnus-uu-expand-numbers)
Stefan Monnier [Fri, 12 Apr 2002 03:13:23 +0000 (03:13 +0000)]
(gnus-uu-binhex-article, gnus-uu-reginize-string, gnus-uu-expand-numbers)
(gnus-uu-post-make-mime, gnus-uu-post-encoded): Don't assume point-min == 1.

22 years ago(nnfolder-possibly-change-group): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:11:40 +0000 (03:11 +0000)]
(nnfolder-possibly-change-group): Don't assume point-min == 1.

22 years ago(nnimap-retrieve-headers): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:10:19 +0000 (03:10 +0000)]
(nnimap-retrieve-headers): Don't assume point-min == 1.

22 years ago(nnmbox-create-mbox): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:09:47 +0000 (03:09 +0000)]
(nnmbox-create-mbox): Don't assume point-min == 1.

22 years ago(c-backward-to-start-of-if): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:05:04 +0000 (03:05 +0000)]
(c-backward-to-start-of-if): Don't assume point-min == 1.

22 years ago(etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier [Fri, 12 Apr 2002 03:03:26 +0000 (03:03 +0000)]
(etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
(etags-tags-apropos, select-tags-table): Don't assume point-min == 1.

22 years ago(fill-region-as-paragraph): Use save-excursion instead of relying on
Stefan Monnier [Fri, 12 Apr 2002 02:56:29 +0000 (02:56 +0000)]
(fill-region-as-paragraph): Use save-excursion instead of relying on
forward-line to bring us where we started.

22 years ago(fill-context-prefix): Fix up last change.
Stefan Monnier [Fri, 12 Apr 2002 00:01:53 +0000 (00:01 +0000)]
(fill-context-prefix): Fix up last change.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 11 Apr 2002 23:49:56 +0000 (23:49 +0000)]
*** empty log message ***

22 years ago(line-move): Use memq rather than or.
Stefan Monnier [Thu, 11 Apr 2002 23:44:06 +0000 (23:44 +0000)]
(line-move): Use memq rather than or.
(transpose-sexps): Don't presume as much of forward-sexp's behavior.
(do-auto-fill): Use fill-move-to-break-point.
(syntax-code-table): Remove.

22 years ago(canonically-space-region): Obey sentence-end.
Stefan Monnier [Thu, 11 Apr 2002 22:00:07 +0000 (22:00 +0000)]
(canonically-space-region): Obey sentence-end.
Don't add spaces at end of sentences at end of line.
(fill-move-to-break-point): Make sure the result is always greater
than linebeg, so we ensure forward progress.
(fill-region-as-paragraph): Compare to `to' rather than eobp.
(fill-paragraph): Don't rebind fill-paragraph-function.

22 years ago(sgml-guess-indent): New function.
Mike Williams [Thu, 11 Apr 2002 21:59:45 +0000 (21:59 +0000)]
(sgml-guess-indent): New function.

22 years agoFix previous change.
Colin Walters [Thu, 11 Apr 2002 18:37:25 +0000 (18:37 +0000)]
Fix previous change.

22 years ago(menu-bar-adv-search-menu): Add incremental search.
Pavel Janík [Thu, 11 Apr 2002 13:41:49 +0000 (13:41 +0000)]
(menu-bar-adv-search-menu): Add incremental search.

22 years ago.
Andreas Schwab [Thu, 11 Apr 2002 12:14:07 +0000 (12:14 +0000)]
.

22 years ago(file-name-non-special): Handle return value of t from
Andreas Schwab [Thu, 11 Apr 2002 12:13:53 +0000 (12:13 +0000)]
(file-name-non-special): Handle return value of t from
`file-name-completion'.

22 years ago(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.
Juanma Barranquero [Thu, 11 Apr 2002 07:16:13 +0000 (07:16 +0000)]
(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.

22 years agoFix previous change.
Colin Walters [Wed, 10 Apr 2002 23:16:45 +0000 (23:16 +0000)]
Fix previous change.

22 years agoRegenerate.
Colin Walters [Wed, 10 Apr 2002 22:14:09 +0000 (22:14 +0000)]
Regenerate.

22 years ago*** empty log message ***
Colin Walters [Wed, 10 Apr 2002 21:27:31 +0000 (21:27 +0000)]
*** empty log message ***

22 years ago(adaptive-fill-regexp): Add ! and %.
Stefan Monnier [Wed, 10 Apr 2002 21:21:12 +0000 (21:21 +0000)]
(adaptive-fill-regexp): Add ! and %.
(fill-delete-prefix): Remove indentation while removing prefix.
(fill-delete-newlines): Obey sentence-end.
(fill-move-to-break-point, fill-newline): New functions extracted
from fill-region-as-paragraph.
(fill-region-as-paragraph): Use them.
Don't fiddle with fill-indent-according-to-mode.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 10 Apr 2002 20:07:26 +0000 (20:07 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Colin Walters [Wed, 10 Apr 2002 19:17:05 +0000 (19:17 +0000)]
*** empty log message ***

22 years agoAdd HAVE_SHARED_GAME_DIR.
Colin Walters [Wed, 10 Apr 2002 19:16:49 +0000 (19:16 +0000)]
Add HAVE_SHARED_GAME_DIR.

22 years ago*** empty log message ***
Colin Walters [Wed, 10 Apr 2002 19:16:02 +0000 (19:16 +0000)]
*** empty log message ***

22 years ago(Vgame_score_directory): New variable.
Colin Walters [Wed, 10 Apr 2002 19:15:51 +0000 (19:15 +0000)]
(Vgame_score_directory): New variable.
(syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.

22 years ago(tetris-score-file): Likewise.
Colin Walters [Wed, 10 Apr 2002 19:14:38 +0000 (19:14 +0000)]
(tetris-score-file): Likewise.

22 years ago(snake-score-file): Default to just "snake-scores".
Colin Walters [Wed, 10 Apr 2002 19:14:07 +0000 (19:14 +0000)]
(snake-score-file): Default to just "snake-scores".

22 years ago(gamegrid-add-score): Rewrite from scratch to use `update-game-score'.
Colin Walters [Wed, 10 Apr 2002 19:13:35 +0000 (19:13 +0000)]
(gamegrid-add-score): Rewrite from scratch to use `update-game-score'.

22 years ago(ibuffer-canonicalize-state-list): Delete unused function.
Colin Walters [Wed, 10 Apr 2002 19:11:45 +0000 (19:11 +0000)]
(ibuffer-canonicalize-state-list): Delete unused function.
(ibuffer-current-buffers-with-marks): Don't call `buffer-list'
ourselves; take it as an argument.  Caller updated.
(ibuffer-mode): Make mode-class special.

22 years ago(toplevel): Include stdarg.h.
Colin Walters [Wed, 10 Apr 2002 19:10:23 +0000 (19:10 +0000)]
(toplevel): Include stdarg.h.
(MAX_DATA_LEN, MAX_SCORES): New.
(SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
default to ~/.emacs.d/games.
(get_user_id): Don't zero uid in the case where we can't get the
username.
(lose): New function.
(main): Actually use `max', and default it to MAX_SCORES.
Correctly handle new default for SCORE_FILE_PREFIX.  Use `lose'
function.
(read_score): Handle the case of reading unamelen characters, then
finishing.  Use mktemp if mkstemp isn't available.
(lock_file, unlock_file): Delete unused versions.
(lock_file): Always sleep, even if we unlinked the lock file.

22 years ago(gamedir, gameuser): New variables.
Colin Walters [Wed, 10 Apr 2002 19:05:44 +0000 (19:05 +0000)]
(gamedir, gameuser): New variables.
(toplevel, UTILITIES): Add update-game-score.
(${archlibdir}): Handle HAVE_SHARED_GAME_DIR.

22 years agoAdd --game-dir, --game-user. Test to see if we can use them.
Colin Walters [Wed, 10 Apr 2002 19:04:08 +0000 (19:04 +0000)]
Add --game-dir, --game-user.  Test to see if we can use them.

22 years ago(fill-context-prefix): Match the two prefixes
Stefan Monnier [Wed, 10 Apr 2002 18:19:44 +0000 (18:19 +0000)]
(fill-context-prefix): Match the two prefixes
differently to avoid pathological exponential-time case.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 10 Apr 2002 15:19:11 +0000 (15:19 +0000)]
*** empty log message ***

22 years ago(BASE_PURESIZE): Reduce again to avoid big excess.
Richard M. Stallman [Wed, 10 Apr 2002 15:19:04 +0000 (15:19 +0000)]
(BASE_PURESIZE): Reduce again to avoid big excess.

22 years ago(dired-view-command-alist): New variable.
Richard M. Stallman [Wed, 10 Apr 2002 15:15:23 +0000 (15:15 +0000)]
(dired-view-command-alist): New variable.
(dired-view-file): Use external viewers for some files names.

22 years ago(mouse-drag-region-1): Display region highlight only in the selected window.
Richard M. Stallman [Wed, 10 Apr 2002 15:04:19 +0000 (15:04 +0000)]
(mouse-drag-region-1): Display region highlight only in the selected window.

22 years ago(remove-hook): When there are no more local hooks,
Richard M. Stallman [Wed, 10 Apr 2002 14:55:19 +0000 (14:55 +0000)]
(remove-hook): When there are no more local hooks,
kill the buffer-local value.

22 years ago(isearch-mode): Don't call make-frame-visible
Richard M. Stallman [Wed, 10 Apr 2002 14:47:27 +0000 (14:47 +0000)]
(isearch-mode): Don't call make-frame-visible
if frame is already visible.

22 years ago(custom-face-attributes): Fix typo in `ultra-bold'.
Richard M. Stallman [Wed, 10 Apr 2002 14:45:37 +0000 (14:45 +0000)]
(custom-face-attributes): Fix typo in `ultra-bold'.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 9 Apr 2002 19:28:59 +0000 (19:28 +0000)]
*** empty log message ***

22 years ago(read_minibuf): Use empty_string.
Stefan Monnier [Tue, 9 Apr 2002 19:28:42 +0000 (19:28 +0000)]
(read_minibuf): Use empty_string.
(Ftry_completion): Allow lambda forms and lists of strings for `alist'.
Short-circuit the search as soon as it "failed".
(Fall_completions): Allow lambda forms and lists of strings for alist.
(Fcompleting_read): Set Qminibuffer_completion_confirm to nil
when require_match is nil.
(Ftest_completion): Rename from `test_completion' and export to elisp.
Call the predicate also when alist is a list.
Obey Vcompletion_regexp_list.
(do_completion, Fminibuffer_complete_and_exit): Use it.
(Fassoc_string): Rename from `assoc_for_completion'.
Allow list of strings as well and export to elisp.

22 years agoAdd support for the new project file fields:
Stefan Monnier [Tue, 9 Apr 2002 18:56:34 +0000 (18:56 +0000)]
Add support for the new project file fields:
gnatfind-opt, debug-pre-cmd and debug-post-cmd.  Fix widget handling
for Emacs 21.  ada-mode now only supports a single active project file,
instead of one per buffer.  This is far less confusing.

22 years agoMenu changed from Statements to Templates.
Stefan Monnier [Tue, 9 Apr 2002 18:55:13 +0000 (18:55 +0000)]
Menu changed from Statements to Templates.
(ada-func-or-proc-name): Get real subprogram name, after change in ada-mode.el.

22 years agoada-mode no longer supports a different
Stefan Monnier [Tue, 9 Apr 2002 18:54:20 +0000 (18:54 +0000)]
ada-mode no longer supports a different
project file per buffer.  This was too complex.  Instead, there is now
a single active project file at any given time, and the user can switch
the active one through the Ada menu.  This revision also provides
better handling of the Windows command line, and the various available
shells on that platform.  ada-mode is now fully integrated with the GNU
visual debugger gvd, see http://libre.act-europe.fr.
(ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.  This is only
available with GNAT 3.14.
(ada-prj-gnatfind-switches, ada-cd-command): New variable.
(ada-quote-cmd): New function.
(ada-initialize-runtime-library): Get the location of the actual
runtime the compiler will be using, including support for
cross-platform environments.
(ada-treat-cmd-string): Add support for the new variable
${full_current} add support for debug-pre-cmd and debug-post-cmd, two
commands to run just prior to running the debugger, and just after
starting it.  This provide better support for cross-platform and
remote debugging.
(ada-get-absolute-dir): Remove, replace with expand-file-name.
(ada-gdb-application): New parameter executable-name.
(ada-get-ali-file-name): Better handling of separate packages.
Checkin on behalf of the ada-mode maintainer.

22 years ago(ada-case-exception-file, ada-indent-handle-comment-special): New variables.
Stefan Monnier [Tue, 9 Apr 2002 18:50:17 +0000 (18:50 +0000)]
(ada-case-exception-file, ada-indent-handle-comment-special): New variables.
(ada-case-exception-substring): New variable.  Casing exceptions can
now also be defined for substrings, in addition to full identifier
names.  This provides more flexibility.
(ada-align-list): New function, provide support for align.el in ada-mode.
(ada-procedure-start-regexp): Add support for operators and generic formal
subprograms and packages.
(ada-imenu-comment-re): New variable.
(ada-imenu-generic-expression): Add support for protected types.
(ada-mode): Set comment-start only after running ada-mode-hook, so that the
user can change ada-comment-start in the hook.
Add support for ispell in comments.  Add support for align.el.
(ada-save-exception-file, ada-create-case-exception-substring)
(ada-adjust-case-substring): New functions.
(ada-get-current-indent): Properly handles keywords with uppercases.
(ada-goto-matching-end): Rewritten, fixes problems in the handling of
nested blocks.
(ada-untab-hard): Do not touch the contents of comments and strings.

22 years agocvs-mode-add does not ask for a description any more.
Stefan Monnier [Tue, 9 Apr 2002 18:41:56 +0000 (18:41 +0000)]
cvs-mode-add does not ask for a description any more.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 9 Apr 2002 18:36:24 +0000 (18:36 +0000)]
*** empty log message ***

22 years ago(vc-cvs-valid-version-number-p): New function.
Sam Steingold [Tue, 9 Apr 2002 17:13:51 +0000 (17:13 +0000)]
(vc-cvs-valid-version-number-p): New function.
(vc-cvs-checkin): Use it.

22 years ago(sgml-lexical-context): Use sgml-parse-tag-backward to find start point.
Mike Williams [Tue, 9 Apr 2002 12:27:17 +0000 (12:27 +0000)]
(sgml-lexical-context): Use sgml-parse-tag-backward to find start point.
(sgml-looking-back-at): Doc fix.

22 years ago(sgml-tag-alist): Doc fix.
Mike Williams [Tue, 9 Apr 2002 12:02:20 +0000 (12:02 +0000)]
(sgml-tag-alist): Doc fix.

22 years ago(isearch-message-prefix): Use minibuffer-prompt face for prompt.
Pavel Janík [Tue, 9 Apr 2002 09:25:44 +0000 (09:25 +0000)]
(isearch-message-prefix): Use minibuffer-prompt face for prompt.

22 years ago(auto-revert-mode, global-auto-revert-mode):
Stefan Monnier [Mon, 8 Apr 2002 23:05:26 +0000 (23:05 +0000)]
(auto-revert-mode, global-auto-revert-mode):
Use define-minor-mode.
(auto-revert-buffers): Use with-current-buffer.
Avoid changing the minor modes.

22 years ago(comment-column): Docstring improvement.
Stefan Monnier [Mon, 8 Apr 2002 22:58:27 +0000 (22:58 +0000)]
(comment-column): Docstring improvement.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 8 Apr 2002 22:57:43 +0000 (22:57 +0000)]
*** empty log message ***

22 years ago(nnml-save-nov, nnml-generate-nov-file): Don't hardcode point-min == 1.
Stefan Monnier [Mon, 8 Apr 2002 22:56:37 +0000 (22:56 +0000)]
(nnml-save-nov, nnml-generate-nov-file): Don't hardcode point-min == 1.

22 years ago(pop3-md5): Don't hardcode point-min == 1.
Stefan Monnier [Mon, 8 Apr 2002 22:54:56 +0000 (22:54 +0000)]
(pop3-md5): Don't hardcode point-min == 1.

22 years agoFix up indentation.
Stefan Monnier [Mon, 8 Apr 2002 22:53:31 +0000 (22:53 +0000)]
Fix up indentation.

22 years ago(iso-accents-accent-key): Use `vector'
Stefan Monnier [Mon, 8 Apr 2002 22:52:08 +0000 (22:52 +0000)]
(iso-accents-accent-key): Use `vector'
rather than char-to-string since last-input-char can be any event.

22 years ago(tit-dictionary): Use defvar for non-constants.
Stefan Monnier [Mon, 8 Apr 2002 22:50:57 +0000 (22:50 +0000)]
(tit-dictionary): Use defvar for non-constants.

22 years agoTypo.
Stefan Monnier [Mon, 8 Apr 2002 22:47:17 +0000 (22:47 +0000)]
Typo.

22 years ago(global-cwarn-mode): Use define-minor-mode.
Stefan Monnier [Mon, 8 Apr 2002 22:45:13 +0000 (22:45 +0000)]
(global-cwarn-mode): Use define-minor-mode.
(global-cwarn-mode): Use easy-mmode-define-global-mode.
(cwarn-font-lock-keywords): New function.
Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
(cwarn-font-lock-match): New macro.
(cwarn-font-lock-match-assignment-in-expression)
(cwarn-font-lock-match-dangerous-semicolon)
(cwarn-font-lock-match-reference): Use it.

22 years ago(cperl-make-face, cperl-force-face):
Stefan Monnier [Mon, 8 Apr 2002 22:39:00 +0000 (22:39 +0000)]
(cperl-make-face, cperl-force-face):
Use defvar rather than defconst since it's meant to be settable.
(cperl-syntax-done-to): Don't hardcode 1 as (point-min).
(cperl-fix-line-spacing): Add missing \ in [ t].

22 years ago(BASE_PURESIZE): Increase to 900KB.
Stefan Monnier [Mon, 8 Apr 2002 22:34:47 +0000 (22:34 +0000)]
(BASE_PURESIZE): Increase to 900KB.

22 years agoCall ucs-unify-8859 directly rather than unify-8859-on-encoding-mode.
Stefan Monnier [Mon, 8 Apr 2002 22:22:01 +0000 (22:22 +0000)]
Call ucs-unify-8859 directly rather than unify-8859-on-encoding-mode.
(fns-*.el): Don't use it anymore.  Keep the load-history in purespace.

22 years ago(sgml-comment-indent-new-line): New fun.
Stefan Monnier [Mon, 8 Apr 2002 21:32:05 +0000 (21:32 +0000)]
(sgml-comment-indent-new-line): New fun.
(sgml-mode): Use it for comment-line-break-function.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 8 Apr 2002 19:44:08 +0000 (19:44 +0000)]
*** empty log message ***

22 years ago(reset-language-environment): Handle
Jason Rumney [Mon, 8 Apr 2002 19:23:38 +0000 (19:23 +0000)]
(reset-language-environment): Handle
coding-systems not being defined yet for bootstrapping.

22 years ago* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
ShengHuo ZHU [Mon, 8 Apr 2002 17:16:21 +0000 (17:16 +0000)]
* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.

22 years ago(sys_accept): Don't hide variable `s'.
Juanma Barranquero [Mon, 8 Apr 2002 16:45:43 +0000 (16:45 +0000)]
(sys_accept): Don't hide variable `s'.

22 years ago(vc-cvs-checkin): Pass the required argument to `error'.
Sam Steingold [Mon, 8 Apr 2002 13:38:48 +0000 (13:38 +0000)]
(vc-cvs-checkin): Pass the required argument to `error'.

22 years agoRegenerated.
Pavel Janík [Mon, 8 Apr 2002 06:17:17 +0000 (06:17 +0000)]
Regenerated.

22 years agoAdd --with-sound.
Pavel Janík [Mon, 8 Apr 2002 06:16:33 +0000 (06:16 +0000)]
Add --with-sound.

22 years agoMention --without-sound to disable sound support.
Pavel Janík [Mon, 8 Apr 2002 06:15:10 +0000 (06:15 +0000)]
Mention --without-sound to disable sound support.

22 years agoEmacs can be built without sound.
Pavel Janík [Mon, 8 Apr 2002 06:14:26 +0000 (06:14 +0000)]
Emacs can be built without sound.

22 years ago(display-time-string): Fix last change.
Pavel Janík [Mon, 8 Apr 2002 05:01:16 +0000 (05:01 +0000)]
(display-time-string): Fix last change.

22 years agoExplain that sentinels cannot run recursively.
Richard M. Stallman [Sun, 7 Apr 2002 18:58:06 +0000 (18:58 +0000)]
Explain that sentinels cannot run recursively.

22 years agoExplicitly give the replacement text that goes with blank lines.
Richard M. Stallman [Sun, 7 Apr 2002 18:56:34 +0000 (18:56 +0000)]
Explicitly give the replacement text that goes with blank lines.

22 years ago(set-default-coding-systems, reset-language-environment): Preserve
Jason Rumney [Sun, 7 Apr 2002 18:51:29 +0000 (18:51 +0000)]
(set-default-coding-systems, reset-language-environment): Preserve
eols on default-process-coding-system.
(coding-system-change-text-conversion): Fix case where CODING is nil.

22 years ago(play-sound): Move to subr.el.
Pavel Janík [Sun, 7 Apr 2002 10:11:24 +0000 (10:11 +0000)]
(play-sound): Move to subr.el.

22 years ago(play-sound): Move here from simple.el.
Pavel Janík [Sun, 7 Apr 2002 10:09:39 +0000 (10:09 +0000)]
(play-sound): Move here from simple.el.

22 years agoadded comment
Jaeyoun Chung [Sun, 7 Apr 2002 06:59:17 +0000 (06:59 +0000)]
added comment

22 years agoupdate-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
Colin Walters [Sun, 7 Apr 2002 05:46:15 +0000 (05:46 +0000)]
update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
(get_user_id): Take struct passwd as an argument.
(get_home_dir): New function.
(main): Read in user information here.  Discover home directory if
necessary.
(read_score): Trim newline only in `getline' case.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 6 Apr 2002 22:06:28 +0000 (22:06 +0000)]
*** empty log message ***

22 years ago(display-time-string-forms): Mark as risky.
Richard M. Stallman [Sat, 6 Apr 2002 22:00:22 +0000 (22:00 +0000)]
(display-time-string-forms): Mark as risky.

22 years ago(enriched-decode-foreground, enriched-decode-background):
Richard M. Stallman [Sat, 6 Apr 2002 16:09:33 +0000 (16:09 +0000)]
(enriched-decode-foreground, enriched-decode-background):
Use proper format for desired elts of `face' property.
Don't test display-color-p; make the properties unconditionally.

22 years ago(compilation-error-regexp-alist):
Richard M. Stallman [Sat, 6 Apr 2002 15:57:47 +0000 (15:57 +0000)]
(compilation-error-regexp-alist):
New alternatives for FILE:LINE.COL and for ranges of columns and lines.

22 years ago2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sat, 6 Apr 2002 11:41:36 +0000 (11:41 +0000)]
2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>

* progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
for customization type.
Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.