2002-03-23 |
Richard M. Stallman |
(mail-abbrev-make-syntax-table): New subroutine
|
2002-03-23 |
Jason Rumney |
Add news of image support on Windows
|
2002-03-23 |
Eli Zaretskii |
Use `colon' instead of `:' in an index only in the Info version.
|
2002-03-23 |
Paul Eggert |
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
|
2002-03-23 |
Paul Eggert |
(main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o
|
2002-03-23 |
Paul Eggert |
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
|
2002-03-23 |
Paul Eggert |
(PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001
|
2002-03-23 |
Jason Rumney |
Removed fixed problems from MS-Windows port section
|
2002-03-23 |
Jason Rumney |
*** empty log message ***
|
2002-03-23 |
Jason Rumney |
[HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
|
2002-03-23 |
Jason Rumney |
(w32_handle_tool_bar_click): Detect up and down events
|
2002-03-22 |
Stefan Monnier |
*** empty log message ***
|
2002-03-22 |
Stefan Monnier |
(finder-inf.el): Remove.
|
2002-03-22 |
Stefan Monnier |
Don't load finder-inf.el during byte-compilation.
|
2002-03-22 |
Stefan Monnier |
(vc-cvs-registered, vc-cvs-dir-state-heuristic):
|
2002-03-22 |
Stefan Monnier |
(batch-byte-compile-if-not-done): Add autoload cookie.
|
2002-03-22 |
Stefan Monnier |
(bootstrapclean): New target.
|
2002-03-22 |
Stefan Monnier |
(main): Handle --unibyte, --multibyte, and --no-loadup
|
2002-03-22 |
Stefan Monnier |
(check_pure_size): Only output a warning.
|
2002-03-22 |
Stefan Monnier |
(wait_for_termination): Use sigsuspend rather than sigpause.
|
2002-03-22 |
Jason Rumney |
*** empty log message ***
|
2002-03-22 |
Jason Rumney |
(Fx_create_frame): Enable tool-bar when images are supported.
|
2002-03-22 |
Jason Rumney |
*** empty log message ***
|
2002-03-22 |
Jason Rumney |
(zv_bits): Declare as short, for word alignment.
|
2002-03-22 |
Jason Rumney |
(x_set_cursor_color): Set cursor_gc as well.
|
2002-03-22 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-22 |
Eli Zaretskii |
(main): Update the Copyright year in the blurb printed
|
2002-03-22 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-22 |
Eli Zaretskii |
(message_with_string): Fix syntax of a call to GCPRO2.
|
2002-03-22 |
Eli Zaretskii |
(Symbol Type): Use `colon' in index entries instead of `:' only in Info.
|
2002-03-22 |
Eli Zaretskii |
(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>
|
2002-03-22 |
Eli Zaretskii |
Clarify that mapconcat will also throw an error when it invokes
|
2002-03-22 |
Eli Zaretskii |
(File Names): Add an index entry for $ in file names. Add an anchor.
|
2002-03-22 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-22 |
Eli Zaretskii |
(calendar): Doc fix.
|
2002-03-22 |
Eli Zaretskii |
(XTread_socket): If XK_ISO_Lock and
|
2002-03-22 |
Juanma Barranquero |
*** empty log message ***
|
2002-03-22 |
Juanma Barranquero |
(gomoku-font-lock-O-face): Convert to use `defface'.
|
2002-03-22 |
Stefan Monnier |
*** empty log message ***
|
2002-03-21 |
Kim F. Storm |
*** empty log message ***
|
2002-03-21 |
Kim F. Storm |
(menu_bar_items): Mostly undo 2002-02-20 patch, so
|
2002-03-21 |
Jason Rumney |
*** empty log message ***
|
2002-03-21 |
Jason Rumney |
(x_clear_image_1): Disable color table code.
|
2002-03-21 |
ShengHuo ZHU |
* mail-source.el (make-source-make-complex-temp-name): Use
|
2002-03-21 |
Kim F. Storm |
*** empty log message ***
|
2002-03-21 |
Kim F. Storm |
(init_process): Only provide make-network-process feature and
|
2002-03-21 |
Kim F. Storm |
Explain how to use featurep with make-network-process.
|
2002-03-21 |
Kim F. Storm |
*** empty log message ***
|
2002-03-21 |
Kim F. Storm |
Test for network process support with featurep.
|
2002-03-21 |
Kim F. Storm |
(open-network-stream-nowait): Use featurep.
|
2002-03-21 |
Kim F. Storm |
(QCtype): Remove duplicate declaration and
|
2002-03-21 |
Kim F. Storm |
(QCfeature, QCdatagram): Removed variables.
|
2002-03-21 |
Kim F. Storm |
(Ffeaturep): Allow subfeature to be a list (test using
|
2002-03-21 |
Kim F. Storm |
(DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
|
2002-03-21 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-21 |
Richard M. Stallman |
(DISCARD_FAILURE_REG_OR_COUNT): New macro.
|
2002-03-21 |
Richard M. Stallman |
Clarify non-greedy repetition in searching.
|
2002-03-21 |
Richard M. Stallman |
Comment change.
|
2002-03-21 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-21 |
Richard M. Stallman |
(dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): Depend on process.h.
|
2002-03-21 |
Michael Kifer |
added +++'s
|
2002-03-21 |
Thien-Thi Nguyen |
*** empty log message ***
|
2002-03-21 |
Thien-Thi Nguyen |
(report-emacs-bug-hook): Remove submitter
|
2002-03-20 |
Pavel Janík |
*** empty log message ***
|
2002-03-20 |
Pavel Janík |
(fancy-splash-tail, normal-splash-screen): Update copyright.
|
2002-03-20 |
Pavel Janík |
*** empty log message ***
|
2002-03-20 |
Pavel Janík |
(disabled-command-hook): Clarify output text to match prompt.
|
2002-03-20 |
Jason Rumney |
*** empty log message ***
|
2002-03-20 |
Jason Rumney |
(main) [WINDOWSNT]: Call init_xfns.
|
2002-03-20 |
Jason Rumney |
(display-images-p): Do not explicitly check display type.
|
2002-03-20 |
Jason Rumney |
*** empty log message ***
|
2002-03-20 |
Jason Rumney |
(x_set_cursor_color): Set foreground of cursor, not frame.
|
2002-03-20 |
Jason Rumney |
(struct XImage): Define.
|
2002-03-20 |
Jason Rumney |
(w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates.
|
2002-03-20 |
Jason Rumney |
*** empty log message ***
|
2002-03-20 |
Jason Rumney |
(LIBS): Remove $(WSOCK32).
|
2002-03-20 |
Jason Rumney |
(init_winsock): Dynamically load new server and UDP
|
2002-03-20 |
Jason Rumney |
(QCfamily, QCfiler): Remove duplicate declaration and initialization.
|
2002-03-20 |
Jason Rumney |
(sys_setsockopt, sys_listen, sys_getsockname)
|
2002-03-20 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-20 |
Eli Zaretskii |
(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
|
2002-03-20 |
Eli Zaretskii |
(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
|
2002-03-20 |
Eli Zaretskii |
(bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
|
2002-03-20 |
Eli Zaretskii |
Fix editing of the rule for ${libsrc}make-docfile.
|
2002-03-20 |
Paul Reilly |
*** empty log message ***
|
2002-03-20 |
Paul Reilly |
Eliminate compilation warnings due to `rfc822-addresses'.
|
2002-03-20 |
Pavel Janík |
*** empty log message ***
|
2002-03-20 |
Pavel Janík |
(Fbyte_code): Revert last change.
|
2002-03-20 |
Michael Kifer |
added a description of the new features in Ediff
|
2002-03-20 |
Michael Kifer |
described the new "=" fiture.
|
2002-03-20 |
Michael Kifer |
* ediff-diff.el (ediff-install-fine-diff-if-necessary): take
|
2002-03-19 |
Paul Reilly |
*** empty log message ***
|
2002-03-19 |
Paul Reilly |
(rmail-dont-reply-to): Overhaul to correctly apply the regular
|
2002-03-19 |
Paul Reilly |
(rmail-dont-reply-to-names): Modify the documentation to make it email
|
2002-03-19 |
Kim F. Storm |
*** empty log message ***
|
2002-03-19 |
Kim F. Storm |
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
|
2002-03-19 |
Kim F. Storm |
(LIBS): Add $(WSOCK32). From David Ponce <dponce@voila.fr>.
|
2002-03-18 |
Colin Walters |
(ibuffer-set-mark): Go back to the beginning of the line after setting
|
2002-03-18 |
Colin Walters |
(ibuffer-toggle-sorting-mode): Remove `find-if' so we don't require
|
2002-03-18 |
Colin Walters |
*** empty log message ***
|
2002-03-18 |
Stefan Monnier |
*** empty log message ***
|
2002-03-18 |
Stefan Monnier |
(unify-8859-on-decoding-mode)
|
2002-03-18 |
Stefan Monnier |
*** empty log message ***
|
2002-03-18 |
Stefan Monnier |
("emacs-lisp/backquote"): Load earlier.
|
2002-03-18 |
Pavel Janík |
*** empty log message ***
|
2002-03-18 |
Pavel Janík |
(wait_reading_process_input): Move variables `pname' and `pnamelen' down
|
2002-03-18 |
Pavel Janík |
*** empty log message ***
|
2002-03-18 |
Pavel Janík |
(Fbyte_code): Discard unused computed value to prevent gcc warning.
|
2002-03-18 |
Pavel Janík |
*** empty log message ***
|
2002-03-18 |
Pavel Janík |
(Fplist_member): Add prototype.
|
2002-03-18 |
Pavel Janík |
Fix typo.
|
2002-03-18 |
André Spiegel |
#
|
2002-03-18 |
André Spiegel |
(vc-sccs-register): Fix handling of vc-[sccs-]register-switches.
|
2002-03-18 |
André Spiegel |
(vc-cvs-register): Fix handling of vc-[cvs-]register-switches.
|
2002-03-18 |
André Spiegel |
(vc-rcs-register): Fix handling of vc-[rcs-]register-switches.
|
2002-03-18 |
Stefan Monnier |
*** empty log message ***
|
2002-03-18 |
Stefan Monnier |
(eshell-binary-suffixes): Use exec-suffixes.
|
2002-03-18 |
Kim F. Storm |
Manually edited to add checks for sendto, recvfrom, getsockopt, setsockopt,
|
2002-03-18 |
Kim F. Storm |
*** empty log message ***
|
2002-03-18 |
Kim F. Storm |
Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
|
2002-03-18 |
Kim F. Storm |
Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
|
2002-03-18 |
Kim F. Storm |
Test for sendto, recvfrom, getsockopt, setsockopt,
|
2002-03-18 |
Pavel Janík |
*** empty log message ***
|
2002-03-18 |
Pavel Janík |
(Fmake_network_process): Remove unused variable `sa'.
|
2002-03-18 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-18 |
Richard M. Stallman |
(menu-bar-options-menu): Cope if text-mode-hook is not a list.
|
2002-03-18 |
Eli Zaretskii |
Update the copyright years.
|
2002-03-18 |
Pavel Janík |
Fix typos.
|
2002-03-18 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-18 |
Richard M. Stallman |
(cursor_type_changed): New variable.
|
2002-03-18 |
Richard M. Stallman |
(cursor_type_changed): Hew variable.
|
2002-03-18 |
Richard M. Stallman |
(x_set_cursor_type): Set cursor_type_changed,
|
2002-03-18 |
Richard M. Stallman |
(P_): Definitions deleted.
|
2002-03-18 |
Richard M. Stallman |
(pc-selection-mode): Alter the existing global map, don't replace it.
|
2002-03-18 |
Richard M. Stallman |
(list-directory): Set default-directory at the end.
|
2002-03-18 |
Richard M. Stallman |
(save-buffer-state):
|
2002-03-18 |
Richard M. Stallman |
(imenu-menubar-modified-tick): Renamed from
|
2002-03-18 |
Richard M. Stallman |
(dabbrev--goto-start-of-abbrev): Put a limit on field-beginning search.
|
2002-03-18 |
Richard M. Stallman |
Put * in user option doc strings.
|
2002-03-17 |
Stefan Monnier |
(sgml-xml-mode): Renamed from sgml-xml.
|
2002-03-17 |
Stefan Monnier |
*** empty log message ***
|
2002-03-17 |
Stefan Monnier |
(describe-char-after): Use `internal-describe-syntax-value' again.
|
2002-03-17 |
Stefan Monnier |
*** empty log message ***
|
2002-03-17 |
Stefan Monnier |
(ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode.
|
2002-03-17 |
Stefan Monnier |
(cvs-parse-table): Be a bit more lenient.
|
2002-03-17 |
Kim F. Storm |
Describe enhanced networking support.
|
2002-03-17 |
Kim F. Storm |
Enhanced network process support.
|
2002-03-17 |
Kim F. Storm |
Update copyright.
|
2002-03-17 |
Kim F. Storm |
(save-buffers-kill-emacs): Also check for active server
|
2002-03-17 |
Kim F. Storm |
Update copyright.
|
2002-03-17 |
Kim F. Storm |
(Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
|
2002-03-17 |
Kim F. Storm |
(struct Lisp_Process): New member log.
|
2002-03-17 |
Eli Zaretskii |
Avoid a warning from makeinfo due to a colon in an index entry.
|
2002-03-17 |
Pavel Janík |
Fix typo.
|
2002-03-17 |
Jason Rumney |
*** empty log message ***
|
2002-03-16 |
Jason Rumney |
(w32_to_all_x_charsets): Return correct type in startup case.
|
2002-03-16 |
Eli Zaretskii |
Synchronize DIR entries with @direntry text in Texinfo sources.
|
2002-03-16 |
Eli Zaretskii |
Synchronize DIR entries with text in @direntry in Texinfo sources.
|
2002-03-16 |
Eli Zaretskii |
Fix some URLs, the Copyright years, and the Emacs version.
|
2002-03-16 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-16 |
Eli Zaretskii |
(po-content-type-charset-alist): Convert the
|
2002-03-16 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-16 |
Eli Zaretskii |
(codepage-setup): Don't define a codepage if it is already defined.
|
2002-03-16 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-16 |
Eli Zaretskii |
<top-level>: Remove the setup for all known codepages: it seems
|
2002-03-16 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-16 |
Eli Zaretskii |
(po-find-charset): Search for Charset= header even if we've read less than
|
2002-03-16 |
Pavel Janík |
*** empty log message ***
|
2002-03-16 |
Pavel Janík |
(bibtex-sort-ignore-string-entries)
|
2002-03-16 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-16 |
Eli Zaretskii |
(P_): Don't define if already defined.
|
2002-03-16 |
Stefan Monnier |
*** empty log message ***
|
2002-03-16 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-16 |
Richard M. Stallman |
(redisplay_internal, redisplay_windows):
|
2002-03-16 |
Richard M. Stallman |
(print_object): Delete `\ ' from printed rep of frame.
|
2002-03-16 |
Richard M. Stallman |
(cperl-imenu--function-name-regexp-perl):
|
2002-03-16 |
Richard M. Stallman |
(mode-line-mule-info): In computing help-echo prop,
|
2002-03-16 |
Stefan Monnier |
(load-completion): New function.
|
2002-03-15 |
Pavel Janík |
*** empty log message ***
|
2002-03-15 |
Pavel Janík |
(calendar-goto-french-date): Fix prompt to match the actual code.
|
2002-03-15 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-15 |
Eli Zaretskii |
(po-find-file-coding-system-guts): Use
|
2002-03-15 |
Eli Zaretskii |
A new version from /gd/gnuorg/.
|
2002-03-15 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-15 |
Eli Zaretskii |
(dos_rawgetc): Disable the x-autoselect-window feature,
|
2002-03-15 |
Eli Zaretskii |
Document problems with `df' slowing down Dired.
|
2002-03-15 |
Eli Zaretskii |
Document removal of special treatment of fg:COLOR and bg:COLOR faces.
|
2002-03-15 |
Eli Zaretskii |
Document addition of po.el.
|
2002-03-15 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-15 |
Eli Zaretskii |
(file-coding-system-alist): Add an association for PO files.
|
2002-03-15 |
Eli Zaretskii |
Regenerated.
|
2002-03-15 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-15 |
Eli Zaretskii |
New file.
|
2002-03-15 |
Eli Zaretskii |
Document support for AIX 5.1.
|
2002-03-15 |
Eli Zaretskii |
Regenerated.
|
2002-03-15 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-15 |
Eli Zaretskii |
Support AIX 5.1.
|
2002-03-15 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-15 |
Gerd Moellmann |
(common-lisp-loop-part-indentation):
|
2002-03-14 |
Jan Djärv |
Added return value to Fhandle_save_session to avoid compiler warning.
|
2002-03-14 |
Pavel Janík |
*** empty log message ***
|
2002-03-14 |
Pavel Janík |
(png_load): Remove unused variable `gamma_str'.
|
2002-03-14 |
Miles Bader |
*** empty log message ***
|
2002-03-14 |
Miles Bader |
(rlogin-mode): Use `define-derived-mode'.
|
2002-03-14 |
Richard M. Stallman |
(x_real_positions): Handle failure in XQueryTree.
|
2002-03-14 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-14 |
Miles Bader |
*** empty log message ***
|
2002-03-14 |
Miles Bader |
Require `button'.
|
2002-03-14 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-14 |
Richard M. Stallman |
Syntax fix around @ref.
|
2002-03-14 |
Richard M. Stallman |
Correct info on return values of switch-to-buffer and pop-to-buffer.
|
2002-03-14 |
Richard M. Stallman |
Update doc of local-map and keymap text properties.
|
2002-03-14 |
Richard M. Stallman |
(picture-insert, picture-clear-column, picture-draw-rectangle):
|
2002-03-14 |
Miles Bader |
regenerated
|
2002-03-14 |
Richard M. Stallman |
(dired-fun-in-all-buffers): Moved to dired.el.
|
2002-03-14 |
Richard M. Stallman |
(dired-readin): Clear out undo list.
|
2002-03-14 |
Richard M. Stallman |
(facemenu-add-new-face):
|
2002-03-14 |
Miles Bader |
*** empty log message ***
|
2002-03-14 |
Miles Bader |
(rlogin-carriage-filter): Function removed.
|
2002-03-14 |
Richard M. Stallman |
(cperl-outline-regexp): Move definition up.
|
2002-03-14 |
Miles Bader |
(adjust_for_invis_intang): New function.
|
2002-03-14 |
Miles Bader |
(text_property_stickiness): Function moved to `textprop.c'.
|
2002-03-14 |
Miles Bader |
(text_property_stickiness): Function moved here from `editfns.c'.
|
2002-03-14 |
Miles Bader |
(text_property_stickiness): New declaration.
|
2002-03-14 |
Miles Bader |
*** empty log message ***
|
2002-03-14 |
Miles Bader |
(rfn-eshadow-update-overlay): Bind `inhibit-point-motion-hooks' to t while
|
2002-03-13 |
Jason Rumney |
*** empty log message ***
|
2002-03-13 |
Jason Rumney |
Add STRFTIME_NO_POSIX2.
|
2002-03-13 |
Jason Rumney |
(my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
|
2002-03-13 |
Eli Zaretskii |
(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
|
2002-03-13 |
Eli Zaretskii |
(Symbol Type): Avoid makeinfo warning about colons in indices.
|
2002-03-13 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-13 |
Stefan Monnier |
*** empty log message ***
|
2002-03-13 |
Stefan Monnier |
*** empty log message ***
|
2002-03-13 |
Stefan Monnier |
(x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
|
2002-03-13 |
Stefan Monnier |
(fortran-split-line): Make it work with any `!' comment as well.
|
2002-03-13 |
Stefan Monnier |
(fortran-mode): Set comment-padding to "$$$".
|
2002-03-13 |
Francesco Potortì |
* progmodes/etags.el (tag-exact-file-name-match-p)
|
2002-03-13 |
Francesco Potortì |
*** empty log message ***
|
2002-03-13 |
Stefan Monnier |
*** empty log message ***
|
2002-03-13 |
Stefan Monnier |
(display_mode_element): Fix int/Lisp_Object mixup.
|
2002-03-13 |
Kim F. Storm |
*** empty log message ***
|
2002-03-13 |
Kim F. Storm |
(BASE_PURESIZE): Increase to 775000.
|
2002-03-13 |
Pavel Janík |
FIx typo.
|
2002-03-13 |
Francesco Potortì |
Use Cweb as an example, not Yacc.
|
2002-03-13 |
Colin Walters |
(ibuffer-redisplay-current): Don't move point when redisplaying a
|
2002-03-13 |
Colin Walters |
*** empty log message ***
|
2002-03-12 |
Jason Rumney |
Fix formatting of previous entry
|
2002-03-12 |
Jan Djärv |
*** empty log message ***
|
2002-03-12 |
Jan Djärv |
(emacs-session-save): Add comment that return t means cancel shutdown
|
2002-03-12 |
Jason Rumney |
Added note about format-time-string deficiencies on MS-Windows.
|
2002-03-12 |
Jan Djärv |
*** empty log message ***
|
2002-03-12 |
Jan Djärv |
(emacs-session-restore): Take previous id as an argument.
|
2002-03-12 |
Jan Djärv |
(command-line): Must check that x-session-previous-id
|
2002-03-12 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-12 |
Juanma Barranquero |
*** empty log message ***
|
2002-03-12 |
Juanma Barranquero |
(syms_of_editfns): Fix typo.
|
2002-03-12 |
Gerd Moellmann |
Add cl-indent loop form indentation.
|
2002-03-12 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-12 |
Gerd Moellmann |
(lisp-loop-keyword-indentation)
|
2002-03-12 |
Francesco Potortì |
*** empty log message ***
|
2002-03-12 |
Francesco Potortì |
*** empty log message ***
|
2002-03-12 |
Francesco Potortì |
Use Cweb, not bison as an example of etags using #line.
|
2002-03-12 |
Francesco Potortì |
Better description of what etags does with #line.
|
2002-03-12 |
Francesco Potortì |
* etags.c (Python_functions): Skip spaces at beginning of lines.
|
2002-03-12 |
Francesco Potortì |
* progmodes/etags.el (tag-exact-file-name-match-p)
|
2002-03-12 |
Francesco Potortì |
*** empty log message ***
|
2002-03-12 |
Francesco Potortì |
*** empty log message ***
|
2002-03-12 |
Francesco Potortì |
Description of the tags file format.
|
2002-03-12 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-12 |
Gerd Moellmann |
Include stdio.h because termhooks.h needs it.
|
2002-03-12 |
Pavel Janík |
*** empty log message ***
|
2002-03-12 |
Pavel Janík |
Fix typo.
|
2002-03-11 |
Colin Walters |
*** empty log message ***
|
2002-03-11 |
Colin Walters |
(toplevel): Revert previous change to use pcomplete.
|
2002-03-11 |
Colin Walters |
Remove documentation on setting up pcomplete.
|
2002-03-11 |
Andreas Schwab |
*** empty log message ***
|
2002-03-11 |
Andreas Schwab |
(syms_of_coding) <file-coding-system-alist>: Doc fix
|
2002-03-11 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-11 |
Gerd Moellmann |
(note_mouse_movement): Put code for
|
2002-03-11 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-11 |
Gerd Moellmann |
(Fload): Don't assume that message_with_ntring uses the
|
2002-03-11 |
Pavel Janík |
*** empty log message ***
|
2002-03-11 |
Pavel Janík |
(java-font-lock-extra-types): Add "URL" as separate item. Doc fix.
|
2002-03-11 |
Pavel Janík |
(image-type-from-file-header): Make temporary buffer unibyte.
|
2002-03-11 |
Pavel Janík |
(add-to-list): Doc fix.
|
2002-03-11 |
Richard M. Stallman |
(imenu-update-menubar-modified-tick): New variable.
|
2002-03-11 |
Richard M. Stallman |
(desktop-buffer-handlers): Doc fix.
|
2002-03-11 |
Richard M. Stallman |
(show-paren-function): Move back in other direction
|
2002-03-11 |
Richard M. Stallman |
Clean up session manager node.
|
2002-03-11 |
Miles Bader |
*** empty log message ***
|
2002-03-11 |
Miles Bader |
(pcomplete-entries): Expand environment variables in filename.
|
2002-03-10 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-10 |
Eli Zaretskii |
Use defface instead of facemenu-get-face.
|
2002-03-10 |
Jan Djärv |
Added test for X Session Management (HAVE_X_SM).
|
2002-03-10 |
Jan Djärv |
*** empty log message ***
|
2002-03-10 |
Jan Djärv |
(Session Management): New node about X Session management.
|
2002-03-10 |
Jan Djärv |
(command-line): Add call to emacs-session-restore
|
2002-03-10 |
Jan Djärv |
(x-handle-smid): New function.
|
2002-03-10 |
Jan Djärv |
X Session management additions
|
2002-03-10 |
Jan Djärv |
Added test for HAVE_X_SM and added new file xsmfns.c
|
2002-03-10 |
Jan Djärv |
Added HAVE_X_SM
|
2002-03-10 |
Jan Djärv |
Extern declare syms_of_xsmfns ().
|
2002-03-10 |
Jan Djärv |
(main): Added call to syms_of_xsmfns ().
|
2002-03-10 |
Jan Djärv |
Added Emacs event save_session_event.
|
2002-03-10 |
Jan Djärv |
(enum event_kind): Added save_session_event.
|
2002-03-10 |
Jan Djärv |
Added calls to x_session_check_input () and x_session_initialize ().
|
2002-03-10 |
Jan Djärv |
Extern declare x_session_check_input () and x_session_initialize ().
|
2002-03-10 |
Jan Djärv |
New file for X session management.
|
2002-03-09 |
Andreas Schwab |
*** empty log message ***
|
2002-03-09 |
Andreas Schwab |
Revert last change.
|
2002-03-09 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-09 |
Eli Zaretskii |
(maybe_bootstrap): Fix last change.
|
2002-03-09 |
Eli Zaretskii |
(maybe_bootstrap): Fix the command that fails Make.
|
2002-03-09 |
Eli Zaretskii |
Edit the mostlyclean target.
|
2002-03-09 |
Eli Zaretskii |
Update copyright years.
|
2002-03-09 |
Eli Zaretskii |
Edit the bootstrap-* targets.
|
2002-03-09 |
Eli Zaretskii |
(all): Depend on maybe_bootstrap.
|
2002-03-09 |
Eli Zaretskii |
(maybe_bootstrap, bootstrap, bootstrap-lisp-1)
|
2002-03-09 |
Jason Rumney |
(Fcopy_file): Fix last change.
|
2002-03-09 |
Eli Zaretskii |
Split pre-21.1 changes into ChangeLog.9.
|
2002-03-09 |
Eli Zaretskii |
Split pre-21.1 changes into a separate file.
|
2002-03-09 |
Eli Zaretskii |
Entries for Richard's commits from yesterday.
|
2002-03-09 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-09 |
Eli Zaretskii |
(shell-command-on-region): Call push-mark with
|
2002-03-09 |
Jason Rumney |
*** empty log message ***
|
2002-03-09 |
Jason Rumney |
(Fcopy_file) [WINDOWS_NT]: Ensure file is not
|
2002-03-08 |
Richard M. Stallman |
(sc-select-attribution): Accept whatever value we get in CHOICE; there
|
2002-03-08 |
Andreas Schwab |
*** empty log message ***
|
2002-03-08 |
Andreas Schwab |
Change Maintainer to FSF.
|
2002-03-08 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-08 |
Gerd Moellmann |
(move_it_vertically_backward): At the end of the
|
2002-03-08 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-08 |
Gerd Moellmann |
(echo_char): Make sure to add a separator between
|
2002-03-08 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-08 |
Gerd Moellmann |
Use new string macros.
|
2002-03-08 |
Gerd Moellmann |
Fix last change.
|
2002-03-08 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-08 |
Gerd Moellmann |
(SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
|
2002-03-08 |
Richard M. Stallman |
(picture-forward-column): New arg `interactive'
|
2002-03-08 |
Richard M. Stallman |
(browse-url-galeon): Specify --existing for an existing window.
|
2002-03-08 |
Richard M. Stallman |
(tar-untar-buffer): New function.
|
2002-03-08 |
Richard M. Stallman |
(Info-fontify-node): Bind up-clicks, not down-clicks.
|
2002-03-08 |
Richard M. Stallman |
(find-name-dired): Use shell-quote-argument.
|
2002-03-08 |
Juanma Barranquero |
*** empty log message ***
|
2002-03-08 |
Juanma Barranquero |
(Fx_display_color_cells): Force 24+ bit color depths to 24-bit.
|
2002-03-08 |
Eli Zaretskii |
Document enhancements to `mpuz.el'.
|
2002-03-08 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-08 |
Eli Zaretskii |
(mpuz-unsolved-face, mpuz-solved-face)
|
2002-03-08 |
Colin Walters |
(ibuffer-filter-format-alist): Add type and group.
|
2002-03-08 |
Colin Walters |
(ibuffer-update-mode-name): Substitute "view time" instead of
|
2002-03-08 |
Colin Walters |
(define-ibuffer-column): Add :summarizer property.
|
2002-03-08 |
Colin Walters |
*** empty log message ***
|
2002-03-07 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-07 |
Gerd Moellmann |
Add 2002 to the copyright years.
|
2002-03-07 |
Gerd Moellmann |
(ebrowse-view/find-file-and-search-pattern):
|
2002-03-07 |
Stefan Monnier |
*** empty log message ***
|
2002-03-06 |
Jason Rumney |
*** empty log message ***
|
2002-03-06 |
Jason Rumney |
(x_draw_hollow_cursor): Draw same size as block cursor.
|
2002-03-06 |
Jason Rumney |
(put_entries): Use #if !CTAGS, to fix link error on
|
2002-03-06 |
ShengHuo ZHU |
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
|
2002-03-06 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-06 |
Eli Zaretskii |
(make-auto-save-file-name): Remove replacement function.
|
2002-03-06 |
Eli Zaretskii |
(make-auto-save-file-name): Make sure the produced file
|
2002-03-06 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-06 |
Gerd Moellmann |
(lisp-font-lock-keywords-2): Highlight keywords of
|
2002-03-06 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-06 |
Gerd Moellmann |
(mark_kboards): Mark echo_string.
|
2002-03-06 |
Gerd Moellmann |
(echo_prompt, echo_char, echo_dash, echo_now)
|
2002-03-06 |
Gerd Moellmann |
(ECHOBUFSIZE): Removed.
|
2002-03-06 |
Andreas Schwab |
*** empty log message ***
|
2002-03-06 |
Andreas Schwab |
Augment expression parser to handle conditional expressions.
|
2002-03-06 |
Gerd Moellmann |
*** empty log message ***
|
2002-03-06 |
Gerd Moellmann |
(message_with_string): Use Fformat instead of doprnt and
|
2002-03-06 |
Gerd Moellmann |
(vc-branch-part): Add autoload cookie. This function can
|
2002-03-06 |
Pavel Janík |
*** empty log message ***
|
2002-03-06 |
Pavel Janík |
("Slovak"): Likewise.
|
2002-03-06 |
Pavel Janík |
*** empty log message ***
|
2002-03-06 |
Pavel Janík |
("Czech"): Fix the documentation.
|
2002-03-05 |
ShengHuo ZHU |
* xml.el (xml-parse-attlist): Accept empty strings.
|
2002-03-05 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-05 |
ShengHuo ZHU |
* qp.el (quoted-printable-decode-region): Doc addition.
|
2002-03-05 |
Stefan Monnier |
Doc fix.
|
2002-03-05 |
Stefan Monnier |
(skip_invisible): Fix my brain fart.
|
2002-03-05 |
Eli Zaretskii |
(mac-roman): Fix last change.
|
2002-03-05 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-05 |
Eli Zaretskii |
(mouse-show-mark): Remove the no-highlight alternative:
|
2002-03-05 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-05 |
Eli Zaretskii |
(mac-roman): Fix the safe-chars property.
|
2002-03-05 |
Stefan Monnier |
(sit_for): Don't wait if executing a kbd macro.
|
2002-03-05 |
André Spiegel |
#
|
2002-03-05 |
André Spiegel |
(vc-cvs-diff-tree): Fix typo in parameter names.
|
2002-03-05 |
André Spiegel |
#
|
2002-03-05 |
André Spiegel |
(vc-transfer-file): Use `make-temp-file' instead of `make-temp-name'.
|
2002-03-05 |
Francesco Potortì |
etags honours #line directives.
|
2002-03-05 |
Francesco Potortì |
* etags.c: Honour #line directives.
|
2002-03-05 |
Francesco Potortì |
*** empty log message ***
|
2002-03-05 |
Andreas Schwab |
Regenerated.
|
2002-03-05 |
Andreas Schwab |
*** empty log message ***
|
2002-03-05 |
Andreas Schwab |
(hscroll_margin): Change to EMACS_INT.
|
2002-03-05 |
André Spiegel |
# Fix recent entries for Jonathan Kamens and Martin Lorentzson.
|
2002-03-05 |
Juanma Barranquero |
Fix typo.
|
2002-03-05 |
Per Abrahamsen |
2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
|
2002-03-05 |
Michael Kifer |
*** empty log message ***
|
2002-03-05 |
Michael Kifer |
* ediff-init.el: comments.
|
2002-03-04 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
2002-03-04 |
Stefan Monnier |
(syms_of_buffer): Allow non-string `mode-name'.
|
2002-03-04 |
Stefan Monnier |
(face-spec-choose): Allow `t' to appear before the end.
|
2002-03-04 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-04 |
Richard M. Stallman |
(define-minor-mode): Use "P" in interactive spec of minor mode commands.
|
2002-03-04 |
Eli Zaretskii |
(sys_subshell): Fix last change.
|
2002-03-04 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-04 |
Eli Zaretskii |
(sys_subshell) [MSDOS]: If PWD is set in the
|
2002-03-04 |
Werner LEMBERG |
* Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE), makefile.w32-in
|
2002-03-04 |
Werner LEMBERG |
*** empty log message ***
|
2002-03-04 |
Werner LEMBERG |
New input method for Vietnamese.
|
2002-03-04 |
Pavel Janík |
*** empty log message ***
|
2002-03-04 |
Pavel Janík |
Require tempo when compiling to prevent warnings. Update copyright notice.
|
2002-03-04 |
Pavel Janík |
(read_filtered_event): Do not call start_hourglass before returning.
|
2002-03-04 |
Pavel Janík |
Align comments.
|
2002-03-04 |
Pavel Janík |
*** empty log message ***
|
2002-03-04 |
Pavel Janík |
(describe-key-briefly, describe-key): Interpret `undefined' like not
|
2002-03-04 |
Pavel Janík |
Mention psgml possible problems.
|
2002-03-04 |
Juanma Barranquero |
*** empty log message ***
|
2002-03-04 |
Juanma Barranquero |
(x_display_and_set_cursor): Fix typo.
|
2002-03-04 |
Stefan Monnier |
*** empty log message ***
|
2002-03-04 |
Stefan Monnier |
Change maintainer to FSF.
|
2002-03-04 |
Stefan Monnier |
(tex-guess-main-file): Handle the case where one of the buffers is narrowed.
|
2002-03-04 |
Stefan Monnier |
(hexlify-command, dehexlify-command): Remove.
|
2002-03-04 |
Stefan Monnier |
(comment-forward): Use forward-comment to skip
|
2002-03-04 |
Stefan Monnier |
(cperl-menu): Add "-emacs" to the version.
|
2002-03-04 |
Stefan Monnier |
New file.
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-03 |
Richard M. Stallman |
(artist-system): Use make-temp-file.
|
2002-03-03 |
Richard M. Stallman |
(ps-run-make-tmp-filename): Use make-temp-file.
|
2002-03-03 |
Richard M. Stallman |
(mail-recover-1): Increase non-random-len
|
2002-03-03 |
Richard M. Stallman |
Update how auto-save file names are made for non-file buffers.
|
2002-03-03 |
Richard M. Stallman |
(make-auto-save-file-name): Use make-temp-file.
|
2002-03-03 |
Richard M. Stallman |
(Fmake_temp_name): Doc fix.
|
2002-03-03 |
Richard M. Stallman |
Comment change.
|
2002-03-03 |
Richard M. Stallman |
(te-create-terminfo): Use make-temp-file
|
2002-03-03 |
Richard M. Stallman |
(Major Modes): Explain major mode functions, how they work, and how
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-03 |
Richard M. Stallman |
[!emacs]: Move #define of bcopy to after string.h.
|
2002-03-03 |
Richard M. Stallman |
[!emacs]: Replace ospeed for building standalone
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-03 |
Richard M. Stallman |
(file_p): Rename arg `path' to `filename'.
|
2002-03-03 |
Richard M. Stallman |
(Fexpand_abbrev): Increment plist as use count only if it is an integer.
|
2002-03-03 |
Richard M. Stallman |
(png_load): Set screen_gamma based on f->gamma.
|
2002-03-03 |
Richard M. Stallman |
(read1): When reading from a file, default string to
|
2002-03-03 |
Richard M. Stallman |
(print_object): Output multibyte chars 128...255
|
2002-03-03 |
Richard M. Stallman |
(display_mode_element): Move the places where
|
2002-03-03 |
Eli Zaretskii |
Rename the variables related to automatic horizontal scrolling.
|
2002-03-03 |
Eli Zaretskii |
(Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.
|
2002-03-03 |
Eli Zaretskii |
(Horizontal Scrolling): Rename automatic-hscrolling, automatic-hscroll-step
|
2002-03-03 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-03 |
Eli Zaretskii |
Rename automatic-hscroll-step and
|
2002-03-03 |
Eli Zaretskii |
(auto-hscroll-mode): Renamed from automatic-hscrolling.
|
2002-03-03 |
Robert J. Chassell |
(texinfo-insert-menu): specify previously free variable `level' in a
|
2002-03-03 |
Eli Zaretskii |
(syms_of_xdisp) <auto-hscroll-mode>: Renamed from
|
2002-03-03 |
Eli Zaretskii |
*** empty log message ***
|
2002-03-03 |
Eli Zaretskii |
(mouse-region-delete-keys): Add deletechar.
|
2002-03-03 |
Eli Zaretskii |
(International): Fix wording of the last change.
|
2002-03-03 |
Sam Steingold |
fixed parens in the last patch
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-03 |
Richard M. Stallman |
(tetris-score-file): Put in home dir, not in /tmp.
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-03 |
Richard M. Stallman |
(gamegrid-set-font, gamegrid-setup-face)
|
2002-03-03 |
Richard M. Stallman |
(snake-score-file): Put in home dir, not in /tmp.
|
2002-03-03 |
Richard M. Stallman |
(install-arch-indep): Use umask 022 for DOC* and lisp/.
|
2002-03-03 |
Richard M. Stallman |
(find-dired-filter): Fix previous change.
|
2002-03-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2002-03-03 |
Thien-Thi Nguyen |
(list-diary-entries): Use `buffer-substring' instead of
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|
2002-03-03 |
Richard M. Stallman |
(find-grep-dired): Rename arg to `regexp'.
|
2002-03-03 |
Richard M. Stallman |
(find-grep-dired): Call shell-quote-argument. Specify the -e option.
|
2002-03-03 |
Kim F. Storm |
(Fopen_network_stream): Always call turn_on_atimers around connect.
|
2002-03-03 |
Kim F. Storm |
*** empty log message ***
|
2002-03-03 |
Kim F. Storm |
Test for getpeername.
|
2002-03-03 |
Richard M. Stallman |
*** empty log message ***
|