summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (Cplusplus_help, Cjava_help): Re-phrase and avoidDave Love2003-01-211-3/+3
| | | | column-0 `('.
* gtkutil.c: Must include stdio.h before termhooks.hJan Djärv2003-01-212-2/+6
|
* (Fgc_status): Print zombie list.Dave Love2003-01-212-5/+22
| | | | | | | (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]: Fix assignment of zombies. (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]: Don't take car of non-cons.
* (GC_SETJMP_WORKS, GC_MARK_STACK): Define.Dave Love2003-01-212-0/+7
|
* Fix last change (use C syntax for comments).Markus Rost2003-01-211-2/+2
|
* (gud-display-line): If the current file is newer than itsNick Roberts2003-01-201-4/+15
| | | | | | buffer, offer to reread the file. (gud-keep-buffer): New buffer local variable. Ensures offer to reread file is made just once.
* *** empty log message ***Nick Roberts2003-01-201-0/+7
|
* (regexp-opt-group): Undo last change. Fix the docstring instead.Stefan Monnier2003-01-202-14/+16
|
* (calendar-only-one-frame-setup): Add autoload.Glenn Morris2003-01-202-0/+7
|
* (digest_single_submenu): Declare all args.Jason Rumney2003-01-202-7/+28
| | | | | | | | | | Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org> changes in xmenu.c: (parse_single_submenu): Use individual keymap's prompt string as pane name, if there is one. (set_frame_menubar): Save menu_items_n_panes from each call to parse_single_submenu and use it when calling digest_single_submenu.
* Mention Gtk+Jan Djärv2003-01-201-0/+3
|
* * macterm.c (XTread_socket): Checks for valid, visible windowSteven Tamm2003-01-202-0/+12
| | | | before sending a scroll-wheel event.
* Improve some rough ends.Francesco Potortì2003-01-201-7/+15
|
* Better sed script.Francesco Potortì2003-01-201-2/+13
|
* Clarify prompts.Francesco Potortì2003-01-201-2/+2
|
* *** empty log message ***Francesco Potortì2003-01-201-0/+6
|
* *** empty log message ***Richard M. Stallman2003-01-206-1/+26
|
* Updated by Joanna Pluta <joanna_p@gazeta.pl>.Richard M. Stallman2003-01-201-795/+804
|
* Add Polish translator Joanna Pluta.Richard M. Stallman2003-01-201-0/+1
|
* (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.Richard M. Stallman2003-01-201-1/+15
|
* (completion-setup-function): Set default-directoryRichard M. Stallman2003-01-202-1/+20
| | | | in the minibuffer, so it'll be copied into the completion list buffer.
* (regexp-opt-group): Compute HALF2 properly.Richard M. Stallman2003-01-201-1/+4
|
* (octave-mode-map): Change C-c i bindings to C-c C-i.Richard M. Stallman2003-01-201-8/+15
| | | | Duplicate its bindings with last char a ctl char.
* (load-path): Rename `path' local var.Richard M. Stallman2003-01-201-6/+6
|
* Comment change.Richard M. Stallman2003-01-201-2/+4
|
* (redisplay_window): If mini window's buffer is notRichard M. Stallman2003-01-201-2/+4
| | | | a minibuffer, then redisplay it like other windows.
* (Rectangles): Document C-x c r.Richard M. Stallman2003-01-201-6/+8
|
* (ls-lisp-use-insert-directory-program): Make defaultMarkus Rost2003-01-202-1/+10
| | | | | value system dependent. (ls-lisp-support-shell-wildcards): Add autoload cookie.
* Fixed --with-gtkJan Djärv2003-01-203-3/+22
|
* *** empty log message ***Jan Djärv2003-01-192-0/+9
|
* ChangeLogJan Djärv2003-01-191-1/+1
|
* *** empty log message ***Jan Djärv2003-01-191-0/+3
|
* GTK files gtkutil.c and .hJan Djärv2003-01-192-0/+3105
|
* GTK versionJan Djärv2003-01-1920-563/+2349
|
* *** empty log message ***Kim F. Storm2003-01-191-0/+4
|
* Use `dir' instead of `path' everywhere.Kim F. Storm2003-01-191-41/+41
|
* *** empty log message ***Kim F. Storm2003-01-191-0/+14
|
* (insert-for-yank): Set yank-undo-function after calling FUNCTION,Kim F. Storm2003-01-191-9/+11
| | | | unless it was set by FUNCTION (in case FUNCTION calls insert-for-yank).
* *** empty log message ***Stefan Monnier2003-01-192-26/+32
|
* New yank-handler property.Kim F. Storm2003-01-191-3/+55
|
* (fill-comment-paragraph): Fix simplistic regexp-concatenation.Stefan Monnier2003-01-191-1/+1
|
* (Funibyte_char_to_multibyte): Export.Stefan Monnier2003-01-191-0/+2
|
* (insert-for-yank): Doc fix.Kim F. Storm2003-01-191-2/+2
|
* (yank-pop): Always call yank-undo-function with start <= end.Kim F. Storm2003-01-181-1/+3
|
* Update copyright.Kim F. Storm2003-01-181-1/+1
|
* (insert-for-yank): Arg list changed; now only accepts oneKim F. Storm2003-01-181-9/+42
| | | | | | string rather than any number of strings; no callers needed change. Use yank-handler text property on the arg string. Set yank-undo-function variable appropriately for yank-pop.
* (kill-new, kill-append, kill-region): New optional parameter yank-handler.Kim F. Storm2003-01-181-16/+36
| | | | | | | (yank-excluded-properties): Add yank-handler to list. (yank-undo-function): New variable. (yank): Use it to undo previous yank or yank-pop command. Allow insert-for-yank to override this-command.
* (add-change-log-entry): Don't leave space at eol.Stefan Monnier2003-01-181-29/+27
| | | | (add-log-current-defun): Perl functions names can't have (or {.
* (sh-indent-line): Use indent-line-to.Stefan Monnier2003-01-182-54/+69
| | | | | | (sh-non-closing-paren): New const. (sh-case, sh-while-getopts): Use it to make props non-sticky. (sh-add-completer): Use test-completion.
* Don't make faces depend on window-system.Juanma Barranquero2003-01-182-48/+50
|