Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 125 | -158/+2427 |
| | |||||
* | Clarify initial discussion. | Richard M. Stallman | 2001-07-14 | 1 | -8/+15 |
| | |||||
* | Mounting a volume onto itself might also produce "text file busy". | Eli Zaretskii | 2001-07-14 | 1 | -0/+9 |
| | |||||
* | Emacs lisp coding convention fixes. | Pavel Janík | 2001-07-14 | 10 | -28/+44 |
| | |||||
* | (Info-build-node-completions): Make Info-current-file-completions buffer local. | Stefan Monnier | 2001-07-13 | 2 | -7/+11 |
| | |||||
* | (which-func-mode, which-func-ff-hook) | Gerd Moellmann | 2001-07-13 | 2 | -5/+10 |
| | | | | | (which-function-mode): Remove references to which-func-mode-global. | ||||
* | (calendar-goto-islamic-date): Add | Gerd Moellmann | 2001-07-13 | 2 | -1/+5 |
| | | | | autload cookie. | ||||
* | Fix license commentary. | Gerd Moellmann | 2001-07-13 | 9 | -49/+58 |
| | |||||
* | Increment version number. | Gerd Moellmann | 2001-07-13 | 3 | -3/+3 |
| | |||||
* | Fix a typo. | Pavel Janík | 2001-07-13 | 2 | -1/+5 |
| | |||||
* | *** empty log message ***emacs-pretest-21.0.104 | Gerd Moellmann | 2001-07-13 | 3 | -140/+179 |
| | |||||
* | Add types to defcustoms. | Gerd Moellmann | 2001-07-13 | 1 | -15/+40 |
| | |||||
* | (CHAR_STRING_NO_SIGNAL): New macro. | Gerd Moellmann | 2001-07-13 | 2 | -0/+23 |
| | |||||
* | (char_to_string_1): Extracted from char_to_string. | Gerd Moellmann | 2001-07-13 | 1 | -8/+29 |
| | | | | | Return -1 instead of signaling an error. (char_to_string): Use it. | ||||
* | (get_next_display_element): Use CHAR_STRING_NO_SIGNAL | Gerd Moellmann | 2001-07-13 | 1 | -1/+16 |
| | | | | instead of CHAR_STRING which can signal an error. | ||||
* | (Ffind_coding_systems_region_internal): If safe_codings | Stefan Monnier | 2001-07-12 | 2 | -4/+10 |
| | | | | is t, don't try to append anything to it. | ||||
* | (file_name_completion): Pass dp->d_name to | Eli Zaretskii | 2001-07-12 | 2 | -1/+7 |
| | | | | Fstring_match, not elt, which is alays nil here. | ||||
* | (XTread_socket) <PropertyNotify>: Put the code | Gerd Moellmann | 2001-07-12 | 2 | -4/+25 |
| | | | | | 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 errors | Gerd Moellmann | 2001-07-12 | 1 | -80/+169 |
| | | | | | | | | | | | 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 the | Gerd Moellmann | 2001-07-12 | 2 | -2/+8 |
| | | | | | Browse->Next entries to Browse->Prev. From: Bj�Torkelsson <torkel@hpc2n.umu.se>. | ||||
* | (nnfolder-read-folder): Force to use a multibyte buffer. | Gerd Moellmann | 2001-07-12 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2001-07-12 | 2 | -2/+7 |
| | |||||
* | Explain window-end never scrolls the window. | Richard M. Stallman | 2001-07-12 | 1 | -3/+10 |
| | |||||
* | Mention antlr-mode. | Eli Zaretskii | 2001-07-12 | 1 | -0/+4 |
| | |||||
* | (speedbar-supported-extension-expressions): Add .g to the extension list, | Eli Zaretskii | 2001-07-12 | 2 | -1/+7 |
| | | | | for antlr-mode. From Christoph Wedler <Christoph.Wedler@sap.com>. | ||||
* | (Non-ASCII Rebinding): Fix a typo. Add index entries. | Eli Zaretskii | 2001-07-12 | 1 | -1/+3 |
| | |||||
* | (vc-prefix-map): Moved back to vc-hooks.el. | Stefan Monnier | 2001-07-11 | 2 | -379/+367 |
| | | | | (vc-dired-mode-map): Fix the madness. | ||||
* | (vc-mode): Dummy function for doc purposes. | Stefan Monnier | 2001-07-11 | 1 | -30/+59 |
| | | | | (vc-prefix-map): Moved back from vc.el. | ||||
* | (menubar_selection_callback, w32_menu_show): Initialize `entry' to nil. | Stefan Monnier | 2001-07-11 | 2 | -8/+20 |
| | | | | | (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 Moellmann | 2001-07-11 | 2 | -1/+3 |
| | |||||
* | (unwind_read): Print a message when discarding inserted | Gerd Moellmann | 2001-07-11 | 2 | -11/+27 |
| | | | | | 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 Moellmann | 2001-07-11 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-11 | 2 | -0/+14 |
| | |||||
* | (unwind_read): New function. | Gerd Moellmann | 2001-07-11 | 1 | -1/+53 |
| | | | | | (Finsert_file_contents): Record it as unwind-function for the case that reading is interrupted by C-g. | ||||
* | (mail-extr-all-top-level-domains): Increase | Gerd Moellmann | 2001-07-11 | 1 | -20/+99 |
| | | | | | | | 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 Zaretskii | 2001-07-11 | 4 | -6/+15 |
| | |||||
* | (finder-insert-at-column): Also move to the next line if exactly at COLUMN. | Miles Bader | 2001-07-11 | 2 | -2/+7 |
| | |||||
* | (c-indent-exp): Keep the indentation of the block | Gerd Moellmann | 2001-07-10 | 2 | -1/+10 |
| | | | | itself, i.e. only indent the contents in it. | ||||
* | (update_window): Don't skip the header-line | Gerd Moellmann | 2001-07-10 | 2 | -15/+6 |
| | | | | update when scrolling_window returns 0. | ||||
* | (rmail-show-message): Show beginning of message in | Gerd Moellmann | 2001-07-10 | 2 | -0/+10 |
| | | | | all windows containing it. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-10 | 1 | -4/+0 |
| | |||||
* | (describe-function-1): When printing FUNCTION's | Gerd Moellmann | 2001-07-10 | 2 | -1/+4 |
| | | | | documentation, don't assume FUNCTION is a symbol. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-10 | 2 | -0/+10 |
| | |||||
* | (normal-top-level): Don't operate on the initial | Gerd Moellmann | 2001-07-10 | 1 | -25/+29 |
| | | | | frame if we failed to create one. | ||||
* | (unload_color): Do nothing if PIXEL is -1. | Gerd Moellmann | 2001-07-10 | 1 | -3/+6 |
| | |||||
* | (Fx_create_frame): Initialize frame colors to -1, | Gerd Moellmann | 2001-07-10 | 1 | -0/+10 |
| | | | | for the case that x_decode_colors signals an error. | ||||
* | Fix a typo. | Gerd Moellmann | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | (add_to_log): Do nothing if called asynchronously. | Gerd Moellmann | 2001-07-10 | 2 | -0/+10 |
| | |||||
* | Fix the header line and the copyright years. | Eli Zaretskii | 2001-07-10 | 2 | -2/+6 |
| | |||||
* | (toplevel): Include <signal.h> and "syssignal.h". | Gerd Moellmann | 2001-07-09 | 2 | -1/+29 |
| | | | | | (vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO around ioctls. |