aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove mentions of Planner in remember.el.Michael Olson2007-11-012-26/+16
|
* Advise removal of old vc-svn.Glenn Morris2007-11-011-0/+2
|
* (bad-packages-alist): Add an entry for standalone vc-svn.Glenn Morris2007-11-012-1/+11
|
* Remove HAVE_X11R5.Jan Djärv2007-11-012-3/+4
|
* Remove HAVE_X11R5.Jan Djärv2007-11-012-4/+5
|
* Remove HAVE_X11R5 and HAVE_X11R4.Jan Djärv2007-11-018-142/+5
|
* Regenerate.Jan Djärv2007-11-011-4/+1
|
* Regenerate.Jan Djärv2007-11-012-95/+26
|
* Remove HAVE_X11R5 check.Jan Djärv2007-11-011-54/+32
|
* * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-017-6/+15
| | | | | | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
* (authors-scan-change-log)Glenn Morris2007-11-012-4/+8
| | | | | (authors-scan-el): Don't enable local eval; enable only safe local variables, without querying.
* Remember: Fix mistake in last commit and improve remember-mode docstring.Michael Olson2007-11-012-5/+10
|
* remember.el (remember-mode-map): Define and initialize in one step.Michael Olson2007-11-012-6/+6
|
* Remember: Put on a low-cookie diet, and improve docstrings.Michael Olson2007-11-012-13/+30
|
* *** empty log message ***Glenn Morris2007-11-011-0/+5
|
* * printing.el (printing): Fix :version, printing.el was includedDan Nicolaescu2007-11-012-36/+15
| | | | | | | | | | | | | | | for in emacs-22.1. (pr-path-style, pr-path-alist, pr-txt-name) (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist) (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command) (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution) (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region) (pr-auto-mode, pr-mode-alist, pr-ps-utility) (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width) (pr-setting-database, pr-visible-entry-list) (pr-delete-temp-file, pr-list-directory, pr-buffer-name) (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
* (nroff-mode): Set indent-line-function.Glenn Morris2007-11-011-1/+15
| | | | | | (nroff-indent-line-function): New function. (nroff-count-text-lines): Use nroff-forward-text-line rather than obsolete alias.
* (doc-view-cache-directory): Remove superfluous concat.Glenn Morris2007-11-012-1/+3
|
* Ryan Yeske <rcyeske at gmail.com>Glenn Morris2007-11-012-38/+45
| | | | | | | | | (rcirc-last-quit-line, rcirc-last-line) (rcirc-elapsed-lines): New argument PROCESS. Update callers. (rcirc-print): Only update the line count when not marking the line as ommittable. (rcirc-log-write): Specify coding system when writing logfile. (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
* Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-015-3/+13
| | | | | | | | (x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it has already been set by x_set_glyph_string_gc from x_draw_glyph_string. http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
* (footnote-numeric-regexp)Glenn Morris2007-11-011-5/+6
| | | | | | (footnote-english-upper-regexp, footnote-english-lower-regexp) (footnote-roman-lower-regexp, footnote-roman-upper-regexp): Match multi-character footnotes.
* * ediff-util.el (ediff-nuke-selective-display): Move definition toDan Nicolaescu2007-11-013-24/+36
| | | | | | | top level, make it dependent on the emacs flavor. * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer): Test for XEmacs not for itimer.
* * cmdargs.texi (Misc Variables): Remove Sun windows info.Dan Nicolaescu2007-11-0114-2122/+18
| | | | | | | | | | | | | | | | * MACHINES: Remove Sun windows info. * term/sun-mouse.el: * obsolete/sun-fns.el: * obsolete/sun-curs.el: Remove files. * term/sun.el (select-previous-complex-command): * sunfns.c: Remove file * m/sun386.h: * m/sun2.h: * m/sparc.h: Remove Sun windows code.
* Silence some byte-compiler warnings in ERCMichael Olson2007-11-015-15/+32
|
* * doc-view.el (doc-view-cache-directory): Fix bug where an integerReiner Steib2007-10-312-1/+7
| | | | was given to concat.
* (doc-view-mode-map): Bind doc-view-goto-page to the keysStefan Monnier2007-10-312-2/+7
| | | | | used normally for goto-line. Change `g' to revert the buffer. Add redundant `r' binding for buffer-revert.
* (mail-abbrevs-mode): Use define-minor-mode.Stefan Monnier2007-10-312-154/+127
| | | | | | | | | (mail-abbrevs-setup): Use abbrev-expand-functions. (build-mail-abbrevs): Use with-temp-buffer. (define-mail-abbrev): Simplify. (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook. Change it for use on abbrev-expand-functions. (mail-abbrev-complete-alias): Use with-syntax-table.
* * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'Michael Albinus2007-10-312-10/+10
| | | | directly. Fix bug in deleting temp file.
* (python-mode-abbrev-table): Use :regexp.Stefan Monnier2007-10-312-23/+16
| | | | | | | Merge defvar and define-abbrev-table. (def-python-skeleton): Use :case-fixed and :enable-function. (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook): Remove. (python-mode): Don't modify pre-abbrev-expand-hook.
* * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.Stefan Monnier2007-10-313-13/+22
| | | | | | (init_keyboard): Set current_kboard's window-system to nil. (tty_read_avail_input): Typo. * frame.c (make_initial_frame): Don't initialize the initial_kboard.
* (ediff-file-checked-out-p)Dan Nicolaescu2007-10-312-2/+7
| | | | (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
* (abbrev-symbol): Correct let->let*.Stefan Monnier2007-10-312-5/+11
| | | | (abbrev--before-point): Only use abbrev-start-location if before point.
* (strokes-alphabetic-lessp): Simplify. Doc fix.Juanma Barranquero2007-10-312-9/+23
| | | | | | (strokes-unload-hook): Remove function and variable. (strokes-unload-function): New-style unload function, adapted from `strokes-unload-hook'.
* (cl-cannot-unload): Remove function.Juanma Barranquero2007-10-311-3/+5
| | | | | | (cl-unload-hook): Remove variable. (cl-unload-function): New-style unload function, adapted from `cl-cannot-unload'.
* (elp-unload-hook): Remove function and variable.Juanma Barranquero2007-10-311-3/+5
| | | | | (elp-unload-function): New-style unload function, adapted from `elp-unload-hook'.
* Default argument for find-libraryVinicius Jose Latorre2007-10-312-5/+20
|
* (url-vars-unload-hook): Remove function and variable.Juanma Barranquero2007-10-312-7/+6
| | | | Hooks are automatically removed by `unload-feature'.
* (shadow-join): Remove.Juanma Barranquero2007-10-312-24/+25
| | | | | | | | (shadow-shadows): Use `mapconcat' instead of `shadow-join'. (shadow-initialize): Use `write-file-functions', not `write-file-hooks'. (shadowfile-unload-hook): Remove function and variable. (shadowfile-unload-function): New-style unload function, adapted from `shadowfile-unload-hook'.
* *** empty log message ***Nick Roberts2007-10-311-0/+1
|
* * s/usg5-4.h:Dan Nicolaescu2007-10-318-15/+13
| | | | | | | | | | * s/usg5-3.h: * s/ptx.h: * m/is386.h: * m/ibmps2-aix.h: * Makefile.in: Remove all mentions of X10 * dispnew.c (syms_of_display): Don't mention version 10.
* * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvmDan Nicolaescu2007-10-319-312/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | only if it is bound. * textmodes/reftex.el: Move autoloads for before all uses. (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay) (reftex-delete-overlay): Move to the top level with the condition in the body. * progmodes/simula.el: Use when instead of if. * iimage.el (iimage-locate-file): Define unconditionally. * mail/mailabbrev.el (mail-abbrev-next-line): * emulation/vip.el (vip-enlarge-region, vip-line) (vip-next-line-at-bol, vip-previous-line) (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read): Wrap with-no-warnings around uses of next-line and previous-line. * ediff.el (run-ediff-from-cvs-buffer): * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove function not used by pcl-cvs anymore. (noninteractive, generic-sc-get-latest-rev) (ediff-generic-sc-internal, ediff-generic-sc-merge-internal): Delete support for long obsolete generic-sc.el.
* (Creating Strings): Null strings from concat not unique.Richard M. Stallman2007-10-312-1/+6
|
* (install-arch-indep): Fallback to $USER and `id -un' when changingGlenn Morris2007-10-313-3/+31
| | | | ownership of installed files.
* (install): Change ownership of installed files.Glenn Morris2007-10-312-0/+9
|
* No longer require pcvs when compiling.Glenn Morris2007-10-312-1/+9
|
* (doc-view-conversion-refresh-interval)Glenn Morris2007-10-311-11/+8
| | | | | | (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt) (doc-view-reset-slice): Doc fixes. (doc-view-menu): Remove deleted function doc-view-edit-doc.
* (help-at-pt-unload-hook): Remove. Timers areJuanma Barranquero2007-10-312-14/+23
| | | | automatically canceled by `unload-feature'.
* (delsel-unload-hook): Remove function and variable.Juanma Barranquero2007-10-311-5/+10
| | | | | (delsel-unload-function): New-style unload function, adapted from `delsel-unload-hook'.
* (msb-unload-hook): Remove function and variable.Juanma Barranquero2007-10-311-5/+7
| | | | | (msb-unload-function): New-style unload function, adapted from `msb-unload-hook'.
* Merge from gnus--devo--0Miles Bader2007-10-305-18/+90
| | | | | | | | | | Patches applied: * gnus--devo--0 (patch 401-403) - Update from CVS Revision: [email protected]/emacs--devo--0--patch-916