aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (makefile-cleanup-continuations): Default for variable is nil.Richard M. Stallman2002-10-261-3/+13
| | | | | (makefile-warn-continuations): New function. (makefile-mode): Put it on write-file-functions.
* (select-safe-coding-system): Delete debugging setq.Richard M. Stallman2002-10-261-1/+0
|
* (shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.Richard M. Stallman2002-10-261-0/+2
|
* (command-line): Look for .emacs under ~/.emacs.d after looking in ~.Richard M. Stallman2002-10-261-5/+17
|
* * textmodes/picture.el (picture-mouse-set-point): New command.John Paul Wallington2002-10-262-2/+21
| | | | | (picture-mode-map): Bind it. (picture-motion-reverse): Doc fix.
* (toggle-truncate-lines): When turning off truncation,Richard M. Stallman2002-10-261-1/+8
| | | | | | clear out the hscroll value in this buffer's windows. (display-message-or-buffer): Don't display empty output in the echo area.
* (Man-default-man-entry): Don't look for all word chars,Richard M. Stallman2002-10-261-1/+4
| | | | look only for characters that are normally part of a shell command.
* (gdb): Pass default-directory to GDB via -cd option.Richard M. Stallman2002-10-261-1/+3
|
* (c++-font-lock-keywords...): Add `restrict' keyword.Richard M. Stallman2002-10-261-0/+2
|
* (ff-find-related-file): Fix autoload cookie.Richard M. Stallman2002-10-261-1/+1
|
* (unsafep-variable): Pass second arg to risky-local-variable-p.Richard M. Stallman2002-10-261-1/+1
|
* (risky-local-variable-p): VAL=nil has special meaning.Richard M. Stallman2002-10-261-2/+4
|
* Comment change.Richard M. Stallman2002-10-261-0/+2
|
* (compile-always): Avoid error in old Bash versions.Richard M. Stallman2002-10-261-1/+1
|
* (cvs-checkout): Use read-directory-name.Kim F. Storm2002-10-262-3/+8
| | | | (cvs-query-directory): Likewise.
* *** empty log message ***Stefan Monnier2002-10-262-0/+31
|
* (outline-next-heading): Make sure the match-data is correct where returning.Stefan Monnier2002-10-251-2/+4
|
* (x_set_name): Encode by Qcompound_text unconditionally.Kenichi Handa2002-10-251-6/+2
| | | | (x_set_title): Likewise.
* *** empty log message ***Kenichi Handa2002-10-251-0/+5
|
* Remove definition of XColor.Juanma Barranquero2002-10-253-21/+8
|
* [!HAVE_X_WINDOWS]: Define XColor.Juanma Barranquero2002-10-251-0/+13
|
* Clarify "can't open termcap database" item.Richard M. Stallman2002-10-251-8/+11
|
* XFree86 4 iso10646-1 fonts.Dave Love2002-10-241-0/+15
|
* (get_window_cursor_type): New arg ACTIVE_CURSOR.Kim F. Storm2002-10-243-9/+21
| | | | Callers changed (supply dummy arg).
* (x_display_and_set_cursor): Get active_cursor fromKim F. Storm2002-10-241-3/+2
| | | | get_window_cursor_type to track system caret.
* (get_window_cursor_type): Update prototype.Kim F. Storm2002-10-241-1/+1
|
* *** empty log message ***Kim F. Storm2002-10-241-0/+10
|
* (outline-minor-mode): Add customization group.Juanma Barranquero2002-10-242-0/+6
| | | | Patch from Matthew Swift <[email protected]>.
* (Fformat_network_address): New function.Kim F. Storm2002-10-241-13/+76
| | | | | | | | (syms_of_process): Defsubr it. (list_processes_1): Use it to format :local/:remote address if service/host is not set; before emacs would crash in that case. (Fmake_network_process): Don't use Ffind_operation_coding_system to setup coding system if host or service is not set.
* *** empty log message ***Kim F. Storm2002-10-241-0/+9
|
* (risky-local-variable-p): New function.Richard M. Stallman2002-10-231-12/+17
| | | | | (compile-command): Use `stringp' for `safe-local-variable' prop. (hack-one-local-variable): Use `risky-local-variable-p'.
* Remove definition of XColor.Juanma Barranquero2002-10-234-35/+14
|
* Add definition of XColor.Juanma Barranquero2002-10-232-0/+20
|
* (w32_term_init): Pass XColor to w32_define_color, not COLORREF.Juanma Barranquero2002-10-231-1/+1
|
* From Michael Albinus.Kai Großjohann2002-10-233-13/+37
| | | | | | | | | * README: Target for Info file is `make info'. * files.texi (File Name Components): Fixed typos in `file-name-sans-extension'. (Magic File Names): Complete list of operations for magic file name handlers.
* Updated user interface generally, especially CygwinJuanma Barranquero2002-10-232-162/+218
| | | | | | compatibility. Added some support for long groff names of the form [xxx]. Added preprocessor detection and preliminary support for tables using tbl/.TS/.TE.
* (ido-restrict-to-matches): New command.Kim F. Storm2002-10-221-0/+12
| | | | (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
* *** empty log message ***Kim F. Storm2002-10-221-0/+5
|
* Added (tiny change) remark.Kim F. Storm2002-10-221-1/+1
|
* (x_set_name, x_set_title): `icon.value' has unsigned char.Stefan Monnier2002-10-221-4/+4
|
* (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,Stefan Monnier2002-10-221-14/+34
| | | | | | | Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the window if it is dedicated. (Fshrink_window): Add preserve_before as was done for enlarge_window. (Vspecial_display_function): Update docstring.
* (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)Stefan Monnier2002-10-221-21/+21
| | | | | (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR. (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
* Bob Halley <[email protected]>: (eshell-set-output-handle): Fix soJohn Wiegley2002-10-221-1/+1
| | | | that multiple redirection can work.
* *** empty log message ***John Wiegley2002-10-221-0/+5
|
* (inferior-emacs-lisp-mode): If hexl not found, use cat. point-min != 1.Stefan Monnier2002-10-211-4/+6
|
* (hexl-mode-old-write-contents-hooks): Remove.Stefan Monnier2002-10-211-14/+29
| | | | | | | | | | (hexl-mode, hexl-current-address, hexl-address-to-marker) (hexl-insert-char): Don't hardcode point-min == 1. (hexl-isearch-search-function): New fun. (hexl-mode-old-isearch-search-fun-function): New var. (hexl-mode): Use them. (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer): Use write-contents-functions rather then write-contents-hooks.
* *** empty log message ***Stefan Monnier2002-10-212-0/+12
|
* (text-mode-syntax-table): Make ' a prefix.Stefan Monnier2002-10-211-3/+3
| | | | | | (paragraph-indent-text-mode-abbrev-table) (paragraph-indent-text-mode-syntax-table): Remove. (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
* (casify_region): Don't treat a prefix char as partStefan Monnier2002-10-211-1/+1
| | | | of a word when at the beginning.
* *** empty log message ***Juanma Barranquero2002-10-211-0/+5
|