]>
git.eshelyaron.com Git - emacs.git/log
Pavel Janík [Fri, 9 Nov 2001 08:02:08 +0000 (08:02 +0000)]
(encode_coding): Use precomputed value of `src'.
(encode_coding): Remove unused variable `src_end'.
(code_convert_region): Remove unused variables `count'.
Pavel Janík [Fri, 9 Nov 2001 06:49:41 +0000 (06:49 +0000)]
(Fbury_buffer): Use braces to follow GNU Coding Standards.
Pavel Janík [Fri, 9 Nov 2001 06:47:21 +0000 (06:47 +0000)]
(merge_face_vectors): Use braces to follow GNU Coding Standards.
(Finternal_set_lisp_face_attribute): Likewise.
Pavel Janík [Fri, 9 Nov 2001 06:22:21 +0000 (06:22 +0000)]
(current_column_1): Remove unused variable `prev_col'.
Richard M. Stallman [Fri, 9 Nov 2001 03:29:12 +0000 (03:29 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 9 Nov 2001 02:42:55 +0000 (02:42 +0000)]
Fix typo.
Miles Bader [Fri, 9 Nov 2001 01:03:03 +0000 (01:03 +0000)]
(functionp): Don't consider macros as functions.
Miles Bader [Thu, 8 Nov 2001 12:12:30 +0000 (12:12 +0000)]
(functionp): Make work correctly for macros and unbound symbols.
Miles Bader [Thu, 8 Nov 2001 12:03:10 +0000 (12:03 +0000)]
*** empty log message ***
Miles Bader [Thu, 8 Nov 2001 11:54:06 +0000 (11:54 +0000)]
(comint-send-input): Fix description of `comint-process-echoes' in the
doc-string.
Eli Zaretskii [Thu, 8 Nov 2001 11:34:00 +0000 (11:34 +0000)]
(make-translation-table): Doc fix.
Per Abrahamsen [Thu, 8 Nov 2001 09:57:20 +0000 (09:57 +0000)]
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-value-create): Don't ignore the
`customized-face' attribute when finding the current face spec.
Miles Bader [Thu, 8 Nov 2001 08:16:34 +0000 (08:16 +0000)]
Add calc info files.
Stefan Monnier [Thu, 8 Nov 2001 02:52:57 +0000 (02:52 +0000)]
*** empty log message ***
Stefan Monnier [Thu, 8 Nov 2001 00:57:57 +0000 (00:57 +0000)]
(with-local-quit): New macro.
(make-syntax-table): Always inherit.
(functionp): Be more careful when `object' is a symbol.
Stefan Monnier [Thu, 8 Nov 2001 00:31:14 +0000 (00:31 +0000)]
(dabbrev-completion): Use "*Completions*".
Paul Eggert [Wed, 7 Nov 2001 21:59:39 +0000 (21:59 +0000)]
* dired.el (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
Paul Eggert [Wed, 7 Nov 2001 21:52:44 +0000 (21:52 +0000)]
(dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
Jason Rumney [Wed, 7 Nov 2001 21:19:28 +0000 (21:19 +0000)]
*** empty log message ***
Jason Rumney [Wed, 7 Nov 2001 21:11:00 +0000 (21:11 +0000)]
(x_display_and_set_cursor): Do not move system caret
if cursor_glyph is NULL.
Eli Zaretskii [Wed, 7 Nov 2001 19:46:57 +0000 (19:46 +0000)]
Minor fixes of the docs in the commentary. From sen_ml@eccosys.com.
Eli Zaretskii [Wed, 7 Nov 2001 19:10:49 +0000 (19:10 +0000)]
Fix last change.
Eli Zaretskii [Wed, 7 Nov 2001 19:06:32 +0000 (19:06 +0000)]
*** empty log message ***
Eli Zaretskii [Wed, 7 Nov 2001 19:05:53 +0000 (19:05 +0000)]
(INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.
Eli Zaretskii [Wed, 7 Nov 2001 19:02:54 +0000 (19:02 +0000)]
Fix to pacify makeinfo.
Eli Zaretskii [Wed, 7 Nov 2001 18:18:36 +0000 (18:18 +0000)]
Regenerate.
Eli Zaretskii [Wed, 7 Nov 2001 17:53:46 +0000 (17:53 +0000)]
(tempdir): Copy AUTHORS as well.
Stefan Monnier [Wed, 7 Nov 2001 17:17:44 +0000 (17:17 +0000)]
*** empty log message ***
ShengHuo ZHU [Wed, 7 Nov 2001 11:48:22 +0000 (11:48 +0000)]
2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>
* mml.el (mml-preview): Bind mail-header-separator.
Pavel Janík [Wed, 7 Nov 2001 08:47:21 +0000 (08:47 +0000)]
(access_keymap): Fix compilation error.
Miles Bader [Wed, 7 Nov 2001 08:41:55 +0000 (08:41 +0000)]
*** empty log message ***
Miles Bader [Wed, 7 Nov 2001 08:33:33 +0000 (08:33 +0000)]
(x_set_frame_parameters): Avoid infinite recursion.
Per Abrahamsen [Wed, 7 Nov 2001 08:03:55 +0000 (08:03 +0000)]
Backed out last change.
Per Abrahamsen [Wed, 7 Nov 2001 07:56:02 +0000 (07:56 +0000)]
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-menu): Clarify menu entry.
Pavel Janík [Wed, 7 Nov 2001 06:26:29 +0000 (06:26 +0000)]
(graft_intervals_into_buffer): Remove #ifdef'd-out code.
(graft_intervals_into_buffer): Remove unused variable `middle'.
Pavel Janík [Wed, 7 Nov 2001 06:24:06 +0000 (06:24 +0000)]
(Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).
Change doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Wed, 7 Nov 2001 05:13:45 +0000 (05:13 +0000)]
(show-paren-match-face): Add dark-background variant.
Richard M. Stallman [Wed, 7 Nov 2001 04:35:20 +0000 (04:35 +0000)]
(Info-fontify-node): Highlight every third menu item.
Richard M. Stallman [Wed, 7 Nov 2001 04:27:40 +0000 (04:27 +0000)]
Comment out the Authors node.
Richard M. Stallman [Wed, 7 Nov 2001 03:35:05 +0000 (03:35 +0000)]
(access_keymap): Don't use initializers on Lisp_Object.
Stefan Monnier [Wed, 7 Nov 2001 01:15:30 +0000 (01:15 +0000)]
(lisp-imenu-generic-expression): Paren typo.
(lisp-mode-variables): Don't set paragraph-{start,separate}.
Don't disable adaptive-fill-mode.
(lisp-fill-paragraph): Use tab-width rather than 8.
Prevent filling the first line of docstrings.
Richard M. Stallman [Tue, 6 Nov 2001 19:39:26 +0000 (19:39 +0000)]
(gomoku): Doc fix.
Eli Zaretskii [Tue, 6 Nov 2001 19:05:38 +0000 (19:05 +0000)]
New file.
Eli Zaretskii [Tue, 6 Nov 2001 18:59:06 +0000 (18:59 +0000)]
Initial import of Calc 2.02f.
Stefan Monnier [Tue, 6 Nov 2001 18:48:03 +0000 (18:48 +0000)]
(read1): Fix behavior with nested backquoting.
Richard M. Stallman [Tue, 6 Nov 2001 17:14:53 +0000 (17:14 +0000)]
(jka-compr-partial-uncompress): Support an alternative of not using dd.
(jka-compr-dd-program): Use defcustom to define this.
(jka-compr-load-suffixes): Use defcustom.
(jka-compr-mode-alist-additions): Use defcustom.
Stefan Monnier [Tue, 6 Nov 2001 17:01:58 +0000 (17:01 +0000)]
(font-lock-match-c-style-declaration-item-and-skip-to-next):
Also work when LIMIT is further than the end of line.
Richard M. Stallman [Tue, 6 Nov 2001 15:46:49 +0000 (15:46 +0000)]
Minor Texinfo usage fix.
Richard M. Stallman [Tue, 6 Nov 2001 15:44:42 +0000 (15:44 +0000)]
(Editing Format Info):
Correct facemenu-remove-props to facemenu-remove-face-props.
Add command names list-faces-display and list-colors-display.
Sam Steingold [Tue, 6 Nov 2001 15:42:06 +0000 (15:42 +0000)]
added a check for nlist.h
Stefan Monnier [Tue, 6 Nov 2001 15:07:31 +0000 (15:07 +0000)]
(make_lispy_event): Check integerness and fix Lisp_Object/int mixup.
Pavel Janík [Tue, 6 Nov 2001 13:22:01 +0000 (13:22 +0000)]
(current_column_1): Remove unused variable `prev_col'.
Pavel Janík [Tue, 6 Nov 2001 13:19:01 +0000 (13:19 +0000)]
(fontset_font_pattern): Remove unused variable `family_registry'.
Pavel Janík [Tue, 6 Nov 2001 13:16:43 +0000 (13:16 +0000)]
(copy_hash_table): Remove unused variable `v'.
Eli Zaretskii [Tue, 6 Nov 2001 09:53:20 +0000 (09:53 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 6 Nov 2001 09:52:31 +0000 (09:52 +0000)]
Avoid error message due to commented-out input method.
Eli Zaretskii [Tue, 6 Nov 2001 09:40:16 +0000 (09:40 +0000)]
(quail-update-leim-list-file): Print the
offending file name if some of its quail-define-package forms is
broken.
Richard M. Stallman [Tue, 6 Nov 2001 04:53:41 +0000 (04:53 +0000)]
Minor clarification of previous change.
Richard M. Stallman [Tue, 6 Nov 2001 04:53:16 +0000 (04:53 +0000)]
Along with Text Properties menu, mention keyboard commands
in following section.
Richard M. Stallman [Tue, 6 Nov 2001 04:51:53 +0000 (04:51 +0000)]
Explain that DEL deletes backwards.
Explain that META can be called EDIT.
Richard M. Stallman [Tue, 6 Nov 2001 04:50:55 +0000 (04:50 +0000)]
(BROKEN_PROTOTYPES): Defined.
Richard M. Stallman [Tue, 6 Nov 2001 04:48:24 +0000 (04:48 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 6 Nov 2001 04:48:15 +0000 (04:48 +0000)]
(Fkill_buffer): Don't delete auto save file if buffer is modified.
Richard M. Stallman [Tue, 6 Nov 2001 04:44:51 +0000 (04:44 +0000)]
(eval-last-sexp-1): Return the value of the evaluated form.
ShengHuo ZHU [Tue, 6 Nov 2001 04:29:38 +0000 (04:29 +0000)]
ident.
ShengHuo ZHU [Tue, 6 Nov 2001 04:28:29 +0000 (04:28 +0000)]
2001-11-05 ShengHuo ZHU <zsh@cs.rochester.edu>
* mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
Suggested by Dave Love <fx@gnu.org>.
Paul Eggert [Tue, 6 Nov 2001 02:00:31 +0000 (02:00 +0000)]
* ls-lisp.el (ls-lisp-time-to-seconds): New function.
(ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
stamps always line up by default. Also, it uses a slightly
different window to determine whether files are "recent".
Paul Eggert [Tue, 6 Nov 2001 01:56:02 +0000 (01:56 +0000)]
(ls-lisp-time-to-seconds): New function.
(ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time stamps
always line up by default. Also, it uses a slightly different window
to determine whether files are "recent".
Andrew Innes [Mon, 5 Nov 2001 23:20:02 +0000 (23:20 +0000)]
*** empty log message ***
Andrew Innes [Mon, 5 Nov 2001 23:18:34 +0000 (23:18 +0000)]
(bootstrap-clean-CMD, bootstrap-clean-SH): Don't
attempt to remake autoloads before nuking .elc files.
Andrew Innes [Mon, 5 Nov 2001 23:15:36 +0000 (23:15 +0000)]
(Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
CHECK_NUMBER_CDR.
Richard M. Stallman [Mon, 5 Nov 2001 22:17:49 +0000 (22:17 +0000)]
(unexec): Minor changes; clean up comments.
Richard M. Stallman [Mon, 5 Nov 2001 20:37:01 +0000 (20:37 +0000)]
Get rid of the explicit ^Z character.
Sam Steingold [Mon, 5 Nov 2001 15:02:13 +0000 (15:02 +0000)]
(x_display_and_set_cursor): Fix w32 compilation error.
Andreas Schwab [Mon, 5 Nov 2001 14:09:32 +0000 (14:09 +0000)]
(sound_perror): Save errno from being clobbered.
Eli Zaretskii [Mon, 5 Nov 2001 11:55:58 +0000 (11:55 +0000)]
Fix the format of the last entry.
Eli Zaretskii [Mon, 5 Nov 2001 11:48:48 +0000 (11:48 +0000)]
(unexec): mmap() has problems on nfs-mounted file
systems. Don't use it anymore.
Pavel Janík [Mon, 5 Nov 2001 07:39:33 +0000 (07:39 +0000)]
(Fbuffer_local_value): Add prototype.
Eli Zaretskii [Mon, 5 Nov 2001 04:23:09 +0000 (04:23 +0000)]
Remove the call to IT-setup-unicode-display.
Richard M. Stallman [Mon, 5 Nov 2001 04:20:14 +0000 (04:20 +0000)]
(read_char): Use Fcar and Fcdr, not Fnth.
(record_char): Likewise.
(make_lispy_event): Don't insist a drag event must move to a different
buffer position. Instead, check for moving at least double_click_fuzz.
Richard M. Stallman [Mon, 5 Nov 2001 04:04:09 +0000 (04:04 +0000)]
(Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.
Richard M. Stallman [Mon, 5 Nov 2001 03:52:23 +0000 (03:52 +0000)]
(Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
Richard M. Stallman [Mon, 5 Nov 2001 03:40:14 +0000 (03:40 +0000)]
(echo-area-clear-hook): Undo Oct 29 change.
Richard M. Stallman [Mon, 5 Nov 2001 03:13:21 +0000 (03:13 +0000)]
Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman [Mon, 5 Nov 2001 02:35:44 +0000 (02:35 +0000)]
(last-sexp-toggle-display): Cope if previous-single-property-change or
next-single-char-property-change returns nil.
Richard M. Stallman [Mon, 5 Nov 2001 00:14:46 +0000 (00:14 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 5 Nov 2001 00:14:31 +0000 (00:14 +0000)]
(x_display_and_set_cursor): Use buffer-local
value of `cursor-in-non-selected-windows'.
Richard M. Stallman [Mon, 5 Nov 2001 00:13:53 +0000 (00:13 +0000)]
(Qcursor_in_non_selected_windows): New declaration.
Richard M. Stallman [Mon, 5 Nov 2001 00:13:37 +0000 (00:13 +0000)]
(Qcursor_in_non_selected_windows): New variable.
(syms_of_xdisp): Initialize it.
Richard M. Stallman [Mon, 5 Nov 2001 00:10:49 +0000 (00:10 +0000)]
(Fbuffer_local_value): New function.
(syms_of_buffer): defsubr it.
Richard M. Stallman [Mon, 5 Nov 2001 00:08:57 +0000 (00:08 +0000)]
Document buffer-local-value.
Richard M. Stallman [Sun, 4 Nov 2001 23:56:21 +0000 (23:56 +0000)]
(set-locale-environment): Make it interactive; make arg optional.
Richard M. Stallman [Sun, 4 Nov 2001 23:39:44 +0000 (23:39 +0000)]
(help-funs): Require help-funs.
Richard M. Stallman [Sun, 4 Nov 2001 23:39:35 +0000 (23:39 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 4 Nov 2001 23:26:52 +0000 (23:26 +0000)]
(current_column_1, Fmove_to_column): Separate the code
for display-table glyphs from the code buffer text, to fix
bugs in the former.
Dave Love [Sun, 4 Nov 2001 19:23:42 +0000 (19:23 +0000)]
Fix junk in last checkin.
Eli Zaretskii [Sun, 4 Nov 2001 18:52:30 +0000 (18:52 +0000)]
(term-setup-hook): Add IT-setup-unicode-display.
Pavel Janík [Sun, 4 Nov 2001 17:46:34 +0000 (17:46 +0000)]
(Fx_create_frame): Doc fix.
Pavel Janík [Sun, 4 Nov 2001 17:43:52 +0000 (17:43 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].
Dave Love [Sun, 4 Nov 2001 17:08:08 +0000 (17:08 +0000)]
*** empty log message ***