summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-0255-863/+863
|
* (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros.Pavel Janík2001-11-021-2/+2
|
* (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros.Pavel Janík2001-11-021-2/+2
|
* (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,Pavel Janík2001-11-021-25/+25
| | | | | | | | | CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT, CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i' in macros.
* Minor cleanup.Richard M. Stallman2001-11-021-2/+3
|
* Convert M-C- to C-M-.Richard M. Stallman2001-11-021-3/+3
|
* (re_wctype): Try to fix some warnings.Stefan Monnier2001-11-021-8/+10
| | | | (regcomp, regexec): Don't forget the __restrict.
* *** empty log message ***Richard M. Stallman2001-11-022-0/+20
|
* (popup-menu): If the user refuses to selectRichard M. Stallman2001-11-021-1/+3
| | | | from a menu, don't try to invoke the menu.
* (Fget_char_property): Doc fix.Richard M. Stallman2001-11-021-0/+1
|
* Explain why a parent for a non-sparse keymap is not useful.Richard M. Stallman2001-11-021-1/+7
|
* Update to remove "artifacts".Richard M. Stallman2001-11-021-227/+222
|
* *** empty log message ***Pavel Janík2001-11-022-0/+12
|
* (Finteractive): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
|
* (Fsetq_default): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
|
* (Fstart_process): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
|
* (describe-character-set)Miles Bader2001-11-022-21/+37
| | | | | | | | (describe-coding-system): Pass correct args to `help-xref-button'. (sort-listed-character-sets): New button type. (list-character-sets): Use it. (list-charset-chars): New button type. (list-character-sets-1): Use it.
* (help-xref): New button type.Miles Bader2001-11-021-22/+25
| | | | | | | | (help-function, help-variable, help-face, help-coding-system) (help-input-method, help-character-set, help-type, help-symbol) (help-back, help-info, help-customize-variable, help-customize-face) (help-function-def, help-variable-def): Use it as a supertype. Remove `action' property.
* *** empty log message ***Stefan Monnier2001-11-023-10/+13
|
* (tab-always-indent, indent-for-tab-command):Stefan Monnier2001-11-021-4/+2
| | | | Remove redundant `never' setting.
* Don't include keymap.h any more.Stefan Monnier2001-11-021-1/+0
|
* (fill-region-as-paragraph): Don't forget to skipStefan Monnier2001-11-022-1/+8
| | | | over current whitespace before looking for a preceding space.
* *** empty log message ***Miles Bader2001-11-021-1065/+1068
|
* Replace presentation-level troff macros that simulate tables withEli Zaretskii2001-11-012-28/+19
| | | | table markup. From Eric S. Raymond <esr@thyrsus.com>.
* (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.Richard M. Stallman2001-11-011-8/+8
| | | | (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
* (Fmake_local_variable): Doc fix.Richard M. Stallman2001-11-011-1/+1
|
* (file-newest-backup): Don't pass backup file nameRichard M. Stallman2001-11-011-2/+1
| | | | thru file-name-sans-versions, because it never has version numbers.
* *** empty log message ***Richard M. Stallman2001-11-012-0/+17
|
* (Fdescribe_buffer_bindings): Print character propertyRichard M. Stallman2001-11-011-47/+67
| | | | | bindings along with or instead of the buffer local map. Make the overriding maps override what they should.
* (sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.Richard M. Stallman2001-11-011-1/+1
|
* (find-file-noselect): Offer to change buffer-read-onlyRichard M. Stallman2001-11-011-3/+10
| | | | | | only when the file's read-only status has changed from before as well as disagreeing with the buffer's current status. (buffer-file-read-only): New var, local in all buffers.
* (buffer-menu): Doc fix.Richard M. Stallman2001-11-011-6/+15
| | | | | (buffer-menu-other-window): Doc fix. (list-buffers, list-buffers-noselect): Doc fix.
* 2001-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>ShengHuo ZHU2001-11-012-16/+21
| | | | * mm-util.el (mm-charset-synonym-alist): Revert (some).
* (grow_mini_window): Fix typo in comment.Pavel Janík2001-11-012-1/+5
|
* Document problems with dumping on an NFS-mounted filesystem.Eli Zaretskii2001-11-011-0/+11
|
* (Dired Deletion, Operating On Files): Add index entries.Eli Zaretskii2001-11-011-0/+2
|
* (Several Buffers): Add a cross-reference to the description of theEli Zaretskii2001-11-011-6/+8
| | | | buffer list format.
* Fix the previous change.Pavel Janík2001-11-011-3/+3
|
* Change of normal-erase-is-backspace-mode on terminals.Gerd Moellmann2001-11-011-0/+3
|
* (command-line): If the terminal Emacs is running onGerd Moellmann2001-11-012-1/+12
| | | | | has erase char set to ^H, use the Backspace key for deleting backward and, and the Delete key for deleting forward.
* (x_scroll_bar_create): Check for width and height > 0.Gerd Moellmann2001-11-012-5/+9
| | | | (XTset_vertical_scroll_bar): Likewise.
* (x_build_heuristic_mask): Use four_corners_bestGerd Moellmann2001-11-012-1/+4
| | | | instead of IMAGE_BACKGROUND.
* (four_corners_best): Reindent.Gerd Moellmann2001-11-012-18/+20
|
* Fix a typo.Gerd Moellmann2001-11-011-1/+1
|
* (Finternal_set_lisp_face_attribute_from_resource):Gerd Moellmann2001-11-012-2/+8
| | | | Handle :box so that it is possible to specify sexprs.
* (Glossary): Fix syntax.Pavel Janík2001-11-012-3/+5
|
* *** empty log message ***Pavel Janík2001-11-013-0/+18
|
* (x-get-resource): Reindent.Pavel Janík2001-11-011-1/+1
|
* (Finternal_merge_in_global_face): Reindent.Pavel Janík2001-11-011-4/+4
| | | | | | (Fface_font): Ditto. (Finternal_set_alternative_font_registry_alist): Ditto. (Ftty_suppress_bold_inverse_default_colors): Ditto.
* (X Resources): Fix typo and syntax.Pavel Janík2001-11-011-1/+1
|