summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Creating Frames, Parameter Access, Pointer Shape)Eli Zaretskii2006-07-081-30/+0
| | | | (Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.
* (What Is a Function, Mapping Functions): Remove @tindex.Eli Zaretskii2006-07-081-2/+0
|
* (Creating Hash, Hash Access, Defining Hash, Other Hash): Remove @tindex.Eli Zaretskii2006-07-081-17/+0
|
* (Tool Bar): Remove @tindex.Eli Zaretskii2006-07-081-8/+0
|
* (List Elements, Building Lists, Association Lists): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Information from Markers): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (Minibuffer Contents): Remove @tindex.Eli Zaretskii2006-07-081-5/+0
|
* (Defining Minor Modes, Header Lines): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Text Representations, Character Sets, Chars and Bytes, Locales): RemoveEli Zaretskii2006-07-081-7/+0
| | | | @tindex.
* (Init File, System Environment, Sound Output, Session Management): RemoveEli Zaretskii2006-07-081-7/+0
| | | | @tindex.
* (Word Motion, Text Lines, List Motion): Remove @tindex.Eli Zaretskii2006-07-081-5/+0
|
* (Input to Processes, Query Before Exit): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Output Variables): Remove @tindex.Eli Zaretskii2006-07-081-2/+0
|
* (Other Plists): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Buffer Contents, Deletion, Changing Properties)Eli Zaretskii2006-07-081-19/+0
| | | | | (Property Search, Special Properties, Sticky Properties) (Links and Mouse-1, Fields, Change Hooks): Remove @tindex.
* (Constant Variables): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (Textual Scrolling, Resizing Windows): Remove @tindex.Eli Zaretskii2006-07-081-4/+0
|
* (x-display-name): Fix typo.Romain Francoise2006-07-082-1/+5
|
* ChangeLogEli Zaretskii2006-07-081-0/+8
|
* Regenerated.Eli Zaretskii2006-07-081-2/+2
|
* (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since weEli Zaretskii2006-07-081-1/+1
| | | | don't need the error message, just the exit status.
* (hexl-find-file): Doc fix.Eli Zaretskii2006-07-082-2/+5
|
* (define-minor-mode): Doc fix.Eli Zaretskii2006-07-082-1/+5
|
* Add an example "Compilation started ..." line.Thien-Thi Nguyen2006-07-082-0/+7
|
* fileio.c (do_auto_save_make_dir): Make the auto-save-list-fileStephen Gildea2006-07-082-1/+10
| | | | directory unreadable for better user privacy.
* * term/x-win.el (x-display-name): Doc fix.Chong Yidong2006-07-082-1/+8
|
* (fill-delete-prefix): Don't ignore excessively long prefixes.Stefan Monnier2006-07-072-17/+27
| | | | | | (fill-region-as-paragraph): Don't round up to a whole line. (fill-comment-paragraph): Don't include the code-before-the-comment when calling fill-region-as-paragraph.
* (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.Stefan Monnier2006-07-072-5/+7
|
* (make-char): Remove redundancy.Stefan Monnier2006-07-072-12/+12
|
* * textmodes/texinfmt.el (texinfo-format-separate-node):Robert J. Chassell2006-07-071-4/+13
| | | | | | Insert a string before point, which fits documentation, not after. (texinfo-multitable-item): In a multitable row, insert any additional needed @tabs and spaces.
* (byte-compile-form): The `byte-compile'Stefan Monnier2006-07-072-1/+4
| | | | property may contain an anonymous function rather than a symbol.
* (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.Stefan Monnier2006-07-072-3/+4
|
* (read_filtered_event): Remove `register' qualifier because itStefan Monnier2006-07-072-1/+6
| | | | causes compilation problem with gcc-4.0.2-20051125 on amd64.
* (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.Eli Zaretskii2006-07-072-1/+12
|
* (cvs-temp-buffer-name): Fix non-hiddenness.Stefan Monnier2006-07-072-1/+6
|
* *** empty log message ***Stefan Monnier2006-07-072-2/+6
|
* (compilation-error-regexp-alist-alist) <gnu>:Stefan Monnier2006-07-071-3/+3
| | | | Use shy regexp. Fix incorrect backref to potentially unmatched group.
* (dirtrack-default-directory-function): Remove.Stefan Monnier2006-07-072-122/+84
| | | | | | | | | (dirtrack-directory-function): Use file-name-as-directory. (dirtrack-windows-directory-function): Simplify. (dirtrack-forward-slash, dirtrack-backward-slash) (dirtrack-replace-slash): Remove. (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well. (dirtrack): Fix wrong parenthesizing; use match-string.
* Remove spurious * in docstrings.Stefan Monnier2006-07-072-22/+30
| | | | | | | | (inferior-octave-mode): Only change the buffer-local value of comint-dynamic-complete-functions. (inferior-octave-mode-map, inferior-octave-mode-syntax-table): Move the initialization to the declaration. (inferior-octave-complete): Remove unused var `filter'.
* (shell-mode): Only change the buffer-local value ofStefan Monnier2006-07-071-1/+2
| | | | comint-dynamic-complete-functions.
* (Fringe Cursors): Fix typo.Kim F. Storm2006-07-071-9/+3
| | | | | (Customizing Bitmaps): Fix define-fringe-bitmap entry. (Overlay Arrow): Default is overlay-arrow fringe indicator.
* *** empty log message ***Kim F. Storm2006-07-071-0/+6
|
* Slight formatting changes and typo fixes. Add description of NEWS markings.Eli Zaretskii2006-07-072-25/+42
|
* (Fdefine_fringe_bitmap): Doc fix.Kim F. Storm2006-07-071-1/+1
|
* *** empty log message ***Kim F. Storm2006-07-071-0/+4
|
* Mention INSTALL.CVS.Kim F. Storm2006-07-071-3/+6
|
* *** empty log message ***Kim F. Storm2006-07-071-0/+4
|
* Version number change.Carsten Dominik2006-07-071-2/+2
|
* *** empty log message ***Carsten Dominik2006-07-073-0/+19
|