summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* ebnf-no-meta-identifier ==> var instead constant.Vinicius Jose Latorre2003-08-131-3/+4
|
* Fix ebnf-isoVinicius Jose Latorre2003-08-131-0/+5
|
* (shell): With prefix-arg, suggest a new buffer name.Markus Rost2003-08-122-1/+6
|
* #André Spiegel2003-08-121-0/+6
|
* (vc-sccs-state-heuristic): Fix parentheses.André Spiegel2003-08-121-6/+10
| | | | | (vc-sccs-workfile-version): Search the entire delta table, rather than just the first entry, because that might be a deleted version.
* * menu-bar.el (menu-bar-options-menu): Supply a body for theKarl Fogel2003-08-122-1/+14
| | | | | | [save-place] binding in the Options menu. Have it require 'saveplace' and then toggle the variable manually, to avoid an an unbound variable error. Thanks to <Sebastien.Kirche@sage.com> for the bug report.
* (gdb-insert-field, gdb-array-format1)Nick Roberts2003-08-111-30/+26
| | | | | | | | | (gdb-info-breakpoints-custom, gdb-info-frames-custom) (gdb-info-threads-custom): Add help-echo text. (gdb-display-back): Don't use purecopy. (gdb-info-breakpoints-custom, gdb-reset) (gdb-assembler-custom): Use display-images-p to test if breakpoint icons can be displayed.
* *** empty log message ***Nick Roberts2003-08-111-0/+10
|
* *** empty log message ***Markus Rost2003-08-111-0/+4
|
* (reftex-auto-recenter-toc): Fix typo.Markus Rost2003-08-111-1/+1
|
* (bookmark-completing-read): Use a popup menu if activated from the mouse.Stefan Monnier2003-08-112-241/+130
| | | | | | | | | | | | | | | | | | | | | Return a string, instead of a list of one string. (bookmark-edit-annotation): Remove unused vars. (bookmark-jump, bookmark-relocate, bookmark-insert-location) (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls to bookmark-completing-read. (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark) (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only and erase-buffer. (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate) (bookmark-menu-jump, bookmark-menu-insert) (bookmark-popup-menu-and-apply-function) (bookmark-menu-popup-paned-bookmark-menu): Remove. (bookmark-menu-build-paned-menu): Remove by folding it into bookmark-menu-popup-paned-menu. (menu-bar-bookmark-map): Move the define-key statements here. Use the "non-menu" commands since they now pop up a menu if needed. (bookmark-exit-hook-internal): Simplify.
* Updated to version 4.21Carsten Dominik2003-08-1111-3762/+4217
|
* *** empty log message ***Carsten Dominik2003-08-111-0/+14
|
* Move defvar before first use.Vinicius Jose Latorre2003-08-092-3/+10
|
* ebnf-begin-job code fixVinicius Jose Latorre2003-08-082-2/+7
|
* (list-diary-entries-hook, diary-display-hook, nongregorian-diary-listing-hook)Glenn Morris2003-08-062-3/+19
| | | | | | | (mark-diary-entries-hook, nongregorian-diary-marking-hook): Add some customize options for these hooks. (calendar-abbrev-construct): Don't try to take a substring longer than the original string.
* *** empty log message ***Richard M. Stallman2003-08-061-0/+22
|
* (noreturn): Report error if does return.Richard M. Stallman2003-08-061-6/+6
| | | | (testcover-reinstrument-clauses): Doc fix.
* Doc fixes, args renamed.Richard M. Stallman2003-08-061-33/+33
| | | | (warning-type-format): Renamed from warning-group-format.
* (byte-compile-not-obsolete-var): New var.Richard M. Stallman2003-08-061-10/+15
| | | | | | | | | (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var. (byte-compile-defvar): Bind byte-compile-not-obsolete-var to prevent warnings about defvar for an obsolete variable. (byte-compile-log-warning): warning-group-format renamed to warning-type-format.
* (read-passwd): Use clear-string instead of fillarray.Richard M. Stallman2003-08-061-7/+7
|
* (edmacro-format-keys): Use edmacro-sanitize-for-string.Richard M. Stallman2003-08-061-3/+14
| | | | | Use vconcat instead of concat. (edmacro-sanitize-for-string): New function.
* *** empty log message ***Dave Love2003-08-051-0/+7
|
* Add open-paren-in-column-0-is-defun-start,Dave Love2003-08-051-0/+5
| | | | line-number-display-limit-width.
* (tex-dvi-view-command): Fix quoted quotes.Dave Love2003-08-051-1/+1
|
* *** empty log message ***Kenichi Handa2003-08-052-122/+171
|
* (non-iso-charset-alist): Add autoload cookie.Kenichi Handa2003-08-051-0/+1
|
* Don't require mule-diag.Kenichi Handa2003-08-051-5/+0
|
* (dev-glyph-order): Add an entry for the glyph code #xC4.Kenichi Handa2003-08-051-0/+1
|
* *** empty log message ***Glenn Morris2003-08-031-0/+61
|
* (displayed-month, displayed-year): Define for compiler.Glenn Morris2003-08-031-20/+22
| | | | | | | | (calendar-islamic-month-name-array): Add doc string. (list-islamic-diary-entries): Adapt for new behaviours of `calendar-day-name' and `add-to-diary-list' functions. (mark-islamic-diary-entries): Adapt for new behaviours of `diary-name-pattern' and `calendar-make-alist' functions.
* Reposition some code so defined before used.Glenn Morris2003-08-031-151/+154
| | | | | | | | | | (displayed-month, displayed-year): Define for compiler. (calendar-hebrew-month-name-array-common-year) (calendar-hebrew-month-name-array-leap-year): Add doc strings. (list-hebrew-diary-entries): Adapt for new behaviours of `calendar-day-name' and `add-to-diary-list' functions. (mark-hebrew-diary-entries): Adapt for new behaviours of `diary-name-pattern' and `calendar-make-alist' functions.
* (list-diary-entries): Adapt for new behaviour of `calendar-day-name'Glenn Morris2003-08-031-59/+55
| | | | | | | | | | | | | | | and `calendar-month-name' functions. (diary-name-pattern): Use abbrev arrays, rather than fixing abbrevs at three chars. Calling syntax change. (mark-diary-entries): Adapt for new behaviours of `diary-name-pattern' and `calendar-make-alist' functions. (fancy-diary-font-lock-keywords): Adapt for new behaviour of `diary-name-pattern' function. (font-lock-diary-date-forms): Use abbrev arrays, rather than fixing abbrevs at three chars. Calling syntax change. (cal-hebrew, cal-islam): Require when compiling. (diary-font-lock-keywords): Adapt for new behaviour of `font-lock-diary-date-forms' function.
* (displayed-month, displayed-year): Define for compiler.Glenn Morris2003-08-031-5/+8
| | | | (cal-menu-update): Adapt for new behaviour of `calendar-month-name' function.
* (diary-file, diary-file-name-prefix)Glenn Morris2003-08-031-93/+174
| | | | | | | | | | | | | | | (european-calendar-style, diary-date-forms) (calendar-day-name-array, calendar-month-name-array): Doc change. (generate-calendar-month): Adapt for new behaviour of `calendar-day-name' function. (calendar-abbrev-length, calendar-day-abbrev-array) (calendar-month-abbrev-array): New variables. (calendar-abbrev-construct): New function. (calendar-day-name, calendar-month-name): Use new abbrev arrays, rather than fixing abbrevs at some width. Calling syntax change. (calendar-make-alist): Use abbrev arrays. Calling syntax change. (calendar-date-string): Adapt for new behaviours of `calendar-day-name' and `calendar-month-name' functions.
* (cal-tex-day-name-format): Doc fix.Glenn Morris2003-08-031-6/+6
| | | | (cal-tex-LaTeX-hourbox): Move definition before use.
* (displayed-month, displayed-year): Define for compiler.Glenn Morris2003-08-031-28/+31
| | | | (solar-seasons-data): Move definition before use.
* (displayed-month, displayed-year): Define for compiler.Glenn Morris2003-08-035-0/+15
|
* (coptic-name): defvar rather than defconst.Glenn Morris2003-08-031-1/+1
|
* Correction.Martin Stjernholm2003-08-031-6/+0
|
* 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2003-08-032-15/+69
| | | | | | | | | | | | | | * cc-mode.el (c-init-language-vars-for): Add argument MODE. Renamed from c-init-c-language-vars'. (c-initialize-cc-mode): Change accordingly. (c-common-init): Ditto. (c-mode): Ditto. (c++-mode): Use function. (objc-mode): Ditto. (java-mode): Ditto. (idl-mode): Ditto. (pike-mode): Ditto. (awk-mode): Ditto.
* 2003-08-01 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2003-08-031-18/+36
| | | | | | | | | | | * cc-engine.el (c-end-of-current-token): Return whether or not the point moved. (c-search-decl-header-end): Don't trip up on operator identifiers in C++ and operators like == in all languages. * cc-engine.el (c-backward-to-decl-anchor): Detect leading labels correctly.
* 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2003-08-031-1/+1
| | | | | * cc-defs.el (c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessor functions for syntactic elements.
* Regenerated.Andreas Schwab2003-08-021-186/+171
|
* Don't redo key bindings on loading, put them only in loaddefs.el.Andreas Schwab2003-08-025-88/+60
|
* (apropos-words-to-regexp): Only add `wild' ifAndreas Schwab2003-08-022-3/+7
| | | | `words' has more than one member.
* (sh-mode): Don't set mode-class property.Andreas Schwab2003-08-022-3/+4
|
* printify-region fixVinicius Jose Latorre2003-08-012-9/+17
|
* (browse-url-epiphany): Doc fix.John Paul Wallington2003-08-012-1/+5
|
* (setup-default-fontset): Change registry names of Akurti fonts.Kenichi Handa2003-07-302-9/+14
|