1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

54628 Commits

Author SHA1 Message Date
Richard M. Stallman
e37d6e4c86 (Text from Minibuffer): Minor clarification.
Mention arrow keys.
2005-02-14 10:17:32 +00:00
Richard M. Stallman
9e328e231a (Autoload): defun's doc string overrides autoload's doc string.
(Repeated Loading): Modernize "add to list" examples.
(Where Defined): Finish updating table of load-history elts.
2005-02-14 10:16:24 +00:00
Richard M. Stallman
23e69ab14b (List-related Predicates): Minor wording improvement.
(Lists as Boxes): Node deleted.
(Building Lists): Explain trivial cases of number-sequence.
2005-02-14 10:14:29 +00:00
Richard M. Stallman
38bf67d3ae (Hash Tables): Add desc to menu items.
(Creating Hash): Expain "full" means "make larger",
(Hash Access): Any object can be a key.
State value of maphash.
2005-02-14 10:13:16 +00:00
Richard M. Stallman
67bce69d38 (What Is a Function): Wording cleanup.
(Function Documentation): Minor cleanup.
Explain purpose of calling convention at end of doc string.
(Function Names): Wording cleanup.
(Calling Functions): Wording cleanup.
Explain better how funcall calls the function.
(Function Cells): Delete example of saving and redefining function.
2005-02-14 10:11:48 +00:00
Richard M. Stallman
85831f9a60 (Combining Conditions): Wording cleanup.
(Iteration): dolist and dotimes bind VAR locally.
(Cleanups): Xref to Atomic Changes.
2005-02-14 10:07:43 +00:00
Richard M. Stallman
b57bdd7472 (Byte Compilation): Delete 19.29 info.
(Compilation Functions): Macros' difficulties don't affect defsubst.
(Docs and Compilation): Delete 19.29 info.
2005-02-14 10:05:53 +00:00
Richard M. Stallman
76bad53408 (url-http-parse-headers): Test url-automatic-caching. 2005-02-14 09:58:33 +00:00
Richard M. Stallman
470cefd341 (custom-buffer-create-internal): Update help message.
(custom-magic-alist): Update help messages.
2005-02-14 09:50:38 +00:00
Richard M. Stallman
a200d99881 (all): Allow a var to specify a standard value. 2005-02-14 09:49:38 +00:00
Kenichi Handa
3bb917bff6 (encode_coding_string): Always return a unibyte string.
If NOCOPY is nonzero and there's no need of encoding, make STR
unibyte directly.
2005-02-14 01:04:50 +00:00
Kenichi Handa
1bd70c6e1d (lisp_data_to_selection_data): If OBJ is a non-ASCII
multibyte string, signal an error instead of aborting.
2005-02-14 00:59:42 +00:00
Miles Bader
d31fa104a1 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images

2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Search for gnus images in
   etc/images/gnus.
   * lisp/gnus/mm-util.el (mm-find-charset-region): Likewise.
   * lisp/gnus/smiley.el (smiley-data-directory): Search for smilies in
   etc/images/smilies.
2005-02-13 08:47:45 +00:00
Miles Bader
9b981cb686 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
   Update from CVS: lisp/imap.el (imap-log): Doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
   Merge from emacs--cvs-trunk--0

2005-02-09  Kim F. Storm  <storm@cua.dk>

   Change Emacs release version from 21.4 to 22.1 throughout.
   Change Emacs development version from 21.3.50 to 22.0.50.

2005-02-08  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/imap.el (imap-log): Doc fix.
2005-02-13 07:12:33 +00:00
Dan Nicolaescu
e31d908ff2 If HAVE_FCNTL_H include fcntl.h. 2005-02-13 00:21:11 +00:00
Kim F. Storm
83e2a07aa0 (expose_window): Don't fix overlaps for mode lines. 2005-02-12 18:36:01 +00:00
Kim F. Storm
48e029b6a8 *** empty log message *** 2005-02-12 18:35:45 +00:00
Luc Teirlinck
03e384994b *** empty log message *** 2005-02-12 18:15:57 +00:00
Luc Teirlinck
5e2087b85a *** empty log message *** 2005-02-12 18:06:24 +00:00
Luc Teirlinck
3413f9285c (command-line): Adapt blinking cursor init to changes in frame.el. 2005-02-12 18:00:53 +00:00
Luc Teirlinck
a795e09a78 (blink-cursor-timer): Doc fix.
(blink-cursor-mode): Use correct standard expression in defcustom.
(blink-cursor): Make it an alias for `blink-cursor-mode' and declare obsolete.
2005-02-12 17:58:37 +00:00
Luc Teirlinck
4b52e77985 (custom-theme-set-variables): Handle variable aliases. 2005-02-12 17:56:32 +00:00
Lute Kamstra
b7a2a69670 (apropos-score-doc): Prevent division by zero. 2005-02-11 16:09:50 +00:00
Jay Belanger
df21b47d2f *** empty log message *** 2005-02-11 06:03:35 +00:00
Jay Belanger
bd712b706c Redefine @expr as @math for TeX output.
Redefine @texline as a no-op for TeX output.
Define @tfn, replace @t by @tfn throughout.
2005-02-11 05:44:58 +00:00
Glenn Morris
74692b14ee From Ulf Jasper <ulf.jasper@web.de>:
(icalendar--get-event-property): Doc fix.
(icalendar--get-event-property-attributes)
(icalendar--get-event-properties)
(icalendar--datetime-to-diary-date): New functions.
(icalendar--split-value): Doc fix.
(icalendar--datetime-to-noneuropean-date)
(icalendar--datetime-to-european-date): New optional argument
SEPARATOR.  Return result as a string instead of a list.
(icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
(icalendar--convert-string-for-export): Rename arg S to STRING.
(icalendar-export-region): Doc fix.  Change name of error buffer.
Save output buffer.
(icalendar-import-file): Add blank at end of prompt.
(icalendar-import-buffer): Doc fix.  Do not switch to error
buffer.  Indicate status in return value.
(icalendar--convert-ical-to-diary): Doc fix.  Change name of error
buffer.  Save output buffer.  Handle exception from recurrence
rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
events.  Fix problems with weekly all-day events.
2005-02-11 01:02:56 +00:00
Glenn Morris
ea66d5e0c4 *** empty log message *** 2005-02-11 01:01:45 +00:00
Kim F. Storm
f1deb763a4 (try_window_id): Set first_unchanged_at_end_row to NULL
if it moves outside window or it doesn't display text.
2005-02-10 22:49:16 +00:00
Kim F. Storm
c10bb00a96 *** empty log message *** 2005-02-10 22:48:35 +00:00
Jay Belanger
053bc28347 Change @LaTeX to La@TeX throughout. 2005-02-10 18:55:21 +00:00
Richard M. Stallman
442914601b *** empty log message *** 2005-02-10 06:51:28 +00:00
Richard M. Stallman
0ea91b5153 (Symbol Type): Minor correction. 2005-02-10 06:50:59 +00:00
Richard M. Stallman
9bb25ed3b8 (eval-expression-print-format): Avoid warning about edebug-active. 2005-02-10 06:47:58 +00:00
Richard M. Stallman
a4bdcdf378 (help-for-help-internal): Renamed from help-for-help.
(help-for-help): Define with defalias.
2005-02-10 06:46:42 +00:00
Richard M. Stallman
723c911c93 (font-lock-default-function): Use with-no-warnings. 2005-02-10 06:45:26 +00:00
Richard M. Stallman
9f5d3236b9 (custom-buffer-create-internal): Improve help-echo. 2005-02-10 06:44:41 +00:00
Richard M. Stallman
84acdbc358 (defface): Doc fix. 2005-02-10 06:41:26 +00:00
Jay Belanger
d25e21dddc *** empty log message *** 2005-02-10 04:29:47 +00:00
Jay Belanger
2f83874c85 Define a macro for @LaTeX. 2005-02-10 04:12:19 +00:00
Kim F. Storm
a7a39468d6 (Fprimitive_undo): Check that undo function does not switch buffer. 2005-02-09 21:49:12 +00:00
Kim F. Storm
9ca0f64a8a *** empty log message *** 2005-02-09 21:48:36 +00:00
Nick Roberts
ae61773c26 (gdb-ann3): Re-instate GDB command "set
width 0" to prevent word wrapping problems
(in particular, output from "info breakpoints").
2005-02-09 19:42:09 +00:00
Nick Roberts
37956fd5e3 *** empty log message *** 2005-02-09 19:39:29 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Kim F. Storm
1de0ae85b3 (ido-file-extensions-order): New defcustom.
(ido-file-extension-lessp, ido-file-extension-aux)
(ido-file-extension-order): New advanced file ordering.
(ido-file-lessp): New simple file ordering.
(ido-sort-list): Remove.
(ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
(ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
2005-02-08 23:51:31 +00:00
Kim F. Storm
44042fe7e2 *** empty log message *** 2005-02-08 23:50:46 +00:00
Jan Djärv
b8d6f4af97 * xselect.c (selection_data_to_lisp_data): For the special case
type == XA_ATOM, data contains array of int, not array of Atom.
(x_property_data_to_lisp, selection_data_to_lisp_data): Comment
update: data must be array of int for format == 32.
2005-02-08 21:27:01 +00:00
Stefan Monnier
3419757dfd (Fprimitive_undo): Check veracity of delta,start,end. 2005-02-08 20:49:16 +00:00
Dan Nicolaescu
e7eaabae69 (grep-regexp-alist): Match an optional ^[[K
that some versions of grep produce.
(grep-mode-font-lock-keywords): Likewise.
2005-02-08 16:22:25 +00:00
Lute Kamstra
4183568644 Remove some uses of the term "buffer" before it is properly
introduced.  Update the description of the mode line.  Consistently
use "<ESC>" to denote the ESC key and "<SPC>" to denote the Space bar.
Capitalize all command descriptions.
2005-02-08 14:20:54 +00:00