aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New operation :custom-standard-value.Richard M. Stallman2002-07-161-24/+34
* (diff-reverse-direction): Simplify.Stefan Monnier2002-07-161-7/+6
* (mouse-sel-original-interprogram-paste-function): Defvar it.Stefan Monnier2002-07-161-1/+1
* (compare-windows-whitespace): Always allow newlineRichard M. Stallman2002-07-161-8/+9
* Mention Texinfo 4.2 needed.Richard M. Stallman2002-07-161-1/+1
* (mouse-sel-mode): Use define-minor-mode.Stefan Monnier2002-07-161-102/+63
* *** empty log message ***Stefan Monnier2002-07-162-7/+32
* Fix reference to `defvaralias' as a macro.Juanma Barranquero2002-07-162-7/+7
* (timer-set-time, timer-set-time-with-usecs): Fix docstring.Juanma Barranquero2002-07-162-2/+6
* (HTML Mode): Put `@end table' at end of table.Miles Bader2002-07-161-1/+1
* *** empty log message ***Stefan Monnier2002-07-151-4/+12
* (Ftrace_to_stderr): Add usage to docstring.Stefan Monnier2002-07-151-1/+2
* (scan_c_file): Warn about missing `usage' info.Stefan Monnier2002-07-152-0/+7
* (describe-variable): Remove useless trailing whitespace.Juanma Barranquero2002-07-151-1/+1
* Fix typo.Juanma Barranquero2002-07-151-1/+1
* Document third argument of defvaralias.Juanma Barranquero2002-07-152-3/+10
* *** empty log message ***Juanma Barranquero2002-07-152-1/+10
* (describe-variable): Show documentation for aliased variable if alias does notJuanma Barranquero2002-07-151-13/+15
* (Fdefvaralias): Add docstring argument.Juanma Barranquero2002-07-151-6/+9
* Ignore *.op and *.ops, too.Kai Großjohann2002-07-151-10/+12
* (mouse-sel-bindings): Save/restore interprogram cut/paste functions.Mike Williams2002-07-152-25/+28
* Minor cleanup.Richard M. Stallman2002-07-151-4/+4
* *** empty log message ***Andreas Schwab2002-07-151-0/+5
* * textprop.c (set_text_properties): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-152-1/+13
* * intervals.c (create_root_interval, balance_possible_root_interval,Ken Raeburn2002-07-151-4/+4
* * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-151-1/+1
* * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.Ken Raeburn2002-07-151-2/+2
* * lisp.h (STRING_INTERVALS): Produce rvalue.Ken Raeburn2002-07-151-1/+4
* * lread.c (read_vector): Use STRING_SET_CHARS.Ken Raeburn2002-07-152-2/+7
* * fns.c (concat): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-2/+2
* * dired.c (directory_files_internal): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-1/+1
* * lisp.h (STRING_SET_CHARS): New macro.Ken Raeburn2002-07-151-2/+5
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-1565-1548/+1569
* (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.Ken Raeburn2002-07-141-3/+5
* Correct last commit which by mistake included some completelyKim F. Storm2002-07-141-110/+202
* Set encoding to utf-8.Stefan Monnier2002-07-141-44/+54
* Index entries.Kai Großjohann2002-07-142-67/+75
* (find-alternate-file): Offer to save a modified buffer.Richard M. Stallman2002-07-141-13/+22
* (normal-splash-screen, fancy-splash-text):Richard M. Stallman2002-07-141-2/+2
* Fix doc typos.Richard M. Stallman2002-07-141-6/+6
* Say that output from asynch subprocesses of a compiler may be lost.Richard M. Stallman2002-07-141-0/+4
* Comply with Texinfo coding standards. Suggestions by Eli.Kai Großjohann2002-07-141-205/+390
* (mouse-sel-bound-events): New constant.Mike Williams2002-07-142-67/+74
* *** empty log message ***Stefan Monnier2002-07-131-16/+45
* regeneratedKim F. Storm2002-07-133-865/+1194
* (cl-set-substring): Fix thinko.Stefan Monnier2002-07-131-3/+3
* Use hash-tables.Stefan Monnier2002-07-131-232/+159
* (mail-abbrev-make-syntax-table): Check theAndreas Schwab2002-07-131-0/+3
* (ebrowse-symbol-regexp): Avoid cl-set-substring.Stefan Monnier2002-07-131-19/+8
* (sgml-quote): Use narrowing. Improve the regexp used when unquoting.Stefan Monnier2002-07-131-18/+64