aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (tags-query-replace): Pass t for NOERROR to query-replace-read-args.Richard M. Stallman2002-03-251-1/+1
|
* (compilation-forget-errors): Don't adjust compilation-parsing-end if it's nil.Richard M. Stallman2002-03-251-1/+2
|
* (query-replace-read-args): New optional arg NOERROR.Richard M. Stallman2002-03-251-3/+6
| | | | (perform-replace): Use save-window-excursion around recursive edit.
* (ibuffer): If the user has `ibuffer-use-other-window' non-nil, thenColin Walters2002-03-241-1/+1
| | | | always use another window.
* *** empty log message ***Colin Walters2002-03-241-0/+5
|
* Fix typos.Pavel Janík2002-03-241-10/+10
|
* Declarations in macros.Gerd Moellmann2002-03-241-0/+16
|
* *** empty log message ***Gerd Moellmann2002-03-242-1/+8
|
* (Qdeclare, Vmacro_declaration_function): New variables.Gerd Moellmann2002-03-241-1/+48
| | | | | | (Fdefmacro): Handle `(declare ...)'. (syms_of_eval) <Qdeclare>: Initialize and staticpro. (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
* (byte-compile-file-form-defmumble):Gerd Moellmann2002-03-242-2/+26
| | | | Handle declarations in macro definitions.
* (macro-declaration-function): New function. Set theGerd Moellmann2002-03-241-1/+19
| | | | variable macro-declaration-function to it.
* (facemenu-get-face): Remove unised variable `foreground'.Eli Zaretskii2002-03-241-2/+1
|
* (enriched-face-ans): Support FACE of the formEli Zaretskii2002-03-242-2/+19
| | | | | | | (:foreground COLOR) and (:background COLOR). (enriched-decode-foreground, enriched-decode-background): Set the fore- and background colors of the faces we create, since facemenu doesn't.
* Update images on Windows news.Jason Rumney2002-03-241-1/+1
|
* (xbm_scan, xbm_load_image, xbm_read_bitmap_data)Jason Rumney2002-03-242-35/+72
| | | | | | | | | (xbm_file_p): Add prototypes. (xbm_format, xbm_image_p): Sync with xfns.c. (reflect_byte): New function. (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows. (xbm_load_image): Create bitmaps with a depth of 1. (init_xfns): Enable XBM images.
* *** empty log message ***Pavel Janík2002-03-242-0/+9
|
* (mouse-wheel-mode): Use the result of current-global-map instead of thePavel Janík2002-03-241-3/+3
| | | | variable `global-map'.
* New file, list of tutorial translators.Pavel Janík2002-03-241-0/+23
|
* (mail-abbrev-make-syntax-table): New subroutineRichard M. Stallman2002-03-232-12/+20
| | | | | broken out of sendmail-pre-abbrev-expand-hook. (sendmail-pre-abbrev-expand-hook): Use it.
* Add news of image support on WindowsJason Rumney2002-03-231-0/+4
|
* Use `colon' instead of `:' in an index only in the Info version.Eli Zaretskii2002-03-231-0/+5
|
* * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead ofPaul Eggert2002-03-231-0/+6
| | | | | `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
* (main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -oPaul Eggert2002-03-231-1/+1
| | | | TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
* * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", asPaul Eggert2002-03-231-0/+5
| | | | POSIX 1003.1-2001 disallows both usages.
* (PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001Paul Eggert2002-03-231-4/+4
| | | | disallows both usages.
* Removed fixed problems from MS-Windows port sectionJason Rumney2002-03-231-7/+4
|
* [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.Jason Rumney2002-03-232-18/+9
|
* (w32_handle_tool_bar_click): Detect up and down eventsJason Rumney2002-03-231-2/+3
| | | | correctly. Do not pass up_modifier to keyboard buffer.
* *** empty log message ***Stefan Monnier2002-03-223-219/+201
|
* (finder-inf.el): Remove.Stefan Monnier2002-03-221-7/+9
| | | | | | | | (finder-data): Don't depend on finder-inf.el any more. (compile, compile-always): Handle the case where some files from DONTCOMPILE are missing (it tried to compile them). (bootstrap-clean): Use src/emacs only if executable. (bootstrap): Update subdirs.el and finder-inf.el.
* Don't load finder-inf.el during byte-compilation.Stefan Monnier2002-03-221-1/+3
|
* (vc-cvs-registered, vc-cvs-dir-state-heuristic):Stefan Monnier2002-03-221-4/+6
| | | | | | Don't consider cvs-removed files as under VC control. VC wouldn't handle them properly anyway and it confuses vc-file-not-found-hook.
* (batch-byte-compile-if-not-done): Add autoload cookie.Stefan Monnier2002-03-221-1/+2
|
* (bootstrapclean): New target.Stefan Monnier2002-03-221-18/+5
| | | | | | (bootstrap-temacs, bootstrap-doc): Remove. (bootstrap-emacs): Use a bog-standard `temacs'. Don't bother to build a DOC file.
* (main): Handle --unibyte, --multibyte, and --no-loadupStefan Monnier2002-03-221-12/+4
| | | | | in temacs even if !CANNOT_DUMP. (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
* (check_pure_size): Only output a warning.Stefan Monnier2002-03-221-2/+2
|
* (wait_for_termination): Use sigsuspend rather than sigpause.Stefan Monnier2002-03-221-5/+1
|
* (Fx_create_frame): Enable tool-bar when images are supported.Jason Rumney2002-03-222-1/+9
|
* (zv_bits): Declare as short, for word alignment.Jason Rumney2002-03-222-7/+13
| | | | | (w32_read_socket) <WM_XBUTTONUP>: Fix last change. (syms_of_w32term): Define x-use-underline-position-properties.
* (x_set_cursor_color): Set cursor_gc as well.Jason Rumney2002-03-221-10/+29
| | | | | (clear_image_cache): Block input, fix logic, clear matrices in all frames that share this cache.
* (main): Update the Copyright year in the blurb printedEli Zaretskii2002-03-222-2/+5
| | | | by "emacs --version".
* (message_with_string): Fix syntax of a call to GCPRO2.Eli Zaretskii2002-03-222-1/+3
|
* (Symbol Type): Use `colon' in index entries instead of `:' only in Info.Eli Zaretskii2002-03-221-0/+5
|
* (Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>Eli Zaretskii2002-03-221-0/+5
| | | | instead of : only in Info.
* Clarify that mapconcat will also throw an error when it invokesEli Zaretskii2002-03-221-1/+2
| | | | concat on integers.
* (File Names): Add an index entry for $ in file names. Add an anchor.Eli Zaretskii2002-03-221-1/+5
| | | | | (Quoted File Names): Add a cross-reference to where $ in file names are discussed in "File Names".
* *** empty log message ***Eli Zaretskii2002-03-222-0/+10
|
* (calendar): Doc fix.Eli Zaretskii2002-03-221-1/+4
|
* (XTread_socket): If XK_ISO_Lock andEli Zaretskii2002-03-221-0/+8
| | | | | XK_ISO_Last_Group_Lock are defined, handle keysyms between XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
* (gomoku-font-lock-O-face): Convert to use `defface'.Juanma Barranquero2002-03-222-14/+16
| | | | | (gomoku-font-lock-X-face): Likewise. (gomoku-font-lock-keywords): Use faces instead of variables.