bpt/emacs.git
21 years ago*** empty log message ***
Dave Love [Mon, 23 Jun 2003 18:36:25 +0000 (18:36 +0000)]
*** empty log message ***

21 years agoCheck for sys/_mbstate_t.h. Test
Dave Love [Mon, 23 Jun 2003 18:35:23 +0000 (18:35 +0000)]
Check for sys/_mbstate_t.h.  Test
XRegisterIMInstantiateCallback prototype.
(AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.

21 years ago*** empty log message ***
Andreas Schwab [Sun, 22 Jun 2003 17:04:22 +0000 (17:04 +0000)]
*** empty log message ***

21 years ago(Symbol Type): Fix description of examples.
Andreas Schwab [Sun, 22 Jun 2003 17:04:07 +0000 (17:04 +0000)]
(Symbol Type): Fix description of examples.

21 years ago(easy-mmode-define-navigation): Avoid
Andreas Schwab [Sun, 22 Jun 2003 16:55:47 +0000 (16:55 +0000)]
(easy-mmode-define-navigation): Avoid
variable as format argument for error.  Don't call symbol-name on
string.

21 years ago(eshell-do-opt): Avoid variable as format
Andreas Schwab [Sun, 22 Jun 2003 16:52:45 +0000 (16:52 +0000)]
(eshell-do-opt): Avoid variable as format
argument for error.

21 years ago(vis-mode): Doc fix.
Andreas Schwab [Sun, 22 Jun 2003 16:49:31 +0000 (16:49 +0000)]
(vis-mode): Doc fix.

21 years ago(diary-check-diary-file): New function.
Glenn Morris [Sun, 22 Jun 2003 01:02:22 +0000 (01:02 +0000)]
(diary-check-diary-file): New function.
(diary, view-diary-entries, show-all-diary-entries)
(mark-diary-entries): Use it.
(view-other-diary-entries): Doc fix.  Use `prefix-numeric-value'.
(diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix.
(diary-modified, d-file): No need to defvar (for compiler).
(list-diary-entries): No need for `let*' so use `let'.
(simple-diary-display): Use `diary-file' directly rather than
inheriting `d-file' from `list-diary-entries' caller.
(make-fancy-diary-buffer, show-all-diary-entries): `mode-line-format'
already buffer-local.
(diary-mail-addr): Set to the empty string (rather than nil) if
undefined, as per `user-mail-address'.
(diary-mail-entries): Doc fix.  Error if `diary-mail-address' unset.
(mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice.
Remove an un-needed `if'.
(list-sexp-diary-entries): Remove local vars mark and s-entry, and
use `let' rather than `let*'.
(diary-date, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(font-lock-diary-date-forms): No need for `let*' so use `let'.
(make-diary-entry): Doc fix.  Use `or' rather than `if'.
(diary-font-lock-keywords): Use `when'.  `cal-islam' is required
feature, not `cal-islamic'.
`calendar-islamic-month-name-array-leap-year' does not exist - use
`calendar-islamic-month-name-array'.

21 years ago*** empty log message ***
Glenn Morris [Sun, 22 Jun 2003 00:58:46 +0000 (00:58 +0000)]
*** empty log message ***

21 years ago(wait_reading_process_input): Don't signal SIGIO in batch mode.
Richard M. Stallman [Sun, 22 Jun 2003 00:04:49 +0000 (00:04 +0000)]
(wait_reading_process_input): Don't signal SIGIO in batch mode.

21 years ago(Fwrite_region): Alternate messages for append and partial write.
Richard M. Stallman [Sun, 22 Jun 2003 00:04:10 +0000 (00:04 +0000)]
(Fwrite_region): Alternate messages for append and partial write.

21 years ago(read_key_sequence): When converting upcase fn key to
Richard M. Stallman [Sun, 22 Jun 2003 00:01:42 +0000 (00:01 +0000)]
(read_key_sequence): When converting upcase fn key to
downcase, update fkey and keytran so `backspace' gets translated.

(read_avail_input): Don't signal SIGHUP in batch mode.

21 years agoRegenerate.
Glenn Morris [Sat, 21 Jun 2003 23:59:13 +0000 (23:59 +0000)]
Regenerate.

21 years ago(reset-language-environment): Adjusted for the name change:
Kenichi Handa [Sat, 21 Jun 2003 02:28:35 +0000 (02:28 +0000)]
(reset-language-environment): Adjusted for the name change:
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.

21 years agoMany name changes: utf-16-{be,le} -> utf-16{be,le}.
Kenichi Handa [Sat, 21 Jun 2003 02:26:13 +0000 (02:26 +0000)]
Many name changes: utf-16-{be,le} -> utf-16{be,le}.
(mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
system aliases for backward compatibility.

21 years agoAdjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
Kenichi Handa [Sat, 21 Jun 2003 02:25:38 +0000 (02:25 +0000)]
Adjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.

21 years ago(ucs-unify-8859, ucs-fragment-8859): Adjusted for the name change:
Kenichi Handa [Sat, 21 Jun 2003 02:25:19 +0000 (02:25 +0000)]
(ucs-unify-8859, ucs-fragment-8859): Adjusted for the name change:
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.

21 years ago(utf-translate-cjk-mode): Fix docstring.
Kenichi Handa [Sat, 21 Jun 2003 02:24:14 +0000 (02:24 +0000)]
(utf-translate-cjk-mode): Fix docstring.

21 years ago(vc-rename-file): Fix typo.
Luc Teirlinck [Fri, 20 Jun 2003 13:21:24 +0000 (13:21 +0000)]
(vc-rename-file): Fix typo.

21 years ago*** empty log message ***
Luc Teirlinck [Fri, 20 Jun 2003 13:19:33 +0000 (13:19 +0000)]
*** empty log message ***

21 years agoEntry that should have been made last month.
Glenn Morris [Fri, 20 Jun 2003 10:14:31 +0000 (10:14 +0000)]
Entry that should have been made last month.

21 years ago(Info-fontify-node): Improve calculation of other-tag.
Andreas Schwab [Thu, 19 Jun 2003 20:56:49 +0000 (20:56 +0000)]
(Info-fontify-node): Improve calculation of other-tag.

21 years agoAdd a comment in set-display-table-and-terminal-coding-system
Eli Zaretskii [Thu, 19 Jun 2003 16:12:21 +0000 (16:12 +0000)]
Add a comment in set-display-table-and-terminal-coding-system
explaining why we futz with display tables.

21 years ago(c-mode): Reverting last change.
Stefan Monnier [Thu, 19 Jun 2003 15:55:31 +0000 (15:55 +0000)]
(c-mode): Reverting last change.

21 years ago(gud-find-expr-function): Rename from gud-find-expr.
Stefan Monnier [Wed, 18 Jun 2003 23:26:28 +0000 (23:26 +0000)]
(gud-find-expr-function): Rename from gud-find-expr.
(gud-find-fortran-expr): Move to fortran.el.

21 years ago(fortran-gud-find-expr): Move from gud.el (was gud-find-fortran-expr).
Stefan Monnier [Wed, 18 Jun 2003 23:25:39 +0000 (23:25 +0000)]
(fortran-gud-find-expr): Move from gud.el (was gud-find-fortran-expr).
(fortran-mode): Set gud-find-expr-function.

21 years ago(gud-display1): Keep the gdb command, "display", in
Nick Roberts [Wed, 18 Jun 2003 22:37:40 +0000 (22:37 +0000)]
(gud-display1): Keep the gdb command, "display", in
the command history.
(gdb-restore-windows): Make restore work when gdb-many-windows
is nil.
(gdb-source-info, gdba): Display assembler if there is no symbol
table for main, or message if there is no main.
(gdb-assembler-custom): Move point to current line of assembler.

21 years ago(gud-menu-map): Add dbx support for "run" and
Nick Roberts [Wed, 18 Jun 2003 22:36:40 +0000 (22:36 +0000)]
(gud-menu-map): Add dbx support for "run" and
"nexti".
(dbx): Define gud-nexti and gud-run.
(gud-find-expr, gud-find-fortran-expr): New functions.
(gud-find-expr): New variable.
(gud-find-c-expr): Simplify.

21 years ago(fortran-gud-syntax-table): Syntax table
Nick Roberts [Wed, 18 Jun 2003 22:35:37 +0000 (22:35 +0000)]
(fortran-gud-syntax-table): Syntax table
for parsing Fortran expressions for gud-print. (Stefan Monnier)
(fortran-mode): Add local variable gud-find-expr.

21 years ago(c-mode): Add local variable gud-find-expr.
Nick Roberts [Wed, 18 Jun 2003 22:34:36 +0000 (22:34 +0000)]
(c-mode): Add local variable gud-find-expr.

21 years ago*** empty log message ***
Nick Roberts [Wed, 18 Jun 2003 22:33:41 +0000 (22:33 +0000)]
*** empty log message ***

21 years ago(looking-back): Handle the case of non-trivial regexps.
Stefan Monnier [Wed, 18 Jun 2003 21:49:55 +0000 (21:49 +0000)]
(looking-back): Handle the case of non-trivial regexps.
Add an optional `limit' argument.
(push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
(with-syntax-table): Add edebug info.

21 years ago(Info-fontify-node): Give only the last whitespace character after the
Luc Teirlinck [Wed, 18 Jun 2003 03:03:23 +0000 (03:03 +0000)]
(Info-fontify-node): Give only the last whitespace character after the
node name the display property.  Give all other such whitespace the
invisibility property.

21 years ago*** empty log message ***
Luc Teirlinck [Wed, 18 Jun 2003 02:58:36 +0000 (02:58 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 17 Jun 2003 21:11:31 +0000 (21:11 +0000)]
*** empty log message ***

21 years agoAdd support for SQLite interpreter.
Juanma Barranquero [Tue, 17 Jun 2003 20:58:37 +0000 (20:58 +0000)]
Add support for SQLite interpreter.

21 years ago(kill-new): Leave yank-handler property alone if no
Stefan Monnier [Tue, 17 Jun 2003 18:40:06 +0000 (18:40 +0000)]
(kill-new): Leave yank-handler property alone if no
explicit yank-handler is specified.
(vis-mode-saved-buffer-invisibility-spec): Rename from
saved-buffer-invisibility-spec.
(vis-mode): Correctly handle the case where the mode is turned on
or off several times in a row.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 17 Jun 2003 18:30:34 +0000 (18:30 +0000)]
*** empty log message ***

21 years agoVersion 2.0.35 of Tramp released.
Kai Großjohann [Tue, 17 Jun 2003 14:05:19 +0000 (14:05 +0000)]
Version 2.0.35 of Tramp released.

From Michael Albinus <Michael.Albinus@alcatel.de>:
(Inline methods): Add methods `remsh' and `plink1'.
(External transfer methods): Add method `remcp'.
(Multi-hop Methods): Add method `remsh'.
Small patch from Adrian Aichner <adrian@xemacs.org>:
Fix minor typos.
(Concept Index): Added to make manual searchable via
`Info-index'.
(Version Control): Add cindex entry.

21 years agoVersion 2.0.35 of Tramp released.
Kai Großjohann [Tue, 17 Jun 2003 14:03:58 +0000 (14:03 +0000)]
Version 2.0.35 of Tramp released.

* net/tramp.el (tramp-password-end-of-line): Use "xy" with plink.
(tramp-completion-function-alist): Add completion function for
"remcp", "remsh" and "plink1".
Factor out the `regular' file name handling via a remote shell of
some sort into a specific function.  Intent is to later put that
part of Tramp into a special file, so that the Tramp `core' is
just a dispatcher that dispatches to various handlers.
(tramp-sh-file-name-handler): New function.
(tramp-foreign-file-name-handler-alist): New default value.  Call
tramp-sh-file-name-handler as default case.
(tramp-file-name-handler): Do not invoke the old remote-shell
handler.
(tramp-find-foreign-file-name-handler): Return after first match
is found.  From Francis Litterio <franl@world.std.com>.
(tramp-handle-file-newer-than-file-p):  `tramp-time-diff' returns
integer, not list.  Do not apply `car' to the return value of
`tramp-time-diff'.  Reported by David D. Smith
<ultrasoul@ultrasoul.com>.
(tramp-time-diff): Convert return value of subtract-time to a
number of seconds in a correct manner, by applying float-time or
time-to-seconds.  Also correct compat code accordingly.  The
XEmacs branch for itimer-time-difference didn't need correction,
it returned a float already.  Reported by David D. Smith
<ultrasoul@ultrasoul.com>.
(tramp-handle-insert-file-contents): When calling
`file-local-copy', let-bind `inhibit-file-name-operation'
accordingly.  This makes sure that jka-compr is not called when
`insert-file-contents-literally' is invoked.  From Katsumi Yamaoka
<yamaoka@jpl.org>.
(tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when
writing the target file.
(tramp-foreign-file-name-handler-alist): Add comment about default
value having to come last.
(tramp-handle-file-local-copy, tramp-handle-write-region): Add the
"-p" hack.
(tramp-handle-copy-file): Set file modes of target file.
(tramp-handle-file-local-copy)
(tramp-do-copy-or-rename-via-buffer): Use binary coding system,
instead of no-conversion.  They are the same on Emacs but
different on XEmacs.
(tramp-shell-prompt-pattern): Allow multiple escape
sequences (each with optional trailing space).

* net/tramp-uu.el:
* net/tramp-util.el:
* net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
for XEmacs compatibility.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 17 Jun 2003 11:14:25 +0000 (11:14 +0000)]
*** empty log message ***

21 years ago(x-select-request-type): New variable.
Kenichi Handa [Tue, 17 Jun 2003 10:56:24 +0000 (10:56 +0000)]
(x-select-request-type): New variable.
(x-select-utf8-or-ctext): New function.
(x-selection-value): New function.
(x-cut-buffer-or-selection-value): Call x-selection-value to get
a selection data.  Set next-selection-coding-system to nil.

21 years ago(x-get-selection): If the string returned by
Kenichi Handa [Tue, 17 Jun 2003 10:54:39 +0000 (10:54 +0000)]
(x-get-selection): If the string returned by
x-get-selection-internal has text property `foreign-selection',
decode it while preserving that property.

21 years ago(xselect.o): Don't depend on charset.h, coding.h, composite.h.
Kenichi Handa [Tue, 17 Jun 2003 10:52:01 +0000 (10:52 +0000)]
(xselect.o): Don't depend on charset.h, coding.h, composite.h.

21 years agoDon't include cahrset.h, coding.h, composite.h.
Kenichi Handa [Tue, 17 Jun 2003 10:51:11 +0000 (10:51 +0000)]
Don't include cahrset.h, coding.h, composite.h.
(Qforeign_selection): New variable.
(syms_of_xselect): Intern and static it.
(selection_data_to_lisp_data): Return a unibyte string made from
data with `foreign-selection' text property.

21 years ago(vis-mode): New function.
Luc Teirlinck [Tue, 17 Jun 2003 02:35:46 +0000 (02:35 +0000)]
(vis-mode): New function.
(saved-buffer-invisibility-spec): New variable.

21 years ago*** empty log message ***
Luc Teirlinck [Tue, 17 Jun 2003 02:31:08 +0000 (02:31 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 16 Jun 2003 21:46:50 +0000 (21:46 +0000)]
*** empty log message ***

21 years ago(sh-while-getopts, sh-if, sh-case): Revert part of previous change.
Juanma Barranquero [Mon, 16 Jun 2003 21:41:18 +0000 (21:41 +0000)]
(sh-while-getopts, sh-if, sh-case): Revert part of previous change.

21 years agoNew file.
Juanma Barranquero [Mon, 16 Jun 2003 21:33:54 +0000 (21:33 +0000)]
New file.

21 years ago(recover-session-finish): Don't give up when there are two consecutive empty
Juanma Barranquero [Mon, 16 Jun 2003 21:24:07 +0000 (21:24 +0000)]
(recover-session-finish): Don't give up when there are two consecutive empty
lines in the auto-save-list file.

21 years ago(ispell-menu-bar): Don't autoload.
Stefan Monnier [Mon, 16 Jun 2003 20:30:31 +0000 (20:30 +0000)]
(ispell-menu-bar): Don't autoload.
(cvs-global-menu): Use the function rather than the variable.

21 years ago(cvs-global-menu): Define as a function as well.
Stefan Monnier [Mon, 16 Jun 2003 20:21:42 +0000 (20:21 +0000)]
(cvs-global-menu): Define as a function as well.

21 years ago(debug): Fix call to message.
Stefan Monnier [Mon, 16 Jun 2003 18:54:23 +0000 (18:54 +0000)]
(debug): Fix call to message.

21 years ago(cua-mode): Use explicit arg to turn off minor modes.
Stefan Monnier [Mon, 16 Jun 2003 17:24:45 +0000 (17:24 +0000)]
(cua-mode): Use explicit arg to turn off minor modes.

21 years ago.
Andreas Schwab [Mon, 16 Jun 2003 16:56:05 +0000 (16:56 +0000)]
.

21 years ago(Creating Hash): Fix description of :weakness.
Andreas Schwab [Mon, 16 Jun 2003 16:55:51 +0000 (16:55 +0000)]
(Creating Hash): Fix description of :weakness.

21 years ago(cl-macroexpand-all):
Stefan Monnier [Mon, 16 Jun 2003 16:35:05 +0000 (16:35 +0000)]
(cl-macroexpand-all):
Don't burp if (cadr (caddr found)) encounters a non-list element.

21 years ago(cl-parse-loop-clause): Use map-keymap.
Stefan Monnier [Mon, 16 Jun 2003 16:31:29 +0000 (16:31 +0000)]
(cl-parse-loop-clause): Use map-keymap.
(defsubst*): Don't put a `cl-whole argument if it's not used.

21 years ago(pushnew): Use keywordp.
Stefan Monnier [Mon, 16 Jun 2003 16:27:27 +0000 (16:27 +0000)]
(pushnew): Use keywordp.

21 years ago(disassemble): Accept plain expressions.
Stefan Monnier [Mon, 16 Jun 2003 16:26:34 +0000 (16:26 +0000)]
(disassemble): Accept plain expressions.

21 years ago(add-log-edit-prev-comment, add-log-edit-next-comment): New commands.
Stefan Monnier [Mon, 16 Jun 2003 15:16:59 +0000 (15:16 +0000)]
(add-log-edit-prev-comment, add-log-edit-next-comment): New commands.
(change-log-mode-map): Bind them.
(smerge-resolve-function): Declare to quieten the byte-compiler.
(change-log-mode): Add the keymap to the docstring.

21 years ago(mark_kboards): Move to keyboard.c.
Stefan Monnier [Sun, 15 Jun 2003 21:49:23 +0000 (21:49 +0000)]
(mark_kboards): Move to keyboard.c.

21 years ago(mark_kboards): New fun, moved from alloc.c. Mark kbd_buffer.
Stefan Monnier [Sun, 15 Jun 2003 21:46:53 +0000 (21:46 +0000)]
(mark_kboards): New fun, moved from alloc.c.  Mark kbd_buffer.
(record_asynch_buffer_change, read_avail_input): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(x_dispatch_event): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 21:20:55 +0000 (21:20 +0000)]
(x_dispatch_event): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(find_and_call_menu_selection): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 21:18:03 +0000 (21:18 +0000)]
(find_and_call_menu_selection): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(handle_tool_bar_click): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 21:16:11 +0000 (21:16 +0000)]
(handle_tool_bar_click): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(menubar_selection_callback): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 21:05:34 +0000 (21:05 +0000)]
(menubar_selection_callback): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(kbd_input_ast, read_input_waiting): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 21:04:16 +0000 (21:04 +0000)]
(kbd_input_ast, read_input_waiting): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(dos_rawgetc): Don't pass uninitialized data to kbd_buffer_store_event.
Stefan Monnier [Sun, 15 Jun 2003 21:00:45 +0000 (21:00 +0000)]
(dos_rawgetc): Don't pass uninitialized data to kbd_buffer_store_event.

21 years ago(mac_check_for_quit_char): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 20:59:24 +0000 (20:59 +0000)]
(mac_check_for_quit_char): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(xg_tool_bar_callback): Don't pass uninitialized
Stefan Monnier [Sun, 15 Jun 2003 20:56:40 +0000 (20:56 +0000)]
(xg_tool_bar_callback): Don't pass uninitialized
data to kbd_buffer_store_event.

21 years ago(EVENT_INIT): New macro.
Stefan Monnier [Sun, 15 Jun 2003 20:52:33 +0000 (20:52 +0000)]
(EVENT_INIT): New macro.

21 years ago(x_fix_overlapping_area): Always use area relative X to fix redisplay
Kim F. Storm [Sat, 14 Jun 2003 23:01:54 +0000 (23:01 +0000)]
(x_fix_overlapping_area): Always use area relative X to fix redisplay
problem with tall characters (such as A-tilde).

21 years ago*** empty log message ***
Kim F. Storm [Sat, 14 Jun 2003 23:01:02 +0000 (23:01 +0000)]
*** empty log message ***

21 years ago(copyright-update-year): New function extracted from copyright-update.
Stefan Monnier [Sat, 14 Jun 2003 20:11:37 +0000 (20:11 +0000)]
(copyright-update-year): New function extracted from copyright-update.
When `arg' is set, replace the year, not the `copyright' text.
Ignore `copyright-update = nil' if called interactively.
Use "," rather than ", " if that's what was used before.
Recognize mixes of 2 and 4 digit years.
Use replace-match.
(copyright-update): Add interactivep arg.  Use it instead of use last-command.
Use replace-match.  Don't assume (point-min) == 1.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 14 Jun 2003 20:02:59 +0000 (20:02 +0000)]
*** empty log message ***

21 years ago(tex-compile-commands): Handle tex-start-commands like tex-start-tex does.
Stefan Monnier [Sat, 14 Jun 2003 19:56:50 +0000 (19:56 +0000)]
(tex-compile-commands): Handle tex-start-commands like tex-start-tex does.

21 years ago(custom-get-fresh-buffer): Kill overlays before erasing the buffer.
Stefan Monnier [Sat, 14 Jun 2003 19:04:20 +0000 (19:04 +0000)]
(custom-get-fresh-buffer): Kill overlays before erasing the buffer.

21 years agoDocumented Mouse wheel problems on MS-Windows.
Jason Rumney [Sat, 14 Jun 2003 11:26:08 +0000 (11:26 +0000)]
Documented Mouse wheel problems on MS-Windows.

21 years ago(Fcopy_file): Doc fix: copies file modes, too.
Kai Großjohann [Fri, 13 Jun 2003 08:40:16 +0000 (08:40 +0000)]
(Fcopy_file): Doc fix: copies file modes, too.

21 years ago(Changing Files): copy-file copies file modes, too.
Kai Großjohann [Fri, 13 Jun 2003 08:39:58 +0000 (08:39 +0000)]
(Changing Files): copy-file copies file modes, too.

21 years ago(Fwrite_region): Save and restore restriction.
Kenichi Handa [Thu, 12 Jun 2003 23:23:48 +0000 (23:23 +0000)]
(Fwrite_region): Save and restore restriction.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Jun 2003 23:23:33 +0000 (23:23 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 12 Jun 2003 22:31:29 +0000 (22:31 +0000)]
*** empty log message ***

21 years ago(shell-command-separator-regexp): New variable.
Juanma Barranquero [Thu, 12 Jun 2003 22:20:49 +0000 (22:20 +0000)]
(shell-command-separator-regexp): New variable.
(shell-directory-tracker): Make regexp used for skipping to next command
correspond to one used for command itself.

21 years agoRemove redundant include of unistd.h, stdlib.h. Use
Dave Love [Thu, 12 Jun 2003 22:14:31 +0000 (22:14 +0000)]
Remove redundant include of unistd.h, stdlib.h.  Use
HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.

21 years ago(alloca): Declare arg as size_t.
Dave Love [Thu, 12 Jun 2003 22:09:14 +0000 (22:09 +0000)]
(alloca): Declare arg as size_t.

21 years ago(texinfo-format-scan): Silence `whitespace-cleanup'.
Juanma Barranquero [Thu, 12 Jun 2003 22:09:06 +0000 (22:09 +0000)]
(texinfo-format-scan): Silence `whitespace-cleanup'.

21 years ago(display-time-hook, timeclock-modeline-display): Define for byte-compiler.
Glenn Morris [Thu, 12 Jun 2003 17:28:48 +0000 (17:28 +0000)]
(display-time-hook, timeclock-modeline-display): Define for byte-compiler.
(timeclock-time-to-date, timeclock-workday-remaining)
(timeclock-time-to-seconds, timeclock-seconds-to-time): Move earlier
in the file so defined before used.
(timeclock-status-string): No need for `let*' so use `let'.
(timeclock-query-out): Always return a non-nil value.

21 years ago*** empty log message ***
Glenn Morris [Thu, 12 Jun 2003 17:28:09 +0000 (17:28 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Stefan Monnier [Thu, 12 Jun 2003 00:36:28 +0000 (00:36 +0000)]
*** empty log message ***

21 years ago(pop3-leave-mail-on-server): New user variable.
Sam Steingold [Wed, 11 Jun 2003 21:44:12 +0000 (21:44 +0000)]
(pop3-leave-mail-on-server): New user variable.
(pop3-movemail): Delete mail only when it is nil.

21 years ago(shrink_regexp_cache): Use xrealloc.
Dave Love [Wed, 11 Jun 2003 11:43:52 +0000 (11:43 +0000)]
(shrink_regexp_cache): Use xrealloc.
(syms_of_search): Use xmalloc.

21 years agoRespect user preference
Rajesh Vaidheeswarran [Wed, 11 Jun 2003 04:00:33 +0000 (04:00 +0000)]
Respect user preference

21 years agoUpdate whitespace.el
Rajesh Vaidheeswarran [Wed, 11 Jun 2003 03:50:45 +0000 (03:50 +0000)]
Update whitespace.el

21 years ago(global-map): Bind `kill-whole-line' to C-S-<backspace>.
Luc Teirlinck [Tue, 10 Jun 2003 04:06:10 +0000 (04:06 +0000)]
(global-map): Bind `kill-whole-line' to C-S-<backspace>.
Remove M-S-<backspace> binding: too close to C-M-<backspace>.

21 years ago(dired-re-dot): Make it handle trailing /.
Luc Teirlinck [Tue, 10 Jun 2003 04:03:03 +0000 (04:03 +0000)]
(dired-re-dot): Make it handle trailing /.
(dired-get-filename): Update documentation string.
Revert previous change and fix typo in earlier version.

21 years ago*** empty log message ***
Luc Teirlinck [Tue, 10 Jun 2003 03:52:52 +0000 (03:52 +0000)]
*** empty log message ***

21 years ago(phys_cursor_in_rect_p): Fix 2003-05-24 change.
Kim F. Storm [Mon, 9 Jun 2003 23:01:52 +0000 (23:01 +0000)]
(phys_cursor_in_rect_p): Fix 2003-05-24 change.
Adjust phys_cursor.x to be relative to window box, rather than
text area before checking -- to ensure cursor is redrawn when
exposing window.
Note: This also fixes a similar (older) bug if display margins
are present.