summaryrefslogtreecommitdiff
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
...
| * | (Defining Faces): Explain C-M-x feature for defface.Richard M. Stallman2007-07-102-0/+9
| | |
| * | new Back-Cover TextKarl Berry2007-06-244-10/+14
| | |
| * | typoKarl Berry2007-06-142-1/+5
| | |
| * | Changes from arch/CVS synchronizationMiles Bader2007-06-142-1/+2
| | |
| * | update two-volume material for printingKarl Berry2007-06-136-641/+1828
| | |
* | | (Handling Errors): Document `debug' in handler list.Richard M. Stallman2007-07-142-15/+38
| | |
* | | (Magic File Names): Rewrite previous change.Richard M. Stallman2007-07-092-5/+8
| | |
* | | * files.texi (Magic File Names): Introduce optional parameterMichael Albinus2007-07-082-3/+14
| | | | | | | | | | | | CONNECTED for `file-remote-p'.
* | | * process.texi (Asynchronous Processes):Michael Albinus2007-07-073-1/+25
| | | | | | | | | | | | * files.texi (Magic File Names): Add `start-file-process'.
* | | (Format Conversion Piecemeal): ClarifyRichard M. Stallman2007-06-272-2/+9
| | | | | | | | | | | | `after-insert-file-functions' calling convention.
* | | * files.texi (Magic File Names): Remove `dired-call-process'. AddMichael Albinus2007-06-272-2/+7
| | | | | | | | | | | | `process-file'.
* | | (Special Properties): Fix previous typo.Kenichi Handa2007-06-272-1/+6
| | |
* | | (Special Properties): Fix description aboutKenichi Handa2007-06-271-18/+3
| | | | | | | | | | | | `compostion' property.
* | | *** empty log message ***Kenichi Handa2007-06-261-0/+5
| | |
* | | (Default Coding Systems): Document about theKenichi Handa2007-06-261-0/+3
| | | | | | | | | | | | return value `undecided'.
* | | * keymaps.texi (Active Keymaps): Document new POSITION argument ofDavid Kastrup2007-06-252-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `current-active-maps'. * keymap.c (Fcurrent_active_maps): Add `position' argument. (Fwhere_is_internal): Adjust call to `current-active-maps' to cater for additional parameter. * keymap.h: Adjust number of parameters to `current-active-maps'. * doc.c (Fsubstitute_command_keys): Adjust call of `current-active-maps'.
* | | new Back-Cover TextKarl Berry2007-06-244-13/+15
| |/ |/|
* | *** empty log message ***Juanma Barranquero2007-06-151-18/+22
| |
* | *** empty log message ***Juanma Barranquero2007-06-151-1/+1
| |
* | typoKarl Berry2007-06-142-1/+5
| |
* | Changes from arch/CVS synchronizationMiles Bader2007-06-142-1/+2
| |
* | (Image Cache): Document image-refresh.Chong Yidong2007-06-141-12/+36
| |
* | * display.texi (Image Cache): Document image-refresh.Chong Yidong2007-06-141-0/+4
| |
* | (explicitly numbered group): Precise the behavior.Stefan Monnier2007-06-131-1/+2
| |
* | update two-volume material for printingKarl Berry2007-06-136-641/+1828
| |
* | Fix typo.Chong Yidong2007-06-131-0/+1
| |
* | * os.texi (Init File): Document user-emacs-directory.Chong Yidong2007-06-131-0/+4
| |
* | (Init File): Document user-emacs-directory.Chong Yidong2007-06-131-0/+4
| |
* | (regex_compile): Remove the `regnum' counter.Stefan Monnier2007-06-121-0/+9
| | | | | | | | Use bufp->re_nsub instead. Add support for \(?N:RE\).
* | Merge from emacs--rel--22Miles Bader2007-06-095-21/+36
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
| * Bump version number to 22.1.50.Chong Yidong2007-06-041-1/+1
| |
| * *** empty log message ***Stefan Monnier2007-06-031-2/+3
| |
| * (Color Parameters): Add xref to (emacs)Standard Faces.Richard M. Stallman2007-06-022-0/+5
| |
| * Increment version to 22.1.Chong Yidong2007-06-021-1/+1
| |
| * Version 22.1 released.Chong Yidong2007-06-021-0/+4
| |
| * Attribute to Stefan Monnier.Chong Yidong2007-06-011-2/+2
| |
| * (Special Properties): Correct meaning of fontified face. TextChong Yidong2007-06-011-18/+5
| | | | | | | | suggested by Stefan Monnier.
| * * text.texi (Special Properties): Correct meaning of fontifiedChong Yidong2007-06-011-0/+5
| | | | | | | | face. Suggested by Stefan Monnier.
| * (Special Properties): Add link to Adjusting Point.Richard M. Stallman2007-05-302-0/+13
| |
* | (Click Events): Describe width and height whenNick Roberts2007-06-031-3/+4
| | | | | | | | object is nil.
* | (Fmouse_position, Fmouse_pixel_position):Nick Roberts2007-06-031-0/+5
| | | | | | | | Condition on HAVE_GPM too.
* | (Click Events): Layout more logically. DescribeNick Roberts2007-05-301-22/+28
| | | | | | | | | | width and height. (Drag Events, Motion Events): Update to new format for position.
* | *** empty log message ***Nick Roberts2007-05-301-0/+6
| |
* | Merge from emacs--rel--22Miles Bader2007-05-181-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 19) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-755
| * Bump version to 22.0.990emacs-pretest-22.0.990Chong Yidong2007-05-171-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-05-171-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 18) - Update from CVS 2007-05-16 Richard M. Stallman <rms@gnu.org> * lisp/buff-menu.el (Buffer-menu-sort-column): Doc fix. 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/files.el (magic-mode-alist, magic-fallback-mode-alist): Move the *ml, Postscript, and XmCD entries to the fallback part. * lisp/files.el (magic-fallback-mode-alist): Rename from file-start-mode-alist. 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * src/macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert dead key repeat and up events. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-753
| * (magic-fallback-mode-alist): Rename from file-start-mode-alist.Stefan Monnier2007-05-161-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-05-133-9/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 14-15) - Update from CVS 2007-05-12 Richard M. Stallman <rms@gnu.org> * etc/refcard.tex (section{Incremental Search}): Minor corrections. 2007-05-12 Richard M. Stallman <rms@gnu.org> * lispref/text.texi (Margins): indent-to-left-margin is not the default. (Mode-Specific Indent): For indent-line-function, the default is indent-relative. * lispref/modes.texi (Example Major Modes): Explain last line of text-mode is redundant. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746
| * *** empty log message ***Richard M. Stallman2007-05-121-0/+9
| |
| * (Margins): indent-to-left-margin is not the default.Richard M. Stallman2007-05-121-8/+5
| | | | | | | | | | (Mode-Specific Indent): For indent-line-function, the default is indent-relative.