Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Creating Frames, Parameter Access, Pointer Shape) | Eli Zaretskii | 2006-07-08 | 1 | -30/+0 |
| | | | | (Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex. | ||||
* | (What Is a Function, Mapping Functions): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -2/+0 |
| | |||||
* | (Creating Hash, Hash Access, Defining Hash, Other Hash): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -17/+0 |
| | |||||
* | (Tool Bar): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -8/+0 |
| | |||||
* | (List Elements, Building Lists, Association Lists): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | |||||
* | (Information from Markers): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -1/+0 |
| | |||||
* | (Minibuffer Contents): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -5/+0 |
| | |||||
* | (Defining Minor Modes, Header Lines): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | |||||
* | (Text Representations, Character Sets, Chars and Bytes, Locales): Remove | Eli Zaretskii | 2006-07-08 | 1 | -7/+0 |
| | | | | @tindex. | ||||
* | (Init File, System Environment, Sound Output, Session Management): Remove | Eli Zaretskii | 2006-07-08 | 1 | -7/+0 |
| | | | | @tindex. | ||||
* | (Word Motion, Text Lines, List Motion): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -5/+0 |
| | |||||
* | (Input to Processes, Query Before Exit): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | |||||
* | (Output Variables): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -2/+0 |
| | |||||
* | (Other Plists): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -1/+0 |
| | |||||
* | (Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | |||||
* | (Buffer Contents, Deletion, Changing Properties) | Eli Zaretskii | 2006-07-08 | 1 | -19/+0 |
| | | | | | (Property Search, Special Properties, Sticky Properties) (Links and Mouse-1, Fields, Change Hooks): Remove @tindex. | ||||
* | (Constant Variables): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -1/+0 |
| | |||||
* | (Textual Scrolling, Resizing Windows): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -4/+0 |
| | |||||
* | (x-display-name): Fix typo. | Romain Francoise | 2006-07-08 | 2 | -1/+5 |
| | |||||
* | ChangeLog | Eli Zaretskii | 2006-07-08 | 1 | -0/+8 |
| | |||||
* | Regenerated. | Eli Zaretskii | 2006-07-08 | 1 | -2/+2 |
| | |||||
* | (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we | Eli Zaretskii | 2006-07-08 | 1 | -1/+1 |
| | | | | don't need the error message, just the exit status. | ||||
* | (hexl-find-file): Doc fix. | Eli Zaretskii | 2006-07-08 | 2 | -2/+5 |
| | |||||
* | (define-minor-mode): Doc fix. | Eli Zaretskii | 2006-07-08 | 2 | -1/+5 |
| | |||||
* | Add an example "Compilation started ..." line. | Thien-Thi Nguyen | 2006-07-08 | 2 | -0/+7 |
| | |||||
* | fileio.c (do_auto_save_make_dir): Make the auto-save-list-file | Stephen Gildea | 2006-07-08 | 2 | -1/+10 |
| | | | | directory unreadable for better user privacy. | ||||
* | * term/x-win.el (x-display-name): Doc fix. | Chong Yidong | 2006-07-08 | 2 | -1/+8 |
| | |||||
* | (fill-delete-prefix): Don't ignore excessively long prefixes. | Stefan Monnier | 2006-07-07 | 2 | -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 Monnier | 2006-07-07 | 2 | -5/+7 |
| | |||||
* | (make-char): Remove redundancy. | Stefan Monnier | 2006-07-07 | 2 | -12/+12 |
| | |||||
* | * textmodes/texinfmt.el (texinfo-format-separate-node): | Robert J. Chassell | 2006-07-07 | 1 | -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 Monnier | 2006-07-07 | 2 | -1/+4 |
| | | | | property may contain an anonymous function rather than a symbol. | ||||
* | (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup. | Stefan Monnier | 2006-07-07 | 2 | -3/+4 |
| | |||||
* | (read_filtered_event): Remove `register' qualifier because it | Stefan Monnier | 2006-07-07 | 2 | -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 Zaretskii | 2006-07-07 | 2 | -1/+12 |
| | |||||
* | (cvs-temp-buffer-name): Fix non-hiddenness. | Stefan Monnier | 2006-07-07 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2006-07-07 | 2 | -2/+6 |
| | |||||
* | (compilation-error-regexp-alist-alist) <gnu>: | Stefan Monnier | 2006-07-07 | 1 | -3/+3 |
| | | | | Use shy regexp. Fix incorrect backref to potentially unmatched group. | ||||
* | (dirtrack-default-directory-function): Remove. | Stefan Monnier | 2006-07-07 | 2 | -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 Monnier | 2006-07-07 | 2 | -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 of | Stefan Monnier | 2006-07-07 | 1 | -1/+2 |
| | | | | comint-dynamic-complete-functions. | ||||
* | (Fringe Cursors): Fix typo. | Kim F. Storm | 2006-07-07 | 1 | -9/+3 |
| | | | | | (Customizing Bitmaps): Fix define-fringe-bitmap entry. (Overlay Arrow): Default is overlay-arrow fringe indicator. | ||||
* | *** empty log message *** | Kim F. Storm | 2006-07-07 | 1 | -0/+6 |
| | |||||
* | Slight formatting changes and typo fixes. Add description of NEWS markings. | Eli Zaretskii | 2006-07-07 | 2 | -25/+42 |
| | |||||
* | (Fdefine_fringe_bitmap): Doc fix. | Kim F. Storm | 2006-07-07 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2006-07-07 | 1 | -0/+4 |
| | |||||
* | Mention INSTALL.CVS. | Kim F. Storm | 2006-07-07 | 1 | -3/+6 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2006-07-07 | 1 | -0/+4 |
| | |||||
* | Version number change. | Carsten Dominik | 2006-07-07 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Carsten Dominik | 2006-07-07 | 3 | -0/+19 |
| |