aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-192-5/+10
| | | | rvalues in most configurations.
* * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the addressKen Raeburn2002-05-191-47/+97
| | | | | | of the cdr part of a cons cell; instead, track the parent cell and call XSETCDR, or set the variable for the head of the list if we haven't started down the list yet.
* (f90-get-present-comment-type): Fix bug introduced in version 1.46.Glenn Morris2002-05-192-16/+15
| | | | | (f90-comment-indent): Doc fix. (f90-break-line): Simplify it a bit.
* (f90-match-end): Simplify it a bit.Glenn Morris2002-05-192-16/+9
|
* *** empty log message ***Richard M. Stallman2002-05-192-0/+13
|
* (reread_doc_file): Don't ask for confirmation.Richard M. Stallman2002-05-191-1/+3
|
* (indent-region): Make COLUMN arg optional.Richard M. Stallman2002-05-191-2/+2
|
* (custom-load-symbol): Verify that LOADED is a string.Richard M. Stallman2002-05-191-1/+2
|
* Compare C-f, etc, with arrow keys. Mention PageUp and PageDn.Richard M. Stallman2002-05-191-9/+11
|
* Fix previous change.Richard M. Stallman2002-05-192-3/+18
|
* (archive-zip-use-pkzip): Variable deleted.Richard M. Stallman2002-05-191-11/+21
| | | | | | (archive-zip-extract, archive-zip-expunge, archive-zip-update) (archive-zip-update-case): Use locate-file to decide whether to use pkzip.
* (locate-file): Doc fix.Richard M. Stallman2002-05-191-12/+41
|
* (rmail-show-message-hook): Offer `goto-address' as an option.Richard M. Stallman2002-05-191-1/+1
|
* (uniquify-rationalize-file-buffer-names):Stefan Monnier2002-05-192-6/+20
| | | | Always strip the trailing / even if the file is not a directory.
* Comment change.Richard M. Stallman2002-05-195-20/+20
|
* (f90-mode-abbrev-table): Initialize in the defvar.Glenn Morris2002-05-182-59/+60
|
* (f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed.Glenn Morris2002-05-182-58/+59
|
* (f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar.Glenn Morris2002-05-182-106/+122
| | | | | | | | (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property. (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4): Move the doc strings. (f90-menu-bar-menu): New internal variable to hold the top-level menu. (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
* Add a comment in case people complain about the h flag for Tar.Eli Zaretskii2002-05-181-0/+3
|
* (tar-octal-time): Fix last change.Eli Zaretskii2002-05-182-6/+10
|
* (report-emacs-bug-text-prompt): New variable.Markus Rost2002-05-182-13/+27
| | | | | | | | (report-emacs-bug): Store the prompt in `report-emacs-bug-text-prompt'. Move Configuration/Important settings information after the user's report. (report-emacs-bug-hook): Unclutter by deleting the content of `report-emacs-bug-text-prompt'.
* Update maintainer.Glenn Morris2002-05-181-1/+1
|
* *** empty log message ***Jason Rumney2002-05-181-0/+8
|
* (w32_create_pixmap_from_bitmap_data): New function.Jason Rumney2002-05-181-27/+41
| | | | | | | (xbm_load_image): Use it. (xbm_load): Ditto. (xbm_read_bitmap_data): Reverted to xfns.c version. From David Ponce <[email protected]>.
* Fix typo.Pavel Janík2002-05-181-1/+1
|
* More preamble fixes.Eli Zaretskii2002-05-183-3/+3
|
* Fix the preamble comments.Eli Zaretskii2002-05-183-3/+3
|
* Document failure to start due to old version of ncurses.Eli Zaretskii2002-05-181-0/+11
|
* (forms-jump-record, forms-insert-record, forms-delete-record): CalculatePavel Janík2002-05-182-5/+14
| | | | | lines from the beginning of the accessible portion rather than from the beginning of the buffer.
* Document that ps-print can print Unicode characters.Eli Zaretskii2002-05-171-0/+7
|
* *** empty log message ***Eli Zaretskii2002-05-172-1/+13
|
* (eval-and-compile): Add a trivial replacement for aEli Zaretskii2002-05-171-13/+39
| | | | | | | | possibly missing encode-char. (ps-mule-font-info-database-bdf): Add associations for Unicode fonts. Doc fix. (ps-mule-font-info-database-ps-bdf): Doc fix. (ps-mule-encode-ucs2): New function for encoding Unicode characters.
* Fix whitespace.Eli Zaretskii2002-05-171-11/+8
|
* Fix whitespace.Eli Zaretskii2002-05-171-129/+89
| | | | (sig_suspender, sigprocmask): Don't define for DJGPP 2.02 and later.
* Fix whitespace.Eli Zaretskii2002-05-171-18/+15
|
* *** empty log message ***Eli Zaretskii2002-05-172-0/+8
|
* (tar-octal-time): Fix the last argument of logior.Eli Zaretskii2002-05-171-1/+2
|
* (socket_connection): Move the code to resolve the POPEli Zaretskii2002-05-171-11/+11
| | | | host right before trying to connect with it.
* (install): Use "tar -chf", to follow symlinks.Eli Zaretskii2002-05-171-3/+3
|
* (find-function-search-for-symbol): Find funs defined with defun-cvs-mode.Stefan Monnier2002-05-161-5/+8
| | | | | (find-function-space-re): New const. Skips comments as well. (find-function-regexp, find-variable-regexp): Use it.
* (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.Stefan Monnier2002-05-161-10/+13
| | | | | (cvs-mode-add-change-log-entry-other-window): Work on multiple files. (cvs-mode-set-flags): Don't cons unnecessarily.
* (menu-bar-tools-menu) <calculator>: Renamed to "Simple Calculator".Colin Walters2002-05-161-3/+6
| | | | (menu-bar-tools-menu) <calc>: New.
* Format John Paul Wallington's changes correctly.Colin Walters2002-05-161-4/+10
|
* *** empty log message ***Juanma Barranquero2002-05-165-4/+17
|
* (hs-adjust-block-beginning): Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (filesets-ormap): Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* Fix typo.Juanma Barranquero2002-05-167-11/+11
|
* (gnus-mime-copy-part): Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.Juanma Barranquero2002-05-161-2/+2
|
* (describe-face): Fix typo.Juanma Barranquero2002-05-162-1/+5
|