summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* *** empty log message ***emacs-pretest-21.0.104Gerd Moellmann2001-07-13
|
* Add types to defcustoms.Gerd Moellmann2001-07-13
|
* (CHAR_STRING_NO_SIGNAL): New macro.Gerd Moellmann2001-07-13
|
* (char_to_string_1): Extracted from char_to_string.Gerd Moellmann2001-07-13
| | | | | Return -1 instead of signaling an error. (char_to_string): Use it.
* (get_next_display_element): Use CHAR_STRING_NO_SIGNALGerd Moellmann2001-07-13
| | | | instead of CHAR_STRING which can signal an error.
* (Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier2001-07-12
| | | | is t, don't try to append anything to it.
* (file_name_completion): Pass dp->d_name toEli Zaretskii2001-07-12
| | | | Fstring_match, not elt, which is alays nil here.
* (XTread_socket) <PropertyNotify>: Put the codeGerd Moellmann2001-07-12
| | | | | ignoring events on foreign windows in #if 0. Always dispatch the event after checking it with x_handle_property_notify.
* (x_decline_selection_request): Handle errorsGerd Moellmann2001-07-12
| | | | | | | | | | | caused by receivers that have vanished. (TRACE0, TRACE1, TRACE2): New macros, defined depending on TRACE_SELECTION. Replace fprintfs in #if 0 with TRACE macros to facilitate debugging. Add additional trace statements. (toplevel): Add prototypes for file-local functions. (x_atom_to_symbol): Remove DPYINFO parameter.
* (gnus-browse-make-menu-bar): Changed one of theGerd Moellmann2001-07-12
| | | | | Browse->Next entries to Browse->Prev. From: Bj�Torkelsson <torkel@hpc2n.umu.se>.
* (nnfolder-read-folder): Force to use a multibyte buffer.Gerd Moellmann2001-07-12
|
* *** empty log message ***Pavel Janík2001-07-12
|
* Explain window-end never scrolls the window.Richard M. Stallman2001-07-12
|
* Mention antlr-mode.Eli Zaretskii2001-07-12
|
* (speedbar-supported-extension-expressions): Add .g to the extension list,Eli Zaretskii2001-07-12
| | | | for antlr-mode. From Christoph Wedler <Christoph.Wedler@sap.com>.
* (Non-ASCII Rebinding): Fix a typo. Add index entries.Eli Zaretskii2001-07-12
|
* (vc-prefix-map): Moved back to vc-hooks.el.Stefan Monnier2001-07-11
| | | | (vc-dired-mode-map): Fix the madness.
* (vc-mode): Dummy function for doc purposes.Stefan Monnier2001-07-11
| | | | (vc-prefix-map): Moved back from vc.el.
* (menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.Stefan Monnier2001-07-11
| | | | | (w32_dialog_show): Remove unused `save_wv' variable. (name_is_separator): Recognize "--:foo" and "--foo-bar".
* (try_cursor_movement): Prevent a warning from GCC 3.0.Gerd Moellmann2001-07-11
|
* (unwind_read): Print a message when discarding insertedGerd Moellmann2001-07-11
| | | | | text or switching the buffer to unibyte. Change parameter. (Finsert_file_contents): Don't pass VISIT to unwind_read.
* (Finsert_file_contents): Comment fix.Gerd Moellmann2001-07-11
|
* *** empty log message ***Gerd Moellmann2001-07-11
|
* (unwind_read): New function.Gerd Moellmann2001-07-11
| | | | | (Finsert_file_contents): Record it as unwind-function for the case that reading is interrupted by C-g.
* (mail-extr-all-top-level-domains): IncreaseGerd Moellmann2001-07-11
| | | | | | | the size of the obarray. (mail-extr-all-top-level-domains): Add more toplevel domains, add more long names. From: Per Starback <starback@ling.uu.se>.
* Say that the file _is_ part of Emacs.Eli Zaretskii2001-07-11
|
* (finder-insert-at-column): Also move to the next line if exactly at COLUMN.Miles Bader2001-07-11
|
* (c-indent-exp): Keep the indentation of the blockGerd Moellmann2001-07-10
| | | | itself, i.e. only indent the contents in it.
* (update_window): Don't skip the header-lineGerd Moellmann2001-07-10
| | | | update when scrolling_window returns 0.
* (rmail-show-message): Show beginning of message inGerd Moellmann2001-07-10
| | | | all windows containing it.
* *** empty log message ***Gerd Moellmann2001-07-10
|
* (describe-function-1): When printing FUNCTION'sGerd Moellmann2001-07-10
| | | | documentation, don't assume FUNCTION is a symbol.
* *** empty log message ***Gerd Moellmann2001-07-10
|
* (normal-top-level): Don't operate on the initialGerd Moellmann2001-07-10
| | | | frame if we failed to create one.
* (unload_color): Do nothing if PIXEL is -1.Gerd Moellmann2001-07-10
|
* (Fx_create_frame): Initialize frame colors to -1,Gerd Moellmann2001-07-10
| | | | for the case that x_decode_colors signals an error.
* Fix a typo.Gerd Moellmann2001-07-10
|
* (add_to_log): Do nothing if called asynchronously.Gerd Moellmann2001-07-10
|
* Fix the header line and the copyright years.Eli Zaretskii2001-07-10
|
* (toplevel): Include <signal.h> and "syssignal.h".Gerd Moellmann2001-07-09
| | | | | (vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO around ioctls.
* (ad-make-advised-definition): If theGerd Moellmann2001-07-09
| | | | | | original definition has an interactive form, but is Elp instrumented, use the interactive form of the function called by elp-wrapper.
* (winner-equal): Make it a defun. Don't compare WinnerGerd Moellmann2001-07-09
| | | | | configurations with compare-window-configuration; they aren't window configurations.
* *** empty log message ***Gerd Moellmann2001-07-09
|
* Cleaned up.Gerd Moellmann2001-07-09
| | | | From Luis Fernandes <elf@ee.ryerson.ca>.
* (ange-ftp-file-modtime): Check a 213 responseGerd Moellmann2001-07-09
| | | | | | from the server for the format we expect. Don't use it if it doesn't look like what the Internet draft for FTP extensions specifies.
* Extended the kludge to interoperate with theStefan Monnier2001-07-09
| | | | | delsel and pending-del packages wrt to the new function `c-electric-delete-forward'.
* (define-minor-mode): Use eval-after-loadStefan Monnier2001-07-08
| | | | | to delay the call to <mode> for global minor modes. (easy-mmode-define-navigation): Only recenter if interactive.
* C-u TAB works only in certain modes.Richard M. Stallman2001-07-08
|
* Explain more clearly what it takes to make a customization permanent.Richard M. Stallman2001-07-08
| | | | Explain global vs local minor modes first thing, then list the modes.
* *** empty log message ***Eli Zaretskii2001-07-06
|