2004-11-24 |
Stefan Monnier |
(generic-mode-set-comments): Accept an empty comment-end.
|
2004-11-24 |
Kim F. Storm |
(move_it_in_display_line_to, display_line):
|
2004-11-24 |
Kim F. Storm |
*** empty log message ***
|
2004-11-24 |
Nick Roberts |
(dedicated-switch-to-buffer): New function.
|
2004-11-24 |
Nick Roberts |
*** empty log message ***
|
2004-11-24 |
Jay Belanger |
*** empty log message ***
|
2004-11-24 |
Jay Belanger |
(math-stack-value-offset): Replace variables c, wid and off with
|
2004-11-24 |
Jay Belanger |
Add comment.
|
2004-11-24 |
Jay Belanger |
(math-svo-c, math-svo-wid, math-svo-off): New variables.
|
2004-11-23 |
Jan Djärv |
* cus-start.el (all): Added x-use-old-gtk-file-dialog.
|
2004-11-23 |
Jan Djärv |
* gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
|
2004-11-23 |
Jan Djärv |
* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
|
2004-11-23 |
Richard M. Stallman |
Comment change.
|
2004-11-23 |
Kim F. Storm |
(substitute-key-definition-key): Optimize. Don't
|
2004-11-23 |
Kim F. Storm |
*** empty log message ***
|
2004-11-23 |
Kim F. Storm |
(ido-read-internal): Fix require-match check when
|
2004-11-23 |
Kim F. Storm |
*** empty log message ***
|
2004-11-23 |
Jay Belanger |
*** empty log message ***
|
2004-11-23 |
Jay Belanger |
(math-read-exprs): Filter input through math-read-preprocess-string.
|
2004-11-23 |
Jay Belanger |
(math-read-replacement-list, math-read-superscripts): New variables.
|
2004-11-23 |
Stefan Monnier |
(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
|
2004-11-23 |
Stefan Monnier |
(RE_TRANSLATE_P): Don't use XFASTINT blindly.
|
2004-11-23 |
Stefan Monnier |
(skip_invisible): Avoid non-idempotent side-effects in macro arguments.
|
2004-11-23 |
Stefan Monnier |
(Flookup_key): Check INTEGERP before XINT.
|
2004-11-23 |
Stefan Monnier |
(oblookup): Don't use XFASTINT blindly.
|
2004-11-23 |
Stefan Monnier |
(Fset_window_scroll_bars): Don't use XINT if it isn't int.
|
2004-11-23 |
Kim F. Storm |
* dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
|
2004-11-23 |
Kim F. Storm |
*** empty log message ***
|
2004-11-22 |
Daniel Pfeiffer |
(compilation-start): In cd command use substitute-env-vars -- not quite shell compatible but better than nothing.
|
2004-11-22 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-11-22 |
Kim F. Storm |
(update_window_fringes): Show top row indicator if
|
2004-11-22 |
Kim F. Storm |
(lookup_named_face): Fix prototype.
|
2004-11-22 |
Kim F. Storm |
(set_window_buffer): Clear display_error_modiff.
|
2004-11-22 |
Kim F. Storm |
(handle_single_display_prop): Don't signal error in
|
2004-11-22 |
Kim F. Storm |
(lookup_named_face): Add signal_p arg. Return -1 if
|
2004-11-22 |
Kim F. Storm |
*** empty log message ***
|
2004-11-22 |
Daniel Pfeiffer |
ftnchek only current style messages
|
2004-11-22 |
Luc Teirlinck |
(Regexps): Fix typo.
|
2004-11-22 |
Stefan Monnier |
(reveal-mode-map): New var.
|
2004-11-22 |
Stefan Monnier |
*** empty log message ***
|
2004-11-22 |
Stefan Monnier |
Ignore everything. It's OK since .cvsignore does
|
2004-11-22 |
Stefan Monnier |
(gnus-summary-exit): Remove redundant and harmful
|
2004-11-22 |
Nick Roberts |
(gdb-flush-pending-output): New variable.
|
2004-11-22 |
Nick Roberts |
*** empty log message ***
|
2004-11-22 |
Nick Roberts |
*** empty log message ***
|
2004-11-22 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-22 |
Richard M. Stallman |
(dired-recursive-copies): Moved to dired.el.
|
2004-11-22 |
Richard M. Stallman |
(dired-recursive-copies): Moved from dired-aux.el.
|
2004-11-22 |
Stefan Monnier |
(list-buffers-noselect): Use fixed-pitch only in the header-line.
|
2004-11-22 |
Kim F. Storm |
(update_window_fringes): Provide sensible fall-back
|
2004-11-22 |
Kim F. Storm |
*** empty log message ***
|
2004-11-22 |
Stefan Monnier |
*** empty log message ***
|
2004-11-22 |
Kim F. Storm |
Cleanup.
|
2004-11-22 |
Nick Roberts |
(gdb-resync): New function.
|
2004-11-22 |
Nick Roberts |
*** empty log message ***
|
2004-11-22 |
Markus Rost |
*** empty log message ***
|
2004-11-22 |
Markus Rost |
(Fminibuffer_complete_and_exit): Fix previous change.
|
2004-11-22 |
Stefan Monnier |
(syntax-after): Undo last change.
|
2004-11-22 |
Stefan Monnier |
(run-python): Don't hard code *Python*. Don't modify process-environment.
|
2004-11-22 |
Jay Belanger |
*** empty log message ***
|
2004-11-22 |
Stefan Monnier |
(Fdefvar): Warn when var is let-bound but globally void.
|
2004-11-22 |
Stefan Monnier |
(dired-align-file): Don't assume line starts with spaces.
|
2004-11-22 |
Jay Belanger |
(math-read-big-lines): New variable.
|
2004-11-22 |
Jay Belanger |
(math-read-big-expr, math-read-big-bigp): Replace variable lines by
|
2004-11-22 |
Stefan Monnier |
Add coding cookie. Fix up docstrings, follow new commenting conventions.
|
2004-11-21 |
Vinicius Jose Latorre |
pr-setup & lpr-setup
|
2004-11-21 |
Vinicius Jose Latorre |
ps-setup
|
2004-11-21 |
Vinicius Jose Latorre |
:version & eval-and-compile & featurep
|
2004-11-21 |
Jesper Harder |
(Synchronous Processes, Output from Processes):
|
2004-11-21 |
Kim F. Storm |
Fixed this redisplay bug:
|
2004-11-21 |
Kim F. Storm |
(x_clip_to_row): Add area arg. Callers changed.
|
2004-11-21 |
Kim F. Storm |
(w32_clip_to_row): Add area arg. Callers changed.
|
2004-11-21 |
Kim F. Storm |
(erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
|
2004-11-21 |
Kim F. Storm |
*** empty log message ***
|
2004-11-21 |
Kim F. Storm |
(move_it_in_display_line_to, display_line): Restore
|
2004-11-21 |
Kim F. Storm |
*** empty log message ***
|
2004-11-21 |
Luc Teirlinck |
(Skipping Characters): Add missing `@end defun'.
|
2004-11-21 |
Kim F. Storm |
(Fvertical_motion): Fix last change. Use another
|
2004-11-21 |
Kim F. Storm |
*** empty log message ***
|
2004-11-21 |
Kim F. Storm |
(IT_EXPAND_MATRIX_WIDTH): New macro. Do not
|
2004-11-21 |
Kim F. Storm |
*** empty log message ***
|
2004-11-21 |
Jay Belanger |
*** empty log message ***
|
2004-11-21 |
Jay Belanger |
(calc-curve-nvars, calc-curve-varnames, calc-curve-model)
|
2004-11-21 |
Jay Belanger |
(math-integral-cache-state, calc-lang)
|
2004-11-21 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-21 |
Richard M. Stallman |
(Skipping Characters): skip-chars-forward now handles char classes.
|
2004-11-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-21 |
Luc Teirlinck |
(custom-printers): Use `defvar' instead of `defconst'.
|
2004-11-21 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-21 |
Richard M. Stallman |
(Printing Notation): Avoid confusion of `print' when explaining @print.
|
2004-11-21 |
Richard M. Stallman |
(Argument Evaluation): Fix 1st `for' expansion example.
|
2004-11-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-21 |
Luc Teirlinck |
(Fcall_interactively): Call Fread_from_minibuffer with extra argument.
|
2004-11-21 |
Luc Teirlinck |
(Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
|
2004-11-21 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-21 |
Richard M. Stallman |
(byte-compile-form): Move the calls to byte-compile-set-symbol-position,
|
2004-11-21 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-21 |
Richard M. Stallman |
(comint-input-ring-size): Increase to 150.
|
2004-11-21 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-21 |
Richard M. Stallman |
(hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables.
|
2004-11-21 |
Richard M. Stallman |
(Fill Prefix): M-q doesn't apply fill prefix to first line.
|
2004-11-21 |
Richard M. Stallman |
(Display Table Format): Minor fix.
|
2004-11-21 |
Richard M. Stallman |
(Output Functions): Fix print example.
|
2004-11-21 |
Richard M. Stallman |
(Lisp Eval): Delete hyphen in section name.
|
2004-11-21 |
Richard M. Stallman |
(Fread_from_minibuffer): Add arg in decl.
|
2004-11-21 |
Richard M. Stallman |
Comment change.
|
2004-11-21 |
Richard M. Stallman |
(elisp): New target.
|
2004-11-20 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-20 |
Richard M. Stallman |
(imenu--generic-function):
|
2004-11-20 |
Richard M. Stallman |
(Fminibuffer_complete_and_exit):
|
2004-11-20 |
Richard M. Stallman |
(query-replace-read-to, query-replace-read-from):
|
2004-11-20 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-20 |
Richard M. Stallman |
(Text from Minibuffer): Document KEEP-ALL arg in read-from-minibuffer.
|
2004-11-20 |
Richard M. Stallman |
(read_minibuf): New arg KEEP_ALL. Callers changed.
|
2004-11-20 |
Richard M. Stallman |
Don't alter debug-ignored-errors.
|
2004-11-20 |
Richard M. Stallman |
(python-switch-to-python): If Python isn't running, start it.
|
2004-11-20 |
Richard M. Stallman |
(cperl-indent-region): Don't mind imenu-scanning-message.
|
2004-11-20 |
Richard M. Stallman |
(global-map): Bind C-e to move-end-of-line.
|
2004-11-20 |
Richard M. Stallman |
(line-move-finish): New arg FORWARD.
|
2004-11-20 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-20 |
Richard M. Stallman |
(list-buffers-noselect): Eliminate space at the start of HEADER.
|
2004-11-20 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-20 |
Richard M. Stallman |
(Info-search): Fix previous change.
|
2004-11-20 |
Richard M. Stallman |
(Regexp Search): Rename that to search-spaces-regexp.
|
2004-11-20 |
Richard M. Stallman |
(Vsearch_spaces_regexp):
|
2004-11-20 |
Eli Zaretskii |
Mention C-/.
|
2004-11-20 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-20 |
Thien-Thi Nguyen |
(recompile): Revert 2004-11-19 change.
|
2004-11-20 |
Thien-Thi Nguyen |
(init_eval_once): Increase `max_specpdl_size' to 650.
|
2004-11-20 |
Masatake YAMATO |
(url-mm-callback): Delay the invocation
|
2004-11-20 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-20 |
Luc Teirlinck |
(compile): Set `max-specpdl-size' before compiling.
|
2004-11-20 |
Vinicius Jose Latorre |
eval-and-compile
|
2004-11-20 |
Vinicius Jose Latorre |
fix typos
|
2004-11-20 |
Vinicius Jose Latorre |
:version tag
|
2004-11-19 |
Jay Belanger |
*** empty log message ***
|
2004-11-19 |
Jay Belanger |
(calc-selection-cache-entry): Moved declaration to earlier in the
|
2004-11-19 |
Jay Belanger |
(calc-edit-disp-trail): New variable.
|
2004-11-19 |
Jay Belanger |
*** empty log message ***
|
2004-11-19 |
Jay Belanger |
(calc-rewrite-selection): Make rules a local variable.
|
2004-11-19 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-19 |
Richard M. Stallman |
(Info-search): Use search-whitespace-regexp.
|
2004-11-19 |
Richard M. Stallman |
(struct regexp_cache): New element whitespace_regexp.
|
2004-11-19 |
Richard M. Stallman |
(Regexp Search): Add search-whitespace-regexp.
|
2004-11-19 |
Richard M. Stallman |
Fix previous change.
|
2004-11-19 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-19 |
Richard M. Stallman |
(Vsearch_whitespace_regexp): New variable.
|
2004-11-19 |
Richard M. Stallman |
(regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
|
2004-11-19 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-19 |
Thien-Thi Nguyen |
(Coding Conventions): Fix typo.
|
2004-11-19 |
Thien-Thi Nguyen |
(Old Versions): No longer document annotation as "CVS only".
|
2004-11-19 |
Thien-Thi Nguyen |
Update annotation-related comments.
|
2004-11-19 |
Thien-Thi Nguyen |
(vc-rcs-parse): New function.
|
2004-11-19 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-19 |
Thien-Thi Nguyen |
(recompile): Set `max-specpdl-size' before compiling.
|
2004-11-19 |
Kim F. Storm |
(Fvertical_motion): Fix last change.
|
2004-11-19 |
Kim F. Storm |
*** empty log message ***
|
2004-11-19 |
Stefan Monnier |
*** empty log message ***
|
2004-11-19 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-18 |
Jay Belanger |
*** empty log message ***
|
2004-11-18 |
Jay Belanger |
*** empty log message ***
|
2004-11-18 |
Jay Belanger |
(math-simplify-divisor): Remove unnecessary variables.
|
2004-11-18 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-18 |
Kim F. Storm |
*** empty log message ***
|
2004-11-18 |
Kim F. Storm |
(Fvertical_motion): Undo 2004-11-16 change.
|
2004-11-18 |
J.D. Smith |
Re-applied diff 3.26->3.27, variable reorganization.
|
2004-11-18 |
Vinicius Jose Latorre |
interactive-p & eval-and-compile
|
2004-11-17 |
Stefan Monnier |
*** empty log message ***
|
2004-11-17 |
Jay Belanger |
*** empty log message ***
|
2004-11-17 |
Jay Belanger |
(math-simplify-expr): Declared it.
|
2004-11-17 |
Jay Belanger |
(calc-poly-div-remainder): Declared it.
|
2004-11-17 |
Jay Belanger |
(math-defsimplify): Changed the argument in the created function to
|
2004-11-17 |
Jay Belanger |
(calc-poly-div): Made calc-poly-div-remainder a local variable.
|
2004-11-17 |
Stefan Monnier |
(list-buffers-noselect): Massage to fit in 80 columns.
|
2004-11-17 |
Miles Bader |
Add ChangeLog entry for IDLWAVE version 5.5 update
|
2004-11-17 |
Miles Bader |
Remove RCS keywords
|
2004-11-17 |
Miles Bader |
Restore arch taglines
|
2004-11-17 |
J.D. Smith |
Initial checkin of HTML help support module.
|
2004-11-17 |
J.D. Smith |
Updated to IDLWAVE version 5.5. See idlwave.org.
|
2004-11-17 |
J.D. Smith |
Updated to IDLWAVE version 5.5. See idlwave.org
|
2004-11-17 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-17 |
Luc Teirlinck |
(message3): Call clear_message.
|
2004-11-17 |
Kim F. Storm |
(erase_phys_cursor): Adjust cursor row visible height.
|
2004-11-17 |
Kim F. Storm |
*** empty log message ***
|
2004-11-16 |
Kim F. Storm |
*** empty log message ***
|
2004-11-16 |
Kim F. Storm |
Undo last change.
|
2004-11-16 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-16 |
Richard M. Stallman |
(set-buffer-file-coding-system): Finish previous change.
|
2004-11-16 |
Jan Djärv |
* gtkutil.c (xg_get_file_name): Fix typo in
|
2004-11-16 |
Jan Djärv |
* xmenu.c (x_menu_in_use): Removed.
|
2004-11-16 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-16 |
Richard M. Stallman |
(Coding Conventions): Separate defvar and require
|
2004-11-16 |
Richard M. Stallman |
(Minibuffer Completion): When ignoring case,
|
2004-11-16 |
Richard M. Stallman |
(Function Debugging, Explicit Debug): Clarified.
|
2004-11-16 |
Richard M. Stallman |
(iso-tex2iso-trans-tab): Discard spaces after \i according to TeX rules.
|
2004-11-16 |
Richard M. Stallman |
(set-buffer-file-coding-system): New arg NOMODIFY.
|
2004-11-16 |
Richard M. Stallman |
(list-buffers-noselect): New arg BUFFER-LIST.
|
2004-11-16 |
Richard M. Stallman |
(save-place): Doc fix.
|
2004-11-16 |
Richard M. Stallman |
(dabbrev-expand): When handling SPC M-/,
|
2004-11-16 |
Richard M. Stallman |
(map-keymap): Definition deleted.
|
2004-11-16 |
Richard M. Stallman |
(map-keymap-internal): New function.
|
2004-11-16 |
Richard M. Stallman |
(Fmap_keymap): New arg SORT-FIRST. Use
|
2004-11-16 |
Richard M. Stallman |
(Fvertical_motion): In batch mode, use vmotion directly.
|
2004-11-16 |
Kim F. Storm |
Typo.
|
2004-11-16 |
Kim F. Storm |
(Fdefine_fringe_bitmap): Always set 'h'. Simplify.
|
2004-11-16 |
Stefan Monnier |
(get_glyph_string_clip_rect, init_glyph_string): Check it's
|
2004-11-16 |
Kim F. Storm |
*** empty log message ***
|
2004-11-16 |
Stefan Monnier |
Avoid side-effects inside XSETFASTINT's arguments.
|
2004-11-16 |
Stefan Monnier |
(NILP): Use EQ rather than XFASTINT.
|
2004-11-16 |
Stefan Monnier |
(flyspell-mouse-map): Pop the menu
|
2004-11-16 |
Juri Linkov |
*** empty log message ***
|
2004-11-16 |
Juri Linkov |
(find-function-regexp): Optimize `define-minor-mode'. Add `defun-cvs-mode'.
|
2004-11-16 |
Kim F. Storm |
(Fvertical_motion): Fix last change. Only reseat when
|
2004-11-16 |
Kim F. Storm |
*** empty log message ***
|
2004-11-16 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-16 |
Thien-Thi Nguyen |
(Window Frame Parameters): Fix typo.
|
2004-11-16 |
Stefan Monnier |
(compilation-setup): Don't set buffer-read-only.
|
2004-11-16 |
Stefan Monnier |
Use make-symbol rather than gensym.
|
2004-11-16 |
Stefan Monnier |
(pair-with-newsyms): Use make-symbol.
|
2004-11-16 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-16 |
Luc Teirlinck |
Maintainer is now FSF.
|
2004-11-16 |
Luc Teirlinck |
Extern reseat_at_previous_visible_line_start.
|
2004-11-16 |
Kim F. Storm |
Cleanups.
|
2004-11-16 |
Kenichi Handa |
*** empty log message ***
|
2004-11-16 |
Kenichi Handa |
(display_mode_element): Fix previous change (calculate
|
2004-11-15 |
Kim F. Storm |
(Fposn_at_point): Remove extra */ after doc string.
|
2004-11-15 |
Kim F. Storm |
*** empty log message ***
|
2004-11-15 |
Stefan Monnier |
*** empty log message ***
|
2004-11-15 |
Stefan Monnier |
(compilation-move-to-column): New fun.
|
2004-11-15 |
John Paul Wallington |
*** empty log message ***
|
2004-11-15 |
John Paul Wallington |
(auto-insert-alist): Insert the user's name in copyright notice,
|
2004-11-15 |
Vinicius Jose Latorre |
Fix typos & pr-switches-string
|
2004-11-15 |
Kim F. Storm |
(store_mode_line_string, produce_stretch_glyph):
|
2004-11-15 |
Kim F. Storm |
(Fsafe_plist_get): New defun.
|
2004-11-15 |
Kim F. Storm |
(Fsafe_plist_get): Add EXFUN.
|
2004-11-15 |
Kim F. Storm |
*** empty log message ***
|
2004-11-15 |
Kim F. Storm |
(Other Plists): Note that plist-get may signal error.
|
2004-11-15 |
Kim F. Storm |
*** empty log message ***
|
2004-11-15 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-15 |
Richard M. Stallman |
(get_next_display_element): Fix previous change.
|
2004-11-15 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-15 |
Thien-Thi Nguyen |
(Font Lock Basics): Fix typo.
|
2004-11-15 |
Jay Belanger |
*** empty log message ***
|
2004-11-15 |
Jay Belanger |
(math-integrate-by-parts): Removed unused variable var-thing.
|
2004-11-15 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
|
2004-11-15 |
Stefan Monnier |
(compilation-internal-error-properties):
|
2004-11-14 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-14 |
Luc Teirlinck |
(convert-standard-filename): Doc fix.
|
2004-11-14 |
Kim F. Storm |
*** empty log message ***
|
2004-11-14 |
Luc Teirlinck |
(nnfolder-save-marks): Add missing format field in call to `error'.
|
2004-11-14 |
Luc Teirlinck |
(nnml-save-marks): Add missing format field in call to `error'.
|
2004-11-14 |
Reiner Steib |
(gnus-convert-old-newsrc): Assign
|
2004-11-14 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-11-14 |
Daniel Pfeiffer |
(auto-mode-alist): handle .gtkrc, and under /etc passwd, group, shadow, default/* and pam.d/*.
|
2004-11-14 |
Vinicius Jose Latorre |
adjust pr-menu-spec
|
2004-11-14 |
Jan Djärv |
* window.c (shrink_windows): Handle special case of one window left
|
2004-11-14 |
Jan Djärv |
Removed fprintf
|
2004-11-14 |
Jan Djärv |
* xmenu.c (pop_down_menu): Remove global variable current_menu,
|
2004-11-14 |
Jan Djärv |
* xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
|
2004-11-14 |
Stefan Monnier |
(winner-active-region, winner-edges, winner-window-list): Define at toplevel.
|
2004-11-14 |
Luc Teirlinck |
Reverse previous change.
|
2004-11-14 |
Stefan Monnier |
*** empty log message ***
|
2004-11-14 |
Stefan Monnier |
(byte-optimize-inline-handler): Simplify.
|
2004-11-14 |
Luc Teirlinck |
extern reseat_at_previous_visible_line_start.
|
2004-11-14 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-14 |
Richard M. Stallman |
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
|
2004-11-14 |
Richard M. Stallman |
(reseat_at_previous_visible_line_start): No longer static.
|
2004-11-14 |
Richard M. Stallman |
(Fvertical_motion): Scan to PT from start of line to make iterator consistent.
|
2004-11-14 |
Vinicius Jose Latorre |
interactive-p & file permission bits
|
2004-11-14 |
Stefan Monnier |
(font-lock-fontify-syntactically-region): Fix last fix
|
2004-11-13 |
Jan Djärv |
* xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
|
2004-11-13 |
Jan Djärv |
Add BLOCK_INPUT in pop_down_file_dialog.
|
2004-11-13 |
Jan Djärv |
* gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
|
2004-11-13 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-11-13 |
Daniel Pfeiffer |
(c-basic-common-initc-font-lock-init, c-font-lock-init): Eliminate obsolete make-local-hook.
|
2004-11-13 |
Jan Djärv |
* xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
|
2004-11-13 |
Kim F. Storm |
Add bug:
|
2004-11-13 |
Kim F. Storm |
Fixed these problems:
|
2004-11-13 |
Kim F. Storm |
(mouse-drag-copy-region): Add :version.
|
2004-11-13 |
Kim F. Storm |
*** empty log message ***
|
2004-11-13 |
Kim F. Storm |
(make_cursor_line_fully_visible_p): New variable.
|
2004-11-13 |
Kim F. Storm |
*** empty log message ***
|
2004-11-12 |
Daniel Pfeiffer |
run-mode-hooks instead of run-hooks
|
2004-11-12 |
Jay Belanger |
*** empty log message ***
|
2004-11-12 |
Jay Belanger |
(calc-dumb-map): Declared it.
|
2004-11-12 |
Eli Zaretskii |
ChangeLog
|
2004-11-12 |
Eli Zaretskii |
Add a test for DECL_ALIGN support, and add a trivial definition to
|
2004-11-12 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-12 |
Eli Zaretskii |
(rmail-get-new-mail): Use the renamed variables `rsf-beep' and
|
2004-11-12 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-12 |
Eli Zaretskii |
(rmail-spam-filter): Only check white list if `message-sender' is non-nil.
|
2004-11-12 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-12 |
Eli Zaretskii |
(desktop-create-buffer, desktop-save): Avoid some consing by using mapc
|
2004-11-12 |
Eli Zaretskii |
ChangeLog
|
2004-11-12 |
Eli Zaretskii |
Don't require djecho.exe for the v1.x build.
|
2004-11-12 |
Kim F. Storm |
Fixed this bug:
|
2004-11-12 |
Kim F. Storm |
(init_iterator): Clear it.max_extra_line_spacing.
|
2004-11-12 |
Kim F. Storm |
(window_scroll_pixel_based, Frecenter): Use
|
2004-11-12 |
Kim F. Storm |
(struct glyph_row): New member extra_line_spacing.
|
2004-11-12 |
Kim F. Storm |
*** empty log message ***
|
2004-11-12 |
Kim F. Storm |
*** empty log message ***
|
2004-11-12 |
Kim F. Storm |
(pop_down_menu): Return nil.
|
2004-11-12 |
Jan Djärv |
(pop_down_menu): New function.
|
2004-11-12 |
Jan Djärv |
(popup_widget_loop): Add argument do_timers.
|
2004-11-12 |
Jan Djärv |
* xmenu.c (x_menu_wait_for_event): New function.
|
2004-11-12 |
Jan Djärv |
* XMenu.h (XMenuActivateSetWaitFunction): New function.
|
2004-11-12 |
Stefan Monnier |
*** empty log message ***
|
2004-11-12 |
Stefan Monnier |
(byte-compile-inline-expand): Understand the
|
2004-11-12 |
Vinicius Jose Latorre |
fix to use new easymenu
|
2004-11-12 |
Nick Roberts |
(require): Explain why CL is needed.
|
2004-11-12 |
Nick Roberts |
*** empty log message ***
|
2004-11-12 |
Stefan Monnier |
(font-lock-fontify-syntactically-region):
|
2004-11-11 |
Stefan Monnier |
(mouse-wheel-progressive-speed): Fix typo in name.
|
2004-11-11 |
Stefan Monnier |
Reduce spurious warnings.
|
2004-11-11 |
Stefan Monnier |
(cvs-mode-checkout): New command.
|
2004-11-11 |
Stefan Monnier |
*** empty log message ***
|
2004-11-11 |
Stefan Monnier |
(iso-cvt-define-menu): Fix typo.
|
2004-11-11 |
Stefan Monnier |
Require CL.
|
2004-11-11 |
Stefan Monnier |
Use push.
|
2004-11-11 |
Juri Linkov |
*** empty log message ***
|
2004-11-11 |
Juri Linkov |
(Info-search): Save match data for isearch. Skip Tag Table node.
|
2004-11-11 |
Juri Linkov |
(magic-mode-alist): Use optimization for SGML mode too.
|
2004-11-11 |
Juri Linkov |
(describe-char): Replace syntax-after with code
|
2004-11-11 |
Juri Linkov |
(sgml-html-meta-auto-coding-function):
|
2004-11-11 |
Juri Linkov |
Restore iso-2022-7bit coding in commented out code.
|
2004-11-11 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
|
2004-11-11 |
Jay Belanger |
*** empty log message ***
|
2004-11-11 |
Jay Belanger |
(math-prime-factors-finished): Declared it as a variable.
|
2004-11-11 |
Jay Belanger |
*** empty log message ***
|
2004-11-11 |
Jay Belanger |
(math-defcache): Use defvar for the new variables it creates.
|
2004-11-11 |
Lars Hansen |
Update entry 2003-04-06 Lars Hansen <larsh@math.ku.dk>
|
2004-11-11 |
Lars Hansen |
*** empty log message ***
|
2004-11-11 |
Lars Hansen |
(desktop-buffer-mode-handlers, desktop-after-read-hook,
|
2004-11-11 |
Masatake YAMATO |
url-mailto.el (url-mailto): Fix a typo in the comment.
|
2004-11-11 |
Stefan Monnier |
(pr-get-symbol): Don't downcase.
|
2004-11-11 |
Richard M. Stallman |
Comment change.
|
2004-11-11 |
Jay Belanger |
*** empty log message ***
|
2004-11-11 |
Jay Belanger |
(math-read-brackets, math-check-for-commas): Use declared variable
|
2004-11-11 |
Jay Belanger |
(math-parse-tex-sum): Use declared variable math-exp-old-pos.
|
2004-11-11 |
Jay Belanger |
(math-read-angle-bracket): Use declared variables math-exp-pos,
|
2004-11-11 |
Jay Belanger |
(math-read-expr): Use declared variables math-exp-pos,
|
2004-11-11 |
Jay Belanger |
(calc-do-quick-calc): Use kill-new to append string to kill-ring.
|
2004-11-11 |
Stefan Monnier |
(magic-mode-alist): Reduce backtracking in the HTML regexp.
|
2004-11-10 |
Stefan Monnier |
(Fkeymap_prompt): Accept symbol keymaps.
|
2004-11-10 |
Daniel Pfeiffer |
Emacs 21.4, not 20.4
|
2004-11-10 |
Daniel Pfeiffer |
magic-mode-alist & conf-mode.el
|
2004-11-10 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-10 |
Eli Zaretskii |
Revert last change.
|
2004-11-10 |
Stefan Monnier |
(easy-menu-add-item): Use keymap-prompt. Simplify.
|
2004-11-10 |
Stefan Monnier |
(easy-menu-define-key): Understand the case where the keymap is a symbol.
|
2004-11-10 |
Stefan Monnier |
(sgml-tag-text-p): New fun.
|
2004-11-10 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-10 |
Thien-Thi Nguyen |
Doc fixes throughout.
|
2004-11-10 |
Daniel Pfeiffer |
Also do /etc/magic, hosts.allow, hosts.deny etc.
|
2004-11-10 |
Nick Roberts |
Don't require cl, comint, gud, gdb-ui for
|
2004-11-10 |
Nick Roberts |
*** empty log message ***
|
2004-11-10 |
Miles Bader |
Changes from arch/CVS synchronization
|
2004-11-10 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-11-10 |
Daniel Pfeiffer |
(auto-mode-alist, magic-mode-alist): Use conf-mode
|
2004-11-09 |
André Spiegel |
*** empty log message ***
|
2004-11-09 |
André Spiegel |
Rewrite the introduction about version systems, mentioning the new
|
2004-11-09 |
Stefan Monnier |
(iso-cvt-define-menu): Clean up namespace.
|
2004-11-09 |
André Spiegel |
Add a note about VC-over-Tramp.
|
2004-11-09 |
Jay Belanger |
*** empty log message ***
|
2004-11-09 |
Jay Belanger |
(math-read-exprs, math-read-expr-list, math-read-expr-level,
|
2004-11-09 |
Jay Belanger |
(math-parse-fortran-vector, math-parse-fortran-vector-end,
|
2004-11-09 |
Jay Belanger |
(math-read-brackets, math-read-vector, math-read-matrix): Use
|
2004-11-09 |
Jay Belanger |
(math-rewrite, math-rewrite-phase): Use declared variable math-mt-many.
|
2004-11-09 |
Jay Belanger |
(math-expand-form): Use declared variable math-mt-many.
|
2004-11-09 |
Jay Belanger |
(math-normalize-a): New variable.
|
2004-11-09 |
Jay Belanger |
(calc-init-extensions): Remove old code.
|
2004-11-09 |
Glenn Morris |
(diary-from-outlook, diary-from-outlook-gnus)
|
2004-11-09 |
Glenn Morris |
*** empty log message ***
|
2004-11-09 |
Glenn Morris |
(diary-from-outlook, diary-from-outlook-gnus)
|
2004-11-09 |
Glenn Morris |
*** empty log message ***
|
2004-11-09 |
Stefan Monnier |
(easy-menu-intern): Revert to no-downcasing.
|
2004-11-09 |
Kim F. Storm |
Include <sys/types.h> and <unistd.h> (for getpid).
|
2004-11-09 |
Kim F. Storm |
(produce_image_glyph): Remove unused variable 'face_ascent'.
|
2004-11-09 |
Kim F. Storm |
(print_object): Fix format string.
|
2004-11-09 |
Kim F. Storm |
(read1): Fix next_char matching.
|
2004-11-09 |
Kim F. Storm |
(Fdelete): Add EXFUN.
|
2004-11-09 |
Kim F. Storm |
(read_avail_input): Remove unused variable 'discard'.
|
2004-11-09 |
Kim F. Storm |
(NULL_INTERVAL_P): Add separate version when
|
2004-11-09 |
Kim F. Storm |
(destroy_fringe_bitmap): Fix return type.
|
2004-11-09 |
Kim F. Storm |
(Fdump_emacs): Fix format string.
|
2004-11-09 |
Kim F. Storm |
Include <ctype.h>.
|
2004-11-09 |
Kim F. Storm |
(store_symval_forwarding): Remove unused variables.
|
2004-11-09 |
Kim F. Storm |
(Fcall_interactively): Remove unused variable 'funcar'.
|
2004-11-09 |
Kim F. Storm |
*** empty log message ***
|
2004-11-09 |
Kim F. Storm |
Fix commentary.
|
2004-11-09 |
Kim F. Storm |
(Fmake_network_process): Remove unused var 'retry'.
|
2004-11-09 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-09 |
Jan Djärv |
* Makefile.in (maintainer-clean): Depend on distclean.
|
2004-11-09 |
Kim F. Storm |
(scan_c_file): Set defvarperbufferflag to silence compiler.
|
2004-11-09 |
Kim F. Storm |
(main): Init local var c to silence compiler.
|
2004-11-09 |
Kim F. Storm |
(main, consider_token, C_entries): Add misc switch
|
2004-11-09 |
Kim F. Storm |
*** empty log message ***
|
2004-11-09 |
Jan Djärv |
* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
|
2004-11-09 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-09 |
Richard M. Stallman |
(byte-compile-defalias):
|
2004-11-09 |
Kim F. Storm |
(Fmake_network_process): Remove kludge for interrupted
|
2004-11-09 |
Kim F. Storm |
*** empty log message ***
|
2004-11-09 |
Jan Djärv |
* .cvsignore: Add buildobj.lst.
|
2004-11-09 |
Jan Djärv |
* help-fns.el (help-C-file-name): File name must be in build-files
|
2004-11-09 |
Jan Djärv |
* doc.c: New variable Vbuild_files.
|
2004-11-09 |
Jan Djärv |
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
|
2004-11-09 |
Jan Djärv |
* sed1v2.inp: Use djecho for buildobj.lst.
|
2004-11-09 |
Kenichi Handa |
Fix previous change.
|
2004-11-09 |
Kenichi Handa |
Change coding: tag back to iso-2022-7bit.
|
2004-11-09 |
Jay Belanger |
*** empty log message ***
|
2004-11-09 |
Jay Belanger |
(calc-init-extensions): Bound calc-yank to mouse-2.
|
2004-11-09 |
Jay Belanger |
(calc-mode-hook, calc-trail-mode-hook, calc-start-hook, calc-end-hook)
|
2004-11-09 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
|
2004-11-08 |
Kim F. Storm |
This bug was fixed by RMS on 2004-11-02:
|
2004-11-08 |
Kim F. Storm |
Fixed bug:
|
2004-11-08 |
Kim F. Storm |
(update_window_fringes): Update fringe bitmaps if
|
2004-11-08 |
Kim F. Storm |
*** empty log message ***
|
2004-11-08 |
Stefan Monnier |
(select-safe-coding-system-interactively):
|
2004-11-08 |
Kim F. Storm |
Fixed this bug:
|
2004-11-08 |
Kim F. Storm |
(note_mouse_highlight): Clear mouse face if we move out of text area.
|
2004-11-08 |
Kim F. Storm |
*** empty log message ***
|
2004-11-08 |
Kim F. Storm |
(fast_find_position): Fix start pos if header line present.
|
2004-11-08 |
Kim F. Storm |
*** empty log message ***
|
2004-11-08 |
Nick Roberts |
(gdb-current-stack-level): New variable.
|
2004-11-08 |
Nick Roberts |
*** empty log message ***
|
2004-11-08 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-08 |
Richard M. Stallman |
(next-error group, face): Move before first use.
|
2004-11-08 |
Richard M. Stallman |
(syntax-after): Doc fix.
|
2004-11-08 |
Richard M. Stallman |
(Syntax Table Functions): Add syntax-after.
|
2004-11-08 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-08 |
Richard M. Stallman |
(show-paren-function): Change calls to syntax-after
|
2004-11-08 |
Richard M. Stallman |
(menu-bar-file-menu): Make this the real name
|
2004-11-08 |
Richard M. Stallman |
(Info-revert-find-node): Don't use beginning-of-buffer.
|
2004-11-08 |
Richard M. Stallman |
(filesets-spawn-external-viewer, filesets-run-cmd):
|
2004-11-08 |
Richard M. Stallman |
Comment changes.
|
2004-11-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-08 |
Eli Zaretskii |
(bootstrap-clean): Copy ldefs-boot.el onto
|
2004-11-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-08 |
Eli Zaretskii |
(mostlyclean, distclean, maintainer-clean)
|
2004-11-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-08 |
Eli Zaretskii |
(HAVE_BZERO): Define for GCC v3.x and later.
|
2004-11-08 |
Juri Linkov |
(compile): Don't overwrite last command in minibuffer history
|
2004-11-08 |
Juri Linkov |
*** empty log message ***
|
2004-11-08 |
Eli Zaretskii |
Move #include "systime.h" before <sys/resource.h>.
|
2004-11-08 |
Jay Belanger |
*** empty log message ***
|
2004-11-08 |
Jay Belanger |
(math-do-integral-methods): Try linear, then non-linear, substitutions.
|
2004-11-08 |
Kenichi Handa |
*** empty log message ***
|
2004-11-08 |
Kenichi Handa |
(fontset_pattern_regexp): Cancel my previous change;
|
2004-11-08 |
Jay Belanger |
*** empty log message ***
|
2004-11-07 |
Jay Belanger |
(math-linear-subst-tried): New variable.
|
2004-11-07 |
Kim F. Storm |
(bootstrap, bootstrap-clean-before): Remove .elc
|
2004-11-07 |
Kim F. Storm |
*** empty log message ***
|
2004-11-07 |
Kim F. Storm |
(bootstrap-clean): New target for 'make bootstrap'.
|
2004-11-07 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-07 |
Jan Djärv |
* emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
|
2004-11-07 |
Juri Linkov |
(info-lookup): Allow reusing in the current buffer
|
2004-11-07 |
Juri Linkov |
*** empty log message ***
|
2004-11-07 |
Andreas Schwab |
*** empty log message ***
|
2004-11-07 |
Andreas Schwab |
Don't declare Fmsdos_downcase_filename.
|
2004-11-07 |
Andreas Schwab |
Declare Fmsdos_downcase_filename.
|
2004-11-07 |
Jan Djärv |
* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
|
2004-11-07 |
Steven Tamm |
editfns.c: Adding in better patch
|
2004-11-07 |
Steven Tamm |
editfns.c: Need to include sys/time.h before resource.h on darwin.
|
2004-11-07 |
Richard M. Stallman |
(syntax-after): Return the syntax letter, not the raw code.
|
2004-11-07 |
Richard M. Stallman |
(elp-results): Delete wasteful beginning-of-buffer.
|
2004-11-07 |
Richard M. Stallman |
(iso-cvt-define-menu): menu-bar-files-menu renamed to menu-bar-file-menu.
|
2004-11-07 |
Richard M. Stallman |
(browse-url-gnome-moz-program)
|
2004-11-07 |
Richard M. Stallman |
(tramp group): Add :version.
|
2004-11-07 |
Richard M. Stallman |
(ada-gdb-application): Use goto-char instead of beginning-of-buffer.
|
2004-11-07 |
Richard M. Stallman |
(cperl-info-on-command): Use goto-char instead of beginning-of-buffer.
|
2004-11-07 |
Richard M. Stallman |
(idlwave-shell-examine-map): Move up before first use.
|
2004-11-07 |
Richard M. Stallman |
(flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.
|
2004-11-07 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-07 |
Richard M. Stallman |
(command_loop_1): Change Vtransient_mark_mode
|
2004-11-07 |
Richard M. Stallman |
(Fcall_interactively): Avoid reusing EVENT for other data.
|
2004-11-07 |
Richard M. Stallman |
(merge_named_face): GCPRO the face_name in the
|
2004-11-07 |
Andreas Schwab |
Whitespace fixup.
|
2004-11-06 |
Kai Großjohann |
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
|
2004-11-06 |
Kai Großjohann |
(tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"
|
2004-11-06 |
David Ponce |
(recentf-menu-path): Use menu item name.
|
2004-11-06 |
David Ponce |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
Document get-internal-run-time.
|
2004-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
(Processor Run Time): New section documenting get-internal-run-time.
|
2004-11-06 |
Eli Zaretskii |
(sxhash): As far as possible, merge calculation of
|
2004-11-06 |
Eli Zaretskii |
(Fget_internal_run_time): New function.
|
2004-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
Regenerate.
|
2004-11-06 |
Eli Zaretskii |
Add check for getrusage.
|
2004-11-06 |
Eli Zaretskii |
(install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi.
|
2004-11-06 |
Eli Zaretskii |
Don't call define-fringe-bitmap if the display doesn't support images.
|
2004-11-06 |
Andreas Schwab |
*** empty log message ***
|
2004-11-06 |
Andreas Schwab |
(tempo-match-finder): Doc fix.
|
2004-11-06 |
Andreas Schwab |
*** empty log message ***
|
2004-11-06 |
Andreas Schwab |
(easy-menu-get-map): Fix last change.
|
2004-11-06 |
Andreas Schwab |
Change log entry reconstructed from commit message.
|
2004-11-06 |
Eli Zaretskii |
Document changes in behavior of hide-body.
|
2004-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
(hide-body): Don't hide lines at the top of the file
|
2004-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
(align-areas): Delete whitespace before reindenting, so
|
2004-11-06 |
Eli Zaretskii |
(syms_of_frame): Fix the example in the doc string.
|
2004-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
(insert-kbd-macro): Do completions based on macros,
|
2004-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-11-06 |
Eli Zaretskii |
(tempo-match-finder): Use [:word:] instead of "^\\b",
|
2004-11-06 |
Stefan Monnier |
(easy-menu-get-map-look-for-name): Remove.
|
2004-11-06 |
Jan Djärv |
* eval.c (Feval): Remove check for INPUT_BLOCKED_P.
|
2004-11-05 |
Luc Teirlinck |
*** empty log message ***
|
2004-11-05 |
Luc Teirlinck |
(Keyboard Macros): Document `append' return value of `defining-kbd-macro'.
|
2004-11-05 |
Luc Teirlinck |
(syms_of_macros) <defining-kbd-macro>: Doc fix.
|
2004-11-05 |
Kim F. Storm |
(print_object): Print Lisp_Misc_Save_Value objects.
|
2004-11-05 |
Kim F. Storm |
*** empty log message ***
|
2004-11-05 |
Juri Linkov |
(edebug-next-token-class): Allow all symbol-constituent characters
|
2004-11-05 |
Juri Linkov |
(Info-search): Don't search in node header lines and file headers.
|
2004-11-05 |
Juri Linkov |
*** empty log message ***
|
2004-11-05 |
Kim F. Storm |
*** empty log message ***
|
2004-11-05 |
Kim F. Storm |
(Ffile_modes): Doc fix.
|
2004-11-05 |
Kim F. Storm |
(x_start_queuing_selection_requests)
|
2004-11-05 |
Kim F. Storm |
* xterm.c (handle_one_xevent): Don't queue X selection events
|
2004-11-05 |
Kim F. Storm |
* xselect.c (struct selection_event_queue, selection_queue)
|
2004-11-05 |
Kim F. Storm |
(kbd_buffer_unget_event): Add prototype.
|
2004-11-05 |
Kim F. Storm |
(kbd_buffer_store_event_hold): Remove obsolete code.
|
2004-11-05 |
Kim F. Storm |
*** empty log message ***
|
2004-11-05 |
Jan Djärv |
* xselect.c (TRACE3): New debug macro.
|
2004-11-04 |
Kim F. Storm |
(fontset_pattern_regexp): Use unsigned char.
|
2004-11-04 |
Kim F. Storm |
*** empty log message ***
|
2004-11-04 |
Daniel Pfeiffer |
(set-auto-mode): Don't get error after setting -*-mode-*-.
|
2004-11-04 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-11-04 |
Jan Djärv |
* dired.el (dired-read-dir-and-switches): Call read-directory-name
|
2004-11-04 |
Jan Djärv |
* fileio.c (Fnext_read_file_uses_dialog_p): New function.
|
2004-11-04 |
Jan Djärv |
* gtkutil.h: Declare use_old_gtk_file_dialog.
|
2004-11-04 |
Jan Djärv |
* gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
|
2004-11-04 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-04 |
Richard M. Stallman |
(table group): Add :version.
|
2004-11-04 |
Richard M. Stallman |
(ispell-word): Don't alter args; set them only thru `interactive' spec.
|
2004-11-04 |
Richard M. Stallman |
(flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.
|
2004-11-04 |
Richard M. Stallman |
(f90-end-of-block): Don't use interactive-p.
|
2004-11-04 |
Richard M. Stallman |
(browse-url-maybe-new-window): Use called-interactively-p.
|
2004-11-04 |
Richard M. Stallman |
(sc-cite-region): Don't use interactive-p. Add arg INTERACTIVE.
|
2004-11-04 |
Richard M. Stallman |
(set-input-method, toggle-input-method):
|
2004-11-04 |
Richard M. Stallman |
(spam group): Add :version.
|
2004-11-04 |
Richard M. Stallman |
(pgg group): Add :version.
|
2004-11-04 |
Richard M. Stallman |
(eshell-show-maximum-output): Don't use interactive-p.
|
2004-11-04 |
Richard M. Stallman |
Comment change.
|
2004-11-04 |
Richard M. Stallman |
(mouse-show-mark): Get positions to delete from mark
|
2004-11-04 |
Richard M. Stallman |
(imenu-eager-completion-buffer): Add :version.
|
2004-11-04 |
Richard M. Stallman |
(filesets group): Add :version.
|
2004-11-04 |
Jan Djärv |
Add menu items "New File..." and "Open File...".
|
2004-11-04 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
|
2004-11-04 |
Kenichi Handa |
*** empty log message ***
|
2004-11-04 |
Kenichi Handa |
(fontset_pattern_regexp): If '*' is preceded by '\',
|
2004-11-03 |
Daniel Pfeiffer |
(Buffer-menu-make-sort-button): Preserve point even when clicking from another window.
|
2004-11-03 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-11-03 |
Daniel Pfeiffer |
(xml-based-modes): Delete var.
|
2004-11-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-03 |
Thien-Thi Nguyen |
(vc-cvs-local-month-numbers): Delete var.
|
2004-11-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-03 |
Thien-Thi Nguyen |
(vc-mcvs-annotate-command): Delete extraneous lines from beginning of buffer.
|
2004-11-03 |
Thien-Thi Nguyen |
(vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer.
|
2004-11-03 |
Jan Djärv |
Replace non-nil with non-@code{nil}.
|
2004-11-03 |
Kim F. Storm |
(ppt): New function.
|
2004-11-03 |
Kim F. Storm |
*** empty log message ***
|
2004-11-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-03 |
Thien-Thi Nguyen |
(grep-default-command): Take empty string
|
2004-11-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-03 |
Thien-Thi Nguyen |
(vc-annotate-display-autoscale): Make sure
|
2004-11-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-11-03 |
Thien-Thi Nguyen |
(vc-annotate-display-autoscale): Add prefix-arg
|
2004-11-02 |
Robert J. Chassell |
Changed copyright years so all include centuries.
|
2004-11-02 |
Jan Djärv |
* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
|
2004-11-02 |
Jan Djärv |
* xterm.c (x_window_to_scroll_bar): Only call
|
2004-11-02 |
Jan Djärv |
* gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
|
2004-11-02 |
Andreas Schwab |
*** empty log message ***
|
2004-11-02 |
Andreas Schwab |
(Fscroll_right): Fix last change.
|
2004-11-02 |
Richard M. Stallman |
Comment change.
|
2004-11-02 |
Richard M. Stallman |
(customize-group-other-window):
|
2004-11-02 |
Richard M. Stallman |
(comint-insert-input): Fix previous change.
|
2004-11-02 |
Kim F. Storm |
*** empty log message ***
|
2004-11-02 |
Jan Djärv |
* FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
|
2004-11-02 |
Kim F. Storm |
From: YAMAMOTO Mitsuharu
|
2004-11-02 |
Kim F. Storm |
(callproc.o): Depend on blockinput.h atimer.h systime.h.
|
2004-11-02 |
Kim F. Storm |
*** empty log message ***
|
2004-11-02 |
Kim F. Storm |
(Fcalled_interactively_p): Rename from Fcall_interactive_p.
|
2004-11-02 |
Kim F. Storm |
*** empty log message ***
|
2004-11-02 |
Kim F. Storm |
Remove (tiny change) comments for people who have signed papers
|
2004-11-02 |
Masatake YAMATO |
* url-imap.el (url-imap-open-host): Don't use
|
2004-11-02 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-02 |
Richard M. Stallman |
(elp-instrument-function): Use called-interactively-p.
|
2004-11-02 |
Richard M. Stallman |
(easy-menu-intern):
|
2004-11-02 |
Richard M. Stallman |
(define-minor-mode): Use called-interactively-p.
|
2004-11-02 |
Richard M. Stallman |
(byte-compile-warning-types): Add interactive-only.
|
2004-11-02 |
Richard M. Stallman |
(update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER.
|
2004-11-02 |
Richard M. Stallman |
(ad-make-advised-definition): Use called-interactively-p.
|
2004-11-02 |
Richard M. Stallman |
(replace_range_2): New function.
|
2004-11-02 |
Richard M. Stallman |
(casify_region): Handle changes in byte-length using replace_range_2.
|
2004-11-02 |
Richard M. Stallman |
(USAGE3): Delete --horizontal-scroll-bars, -hb.
|
2004-11-02 |
Richard M. Stallman |
(back_to_previous_visible_line_start):
|
2004-11-02 |
Richard M. Stallman |
(window_scroll_pixel_based): Update preserve_y for header line if any.
|
2004-11-02 |
Richard M. Stallman |
(Fcall_interactive_p): New function.
|
2004-11-02 |
Jason Rumney |
Use fast_string_match_ignore_case for comparing font names.
|
2004-11-02 |
Jason Rumney |
*** empty log message ***
|
2004-11-02 |
Jan Djärv |
Mention use-old-gtk-file-dialog.
|
2004-11-02 |
Jan Djärv |
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
|
2004-11-02 |
Jan Djärv |
* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
|
2004-11-02 |
Jan Djärv |
* files.el (find-file-existing): New function.
|
2004-11-02 |
Jan Djärv |
* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
|
2004-11-02 |
Jan Djärv |
* config.in: Rebuild (added HAVE_GTK_FILE_*).
|
2004-11-02 |
Jan Djärv |
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
|
2004-11-02 |
Glenn Morris |
*** empty log message ***
|
2004-11-02 |
Glenn Morris |
From Ulf Jasper <ulf.jasper@web.de>:
|
2004-11-01 |
Kim F. Storm |
(set-auto-mode-0): Don't rely on dynamic binding of
|
2004-11-01 |
Kim F. Storm |
*** empty log message ***
|
2004-11-01 |
Kim F. Storm |
(electric-help-map): Reorder Q/q and R/r entries so
|
2004-11-01 |
Kim F. Storm |
*** empty log message ***
|
2004-11-01 |
Kim F. Storm |
(describe-text-properties): Don't err if called in
|
2004-11-01 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
|
2004-11-01 |
Kim F. Storm |
*** empty log message ***
|
2004-11-01 |
Kim F. Storm |
(group kmacro): Add :version.
|
2004-11-01 |
Kim F. Storm |
(keyboard-quit): Call kmacro-keyboard-quit.
|
2004-11-01 |
Kim F. Storm |
*** empty log message ***
|
2004-11-01 |
Nick Roberts |
(gdb-enable-debug-log)
|
2004-11-01 |
Nick Roberts |
*** empty log message ***
|
2004-11-01 |
Jay Belanger |
*** empty log message ***
|
2004-11-01 |
Jay Belanger |
(calc-over-notation): Replaced `completing-read' with
|
2004-11-01 |
Masatake YAMATO |
2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com>
|
2004-11-01 |
Stefan Monnier |
*** empty log message ***
|
2004-11-01 |
Kim F. Storm |
Add redisplay related errors.
|
2004-11-01 |
Jan Djärv |
* mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert
|
2004-11-01 |
Jan Djärv |
(mouse-yank-at-click, mouse-yank-secondary): Revert
|
2004-11-01 |
Jan Djärv |
* xlwmenu.c (find_first_selectable, find_next_selectable)
|
2004-11-01 |
Kim F. Storm |
*** empty log message ***
|
2004-11-01 |
Kim F. Storm |
(connect_wait_mask, num_pending_connects): Only
|
2004-11-01 |
Kim F. Storm |
*** empty log message ***
|
2004-11-01 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
|
2004-11-01 |
Jason Rumney |
Delete region objects after use.
|
2004-11-01 |
Jason Rumney |
*** empty log message ***
|
2004-11-01 |
Jason Rumney |
*** empty log message ***
|
2004-11-01 |
John Paul Wallington |
*** empty log message ***
|
2004-11-01 |
John Paul Wallington |
(bibtex-make-field): Fix typo.
|
2004-11-01 |
John Paul Wallington |
*** empty log message ***
|
2004-11-01 |
John Paul Wallington |
(group thumbs): Add :version keyword.
|
2004-11-01 |
John Paul Wallington |
(large-file-warning-threshold): Add :version keyword.
|
2004-11-01 |
Richard M. Stallman |
*** empty log message ***
|
2004-11-01 |
Richard M. Stallman |
(eudc-display-records): Use with-output-to-temp-buffer;
|
2004-11-01 |
Richard M. Stallman |
(Interactive Call): Add called-interactively-p.
|
2004-11-01 |
Richard M. Stallman |
(5x5-new-game): Set up the buffer even if not interactive.
|
2004-11-01 |
Richard M. Stallman |
(fortune-to-signature): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(ada-make-body-gnatstub): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(cperl-switch-to-doc-buffer): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(idlwave-shell-send-char): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(idlwave-update-routine-info): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(bibtex-make-field): Don't use interactive-p.
|
2004-11-01 |
Richard M. Stallman |
(allout group): Add :version.
|
2004-10-31 |
Kim F. Storm |
*** empty log message ***
|
2004-10-31 |
Stefan Monnier |
(reveal-last-tick): New var.
|
2004-10-31 |
Stefan Monnier |
Use `button's.
|
2004-10-31 |
Jan Djärv |
* xmenu.c: Add prototypes for forward function declarations.
|
2004-10-31 |
Jan Djärv |
* xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
|
2004-10-31 |
Jan Djärv |
* atimer.c (alarm_signal_handler): Do not call set_alarm if
|
2004-10-31 |
Jan Djärv |
* x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
|
2004-10-31 |
John Paul Wallington |
*** empty log message ***
|
2004-10-31 |
John Paul Wallington |
(group ibuffer): Add :version keyword.
|
2004-10-31 |
Kim F. Storm |
(margin_glyphs_to_reserve): Don't use ncols_scale_factor.
|
2004-10-31 |
Kim F. Storm |
*** empty log message ***
|
2004-10-30 |
Kim F. Storm |
*** empty log message ***
|
2004-10-30 |
Kim F. Storm |
(group ido): Add :version keyword.
|
2004-10-30 |
Kim F. Storm |
(group cua): Add :version keyword.
|
2004-10-30 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-30 |
Luc Teirlinck |
(help-at-pt-timer-delay, help-at-pt-display-when-idle): Remove
|
2004-10-30 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-30 |
Luc Teirlinck |
(auto-revert-tail-mode-text): Add :version keyword.
|
2004-10-30 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-30 |
Luc Teirlinck |
(help-at-pt-timer): Move defvar up to avoid compiler warning.
|
2004-10-30 |
Stefan Monnier |
(custom-deps, autoloads): Fix *-hooks -> *-hook.
|
2004-10-30 |
Juri Linkov |
*** empty log message ***
|
2004-10-30 |
Juri Linkov |
(function-called-at-point): read -> intern.
|
2004-10-30 |
Juri Linkov |
(variable-at-point): read -> intern.
|
2004-10-29 |
Simon Josefsson |
*** empty log message ***
|
2004-10-29 |
Simon Josefsson |
(autoconf-font-lock-keywords): Recognize AS_* too.
|
2004-10-29 |
Stefan Monnier |
Docstring fixes.
|
2004-10-29 |
Simon Josefsson |
(Reading a Password): Revert.
|
2004-10-29 |
Simon Josefsson |
subr.el (read-passwd): Move back from password.el.
|
2004-10-29 |
Andreas Schwab |
Typo fix.
|
2004-10-29 |
Andreas Schwab |
*** empty log message ***
|
2004-10-29 |
Andreas Schwab |
(speedbar-frame-parameters): Improve customize type.
|
2004-10-29 |
Sam Steingold |
(mouse-show-mark): Replace the last occurrence of
|
2004-10-29 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
|
2004-10-29 |
John Wiegley |
2004-10-28 Will <will@glozer.net>
|
2004-10-28 |
Stefan Monnier |
*** empty log message ***
|
2004-10-28 |
Stefan Monnier |
(mouse-sel-mode): Adjust to new names for x-lost-selection-functions.
|
2004-10-28 |
Stefan Monnier |
(mouse-show-mark): Adjust to new name and don't assume
|
2004-10-28 |
Stefan Monnier |
Adjust to new names for x-(lost|sent)-selection-functions.
|
2004-10-28 |
Stefan Monnier |
(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
|
2004-10-28 |
Stefan Monnier |
(Vx_lost_selection_functions, Vx_sent_selection_functions):
|
2004-10-28 |
Kim F. Storm |
Fix copyright.
|
2004-10-28 |
Kim F. Storm |
(imenu-scanning-message): Remove.
|
2004-10-28 |
Kim F. Storm |
*** empty log message ***
|
2004-10-28 |
John Paul Wallington |
*** empty log message ***
|
2004-10-28 |
John Paul Wallington |
(set-auto-mode): Call `throw' correctly.
|
2004-10-28 |
Juri Linkov |
*** empty log message ***
|
2004-10-28 |
Juri Linkov |
(Info-file-list-for-emacs): Add ("Info" . "info")
|
2004-10-28 |
Juri Linkov |
(grep-regexp-alist): Move match highlighting
|
2004-10-28 |
Jan Djärv |
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
|
2004-10-28 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-28 |
Richard M. Stallman |
(Display Feature Testing): Explain about "vendor".
|
2004-10-28 |
Richard M. Stallman |
(Fx_server_vendor, Fx_server_version): Doc fixes.
|
2004-10-28 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-28 |
Daniel Pfeiffer |
(set-auto-mode-0): New function.
|
2004-10-28 |
Kenichi Handa |
*** empty log message ***
|
2004-10-28 |
Kenichi Handa |
(utf-translate-cjk-charsets): Add katakana-jisx0201.
|
2004-10-28 |
Kenichi Handa |
*** empty log message ***
|
2004-10-28 |
Kenichi Handa |
Add data for JISX0201.
|
2004-10-27 |
Daniel Pfeiffer |
Tack language suffix onto html, and make C-x C-w find the mode in the same way as C-x C-f.
|
2004-10-27 |
Stefan Monnier |
*** empty log message ***
|
2004-10-27 |
Stefan Monnier |
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
|
2004-10-27 |
Stefan Monnier |
(hilit-mode): Typo.
|
2004-10-27 |
Stefan Monnier |
(hilit-mode): New function.
|
2004-10-27 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-27 |
Richard M. Stallman |
(add-change-log-entry): Set up mailing address and full name later,
|
2004-10-27 |
Richard M. Stallman |
(elide-head): Change error to message.
|
2004-10-27 |
Richard M. Stallman |
(apropos-macrop): Doc fix.
|
2004-10-27 |
Richard M. Stallman |
(mouse-show-mark): Do most processing the same
|
2004-10-27 |
Richard M. Stallman |
(shadow-copy-files): Use interactive-p
|
2004-10-27 |
Richard M. Stallman |
(tar-mode): Use write-contents-functions, not write-contents-hooks.
|
2004-10-27 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-27 |
Richard M. Stallman |
(pcomplete-entries): Don't use directory-sep-char.
|
2004-10-27 |
Richard M. Stallman |
(type-break-run-at-time): Always use run-at-time; forget the alternatives.
|
2004-10-27 |
Richard M. Stallman |
(strokes-unload-hook): Fix previous change.
|
2004-10-27 |
Richard M. Stallman |
(eshell-du-sum-directory): Don't use directory-sep-char.
|
2004-10-27 |
Richard M. Stallman |
(Interactive Codes): `N' uses numeric prefix, not raw. Clarify `n'.
|
2004-10-27 |
Richard M. Stallman |
(Simple Advice): Clarify what job the example does.
|
2004-10-27 |
Richard M. Stallman |
(get_next_display_element): In mode lines,
|
2004-10-27 |
Kenichi Handa |
*** empty log message ***
|
2004-10-27 |
Kenichi Handa |
(ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
|
2004-10-27 |
Richard M. Stallman |
(Fmessage): Doc fix.
|
2004-10-27 |
Richard M. Stallman |
Comment change.
|
2004-10-27 |
Richard M. Stallman |
(vmotion): When moving up, check the newline before.
|
2004-10-27 |
Daniel Pfeiffer |
Set xml-mode also if no mode found from file name.
|
2004-10-27 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-27 |
Daniel Pfeiffer |
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
|
2004-10-27 |
Daniel Pfeiffer |
extend irix for NAG Fortran and add ftnchek-*
|
2004-10-27 |
Kenichi Handa |
*** empty log message ***
|
2004-10-27 |
Kenichi Handa |
Use utf-translate-cjk-substitutable-p.
|
2004-10-27 |
Kenichi Handa |
(utf-translate-cjk-unicode-range-string):
|
2004-10-26 |
Kim F. Storm |
Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
|
2004-10-26 |
Kim F. Storm |
(Fformat): Allocate discarded table with SAFE_ALLOCA.
|
2004-10-26 |
Kim F. Storm |
(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
|
2004-10-26 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
|
2004-10-26 |
Daniel Pfeiffer |
set-auto-mode change
|
2004-10-26 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-26 |
Daniel Pfeiffer |
(auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to shorten the list.
|
2004-10-26 |
Daniel Pfeiffer |
(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and use \' instead of $.
|
2004-10-26 |
Daniel Pfeiffer |
(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.
|
2004-10-26 |
Daniel Pfeiffer |
(imenu--generic-function): Skip matches in comments.
|
2004-10-26 |
Jan Djärv |
* gtkutil.c: Put empty line between comment and function body.
|
2004-10-26 |
Jan Djärv |
* gtkutil.c: Put empty line between comment and function body.
|
2004-10-26 |
Jan Djärv |
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
|
2004-10-26 |
Jay Belanger |
*** empty log message ***
|
2004-10-26 |
Jay Belanger |
(calc-match): Use an extra argument instead of `interactive-p'.
|
2004-10-26 |
Jay Belanger |
(calc-other-window): Use an extra argument instead of `interactive-p'.
|
2004-10-26 |
Jay Belanger |
(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
|
2004-10-26 |
Kim F. Storm |
(describe-key): Describe both down-event and up-event
|
2004-10-26 |
Kim F. Storm |
*** empty log message ***
|
2004-10-26 |
Kim F. Storm |
(Fcall_interactively): Add 'U' code to get the up-event discarded by a
|
2004-10-26 |
Kim F. Storm |
(Interactive Codes): Add U code letter.
|
2004-10-26 |
David Kastrup |
(syms_of_buffer): Fix a few typos.
|
2004-10-26 |
Jan Djärv |
* xsmfns.c: Put empty line between comment and function body.
|
2004-10-26 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-26 |
Richard M. Stallman |
(woman): Don't call interactive-p.
|
2004-10-26 |
Richard M. Stallman |
(pcomplete): Instead of interactive-p,
|
2004-10-26 |
Richard M. Stallman |
(menu-bar-make-toggle): Instead of interactive-p,
|
2004-10-26 |
Richard M. Stallman |
(Man-cleanup-manpage): Instead of interactive-p,
|
2004-10-25 |
Stefan Monnier |
(tex-font-lock-keywords-1): Fix up the spurious
|
2004-10-25 |
Jason Rumney |
Add note about MSYS sh.exe
|
2004-10-25 |
Masatake YAMATO |
* progmodes/flymake.el (flymake-split-string): Use
|
2004-10-25 |
Stefan Monnier |
*** empty log message ***
|
2004-10-25 |
Simon Josefsson |
*** empty log message ***
|
2004-10-25 |
Simon Josefsson |
(Reading a Password): Add.
|
2004-10-25 |
Jay Belanger |
*** empty log message ***
|
2004-10-25 |
Jay Belanger |
(calc-digit-dots): Inhibit read-only before erasing minibuffer.
|
2004-10-25 |
Simon Josefsson |
*** empty log message ***
|
2004-10-25 |
Simon Josefsson |
* subr.el (read-passwd): Move to net/password.el.
|
2004-10-25 |
Kai Großjohann |
(process-file): Fix logic.
|
2004-10-25 |
Kai Großjohann |
(mouse-sel-mode): Specify custom group.
|
2004-10-25 |
Kenichi Handa |
*** empty log message ***
|
2004-10-25 |
Kenichi Handa |
(fontset_pattern_regexp): Optimize for the case that
|
2004-10-25 |
Kenichi Handa |
*** empty log message ***
|
2004-10-25 |
Kenichi Handa |
(x-set-cut-buffer): Cancel previous change.
|
2004-10-25 |
Kenichi Handa |
*** empty log message ***
|
2004-10-25 |
Kenichi Handa |
(x-set-cut-buffer): Encode STRING if necessary.
|
2004-10-24 |
Jason Rumney |
*** empty log message ***
|
2004-10-24 |
Jason Rumney |
Removed mouse-wheel event, added wheel-up and wheel-down
|
2004-10-24 |
Kim F. Storm |
Clean whitespace.
|
2004-10-24 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-24 |
Luc Teirlinck |
(set-left-margin, set-right-margin): Delete redundant code.
|
2004-10-24 |
Kim F. Storm |
(describe-mode): Fix 2004-10-13 change.
|
2004-10-24 |
Kim F. Storm |
*** empty log message ***
|
2004-10-24 |
Kim F. Storm |
Reorder entries.
|
2004-10-24 |
Luc Teirlinck |
(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.
|
2004-10-24 |
Kai Großjohann |
Mention process-file.
|
2004-10-24 |
Kai Großjohann |
(Synchronous Processes): Document process-file.
|
2004-10-24 |
Simon Josefsson |
Add.
|
2004-10-24 |
Kai Großjohann |
(process-file): Accept nil for INFILE. Reported by
|
2004-10-24 |
Kenichi Handa |
*** empty log message ***
|
2004-10-24 |
Kenichi Handa |
(enum reg_errcode_t): New value REG_ERANGEX.
|
2004-10-24 |
Kenichi Handa |
(re_error_msgid): Add an entry for REG_ERANGEX.
|
2004-10-24 |
Masatake YAMATO |
* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
|
2004-10-23 |
Nick Roberts |
*** empty log message ***
|
2004-10-23 |
Nick Roberts |
(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.
|
2004-10-23 |
Nick Roberts |
(gdb-get-create-buffer): Allow modes to run
|
2004-10-23 |
Nick Roberts |
*** empty log message ***
|
2004-10-23 |
Eli Zaretskii |
Fix typos.
|
2004-10-23 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-23 |
Eli Zaretskii |
(Text Based Tables, Table Definition)
|
2004-10-23 |
John Paul Wallington |
*** empty log message ***
|
2004-10-23 |
John Paul Wallington |
(ibuffer-kill-line): Set arg `interactive-p' in interactive spec
|
2004-10-23 |
John Paul Wallington |
(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
|
2004-10-23 |
Kai Großjohann |
* simple.el (process-file): New function, similar to call-process
|
2004-10-23 |
Glenn Morris |
From Ulf Jasper <ulf.jasper@web.de>:
|
2004-10-23 |
Glenn Morris |
*** empty log message ***
|
2004-10-23 |
John Paul Wallington |
*** empty log message ***
|
2004-10-23 |
John Paul Wallington |
*** empty log message ***
|
2004-10-23 |
John Paul Wallington |
(ibuffer-jump-to-buffer): Read buffer name in interactive spec rather
|
2004-10-22 |
Kenichi Handa |
*** empty log message ***
|
2004-10-22 |
Kenichi Handa |
(translate-region): Document that it accepts also a
|
2004-10-22 |
Kenichi Handa |
(translate-region): Implement it in Lisp
|
2004-10-22 |
Kenichi Handa |
(Ftranslate_region_internal): New function.
|
2004-10-22 |
Jan Djärv |
* xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
|
2004-10-22 |
David Ponce |
*** empty log message ***
|
2004-10-22 |
David Ponce |
(Resizing Windows): Document the `preserve-before' argument of the
|
2004-10-21 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
|
2004-10-21 |
Stefan Monnier |
(tex-compilation-parse-errors): Don't output messages.
|
2004-10-21 |
Jay Belanger |
*** empty log message ***
|
2004-10-21 |
Jay Belanger |
(Algebraic-Style Calculations): Removed a comment.
|
2004-10-21 |
Jay Belanger |
*** empty log message ***
|
2004-10-21 |
Jay Belanger |
(calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables
|
2004-10-21 |
Stefan Monnier |
(calc-describe-bindings): Fix last change.
|
2004-10-21 |
Jan Djärv |
* xterm.h (x_output): New member `xic_base_fontname'.
|
2004-10-21 |
Jay Belanger |
*** empty log message ***
|
2004-10-21 |
Jay Belanger |
(calc-graph-init): Use `set-process-query-on-exit-flag'
|
2004-10-21 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
|
2004-10-20 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-20 |
Daniel Pfeiffer |
(compilation-start): Rely on `cd' to get dir right and also allow argumentless cd.
|
2004-10-20 |
Jason Rumney |
*** empty log message ***
|
2004-10-20 |
Jason Rumney |
(x_draw_glyph_string): Use overline_color for overlines.
|
2004-10-20 |
Jay Belanger |
*** empty log message ***
|
2004-10-20 |
Jan Djärv |
* xterm.h (XSync): If USE_GTK, define XSync as process_all and then
|
2004-10-20 |
Jan Djärv |
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
|
2004-10-20 |
Jan Djärv |
* configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
|
2004-10-20 |
John Paul Wallington |
*** empty log message ***
|
2004-10-20 |
John Paul Wallington |
(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.
|
2004-10-20 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-20 |
Luc Teirlinck |
(Flocal_variable_if_set_p): Doc fix.
|
2004-10-19 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
|
2004-10-19 |
Jason Rumney |
(elisp): Change order of arguments to makeinfo.
|
2004-10-19 |
Lars Hansen |
*** empty log message ***
|
2004-10-19 |
Lars Hansen |
Update header.
|
2004-10-19 |
Jason Rumney |
*** empty log message ***
|
2004-10-19 |
Lars Hansen |
Update header and footer.
|
2004-10-19 |
Jason Rumney |
(info): Change order of arguments to makeinfo.
|
2004-10-19 |
Jason Rumney |
*** empty log message ***
|
2004-10-19 |
Jason Rumney |
(init_environment): Set emacs_dir correctly when running
|
2004-10-19 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-19 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-19 |
Richard M. Stallman |
(Fdelete_and_extract_region): If region is empty, return null string.
|
2004-10-19 |
Richard M. Stallman |
(flyspell-mode): Doc fix.
|
2004-10-19 |
Richard M. Stallman |
(eshell-grep): Don't bind compilation-process-setup-function.
|
2004-10-19 |
Richard M. Stallman |
(comint-insert-input): Use @ in `interactive'.
|
2004-10-19 |
Richard M. Stallman |
Comment change.
|
2004-10-19 |
Richard M. Stallman |
Update last update date.
|
2004-10-19 |
Richard M. Stallman |
(compilation-setup): Don't set buffer-read-only if MINOR is non-nil.
|
2004-10-19 |
Jan Djärv |
* gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
|
2004-10-19 |
Jan Djärv |
* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
|
2004-10-19 |
Jan Djärv |
* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
|
2004-10-19 |
Jan Djärv |
* gtkutil.h (xg_frame_cleared): Removed.
|
2004-10-19 |
Jay Belanger |
(calcAlg-previous): Changed the regexp to the end of buffer regexp.
|
2004-10-19 |
Jay Belanger |
(calc-fancy-prefix): Removed emacs version check.
|
2004-10-19 |
Jay Belanger |
(calc-graph-plot): Removed emacs version check.
|
2004-10-19 |
Jay Belanger |
(calc-total-algebraic-mode): Removed error call that would be given
|
2004-10-19 |
Jay Belanger |
(calc-emacs-type-19, calc-emacs-type-epoch, calc-emacs-type-gnu19):
|
2004-10-19 |
Jay Belanger |
(calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
|
2004-10-19 |
Jay Belanger |
(calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
|
2004-10-19 |
Glenn Morris |
*** empty log message ***
|
2004-10-19 |
Glenn Morris |
From Ulf Jasper <ulf.jasper@web.de>:
|
2004-10-19 |
Glenn Morris |
From Ulf Jasper <ulf.jasper@web.de>:
|
2004-10-19 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-19 |
Richard M. Stallman |
(news-path): Fix previous change.
|
2004-10-18 |
Kim F. Storm |
(display_mode_element): Fix display of wide chars.
|
2004-10-18 |
Kim F. Storm |
*** empty log message ***
|
2004-10-18 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
|
2004-10-18 |
Daniel Pfeiffer |
(Buffer-menu-make-sort-button) Make sorting by mouse-2 work from a different window.
|
2004-10-18 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-18 |
Luc Teirlinck |
(Reporting Bugs): Double up `@'.
|
2004-10-18 |
Jay Belanger |
(Reporting Bugs): Changed the address that bugs should be sent to.
|
2004-10-18 |
Jay Belanger |
(calc-describe-bindings): Set `buffer-read-only' to nil while working
|
2004-10-18 |
Jan Djärv |
* gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
|
2004-10-18 |
Kenichi Handa |
*** empty log message ***
|
2004-10-18 |
Kenichi Handa |
(fs_load_font): Use fast_string_match_ignore_case for
|
2004-10-18 |
Kenichi Handa |
(fast_string_match_ignore_case): New function.
|
2004-10-18 |
Kenichi Handa |
(fast_string_match_ignore_case): Extern it.
|
2004-10-18 |
David Ponce |
*** empty log message ***
|
2004-10-18 |
David Ponce |
(mouse-drag-move-window-top): New function.
|
2004-10-18 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-10-18 |
Thien-Thi Nguyen |
(Info-fontify-node): For multiline refs,
|
2004-10-17 |
Stefan Monnier |
(vc-arch-workfile-version): Don't burp if the patch-log directory is missing.
|
2004-10-17 |
Jason Rumney |
Added note to see INSTALL.CVS, and to make sure touch creates files.
|
2004-10-17 |
John Paul Wallington |
*** empty log message ***
|
2004-10-17 |
John Paul Wallington |
(ibuffer-default-display-maybe-show-predicates): New customizable
|
2004-10-17 |
Stephen Eglen |
Added new counter \letterpaper to control whether refcard should be
|
2004-10-17 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
|
2004-10-17 |
Jason Rumney |
Remove excessive vertical whitespace.
|
2004-10-17 |
Michael Albinus |
* net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
|
2004-10-17 |
Kim F. Storm |
(overlay_arrow_at_row): Return overlay string rather
|
2004-10-17 |
Kim F. Storm |
*** empty log message ***
|
2004-10-17 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-17 |
Daniel Pfeiffer |
(Buffer-menu-revert-function): Emulate save-excursion.
|
2004-10-17 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-17 |
Richard M. Stallman |
(news-directory): Renamed from news-path. Old name alias.
|
2004-10-17 |
Richard M. Stallman |
(gnus-registry-unload-hook): Set as a variable with add-hook.
|
2004-10-17 |
Richard M. Stallman |
(nnspool-spool-directory): Use news-directory instead of news-path.
|
2004-10-17 |
Richard M. Stallman |
(spam-stat-unload-hook): Set as a variable w/ add-hook.
|
2004-10-17 |
Richard M. Stallman |
Delete duplicate `provide'.
|
2004-10-17 |
Richard M. Stallman |
Add maintainer.
|
2004-10-17 |
Richard M. Stallman |
(with-local-quit): Return nil if there's a quit.
|
2004-10-17 |
Richard M. Stallman |
(strokes-list-strokes): Don't try to delete char at eob.
|
2004-10-17 |
Richard M. Stallman |
(fancy-splash-tail, normal-splash-screen): Update copyright year.
|
2004-10-17 |
Richard M. Stallman |
(shadowfile-unload-hook): Set as variable w/ add-hook.
|
2004-10-17 |
Richard M. Stallman |
(server-unload-hook): Set as a variable with add-hook.
|
2004-10-17 |
Richard M. Stallman |
(help-at-pt-unload-hook): Use add-hook; no defvar.
|
2004-10-17 |
Richard M. Stallman |
(special-display-popup-frame): Make the buffer current as its frame is created.
|
2004-10-17 |
Richard M. Stallman |
(delsel-unload-hook): Set as a variable.
|
2004-10-17 |
Richard M. Stallman |
(comint-output-filter-functions): Add comint-watch-for-password-prompt.
|
2004-10-17 |
Richard M. Stallman |
(fringe-mode-initialize): New function.
|
2004-10-16 |
Kim F. Storm |
(indian-script-language-alist): Swap value and doc.
|
2004-10-16 |
Kim F. Storm |
*** empty log message ***
|
2004-10-16 |
Jason Rumney |
(w32_font_match): Encode font name being matched.
|
2004-10-16 |
Jason Rumney |
*** empty log message ***
|
2004-10-16 |
Jason Rumney |
*** empty log message ***
|
2004-10-16 |
Stefan Monnier |
(vc-find-file-hook): Call vc-backend with absolute name.
|
2004-10-16 |
Juri Linkov |
*** empty log message ***
|
2004-10-16 |
Juri Linkov |
(compilation-start): Move let-binding of
|
2004-10-16 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-16 |
Richard M. Stallman |
(cvs-bury-buffer): Don't call get-buffer-window for effect.
|
2004-10-16 |
Richard M. Stallman |
(hide-other): Call outline-up-heading with INVISIBLE-OK=t.
|
2004-10-16 |
Richard M. Stallman |
(comment-auto-fill-only-comments): Add autoload.
|
2004-10-16 |
Richard M. Stallman |
(msb-unload-hook): Set the variable.
|
2004-10-16 |
Richard M. Stallman |
(mouse-yank-at-click, mouse-yank-secondary):
|
2004-10-16 |
Richard M. Stallman |
(looking-back): Return only t or nil.
|
2004-10-16 |
Richard M. Stallman |
(whitespace-unload-hook): Set the variable.
|
2004-10-16 |
Richard M. Stallman |
(view-mode-enable): Set view-page-size and view-half-page-size to nil.
|
2004-10-16 |
Richard M. Stallman |
(elp-unload-hook): Set the variable.
|
2004-10-16 |
Richard M. Stallman |
(cl-unload-hook): Don't defvar it, just set it.
|
2004-10-16 |
Richard M. Stallman |
(byte-compile-eval): Don't process
|
2004-10-16 |
Richard M. Stallman |
(compilation-start): Assume compilation-mode will make the buffer read-only.
|
2004-10-16 |
Richard M. Stallman |
(ispell-command-loop): Use with-no-warnings.
|
2004-10-16 |
Richard M. Stallman |
(url-do-setup): Don't set url-passwd-entry-func.
|
2004-10-16 |
Richard M. Stallman |
(url-passwd-entry-func): Var deleted.
|
2004-10-16 |
Richard M. Stallman |
(url-get-normalized-date): Use url-weekday-alist and url-monthabbrev-alist.
|
2004-10-16 |
Richard M. Stallman |
Load cl at compile time.
|
2004-10-16 |
Richard M. Stallman |
Don't load cl.
|
2004-10-16 |
Richard M. Stallman |
(url-open-telnet): Use read-passwd.
|
2004-10-16 |
Richard M. Stallman |
(url-basic-auth, url-digest-auth): Use read-passwd.
|
2004-10-16 |
Richard M. Stallman |
(Fspecial_display_p): Doc fix.
|
2004-10-15 |
Kim F. Storm |
(fringe-bitmaps): Only initialize when defined.
|
2004-10-15 |
Kim F. Storm |
*** empty log message ***
|
2004-10-15 |
Kim F. Storm |
(cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
|
2004-10-15 |
Kim F. Storm |
(cvs-mode-map): Bind v to cvs-mode-view-file.
|
2004-10-15 |
Kim F. Storm |
*** empty log message ***
|
2004-10-15 |
Simon Josefsson |
*** empty log message ***
|
2004-10-15 |
Simon Josefsson |
Add.
|
2004-10-15 |
Richard M. Stallman |
Major rewrite; lists that follow the usual patterns removed.
|
2004-10-15 |
Kim F. Storm |
*** empty log message ***
|
2004-10-15 |
Kim F. Storm |
Add comment.
|
2004-10-15 |
Stefan Monnier |
(Fsubstitute_command_keys): Fix remap-handling.
|
2004-10-15 |
Kim F. Storm |
(x_draw_vertical_border): Undo last change.
|
2004-10-15 |
Kim F. Storm |
*** empty log message ***
|
2004-10-15 |
Kim F. Storm |
(x_draw_vertical_border): Do nothing if non-window system.
|
2004-10-15 |
Kim F. Storm |
*** empty log message ***
|
2004-10-14 |
Andreas Schwab |
*** empty log message ***
|
2004-10-14 |
Andreas Schwab |
(DATA_SEG_BITS): Don't define.
|
2004-10-14 |
Stefan Monnier |
*** empty log message ***
|
2004-10-14 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
|
2004-10-13 |
Kim F. Storm |
Include Xutil.h after keysym.h to work around bug
|
2004-10-13 |
Kim F. Storm |
*** empty log message ***
|
2004-10-13 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-13 |
Daniel Pfeiffer |
(describe-mode): Use marker buttons to make minor mode list into hyperlinks.
|
2004-10-13 |
Daniel Pfeiffer |
(describe-variable): Use it to make "below" a hyperlink.
|
2004-10-13 |
Daniel Pfeiffer |
(button-activate): Allow a marker to display as an action.
|
2004-10-13 |
Stefan Monnier |
(map_char_table): Add missing gcpros.
|
2004-10-13 |
Stefan Monnier |
*** empty log message ***
|
2004-10-13 |
Stefan Monnier |
(substitute-key-definition-key): New function.
|
2004-10-13 |
Stefan Monnier |
(vc-annotate-display-select): Fix typo.
|
2004-10-13 |
Stefan Monnier |
(get_keymap): An autoload form is not a keymap.
|
2004-10-13 |
Stefan Monnier |
(syms_of_textprop): Add `syntax-table' to the nonsticky props.
|
2004-10-13 |
Masatake YAMATO |
* progmodes/gud.el (gdb-script-beginning-of-defun): New function.
|
2004-10-13 |
Kim F. Storm |
Fix comment for it->object; it may also be nil.
|
2004-10-13 |
Kim F. Storm |
typo.
|
2004-10-13 |
Kim F. Storm |
(Fcall_process): Simplify handling of display arg.
|
2004-10-13 |
Kim F. Storm |
*** empty log message ***
|
2004-10-13 |
Kim F. Storm |
(redisplay_preserve_echo_area): Fix last change.
|
2004-10-13 |
Kim F. Storm |
*** empty log message ***
|
2004-10-13 |
Richard M. Stallman |
(info-lookup-file): Add info-file property.
|
2004-10-13 |
Richard M. Stallman |
(info-xref): Add underlining.
|
2004-10-13 |
Richard M. Stallman |
Mention looking-back.
|
2004-10-13 |
Richard M. Stallman |
*** empty log message ***
|
2004-10-13 |
Richard M. Stallman |
Fix typo.
|
2004-10-12 |
Stefan Monnier |
*** empty log message ***
|
2004-10-12 |
Michael Albinus |
Sync with Tramp 2.0.45.
|
2004-10-12 |
Stefan Monnier |
(cvs-parse-commit): Fix parsing for new commit message.
|
2004-10-12 |
Robert J. Chassell |
Remember to update edition number and update-date....
|
2004-10-12 |
Robert J. Chassell |
Remove trailing whitespace from file.
|
2004-10-12 |
Robert J. Chassell |
(files-in-below-directory): remove unneeded `or' expression that looks
|
2004-10-12 |
Jay Belanger |
(Help Commands): Changed the descriptions of calc-describe-function
|
2004-10-12 |
Stefan Monnier |
(mark-sexp): Preserve direction when repeating.
|
2004-10-12 |
Jay Belanger |
(calc-help-function-list, calc-help-variable-list): New variables.
|
2004-10-12 |
Kim F. Storm |
(redisplay_preserve_echo_area): Flush display in case
|
2004-10-12 |
Kim F. Storm |
(x_redisplay_interface): Fix flush_display_optional.
|
2004-10-12 |
Kim F. Storm |
*** empty log message ***
|
2004-10-12 |
David Ponce |
*** empty log message ***
|
2004-10-12 |
David Ponce |
(recentf-edit-list): Update the menu when the recentf
|
2004-10-12 |
Simon Josefsson |
*** empty log message ***
|
2004-10-12 |
Simon Josefsson |
url-vars.el (url-gateway-method): Add new method `tls'.
|
2004-10-12 |
Simon Josefsson |
(tls-certtool-program): New variable.
|
2004-10-12 |
Kenichi Handa |
*** empty log message ***
|
2004-10-12 |
Kenichi Handa |
(get_next_display_element): If
|
2004-10-12 |
Kenichi Handa |
*** empty log message ***
|
2004-10-12 |
Kenichi Handa |
(coding-system-equal): Moved from mule-util.el.
|
2004-10-12 |
Kenichi Handa |
(coding-system-equal): Moved to mule.el.
|
2004-10-12 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610
|
2004-10-11 |
Kim F. Storm |
(Fsubstitute_command_keys): Ignore remappings unless there
|
2004-10-11 |
Kim F. Storm |
*** empty log message ***
|
2004-10-11 |
Kim F. Storm |
(kmacro-insert-counter, kmacro-add-counter): Use and
|
2004-10-11 |
Kim F. Storm |
(substitute-key-definition): Mention command remapping in doc string.
|
2004-10-11 |
Kim F. Storm |
*** empty log message ***
|
2004-10-11 |
Simon Josefsson |
*** empty log message ***
|
2004-10-11 |
Simon Josefsson |
(smtpmail-open-stream): Look for
|
2004-10-11 |
Stefan Monnier |
(pcl-cvs-load-hook): Remove unused var.
|
2004-10-11 |
Stefan Monnier |
(font-lock-apply-highlight): Fix last change.
|
2004-10-11 |
Jan Djärv |
* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
|
2004-10-11 |
Jay Belanger |
(calc-describe-copying, calc-describe-distribution, calc-describe-thing,
|
2004-10-11 |
Jay Belanger |
(calc-info-goto-node): New function.
|
2004-10-11 |
Jay Belanger |
Added `calc-info-goto-node' to autoloads.
|
2004-10-10 |
Lars Hansen |
*** empty log message ***
|
2004-10-10 |
Lars Hansen |
Fix copyright notice.
|
2004-10-10 |
Kai Großjohann |
(ange-ftp-remote-shell): Remove variable.
|
2004-10-10 |
Steven Tamm |
macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
|
2004-10-10 |
Andreas Schwab |
.
|
2004-10-10 |
Andreas Schwab |
(byte-optimize-backward-word): Optimize
|
2004-10-10 |
André Spiegel |
#
|
2004-10-10 |
André Spiegel |
(vc-annotate-mode): Remove variable.
|
2004-10-10 |
Stefan Monnier |
(comint-output-filter): Typo.
|
2004-10-10 |
Stefan Monnier |
(comint-mouse-insert-input): Remove.
|
2004-10-10 |
Stefan Monnier |
(diff-current-defun): Fix 2004-06-13's change.
|
2004-10-10 |
Stefan Monnier |
(imenu--completion-buffer): Don't return t for rescan.
|
2004-10-10 |
Stefan Monnier |
(font-lock-apply-highlight): Explicitly check the case
|
2004-10-10 |
Stefan Monnier |
(tex-font-lock-append-prop): New fun.
|
2004-10-10 |
Juri Linkov |
*** empty log message ***
|
2004-10-10 |
Juri Linkov |
(Top, Marking Articles): Join two menus in one node
|
2004-10-10 |
Juri Linkov |
sc-preferred-attribution-alist -> sc-preferred-attribution-list
|
2004-10-09 |
Kim F. Storm |
(timer_start_idle, timer_stop_idle): Remove prototypes.
|
2004-10-09 |
Kim F. Storm |
(timer_resume_idle): New function to resume idle
|
2004-10-09 |
Kim F. Storm |
*** empty log message ***
|
2004-10-09 |
Kim F. Storm |
(progress-reporter-update): Define before first usage.
|
2004-10-09 |
Kim F. Storm |
*** empty log message ***
|
2004-10-09 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-09 |
Luc Teirlinck |
(sentence-end-double-space)
|
2004-10-09 |
Luc Teirlinck |
(Misc File Ops): View mode is a minor mode.
|
2004-10-09 |
Luc Teirlinck |
(Regexp Example): Update description of how Emacs currently recognizes
|
2004-10-09 |
Luc Teirlinck |
(Filling): Add anchor for definition of `sentence-end-double-space'.
|
2004-10-09 |
Stefan Monnier |
(lisp-fill-paragraph): Fix backslashes.
|
2004-10-08 |
Juri Linkov |
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
|
2004-10-08 |
Juri Linkov |
(Fancy Mail Splitting): Remove backslash in the
|
2004-10-08 |
Juri Linkov |
(Default Simplifications): Add missing ).
|
2004-10-08 |
Steven Tamm |
config.in (HAVE_MALLOC_MALLOC_H): Regenerate
|
2004-10-08 |
Steven Tamm |
configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
|
2004-10-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-08 |
Eli Zaretskii |
Fix wording.
|
2004-10-08 |
Eli Zaretskii |
(lisp-fill-paragraph): Change
|
2004-10-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-08 |
Eli Zaretskii |
(mail-extr-ignore-realname-equals-mailbox-name): New defcustom.
|
2004-10-08 |
Eli Zaretskii |
Document the new Progress Mode.
|
2004-10-08 |
Eli Zaretskii |
(Progress): New node.
|
2004-10-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-08 |
Eli Zaretskii |
(etags-tags-completion-table): Use progress reporter.
|
2004-10-08 |
Eli Zaretskii |
(tar-summarize-buffer): Use progress reporter.
|
2004-10-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-08 |
Eli Zaretskii |
(make-progress-reporter, progress-reporter-update)
|
2004-10-08 |
Eli Zaretskii |
Mention the changes in C-y behavior when at end of line.
|
2004-10-08 |
Eli Zaretskii |
Update the documentation of C-y in the case that point is already at the
|
2004-10-08 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-08 |
Eli Zaretskii |
(isearch-yank-line): C-y yanks to next EOL, not end of current line.
|
2004-10-08 |
Masatake YAMATO |
(server-process-filter): Wrap `process-send-region'
|
2004-10-08 |
Robert J. Chassell |
Fix typo: ``the' to ``the''.
|
2004-10-08 |
Glenn Morris |
(iCalendar): Style changes.
|
2004-10-08 |
Glenn Morris |
*** empty log message ***
|
2004-10-07 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-07 |
Luc Teirlinck |
(Regexps): The regexp described in the example is no longer stored in
|
2004-10-07 |
Kim F. Storm |
(x_update_window_end): Fix flicker on vertical line between
|
2004-10-07 |
Kim F. Storm |
(redisplay_window): Fix flicker on vertical line between
|
2004-10-07 |
Kim F. Storm |
(draw_window_fringes): Return value now indicates if
|
2004-10-07 |
Kim F. Storm |
(draw_window_fringes): Update prototype.
|
2004-10-07 |
Kim F. Storm |
*** empty log message ***
|
2004-10-07 |
Jason Rumney |
Fix spelling errors.
|
2004-10-07 |
Mark A. Hershberger |
2004-10-07 Mark A. Hershberger <mah@everybody.org>
|
2004-10-07 |
Karl Berry |
rms says omit reference
|
2004-10-07 |
Mark A. Hershberger |
xml-substitute-special
|
2004-10-07 |
Robert J. Chassell |
Add missing backquote.
|
2004-10-07 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603
|
2004-10-06 |
Karl Berry |
consistent -- use
|
2004-10-06 |
Stefan Monnier |
(url-insert-file-contents): Use the URL to decide the
|
2004-10-06 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599
|
2004-10-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-10-06 |
Eli Zaretskii |
(LC_ALL=C): Fix src/Makefile breakage caused by
|
2004-10-06 |
Steven Tamm |
macfns.c (mac_get_window_bounds): Add extern.
|
2004-10-06 |
Kim F. Storm |
New display properties added to manuals.
|
2004-10-06 |
Jan Djärv |
configure.in (HAVE_RANDOM_HEAPSTART): Move output of warning message to end
|
2004-10-06 |
Jan Djärv |
Fix my name and address
|
2004-10-06 |
Jan Djärv |
*** empty log message ***
|
2004-10-06 |
Jan Djärv |
*** empty log message ***
|
2004-10-06 |
Jan Djärv |
* configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
|
2004-10-06 |
Nick Roberts |
(gdb-ann3): (Re-)initialise gdb-input-queue.
|
2004-10-06 |
Nick Roberts |
*** empty log message ***
|
2004-10-06 |
Nick Roberts |
(Starting GUD): Note that multiple debugging
|
2004-10-06 |
John Paul Wallington |
*** empty log message ***
|
2004-10-06 |
John Paul Wallington |
(xml-parse-dtd): Fix `error' call.
|
2004-10-06 |
Miles Bader |
Changes from arch/CVS synchronization
|
2004-10-06 |
Mark A. Hershberger |
fix to for xml-substitute-special to produce a single string instead
|
2004-10-06 |
Mark A. Hershberger |
Changelog for xml.el
|
2004-10-06 |
Karl Berry |
typos etc.
|
2004-10-05 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-05 |
Luc Teirlinck |
Various small changes in addition to the following.
|
2004-10-05 |
Glenn Morris |
*** empty log message ***
|
2004-10-05 |
Glenn Morris |
From Ulf Jasper <ulf.jasper@web.de>:
|
2004-10-05 |
Glenn Morris |
New file, from Ulf Jasper <ulf.jasper@web.de>.
|
2004-10-05 |
Jan Djärv |
* config.in: Regenerate.
|
2004-10-05 |
Jan Djärv |
* configure.in (HAVE_RANDOM_HEAPSTART): Renamed HAVE_EXECSHIELD.
|
2004-10-05 |
Robert J. Chassell |
Add minor footnotes saying ' is an abbreviation for quote.
|
2004-10-05 |
Jan Djärv |
* xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
|
2004-10-05 |
Kim F. Storm |
*** empty log message ***
|
2004-10-05 |
Kim F. Storm |
(Fringe Bitmaps): Update fringe-bitmaps-at-pos.
|
2004-10-05 |
Juri Linkov |
*** empty log message ***
|
2004-10-05 |
Juri Linkov |
(Info-history, Info-toc): Fix Info headers.
|
2004-10-05 |
Juri Linkov |
(isearch-done): Set mark after running hook.
|
2004-10-04 |
Glenn Morris |
*** empty log message ***
|
2004-10-04 |
Glenn Morris |
From Emilio C. Lopes <eclig@gmx.net>:
|
2004-10-04 |
Glenn Morris |
Update copyright and maintainer.
|
2004-10-04 |
Glenn Morris |
Update copyright and maintainer.
|
2004-10-04 |
Glenn Morris |
Add entry from Emilio Lopes <eclig@gmx.net>.
|
2004-10-04 |
Glenn Morris |
From Emilio C. Lopes <eclig@gmx.net>:
|
2004-10-04 |
Juri Linkov |
* gnus-group.el (gnus-update-group-mark-positions):
|
2004-10-04 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-04 |
Luc Teirlinck |
Update for new bindings of `set-left-margin' and `set-right-margin'.
|
2004-10-04 |
Luc Teirlinck |
(enriched-mode-map): Give `set-left-margin' and `set-right-margin'
|
2004-10-04 |
Kim F. Storm |
*** empty log message ***
|
2004-10-04 |
Kim F. Storm |
(Ffringe_bitmaps_at_pos): Change return value from cons
|
2004-10-04 |
Kim F. Storm |
(XTset_vertical_scroll_bar): Improve handling of scroll
|
2004-10-04 |
Kim F. Storm |
*** empty log message ***
|
2004-10-04 |
Kim F. Storm |
(x_draw_vertical_border): Do not draw line if frame has scroll bars.
|
2004-10-04 |
Kim F. Storm |
*** empty log message ***
|
2004-10-04 |
Kim F. Storm |
*** empty log message ***
|
2004-10-04 |
Kim F. Storm |
(define_frame_cursor1): Do not change frame cursor
|
2004-10-04 |
Kim F. Storm |
(coordinates_in_window): Relax check for cursor
|
2004-10-04 |
Kim F. Storm |
*** empty log message ***
|
2004-10-04 |
Kim F. Storm |
Mention pp and ff commands.
|
2004-10-04 |
Kim F. Storm |
(pp): Shorthand for p ARG + pr.
|
2004-10-04 |
Kim F. Storm |
*** empty log message ***
|
2004-10-03 |
Stefan Monnier |
(tex-dvi-view-command): Use `yap' on w32.
|
2004-10-03 |
Michael Albinus |
* fileio.c (auto_save_1) Call Ffile_modes for remote files.
|
2004-10-03 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-10-03 |
Daniel Pfeiffer |
comment-beginning: doc-fix and don't choke on unset comment-end-skip when at beginning of comment
|
2004-10-02 |
Dan Nicolaescu |
term.el fixes
|
2004-10-02 |
Dan Nicolaescu |
(term-adjust-current-row-cache): Don\'t allow the current
|
2004-10-02 |
Luc Teirlinck |
*** empty log message ***
|
2004-10-02 |
Luc Teirlinck |
(set-left-margin, set-right-margin): Rename `lm' arg to `width' for
|
2004-10-01 |
Martin Stjernholm |
*** empty log message ***
|
2004-10-01 |
Martin Stjernholm |
Load cl here since cc-defs doesn't do it. This is necessary for
|
2004-10-01 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
|
2004-09-30 |
Kim F. Storm |
(kmacro-lambda-form, kmacro-extract-lambda): Add.
|
2004-09-30 |
Kim F. Storm |
Require kmacro to use the new kmacro-lambda-form and
|
2004-09-30 |
Kim F. Storm |
*** empty log message ***
|
2004-09-29 |
Kenichi Handa |
*** empty log message ***
|
2004-09-29 |
Kenichi Handa |
*** empty log message ***
|
2004-09-29 |
Kenichi Handa |
*** empty log message ***
|
2004-09-29 |
Kenichi Handa |
(send_process): Be sure to free composition data.
|
2004-09-29 |
Kenichi Handa |
(Finsert_file_contents): Be sure to free composition data.
|
2004-09-29 |
Kenichi Handa |
(code_convert_region): Don't skip ASCIIs if there are compositions to encode.
|
2004-09-29 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585
|
2004-09-29 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-29 |
Luc Teirlinck |
(forward-paragraph): Avoid args-out-of-range error when point winds up
|
2004-09-29 |
Luc Teirlinck |
(comment-multi-line): Doc fix.
|
2004-09-29 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-29 |
Stefan Monnier |
(diff-file-header-re): Tighten up regexp a tiny bit.
|
2004-09-29 |
Kim F. Storm |
(fringe_bmp): Change to pointer.
|
2004-09-29 |
Kim F. Storm |
Remove limit on number of bitmaps.
|
2004-09-29 |
Kim F. Storm |
(FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
|
2004-09-29 |
Kim F. Storm |
*** empty log message ***
|
2004-09-29 |
Kim F. Storm |
(Fringe Bitmaps): Use symbols rather than numbers
|
2004-09-29 |
Kim F. Storm |
*** empty log message ***
|
2004-09-29 |
Kim F. Storm |
*** empty log message ***
|
2004-09-29 |
Kim F. Storm |
(handle_single_display_prop): Use lookup_fringe_bitmap.
|
2004-09-29 |
Kim F. Storm |
Simplify last change.
|
2004-09-29 |
Kim F. Storm |
(lookup_fringe_bitmap): Add prototype.
|
2004-09-29 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581
|
2004-09-29 |
Kim F. Storm |
* fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
|
2004-09-29 |
Kim F. Storm |
*** empty log message ***
|
2004-09-29 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
|
2004-09-29 |
Stefan Monnier |
(dired-view-command-alist): Use more efficient regexps. Remove dubious args.
|
2004-09-28 |
Kenichi Handa |
*** empty log message ***
|
2004-09-28 |
Kim F. Storm |
(breakpoint): Define as fringe bitmap.
|
2004-09-28 |
Kim F. Storm |
(fringe-bitmap-p): New macro.
|
2004-09-28 |
Kim F. Storm |
*** empty log message ***
|
2004-09-28 |
Kim F. Storm |
(valid_fringe_bitmap_p): Fix prototype.
|
2004-09-28 |
Kim F. Storm |
(Vfringe_bitmaps): New variable.
|
2004-09-28 |
Kim F. Storm |
(handle_single_display_prop): Fringe bitmaps are now
|
2004-09-28 |
Glenn Morris |
*** empty log message ***
|
2004-09-28 |
Glenn Morris |
Update maintainer.
|
2004-09-28 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-28 |
Richard M. Stallman |
(Special Properties): Clarify line-spacing and line-height.
|
2004-09-28 |
Richard M. Stallman |
(Regexp Search): Add looking-back.
|
2004-09-27 |
Kim F. Storm |
(Display Custom) <indicate-buffer-boundaries>:
|
2004-09-27 |
Kim F. Storm |
*** empty log message ***
|
2004-09-27 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-27 |
Luc Teirlinck |
(enriched-translations): Replace defconst with defvar.
|
2004-09-27 |
Reiner Steib |
(gnus-version-number): Set to 5.11.
|
2004-09-27 |
Kim F. Storm |
(update_window_fringes): Handle new formats of
|
2004-09-27 |
Kim F. Storm |
(syms_of_buffer) <indicate-buffer-boundaries>:
|
2004-09-27 |
Kim F. Storm |
*** empty log message ***
|
2004-09-27 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
|
2004-09-27 |
Vinicius Jose Latorre |
Eliminate trailing spaces.
|
2004-09-27 |
Vinicius Jose Latorre |
Check if file exists before deleting it.
|
2004-09-26 |
Luc Teirlinck |
Remove accidentally added blank line.
|
2004-09-26 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-26 |
Luc Teirlinck |
`enriched-annotation-alist' is now called `enriched-translations'.
|
2004-09-26 |
Dan Nicolaescu |
Regenerate.
|
2004-09-26 |
Dan Nicolaescu |
Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
|
2004-09-26 |
Dan Nicolaescu |
term.el fixes
|
2004-09-26 |
Dan Nicolaescu |
(term-ansi-at-eval-string, term-ansi-default-fg)
|
2004-09-26 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-25 |
Jan Djärv |
* config.in: Rebuild.
|
2004-09-25 |
Jan Djärv |
Address was wrong.
|
2004-09-25 |
Jan Djärv |
* configure.in (HAVE_EXECSHIELD): Only define on x86.
|
2004-09-25 |
Jan Djärv |
* PROBLEMS: Updated exec-shield description.
|
2004-09-25 |
Stefan Monnier |
(dired-move-to-filename): Don't output a message if
|
2004-09-25 |
Stefan Monnier |
(insert-directory): Obey --dired even with symlinks.
|
2004-09-25 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-25 |
Luc Teirlinck |
Correct typos.
|
2004-09-25 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
|
2004-09-25 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-25 |
Richard M. Stallman |
(Special Properties): Cleanups in `cursor'.
|
2004-09-25 |
Richard M. Stallman |
(Fringes): Rewrite previous change.
|
2004-09-25 |
Lars Hansen |
*** empty log message ***
|
2004-09-25 |
Lars Hansen |
(ls-lisp-format): Mark file names with poperty dired-filename.
|
2004-09-25 |
Lars Hansen |
Fix entry sequence.
|
2004-09-25 |
Luc Teirlinck |
(Standard Hooks): Add `after-change-major-mode-hook'.
|
2004-09-25 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-25 |
Luc Teirlinck |
(delay-mode-hooks): Doc fix.
|
2004-09-25 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-25 |
Luc Teirlinck |
Various minor changes in addition to:
|
2004-09-25 |
Kenichi Handa |
(ucs-input-method): Add error clause to
|
2004-09-24 |
Kim F. Storm |
(ido-max-directory-size): New defcustom.
|
2004-09-24 |
Kim F. Storm |
*** empty log message ***
|
2004-09-24 |
Kim F. Storm |
Typo.
|
2004-09-24 |
Kim F. Storm |
*** empty log message ***
|
2004-09-24 |
Jan Djärv |
* config.in: Rebuild.
|
2004-09-24 |
Jan Djärv |
* configure.in: Check for exec-shield.
|
2004-09-23 |
Glenn Morris |
*** empty log message ***
|
2004-09-23 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-23 |
Luc Teirlinck |
(enriched-default-text-properties-local-flag): New variable.
|
2004-09-23 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-23 |
Luc Teirlinck |
Correct various typos.
|
2004-09-23 |
Luc Teirlinck |
(Display Custom): Remove stray `@end defvar'.
|
2004-09-22 |
Glenn Morris |
*** empty log message ***
|
2004-09-22 |
Glenn Morris |
Update maintainer.
|
2004-09-22 |
Glenn Morris |
Update copyright, and add missing centuries.
|
2004-09-22 |
Kim F. Storm |
(insert-sliced-image): Add doc string.
|
2004-09-22 |
Kim F. Storm |
*** empty log message ***
|
2004-09-22 |
Kim F. Storm |
(Display Custom): Add `overflow-newline-into-fringe',
|
2004-09-22 |
Kim F. Storm |
(Display): Add 'Fringe Bitmaps' and 'Pointer
|
2004-09-22 |
Kim F. Storm |
(Special Properties): Add `cursor', `pointer',
|
2004-09-22 |
Kim F. Storm |
(ido-choice-list): New dynamic var for `list' context.
|
2004-09-22 |
Kim F. Storm |
*** empty log message ***
|
2004-09-22 |
Jay Belanger |
(Vectors as Lists): Added a warning that the tutorial might be hidden
|
2004-09-22 |
Jesper Harder |
* progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
|
2004-09-22 |
Vinicius Jose Latorre |
Doc fix (gsprint).
|
2004-09-22 |
Luc Teirlinck |
(after-change-major-mode-hook): Further doc fix.
|
2004-09-22 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-22 |
Luc Teirlinck |
(after-change-major-mode-hook): Doc fix.
|
2004-09-21 |
Jay Belanger |
(calc-graph-add-curve): Moved the call to `calc-graph-set-styles' so
|
2004-09-21 |
Kenichi Handa |
*** empty log message ***
|
2004-09-21 |
Kenichi Handa |
(describe-char): Checking of quail activation
|
2004-09-21 |
Kenichi Handa |
Move the call of register-input-method to leim-ext.el.
|
2004-09-21 |
Kenichi Handa |
Add autoload for 'ucs-input-activate and
|
2004-09-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-21 |
Luc Teirlinck |
(run-mode-hooks): Run `after-change-major-mode-hook' after the
|
2004-09-21 |
Luc Teirlinck |
(Indications): Rearrange checklists for Emacs and Elisp manuals.
|
2004-09-20 |
Stefan Monnier |
(url-insert-file-contents): Decode contents.
|
2004-09-20 |
Stefan Monnier |
(mm-copy-to-buffer): Preserve the data's unibyteness.
|
2004-09-20 |
Jason Rumney |
*** empty log message ***
|
2004-09-20 |
Jason Rumney |
(command-line) [windows-nt]: Try .emacs first, then
|
2004-09-20 |
Jay Belanger |
(calc-mode-var-list): Removed unnecessary quotes.
|
2004-09-20 |
John Paul Wallington |
*** empty log message ***
|
2004-09-20 |
John Paul Wallington |
(completion-ignored-extensions): Add .dfsl.
|
2004-09-20 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-20 |
Richard M. Stallman |
(scroll-left): Make it disabled.
|
2004-09-20 |
Richard M. Stallman |
(enable-local-eval): Doc fix.
|
2004-09-20 |
Richard M. Stallman |
(move-to-left-margin): Special case for minibuffer.
|
2004-09-20 |
Richard M. Stallman |
(term-emulate-terminal): Turn off undo for output.
|
2004-09-20 |
Richard M. Stallman |
(eshell-explicit-command-char): Doc fix.
|
2004-09-20 |
Richard M. Stallman |
Comment change.
|
2004-09-20 |
Richard M. Stallman |
Update author address.
|
2004-09-20 |
Richard M. Stallman |
(sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).
|
2004-09-20 |
Richard M. Stallman |
(makefile-fill-paragraph): Don't insist on spaces when looking for
|
2004-09-20 |
Richard M. Stallman |
(Key Sequence Input): Clarify downcasing in read-key-sequence.
|
2004-09-20 |
Richard M. Stallman |
(Hooks): Explain using setq to clear out a hook.
|
2004-09-20 |
Jay Belanger |
(Notations Used in This Manual): Put in an earlier mention that DEL
|
2004-09-20 |
Richard M. Stallman |
(Compilation): Explain how to make a silent subprocess that won't be
|
2004-09-20 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
|
2004-09-19 |
Kim F. Storm |
Add DONE2 column for manual sections.
|
2004-09-19 |
Stefan Monnier |
(event-basic-type): Fix mask (extend to 22bits).
|
2004-09-19 |
Stefan Monnier |
Typo in the menu.
|
2004-09-19 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-19 |
Luc Teirlinck |
(after-change-major-mode-hook): Doc fix.
|
2004-09-19 |
Luc Teirlinck |
(enriched-rerun-flag): New variable.
|
2004-09-19 |
Luc Teirlinck |
(fundamental-mode): Run `after-change-major-mode-hook'.
|
2004-09-18 |
Luc Teirlinck |
(after-change-major-mode-hook): New variable.
|
2004-09-18 |
Stefan Monnier |
(x_term_init): Work around a bug in some X servers.
|
2004-09-18 |
Stefan Monnier |
(battery-linux-proc-apm): Use string-to-number.
|
2004-09-18 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-18 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-18 |
Luc Teirlinck |
(Indications): Clean up and update checklists for Emacs and Elisp manual.
|
2004-09-18 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-18 |
Richard M. Stallman |
(syms_of_buffer) <default-major-mode>: Doc fix.
|
2004-09-18 |
Richard M. Stallman |
Comment change.
|
2004-09-18 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-18 |
Richard M. Stallman |
(try_window_reusing_current_matrix):
|
2004-09-18 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-18 |
Eli Zaretskii |
Delete superfluous empty lines.
|
2004-09-18 |
Francesco Potortì |
Changes to the etags news.
|
2004-09-18 |
John Paul Wallington |
*** empty log message ***
|
2004-09-18 |
John Paul Wallington |
(calc-quick-units): Fix overzealous s/or/unless.
|
2004-09-18 |
John Paul Wallington |
*** empty log message ***
|
2004-09-18 |
John Paul Wallington |
(define-ibuffer-filter filename): Expand dired-directory since
|
2004-09-17 |
Kim F. Storm |
From Dan Nicolaescu <dann@ics.uci.edu>
|
2004-09-17 |
Kim F. Storm |
*** empty log message ***
|
2004-09-17 |
Kim F. Storm |
From Dan Nicolaescu <dann@ics.uci.edu>
|
2004-09-17 |
Kim F. Storm |
From Dan Nicolaescu <dann@ics.uci.edu>
|
2004-09-17 |
Kim F. Storm |
From Dan Nicolaescu <dann@ics.uci.edu>
|
2004-09-17 |
Kim F. Storm |
*** empty log message ***
|
2004-09-17 |
Jay Belanger |
(calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.
|
2004-09-17 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552
|
2004-09-15 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-15 |
Jay Belanger |
(calc-bug-address): Changed email address to send bug reports to.
|
2004-09-15 |
Jay Belanger |
(calc-mode): Compare `calc-settings-file' to `user-init-file' rather
|
2004-09-15 |
Jay Belanger |
calc/calc-embed.el (calc-embedded-set-modes): Use
|
2004-09-15 |
Jay Belanger |
calc/calc.el (calc-mode-var-list): Define this variable.
|
2004-09-15 |
Thien-Thi Nguyen |
(annotate-time): Document point handling.
|
2004-09-15 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
|
2004-09-15 |
Stefan Monnier |
(Finsert_file_contents): Fix case of replacement in a narrowed buffer.
|
2004-09-14 |
Kim F. Storm |
(PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
|
2004-09-14 |
Kim F. Storm |
*** empty log message ***
|
2004-09-14 |
John Paul Wallington |
*** empty log message ***
|
2004-09-14 |
John Paul Wallington |
(define-ibuffer-filter filename): Consider `dired-directory' if buffer
|
2004-09-14 |
Kim F. Storm |
(Qface_no_inherit): New var.
|
2004-09-14 |
Kim F. Storm |
*** empty log message ***
|
2004-09-14 |
Kim F. Storm |
(cursor): Add face-no-inherit property. Doc fix.
|
2004-09-14 |
Kim F. Storm |
Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form).
|
2004-09-14 |
Francesco Potortì |
typo corrected
|
2004-09-14 |
Francesco Potortì |
Put /dev into @file.
|
2004-09-14 |
Simon Josefsson |
Add.
|
2004-09-14 |
Simon Josefsson |
files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
|
2004-09-13 |
Stefan Monnier |
(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
|
2004-09-13 |
Stefan Monnier |
(Fgarbage_collect): Mark keyboards, gtk data, and specpdl
|
2004-09-13 |
Stefan Monnier |
*** empty log message ***
|
2004-09-13 |
Stefan Monnier |
(disabled-command-hook): Use shorthand for obsolescence.
|
2004-09-13 |
Stefan Monnier |
(vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
|
2004-09-13 |
Stefan Monnier |
(vc-arch-root, vc-arch-registered): Use vc-find-root.
|
2004-09-13 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-13 |
Eli Zaretskii |
(windmove-frame-edges): Report coordinates of
|
2004-09-13 |
Francesco Potortì |
(main): When relative file names are given as argument,
|
2004-09-13 |
Francesco Potortì |
When relative file names are given as argument,
|
2004-09-13 |
Francesco Potortì |
*** empty log message ***
|
2004-09-13 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546
|
2004-09-13 |
Francesco Potortì |
Added support in etags for the Lua script language.
|
2004-09-13 |
Francesco Potortì |
Added support for the Lua script language.
|
2004-09-13 |
Francesco Potortì |
*** empty log message ***
|
2004-09-13 |
Francesco Potortì |
[EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
|
2004-09-13 |
Kim F. Storm |
(isearch-resume-in-command-history): Rename from
|
2004-09-13 |
Kim F. Storm |
*** empty log message ***
|
2004-09-13 |
Kim F. Storm |
Rename isearch-resume-enabled to isearch-resume-in-command-history
|
2004-09-13 |
Kim F. Storm |
(Repetition): Rename isearch-resume-enabled to
|
2004-09-13 |
Stefan Monnier |
(vc-ignore-dir-regexp): New var.
|
2004-09-12 |
Kim F. Storm |
(kmacro-step-edit-prompt): Add "%s" format to message.
|
2004-09-12 |
Kim F. Storm |
*** empty log message ***
|
2004-09-12 |
Kim F. Storm |
(Fformat): Handle format strings with multiple text
|
2004-09-12 |
Kim F. Storm |
(cua--rectangle-operation): Let bind
|
2004-09-12 |
Kim F. Storm |
*** empty log message ***
|
2004-09-12 |
Stefan Monnier |
*** empty log message ***
|
2004-09-12 |
Stefan Monnier |
(checkdoc-this-string-valid-engine):
|
2004-09-12 |
Stefan Monnier |
*** empty log message ***
|
2004-09-12 |
Stefan Monnier |
(bibtex-generate-url-list): Change format. Provide a sample complex default.
|
2004-09-12 |
Kim F. Storm |
(choose-completion-string): Set buffer before running
|
2004-09-12 |
Kim F. Storm |
*** empty log message ***
|
2004-09-12 |
Daniel Pfeiffer |
Parse command to see if it starts with a cd, and if so perform it for the *compilation* buffer. Change the header to reflect this.
|
2004-09-12 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-09-11 |
Kim F. Storm |
(ido-enable-dot-prefix): Doc fix.
|
2004-09-11 |
Kim F. Storm |
*** empty log message ***
|
2004-09-11 |
Kim F. Storm |
(Documentation): Add NEWS entry.
|
2004-09-11 |
Kim F. Storm |
*** empty log message ***
|
2004-09-11 |
Kim F. Storm |
*** empty log message ***
|
2004-09-11 |
Kim F. Storm |
(New features): Remove Gnus 5.10 entry (Done!).
|
2004-09-11 |
Simon Josefsson |
Add.
|
2004-09-11 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-11 |
Eli Zaretskii |
Ignore message-*.
|
2004-09-10 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541
|
2004-09-10 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
|
2004-09-10 |
Stefan Monnier |
(bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.
|
2004-09-10 |
Jan Djärv |
Must BLOCK/UNBLOCK around x_uncatch_errors.
|
2004-09-10 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-10 |
Eli Zaretskii |
(msdos.o): Depend on buffer.h, commands.h, and
|
2004-09-10 |
Jan Djärv |
* xselect.c (x_reply_selection_request): XSync and UNBLOCK before
|
2004-09-10 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-10 |
Eli Zaretskii |
(msdos_set_cursor_shape): Add debugging print-out to termscript.
|
2004-09-10 |
Eli Zaretskii |
Add menu items for Sieve and PGG.
|
2004-09-10 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-10 |
Eli Zaretskii |
Fix last change.
|
2004-09-10 |
Eli Zaretskii |
(../info/gnus, gnus.dvi): Depend on gnus-faq.texi
|
2004-09-09 |
Stefan Monnier |
(grep-mode): Remove unnecessary autoload.
|
2004-09-09 |
Kim F. Storm |
(Save Keyboard Macro): Replace `name-last-kbd-macro'
|
2004-09-09 |
Kim F. Storm |
*** empty log message ***
|
2004-09-09 |
Kim F. Storm |
(kmacro-bind-to-key): Associate dedicated macro
|
2004-09-09 |
Lars Hansen |
*** empty log message ***
|
2004-09-09 |
Lars Hansen |
(desktop-clear-preserve-buffers): Remove make-obsolete-variable.
|
2004-09-09 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-09 |
Richard M. Stallman |
(decode_mode_spec): Use current buffer for most purposes.
|
2004-09-09 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-09 |
Thien-Thi Nguyen |
(EDB): Update entry.
|
2004-09-09 |
Reiner Steib |
(sieve, pgg): Use $(infodir).
|
2004-09-09 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-09 |
Richard M. Stallman |
(Fset_window_buffer): Doc fix.
|
2004-09-09 |
Richard M. Stallman |
(list-buffers-noselect): Call format-mode-line with the buffer as argument.
|
2004-09-09 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-09 |
Richard M. Stallman |
(Fformat_mode_line): New arg BUFFER says which buffer to use.
|
2004-09-08 |
Juri Linkov |
*** empty log message ***
|
2004-09-08 |
Stefan Monnier |
(vc-arch-state): Fix parsing for `names' method.
|
2004-09-08 |
Juri Linkov |
(isearch-lazy-highlight-update): Take into account
|
2004-09-08 |
Juri Linkov |
Collect and rearrange compile and grep related items.
|
2004-09-08 |
Juri Linkov |
(perform-replace): Use `query-replace-descr'.
|
2004-09-08 |
Juri Linkov |
(grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
|
2004-09-08 |
Juri Linkov |
(compilation-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
|
2004-09-08 |
Juri Linkov |
(diff-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
|
2004-09-08 |
Juri Linkov |
(history-delete-duplicates): Specify customization.
|
2004-09-08 |
Juri Linkov |
*** empty log message ***
|
2004-09-08 |
Juri Linkov |
(Minibuffer History): Add `history-delete-duplicates'.
|
2004-09-08 |
Juri Linkov |
(history_delete_duplicates): New variable.
|
2004-09-08 |
Reiner Steib |
* nntp.el (nntp): New customization group.
|
2004-09-08 |
Francesco Potortì |
*** empty log message ***
|
2004-09-08 |
Francesco Potortì |
[LONG_OPTIONS]: make it TRUE (ifdef) or FALSE for ease of use.
|
2004-09-08 |
Francesco Potortì |
Added reference to the new `etags --help --lang=LANG' option.
|
2004-09-08 |
Kim F. Storm |
(cua--highlight-rectangle): Fix last change.
|
2004-09-08 |
Kim F. Storm |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
Mention change in --directory/-L behavior.
|
2004-09-08 |
Reiner Steib |
* makefile.w32-in: Fix PGG and Sieve entries.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(split-string): Docfix.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(byte-compile-generate-call-tree): Doc fix.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(command-line-1): Make option
|
2004-09-08 |
Kim F. Storm |
(set_cursor_from_row): Also look at 'cursor' property in
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Kim F. Storm |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(grep-mode): Use normal autoload cookie.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(define-compilation-mode): Specify `doc-string-elt' property.
|
2004-09-08 |
Thien-Thi Nguyen |
(make-autoload): Handle `define-compilation-mode'.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(bs-mode): Doc fix.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(Info-insert-dir): Fix temp buffer leak bug.
|
2004-09-08 |
Thien-Thi Nguyen |
*** empty log message ***
|
2004-09-08 |
Thien-Thi Nguyen |
(bb-trace-ray): Avoid double tracing.
|
2004-09-08 |
John Paul Wallington |
Add pgg and sieve.
|
2004-09-08 |
Kenichi Handa |
*** empty log message ***
|
2004-09-08 |
Kenichi Handa |
Fix old function calls (ps-mule-chars-in-string ->
|
2004-09-08 |
Kenichi Handa |
(encode-composition-rule): Add autoload cooky.
|
2004-09-08 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-08 |
Luc Teirlinck |
(Standard Buffer-Local Variables): Add `buffer-auto-save-file-format'.
|
2004-09-08 |
Luc Teirlinck |
(Buffer Internals): Describe new auto_save_file_format field of the
|
2004-09-08 |
Luc Teirlinck |
(Format Conversion): `auto-save-file-format' has been renamed
|
2004-09-08 |
Luc Teirlinck |
(buffer-auto-save-file-format): Make it permanent local.
|
2004-09-08 |
Stefan Monnier |
(function-key-map): Add bindings for C- and S- cursor
|
2004-09-08 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-08 |
Luc Teirlinck |
Delete declaration for removed Vauto_save_file_format.
|
2004-09-08 |
Luc Teirlinck |
(reset_buffer, init_buffer_once): Handle auto_save_file_format field.
|
2004-09-08 |
Luc Teirlinck |
(struct buffer): Add auto_save_file_format field.
|
2004-09-07 |
Jason Rumney |
*** empty log message ***
|
2004-09-07 |
Jason Rumney |
(AppendMenuW_Proc): Move declaration to w32term.h.
|
2004-09-07 |
Jason Rumney |
(AppendMenuW_Proc): Move declaration from w32menu.c.
|
2004-09-07 |
Jason Rumney |
(w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
|
2004-09-07 |
Kim F. Storm |
(authors-aliases): Add more aliases.
|
2004-09-07 |
Kim F. Storm |
*** empty log message ***
|
2004-09-07 |
Kim F. Storm |
Remove entry re. skip-chars-... and classes.
|
2004-09-07 |
Kim F. Storm |
Regenerate with `op' entry (from Dan Nicolaescu).
|
2004-09-07 |
Kim F. Storm |
Add `op' entry to enable colors in term (from Dan Nicolaescu).
|
2004-09-07 |
Kim F. Storm |
(term-window-width): Only use full window width on
|
2004-09-07 |
Kim F. Storm |
*** empty log message ***
|
2004-09-07 |
Kim F. Storm |
(set_cursor_from_row): Fix last change. Only use 'cursor'
|
2004-09-07 |
Juri Linkov |
*** empty log message ***
|
2004-09-07 |
Juri Linkov |
(compilation-start): Use copy of `process-environment'
|
2004-09-07 |
Juri Linkov |
(grep-highlight-matches): Doc fix.
|
2004-09-07 |
Stefan Monnier |
(update_submenu_strings): YAILOM.
|
2004-09-07 |
Stefan Monnier |
*** empty log message ***
|
2004-09-07 |
Stefan Monnier |
(uncomment-region-default, comment-region-default):
|
2004-09-07 |
Stefan Monnier |
(cvs-string-prefix-p): Use compare-strings.
|
2004-09-07 |
Stefan Monnier |
(cvs-states): Allow `ignore' on NEED-UPDATE.
|
2004-09-07 |
Stefan Monnier |
(vc-arch-workfile-version): Handle the special case before the first commit.
|
2004-09-07 |
Stefan Monnier |
Doc fix.
|
2004-09-07 |
Stefan Monnier |
(vc-buffer-context, vc-restore-buffer-context): Disable obsolete code.
|
2004-09-07 |
Stefan Monnier |
*** empty log message ***
|
2004-09-07 |
Stefan Monnier |
(mh-inc-spool-list): Correctly declare the external var.
|
2004-09-07 |
Juri Linkov |
*** empty log message ***
|
2004-09-07 |
Juri Linkov |
(grep-highlight-matches): Change default from
|
2004-09-07 |
Stefan Monnier |
(message-tokenize-header, message-send-mail-with-qmail):
|
2004-09-07 |
Stefan Monnier |
(gnus-summary-search-article-forward):
|
2004-09-07 |
Stefan Monnier |
(gnus-pick-mouse-pick-region): Switch 1 => point-min.
|
2004-09-06 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-06 |
Eli Zaretskii |
(next-error-follow-minor-mode): Fix last change.
|
2004-09-06 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-06 |
Luc Teirlinck |
(use-hard-newlines): Make it into a permanent local.
|
2004-09-05 |
Robert J. Chassell |
Thanks to Christopher Allan Webber, fix typo.
|
2004-09-04 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-04 |
Richard M. Stallman |
(isearch-lazy-highlight-new-loop): Don't invoke
|
2004-09-04 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-04 |
Luc Teirlinck |
(facemenu-active-faces): Change condition of inner `while' loop to
|
2004-09-04 |
John Paul Wallington |
*** empty log message ***
|
2004-09-04 |
John Paul Wallington |
(thumbs-view-image-mode-map): Fix `thumbs-set-root' command name typo.
|
2004-09-04 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-04 |
Eli Zaretskii |
(ispell-really-aspell): New defvar.
|
2004-09-04 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-04 |
Eli Zaretskii |
(eshell-display-predicate-help): Doc fix. Support choosing seconds
|
2004-09-04 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-04 |
Eli Zaretskii |
(te-escape): Show `?' in prompt for help key.
|
2004-09-04 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
after-merge-gnus-5_10
|
2004-09-04 |
Eli Zaretskii |
Fix last change.
|
2004-09-04 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-04 |
Eli Zaretskii |
(kill-backward-up-list): New function.
|
2004-09-04 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-04 |
Eli Zaretskii |
(occur-mode-map): Bind toggle-next-error-follow-mode.
|
2004-09-04 |
Eli Zaretskii |
(grep-mode-map): Bind toggle-next-error-follow-mode.
|
2004-09-04 |
Eli Zaretskii |
(compilation-mode-map): Bind toggle-next-error-follow-mode.
|
2004-09-04 |
Eli Zaretskii |
(diff-mode-map): Bind toggle-next-error-follow-mode.
|
2004-09-04 |
Eli Zaretskii |
(next-error-follow-mode, next-error-follow-mode-post-command-hook):
|
2004-09-04 |
Eli Zaretskii |
Document next-error-follow-mode.
|
2004-09-04 |
Eli Zaretskii |
*** empty log message ***
|
2004-09-04 |
Eli Zaretskii |
(uncomment-region): Bind comment-use-global-state to nil.
|
2004-09-04 |
Eli Zaretskii |
From Eric S. Raymond: More reorganization to exile old stuff to the
|
2004-09-03 |
Luc Teirlinck |
*** empty log message ***
before-merge-gnus-5_10 gnus-5_10-branchpoint
|
2004-09-03 |
Luc Teirlinck |
(auto-revert-handler): Bind `buffer-read-only' locally around the call
|
2004-09-03 |
Juri Linkov |
*** empty log message ***
|
2004-09-03 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-03 |
Juri Linkov |
Update M-% in isearch.
|
2004-09-03 |
Juri Linkov |
(Incremental Search): Update wording for M-%.
|
2004-09-03 |
Richard M. Stallman |
Fix line breaks to follow Emacs conventions.
|
2004-09-03 |
Richard M. Stallman |
Fix line breaks to follow Emacs conventions.
|
2004-09-03 |
Juri Linkov |
(isearch-toggle-regexp): Set `isearch-success' and `isearch-adjusted' to `t'.
|
2004-09-03 |
Richard M. Stallman |
*** empty log message ***
|
2004-09-03 |
Richard M. Stallman |
(normal-top-level): Undo previous TERM change.
|
2004-09-03 |
Kim F. Storm |
* emulation/cua-rect.el (cua--overlay-keymap): New keymap for
|
2004-09-03 |
Kim F. Storm |
*** empty log message ***
|
2004-09-03 |
Luc Teirlinck |
*** empty log message ***
|
2004-09-03 |
Luc Teirlinck |
(Killing): Correct description of kill commands in read-only buffer.
|
2004-09-02 |
Jason Rumney |
*** empty log message ***
|
2004-09-02 |
Jason Rumney |
(_widget_value): Added lname and lkey.
|
2004-09-02 |
Kim F. Storm |
(cua--rectangle-set-corners): Ensure that
|
2004-09-02 |
Kim F. Storm |
*** empty log message ***
|
2004-09-02 |
Kim F. Storm |
(set_cursor_from_row): Look for non-nil `cursor' property
|
2004-09-02 |
Steven Tamm |
* term/mac-win.el: Add ASCII equivalents for some function keys.
|
2004-09-02 |
Steven Tamm |
(LIBS_CARBON): New define to specify libraries for
|
2004-09-02 |
Steven Tamm |
(note_mouse_highlight): Set the mouse pointer shape to
|
2004-09-02 |
Steven Tamm |
(x_update_end): Move SetPortWindowPort to inside
|
2004-09-02 |
Steven Tamm |
(add_menu_item): Remove unused variable `i'. Don't
|
2004-09-02 |
Steven Tamm |
(x_real_positions): Save the current window port and
|
2004-09-02 |
Steven Tamm |
Add ASCII equivalents for some function keys.
|
2004-09-02 |
Juri Linkov |
*** empty log message ***
|
2004-09-02 |
Juri Linkov |
New option `grep-highlight-matches'.
|
2004-09-02 |
Juri Linkov |
(variable-at-point): Try `find-tag-default' when other methods failed.
|
2004-09-02 |
Juri Linkov |
(function-called-at-point): Try `find-tag-default' when other methods failed.
|
2004-09-02 |
Juri Linkov |
(Info-fontify-node): Don't compute other-tag if Info-hide-note-references=hide.
|
2004-09-02 |
Juri Linkov |
(grep-highlight-matches): New defcustom.
|
2004-09-02 |
Juri Linkov |
(compilation-error-properties): Allow to funcall col and end-col.
|
2004-09-02 |
Jan Djärv |
* xfns.c (x_set_name_internal): New function. Check if we shall call
|
2004-09-02 |
Juri Linkov |
*** empty log message ***
|
2004-09-02 |
Juri Linkov |
(compilation-buffer-name): Compare major
|
2004-09-02 |
Juri Linkov |
(beginning-of-defun, end-of-defun):
|
2004-09-02 |
Juri Linkov |
(ispell-html-skip-alists): Fix backslashes in docstring.
|
2004-09-02 |
Juri Linkov |
(Other Repeating Search): Mention that Occur mode
|
2004-09-02 |
Juri Linkov |
(Compilation Mode): Add a paragraph about rules
|
2004-09-02 |
Juri Linkov |
*** empty log message ***
|
2004-09-02 |
Juri Linkov |
(Regexp Replace): Add missing backslash to \footnote.
|
2004-09-02 |
Juri Linkov |
Regexp isearch can search through multiple nodes. Add Info-search-backward.
|
2004-09-01 |
Juri Linkov |
*** empty log message ***
|
2004-09-01 |
Juri Linkov |
* isearch.el (isearch-wrap-function)
|
2004-09-01 |
Juri Linkov |
Remove ancient Change Log section.
|
2004-09-01 |
Juri Linkov |
(Info-search-whitespace-regexp): Fix backslashes.
|
2004-09-01 |
Juri Linkov |
Add `next-error-highlight' and `next-error-highlight-no-select'.
|
2004-09-01 |
Juri Linkov |
(compilation-goto-locus): Use `next-error' face instead of `region'.
|
2004-09-01 |
Juri Linkov |
* simple.el (next-error): New defgroup and defface.
|
2004-09-01 |
Juri Linkov |
* simple.el (next-error-find-buffer): Move the rule
|
2004-09-01 |
Juri Linkov |
(next-error, previous-error, first-error)
|
2004-09-01 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-31 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-31 |
Luc Teirlinck |
(Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on
|
2004-08-31 |
Luc Teirlinck |
(apply-macro-to-region-lines): Make it operate on all lines that begin
|
2004-08-31 |
Jason Rumney |
Fix typo in last checkin
|
2004-08-31 |
Jason Rumney |
2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
|
2004-08-31 |
Jason Rumney |
*** empty log message ***
|
2004-08-31 |
Jan Djärv |
* frames.texi (Drag and drop): Add documentation about
|
2004-08-31 |
Jan Djärv |
* x-dnd.el (x-dnd-protocol-alist): Document update.
|
2004-08-30 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-30 |
Luc Teirlinck |
Various minor changes in addition to:
|
2004-08-30 |
Jan Djärv |
* macmenu.c (_widget_value): Added lname and lkey.
|
2004-08-30 |
Jan Djärv |
Fix typo in comment string.
|
2004-08-30 |
Jan Djärv |
Don't call ENCODE_MENU_STRING on top level menu names, GC may occur.
|
2004-08-30 |
Jan Djärv |
* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
|
2004-08-30 |
Jan Djärv |
* lwlib.h (_widget_value): Added lname and lkey.
|
2004-08-30 |
John Paul Wallington |
*** empty log message ***
|
2004-08-30 |
John Paul Wallington |
(tex-validate-buffer): Use distinct strings rather than
|
2004-08-30 |
Steven Tamm |
macmenu.c (mac_menu_show): Remove shadowing of menu variable
|
2004-08-30 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-30 |
Richard M. Stallman |
(prin1-char): Don't turn S-a into A.
|
2004-08-29 |
Kim F. Storm |
(cua-auto-expand-rectangles): Remove
|
2004-08-29 |
Kim F. Storm |
(cua--rectangle-padding): Remove.
|
2004-08-29 |
Kim F. Storm |
*** empty log message ***
|
2004-08-29 |
Kim F. Storm |
Add ack.texi and AUTHORS.
|
2004-08-29 |
Steven Tamm |
Fixing whitespace style issue with #define
|
2004-08-28 |
Eli Zaretskii |
*** empty log message ***
|
2004-08-28 |
Eli Zaretskii |
(Emacs for MS-DOS): Update URLs for the MS-DOS port of
|
2004-08-28 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-28 |
Luc Teirlinck |
(edit-tab-stops-buffer): Doc fix.
|
2004-08-28 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-28 |
Richard M. Stallman |
Whitespace change.
|
2004-08-28 |
Richard M. Stallman |
(grep-default-command): Use find-tag-default.
|
2004-08-28 |
Richard M. Stallman |
(find-tag-default): Moved to subr.el.
|
2004-08-28 |
Richard M. Stallman |
(find-tag-default): Moved from etags.el.
|
2004-08-28 |
Richard M. Stallman |
(prin1-char): Put `shift' modifier into the basic character,
|
2004-08-28 |
Jan Djärv |
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
|
2004-08-28 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-28 |
Luc Teirlinck |
(Secondary Selection): Setting the secondary selection with
|
2004-08-28 |
Luc Teirlinck |
(Basic Window): When using a window system, the value of point in a
|
2004-08-28 |
Luc Teirlinck |
(Acknowledgments): Put inside @iftex instead of @ifnotinfo.
|
2004-08-28 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-28 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-28 |
Richard M. Stallman |
Fix texinfo usage, esp. doublequotes.
|
2004-08-28 |
Luc Teirlinck |
(Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.
|
2004-08-28 |
Luc Teirlinck |
Minor whitespace change.
|
2004-08-27 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-27 |
Luc Teirlinck |
Adapt node pointers to change in emacs.texi.
|
2004-08-27 |
Luc Teirlinck |
Adapt sectioning in Info to the node structure.
|
2004-08-27 |
Luc Teirlinck |
Make "GNU GENERAL PUBLIC LICENSE" an appendix.
|
2004-08-27 |
Luc Teirlinck |
Adapt sectioning in Info to the node structure.
|
2004-08-27 |
Luc Teirlinck |
Interchange nodes (for correct numbering).
|
2004-08-27 |
Luc Teirlinck |
(Building): Interchange nodes (for correct numbering).
|
2004-08-27 |
Luc Teirlinck |
Adapt sectioning in Info to the node structure.
|
2004-08-27 |
Luc Teirlinck |
(Acknowledgments): Use `@unnumbered'.
|
2004-08-27 |
Jan Djärv |
* xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
|
2004-08-27 |
Jan Djärv |
* gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
|
2004-08-27 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-27 |
Richard M. Stallman |
(Difference between Emacs and XEmacs):
|
2004-08-27 |
Kenichi Handa |
*** empty log message ***
|
2004-08-27 |
Kenichi Handa |
(utf-8-post-read-conversion): If the
|
2004-08-26 |
Steven Tamm |
macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
|
2004-08-26 |
Steven Tamm |
fileio.c (Fread_file_name): Call x_file_dialog on carbon on
|
2004-08-26 |
Masatake YAMATO |
(time-to-seconds): Add autoload cookies.
|
2004-08-26 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-26 |
Richard M. Stallman |
(Difference between Emacs and XEmacs): Rewrite.
|
2004-08-26 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-25 |
John Paul Wallington |
*** empty log message ***
|
2004-08-25 |
John Paul Wallington |
(tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
|
2004-08-25 |
John Paul Wallington |
*** empty log message ***
|
2004-08-25 |
John Paul Wallington |
(ielm-tab, ielm-complete-symbol): Doc fix.
|
2004-08-25 |
Bill Wohler |
Fixed typo.
|
2004-08-25 |
Bill Wohler |
Forcing check-in in order to recompile obsolete .elc files.
|
2004-08-25 |
Bill Wohler |
Upgraded to MH-E version 7.82.
|
2004-08-25 |
Kenichi Handa |
*** empty log message ***
|
2004-08-25 |
Kenichi Handa |
(Non-ASCII Rebinding): Fix and simplify the
|
2004-08-24 |
Stefan Monnier |
*** empty log message ***
|
2004-08-24 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-24 |
Jan Djärv |
* xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
|
2004-08-24 |
Jan Djärv |
* xfns.c (x_window_to_frame, x_any_window_to_frame)
|
2004-08-24 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-24 |
Luc Teirlinck |
(Font Lock): Correct invalid @xref.
|
2004-08-24 |
Luc Teirlinck |
(Regexps): Correct cryptic @ref.
|
2004-08-23 |
Stefan Monnier |
(vc-svn-diff): Treat options from vc-svn-diff-switches and
|
2004-08-23 |
Luc Teirlinck |
Minor comment change.
|
2004-08-22 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-22 |
Luc Teirlinck |
(Keyboard Macro Counter, Keyboard Macro Step-Edit): Change section names.
|
2004-08-22 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-22 |
Luc Teirlinck |
(speedbar-file-regexp): Give it a phony defvar before and a real
|
2004-08-22 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-22 |
Richard M. Stallman |
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:
|
2004-08-22 |
Richard M. Stallman |
(Fbyte_code) <unwind-protect>: Cannot GC.
|
2004-08-22 |
Richard M. Stallman |
(Major Mode Conventions): Discuss rebinding of standard key bindings.
|
2004-08-22 |
Richard M. Stallman |
(flyspell-word): Use set-process-query-on-exit-flag.
|
2004-08-22 |
Richard M. Stallman |
Many doc and style fixes.
|
2004-08-22 |
Richard M. Stallman |
(ange-ftp-gwp-start, ange-ftp-nslookup-host)
|
2004-08-22 |
Richard M. Stallman |
(mail-extr-all-top-level-domains): Add forward defvar.
|
2004-08-22 |
Richard M. Stallman |
(global-whitespace-mode): New alias for whitespace-global-mode.
|
2004-08-22 |
Richard M. Stallman |
(speedbar-file-regexp): Definition moved up.
|
2004-08-22 |
Richard M. Stallman |
(shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
|
2004-08-22 |
Richard M. Stallman |
Delete compatibility code for old Emacses.
|
2004-08-22 |
Richard M. Stallman |
(display-mouse-p, display-selections-p): Use with-no-warnings.
|
2004-08-22 |
Richard M. Stallman |
(font-lock-set-defaults): Use with-no-warnings.
|
2004-08-22 |
David Kastrup |
* reftex.texi (AUCTeX): Update links, section name.
|
2004-08-22 |
David Kastrup |
Update AUCTeX
|
2004-08-22 |
David Kastrup |
*** empty log message ***
|
2004-08-22 |
David Kastrup |
Update AUCTeX information.
|
2004-08-22 |
Andreas Schwab |
.
|
2004-08-22 |
Andreas Schwab |
Require pcvs during byte-compiling for
|
2004-08-22 |
Bill Wohler |
Upgraded to MH-E version 7.81.
|
2004-08-22 |
Masatake YAMATO |
(cvs-status-checkout): New function.
|
2004-08-22 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-22 |
Luc Teirlinck |
(Keyboard Macro Ring): Rename section.
|
2004-08-21 |
Stefan Monnier |
*** empty log message ***
|
2004-08-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-21 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-21 |
Luc Teirlinck |
(Buffers): Maximum buffer size is now 256M on 32-bit machines.
|
2004-08-21 |
David Kastrup |
("greek-babel"): Add accent/breathing/uppercase
|
2004-08-21 |
David Kastrup |
(ange-ftp-hash-entry-exists-p)
|
2004-08-21 |
John Paul Wallington |
*** empty log message ***
|
2004-08-21 |
John Paul Wallington |
(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
|
2004-08-21 |
John Paul Wallington |
(vc-comment-ring, vc-comment-ring-index)
|
2004-08-21 |
John Paul Wallington |
(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
|
2004-08-21 |
Eli Zaretskii |
*** empty log message ***
|
2004-08-21 |
Eli Zaretskii |
(lisp-indent-defmethod): Correct
|
2004-08-21 |
Eli Zaretskii |
(Misc Help): Add an index entry for finding an Info
|
2004-08-21 |
Eli Zaretskii |
Massively rearranged by category, to make environment
|
2004-08-20 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-20 |
Luc Teirlinck |
(Backup Deletion): Correct description of `delete-old-versions'.
|
2004-08-20 |
Stefan Monnier |
(normal-top-level-add-subdirs-to-load-path):
|
2004-08-20 |
Stefan Monnier |
(mouse-avoidance-ignore-p): New fun.
|
2004-08-20 |
Kim F. Storm |
Rename wait_reading_process_input to wait_reading_process_output.
|
2004-08-20 |
Kim F. Storm |
(wait_reading_process_output): Rename from
|
2004-08-20 |
Kim F. Storm |
(Fsleep_for): Remove obsolete code.
|
2004-08-20 |
Kim F. Storm |
*** empty log message ***
|
2004-08-20 |
Kenichi Handa |
*** empty log message ***
|
2004-08-20 |
Kenichi Handa |
(skip_chars): Fix for unibyte case.
|
2004-08-19 |
Stefan Monnier |
*** empty log message ***
|
2004-08-19 |
Stefan Monnier |
Add some ange-ftp items.
|
2004-08-19 |
Stefan Monnier |
(cvs-parse-table, cvs-parse-commit): Try to adapt to
|
2004-08-19 |
Stefan Monnier |
(back_comment): Fixup globals in all cases.
|
2004-08-19 |
Stefan Monnier |
(char_quoted): Mixup byte/char pos.
|
2004-08-19 |
Jan Djärv |
* xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
|
2004-08-19 |
Kim F. Storm |
Adapt to new wait_reading_process_input args.
|
2004-08-19 |
Kim F. Storm |
* process.c (wait_reading_process_input): Clean up.
|
2004-08-19 |
Kim F. Storm |
*** empty log message ***
|
2004-08-19 |
Kim F. Storm |
(child_setup_tty, init_sys_modes): Use CDISABLE.
|
2004-08-19 |
Kim F. Storm |
(process_send_signal): Use CDISABLE.
|
2004-08-19 |
Kim F. Storm |
*** empty log message ***
|
2004-08-19 |
Masatake YAMATO |
(elp-results-symname-map): New keymap.
|
2004-08-18 |
Kenichi Handa |
("Cyrillic-KOI8"): Fix typo.
|
2004-08-18 |
Kenichi Handa |
Register koi8-r in
|
2004-08-18 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-18 |
Luc Teirlinck |
(Top): Mention "cutting" and "pasting" as synonyms for "killing" and
|
2004-08-18 |
Luc Teirlinck |
(copyright-update-year): Delete code that replaces 20xy with xy.
|
2004-08-17 |
Kim F. Storm |
*** empty log message ***
|
2004-08-17 |
Kim F. Storm |
(Output from Processes): New var `process-adaptive-read-buffering'.
|
2004-08-17 |
Kim F. Storm |
(Accepting Output): Add `just-this-one' arg to `accept-process-output'.
|
2004-08-17 |
Kim F. Storm |
*** empty log message ***
|
2004-08-17 |
Kim F. Storm |
(Faccept_process_output): Add arg JUST-THIS-ONE;
|
2004-08-17 |
Kim F. Storm |
(process_send_signal): Fix last change--use
|
2004-08-17 |
John Paul Wallington |
*** empty log message ***
|
2004-08-17 |
John Paul Wallington |
(reb-mode-map): Define within defvar.
|
2004-08-16 |
Richard M. Stallman |
*** empty log message ***
|
2004-08-16 |
Richard M. Stallman |
(child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
|
2004-08-16 |
Richard M. Stallman |
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
|
2004-08-16 |
Richard M. Stallman |
(merge_face_ref): Specifying `unspecified' is a no-op.
|
2004-08-16 |
Richard M. Stallman |
(move_if_not_intangible): Force POSITION to be between BEGV and ZV.
|
2004-08-16 |
Richard M. Stallman |
(Yanking, Killing): Minor cleanups.
|
2004-08-16 |
Richard M. Stallman |
(Momentary Mark): Minor cleanups.
|
2004-08-16 |
Richard M. Stallman |
(Non-ASCII Rebinding):
|
2004-08-16 |
Richard M. Stallman |
(which-func-update-1): Doc fix.
|
2004-08-16 |
Richard M. Stallman |
(sh-set-shell): Use sh-mode-abbrev-table.
|
2004-08-16 |
Richard M. Stallman |
(compilation-mode): Doc fix.
|
2004-08-16 |
Richard M. Stallman |
(eval-last-sexp): Don't cons a new symbol each time.
|
2004-08-16 |
Richard M. Stallman |
(copyright-years-regexp): New variable.
|
2004-08-16 |
Richard M. Stallman |
(term-default-fg-color, term-default-bg-color)
|
2004-08-16 |
Richard M. Stallman |
Several doc fixes: don't say variables are buffer-local.
|
2004-08-16 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-16 |
Luc Teirlinck |
(isearch-string, isearch-message-string, isearch-point)
|
2004-08-16 |
Kenichi Handa |
*** empty log message ***
|
2004-08-16 |
Kenichi Handa |
(ps-mule-font-info-database): Fix docstring.
|
2004-08-16 |
Kenichi Handa |
("georgian"): Call quail-define-package with the show-layout arg t.
|
2004-08-16 |
Miles Bader |
Add arch taglines
|
2004-08-16 |
Bill Wohler |
Upgraded to MH-E version 7.4.80.
|
2004-08-16 |
Kenichi Handa |
*** empty log message ***
|
2004-08-16 |
Kenichi Handa |
term/x-win.el (x-selection-value): If utf8 was successful but
|
2004-08-15 |
Bill Wohler |
Upgraded to MH-E version 7.4.80.
|
2004-08-14 |
John Paul Wallington |
*** empty log message ***
|
2004-08-14 |
John Paul Wallington |
(read-file-name-completion-ignore-case): Add.
|
2004-08-14 |
Eli Zaretskii |
*** empty log message ***
|
2004-08-14 |
John Paul Wallington |
(Frestore_buffer_modified_p): Doc fix.
|
2004-08-14 |
Eli Zaretskii |
Remove accidental changes of March 4. Fix backing
|
2004-08-14 |
John Paul Wallington |
(Fread_file_name): Doc fix.
|
2004-08-14 |
John Paul Wallington |
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
|
2004-08-14 |
Eli Zaretskii |
Mention the thumbs.el package.
|
2004-08-14 |
Eli Zaretskii |
*** empty log message ***
|
2004-08-14 |
Eli Zaretskii |
(battery-linux-proc-acpi): Look into battery
|
2004-08-14 |
Eli Zaretskii |
Replace actual whitespace with the magic string
|
2004-08-14 |
Eli Zaretskii |
Remove the lines which say "<TAB>@true", to avoid
|
2004-08-14 |
Eli Zaretskii |
*** empty log message ***
|
2004-08-14 |
Eli Zaretskii |
(../info/tramp, tramp.dvi): Depend on trampver.texi.
|
2004-08-14 |
John Paul Wallington |
*** empty log message ***
|
2004-08-14 |
John Paul Wallington |
(forward-word): Allow 0 args.
|
2004-08-14 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-14 |
Luc Teirlinck |
(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
|
2004-08-13 |
Luc Teirlinck |
(Basic Keyboard Macro, Save Keyboard Macro): Fix typos.
|
2004-08-13 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-13 |
Luc Teirlinck |
(Spelling): Fix typo.
|
2004-08-12 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-08-11 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-11 |
Luc Teirlinck |
(Help): Fix texinfo usage.
|
2004-08-11 |
Daniel Pfeiffer |
*** empty log message ***
|
2004-08-11 |
Daniel Pfeiffer |
(speedbar-scan-subdirs): New option.
|
2004-08-11 |
Martin Stjernholm |
Updated CC Mode to 5.30.9.
|
2004-08-10 |
Steven Tamm |
Remove description of Mac OS version upgrade
|
2004-08-10 |
Michael Albinus |
Sync with Tramp 2.0.44.
|
2004-08-10 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-10 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-10 |
Luc Teirlinck |
Various changes in addition to:
|
2004-08-10 |
Kenichi Handa |
*** empty log message ***
|
2004-08-09 |
Luc Teirlinck |
(Window Frame Parameters): Correct typo.
|
2004-08-09 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-09 |
Luc Teirlinck |
(describe-bindings): Doc fix.
|
2004-08-09 |
Luc Teirlinck |
(kbd): Doc fix.
|
2004-08-09 |
Luc Teirlinck |
(Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
|
2004-08-09 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
|
2004-08-09 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-09 |
Luc Teirlinck |
(Character Type): Reposition `@anchor' to prevent double space inside
|
2004-08-08 |
John Paul Wallington |
*** empty log message ***
|
2004-08-08 |
John Paul Wallington |
(define-ibuffer-column size): Use string-to-number instead of string-to-int.
|
2004-08-08 |
Lars Hansen |
*** empty log message ***
|
2004-08-08 |
Lars Hansen |
(widget-sexp-validate): Allow whitespace after expression.
|
2004-08-08 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-08 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-08 |
Luc Teirlinck |
(global-unset-key, local-unset-key): Doc fixes.
|
2004-08-08 |
Luc Teirlinck |
Declare Qdisabled_command_function instead of Qdisabled_command_hook.
|
2004-08-08 |
Luc Teirlinck |
(disabled-command-function): New variable renamed from
|
2004-08-08 |
Luc Teirlinck |
(Standard Hooks): `disabled-command-hook' has been renamed to
|
2004-08-08 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-08 |
Luc Teirlinck |
(Key Sequence Input): Remove unnecessary anchor,
|
2004-08-08 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-08 |
Luc Teirlinck |
(Flocal_key_binding, Fglobal_key_binding)
|
2004-08-08 |
Luc Teirlinck |
(Translating Input): Only non-prefix bindings in `key-translation-map'
|
2004-08-07 |
Stefan Monnier |
(window_list_1): YAILOM.
|
2004-08-07 |
Stefan Monnier |
(make_temp_name): Handle multibyte prefixes.
|
2004-08-07 |
Eli Zaretskii |
*** empty log message ***
|
2004-08-07 |
Eli Zaretskii |
(completion-root-regexp): New defvar.
|
2004-08-07 |
John Paul Wallington |
*** empty log message ***
|
2004-08-07 |
John Paul Wallington |
(reb-re-syntax): Add `rx' syntax.
|
2004-08-07 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-07 |
Luc Teirlinck |
(syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.
|
2004-08-07 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-07 |
Luc Teirlinck |
Various changes in addition to:
|
2004-08-07 |
Luc Teirlinck |
(High-Level Completion): Add anchor for definition of `read-variable'.
|
2004-08-06 |
Andreas Schwab |
*** empty log message ***
|
2004-08-06 |
Andreas Schwab |
(install): Remove .arch-inventory files.
|
2004-08-06 |
Andreas Schwab |
(install-arch-indep, uninstall): Add flymake.
|
2004-08-05 |
Lars Hansen |
*** empty log message ***
|
2004-08-05 |
Lars Hansen |
Update how to separate the editable field of an editable-field widget from other widgets.
|
2004-08-05 |
Kenichi Handa |
(mail-extr-disable-voodoo): New variable.
|
2004-08-04 |
Kenichi Handa |
*** empty log message ***
|
2004-08-04 |
Kenichi Handa |
(encoded-kbd-setup-keymap): Fix previous change.
|
2004-08-03 |
Kenichi Handa |
The following changes are to
|
2004-08-03 |
Kenichi Handa |
*** empty log message ***
|
2004-08-03 |
Kenichi Handa |
(decode_coding_string): Adjust coding->consumed, and
|
2004-08-02 |
Kim F. Storm |
(compute_motion): Fix last change.
|
2004-08-02 |
Kim F. Storm |
(compute_motion): Fix check for full width window
|
2004-08-02 |
Kim F. Storm |
*** empty log message ***
|
2004-08-02 |
Luc Teirlinck |
*** empty log message ***
|
2004-08-02 |
Luc Teirlinck |
(Finteractive_form): Doc fix.
|
2004-08-02 |
Kim F. Storm |
*** empty log message ***
|
2004-08-02 |
Kim F. Storm |
(window-buffer-height): Call compute-motion with nil width.
|
2004-08-02 |
Kim F. Storm |
(windmove-coordinates-of-position): Let compute-motion
|
2004-08-02 |
Kim F. Storm |
(mouse-avoidance-point-position): Use window-inside-edges
|
2004-08-02 |
Kim F. Storm |
(window_scroll_line_based): Let compute_motion
|
2004-08-02 |
Kim F. Storm |
(compute_motion): Use actual window width if WIDTH is -1,
|
2004-08-01 |
Kim F. Storm |
(read_process_output): Use whole read buffer.
|
2004-08-01 |
Kim F. Storm |
*** empty log message ***
|
2004-08-01 |
David Kastrup |
(query-replace-read-from): Use
|
2004-08-01 |
John Paul Wallington |
*** empty log message ***
|
2004-08-01 |
John Paul Wallington |
(help-go-back): Delete period from end of error message.
|
2004-08-01 |
John Paul Wallington |
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
|
2004-08-01 |
John Paul Wallington |
*** empty log message ***
|
2004-08-01 |
John Paul Wallington |
(only-global-abbrevs): Doc fix.
|
2004-07-31 |
Luc Teirlinck |
*** empty log message ***
|
2004-07-31 |
Luc Teirlinck |
(Fset_keymap_parent): Minor doc fix.
|
2004-07-31 |
Luc Teirlinck |
(Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
|
2004-07-31 |
Luc Teirlinck |
(syms_of_keyboard) <disable-point-adjustment>: Doc fix.
|
2004-07-31 |
Luc Teirlinck |
(Fcall_interactively): Doc fix.
|
2004-07-31 |
Luc Teirlinck |
(event-modifiers, event-basic-type): Doc fixes.
|
2004-07-31 |
Luc Teirlinck |
(enable-command, disable-command): Doc fixes.
|
2004-07-31 |
Eli Zaretskii |
*** empty log message ***
|
2004-07-31 |
Eli Zaretskii |
Update URLs in the comments.
|
2004-07-31 |
Richard M. Stallman |
*** empty log message ***
|
2004-07-31 |
Richard M. Stallman |
(with-local-quit): Doc fix.
|
2004-07-31 |
Richard M. Stallman |
(Fexpand_abbrev): Undo previous change.
|
2004-07-31 |
Luc Teirlinck |
*** empty log message ***
|
2004-07-31 |
Luc Teirlinck |
(utf-translate-cjk-mode): Doc fix.
|
2004-07-30 |
Kim F. Storm |
*** empty log message ***
|
2004-07-30 |
Kim F. Storm |
(Fformat): Allocated extra (dummy) element in info.
|
2004-07-29 |
Luc Teirlinck |
*** empty log message ***
|
2004-07-29 |
Luc Teirlinck |
(defcustom): Doc fix.
|
2004-07-29 |
Luc Teirlinck |
(Fdefvar, Fdefconst): Doc fixes.
|
2004-07-28 |
Masatake YAMATO |
(etags-tags-apropos): Show building progress.
|
2004-07-27 |
Werner LEMBERG |
Document all new tutorials.
|
2004-07-27 |
Werner LEMBERG |
*** empty log message ***
|