aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2004-11-084-7/+35
|
* (next-error group, face): Move before first use.Richard M. Stallman2004-11-081-71/+130
| | | | | | | | | | | | (next-error-highlight, next-error-highlight-no-select): Likewise. (line-move-invisible-p): Renamed from line-move-invisible. (line-move): New args NOERROR and TO-END. Return t if if succeed in moving specified number of lines. (move-end-of-line): New function. (beginning-of-buffer-other-window, end-of-buffer-other-window): Use with-no-warnings.
* (syntax-after): Doc fix.Richard M. Stallman2004-11-081-2/+2
|
* (Syntax Table Functions): Add syntax-after.Richard M. Stallman2004-11-081-0/+12
|
* *** empty log message ***Richard M. Stallman2004-11-081-0/+7
|
* (show-paren-function): Change calls to syntax-afterRichard M. Stallman2004-11-081-2/+2
| | | | for new way of returning the value.
* (menu-bar-file-menu): Make this the real nameRichard M. Stallman2004-11-081-28/+28
| | | | | and menu-bar-files-menu the alias. Use the former. (global-map): Use `file', not `files', as the symbol.
* (Info-revert-find-node): Don't use beginning-of-buffer.Richard M. Stallman2004-11-081-2/+2
|
* (filesets-spawn-external-viewer, filesets-run-cmd):Richard M. Stallman2004-11-081-3/+4
| | | | | Don't use beginning-of-buffer. (filesets-cmd-show-result): Use with-no-warnings.
* Comment changes.Richard M. Stallman2004-11-081-1/+11
|
* (bootstrap-clean): Copy ldefs-boot.el ontoEli Zaretskii2004-11-082-1/+5
| | | | loaddefs.el, unless the latter exists and is newer.
* (mostlyclean, distclean, maintainer-clean)Eli Zaretskii2004-11-082-12/+96
| | | | | | | | | | (extraclean, bootfast): New targets. (top_distclean): New macro, used by distclean, maintainer-clean, and extraclean. (.PHONY): Add bootfast. (bootstrap): Make bootstrap-after in lisp. (bootstrap-clean-before): Clean in man, lispref, and lispintro as well.
* *** empty log message ***Eli Zaretskii2004-11-082-0/+10
|
* (HAVE_BZERO): Define for GCC v3.x and later.Eli Zaretskii2004-11-081-0/+8
|
* (compile): Don't overwrite last command in minibuffer historyJuri Linkov2004-11-081-5/+8
| | | | with default command if they are not equal.
* *** empty log message ***Juri Linkov2004-11-081-0/+5
|
* Move #include "systime.h" before <sys/resource.h>.Eli Zaretskii2004-11-081-11/+5
| | | | | Don't include <sys/time.h> explicitly. Include <stdio.h> unconditionally, not just on MacOS.
* *** empty log message ***Jay Belanger2004-11-081-0/+5
|
* (math-do-integral-methods): Try linear, then non-linear, substitutions.Jay Belanger2004-11-081-3/+2
|
* (fontset_pattern_regexp): Cancel my previous change;Kenichi Handa2004-11-082-14/+36
| | | | | | | | don't pay attention to '\' before '*'. (fontset_pattern_regexp): Change the meaning of the second arg. (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset. (check_fontset_name): Try NAME as literal at first, and if it failes, try NAME as pattern.
* *** empty log message ***Jay Belanger2004-11-081-0/+9
|
* (math-linear-subst-tried): New variable.Jay Belanger2004-11-071-2/+7
| | | | | | | | | | (math-do-integral): Set `math-linear-subst-tried' to nil. (math-do-integral-methods): Use `math-linear-subst-tried' to determine what type of substitution to try. (math-integ-try-linear-substituion): Set `math-linear-subst-tried' to t.
* (bootstrap, bootstrap-clean-before): Remove .elcKim F. Storm2004-11-071-2/+12
| | | | | | files before building. (bootfast, bootstrap-clean-before-fast): New targets, like bootstrap but don't remove .elc files.
* *** empty log message ***Kim F. Storm2004-11-072-0/+11
|
* (bootstrap-clean): New target for 'make bootstrap'.Kim F. Storm2004-11-071-0/+3
|
* *** empty log message ***Richard M. Stallman2004-11-071-0/+40
|
* * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.Jan Djärv2004-11-072-4/+11
|
* (info-lookup): Allow reusing in the current bufferJuri Linkov2004-11-071-32/+32
| | | | | | | | | | not only *info* buffer, but all (even renamed) Info buffers by checking for major-mode instead of *info* buffer name. (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode) (octave-mode, maxima-mode) <doc-spec>: Allow long dashes generated by Texinfo 4.7 before definitions. (texinfo-mode) <doc-spec>: Add space to suffix to find command definitions with argument separated by space.
* *** empty log message ***Juri Linkov2004-11-071-0/+11
|
* Don't declare Fmsdos_downcase_filename.Andreas Schwab2004-11-073-5/+6
|
* Declare Fmsdos_downcase_filename.Andreas Schwab2004-11-071-0/+5
|
* * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv2004-11-075-4/+22
| | | | | | | | | | | | comparisons with integers instead of Lisp_Object address. (Fmsdos_set_keyboard): Declare argument allkeys. * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid int/Lisp_Object mixup. * fileio.c: Ditto.
* editfns.c: Adding in better patchSteven Tamm2004-11-071-2/+3
|
* editfns.c: Need to include sys/time.h before resource.h on darwin.Steven Tamm2004-11-072-0/+7
|
* (syntax-after): Return the syntax letter, not the raw code.Richard M. Stallman2004-11-071-5/+13
|
* (elp-results): Delete wasteful beginning-of-buffer.Richard M. Stallman2004-11-071-1/+0
|
* (iso-cvt-define-menu): menu-bar-files-menu renamed to menu-bar-file-menu.Richard M. Stallman2004-11-071-8/+8
|
* (browse-url-gnome-moz-program)Richard M. Stallman2004-11-071-8/+9
| | | | (browse-url-gnome-moz-arguments): Move up before first use.
* (tramp group): Add :version.Richard M. Stallman2004-11-071-1/+2
|
* (ada-gdb-application): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
|
* (cperl-info-on-command): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
|
* (idlwave-shell-examine-map): Move up before first use.Richard M. Stallman2004-11-071-17/+14
| | | | | | (idlwave-shell-temp-pro-file): Likewise. (idlwave-shell-temp-rinfo-save-file): Likewise. (idlwave-shell-temp-file): Minor doc fix.
* (flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
|
* (command_loop_1): Change Vtransient_mark_modeRichard M. Stallman2004-11-072-11/+19
| | | | before deciding whether to inctivate mark.
* (Fcall_interactively): Avoid reusing EVENT for other data.Richard M. Stallman2004-11-071-7/+7
|
* (merge_named_face): GCPRO the face_name in theRichard M. Stallman2004-11-071-14/+12
| | | | | named_merge_point struct that we make. (merge_face_heights): Eliminate GCPRO arg. All callers changed.
* Whitespace fixup.Andreas Schwab2004-11-071-7/+5
|
* (tramp-uudecode): Mention `uudecode -o /dev/stdout'.Kai Großjohann2004-11-062-2/+4
|
* (tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"Kai Großjohann2004-11-062-0/+8
| | | | before trying "uudecode -o -". Suggested by Han Boetes.
* (recentf-menu-path): Use menu item name.David Ponce2004-11-061-1/+1
|