Tue, 16 Jul 2002 13:33:13 +0000 |
Richard M. Stallman |
(compare-windows-whitespace): Always allow newline
|
Tue, 16 Jul 2002 13:31:48 +0000 |
Richard M. Stallman |
Mention Texinfo 4.2 needed.
|
Tue, 16 Jul 2002 13:27:05 +0000 |
Stefan Monnier |
(mouse-sel-mode): Use define-minor-mode.
|
Tue, 16 Jul 2002 12:25:41 +0000 |
Stefan Monnier |
*** empty log message ***
|
Tue, 16 Jul 2002 11:43:32 +0000 |
Juanma Barranquero |
Fix reference to `defvaralias' as a macro.
|
Tue, 16 Jul 2002 06:43:19 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Tue, 16 Jul 2002 06:43:06 +0000 |
Juanma Barranquero |
(timer-set-time, timer-set-time-with-usecs): Fix docstring.
|
Tue, 16 Jul 2002 01:00:43 +0000 |
Miles Bader |
(HTML Mode): Put `@end table' at end of table.
|
Mon, 15 Jul 2002 21:04:59 +0000 |
Stefan Monnier |
*** empty log message ***
|
Mon, 15 Jul 2002 20:37:12 +0000 |
Stefan Monnier |
(Ftrace_to_stderr): Add usage to docstring.
|
Mon, 15 Jul 2002 20:00:03 +0000 |
Stefan Monnier |
*** empty log message ***
|
Mon, 15 Jul 2002 19:59:53 +0000 |
Stefan Monnier |
(scan_c_file): Warn about missing `usage' info.
|
Mon, 15 Jul 2002 16:17:01 +0000 |
Juanma Barranquero |
(describe-variable): Remove useless trailing whitespace.
|
Mon, 15 Jul 2002 15:50:56 +0000 |
Juanma Barranquero |
Fix typo.
|
Mon, 15 Jul 2002 15:50:20 +0000 |
Juanma Barranquero |
Document third argument of defvaralias.
|
Mon, 15 Jul 2002 15:39:02 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Mon, 15 Jul 2002 15:38:49 +0000 |
Juanma Barranquero |
(describe-variable): Show documentation for aliased variable if alias does not
|
Mon, 15 Jul 2002 15:37:51 +0000 |
Juanma Barranquero |
(Fdefvaralias): Add docstring argument.
|
Mon, 15 Jul 2002 12:06:01 +0000 |
Kai Grojohann |
Ignore *.op and *.ops, too.
|
Mon, 15 Jul 2002 11:49:37 +0000 |
Mike Williams |
*** empty log message ***
|
Mon, 15 Jul 2002 11:48:44 +0000 |
Mike Williams |
(mouse-sel-bindings): Save/restore interprogram cut/paste functions.
|
Mon, 15 Jul 2002 09:47:14 +0000 |
Richard M. Stallman |
Minor cleanup.
|
Mon, 15 Jul 2002 07:23:55 +0000 |
Andreas Schwab |
*** empty log message ***
|
Mon, 15 Jul 2002 06:57:04 +0000 |
Ken Raeburn |
*** empty log message ***
|
Mon, 15 Jul 2002 06:56:48 +0000 |
Ken Raeburn |
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
|
Mon, 15 Jul 2002 06:56:10 +0000 |
Ken Raeburn |
* intervals.c (create_root_interval, balance_possible_root_interval,
|
Mon, 15 Jul 2002 06:55:28 +0000 |
Ken Raeburn |
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
|
Mon, 15 Jul 2002 06:54:48 +0000 |
Ken Raeburn |
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
|
Mon, 15 Jul 2002 06:54:23 +0000 |
Ken Raeburn |
* lisp.h (STRING_INTERVALS): Produce rvalue.
|
Mon, 15 Jul 2002 02:18:31 +0000 |
Ken Raeburn |
*** empty log message ***
|
Mon, 15 Jul 2002 02:16:52 +0000 |
Ken Raeburn |
* lread.c (read_vector): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 02:16:15 +0000 |
Ken Raeburn |
* fns.c (concat): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 02:14:17 +0000 |
Ken Raeburn |
* dired.c (directory_files_internal): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 02:13:38 +0000 |
Ken Raeburn |
* lisp.h (STRING_SET_CHARS): New macro.
|
Mon, 15 Jul 2002 00:01:34 +0000 |
Ken Raeburn |
*** empty log message ***
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Sun, 14 Jul 2002 23:54:05 +0000 |
Ken Raeburn |
(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
|
Sun, 14 Jul 2002 22:52:48 +0000 |
Kim F. Storm |
Correct last commit which by mistake included some completely
|
Sun, 14 Jul 2002 20:39:18 +0000 |
Stefan Monnier |
Set encoding to utf-8.
|
Sun, 14 Jul 2002 19:52:35 +0000 |
Kai Grojohann |
Index entries.
|
Sun, 14 Jul 2002 15:30:54 +0000 |
Richard M. Stallman |
(find-alternate-file): Offer to save a modified buffer.
|
Sun, 14 Jul 2002 15:29:56 +0000 |
Richard M. Stallman |
(normal-splash-screen, fancy-splash-text):
|
Sun, 14 Jul 2002 15:26:01 +0000 |
Richard M. Stallman |
Fix doc typos.
|
Sun, 14 Jul 2002 15:24:03 +0000 |
Richard M. Stallman |
Say that output from asynch subprocesses of a compiler may be lost.
|
Sun, 14 Jul 2002 14:06:58 +0000 |
Kai Grojohann |
Comply with Texinfo coding standards. Suggestions by Eli.
|
Sun, 14 Jul 2002 10:14:28 +0000 |
Mike Williams |
*** empty log message ***
|
Sun, 14 Jul 2002 10:13:27 +0000 |
Mike Williams |
(mouse-sel-bound-events): New constant.
|
Sat, 13 Jul 2002 23:30:08 +0000 |
Stefan Monnier |
*** empty log message ***
|
Sat, 13 Jul 2002 23:09:32 +0000 |
Kim F. Storm |
regenerated
|
Sat, 13 Jul 2002 23:08:01 +0000 |
Stefan Monnier |
(cl-set-substring): Fix thinko.
|
Sat, 13 Jul 2002 22:10:02 +0000 |
Stefan Monnier |
Use hash-tables.
|
Sat, 13 Jul 2002 21:40:05 +0000 |
Andreas Schwab |
(mail-abbrev-make-syntax-table): Check the
|
Sat, 13 Jul 2002 20:17:00 +0000 |
Stefan Monnier |
(ebrowse-symbol-regexp): Avoid cl-set-substring.
|
Sat, 13 Jul 2002 19:23:05 +0000 |
Stefan Monnier |
(sgml-quote): Use narrowing. Improve the regexp used when unquoting.
|
Sat, 13 Jul 2002 18:56:04 +0000 |
Glenn Morris |
*** empty log message ***
|
Sat, 13 Jul 2002 18:51:28 +0000 |
Glenn Morris |
(timeclock-in): Run the new day section if, after rereading the log file,
|
Sat, 13 Jul 2002 18:08:11 +0000 |
Kai Grojohann |
Do not hook into file-name-handler-alist, this
|
Sat, 13 Jul 2002 18:03:55 +0000 |
Kai Grojohann |
Fix copyright years.
|
Sat, 13 Jul 2002 17:41:01 +0000 |
Kai Grojohann |
(tramp-multi-file-name-structure-unified): Add
|
Sat, 13 Jul 2002 10:52:22 +0000 |
Kai Grojohann |
* files.texi (Remote Files): Explain new unified file name synatx.
|